* {
  box-sizing: border-box;
  margin: 0
}

@font-face {
  font-family: 'Bauhaus Std';
  src: url('../fonts/BauhausStd-Light.woff2') format('woff2'),
    url('../fonts/BauhausStd-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bauhaus Std';
  src: url('../fonts/BauhausStd-Medium.woff2') format('woff2'),
    url('../fonts/BauhausStd-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body {
  background-color: #ffffff;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  overflow-x: hidden;
  color: #414651;
  line-height: 1.3;
}

a:hover {
  color: #083E38;
}

img {
  max-width: 100%;
}

.container {
  max-width: 1220px;
}

.btn {
  padding: 12px 25px;
}

.btn-primary {
  color: #fff;
  background-color: #083E38;
  border-color: #083E38;
}

.btn-primary:hover {
  color: #083E38 !important;
  background-color: transparent !important;
  border-color: #083E38;
}

.btn-primary:active {
  color: #083E38 !important;
  background-color: transparent !important;
  border-color: #083E38 !important;
}

.btn-outline-primary {
  color: #083E38;
  border-color: #083E38;
}

.btn-outline-primary:active {
  color: #fff !important;
  background-color: #083E38 !important;
  border-color: #083E38 !important;
}

.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #083E38;
  border-color: #083E38;
}

.btn:hover {
  color: #083E38;
}

a:hover {
  color: #083E38;
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #083E38;
    border-color: #083E38;
    box-shadow: none;
}

.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus
 {
    box-shadow: none;
}

.btn-check:focus+.btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: none;
}

.btn-check:active+.btn-outline-primary:focus, .btn-check:checked+.btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus
 {
    box-shadow: none;
}

.btn-round {
  border-radius: 30px;
}

h1,
h2,
h3,
h4 {
  font-family: 'Bauhaus Std';
  font-weight: 500;
  color: #083E38;
  line-height: 1.2;
}

h1 {
  font-size: 62px;
}

h2 {
  font-size: 46px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 20px;
}

p {
  font-size: 22px;
}

section {
  padding: 80px 0
}

.arrow-svg {
  width: 16px;
  margin-left: 10px
}


    .header {
      background: #FFFEFE0F;
    }

    .header.fixed {
      background: #ffffffbd
    }

/** Main **/

.hero-banner {
  background-image: url('../images/hex-hero-bkg.png');
  background-color: #FEFCFA;
  background-size: cover;
  background-repeat: repeat-y;
  background-position: center;
  overflow: hidden;
  padding: 0
}

h1.hero-heading {
  margin-bottom: 20px;
  color: #083E38;
  line-height: 1.1;
  max-width: 530px;
  width: 100%;
  margin: 0 auto 20px;
}

.hero-text {
  font-size: 28px;
}

.mb-neg-50px {
  margin-bottom: -50px
}

.hex-div {
  position: relative;
}

.hex {
  width: 100%;
  height: 310px;
  background: #F6F3F0;
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  position: relative;
}

.hex-div a {
  font-family: 'Bauhaus Std';
  color: #083E38;
  text-decoration: none;
}

.hex-content {
  width: 50%;
  margin: 0 auto;
  padding-top: 25px;
}

.hexagon-map {
  width: 100%;
  height: 350px;
  background-color: #fff;
  clip-path: polygon(20% 0%, 80% 0%,
      95% 50%,
      80% 100%, 20% 100%,
      5% 50%);
  border-radius: 20px;
  overflow: hidden;
}

.hexagon-map img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.hex-bottom-img {
  position: absolute;
  bottom: -20px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  transform: translate(-50%);
  left: 50%;
}

.hex-text {
  font-size: 26px
}

.small-text {
  font-size: 18px;
}

.hexveggies .slick-arrow,
.hexveggies .slick-dots {
  display: none !important
}

.hexveggies .slick-list {
  margin-right: -25% !important;
}

.slick-slide {
  margin-right: 40px;
}

.hex-slide img {
  width: 100%;
}

.custom-shape {
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #F6F6E4, #F1F1D8);
  clip-path: polygon(0% 0%,
      100% 0%,
      100% 85%,
      50% 100%,
      0% 85%);
  border-radius: 20px;
  padding: 30px 80px 60px;
}

.custom-shape2 {
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #0A3C36, #051E1B);
  clip-path: polygon(0% 0%,
      100% 0%,
      100% 85%,
      50% 100%,
      0% 85%);
  border-radius: 20px;
  padding: 30px 80px 60px;
}

.price-span {
  font-size: 32px;
  font-weight: 600;
  color: #F7FF61;
  margin-left: 10px
}

.arrow-box {
  width: 100%;
  height: 260px;
  background: white;
  border-radius: 20px;
  position: relative;
  clip-path: polygon(0% 0%,
      85% 0%,
      100% 50%,
      85% 100%,
      0% 100%,
      0% 0%);
  text-align: left;
  padding: 30px 70px 30px 30px
}

.arrow-item {
  filter: drop-shadow(0px 0px 9px rgba(0, 0, 0, 0.05));
}

.happyhome .card-name-block {}

.happyhomes-section {
  background: linear-gradient(0deg, #F5F5E7 0%, #f8f8ef 100%);
}

.market-section {
  background: linear-gradient(0deg, #f8f8ef 0%, #ffffff 100%);
}

.card-circle {
  width: 60px;
  height: 60px;
  background: #8A9B79;
  border-radius: 50%;
  margin-right: 10px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 30px;
  font-family: 'Bauhaus Std';
  font-weight: 500;
  line-height: 60px;
}

.card-name h5 {
  font-size: 26px;
  font-family: 'Bauhaus Std';
  font-weight: 500;
  color: #083E38;
  margin-bottom: 0;
}

.card-name p {
  color: #303030;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}

.card-content {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.4;
}

.slick-next::before {
  content: "🡢" !important;
}

.slick-prev::before {
  content: "🡠" !important;
}

.happyhome .slick-list {
  margin-right: -45% !important;
}

.happyhome .slick-next,
.happyhome .slick-prev {
  width: 50px;
  height: 50px;
  top: -70px;
  border: 0;
  border-radius: 50%;

}

.happyhome .slick-next {
  right: 0;
  background: #083E38;
}

.happyhome .slick-prev {
  left: auto;
  right: 65px;
  background-color: #fff;
  color: #083E38;
}

.happyhome .slick-prev:before {
  color: #083E38;
}

.happyhome .slick-prev:before,
.happyhome .slick-next:before {
  font-size: 23px;
}

.happyhome .slick-next:hover,
.happyhome .slick-next:focus {
  color: #fff;
  outline: none;
  background: #083E38;
}

.happyhome .slick-prev:hover,
.happyhome .slick-prev:focus {
  outline: none;
  background-color: #fff;
  color: #083E38;
}

.custom-form {
  background-color: #f9f6f3;
  border-radius: 14px;
  padding: 15px 16px;
  display: flex;
  align-items: center;
  max-width: 420px;
  margin-bottom: 20px
}

.custom-input {
  border: none;
  background: transparent;
  outline: none;
  flex-grow: 1;
  font-size: 18px;
  color: #272727;
}

.custom-btn {
  border: none;
  background: none;
  color: #4f6f6f;
  font-weight: 500;
  cursor: pointer;
}

.custom-btn:hover {
  text-decoration: underline;
}



/** Footer **/

.footer {
  background: #D7D7C3;
  padding: 40px 0
}

.footer p.now-available {
  font-size: 20px;
}

.footer-link h4 {
  margin-bottom: 20px;
}

.footer-link ul {
  list-style: none;
  padding: 0;
}

.footer-link li {
  margin-bottom: 10px;
}

.footer-link li p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  color: #272727;
}

.footer-link li a {
  font-size: 16px;
  color: #272727;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-link li a:hover {
  color: #083E38;
}

.contact-address {}

.slider-section,
.happyhomes-section {
  overflow: hidden;
}

button:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none !important;
}

.desktop {
  display: block;
}

.mobile {
  display: none
}

@media (max-width:991px) {
  .hex-three {
    max-width: 530px;
    margin: 0 auto;
  }

  .hex-three .mb-space {
    margin-bottom: 70px;
  }

  .hex-bottom-img img {
    max-width: 340px;
  }

  .card-content {
    font-size: 18px;
  }
  .arrow-box {
      height: 38vw;
  }
}

@media (max-width:767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 20px;
  }

  p {
    font-size: 16px;
  }

  .hero-text {
    font-size: 18px;
  }

  section {
    padding: 50px 0
  }

  .mb-neg-50px {
    margin-bottom: -15px;
  }

  .header {
    padding: 20px 0px;
    box-shadow: none;
    border-radius: 0;
    top: 0;
    background: #ffffffbd;
  }
  
  .navbar-toggler {
    padding: 0;
  }

  .center-logo {
    width: 130px;
  }

  .navbar-collapse {
    margin-left: -24px;
    margin-right: -24px;
    padding: 10px;
    margin-top: 10px;
  }

  .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block
  }

  .mb-space {
    margin-bottom: 80px
  }

  .hex-three {
    max-width: 440px;
    margin: 0 auto;
  }

  .hex-text {
    font-size: 20px;
  }

  .hex {
    height: 280px;
  }

  .custom-shape {
    padding: 30px 30px 60px;
  }

  .custom-shape img {
    max-width: 200px;
    margin-bottom: 20px;
  }

  .custom-shape2 {
    padding: 30px 30px 60px;
  }

  .custom-shape2 img {
    max-width: 200px;
    margin-bottom: 20px;
  }

  .price-span {
    font-size: 25px;
  }

  .card-content {
    font-size: 14px;
  }

  .arrow-box {
    width: 100%;
    height: 180px;
    border-radius: 12px;
  }

  .happyhome .slick-list {
    margin-right: -75% !important;
  }

  .slick-slide {
    margin-right: 20px;
  }

  .arrow-box {
    padding: 10px 40px 10px 10px;
  }

  .card-name h5 {
    font-size: 16px;
  }

  .card-name p {
    font-size: 12px;
  }

  .card-circle {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
  }

  .hex-bottom-img img {
    max-width: auto;
    width: 100%;
  }

}

@media (max-width:480px) {
  .hex {
    height: 250px;
  }

  .happyhome .slick-next,
  .happyhome .slick-prev {
    width: 30px;
    height: 30px;
  }

  .happyhome .slick-next {
    right: 5px;
  }

  .happyhome .slick-prev {
    right: 45px;
  }

  .hexagon-map {
    height: 200px;
  }
}