@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", sans-serif !important;
}

body {
  font-family: "Inter", sans-serif !important;
  font-weight: 400; /* Default weight */
  background: transparent linear-gradient(0deg, #0A0F40 17%, #8F2DBF 9%) 0% 0% no-repeat padding-box;
  position: relative;
  height: 100%;
}

h1 {
  font: normal normal 800 72px/80px "Inter", sans-serif !important;
  line-height: 80px !important;
}
h1 span {
  background-image: linear-gradient(to right, #FE7C05, #FBD809);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h2 {
  font: normal normal 800 55px/80px "Inter", sans-serif !important;
  line-height: 62px !important;
}
h2 span {
  background-image: linear-gradient(to right, #3F3ACD, #9746D5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

p {
  font-size: 25px;
  line-height: 32px;
}

p.sub-content {
  font-size: 22px;
  color: #A7B2BF;
  font-weight: 600;
}

.banner {
  background: transparent linear-gradient(0deg, #8F2DBF 0%, #3337CE 100%) 0% 0% no-repeat padding-box;
  padding: 15% 0 5% 0;
  color: #ffffff;
  text-align: center;
}

.banner .slider {
  padding-top: 50px;
}

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

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

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

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

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

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

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

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

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

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.anim-container {
  border-radius: 75px;
  background-color: #ffffff;
  padding: 7% 0;
}
.anim-container .enterprise-content {
  margin-bottom: 90px;
}
.anim-container .enterprise-content ul {
  list-style-type: none;
  margin-bottom: 0px;
}
.anim-container .enterprise-content ul li {
  font-size: 18px;
  margin-bottom: 30px;
  position: relative;
  padding-left: 35px;
  width: 90%;
}
.anim-container .enterprise-content ul li:last-child {
  margin-bottom: 0px;
}
.anim-container .enterprise-content ul li .star-icon {
  width: 15px;
  position: absolute;
  left: 5px;
  top: 6px;
}
.anim-container .insight-section {
  background: linear-gradient(118deg, #6C30C4 0%, #3438CF 100%);
  padding: 50px 0 80px 0;
  margin-bottom: 90px;
}
.anim-container .insight-section h2 span {
  background-image: linear-gradient(to right, #FE7C05, #FBD809);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.anim-container .insight-section .card {
  padding: 25px 26px;
  border-radius: 14px;
}
.anim-container .insight-section .card img {
  width: 60px;
  margin-bottom: 20px;
}
.anim-container .insight-section .card h3 {
  font: normal normal 600 42px/35px "Inter", sans-serif !important;
}
.anim-container .insight-section .card span {
  font-size: 19px;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.anim-container .awards-section {
  margin-bottom: 100px;
}
.anim-container .awards-section .awardSwiper::after {
  width: 11%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgb(255, 255, 255) 28%, rgba(255, 255, 255, 0) 69%);
  height: 100%;
  z-index: 99;
}
.anim-container .awards-section .awardSwiper::before {
  width: 11%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(to left, rgb(255, 255, 255) 28%, rgba(255, 255, 255, 0) 69%);
  height: 100%;
  z-index: 99;
}
.anim-container .awards-section .swiper {
  width: 100%;
  height: 100%;
}
.anim-container .awards-section .swiper .swiper-wrapper {
  height: 375px;
}
.anim-container .awards-section .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.anim-container .awards-section .swiper-slide img {
  transform: matrix(0.89, 0, 0, 0.89, 16, -2);
}
.anim-container .awards-section .swiper-slide.swiper-slide-prev img {
  transform: translate(-8px, -1px);
}
.anim-container .awards-section .swiper-slide.swiper-slide-next img {
  transform: translate(6px, -1px);
}
.anim-container .awards-section .swiper-slide.swiper-slide-next + div img {
  transform: matrix(0.89, 0, 0, 0.89, -18, -2);
}
.anim-container .awards-section .swiper-slide.swiper-slide-active img {
  transform: scale(1.13);
}
.anim-container .awards-section .swiper-slide img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  margin-top: 25px;
  border-radius: 15px;
}
.anim-container .media-section {
  margin-bottom: 100px;
}
.anim-container .media-section .swiper {
  width: 100%;
  height: 100%;
}
.anim-container .media-section .swiper .swiper-wrapper {
  height: 475px;
}
.anim-container .media-section .mediaSwiper::after {
  width: 11%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 69%);
  height: 100%;
  z-index: 99;
}
.anim-container .media-section .mediaSwiper::before {
  width: 11%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(to left, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 69%);
  height: 100%;
  z-index: 99;
}
.anim-container .media-section .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.anim-container .media-section .swiper-slide.swiper-slide-prev {
  transform: translate(-105px, -1px);
}
.anim-container .media-section .swiper-slide.swiper-slide-next {
  transform: translate(105px, -1px);
}
.anim-container .media-section .swiper-slide.swiper-slide-active img {
  transform: scale(1.25);
}
.anim-container .media-section .swiper-slide img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  margin-top: 25px;
  border-radius: 15px;
}
.anim-container .review-section .swiper {
  width: 100%;
  height: 100%;
}
.anim-container .review-section .swiper .swiper-wrapper {
  height: 510px;
}
.anim-container .review-section .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.anim-container .review-section .swiper-slide.swiper-slide-prev {
  transform: translate(-70px, -1px);
}
.anim-container .review-section .swiper-slide.swiper-slide-prev, .anim-container .review-section .swiper-slide.swiper-slide-next {
  opacity: 0.39;
}
.anim-container .review-section .swiper-slide.swiper-slide-prev img, .anim-container .review-section .swiper-slide.swiper-slide-next img {
  width: 87%;
}
.anim-container .review-section .swiper-slide.swiper-slide-next {
  transform: translate(70px, -1px);
}
.anim-container .review-section .swiper-slide.swiper-slide-active img {
  transform: scale(1.2);
}
.anim-container .review-section .swiper-slide img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  margin-top: 25px;
  border-radius: 25px;
}
.anim-container .review-section .swiper-pagination {
  bottom: 0px;
}
.anim-container .review-section .swiper-pagination-bullet {
  background: #4039CD;
  width: 10px;
  height: 10px;
}

.swiper-btn-next {
  background-image: url(https://web.animaker.com/static_2.0/img/why-anim/slide-left-arrow.svg);
  background-repeat: no-repeat;
  width: 75px;
  height: 75px;
  cursor: pointer;
  z-index: 9999;
  position: absolute;
  top: 42%;
  left: 1px;
  background-size: 83% 100%;
}

.swiper-btn-prev {
  background-image: url(https://web.animaker.com/static_2.0/img/why-anim/slide-right-arrow.svg);
  background-repeat: no-repeat;
  width: 75px;
  height: 75px;
  cursor: pointer;
  z-index: 9999;
  position: absolute;
  top: 42%;
  right: -9px;
  background-size: 83% 100%;
}

.product-section {
  margin-bottom: 90px;
}

.product-section .container .product-wrapper {
  position: relative;
  border-radius: 20px;
}

.product-section .container .product-wrapper .arrow {
  width: 21px;
  position: absolute;
  right: 30px;
  top: 22px;
  opacity: 0.5;
}

.product-section .container .product-wrapper.animaker .product-content {
  top: 54px;
  width: 60%;
  left: 42px;
}

.product-section .container .product-wrapper.animaker .product-content .product-text {
  width: 50%;
}

.product-section .container .product-wrapper.whiteboard .product-content {
  bottom: 24px;
  left: 27px;
  width: 87%;
}

.product-section .container .product-wrapper.vmaker .product-content {
  top: 25px;
  left: 25px;
  width: 85%;
}

.product-section .container .product-wrapper .product-content {
  position: absolute;
  padding: 2px;
}

.product-section .container .product-wrapper .product-content .product-text {
  font-size: 17px;
  color: #0a0f40;
  margin-top: 13px;
  font-weight: 400;
}

.product-section .container, .insight-section .container {
  max-width: 1050px !important;
}

.header_area.scrolled img.animaker-logo {
  content: url(https://www.animaker.com/Animaker-Home/new-assets/animaker-logo-black.png);
}

.nav-menu .login {
  border: 0 !important;
  font-weight: 300 !important;
}

header .nav-menu li a.signup {
  background: linear-gradient(111deg, #FF9966 0%, #FF5E62 100%) !important;
  border-radius: 62px !important;
  font-weight: bold !important;
  margin-right: 0 !important;
}

.nav-menus-wrapper-close-button.first {
  display: none !important;
}

@media (min-width: 1400px) {
  .anim-container .container {
    max-width: 1150px;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    padding: 30% 10px 5% 10px;
  }
  .banner h1 {
    font: normal normal 800 45px/80px "Inter", sans-serif !important;
    line-height: 61px !important;
  }
  p {
    font-size: 22px;
  }
  h2 {
    font: normal normal 800 35px/80px "Inter", sans-serif !important;
    line-height: 48px !important;
  }
  .anim-container {
    border-radius: 43px;
  }
  .anim-container .container {
    padding: 30px;
  }
  .product-content.voice {
    width: 80%;
  }
  .product-section .container .product-wrapper.animaker .product-content .product-text {
    width: 85%;
  }
  .product-section .container .product-wrapper.animaker .product-content {
    top: 19px !important;
    width: 100% !important;
  }
  .product-wrapper.animaker .animaker {
    display: block;
    width: 100%;
    max-height: 456px;
    margin-bottom: 10px;
  }
  .product-section .container .product-wrapper.animaker .product-content {
    top: 19px !important;
    width: 100% !important;
  }
  .product-wrapper.animaker.ios .product-content {
    position: unset;
    padding: 22px;
  }
  .product-section a {
    text-decoration: none;
  }
  .insight-section .card {
    text-align: center;
    margin-bottom: 20px;
  }
  .insight-section .card img {
    margin: auto;
  }
  .anim-container .enterprise-content {
    margin-bottom: 11px;
  }
  .anim-container .awards-section {
    margin-bottom: 60px;
  }
  .anim-container .awards-section .swiper .swiper-wrapper {
    height: 300x;
  }
  .anim-container .media-section .swiper .swiper-wrapper {
    height: 320px;
  }
  .anim-container .media-section .swiper-slide.swiper-slide-active img {
    transform: scale(1.85);
  }
  .anim-container .media-section {
    margin-bottom: 50px;
  }
  .anim-container .insight-section .card h3 {
    font: normal normal 600 30px/80px "Inter", sans-serif !important;
    line-height: 31px !important;
  }
  .anim-container .review-section .swiper .swiper-wrapper {
    height: 300px;
  }
  .anim-container .review-section .swiper-slide.swiper-slide-active img {
    transform: scale(1.75);
  }
  .anim-container .review-section .swiper-slide img {
    border-radius: 10px;
  }
}/*# sourceMappingURL=why-animaker.css.map */