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

.black-btn {
  background-color: #000000;
  padding: 15px;
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
}
.black-btn a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
}
.black-btn:hover {
  background: transparent linear-gradient(102deg, #AF5DFF 0%, #FFDF5C 100%) 0% 0% no-repeat padding-box;
}

p {
  font-size: 18px;
  color: #1D1D1D;
}

.webinar_section {
  position: sticky;
  top: 0px;
  z-index: 9;
}
.webinar_section .content {
  background-color: black;
  padding: 20px;
  color: white;
  text-align: center;
  font-size: 15px;
}
.webinar_section .content a {
  text-decoration: none;
}
.webinar_section .content a span {
  background: #F2D84F;
  padding: 12px;
  border-radius: 5px;
  color: #000000;
  margin: 0 17px;
  font-size: 13px;
  font-weight: 500;
}
.webinar_section .content .close-icon {
  background-color: white;
  position: absolute;
  right: 20px;
  width: 20px;
  height: 20px;
  line-height: 18px;
  border-radius: 10px;
}
.webinar_section .content .close-icon .fa-close {
  color: black;
  font-size: 12px;
}

.banner {
  background: url("https://web.animaker.com/static_2.0/img/resellerpage/Hero BG@2x.png") no-repeat;
  background-size: cover;
  background-color: #935BFF;
}
.banner .navbar {
  margin: 0 9%;
  background: #f3ddf8 0% 0% no-repeat padding-box;
  padding: 3px 10px;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
.banner .navbar .nav-item .nav-link {
  color: #2D2D2D;
  font-size: 15px;
  font-weight: 400;
  padding-right: 2.5rem;
  padding-left: 0.5rem;
  cursor: pointer;
}
.banner .navbar .dropdown .dropdown-toggle::after {
  content: url("https://web.animaker.com/static_2.0/img/resellerpage/nav_arro.svg");
  vertical-align: baseline;
  border-top: 0;
  margin-left: 0px;
}
.banner .navbar .contact-btn {
  background: transparent linear-gradient(110deg, #FFF28D 0%, #FFCE00 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(221, 146, 235, 0.6039215686);
  border: 1px solid #FFF0AA;
  border-radius: 28px;
  font-size: 13px !important;
  text-align: center;
  font-weight: 600 !important;
  padding: 9px !important;
  width: 106px;
}
.banner p {
  color: #F2EAFF;
  font-weight: 300;
  letter-spacing: 0.1px;
  font-size: 18px;
}
.banner h1 {
  font-size: 45px;
  font-weight: bold;
  color: #ffffff;
}
.banner h1 span:first-child {
  color: #FCD21F;
}
.banner h1 span:last-child {
  color: #20D2FD;
}
.banner .btn-sub-text {
  color: #F2EAFF;
  font-weight: 300;
  font-size: 12px;
}

.modal .modal-dialog {
  max-width: 560px;
}
.modal .modal-dialog .modal-content {
  border-radius: 9px;
}
.modal .modal-dialog .modal-content .close {
  text-align: end;
  padding: 1px 8px;
  outline: none;
}
.modal .modal-dialog .modal-body {
  padding: 17px 35px 35px 35px;
}
.modal .modal-dialog .modal-body h4 {
  font-size: 23px;
  margin-bottom: 33px;
}
.modal .modal-dialog .modal-body .form-group {
  margin-bottom: 12px;
}
.modal .modal-dialog .modal-body .form-group label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  white-space: nowrap;
}
.modal .modal-dialog .modal-body .form-group textarea.form-control {
  height: auto;
  resize: none;
}
.modal .modal-dialog .modal-body .form-group .form-control {
  background: #FAFAFA;
  border: 1px solid #E9E7EB;
  font-size: 14px;
  border-radius: 7px;
  height: 42px;
}
.modal .modal-dialog .modal-body .form-group .form-control.invalid {
  border-color: #FF5151;
  background: #FFF7F7;
}
.modal .modal-dialog .modal-body .form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("https://web.animaker.com/static_2.0/img/resellerpage/icon-down-arrow.svg") !important;
  background-repeat: no-repeat !important;
  background-position-x: 98% !important;
  background-position-y: 9px !important;
}
.modal .modal-dialog .modal-body .form-group .d-flex {
  align-items: baseline;
}
.modal .modal-dialog .modal-body .form-group .d-flex .warning-icon {
  position: absolute;
  right: 11px;
  top: 40px;
}
.modal .modal-dialog .modal-body .form-group .invalid-feedback {
  text-align: end;
  font-size: 10px;
}
.modal .modal-dialog .modal-body .form-group .submit-btn {
  background: transparent linear-gradient(78deg, #996EFF 0%, #D086FF 100%) 0% 0% no-repeat padding-box;
  font-size: 16px;
  padding: 8px;
  text-align: center;
  border-radius: 7px;
  margin-top: 18px;
  color: #ffffff;
  font-weight: 500;
}
.modal .modal-dialog .modal-body .form-group .submit-btn:hover {
  background: transparent linear-gradient(263deg, #996EFF 0%, #D086FF 100%) 0% 0% no-repeat padding-box;
}

.slick-slider .slick-track {
  display: flex;
  align-items: center;
}

.expand-section .container {
  background-color: #F2E2FF;
  border-radius: 10px;
  max-width: 1074px;
  overflow: hidden;
}
.expand-section .container h1 {
  font-weight: bold;
  line-height: 55px;
}
.expand-section .container .circle {
  width: 184px;
  height: 184px;
  border-radius: 50%;
  background-image: linear-gradient(to left, rgba(250, 0, 0, 0), #fbd8ac);
  position: absolute;
  top: -10%;
  right: 26%;
  opacity: 0.8;
}
.expand-section .container .bigcircle {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background-image: linear-gradient(to top, rgba(250, 0, 0, 0), #edd6ff);
  position: absolute;
  top: 23%;
  right: -14%;
  opacity: 0.9;
}

.grid-section .container {
  max-width: 1070px;
}
.grid-section .container .row {
  justify-content: space-between;
}
.grid-section .container .row p {
  font-weight: 300;
  letter-spacing: 0.5px;
}

.visual-section {
  background-color: #FDFAFF;
}
.visual-section ul {
  list-style-type: none;
}
.visual-section ul li {
  font-size: 18px;
  letter-spacing: 0.3px;
  position: relative;
  margin-bottom: 17px;
  line-height: 31px;
}
.visual-section ul li::before {
  content: "";
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url("https://web.animaker.com/static_2.0/img/resellerpage/li_star.png") no-repeat;
  background-size: 80%;
  position: absolute;
  left: -30px;
  top: 6px;
}

.partner-section .container {
  max-width: 1020px;
}
.partner-section .container img {
  margin-bottom: 34px;
}

.product-section .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.product-section .container img {
  width: 11%;
  margin: 0 16px;
}
.product-section .container img:first-child {
  width: 22% !important;
}

.award-section {
  background-color: #FAF4FF;
}
.award-section .container h2 {
  font-size: 35px;
}
.award-section .container .sub-title {
  font-size: 24px;
  color: #867496;
}
.award-section .container .col-md-4 {
  border-right: 1px solid #E4C3FF;
}
.award-section .container .col-md-4:last-child {
  border: none;
}
.award-section .container .img-container {
  display: flex;
  justify-content: center;
  margin-top: 41px;
}
.award-section .container .img-container img {
  width: 13%;
  margin: 0 16px;
}

.rating-section {
  background-color: #FCFAFE;
  padding: 95px 0;
}
.rating-section .container {
  max-width: 1020px;
}
.rating-section .container .card {
  border-radius: 10px;
}
.rating-section .container .card img {
  margin-bottom: 20px;
}
.rating-section .container .card small {
  font-size: 15px;
  display: block;
}

.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: 26px;
  color: #1D1D1D;
  font-weight: 500;
  letter-spacing: 0.3px;
  cursor: pointer;
}
.faq-section .accordion .accordion-content .heading div::after {
  float: right !important;
  content: url("https://web.animaker.com/static_2.0/img/resellerpage/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/resellerpage/icon-expand1.svg");
}
.faq-section .accordion .accordion-content .heading .collapsed {
  font-weight: 300;
  color: #9D9D9D;
  font-size: 24px;
}
.faq-section .accordion .accordion-content .heading .collapsed:hover {
  color: #996EFF;
}
.faq-section .accordion .accordion-content p {
  width: 86%;
  font-size: 18px;
  letter-spacing: 0.3px;
}

.cta-section {
  background: url("https://web.animaker.com/static_2.0/img/resellerpage/CTA Container@2x.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #935BFF;
}
.cta-section p {
  color: #F2EAFF;
}
.cta-section h1 {
  font-size: 45px;
}

footer {
  background-color: #262626;
  padding: 40px 0;
}
footer .content h5 {
  color: #f99420;
  font-weight: bold;
  font-size: 25px;
}
footer .content ul {
  list-style-type: none;
}
footer .content ul li {
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  padding: 5px 0;
}
footer .content ul li a {
  color: #AFAFAF;
  font-size: 20px;
  color: #8a8a8a !important;
}
footer .content .small-text {
  font-size: 12px;
  color: #AFAFAF;
}
footer .content h3 {
  font-size: 45px;
  font-weight: bold;
}
footer .content h3 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) {
  .webinar_section .content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 13px;
  }
  .webinar_section a {
    margin-top: 19px;
  }
  .webinar_section .close-icon {
    right: 8px !important;
    top: 6px;
  }
  .navbar-brand {
    display: contents;
  }
  h1 {
    font-size: 35px !important;
    line-height: 45px !important;
  }
  p {
    font-size: 16px !important;
  }
  .product-section .container img {
    margin: 0 7px;
    width: 24%;
  }
  .product-section .container img:first-child {
    width: 38% !important;
  }
  .award-section .container .img-container img {
    width: 20%;
    margin: 0 0px;
  }
  .faq-section .accordion {
    margin: 0 5px;
  }
  .faq-section .accordion .accordion-content {
    padding: 15px;
  }
  .faq-section .accordion .accordion-content .heading {
    font-size: 20px;
    width: 90%;
  }
  .faq-section .accordion .accordion-content p {
    font-size: 16px;
  }
  .faq-section .accordion .accordion-content .heading div::after {
    right: 10px;
  }
  .modal-body {
    padding: 25px;
  }
  .modal-body .warning-icon {
    top: 45px !important;
  }
}/*# sourceMappingURL=reseller.css.map */