@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("fonts/Outfit-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
html, body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.navbar .container .navbar-nav .nav-item .nav-link {
  font-family: "Outfit", sans-serif;
  color: #212335;
  font-weight: normal;
}

header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-attachment: fixed;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  header {
    background-size: 100% auto;
  }
}
header.home {
  background-image: url("img/home.jpg");
  position: relative;
  overflow: hidden;
  height: 100%;
  max-height: 600px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
header.home::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  z-index: 0;
}
header.home .container {
  position: relative;
  z-index: 1;
}
header.beekey {
  background-image: url("img/beekey.jpg");
}
header.rent-to-buy {
  background-image: url("img/rent-to-buy.jpg");
}

.beakey-table {
  font-size: 0.95rem;
}
.beakey-table thead {
  display: none;
}
.beakey-table tbody tr {
  display: block;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 0.75rem;
  background-color: #fff;
}
.beakey-table tbody td {
  display: flex;
  flex-direction: column;
  padding: 0.5rem 0;
  border: 0;
}
.beakey-table tbody td::before {
  content: attr(data-label);
  font-weight: 600;
  color: #222;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  .beakey-table thead {
    display: table-header-group;
    background-color: #333;
  }
  .beakey-table tbody tr {
    display: table-row;
    margin-bottom: 0;
    border-radius: 0;
    padding: 0;
  }
  .beakey-table tbody td {
    display: table-cell;
    padding: 1rem;
    border: 1px solid #ccc;
  }
  .beakey-table tbody td::before {
    display: none;
  }
}

.house-card {
  position: relative;
  background: #fff;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  /*
  margin-top: 80px;

  &::before {
    content: "";
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 110%;
    height: 160px;
    background: #fff;
    border-top-left-radius: 80% 100%;
    border-top-right-radius: 80% 100%;
    border-bottom-left-radius: 50% 30%;
    border-bottom-right-radius: 50% 30%;

  }
  */
}

.btn {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  border-radius: 30px;
}

.btn-dark {
  background-color: #0f3f4f;
  color: white;
}

.btn-primary, .bg-primary {
  background-color: #2f5cab;
}

.btn-primary-2, .bg-primary-2 {
  background-color: #63cbbd;
  color: #212335;
}

.btn-accordation {
  border: 0;
  background-color: transparent;
}

.text-primary {
  color: #2f5cab;
}

.text-primary-2 {
  color: #3b8fbd;
}

.titoletto {
  font-family: "Outfit", sans-serif;
  color: #338ABB;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

p {
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 1px;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .mt-n-50 {
    margin-top: -100px;
  }
}

/*

.bg-gradient-theme {
 background: linear-gradient(
    90deg,
    $color-left 0%,
    $color-mid-1 25%,
    $color-mid-2 55%,
    $color-mid-3 75%,
    $color-right 100%
  );
  color: #ffffff;
  .img-fluid {
    opacity: .5;
  }
}
*/
.bg-gradient-theme {
  background-image: url(img/sfumatura.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
}
.bg-gradient-theme .img-fluid {
  opacity: 0.5;
}

.bg-dark-blue {
  background-color: #202939;
}

.text-light-blue {
  color: #86bfe9;
}

.house-card {
  color: #fff;
  padding: 2.5rem 1.8rem;
  border-radius: 1.5rem;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* Forma a casa */
  clip-path: polygon(50% 0%, 100% 20%, 100% 100%, 0% 100%, 0% 20%);
}
.house-card p {
  margin: 0;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.4;
}
.house-card .description {
  margin-top: 1.5rem;
  font-size: 1.05rem;
  color: #1f2a44;
  line-height: 1.5;
}

.bg-light-blue {
  background-color: #8fc6ee;
  color: #1f2a44;
}

.bg-blue {
  background-color: #2f5c8f;
}

.bg-dark-blue {
  background-color: #1f2f57;
}

.comparison {
  background-color: #1f2a3a;
  padding: 48px 32px;
  color: #ffffff;
  font-family: "Inter", sans-serif;
}

.section-label {
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.8;
  margin-bottom: 16px;
}

.card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px 32px;
  border-radius: 999px;
  max-width: 820px;
}
.card__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.card__icon svg {
  width: 22px;
  height: 22px;
}
.card__content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.card__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}
.card__text {
  font-size: 18px;
  color: #cbd5e1;
  line-height: 1.4;
}

.card--negative {
  background-color: #ffffff;
  color: #1f2937;
}
.card--negative .card__icon {
  background-color: #ff5a5a;
}
.card--negative .card__icon svg {
  stroke: #fff;
}
.card--negative .card__text {
  color: #4b5563;
}

.card--positive {
  background: linear-gradient(135deg, #1f3c88, #3bc9f5);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
.card--positive .card__icon {
  background-color: #2cffd9;
}
.card--positive .card__icon svg {
  stroke: #0f172a;
}
.card--positive .card__text {
  color: #e0f2fe;
}

.nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 32px;
  color: #ffffff;
  cursor: pointer;
}
.nav-arrow--left {
  left: 24px;
}
.nav-arrow--right {
  right: 24px;
}

.vantaggi {
  background-image: url(img/vantaggi.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.vantaggi .img-fluid {
  opacity: 0.5;
}

.dashed-label {
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 10px;
  padding: 4px 8px;
  border: 1px dashed rgba(255, 255, 255, 0.6);
  border-radius: 4px;
}

.form-pill {
  border-radius: 999px;
  padding: 14px 20px;
  border: none;
}
.form-pill:focus {
  box-shadow: none;
  outline: none;
}

.form-textarea {
  border-radius: 16px;
  padding: 16px 20px;
  border: none;
  resize: none;
}
.form-textarea:focus {
  box-shadow: none;
}

.btn-submit {
  background-color: #1fffd6;
  color: #0f172a;
  font-weight: 600;
  letter-spacing: 0.15em;
  border-radius: 999px;
  padding: 10px 28px;
  border: none;
}
.btn-submit:hover {
  background-color: rgb(0, 245.2, 200.3196428571);
}

footer p {
  font-size: 12px;
  font-weight: 400;
  opacity: 0.9;
  margin-bottom: 0;
  line-height: 25px;
}
footer p a {
  color: white;
}/*# sourceMappingURL=stili.css.map */