@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800;900&display=swap");
html {
  scroll-behavior: smooth;
}

:root {
  --foreground: 0 0% 0%;
  --tw-gradient-stops: rgba(147, 203, 224, 1), rgba(192, 224, 235, 0.1);
}

body {
  background-color: #e0f2fe;
  color: #000;
  font-family: "Nunito", sans-serif;
}

/* ================= Scrollbar ================= */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #7bb6ce;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #fff #f1f1f1;
}

/* ================= Typography ================= */
h1 {
  font-size: 3.75rem;
  line-height: 1;
  color: #0c4a6e;
  letter-spacing: -0.025em;
  font-weight: 700;
}

h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}

.blue_text {
  color: #1eaedb;
}

h3 {
  color: #164e63;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.privacy_policy_page h3 {
  color: #000;
}

.sub-heading {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #0c4a6e;
}

/* ================= Hero Section ================= */
.hero-section {
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' ...");
  position: relative;
}
.hero-section .hero_bg_color {
  background-image: radial-gradient(rgba(186, 230, 253, 0.5), transparent);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.hero-section .hero_blur_1 {
  background-color: rgba(125, 211, 252, 0.3019607843);
  border-radius: 9999px;
  width: 18rem;
  height: 18rem;
  top: 25%;
  left: 2.5rem;
  position: absolute;
  filter: blur(64px);
}
.hero-section .hero_bottom {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/...%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  height: 8rem;
  z-index: -10;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  opacity: 0.5;
}
.hero-section .hero_section_features_cards {
  display: flex;
  gap: 1rem;
}
.hero-section .hero_section_features_cards .hero_section_features_cards_item {
  padding: 0.75rem;
  border-radius: 0.5rem;
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.hero-section .hero_section_features_cards .hero_section_features_cards_item .icon {
  background-color: #93c5fd;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  border-radius: 9999px;
}
.hero-section .hero_section_features_cards .hero_section_features_cards_item .icon svg {
  color: #2563eb;
}
.hero-section .hero_section_features_cards .hero_section_features_cards_item .heading {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25rem;
}
.hero-section .hero_price_range_card {
  padding: 1.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  background-color: #c5e2f6;
  border: 1px solid rgba(59, 130, 246, 0.5019607843);
  border-radius: 0.54rem;
  position: relative;
}
.hero-section .hero_price_range_card .circle_1,
.hero-section .hero_price_range_card .circle_2 {
  background-color: rgba(30, 174, 219, 0.3019607843);
  border-radius: 9999px;
  position: absolute;
  filter: blur(24px);
}
.hero-section .hero_price_range_card .circle_1 {
  top: 0;
  right: 0;
  width: 5rem;
  height: 5rem;
}
.hero-section .hero_price_range_card .circle_2 {
  width: 6rem;
  height: 6rem;
  left: 0;
  bottom: 0;
}
.hero-section .hero_price_range_card .how-much-you-need-range-value-placer {
  color: #000;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.hero-section .hero_price_range_card .how-much-you-need-range {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  background: linear-gradient(to right, #1eaedb 0%, rgb(0, 177, 244) 0%);
  border-radius: 5px;
  outline: none;
}
.hero-section .hero_price_range_card .how-much-you-need-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: white;
  border: 2px solid #1eaedb;
  cursor: pointer;
  margin-top: -4px;
}
.hero-section .hero_price_range_card .how-much-you-need-range::-moz-range-thumb {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: white;
  border: 2px solid #1eaedb;
  cursor: pointer;
}
.hero-section .hero_price_range_card .how-much-you-need-range::-moz-range-track {
  height: 8px;
  background: rgb(0, 177, 244);
  border-radius: 5px;
}
.hero-section .hero_price_range_card .how-much-you-need-range::-moz-range-progress {
  height: 8px;
  background: #1eaedb;
  border-radius: 5px;
}
.hero-section .hero_price_range_card .how-much-you-need-range::-ms-track {
  height: 8px;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.hero-section .hero_price_range_card .how-much-you-need-range::-ms-fill-lower {
  background: #1eaedb;
  border-radius: 5px;
}
.hero-section .hero_price_range_card .how-much-you-need-range::-ms-fill-upper {
  background: rgb(0, 177, 244);
  border-radius: 5px;
}
.hero-section .hero_price_range_card .how-much-you-need-range::-ms-thumb {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: white;
  border: 2px solid #1eaedb;
}
.hero-section .hero_price_range_card .how-much-you-need-range::-moz-focus-outer {
  border: 0;
}
.hero-section .hero_fund_sec_features {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
  border-top: 1px solid rgba(147, 203, 224, 0.3);
  padding-top: 1.5rem;
  gap: 1rem;
  flex-wrap: wrap;
}
.hero-section .hero_fund_sec_features .hero_fund_sec_features_item {
  display: flex;
  align-items: center;
}
.hero-section .hero_fund_sec_features .hero_fund_sec_features_item .icon {
  background-color: #1eaedb;
  color: #fff;
  border-radius: 9999px;
  margin-right: 0.5rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-section .hero_fund_sec_features .hero_fund_sec_features_item .heading {
  color: #075985;
  font-size: 0.75rem;
  line-height: 1rem;
}

/* ================= Built on Trust ================= */
.built-on-trust-section {
  background-color: #f0f7f9;
  position: relative;
}
.built-on-trust-section .circle_1 {
  background-color: rgba(255, 204, 0, 0.1019607843);
  border-radius: 9999px;
  width: 16rem;
  height: 16rem;
  top: 10rem;
  left: 5rem;
  position: absolute;
  filter: blur(24px);
}
.built-on-trust-section .built_on_trust_cards_item {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  background-color: #fff;
  border: 1px solid #7dd3fc;
  border-radius: 0.75rem;
  height: 100%;
}
.built-on-trust-section .built_on_trust_cards_item .icon {
  background-color: #1eaedb;
  border-radius: 0.5rem;
  width: 3rem;
  height: 3rem;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #fff;
  margin-bottom: 1.5rem;
}

/* ================= How it Look ================= */
.how-it-look-section {
  background-image: linear-gradient(to bottom, #fff, rgb(224, 242, 254));
}
.how-it-look-section .how-it-work-tab-btn {
  padding: 1.5rem;
  border: 1px solid transparent;
  cursor: pointer;
  display: flex;
  border-radius: 0.75rem;
  margin-bottom: 3rem;
  gap: 1rem;
}
.how-it-look-section .how-it-work-tab-btn:last-child {
  margin-bottom: 0;
}
.how-it-look-section .how-it-work-tab-btn .icon {
  color: hsla(210, 40%, 25%, 0.7);
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 63px;
  height: 48px;
  position: relative;
  border: 1px solid transparent;
}
.how-it-look-section .how-it-work-tab-btn .icon .vertical-line {
  background-image: linear-gradient(to bottom, rgba(22, 78, 99, 0.1), rgba(30, 174, 219, 0.05));
  width: 0.125rem;
  height: 4rem;
  top: 55px;
  left: 0.5rem;
  position: absolute;
}
.how-it-look-section .how-it-work-tab-btn .content h3 {
  color: #264059;
}
.how-it-look-section .how-it-work-tab-btn.active {
  border-color: rgb(225, 231, 239);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.how-it-look-section .how-it-work-tab-btn.active .icon {
  border-color: hsla(210, 40%, 25%, 0.7);
}
.how-it-look-section .how_it_works_tabs {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(to bottom right, rgba(22, 78, 99, 0.1), rgba(30, 174, 219, 0.05));
  border: 1px solid #00b1f4;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3.5rem 1rem;
}
.how-it-look-section .how_it_works_tabs .how-it-work-tab-container {
  display: none;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.9019607843);
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
  border-radius: 0.75rem;
  max-width: 28rem;
}
.how-it-look-section .how_it_works_tabs .how-it-work-tab-container.active {
  display: block;
}

/* ================= What are Prefect ================= */
.whatare-prefect-section .whatare-prefect-cards-item {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 1.5rem;
  background-color: #c5e2f6;
  border-radius: 0.75rem;
  border: 1px solid rgba(59, 130, 246, 0.3019607843);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2rem;
  font-weight: 600;
}
.whatare-prefect-section .whatare-prefect-cards-item .icon {
  background-color: #1eaedb;
  color: #fff;
  padding: 0.75rem;
  border-radius: 9999px;
  margin-bottom: 1rem;
}
.whatare-prefect-section .whatare-prefect-cards-item .heading {
  color: #000;
}

.brand-bg {
  background-color: rgba(240, 248, 255, 0.8);
}

/* ================= Footer ================= */
footer {
  position: relative;
  background-color: rgba(240, 248, 255, 0.8);
}
footer .footer_faq_section {
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.5 20H34.5V12H42.5V21H50.5V30H42.5V39H34.5V30H25.5V39H17.5V30H9.5V21H17.5V12H25.5V20Z' fill='%231EAEDB' fill-opacity='0.05'/%3E%3C/svg%3E");
  padding-top: 4rem;
  padding-bottom: 6rem;
}
footer .footer_faq_section .faq .card-item {
  border-bottom: 1px solid #93c5fd;
}
footer .footer_faq_section .faq .card-item .card-item-header {
  color: #000;
}
footer .footer_faq_section .faq .card-item .card-item-header span .faq-icon {
  float: right;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
footer .footer_faq_section .faq .card-item .card-item-header span[aria-expanded=true] .faq-icon {
  transform: rotate(180deg);
}
footer .footer_faq_section .faq .card-item .card-item-header:hover .text-ameri-700 {
  color: #00b1f4;
}
footer .footer-contact {
  background-repeat: no-repeat;
  background-color: rgba(240, 248, 255, 0.8);
  padding: 2rem;
}
footer .footer-item {
  display: flex;
  flex-direction: column;
}
footer .footer-item .icon {
  background-color: rgba(30, 174, 219, 0.1019607843);
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  margin-bottom: 0.75rem;
}
footer .footer-item a {
  color: #000;
}
footer .footer-item a:hover {
  color: #ffcc00;
  text-decoration: none;
}
footer .footer-item .logo {
  width: 176px;
  height: 48px;
}
footer .footer-item .logo a {
  display: block;
}
footer .footer-item .logo a img {
  width: 100%;
  height: 100%;
}

/* ================= Header & Buttons ================= */
header .logo {
  width: 300px;
  height: 80px;
}
header .logo a {
  display: block;
}
header .logo a img {
  width: 100%;
  height: 100%;
}

.dst-btn {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.625rem 1.25rem;
  border-radius: calc(0.5rem - 2px);
  display: inline-block;
  text-align: center;
}
.dst-btn:hover {
  text-decoration: none;
}

.dst-btn-1 {
  color: #000;
  font-size: 1rem;
  text-decoration: none;
}
.dst-btn-1:hover {
  color: #000;
}

.dst-btn-2 {
  color: #000;
  background-color: #ffcc00;
}
.dst-btn-2:hover {
  background-color: #ffdd36;
  text-decoration: none;
}

.dst-btn-3 {
  color: #000;
  background-color: #f0faff;
  border: 1px solid #3b82f6;
}
.dst-btn-3:hover {
  background-color: #000;
  text-decoration: none;
  color: #f8fafc;
}

.border-radius-75 {
  border-radius: 0.75rem;
}

/* ================= Responsive ================= */
.text-center-from-767 {
  text-align: left;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  html,
  body {
    font-size: 100%;
  }
  .text-center-from-767 {
    text-align: center;
  }
  h1 {
    text-align: center;
    font-size: 2rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  .footer-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .hero-section .hero_section_features_cards {
    justify-content: center;
  }
  .hero-section .hero_section_features_cards .hero_section_features_cards_item {
    align-items: center;
    gap: 1rem;
    padding: 1rem;
  }
  .hero-section .hero_section_features_cards .hero_section_features_cards_item .icon {
    width: 50px;
    height: 50px;
  }
  .hero-section .hero_fund_sec_features {
    justify-content: center;
  }
  .built-on-trust-section .built_on_trust_cards_item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .how-it-look-section .how-it-work-tab-btn {
    margin-bottom: 0;
  }
}
@media (max-width: 450px) {
  header .logo {
    width: 170px;
  }
}/*# sourceMappingURL=main.css.map */