@charset "utf-8";
 * {
     outline: none;
     margin: 0px;
     padding: 0px;
     border: none;
     text-decoration: none;
 font-family: 'InterTight';
     box-sizing:border-box;
}
 body {
     text-decoration: none;
     background:#fff;
 font-family: 'InterTight';
     font-size:16px;
     color:#000;
}
html {
  scroll-behavior: smooth;
}

.header{
  width: 50%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  float: right;
  padding-top: 0.5em;
}
@font-face {
    font-family: 'InterTight';
    src: url('../fonts/InterTight-Light.eot');
    src: url('../fonts/InterTight-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/InterTight-Light.woff2') format('woff2'),
        url('../fonts/InterTight-Light.woff') format('woff'),
        url('../fonts/InterTight-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'InterTight';
    src: url('../fonts/InterTight-Regular.eot');
    src: url('../fonts/InterTight-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/InterTight-Regular.woff2') format('woff2'),
        url('../fonts/InterTight-Regular.woff') format('woff'),
        url('../fonts/InterTight-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'InterTight';
    src: url('../fonts/InterTight-SemiBold.eot');
    src: url('../fonts/InterTight-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/InterTight-SemiBold.woff2') format('woff2'),
        url('../fonts/InterTight-SemiBold.woff') format('woff'),
        url('../fonts/InterTight-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'Cinzel';
  src: url('../fonts/Cinzel-Regular.eot');
  src: url('../fonts/Cinzel-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Cinzel-Regular.woff') format('woff'),
      url('../fonts/Cinzel-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
    font-family: 'InterTight';
    src: url('../fonts/InterTight-Medium.eot');
    src: url('../fonts/InterTight-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/InterTight-Medium.woff2') format('woff2'),
        url('../fonts/InterTight-Medium.woff') format('woff'),
        url('../fonts/InterTight-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'InterTight';
    src: url('../fonts/InterTight-Thin.eot');
    src: url('../fonts/InterTight-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/InterTight-Thin.woff2') format('woff2'),
        url('../fonts/InterTight-Thin.woff') format('woff'),
        url('../fonts/InterTight-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

.sexy-menu.detached  .header-contact {
    display: none;
}


.sexy-menu.detached .tophead{
display: none;
}

.sexy-menu.detached .nav-brand img{
 margin-top: 12px;
    width: 70%;
}
.sexy-menu.detached .large{
display: none;
}
.sexy-menu.detached .small{display: block;}

.wh-top {
    margin-right: 15px;
    display: flex;
    align-items: center;
    position: relative;
}
.nav-menu>li>a{
    margin: 30px 18px;
    display:inline-block;
    position:relative;
    color: #e4dad1;  
    font-size: 1em; line-height: 20px;
    font-family: 'InterTight';
    font-weight: 300;
    font-style: normal; letter-spacing: 1px;
    font-display: swap;
    text-transform: uppercase;
}
.header-phone{
   display: flex !important;    margin-left: 8px !important;
    align-items: center;    margin-top: 26px !important; margin-right: 0px !important
}
.wh-img{ margin-right: 10px; }
.sexy-menu.detached  .header-phone{display: none;}

.nav-menu>li:last-child a,ul.header-social li:last-child,.nav-menu2>li>a:last-child{
  margin-right: 0 !important
}
.nav-menu>li:first-child a{ margin-left: 0 !important }

.center{
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  position: relative;
}

.resp-show{
  display: none !important;
}
.nav-menu>li>a:hover{
 color: #eaaf51
}

.sexy-menu.detached .nav-menu > li > a {
    margin: 30px 18px ;  
}
.sexy-menu.detached  .nav-menu{ border-top:0; }
.sexy-menu.detached .header-phone{
margin: 26px 18px !important;
}

#button {
  display: inline-block;
  background-color: #333;
  line-height: 50px;
  width: 50px;color: #fff;
  height: 50px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}
#button i{color: #fff}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
/*popup*/

#popUp {
    position: fixed;
    width: 400px;
    height: auto;
    background: #009ea8;
    bottom: 8%;
    margin-left: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 9999;
    padding: 1% 2%;
    right:0; opacity: 0
  }

 /* 
#popUp {
  position: fixed;
  width:22%;
  height: auto;
    background-color: #308c91;
  bottom: 25%;
  margin-left: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index:99999;
  padding:2% 2% 2%;
  right:0; opacity: 0
}*/

  #popUp .close {
    position: absolute;
    top: -40px;opacity: 1;
    left: -4%;
    color: #666;
    font-family: inherit;
    font-weight: normal;
    font-size: 1.5em;
    cursor: pointer;
    background-color: #f7f7f7;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  a.button {
    margin: 0 auto;
    text-align: center;
    right: 0;
    left: 0;
    position: absolute;
    width: 120px;
    font-size: 15px;
    color: #fff;
    border-bottom: 2px solid #18729f;
    background: #1c8dc4;
    border-radius: 4px;
    padding: 8px 0;
  }
  #plus {
    position: fixed;
    color: #fff;
    bottom: 56%;
    margin-right: -425px;
    -webkit-transition: all 1.25s ease;
    -moz-transition: all 1.25s ease;
    -o-transition: all 1.25s ease;
    transition: all 1.25s ease;
    cursor: pointer;
    text-align: left;
    z-index: 999;
    width: 100%;
    right:0;
  }
.side-btn {
      position: absolute;
    background: #009ea8;
    color: #d3cfb9;
    font-family: 'InterTight';
    font-weight: normal;
    font-size: 1.06em;
    line-height: 26px;
    display: inline-block;
    padding: 10px 20px;
    transition: all 1.25s ease;
    right: 7px;
    width: 35px;
    word-wrap: break-word;
    text-align: center;
}
.side-btn span {
    display: flex;
    font-family: 'InterTight';
    font-weight: normal;
    align-items: center;
    justify-content: center;
}
 .mob-icon {display: none;}
  #plus::after {
    display: block;
    display: relative;
  }
  .mob-txt{ display: block; text-transform: capitalize; font-style:normal;font-family:'Intertight';
  font-weight: 500;}


.side-form input[type="text"],
.side-form textarea
{
    background: #fff;
    color: #3f3f3f;
    width: 100%; font-family: 'Intertight';
    font-weight: normal;
    padding: 15px 20px;
}
.form-group{margin-bottom: 15px}
.side-form-title {
    font-size: 1.333em;
        color: #fff;
    text-transform: uppercase;
    line-height: 30px;
     font-family: 'Intertight';
    font-weight: normal;
    text-align: center;margin-bottom: 20px;
}
.home-img-landsc {
    display: none !important;
}
.carousel-indicators .active,.carousel-indicators li{
    width: 12px!important;
    height: 12px!important; border:0 !important;
}
.carousel-indicators .active{  background: #d39c4a !important  }

.carousel-indicators li{
  background: #6a4020 !important; margin: 0 3px !important;
      border-radius: 0;
    transform: rotate(45deg);
}
.carousel-indicators{
  bottom: 50px!important;
}
body.home .sexy-menu{position: fixed; }
/**/
 .clear {
     clear: both 
}
 audio, ::selection{
     background: #daa289!important;
     color: #fff !important;   
}
span::selection {   -webkit-background-clip: unset!important;
    -webkit-text-fill-color: #fff !important; background: #daa289 !important; }
::-moz-selection {
   color: #fff !important;
}

 .grecaptcha-badge{
     display:none !important;
}
 .img-full{
     width: 100%;
     height:auto;
     display: block 
}
 .img-responsive {
     max-width: 100%;
     height:auto;
}

 .logo1{
     display:none 
}
 .banner-wraper{
     width:100%;
     height:auto;
     position:relative;
     z-index:9; 
     height: 100vh;
     overflow: hidden; 
}
.sexy-menu.detached .navigation{
  top: 0
}

 .whats-app{
    position:fixed;
        bottom: 20vh;
    right:10px;
    width: 60px;
    z-index:99;
    animation: bounce 2s infinite;
}
.whats-app img {
  width: 40px;
  float: right;
}

/*
.whats-app img{
    animation-name:floating;
    animation-duration:3s;    width: 100%;
    animation-iteration-count:infinite;
    animation-timing-function:ease-in-out;
    opacity:1;
}
.whats-app:hover img{
    opacity:1
}
@keyframes floating{
    from{
        transform:translate(0,0)
    }
    65%{
        transform:translate(0,15px)
    }
    to{
        transform:translate(0,0)
    }
}*/
/*
.chatbox{
  height: 60px;
  width: auto;
  position: fixed;
  bottom: 10px;
  right: 20px;
  animation: bounce 2s infinite;
}*/

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
  }
  40% {
      transform: translateY(-30px);
  }
  60% {
      transform: translateY(-15px);
  }
}

/*banner*/
.hero-text-area {
    position: absolute;
    z-index: 1;
    display: inline-block;
    max-height: 100%;
    white-space: normal;
    transform: translate( 0%,-50%);
    top: 50%; right: 12%; text-align: center;
}

.inner-text{
    font-size: 4.125em;  text-transform: uppercase;
    font-style: normal; 
    font-family: 'Cinzel'; font-weight:normal;
    color: #1d8187;    position: relative;
    line-height: 65px; 
    text-align: left; 
}
.inner-span{
    font-size: 1.563em;   
    font-style: normal; 
    font-family: 'Cinzel'; font-weight:normal;
    color: #1d8187;    position: relative;
    line-height:1;  display: block; 
    text-align: left; letter-spacing: 2px;
}
.featured-text{
    font-size: 2.01em;  
    font-style: normal; 
    font-family: 'Satisfy'; font-weight: 300;
    color: #5d4a3b;    position: relative; 
    line-height:34px;  text-align: left;
    position: absolute; bottom: 7%; left: 10%;
  }

  .desk-view{ display:block }
  .mob-view{display: none }
  .d-container {
    width: 100%;padding-left: 15%;padding-right: 15%;
}
.welcome-wrap{
  width: 100%;
  height: auto;
  padding-top: 75px;
}
.welcome-pic{
  width: 56.5%;
  height: auto;
  float: left;
}
.welcome-wrap .d-container{
  display: flex;
  align-items: center;
}
.welcome-content{
  width: 43.5%;
  height: auto;
  float: left;
  padding-left: 5%;
}
.welcome-content-title{
  font-size:2.125em;
  text-transform: uppercase;
  font-style: normal;
  font-family: 'Cinzel';
  font-weight: normal;
  color: #1d8187;
  position: relative;
  line-height:1.3;
  text-align: left;
  margin-bottom: 0.25em;
}
.welcome-content p{
  width: 100%;
  height: auto;
  font-size: 1em;
  line-height: 1.5;
  font-family: inherit;
  font-weight:300;
  color: #333;
}
.sanctury-wrap{
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 105px;
}
.sanctury-wrap-bg{
  width: auto;
  max-width: 100%;
  position: absolute;
  bottom: 8em;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
.sanctury-title {
  font-size: 2.25em;
  text-transform: uppercase;
  font-style: normal;
  font-family: 'Cinzel';
  font-weight: normal;
  color: #1d8187;
  position: relative;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 0.25em;
}
.sanctury-title span{
  font-size: 1em;
  text-transform: uppercase;
  font-style: normal;
  font-family: 'Cinzel';
  font-weight: normal;
  color: #333;
}
.sanctury-wrap p{
  width: 100%;
  height: auto;
  font-size: 1em;
  line-height: 1.5;
  font-family: inherit;
  font-weight:300;
  color: #333;
  text-align: center;
}
.santury-bottom{
  width: 100%;
  padding: 65px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0px;
}
.sanctury-left{
  width: 45%;
  height:auto;
  display: flex;
  align-items: center;
}
.sanctury-line{
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.sanctury-left::after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 19px;
  margin-bottom: -6px;
  background: url(../images/sanctury-left-pic.png);
}
.sanctury-left-mid{
  width: auto;
  height: auto;
}
.sanctury-right{
  width: 45%;
  height: auto;
  display: flex;
  align-items: center;
}
.sanctury-right::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 19px;
  margin-bottom: -6px;
  background: url(../images/sanctury-right-pic.png);
}
.santury-bottom-line{
  width: 1px;
  height: 40px;
  margin: 30px auto;
  background-color: #ccc;
}
.amineties{
  width: 100%;
  height: auto;
}
.amineties p{
  width: 100%;
  height: auto;
  font-size: 1em;
  line-height: 1.5;
  font-family: inherit;
  font-weight:300;
  color: #333;
  text-align: center;
}
.aminities-container{
  width: 100%;
  padding:35px 2%;
}
.sliding-cottages{
  width: 37.5%;
  height: auto;
  float: left;
}
.amenities-for{
  width: 62.5%;
  height: auto;
  float: left;
}
.amenities{
  width: 22%;
  margin-left: 3%;
  float: left;
}
.amenities-pic{
  width: 100%;
  height: auto;
  
}
.amenities-title{
  width: 100%;
  height: auto;
  text-align: left;
  color: #333;
  font-size: 1.25em;
  font-family: inherit;
  font-weight: 300;
  margin: 0.5em 0em;
}
.sliding-cottages p{
  width: 100%;
  height: auto;
  font-size: 1em;
  line-height: 1.5;
  font-family: inherit;
  font-weight:300;
  color: #333;
  text-align:left;
}
.amenities p{
  width: 100%;
  height: auto;
  font-size: 1em;
  line-height: 1.5;
  font-family: inherit;
  font-weight:300;
  color: #333;
  text-align:left;
}
.commitment-wraper{
  width: 100%;
  height: auto;
  padding: 110px 0px;
  display: flex;
  align-items: center;
  padding-right: 10%;
}
.commitment-pic{
  width: 52%;
  height: auto;
  float: left;
}
.commitment-content{
  width: 58%;
  height: auto;
  float: left;
  box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 24px;
  position: relative;
  padding: 50px 50px;
  margin-left: -14%;
  background: url(../images/commitment-bg.jpg) no-repeat;
  background-size: 100% 100%;
}
.commitment-title {
  font-size: 2.25em;
  text-transform: uppercase;
  font-style: normal;
  font-family: 'Cinzel';
  font-weight: normal;
  color: #333;
  position: relative;
  line-height: 1.3;
  text-align:left;
}
p {
  width: 100%;
  height: auto;
  font-size: 1em;
  line-height: 1.5;
  font-family: inherit;
  font-weight: 300;
  color: #333;
  text-align: left;
}
.commitment-content-inner{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  margin-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}
.commitment-content-inner:nth-last-child(1){ border: none; padding-bottom: 0px;}
.commitment-content-icon{
  width: 80px;
  height: auto;
  text-align: center;
}
.commitment-content-for{
  width: auto;
  height: auto;
  float: left;
  padding-left: 5%;
}
.commitment-content-for-title{
  font-family: inherit;
  font-weight: 300;
  color: #333;
  line-height: 1.7;
  text-align: left;
  font-size: 1.25em;
}
.bottom-wraper{
  width: 100%;
  height: auto;
  position: relative;
}
.bottom-wraper .d-container{
  display: flex;
  align-items: center;
}
.enquiry-form{
  width: 49.5%;
  height: auto;
  float: left;
}


.enquiry-form-outer{
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  padding-top: 1em;

}

.enquiry-form-outer .user-box {
  position: relative;
  margin-right: 2%;
  width: 49%;
  float: left;
  margin-bottom:15px;
}
.enquiry-form-outer .user-box:nth-child(2n+2){ margin-right: 0%;}


.enquiry-form-outer .user-box input {
  width: 100%;
  padding: 0px 1em;
  font-size:1em;
  color: #333;
  border: none;
  border: 1px solid #ccc;
  outline: none;
  background: #f6f6f6;
  line-height: 45px;
}
.enquiry-form-outer .user-box input:focus ~ label,
.enquiry-form-outer .user-box input:valid ~ label {
  top: -7px;
  left: 0px;
  color: #666;
  font-size: 10px;
  background-color: #f6f6f6;
  padding: 0px 10px;
  line-height: 20px;
  bottom: inherit;
}

.enquiry-form-outer .user-box label {
  position: absolute;
  top:0;
  left: 0;
  padding: 0px 1em;
  font-size: 16px;
  color: #333;
  pointer-events: none;
  transition: .5s;
  bottom: 0;
  line-height: 45px;
  background-color: transparent;
}

.full-field{
  width: 100% !important;
  margin-right: 0% !important;
}

textarea:focus~.floating-label,
textarea:not(:placeholder-shown)~.floating-label,
input:not(:focus):valid~.floating-label {
  top: -7px;
  left: 0px;
  color: #666;
  font-size: 10px;
  background-color: #f6f6f6;
  padding: 0px 10px;
  line-height: 20px;
  bottom: inherit;
}

.scheme-des textarea {
  width: 100%;
  height: 100px;
  resize: none;
  padding: 10px 20px 0 20px;
  font-size: 1em;
  color: #333;
  font-family: inherit;
  font-weight: normal;
  border: 1px solid #ccc;
  background-color: #f6f6f6;
}

.floating-label {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 10px;
  transition: 0.2s ease all;
  color: #999999;
  font-size: 1em;
}
.enquiry-pic{
  width: 47.5%;
  height: auto;
  float: left;
  right: -6.5%;
  position: relative;
  padding-left: 5%;
}









/* highlighter */
.highlight {
  position:absolute;
  height:50%; 
  width:100%; 
  top:15%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}
.submit-button{
  line-height: 45px;
  padding: 0px 65px;
  color: #fff;
    outline: none;
    background: transparent;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 36px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    transition: all .5s;
    z-index: 1;
    font-family: inherit;
    font-size: 1em !important;
    font-weight: normal;
    text-align: center;
    background-color: #333;
}
.submit-button:hover{ color: #fff;}

  .book-button{
    color: #fff;
    outline: none;
    background: transparent;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 36px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    transition: all .5s;
    z-index: 1;
    font-family: inherit;
    font-size: 1em !important;
    font-weight: normal;
    text-align: center;
    background-color: #308c91;
}


/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.footer-wraper{
  width: 100%;
  height: auto;
}
.footer-top-head{
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
}
.footer-top-head-pic{
  width: auto;
  height: auto;
  background-color: #fff;
  padding: 10px 25px;
  position: relative;
  z-index: 1;
}
.footer-top-line{
  width: 100%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.footer-container{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: self-start;
  padding: 30px 0px;
  border-bottom: 1px solid #ccc;
}
.footer-logo{
  width: auto;
  height: auto;
}
.footer-location{
  width: auto;
  height: auto;
  float: left;
  display: flex;
  align-items: flex-start;
}
.footer-icon{
  width: auto;
  height: auto;
  float: left;
  padding-top: 0.25em;
}
.footer-dtl{
  width: auto;
  padding-left:0.5em;
  float: left;
}

.footer-social-links {
  width: auto;
  height: auto ;
}
.footer-social-links ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  width: 100%;
}
.footer-social-links ul li{
  float: left;
  width:auto;
  margin-right: 1em;
}
.footer-social-links ul li a{
  color:#36836e;
  font-size:1.25em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-social-links ul li a:hover{
  color:#333;
  font-size: 1.25em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.copyright{
  width: auto;
  height: auto;
  float: left;
  line-height: 42px;
  color: #fff;
  font-size: 1em;
  font-family: inherit;
  text-align: left;
  color: rgba(0,0,0,0.54);
}
.designed {
  width: auto;
  height: auto;
  float: right 
}

.designed p {
  width: auto;
  height: auto;
  font-size: 1em;
  color: rgba(0,0,0,0.54);
line-height: 42px;
font-family: inherit;
font-size: 1em;
font-weight: 300;
font-style: normal;
font-display: swap;
}
.designed p a {
  text-decoration: none;
  color: rgba(0,0,0,0.54);
font-family: inherit;
font-size: 1em;
font-weight: 300;
font-style: normal;
font-display: swap;
}
.designed p a:hover {
  text-decoration: none;
  color: rgba(0,0,0,0.8);
font-family: inherit;
font-size: 1em;
font-weight: 300;
font-style: normal;
font-display: swap;
}

.side-form h1 {
  font-size: 1.333em;
  color: #fff;
  text-transform: uppercase;
  line-height: 30px;
  font-family: 'Montserrat';
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

#new span {
  background: #fff;
  position: absolute;
  color: #1c8dc4;
  padding: 4px 10px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: -5px;
}
#popUp .close {
  position: absolute;
  top: -40px;opacity: 1;
  left: -4%;
  color: #666;
  font-family: inherit;
  font-weight: normal;
  font-size: 1.5em;
  cursor: pointer;
  background-color: #f7f7f7;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
a.button {
  margin: 0 auto;
  text-align: center;
  right: 0;
  left: 0;
  position: absolute;
  width: 120px;
  font-size: 15px;
  color: #fff;
  border-bottom: 2px solid #18729f;
  background: #1c8dc4;
  border-radius: 4px;
  padding: 8px 0;
}
#plus {
  position: fixed;
  color: #fff;
  bottom: 56%;
  font-size: 1em;
  margin-right: -425px;
  -webkit-transition: all 1.25s ease;
  -moz-transition: all 1.25s ease;
  -o-transition: all 1.25s ease;
  transition: all 1.25s ease;
  cursor: pointer;
  text-align: left;
  letter-spacing: 1px;
  z-index: 999;
  width: auto;
  right:0;
}
#plus span {
  text-transform: uppercase;
  position: absolute;
  background-color: #308c91;
  color: #fff;
 font-family: 'Montserrat';
  font-weight: normal;
  font-size:1em;
  padding:13px 20px 13px 20px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg); transition: all 1.25s ease;
  right:-66px;    width: max-content;
}
#plus::after {
  display: block;
  display: relative;
}
  .form-group {
  margin-bottom: 15px;
}
.side-form input[type="text"], .side-form textarea {
  background: #fff;
  color: #000;
  width: 100%;
  padding: 15px 30px;
}
.submit-btn1 {
  border: none;
  background: #fff;
  color:#1b1b1b;
  font-weight: 600;
  padding: 5px 20px;
  font-family: 'Montserrat';
  font-size: 1em; float: right;
  text-transform: uppercase;
  cursor: pointer;
}

.popup-title {
  font-size: 1.5em;
  text-transform: uppercase;
  font-style: normal;
  font-family: 'Cinzel';
  font-weight: normal;
  color: #fff;
  position: relative;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 0.5em;
}
.bottom-left-pic{
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.bottom-right-pic{
  width: auto;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.bottom-top-wraper{
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 130px;
  padding-top: 10px;

}
.bottom-top-bg{
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: -10px;
  text-align: center;
}
.bottom-top-pic{
  width: 100%;
  height: auto;
  /*margin-right: -80px;
  margin-left: -80px;*/
  position: relative;
}
.bottom-top-content{
  width: 100%;
  height: auto;
  padding: 0px 3%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 8%;
}
.bottom-top-content-for{
  width: auto;
  height: auto;
}
.escape-top-title{
  width: auto;
  height: auto;
  text-align: left;
  color: #fff;
  font-size: 1.35em;
  font-family: inherit;
  font-weight: 300;
}
.escape-title {
  font-size: 2em;
  text-transform: uppercase;
  font-style: normal;
  font-family: 'Cinzel';
  font-weight: normal;
  color: #fff;
  position: relative;
  line-height: 1.3;
  text-align: left;
}

.sexy-menu.detached .logo img{ width: 100px;}
.bottom-top-content-for p{ color: #fff;}

.side-btn-mob {
  padding: 0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: fixed;
  bottom: 35vh;
  right: 12px;
  border: 2px solid #fff;
  background: #1d8187;
  color: #fffcff;
}

.bottom-top-wraper .d-container{ width: 100%; padding-left: 7%; padding-right: 7%;}
/************************************************** START CONTACT **************************************************/
.hide-menu{ display: none;}
 @media (min-width: 1023px) and (max-width: 1279px) {
     body,li {
         font-size:12px !important;
    }
     .d-container{
         width:100%;
         padding-left: 5%;
         padding-right: 5% 
    }
 

}

 @media (min-width: 1280px) and (max-width: 1359px) {
     body,li {
         font-size:14px !important;
    }
     .d-container{
         width:100%;
         padding-left: 7%;
         padding-right: 7% 
    }

}

 @media (min-width: 1360px) and (max-width: 1399px) {
  body,li {
         font-size:14px !important;
    }
    .d-container{
         width:100%;
         padding-left: 8%;
         padding-right: 8% 
    }
 

}

 @media (min-width: 1400px) and (max-width: 1441px) {
     body {
         font-size:15px !important;
    }
   .d-container{
         width:100%;
         padding-left:8%;
         padding-right:8% 
    }
 

}
 @media (min-width: 1441px) and (max-width: 1599px) {
   li,body{font-size:15px !important;}
 .d-container{
         width:100%;
         padding-left:8%;
         padding-right:8% 
    }
  



}
 @media (min-width:1600px) and (max-width:1680px) {
     body {
         font-size:15px !important;
    }
   
}
 @media (min-width:1681px){
     body {
         font-size:16px !important;
    }
   .d-container {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
}

}


@media (max-width:992px) {
  .footer-wraper{ float: left;}
#button{display: none;}
.desk-view{ display: none }
.mob-view{display: block  }
.footer-logo{ display: none;}
.footer-container{ display: block;}
.bottom-wraper .d-container{ display: block;}
.bottom-top-content{ display: block;}
.commitment-wraper{ display: block; padding-right: 0%; float: left; padding-bottom: 25px;}
.commitment-content-inner{ display: block; float: left;}
.welcome-wrap .d-container{ display: block;}
.bottom-left-pic{ display: none;}
.bottom-right-pic{ display: none;}
.bottom-top-bg{ display: none;}
.sanctury-wrap-bg{ display: none;}
.enquiry-form{ width: 100%;}
.enquiry-pic{ display: none;}
.commitment-pic{ width: 100%;}
.bottom-top-content{ width: 100%; position: inherit; float: left;}
.bottom-top-pic{ position: inherit; margin: 1em 0em;}
.commitment-content{ width: 100%; margin-left: 0px; background: none;}
.sliding-cottages{ width: 100%; margin-bottom: 1.5em;}
.amenities-for{ width: 100%;}
.welcome-pic{ display: none;}
.welcome-content{ width: 100%; padding-left: 0px; float: none;}
.welcome-content-title{ text-align: center;}
.welcome-content p{ text-align: center;}
.footer-location{ width: 100%; justify-content: center; margin-bottom: 1em; float: none;}
.commitment-pic{ float: none;}
.commitment-title{ text-align: center;}
p{ text-align: center;}
.bottom-top-content{ padding: 2em 0em;}
.escape-top-title{ text-align: center; color: #333;}
.escape-title{ text-align: center; color: #1d8187;}
.footer-top-head-pic img{ width: 100px;}
.inner-text{ color: #fff; text-align: center;}
.inner-span{ color: #fff; text-align: center;}
.hero-text-area{ bottom: 3%; top: inherit; left: 0%; right: inherit; font-size: 0.7em; width: 100%;}

.welcome-content-title, .sanctury-title, .commitment-title, .escape-title{ font-size: 1.5em;}
.welcome-wrap, .sanctury-wrap, .commitment-wraper{ padding-top: 25px;}
.bottom-top-wraper{ float: left; margin-bottom: 25px;}
.bottom-top-content-for p{ color: #333;}
#popUp{ width: 350px; padding: 5% 5%;}
.logo img{ width: 100px;}
.commitment-content-icon{ width: 35px;}
.commitment-content-icon img{ width: 100%;}
.santury-bottom-line{ display: none;}
.santury-bottom{ padding: 25px 0px;}
.lets-talk{ width: 100%; display: flex; justify-content: center; margin-bottom: 25px;}



}
 

 @media (max-width:420px) { 
    body,li {font-size:14px !important;  }
  .d-container { padding-left: 5%; padding-right: 5% }
  .copyright span{ display: none;}

  .amenities{ width: 49%; margin-left: 2%; margin-top: 1.5em;}
  .amenities:nth-child(2n+1){ margin-left: 0%;}
  .header{ width: 100%; justify-content: center;}
  .header-phone{ display: none !important;}

  .commitment-content-icon{ margin: 0 auto;}
  .commitment-content-for-title{ text-align: center;}

  .footer-icon{ display: none;}
  .carousel-inner {display: flex;justify-content: center;align-items: center;height: 100%;  }
  .enquiry-form-outer .user-box{ width: 100%; margin-right: 0%;}
  .amenities-title{ font-size: 1.15em; font-weight: normal;}

  /*.read-more-content{ display: none;}
  .mob-btn {display: block !important;}
  .read-more {
    font-family: inherit;
    font-weight: 300;
    font-size: 0.875em;
    color: #7c513f;
    text-transform: uppercase;
  }*/
  .amenities p{ font-size: 0.9em;}
  
}
 @media (min-width:421px) and (max-width:460px){

  body,li {font-size:14px !important;  }
  .d-container { padding-left: 5%; padding-right: 5% }
  .copyright span{ display: none;}

  .amenities{ width: 49%; margin-left: 2%; margin-top: 1.5em;}
  .amenities:nth-child(2n+1){ margin-left: 0%;}
  .header{ width: 100%; justify-content: center;}
  .header-phone{ display: none !important;}


  .commitment-content-icon{ margin: 0 auto;}
  .commitment-content-for-title{ text-align: center;}

  .footer-icon{ display: none;}
  .enquiry-form-outer .user-box{ width: 100%; margin-right: 0%;}
  
} 
 @media (min-width:461px) and (max-width:560px){

  body,li {font-size:14px !important;  }
  .d-container { padding-left: 5%; padding-right: 5% }
  .copyright span{ display: none;}
  .amenities{ width: 49%; margin-left: 2%; margin-top: 1.5em;}
  .amenities:nth-child(2n+1){ margin-left: 0%;}
  .header{ width: 100%; justify-content: center;}
  .header-phone{ display: none !important;}

  .commitment-content-icon{ margin: 0 auto;}
  .commitment-content-for-title{ text-align: center;}

  .footer-icon{ display: none;}
  
}

 @media (min-width:561px) and (max-width:680px){

  body,li {font-size:14px !important;  }
  .d-container { padding-left: 5%; padding-right: 5% }
  .copyright span{ display: none;}
  .amenities{ width: 49%; margin-left: 2%; margin-top: 1.5em;}
  .amenities:nth-child(2n+1){ margin-left: 0%;}
  .header{ width: 100%; justify-content: center;}
  .header-phone{ display: none !important;}
  

}
 @media (min-width:681px) and (max-width: 768px){

    body,li {font-size:14px !important;  }

    .amenities{ width: 49%; margin-left: 2%; margin-top: 1.5em;}
  .amenities:nth-child(2n+1){ margin-left: 0%;}
  .d-container{width:100%; padding-left: 5%;  padding-right: 5%     }
  .commitment-content-inner{ display: flex; justify-content: flex-start;}
  .commitment-content-inner p{ text-align: left;}
  
}





 @media (min-width:769px) and (max-width:991px){
      body,li {
       font-size:14px !important;
  }
   .d-container{width:100%; padding-left: 5%;  padding-right: 5%     }
    .commitment-content-inner{ display: flex; justify-content: flex-start;}
    .commitment-content-inner p{ text-align: left;}
 

}
 @media (min-width:992px) and (max-width:1022px){
   body,li {
       font-size:14px !important;
  }
   .d-container{
         width:100%;
         padding-left: 4%;
         padding-right: 4% 
    }

}


