@media (min-width: 1600px) {

  .website-page .container-xxl,
  .website-page .container-xl,
  .website-page .container-lg,
  .website-page .container-md,
  .website-page .container-sm,
  .website-page .container {
    max-width: 1520px;
  }
}

.website-page .container-xxl,
.website-page .container-xl,
.website-page .container-lg,
.website-page .container-md,
.website-page .container-sm,
.website-page .container {
  padding: 1.5rem;
}

body.website-page {
  font-family: "Lato", sans-serif;
}

:root {
  --website-primary: #27aae1;
  --website-secondary: #585eaa;
  --website-danger: #f06649;
  --website-gray: #2E3E50;
  --website-light: #617182;
  --website-gradient: linear-gradient(105.47deg, #585eaa 1.28%, #27aae1 100%);
}

.text-white {
  color: #fff !important;
}

.web-bg-gradient {
  background: var(--website-gradient) !important;
}

.web-bg-yellow {
  background: var(--website-primary) !important;
}

.btn.web-btn-gradient,
.btn.web-btn-gradient:hover,
.btn.web-btn-gradient:active,
.btn.web-btn-gradient:focus,
.btn.web-btn-gradient:focus-within,
.btn.web-btn-gradient:focus-visible {
  border-radius: 4px !important;
  background: var(--website-primary) !important;
  backdrop-filter: blur(2px) !important;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1) !important;
  color: var(--bs-white, #FFF) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

.btn.web-btn-border-wrap {
  position: relative;
  padding: 1px !important;
  border-radius: 4px !important;
  border: 1px solid var(--website-danger) !important;
}

.btn.web-btn-border,
.btn.web-btn-border:hover,
.btn.web-btn-border:active,
.btn.web-btn-border:focus,
.btn.web-btn-border:focus-within,
.btn.web-btn-border:focus-visible {
  background: var(--bs-white) !important;
  color: var(--website-danger) !important;
  padding: 0.775rem 1.5rem !important;
  border-radius: 4px !important;
}

.web-text-gradient {
  background: var(--website-gradient) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.web-text-gray {
  color: var(--website-gray) !important;
}

.web-text-light {
  color: var(--website-light) !important;
}

.web-text-yellow {
  color: var(--website-primary) !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.website-bg-black {
  background-color: #2e3e50 !important;
}


.fs-58 {
  font-size: 54px !important;
  line-height: 72px !important;
  letter-spacing: 1.68px !important;
}

.fs-40 {
  font-size: 40px !important;
  line-height: 54px !important;
}

.fs-32 {
  font-size: 32px !important;
  line-height: 48px !important;
}

.fs-18 {
  font-size: 18px !important;
  line-height: 28px !important;
  letter-spacing: 0.54px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-24 {
  font-size: 24px !important;
  line-height: 40px !important;
}

.box-shadow {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1) !important;
}

.home-banner-image {
  margin: -5rem;
  width: 75%;
}

.how-it-works {
  margin-top: -100px;
}

.website-tns.tns .tns-nav button {
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 1px solid var(--website-primary);
  border-radius: 100%;
}

.website-tns.tns .tns-nav button.tns-nav-active {
  background-color: var(--website-primary);
}

.testimonial-bg {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF0DC 100%);
}

.feaures-img-bg {
  border-radius: 200px;
  background: rgba(238, 157, 43, 0.4);
  filter: blur(200px);
}

.ss-image-shadow {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
}

.how-it-works .row.bg-white {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1) !important;
}

.website-page .header-dropdown .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  width: 14px;
  height: 14px;
  vertical-align: -0.1em !important;
  border: 0 !important;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}

.header-dropdown {
  margin-top: -5px !important;
  border-radius: 0;
  border-top: 5px solid var(--website-primary);
}

.main-header .navbar-nav .nav-link {
  color: var(--website-gray);
}

.main-header .navbar-nav .nav-link:hover {
  color: var(--website-primary);
}

.main-header .navbar-nav .nav-link.active {
  color: var(--website-primary);
  position: relative;
}

.main-header {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.banner-img {
  width: 280px;
}

.features-bg {
  background: linear-gradient(180deg, #FFF0DC 0%, rgba(255, 255, 255, 0) 100%);
}

.features-bg .feature-card:hover {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}

.features-bg .feature-card:hover .yellow-element {
  fill-opacity: 1;
  transition: all 0.3s ease;
}

.link-text:after {
  position: absolute;
  opacity: 0;
  width: 0%;
  height: 2px;
  margin-top: 5px;
  content: "";
  background: var(--website-primary);
  transition: all 0.3s;
  left: 0px;
  bottom: -6px;
}

.link-text:hover:after {
  opacity: 1;
  width: 100%;
}

.mt-negative {
  margin-top: -6rem;
}


.min-h-xs-450px {
  min-height: 450px;
}

.max-w-400px {
  max-width: 400px;
}

.max-w-220px {
  max-width: 220px;
}

.max-w-300px {
  max-width: 300px;
}

.footer-bg {
  background-color: var(--website-gray) !important;
}

.footer-border-bottom {
  border-bottom: 1px solid #818f9e38 !important;
}

@media (min-width: 768px) {
  .testimonial-bg .grid-item {
    width: 50%;
  }

  .fs-md-18 {
    font-size: 18px !important;
    line-height: 28px !important;
    letter-spacing: 0.54px !important;
  }

  .min-h-md-220px {
    min-height: 220px !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-54 {
    font-size: 54px !important;
    line-height: 72px !important;
    letter-spacing: 1.68px !important;
  }

  .fs-lg-48 {
    font-size: 48px !important;
    line-height: 68px !important;
    letter-spacing: 1.68px !important;
  }

  .fs-lg-40 {
    font-size: 40px !important;
    line-height: 54px !important;
  }

  .fs-lg-36 {
    font-size: 36px !important;
    line-height: 48px !important;
  }

  .fs-lg-24 {
    font-size: 24px !important;
    line-height: 32px !important;
  }

  .home-banner-image {
    margin: -2rem;
    width: 105%;
  }

  .w-lg-50 {
    width: 50% !important;
  }

  .min-h-lg-450px {
    min-width: 450px !important;
  }

  .main-header .nav-link.active:after {
    position: absolute;
    top: calc(100% - 5px);
    left: 0;
    width: 100%;
    height: 5px;
    content: "";
    background-color: var(--website-primary);
    transition: all 0.3s;
  }

  .banner-bg-white:after {
    position: absolute;
    left: 0;
    top: -100%;
    width: 1200px;
    height: 1200px;
    border-radius: 1000px;
    content: "";
    background: rgba(255, 255, 255, 0.1);
  }

  .mt-negative {
    margin-top: -15rem;
  }

  .banner-img {
    width: auto;
  }

  .testimonial-bg .grid-item {
    width: 33.33%;
  }
}

@media (max-width: 1400px) {
  .fs-lg-48 {
    font-size: 3rem !important;
    line-height: 4.5rem !important;
  }

  .fs-lg-40 {
    font-size: 2.5rem !important;
    line-height: 3rem !important;
  }

  .fs-lg-54 {
    font-size: 3rem !important;
    line-height: 4rem !important;
    letter-spacing: 1.68px !important;
  }

  .max-w-400px {
    max-width: 350px;
  }

  .max-w-300px {
    max-width: 230px;
  }



}

@media (max-width:1024px) {
  .fs-lg-48 {
    font-size: 2.5rem !important;
    line-height: 3.5rem !important;
  }
}

@media (max-width:991px) {
  .fs-lg-48 {
    font-size: 2.5rem !important;
    line-height: 3.5rem !important;
  }

  .fs-32 {
    font-size: 28px !important;
    line-height: 48px !important;
  }
}

@media (max-width: 991px) {

  .fs-32 {
    font-size: 24px !important;
    line-height: 34px !important;
  }

}