@font-face {
  font-family: Kepler;
  src: url("font/Kepler Std Regular.otf");
}
@font-face {
  font-family: Sackers;
  src: url("font/SackersGothicStd-Medium.otf");
} 
@font-face {
  font-family: Minion;
  src: url("font/MinionPro-Regular.otf");
}

* {
box-sizing: border-box;
}

body {
background-color: white;
margin: 0;
padding: 0;
overflow-x: hidden;
overflow-y: scroll;
}
.container {
width: 100%;
max-width: 1440px;
margin: 0 auto;
padding: 0 15px;
}
header {
position: fixed;
display: flex;
width: 100%;
height: 75px;
z-index: 1000;
transition: .3s background-color ease-in-out;
}
header.scrolled {
background-color: white;
box-shadow: 0px 0px 0.5vw;
}
header:hover {
background-color: white;
box-shadow: 0px 0px 0.5vw;
}
header.scrolled .nav-links a {
color: rgba(0, 0, 0, 0.6);
}
header:hover .nav-links a {
color: rgba(0, 0, 0, 0.6);
}
header.scrolled .line {
background-color: rgb(0, 0, 0, .2);
}
header:hover .line {
background-color: rgb(0, 0, 0, .2);
}
header:hover .book-button {
color: rgba(0, 0, 0, 0.6);
}
header.scrolled .book-button {
color: rgba(0, 0, 0, 0.6);
}
.line {
position: absolute;
width: 98%;
left: 50%;
margin-top: 64px;
height: 1px;
transform: translateX(-50%);
z-index: 99;
background-color: rgb(365, 365, 365, .4);
transition: .3s background-color ease-in-out;
}
.logos {
position: absolute;
left: 3vw;
top: 15%;
}
.property-logo-white {
  position: absolute;
  width: 200px;
  top: 10px;
  transition: all 0.5s
  }
  .property-logo-gray {
    position: absolute;
    width: 200px;
    top: 10px;
    opacity: 0;
    transition: all 0.5s;
  }
  .property-logo-black {
    position: absolute;
    width: 200px;
    top: 10px;
    opacity: 0;
    transition: all 0.5s;
  }
  header:hover .property-logo-white {
    opacity: 0;
  }
  header.scrolled .property-logo-white {
    opacity: 0;
  }
  header:hover .property-logo-gray {
    opacity: 1;
  }
  header.scrolled .property-logo-gray {
    opacity: 1;
  }
  header:hover .property-logo-gray:hover {
    opacity: 0;
  }
  header:hover .property-logo-black:hover {
    opacity: 1;
  }
.nav-links {
position: absolute;
left: 51%;
transform: translateX(-50%);
display: flex;
top: 8px;
padding: 0px;
}
.nav-links a {
margin-left: 40px;
margin-right: 40px;
font-family: Kepler;
font-size: 20px;
cursor: pointer;
text-transform: uppercase;
list-style-type: none;
color: white;
z-index: 101;
transition: .3s color ease-in-out;
background: 
linear-gradient(currentColor 0 0) 
bottom /var(--d, 0) 1px 
no-repeat;
transition: 0.3s, background-position 0s 0.3s;
text-decoration: none;
} 
#accomodation-nav {
  color: white;
  text-decoration:overline;
  text-decoration-color: rgb(365, 365, 365, .8);
}
header.scrolled #accomodation-nav {
  color: rgba(0, 0, 0, 1);
  text-decoration-color: rgba(0, 0, 0, 0.5);
}
header:hover #accomodation-nav {
  color: rgba(0, 0, 0, 1);
  text-decoration-color: rgba(0, 0, 0, 0.5);
}
header:hover .nav-links a:hover {
color: black;
--d: 100%;
}
.dropdown {
  position: relative; /* Change position to relative */
  list-style-type: none;
  width: auto;
  white-space: nowrap;
  transition: 10s;
}
#down {
  margin-left: 5px;
}

.dropdown-menu {
  display: none;
  position: absolute;
  left: 50%; /* Center horizontally */
  transform: translateX(-50%); /* Center horizontally */
  top: 100%; /* Position below the dropdown */
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: white;
  text-align: center;
}
.dropdown-menu a {
  padding: 10px; /* Add padding for better readability */
  padding-top: 15px;
  padding-bottom: 0px;
  white-space: nowrap;
}
.dropdown:hover .dropdown-menu {
  display: flex;
  flex-direction: column;
  border-bottom: 5px solid rgb(135, 15, 75);
}

.media-experience {
  display: none;
}
.media-events {
  display: none;
}



p { text-align: center; }
 .toggle, [id^=drop] {
 display: none;
}
nav ul ul {
  display: none;
  position: absolute;
  top: 60px;
}

#alpacas {
  transition: .3s color ease-in-out;
  background: 
  linear-gradient(currentColor 0 0) 
  bottom /var(--d, 0) 1px 
  no-repeat;
  transition: 0.3s, background-position 0s 0.3s;
  text-decoration: none;
}
#alpacas:hover {
  color: black;
  --d: 78%;
}
#chapel-tour {
  transition: .3s color ease-in-out;
  background: 
  linear-gradient(currentColor 0 0) 
  bottom /var(--d, 0) 1px 
  no-repeat;
  transition: 0.3s, background-position 0s 0.3s;
  text-decoration: none;
}
#chapel-tour:hover {
  color: black;
  --d: 82%;
}




.nav-right {
display: flex;
position: absolute;
right: 2.5vw;
top: 14px;
}
.book-button {
position: relative;
font-size: 26px;
font-family: Minion;
font-weight: 600;
color: white;
text-align: center;
padding: 5px;
padding-left: 15px;
padding-right: 15px;
border: none;
background-color: transparent;
text-transform: uppercase;
word-spacing: 6px;

transition: all 0.5s;
}
header:hover .book-button:after {
content: '»';
position: absolute;
opacity: 0;  
right: -20px;
top: 3px;
transition: 0.5s;
color: black;
}
header:hover .book-button:hover{
padding-right: 24px;
padding-left:8px;
color: black;
}
header:hover .book-button:hover:after {
opacity: 1;
right: 0px;
}



.book-button-modal {
  position: relative;
  font-size: 26px;
  font-family: Minion;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  word-spacing: 6px;
  
  transition: all 0.5s;
  }
.book-button-modal:after {
  content: '»';
  position: absolute;
  opacity: 0;  
  right: -20px;
  top: 3px;
  transition: 0.5s;
  color: black;
  }
.book-button-modal:hover{
  padding-right: 24px;
  padding-left:8px;
  color: black;
  }
.book-button-modal:hover:after {
  opacity: 1;
  right: 0px;
  }
#modal-container {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    z-index: 5000;
  }
  
#modal-container.in {
    transform: scale(1);
  }
  
#modal-container .modal-background {
    background: rgba(0, 0, 0, 0);
    animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
  
#modal-container.in .modal-background .modal {
    opacity: 0;
    animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
  
#modal-container.out {
    animation: quickScaleDown 0s 0.5s linear forwards;
  }
  
#modal-container.out .modal-background {
    animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
  
#modal-container.out .modal-background .modal {
    animation: scaleDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
  
#modal-container .modal-background {
    display: table-cell;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    vertical-align: middle;
  }
  
#modal-container.in .modal-background .modal {
    background: white;
    padding: 50px;
    display: inline-block;
    border-radius: 3px;
    font-weight: 300;
    position: relative;
  }
  
#modal-container.in .modal-background .modal h2 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 15px;
    line-height: 1.2;
  }
.discount {
  font-size: 30px;
  margin: 5px;
  color: rgb(135, 15, 75);
}

@keyframes fadeIn {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.7);
  }
}
@keyframes fadeOut {
  0% {
    background: rgba(0, 0, 0, 0.7);
  }
  100% {
    background: rgba(0, 0, 0, 0);
  }
}
@keyframes scaleUp {
  0% {
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
}
@keyframes scaleDown {
  0% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
  100% {
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
}
@keyframes quickScaleDown {
  0% {
    transform: scale(1);
  }
  99.9% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

@media (max-width: 768px) {
  #modal-container .modal-background {
    padding: 80px;
  }
  #modal-container.in .modal-background .modal {
    padding: 40px;
  }
  #modal-container.in .modal-background .modal h2 {
    font-size: 20px;
    line-height: 10px;
    margin-bottom: 15px;
    line-height: 1.2;
  }
  .discount {
    font-size: 24px;
    margin: 0px;
  }
  .book-button-modal {
    font-size: 24px;
    word-spacing: 4px;
    }
}
@media (max-width: 600px) {
  #modal-container .modal-background {
    padding: 40px;
  }
  #modal-container.in .modal-background .modal {
    padding: 30px;
  }
  #modal-container.in .modal-background .modal h2 {
    font-size: 16px;
    line-height: 10px;
    margin-bottom: 15px;
    line-height: 1.2;
  }
  .discount {
    font-size: 20px;
    margin: 0px;
  }
  .book-button-modal {
    font-size: 20px;
    word-spacing: 4px;
    }
}
@media (max-width: 376px) {
  #modal-container .modal-background {
    padding: 30px;
  }
  #modal-container.in .modal-background .modal {
    padding: 20px;
  }
  #modal-container.in .modal-background .modal h2 {
    font-size: 14px;
    line-height: 10px;
    margin-bottom: 15px;
    line-height: 1.2;
  }
  .discount {
    font-size: 18px;
    margin: 0px;
  }
  .book-button-modal {
    font-size: 16px;
    word-spacing: 2px;
    }
}







.nav-toggler {
display: none;
}
@media  (max-width: 1500px) {
.nav-links a {
  margin-left: 30px;
  margin-right: 30px;
  font-size: 20px;
} 
}

@media (max-width: 1300px) {
.nav-toggler {
  padding: 5px;
  background-color: transparent;
  cursor: pointer;
  height: 39px;
  display: block;
  transition: .3s border ease-in-out;
  padding-left: 15px;
  height: 34px;
  border: none;
}
.nav-toggler span, 
.nav-toggler span:before, 
.nav-toggler span:after {
  width: 24px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  transition: .3s;
}
.nav-toggler span:before {
  content: '';
  transform: translateY(-9px);
}
.nav-toggler span:after {
  content: '';
  transform: translateY(6px);
}
.nav-toggler.toggler-open span {
  background-color: transparent;
}
.nav-toggler.toggler-open span:before {
  transform: translateY(0px) rotate(45deg);
}
.nav-toggler.toggler-open span:after {
  transform: translateY(-3px) rotate(-45deg);
}
.header:hover .nav-toggler span, 
.header:hover .nav-toggler span:before, 
.header:hover .nav-toggler span:after {
  background-color: rgba(0, 0, 0, 0.6);
}
.header:hover .nav-toggler.toggler-open span {
  background-color: transparent;
}
.header.scrolled .nav-toggler span, 
.header.scrolled .nav-toggler span:before, 
.header.scrolled .nav-toggler span:after {
  background-color: rgba(0, 0, 0, 0.6);
}
.header.scrolled .nav-toggler.toggler-open span {
  background-color: transparent;
}
.header.open .nav-toggler span, 
.header.open .nav-toggler span:before, 
.header.open .nav-toggler span:after {
  background-color: rgba(0, 0, 0, 0.6);
}
.header.open .nav-toggler.toggler-open span {
  background-color: transparent;
}
.header.open {
  background-color: white;
  box-shadow: 0px 0px 0.5vw;
}
.header.open .nav-links a {
  color: rgba(0, 0, 0, 0.6);
}
.header.open .line {
  background-color: rgb(0, 0, 0, .2);
}
.header.open .book-button {
  color: rgba(0, 0, 0, 0.6);
}
.logos {
  position: absolute;
  left: 3vw;
  top: 15%;
  }
  .property-logo-white {
    position: absolute;
    width: 180px;
    top: 10px;
    opacity: 0;
  }
  .property-logo-gray {
    position: absolute;
    width: 180px;
    top: 10px;
    opacity: 1;
  }
  .property-logo-black {
    position: absolute;
    width: 180px;
    top: 10px;
  }
.book-button {
  font-size: 20px;
  margin-top: 0px;
  margin-right: -7px;
  color: rgba(0, 0, 0, 0.6);
}
header:hover .book-button:after {
  right: 0px;
  }
header {
  background-color: white;
  box-shadow: 0px 0px 0.5vw;
  height: 60px;
}
.nav-links a {
  color: rgba(0, 0, 0, 0.6);
}
.line {
  display: none;
}
#modal-container .modal-background .modal {
  opacity: 0;
  animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  max-width: 90%;
  border-radius: 8px;
}

.nav-links {
  width: 100%;
  top: 43px;
  height: calc(100vh - 43px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  background-color: rgba(365, 365, 365);
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
  z-index: 99999;
  border-top: 2px solid rgb(135, 15, 75);
}
.nav-links.open {
  padding-top: 40px;
  overflow-y:auto;
}
.nav-links.open li {
  text-align: center;
  margin-top: 20px;
}
.site-navbar ul.open {
  max-height: 100vh;
  overflow: visible;
  overflow-y:auto;
}


.dropdown {
  display: none;
}
.media-experience {
  display: none;
}
.media-events {
  display: none;
}
.nav-links.open .media-experience {
  width: 100%;
  display: block;
}
.nav-links.open .media-events {
  width: 100%;
  display: block;
}

.toggle + a,
.menu { display: none; }

.toggle {
font-family: Kepler;
font-size: 20px;
cursor: pointer;
text-transform: uppercase;
list-style-type: none;
color: gray;
display: block;
background-color: none;
text-align: center;
margin-top: 0px;
margin-left: 19px;
}
#experience {
transition: .3s color ease-in-out;
background: 
linear-gradient(currentColor 0 0) 
bottom /var(--d, 0) 1px 
no-repeat;
transition: 0.3s, background-position 0s 0.3s;
}
#experience:hover {
  color: black;
  --d: 136px;
  }
#events {
transition: .3s color ease-in-out;
background: 
linear-gradient(currentColor 0 0) 
bottom /var(--d, 0) 1px 
no-repeat;
transition: 0.3s, background-position 0s 0.3s;
}
#events:hover {
  color: black;
  --d: 98px;
}


[id^=drop]:checked + ul { 
  display: block; 
  position: static;
  white-space: nowrap;
  list-style-type: none;
  margin-left: -42px;
  background-color: rgb(0, 0, 0, .1);
}

nav a:hover,
nav ul ul ul a { 
  color: black; 
}

nav ul ul {
float: none;
position: static;
color: #ffffff;
}
#accomodation-nav {
  color: rgba(0, 0, 0, 1);
  text-decoration-color: rgba(0, 0, 0, 0.5);
}
}
@media (max-width: 480px) {
  .logos {
    position: absolute;
    left: 4vw;
    top: 15%;
    }
    .property-logo-gray {
      position: relative;
      width: 130px;
      top: 12px;
    }
    .property-logo-black {
      position: relative;
      width: 130px;
      top: 12px;
    }
  .book-button {
    font-size: 16px;
    margin-top: 4px;
  }
}




.section-one {
  position: relative;
  width: 100%;
  height: 70vh;
  padding: 0;
  margin: 0;
}
.section-one img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  filter: brightness(70%);
}
.header-text-one {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  font-size: 64px;
  color: whitesmoke;
  text-shadow: 2px 2px gray;
  font-family: Kepler;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .header-text-one {
    font-size: 56px;
  }
}
@media (max-width: 600px) {
  .header-text-one {
    font-size: 40px;
  }
  .section-one {
    height: 65vh;
  }
}
@media (max-width: 480px) {
  .header-text-one {
    font-size: 32px;
    top: 25%;
  }
  .section-one {
    height: 55vh;
  }
}
@media (max-width: 376px) {
  .header-text-one {
    font-size: 28px;
  }
}










.section-two {
    height: 400px;
}
.back-button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    letter-spacing: 1px;
    transition: all 0.2s linear;
    cursor: pointer;
    border: none;
    z-index: 50;
    top: 20px;
    left: 20px;
    font-size: 18px;
   }
   
   .back-button > svg {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    margin-left: 5px;
    transition: all 0.4s ease-in;
   }
   .back-button:hover > svg {
    transform: translateX(-5px);
   }
   .back-button:hover {
    transform: translateY(-2px);
   }
.top-half {
    position: absolute;
    height: 400px;
    width: 100%;
    background-color: white;
    z-index: 500;
    box-shadow: 0px 0px .5vw;
}
.top-half-contents {
    position: relative;
    margin-left: 8vw;
    margin-right: 8vw;
    background-color: transparent;
    height: 55%;
}
.top-half-contents h1 {
    position: absolute;
    text-align: center;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    font-family: Kepler;
    font-weight: lighter;
    letter-spacing: 1px;
    font-size: 24px;
}
.top-half-images {
    position: relative;
    margin-left: 12vw;
    margin-right: 12vw;
    background-color: transparent;
    height: 45%;
    display: flex;
    justify-content: space-between;
}
.img1 {
    height: 200%;
    width: 40%;
    background-size: cover;
    background-position: center;
    background-image: url(roomimages/lfa1.png);
    box-shadow: 0px 0px 1vw;
}
.img2 {
    height: 200%;
    width: 55%;
    background-size: cover;
    background-position: center;
    background-image: url(roomimages/lfa2.png);
    box-shadow: 0px 0px 1vw;
}


@media (max-width: 768px) {
  .section-two {
    height: 225px;
}
.top-half {
    height: 325px;
}
.top-half-contents {
    height: 65%;
}
.top-half-contents h1 {
    width: 70%;
    font-size: 20px;
}
.top-half-images {
    margin-left: 6vw;
    margin-right: 6vw;
    height: 35%;
}
}
@media (max-width: 600px) {
  .back-button {
    font-size: 14px;
   }
   .back-button > svg {
    width: 20px;
    height: 20px;
   }
  .section-two {
    height: 200px;
}
.top-half {
    height: 300px;
}
.top-half-contents {
    height: 70%;
}
.top-half-contents h1 {
    top: 50%;
    width: 90%;
    font-size: 18px;
}
.top-half-images {
  height: 30%;
}
}
@media (max-width: 480px) {
  .back-button {
    font-size: 14px;
   }
   .back-button > svg {
    width: 20px;
    height: 20px;
   }
  .section-two {
    height: 175px;
}
.top-half {
    height: 275px;
}
.top-half-contents {
    height: 70%;
}
.top-half-contents h1 {
    top: 50%;
    width: 90%;
    font-size: 16px;
}
.top-half-images {
  margin-left: 4vw;
  margin-right: 4vw;
  height: 30%;
}
}
@media (max-width: 376px) {
  .back-button {
    font-size: 12px;
    left: 5px;
   }
   .back-button > svg {
    width: 16px;
    height: 16px;
   }
  .section-two {
    height: 150px;
}
.top-half {
    height: 250px;
}
.top-half-contents h1 {
    font-size: 14px;
}
}








.section-three {
    background-image: url(images/whitestone2.jpeg);
    height: 200px;
    position: relative;
}
.section-four {
    background-image: url(images/whitestone2.jpeg);
    height: 600px;
}
.section-four-contents {
  position: relative;
  margin-left: 12vw;
  margin-right: 12vw;
  background-color: transparent;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.room-features {
    background-color: transparent;
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.feature-container {
    position: absolute;
    height: 80%;
    width: 60%;
    background-color: transparent;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-evenly;
    align-items: center;
}
.feature-container h1 {
    font-family: Kepler;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.feature-container ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: Kepler;
    font-weight: 100;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.room-amenities {
    background-color: transparent;
    width: 55%;
    height: 100%;
}
.amenity-container {
  position: absolute;
  height: 80%;
  width: 60%;
  background-color: transparent;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: space-evenly;
  align-items: center;
}
.amenity-container h1 {
    font-family: Kepler;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.amenity-container ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: Kepler;
    font-weight: 100;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 1px;
    text-transform: capitalize;
}


.section-five {
  background-image: url(images/whitestone2.jpeg);
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: start;
}
.availability-btn {
  background-color: black;
  color: white;
  border: none;
  padding: 16px;
  padding-left: 48px;
  padding-right: 48px;
  text-transform: uppercase;
  font-family: Kepler;
  letter-spacing: 2px;
  font-size: 16px;

  transition: all .5s;
}
.availability-btn:hover {
  opacity: 80%;
  background-color: teal;
}



@media (max-width: 768px) {
  .section-four-contents {
    margin-left: 8vw;
    margin-right: 8vw;
  }
  .feature-container h1 {
      font-size: 18px;
  }
  .feature-container ul {
      font-size: 16px;
  }
  .amenity-container h1 {
      font-size: 18px;
  }
  .amenity-container ul {
      font-size: 16px;
  }
  }
  @media (max-width: 600px) {
  .section-four {
      height: 300px;
  }
    .section-four-contents {
      margin-left: 4vw;
      margin-right: 4vw;
    }
    .feature-container h1 {
        font-size: 16px;
    }
    .feature-container ul {
        font-size: 14px;
    }
    .amenity-container h1 {
        font-size: 16px;
    }
    .amenity-container ul {
        font-size: 14px;
    }
    .section-five {
      height: 75px;
    }
    .availability-btn {
      padding: 12px 30px;
      letter-spacing: 1px;
      font-size: 14px;
    }
    }
    @media (max-width: 480px) {
    .section-four {
        height: 250px;
    }
      .section-four-contents {
        margin-left: 4vw;
        margin-right: 4vw;
      }
      .feature-container h1 {
          font-size: 14px;
      }
      .feature-container ul {
          font-size: 12px;
      }
      .amenity-container h1 {
          font-size: 14px;
      }
      .amenity-container ul {
          font-size: 12px;
      }
      }

      @media (max-width: 376px) {
        .section-three {
          height: 175px;
        }
        .section-four {
          height: 250px;
      }
        .availability-btn {
          padding: 10px 26px;
          letter-spacing: 0px;
          font-size: 14px;
        }
          }