@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
body {
  position: relative;
  background-color: white;
  font-family: "Inter", sans-serif;
}

a, a:hover {
  text-decoration: none;
}

a {
  color: unset;
}

.black-btn {
  background: #000000;
  color: #ffffff;
  border-radius: 35px;
  padding: 12px 19px;
  font-size: 20px;
  font-weight: 600;
}
.black-btn:hover {
  background: transparent linear-gradient(110deg, #FFF28D 0%, #FFCE00 100%) 0% 0% no-repeat padding-box;
  color: #1D1D1D;
  font-weight: 600;
  border: 1px solid #FFF0AA;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.header-text {
  color: #1D1D1D;
  font-size: 50px;
  font-weight: 800;
  text-align: center;
  line-height: 67px;
  margin-bottom: 30px;
}

p {
  color: #54536C;
  font-size: 18px;
  line-height: 30px;
}

.navbar {
  background: linear-gradient(to right, #F2EAFF 100%, #FFF0AA);
  padding: 3px 15px;
  border-bottom-left-radius: 19px;
  border-bottom-right-radius: 19px;
  border: 1px solid white;
  box-shadow: 0 0.18rem 0.25rem rgba(210, 159, 255, 0.4470588235);
}
.navbar .nav-item {
  margin: auto;
}
.navbar .nav-item .nav-link {
  color: #2D2D2D;
  font-size: 15px;
  font-weight: 400;
  padding-right: 17px;
  padding-left: 17px;
  cursor: pointer;
}
.navbar .nav-item .nav-link .signup-btn {
  background: transparent linear-gradient(110deg, #FFF28D 0%, #FFCE00 100%) 0% 0% no-repeat padding-box;
  font-size: 13px;
  color: #1D1D1D;
  padding: 8px 22px;
  font-weight: 600;
  border-radius: 20px;
  border: 1px solid #FFF0AA;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.navbar .nav-item:last-child .nav-link {
  padding-right: 0px;
  padding-left: 0px;
}
.navbar .dropdown .dropdown-toggle {
  line-height: 7px;
}
.navbar .dropdown .dropdown-toggle::after {
  height: 5px;
  width: 5px;
  margin-left: 7px;
  float: right;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #343a40 #343a40 transparent;
  transform: rotate(45deg);
  transition: border 0.2s;
}

.banner {
  padding: 0px 45px;
}
.banner marquee {
  display: flex;
  margin: auto;
  width: 252px;
}
.banner .card {
  background: url("https://web.animaker.com/static_2.0/img/videocollagemaker/Card@2x.jpg") no-repeat;
  background-size: 100% 100%;
  border-radius: 21px;
  margin-bottom: 30px;
  border: none;
  background-color: #7552EC;
}
.banner .card .card-body {
  padding: 83px 45px;
  color: #ffffff;
}
.banner .card .card-body h1 {
  font-size: 40px;
  margin-bottom: 38px;
  font-weight: 600;
  line-height: 50px;
}
.banner .card .card-body h1 span {
  color: #FFCE00;
}
.banner .card .card-body .banner-text {
  font-size: 22px;
  font-weight: 300;
}
.banner .black-btn {
  padding: 20px;
}
.banner .btn-sub-text {
  color: #898989;
  font-size: 14px;
}
.banner .image-box {
  border: 1px solid #E3E3E3;
  padding: 16px 0 10px 20px;
  border-radius: 15px;
  height: 520px;
  position: relative;
}
.banner .image-box .left-img {
  background: url("https://web.animaker.com/static_2.0/img/videocollagemaker/Hero-graphic-image-32x.png") no-repeat;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 484px;
}
.banner .image-box .star-img {
  width: 21%;
  position: absolute;
  right: 0px;
  top: -43px;
}
.banner .image-box .sticker-img {
  width: 16%;
  position: absolute;
  bottom: 36px;
  left: 33px;
}

.slick-track {
  display: flex !important;
}
.slick-track .slide {
  margin: 0 15px;
}
.slick-track .slide img {
  width: 344px;
  height: 248px;
  margin: 13px 0;
}
.slick-track .slide img.long-img {
  width: 243px;
}

.slick-slider {
  height: 100% !important;
  overflow: hidden;
}

/* swiper main css start */
:root {
  --swiper-image-ratio: 33.3%; /* ratio 16:9 = 56.25% */
  --swiper-width: 50%;
  --swiper-inactive-scale: .85; /* makes the other slide smaller */
  /* responsive settings */
  --swiper-mobile-width: 98%;
  --swiper-mobile-inactive-scale: .95;
}

/* swiper main css  end */
.slider-section .sub-text {
  font-size: 24px;
  color: #54536C;
  text-align: center;
  font-weight: 300;
}
.slider-section .swiper {
  position: relative;
  width: 100%;
  height: calc(var(--swiper-width) * var(--swiper-image-ratio) / 100%);
  overflow: hidden;
}
.slider-section .swiper .swiper-wrapper {
  height: 512px;
}
.slider-section .swiper .swiper-slide {
  position: relative;
  width: var(--swiper-width);
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  padding: 20px;
  text-align: center;
}
.slider-section .swiper .swiper-slide img {
  margin-bottom: 44px;
}
.slider-section .swiper .swiper-slide h4 {
  font-weight: 700;
  margin-bottom: 26px;
}
.slider-section .swiper .swiper-slide .img-sec img {
  width: 10%;
}
.slider-section .swiper .swiper-slide .img-sec h6 {
  color: red;
  margin: 10px 0 5px 0px;
}
.slider-section .swiper .swiper-slide .img-sec span {
  font-size: 12px;
  color: #7783B0;
}
.slider-section .swiper .swiper-pagination {
  margin-top: 20px;
  position: inherit;
}
.slider-section .swiper .swiper-slide-next p, .slider-section .swiper .swiper-slide-next h4, .slider-section .swiper .swiper-slide-prev p, .slider-section .swiper .swiper-slide-prev h4 {
  display: none;
}
.slider-section .swiper .swiper-pagination-bullet {
  position: relative;
  background: #F0F0F0;
  width: 45px;
  height: 45px;
  line-height: 44px;
  font-size: 18px;
  color: #424158;
  opacity: 1;
  margin: 0 8px !important;
  border: none !important;
}
.slider-section .swiper .swiper-pagination-bullet:focus {
  outline: none;
}
.slider-section .swiper .swiper-pagination-bullet span {
  color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
}
.slider-section .swiper .swiper-pagination-bullet .progress {
  transform: rotate(-90deg);
  width: 45px;
  height: 45px;
  background-color: transparent;
  position: absolute;
  top: -2px;
  left: 2px;
  z-index: 999;
}
.slider-section .swiper .swiper-pagination-bullet .progress .circle-origin {
  fill: transparent;
  stroke: #AC69E0;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-dasharray: 125.664px;
  stroke-dashoffset: 125.664px;
}
.slider-section .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #F2E6FF;
  font-weight: 600;
}
.slider-section .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-origin {
  animation: progress 17s;
}
.slider-section .swiper .swiper-slide.swiper-slide-active {
  transform: scale(1) !important;
  opacity: 1 !important;
}
.slider-section .swiper .swiper-backface-hidden .swiper-slide.swiper-slide-active {
  transform: scale(1) translateZ(0) !important;
}
.slider-section .swiper .swiper-slide-duplicate-prev {
  position: absolute;
  left: -10px;
}
.slider-section .swiper .swiper-button-next,
.slider-section .swiper .swiper-button-prev {
  padding: 8px;
  width: 12px;
  height: 12px;
  margin-top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}
.slider-section .swiper .swiper-button-next::after,
.slider-section .swiper .swiper-button-prev::after {
  color: #fff;
  font-size: 12px;
}
.slider-section .swiper .swiper-button-next {
  transform: translate(50%, -50%);
  right: calc((100% - var(--swiper-width)) / 2);
}
.slider-section .swiper .swiper-button-prev {
  transform: translate(-50%, -50%);
  left: calc((100% - var(--swiper-width)) / 2);
}
@media only screen and (max-width: 768px) {
  .slider-section .swiper .swiper {
    height: calc(var(--swiper-mobile-width) * var(--swiper-image-ratio) / 100%);
  }
  .slider-section .swiper .swiper-slide {
    width: var(--swiper-mobile-width);
    transform: scale(var(--swiper-mobile-inactive-scale));
  }
  .slider-section .swiper .swiper-backface-hidden .swiper-slide.swiper-slide {
    transform: scale(var(--swiper-mobile-inactive-scale)) translateZ(0);
  }
  .slider-section .swiper .swiper-button-next {
    right: calc((100% - var(--swiper-mobile-width)) / 2);
  }
  .slider-section .swiper .swiper-button-prev {
    left: calc((100% - var(--swiper-mobile-width)) / 2);
  }
}
.slider-section .swiper .swiper-slide.swiper-slide-active {
  transform: scale(1) !important;
  opacity: 1 !important;
}
.slider-section .black-btn {
  width: 18%;
}

@keyframes progress {
  0% {
    stroke-dashoffset: 125.664px;
  }
  90% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 125.664px;
  }
}
.accordion-sec .new {
  height: 620px;
}
.accordion-sec .new .menu, .accordion-sec .new content {
  display: none;
}
.accordion-sec .new .bar-width {
  width: 0%;
}
.accordion-sec .new ul {
  list-style-type: none;
}
.accordion-sec .new ul li {
  list-style-type: none;
}
.accordion-sec .new ul h3 {
  font-weight: 400;
  font-size: 20px;
  color: #898989;
  cursor: pointer;
}
.accordion-sec .new ul.left-content .accordion-img {
  width: 90%;
  float: right;
}
.accordion-sec .new ul .accordion-img.d-block {
  border-radius: 20px;
  margin-top: 18px;
}
.accordion-sec .new .active-tab .menu {
  display: block;
}
.accordion-sec .new .active-tab .bar-width {
  width: 100%;
}
.accordion-sec .new .active-tab h3 {
  font-weight: 600;
  font-size: 32px;
  color: #1D1D1D;
}
.accordion-sec .new .list_1 {
  display: none;
}
.accordion-sec .new .active1.list_1 {
  display: block;
}
.accordion-sec .show {
  display: block;
}
.accordion-sec .hide {
  display: none;
}
.accordion-sec .meter {
  height: 5px;
  position: relative;
  background: #f3efe6;
  overflow: hidden;
  bottom: -25px;
  border-radius: 10px;
}
.accordion-sec .meter span {
  display: block;
  height: 100%;
}
.accordion-sec .progress-bar {
  background: transparent linear-gradient(180deg, #7D56FF 0%, #A99DFF 100%) 0% 0% no-repeat padding-box;
  animation: progressBar 15s ease-in-out;
  animation-fill-mode: both;
}
@keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.accordion-sec .left-right-tab-pane {
  display: none;
  opacity: 1;
  transition: opacity 300ms ease 0s;
}
.accordion-sec .left-right-tab-pane img {
  width: 93%;
  float: right;
}
.accordion-sec .w-tab-pane.w-tab-active {
  display: block;
}
.accordion-sec .accordion .w-tab-link {
  padding-top: 32px;
  position: relative;
  opacity: 1;
  transition: opacity 1000 ease-in-out;
}
.accordion-sec .accordion .w-tab-link h3 {
  font-weight: 400;
  font-size: 20px;
  color: #898989;
  cursor: pointer;
}
.accordion-sec .accordion .w-tab-link .progressbar {
  width: 0%;
}
.accordion-sec .accordion .w-tab-link.active-w-tab h3 {
  font-weight: 700;
  font-size: 32px;
  color: #1D1D1D;
}
.accordion-sec .accordion .w-tab-link.active-w-tab .bar-width {
  width: 100%;
}
.accordion-sec .accordion .template-play-timer {
  height: 5px;
  position: absolute;
  bottom: -1px;
}
.accordion-sec .accordion .active-w-tab .template-play-timer {
  border-radius: 10px;
  background: transparent linear-gradient(180deg, #7D56FF 0%, #A99DFF 100%) 0% 0% no-repeat padding-box;
  width: 0%;
  transition: width 1s linear;
}
.accordion-sec .accordion-bg {
  background: url("https://web.animaker.com/static_2.0/img/videocollagemaker/Gradient-BG-7.png");
  height: 100%;
  width: 100%;
  text-align: center;
}
.accordion-sec .accordion-img {
  margin: auto;
}

.qr-section .container {
  background: url("https://web.animaker.com/static_2.0/img/videocollagemaker/Badge-Container@2x.png") no-repeat;
  background-size: 100% 100%;
  padding: 46px 60px;
  border-radius: 14px;
  color: #FFFFFF;
  max-width: 1090px;
  background-color: #7552EC;
}
.qr-section .container h2 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 22px;
}
.qr-section .container h5 {
  font-size: 17px;
  margin-top: 18px;
  font-weight: 300;
}
.qr-section .container .right-content {
  text-align: center;
}
.qr-section .container .right-content img {
  border-radius: 11px;
}

.faq-section .accordion {
  margin: 0 30px;
}
.faq-section .accordion .accordion-content {
  padding: 30px 37px;
  position: relative;
  border-bottom: 1px solid #dee2e6;
}
.faq-section .accordion .accordion-content:last-child {
  border-bottom: none;
}
.faq-section .accordion .accordion-content.active {
  background-color: #F8F8F8;
  border-bottom: 0px;
  border-radius: 9px;
}
.faq-section .accordion .accordion-content .heading {
  font-size: 18px;
  color: #54536C;
  font-weight: 600;
  cursor: pointer;
}
.faq-section .accordion .accordion-content .heading div::after {
  float: right !important;
  content: url("https://web.animaker.com/static_2.0/img/videocollagemaker/icon-collapse.svg");
  padding-right: 5px;
  position: absolute;
  right: 47px;
  top: 42%;
}
.faq-section .accordion .accordion-content .heading .collapsed::after {
  content: url("https://web.animaker.com/static_2.0/img/videocollagemaker/icon-expand1.svg");
}
.faq-section .accordion .accordion-content .heading .collapsed {
  font-weight: 400;
}
.faq-section .accordion .accordion-content p {
  width: 86%;
}

.carousel-sec {
  margin-bottom: 50px;
}
.carousel-sec .container {
  background: url(https://web.animaker.com/static_2.0/img/videocollagemaker/Testimonial-Container@2x.png) no-repeat;
  background-size: 100% 100%;
  max-width: 1070px;
  margin-top: 70px;
  border-radius: 13px;
  background-color: #7552EC;
}
.carousel-sec .carousel-top-section {
  padding: 9% 0;
}
.carousel-sec .carousel-top-section .sale-btn {
  margin-top: 50px;
}
.carousel-sec .carousel-top-section .carousel-inner {
  height: 400px;
  overflow: auto;
}
.carousel-sec .carousel-top-section .carousel-item {
  background: #FAFAFA;
  border-radius: 13px;
  display: block;
  margin: auto;
  position: absolute;
  z-index: 99;
  top: 6%;
  height: 88%;
  padding: 36px;
  filter: opacity(10%);
  -webkit-filter: opacity(10%);
  transition: transform 500ms ease-in-out;
  transition: opacity 100ms linear;
}
.carousel-sec .carousel-top-section .carousel-item.active {
  width: 80%;
  margin: auto;
  position: relative;
  z-index: 999;
  filter: blur(0px);
  -webkit-filter: blur(0px);
  transform: scale(1.12) translateX(0%);
}
.carousel-sec .carousel-top-section .carousel-item .row {
  background-color: #FAFAFA;
}
.carousel-sec .carousel-top-section .carousel-item .auth-img {
  width: 123px;
  border-radius: 50%;
}
.carousel-sec .carousel-top-section .carousel-item p {
  width: 90%;
  margin: auto;
}
.carousel-sec .carousel-top-section .carousel-item .media-body {
  font-weight: 300;
  padding-right: 24px;
}
.carousel-sec .carousel-top-section .carousel-item .media-body h5 {
  font-weight: 600;
}
.carousel-sec .carousel-top-section .carousel-item .media-body .job-title {
  font-size: 14px;
}
.carousel-sec .carousel-top-section .carousel-control-prev {
  left: -120px;
}
.carousel-sec .carousel-top-section .carousel-control-next {
  right: -120px;
}
.carousel-sec .carousel-top-section .carousel-control-prev, .carousel-sec .carousel-top-section .carousel-control-next {
  opacity: 10;
}
.carousel-sec .carousel-top-section .carousel-control-prev .carousel-control-prev-icon, .carousel-sec .carousel-top-section .carousel-control-prev .carousel-control-next-icon, .carousel-sec .carousel-top-section .carousel-control-next .carousel-control-prev-icon, .carousel-sec .carousel-top-section .carousel-control-next .carousel-control-next-icon {
  background-image: none;
  width: auto;
  height: auto;
  cursor: pointer;
}
.carousel-sec .carousel-top-section .carousel-control-prev .carousel-control-prev-icon img, .carousel-sec .carousel-top-section .carousel-control-prev .carousel-control-next-icon img, .carousel-sec .carousel-top-section .carousel-control-next .carousel-control-prev-icon img, .carousel-sec .carousel-top-section .carousel-control-next .carousel-control-next-icon img {
  width: 48%;
}

.explore-section {
  background: transparent linear-gradient(266deg, #FDE0FF 0%, #D0D7FD 100%) 0% 0% no-repeat padding-box;
  padding: 66px 0;
}
.explore-section .flex-wrap {
  height: 69px;
}
.explore-section .btn {
  background-color: #ffffff;
  padding: 19px 32px;
  border-radius: 37px;
  margin-right: 24px;
  color: #1D1D1D;
  font-size: 16px;
  font-weight: 500;
}
.explore-section .btn:hover {
  box-shadow: 0px 4px 10px #C9B5FF;
  border: 2px solid #C9B5FF;
  background: #ffffff;
}

footer {
  background-color: #212121;
  padding: 85px 0;
}
footer .content h5, footer .content span {
  color: #FFA900;
  font-weight: 600;
}
footer .content ul {
  list-style-type: none;
}
footer .content ul li a {
  color: #AFAFAF;
  font-size: 15px;
  font-weight: 400;
  line-height: 36px;
}
footer .content ul .small-text {
  font-size: 15px;
  color: #AFAFAF;
  line-height: 30px;
}
footer .content .sub-text {
  color: #AFAFAF;
  font-size: 18px;
}
footer .content .small-text {
  font-size: 16px;
  color: #AFAFAF;
}
footer .content h4 span, footer .content .small-text span {
  color: #FFA900;
}
footer .content input::-moz-placeholder {
  font-size: 14px;
}
footer .content input, footer .content input::placeholder {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .navbar-brand {
    display: contents;
  }
  h1, .header-text {
    font-size: 29px !important;
    line-height: 38px !important;
    margin-bottom: 10px !important;
  }
  .active-w-tab h3 {
    font-size: 20px;
  }
  p {
    font-size: 17px;
    line-height: 28px;
  }
  .new {
    height: auto !important;
  }
  .new .active-tab h3 {
    font-size: 25px !important;
  }
  .new h3 {
    font-size: 20px !important;
  }
  .qr-section .container {
    padding: 30px 20px;
  }
  .qr-section .container h2 {
    font-size: 29px !important;
  }
  .qr-section .right-content {
    text-align: center !important;
    margin-top: 31px;
  }
  .qr-section .right-content img {
    float: unset !important;
    width: 44% !important;
  }
  .contentSection .accordion-img {
    width: 80% !important;
    border-radius: 10px;
    margin-top: 18px;
  }
  .black-btn {
    font-size: 17px !important;
  }
  .banner {
    padding: 10px;
  }
  .banner .card-body {
    padding: 36px 18px !important;
  }
  .banner .image-box {
    height: auto;
  }
  .banner .image-box .left-img {
    height: 327px;
  }
  .explore-section .btn {
    padding: 12px 17px;
    border-radius: 37px;
    margin-right: 18px;
    color: #1D1D1D;
    font-size: 12px;
  }
  .slider-section .black-btn {
    width: 63% !important;
  }
  .slick-track .slide img {
    width: 209px !important;
    height: 188px !important;
    margin: 8px 0 !important;
  }
  .accordion {
    margin: 0 15px !important;
  }
  .accordion .active-w-tab h3 {
    font-size: 25px !important;
  }
  .carousel-sec .carousel-top-section .carousel-control-next {
    right: -20px;
  }
  .carousel-sec .carousel-top-section .carousel-control-prev {
    left: -21px;
  }
  .carousel-sec .carousel-item {
    z-index: -1;
    padding: 10px !important;
  }
  .carousel-inner {
    height: 587px !important;
    overflow: hidden !important;
  }
  .carousel-inner p {
    font-size: 15px;
    line-height: 25px;
  }
  .carousel-sec .carousel-item img {
    width: 51% !important;
    margin: auto;
  }
  .carousel-sec .carousel-item .quote-img {
    width: 16% !important;
  }
  .swiper-wrapper {
    height: 447px !important;
  }
  .swiper-wrapper h4 {
    font-size: 25px !important;
  }
  .faq-section .accordion .accordion-content .heading div::after {
    right: 13px !important;
  }
  .faq-section .accordion-content {
    padding: 24px 12px !important;
  }
  .faq-section .accordion-content .heading {
    font-size: 16px !important;
    width: 80%;
  }
  .faq-section .accordion-content p {
    font-size: 14px !important;
    line-height: 26px !important;
  }
  .top-row {
    gap: 13px;
    height: 113px !important;
  }
  .top-row .btn {
    margin-right: 8px !important;
  }
  .bottom-row {
    height: 60px !important;
    margin-top: -10px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar-brand {
    display: inline-block;
  }
  .banner .card-body {
    padding: 30px !important;
  }
  .banner .image-box {
    height: 63% !important;
  }
  .banner .image-box .left-img {
    height: 100% !important;
  }
  .swiper-wrapper {
    height: 520px !important;
  }
  .slider-section .black-btn {
    width: 34% !important;
  }
  .header-text {
    font-size: 40px;
    line-height: 59px;
  }
  .carousel-control-next {
    right: -65px !important;
  }
  .carousel-control-prev {
    left: -64px !important;
  }
  .carousel-inner {
    height: 455px !important;
  }
  .carousel-inner .carousel-item {
    display: flex !important;
  }
  .carousel-sec .carousel-item .auth-img {
    width: 35% !important;
  }
}
@media (min-width: 1601px) { /* hi-res laptops and desktops */
  .swiper-wrapper {
    height: 581px !important;
  }
  .new {
    height: 650px !important;
  }
}
/* button circle *//*# sourceMappingURL=style.css.map */