/* social-video-carousel-section */
.medium_blue-bg{
    background-color: #20c4d8 !important;
    background-image: linear-gradient(0deg, #cbe7f7 0%, #26b7e8 100%);
}
.social-video-carousel-section{
  padding: 3.5vw 0;
  position: relative;
}
.white-text{
	color:#FFFFFF;
}
.social-video-carousel-section h2{
  margin-bottom: 1.0416666667vw;
  font-size: 1.875vw;
  line-height: 2.0833333333vw;
}
.video-container {
  width: 1350px;
  margin: 41px auto 64px;
  max-width: 96%;
}
.iphone-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 18;
  margin: auto;
  overflow: hidden;
  padding: 11px;
}

.video-inside {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 36px;
  overflow: hidden;
  z-index: 1;
}

.video-thumbnail,
.video-inside iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
  border-radius: 36px;
  /* Removed padding here to prevent overflow */
}

/* fix masking on Safari */
@supports (-webkit-hyphens:none) {
  .video-thumbnail,
  .video-inside iframe {
    top: -10px;
    height: calc(100% - 10px);
  }
}

.play-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}
.iphone-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/wp-content/uploads/iPhone_Video_Frame.png') no-repeat center;
  background-size: contain;
  pointer-events: none;
  z-index: 3;
  border-radius: 36px;
}
.video-playing .iphone-overlay{
    z-index: 0;
}
.social-video-carousel-section .vc-cloud2 {
    background-image: url('../images/video-carousel/cloud_top_right.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 17.81vw;
    height: 9.53vw;
    top: 12.729167vw;
    right: -6.5vw !important;
}
.social-video-carousel-section .vc-top-left-shape{
    background-image: url('../images/video-carousel/cloud_top_left.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 17.81vw;
    height: 9.53vw;
    top: 3.729167vw;
    left: -5.5vw !important;
}


.social-video-carousel-section .vc-kite {
    background-image: url('../images/video-carousel/vc-kite.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 8.145833vw;
    height: 10.4375vw;
    top: 17.635417vw;
    right: 0;
}

@keyframes hero-balloons {
  0% {
    transform: translate(0%);
  }
  50% {
    transform: translate(0%, 75px);
  }
  75% {
    transform: translate(0%, 100px);
  }
  100% {
    transform: translate(0%);
  }
}

.social-video-carousel-section .vc-balloon{
    background-image: url('../images/video-carousel/vc_balloon.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 11.67vw;
    height: 15.21vw;
    top: 6.635417vw;
    left: 2vw;
    animation: hero-balloons 5s ease-in-out infinite;
}
.vc-top-left-shape img{
    width: 13.39vw !important;
    height: auto;
}
.vc-left-medium-shape{
    position: absolute;
    top: auto;
    bottom: 22vw;
    left: -5vw;
}
.vc-right-medium-shape{
    position: absolute;
    top: auto;
    bottom: 14vw;
    right: -5vw;
}
.hidden{
  display: none;
}


@media (min-width: 1920px) {
    .vc-right-medium-shape{
        bottom: 10vw;
    }
    .vc-left-medium-shape{
        bottom: 16vw;
    }
}

@media (min-width: 1199px) {
    .social-video-slider {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 50px;
    }
}


@media (max-width: 1440px) {
	/* Start Client Responsive Update */
	.video-container {
	  width: 1200px;
	}
	/* End Client Responsive Update */
}

@media (max-width: 1379px) {
	
	/* Start Client Responsive Update */
	.video-container {
		width: 960px;	
	}
	
	.iphone-frame {
		padding: 8px;	
	}
	
	/* End Client Responsive Update */
    .social-video-slider{
        gap: 35px;
    }
}

@media (max-width: 1279px) {
    .social-video-slider{
        gap: 20px;
    }
   
}

@media (max-width: 1199px) {
    .social-video-slider {
        padding: 0 20px; 
    }
    .slick-dots li button {
        font-size: 0; 
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #FFFFFF;
        border: none;
        padding: 0;
        margin: 0 7px;
        cursor: pointer;
        transition: background 0.3s;
    }
    .slick-dots li.slick-active button {
        background: #F3B942; 
    }
    .social-video-slider .slick-dots {
        display: flex !important;
        justify-content: center;
        align-items: center;
        margin-top: 40px;
        padding-left: 0;
        list-style: none;
    }
    .social-video-carousel-section{
        padding: 32px 0 76px;
    }
    .social-video-carousel-section .slick-slide{
        margin: 0 12px;
    }
    .video-container {
        margin: 41px auto 41px;
    }
    
}

@media (max-width: 767px) {
    .social-video-carousel-section h2{
        font-size: 7.1794871795vw;
        line-height: 8.2051282051vw;
		margin-bottom: 6.6666666667vw;
    }
    .top-title-section{
        padding: 0 30px;
    }
    .iphone-overlay{
        background: none;
    }
    .iphone-frame{
        aspect-ratio: 7 / 12.5;
        border-radius: 15px;
        padding: 0;
    }
    .video-inside,.video-thumbnail, .video-inside iframe{
        border-radius: 15px !important;
    }
    .social-video-carousel-section .vc-top-left-shape,
    .social-video-carousel-section .vc-cloud2,
    .social-video-carousel-section .vc-kite,
    .social-video-carousel-section .vc-balloon{
        display: none;
    }
    .vc-left-medium-shape{
        top: 50%;
    }
    .vc-right-medium-shape{
        bottom: 38vw;
        right: -23vw;
        z-index: 0;
    }
    .social-video-carousel-section .cont_btn{
        position: relative;
        z-index: 2;
		width: 81.5384615385vw;
        margin: 0 auto;
    }
    .social-video-slider{
        padding: 0;
    }
    .slick-list{
        overflow: visible;
    }
    .iphone-frame.slick-slide{
        opacity: 0;
    }
    .iphone-frame.slick-slide.slick-current.slick-active{
        opacity: 1;
    }
    .social-video-carousel-section .slick-slide.slick-current + .slick-slide {
        opacity: 1;
    }
    .video-container{
        margin: 30px auto 35px;
    }
    .social-video-slider .slick-dots{
        margin-top: 25px;
    }
}

/* End Growing Years Page */
