<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">button,
html,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

h1,
h2 {
  font-family: "Aoboshi One", serif;
}

h2 {
  font-size: 48px;
}

p {
  font-size: 18px;
  font-family: "Noto Serif", serif;
}
.error {
  color: red;
}
a:hover {
  color: #000;
}

/*
===============================================
    PAGE CSS START
===============================================
*/

/* Nav */

.navbar {
  position: absolute;
  top: 0;
  width: 95%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.navbar-collapse ul li a {
  font-size: 15px;
  color: #fff;

  padding: 0.5rem 0 !important;
  margin: 0 0.5rem;
  border: 2px solid transparent;
}

.navbar-collapse ul li a:hover {
  color: #fff;
  border-bottom: 2px solid #fff;
}

.enq-button {
  font-size: 15px;
  width: 150px;
  height: 45px;
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
}
.enq_book_now {
  font-size: 15px;
    width: 150px;
    height: 45px;
    border: 1px solid #c7b168;
    border-radius: 0;
    color: #322c18;
    background: #c7b168;
}
.book_now {
  position: fixed;
  top: 50px;
  right: 60px;
  z-index: 10000;
}
.book_now button {
  padding: 10px 15px;
  color: #00223a;
  font-weight: 600;
  background-color: #8ad4f1;
}
ol, ul {
    padding-left: 4rem!important;
    /* padding-right: 9rem; */
}
dl, ol, ul {
    margin-top: -20px!important;
    margin-bottom: 1rem;
}
button.btn.enq_book_now.book_now:hover {
  background: #ccb068;
  color: #fff;
}
.btn.enq-button.enquire_now:hover {
  background-color: #fff !important;
}
.enq_book_now {
  font-size: 15px;
  width: 150px;
  height: 45px;
  border: 1px solid #c7b168;
  border-radius: 0;
  color: #322c18;
  background: #c7b168;
}

.navbar-collapse button:hover,
.navbar-collapse button:focus {
  color: #00223a;
  background-color: #ffffff;
}

/* Banner */

main {
  background-color: #f0ebdf;
}

.w-90 {
  width: 90%;
}

.banner .text {
  position: absolute;
  margin-top: -400px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  text-align: center;
}

.banner .text h1 {
  font-size: 55px;
  text-transform: uppercase;
  color: #c6b168;
  margin-top: 20px;
}

.banner .text p {
  margin-bottom: 35px;
  color: #fff;
}

.banner .text a i {
  color: #fff;
}

.banner .back {
  font-size: 17px;
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;

  padding: 10px 30px;
  display: block;
  width: 140px;
  margin: 20px auto 0px;
  text-decoration: none;
}

.banner .back:hover,
.banner .back:focus {
  color: #00223a;
  background-color: #fff;
}

/* About  */

.home-about img {
  height: 580px;
  object-fit: cover;
}

.home-about .slide img {
  height: 700px !important;
  object-fit: cover;
}

.home-about .slide .carousel-control-prev {
  background-color: #fff;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  position: absolute;
  top: 45%;
  left: 40px;
  opacity: 1;
}

.home-about .slide .carousel-control-next {
  background-color: #fff;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  position: absolute;
  top: 45%;
  right: 40px;
  opacity: 1;
}

.home-about .slide button .carousel-control-prev-icon {
  background-image: url('../images/la.png');
  background-size: 11px;
  margin-left: -4px;
  margin-top: 4px;
}

.home-about .slide button .carousel-control-next-icon{
  background-image: url('../images/ra.png');
  background-size: 11px;
  margin-left: 1px;
  margin-top: 4px;
}
.home-about h2 {
  margin-top: 80px;
  color: #c6b168;
  text-transform: uppercase;
}

.home-about h3 {
  color: #2c3669;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  margin-top: 20px;
  font-family: "Noto Serif", serif;
}

/* Slider2  */

.slider2 .owl-nav button.owl-prev {
  left: 30px;
  top: 32%;
  color: #a7824a;
  height: 5px;
  background-color: #fff;
  height: 50px;
  width: 50px;
  border-radius: 50px;
}

.slider2 .owl-nav button.owl-next {
  right: 30px;
  top: 32%;
  color: #a7824a;
  height: 5px;
  background-color: #fff;
  height: 50px;
  width: 50px;
  border-radius: 50px;
}

.slider2 .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.slider2 span {
  font-size: 62px;
  position: relative;
  top: -28px;
}

.slider2 img {
  height: 750px;
  object-fit: cover;
}

/* Experience  */

.home-exp h2 {
  color: #fff;
  position: absolute;
  z-index: 1000;
  margin-top: 70px;
  left: 80px;
}

.home-exp h4 {
  font-size: 40px;
  color: #fff;
  font-family: "Noto Serif", serif;
}

.home-exp h2 u {
  padding-bottom: 5px;
}

.home-exp .overlay {
  background-image: linear-gradient(
    to top,
    rgba(255, 255, 255, 0) 0,
    #000 100%
  );
  height: 250px;
  opacity: 0.8;
  width: 100%;
  position: absolute;
  z-index: 10;
}

.slider1 .owl-nav button:focus {
  outline: none;
}

.home-exp .text-box {
  position: relative;
  top: -120px;
  z-index: 1000;
  background-color: rgba(16, 16, 16, 0.9);
}

.home-exp .text-box h2 {
}

.home-exp .text-box h3 {
  font-size: 20px;
  color: #c6b168;
}

.home-exp .text-box img {
  height: 55px;
  width: 55px;
  object-fit: contain;
}

.home-exp .text-box small {
  font-size: 13px;
  font-weight: 300;
  color: #c6b168;
}

.home-exp .text-box p {
  color: #fff;
  opacity: 0.7;
}

/* island exp  */

.island-exp h2,
.culinary_experience h2 {
  color: #c6b168;
  line-height: 60px;
  text-transform: uppercase;
}

.island-exp p,
.culinary_experience p {
  line-height: 30px;
  color: #2c3669;
}

.culinary_experience img {
  height: 400px;
  object-fit: cover;
}

.culinary_experience .owl-carousel .owl-nav button.owl-next {
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: none;
  cursor: pointer;
  position: absolute;
  right: -70px;
  top: 40%;
}
.culinary_experience .owl-carousel .owl-nav button.owl-next span {
  font-size: 46px !important;
  margin-left: -4px;
  top: -15px;
  position: relative;
  color: #a7824a;
}
.culinary_experience .owl-carousel .owl-nav button.owl-prev span {
  font-size: 46px !important;
  margin-left: -4px;
  top: -15px;
  position: relative;
  color: #a7824a;
}
.culinary_experience .owl-carousel .owl-nav button.owl-prev {
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 40%;
  left: -70px;
}

.location {
  background-image: url("../images/rdl-map.png");
  background-size: 100% 100%;
  height: 500px;
}

.location .card {
  width: 450px;
  height: 365px;
  float:right;
}

.location .card img {
  height: 200px;
  object-fit: cover;
}

.location .card h2 {
  font-size: 28px;
  color: #c6b168;
  text-transform: uppercase;
}

.location .card p {
  font-size: 16px;
}

.people img {
  height: 420px;
  object-fit: cover;
}

.middle_nowhere {
  margin-top: -150px;
}

/* Slider */
.slider,
.slider3 {
  width: 100%;
  padding: 140px 0;
}

.slider h2,
.slider3 h2 {
  color: #876b33;
  line-height: 49px;
}

.slider .gallery,
.slider3 .gallery {
  width: 100%;
  margin-top: 50px;
  position: relative;
}

.slider .gallery-container,
.slider3 .gallery-container {
  align-items: center;
  display: flex;
  height: 400px;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}

.slider .gallery-item,
.slider3 .gallery-item {
  height: 420px;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 365px;
  z-index: 0;
}

.slider .gallery-item img,
.slider3 .gallery-item img {
  width: inherit;
  height: inherit;
  border: 1px solid #707070;
  border-bottom: 0;
  box-shadow: 0px -5px 10px -5px rgba(0, 0, 0, 0.5);
  object-fit: cover;
}

.slider .gallery-item-1,
.slider3 .gallery-item-1 {
  left: 12%;
  opacity: 1;
  transform: translateX(-50%);
}

.slider .gallery-item-1 p,
.slider3 .gallery-item-1 p,
.slider .gallery-item-5 p,
.slider3 .gallery-item-5 p {
  font-size: 1px;
}

.slider .gallery-item-2,
.slider3 .gallery-item-2,
.slider .gallery-item-4,
.slider3 .gallery-item-4 {
  height: 520px;
  opacity: 1;
  width: 555px;
  z-index: 1;
}

.slider .gallery-item-2 p,
.slider3 .gallery-item-2 p,
.slider .gallery-item-4 p,
.slider3 .gallery-item-4 p {
  font-size: 1px;
}

.slider .gallery-item-2,
.slider3 .gallery-item-2 {
  left: 27%;
  transform: translateX(-50%);
}

.slider .gallery-item-3,
.slider3 .gallery-item-3 {
  height: 600px;
  opacity: 1;
  left: 50%;
  transform: translateX(-50%);
  width: 880px;
  z-index: 2;
}

.slider .gallery-item-4,
.slider3 .gallery-item-4 {
  left: 73%;
  transform: translateX(-50%);
}

.slider .gallery-item-5,
.slider3 .gallery-item-5 {
  left: 88%;
  opacity: 1;
  transform: translateX(-50%);
}

.slider .gallery-controls,
.slider3 .gallery-controls3 {
  position: absolute;
  top: 11em;
  width: inherit;
}

.slider .gallery-controls button,
.slider3 .gallery-controls3 button {
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: none;
  cursor: pointer;
  position: absolute;
}

.slider .gallery-controls button:focus,
.slider3 .gallery-controls3 button:focus {
  outline: none;
}

.slider .gallery-controls button span.hide,
.slider3 .gallery-controls3 button span.hide {
  display: none;
}

.slider .gallery-controls-previous,
.slider3 .gallery-controls-previous {
  left: -2.2em;
}

.slider .gallery-controls-previous::before,
.slider3 .gallery-controls-previous::before {
  content: "â€¹";
  display: inline-block;
  color: #a7824a;
  font-size: 35px;
  padding: 0px;
  margin-left: -2px;
  margin-top: -3px;
}

.slider .gallery-controls-next,
.slider3 .gallery-controls-next {
  right: -1.6em;
}

.slider .gallery-controls-next::before,
.slider3 .gallery-controls-next::before {
  content: "\203A";
  display: inline-block;
  color: #a7824a;
  font-size: 35px;
  padding: 0px;
  margin-left: 2px;
  margin-top: -3px;
}

/* End Banner */

.end-banner img {
  height: 750px;
  object-fit: cover;
}

/* Contact */

.contact h2 {
  color: #fff;
  text-transform: uppercase;
}

.contact h3 {
  color: #fff;
  text-transform: uppercase;
  font-family: "Noto Serif", serif;
  font-weight: 300;
  text-align: center;
}

.contact label {
  margin-bottom: 10px;
  color: #fff;
}

main .contact {
  display: inline-block;
  width: 100%;
  background-color: #a7824a;
  padding: 60px 0px;
  /* background-image: url("../images/fbg.png"); */
  background-position: bottom;
  background-repeat: no-repeat;
  /* background-size: 100%; */
}

.contact hr {
  margin-top: 100px;
  border: 1px solid #8e6a34;
  opacity: 1;
}

/* Footer  */

footer {
  padding: 80px;
}

footer .top {
  justify-content: center;
}

footer .bottom {
  justify-content: center;
}

footer .top p {
  color: #fff;
}

footer p a {
  color: #fff;
  text-decoration: none;
}

footer .bottom p a {
  font-size: 16px;
}

footer .bottom p a i {
  position: relative;
  top: -3px;
  margin-right: 5px;
}

.enquire_now {
  position: absolute;
  bottom: 30px;
  right: 60px;
  z-index: 10000;
  background-color: #ccb06800 !important;
  border-color: #fff !important;
  color: #fff;
  font-weight: 600;
}

.enquire_now button {
  padding: 10px 15px;
  color: #00223a;
  font-weight: 600;
  background-color: #ccb068;
}

.fixed-footer {
  display: none;
}

/* Contact Us */
.contact {
  float: left;
  width: 100%;
  background-color: #f2f2f2;
  padding: 60px 0px;
}
.contact .form-wrap {
  margin: auto;
}
.contact .form-wrap .error {
  color: red;
}
.contact .form-wrap input {
  border: 1px solid #bebebe;
  border-radius: 3px;
  min-height: 57px;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Quattrocento", sans-serif;
}
.contact .form-wrap textarea {
  border: 1px solid #bebebe;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Quattrocento", sans-serif;
}
.contact .form-wrap select {
  border: 1px solid #bebebe;
  border-radius: 3px;
  min-height: 57px;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Quattrocento", sans-serif;
  margin-bottom: 1rem;
  color: #848484 !important;
  padding: 0px 15px;
}
.contact .form-wrap .resort {
  border: 1px solid #bebebe;
  background-color: #fff;
  border-right: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  min-height: 57px;
  font-size: 15px;
  font-family: "Quattrocento", sans-serif;
  font-weight: 600;
  width: 20%;
  text-align: center;
  padding: 15px 0px;
  float: left;
  color: #848484;
}
.contact .form-wrap #property {
  width: 80%;
  float: right;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.contact .form-wrap .about-us {
  border: 1px solid #bebebe;
  background-color: #fff;
  border-right: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  min-height: 57px;
  font-size: 15px;
  font-family: "Quattrocento", sans-serif;
  font-weight: 600;
  width: 45%;
  text-align: center;
  padding: 15px 0px;
  float: left;
  color: #848484;
}
.contact .form-wrap #aboutUs {
  width: 55%;
  float: right;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.contact .form-wrap input[type="submit"] {
  width: 100%;
  background-color: #5e4a22;
  font-size: 17px;
  border: none;
}

.contact .form-wrap input[type="submit"]:hover {
  background-color: #5e4a22;
}

@media (min-width: 768px) and (max-width: 991px) {
  .contact .form-wrap .about-us {
    width: 50%;
  }
  .contact .form-wrap #aboutUs {
    width: 50%;
  }
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-group {
  margin-bottom: 1rem;
  padding: 7px;
}

a {
  color: #000000;
  text-decoration: none;
}
</pre></body></html>