:root {
  /* --space-{value}: clamp({min-value}, {dynamic-value}, {max-value}); */
  --space-4xs: 0.125rem;
  /* 2px */
  --space-3xs: 0.25rem;
  /* 4px */
  --space-2xs: 0.5rem;
  /* 8px */
  --space-xs: 0.75rem;
  /* 12px */
  --space-sm: 1rem;
  /* 16px */
  --space-md: clamp(1.5rem, calc(1.125rem + 0.78125vw), 1.75rem);
  /* 24px → 28px */
  --space-lg: clamp(2.25rem, calc(1.125rem + 2.34375vw), 3rem);
  /* 36px → 48px */
  --space-xl: clamp(3.5rem, calc(1.25rem + 4.6875vw), 5rem);
  /* 56px → 80px */
  --space-2xl: clamp(5.75rem, calc(2.375rem + 7.03125vw), 8rem);
  /* 92px → 128px */
  --space-3xl: clamp(9.25rem, calc(4.75rem + 9.375vw), 12.25rem);
  /* 148px → 196px */
  --space-4xl: clamp(15rem, calc(7.5rem + 15.625vw), 20rem);
  /* 240px → 320px */
}


.badge-section .badge-section-container {
  margin: auto;
  max-width: 85vw;
  border-radius: 30px;
  background: #FBEDFF 0% 0% no-repeat padding-box;
  padding: 50px;
}
.badge-section .badge-section-container b {
  font-size: 18px;
  color: #0A0F40;
}
.badge-section .badge-section-container p {
  font-size: 15px;
  padding-top: 10px;
  width: 80%;
}
#faqs .card .card-header:not(.collapsed),
#faqs .card .card-body {
  border-top: none;
  border-bottom: none;
}


@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;display=swap");
* {
  font-family: "Inter", serif !important;
}

body {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  font-family: "Inter", serif;
  overflow: unset !important;
}

.steps-section {
  margin-bottom: 145px;
}
.steps-section .steps-card .card {
  border-radius: 35px;
  overflow: auto;
  margin-bottom: 20px;
  top: 130px;
  box-shadow: 0px 2px 30px 6px #00000027;
}
 .steps-section .steps-card .card .right-content {
  padding: 130px 0;
}
.steps-section .steps-card .card .left-content {
  padding-left: 0px;
  padding-right: 0px;
  background: transparent linear-gradient(157deg, #2E38CE 0%, #AC67FD 100%) 0% 0% no-repeat padding-box;
}
.steps-section .steps-card .card .left-content img{
  width: 100%;
  height: 100%;
}
.steps-section .steps-card .card h3 {
  font: normal normal 800 24px/40px Inter;
}
.steps-section .steps-card .card p {
  font: normal normal normal 18px/30px Inter;
}
.steps-section .steps-card .card .right-content {
  padding: 130px 33px;
}
.steps-section .steps-card .card .right-content .content {
  padding-left: 37px;
  position: relative;
}
.steps-section .steps-card .card .right-content .content::before {
  content: ".";
  width: 18px;
  height: 18px;
  border-radius: 38px;
  position: absolute;
  color: #ffffff;
  left: 0px;
  top: 12px;
  background: url(https://www.animaker.com/static_2.0/img/2dmaker/icon.png) ;
}

a, a:hover { 
  text-decoration: none; 
}

a { 
  color: unset; 
}

.header-text { 
  color: #1D1D1D;
  font-size: 50px;
  font-weight: 800;
  text-align: center;
  line-height: 67px;
  margin-bottom: 30px;
}

.resource-section { 
  position: relative; 

 
}
.resource-section .container {
  padding: 0px;
  height: 450px !important;
  overflow: hidden;
} 
.resource-slider{
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  
}
.resource-slider .swiper-container {
  width: 100%;
  height: 100%;
  z-index: 5;
}
.resource-slider-content{
 position: relative;
 height: 450px;
}

.resource-slider-content .button-container {
  width: 150px;
  height: 60px;
  display: flex;
  justify-content: center;
  gap: 20px; /* Space between buttons */
  position: absolute;
  top: 320px;       /* Position at the bottom of the slider */
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.resource-slider-content .button-container .swiper-button-prev,
.resource-slider-content .button-container .swiper-button-next {
  background-size: 34px 35px;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
  z-index: 3;
}

.resource-slider-content .button-container .swiper-button-prev {
  background: url("https://www.animaker.com/static_2.0/img/subtitlegenerator/icon-left-arrow.svg") no-repeat;
}

.resource-slider-content .button-container .swiper-button-next {
  background: url("https://www.animaker.com/static_2.0/img/subtitlegenerator/icon-right-arrow.svg") no-repeat;
}

@media screen and (max-width: 768px) {
  .resource-slider-content .button-container {
    bottom: 5px; /* Adjust position for smaller screens */
  }
}

.resource-section .swiper-slide{
  width: 314px !important;
  height: 232px;
  margin-block: 20px;
  border-radius: 12px;
  box-shadow: 0px 2px 6px #00000027;
 
}
.resource-section .swiper-slide{
  margin-right: 40px; /* Adds a 20px gap between slides */
}

.resource-section .slide:last-child {
  margin-right: 0; /* Removes margin from the last slide */
}

.resource-section .swiper-slide img {
  width: 314px !important;
  height: 138px;
  border-radius: 12px 12px 0px 0px;
  object-fit: cover;
  object-position: center;
  margin: auto;
}

.resource-section .swiper-slide .resourcehead {
  font-size: 13px !important;
  font-weight: 600;
  text-align: left;
  padding: 5px 14px;
}

.resource-section .swiper-slide a:hover { 
  color: rgb(135, 61, 233); 
  text-decoration: none;
}


.yellow-text-gradient {
  background: linear-gradient(264deg, #FDD701, #FE7C01);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  /* Ensures it wraps naturally */
  width: fit-content; /* Prevents breaking into extra lines */
  margin: auto; /* Centers the text */
  text-align: center;
  background-size: 100% 100%; /* Ensures full text gets gradient */
}
.resource-section .swiper-slide:hover *{
  color: rgb(135, 61, 233); 
}
html,
body {
  height: 100%;
}


.resource-content{
  height: 105px;
  display: flex;
  flex-direction: column;
  color: inherit;
  justify-content: space-between;
  text-align: left;
  
}


.readmore{
  font-size: small;
  color: #9D9D9D;
  margin-top: auto;
  padding-bottom: 20px;
  margin-left:12px;
}
.js-stack-cards__item {
  will-change: transform;
  transition: transform 0.3s ease-out;
  backface-visibility: hidden;
  transform-origin: center top;
}

@media screen and (max-width: 855px) {
  .js-stack-cards__item {
    transition: transform 0.2s ease-in-out;
  }
}

.faq-questions .accordion .card:has(+ .card .collapse.show) .card-header {
  border-bottom: none !important;
}

.faq-section .container {
  padding-block: 35px;
  padding-inline: 0px ;
  border-radius: 20px;
}
.faq-section #faqs .card,
.faq-section #faqs .card .card-header {
  background: transparent;
}
.faq-section #faqs .card .card-header:not(.collapsed) {
  background: #FBEDFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-left: 31px;
  padding-right: 31px;
  
}
.faq-section #faqs .card .card-body:not(.collapsed) {
  background: #FBEDFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0px;
}
.faq-section #faqs .card .card-header {
  border-radius: 4px;
  font: normal normal bold 18px/27px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #0A0F40;
  padding: 40px 20px 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  display: -ms-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-section #faqs .card .card-header.collapsed {
  padding-left: 31px;
  padding-right: 31px;
  font-weight: normal;
  padding-bottom: 31px;
  border-radius: 0;
  border-bottom: 2px solid #C7D1DB;
}
.faq-section .collapse:has(.show) {
  border: 1px solid red;
}
.faq-section #faqs .card {
  border: none;
  cursor: pointer;
}
.faq-section #faqs .card .card-body {
  padding: 20px 20px 40px;
  padding-left: 31px;
  padding-right: 31px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  display: -ms-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-section #faqs .card .card-header:after {
  content: url("https://www.animaker.com/Animaker-Home/new-assets/icon-collapse.svg");
  position: absolute;
  right: 25px;
  top:50%;
  bottom: 50%;
}
.faq-section #faqs .card .card-header.collapsed:after {
  content: url("https://www.animaker.com/Animaker-Home/new-assets/icon-expand1.svg");
}
.faq-section .card-body p {
  width: 88%;
}

@media screen and (max-width: 768px) {

  h2 {
    font: normal normal 800 40px/49px "Inter", sans-serif !important;
  }

  .faq-section #faqs .card .card-header.collapsed {
    padding-left: 10px;
    padding-right: 10px;
    width: 87%;
  }
  .margin-default :nth-last-child(){
    margin-top: 25px;
  }

}/*# sourceMappingURL=whiteboard.css.map */

@media screen and (max-width: 518px){
  
  .resource-section .swiper-slide {
    max-width: auto !important;
    width: 100% !important;
    height: auto;
    margin: auto !important;
    border-radius: 12px;
    margin-inline: 0px !important;
}
.resource-section .swiper-slide img {
  width: 100% !important;
  height: auto !important;
  border-radius: 12px 12px 0px 0px !important;
}
.resource-section .swiper{
  width: 95% !important;
  height: 400px !important;
}


}


  .faq-section .container {
    padding: 10px;
  }

  .faq-section #faqs .card  {
    width: 95%;
    margin-inline: auto !important;
    
  }
  .steps-section {
    margin-top: 60px !important;
}
  /* section {
    padding-top: 34px !important; ;
  } */
  .faq-section h2
  {
    margin-bottom: 2rem !important;
  }

.meet-products h1 {
 margin: auto;
}

@media screen and (max-width: 768px) {
  .header-text {
    font-size: 29px !important;
    line-height: 38px !important;
    margin-bottom: 10px !important;
  }
  .resource-section ul { 
    right: 30% !important; 
    top: 350px !important;
  }
  .steps-section .steps-card .card .right-content {
    padding: 25px 5% 10px 5% !important;
  }
  .steps-section .steps-card .card {
    top: 80px !important;
    width: 330px !important;
    margin: auto !important;

  }
  .steps-section .steps-card .card h3 {
    font: normal normal 800 22px / 30px Inter;
   
}
.steps-section .steps-card .card p {
    text-align: left !important;
    font: normal normal normal 16px / 26px Inter;
    padding: 0px 15px !important;
}
.steps-section .steps-card .card h3{
  font: normal normal 800 20px / 28px Inter;
  padding: 0px 15px !important;
}

.steps-section .steps-card .card .right-content .content {
  padding-left: 20px;
}
.steps-section .steps-card .card .left-content img {
  object-fit: cover;
  height: 270px;
}
.steps-section .steps-card .card .right-content .content::before {
  left: 0px;
  top: 7px;
  padding-right: 5px;

}
.steps-section {
  margin-bottom: 100px;
}
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .resource-section ul { 
    right: 40% !important; 
  }
  .header-text {
    font-size: 40px;
    line-height: 59px;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .user-count-content .col{
    overflow: hidden;
  }
}

.meet-products .card {
  background-color: #F9F0FE;
  border-radius: 20px;
  border: 0;
}
.meet-products .blue-card {
  background-color: #EFF6FC;
  border-radius: 20px;
  border: 0;
}
.meet-products .card .left-content {
  width: 75%;
  margin: auto;
}
.meet-products .card .left-content h3 {
  margin-top: 10px !important;
  font: normal normal bold 28px/36px Inter;
}
.meet-products .card .left-content p {
  font: normal normal normal 18px/26px Inter;
  color: #000000;
}
.meet-products .right-fix-img {
  width: 62%;
  position: absolute;
  right: -46%;
  bottom: 23%;
}
/* Remove bottom border for the active FAQ’s header */
#faqs .card .card-header:not(.collapsed) {
  border-bottom: none;
}


/* Remove top border of the closed FAQ immediately following an active one */
#faqs .card:has(+ .card:has(.card-header:not(.collapsed))) .card-header {
  border-bottom: none !important;
}
#faqs .card .card-header {
  transition: border-bottom 0s !important;
}
#faqs .card .card-header.show {
  transition: border-bottom 0s !important;
}
.meet-products .card .text-right video {
  border-radius: 0px 20px 20px 0px;
}
.meet-products .card .text-left video {
  border-radius: 20px 0px 0px 20px;
}
.meet-products .card .row .col-md-6 {
  padding: 0px;
}

.meet-products .card .row {
  margin: auto;
 
}
.stack-cards__item {
  position: sticky;
  top: var(--space-sm) ;
  transform-origin: center top;
}

.resource-slider {
  padding: 0px 0 70px 0;
}

.resource-section .swiper-slide {
  width: 342px;
  height: 255px;
  display: flex;
  padding: 0px 4px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.resource-slider .swiper-slide img {
  width: 100%;
  object-fit: cover;
  border-radius: 12px 12px 0 0 !important;
}

.resource-content {
  padding: 10px;
}


/* Remove default Swiper navigation button icons */
.resource-section .swiper-button-prev::after,
.resource-section .swiper-button-next::after {
  content: ''; /* Remove the default arrow icons */
}


@media screen and (max-width: 768px) {
  .meet-products .card .left-content {
    width: 80%;
  }
  .meet-products .effortless-ai-content{
    border: #000000 solid 1px;
    border-radius: 20px;
  }
  .meet-products .effortless-ai-content h3 {
    font: normal normal 800 24px/30px Inter !important;

  }
  .meet-products .effortless-ai-content p {
    font: normal normal normal 18px/30px Inter;
   
  }
  .meet-products .card {
    text-align: center !important;
    padding-block: 25px 0px;
  }
  .meet-products .card .text-right video,  .meet-products .card .text-left video  {
    margin-top: 20px;
   border-radius: 0px 0px 20px 20px; 
  }
  .meet-products .card.center-card .row {
    flex-direction: column-reverse;
  }
  .meet-products .card .text-right, .meet-products .card .text-left {
    text-align: center !important;
  }
  .meet-products .card img {
    margin: auto;
  }
  h2 {
    font: normal normal 800 40px/49px "Inter", sans-serif !important;
  }
}