.box-img:nth-child(1) {
  background-image: url(../imgs/fine-lake-vita/1.png);
  grid-row: span 2;
  grid-column: span 2;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.box-img:nth-child(2) {
  background-image: url(../imgs/fine-lake-vita/2.png);
}

.box-img:nth-child(3) {
  background-image: url(../imgs/fine-lake-vita/3.png);
  border-top-right-radius: 10px;
}

.box-img:nth-child(4) {
  background-image: url(../imgs/fine-lake-vita/4.png);
}

.box-img:nth-child(5) {
  background-image: url(../imgs/fine-lake-vita/5.png);
  border-bottom-right-radius: 10px;
}

.hidden-image {
  display: none;
}

nav#navbar {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 2;
}

.nav-link {
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  font-family: 'Lora', serif;
}


.contact-btn {
  background-color: #FF8484;
  color: #222222;
}


@media (max-width: 991.98px) {
  .contact-btn {
    background-color: transparent;
    border: none;
    padding: 0;
  }

  .contact-btn a {
    color: black;
    text-decoration: none;
  }
}


.booking-plugin{
  max-width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.55) ;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
}

.booking-heading{
  font-family: 'Lora', serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}

.tour-btn {
  display: inline-flex; /* Use flexbox to center the content */
  align-items: center; /* Vertically center the content */
  width: 100%;
  height: 50px;
  border-color: #222222; /* Set the border color */
  background-color: #222222; /* Set the button background color */
}

.book-btn {
  display: inline-flex; /* Use flexbox to center the content */
  align-items: center; /* Vertically center the content */
  width: 100%;
  height: 50px;
  border-color: #dd1063; /* Set the border color */
  background-color: #dd1063; /* Set the button background color */
}

.button-text {
  margin: 0 auto; /* Horizontally center the text */
}