/* ----------------------------------------------- */
/* ---------------- INITIAL SETUP ---------------- */
/* ----------------------------------------------- */

@font-face {
	font-family: morche;
	src: url(../fonts/FontsFree-Net-Borest-Standard.ttf);
}
@font-face {
	font-family: mont-bold;
	src: url(../fonts/Montserrat-Bold.ttf);
}
@font-face {
	font-family: mont-semibold;
	src: url(../fonts/Montserrat-SemiBold.ttf);
}
@font-face {
	font-family: mont;
	src: url(../fonts/Montserrat-Medium.ttf);
}
@font-face {
	font-family: mont-light;
	src: url(../fonts/Montserrat-Light.ttf);
}

* {
  font-size: 20px;
  font-weight: 400;
}

body {
  font-size: 18px;
}

main {
  color: #241e09;
}

.whatsapp-icon {
  position: fixed;
  visibility: visible;
  opacity: 1;
  right: 15px;
  bottom: 100px;
  z-index: 996;
  width: 40px;
  height: 40px;
}

/* ----------------------------------------------- */
/* -------------------- LAYOUT ------------------- */
/* ----------------------------------------------- */

table {
    width: 900px;
    border-collapse: collapse;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5rem;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col {
  padding: 5px;
  flex-wrap: nowrap;
}

.image-col {
  margin-right: 7%;
}

.image-col img {
  margin: 5px;
}

.small-image {
  height: 105px;
}

.large-image {
  height: 227px;
}

.side-by-side-container {
  display: flex;
}

.large-image-container {
  margin-right: 7px;
}

.stacked-image-container {
  display: flex;
  flex-direction: column;
  margin-top: 1px;
}

.col-3 {
  width: 33%;
  text-align: center;
}

.col-2 {
  margin: 0 20px 40px 0;
}

.center-lg {
  justify-content: center;
}

/* ----------------------------------------------- */
/* ---------------- HEADER SECTION --------------- */
/* ----------------------------------------------- */
.page-header-container {
  margin-bottom: 70px;
}

.page-header {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  font-family: morche !important;
}

hr {
  border-top: 1.5px solid #d4af37;
  width: 104px;
  margin: 0.5rem auto 1rem;
}

.page-sub-header {
  text-align: center;
  letter-spacing: 0.01em;
  font-weight: 300;
  color: #3b331a;
  font-family: mont-light;
}

.stretched-table.newfontcl{
  font-family: mont;
}
.newfontcl{
  font-family: mont-light;
}
.newfontcl .bold{
  font-family: mont;
}

/* ----------------------------------------------- */
/* ----------- SPECIAL OFFERS SECTION ------------ */
/* ----------------------------------------------- */
.special-offers {
  padding: 0 0 80px;
}

.offers-title {
  font-size: 165%;
  margin: 25px 0 15px;
}

.offers-sub-title {
  font-size: 74%;
  color: #3b331a;
  font-weight: 300;
  margin-bottom: 20px;
}

.offers-list {
  list-style: none;
  margin-bottom: 30px;
}

.offers-list li {
  margin: 12px 0;
}

.list-icon {
  height: 17px;
  vertical-align: middle;
  margin-right: 5px;
}

.list-text {
  display: inline-block;
  font-size: 69%;
}

.btn {
  border-radius: 3px;
  border: 1px solid #d4af37;
  text-transform: uppercase;
  font-size: 55%;
  padding: 10px 18px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s;
  margin-right: 10px;
}

.btn-fill {
  background-color: #d4af37;
  color: #fff;
}

.btn-fill:hover,
.btn-fill:active {
  background-color: #c9a633;
  border: 1px solid #c9a633;
}

.btn-ghost {
  color: #d4af37;
  background-color: #fff;
}

.btn-ghost:hover,
.btn-ghost:active {
  background-color: #d4af37;
  color: #fff;
}

.btn-large {
  font-size: 65%;
  padding: 9px 22px;
}

/* ----------------------------------------------- */
/* --------------- ROOMS SECTION ----------------- */
/* ----------------------------------------------- */
.rooms-section {
  padding: 0 0 40px;
}

.room-section-header-container {
  margin-bottom: 30px;
}

.room-section-header {
  color: rgba(36, 30, 9, 0.6);
  font-weight: 500;
  font-size: 95%;
  cursor: pointer;
}

.active-header {
  color: #241e09;
}

.active-header::after {
  display: block;
  height: 1px;
  background-color: #d4af37;
  content: '';
  width: 90px;
  margin: 15px auto 0;
}

.room-title {
  font-size: 90%;
  font-weight: 600;
  margin: 15px 0 12px;
}

.room-text {
  font-size: 70%;
  font-weight: 300;
  margin-bottom: 7px;
  line-height: 132%;
}

.details-container {
  display: inline-block;
}

.details-container p {
  margin-right: 5px;
}

.details-container img {
  margin-right: 0;
}

.amount-text {
  font-size: 85%;
  margin-top: 15px;
  font-weight: 500;
}

.buttons-container {
  margin-top: 20px;
}

/* ----------------------------------------------- */
/* --------------- QUERIES SECTION --------------- */
/* ----------------------------------------------- */

@media only screen and (max-width: 1029px) {
  .center-md {
    justify-content: center;
  }
}
@media (max-width: 730px) {
  .container {
    max-width: 600px;
    margin: 0 auto;
    padding: 1.5rem;
  }
  
}
@media (max-width: 575px) {
  .page-sub-header.newfontcl{
    max-width: 90%;
    text-align: center;
    margin: auto;
  }
  .page-header-container{
    margin-bottom: 30px;
  }
  .container.newfontcl p{
    font-size: 14px;
  }
  .newfontcl .bold{
    font-size: 16px;
  }
}


@media (max-width: 425px) {
  .container {
    max-width: 380px;
    margin: 0 auto;
    padding: 1rem;
  }
  .image-col {
    margin: 8px auto;
  }

  .image-col img {
    margin: 2px;
  }

  .small-image {
    height: 70px;
  }

  .large-image {
    height: 151px;
  }
  .side-by-side-container {
    display: flex;
  }

  .large-image-container {
    margin-right: 7px;
  }

  .stacked-image-container {
    display: flex;
    flex-direction: column;
    margin-top: 1px;
  }
  .rooms {
    width: 350px;
  }
  .rooms-img {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .container {
    max-width: 355px;
    margin: 0 auto;
    padding: 1.5rem;
  }
  .image-col {
    margin: 8px auto;
  }

  .image-col img {
    margin: 2px;
  }

  .small-image {
    height: 70px;
  }

  .large-image {
    height: 151px;
  }
  .side-by-side-container {
    display: flex;
  }

  .large-image-container {
    margin-right: 7px;
  }

  .stacked-image-container {
    display: flex;
    flex-direction: column;
    margin-top: 1px;
  }
  .rooms {
    width: 350px;
  }
  .rooms-img {
    width: 100%;
  }
}

#loader {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: ease;
}

#loader svg {
  width: 200px;
}

#loader.none {
  visibility: hidden;
  opacity: 0;
}

.scroll-bar {
  overflow: hidden;
}

@media (max-width: 900px) {

.side-by-side-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

table {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}
}

@media (max-width: 1440px) {

.row {
  display: flex;
  flex-direction: column;
  align-items: center;
}
  
}



@media (max-width: 620px) {
    table {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .special-offers.newfontcl{
      padding: 0 !important;
    }
    .side-by-side-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 40px;
}
 .row {
    align-items: unset; /* or initial to reset it to default */
  }

}