@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;800&display=swap");
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@use "style";
#booking,
.hotel_booking {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: white;
  border-radius: 10px;
  z-index: 50;
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  -webkit-backdrop-filter: blur(10px) saturate(180%);
          backdrop-filter: blur(10px) saturate(180%);
}

#booking .dates,
.hotel_booking .dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

#booking .dates div,
.hotel_booking .dates div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px;
}

#booking .title,
.hotel_booking .title {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}

#booking .date,
.hotel_booking .date {
  background-color: white;
  -webkit-box-shadow: 5px 6px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 6px 15px rgba(0, 0, 0, 0.1);
  padding: 10px 18px;
}

#booking .date span,
.hotel_booking .date span {
  text-align: center;
}

#booking .date span:nth-child(1),
.hotel_booking .date span:nth-child(1) {
  font-size: 14px;
}

#booking .date span:nth-child(2),
.hotel_booking .date span:nth-child(2) {
  font-size: 24px;
  font-weight: 500;
}

#booking .date span:nth-child(3),
.hotel_booking .date span:nth-child(3) {
  font-size: 10px;
}

#booking .date i,
.hotel_booking .date i {
  margin: unset;
}

#booking .message,
.hotel_booking .message {
  text-align: center;
}

#booking .message ul,
.hotel_booking .message ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#booking .message li:not(:last-child),
.hotel_booking .message li:not(:last-child) {
  margin-right: 50px;
}

#booking .message li:before,
.hotel_booking .message li:before {
  content: "\f00c";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #66BB6A;
  font-size: 24px;
  margin-right: 10px;
}

#booking .button,
.hotel_booking .button {
  text-align: center;
}

.rooms {
  text-align: center;
}

.rooms h1 {
  font-size: 40px;
  font-weight: 700;
  color: #CC9645;
  letter-spacing: 1.5px;
}

.rooms h2 {
  font-size: 40px;
  font-weight: 800;
  color: #CC9645;
  text-transform: uppercase;
}

.rooms h3 {
  font-size: 20px;
  font-weight: 600;
  color: #414141;
  color: #6e5b2a;
}

.rooms i {
  margin-right: 10px;
}

.rooms ul {
  padding: unset;
}

.rooms .book {
  margin: 20px 0;
}

.rooms .about_hotel {
  font-weight: 300;
  text-align: left;
  -webkit-transform: scale();
          transform: scale();
  font-size: 20px;
}

.rooms .about h2 {
  font-weight: 300;
  font-size: 25px;
}

.rooms .content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
      grid-template-columns: 2fr 1fr;
  max-width: 1500px;
  margin: 0 auto;
  margin-top: 100px;
}

.rooms .col {
  padding: 10px;
}

.rooms .hotel_grid {
  display: -ms-grid;
  display: grid;
  gap: 100px;
  max-width: 1500px;
  margin: 25px auto;
}

.rooms .left_50 {
  -ms-grid-columns: 3fr 2fr;
      grid-template-columns: 3fr 2fr;
  min-height: 600px;
}

.rooms .right_50 {
  -ms-grid-columns: 2fr 3fr;
      grid-template-columns: 2fr 3fr;
  min-height: 500px;
}

@media only screen and (max-width: 1000px) {
  .rooms .right_50,
  .rooms .left_50 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.rooms .hg_bg {
  background-color: #FAF9F5;
}

.rooms .slider img {
  height: unset;
}

.rooms .center_column {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0px 20px;
  text-align: left;
}

.rooms .center_column h2 {
  font-size: 40px;
  font-weight: 800;
  color: #CC9645;
  position: relative;
  display: inline;
}

.rooms .center_row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rooms .bg {
  background-position: center;
  background-size: cover;
}

.rooms .why {
  padding: 20px;
  min-width: 250px;
  width: 90%;
  margin: 0 auto;
}

.rooms .why h3 {
  text-align: left;
  font-size: 1.5rem;
}

.rooms .why div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px;
}

.rooms .why i {
  color: #3f9770;
  font-size: 64px;
  margin-right: 15px;
}

.rooms .why ul {
  text-align: left;
  margin: 0;
  padding: 0;
}

.rooms .why ul li {
  margin: 10px 0;
}

.rooms .read_more {
  font-size: 15px;
  letter-spacing: 5px;
}

.rooms .img {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
}

.rooms .overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 50;
  width: 100%;
  height: 350px;
  font-size: 20px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.55);
}

.rooms .offer_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.5rem;
  font-weight: 900;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px;
  position: relative;
  background-position: center;
  background-size: cover;
  z-index: 0;
  color: white;
}

.rooms .offer_section::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -3;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.rooms .featuers_main {
  margin: 100px auto;
  max-width: 1500px;
}

.rooms .featuers_main ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (33.33%)[auto-fill];
      grid-template-columns: repeat(auto-fill, 33.33%);
  row-gap: 50px;
  padding: 0;
}

.rooms .featuers_main li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 25px;
  text-align: left;
}

.rooms .featuers_main i {
  font-size: 30px;
  color: #CC9645;
  text-align: left;
}

.rooms .featuers {
  position: relative;
  padding: 70px;
  margin: 50px 0;
  z-index: 0;
  background-position: center;
  background-attachment: fixed;
}

.rooms .featuers::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -3;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.rooms .featuers .wrap {
  background-color: #faf9f5;
  display: block;
  padding-top: 20px;
}

.rooms .featuers ul {
  z-index: 99;
  -webkit-columns: 5;
          columns: 5;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (20%)[auto-fit];
      grid-template-columns: repeat(auto-fit, 20%);
  padding: 50px;
  max-width: 1500px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 1000px) {
  .rooms .featuers ul {
    -ms-grid-columns: (150px)[auto-fit];
        grid-template-columns: repeat(auto-fit, 150px);
  }
}

.rooms .featuers li {
  text-align: left;
  margin: 10px;
}

.rooms .featuers i {
  margin-right: 10px;
  font-size: 26px;
  color: #414141;
}

@media only screen and (max-width: 1000px) {
  .rooms .featuers li {
    text-align: center;
  }
  .rooms .featuers i {
    display: block;
  }
}

.rooms .rooms {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 2fr;
      grid-template-columns: 3fr 2fr;
  gap: 20px;
}

@media only screen and (max-width: 1000px) {
  .rooms .rooms {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .rooms .rooms .hotel_booking {
    display: none;
  }
  .rooms .rooms i {
    display: block;
  }
  .rooms .rooms li {
    padding: 0 10px;
  }
}

.rooms .rooms h2 {
  font-size: 36px;
  font-weight: 500;
}

.rooms .rooms h3 {
  font-size: 17px;
  font-weight: 300;
  margin: unset;
}

.rooms .rooms ul {
  padding: 0;
  margin: 0;
}

.rooms .rooms li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 10px 0;
  margin-bottom: 50px;
}

.rooms .rooms li div {
  text-align: left;
  margin-top: 10px;
}

.rooms .room_featuers ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.rooms .room_featuers li {
  display: inline-block;
  font-weight: 200;
  margin: 2px;
}

.rooms .room_featuers li i {
  margin-right: 10px;
  color: #CC9645;
}

.hotel_booking {
  position: -webkit-sticky;
  position: sticky;
  top: 125px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px;
}

.gallery {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 5px;
          column-gap: 5px;
  -ms-grid-columns: (minmax(200px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  margin: 0 auto;
  max-width: 1500px;
  overflow: hidden;
  --aspect-ratio: 1/1;
}

.gallery img {
  position: relative;
  width: 100%;
  height: 100%;
}

.reviews {
  max-width: 1500px;
  margin: 0 auto;
}

.reviews img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.reviews .stars {
  color: #cece73;
}

.reviews .review {
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(150px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}

.reviews .review li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(146, 146, 146, 0.2);
  padding: 20px;
}

.location {
  width: 100%;
  height: 600px;
}

@media only screen and (max-width: 1000px) {
  .location {
    height: 500px;
  }
}

@media only screen and (max-width: 1000px) {
  .mobile_reverse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.contact i {
  margin-right: 5px;
}

.contact form {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 500px;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact form > * {
  margin: 10px 0;
}

.contact input,
.contact textarea {
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.h {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

@use "style";
#footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 100px;
}

#footer .social {
  color: #CC9645;
  font-size: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
}

#footer .social a {
  margin: 0 10px;
}

#footer .contact {
  font-weight: 400;
}

#footer .contact a:nth-child(1):after {
  content: "|";
  display: inline;
  margin: 0 10px;
}

#footer .links ul,
#footer .hotels ul {
  padding: unset;
}

#footer .links li,
#footer .hotels li {
  display: inline-block;
  margin: 0 10px;
}

#footer .hotels {
  padding: 10px 0;
  border-top: 1px solid rgba(130, 130, 136, 0.173);
  border-bottom: 1px solid #8282882c;
  margin: 20px;
}

#footer .tb {
  text-align: center;
  font-size: 12px;
}

#footer .tb img {
  margin-top: 10px;
  height: 50px;
}

.sliderBox {
  overflow-x: hidden;
  overflow-y: hidden;
  max-width: 100%;
  max-height: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: relative;
  border-radius: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.sliderBox:hover > .sliderButtons {
  opacity: .7;
}

.slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
  height: 500px;
}

.slider picture {
  min-width: 100%;
  min-height: 100%;
}

.slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.slider_contain img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.sliderButtons {
  position: absolute;
  margin: auto 0;
  top: 50%;
  border: none;
  background: none;
  color: white;
  opacity: 0;
  font-size: 32px;
  outline: none;
  cursor: pointer;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  text-shadow: 2px 2px 18px #00000077;
  padding: 20px;
}

.right {
  right: 0.5em;
}

.left {
  left: 0.5em;
}

.dotBox {
  position: absolute;
  width: 100%;
  bottom: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: .7;
}

.dot {
  border: 0.5px solid white;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  margin: 0 2px;
}

.active {
  background-color: white;
}

.saveForLater,
.overlay i,
.sliderButtons {
  /*Smarthphone touchcherrns*/
  /* stylus-based screens */
  /* Nintendo Wii controller, Microsoft Kinect */
}

@media (hover: none) and (pointer: coarse) {
  .saveForLater,
  .overlay i,
  .sliderButtons {
    opacity: .7;
  }
}

@media (hover: none) and (pointer: fine) {
  .saveForLater,
  .overlay i,
  .sliderButtons {
    opacity: .7;
  }
}

@media (hover: hover) and (pointer: coarse) {
  .saveForLater,
  .overlay i,
  .sliderButtons {
    opacity: .7;
  }
}

.scrolling_list h2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media only screen and (max-width: 600px) {
  .scrolling_list h2 {
    font-size: 24px;
  }
}

.scrolling_list .window {
  overflow: hidden;
  height: 41px;
  display: inline-block;
  text-align: left;
  margin-left: 10px;
}

@media only screen and (max-width: 600px) {
  .scrolling_list .window {
    height: 32px;
  }
}

.scrolling_list ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: unset;
  margin: unset;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 45px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.scrolling_list li {
  height: 45px;
}

.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 85vh;
  min-height: 900px;
  max-height: 1080px;
}

.top .gf {
  bottom: 0;
  left: 0;
  margin: 10px;
  position: relative;
  margin: 10px auto;
  display: table;
}

.top .gf .re {
  position: absolute;
  bottom: 17px;
  right: 10px;
  color: #fff;
  font-size: 12px;
  padding: 2px 10px;
  border-radius: 2px;
  background-color: #00AFEF;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

.top .gf .re:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.top .video,
.top .main_image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.top .overlay {
  text-transform: uppercase;
  color: white;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 20;
}

.top .overlay .img {
  margin-top: 20px;
  max-width: 30vw;
}

@media only screen and (max-width: 600px) {
  .top .overlay .img {
    max-width: 70vw;
  }
}

.top .overlay span {
  text-align: center;
  line-height: 0.9;
  font-size: 1.5rem;
  max-width: 30vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 600px) {
  .top .overlay span {
    font-size: 3rem;
  }
}

.top .overlay span b {
  text-align: center;
  font-weight: inherit;
  font-size: 8rem;
}

@media only screen and (max-width: 600px) {
  .top .overlay span b {
    font-size: 4rem;
  }
}

@media only screen and (max-width: 1000px) {
  .top #booking {
    display: none;
  }
}

.discover {
  text-align: center;
  line-height: 0.9;
  font-weight: 500;
  font-size: 4rem;
  text-transform: uppercase;
  background-attachment: fixed;
  background-position: bottom;
  padding: 20px;
  color: white;
  margin: 20px;
  max-width: 100%;
}

@media only screen and (max-width: 600px) {
  .discover {
    margin: unset;
    font-size: 3rem;
  }
}

.discover b {
  text-align: center;
  font-weight: inherit;
  font-size: 8rem;
  width: 100%;
  display: block;
}

@media only screen and (max-width: 600px) {
  .discover b {
    font-size: 2rem;
  }
}

.discover img {
  max-width: 100vw;
  height: 100px;
  display: inline-block;
}

p {
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  line-height: 2.6rem;
}

.about {
  margin: 0 auto;
  width: 50%;
  font-weight: 300;
  padding: 60px 0;
  line-height: 2.6rem;
}

@media only screen and (max-width: 600px) {
  .about {
    width: 100%;
    padding: 60px 15px;
    line-height: 2rem;
  }
}

.grid {
  display: -ms-grid;
  display: grid;
}

.four {
  -ms-grid-columns: (minmax(400px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 50px;
  padding: 20px;
  row-gap: 150px;
}

@media only screen and (max-width: 600px) {
  .four {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    max-width: 100%;
  }
}

.four h3 {
  font-size: 22px;
  font-weight: 700;
  margin-top: 10px;
}

.about_tiles {
  position: relative;
}

.about_tiles div {
  padding: 50px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: white;
  height: 400px;
  font-size: 28px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

@media only screen and (max-width: 600px) {
  .about_tiles div {
    padding: 50px 0px;
  }
}

.about_tiles div .title {
  font-size: 28px;
  font-weight: 400;
}

@media only screen and (max-width: 600px) {
  .about_tiles div .title {
    font-size: 1.5rem;
  }
}

.about_tiles div .extra {
  font-size: 23px;
  font-weight: 300;
  text-align: right;
}

@media only screen and (max-width: 600px) {
  .about_tiles div .extra {
    margin-top: 20px;
    font-size: 1.2rem;
  }
}

.about_tiles span {
  z-index: 20;
  display: block;
}

@media only screen and (max-width: 600px) {
  .about_tiles div,
  .about_tiles span,
  .about_tiles .extra {
    text-align: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}

.about_tiles h2 {
  margin: 15px 0;
}

.bg_img {
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  background-size: cover;
}

.bg_img:hover {
  -webkit-filter: saturate(0);
          filter: saturate(0);
}

.collection1 {
  color: white;
}

.collection1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: unset;
}

.collection1 ul li {
  min-height: 364px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 24px;
  font-weight: 400;
}

.collection {
  margin-top: 100px;
  padding: 100px 0;
  background-color: #FAFAFA;
  background: url("/images/Zig-Zag1.svg");
  background-repeat: repeat;
}

.collection ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(400px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 20px;
  row-gap: 150px;
  padding: 20px;
  margin: unset;
}

@media only screen and (max-width: 600px) {
  .collection ul {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    max-width: 100%;
  }
}

.collection ul li {
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: white;
  font-size: 20px;
  padding: 20px;
}

.header {
  position: relative;
  display: block;
  margin: 50px 0;
}

.terms {
  line-height: 2.2em;
}

.terms h3 {
  margin-top: 50px;
}

.terms p {
  line-height: inherit;
}

.terms > li {
  margin: 100px auto;
}

.covid {
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px;
}

.covid .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(300px, 1fr))[2];
      grid-template-columns: repeat(2, minmax(300px, 1fr));
  gap: 25px;
}

.covid h3 {
  font-size: 1.5em;
}

.covid li:not(:last-child) {
  margin-bottom: 20px;
}

.light_box_overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 9999;
  padding: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.light_box_overlay:before {
  content: "Close X";
  color: white;
  font-size: 1.5em;
  position: absolute;
  top: 10;
  right: 0;
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

header {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  background-color: white;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: min-content 1fr;
      grid-template-rows: -webkit-min-content 1fr;
      grid-template-rows: min-content 1fr;
  -ms-grid-columns: 10px 1fr minmax(600px, auto) 10px;
      grid-template-columns: 10px 1fr minmax(600px, auto) 10px;
  z-index: 99;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

header .messages {
  -ms-grid-row: 1;
  grid-row: 1;
  grid-column: 1 / -1;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  width: 100%;
  background-color: #CC9645;
  color: white;
  text-align: right;
  padding: 5px 30px;
  font-size: 12px;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header *:not(:first-child) {
  -ms-grid-row: 2;
  grid-row: 2;
}

header .logo {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  margin: 10px 0;
}

header .logo .img {
  max-height: 80px;
}

header .logo a {
  display: block;
}

header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
  padding: 0;
}

@media only screen and (min-width: 800px) {
  header ul {
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
}

header ul a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 8px;
  text-align: center;
}

header ul li {
  display: block;
  position: relative;
  padding: 0.2em 0;
}

header ul li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #CC9645;
  -webkit-transition: opacity 300ms, -webkit-transform 300ms;
  transition: opacity 300ms, -webkit-transform 300ms;
  transition: opacity 300ms, transform 300ms;
  transition: opacity 300ms, transform 300ms, -webkit-transform 300ms;
  opacity: 1;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
}

header ul li:hover::after, header ul li:focus::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

header .mobile_menu {
  display: none;
}

@media only screen and (max-width: 800px) {
  header {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -ms-grid-columns: 10px auto auto 10px;
        grid-template-columns: 10px auto auto 10px;
  }
  header .mobile_menu {
    display: block;
    margin-left: auto;
    margin-right: 10px;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    font-size: 20px;
    padding: 10px;
    cursor: pointer;
  }
  header .overlay {
    content: "";
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    z-index: 1;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
  }
  header ul {
    -webkit-transition: inherit;
    transition: inherit;
    position: fixed;
    background-color: white;
    color: black;
    right: 0;
    top: 0;
    display: block;
    height: 100vh;
    margin: 0;
    padding: 50px;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    z-index: 999999;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    grid-column: 3 / -1;
  }
  header ul a {
    display: block;
  }
  header ul li {
    display: block;
    margin: 25px 0;
    text-align: left;
    font-size: 14px;
  }
  header ul li:after {
    content: "";
    display: block;
    margin-top: 15px;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
  }
}

.scrolled {
  background-color: white;
  color: inherit;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

#tbg_booking_widget {
  font-family: 'Montserrat', sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#tbg_booking_widget * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#tbg_booking_widget .booking_type_selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  column-gap: 10px;
}

#tbg_booking_widget .booking_type_selector span {
  border: 1px solid #d0cbc9;
  padding: 5px 10px;
  border-bottom: 0px;
  text-transform: uppercase;
  background-color: #f0f0f0;
  cursor: pointer;
}

#tbg_booking_widget .booking_type_selector .selected {
  background-color: white;
}

#tbg_booking_widget .booking_container {
  background-color: #F8F7F9;
  padding: 10px 10px;
  /*   width: -webkit-fit-content; */
  /*   width: -moz-fit-content; */
  margin: 0 auto;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px 3px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px 3px;
}

@media screen and (max-width: 990px) {
  #tbg_booking_widget .booking_container {
    width: 100%;
  }
}

#tbg_booking_widget label {
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 10px;
  padding: 2px;
  color: #272727;
}

#tbg_booking_widget form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}

@media screen and (max-width: 990px) {
  #tbg_booking_widget form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#tbg_booking_widget .input_box {
  background-color: white;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#tbg_booking_widget input,
#tbg_booking_widget select {
  font-size: 13px;
  border: none;
  padding: 27px 10px 5px;
  min-width: 56px;
  -webkit-appearance: none;
  background-color: transparent;
}

#tbg_booking_widget input:focus,
#tbg_booking_widget select:focus {
  outline: unset;
}

#tbg_booking_widget input[type='submit'] {
  border: none;
  background-color: #C19437;
  color: white;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-transition: background-color 1s ease;
  transition: background-color 1s ease;
  min-height: 47px;
  padding: 2px 5px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

#tbg_booking_widget input[type='submit']:hover {
  background-color: #a37c2d;
}

#tbg_booking_widget svg {
  height: 1em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 0 5px;
  margin-left: auto;
  margin-top: 27px;
}

#tbg_booking_widget svg path {
  fill: #6e6e6e;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: unset;
  color: inherit;
}

.b {
  fill: white;
}

body,
html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-position: center;
  background-size: cover;
}

p {
  font-size: 22px;
  line-height: 2.5em;
}

h1 {
  font-size: 40px;
  font-weight: 500;
  color: #CC9645;
}

h2 {
  font-size: 3.5rem;
  font-weight: 600;
  color: #CC9645;
  text-transform: uppercase;
}

h3 {
  font-size: 30px;
  font-weight: 600;
  color: #414141;
  color: #6e5b2a;
}

.highlight {
  font-style: unset;
  color: #CC9645;
  font-weight: 600;
}

.content {
  max-width: 1500px;
  margin: 0 auto;
}

.button {
  background-color: #CC9645;
  padding: 10px 18px;
  color: white;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  border: none;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

.button:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.overlay_box {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00000077), to(#F2295B00));
  background-image: linear-gradient(180deg, #00000077 0%, #F2295B00 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.wrapper {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: inherit;
}

.center {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.offers {
  padding: 10px;
  display: inline;
  font-weight: 600;
}

.col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
      grid-template-columns: 2fr 1fr;
  width: 50%;
  margin: 0 auto;
}

.col .about {
  width: unset;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 0px 5px;
}

.img_50 {
  max-height: 100vh;
  min-height: 50vw;
  margin: 0 auto;
}
/*# sourceMappingURL=style.css.map */


