@import url('https://fonts.googleapis.com/css2?family=Lobster+Two:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Lobster+Two:ital,wght@0,400;0,700;1,400;1,700&display=swap');

.base-colour {
  color: #4994C0;
}

.base-back-colour {
  background: #4994C0;
}

.lobster-two-regular {
  font-family: "Lobster Two", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lobster-two-bold {
  font-family: "Lobster Two", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lobster-two-regular-italic {
  font-family: "Lobster Two", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lobster-two-bold-italic {
  font-family: "Lobster Two", sans-serif;
  font-weight: 700;
  font-style: italic;
}


.cormorant-garamond-regular {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.main-heading {
  font-size: 60px;
}

.header-top {
  height: 80px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 17px;
  position: sticky;
  z-index: 99;
  overflow: hidden;
  top: 0;
  left: 0;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, .37);
  background: #ffffff;
}
.site-logo {
  max-height: 60px;
}
.navbar-nav .nav-item .nav-link {
  color: #4994C0;
}
.book-now-btn {
  background: #4994C0;
  color: #ffffff;
  cursor: pointer;
}
.book-now-btn p {
  padding: 10px 30px;
  margin: 0px;
}



.carousel-caption-container {
  background: linear-gradient(to top, black, transparent);
  width: 100%;
  right: 0;
  left: 0;
  bottom: 0;
}
.carousel-caption-container p {
  padding-top: 20px;
  padding-left: 20px;
  text-align: left;
}
.btn-explorer {
  color: #4994C0;
  border: 1px solid #4994C0;
}

.front-img-gallery {
  width: 100%;
}


.gallery-front-container {
  position: relative;
}


.gallery-overlay-div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #4994C0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-overlay-content {
  background-color: #ffffff;
  padding: 40px;
  color: #000000;
  width: 50%;
  text-align: center;
}
.user-review-container {
  background: #153B95;
  padding: 40px 20px;
}

.footer-container {
  background: #4994C0;
  padding-top: 30px;
  color: #ffffff;
}

.tripadvisor-circle i {
    font-size: 15px;
    border: 2px solid #8bc23f;
    padding: 1px;
    background-color: #8bc23f;
    background-clip: content-box;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 1px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.tripadvisor-circle i.part:before {
    content: '';
    position: absolute;
    background-color: #4994C0;
    display: block;
    height: 14px;
    width: 7px;
    right: 1px;
    top: 1px;
}
.copyright-container {
  padding: 20px ;
  background: #000000;
  opacity: 0.6;
}
.copyright-container a {
  text-decoration: none;
  color: #ffffff;
}
.img-slider-accom {
  width: 100%;
  max-height: 490px;
  min-height: 490px;
}
.slider-sub-container {
  padding: 30px;
}
.button-explorer-inner {
  color: #ffffff;
  border: 3px solid #ffffff;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 0;
}
.booking-benifit {
  list-style-type: none;         /* Removes default bullets */
  padding: 0;                    /* Removes default padding */
  margin: 0;                     /* Optional: removes margin */
}

.booking-benifit li {
  color: white;                  /* Text color */
  background-color: #4994C0;     /* Blue background */
  padding: 10px;
  margin-bottom: 5px;
  border-radius: 5px;
}

.room-ame-cont {
  padding: 15px;
}

.room-ame-cont i {
  color: #4994C0;
  font-size: 25px;;
}

.footer-search-container {
    height: 120px;
    width: 100%;
    padding-top: 20px;
    background: #ffffff;
    box-shadow: 0 -4px 6px -2px rgba(0, 0, 0, 0.5);
    
}

.footer-search-container p {
    color: #4994C0;
    font-size: 18px;
    margin-bottom: 2px;
    font-weight: 800;
}