@font-face {
    font-family: Recoletabold;
    src: url(../fonts/Recoleta-Bold.ttf);
  }

/* video-sec start here */
header{
    background-color: transparent !important;
  }

  .video_play {
    display: inline-block;
    object-fit: cover;
    width: 100%;
    height: 500px;
  }
  .play-icon button {
    width: 49px !important;
    height: 45px !important;
    border-radius: 24px !important;
    padding-left: 3px !important;
    background-color: white !important;
    border: transparent;
    opacity: 0.5;
  }
  
  .play-icon button:hover {
    opacity: 1;
  }
.video-sec{
    padding-bottom: 66px;
  }
  .video-heading {
    text-align: center;
    background-color: #9E1C36;
    padding: 34px;
  }
  
  .video-heading h1 {
    color: #FFFFFF;
    font-family: Recoletabold;
    font-size: 34px;
    font-weight: 400;
  }
  .about-video {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 80px;
    padding-top: 50px;
    background-color: #F9F9F9;
  }
  .video-heading {
    padding: 20px 0;
  }
  .video-img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.play-icon{
    position: absolute;
}
.video-sec .play-icon .fa{
    color: #9F1D3C;
    font-size: 19px;
}
.play-circle{
    background-color: #FFFFFF;
    border-radius: 30px;
    padding:10px 12px;
    border: 2px solid transparent
}
.video-img img{
    width: 90%;
}
  .about-video h2 {
    font-family: "poppins";
    font-weight: 700;
    color: #9E1C36;
  }
  .about-video span {
    font-size: 45px;
    color: #000000;
    font-family: "poppins";
    font-weight: bold;
  }
  .about-video h4{
    color: #000000;
    font-family: "poppins";
    font-size: 22px;
    font-weight: 700;
  }
  .about-video p {
    color: #000000;
    font-family: "poppins";
    font-weight: 400;
  }
  .about {
    width: 90%;
    display: flex;
    margin: 0 53px;
    flex-direction: column;
    justify-content: center;
}
.about-heading {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 10px;
}
.about-videos {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 50px;
    padding-top: 50px;
    background-color: #F9F9F9;
  }
  /* video-sec end here */
@media (max-width: 991px) {
  .about {
    width: 100%;
    margin: 0px;
    padding: 0px 19px;
  }
  .about-video h4 {
    font-size: 19px;
  }
}
@media (max-width: 768px){
  .video_play {
    height: unset !important;
  }
}
@media (max-width: 576px) {
  .about-video h4 {
    font-size: 14px;
  }
}