/* whole html page */
html {
  scroll-behavior: smooth;
  transition: 3s;
}

nav {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
  padding-right: 20px;
}

.nav-item a {
  font-size: 20px;
  font-weight: 600;
}

.navbar-brand {
  padding: 50px;
}

#logo-1 {
  font-size: 30px;
  font-weight: bold;
  font-family: Montserrat;
}

.logo {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #333;
}

.logo .line-1 {
  font-weight: 300;
  font-style: italic;
  font-size: 24px;
  letter-spacing: 1px;
  margin-bottom: 0;
}

/* header */
.header {
  background-image: url("../assets/images/homeBackround.jpg");
  background-size: cover;
  height: 20px;
  background-position: center;
  position: relative;
}
.header-about {
  background-image: url("../assets/images/Outdoor-21.webp");
  background-size: cover;
  background-position: center;
  position: relative;
  height: 80vh;
}
.header-contact {
  background-image: url("../assets/images/Outdoor-16.webp");
  background-size: cover;
  background-position: center;
  position: relative;
  height: 80vh;
}
.header-book {
  background-image: url("../assets/images/Outdoor-16.webp");
  background-size: cover;
  background-position: center;
  position: relative;
  height: 100vh;
}

/* Body */
.overlay-book {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}
.overlay {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}

.description {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.description h1 {
  color: #fff;
}

.description p {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.5;
}

.description button {
  border: 1px solid #539ce0;
  background: #539ce0;
  border-radius: 6px;
  color: #fff;
  transition: 0.5s;
}

.description button:hover {
  border: 1px solid #539ce0;
  background: transparent;
  color: #fff;
  transition: 0.5s;
}

#newsBtn {
  font-size: 18px;
  border: 1px solid #539ce0;
  background: #539ce0;
  border-radius: 6px;
  color: #fff;
  transition: 0.5s;
}

#newsBtn:hover {
  border: 1px solid #539ce0;
  background: transparent;
  color: #539ce0;
  transition: 0.5s;
}

#about-text-1 {
  text-align: left;
  font-size: 18px;
  line-height: 30pt;
}
#about-text-2 {
  text-align: left;
  font-size: 18px;
  line-height: 30pt;
}
#about-title-1 {
  text-align: center;
}
#about-title-2 {
  text-align: center;
}

.gallery {
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
  margin: 0 auto;
}
.gallery:hover {
  transform: scale(1.1);
}

/* footer  */

footer {
  background-color: rgb(246, 246, 246);
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

/* icons */

#aButton {
  border: 1px solid #539ce0;
  background: #539ce0;
  border-radius: 6px;
  color: #fff;
  transition: 0.5s;
}

#aButton:hover {
  border: 1px solid #539ce0;
  background: transparent;
  color: #fff;
  transition: 0.5s;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  border: 1px solid #539ce0;
  background: #539ce0;
  color: #fff;
  transition: 0.5s;
}

#btn-back-to-top:hover {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  border: 1px solid #539ce0;
  color: #539ce0;
  background: transparent;
  transition: 0.5s;
}

#btn-back-to-top i {
  font-size: 1.5em;
}

/* contact */

.contact-us {
  padding: 70px;
  width: 80%;
  margin: auto;
}

.contact-col {
  flex-basis: 48%;
  margin-bottom: 30px;
}

.contact-col div {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.contact-col .fa {
  font-size: 35px;
  color: #539ce0;
  margin: 10px;
}

.contact-col div p {
  padding: 0;
}

.contact-col a {
  color: #000;
  text-decoration: none;
}

.contact-col div h5 {
  font-size: 20px;
  margin-bottom: 5px;
  color: #000;
  font-weight: 400;
}

.contact-col input,
.contact-col textarea {
  border-radius: 8px;
  width: 100%;
  padding: 15px;
  margin-bottom: 17px;
  outline: none;
  border: 1px solid #000;
  box-sizing: border-box;
}

.form-btn {
  display: inline-block;
  padding: 12px 34px;
  font-size: 13px;
  background: transparent;
  position: relative;
  cursor: pointer;
  transition: 1s;
}

#contact-head4 {
  margin: 2%;
  text-align: center;
}

@media (max-width: 770px) {
  .contact-us {
    padding: 70px;
    width: auto;
  }

  .contact-col div h5 {
    font-size: 15px;
  }

  .row {
    flex-direction: column;
  }
}

/* responsive */
@media only screen and (max-width: 575px) {
  .card {
    margin: 10%;
  }
}

.booked {
  width: 60%;
}
