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 {
  content: "Get Started Now!";
  text-align: center;
  color: white;
  background-image: linear-gradient(to left, #353DC8, #9E6AF3);
  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(to left, #353DC8, #9E6AF3);
  -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: 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 {
  border-radius: 16px;
}
.grid-section .card.feature-vid video {
  background: transparent linear-gradient(118deg, #A762F7 0%, #62E5B1 24%, #FFD112 56%, #E654BF 84%, #A762F7 100%) 0% 0% no-repeat padding-box;
  padding: 4px;
  border-radius: 20px;
}
.grid-section .card .card-content {
  padding: 25px;
  position: absolute;
}
.grid-section .card.character {
  background-color: #f5ebff;
  padding-top: 84px;
}
.grid-section .card.character .card-content {
  top: -6px;
}
.grid-section .card.translate {
  background-color: #EBF4FE;
  padding-top: 20px;
}
.grid-section .card.translate .card-content {
  top: -3px;
}

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

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

.steps-section h2 span {
  background-image: linear-gradient(to left, #353DC8, #9E6AF3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

.steps-section .steps-card .card {
  border-radius: 48px;
  overflow: auto;
  margin-bottom: 20px;
  top: 90px;
  box-shadow: 0 2px 30px 6px rgba(0, 0, 0, 0.1529411765);
}

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

.steps-section .steps-card .card .left-content img {
  width: 100%;
  height: 100%;
}

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

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

.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: #fff;
  left: 0;
  top: 12px;
  background: url(https://www.animaker.com/static_2.0/img/2dmaker/icon.png);
}

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

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

.carousal-section .tile-card {
  padding: 30px;
  margin: 0;
  box-shadow: 0 0 10px 10px rgba(147, 162, 177, 0.0784313725);
  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 {
  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: 442px;
}

.review-section .nav-toggle-container {
  position: absolute;
  right: 42px;
  bottom: 28px;
}

.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;
  border-right: 1px solid #dbdfff;
}

.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%;
  height: 423px;
  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;
}

@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: 263px !important;
  }
  .banner a.rainbow-btn:after {
    font-size: 19px !important;
  }
  .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;
  }
  .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;
    background: #f4e8ff;
  }
  .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;
  }
  .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=text-animation.css.map */