html {
  font-size: 62.5%; }

body {
  font-family: 'Jost', sans-serif;
  font-weight: normal;
  background-color: #dfe7dd; }

/* width */
::-webkit-scrollbar {
  width: 10px; }

/* Track */
::-webkit-scrollbar-track {
  background: #dfe7dd; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #9eb698; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #576953; }

.nav-link {
  font-size: 1.3rem;
  font-weight: 500;
  color: #000000; }

.heading-bold {
  margin-top: 4rem;
  font-size: 4rem; }
  @media (min-width: 992px) {
    .heading-bold {
      margin-top: 8rem;
      font-size: 12.8rem; } }
  @media (min-width: 576px) and (max-width: 768px) {
    .heading-bold {
      margin-top: 8rem;
      font-size: 6rem; } }
  @media (min-width: 768px) and (max-width: 992px) {
    .heading-bold {
      margin-top: 8rem;
      font-size: 6rem; } }

.heading-2 {
  margin-top: 2rem;
  font-size: 1.7rem; }
  @media (min-width: 992px) {
    .heading-2 {
      font-size: 2.4rem; } }
  @media (min-width: 768px) {
    .heading-2 {
      width: 75%; } }
  @media (min-width: 576px) and (max-width: 768px) {
    .heading-2 {
      font-size: 2.2rem; } }

textarea, input {
  font-size: 1.6rem !important; }

.card {
  width: 20rem;
  margin-bottom: 3rem; }
  .card-text {
    font-size: 1.2rem; }

.mr {
  margin-right: 2rem; }
  @media (max-width: 576px) {
    .mr {
      margin-right: 0; } }

.active {
  color: #576953 !important; }

.link {
  color: #000000; }
  .link:hover {
    color: #576953; }

.form-wrap {
  margin-top: 6rem;
  border: 1px solid #000000;
  border-radius: 8px;
  padding: 3rem 4rem; }
  @media (min-width: 992px) {
    .form-wrap {
      width: 50%; } }
  @media (max-width: 576px) {
    .form-wrap {
      padding: 3rem 2rem; } }

.form-control {
  min-height: 5rem; }

::placeholder {
  font-size: 1.2rem;
  text-transform: uppercase; }

textarea:focus, input:focus, textarea:active, input:active {
  outline: none !important;
  box-shadow: none !important;
  border-color: #9eb698 !important; }

.navbar {
  background-color: #dfe7dd; }

.navbar-brand {
  margin-right: 5rem; }
  .navbar-brand img {
    height: 4rem; }

.nav-space {
  margin-right: 5rem; }

.main {
  margin-top: 7.5rem; }

.header {
  margin-bottom: 14rem; }

.item-space {
  margin-right: 2rem; }
  .item-space-l {
    margin-left: 2rem; }

.section {
  height: calc(100vh-7rem); }
  .section-wrap {
    height: 60rem; }
  .section-item {
    height: 100%;
    width: 100%;
    border-radius: 8px;
    cursor: pointer; }

.image-gallery {
  height: 28rem;
  width: 20rem;
  padding: 0.8rem;
  border: 1px solid #000000;
  border-radius: 8px;
  margin-bottom: 2rem; }
  @media (min-width: 768px) and (max-width: 992px) {
    .image-gallery {
      height: 32rem;
      width: 22rem; } }
  @media (min-width: 576px) and (max-width: 768px) {
    .image-gallery {
      height: 35rem;
      width: 25rem; } }
  @media (max-width: 576px) {
    .image-gallery {
      height: 100%;
      width: 100%; } }
  .image-gallery-landscape {
    height: 18rem;
    width: 31rem;
    padding: 0.8rem;
    border: 1px solid #000000;
    border-radius: 8px;
    margin-bottom: 2rem; }
    @media (min-width: 1200px) and (max-width: 1400px) {
      .image-gallery-landscape {
        height: 16rem;
        width: 26rem; } }
    @media (min-width: 992px) and (max-width: 1200px) {
      .image-gallery-landscape {
        height: 13rem;
        width: 22rem; } }
    @media (max-width: 768px) {
      .image-gallery-landscape {
        height: auto;
        width: 100%;
        max-width: 54rem; } }

.main-image {
  height: 63rem;
  width: 42rem;
  object-fit: cover;
  padding: 0.8rem;
  border: 1px solid #000000;
  border-radius: 8px; }
  @media only screen and (max-width: 1200px) {
    .main-image {
      height: 58rem;
      width: 42rem; } }
  .main-image-landscape {
    height: 34rem;
    width: 58rem;
    object-fit: cover;
    padding: 0.8rem;
    border: 1px solid #000000;
    border-radius: 8px;
    margin-top: 12rem; }
    @media only screen and (max-width: 1400px) {
      .main-image-landscape {
        height: 29rem;
        width: 49rem; } }
    @media (min-width: 992px) and (max-width: 1200px) {
      .main-image-landscape {
        height: 25rem;
        width: 42rem; } }

.main-slide {
  height: 100%;
  width: 100%;
  border-radius: 8px; }

.line-dot {
  position: absolute;
  right: -13.7rem; }
  .line-dot-1 {
    top: 15%; }
  .line-dot-2 {
    top: 50%; }
  .line-dot-3 {
    bottom: 15%; }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .line-dot {
      right: -5.7rem; } }
  @media (min-width: 992px) and (max-width: 1200px) {
    .line-dot {
      right: -3.7rem; } }
  .line-dot-landscape {
    position: absolute;
    right: -3.7rem; }
  .line-dot-landscape-1 {
    top: 15%; }
  .line-dot-landscape-2 {
    top: 50%; }
  .line-dot-landscape-3 {
    bottom: 15%; }

.line {
  border-bottom: 1px solid #000000;
  width: 13rem; }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .line {
      width: 5rem; } }
  @media (min-width: 992px) and (max-width: 1200px) {
    .line {
      width: 3rem; } }
  .line-landscape {
    border-bottom: 1px solid #000000;
    width: 3rem; }

.dot {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  transform: translate(-50%, 50%);
  background-color: #000000; }

/* Overlay for fullscreen view */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999999; }

.close {
  color: white;
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer; }

#fullscreenImage {
  display: block;
  margin: 0 auto;
  max-width: 90%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
