@charset "UTF-8";
body {
  font-weight: 400;
}

ul {
  list-style: none;
  padding-left: 0;
}

.btn {
  padding: 10px 30px;
  border-radius: 10px;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .btn {
    padding: 10px 20px;
  }
}

.btn-white {
  background-color: #ffffff;
  color: linear-gradient(6.89deg, #BC4AFE 6.05%, #F478FD 95.6%);
}
.btn-white span {
  background: linear-gradient(6.89deg, #BC4AFE 6.05%, #F478FD 95.6%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-orange {
  background-image: linear-gradient(6.89deg, #ff5c00 6.05%, #feb62b 95.6%);
  color: #ffffff !important;
}
.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active {
  background-image: linear-gradient(6.89deg, #feb62b 6.05%, #ff5c00 95.6%);
}

.btn-purpul {
  background-image: linear-gradient(6.89deg, #BC4AFE 6.05%, #F478FD 95.6%);
  color: #ffffff !important;
}
.btn-purpul:hover, .btn-purpul:focus, .btn-purpul:active, .btn-purpul.active {
  background-image: linear-gradient(6.89deg, #f478fd 6.05%, #bc4afe 95.6%);
}

.btn-pink {
  background-image: linear-gradient(6.89deg, #fd3d84 6.05%, #fc3881 6.06%, #fd70a4 95.6%);
  color: #ffffff !important;
}
.btn-pink:hover, .btn-pink:focus, .btn-pink:active, .btn-pink.active {
  background-image: linear-gradient(6.89deg, #fd70a4 6.05%, #fd3d84 95.6%);
}

.bg-light {
  background-color: #f8f8f8 !important;
}

.bg-darkblue {
  background-color: #101057 !important;
}

.text-dark {
  color: #18232D !important;
}

.text-gray-100 {
  color: #949494;
}

.text-gray-200 {
  color: #7D7D7D;
}

.text-gray-300 {
  color: #747B81;
}

.text-gray-400 {
  color: #4D4D4D;
}

.text-blue {
  color: #101057;
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

h1 {
  font-weight: 800;
  font-size: 50px;
  line-height: 60px;
}
@media (max-width: 991px) {
  h1 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 34px;
  font-weight: 600;
}
@media (max-width: 991px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 28px;
  }
}

.fs-20 {
  font-size: 20px;
}
@media (max-width: 991px) {
  .fs-20 {
    font-size: 18px;
  }
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fs-18 {
  font-size: 18px;
}
@media (max-width: 767px) {
  .fs-18 {
    font-size: 16px;
  }
}

.pt-100 {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .pt-100 {
    padding-top: 50px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .pb-100 {
    padding-bottom: 50px;
  }
}

.mt-100 {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .mt-100 {
    margin-top: 50px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}

.pt-80 {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .pt-80 {
    padding-top: 50px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .pb-80 {
    padding-bottom: 50px;
  }
}

.bg-pink {
  background-image: linear-gradient(6.89deg, #fd3d84 6.05%, #fc3881 6.06%, #fd70a4 95.6%);
}

.bg-orange {
  background-image: linear-gradient(6.89deg, #ff5c00 6.05%, #feb62b 95.6%);
}

.bg-blue {
  background-image: linear-gradient(1.67deg, #369efe 1.56%, #47eef9 98.74%);
}

.bg-green {
  background-image: linear-gradient(188.3deg, #8ff8ac 5.9%, #1bc2a1 93.64%);
}

.bg-purpul {
  background-image: linear-gradient(6.89deg, #BC4AFE 6.05%, #F478FD 95.6%);
}

.bg-red {
  background-image: linear-gradient(180deg, #ff6464 0%, #ff0000 100%);
}

.form-control {
  border: 1px solid #CCD4E4;
  border-radius: 10px;
  height: 50px;
  box-shadow: none;
  background-color: #f8f8f8;
}
.form-control::-moz-placeholder {
  color: #747B81;
}
.form-control::placeholder {
  color: #747B81;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid #CCD4E4;
}

.feature-image {
  border-radius: 50%;
  width: 100px;
}
@media (max-width: 760px) {
  .feature-image {
    width: 70px;
  }
}

.icon-purpul {
  color: #F478FD;
  font-size: 30px;
}

@media (max-width: 575px) {
  .slash {
    display: none;
  }
}

.hero-section {
  background-image: url(/images/hero-bg.png?7a572c1b76cdeb395c47af071aec9f06);
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 120px;
}
@media (max-width: 1199px) {
  .hero-section {
    padding-top: 170px;
  }
}
@media (max-width: 991px) {
  .hero-section {
    padding-top: 200px;
  }
}
@media (max-width: 768px) {
  .hero-section {
    padding-top: 170px;
  }
}
@media (max-width: 575px) {
  .hero-section {
    padding-top: 130px;
  }
}

.features-section .feature-card {
  border-radius: 10px !important;
  padding: 30px 40px;
  border: none;
}
@media (max-width: 991px) {
  .features-section .feature-card {
    padding: 25px;
  }
}
@media (max-width: 425px) {
  .features-section .feature-card {
    padding: 20px;
  }
}
.features-section .feature-icon {
  width: 90px;
  height: 90px;
  min-width: 90px;
  border-radius: 100px;
}
@media (max-width: 991px) {
  .features-section .feature-icon {
    width: 75px;
    height: 75px;
    min-width: 75px;
  }
}
@media (max-width: 425px) {
  .features-section .feature-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
  }
}
.features-section .feature-icon svg {
  width: 42px;
  height: 42px;
}
@media (max-width: 991px) {
  .features-section .feature-icon svg {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 425px) {
  .features-section .feature-icon svg {
    width: 26px;
    height: 26px;
  }
}

.margin-b-80px {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .margin-b-80px {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .about-section .about-content {
    background-color: #e4f7ff;
    display: block;
    width: 1000vh;
    padding-top: 95px;
    padding-bottom: 95px;
  }
}
@media (max-width: 1399px) and (min-width: 992px) {
  .about-section .about-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .about-section .about-content p {
    max-width: 440px;
  }
}
@media (min-width: 992px) {
  .about-section__about-right-content {
    background-color: #e4f7ff;
    float: left;
    margin-left: -40px;
    padding-left: 150px;
  }
}
@media (max-width: 1399px) and (min-width: 992px) {
  .about-section__about-right-content {
    padding-left: 50px;
  }
}
@media (min-width: 992px) {
  .about-section__about-left-content {
    float: right;
    margin-right: -40px;
    padding-right: 234px;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .about-section__about-left-content {
    padding-right: 144px;
  }
}
@media (max-width: 1299px) and (min-width: 992px) {
  .about-section__about-left-content {
    padding-right: 136px;
  }
}

.pricing-plan-section .pricing-plan-card {
  border-radius: 20px;
}
@media (min-width: 992px) {
  .pricing-plan-section .pricing-plan-card {
    margin: 0 20px;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .pricing-plan-section .pricing-plan-card {
    margin: 0 10px;
  }
}
.pricing-plan-section .pricing-plan-card label {
  color: #949494;
}
.pricing-plan-section .pricing-plan-card .pricing {
  background: #e4f7ff;
  color: #101057;
  padding: 10px;
  border-radius: 50px;
  min-width: 245px;
  width: auto;
}
.pricing-plan-section .pricing-plan-card .check-box {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  font-size: 14px;
  margin-right: 20px;
  text-align: center;
}
.pricing-plan-section .pricing-plan-card .active-check .check-box {
  background-image: linear-gradient(188.3deg, #8ff8ac 5.9%, #1bc2a1 93.64%);
  color: #ffffff;
}
.pricing-plan-section .pricing-plan-card .unactive-check {
  color: #747B81;
}
.pricing-plan-section .pricing-plan-card .unactive-check .check-box {
  background-color: #747B81;
  color: #ffffff;
}
.pricing-plan-section .pricing-plan-card .pricing-plan-features {
  max-width: 270px;
}
.pricing-plan-section .pricing-plan-card .pricing-plan-features li {
  margin-bottom: 20px;
}
.pricing-plan-section .pricing-plan-card .pricing-plan-features li:last-child {
  margin-bottom: 0;
}
.pricing-plan-section .pricing-plan-card.card.slick-current {
  background-color: #101057;
}
@media (min-width: 576px) {
  .pricing-plan-section .pricing-plan-card.card.slick-current {
    margin-top: -40px;
  }
}
.pricing-plan-section .pricing-plan-card.card.slick-current .pricing {
  background-color: #ffffff;
}
.pricing-plan-section .pricing-plan-card.card.slick-current h3 {
  color: #ffffff;
}
.pricing-plan-section .pricing-plan-card.card.slick-current label {
  color: #99A9C9;
}
.pricing-plan-section .pricing-plan-card.card.slick-current .active-check {
  color: #ffffff;
}
.pricing-plan-section .pricing-plan-card.card.slick-current .active-check .check-box {
  background-image: linear-gradient(188.3deg, #8ff8ac 5.9%, #1bc2a1 93.64%);
  color: #101057;
}
.pricing-plan-section .pricing-plan-card.card.slick-current .unactive-check {
  color: #99A9C9;
}
.pricing-plan-section .pricing-plan-card.card.slick-current .unactive-check .check-box {
  background-color: #99A9C9;
  color: #101057;
}
@media (max-width: 1500px) {
  .pricing-plan-section .slick-list {
    max-width: 1120px;
    margin: auto;
  }
}
@media (max-width: 1399px) {
  .pricing-plan-section .slick-list {
    max-width: 900px;
  }
}
@media (max-width: 1199px) {
  .pricing-plan-section .slick-list {
    max-width: 700px;
  }
}
@media (max-width: 991px) {
  .pricing-plan-section .slick-list {
    max-width: 600px;
  }
}
.pricing-plan-section .slick-track {
  padding: 40px 0;
}
@media (max-width: 991px) {
  .pricing-plan-section .slick-track {
    padding-top: 60px;
  }
}
@media (max-width: 575px) {
  .pricing-plan-section .slick-track {
    padding: 10px 0 30px;
  }
}
.pricing-plan-section .slick-arrow {
  height: 60px;
  width: 120px;
  border-radius: 150px 150px 0 0;
  background-color: #CCD4E4;
}
@media (max-width: 991px) {
  .pricing-plan-section .slick-arrow {
    height: 40px;
    width: 80px;
  }
}
.pricing-plan-section .slick-arrow::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  color: #101057;
}
.pricing-plan-section .slick-prev {
  left: -180px;
  transform: rotate(-90deg);
}
@media (max-width: 1600px) {
  .pricing-plan-section .slick-prev {
    left: -120px;
  }
}
@media (max-width: 1500px) and (min-width: 1400px) {
  .pricing-plan-section .slick-prev {
    left: -25px;
  }
}
@media (max-width: 1399px) and (min-width: 992px) {
  .pricing-plan-section .slick-prev {
    left: -30px;
  }
}
@media (max-width: 991px) {
  .pricing-plan-section .slick-prev {
    left: -40px;
  }
}
.pricing-plan-section .slick-prev::before {
  content: "";
  transform: rotate(90deg);
}
.pricing-plan-section .slick-next {
  right: -180px;
  transform: rotate(90deg);
}
@media (max-width: 1600px) {
  .pricing-plan-section .slick-next {
    right: -120px;
  }
}
@media (max-width: 1500px) and (min-width: 1400px) {
  .pricing-plan-section .slick-next {
    right: -25px;
  }
}
@media (max-width: 1399px) and (min-width: 992px) {
  .pricing-plan-section .slick-next {
    right: -30px;
  }
}
@media (max-width: 991px) {
  .pricing-plan-section .slick-next {
    right: -40px;
  }
}
.pricing-plan-section .slick-next::before {
  content: "";
  transform: rotate(-90deg);
}

.slick-dots li {
  width: auto;
  height: auto;
}
.slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #99A9C9;
}
.slick-dots li button::before {
  font-size: 0;
  width: auto;
  height: auto;
  right: 0;
  margin: auto;
}
.slick-dots li.slick-active button {
  width: 14px;
  height: 14px;
  background-color: #101057;
}

.testimonial-section .testimonial-card {
  padding: 40px;
  margin: 20px 20px 40px 20px;
  border: solid 5px transparent;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .testimonial-section .testimonial-card {
    padding: 20px;
  }
}
.testimonial-section .testimonial-card.slick-current:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -10px;
  border-radius: 20px;
}
.testimonial-section .testimonial-1.slick-current:before {
  background-image: linear-gradient(6.89deg, #BC4AFE 6.05%, #F478FD 95.6%) !important;
}
.testimonial-section .testimonial-2.slick-current:before {
  background-image: linear-gradient(1.67deg, #369efe 1.56%, #47eef9 98.74%) !important;
}
.testimonial-section .testimonial-3.slick-current:before {
  background-image: linear-gradient(6.89deg, #ff5c00 6.05%, #feb62b 95.6%) !important;
}
.testimonial-section .testimonial-4.slick-current:before {
  background-image: linear-gradient(188.3deg, #8ff8ac 5.9%, #1bc2a1 93.64%) !important;
}
.testimonial-section .profile-box .profile-img {
  width: 80px;
  height: 80px;
}
@media (max-width: 767px) {
  .testimonial-section .profile-box .profile-img {
    width: 50px;
    height: 50px;
  }
}
.testimonial-section .slick-dots li {
  width: auto;
  height: auto;
}
.testimonial-section .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #99A9C9;
}
.testimonial-section .slick-dots li button::before {
  font-size: 0;
  width: auto;
  height: auto;
  right: 0;
  margin: auto;
}
.testimonial-section .slick-dots li.slick-active button {
  width: 14px;
  height: 14px;
  background-color: #ffffff !important;
}

.contact-section {
  background-size: cover;
  display: block;
}
.contact-section .contact-info__block {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .contact-section .contact-info__block {
    margin-bottom: 30px;
  }
}
.contact-section .contact-info__contact-icon {
  min-width: 60px;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  border-top-left-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}
.contact-section .contact-info__contact-label {
  font-size: 1.25rem;
}
@media (max-width: 480px) {
  .contact-section .contact-info__contact-label {
    font-size: 1.125rem;
  }
}
.contact-section .contact-form__input-block {
  margin-bottom: 20px;
}
.contact-section .contact-form .form-textarea {
  height: 130px;
}

.subscribe-section .subscribe-inputgrp {
  margin-top: 40px;
}
.subscribe-section .subscribe-inputgrp .form-control {
  height: 60px;
  padding-right: 140px;
}
@media (max-width: 575px) {
  .subscribe-section .subscribe-inputgrp .form-control {
    padding-right: 120px;
  }
}
.subscribe-section .subscribe-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
  margin: auto;
}
.subscribe-section .subscribe-btn .btn {
  height: 48px;
}

.header {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
@media (max-width: 991px) {
  .header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.header .navbar-logo {
  width: auto;
  height: 60px;
  max-height: 60px;
}
@media (max-width: 1000px) {
  .header .navbar-logo {
    height: 50px;
    max-height: 50px;
  }
}
@media (max-width: 750px) {
  .header .navbar-logo {
    height: 45px;
    max-height: 45px;
  }
}
@media (max-width: 425px) {
  .header .navbar-logo {
    height: 40px;
    max-height: 40px;
  }
}
.header .dropdown .dropdown-menu li .nav-link {
  color: #000000 !important;
}
.header .dropdown .dropdown-menu li .nav-link img {
  width: 18px;
  height: 18px;
}
.header .dropdown .dropdown-toggle {
  color: #ffffff;
  font-size: 1rem;
  padding: 0.5rem 0;
  box-shadow: none;
}
.header .dropdown .dropdown-toggle:after {
  border: 0;
  margin-left: 10px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  content: "";
  vertical-align: middle;
}
.header .dropdown .dropdown-item {
  padding: 8px 25px;
}
.header .dropdown .dropdown-item:hover, .header .dropdown .dropdown-item:focus {
  background-color: transparent;
}

@media (max-width: 991px) {
  .navbar {
    position: static;
    padding: 0;
  }
}
.navbar .navbar-nav .nav-link {
  color: #ffffff;
}
@media (max-width: 991px) {
  .navbar .navbar-toggler {
    box-shadow: none;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-collapse {
    position: absolute;
    width: 100%;
    top: calc(100% - 10px);
    background: linear-gradient(1.67deg, #369efe 1.56%, #47eef9 98.74%);
    left: 0px;
    right: 0px;
    margin: auto;
    max-width: 720px;
    border-radius: 0.625rem;
    box-shadow: 0px 0px 20px rgba(173, 181, 189, 0.1);
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .navbar .navbar-collapse {
    max-width: 516px;
  }
}
@media (max-width: 575px) {
  .navbar .navbar-collapse {
    width: calc(100% - 24px);
  }
}
@media (max-width: 991px) {
  .navbar .navbar-collapse .navbar-nav {
    padding: 10px;
  }
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #ffffff;
}

.navbar-toggler {
  padding: 0;
  height: 26px;
  width: 26px;
  position: relative;
  margin: auto;
  cursor: pointer;
  border: none;
}
.navbar-toggler .navbar-toggler-icon {
  position: absolute;
  height: 2px;
  background-color: #ffffff;
  width: 26px;
  display: block;
  border-radius: 2px;
  transition: 0.35s ease all;
  background-image: none !important;
}
.navbar-toggler .top-bar {
  top: 0px;
}
.navbar-toggler .middle-bar {
  top: 7px;
  opacity: 1;
}
.navbar-toggler .bottom-bar {
  top: 14px;
}
.navbar-toggler.open .top-bar {
  top: 7px;
  transform: rotate(225deg);
}
.navbar-toggler.open .middle-bar {
  opacity: 0;
  width: 0%;
  transform-origin: left center;
  transition: 0.175s ease all;
}
.navbar-toggler.open .bottom-bar {
  top: 7px;
  transform: rotate(-225deg);
}
