.white-bg {
  background: #FFF;
}

body {
  font-family: "Julee", cursive;
  font-weight: 400;
}

.video-img-div {
  height: 100vh;
  width: 100%;
}

.video-img-div video, .video-img-div img {
  width: 100% !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: #C9A485;
}

body {
  background: #FAFAFA;
}

body .container {
  max-width: 1170px;
  position: relative;
}

h1, h2, h3, h4, h5 {
  color: #000000;
}

.img-border, .radius {
  border-radius: 7px;
}

h1 {
  font-size: 50px;
  line-height: 67px;
  color: #000000;
  margin-bottom: 34px;
}

@media (max-width: 990px) {
  h1 {
    font-size: 24px;
    line-height: 32px;
  }
}

h2 {
  font-size: 35px;
  line-height: 41px;
  color: #9D2928;
  margin-bottom: 34px;
}

@media (max-width: 767px) {
  h2 {
    font-size: 26px;
    line-height: 35px;
  }
}

h2 a:hover {
  color: #791614;
}

.italic {
  font-style: italic;
}

.big-p {
  font-size: 29px;
  line-height: 32px;
  color: #000000;
  font-weight: normal;
}

@media (max-width: 990px) {
  .big-p {
    font-size: 20px;
    line-height: 24px;
  }
}

h5.style-2 {
  font-size: 26px;
}

h5.style-2 span {
  font-style: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 19px;
}

h3 {
  font-size: 45px;
  line-height: 54px;
  color: #000000;
}

@media (max-width: 990px) {
  h3 {
    font-size: 30px;
    line-height: 36px;
  }
}

h4 {
  font-size: 34px;
  line-height: 41px;
  margin-bottom: 30px;
}

@media (max-width: 990px) {
  h4 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}

h5 {
  font-size: 25px;
  line-height: 30px;
}

.h-100vh {
  height: 100vh;
}

.devider {
  background: #D1D1D1;
  width: 100%;
  height: 1px;
}

.x-devider {
  height: 100%;
  background: rgba(112, 112, 112, 0.44);
  width: 1px;
}

.thumb-box img {
  border-radius: 30px;
  width: auto !important;
  height: auto !important;
}

img {
  max-width: 100%;
}

@media (max-width: 990px) {
  .only-desk {
    display: none !important;
  }
}

.only-mob {
  display: none !important;
}

@media (max-width: 990px) {
  .only-mob {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .desk-view {
    display: none !important;
  }
}

.mob-view {
  display: none !important;
}

@media (max-width: 767px) {
  .mob-view {
    display: block !important;
  }
}

.over-flow-hidden {
  overflow: hidden;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.img-100 {
  width: 100% !important;
  height: auto !important;
}

.width-height-auto {
  width: auto !important;
  height: auto !important;
}

.button-1 {
  font-size: 14px;
  height: 49px;
  border-radius: 25px;
  padding-top: 12px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #000;
  border: 1px solid #000;
  display: inline-block;
  font-weight: 500;
  min-width: 265px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.button-1.white {
  color: #FFF;
  border: 1px solid #FFF;
}

.button-1 i {
  width: 0px;
  height: 13px;
  background: url(../images/button-arrow.svg?v1) no-repeat center center;
  opacity: 0;
  visibility: hidden;
  content: "";
  display: inline-block;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: relative;
  top: 2px;
}

.button-1:hover {
  border: none;
  color: #000;
}

.button-1:hover i {
  opacity: 1;
  visibility: visible;
  width: 18px;
  margin-left: 10px;
}

.button-1.view-all {
  min-width: 215px;
}

.button-1.read-more {
  min-width: 195px;
  text-decoration: none;
  color: #000;
}

.button-1.white:hover {
  color: #FFF;
}

button.button-1 {
  padding-top: 0;
}

.read-more {
  color: #C7A386;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-decoration: underline;
  cursor: pointer;
}

.read-more:hover {
  text-decoration: none;
}

.read-more svg {
  margin-right: 10px;
}

.button-1.submit-bttn-main {
  min-width: 160px;
}

.button-1.submit-bttn-main .submit-bttn {
  height: 49px;
  background: none;
  border: none;
  width: auto;
  min-width: initial;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2.5px;
  font-weight: 300;
}

.button-1.submit-bttn-main .submit-bttn:hover {
  color: #000;
}

.button-1.submit-bttn-main i {
  position: absolute;
  right: 20px;
  top: 20px;
}

.button-1::before,
.button-1::after {
  width: 0%;
  height: 0%;
  opacity: 0;
  position: absolute;
  content: "";
}

.button-1::before {
  top: 0;
  right: 0;
  border-top: 1px solid #c8a487;
  border-left: 1px solid #c8a487;
  -webkit-transition: width 0.2s 0.5s ease-out, height 0.15s 0.35s linear, opacity 0s 0.7s;
  transition: width 0.2s 0.5s ease-out, height 0.15s 0.35s linear, opacity 0s 0.7s;
  border-radius: 25px;
}

.button-1::after {
  bottom: 0;
  left: 0px;
  border-bottom: 1px solid #c8a487;
  border-right: 1px solid #c8a487;
  -webkit-transition: width 0.2s 0.15s linear, height 0.15s ease-in, opacity 0s 0.35s;
  transition: width 0.2s 0.15s linear, height 0.15s ease-in, opacity 0s 0.35s;
  border-radius: 25px;
}

.button-1:hover::before,
.button-1:hover::after {
  width: 100%;
  height: 96%;
  opacity: 1;
}

.button-1:hover::before {
  -webkit-transition: width 0.2s ease-in, height 0.15s 0.2s linear, opacity 0s;
  transition: width 0.2s ease-in, height 0.15s 0.2s linear, opacity 0s;
  /* 1,2 */
}

.button-1:hover::after {
  -webkit-transition: width 0.2s 0.35s linear, height 0.15s 0.5s ease-out, opacity 0s 0.3s;
  transition: width 0.2s 0.35s linear, height 0.15s 0.5s ease-out, opacity 0s 0.3s;
}

.button-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-section ul, .accordion-body ul {
  padding-bottom: 10px;
}

.content-section li, .accordion-body li {
  position: relative;
  padding-left: 20px;
  padding-bottom: 20px;
}

.content-section li::before, .accordion-body li::before {
  width: 8px;
  height: 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8px;
          flex: 0 0 8px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 10px;
  background: #C7A386;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: -2px;
}

.content-section p a, .content-section li a, .accordion-body p a, .accordion-body li a {
  color: #c9a485;
}

.content-section p a:hover, .content-section li a:hover, .accordion-body p a:hover, .accordion-body li a:hover {
  text-decoration: underline;
}

.coming-soon-sec {
  height: 100vh;
  width: 100%;
  background: url(../images/bg-main.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 10vh;
  overflow: hidden;
}

@media (max-width: 767px) {
  .coming-soon-sec {
    background: url(../images/bg-main-mob.jpg) no-repeat center center;
    background-size: cover;
  }
}

@media (max-width: 1200px) {
  .coming-soon-sec {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.logo-sec {
  margin-bottom: 75px;
  position: relative;
  z-index: 10;
}

@media (max-width: 1800px) {
  .logo-sec img {
    max-width: 250px;
    margin: 0px auto;
  }
}

.call-number {
  display: inline-block;
}

.copy-right {
  font-size: 10px;
  color: #FCF6E7;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-bottom: 50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.enquire-button-bg {
  position: relative;
}

.enquire-button-bg .enq-link {
  position: absolute;
  bottom: 30px;
  left: 15px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.enquire-button-bg .enq-link:hover {
  bottom: 40px;
}

.enquire-bttn {
  position: absolute;
  right: 30px;
  top: 0;
  z-index: 100;
}

.leaf-img {
  position: absolute;
  left: -100px;
  top: 0;
}

@media (max-width: 1024px) {
  .leaf-img {
    max-width: 200px;
  }
}

.fade-effect {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*=== FADE IN  ===*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.coming-soon-sec.reservation-page {
  height: 400px;
  overflow: hidden;
  background-position: center bottom -130px;
  padding-top: 20px;
}

.coming-soon-sec.reservation-page .logo-sec {
  margin-bottom: 10px;
}

body .picker__list-item {
  padding: 2px 5px;
}

body .rtb-text, body .rtb-textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body .rtb-booking-form .rtb-error {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-size: 13px;
  padding: 0;
  background: none;
  color: red;
  text-align: left;
  margin-top: 6px;
}

body .rtb-booking-form .rtb-error:before {
  display: none;
}

body .rtb-bookings-results {
  float: none;
}

body .rtb-cancel-booking {
  display: none;
}

body .rtb-modification-form {
  max-width: 450px;
  margin: 0px auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .rtb-modification-form .rtb-find-reservation-button {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  float: none;
}

body .reservation {
  max-width: 1000px;
  margin: 0px auto;
  padding: 40px 20px;
}

body .reservation h2 {
  margin-bottom: 25px;
}

body .reservation p {
  font-size: 16px;
  color: #000;
}

body .rtb-booking-form {
  position: relative;
  float: none;
  width: 100%;
  clear: both;
  margin-bottom: 48px;
}

body .rtb-modification-toggle {
  background: #9d2929;
}

body .rtb-modification-toggle:hover {
  background: #000;
}

body .rtb-modification-toggle {
  float: none;
  display: inline-block;
}

body .rtb-booking-form fieldset label {
  text-align: left;
  background: none;
  padding: 0;
  margin-bottom: 10px !important;
}

body .rtb-booking-form form select, body .rtb-booking-form form textarea, body .rtb-booking-form form input, body #stripe-payment-form #cardElement {
  background: none;
  border: 1px solid  #9d2929;
  border-radius: 6px;
}

body .rtb-booking-form fieldset legend {
  text-align: left;
}

body .rtb-booking-form button,
body .rtb-find-reservation-button {
  background: #9d2929;
  color: #FFF;
  height: 44px;
  display: inline-block;
  border: none;
  padding: 0 20px;
  border-radius: 6px;
  float: none;
}

body .rtb-booking-form button:hover,
body .rtb-find-reservation-button:hover {
  background: #000;
}

body .rtb-find-reservation-button {
  padding-top: 10px;
}

body .rtb-booking-form .add-message a {
  padding-top: 10px;
  background: none;
  border: none;
  text-decoration: underline;
  color: #9d2929;
  font-weight: bold;
}

body .rtb-booking-form .add-message a:hover {
  background: none;
  text-decoration: none;
  color: #9d2929;
}

body fieldset.rtb-form-footer {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0;
  float: none;
}

body .rtb-form-submit {
  margin: 0 !important;
}

body .rtb-form-submit button {
  margin: 0 !important;
}

.reservation-footer {
  margin-top: 0px;
  background: #9d2929;
  padding: 20px;
}

.reservation-footer p {
  color: #FFF;
  margin-bottom: 0;
  font-size: 13px;
}

.c-right {
  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;
}

@media (min-width: 767px) {
  .c-right {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .c-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-right a {
  color: #FFF;
  font-size: 15px;
}

.page-template-home-page .reservation-footer {
  display: none;
}

@media (max-width: 767px) {
  .cta-buttons-main {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.cta-buttons-main .cta-bttn {
  background: url(../images/cta-border-bg.svg) no-repeat center center;
  height: 59px;
  width: 318px;
  display: inline-block;
  text-align: center;
  font-size: 30px;
  padding-top: 6px;
  margin: 5px 5px;
  color: #9D2929;
}

.cta-buttons-main .cta-bttn:hover {
  -webkit-filter: brightness(10) invert(1);
          filter: brightness(10) invert(1);
}

.cta-buttons-main {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*# sourceMappingURL=style-landing.css.map */