* {
  margin: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

nav {
  display: flex;
  justify-content: center;
  height: 100px;
  background-color: #26150e;
  color: white;
}

.navbar-content {
  display: flex;
  justify-content: space-around !important;
}

.dropdown {
  width: 33%;
}

.center-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

#nav-logo {
  display: block;
  max-height: 50px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.nav-links {
  width: 33%;
  display: flex;
  gap: 20px;
  font-size: 11px;
  font-family: "helvetica-lt-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.nav-link {
  color: white !important;
}

.nav-links a {
  text-decoration: none !important;
}

.navbar-nav .nav-link:hover {
  color: #a67a61 !important;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-collapse {
  background-color: #26150e;
  position: static;
  width: 100%;
  z-index: 1050;
}

.navbar-nav {
  padding-left: 10px !important;
  width: 100%;
  justify-content: flex-end;
  gap: 30px !important;
}

a {
  text-decoration: none !important;
  color: white;
  font-size: 16px;
  font-weight: 700;
}

nav a:visited {
  color: inherit;
}

nav a:hover {
  color: #a67a61;
}

nav a:active {
  color: #a67a61;
}

#nav-address {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
  font-size: 12px;
  font-family: "helvetica-lt-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 33%;
}

#nav-address p {
  margin: 0;
  font-size: 12px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-style: normal;
}

#nav-address a {
  font-size: 12px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-style: normal;
}

#hero-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../images/photos/klondike-sunset-photo-tinted.jpg");
  background-color: rgba(0, 0, 0, 1);
  background-size: 200vh;
  background-position: center center;
  background-repeat: no-repeat;
  gap: 40px;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 150px;
  height: 100vh;
  overflow-x: hidden;
}

#hero-section h1 {
  color: white;
  font-size: 60px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 60px;
}

#hero-section p {
  color: white;
  font-size: 23px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.bear-icon {
  width: 400px !important;
  height: 400px !important;
  position: absolute;
  z-index: 0;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0)) !important;
  top: 150px;
  left: -150px;
  rotate: -45deg;
  overflow-x: hidden;
}

.bear-icon2 {
  width: 400px !important;
  height: 400px !important;
  position: absolute;
  z-index: 0;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0)) !important;
  top: -250px;
  left: 1000px;
  rotate: 45deg;
  transform: scaleX(-1);
  overflow-x: hidden;
}

#quickglance-section {
  display: flex;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  gap: 20px;
}

#quickglance-section p {
  font-size: 18px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #26150e;
}

.quickglance-imgs {
  height: 125px;
  width: 125px;
}

.button {
  width: 260px;
  padding: 10px;
  background-color: rgb(0, 0, 0, 0);
  border-radius: 25px;
  border: 3px solid white;
  color: white;
  font-size: 20px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: flex;
  justify-content: center;
  text-decoration: none !important;
}

.btn-custom {
  background-color: transparent; /* Purple */
  border-color: white;
  color: white;
  border-radius: 10px;
  padding: 5px 20px 5px 20px;
}

.black-button {
  width: 260px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 25px;
  border: 3px solid #26150e;
  color: #26150e;
  font-size: 20px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: flex;
  justify-content: center;
  text-decoration: none !important;
}

.button:hover {
  width: 260px;
  padding: 10px;
  background-color: rgb(255, 255, 255, 100);
  border-radius: 25px;
  color: #26150e;
  text-decoration: none !important;
}

.black-button:hover {
  width: 260px;
  padding: 10px;
  background-color: rgb(38, 21, 4, 100);
  border-radius: 25px;
  color: white;
  text-decoration: none !important;
}

#hero-buttons {
  display: flex;
  gap: 20px;
  padding: 20px;
}

#about-section {
  display: flex;
  padding: 40px 20px 40px 20px;
  gap: 20px;
  position: relative;
}

#about-section img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 15px;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.7));
}

#about-section-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  padding-left: 40px;
  color: white;
}

#about-section-text h2 {
  font-size: 36px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-left: 20px;
  border-left: 20px solid #3a2128;
}

#about-section-text p {
  font-size: 23px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#amenities-overview {
  width: 1200px;
  height: 100%;
}

.width-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  gap: 20px;
}

main {
  display: flex;
  flex-direction: column;
  justify-items: center;
  overflow-x: hidden;
}

#widthbox2 {
  width: 1200px;
}

#glance-center {
  display: flex;
  justify-content: center;
  background-color: #ccbeb1;
}

#about-center {
  display: flex;
  justify-content: center;
  background: #664c35;
}

#amenities-centerbox {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ccbeb1;
}

#amenities-overview {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1200px;
  gap: 20px;
}

#amenities-overview h1 {
  font-size: 36px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #26150e;
}

header {
  background-color: #26150e;
}

.amenities-card {
  display: flex;
  align-items: center;
  width: 50%;
  gap: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.amenities-card img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 15px;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.7));
}

#amenities-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.amenities-card-text h3 {
  font-size: 28px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #26150e;
}

.amenities-card-text li {
  font-size: 23px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #26150e;
}

#images-centerbox {
  background-color: #664c35;
  display: flex;
  justify-content: center;
}

#images-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  gap: 40px;
  position: relative;
}

#images-section h1 {
  font-size: 36px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: white;
}

#image-sec-images {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  height: 250px;
  width: 100%;
  overflow: hidden;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.7));
}

#image-sec-images img {
  width: 33%;
  height: 100%;
  object-fit: fill;
}

#ready-centerbox {
  display: flex;
  justify-content: center;
  background-color: #ccbeb1;
}

#ready-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  gap: 20px;
  width: 1200px;
}

#ready-section h1 {
  font-size: 36px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #26150e;
}

footer {
  color: white;
  background-color: #26150e;
}

#footer-address {
  font-size: 15px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-style: normal;

  height: 10vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#footer-address a,
p {
  font-size: 15px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0 !important;
}

#about-main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #ccbeb1;
}

#about-centerbox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

#about-centerbox p {
  font-size: 18px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #26150e;
  line-height: 1.75em;
}

#about-centerbox h3 {
  font-size: 36px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #26150e;
}

#about-centerbox img {
  width: 100%;
  max-width: 33%;
  height: 450px;
  object-fit: cover;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.7));
}

#about-sec1 {
  display: flex;
  align-items: center;
  overflow: hidden;
  gap: 40px;
}

#about-sec2 {
  display: flex;
  align-items: center;
  gap: 40px;
}

#AboutSec1-Text {
  display: flex;
  flex-direction: column;
}

#AboutSec1-Text h3 {
  padding-left: 20px;
  border-left: 20px solid #3a2128;
}

.form-group {
  margin-bottom: 15px;
}

#form-main {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #ccbeb1;
  height: 90vh;
}

.form-center-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 40px;
  gap: 20px;
}

.form-center-box h1 {
  font-size: 36px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #26150e;
}

.form-center-box p {
  font-size: 18px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #26150e;
  text-align: center;
  width: 50%;
}

.form-group {
  gap: 20px;
  width: 100%;
}

label {
  display: block;
  margin-bottom: 5px;
  font-size: 23px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #26150e;
}

input {
  width: 700px;
  padding: 10px;
  border-radius: 4px;
  font-size: 18px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-style: normal;
  border: #26150e 2px solid;
}

textarea {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  font-size: 18px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-style: normal;
  border: #26150e 2px solid;
}

input[type="text"] {
  width: 100%;
}

input[type="email"] {
  width: 100%;
}

.navbar-brand {
  display: flex;
  justify-content: center;
  width: auto;
  flex: 0 0 auto;
}

.navbar-brand img {
  max-height: 80px;
  width: auto;
  object-fit: contain;
  max-width: 100%;
}

/* input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  outline: none;
} */

button[type="submit"] {
  background-color: #26150e;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

button[type="submit"]:hover {
  background-color: #664c35;
}

#form-container {
  width: 50%;
}

@media (max-width: 750px) {
  .navbar-nav {
    gap: 5px !important;
  }

  .bear-icon2 {
    width: 300px !important;
    height: 300px !important;
    position: absolute;
    top: -150px;
    left: 200px;
    rotate: -15deg;
    transform: scaleX(-1);
  }

  .bear-icon {
    width: 300px !important;
    height: 300px !important;
    position: absolute;
    top: -90px;
    left: -90px;
    rotate: 15deg;
  }

  #hero-section h1 {
    font-size: 34px;
    flex-wrap: wrap;
    padding: 0px;
  }
  #nav-logo {
    height: 40px;
  }

  #hero-section h1 {
    display: flex;
    flex-wrap: wrap;

    width: 100%;
  }

  #hero-buttons {
    flex-direction: column;
  }

  #quickglance-section {
    flex-direction: column;
  }

  #about-section {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  #about-section-text {
    padding-left: 0px;
    align-items: center;
    text-align: center;
  }

  #amenities-overview {
    flex-direction: column;
  }

  #amenities-cards {
    align-items: center;
  }

  .amenities-card {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .amenities-card-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 75%;
  }

  #image-sec-images {
    flex-direction: column;
    width: 100%;
    height: 500px;
    justify-content: center;
    align-items: center;
  }

  #image-sec-images img {
    width: 90%;
    height: 100%;
    object-fit: cover;
  }

  #ready-section {
    display: flex;
    text-align: center;
  }

  #footer-address {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  #about-centerbox {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  #about-sec1,
  #about-sec2 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #about-centerbox img {
    width: 90%;
  }

  #nav-address {
    visibility: hidden;
  }
  .form-center-box {
    align-items: flex-start;
  }

  #form-container {
    width: 100%;
  }

  .form-center-box h1 {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .form-center-box p {
    width: 100%;
  }
  #about-centerbox img {
    width: 100%;
    max-width: 100%;
    height: 200px;
  }

  #about-sec2 {
    flex-direction: column-reverse;
  }

  .navbar-brand {
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
  }

  .navbar-brand img {
    max-height: 70px;
    width: auto;
    object-fit: contain;
    max-width: 100%;
  }
}
