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.3s 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 {
  text-align: center;
  color: white;
  background-image: linear-gradient(305.95deg, #2E38CE 14.02%, #9341E6 100%);
  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(305.95deg, #2E38CE 14.02%, #9341E6 100%);
}

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(305.95deg, #2E38CE 14.02%, #9341E6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slider-section .slider {
  padding-top: 70px;
}

.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 .card {
  border: 0px;
  border-radius: 24px;
}

.grid-section .card.subtitle {
  background: #ECF4FD;
}

.grid-section .card.subtitle video {
  width: 90%;
  margin: auto;
}

.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: 96%;
}

.grid-section .card .video-wrap .content {
  position: absolute;
  padding: 30px;
  top: 0px;
}

.grid-section .card video {
  border-radius: 24px;
}

.grid-section .card.feature-vid video {
  display: block;
  border-radius: 23px;
}

.grid-section .card .card-content {
  padding: 25px;
  position: absolute;
}

.grid-section .card.character {
  background-color: #f5ebff;
  padding-top: 26px;
}

.grid-section .card.character .card-content {
  top: -6px;
}

.grid-section .card.translate {
  background-color: #EBF4FE;
  padding-top: 20px;
}

.grid-section .card.character video {
  padding-top: 56px;
}

.grid-section .card.translate .card-content {
  top: -3px;
}

.steps-section .card {
  background: #F8F8F8;
  border: 0;
  padding: 138px 40px;
  border-radius: 20px;
  height: 100%;
}
.steps-section .card .row.multicard {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
}
.steps-section .card .row.multicard .left-img {
  height: 100%;
}
.steps-section .card .content .numbers button {
  background: #E8E8E8;
  border-radius: 47%;
  font-size: 22px;
  font-weight: 600;
  width: 37px;
  height: 37px;
  text-align: center;
  color: #000000;
  margin-right: 12px;
  border: 0;
}
.steps-section .card .content .numbers button:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000;
}
.steps-section .card .content .numbers button.active {
  background: #000000;
  color: white;
  outline: none;
  box-shadow: 0 0 0 2px var(white), 0 0 0 4px var(red);
}
.steps-section .card .content h3 {
  font-size: 28px;
  font-weight: 600;
  color: #242424;
}
.steps-section .card .content p {
  color: #242424;
  font-size: 22px;
}

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

.steps-section h2 span {
  background-image: linear-gradient(281deg, #6745D5 0%, #824ADD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.steps-section .subtext {
  font-size: 20px;
  color: #000000;
  line-height: 28px;
}

.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: 75%;
}

ul.blog-head {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: auto;
  justify-content: center;
  margin: 0 20px;
  width: calc(100% - 40px);
  list-style-type: none;
}

ul.blog-head li {
  padding: 20px 44px;
  font: 18px/24px Inter, sans-serif;
  letter-spacing: 0;
  color: #0a0f40;
  border-bottom: 1px solid #dbdbdb;
  cursor: pointer;
  text-align: center;
}

ul.blog-head li.active {
  font-weight: 700;
  border-image-source: linear-gradient(98deg, #2A39D0 0%, #9C3DEF 100%);
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-image-slice: 1;
}

ul.blog-head::-webkit-scrollbar {
  display: none;
}

.icon-left-arrow .slider-arrow {
  position: absolute;
  top: 27px;
  left: 10px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.icon-right-arrow .slider-arrow {
  position: absolute;
  top: 26px;
  right: 10px;
}

.who-is-section .carousal-section {
  margin-top: 50px;
  border-radius: 12px;
  background: #fff;
}

.who-is-section .carousal-section .slider-content {
  padding: 35px;
}

.who-is-section .carousal-section h3 {
  font-size: 24px;
  font-weight: 600;
}

.who-is-section .carousal-section p {
  font-size: 22px;
}

.who-is-section .carousal-section .tile-card {
  padding: 30px;
  margin: 0;
  border-radius: 20px;
}

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

.carousal-section .tile-card {
  padding: 30px;
  margin: 0;
  border-radius: 20px;
}

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

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

.animaker-testimonials .swiper-button-next::after, .animaker-testimonials .swiper-button-prev::after {
  content: "";
  display: none;
}

.animaker-testimonials .swiper-button-prev {
  left: 46%;
}

.animaker-testimonials .swiper-button-next {
  right: 44%;
}

.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: 17px;
}

.review-section p {
  padding-right: 0;
  max-width: 600px;
  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;
  text-align: center;
}

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

.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-top: 60px;
}

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%;
  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 100px;
  text-align: center !important;
}
.first-video-content a.rainbow-btn {
  width: 430px;
}

.first-video-content h1 {
  max-width: 600px;
  font: bold 38px/60px Inter, sans-serif;
  color: #fff;
  margin: auto;
  text-align: center !important;
}
.first-video-content h1 span {
  background: linear-gradient(90deg, #FDA301, #FED603);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.first-video-content a.rainbow-btn {
  margin: 30px auto auto;
}

.card.l-subtitle {
  background-color: #F1E9FD;
  border-radius: 24px;
  padding: 100px 25px;
}

.card.asset {
  background: #F2E5FE;
}

.card.asset video {
  width: 61%;
  margin: auto;
}

.grid-section a.rainbow-btn {
  width: 495px;
}

.cta-section .container {
  background: radial-gradient(60.28% 82.19% at 50% 82.83%, #8F2DBF 0%, #3337CE 100%);
  padding: 125px 20px;
  border-radius: 35px;
}
.cta-section .container h2 {
  color: #ffffff;
  font-size: 42px;
  font-weight: 600;
}
.cta-section .container a.rainbow-btn:after {
  content: "Try Now";
  font-size: 22px;
  background: #7130C4;
}

@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;
}

@media only screen and (max-width: 767px) {
  .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: 350px !important;
  }
  .banner a.rainbow-btn:after {
    font-size: 16px !important;
  }
  .grid-section a.rainbow-btn:after {
    font-size: 16px !important;
  }
  .grid-section a.rainbow-btn {
    width: 300px;
    margin-top: 190px;
  }
  .awards-section p {
    margin: 0 auto 20px auto;
  }
  .card.voice {
    display: contents;
  }
  .security-section, .cta-section {
    padding: 0px 15px;
  }
  .card.l-subtitle {
    padding: 15px 25px;
  }
  .card.l-subtitle .card-content {
    padding-left: 0px;
  }
  .animaker-testimonials .swiper-button-prev {
    left: 34%;
  }
  .animaker-testimonials .swiper-button-next {
    right: 40%;
  }
  .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: 254px;
  }
  .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;
  }
  .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 0px 4px;
    border-radius: 20px;
  }
  .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 {
    padding-top: 26px;
  }
  .grid-section .card.subtitle .card-content {
    top: -10px;
  }
  .grid-section .card.voice {
    background: #9d75fb;
  }
  .grid-section .card.voice .content {
    background: #9d75fb;
  }
  .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;
    bottom: revert;
    position: absolute;
    z-index: -1;
    top: 93px;
  }
  .steps-section h2, .who-is-section h2 {
    font: normal normal 800 28px/40px "Inter", sans-serif;
  }
  .who-is-section .carousal-section .tile-card {
    padding: 19px;
  }
  .who-is-section .carousal-section .slider-content {
    padding: 35px 6px 0px 6px;
  }
  .cta-section .container {
    padding: 50px 20px;
  }
  .cta-section .container a.rainbow-btn {
    margin-top: 31px !important;
  }
  .cta-section .container h2 {
    font-size: 30px;
  }
  ul.blog-head {
    overflow: auto;
    justify-content: start;
    padding-left: 0px;
  }
  ul.blog-head li {
    padding: 15px 21px;
    white-space: pre;
  }
  .steps-section .card {
    padding: 10px 40px;
  }
  .steps-section .card .content h3 {
    font-size: 23px;
  }
  .steps-section .card .content p {
    font-size: 18px;
  }
  .steps-section h2 {
    font: normal normal 800 34px/65px "Inter", sans-serif;
    line-height: 47px;
  }
  .header_helobar_div {
    height: auto;
  }
  .steps-section .steps-card .card .right-content {
    padding: 37px 20px;
  }
  .steps-section .steps-card .card {
    top: 60px;
  }
  .steps-section .steps-card .card h3 {
    font: 800 21px/40px Inter;
    line-height: 32px;
  }
  .steps-section .steps-card .card p {
    font: 17px/30px Inter;
  }
  .security-section h3 {
    text-align: center;
    width: 100% !important;
    font-size: 22px !important;
    margin-bottom: 32px;
  }
  .security-section .container {
    border-radius: 15px;
  }
  .testimonials-head h1 {
    font: 800 33px/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: 32px;
    margin-bottom: 42px;
  }
} /*# sourceMappingURL=infographics.css.map */