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

header .nav-menu li a.signup {
  color: #ffffff !important;
}

.sub-text {
  font-size: 18px;
  color: #000000;
  line-height: 30px;
}

.vid-border {
  border: 1px solid #64CFFC;
  border-radius: 20px;
}

.rainbow-btn {
  background: transparent linear-gradient(323deg, #9DFF71 0%, #FFD88D 30%, #FF76D5 65%, #55BEFF 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 16px 2px 19px 2px;
  border-radius: 30px;
}

.rainbow-btn .btn {
  border-radius: 28px;
  color: white;
  padding: 10px 24px;
  background: #6036c6;
  font: normal normal bold 16px/29px Inter;
}

.rainbow-btn .btn:hover {
  color: white;
}

.credit-card-text {
  max-width: 390px;
  text-align: center;
}

.credit-card-text p {
  display: inline-block;
  text-align: center;
}

h2 {
  color: #0A0F40 !important;
  font: normal normal 800 55px/65px "Inter", sans-serif !important;
}

.banner {
  padding: 10% 0 7% 0;
  color: #FFFFFF !important;
  background: transparent linear-gradient(177deg, #2E38CE 0%, #9341E6 100%) 0% 0% no-repeat padding-box;
  border-radius: 0% 0% 70px 70px;
}

.banner .hero-sec {
  text-align: left;
  margin-inline: auto !important;
  border-radius: 48px;
}

.banner .banner-content h1 {
  font: normal normal 800 39px/46px Inter;
  letter-spacing: 0px;
  margin-bottom: 24px;
  color: #FFFFFF;
}

.banner .banner-content h1 span {
  background: transparent linear-gradient(180deg, #FF9966 0%, #FF5E62 100%) 0% 0% no-repeat padding-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner .banner-content p {
  color: #FFFFFF;
  letter-spacing: 0px;
  color: #FFFFFF;
  width: 80%;
}

.banner-slide {
  width: 85vw !important;
}

.banner-slide .slider {
  width: 100%;
  margin-block: 6%;
}

.banner-slide .slider .left-section {
  color: #D7C1ED;
}

.banner-slide .slider .left-section h4 {
  font-size: 23px;
  font-weight: 600;
  color: #000000;
}

.banner-slide .slider .left-section p {
  font-size: 11px;
  letter-spacing: 4px;
  font-weight: 500;
  color: #000000;
}

.banner-slide .slider .logo-section {
  overflow: hidden;
  border-left: 1px solid #5A29A5;
  margin: auto 0;
}

.banner-slide .slider .logo-section .logo-list {
  display: flex;
  height: auto;
  align-items: center;
  animation: 20s marquee infinite linear;
}

.banner-slide .slider .logo-section .logo-list img {
  width: 70px;
  margin: 0px 42px;
}

.banner-slide .slider .logo-section .logo-list img[alt=visa] {
  width: 51px !important;
}

.banner-slide .slider .logo-section .logo-list img[alt=gsk] {
  width: 42px !important;
}

.banner-slide .slider .logo-section .logo-list img[alt="mc donalds"] {
  width: 37px !important;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.badge-section .container {
  border-radius: 30px;
  background: #FBEDFF 0% 0% no-repeat padding-box;
  padding: 50px;
}

.badge-section .container b {
  font-size: 18px;
  color: #0A0F40;
}

.badge-section .container p {
  font-size: 15px;
  padding-top: 10px;
  width: 80%;
}

.why-anim-section {
  padding: 5% 0;
}
.why-anim-section .card {
  background-color: #FBEDFF;
  border-radius: 20px;
  border: 0;
}
.why-anim-section .card .left-content {
  width: 70%;
  margin: auto;
}
.why-anim-section .card .left-content h3 {
  font: normal normal bold 28px/36px Inter;
}
.why-anim-section .card .left-content p {
  font: normal normal normal 18px/26px Inter;
  color: #000000;
}
.why-anim-section .right-fix-img {
  width: 62%;
  position: absolute;
  right: -46%;
  bottom: 23%;
}

.grid-section .blue-card {
  background-color: #7D56FF;
  border: none;
  border-radius: 26px;
  padding: 36px 20px 0 0;
}
.grid-section h3 {
  font: normal normal bold 28px/32px Inter;
  width: 86%;
  margin: auto;
  margin-bottom: 15px;
}
.grid-section p {
  font: normal normal normal 18px/26px Inter;
  width: 86%;
  margin: auto;
}
.grid-section .white-card {
  border-radius: 26px;
  padding: 36px 20px 0 0;
  border-color: #EAEAEA;
}
.grid-section .pink-card {
  background-color: #FBEDFF;
  border-radius: 26px;
  padding: 36px 20px 0 0;
}

.steps-section {
  margin-bottom: 225px;
}
.steps-section .steps-card .card {
  border-radius: 35px;
  overflow: auto;
  margin-bottom: 20px;
  top: 70px;
}
.steps-section .steps-card .card .left-content, .steps-section .steps-card .card .right-content {
  padding: 130px 0;
}
.steps-section .steps-card .card .left-content {
  background: transparent linear-gradient(157deg, #2E38CE 0%, #AC67FD 100%) 0% 0% no-repeat padding-box;
}
.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: 15px;
  height: 15px;
  border-radius: 38px;
  position: absolute;
  color: #ffffff;
  left: 0px;
  top: 12px;
  background: transparent radial-gradient(closest-side at 50% 50%, #7D56FF 0%, #b861ff 100%) 0% 0% no-repeat padding-box;
}

.data-section .container {
  background: #FBEDFF 0% 0% no-repeat padding-box;
  padding: 33px;
  border-radius: 32px;
}
.data-section .container h6 {
  font-size: 21px;
}
.data-section .container img {
  margin: 0 10px;
}

.who-is-section .container {
  padding: 30px;
}

.who-is-section .container p {
  color: #A7B2BF;
  font-size: 22px;
  font-weight: 500;
}

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 {
  width: 241px;
  height: 104px;
  padding: 30px 15px;
  text-align: center;
  font: normal normal medium 18px/24px Inter;
  letter-spacing: 0px;
  color: #3D0050;
  border-bottom: 1px solid #DBDBDB;
  cursor: pointer;
}

ul.blog-head li.active {
  font: normal normal 600 18px/24px Inter;
  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 {
  overflow: auto;
  justify-content: center;
  margin: 0 20px 0px 20px;
  width: calc(100% - 40px);
  list-style-type: none;
}

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: #FBEDFF 0% 0% no-repeat padding-box;
}

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

.carousal-section .tile-card.review-section {
  padding: 30px 30px 60px 30px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 15px 7px rgba(147, 162, 177, 0.0784313725);
  margin-bottom: 20px;
  border-radius: 15px;
}

.carousal-section .slider-content {
  padding: 0px 60px;
}

.carousal-section .tile-card .slider-content h2 {
  font: normal normal bold 24px/36px "Inter", sans-serif !important;
}

.slider-content p {
  color: #0A0F40 !important;
  font: normal normal normal 18px/32px Inter !important;
}

.faq-section .container {
  padding: 35px;
  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 .why-animaker-content #faqs .card .card-body p {
  max-width: none;
  text-align: left;
  font: normal normal normal 18px/30px "Inter", sans-serif;
  letter-spacing: 0px;
  color: #0A0F40;
}

.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: 35px;
  top: 40%;
}

.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 .content {
  width: 88%;
}

.faq-section .card-body .content b {
  line-height: 43px;
}

.cta-section .container {
  height: 510px;
  background: transparent radial-gradient(at 49% 90%, #8F2DBF 0%, #3337CE 100%) 0% 0% no-repeat padding-box;
  border-radius: 48px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.cta-section .container h2 {
  color: #FFFFFF !important;
  font: normal normal bold 36px/70px Inter;
  margin-bottom: 38px !important;
}

.cta-section .container .rainbow-btn .btn {
  width: 280px;
}

header .nav-toggle::before {
  background-color: #000000;
  box-shadow: 0 0.5em 0 0 #000000, 0 1em 0 0 #000000;
}

.cta-section .container h2 {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .white-text {
    color: #ffffff !important;
  }
}
@media (min-width: 518px) and (max-width: 676px) {
  .banner .rainbow-btn .btn {
    width: 340px !important;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .video-section .container .overlaping-text {
    left: 20px;
    top: 20px;
  }
  .video-section .container .overlaping-text {
    width: 90% !important;
  }
  .video-section .container .video-text {
    width: 310px !important;
    left: 30px;
  }
  .video-section .container .video-text .heading {
    font-size: 20px;
  }
  .video-section .container .video-text .sub-text {
    width: 90%;
    font-size: 17px !important;
  }
}
@media screen and (max-width: 768px) {
  .why-anim-section .card .left-content {
    width: 80%;
  }
  .data-section img {
    width: 25%;
    margin-top: 27px !important;
  }
  .banner .banner-content h1 span {
    display: block;
  }
  .steps-section {
    margin-bottom: 200px;
  }
  .steps-section .steps-card .card .right-content .content::before {
    display: none;
  }
  .steps-section .steps-card .card .right-content .content {
    padding-left: 0px;
    text-align: center;
  }
  .banner {
    padding: 0 4%;
  }
  .banner h1 {
    font: normal normal 800 41px/52px "Inter", sans-serif;
  }
  #prod-container {
    padding-left: 0px;
  }
  .steps-card img {
    width: 80%;
  }
  .grid-section .card {
    text-align: center !important;
  }
  .grid-section .card.center-card .row {
    flex-direction: column-reverse;
  }
  .grid-section .card .text-right, .grid-section .card .text-left {
    text-align: center !important;
  }
  .grid-section .card img {
    width: 100%;
    margin: auto;
  }
  .why-anim-section .card {
    text-align: center !important;
    padding: 25px 0px;
  }
  .why-anim-section .card.center-card .row {
    flex-direction: column-reverse;
  }
  .why-anim-section .card .text-right, .why-anim-section .card .text-left {
    text-align: center !important;
  }
  .why-anim-section .card [alt="Instant Translation"] {
    width: 100%;
  }
  .why-anim-section .card img {
    width: 264px;
    margin: auto;
  }
  .banner .banner-content * {
    text-align: center;
    margin-inline: auto;
  }
  .banner .banner-content h1 {
    font-size: 32px !important;
    width: 100% !important;
  }
  .banner .rainbow-btn .btn {
    width: 330px;
    font-size: 15px;
  }
  .banner .credit-card-text p {
    font-size: 14px;
  }
  .banner {
    padding: 14% 0 4%;
  }
  h2 {
    font: normal normal 800 40px/49px "Inter", sans-serif !important;
  }
  .video-section .container p {
    font-size: 19px;
  }
  .video-section .container, .toolkit-section .container, .who-is-section .container, .carousal-section .tile-card.review-section {
    padding: 15px;
  }
  .video-section .container .video-text {
    left: 22px;
  }
  .video-section .container .video-text .heading {
    font-size: 20px;
  }
  .video-section .container .video-text .sub-text {
    width: 95%;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
  }
  .video-section .container .video-text .heading.w-85 {
    width: 95% !important;
    text-align: center;
  }
  .vid-border {
    border: none;
  }
  .video-section .animaker {
    background: #ffffff;
    padding: 14px 15px;
    border: 1px solid lightblue;
    border-radius: 14px;
    text-align: center;
  }
  .video-section .animaker .video-text {
    position: unset;
  }
  .product-wrapper.animaker .animaker {
    content: url(https://www.animaker.com/Animaker-Home/new-assets/Graphic-Animaker-Mobile.webp);
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .toolkit-section .container .product-wrapper.animaker .product-content {
    top: 19px !important;
    width: 100% !important;
  }
  .toolkit-section .container .product-wrapper.animaker .product-content .product-text {
    width: 84%;
  }
  .product-wrapper.animaker.ios {
    background-color: #ffffff;
  }
  .product-wrapper.animaker.ios .product-content {
    position: unset;
    padding: 22px;
  }
  ul.blog-head li {
    text-align: center;
    height: 120px;
    font-size: 15px;
    padding: 20px 10px 10px;
  }
  .carousal-section .slider-content {
    padding: 0px;
    margin-top: 20px;
    text-align: center;
  }
  .steps-section .steps-card .card .left-content, .steps-section .steps-card .card .right-content, .steps-section .steps-card .card .right-content {
    padding: 38px 0;
  }
  .slider-content p {
    font-size: 18px !important;
  }
  .swiper-slide .d-flex {
    flex-direction: column;
    text-align: center;
  }
  .review-section .navigation-toggle {
    right: 154px;
  }
  .faq-section #faqs .card .card-header.collapsed {
    padding-left: 10px;
    padding-right: 10px;
    width: 87%;
  }
  .cta-section .container {
    height: auto;
    padding: 60px 30px;
    border-radius: 30px;
  }
  .video-section .container .left-text {
    transform: translate(0, 0);
  }
  .video-section .container .video-text {
    width: 90%;
    margin-inline: auto;
  }
  .cta-section .container {
    height: 400px;
  }
} 
@media screen and (max-width: 518px) {
  .banner-slide .slider .logo-section .logo-list img {
    margin: 0px 20px;
  }
  .banner .banner-content {
    width: 100% !important;
    margin-inline: auto !important;
    padding-inline: 10px !important;
  }
  .banner .banner-content * {
    width: 100% !important;
    text-align: center;
  }
  .banner .banner-content h1 {
    font-size: 37px !important;
    width: 100% !important;
  }
  .banner .rainbow-btn .btn {
    width: 100%;
    padding: 10px 2px !important;
    font-size: 16px;
  }
  .banner .credit-card-text p {
    font-size: 14px;
  }
  .banner {
    padding: 18% 0 4%;
    margin-bottom: 80px;
  }
  .banner .hero-sec {
    border-radius: 0 0 48px 48px;
    width: 100% !important;
  }
  .badge-section .container {
    padding: 40px 20px;
    text-align: center;
    width: 100%;
  }
  .steps-section h2 {
    margin-inline: 10px !important;
  }
  .faq-section .container {
    padding: 10px;
  }
  .cta-section .container {
    width: 93%;
    padding: 0px;
  }
  .cta-section .container .rainbow-btn .btn {
    width: 60%;
    font-size: 16px;
  }
  .badge-section .container p {
    width: 100% !important;
  }
  .faq-section #faqs .card {
    width: 95%;
    margin-inline: auto !important;
  }
}/*# sourceMappingURL=ai-translate.css.map */