@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --bs-primary: #eabb00;
  --bs-secondary: #ffd800;
  --bs-body-font-family: "Montserrat", sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #575757;
  --bs-body-bg: #fff;
}

@font-face {
  font-family: "Perpetua";
  src: url("../fonts/Perpetua.woff2") format("woff2"),
    url("../fonts/Perpetua.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  overflow-x: hidden;
}

html {
  scroll-behavior: initial !important;
}

img {
  max-width: 100%;
  height: auto;
}

.section {
  padding: 50px 0;
}

.navbar-nav .nav-link {
  font-weight: 500;
}

.navbar-nav .nav-link:hover {
  color: #eaac4a;
}
.navbar-brand img {
  max-height: 50px;
  max-width: 200px;
}
.navbar-toggler {
  border: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.btn {
  font-size: 0.875rem;
}

.btn-primary {
  background-color: var(--bs-primary);
  color: #fff;
  border-color: transparent;
}

.btn-primary:hover,
.btn-primary:active {
  background-color: var(--bs-secondary);
  color: #fff;
  border-color: var(--bs-secondary);
}
.form-control:focus,
.form-select:focus {
  border: 1px solid transparent;
  box-shadow: none;
}
.sec_head {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.3;
  color: var(--bs-secondary);
  position: relative;
}
.sec_head:after {
  content: "";
  width: 230px;
  height: 2px;
  background-color: #799f59;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}
.banner_content {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  color: #fff;
  width: 100%;
}
.banner_head {
  font-family: "Perpetua";
  font-size: 3rem;
}
.banner_head span {
  font-size: 4rem;
}
.banner_subhead {
  font-size: 2rem;
  font-weight: 300;
  color: var(--bs-primary);
}
.location_head {
  font-size: 1.25rem;
}
.banner-sec {
  background-color: #003a21;
}
.massive_sec {
  background-color: #003a21;
  padding: 0 0 60px;
}
.sec_subhead {
  font-size: 1.5rem;
  color: var(--bs-primary);
}
.banner-form {
  padding: 0 40px;
}
.banner-form-content {
  background-image: url(../images/Hero-Image.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 30px;
  border-radius: 6px;
}
.form-control {
  background-color: #d8c998;
  border-color: #eabb00;
}
.form-group {
  margin-bottom: 12px;
}
.massive_box {
  padding: 0 20px;
  height: 100%;
  border-right: 1px solid #ffffff4d;
}
.massive_box:last-child {
  /* border-right: none; */
}
.massive_box img {
  height: 50px;
  margin-bottom: 8px;
}
.massive_text {
  color: #ffffffcf;
  font-size: 0.9rem;
}
.away_sec {
  background-image: url(../images/Subtraction2.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.master_list {
  column-count: 2;
  column-gap: 40px;
  margin-bottom: 0;
  color: #2b2a29;
}
.master_list li {
  /* font-size: 0.8rem; */
  line-height: 1.8;
}
.master_list li span {
  color: #fff;
  background-color: #003a21;
  padding: 4px;
  width: 24px;
  height: 24px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.concept_sec {
  background-image: url(../images/concept-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.concept_sec .container {
  padding-top: 200px;
  padding-bottom: 200px;
}
.concept_sec .sec_head::after {
  left: 0;
  transform: none;
}
.concept_list {
  padding-left: 1rem;
}
.concept_list li {
  padding: 1rem 0;
  color: #fff;
}
.concept_list li::marker {
  color: var(--bs-primary);
}
.birds {
  position: absolute;
  top: 80px;
  right: 150px;
  width: 350px;
  height: auto;
}
.sunrise-content.right {
  padding-right: 100px;
}
.sunrise-content.left {
  padding-left: 100px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 1.5rem;
}
.footer {
  background-image: url(../images/footer.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 0;
}
.footer-logo {
  border-right: 1px solid #ffffffc6;
}
.address p {
  font-size: 0.875rem;
}
.btn-close {
  position: absolute;
  top: 20px;
  right: 10px;
  /* filter: invert(1); */
  z-index: 1;
}
@media (max-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}

@media (max-width: 991px) {
  .section {
    padding: 30px 0;
  }
  .banner_head {
    font-size: 2rem;
  }
  .banner_head span {
    font-size: 2.5rem;
  }
  .banner_subhead {
    font-size: 1.5rem;
  }
  .location_head {
    font-size: 1rem;
  }
  .banner_img img {
    min-height: 400px;
    max-height: 700px;
    object-fit: cover;
  }
  .sec_head {
    font-size: 2rem;
  }
  .navbar-nav .nav-link {
    padding: 4px !important;
    font-size: 0.7rem;
  }
  .navbar-expand .navbar-nav {
    position: absolute;
    bottom: -50px;
    display: inline-flex;
    justify-content: space-around;
    width: 100%;
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow: hidden;
    padding: 10px 0;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
    flex-wrap: wrap;
  }
  .top-header {
    background-color: transparent !important;
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  .navbar .btn {
    font-size: 0.7rem;
  }
  .navbar > .container {
    display: block;
    text-align: center;
  }
  .banner_content {
    top: 40%;
    text-align: center;
  }
  .banner_head span {
    font-size: 3rem;
  }
  .white-header {
    background-color: #003a21 !important;
  }
}
@media (max-width: 767px) {
  .navbar-expand .navbar-nav {
    bottom: -74px;
  }
  .sunrise-content.right {
    padding-right: 10px;
  }
  .sunrise-content.left {
    padding-left: 10px;
  }
  .concept_sec .row,
  .sunrise_sec.reverse .row {
    flex-direction: column-reverse;
  }
  .footer-logo {
    border-right: 1px solid transparent;
  }
  .footer {
    padding: 20px 0;
    text-align: center;
    font-size: 0.8rem;
  }
  .sec_head,
  .sec-head {
    font-size: 1.5rem;
  }
  .sec_subhead {
    font-size: 1.25rem;
  }
}
@media (max-width: 576px) {
  .banner_content {
    top: 50%;
  }
  .banner_head {
    font-size: 1.5rem;
  }
  .banner_head span {
    /* font-size: 2rem; */
  }
  .banner_subhead {
    font-size: 1rem;
  }
  .master_list {
    /* column-count: 1; */
    column-gap: 10px;
  }
  .master_list li {
    font-size: 0.8rem !important;
  }
  .master_list li span {
    width: 14px;
    height: 14px;
    margin-right: 4px;
    font-size: 10px;
  }
  .banner-form {
    padding: 0;
  }
  .sec_head,
  .sec-head {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  .massive_box img {
    height: 24px;
  }
  .massive_text {
    font-size: 0.7rem;
  }
  p {
    font-size: 0.875rem;
  }
  .sec_head:after {
    bottom: -10px;
    width: 150px;
  }
  .section {
    padding: 14px 0;
  }
  .concept_sec .container {
    padding-top: 100px;
    padding-bottom: 150px;
  }
  .massive_box {
    padding: 0;
    border-right: none;
  }
  .massive_sec > .row > div {
    border-right: 1px solid #ffffff4d;
  }
  .sec_subhead {
    font-size: 1rem;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}
