@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
}

h2 {
  font-weight: 600;
  font-size: 50px;
  color: #e96023;
}
@media (width <= 992.98px) {
  h2 {
    font-size: 2.125rem;
  }
}
@media (width <= 767.98px) {
  h2 {
    font-size: 2.025rem;
  }
}
h2 span {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-style: italic;
  color: #52298a;
}

header {
  background: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  left: 0;
  padding: 10px 0;
}
header.scrolled {
  background-color: rgba(81, 41, 138, 0.692);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
}
header .navbar .navbar-toggler {
  border-color: #fff;
  position: absolute;
  top: 8px;
  right: 13px;
  z-index: 99;
}
header .navbar .navbar-brand img {
  max-width: 18.25rem;
  width: 100%;
}
@media (width <= 992.98px) {
  header .navbar .navbar-brand img {
    width: 100px;
  }
}
@media (width <= 767.98px) {
  header .navbar .navbar-brand img {
    width: 100%;
    max-width: 250px;
  }
}
header .navbar .nav-link {
  font-size: 16px;
  font-weight: 400;
  transition: all 400ms;
}
header .navbar .nav-link:hover {
  color: #e96023 !important;
}
header .navbar .button_top a {
  background: #e96023;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  border-radius: 1.875rem;
  padding: 0.8125rem 1.8125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 400ms;
  border: 2px solid #fff;
}
@media (width <= 992.98px) {
  header .navbar .button_top a {
    font-size: 15px;
    border-radius: 1.875rem;
    padding: 0.6125rem 1.1125rem;
  }
}
@media (width <= 767.98px) {
  header .navbar .button_top a {
    display: none;
  }
}
header .navbar .button_top a:hover {
  background: #52298a;
}

.btn-default {
  background: #e96023;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  border-radius: 1.875rem;
  padding: 0.8125rem 1.8125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 400ms;
  border: 2px solid #fff;
}
.btn-default:hover {
  background: #52298a;
}

.hero-section {
  background-image: url(../images/banner.webp);
  background-size: cover;
  color: white;
  padding: 6.25rem 0;
  min-height: 100dvh;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero-section .badge {
  background: #3e2c65;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 1.875rem;
  padding: 0.5rem 1.5rem;
}
.hero-section h1 {
  font-size: 70px;
  color: #fff;
  font-weight: 400;
}
@media (width <= 992.98px) {
  .hero-section h1 {
    font-size: 3.375rem;
  }
}
@media (width <= 767.98px) {
  .hero-section h1 {
    font-size: 3.175rem;
    line-height: 3.4rem;
  }
}
.hero-section h1 span {
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: #e96023;
  font-weight: 700;
}
.hero-section .banner-form {
  margin-top: 2.5rem;
  width: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  padding-bottom: 30px;
  border-radius: 1.25rem;
}
@media (width <= 767.98px) {
  .hero-section .banner-form {
    margin-top: 5.5rem;
    flex-direction: column;
  }
}
.hero-section .banner-form h3 {
  color: #2b2b2b;
  font-weight: 600;
  font-size: 26px;
  display: block;
  text-align: left;
}
.hero-section .banner-form img {
  margin-top: -3.125rem;
  margin-bottom: -1.875rem;
  max-width: 15rem;
  width: 100%;
}
@media (width <= 767.98px) {
  .hero-section .banner-form img {
    margin-top: -3.125rem;
    margin-bottom: 1.875rem;
    max-width: 10rem;
    width: 100%;
  }
}
.hero-section .banner-form form {
  padding-left: 1.5625rem;
  max-width: 67%;
  width: 100%;
  padding-top: 1.625rem;
}
@media (width <= 767.98px) {
  .hero-section .banner-form form {
    padding: 0 18px;
    max-width: 100%;
  }
}
.hero-section .banner-form form input {
  width: 100%;
  border-radius: 10px;
  background-color: #f6f6f6;
  border: 0.0625rem solid #9f9f9f;
  padding: 0.5rem 0.625rem;
}
.hero-section .banner-form form .form-check-input[type=radio] {
  width: 18px;
  height: 18px;
  padding: 0;
  margin-top: 2px;
}
.hero-section .banner-form form .rowd {
  display: flex;
  flex-wrap: wrap;
}
.hero-section .banner-form form .rowd .form-check {
  margin-right: 25px;
}
.hero-section .banner-form form .rowd label {
  color: #424242;
  line-height: normal;
  margin-bottom: 4px;
  display: block;
  text-align: left;
}
.hero-section .banner-form form .rowd input.form-control {
  border: 0;
  padding: 10px 14px;
  background: #fff;
}
.hero-section .banner-form form .rowd .form-check-input:checked {
  background-color: #52298a !important;
}
.hero-section .banner-form form .sub_btn {
  text-align: left;
  margin-bottom: 0.23rem;
}
.hero-section .banner-form form .sub_btn button {
  width: 100%;
  padding: 10px 12px;
  border-radius: 12px !important;
  border: 2px solid #111;
}
.hero-section .banner-form form .sub_btn .btn-check:checked + .btn, .hero-section .banner-form form .sub_btn .btn.active, .hero-section .banner-form form .sub_btn .btn.show, .hero-section .banner-form form .sub_btn .btn:first-child:active, .hero-section .banner-form form .sub_btn :not(.btn-check) + .btn:active {
  color: #fff;
  background-color: #52298a;
  border-color: #52298a;
}
@media (width <= 767.98px) {
  .hero-section .banner-form form .sub_btn {
    text-align: center;
  }
}
.hero-section .banner-form form .sub_btn button {
  margin-top: 0;
}
.hero-section .banner-form .secure {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #666;
}
.hero-section .banner-form .secure img {
  width: 25px;
  height: 26px;
  margin: 0;
  margin-right: 10px;
}

input:focus {
  outline: 0;
}

.btn-danger {
  background-color: #e96023;
  border-color: #e96023;
  padding: 0.75rem 1.875rem;
  font-weight: 500;
  border: 2px solid #fff;
  border-radius: 100px;
  font-size: 20px;
}

.feature-box {
  border-left: 0.25rem solid #52298a;
  padding-left: 0.9375rem;
  margin-bottom: 1.875rem;
}

.testimonial-card {
  border: 0.0625rem solid #ddd;
  border-radius: 0.3125rem;
  padding: 1.25rem;
  margin: 0.625rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.875rem;
  box-sizing: border-box;
  color: #2b2b2b;
  position: relative;
  overflow: hidden;
}
.testimonial-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(233, 236, 239, 0.8), rgba(248, 249, 250, 0.8));
  z-index: -1;
}

.nav-link {
  color: white !important;
}

.express-badge {
  background-color: gold;
  color: black;
  font-weight: bold;
  padding: 0.3125rem 0.625rem;
  border-radius: 1.25rem;
  display: inline-block;
  margin-bottom: 0.625rem;
}

.swiper {
  width: 100%;
  padding: 1.25rem 0;
}
.swiper .swiper-slide {
  height: auto;
}
.swiper .swiper-pagination-bullet-active {
  background-color: #e96023;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  color: #e96023;
}

.testimonial-slider {
  max-width: 50.9375rem;
  width: 100%;
}
.testimonial-slider .swiper-pagination {
  bottom: 0 !important;
}
.testimonial-slider .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #adb5bd;
  opacity: 1;
}
.testimonial-slider .swiper-pagination-bullet-active {
  background-color: #e96023;
  transform: scale(1.2);
}

.testimonial-slide {
  background-position: center;
  background-size: cover;
  width: 18.75rem;
  height: 25rem;
  background: white;
  border-radius: 0.9375rem;
  box-shadow: 0 0.9375rem 3.125rem rgba(0, 0, 0, 0.1);
  filter: blur(0.0625rem);
  transition: filter 0.3s;
}
.testimonial-slide.swiper-slide-active {
  filter: blur(0rem);
  transform: scale(1.05);
}

.testimonial-quote {
  font-size: 1.125rem;
  line-height: 1.6;
  font-style: italic;
  margin-bottom: 1.25rem;
  position: relative;
}
.testimonial-quote::before, .testimonial-quote::after {
  content: '"';
  font-size: 2.5rem;
  color: #52298a;
  opacity: 0.3;
  position: absolute;
}
.testimonial-quote::before {
  top: -1.25rem;
  left: -0.625rem;
}
.testimonial-quote::after {
  bottom: -2.5rem;
  right: -0.625rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
}
.testimonial-author img {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 0.9375rem;
  border: 0.1875rem solid #52298a;
}

.author-info h4 {
  margin: 0;
  font-weight: 600;
  color: #2b2b2b;
}
.author-info p {
  margin: 0.3125rem 0 0;
  color: #6c757d;
  font-size: 0.875rem;
}

/* 3D Testimonial Slider Styles */
.testimonial-section {
  padding: 5rem 0;
  background-color: #ffeee7;
}
@media (width <= 767.98px) {
  .testimonial-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.testimonial-section .slick-slider {
  margin-left: auto;
  margin-right: auto;
}
.testimonial-section .slick-slider button.slick-arrow:first-child {
  top: 50%;
  position: absolute;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  width: 71px;
  height: 40px;
  z-index: 9;
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg enable-background='new 0 0 32 32' height='2rem' id='Слой_1' version='1.1' viewBox='0 0 32 32' width='2rem' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath clip-rule='evenodd' d='M32,16.009c0-0.267-0.11-0.522-0.293-0.714 l-9.899-9.999c-0.391-0.395-1.024-0.394-1.414,0c-0.391,0.394-0.391,1.034,0,1.428l8.193,8.275H1c-0.552,0-1,0.452-1,1.01 s0.448,1.01,1,1.01h27.586l-8.192,8.275c-0.391,0.394-0.39,1.034,0,1.428c0.391,0.394,1.024,0.394,1.414,0l9.899-9.999 C31.894,16.534,31.997,16.274,32,16.009z' fill='%23121313' fill-rule='evenodd' id='Arrow_Forward'/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3C/svg%3E");
}
@media (width <= 767.98px) {
  .testimonial-section .slick-slider button.slick-arrow:first-child {
    top: 100%;
  }
}
.testimonial-section .slick-slider button.slick-arrow:last-child {
  top: 50%;
  position: absolute;
  right: 0;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg enable-background='new 0 0 32 32' height='2rem' id='Слой_1' version='1.1' viewBox='0 0 32 32' width='2rem' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath clip-rule='evenodd' d='M32,16.009c0-0.267-0.11-0.522-0.293-0.714 l-9.899-9.999c-0.391-0.395-1.024-0.394-1.414,0c-0.391,0.394-0.391,1.034,0,1.428l8.193,8.275H1c-0.552,0-1,0.452-1,1.01 s0.448,1.01,1,1.01h27.586l-8.192,8.275c-0.391,0.394-0.39,1.034,0,1.428c0.391,0.394,1.024,0.394,1.414,0l9.899-9.999 C31.894,16.534,31.997,16.274,32,16.009z' fill='%23121313' fill-rule='evenodd' id='Arrow_Forward'/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3Cg/%3E%3C/svg%3E");
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  width: 71px;
  height: 40px;
  z-index: 9;
}
@media (width <= 767.98px) {
  .testimonial-section .slick-slider button.slick-arrow:last-child {
    top: 100%;
  }
}
.testimonial-section .slick-list {
  padding-top: 3% !important;
  padding-bottom: 3% !important;
  padding-left: 15% !important;
  padding-right: 15% !important;
}
@media (width <= 767.98px) {
  .testimonial-section .slick-list {
    left: 1% !important;
    right: 1% !important;
  }
}
.testimonial-section .slick-dots {
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.testimonial-section .slick-track {
  max-width: 100% !important;
  transform: translate3d(0, 0, 0) !important;
  perspective: 6.25rem;
}
.testimonial-section .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100% !important;
  transform: translate3d(0, 0, 0);
  transition: transform 1s, opacity 1s;
}
.testimonial-section .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  z-index: 2;
}
.testimonial-section .slick-snext,
.testimonial-section .slick-sprev,
.testimonial-section .slick-snext2,
.testimonial-section .slick-sprev2 {
  display: block;
  opacity: 1;
  perspective: 62.5rem;
}
.testimonial-section .slick-snext {
  transform: translate3d(10%, 0, -0.625rem);
  z-index: 1;
}
.testimonial-section .slick-snext2 {
  transform: translate3d(20%, 0, -1.25rem);
  z-index: 0;
}
.testimonial-section .slick-sprev {
  transform: translate3d(-10%, 0, -0.625rem);
}
.testimonial-section .slick-sprev2 {
  transform: translate3d(-20%, 0, -1.25rem);
}
.testimonial-section .test {
  display: flex;
  width: 100%;
  height: 18.75rem;
  background: #ffffff;
  box-shadow: 0rem 0rem 1.4375rem rgba(0, 0, 0, 0.19);
  border-radius: 1.25rem;
  align-items: center;
  padding: 1.875rem;
  background-image: url(../images/msg.webp);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 40px;
  background-position-x: 94%;
  background-position-y: 94%;
}
@media (width <= 767.98px) {
  .testimonial-section .test {
    height: auto;
    box-shadow: none;
  }
}
.testimonial-section .test .test-in {
  align-items: flex-start;
  display: flex;
}
@media (width <= 767.98px) {
  .testimonial-section .test .test-in {
    flex-direction: column;
    align-items: center;
  }
}
.testimonial-section .test .auth_img {
  width: 4.125rem;
  height: 4.125rem;
  border-radius: 100%;
  display: inline-flex;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 0.9375rem;
}
.testimonial-section .test .auth_img img {
  object-fit: cover;
  object-position: center;
  height: 4.125rem;
  width: 4.125rem;
}
.testimonial-section .test .auth_desc p {
  font-size: 18px;
  color: #3d3d3d;
  font-weight: 400;
}
.testimonial-section .test .auth_desc strong {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0;
}
.testimonial-section .test .auth_desc small {
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: 400;
}

.testimonial-slider {
  width: 100%;
  margin: 0 auto;
}

.testimonial-slide {
  background-position: center;
  background-size: cover;
  width: 18.75rem;
  height: 25rem;
  background: white;
  border-radius: 0.9375rem;
  box-shadow: 0 0.9375rem 3.125rem rgba(0, 0, 0, 0.1);
  filter: blur(0.0625rem);
  transition: filter 0.3s;
}

.testimonial-slide.swiper-slide-active {
  filter: blur(0rem);
  transform: scale(1.05);
}

.testimonial-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.875rem;
  box-sizing: border-box;
  color: var(--primary-color);
  position: relative;
  overflow: hidden;
}

.testimonial-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(233, 236, 239, 0.8), rgba(248, 249, 250, 0.8));
  z-index: -1;
}

.testimonial-quote {
  font-size: 1.125rem;
  line-height: 1.6;
  font-style: italic;
  margin-bottom: 1.25rem;
  position: relative;
}

.testimonial-quote::before,
.testimonial-quote::after {
  content: '"';
  font-size: 2.5rem;
  color: var(--accent-color);
  opacity: 0.3;
  position: absolute;
}

.testimonial-quote::before {
  top: -1.25rem;
  left: -0.625rem;
}

.testimonial-quote::after {
  bottom: -2.5rem;
  right: -0.625rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
}

.testimonial-author img {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 0.9375rem;
  border: 0.1875rem solid var(--accent-color);
}

.author-info h4 {
  margin: 0;
  font-weight: 600;
  color: var(--primary-color);
}

.author-info p {
  margin: 0.3125rem 0 0;
  color: #6c757d;
  font-size: 0.875rem;
}

.testimonial-slider .swiper-pagination {
  bottom: 0 !important;
}

.testimonial-slider .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #adb5bd;
  opacity: 1;
}

.testimonial-slider .swiper-pagination-bullet-active {
  background-color: var(--secondary-color);
  transform: scale(1.2);
}

.g_algoritham {
  padding-top: 5rem;
  padding-bottom: 5.625rem;
}
@media (width <= 767.98px) {
  .g_algoritham {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.g_algoritham .lead {
  font-weight: 500;
  font-size: 22px;
  color: #52298a;
}
.g_algoritham p {
  font-size: 16px;
  font-weight: 400;
  color: #2b2b2b;
}
.g_algoritham ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 1.5625rem;
}
.g_algoritham ul li {
  background-image: url(../images/list.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1.1875rem;
  padding-left: 1.6875rem;
  line-height: 30px;
  font-size: 16px;
}
.g_algoritham .ab_img {
  justify-content: center;
  align-items: center;
  display: flex;
}
.g_algoritham .ab_img img {
  max-width: 100%;
}
.g_algoritham .ab_img .ab_img_in {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.g_algoritham .ab_img .ab_img_in .g-img {
  position: absolute;
  top: -1.25rem;
  right: -3.125rem;
}
@media (width <= 767.98px) {
  .g_algoritham .ab_img .ab_img_in .g-img {
    top: 0;
    right: 0;
  }
}
.g_algoritham .ab_img .ab_img_in .r-img {
  position: absolute;
  bottom: -2.375rem;
}

.stats {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url(../images/stats-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (width <= 767.98px) {
  .stats {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.stats h2 {
  color: #e96023;
  text-align: center;
}
.stats h2 span {
  color: #fff;
}
.stats .lead {
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.stats .stats-box-w {
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
.stats .stats-box-w .stats-box {
  border: 0.0625rem solid #7534dc;
  color: white;
  padding: 1.25rem;
  border-radius: 0.625rem;
  text-align: center;
  margin-bottom: 1.25rem;
}
.stats .stats-box-w .stats-box:nth-of-type(2) {
  margin-bottom: -1.25rem;
}
.stats .stats-box-w .stats-box h3 {
  font-size: 22px;
  font-weight: 600;
}
.stats .stats-box-w .stats-box p {
  color: #fff;
  font-size: 16px;
}
.stats .stats-box-w .stats-box span.num {
  font-size: 130px;
  color: rgba(223, 219, 229, 0);
  line-height: 1.2;
  text-align: left;
  text-shadow: 0rem 0.5625rem 0.6906rem rgba(0, 0, 0, 0.35);
  z-index: 97;
  font-weight: 900;
  color: #4C09B8;
  background-image: linear-gradient(180deg, #4C09B8, #F2F0F0, #4C09B8);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (width <= 767.98px) {
  .stats .stats-box-w .stats-box span.num {
    font-size: 6.25rem;
  }
}
.stats .stats-box-w span.ic img, .stats .stats-box-w span.ic svg {
  position: relative !important;
  max-width: 60px !important;
  width: 100%;
  margin-bottom: 1.5625rem;
}
.stats .stats-box-w:nth-of-type(2) .stats-box {
  margin-top: 2.5rem;
}
@media (width <= 767.98px) {
  .stats .stats-box-w:nth-of-type(2) .stats-box {
    margin-top: 0rem;
  }
}
.stats .stats-box-w:last-child .stats-box {
  margin-top: 5rem;
  background: #2b0958;
  border-color: #fff;
  position: relative;
  padding-top: 3.5rem;
}
@media (width <= 767.98px) {
  .stats .stats-box-w:last-child .stats-box {
    margin-top: 1rem;
  }
}
.stats .stats-box-w:last-child .stats-box img {
  position: absolute;
  top: -0.875rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 100%;
}

.fair_section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f2f1f6;
}
@media (width <= 767.98px) {
  .fair_section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.fair_section .swiper-wrapper {
  padding-bottom: 1.5625rem;
}
.fair_section .swiper-wrapper .fair-slide {
  padding: 1.875rem;
  background: white;
  border-radius: 1.25rem;
  height: 100%;
}
.fair_section .swiper-wrapper .fair-slide .icon_img {
  width: 87px;
  height: 71.8px;
  background: #ffded0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  box-shadow: 0rem 0.125rem 0 0.5rem #ffeee6;
  margin-bottom: 1.5625rem;
}
.fair_section .swiper-wrapper .fair-slide .icon_img img {
  width: 2.75rem;
}
.fair_section .swiper-wrapper .fair-slide h3 {
  font-weight: 600;
  font-size: 20px;
  color: #160638;
  display: block;
  margin-bottom: 0.9375rem;
}
.fair_section .swiper-wrapper .fair-slide p {
  color: #434343;
  font-size: 16px;
}
.fair_section .swiper-pagination {
  position: relative;
}
.fair_section .swiper-pagination .swiper-pagination-bullet {
  width: 0.875rem;
  height: 0.875rem;
  background: #b085f1;
}
.fair_section .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #52298a;
}

.problems_core {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (width <= 767.98px) {
  .problems_core {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.problems_core .prob-container {
  border-radius: 1.25rem;
  background: #f5eeff;
  padding: 2.1875rem;
  display: flex;
  align-items: center;
}
@media (width <= 992.98px) {
  .problems_core .prob-container {
    padding: 1.2rem;
  }
}
.problems_core .prob-container.slolved {
  background: #e96023;
  margin-top: 3.75rem;
}
.problems_core .prob-container.slolved .row {
  flex-direction: row-reverse;
}
.problems_core .prob-container.slolved .row h2 {
  color: #fff;
}
.problems_core .prob-container.slolved .row ul li {
  background-image: url(../images/white-tick.webp);
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}
@media (width <= 992.98px) {
  .problems_core .prob-container.slolved .row ul li {
    font-size: 1.125rem;
    line-height: normal;
    margin-bottom: 9px;
  }
}
.problems_core .prob-container .row {
  align-items: center;
}
.problems_core .prob-container h2 {
  font-size: 2.5rem;
  display: block;
  text-align: left;
}
@media (width <= 992.98px) {
  .problems_core .prob-container h2 {
    font-size: 2rem;
  }
}
.problems_core .prob-container h2 span {
  display: block;
}
.problems_core .prob-container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 1.5625rem;
}
@media (width <= 992.98px) {
  .problems_core .prob-container ul {
    margin-left: 0rem;
  }
}
.problems_core .prob-container ul li {
  background-image: url(../images/cross.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1.1875rem;
  padding-left: 1.6875rem;
  font-weight: 500;
  line-height: 30px;
  font-size: 18px;
}
.problems_core .prob-img {
  overflow: hidden;
  border-radius: 1.25rem;
  margin-bottom: -3.75rem;
}
@media (width <= 992.98px) {
  .problems_core .prob-img {
    margin-top: 3.125rem;
  }
}
.problems_core .prob-img img {
  width: 100%;
  margin-left: auto;
}

.dom_effect {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(../images/domimg-min.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (width <= 767.98px) {
  .dom_effect {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.dom_effect h2 span {
  color: #fff;
}
.dom_effect .card_wrap {
  padding: 0 30px;
}
.dom_effect .card_wrap:last-child {
  margin-top: 100px;
}
@media (width <= 992.98px) {
  .dom_effect .card_wrap:last-child {
    margin-top: 0;
  }
}
.dom_effect .card_wrap .cards_in {
  background: #fff;
  position: relative;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 45px;
  padding-left: 56px;
  padding-top: 40px;
}
@media (width <= 992.98px) {
  .dom_effect .card_wrap .cards_in {
    padding-left: 50px;
    margin-bottom: 0;
  }
}
.dom_effect .card_wrap .cards_in span.num {
  font-size: 8.125rem;
  background: -webkit-linear-gradient(92deg, #ffffff 0%, #e36129 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  z-index: 1;
  margin-left: -91px;
  line-height: 116px;
  margin-top: -30px;
  position: absolute;
}
@media (width <= 992.98px) {
  .dom_effect .card_wrap .cards_in span.num {
    position: absolute;
    margin-top: 10px;
    left: 23px;
    font-size: 6rem;
  }
}
@media (width <= 767.98px) {
  .dom_effect .card_wrap .cards_in span.num {
    left: 80px;
    right: auto;
    top: 0;
    margin-top: 0;
    font-size: 5rem;
  }
}
.dom_effect .card_wrap .cards_in span.num:after {
  position: absolute;
  content: "1";
  left: 0;
  top: 24px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (width <= 992.98px) {
  .dom_effect .card_wrap .cards_in span.num:after {
    display: none;
  }
}
.dom_effect .card_wrap .cards_in h3 {
  font-weight: 500;
  font-size: 1.5625rem;
  color: #e96023;
}
.dom_effect .card_wrap .cards_in p {
  font-size: 1.125rem;
  font-weight: 400;
  color: #3d3d3d;
}
.dom_effect .card_wrap .fts {
  padding: 0 30px;
}
@media (width <= 992.98px) {
  .dom_effect .card_wrap .fts {
    padding: 0 0px;
  }
}

.quote {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (width <= 767.98px) {
  .quote {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.quote .lead {
  font-size: 1.125rem;
  color: #5a5a5a;
}
.quote .g-seo {
  width: 100%;
  height: auto;
  border-radius: 20px;
  display: inline-flex;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: auto;
  min-height: 300px;
  background-color: #ddd;
}
.quote .g-seo img {
  object-fit: cover;
  object-position: center top;
  height: 300px;
  width: 100%;
}
@media (width <= 767.98px) {
  .quote .g-seo img {
    object-fit: cover;
    object-position: center top;
    height: 360px;
    width: 100%;
  }
}
.quote .text-seo {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-self: center;
}
.quote .text-seo p {
  text-align: left;
  font-size: 1.4rem;
  color: #52298a;
  font-style: italic;
}
.quote .text-seo strong {
  font-size: 1.125rem;
  color: #2e2e2e;
  font-weight: 500;
  margin-bottom: 0;
}
.quote .text-seo small {
  text-align: left;
  font-size: 1.125rem;
  color: #5a5a5a;
}
.quote .form-wrap {
  background: #fde3d8;
  border-radius: 20px;
  margin-top: 35px;
  padding: 48px 48px;
  background-image: url(../images/loc.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  z-index: -1;
}
@media (width <= 767.98px) {
  .quote .form-wrap {
    width: 94%;
    padding: 30px 20px;
    background-image: none;
  }
}
.quote .form-wrap h3 {
  display: block;
  text-align: left;
  color: #1e1e1e;
  font-weight: 600;
}
.quote .form-wrap h3 span {
  display: inline-block;
  color: #e96023;
}
@media (width <= 767.98px) {
  .quote .form-wrap h3 span {
    display: inline-block;
  }
}
.quote .form-wrap strong {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 20px;
  text-align: left;
  color: #52298a;
}
@media (width <= 767.98px) {
  .quote .form-wrap strong {
    font-size: 0.9375rem;
  }
}
.quote .form-wrap strong svg {
  width: 23px;
  height: 19px;
  margin-right: 5px;
  animation-name: hourglass-rotation;
  animation-duration: 5s;
  animation-delay: 1s;
  animation-iteration-count: infinite;
}
.quote .form-wrap strong svg path {
  fill: #52298a;
}
@keyframes hourglass-rotation {
  50% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(180deg);
  }
}
.quote .form-wrap .secure {
  display: flex;
  align-items: center;
  font-size: 1rem;
}
.quote .form-wrap .secure img {
  width: 25px;
  height: 26px;
  margin-right: 10px;
}
.quote .form-wrap .trst {
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 8px;
  border-radius: 8px;
  margin-right: auto;
  justify-content: flex-start;
  margin-top: 10px;
  max-width: 350px;
}
.quote .form-wrap .trst img {
  max-width: 98px;
  width: 100%;
}
@media (width <= 767.98px) {
  .quote .form-wrap .trst img {
    max-width: 73px;
  }
}
.quote .form-wrap .trst span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 7px;
  line-height: normal;
}
.quote .form-wrap h4 {
  text-align: left;
  font-size: 1.125rem;
  color: #424242;
}
.quote .form-wrap .rowd {
  display: flex;
  flex-wrap: wrap;
}
.quote .form-wrap .rowd .form-check {
  margin-right: 25px;
}
.quote .form-wrap label {
  color: #424242;
  line-height: normal;
  margin-bottom: 4px;
  display: block;
  text-align: left;
}
.quote .form-wrap input.form-control {
  border: 0;
  padding: 10px 14px;
  background: #fff;
}
.quote .form-wrap .btn-danger {
  width: 96%;
}
@media (width <= 767.98px) {
  .quote .form-wrap .btn-danger {
    width: 100%;
  }
}

section.faq {
  background: rgba(242, 241, 246, 0.49);
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (width <= 767.98px) {
  section.faq {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
section.faq .accordion .accordion-item {
  border: 0;
  margin-bottom: 10px;
}
section.faq .accordion .accordion-item:focus {
  box-shadow: none;
}
section.faq .accordion .accordion-item h2 .accordion-button {
  background: #ece9ff;
  color: #52298a;
  font-size: 1.125rem;
  padding: 24px 15px;
  border-radius: 6px;
}
section.faq .accordion .accordion-item h2 .accordion-button:focus {
  box-shadow: none;
}

.qs {
  text-align: center;
  padding-top: 20px;
}
.qs img {
  mix-blend-mode: darken;
}
.qs h3 {
  color: #52298a;
  font-size: 2.5rem;
  display: block;
  margin: 15px 0;
}
@media (width <= 767.98px) {
  .qs h3 {
    font-size: 2rem;
  }
}
.qs .btn-default {
  border: 2px solid #000;
}

footer {
  background-color: #200c39;
  color: white;
  padding: 2.5rem 0;
}
footer a {
  text-decoration: none;
}

.ft-logo img {
  max-width: 280px;
  width: 100%;
}

.bg-accent {
  background: #52298a;
  border: 2px solid #fff;
}
.bg-accent:hover {
  background: #fff;
  color: #52298a;
  border: 2px solid #52298a;
}

.call-action {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url(../images/stats-bg.webp);
  min-height: 240px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 0px;
}
@media (width <= 767.98px) {
  .call-action {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.call-action .call-act {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.call-action .call-text p {
  color: #fff;
  font-size: 1.25rem;
}
.call-action .call-img img {
  max-width: 250px;
  width: 100%;
}

.hero_inner {
  min-height: 100dvh;
  background: #51298A;
  background: linear-gradient(175deg, rgb(81, 41, 138) 0%, rgb(233, 96, 35) 100%);
  padding-top: 9rem;
  padding-bottom: 5rem;
}
.hero_inner .container {
  min-height: 100dvh;
  border-radius: 20px;
  padding: 50px 30px;
}
@media (width <= 767.98px) {
  .hero_inner .container {
    width: 96%;
    margin: 0 auto;
  }
}
.hero_inner .container h1 {
  font-size: 3.25rem;
  color: #52298a;
  font-weight: 600;
}
.hero_inner .container h2 {
  font-size: 2.125rem;
  color: #e96023;
  font-weight: 500;
}