html {
  font-size: 16px;
  scroll-behavior: smooth !important;
}

html,
* {
  font-family: "Prompt", sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

*::-webkit-scrollbar-track {
  /* background-color: rgba(0, 0, 0, 0.4); */
  background-color: #dfdfdf;
  border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
  /* background-color: #dfdfdf; */
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

option {
  color: #999999 !important;
  background: #f9f9f9 !important;
  text-transform: uppercase;
}

.container-fluid {
  padding-right: calc(1.5rem * 1.5) !important;
  padding-left: calc(1.5rem * 1.5) !important;
}

.section-one {
  background: url(/assets/images/bg_section_one.png) no-repeat center center;
  background-size: cover;
  height: 100vh;
  width: 100%;
  position: relative;
}

.logo-section-one {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/assets/logo/logo.svg) no-repeat center center;
}

.section-two {
  background: url(/assets/images/bg_section_two.png) no-repeat center center;
  background-size: cover;
  height: calc(100vh - 124px);
  width: 100%;
  position: relative;
}

.section-two {
  height: 100vh;
  width: 100%;
  position: relative;
}

.section-three {
  /* background: #fff; */
  height: 100vh;
  width: 100%;
  position: relative;
}

.section-four {
  background: #fff;
  /* height: 100vh; */
  width: 100%;
  position: relative;
}

.section-five {
  background: #fff;
  /* height: 100vh; */
  width: 100%;
  margin-bottom: 100px;
  position: relative;
  margin-top: 100px;
}

.section-six {
  background: #fff;
  /* height: 100vh; */
  width: 100%;
  position: relative;
  margin-bottom: 100px;
}

.section-seven {
  /* background: url(/assets/images/map/filter.png) no-repeat; */
  /* background-size: cover; */
  background: #f1ebe1;
  /* min-height: 540px; */
  width: 100%;
  position: relative;
  z-index: 1000;
}

.filter-map {
  background: url(/assets/images/map/map_new.svg) no-repeat center;
  /* background-size: cover; */
  /* min-height: 540px; */
  min-height: 1100px;
  width: 100%;
  position: relative;
  z-index: 1;
  cursor: pointer;
  background-size: contain;
}

footer {
  background: #19322f;
  color: #fff;
}

footer img {
  width: 139px;
  height: 89px;
}

.footer-icon {
  width: 22px;
  height: 22px;
}

.footer-icon-youtube {
  width: 30px;
  height: 20px;
}

.text-footer {
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;

  color: #e3e4e6;
}
.text-under-footer {
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  padding: 0 15px;

  color: #e3e4e6;
}

.title-section-two {
  position: absolute;
  top: 28%;
  left: 30%;
  transform: translate(-28%, -30%);
}

.title-section-two h1 {
  font-family: "Minion Variable Concept";
  font-style: normal;
  font-weight: 500;
  font-size: 64px;
  line-height: 62px;

  color: #19322f;
}

.filter-linear {
  position: absolute;
  bottom: 0;
  /* height: 20vh; */
  height: 25vh;
  width: 100%;
  background: linear-gradient(
    180deg,
    #ffffff -10.21%,
    rgba(249, 249, 249, 0) 100%
  );
  transform: rotate(180deg);
}

.section-six h1 {
  font-family: "Prompt", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  text-transform: uppercase;
  color: #c69c6d;
  text-align: center;
}

/* navbar */

#neubar {
  background: transparent;
}

.nav-item .active {
  border-radius: 6px;
  background: #fff;
}
#neubar .dropdown-menu a:hover {
  color: #454545;
}
#neubar .nav-item {
  margin: auto 4px;
}

#neubar .nav-item .menu {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
}

.navbar-brand {
  margin-left: 70px;
}
#neubar a {
  padding-left: 25px;
  padding-right: 25px;
  color: #19322f;
  font-family: "Prompt", sans-serif;
}
#neubar .dropdown-menu {
  background: #545454;
}
a.navbar-brand {
  color: #454545;
}

.navbar-nav {
  margin-right: 70px;
}

.btn-close {
  box-shadow: none;
  --bs-btn-close-focus-shadow: none !important;
}

.rounded-circle {
  width: 55px;
  height: 55px;
  align-items: center;
  /* padding: 0 auto!important; */
}

.bg-nav-item-green {
  background: #19322f !important;
  color: #fff !important;
  border-radius: 24px;
  font-weight: 300 !important;
}

.bg-nav-item-brown {
  background: #c69c6d !important;
  color: #fff !important;
  border-radius: 24px;
  font-weight: 300 !important;
  cursor: pointer;
}

.bg-tree-left-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/assets/images/tree_left.png) no-repeat left center;
  /* background-size: contain; */
}

.bg-tree-right-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(/assets/images/tree_right.png) no-repeat right top;
  /* background-size: contain; */
}

.register-form,
.register-success {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.register-success h1 {
  font-family: "Prompt";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 60px;
  text-transform: uppercase;

  color: #c69c6d;
}

.register-success {
  text-align: center;
}

.register-success img {
  width: 163px;
  height: 163px;
}

.title-register {
  font-family: "Minion Variable Concept";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 58px;
  text-align: center;
  margin-bottom: 2rem;

  color: #c69c6d;
}

.input-form {
  width: 80%;
  margin: auto;
}

.input-box {
  width: 100%;
  /* height: 50px; */
  background: #f9f9f9;
  padding: 0.75rem 1rem;
  border: 1px solid #000000;
  font-family: "Prompt", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  border-radius: 0px !important;
}

.form-check {
  font-family: "Prompt", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  /* text-align: justify; */
  text-transform: uppercase;

  color: #999999;
  margin-bottom: 1.5rem !important;
}

.form-check-input {
  border: 1px solid #19322f !important;
  border-radius: 0 !important;
}

input:checked {
  background-color: #c69c6d !important;
  border-color: #c69c6d !important;
}

input[type="checkbox"]:active,
input[type="checkbox"]:focus {
  box-shadow: none !important;
  border-color: #c69c6d !important;
}

.btn-register {
  /* background: #c69c6d !important; */
  background: #c69c6d33 !important;
  color: #c69c6d !important;
  font-family: "Minion Variable Concept" !important;
  font-style: normal;
  font-weight: 600;
  font-size: 30px !important;
  line-height: 52px;
  text-align: justify;
  text-transform: uppercase;
  border-radius: 0 !important;
  border: 1px solid #c69c6d !important;
}

.text-brown {
  color: #c69c6d !important;
  text-decoration: none !important;
}

.btn-register:hover {
  background: #e3ceb6 !important;
  color: #fff !important;
  border-color: #e3ceb6 !important;
}

.btn-register:focus,
.btn-register:active {
  background: #937350 !important;
  color: #fff !important;
}

.btn-register:disabled {
  background: #c69c6d33 !important;
  color: #c69c6d !important;
  opacity: 1;
}

.title-section-five {
  font-family: "Prompt";
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 58px;
  text-transform: uppercase;
  margin-bottom: 90px;

  padding-left: 48px;
  padding-right: 48px;

  color: #19322f;
}

/* .house-demo {
  display: flex;
} */

.menu-th p,
.menu-th h1,
.menu-th h5,
.menu-th h6,
.menu-th {
  font-family: "Prompt" !important;
}

.house-slide {
  position: relative;
  /* width: 60%; */
  height: 100%;
}

.mySlides,
.amberSlides,
.onyxSlides {
  display: none;
}

.button-badge {
  height: 13px !important;
  width: 13px !important;
  display: inline-block;
  /* padding: 0; */
  /* border: 1px solid #fff; */
  border-radius: 50%;
  cursor: pointer;
}

.badge-border {
  /* border: 1px solid #fff; */
  border-radius: 50%;
}

.badge-green,
.carousel .carousel-indicators button.active {
  background-color: #19322f !important;
  /* border: none !important; */
}

.badge-white {
  background-color: #fff;
}
.badge-white:hover {
  background-color: #19322f;
}

.badge-bottommiddle {
  position: absolute;
  width: 100% !important;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}

.mySlides,
.amberSlides,
.onyxSlides,
.carousel-item {
  height: 380px;
  object-fit: cover;
}

.carousel .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  height: 13px !important;
  width: 13px !important;
  background-color: #fff;
  opacity: 1;
}

.title-type-house {
  font-family: "Prompt", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 64px;
  line-height: 50px;
}

/* .content-house {
  width: 40%;
} */

.content-house p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  /* identical to box height */

  letter-spacing: 0.02em;
  text-transform: uppercase;

  color: #19322f;
}

.show-more h5,
.show-more h6 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  /* font-weight: 400; */
  font-size: 18px;
  /* line-height: 22px; */
  margin-bottom: -12px;
  /* line-height: 1px; */
  /* identical to box height */

  letter-spacing: 0.02em;
  text-transform: uppercase;

  /* the/c69c6d */

  color: #c69c6d;
}

.show-more h6 {
  font-weight: 700;
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

.hover-show-more:hover span {
  border: 1px solid #999999;
}

.hover-show-more:hover h6 {
  color: #999999 !important;
}

.show-more span {
  display: inline-block;
  border: 1px solid #c69c6d;
  width: 100%;
}

.highlight-cards {
  cursor: pointer;
  padding: 12px;
  /* padding-top: 50px; */
  min-height: 685px;
}

/* .highlight-cards .highlight-number {
  margin-top: 50px;
} */

.highlight-cards:hover {
  background-color: #19322f;
}

.highlight-cards:hover .highlight-number {
  font-family: "Inter", sans-serif;
  /* font-style: normal; */
  font-weight: 800;
  font-size: 128px;
  /* line-height: 100px; */
  /* margin-bottom: -10px; */
  /* margin-top: 50px; */
  color: #19322f;

  letter-spacing: 0.02em;

  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
    1px 1px 0 #fff;
}

.highlight-cards:hover .highlight-content h5 {
  color: #c69c6d;
}

.highlight-cards:hover .highlight-content p {
  color: #fff;
}

.highlight-cards + .title-section-five {
  margin-bottom: 0 !important;
}

.highlight-cards a {
  text-decoration: none;
}

.highlight-number {
  font-family: "Inter" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0.02em;

  color: #c69c6d;
  margin-bottom: 25px;
}

.highlight-image img,
.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 20px;
}

.highlight-content h5 {
  font-family: "Prompt", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;

  color: #19322f;
  margin-bottom: 10px;
}

.highlight-content p {
  font-family: "Prompt", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #999999;
}

.modal-content {
  border-radius: 0 !important;
}

.modal-body {
  padding: 0 !important;
}

.modal-image-inner {
  height: unset !important;
}

.modal-image-inner img {
  margin: 0;
  /* object-fit: contain; */
}

.video-preview {
  background: #19322f;
  padding: 50px 20px 100px 20px;
}

/* .image-preview img{
  object-fit: contain;
} */

.carousel-control-prev.prev-next-image {
  left: 10px;
  opacity: 1;
  width: unset;
  top: unset;
}

.carousel-control-next.prev-next-image {
  right: 18px;
  opacity: 1;
  width: unset;
  top: unset;
}

.carousel-control-prev.prev-next-image img,
.carousel-control-next.prev-next-image img {
  width: 66px;
  height: 66px;
  cursor: pointer;
}

.footer-preview {
  position: relative;
}

.footer-preview h1 {
  font-family: "Prompt";
  color: #19322f;
  font-weight: 300;
  text-align: center;
  font-size: 100px;
  line-height: 90px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 0;

  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
    1px 1px 0 #fff;
}

.footer-preview span {
  font-family: "Prompt";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;

  color: #f9f9f9;
  background: #19322f;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  padding: 0 20px;
  text-transform: uppercase;
}

.social-login {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}

.btn-email-register {
  background: #fff !important;
  /* background: transparent !important; */
  color: #c69c6d !important;
  font-family: "Prompt", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px !important;
  /* line-height: 52px;
  text-align: justify; */
  text-transform: uppercase;
  border-radius: 10px;
  padding: 10px;

  border: none;
  border: 1px solid #c69c6d !important;
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  /* border: 1px solid #c69c6d !important; */
}

.btn-facebook-register {
  background: #fff !important;
  /* background: transparent !important; */
  color: #c69c6d !important;
  font-family: "Prompt", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px !important;
  /* line-height: 52px;
  text-align: justify; */
  text-transform: uppercase;
  border-radius: 10px;
  padding: 10px;

  border: none;
  border: 1px solid #c69c6d !important;
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}

.btn-email-register img,
.btn-facebook-register img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .video-preview,
  .image-preview {
    height: 809px !important;
  }

  .video-preview iframe {
    width: 100%;
    height: calc(809px - 70px - 80px);
  }

  .carousel-item {
    height: 450px;
  }

  .section-three {
    height: 105vh;
  }
}

@media (max-width: 1200px) {
  .navbar-brand {
    margin: auto;
    margin-left: unset;
  }
  .rounded-circle {
    width: 55px;
    padding: auto !important;
  }

  .amber-house .show-more .row {
    flex-direction: column-reverse;
  }

  .video-preview,
  .image-preview {
    height: 568px !important;
  }

  .video-preview iframe {
    width: 100%;
    height: calc(568px - 70px - 80px);
  }

  .section-three {
    height: 120vh;
  }
}

@media (max-width: 992px) {
  .filter-map {
    min-height: 540px !important;
  }
  .video-preview,
  .image-preview {
    height: 355px !important;
  }

  .video-preview {
    padding-top: 30px;
  }

  .video-preview iframe {
    width: 100%;
    height: calc(355px - 50px - 80px);
  }
  .carousel-control-prev.prev-next-image img,
  .carousel-control-next.prev-next-image img {
    width: 50px;
    height: 50px;
  }

  .footer-preview h1 {
    font-size: 70px;
  }

  .footer-preview span {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .filter-map {
    cursor: pointer;
    /* background-size: cover; */
    /* min-height: 540px!important; */
    background-size: contain;
    min-height: 320px !important;
  }
  .title-section-five {
    padding: 12px;
    margin-bottom: 2rem;
  }
  .register-success h1 {
    font-size: 30px;
  }
  .register-success img {
    width: 110px;
    height: 110px;
  }
  .video-preview,
  .image-preview {
    height: 248px !important;
  }

  .video-preview {
    padding-top: 20px;
  }

  .video-preview iframe {
    width: 100%;
    /* height: calc(248px - 50px - 70px); */
    height: calc(248px - 50px - 45px);
  }

  .carousel-control-prev.prev-next-image img,
  .carousel-control-next.prev-next-image img {
    width: 35px;
    height: 35px;
  }

  .navbar-brand {
    padding-left: 0 !important;
  }

  .text-under-footer {
    padding: 0;
  }

  .sm-footer {
    flex-direction: column;
  }

  .carousel-item {
    height: 200px;
  }

  .footer-preview h1 {
    font-size: 55px;
    line-height: 70px;
  }

  .section-five {
    margin-bottom: 2rem;
  }
  .section-three {
    background: url(/assets/images/bg_mobile-section-three.png);
    background-position: center;
    background-size: cover;
  }

  .bg-tree-left-top,
  .bg-tree-right-bottom {
    background: none;
  }

  .title-register {
    font-size: 30px;
  }

  .input-box {
    font-size: 16px !important;
  }

  .form-check {
    font-size: 14px;
  }
  .btn-email-register,
  .btn-facebook-register {
    font-size: 14px !important;
  }
}

@media (max-width: 767px) {
  .input-form {
    width: 100% !important;
  }

  .register-success h1 {
    font-size: 30px;
  }
  .register-success img {
    width: 110px;
    height: 110px;
  }

  .register-form {
    width: 80%;
  }

  .bg-tree-right-bottom,
  .bg-tree-left-top {
    background-size: contain;
  }

  .amber-house {
    display: flex;
    flex-direction: column-reverse;
  }

  .amber-house .text-end {
    text-align: start !important;
  }
}

@media (min-width: 1500px) {
  .filter-linear {
    height: 25vh;
  }
}

@media (min-width: 678px) and (max-height: 576px) {
  .section-two,
  .section-three {
    height: 200vh;
  }
}
