body {
  overflow: unset !important;
  background-image: linear-gradient(to top, #ffffff, #fbfbfb);
}
a.rainbow-btn {
  position: relative;
  background: linear-gradient(330deg, #9DFF71 0%, #FFD88D 30%, #FF76D5 65%, #55BEFF 100%);
  margin: 43px auto 62px auto;
  padding: 0;
  width: 350px;
  height: 70px;
  text-align: center;
  color: #ffffff;
  display: block;
  cursor: pointer;
  border-radius: 40px;
  font: normal bold normal 25px/32px "Inter", sans-serif;
}

a.rainbow-btn:before {
  content: "";
  z-index: 1;
  position: absolute;
  display: block;
  width: 100%;
  height: 70%;
  top: 15%;
  left: 0;
  /* transition: 0.1s opacity ease-in-out; */
  filter: blur(5px);
  opacity: 0;
  background: linear-gradient(330deg, #9DFF71 0%, #FFD88D 30%, #FF76D5 65%, #55BEFF 100%);
}

a.rainbow-btn:after {
  content: "Get Started Now!";
  text-align: center;
  color: white;
  background: transparent linear-gradient(90deg, #9365EE 0%, #363DC8 100%) 0% 0% no-repeat padding-box;
  font: normal bold normal 21px/32px "Inter", sans-serif;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  top: 3px;
  left: 3px;
  border-radius: 40px;
  z-index: 5;
  position: absolute;
  display: block;
  padding: 15px;
}

a.rainbow-btn:hover:after {
  background-image: linear-gradient(to left, #353DC8, #9E6AF3);
}

a.rainbow-btn:focus:before, a.rainbow-btn:hover:before {
  opacity: 1;
  transition: 0.3s opacity ease-in-out;
  filter: blur(25px);
  background: linear-gradient(330deg, #9DFF71 0%, #FFD88D 30%, #FF76D5 65%, #55BEFF 100%);
}

.banner {
  padding: 11% 0 0 0;
}
.banner h1 {
  font: normal normal 800 60px/70px "Inter", sans-serif;
  color: #000000;
}
.banner h1 span {
  background-image: linear-gradient( 273deg, #2E38CE, #9341E6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slider-section .slider {
  padding-top: 100px;
}
.slider-section .slider .left-section {
  color: #d7c1ed;
}
.slider-section .slider .left-section h4 {
  font-size: 28px;
  font-weight: 600;
  color: #000;
}
.slider-section .slider .left-section p {
    font-size: 14px;
    letter-spacing: 4px;
    font-weight: 500;
    color: #000;
}
.slider-section .slider .logo-section {
  overflow: hidden;
  border-left: 1px solid #000;
  margin: auto 0;
  padding: 21px 0;
}
.slider-section .slider .logo-section .logo-list {
  display: flex;
  height: auto;
  align-items: center;
  animation: 20s linear infinite marquee;
}
.slider-section .slider .logo-section .logo-list img {
  width: 70px;
  margin: 0 32px;
}
.slider-section .slider .logo-section .logo-list img[alt=visa] {
  width: 51px !important;
}
.slider-section .slider .logo-section .logo-list img[alt=gsk] {
  width: 42px !important;
}
.slider-section .slider .logo-section .logo-list img[alt="mc donalds"] {
  width: 37px !important;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.banner-video video {
  border-radius: 23px;
}

.awards-section b {
  font-size: 18px;
  color: #0a0f40;
}
.awards-section p {
  font-size: 15px;
  color: #6a727c;
  padding-top: 10px;
  width: 80%;
}
.grid-section span{
    background: transparent linear-gradient(273deg, #2E38CE 0%, #9341E6 100%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.grid-section .card {
  border: 0px;
  border-radius: 16px;
}
.grid-section .card h3 {
  font: normal normal bold 28px/36px "Inter", sans-serif;
  color: #000000;
}
.grid-section .card p {
  font: normal normal normal 17px/26px "Inter", sans-serif;
  font-weight: 300;
  width: 100%;
}
.grid-section .card .video-wrap .content {
  position: absolute;
  padding: 30px;
  top: 0px;
}
.grid-section .card video {
    width: 100%;
  border-radius: 24px;
}
.grid-section .card.feature-vid video {
  background: transparent linear-gradient(117deg, #A762F7 0%, #62E5B1 24%, #FFD112 56%, #E654BF 84%, #A762F7 100%) 0% 0% no-repeat padding-box;  padding: 4px;
  border-radius: 24px;
}
.grid-section .card .card-content {
  padding: 25px;
  position: absolute;
}
.grid-section .card.character {
  background-color: #f5ebff;
  
}
.grid-section .card.character .card-content {
  top: -6px;
}
.grid-section .card.translate {
  background-color: #EBF4FE;
}
.grid-section .card.translate .card-content {
  top: -3px;
}

.steps-section {
  margin-bottom: 120px;
  @media only screen and (max-width:767px) {
    margin-bottom: 60px;
  }
}
.product-carousal-content h2{
    font: normal normal 800 48px/65px "Inter", sans-serif;
    margin-bottom: 60px;
    @media only screen and (max-width:767px) {
        font: 800 30px/40px Inter !important;
    }
}
.steps-section .steps-head{
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0px;
}
.steps-section .steps-head li {
    list-style: none;
    margin-right: 20px;
    font: normal normal 800 22px/28px "Inter", sans-serif;
    background-color: #E8E8E8;
    color: #000000;
    cursor: pointer;
    width: 42px;
    height: 42px;
    padding: 8px ;
    text-align: center;
    border-radius: 30px;
}
.steps-section .steps-head li.active {
    width: 52px;
    height: 52px;
    background-color: #000000;
    color: #FFFFFF;
    outline: 2px solid #000000;
    border: 3px solid #ffffff;

}
.steps-section h2 {
  font: normal normal 800 48px/65px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #000000;
}

.steps-section h2 span {
  background:  transparent linear-gradient(277deg, #2E38CE 0%, #9341E6 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-carousal-content h2{
    font: normal normal 800 48px/65px "Inter", sans-serif;
    margin-bottom: 60px;
    max-width: 890px;
    color: #000000;
}

.steps-section .subtext {
  font-size: 20px;
  color: #000000;
  line-height: 28px;
}
 .grid-section .card .white-text h3{
    color: #fff;
 }
  .white-text p{
    color: #fff;
 }
.steps-section .steps-card{
  background: #F8F8F8 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 36px;
}
.steps-section .steps-card .col-md-6{
  padding: 0px;
}

.steps-section .steps-card .card {
  border-radius: 48px;
  overflow: auto;
  margin-bottom: -20px;
  max-height: 525px ;
  top: 0px;
  border: none !important;
}

.steps-section .steps-card .card .left-content {
  padding-left: 0;
  padding-right: 0;
}

.steps-section .steps-card .card .left-content img {
  width: 100%;
  height: 525px;
  object-fit: fill;
}

.steps-section .steps-card .card h3 {
  font: 800 28px/40px Inter;
  color: #000000;
}

.steps-section .steps-card .card p {
  font: 20px/30px Inter;
  color: #000000;
}

.steps-section .steps-card .card .right-content {
  padding: 130px 35px 60px 70px;
  background: #F8F8F8 0% 0% no-repeat padding-box;
}

.steps-section .steps-card .card .right-content .content {
  padding-left: 37px;
  position: relative;
}

.content h3,
.content p {
  transition: all 0.3s ease;
}

.left-img {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.left-img.fadeOut,
.content.fadeOut {
  opacity: 0;
  transform: translateY(10px);
}


.step-nav {
  list-style: none;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  padding: 0;
}

.step-nav li {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #ccc;
  text-align: center;
  line-height: 33px;
  cursor: pointer;
  transition: 0.4s !important;
}

.step-nav li.active,
.step-nav li:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

.swiper {
  overflow: hidden;
}
.steps-section .swiper 
{   
    height: 525px;
    box-shadow: 0 2px 30px 6px rgba(0, 0, 0, 0.1529411765);
    border-radius: 48px;
}
.security-section .container {
  background-image: linear-gradient(to right, #1B0A19, #1D388B, #6F50E6, #8327C4, #A359EB);
  padding: 50px;
  border-radius: 30px;
}
.security-section .container h3 {
  font-size: 36px;
  width: 80%;
}

.carousal-section {
  margin-top: 40px;
}

.carousal-section .tile-card {
  padding: 30px;
  margin: 20px;
  box-shadow: 0px 6px 30px #93A2B127 !important;
  border-radius: 20px;
}

.carousal-section .tile-card.review-section {
  padding: 60px 80px;
  margin: 30px 0px 0px 0px;
}

.swiper {
  width: 100%;
  height: auto;
}

.animaker-testimonials .swiper-button-next::after, .animaker-testimonials .swiper-button-prev::after {
  content: "";
  display: none;
}
.animaker-testimonials{
    margin-top: 100px !important    ;
}

.animaker-testimonials .swiper-button-prev {
  position: initial;
  margin-right: 55px;
  margin-top: 0;
}



.tile-card img.author-img {
  width: auto;
  height: 171px;
  width: 171px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.review-section .navigation-toggle img.nav-arrow-icon {
  width: auto;
  margin: 10px;
}

.review-section h1 {
  font: bold 24px/30px Inter, sans-serif;
  letter-spacing: 0;
  color: #000000;
  margin-top: 20px !important;
  margin-bottom: 8px;
}

.review-section h3, .review-section p, .why-animaker-content #faqs .card .card-body p {
  font: 18px/30px Inter, sans-serif;
  color: #000000;
  letter-spacing: 0;
}

.review-section h3 {
  margin-top: 0 !important;
  margin-bottom: 30px;
}

.review-section p {
  padding-right: 0;
  max-width: 543px;
  margin-bottom: 50px;
}

.review-section .nav-toggle-container {
    max-width: 120px;
    margin: auto;
}

.stats-section h1 {
  font: 800 50px/65px Inter, sans-serif;
  letter-spacing: 0;
  color: #0a0f40;
}

.stats-section h6 {
  font: 16px/30px Inter, sans-serif;
  letter-spacing: 0;
  color: #0a0f40;
}

.col.stats-section {
  padding: 0 0 0 30px;
  flex: 1;
}

.col.author-section {
  padding: 0;
  flex: 1.5;

}

.testimonials-head h1 {
  font: normal normal 800 48px/65px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #000000;
  max-width: 800px;
}
.testimonials-head h1 span {
  background-image: linear-gradient(to right, #2839CF, #873EBC);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.faq-questions {
  margin-block: 120px;
}

section.faq-questions h1 {
  text-align: center;
  font: 800 55px/46px Inter, sans-serif;
  letter-spacing: 0;
  color: #0a0f40;
  margin: auto auto 60px;
}

#faqs .card .card-header.collapsed:after, #faqs .card .card-header:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
}

#faqs .card .card-body p {
  font: 18px/30px Inter, sans-serif;
  color: #0a0f40;
  letter-spacing: 0;
}

#faqs .card, #faqs .card .card-header {
  background: 0 0;
}

#faqs .card .card-header:not(.collapsed) {
  border-radius: 20px 20px 0 0;
  padding-left: 31px;
  padding-right: 31px;
  background: no-repeat padding-box #efeafd;
}

#faqs .card .card-body:not(.collapsed) {
  border-radius: 0 0 20px 20px;
  background: no-repeat padding-box #efeafd;
}

#faqs .card .card-header {
  border-radius: 4px;
  font: bold 18px/27px Inter, sans-serif;
  letter-spacing: 0;
  color: #0a0f40;
  padding: 40px 20px 0;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  display: -ms-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#faqs .card .card-header.collapsed {
  padding-left: 21px;
  padding-right: 36px;
  font-weight: 400;
  padding-bottom: 31px;
  border-bottom: 2px solid #c7d1db;
  border-radius: 0;
}

#faqs .card .card-body p {
  max-width: 95%;
  text-align: left;
}

#faqs .card {
  border: none;
  cursor: pointer;
}

#faqs .card .card-body {
  padding: 20px 31px 40px;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  display: -ms-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#faqs .card .card-header:after {
  content: url("https://www.animaker.com/Animaker-Home/new-assets/icon-collapse.svg");
  right: 20px;
}

#faqs .card .card-header.collapsed:after {
  content: url("https://www.animaker.com/Animaker-Home/new-assets/icon-expand1.svg");
  right: 10px;
}

#faqs .card .card-header.collapsed + #faqs .card .card-header {
  border-bottom: 0px;
}

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

.grad-bg {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: -1;
}

.first-video-content {
  width: 100%;
  height: 470px;
  background-image: url("https://www.animaker.com/static_2.0/img/2dmaker/bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 42px;
  padding: 120px 140px;
  text-align: center !important;
}


.first-video-content h1 {
  max-width: 500px;
  font: bold 38px/60px Inter, sans-serif;
  color: #fff;
  margin: auto;
  text-align: center !important;
}

.first-video-content a.rainbow-btn {
  margin: 30px auto auto;
  height: 57px;
  max-width: 280px;
}
.first-video-content a.rainbow-btn:after {
  padding: 8px 16px;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1035px !important;
  }
}
.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #000;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #000, 0 1em 0 0 #000;
}
/* Desktop / default spacing */
.grid-section,
.steps-section,
.product-carousal,
.animaker-testimonials,
.security-section,
.faq-questions {
  margin-top: 120px;
  /* optional: keep layout stable if needed
  margin-bottom: 0;
  box-sizing: border-box;
  */
}

/* Mobile / small screens (≤ 767px) */
@media (max-width: 767px) {
  .grid-section,
  .steps-section,
  .product-carousal,
  .animaker-testimonials,
  .security-section,
  .faq-questions {
    margin-top: 60px;
  }
}

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


  .steps-section .steps-card .card .right-content {
    padding: 20px 20px;
    height: 380px ;
  }

}

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

    section.faq-questions {
    margin-top: 60px;
    }
    .steps-section .steps-card{
      max-width: 95% !important;
      margin: auto;
      border-radius: 24px;
    }
    .steps-section .left-img{
      border-radius: 24px;
    }
    .steps-section .steps-head{
      margin-block:  7px 0px !important;
    }

    .steps-section .steps-card .card .left-content img{
    height: auto;
    border-radius: 24px;
    }
    .steps-section .swiper 
{   
    height: auto;
    box-shadow: 0 2px 30px 6px rgba(0, 0, 0, 0.1529411765);
    border-radius: 48px;
}
  .navigation {
    padding: 0px !important;
  }
  .nav-toggle {
    display: block !important;
  }
  .banner h1 {
    font: normal normal 800 31px/70px "Inter", sans-serif;
    line-height: 42px;
  }
  .banner .rainbow-btn {
    height: 55px !important;
    width: 300px !important;
  }
  .banner a.rainbow-btn:after {
    font-size: 18px !important;
    padding: 8px;
  }
  .steps-section .steps-card .card {
  border: none !important;
  height: 100%;
  max-height: fit-content;
}
  .awards-section p {
    margin: 0 auto 20px auto;
  }
  .security-section {
    padding: 0px 15px;
  }
  .first-video-content {
    max-width: 400px;
    width: 100%;
    height: auto;
    margin: auto;
  }
  .first-video-content h1 {
    min-width: 310px !important;
    font: bold 18px/36px Inter, sans-serif;
    line-height: 26px;
  }
  .first-video-content a.rainbow-btn {
    font: bold 12px/28px Inter, sans-serif;
  }
  .first-video-content a.rainbow-btn {
    margin: 10px auto;
    height: 40px;
    width: 175px;
  }
  .first-video-content {
    height: auto;
    background-image: url(https://www.animaker.com/static_2.0/img/2dmaker/bg.webp);
    background-size: contain;
    background-position: center;
    padding: 40px 20px;
    border-radius: 16px;
  }
  .first-video-content a.rainbow-btn:after {
    background: #613cdf;
    padding: 3px;
    font: bold 13px/28px Inter, sans-serif;
  }
  .grid-section .card h3 {
    font: normal normal bold 20px/36px "Inter", sans-serif;
    line-height: 28px;
  }
  .grid-section .card p {
    font: normal normal normal 15px/26px "Inter", sans-serif;
    line-height: 23px;
  }
  .grid-section .card .video-wrap .content {
    background: white;
    position: relative;
    padding: 20px;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    text-align: center;
  }
  .feature-vid .video-wrap {
    background: transparent linear-gradient(118deg, #A762F7 0%, #62E5B1 24%, #FFD112 56%, #E654BF 84%, #A762F7 100%) 0% 0% no-repeat padding-box;
    padding: 4px 4px 6px 4px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  } .grid-section .card.feature-vid video{
    background: transparent;
  }
  .video-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .grid-section .card.feature-vid video {
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background: none;
    padding: 0px;
    margin-bottom: -2px;
  }
  .grid-section .card.subtitle {

    /* background: #f4e8ff; */
  }
  /* grid-section steps-section product-carousal animaker-testimonials security-section faq-questions */
  .grid-section .card.subtitle .card-content {
    top: -10px;
  }
  .grid-section .card .card-content{

  }
.grid-section .card .white-text h3{
    color: #000;
}
.grid-section .card p{
    color: #000;
}
.card.voice{
    border: 1px solid #9d75fb;
}
.grid-section .card .video-wrap .content{
    text-align: left;
}
.grid-section .card.subtitle .card-content{
    text-align: left;
}
.grid-section .card .card-content{
    text-align: left;
    padding: 20px;
}

  .grid-section .card.voice video {
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .steps-section h2 {
    font: 800 30px/42px Inter,sans-serif;
    line-height: 47px;
    padding-inline: 0px;
  }
  .header_helobar_div {
    height: auto;
  }
  .steps-section .steps-card .card , .steps-section .swiper{
    border-radius: 24px;
  }
  .steps-section .steps-card .card .right-content {
    padding: 20px 20px;
    height: 360px ;
  }
  .steps-section .steps-card .card h3 {
    font: 800 20px/40px Inter;
    line-height: 32px;
  }
  .steps-section .steps-card .card .right-content .content{
    padding-left: 16px;
  }
  .steps-section .steps-head{
    padding: 0px;
    margin: auto;
  }
  .carousal-section {
    padding: 0px 10px;
    margin-top: 40px;
}
  .steps-section .steps-head li{
    margin-right: 16px;
    margin-bottom: 20px;
  }
  .steps-section .steps-card .card p {
    font: 16px/30px Inter;
  }
  .security-section h3 {
    text-align: center;
    width: 100% !important;
    font-size: 22px !important;
    margin-bottom: 32px;
    margin-top: 14px;
  }
  .security-section .container {
    border-radius: 15px;
    padding-block: 14px !important;
  }
  .testimonials-head h1 {
    font: 800 30px/40px Inter;
    line-height: 46px;
  }
  .carousal-section .tile-card.review-section {
    padding: 30px 30px 60px;
  }
  .animaker-testimonials .swiper-slide .d-flex {
    display: block !important;
  }
  .col.author-section {
    border-right: 0;
    text-align: center;
  }
  .col.stats-section {
    padding: 0 15px;
    margin-bottom: 60px;
    text-align: center;
  }
  .tile-card img.author-img {
    margin: auto;
    display: block;
  }
  .tile-card p {
    font: 18px/28px Inter, sans-serif;
  }
  .stats-section h1 {
    font: 800 25px/65px Inter, sans-serif;
    line-height: 25px;
  }
  .review-section .nav-toggle-container {
    right: 40%;
    bottom: 43px;
  }
  section.faq-questions h1 {
    font-size: 30px;
    margin-bottom: 42px;
    padding: 0px;
  }
}/*# sourceMappingURL=text-animation.css.map */



.product-carousal .container{
  max-width: 1055px !important;
  width: 100%;
  padding: 0px;
}
.product-carousal .tile-card{
  border-radius: 20px;
  background: white;
  padding: 40px 40px 0 40px;
  margin: 15px;
  position: relative;
}

.product-carousal-head{
  margin:100px 0 0 80px;
}
ul.blog-head {
  display: inline-flex;
  margin: 0 0 90px 0;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}
ul.blog-head li {
  min-width: 160px;
  padding: 18px 18px;
  text-align: center;
  font: normal normal normal 18px/24px 'Inter',sans-serif;
  letter-spacing: 0px;
  color: #0A0F40;
  background: #F6F8FF 0% 0% no-repeat padding-box;
  border: 1px solid #E5EBFD;
  border-radius: 12px;
  cursor: pointer;
  list-style-type: none;
  margin-right: 12px ;
}
ul.blog-head li.active {
  font-weight: bold;
  background: transparent linear-gradient(114deg, #2A39D0 0%, #9C3DEF 100%) 0% 0% no-repeat padding-box;
  font: normal normal 500 18px/24px Inter !important;
  box-shadow: 0px 3px 6px #00000029;
  color: #FFFFFF;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, box-shadow;
}
img.slider-graphic-img{
  width: 100%;
}
.product-carousal-content img.slider-graphic-img{
  border-radius: 10px;
}

.carousal-section {
  margin-top: 80px;
}
.carousal-section .tile-card{
  padding: 30px;
  margin: 20px;
  border-radius: 20px;
}
.carousal-section .slider-content{
  padding: 90px 60px;
}

.swiper {
  width: 100%;
  height: auto;
}

.carousal-section .tile-card .slider-content h2 {
  color: #0A0F40;
    font-family: Inter;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.product-carousal-content ul.blog-head{
  margin-bottom: 30px;
}
.product-carousal-content .carousal-section{
  margin-top: 0;
}
.product-carousal-content .carousal-section .slider-content{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
}
.product-carousal-content .carousal-section .tile-card .slider-content h2{
  margin: 0 0 30px 0 !important;
  color: #0A0F40;
    font-family: Inter;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
    margin-right: auto !important;
}
.show-mobile{
    display: none;
  }

@media only screen and (max-width:992px){
  .product-carousal-content img.slider-graphic-img{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}  

@media only screen and (max-width:767px){
  .show-mobile{
    display: block;
  }
  .product-carousal-head{
    margin: 0;
  }
  .tile-card h2{
    text-align: center;
    font:normal normal bold 22px/32px 'Inter',sans-serif;
  }

  .carousal-section .slider-content{
    padding: 10px !important;
  }
  .tile-card p{
    font:normal normal normal 18px/28px 'Inter',sans-serif;
  }
  .product-carousal-content ul.blog-head{
    overflow: auto;
    justify-content: start;
    margin: 0 20px 40px 20px;
    width: calc(100% - 40px);
  }
  .product-carousal-content ul.blog-head::-webkit-scrollbar {
    display: none;
  }
  .product-carousal-content .carousal-section .tile-card{
    margin-top: 0;
  }
  .product-carousal-content img.slider-graphic-img{
    position: initial;
    transform: none;
  }
  .product-carousal-content .carousal-section .tile-card .slider-content h2{
    margin: 15px 0 !important;
  }
  ul.blog-head li{
    padding: 15px 20px;
  }
  .icon-left-arrow,
  .icon-right-arrow{
    position: initial;
    box-shadow: 0px 1px 1px #00000029;
    cursor: pointer;
  }
  .icon-left-arrow .slider-arrow{
    position: absolute;
    top: 27px;
    left: 10px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    border: 1px solid black;
    border-radius: 30px;

  }
  .icon-right-arrow .slider-arrow{
    position: absolute;
    top: 26px;
    right: 10px;
    border: 1px solid black;
    border-radius: 30px;
  }
}
.faq-section .collapse:has(.show) {
  border: 1px solid red;
}
@media only screen and (max-width: 480px) {
  .container {
    padding: 0px 10px !important;
  }
}

.listed-features li::marker {
  width: 10px;
  height: 10px;
  color: #00c1ff;
}

@media screen and (max-width: 768px) {
  .margin-default :nth-last-child(){
    margin-top: 25px;
  }

}

.tile-card{
  border-radius: 20px;
  background: white;
  padding: 40px 40px 0 40px;
  margin: 15px;
  position: relative;
}
.tile-card p{
  color: #0A0F40 !important;
    font-family: Inter;
    font: normal normal normal 22px/32px Inter;
    letter-spacing: 0px;
    color: #0A0F40;
}
.animaker-testimonials .col-md-12{
  padding-inline: 0px !important;
}
.animaker-testimonials .tile-card p{
  font: normal normal normal 18px/30px Inter;
  letter-spacing: 0px;
  color: #0A0F40;
}
.animaker-testimonials .col.navigation-toggle{
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousal-section {
	margin-top:40px
}
.carousal-section .tile-card {
	padding:30px;
	margin:20px;
	border-radius:20px
}
.swiper {
	width:100%;
	height:auto
}
.product-carousal{
    margin-bottom: 120px;
    @media only screen and (max-width:767px) {
        margin-bottom: 60px;
    }
}
@media only screen and (max-width:767px) {
.tile-card p {
	font:18px/28px Inter,sans-serif !important;
}
.product-carousal-content .carousal-section .tile-card .slider-content h2{
    line-height: 30px !important;
}
ul.blog-head li.active {
    font: normal normal 500 12px / 24px Inter !important;
}
ul.blog-head li{
    font: normal normal 500 12px / 24px Inter !important;

}

}
