* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  background-color: #ffffff;
  height: 100%;
  font-family: "Inter", sans-serif;
}
.play-btn-big {
  display: none !important;
}

.sub-text {
  font-size: 20px;
  text-align: center;
}


.header-inner .navMenus .down-arrow img, .header-inner .navMenus .languageicon .globe img, .vertical-menu-header .menu .menu-icon {
    filter: invert(1) !important
}

#amimaker-play-mywidget .loading-spinner, .feature-text-menu::before, .ideas-for-any-niche #amimaker-play-mywidget .play-btn-big, .resources-menu::before, .usecase-text-menu::before {
    display: none !important
}

.hero-section-wrapper {
    padding: 130px 25px 0;
    margin-bottom: -8px;
    position: relative
}

.header-inner {
    background: 0 0;
    color: #000
}

.change-color {
    background-color: #fff !important;
    transition: .3s ease-out !important;
    background: #fff;
    box-shadow: 0 2px 16px 0 #10182814
}

.change-color nav a, .header-inner nav a, .video-text.overlaping-text .heading.black-text {
    color: #000
}

.signUp-btn {
    background: linear-gradient(111deg, #00baff 0, #f765fd 100%) no-repeat padding-box;
    border-radius: 62px;
    color: #fff !important
}


.header-inner {
  background: transparent !important;
}
.change-color {
  background-color: #1a1a1a !important;
}
.navMenus {
  margin-bottom: 0px;
}
@media only screen and (max-width: 992px) {
    .vertical-menu-header {

        background-color: transparent !important;
    }
}
.change-color {
    background-color: #ffffff !important;
}

.rainbow-btn {

  opacity: 1;
  padding: 19px 2px 40px 2px;
  width: max-content !important;
  height: max-content !important;
}

.rainbow-btn .btn {
  width: 100% !important;
  max-width: 274px !important ;
  height: 54px !important;
  color: white;
  padding: 10px 20px;
  border-radius: 52px;
  background: linear-gradient(90deg, #E070F6 0%, #735FF4 100%);
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  
}
.rainbow-btn.white-btn .btn {
  background: transparent;
  border: 1px solid #FFFFFF;
}
.rainbow-btn.white-btn:hover .btn {
  background: #FFFFFF !important;
  border: 1px solid #FFFFFF !important ;
  color: #000000 !important;
  box-shadow: none;
}
.breadcrumps{
  color: #727272;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  margin-bottom: 20px;
}

.breadcrumps a{
  color: #727272;
  text-decoration: none;
}
.breadcrumps a:hover{
  color: #E070F6 !important ;
}
.breadcrumps span{
  color: #000000;
  font-weight: 600;
}
.breadcrumps a:hover{
  color: #727272;
  
}

.banner {
  background-position: center;
  background-repeat: no-repeat;
  padding: 10% 0 6% 0  !important;
  position: relative;
  @media screen and (max-width: 768px){
    padding: 20% 0 6% 0  !important;
  }
  
}

.banner .banner-content h1 {
  width: 100%;
  color: #0D0F0F;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 16px ;
  text-align: center;
}


  h2 {
      color: #0D0F0F;
      text-align: center;
      font-family: Inter, sans-serif;
      font-size: 40px;
      font-style: normal;
      font-weight: 800;
      line-height: normal;
      margin-bottom: 32px;
    }
    .player  .horizontalVideo, #amimaker-play-mywidget .player{
      border-radius: 24px !important ;
    }
    .tool-item {
      display: flex;
      align-items: center;
      gap:0.5rem ;
      height: 4rem;
      border-radius: 24px;
      border: 1px solid #C6BFFF;
      background: #FFF;
      padding: 16px;
      flex-shrink: 0;
      margin-bottom: 1.2rem;
    }
    .tool-item {
      text-decoration: none !important;
    }
    .tool-item p {
        color: #727272;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
    }
    .tool-item:hover{
      box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
      border-radius: 24px;
      border: 1px solid #C6BFFF;
      background: #F7F6FF;
      animation-duration: 2ms;
      cursor: pointer;
      transition: all 0.3s ease;
     }
    .tool-item:hover p {
        color: #6753FF;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
    }

    .tool-item:hover {
      text-decoration: none !important;
    }


      .tools-container {
    border-radius: 24px;
    background: #F0EEFF;
    padding: 40px;
    text-align: center;
    margin-block: 5rem;
  }
  .tools-container .col-md-4{
    padding-inline: 10px ;
  }




h1{
  font-size: 40px !important;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
}
.banner .banner-content p {
  color: #383838;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  width: 74%;
  margin: auto;

}
.banner .banner-content .rainbow-btn {
  margin: auto;
}
.banner .banner-content .rainbow-btn:hover {
  text-decoration: none;
} 

.star-contanier {
  position: relative;
}


@media (max-width: 764px) {
  .video-slider-section h2 {
    font-size: 1.4rem;
    line-height: 1.3;
    padding: 0 10px;
  }

  .video-slider-section p {
    font-size: 0.9rem;
    padding: 0 15px;
  }

  .rainbow-btn {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .rainbow-btn .btn {
    font-size: 0.9rem;
    padding: 10px 16px;
  }

  /* Make swiper videos responsive */
  .swiper-slide {
    display: flex;
    justify-content: center;
  }

  .swiper-slide video {
    width: 90vw !important;   /* responsive width */
    height: auto !important;
    border-radius: 12px;
  }

  /* Adjust swiper container and arrows */
  .swiper-container-wrapper {
    position: relative;
    overflow: hidden;
    padding: 0 10px;
  }

  .swiper-button-controls {
    display: flex;
    justify-content: space-between;
    width: 100%;
    top: auto;
    bottom: 5px;
    padding: 0 15px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    position: static;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .swiper-button-prev svg,
  .swiper-button-next svg {
    width: 14px;
    height: 14px;
  }
}

.container {
  max-width: 90vw !important;
}


  .ai_advanced_editor {
    position: relative;
    margin-bottom: 120px !important ;
      @media screen and (max-width: 768px){
        margin-bottom: 60px !important ;
    }
  }
  
  .ai_advanced_editor p {
    font: normal normal 600 24px/26px Inter;
    letter-spacing: 0px;
    color: #eceff5;
    opacity: 1;
    text-align: center;
  }
  .testimonial-grid {
    width: 100% !important ;
    gap: 20px !important;
    margin: auto;
    position: relative;
  }
  
  @media only screen and (max-width: 768px) {
    h2{
      font-size: 30px !important ;
    }
    .feature-text h3{
      font-size: 30px !important ;
    }
      .faq-section .container {
        flex-direction: column;
      }
      .faq-section h2{
        max-width: 100% !important;
        margin: auto !important;
        text-align: center !important;
        margin-bottom: 60px !important;
      }
      .testimonial-grid{
        flex-direction: column;
      
      }
      .feature-text{
        margin: auto;
        text-align: center;
      }
      .features-section{

      }


  }
  
  .light-theme {
    background: white !important;
  }
  
  .testimonial-card {
    width: 399px !important;
    max-width: 399px !important;
    height: 312px;

    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 24px;
  }
  .testimonial-card:nth-child(even)  {
    background-image: url("../prompt-to-video-generator/test-card-2.png");
    background-size: cover;
    border: 1px solid #F1EBFF;
    background-repeat: no-repeat;
    background-position: center;
  }
  .testimonial-card:nth-child(odd)  {
    background-image: url("../prompt-to-video-generator/test-card-1.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .feature-row {
    justify-content: space-around;
  margin-bottom: 80px !important;
}
.feature-row:last-child {
  margin-bottom: 0px !important;
}

.feature-row img{
  width: 100%;
  height: 100%;
}

.feature-text {
  max-width: 471px;
}

.feature-text h3 {
  color: #0D0F0F;
  font-family: Inter, sans-serif;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 16px;
}

.feature-text p {
  color: #383838;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 24px;
}

.btn-gradient {
  max-width: 310px;
  padding: 10px 20px;
  border-radius: 52px;
  background: linear-gradient(90deg, #E070F6 0%, #735FF4 100%);
  color: #fff;
  border: none;
  font-weight: 500;
  cursor: pointer;
}

.btn-gradient:hover{
  background: linear-gradient(90deg, #735FF4 0%, #E070F6 100%);
  box-shadow: 0 4px 4px 0 #6C3FFF;
}
.btn-gradient:active{
  background-image: linear-gradient(90deg, #735FF4 0%, #E070F6 100%) !important;
  box-shadow: 0 4px 4px 0 #6C3FFF;
  outline: 0px !important;
}
button:active,button:focus {
  outline: 0px !important;
}
.btn.focus, .btn:focus {
outline: 0;
box-shadow: 0 4px 4px 0 #6C3FFF !important;
}

video {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}


/* [aria-hidden="true"] {
  opacity: 0.5; 
}

[aria-hidden="false"] {
  opacity: 1;
} */
  
  .testi-details-wrapper {
    margin-top: 45px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
  }
  .profile-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
  
  .profile-details .testi-heading-name {
    color: #383838;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  
  .profile-details .designation {
    color: #727272;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  
  .testi-heading {
    color: #383838;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    margin: auto;
  }
  .testi-card-inner{
    margin: auto;
    max-width: 333px;

  }
  /* .dark-gradient-section [aria-hidden="true"] {
    opacity: 0.5;
    filter: blur(3px);
  } */
  
  @media only screen and (max-width: 992px) {
  
    .testimonial-card {
      max-width: 360px !important;
      height: 286px !important;
      padding: 50px 45px;
    }
    
  }
  @media (min-width: 992px) {
    .col-lg-5 {
      padding-inline: 0px ;
    }
  }
  .carousel-section .container .carousel .carousel-item .carousel-content .left-content ul li::marker {
    color: #00C1FF !important;
    font-size: 24px !important;
  }
.faq-section {
      margin-bottom: 120px !important ;
      @media screen and (max-width: 768px){
        margin-bottom: 60px !important ;
    }
}
.faq-section .container {
  display: flex;
}
.faq-section h2 {
  color: #0D0F0F;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 42px; /* 140% */
  max-width: 335px  ;
  text-align: left;
}
.faq-section #accordion .card {
  margin-bottom: 20px;
  padding: 25px;
  line-height: 24px;
  font-size: 18px;
  border: none;
  border-bottom: 1px solid #E8E8E8;
  width: 100%;
}
.faq-section #accordion .card .title {
  font-size: 18px;
  font-weight: 600;
}
.faq-section #accordion .card .collapse {
  color: #4c4c4c;
  margin-top: 12px;
  width: 90%;

}
.faq-section #accordion .card .title:after {
  content: url('../prompt-to-video-generator/down-arrow.png');
  position: absolute;
  right: 39px;
  top:25px;
  transform: rotate(180deg);
}
.faq-section #accordion .card .collapsed:after {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
    content: url('../prompt-to-video-generator/down-arrow.png');
}

.faq-section #accordion .card .title,
.faq-section #accordion .card .collapse {
  width: 90%;
}
/* [aria-hidden="true"] {
  opacity: 0.5; 
}

[aria-hidden="false"] {
  opacity: 1;
} */

a:hover {
  color: white;
  cursor: pointer;
}
.template-section a:hover {
  text-decoration: none;
  color: black;
  cursor: pointer;
}

.template-section .card:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.rainbow-btn .btn:hover,.rainbow-btn .btn:active {
  background-image: linear-gradient(90deg, #735FF4 0%, #E070F6 100%) !important;
  box-shadow: 0 4px 4px 0 #6C3FFF;
  transition: all 0.1s ease-in-out;
}

.btn-blue-gradient:hover {
  color: #ffffff !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.banner .container{
  gap: 3% ;
} 
@media (min-width: 770px) and (max-width: 830px) {
  .banner .container{
    width: 100%;
    margin-inline: 10px;
}
}
@media only screen and (max-width: 1100px) {
  .banner .banner-content p {
    width: 80%;
  }
  .banner .banner-content h1{
    font-size: 40px !important;
  }
  .banner .container{

    gap: inherit ;
  } 

}

@media only screen and (max-width: 768px) {
  .banner .banner-content h1,
  .banner .banner-content p,
  .banner .banner-content {
    text-align: center;
    width: 100%;
    margin-block: 2rem;
    margin-inline: auto ;
  }
  .banner-desc {
    width: 100%;
  }
  .banner .banner-content h1 {
    font-size: 36px !important;
    line-height: normal !important;
  }
}

@media only screen and (max-width: 480px) {
  .banner-desc {
    width: 100%;
  }
  .banner .rainbow-btn {
    margin-inline:auto !important ;
  }

  .banner .rainbow-btn .btn {
    margin-inline:auto !important ;
    padding-inline: 10px !important;
    width: 290px !important;
  }

}

.brand-section {
  padding: 6% 0;
}
.brand-section .col {
  text-align: center;
}

.brand-logo-section {
  margin-bottom: 100px;
}
.brand-logo-section .card {
  border-radius: 20px;
}

.accordion-section2 .col-lg-4 {

}
.right-content ul li::marker {
  color: #00C1FF !important;
  font-size: 24px !important;
}

/* Center container to align horizontally and vertically */

/* Button styles */
/* Hover effect */

.accordion-section2 h2 {
  text-align: center;
  font-weight: 700;
  max-width: 800px;
}

.accordion-section2 .d-flex {
  flex-direction: row-reverse;
  justify-content: space-around;
}

.accordion-section2 .title{
  color: #383838;
text-align: center;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.desc {
  color: #727272;
text-align: center;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
max-width: 76%;
margin: auto;
}

.accordion-section2 {
        margin-block: 120px !important ;
  background: transparent
    linear-gradient(180deg, #1f0512 0%, #142b36 61%, #1f0512 100%) 0% 0%
    no-repeat padding-box;
          @media screen and (max-width: 768px){
        margin-block: 60px !important ;
    }

}
.accordion-section2 .sub-text{
  color: #797979;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-block: 60px 24px !important;
}



@media screen and (max-width: 768px) {
  .container {
    width: 100% !important;
    max-width: 100% !important;
  }
  .rainbow-btn .btn {
    padding: 13px 16px;
    font-size: 17px;
  }
  .rainbow-btn {
    padding: 17px 2px 20px 2px;
  }
  .tool-item {
    padding: 0px 14px;
  }
   .tool-item p {
    font-size: 14px !important;
   }
  .accordion-section2 .sub-text{
      margin-top: 40px;
  }
  .item {
    overflow: hidden;
    text-align: center;
    padding: 20px 7px;
    width: 100%;
    max-width: 360px;
    border-radius: 24px;
    margin-inline: auto !important;
    margin-block: 10px ;
  }
  .item h3 {
    height: auto;
    line-height: 21px;
    font-size: 20px !important;
    font-weight: bold;
    padding: 13px 0;
  }
  .item img {
    margin: auto;
  }
  .faq-section #accordion .card .title,
  .faq-section #accordion .card .collapse {
    width: 85%;
  }
  .accordion-section2 p {
    height: fit-content !important;
    margin: auto;
  }
  .accordion-section2 .title {
    padding-bottom: 20px;
  }
}/* Default styles for larger screens */
.end-section {
  position: relative;
  margin-top: 120px;
  border-radius: 32px;
  overflow: hidden;
  width: 100%;
  height: auto;
  /* max-width: 1105px !important;
  max-height: 410px !important; */
  aspect-ratio: 1105 / 410;
}

.end-section img {
  width: 100%;
  height: 100%;
  /* max-width: 1105px !important;
  max-height: 410px !important; */
  aspect-ratio: 1105 / 410;
}

/*  */
.video-slider-section {
  position: relative;
  overflow: hidden;
}

/* Prevent layout shift */

.video-slider-section p {
  max-width: 915px;
  margin: auto;
}

.video-slider-section .rainbow-btn{
  padding-bottom: 12px;
}

/* Arrows bottom-right */
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: white;
  z-index: 10;
}

.swiper-button-prev {
  right: 50px;
}

/* Smooth transition */
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide{
    opacity: 0.5;
    transition: opacity 0.3s ease;
}
.swiper-slide.swiper-slide-active{
    opacity: 1 !important;
    filter: drop-shadow(0 8px 22.4px rgba(103, 83, 255, 0.60));
    border-radius: 24px;

}
.swiper-slide-active .swiper-slide-video {
    transform: translateY(-24px);
   
}
.swiper{
    padding-block: 80px 80px !important;
}

.swiper-button-prev, .swiper-button-next {
    color: #000 !important;
    position: absolute !important;
    width: 34px !important;
    height: 34px !important;
    background-color: #fff;
    border: #E7E7E7 1px solid !important;
    padding:9px;
    border-radius: 12px;
    
}
.swiper-button-prev:hover, .swiper-button-next:hover{
    transition: all 0.3s ease-in-out;
    background: #F5F5F5 !important;
    border: #000 1px solid !important;
}
.swiper-button-controls{
    position: absolute;
    bottom: 54px;
    right: -10px;
    z-index: 10;
    display: flex;
    gap: 38px;
    height: 34px;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 19px !important;
  height: 17px !important;
  object-fit: contain;
  cursor: pointer;

}

.swiper-button-next:after, .swiper-button-prev:after{
    display: none !important;
}

/* CQW (Container Query Width) for ≥15-inch (approx 1440px) */
@container (min-width: 1440px) {
}


/*  */
.end-section .text-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 780px;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}

.animaker_responsive_padding video, .animaker_responsive_padding img {
    border-radius: 24px;
}

.end-section .text-container h4 {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 24px;
}

.end-section .text-container p {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .end-section {
    margin-top: 60px;
    border-radius: 20px;
    max-width: 100%;
    max-height: none;
    aspect-ratio: auto;
  }

  .end-section img {
    max-width: 100%;
    max-height: none;
    aspect-ratio: auto;
  }

  .end-section .text-container {
    padding: 0 16px;
    max-width: 90%;
  }

  .end-section .text-container h4 {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .end-section .text-container p {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .end-section .rainbow-btn {
        padding: 6px 2px 6px 2px;
    }
  .end-section .text-container .btn {
    font-size: 10px;
    padding: 3px 16px;
    max-width: fit-content !important;
    height: 34px !important;
  }
}
.brand-section .container {
    max-width: 1140px !important;
}


.blog-resource {

  padding: 0px 0px 70px 0px;
  text-align: center;
}

.blog-resource .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.blog-resource h2 {
    font: normal normal 800 48px/60px Inter;
    margin-bottom: 32px !important;
}

.blog-resource a {
  text-decoration: none;
  color: inherit;
  margin-right: 10px;
}
.blog-resource .row{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.blog-resource .card {
  background: #fff;
  border-radius: 24px;
  border: none;
  overflow: hidden;
  max-width: 350px;
  transition: transform 0.3s;
  box-shadow: 0px 15px 35px rgba(124, 124, 124, 0.1019607843);

}

.blog-resource .card:hover {
   color: #A474EF;
   box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    transition: 0.5ms ease-in;
}

.blog-resource img {
  width: 100%;
  height: 180px;
  border-radius: 24px 24px 0px 0px;
}

.blog-resource h3 {
  height: 80px;
  padding: 20px 8px 15px 8px;
  font-size: 16px;
  font-weight: 500;
}
.swiper-slide{
    opacity: 0.5;
    transition: opacity 0.3s ease;
}
.swiper-button-prev, .swiper-button-next {
    color: #000 !important;
    position: absolute !important;
    width: 34px !important;
    height: 34px !important;
    border: #E7E7E7 1px solid !important;
    padding:9px;
    border-radius: 12px;
    
}
.swiper-button-prev:hover, .swiper-button-next:hover{
    transition: all 0.3s ease-in-out;
    background: #F5F5F5 !important;
    border: #000 1px solid !important;
}
.swiper-button-controls{
    position: absolute;
    bottom: 54px;
    right: -10px;
    z-index: 10;
    display: flex;
    gap: 38px;
    height: 34px;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 19px !important;
  height: 17px !important;
  object-fit: contain;
  cursor: pointer;

}

.swiper-button-next:after, .swiper-button-prev:after{
    display: none !important;
}
@media only screen and (max-width: 768px) {
  .blog-resource h2 {
    font: normal normal 800 32px/42px Inter; 
}
.blog-resource {
  padding: 0px 20px 60px 20px;
}

}

@media only screen and (max-width: 768px) {
  /* .carousel-section .container .carousel .carousel-indicators {
    width: 100%;
  } */

}

@media only screen and (max-width: 576px) {
  .btn{
    font-size: 16px ;
  }

}


 @media only screen and (min-width: 1480px) {
    /* html {
    font-size: clamp(12px, 1.2vw, 16px);
  } */
   .banner {
    padding: 6% 0 6% 0 !important;
  }
  .banner .animaker_responsive_padding{
    max-width: 60vw !important;
    margin: auto;
    height: auto !important;
  }
  .breadcrumps{
    font-size: clamp(22px, 0.5vw + 0.5rem, 64px);
  }
  .banner .banner-content h1{
    font-size: clamp(40px, 1vw + 1rem, 94px) !important;
  }
   .banner .banner-content p {
  font-size: clamp(18px, 0.7vw + 0.5rem, 64px);
  }
  .banner-desc {
    width: 60vw;
    margin: auto;
  }
  h2 {
    margin-bottom: 3rem  !important;
  }
  .banner .banner-content p {
    max-width: 60vw;
  }
  .rainbow-btn .btn {
    width: 100% !important;
    max-width: fit-content !important;
    height: fit-content !important;
    padding: 16px 24px;
    font-size: clamp(18px, 0.7vw + 0.5rem, 64px);
  }
  h2 {
     font-size: clamp(40px, 1vw + 1rem, 94px) !important;
     margin-bottom: 2rem  !important;
  }
  .feature-text h3{
    font-size: clamp(40px, 1vw + 1rem, 94px) !important;
  }
  .feature-text p {
     font-size: clamp(18px, 0.7vw + 0.5rem, 64px);
  }
  .btn-gradient{
    width: 100% !important;
    max-width: fit-content !important;
    height: fit-content !important;
    padding: 16px 24px;
    font-size: clamp(18px, 0.7vw + 0.5rem, 64px);
  }
  .feature-text {
     width: 30vw;
     max-width: 30vw ;
  }
  .tool-item{
    padding: 0.5rem 2rem !important;
  }
  .faq-section h2 {
    max-width: 30vw;
    height: auto;
    line-height: normal;
  }
  .blog-resource h2 {
    font-size: clamp(40px, 1vw + 1rem, 94px) !important;
    margin-bottom: 2rem !important;
    line-height: normal !important;
  }
  .faq-section #accordion .card {
    font-size: clamp(18px, 0.7vw + 1rem, 64px);
    line-height: normal;
  }
  .faq-section #accordion .card .title{
    font-size: clamp(18px, 0.7vw + 0.7rem, 64px);
  }
  .accordion-section2 .sub-text{
    font-size: clamp(24px, 0.7vw + 0.7rem, 64px);
  }
  h4{
    font-size: clamp(24px, 0.7vw + 1rem, 84px);
  }
  /* .breadcrumps{
     font-size: clamp(22px, 1vw + 0.7rem, 64px);
  }

  .banner .banner-content p {
  font-size: clamp(18px, 1rem + 0.5vw, 24px);
  } */
  .testimonial-grid{
   width: 80vw !important;
   margin: auto;
}
  .testimonial-card {
  aspect-ratio: 399 / 312; /* keeps proportion */
  width: 30% !important;    
  max-width: 30% !important;  /* max width */   
  height: auto;    
  border-radius: 1.5rem;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1 ;
  justify-content: space-between;
  border-radius: 2rem; /* 24px */
}

.testi-card-inner{
  width: 80% !important;
  max-width: 80% !important;
}
.brand-section .container{
  max-width: 80vw !important;
}
.brand-section .container .row img{
  width: 7.5rem !important;
  height: auto !important;
}
.testi-heading{
      font-size: clamp(18px, 0.7vw + 0.6rem, 54px) !important;
}
.end-section .text-container h4 {
        font-size: clamp(40px, 1vw + 1rem, 94px) !important;

}
.profile-details .testi-heading-name {
    font-size: clamp(18px, 0.7vw + 0.6rem, 54px) !important;
}
.end-section .text-container {
    max-width: 80% !important;
}
.tool-item p {
    font-size: clamp(20px, 0.7vw + 0.7rem, 64px);
}
.end-section .text-container p{
    font-size: clamp(18px, 0.7vw + 0.5rem, 64px);
}
.profile-details .designation {
    font-size: clamp(14px, 0.5vw + 0.5rem, 44px) !important;
}
  .testimonial-card:nth-child(even) {
  background-image: url("../prompt-to-video-generator/test-card-2.png");
  background-size: cover;
  border: 1px solid #F1EBFF;
  background-repeat: no-repeat;
  background-position: center;
}
.testimonial-card:nth-child(odd) {
  background-image: url("../prompt-to-video-generator/test-card-1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
html {
  font-size: calc(0.6rem + 0.5vw);
}
.faq-section #accordion .card{
  font-size: clamp(18px, 0.7vw + 0.5rem, 64px);
}


 }

/* Responsive scaling for ultra-wide screens: 1480px to 5000px */
@media only screen and (min-width: 1480px) {

  .blog-resource {
    padding: 40px 0 100px 0;
  }

  .blog-resource .container {
    max-width: 90%;
  }

  .blog-resource h2 {
    font-size: clamp(50px, 2vw + 1rem, 120px);
    margin-bottom: clamp(2rem, 3vw, 5rem) !important;
    line-height: 1.2 !important;
  }

  .blog-resource .row {
    gap: clamp(30px, 2vw, 80px);
  }

  .blog-resource .card {
    height: auto;
    max-height: 100%;
    max-width: clamp(380px, 30vw, 800px);
    border-radius: 28px;
    aspect-ratio: 350/268;
  }

  .blog-resource img {
    height: auto;
    aspect-ratio: 350/180;
    border-radius: 28px 28px 0 0;
  }

  .blog-resource h3 {
    font-size: clamp(16px, 0.5vw + 0.5rem, 64px);
    padding: clamp(20px, 1vw, 35px) 12px;
    height: auto;
  }
}
