@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 {
  color: hsl(210, 40%, 25%);
  font-family: "Nunito", sans-serif;
}

body.home {
  background-color: #e0f2fe;
}

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

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

::-webkit-scrollbar-thumb {
  background: rgb(51, 173, 228);
  border-radius: 4px;
}

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

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgb(51, 173, 228) #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: #0369a1;
}

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

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

/* ================= Header Section ================= */
/* ================= Hero Section ================= */
.hero-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 0H34.5V12H46.5V21H34.5V33H25.5V21H13.5V12H25.5V0Z' fill='%2338BDF8' fill-opacity='0.05'/%3E%3C/svg%3E");
  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/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%2338BDF8' fill-opacity='0.1' d='M0,192L48,181.3C96,171,192,149,288,154.7C384,160,480,192,576,218.7C672,245,768,267,864,250.7C960,235,1056,181,1152,170.7C1248,160,1344,192,1392,208L1440,224L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%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: #7dd3fc;
  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: #0284c7;
}
.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: #fff;
  border: 1px solid rgba(125, 211, 252, 0.5019607843);
  border-radius: 0.54rem;
}
.hero-section .hero_price_range_card .circle_1,
.hero-section .hero_price_range_card .circle_2 {
  background-color: rgba(56, 189, 248, 0.4);
  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: #0369a1;
  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, rgb(2, 5, 83) 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 rgb(2, 5, 83);
  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 rgb(2, 5, 83);
  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: rgb(2, 5, 83);
  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: rgb(2, 5, 83);
  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 rgb(2, 5, 83);
}
.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: #0284c7;
  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 .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;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}
.built-on-trust-section .built_on_trust_cards_item:hover {
  transform: translateY(-5px);
  border-color: #0ea5e9;
}
.built-on-trust-section .built_on_trust_cards_item .icon {
  background-color: #0284c7;
  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: 3rem;
  height: 3rem;
}
.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: #00b1f4;
}
.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, #fff, rgb(224, 242, 254));
  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: #fff;
  border-radius: 0.75rem;
  border: 1px solid #7dd3fc;
  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: #0284c7;
  color: #fff;
  padding: 0.75rem;
  border-radius: 9999px;
  margin-bottom: 1rem;
}
.whatare-prefect-section .whatare-prefect-cards-item .heading {
  color: #0369a1;
}

.brand-bg {
  background-color: #bae6fd;
}

/* ================= Footer ================= */
footer {
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' ...");
  position: relative;
  background-color: #bae6fd;
}
footer .faq .card-item {
  border-bottom: 1px solid #d7f4ff;
}
footer .faq .card-item .card-item-header {
  color: #0369a1;
}
footer .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 .faq .card-item .card-item-header span[aria-expanded=true] .faq-icon {
  transform: rotate(180deg);
}
footer .faq .card-item .card-item-header:hover .text-ameri-700 {
  color: #00b1f4;
}
footer .footer-contact {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/...%3E");
  background-repeat: no-repeat;
  background-color: #bae6fd;
  padding: 2rem;
}
footer .footer-contact .footer-contact-list {
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: space-between;
  list-style: none;
}
footer .footer-item {
  display: flex;
  flex-direction: column;
}
footer .footer-item .logo img {
  width: 100px;
  height: auto;
}
footer .footer-item .icon {
  background-color: rgba(3, 105, 161, 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: #075985;
}
footer .footer-item a:hover {
  color: #22c55e;
  text-decoration: none;
}

/* ================= Header & Buttons ================= */
header .logo img {
  width: 100px;
  height: auto;
}

.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: #0369a1;
  font-size: 1rem;
  text-decoration: none;
}
.dst-btn-1:hover {
  color: #0284c7;
}

.dst-btn-2 {
  color: #fff;
  background-color: #22c55e;
}
.dst-btn-2:hover {
  background-color: #4ade80;
  text-decoration: none;
}

.dst-btn-3 {
  color: rgb(38, 64, 89);
  background-color: #e5f9ff;
  border: 1px solid rgb(96, 192, 240);
}
.dst-btn-3:hover {
  background-color: #4be784;
  text-decoration: none;
  color: #075f33;
}

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

@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}
@media (max-width: 991px) {
  .footer-contact-list {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem;
  }
  .footer-contact-list .footer-contact-list-item .icon {
    margin: 0 auto;
  }
}
@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;
  }
  .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;
  }
  header .logo img {
    width: 56px;
    height: auto;
  }
}/*# sourceMappingURL=main.css.map */