body{
    background-color:#f7f5f5;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 300;
    line-height: 1.9285714286;
    color: #655F5E;
}
h1, .h1, h2, .h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1;
    color: #e71f3f;
    font-weight:600;
}
a{
    color: #e71f3f;
    text-decoration: none;
}
.btn{
    color: #fff;
    border:1px solid;
    background-color: #e71f3f;
    border-color: #e71f3f;
    font-size: 18px;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 3px solid transparent;
    padding: 10px 48px;
    font-size: 14px;
    line-height: 1.25;
    border-radius: 30px;
    border-width:2px;

}
.btn:hover{
    color: #e71f3f;
    background:transparent;
    border-color: #e71f3f;
}
.video-modal {
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1050;
    overflow: auto;
    padding-top: 60px;
}

    .video-container {
    width: 75%;
    margin: 0 auto;
    position: relative;
}

    .video-player {
    width: 100%;
    aspect-ratio: 16/9;
    background-color: black;
}

    .video-thumbnail {
    width: 120px;
    height: 70px;
    object-fit: cover;
}

.custom-video-controls {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    display: none;
  }
  
  .custom-seek-bar {
    width: 100%;
    cursor: pointer;
  }