@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth !important;
  overflow-x: hidden;
}
body {
	overflow-x: hidden;
	font-family: "Montserrat", sans-serif;
  color: #000;
	font-weight: 500;
  padding-right: 0px !important;
}
select {
	-webkit-appearance: none;
    -moz-appearance: none;
    background: url('../img/select-notch.png') right 4% center no-repeat !important;
}
input[type="number"] {
	-moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
a, .btn, button {
	outline: none !important;
	outline: 0 !important;
}
a:hover {
	text-decoration: none;
}
.btn {
	outline: none !important;
}
.btn:focus, .btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus, .show > .btn.dropdown-toggle:focus, .form-control:focus {
	box-shadow: none !important;
}
.text-black {
  color: #000 !important;
}

#bannerAll {
  /* background: url('../img/banner.jpg') no-repeat center top;
  background-size: cover; */
  position: relative;
  z-index: 1;
  height: 100vh;
  /* min-height: 780px; */
  display: flex;
  align-items: end;
}
.header,
.banner {
  position: relative;
  z-index: 9;
}
.logo img {
  /* width: 220px; */
  width: 122px;
  transition: .3s all ease;
  margin-top: -48px;
  padding: 5px 0px;
}
.logo a {
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
}
.header .navbar .navbar-nav {
  margin-left: auto;
}
.header .navbar .navbar-nav .nav-link {
  font-size: 14px;
  padding: 45px 21px;
  text-decoration: none;
  transition: .3s all ease;
  text-transform: uppercase;
  color: #fff;
}
.headerAfterScroll .header .navbar .navbar-nav .nav-link,
.aboutHeader .header .navbar .navbar-nav .nav-link {
  color: #000;
  transition: .3s all ease;
}
.header .navbar .navbar-nav .nav-link.active,
.header .navbar .navbar-nav .nav-link:hover {
  color: #fff;
  background-color: rgba(0,0,0,0.4);
}
.headerTop {
  display: flex;
  align-items: center;
  margin-left: 130px;
}
.headerTopAll {
  background-color: rgba(0,0,0,0.5);
  padding: 10px 0px;
  transition: .3s all ease;
}
.headerTopLeft li {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  margin-right: 30px;
  transition: .3s all ease;
}
.headerTopLeft li:last-child {
  font-size: 18px;
  font-weight: 600;
}
.headerAfterScroll .headerTopLeft li,
.aboutHeader .headerTopLeft li {
  color: #000;
  transition: .3s all ease;
}
.headerTopLeft li img {
  margin-right: 5px;
}
.headerTopRight {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.headerTopRight li {
  display: inline-block;
  margin-left: 30px;
}
.headerTopRight li i,
.footerSocial li i,
.contactSocial li i {
  color: #fff;
  font-size: 22px;
  transition: .3s all ease;
}
.headerAfterScroll .headerTopRight li i,
.aboutHeader .headerTopRight li i {
  color: #000;
  transition: .3s all ease;
}
.headerAll {
  background-color: rgba(0,0,0,0.6);
}
.banner {
  text-align: center;
  padding: 190px 0px 280px;
}
.bannerText {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  width: 820px;
  text-align: center;
  margin: 90px auto 0px;
  line-height: 1.2;
}
.seeVideoBtn {
  color: #fff !important;
  background-color: #00917c;
  padding: 15px 30px;
  border-radius: 30px;
  border-color: none;
  font-size: 14px;
}
.bannerImgSlider,
#bannerAll .bx-wrapper,
#bannerAll .bx-wrapper .bx-viewport {
  width: 100%;
  height: 100%;
}
.bannerImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.bannerBellow {
  /* position: relative; */
  position: absolute;
  z-index: 9;
  width: 100%;
  background-color: rgba(0,0,0,0.8);
  padding: 24px 0px;
}
.bannerBellow .headerTopLeft {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bannerBellow .headerTopLeft li {
  text-transform: uppercase;
  margin: 0px;
  display: flex;
  align-items: center;
}
.headerTopText {
  margin-left: 4px;
  line-height: normal;
}
.pagePadding {
  padding: 100px 0px;
}
.aboutTitle {
  font-size: 35px;
  text-transform: uppercase;
  line-height: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}
.aboutTitle span {
  font-size: 26px;
}
.aboutText {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.aboutText span {
  font-size: 14px;
  color: #6c6c6c;
}
.aboutImg {
  text-align: right;
}
#about {
  background: url('../img/aboutBg.jpg') no-repeat right top;
  background-size: contain;
}
.ourRoomSub {
  padding: 65px 0px 185px 95px;
}
#ourRoom {
  background: url('../img/roomBg.jpg') no-repeat left top;
  background-size: contain;
}
.ourRoomLeft {
  flex: 0 0 auto;
  width: 36%;
}
.ourRoomRight {
  flex: 0 0 auto;
  width: 64%;
  background-color: #65e5d2;
  margin-top: 44px;
}
.roomDetailsTitle {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 25px 0px 10px;
  font-weight: 600;
}
.roomDetailsImg img {
  width: 100%;
}
.roomDetailsAll {
  margin-top: -140px;
}
.roomDetails .aboutText {
  min-height: 252px;
}
.clientsSayDetailsName {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  margin-top: 26px;
}
.clientsSayDetailsSrc {
  text-align: center;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}
#clientsSay {
  background: url('../img/clientsSayBg.jpg') no-repeat center top;
  background-size: cover;
}
.clientsSayAll {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 56px 80px;

  border: 5px solid;
  border-image: linear-gradient(to right, #ff9c4a, #4b1e14, #ff9c4a) 1;
}
.clientsSayAll .aboutText {
  font-size: 19px;
  font-weight: 500;
}
.servicseDetails .aboutText {
  font-weight: 500;
  margin: 20px 0px;
}
.servicseDetails {
  text-align: center;
}
.servicseDetailsAll {
  margin-top: 50px;
  margin-bottom: -20px;
}
#footerSection {
  background-color: #6f6f6f;
  padding: 72px 0px;
}
.footerSocial {
  display: flex;
  justify-content: center;
}
.footerSocial li {
  margin: 40px 15px;
}
#footerSection .row {
  align-items: center;
}
.footerMenu {
  padding: 46px 0px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.footerMenu li a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
}
.footerMenu li {
  margin-bottom: 10px;
  text-align: center;
}
.footerMenu li:last-child {
  margin-bottom: 0px;
}
.footerAddTitle {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 5px;
}
.footerText {
  color: #e5e5e5 !important;
  font-size: 14px;
  text-align: center;
  line-height: normal;
}
.footerText.footerContact {
  font-size: 18px;
  font-weight: 600;
  color: #fff !important;
}
.footerAddIcon {
  text-align: center;
  margin: 25px 0px 15px;
}
.footerDetails li,
.footerDetails li a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
footer {
  background-color: #3f3f3f;
  padding: 22px 0px;
}
.footerDetails {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footerDetails li:first-child {
  margin-right: 40px;
}
.footerLogo {
  text-align: center;
}
.demoBtn {
  width: 90px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid transparent;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-align: center;
  padding: 4px 0px;
  color: #fff;
  font-weight: 400;
  border-radius: 40px;
  font-size: 14px;
  cursor: pointer;
}
.demoBtn:hover {
  background: transparent;
  border: 1px solid #fff;
  transition: .3s all ease;
}
.headerAfterScroll .demoBtn,
.aboutHeader .demoBtn {
  background: rgba(0, 0, 0, 0.2);
  color: #000;
  transition: .3s all ease;
}
.headerAfterScroll .demoBtn:hover,
.aboutHeader .demoBtn:hover {
  border: 1px solid #000;
  transition: .3s all ease;
}
.demoVideoPopUp {
  z-index: 99999;
  background: rgba(0,0,0,0.3);
  padding-right: 0px !important;
}
.modal-backdrop.show {
  opacity: 0;
}
.closeDemoPopUp {
  position: absolute;
  top: -15px;
  right: -15px;
  cursor: pointer;
}
.demoVideo {
  object-fit: cover;
}
.aboutLeftTop {
  padding-right: 50px;
}
.aboutReviewText,
.aboutReviewCmmt {
  font-size: 14px;
  color: #6c6c6c;
  text-align: center;
}
.aboutReviewText {
  text-decoration: underline;
}
.aboutReviewRatingr {
  text-align: center;
}
.aboutReviewHader {
  width: 100%;
  background-color: #16477f;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2px;
}
.aboutReviewDetails {
  border: 1px solid #16477f;
  padding-bottom: 2px;
}
.aboutReview {
  margin-top: 30px;
}
.aboutReview a {
  text-decoration: none;
}
.reviewRatingAll {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.aboutReviewRatingCount {
  font-size: 18px;
  background-color: #eda81c;
  color: #fff;
  width: 48px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
.aboutReviewRatingText {
  color: #000;
  margin-left: 6px;
}
.hotelPrice {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.hotelPrice span span {
  color: #eda81c;
  text-transform: none;
}
.hotelPrice span {
  color: #6c6c6c;
  text-transform: none;
}
.enquireBtn,
.enquireBtn:hover {
  text-decoration: none;
  text-transform: lowercase;
  background-color: #74e8d6;
  color: #fff;
  padding: 6px 20px;
  border-radius: 30px;
  font-weight: 600;
  letter-spacing: 1px;
}
.hotelPriceAll {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}
.aboutHeader .headerTopAll {
  background-color: #f8f8f8;
}
.aboutBannerTitle {
  font-weight: 700;
  font-size: 34px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
#aboutBanner {
  background: url('../img/aboutBannerBg.jpg') no-repeat center;
  background-size: cover;
  padding: 94px 0px;
}
#aboutBanner.contactBanner {
  background: url('../img/contactBg.jpg') no-repeat center;
  background-size: cover;
}
#aboutBanner.policyBanner {
  background: url('../img/policyBg.jpg') no-repeat center;
  background-size: cover;
}
.headerMargin {
  margin-top: 162px;
}
.aboutReview .bx-wrapper .bx-pager.bx-default-pager a {
  background: #e3e3e2;
}
.aboutReview .bx-wrapper .bx-pager.bx-default-pager a:hover, 
.aboutReview .bx-wrapper .bx-pager.bx-default-pager a.active, 
.aboutReview .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: rgba(0,0,0,0.4);
}
.contactTitle {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  /*margin-bottom: 8px;*/
  margin-top: 8px;
}
#contactBlock .aboutText {
  line-height: 24px;
}
#contactBlock .aboutText.contactPh span {
  font-size: 18px;
  /* font-weight: 600; */
  color: #000;
}
.contactSocial li i {
  color: #000;
}
.contactSocial li {
  display: inline-block;
  margin-right: 30px;
}
.contactSocial {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.contactForm .form-control {
 border: 1px solid #ccc;
 border-radius: 0px;
 min-height: 48px;
 font-size: 14px;
 margin-bottom: 20px;
}
.contactForm .form-control::placeholder {
 color: #6c6c6c;
}
.btnSubmit {
  font-size: 16px;
  color: #fff;
  background-color: #74e8d6;
  text-transform: uppercase;
  font-weight: 600;
  padding: 7px 35px;
}
.btnSubmit i {
  font-size: 18px;
  margin-left: 1px;
}
.contactForm {
  margin-top: 20px;
}
.googleMap {
  margin-top: 65px;
}
.tabDetails .nav-tabs,
.tabDetails .nav-tabs .nav-link {
  border: none;
}
.tabDetails .nav-tabs {
  justify-content: space-between;
}
.tabDetails .nav-tabs .nav-item {
  border: 1px solid #6c6c6c;
  border-right: 0px;
  width: 33.333333%;
}
.tabDetails .nav-tabs .nav-item:last-child {
  border-right: 1px solid #6c6c6c;
}
.tabDetails .nav-tabs .nav-link {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0px;
  padding: 18px 24px;
}
.tabDetails .nav-tabs .nav-item.show .nav-link, 
.tabDetails .nav-tabs .nav-link.active {
  color: #65e5d2;
  background-color: #f5f5f5;
}
#policyBlock .contactTitle {
  margin-bottom: 30px;
}
.tabDetails .tab-content {
  padding: 18px 20px 0px;
}
.attractionsBlockImg img {
  width: 100%;
  height: 234px;
  object-fit: cover;
}
.attractionsDetails.attractionsDetailsOnly .attractionsBlockImg img {
  height: auto;
}
.attractionsBlockText {
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: 1px;
  padding-top: 5px;
}
.attractionsBlockText1 {
  font-size: 16px;
}
.attractionsBlockText2 {
  font-size: 12px;
  color: #eea81c;
}
.attractionsDetails [class*="col-"] {
  margin-top: 30px;
}
.resortText {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
}
#gallery .attractionsBlockText {
  padding-top: 0px;
  text-transform: uppercase;
  margin-bottom: -15px;
}
#gallery .attractionsDetails {
  margin-bottom: 50px;
}
#gallery .attractionsDetails:last-child {
  margin-bottom: 0px;
}
.roomDetailsText {
    padding-bottom: 10px;
  margin-top: -10px;
  font-size: 16px;
  color: #eda81c;
  font-weight: 600;
}
.packageInfoAll {
  margin-top: 44px;
}
.packageInfo {
  font-size: 24px;
  font-weight: 500;
  color: #f7f7f7;
  background-color: #013f65;
  text-align: center;
  padding: 20px 5px;
  border-radius: 12px;
  line-height: normal;
  cursor: pointer;
}
.packageInfoText {
  font-size: 26px;
  color: #000;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
}
.packageInfoText span {
  color: #019eff;
  font-size: 34px;
}
.header .navbar-toggler {
  padding: 0px;
}
.header .navbar-toggler:focus {
  box-shadow: none;
}
.header .navbar-toggler .navbar-toggler-icon {
  width: auto;
  height: auto;
}
.header .navbar-toggler .navbar-toggler-icon i {
  color: #fff;
  transition: .3s all ease;
}
.headerAfterScroll .header .navbar-toggler .navbar-toggler-icon i,
#headerAll.aboutHeader .headerAll .header .navbar-toggler .navbar-toggler-icon i {
  color: #000;
}
#thanksModal,
#packageModal {
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
.thanksIcon {
  text-align: center;
  margin-bottom: 15px;
}
.thanksIcon i {
  color: #74e8d6;
  font-size: 64px;
}
.thanksModalTitle,
.thanksModalText {
  text-align: center;
}
.thanksModalAll .btnSubmit {
  width: 50%;
  border-radius: 30px;
  padding: 8px 35px;
  margin: 30px auto 0px;
}
.thanksModalAll .btnSubmit a {
  text-decoration: none;
}
.thanksModalAll {
  padding: 30px;
}
.thanksModalAll .closeDemoPopUp img {
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 50%;
}


























#headerAll {
	position: fixed;
  width: 100%;
  background-color: transparent;
  z-index: 99999;
  top: 0px;
  transition: .3s all ease;
}
#headerAll.headerAfterScroll {
	transition: .3s all ease;
  -webkit-box-shadow: 0px -2px 10px -2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px -2px 10px -2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px -2px 10px -2px rgba(0, 0, 0, 0.4);
  background: #65e5d2;
}
#headerAll.headerAfterScroll .logo img {
  /* width: 150px; */
  width: 85px;
  transition: .3s all ease;
}
#headerAll.headerAfterScroll .header .navbar .navbar-nav .nav-link {
  font-size: 12px;
  padding: 24px 21px;
  transition: .3s all ease;
}
#headerAll.headerAfterScroll .headerTopAll {
  padding: 6px 0px;
  background-color: #f8f8f8;
  transition: .3s all ease;
}
#headerAll.headerAfterScroll .headerAll,
#headerAll.aboutHeader .headerAll {
  background-color: #e3e3e2;
  transition: .3s all ease;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}
.back-to-top i {
  color: #000;
  font-size: 40px;
  opacity: 0.6;
  transition: 0.3s;
}
.back-to-top i:hover {
	opacity: 1;
	transition: 0.3s;
}


/* pre loader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    overflow: hidden;
    background: #f8f8f8;
    transition: all 300ms ease-in;
  }
  #preloader:before {
    content: "";
    background: url('../img/loader.gif') no-repeat center;
    background-size: 450px;
    position: fixed;
    top: calc(50% - 150px);
    left: calc(50% - 225px);
    width: 450px;
    height: 300px;
  }
  .hideloader {
    opacity: 0;
    pointer-events: none;
  }
/* pre loader end */


@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
  .ourRoomRight .ourRoomSub {
    /* width: 990px; */
    width: 742px;
    padding-right: 15px;
  }
}
@media (max-width: 1399px) {
  .ourRoomRight .ourRoomSub {
    width: 742px;
    padding-right: 15px;
  }
}

@media (max-width:1199px) {
  .ourRoomRight .ourRoomSub {
    width: 595px;
  }
  .aboutReviewText,
  .aboutReviewCmmt {
      font-size: 13px;
  }
  .aboutReviewRatingCount {
      font-size: 15px;
      width: 34px;
      height: 28px;
  }
  .aboutReviewRatingText {
      font-size: 14px;
  }
  .hotelPriceAll {
      display: block;
  }
  .hotelPrice {
      padding: 4px 0px 15px;
  }
  .headerTopLeft li:last-child {
    font-size: 15px;
  }
}

@media (max-width:991px) {
  .header .navbar .navbar-nav .nav-link {
    padding: 15px 30px !important;
  }
  .header .navbar .navbar-nav {
    margin-top: 20px;
  }
	.ourRoomRight .ourRoomSub {
    width: 460px;
  }
  .logo img {
    width: 110px;
    margin-top: -60px;
  }
  .headerTopLeft li {
    margin-right: 20px;
  }
  .headerTopRight li {
    margin-left: 20px;
  }
  .headerTop {
    margin-left: 120px;
  }
  #about {
    background: none;
  }
  .roomDetailsAll {
    margin-top: -105px;
  }
  .packageInfo {
    font-size: 20px;
  }
  .packageInfoText span {
    font-size: 28px;
  }
  .aboutLeftTop {
    padding-right: 0px;
  }
  .headerMargin {
    padding: 94px 0px;
  }
  .headerMargin {
    margin-top: 148px;
  }
  .aboutReview .bx-wrapper .aboutReviewAll {
    width: 142px !important;
  }
  .attractionsBlockImg img {
    height: 143px;
  }
}

@media (max-width:767px) {
	.headerTopLeft {
    display: none;
  }
  .logo img {
    width: 90px;
    margin-top: -45px;
  }
  #headerAll.headerAfterScroll .logo img {
    width: 70px;
  }
  .headerTopRight li i {
    font-size: 18px;
  }
  .ourRoomLeft {
    display: none;
  }
  .ourRoomRight {
    width: 100%;
  }
  .ourRoomRight .ourRoomSub {
    width: 515px;
    padding: 65px 0px 185px 0px;
    margin: 0px auto;
  }
  .roomDetails .aboutText {
    min-height: auto;
  }
  .roomDetailsAll  [class*="col-"] .roomDetails {
    margin-bottom: 45px;
  }
  .roomDetailsAll  [class*="col-"]:last-child .roomDetails {
    margin-bottom: 0px;
  }
  .footerMenu {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 20px 0px;
    margin: 20px 0px !important;
    border-left: none;
    border-right: none;
  }
  .footerDetails {
    display: block;
    text-align: center;
  }
  .packageInfoText {
    font-size: 20px;
  }
  .packageInfoText span {
    font-size: 22px;
  }
  .aboutImg {
    display: none;
  }
  .headerMargin {
    margin-top: 124px;
  }
  .aboutTitle.gitTitle {
    margin-top: 60px;
  }
  .attractionsBlockImg img {
    height: 163px;
  }
}

@media (max-width:575px) {
  .bannerBellow .headerTopLeft li {
    width: 18%;
  }	
  .ourRoomRight .ourRoomSub {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .attractionsBlockImg img {
    height: 280px;
  }
}

@media (max-width:489px) {
  .bannerBellow {
    display: block;
  }
  .bannerBellow .headerTopLeft li {
    font-size: 11px;
  }
	.servicseDetailsAll .col-lg-2.col-4 {
    width: 50%;
  }
  .packageInfoText,
  .packageInfoText span {
    font-size: 18px;
  }
  .clientsSayAll {
    padding: 56px 40px;
  }
  .packageInfo {
    margin-bottom: 15px;
  }
}

@media(max-width:413px) {
  #bannerAll {
    height: 490px;
  }
	.bannerBellow {
    display: none;
  }
  .headerTopRight li {
    display: none;
  }
  .headerTopRight li:first-child {
    display: block;
  }
  .clientsSayAll {
    padding: 56px 30px;
  }
  .attractionsBlockImg img {
    height: 230px;
  }
  .packageInfoText {
    width: 260px;
    margin: 0px auto;
  }
}