/*---------------

COLOR : #74c209;

--------------*/


.mobile{
    display:none;
}

.swal2-container {
  z-index: 10000 !important;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


*:focus {
	outline: 0 !important;
}


@font-face {
	font-family: Highbary-Sunfest;
	src: url(../fonts/Highbary-Sunfest.otf);
}

@font-face {
	font-family: Megant-Personal-Use;
	src: url(../fonts/Megant-Personal-Use.ttf);
}






html, 
body {
	font-family: 'Megant-Personal-Use', serif;
	/*scroll-behavior: smooth;*/
	margin: 0!important;
	padding: 0!important;
  width: 100%;
	background: #13171C;
}

html{
	scroll-behavior: smooth;
}


body{
	overflow-x: hidden;
}

a{
	text-decoration: none !important;
	cursor: pointer;
}


.navbar{
	padding-left: 7.5vw;
	padding-right: 7.5vw;
	padding-top: 0vw;
	padding-bottom: 0vw;
	z-index: 100;
	border-bottom: 2px solid rgba(255, 255, 255, .2);
}

.navbar .navbar-brand img{
	width: 5.3vw;
}

.nav-item a{
	font-weight: bold;
	font-family: 'Megant-Personal-Use', serif;
	padding-bottom: 2.2vw;
	padding-top: 2.4vw;
	padding-left: 1.5vw !important;
	padding-right: 1.5vw !important;
	font-size: 0.75vw;
 letter-spacing: 0.105em;
 background: linear-gradient(272.38deg, #CCD3DC 50.34%, #FFFFFF 95.69%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}

.nav-item a:hover{
	margin-top: -0.3vw;
	transition: 0.5s;
}


.nav-item.active a{
border-bottom: 2px solid #FFFFFF;
background: linear-gradient(101.64deg, #FFD27D 13.91%, #C59B5C 79.14%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}


.navbar #book-now-btn{
	font-family: 'Megant-Personal-Use', serif;
  font-size: 0.8vw;
 letter-spacing: 0.105em;
 background: rgba(0, 0, 0, 0.38);
 border-radius: 0px;
 padding: 0.5vw 1vw 0.5vw 3vw;
border: 2px solid #C59B5C;
color: #FFFFFF;
overflow: hidden;
}

.navbar #book-now-btn:hover{
	transition: 0.5s;
	background: #C59B5C;
}


.navbar #book-now-btn img{
	width: 0.4vw;
	margin-left: 2vw;
	margin-top: -0.2vw;
}



#Banner{
	height: 100vh;
	margin-top: -12vh;
}



#banner_carousel{
	width: 100%;
	height: 100%;
}

#banner_carousel .item{
	width: 100%;
	height: 100%;
	min-height: 100vh;
	position: relative;
	overflow: hidden;
}

#banner_carousel .item .overlay{
overflow: hidden;
width: 100%;
height: 100vh;
-webkit-box-shadow: inset 0px 0px 243px 55px rgba(0,0,0,0.9);
-moz-box-shadow: inset 0px 0px 243px 55px rgba(0,0,0,0.9);
box-shadow: inset 0px 0px 243px 55px rgba(0,0,0,0.9);
background-image: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0.5));
}

#banner_carousel .item .main-img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
  z-index: -2;
  opacity: 0.77;
  filter: contrast(150%);
  /*animation: zoom 30s infinite;
  -webkit-animation: zoom 30s infinite;*/
}



#banner_carousel .item h1{
	position: absolute;
	top: 36%;
  left: 50%;
  transform: translate(-50%, -50%);
 font-family: 'Highbary-Sunfest';
font-style: normal;
font-weight: 400;
font-size: 6.8vw;
text-align: center;
letter-spacing: 0.03em;
color: #FFFFFF;
/*background: linear-gradient(139.97deg, #FFFFFF 25.87%, #FFFFFF 74.13%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;*/
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}


#banner_carousel .item .book-now{
	font-family: 'Megant-Personal-Use', serif;
	position: absolute;
	top: 72%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  font-style: normal;
font-weight: 400;
font-size: 1vw;
border-radius: 0px;
border: 2px solid #FFD27E;
background: #171B20;
padding: 0.8vw 7vw;
letter-spacing: 0.105em;
}

#banner_carousel .item .book-now:hover{
	
	background: #FFD27E;
	color: #171B20;
	border: 3px solid #171B20;
}

#banner_carousel .item .book-now .right-arrow{
height: 100%;
width: auto;
position: absolute;
top: 0%;
right: 0%;
}

#banner_carousel .item .book-now .left-arrow{
height: 100%;
width: auto;
position: absolute;
top: 0%;
left: 0%;
}



#banner_carousel .item .previous-button{
	position: absolute;
  bottom: 12%;
  left: 30%;
  background: none;
  border: none;
  outline: none;
}

#banner_carousel .item .previous-button img{
  width: 16vw;
}


#banner_carousel .item .next-button{
	position: absolute;
  bottom: 12%;
  right: 30%;
  background: none;
  border: none;
}

#banner_carousel .item .next-button img{
	width: 16vw;
}







#banner_carousel .item .left-box-outer{
	position: absolute;
  bottom: 23%;
  left: 7.5vw;
  width: 13.5vw;
}

#banner_carousel .item .right-box-outer{
	position: absolute;
  bottom: 23%;
  right: 7.5vw;
  width: 13.5vw;
}


#banner_carousel .item .box-1,.box-2,.box-3,.box-4{
	width: 13.5vw;
	height: 9vw;
	background: #000000;
  border: 1px solid #FFFFFF;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

#banner_carousel .item .box .carimg{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


@keyframes zoom {
  0% {
    transform: scale(1);

  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}


#banner_carousel .item .box:hover .carimg{
	transition: 0.9s;
	transform: scale(1.3);
}

#banner_carousel .item .box .playimg{
	width: 3vw;
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


@keyframes rotate-stop{
  0%{
    transform: rotate(0deg);
  }
  5%, 25%{
    transform: rotate(90deg);
  }
  30%, 50%{
    transform: rotate(180deg);
  }
  55%, 75%{
    transform: rotate(270deg);
  }
  80%, 100%{
    transform: rotate(360deg);
  }
}


#banner_carousel .item .middle-box{
	position: relative;
	padding: 0;
}

#banner_carousel .item .middle-box h2{
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Megant-Personal-Use', serif;
	font-size: 0.75vw;
 background: linear-gradient(272.38deg, #CCD3DC 50.34%, #FFFFFF 95.69%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;

opacity:0;
}

#banner_carousel .item .middle-box h2 span{
	margin-left: 0.5vw;
}

#banner_carousel .item .middle-box img{
	width: 100%;
	height: auto;
	opacity:0;
}



#Services{
	background: #161a1f;
	position: relative;
	padding: 9vw 16.5vw 10vw 16.5vw;
	border-top: 2px solid #22272e;
}

#Services .dots{
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 8vw;
}


#Services h2{
font-family: 'Highbary-Sunfest';
font-style: normal;
font-weight: 400;
font-size: 1.6vw;
line-height: 2vw;
text-align: center;
letter-spacing: 0.59em;
color: #CCD3DC;
}

#Services h3{
font-family: 'Highbary-Sunfest';
font-style: normal;
font-weight: 400;
font-size: 3.4vw;
line-height: 3.8vw;
text-align: center;
letter-spacing: 0.03em;
background: linear-gradient(139.97deg, #FFD27D 25.87%, #C59B5C 74.13%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
max-width: 20ch;
margin: 0 auto;
margin-top: 1vw;
}



#Services .service-div{
	width: 100%;
	padding: 8vw 2vw 8vw 2vw;
	position: relative;
}

#Services .service-div hr{
	position: absolute;
	width: 100%;
	left: 50%;
	top: 10.5vw;
	transform: translate(-50%,-50%);
	border-top: 2px solid #22272e;
}

#Services .service-div h4{
font-family: 'Megant-Personal-Use', serif;
font-size: 1vw;
line-height: 1.4vw;
text-align: center;
letter-spacing: 0.105em;
background: linear-gradient(272.38deg, #CCD3DC 50.34%, #FFFFFF 95.69%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
max-width: 18ch;
margin: 0 auto;
margin-top: 2vw;
}

#Services .service-div .col-md-3 img{
	width: 7vw;
	height: auto;
}


#Services .more-btn{
font-family: 'Megant-Personal-Use', serif;
font-size: 1vw;
text-align: center;
letter-spacing: 0.105em;
color: #FFFFFF;
padding: 0.6vw 4.5vw;
background: transparent;
border-radius: 0px;
position: relative;
border: 2px solid #323942;
}

#Services .more-btn img{
	width: 0.4vw;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translate(-50%,-50%);
}

#Services .more-btn:hover{
	transition: 0.5s;
	background: #111417;
}





#Other{
	background: linear-gradient(109.83deg, #FFD27D 0%, #C59B5C 43.88%);
	position: relative;
	padding: 7vw 0vw 8vw 0vw;
}

#Other .dots{
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 8vw;
}



#Other h2{
font-family: 'Highbary-Sunfest';
font-style: normal;
font-weight: 400;
font-size: 1.6vw;
line-height: 2vw;
text-align: center;
letter-spacing: 0.59em;
color: #161A1F;
}

#Other h3{
font-family: 'Highbary-Sunfest';
font-style: normal;
font-weight: 400;
font-size: 3.4vw;
line-height: 3.8vw;
text-align: center;
letter-spacing: 0.03em;
background: linear-gradient(139.97deg, #FFFFFF 25.87%, #FFFFFF 74.13%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
max-width: 20ch;
margin: 0 auto;
margin-top: 1vw;
}


#Other .other-inner{
	width: 100%;
	margin-top: 2vw;
	padding: 3vw 24vw 4vw 24vw;
	background: #c7974c;
}


#Other .other-inner h4{
font-family: 'Megant-Personal-Use', serif;
font-size: 1vw;
line-height: 1.4vw;
text-align: center;
letter-spacing: 0.105em;
background: linear-gradient(272.38deg, #FFFFFF 50.34%, #FFFFFF 95.69%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
max-width: 12ch;
margin: 0 auto;
margin-top: 2vw;
}

#Other .other-inner .col-md-4{
	cursor: pointer;
}

#Other .other-inner .col-md-4 .other-service-img{
	width: 90%;
	height: auto;
}

#Other .other-inner .col-md-4:hover .other-service-img{
	margin-top: -2vw;
	transition: 0.7s;
}

#Other .other-inner .col-md-4:hover h4{
	background: linear-gradient(272.38deg, #000000 50.34%, #000000 95.69%);
	-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
	transition: 0.5s;
}



#Other .show-service{
	width: 100%;
	margin-top: 2vw;
	padding: 3vw 15vw 3vw 15vw;
	background: #c7974c;
	display: none;
}

#Other .show-service h4{
font-family: 'Megant-Personal-Use', serif;
font-size: 1vw;
line-height: 1.4vw;
text-align: center;
letter-spacing: 0.105em;
background: linear-gradient(272.38deg, #FFFFFF 50.34%, #FFFFFF 95.69%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
max-width: 12ch;
margin: 0 auto;
margin-top: 2vw;
}


#Other .show-service .main-img{
	width: 100%;
	animation: zoom 25s infinite;
  -webkit-animation: zoom 25s infinite;
}

#Other .show-service .col-md-5{
	padding: 0;
	overflow: hidden;
}

#Other .show-service .col-md-7{
	padding: 0;
	background: #171B20;
}

#Other .show-service .inner-div{
	position: relative;
	height: 100%;
	width: 90%;
	background: #23282E;
	padding: 4vw 3vw 3vw 4vw;
}

#Other .show-service .inner-div .close-btn{
  position: absolute;
  top: 2vw;
  right: -1.5vw;
  background: transparent;
  border: none;
}

#Other .show-service .inner-div .close-btn:hover{
	animation: rotate-stop 4s infinite linear;
  transform: rotate();
}



#Other .show-service .inner-div .close-btn img{
	width: 3vw;
}

#Other .show-service h5{
font-family: 'Highbary-Sunfest';
font-style: normal;
font-weight: 400;
font-size: 1.8vw;
line-height: 2.2vw;
letter-spacing: 0.03em;
background: linear-gradient(139.97deg, #FFD27D 25.87%, #C59B5C 74.13%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
max-width: 15ch;
}


#Other .show-service p{
margin-top: 1.5vw;	
font-family: 'Megant-Personal-Use', serif;
font-size: 0.8vw;
line-height: 1.4vw;
letter-spacing: 0.105em;

background: linear-gradient(272.38deg, #CCD3DC 50.34%, #FFFFFF 95.69%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}


#Other .show-service .learn-btn{
font-family: 'Megant-Personal-Use', serif;
font-size: 1vw;
text-align: center;
letter-spacing: 0.105em;
color: #FFFFFF;
padding: 0.6vw 4.5vw;
background: #171B20;
border-radius: 0px;
position: relative;
border: 2px solid #323942;
margin-top: 3vw;
}

#Other .show-service .learn-btn img{
	width: 0.4vw;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translate(-50%,-50%);
}

#Other .show-service .learn-btn:hover{
	transition: 0.5s;
	background: #111417;
}



#Touch{
	background: #161a1f;
	position: relative;
	padding: 9vw 14vw 10vw 14vw;
}


#Touch h3{
font-family: 'Highbary-Sunfest';
font-style: normal;
font-weight: 400;
font-size: 3.4vw;
line-height: 3.8vw;
letter-spacing: 0.03em;
background: linear-gradient(139.97deg, #FFD27D 25.87%, #C59B5C 74.13%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}

#Touch p{
font-family: 'Highbary-Sunfest';
font-style: normal;
font-weight: 400;
font-size: 1vw;
line-height: 1.3vw;
letter-spacing: 0.08em;
color: #646D79;
margin-top: 1.5vw;
max-width: 53ch;
}

#Touch p span{
	color: #FFFFFF;
}



#Touch .dots{
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 8vw;
}


#Touch input{
font-family: 'Megant-Personal-Use', serif;
  font-size: 1vw;
  line-height: 1.3vw;
  letter-spacing: 0.105em;
  color: #FFFFFF;
	border-radius: 0px;
	background: #171B20;
  border: 2px solid #323942;
  padding: 1.3vw 0.5vw 1.3vw 2vw;
  outline: none;
}

#Touch textarea{
font-family: 'Megant-Personal-Use', serif;
  font-size: 1vw;
  line-height: 1.3vw;
  letter-spacing: 0.105em;
  color: #FFFFFF;
	border-radius: 0px;
	background: #171B20;
  border: 2px solid #323942;
  padding: 1.3vw 0.5vw 1.3vw 2vw;
  outline: none;
}

#Touch input:focus{
	transition: 0.5s;
	background: #111417;
	border: 2px solid #e2b66c;
	outline: none;
}

#Touch textarea:focus{
	transition: 0.5s;
	background: #111417;
	border: 2px solid #e2b66c;
	outline: none;
}


input[type='radio']{
  box-sizing: border-box;
  appearance: none;
  background: white;
  outline: 2px solid #333;
  border: 3px solid white;
  width: 1vw;
  height: 1vw;
  padding: 1vw !important;
  margin-left: 1vw;
  margin-right: 1vw;
  cursor: pointer;
}

input[type='radio']:checked {
  background: #e2b66c !important;
}


#Touch .submit-btn{
font-family: 'Megant-Personal-Use', serif;
font-size: 1vw;
text-align: center;
letter-spacing: 0.105em;
color: #171B20;
padding: 0.6vw 4.5vw;
background: linear-gradient(139.97deg, #FFD27D 25.87%, #C59B5C 74.13%);
border-radius: 0px;
position: relative;
border: none;
float: right;
margin-top: -4vw;
}

#Touch .submit-btn img{
	width: 0.4vw;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translate(-50%,-50%);
}



#Contact{
	border-top: 2px solid #22272e;
	background: #161a1f;
	position: relative;
	padding: 9vw 14vw 10vw 14vw;
}


#Contact h3{
font-family: 'Highbary-Sunfest';
font-style: normal;
font-weight: 400;
font-size: 3.4vw;
line-height: 3.8vw;
letter-spacing: 0.03em;
background: linear-gradient(139.97deg, #FFD27D 25.87%, #C59B5C 74.13%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}

#Contact h2{
font-family: 'Highbary-Sunfest';
font-style: normal;
font-weight: 400;
font-size: 1.5vw;
line-height: 1.7vw;
/* identical to box height */
margin-top: 1.5vw;
text-align: center;
letter-spacing: 0.59em;

color: #CCD3DC;
}


#Contact .cards{
	cursor: pointer;
	background: #171b20;
	border-radius: 0px;
	border: 2px solid #323942;
	padding: 2vw;
	max-width: 46%;
	margin: 0 auto;
	margin-top: 2vw;
}

#Contact .cards:hover{
	transition: 0.5s;
	background: linear-gradient(180deg, #0C0E11 0%, #3D4651 100%);
}


#Contact h4{
font-family: 'Megant-Personal-Use', serif;
font-size: 1.5vw;
line-height: 1.7vw;
letter-spacing: 0.08em;
color: #646D79;
}

#Contact p{
font-family: 'Highbary-Sunfest';
font-style: normal;
font-weight: 400;
font-size: 2vw;
line-height: 2.4vw;
letter-spacing: 0.03em;
background: linear-gradient(139.97deg, #CCD3DC 25.87%, #CCD3DC 74.13%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
margin-top: 1vw;
width: 20ch;
}


#Newsletter{
	background: #12161B;
	background: linear-gradient(180deg, #19150d 0%, #141617 100%);
	padding: 3vw 0vw 11vw 0vw;
	position: relative;
	/*mix-blend-mode: color;*/
	border-top: 6px solid #f8cb79;
	border-bottom: 6px solid #f8cb79;
	z-index: 10;
}

#Newsletter .newsletter-inner{
	padding-left: 22.5vw;
	padding-right: 22.5vw;
	position: relative;
}

#Newsletter .dots{
	position: absolute;
	top: -2.9vw;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 17vw;
	cursor: pointer;
}


#Newsletter .logo{
	width: 8.5vw;
}

#Newsletter .input-row{
	margin-top: 5vw;

}

#Newsletter input{
font-family: 'Megant-Personal-Use', serif;
  font-size: 1vw;
  line-height: 1.3vw;
  letter-spacing: 0.105em;
  color: #FFFFFF;
	border-radius: 0px;
	background: #141617;
  border: 2px solid #302819;
  padding: 1.5vw 0.5vw 1.5vw 2vw;
  outline: none;
}


#Newsletter input:focus{
	transition: 0.5s;
	background: #111417;
	border: 2px solid #e2b66c;
	outline: none;
}

#Newsletter .sub-btn{
font-family: 'Megant-Personal-Use', serif;
font-size: 1vw;
text-align: center;
letter-spacing: 0.105em;
color: #171B20;
padding: 0.8vw 4.5vw;
background: linear-gradient(139.97deg, #FFD27D 25.87%, #C59B5C 74.13%);
border-radius: 0px;
position: relative;
border: none;
width: 100%;
}

#Newsletter .sub-btn img{
	width: 0.4vw;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translate(-50%,-50%);
}


#Newsletter .get-in-touch{
	width: 80%;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}


footer .top{
 width: 100%;
 padding: 2.5vw;
 border-bottom: 2px solid #22272e;
}

footer .top a{
	font-weight: bold;
font-family: 'Megant-Personal-Use', serif;
font-size: 0.75vw;
line-height: 1vw;
letter-spacing: 0.105em;
background: linear-gradient(272.38deg, #CCD3DC 50.34%, #FFFFFF 95.69%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
margin-left: 1.6vw;
margin-right: 1.6vw;
}

footer .bottom{
	 width: 100%;
	 padding: 1.4vw 14vw;
}

footer .bottom p{
font-family: 'Megant-Personal-Use', serif;
font-size: 0.75vw;
line-height: 1vw;
letter-spacing: 0.105em;
background: linear-gradient(272.38deg, #CCD3DC 50.34%, #FFFFFF 95.69%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}


footer .bottom p span{
	background: linear-gradient(272.38deg, #FBCE7B 50.34%, #FBCE7B 95.69%);
	-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}


footer .bottom .float-right-p{
	float: right;
	margin-top: -1.4vw;
}






#Luxury{
	background: #161a1f;
	padding: 9vw 0vw 12vw 0vw;
	position: relative;
}


#Luxury .dots{
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 8vw;
}

#Luxury h3{
font-family: 'Megant-Personal-Use', serif;
font-style: normal;
font-weight: 400;
font-size: 3.4vw;
line-height: 3.8vw;
letter-spacing: 0.03em;
background: linear-gradient(139.97deg, #FFD27D 25.87%, #C59B5C 74.13%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
max-width: 20ch;
}

#Luxury .text-div{
	width: 100%;
	padding-left: 16vw;
	padding-right: 0vw;
}

#Luxury h3 span{
	background: linear-gradient(139.97deg, #FFFFFF 25.87%, #FFFFFF 74.13%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}

#Luxury .mid-h3{
	margin-top: 2vw;
}


.top-services{
	position: relative;
	padding-left: 14vw;
	padding-right: 20vw;
	margin-top: 6vw;
}

.top-services hr{
	position: absolute;
	left: 50%;
	top: 48%;
	transform: translate(-50%,-50%);
	width: 100%;
	border-top: 2px solid #22272e;
}

.top-services .display-img{
	width: 90%;
}


.top-services .display-img:hover{
	cursor: pointer;
	transform: scale(1.2);
	transition: 0.5s;
}

.top-services .luxury{
	width: 100%;
	position: relative;
}

.top-services .main-display-img{
	width: 93%;
}



.bottom-services{
	position: relative;
	padding-left: 24vw;
	padding-right: 10vw;
	margin-top: 0vw;
}

.bottom-services hr{
	position: absolute;
	left: 50%;
	top: 48%;
	transform: translate(-50%,-50%);
	width: 100%;
	border-top: 2px solid #22272e;
}

.bottom-services .display-img{
	width: 90%;
}


.bottom-services .display-img:hover{
	cursor: pointer;
	transform: scale(1.2);
	transition: 0.5s;
}

.bottom-services .luxury{
	width: 100%;
	position: relative;
}

.bottom-services .main-display-img{
	width: 93%;
}



.luxury{
	margin-bottom: 1vw;
	position: relative;	
	display: none;
}


.luxury .close-btn{
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translate(-50%,-50%);
  background: transparent;
  border: none;
}


.luxury .close-btn img{
	width: 3vw;
}

.luxury .close-btn img:hover{
	cursor: pointer;
	transform: scale(1.2);
	transition: 0.5s;
}

.luxury .icon{
	position: absolute;
	width: 30%;
	top: 48%;
	left: 14%;
	transform: translate(-50%,-50%);
}

.luxury h4{
position: absolute;
left: 32%;
top: 20%;

 font-family: 'Highbary-Sunfest';
font-style: normal;
font-weight: 400;
font-size: 1.6vw;
line-height: 1.9vw;
letter-spacing: 0.03em;

background: linear-gradient(139.97deg, #FFD27D 25.87%, #C59B5C 74.13%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}

.luxury p{
position: absolute;
left: 32%;
top: 35%;

font-family: 'Megant-Personal-Use', serif;
font-size: 0.8vw;
line-height: 1.3vw;
letter-spacing: 0.105em;

background: linear-gradient(272.38deg, #CCD3DC 50.34%, #FFFFFF 95.69%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;

max-width: 54ch;
}



.luxury .book-now{
font-family: 'Megant-Personal-Use', serif;
	position: absolute;
  left: 32%;
  top: 65%;
  color: #FFFFFF;
  font-style: normal;
font-weight: 400;
font-size: 0.8vw;
border-radius: 0px;
border: 2px solid #FFD27E;
background: #171B20;
padding: 0.6vw 6vw;
letter-spacing: 0.105em;
}

.luxury .book-now:hover{
	
	background: #FFD27E;
	color: #171B20;
	border: 3px solid #171B20;
}

.luxury .book-now .right-arrow{
height: 100%;
width: auto;
position: absolute;
top: 0%;
right: 0%;
}

.luxury .book-now .left-arrow{
height: 100%;
width: auto;
position: absolute;
top: 0%;
left: 0%;
}




/*----------------LOADER CSS --------------------*/

 #loading {
    height: 100vh;
    width: 100vw;
    position: fixed;
    display: flex;
    background: #161a1f;
    z-index: 99999;
    justify-content: center;
    flex-direction: column;
    align-items: center;
} 

#loader{
    position: relative;
    width: 12rem;
    height: 12rem;
    min-width: 10rem;
    min-height: 10rem;
    background-color: #161a1f;
}



#loading-bar-spinner.spinner {
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    position: absolute;
    z-index: 19 !important;
    -webkit-animation: loading-bar-spinner 400ms linear infinite;
            animation: loading-bar-spinner 400ms linear infinite;
  }
  
  #loading-bar-spinner.spinner .spinner-icon {
    width: 40px;
    height: 40px;
    border: solid 4px transparent;
    border-top-color: #f7ca79 !important;
    border-left-color: #f7ca79 !important;
    border-radius: 50%;
  }
  
  @-webkit-keyframes loading-bar-spinner {
    0% {
      transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  @keyframes loading-bar-spinner {
    0% {
      transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }



#ContactModal .modal-dialog{
	min-width: 90%;
	z-index: 99999;
}


#ContactModal .modal-body {
    padding: 0.1rem;
}


#ContactModal #Touch{
	padding: 4vw 14vw 5vw 14vw;
	position: relative;
}


#ContactModal #Touch .close-btn{
  position: absolute;
  top: 2vw;
  right: 2vw;
  background: transparent;
  border: none;
}

#ContactModal #Touch .close-btn:hover{
	animation: rotate-stop 4s infinite linear;
  transform: rotate();
}

#ContactModal #Touch .close-btn img{
	width: 3vw;
}



#About .main-img{
	width: 100%;
	max-height: 22vw;
	object-fit: cover;
}


#About .about-inner{
	background: #161a1f;
	position: relative;
	padding: 6vw 18vw 7vw 18vw;
}


#About .about-inner h3{
font-family: 'Highbary-Sunfest';
font-style: normal;
font-weight: 400;
font-size: 3.4vw;
line-height: 3.8vw;
letter-spacing: 0.03em;
background: linear-gradient(139.97deg, #FFD27D 25.87%, #C59B5C 74.13%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}



#About .about-inner p{
font-family: 'Megant-Personal-Use', serif;
    font-size: 0.9vw;
    line-height: 1.4vw;
    letter-spacing: 0.105em;
    color: #Ffffff;
    max-width: 200ch;
    margin-top: 2vw;
}

#About .about-inner .main_p{
    font-size: 1.4vw;
    line-height:1.8vw;
    font-weight:bold;background: linear-gradient(272.38deg, #FBCE7B 50.34%, #FBCE7B 95.69%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}




#ServiceBanner{
	height: 90vh;
}


#ServiceBanner #Carousel{
	height: 90vh;
}

#ServiceBanner #Carousel .item{
	height: 90vh;
	position: relative;
}

#ServiceBanner #Carousel .item .overlay{
overflow: hidden;
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
-webkit-box-shadow: inset 0px 0px 243px 55px rgba(0,0,0,0.9);
-moz-box-shadow: inset 0px 0px 243px 55px rgba(0,0,0,0.9);
box-shadow: inset 0px 0px 243px 55px rgba(0,0,0,0.9);
background-image: linear-gradient(to right, rgba(0,0,0,0.1), rgba(0,0,0,0.1));
}

#ServiceBanner #Carousel .item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#ServiceBanner #Carousel .item .left{
	background: none;
	border: none;
	position: absolute;
	left: 1vw;
	top: 45%;
}

#ServiceBanner #Carousel .item .left img{
	width: 3vw;
}

#ServiceBanner #Carousel .item .right{
	background: none;
	border: none;
	position: absolute;
	right: 0%;
	top: 45%;
}

#ServiceBanner #Carousel .item .right img{
	width: 3vw;
}


#ServiceBanner .col-md-4{
	padding: 5vw 4vw;
}


#ServiceBanner h3{
font-family: 'Highbary-Sunfest';
font-style: normal;
font-weight: 400;
font-size: 3.4vw;
line-height: 3.8vw;
letter-spacing: 0.03em;
background: linear-gradient(139.97deg, #FFD27D 25.87%, #C59B5C 74.13%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
max-width: 8ch;
}


#ServiceBanner p{
font-family: 'Megant-Personal-Use', serif;
font-size: 0.8vw;
line-height: 1.2vw;
letter-spacing: 0.105em;
background: linear-gradient(272.38deg, #CCD3DC 50.34%, #FFFFFF 95.69%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
margin-top: 2vw;
max-width: 40ch;
}



#ServiceBanner .book-now{
font-family: 'Megant-Personal-Use', serif;
	position: relative;
  color: #FFFFFF;
  font-style: normal;
font-weight: 400;
font-size: 1vw;
border-radius: 0px;
border: 2px solid #FFD27E;
background: #171B20;
padding: 0.8vw 2vw;
width: 80%;
letter-spacing: 0.105em;
margin-top: 4vw;
}

#ServiceBanner .book-now:hover{
	
	background: #FFD27E;
	color: #171B20;
	border: 3px solid #171B20;
}

#ServiceBanner .book-now .right-arrow{
height: 100%;
width: auto;
position: absolute;
top: 0%;
right: 0%;
}

#ServiceBanner .book-now .left-arrow{
height: 100%;
width: auto;
position: absolute;
top: 0%;
left: 0%;
}



#ServiceBanner-bottom{
	width: 100%;
	padding: 4vw 8vw 9vw 8vw;
}

#Carousel2{
	margin-top: -10.8vw;
}

#Carousel2 .item .top-box{
	width: 100%;
	position: relative;
}

#Carousel2 .item .top-box img{
	width: 70%;
}

#Carousel2 .item .right{
	margin-top: 4vw;
}

#Carousel2 .item .right img{
	width: 70%;
	margin-left: auto;
	margin-right: 5%;
 display: block;
}

#Carousel2 .item .top-box h2{
font-family: 'Megant-Personal-Use', serif;
font-size: 0.8vw;
line-height: 1.2vw;
letter-spacing: 0.03em;
background: linear-gradient(272.38deg, #CCD3DC 50.34%, #FFFFFF 95.69%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}

#Carousel2 .item .left h2{
	position: absolute;
	top: 50%;
	left: 30%;
	transform: translate(-50%,-50%);
}

#Carousel2 .item .right h2{
	position: absolute;
	top: 50%;
	left: 58%;
	transform: translate(-50%,-50%);
}




#Carousel2 .item .box{
	position: relative;
	border: 1px solid #FFFFFF;
	width: 95%;
	height: 12vw;
	margin-bottom: 1vw;
	cursor: pointer;
}

#Carousel2 .item .box .serve-img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


#Carousel2 .item .box .playimg{
	width: 3vw;
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


#Carousel2 .item .left-btn,.right-btn{
	width: 95%;
	background: none;
	border: none;
	margin-top: 2vw;
}

#Carousel2 .item .left-btn img{
	width: 100%;
}

#Carousel2 .item .right-btn img{
	width: 100%;
}


#ServiceBanner-bottom .right-side{
  padding-left: 8vw;
}

#ServiceBanner-bottom .right-side p{
font-family: 'Megant-Personal-Use', serif;
font-size: 0.8vw;
line-height: 1.2vw;
letter-spacing: 0.105em;
background: linear-gradient(272.38deg, #CCD3DC 50.34%, #FFFFFF 95.69%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
margin-bottom: 2vw;
max-width: 55ch;
}

#ServiceBanner-bottom .right-side .logo{
	width: 8vw;
}


#Mobile-imgs{
    display:none;
}

