<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Great+Vibes&family=Pacifico&display=swap" rel="stylesheet">

.full-width-image-and-video-cta-section {
  width: 100%;
  height: 550px;
}
.full-width-image-and-video-cta-section__statistic-divider {
  width: 1px;
  height: 32px;
  opacity: 0.3;
  background-color: var(--white);
}
.full-width-image-and-video-cta-section__media-contents {
  width: 100%;
  height: 100%;
}
.full-width-image-and-video-cta-section__media-contents video {
  width: 100%;
  height: 100%;
}
.full-width-image-and-video-cta-section__media-contents-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(to right, #000 1.55%, rgba(0, 0, 0, 0) 98.27%);
}
.dark-mode .full-width-image-and-video-cta-section__media-contents-overlay {
  background: linear-gradient(to right, #fff 1.55%, rgba(0, 0, 0, 0) 98.27%);
}
.rtl .full-width-image-and-video-cta-section__media-contents-overlay {
  background: linear-gradient(to left, #000 1.55%, rgba(0, 0, 0, 0) 98.27%);
}
.rtl.dark-mode .full-width-image-and-video-cta-section__media-contents-overlay {
  background: linear-gradient(to left, #fff 1.55%, rgba(0, 0, 0, 0) 98.27%);
}
.full-width-image-and-video-cta-section__contents {
  position: absolute;
  inset: 0;
  z-index: 5;
  padding: 142px 0;
}


.banner-heading-main{
   font-size: 56px;
   font-weight:400;   
   font-family: "Dancing Script", cursive;
   color: #b6815e; 
    -webkit-text-stroke: 3px #4d0008;
    text-shadow: 2px 2px 0 #f6d7c9;
    line-height: 1.2;
   
}


@media (max-width: 991px) {
  .full-width-image-and-video-cta-section { 
    height:175px;
  }
  .full-width-image-and-video-cta-section__contents {
    padding: 80px 0;
  }
}
