@import url('https://fonts.googleapis.com/css2?family=Bakbak+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap');

@font-face {
   font-family: Gilroy-Bold;
   src: url(../css/fonts/Gilroy-Bold.ttf);
}
@font-face {
   font-family:Gilroy-Regular;
   src: url(../css/fonts/Gilroy-Regular.ttf);
}
@font-face {
   font-family:Restaglick;
   src: url(../css/fonts/Restaglick.ttf);
}
@font-face {
   font-family:CabinetGrotesk-Regular;
   src: url(../css/fonts/CabinetGrotesk-Regular.otf);
}
@font-face {
   font-family:CabinetGrotesk-Medium;
   src: url(../css/fonts/CabinetGrotesk-Medium.otf);
}
@font-face {
   font-family:CabinetGrotesk-Bold;
   src: url(../css/fonts/CabinetGrotesk-Bold.otf);
}

@font-face {
   font-family:Helvetica;
   src: url(../css/fonts/Helvetica.ttf);
}
@font-face {
   font-family:CanelaText-Light-Trial;
   src: url(../css/fonts/CanelaText-Light-Trial.otf);
}

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600&display=swap');


body.hidden-scrolling{
	overflow-y: hidden;
}
*{
	margin:0;
	box-sizing: border-box;
}
.pha-3
{
	    font-size: 24px;
    color: #ca9a37;
    padding-bottom: 10px;
}
.container{
	max-width: 1190px;
	margin:auto;
}
.main-wrapper-01 {
    padding: 3em 0 2em 0;
}
.text-sm-right
{
	color: #ffffff;
	text-align: right;
}
.sticky-nav.menu_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  animation: sticky 1s;
  box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
  background-color: #060606;
}
@keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.box-stello
{
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding:26px;
	height: 100%;
	margin: 24px 0 24px 0;
	border-radius: 30px;
}
.info_02 {
    color: #5e5e5e;
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 13px;
    font-family: CabinetGrotesk-Bold;
}
.mb-30px
{
	margin-bottom: 30px;
}
.foote
.banner-sub-title {
    color: #d4a220;
    font-size: 16px;
    margin-bottom: 4px;
    text-transform: uppercase;
    font-family: CanelaText-Light-Trial;
}
body
{
	background-color: #e9e9e9;
}
ul{
	list-style: none;
	margin:0;
	padding:0;
}
a{
	text-decoration: none;
}
.banner-sub-title
{
	display: block;
    font-family: CanelaText-Light-Trial;
    font-size: 19px;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: .3px;
}
.sec-about-3
{
	padding: 4em 0;
	background: #ffffff;
}
/*header*/
.header{
	position: relative;
	width: 100%;
	left:0;
	top:0;
	z-index: 99;
	background-color: #060606;
	padding: 6px 0;
	    transition: width 0.4s ease;
}
.right-box-pha
{
	    padding-top: 20px;
}
.highlight-grid {
      margin:14px 0 20px 0;
    }

    .highlight-item {
      display: flex;
      align-items: flex-start;
      gap: 18px;
      font-size: 15px;
      line-height: 1.5;
    }

    .highlight-item img
    {
    	    padding-top: 7px;
    }
    .star {
      position: relative;
      width: 20px;
      height: 20px;
      flex: 0 0 20px;
    }

.logo img 
{
	width: 110px;
	 transition: width 0.4s ease;
}
.menu_fixed .logo img {
    width: 70px;
}
.header-main{
	background-color: #060606;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
	border-radius: 4px;
}
.header .logo{
	padding: 0 15px;
}
.header .logo a{
	font-size: 30px;
	text-transform: capitalize;
	color: #f9e797;
	font-weight: 600;
}
.header .nav-menu{
	padding: 0 15px;
}
.header .menu > .menu-item{
	display: inline-block;
	margin-left: 30px;
	position: relative;
}
.header .menu > .menu-item > a{
	display: block;
	padding: 12px 0;
	font-size: 17px;
	color: #f9e797;
	text-transform: uppercase;
	font-family:Restaglick;
	text-transform: capitalize;
	font-weight: 550;
	transition: all 0.3s ease;
}
.header .menu > .menu-item > a .plus{
	display: inline-block;
	height: 12px;
	width: 12px;
	position: relative;
	margin-left:5px; 
	pointer-events: none;
}
.header .menu > .menu-item > a .plus:before,
.header .menu > .menu-item > a .plus:after{
	content:'';
	position: absolute;
	box-sizing: border-box;
	left: 50%;
	top:50%;
	background-color: #000000;
	height: 2px;
	width: 100%;
	transform: translate(-50%,-50%);
	transition: all 0.3s ease;
}
.header .menu > .menu-item:hover > a .plus:before,
.header .menu > .menu-item:hover > a .plus:after{
   background-color: #f9e797;
}
.header .menu > .menu-item > a .plus:after{
   transform: translate(-50%,-50%) rotate(-90deg);	
}
.header .menu > .menu-item > .sub-menu > .menu-item > a:hover,
.header .menu > .menu-item:hover > a{
	color: #f9e797;
}
.header .menu > .menu-item > .sub-menu{
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	width: 220px;
	position: absolute;
	left:0;
	top:100%;
	background-color: #ffffff;
	padding: 10px 0;
	border-top: 3px solid #f9e797;
	transform: translateY(10px);
	transition: all 0.3s ease;
	opacity:0;
	visibility: hidden;
}
@media(min-width: 992px){
.header .menu > .menu-item-has-children:hover > .sub-menu{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
 }
 .header .menu > .menu-item-has-children:hover > a .plus:after{
    transform: translate(-50%,-50%) rotate(0deg);		
 }
}
.header .menu > .menu-item > .sub-menu > .menu-item{
	display: block;
}
.header .menu > .menu-item > .sub-menu > .menu-item > a{
	display: block;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	transition: all 0.3s ease;
	text-transform: capitalize;
}
.header .open-nav-menu{
	height: 34px;
	width: 40px;
	margin-right: 15px;
	display: none;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.header .open-nav-menu span{
	display: block;
	height: 3px;
	width: 24px;
	background-color: #ffffff;
    position: relative;
}
.header .open-nav-menu span:before,
.header .open-nav-menu span:after{
	content: '';
	position: absolute;
	left:0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	box-sizing: border-box;
}
.header .open-nav-menu span:before{
	top:-7px;
}
.header .open-nav-menu span:after{
	top:7px;
}
.header .close-nav-menu{
	height: 40px;
	width: 40px;
	margin:0 0 15px 15px;
	cursor: pointer;
	display: none;
	align-items: center;
	justify-content: center;
}
.header .close-nav-menu img{
	width: 16px;
}
.header .menu-overlay{
	position: fixed;
	z-index: 999;
	background-color: rgba(0,0,0,0.5);
	left:0;
	top:0;
	height: 100%;
	width: 100%;
	visibility: hidden;
	opacity:0;
	transition: all 0.3s ease;
}

/*home section*/
.home-section{
	width: 100%;
	display: block;
	min-height: 100vh;
	background-image: url('../img/home.jpg');
	background-position: center top;
	background-size: cover;
}


/* responsive */

@media(max-width: 991px){
	.header .menu-overlay.active{
	visibility: visible;
	opacity: 1;
}
	.header .nav-menu{
		position: fixed;
		right: -280px;
		visibility: hidden;
		width: 280px;
		height: 100%;
		top:0;
		overflow-y: auto;
		background-color: #000000;
		z-index: 1000;
		padding: 15px 0;
		transition: all 0.5s ease;
	}
	.header .nav-menu.open{
		visibility: visible;
		right: 0px;
	}
	.header .menu > .menu-item{
		display: block;
		margin:0;
	}
	.header .menu > .menu-item-has-children > a{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.header .menu > .menu-item > a{
		color: #f9e797;
		padding: 12px 15px;
		border-bottom: 1px solid #464242;
	}
	.header .menu > .menu-item:first-child > a{
	    border-top: 1px solid #333333;	
	}
	.header .menu > .menu-item > a .plus:before, 
	.header .menu > .menu-item > a .plus:after{
		background-color: #ffffff;
	}
	.header .menu > .menu-item-has-children.active > a .plus:after{
        transform: translate(-50%,-50%) rotate(0deg);
	}
	.header .menu > .menu-item > .sub-menu{
		width: 100%;
		position: relative;
		opacity: 1;
		visibility: visible;
		border:none;
		background-color: transparent;
		box-shadow: none;
		transform: translateY(0px);
		padding: 0px;
		left: auto;
		top:auto;
		max-height: 0;
		overflow: hidden;
	}
	.header .menu > .menu-item > .sub-menu > .menu-item > a{
		padding: 12px 45px;
		color: #ffffff;
		border-bottom: 1px solid #333333;
	}
	.header .close-nav-menu,
	.header .open-nav-menu{
		display: flex;
	}
}

*
{
	margin:0;
	padding:0;
	box-sizing: border-box;
}
.section-2
{
	background: #e9e9e9;
	padding:3em 0;
}
.section-2-index
{
	background: #e9e9e9;
	padding:3em 0;
}
.room-box
{
	  border-radius: 28px;
	    padding:8px;
 background-color: rgb(255, 255, 255);
}
.room-box-1
{
	margin-top: 42px;
}
.sub-title
{
	color: #a18448;
	font-size: 16px;
	margin-bottom: 4px;
	text-transform: uppercase;
	 font-family:CabinetGrotesk-Bold;
}
.main-title
{
	 font-family: "Bakbak One", sans-serif;
	color: #a18448;
	text-transform: uppercase;
	font-size: 35px;
}
.banner-title
{
	font-family:CabinetGrotesk-Regular;
	color: #a18448;
	text-transform: uppercase;
	font-size: 40px;
}
.txt-cnt
{
	text-align: center;
}
.room-img
{
	  border-radius: 20px;
		overflow: hidden;
}
.ctn-flex
{
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
}
.room-box
{
	margin-top: 2em;
}
.main-t1
{
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.room-cont
{
	padding:0 30px;
}
.main-t2
{
	font-family: "Bakbak One", sans-serif;
	color: #a18448;
	font-weight: 400;
	letter-spacing: 0.5px;
	font-size: 26px;
}
.info_1
{
	font-family:Helvetica;
	color: #a18448;
		margin-bottom: 6px;
	font-size: 17px;
}
.abt-sec-2
{
	padding:40px 0 0 0;
}
.font-price
{
	font-family: "Golos Text", sans-serif;
	color: #a18448;
	font-size: 30px;
	font-weight: 450;
}
.info
{
	font-family:Helvetica;
	color: #a18448;
	font-size: 16px;
	line-height: 30px;
}
.rooms-section{
    padding:80px 0;
}

.section-header{
    text-align:center;
    margin-bottom:50px;
}

.section-header span{
    color:#b68d40;
    font-size:14px;
    letter-spacing:2px;
}

.section-header h2{
    font-size:52px;
    color:#b68d40;
    font-weight:300;
}
.room-card-01 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}
.room-card{
  

    background:#fff;

    border-radius:20px;

    margin-bottom:30px;

    box-shadow:0 10px 30px rgba(0,0,0,.05);
}
.room-content-h3
{
	    font-family: "Bakbak One", sans-serif;
    color: #000000;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 26px;
    margin-bottom: 0;
}

.room-image{
    width:385px;
    flex-shrink:0;
    height:258px;
    padding:8px;
}

.room-image img{
    width:100%;
 	height: 100%;
    object-fit:cover;
    border-radius:15px;
}

.room-content{
    flex:1;
    padding:0 20px;
}

.room-content h3{
    color:#a18448;
    margin-bottom:10px;
}

.stars{
    color:#ffb400;
    margin-bottom:7px;
}

.room-content p{
    line-height:1.7;
}

.room-info{
  width: 200px;
    text-align: left;
    padding-left: 23px;
}
.left-img_01
{
	border-radius: 22px;
	width: 541px;
	overflow: hidden;
  height: 592px;
      margin: 0 0 0 auto;
}
.left-img_01 img
{
	width: 100%;
	height: 100%;
}
.room-info div{
    margin-bottom:6px;
}

.price{
    font-size:38px;
    color:#b68d40;
    font-weight:700;
    margin:20px 0;
}

.price span{
    font-size:14px;
    font-weight:400;
}
.fac-div
{
	    display: flex;
    flex-wrap: wrap;
    gap: 38px;
    justify-content: center;
    align-items: center;
    transition: 0.5s all;
}
.fac-div_01
{
	width: 50%;
	transition: 0.5s all;
}

.span-circle
{
	    font-size: 5px;
    line-height: normal;
    margin-right: 4px;
    position: relative;
    top: -4px;

}
.btn_01{
    display:inline-block;

    background:#c59d5f;
    color:#fff;
    font-size: 14px;
    font-family: "Golos Text", sans-serif;
    padding:8px 24px;
    text-align: center;
    border-radius:30px;
    margin-top:30px;
    text-decoration:none;

    transition:.3s;
}

.btn_01:hover{
    background:#a67d3e;
}
.pha-1
{
	font-family: "Golos Text", sans-serif;
	font-size: 17px;
	color: #fff;
}
.room-img img
{
border-radius: 20px;
}
.fac-div_01
{
	height: 260px;
	width: 252px;
	display: flex;
	padding: 10px;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: 0.5s all;
	border-radius: 26px;
}
.fac-div_01:hover
{
background: #4e3819;
}
.fac-div_01:hover .fact-info h2
{
color: #d1b060;
}
.fac-div_01:hover .fac-txt
{
	color: #d1b060;
}
.fac-icon img
{
width: 100%;
height: 100%;
}
.fac-icon-1
{
		margin-bottom: 20px;
}
.fac-icon
{
	margin-bottom: 20px;
	width: 60px;
	height: 60px;
}
.fact-info
{
	    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.facilities-div
{
	margin-top: 40px;
}
.fac-div_01 h2
{
font-family: Restaglick;
    font-size: 22px;
    color: #4e3819;
    margin-bottom: 15px;
    margin-top: 10px;
}
.fac-txt
{
	font-family: "Golos Text", sans-serif;
	color: #4e3819;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 0;
	text-align: center;
}
.testimonial-section{
    position:relative;
    background:#000;
}

.testimonial-item{
    background:url('../images/img/_G5A3041.jpg');
    background-size:cover;
    background-position:center;
    min-height:600px;
    position:relative;
}

.overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.45);
}

.testimonial-content{
    position:relative;
    z-index:2;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:100px;
    padding:120px 50px;
    color:#fff;
}

.rating-box h2{
    font-size:76px;
    font-family: "Bakbak One", sans-serif;
}

.stars,
.small-stars{
    color:#d4a017;
}

.testimonial-text{
    max-width:550px;
}

.testimonial-text h3{
    font-size:52px;
    line-height:1.2;
    font-weight:500;
    font-family: "Bakbak One", sans-serif;
}
.foot-header
{
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
	font-family: "Golos Text", sans-serif;
}
.soc-link
{
display: flex;
justify-content: center;
gap: 28px;
margin-top: 20px;
font-size: 24px;
color: #fff;
}
.logo-box img
{
width: 130px;
display: block;
margin:0 auto;
}
.foot-info_01
{
	color:#b4b2b2;
	font-family: "Golos Text", sans-serif;
	text-align: center;
	font-size: 15px;
}
.footer-info{
    background:#060606;
    color:#fff;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.footer-info-01
{
	 background:#060606;
    color:#fff;
    padding:60px 80px;
}

.logo-box{
    text-align:center;
}

.logo-box h2{
    color:#d4a017;
    letter-spacing:8px;
}

/* Owl */
.testimonial-slider .owl-dots{
    position:absolute;
    bottom:130px;
    left:50%;
    transform:translateX(-50%);
}

.testimonial-slider .owl-dot span{
    width:12px;
    height:12px;
}

.testimonial-slider .owl-dot.active span{
    background:#d4a017 !important;
}

.overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.45);
}

/**/

.luxury-hero,
.luxury-slide {
    width: 100%;
    height: 680px;
    position: relative;
    overflow: hidden;
    background: #111;
}

.luxury-slide .hero-bg {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transform: scale(1.05);

    transition:
        transform 8s cubic-bezier(.25,.46,.45,.94);
}


.luxury-slide .hero-dark {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(10,10,10,.82) 0%,
            rgba(10,10,10,.68) 35%,
            rgba(10,10,10,.30) 70%,
            rgba(10,10,10,.55) 100%
        );

    z-index: 1;
}


.luxury-slide::after {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            to bottom,
            transparent 55%,
            rgba(0,0,0,.65) 100%
        );

    pointer-events: none;

    z-index: 2;
}

.hero-inner {

    position: relative;

    width: 1100px;
    max-width: calc(100% - 80px);

    height: 100%;

    margin: auto;

    display: flex;
    align-items: center;

    z-index: 5;
}


.hero-text {
    width: 55%;
    padding-top: 20px;
}


.hero-small {

    display: block;

    font-family:CanelaText-Light-Trial;

    font-size: 19px;

    color: #fff;

    margin-bottom: 20px;

    letter-spacing: .3px;
}


.hero-text h1 {

    margin: 0;

    color: #fff;

   font-family:CabinetGrotesk-Regular;

    font-weight: 300;

    font-size: 58px;

    line-height: 1.15;

    letter-spacing: 1px;

    text-transform: uppercase;
}


.hero-text h1 span {

    font-weight: 300;

    color: #fff;
}


.hero-images {

    position: absolute;

    right: -40px;
    top: 50%;

    width: 540px;
    height: 540px;

    transform: translateY(-50%);
}


/* COMMON IMAGE */

.hero-image {

    position: absolute;

    overflow: hidden;

    box-shadow:
        0 20px 50px rgba(0,0,0,.35);

    background: #222;
}


.hero-image img {

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 8s ease;
}


/* FIRST IMAGE */

.hero-image-one {

    width: 260px;
    height: 360px;

    left: 0px;
    top: 40px;

    border-radius:
        140px 140px 0 0;

    z-index: 2;
}


.hero-image-two {

    width: 260px;
    height: 360px;

    right: 0;
    bottom: 0;

    border-radius:
        0 0 130px 130px;

    z-index: 3;
}

.luxury-slide.active .hero-bg {
    transform: scale(1.12);
}


.luxury-slide.active .hero-image-one img {
    transform: scale(1.08);
}


.luxury-slide.active .hero-image-two img {
    transform: scale(1.08);
}


.hero-small {

    opacity: 0;

    transform: translateY(35px);

    transition:
        all 1s ease .2s;
}


.hero-text h1 {

    opacity: 0;

    transform: translateY(50px);

    transition:
        all 1.2s ease .5s;
}


.owl-item.active .hero-small,
.owl-item.active .hero-text h1 {

    opacity: 1;

    transform: translateY(0);
}


.luxury-action {

    position: absolute;

    left: 50%;

    bottom: 0;

    transform: translateX(-50%);

    width: 870px;
    max-width: 90%;

    height: 105px;

    background: #b58a3d;

    border-radius:
        55px 55px 0 0;

    display: flex;

    align-items: center;

    padding-left: 55px;

    z-index: 10;
}


/* ACTION ITEM */

.action-item {

    flex: 1;

    color: #fff;

    font-family:
        "Work Sans",
        sans-serif;
}


.action-item span {

    display: block;

    font-size: 13px;

    letter-spacing: 3px;

    margin-bottom: 10px;
}


.action-item strong {

    display: block;

    font-size: 20px;

    font-weight: 400;

    letter-spacing: 1px;
}


.action-button {

    width: 205px;

    height: 105px;

    background: #fff;

    color: #a77c35;

    display: flex;

    align-items: center;

    justify-content: center;

    text-align: center;

    font-family:
        "Work Sans",
        sans-serif;

    font-size: 14px;

    letter-spacing: 2px;

    line-height: 1.4;

    border-radius:
        0 55px 55px 0;

    text-decoration: none;

    transition: .4s ease;
}


.action-button:hover {

    background: #151515;

    color: #fff;
}



.luxury-hero .owl-nav button {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    width: 55px;
    height: 55px;

    border-radius: 50% !important;

    border: 1px solid
        rgba(255,255,255,.5) !important;

    background:
        rgba(0,0,0,.15) !important;

    color: #fff !important;

    font-size: 18px !important;

    transition: .4s;
}


.luxury-hero .owl-prev {
    left: 30px;
}


.luxury-hero .owl-next {
    right: 30px;
}


.luxury-hero .owl-nav button:hover {

    background: #b58a3d !important;

    border-color: #b58a3d !important;
}


.luxury-hero .owl-dots {

    position: absolute;

    right: 35px;

    top: 50%;

    transform: translateY(-50%);

    display: flex;

    flex-direction: column;

    gap: 8px;
}


.luxury-hero .owl-dot span {

    width: 8px !important;
    height: 8px !important;

    background: #fff !important;

    margin: 0 !important;

    transition: .4s;
}


.luxury-hero .owl-dot.active span {

    height: 35px !important;

    border-radius: 10px !important;

    background: #b58a3d !important;
}

@media(max-width: 991px) {

    .luxury-hero,
    .luxury-slide {
        height: 650px;
    }

    .hero-inner {
        max-width: calc(100% - 50px);
    }

    .hero-text {
        width: 60%;
    }

    .hero-text h1 {
        font-size: 46px;
    }

    .hero-images {
        right: -100px;
        transform:
            translateY(-50%) scale(.85);
    }

    .luxury-action {
        width: 750px;
    }
}


@media(max-width: 767px) {

    .luxury-hero,
    .luxury-slide {
        height: 700px;
    }

    .hero-inner {

        max-width: calc(100% - 35px);

        display: block;

        padding-top: 80px;
    }


    .hero-text {

        width: 100%;

        position: relative;

        z-index: 10;
    }


    .hero-small {
        font-size: 16px;
    }


    .hero-text h1 {

        font-size: 38px;

        line-height: 1.12;
    }


    .hero-images {

        width: 420px;
        height: 420px;

        right: -80px;

        top: 57%;

        transform:
            translateY(-50%) scale(.75);
    }


    .luxury-action {

        width: 95%;

        height: 80px;

        padding-left: 20px;

        border-radius: 40px 40px 0 0;
    }


    .action-item {

        display: none;
    }


    .action-button {

        width: 100%;

        height: 80px;

        border-radius: 40px;

        font-size: 12px;
    }


    .luxury-hero .owl-nav {
        display: none;
    }


    .luxury-hero .owl-dots {

        right: 15px;

        top: 45%;
    }
}
.room-meta_01
{
	margin:24px 0 16px 0;
}
/*banner-end*/

.inside-banner-04
{
	    background-image: url(../images/banner6.png);
    background-repeat: no-repeat;
    background-position: right;
    height: 400px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
}
.inside-banner-04:before
{
	content: '';
	width: 100%;
	height: 100%;
	 position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.40);
}

.inside-banner-05
{
	    background-image: url(../images/img/_G5A3002.jpg);
    background-repeat: no-repeat;
    background-position: right;
    height: 400px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
}
.inside-banner-05:before
{
	content: '';
	width: 100%;
	height: 100%;
	 position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.40);
}
.inside-banner-06
{
	    background-image: url(../images/img/_G5A3014.jpg);
    background-repeat: no-repeat;
    background-position: right;
    height: 400px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
}
.inside-banner-06:before
{
	content: '';
	width: 100%;
	height: 100%;
	 position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.40);
}


.inside-banner
{
	    background-image: url(../images/img/_G5A3039.jpg);
    background-repeat: no-repeat;
    background-position: right;
    height: 400px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
}
.inside-banner:before
{
	content: '';
	width: 100%;
	height: 100%;
	 position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.40);
}
/**/
.inside-banner-01
{
	    background-image: url(../images/banner-5.png);
    background-repeat: no-repeat;
    background-position: right;
    height: 400px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
}
.inside-banner-01:before
{
	content: '';
	width: 100%;
	height: 100%;
	 position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.40);
}
/**/
.inside-banner-02
{
	    background-image: url(../images/banner-2.png);
    background-repeat: no-repeat;
    background-position: right;
    height: 400px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
}
.inside-banner-02:before
{
	content: '';
	width: 100%;
	height: 100%;
	 position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.40);
}
/**/
.room-info .info_1
{
    font-family: Helvetica;
    color: #a18448;
    margin-bottom: 6px;
    font-size: 13px;
    margin-bottom: 0;
}
.header .menu > .menu-item > a:before {
    content: '';
    position: absolute;
    left: 0;
    background-color:#f9e797;
    width: 100%;
    bottom: -2px;
    height: 2px;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 650ms;
}
.header .menu > .menu-item > a:hover::before
{
  transform: scaleX(1);
}
.info_01
{
	font-family:Helvetica;
	color: #5e5e5e;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 20px;
}
.breadcrumb {
    width: 100%;
    /* bottom: -22px; */
    margin: 0;
    display: flex;
    position: relative;
    z-index: 1;
     font-family:CabinetGrotesk-Regular;
    font-size: 17px;
    background: transparent;
    justify-content: center;
    padding: 10px 0;
    top:50%;
    
}
.breadcrumb-item+.breadcrumb-item::before {
      display: inline-block;
    padding-right: 0.7rem;
    color: #fff;
    content: ">";
    font-size: 20px;
    top: 0px;
    position: relative;
    padding-left: 4px;
}
.abt-sec-1
{
	margin:2em 0 2em 0;
}
.breadcrumb-item a  {
    color: #fff;
    font-family:CabinetGrotesk-Regular;
    font-size: 17px;
}
.abt-left
{
    border-radius: 20px;
    padding-right: 40px;
}
.cnt_01
{
	margin-top: 3em;
}
.abt-left img
{
 border-radius: 20px;
}
.breadcrumb-item .active
{
 color: #fff;
    font-size: 16px;
  font-family: "Golos Text", sans-serif;
}
.breadcrumb-item.active {
    color: #fff;
}
.main-wrapper
{
	padding:4em 0;
}
.section-3
{
	background-color:#f9f5ee;
	padding:60px 0;
}
/* Contact Section */

.contact-desc{
    color:#777;
    font-size:14px;
    margin-bottom:40px;
}

.info-box{
    margin-bottom:35px;
}



/* Form */
.contact-form{
    background:#f4eee6;
    padding:40px;
    border-radius:10px;
}

.form-control{
    height:50px;
    border:none;
}

textarea.form-control{
    height:120px;
    resize:none;
}
.bg-e8
{
	background: #e8e9e9;
}
.btn-send{
    background:#c69c4d;
    color:#fff;
    border:none;
    padding:12px 28px;
    border-radius:30px;
    font-size:14px;
}

.btn-send:hover{
    background:#b2852f;
    color:#fff;
}

/**/

.rooms-section{
    background:#f7f7f7;
}

.room-card{
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    padding:12px;
    transition:.3s;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.room-card:hover{
    transform:translateY(-5px);
}

.room-img{
    overflow:hidden;
    border-radius:10px;
}

.room-img img{
    width:100%;
    height:370px;
    object-fit:cover;
    transition:.5s;
}

.room-card:hover .room-img img{
    transform:scale(1.05);
}

.room-content{
adding-top: 15px;
    border-right: 1px solid #ffdfac;

}
.price-2 {
    font-size: 30px;
    color: #b68d40;
    font-weight: 400;
    margin:  0;
     font-family: "Golos Text", sans-serif;
}
.price-2 span {
    font-size: 14px;
    color: #777;
    font-weight: 400;
}
.room-meta img
{
	margin-right: 8px;
	width: 18px;
	height: 18px;
}
.room-meta{
    display:flex;
       display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:15px;
    color:#666;
     font-family: "Golos Text", sans-serif;
    margin-bottom:10px;
}

.room-meta i{
    margin-right:5px;
}

.room-bottom{
    
}

.room-bottom h4{
    font-size:24px;
    font-weight:600;
    margin:0 0 14px 0;
}

.price{
    font-size:32px;
    font-weight:700;
    color:#b88a44;
}

.price span{
    font-size:14px;
    color:#777;
    font-weight:400;
}
.info-icon {
    height: 20px;
}
.eshb-basic-information-wrapper
{
	    display: flex;
	    justify-content: space-between;
}
.info_icon-01
{
	    color: #59585d;
    font-family:Helvetica;
    font-size: 16px;
    font-weight: 500;
}
.info-title
{
	margin-left: 4px;
}
.eshb-basic-information-wrapper
{
	    background-color:#f1ede7;
    padding: 25px 25px 25px 25px;
    border-radius: 17px 17px 17px 17px !important;
}
.basic-information-list
{
	    display: flex;
    justify-content: space-between;
    width: 100%;
}
@media(max-width:767px){

    .room-img img{
        height:220px;
    }

    .room-bottom{
        flex-direction:column;
        align-items:flex-start;
        gap:10px;
    }

}
.room-slider {
    border-radius: 15px;
    overflow: hidden;
}

.room-slider .item img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 15px;
}

/* Custom Arrows */

.room-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}


.room-slider .owl-next {
    position: absolute;
    width: 45px;
    height: 45px;
    background: #a68a6a !important;
    color: #fff !important;
    border-radius: 20px 0 0 20px !important;
    font-size: 20px !important;
    line-height: 45px !important;
}
.room-slider .owl-prev 
{
    position: absolute;
    width: 45px;
    height: 45px;
    background: #a68a6a !important;
    color: #fff !important;
    border-radius: 0px 20px 20px 0px !important;
    font-size: 20px !important;
    line-height: 45px !important;
}
.room-slider-01
{
	margin-bottom: 35px;
}
.room-slider-01
{
	margin-top: 30px;
}
.room-slider .owl-prev {
    left: -3px;
}

.room-slider .owl-next {
    right: -3px;
}

.room-slider .owl-prev:hover,
.room-slider .owl-next:hover {
    background: #b08445 !important;
}
/*Room Details*/
.sec-detail-03
{
	margin-bottom: 3em;
}
.room-content-h30
{
	  font-family: "Golos Text", Sans-serif;
	  color: #000;
	  font-size: 26px;
	  margin-bottom: 30px;
}
.listaminit
{
	    font-family: "Golos Text", sans-serif;
    color: #5e5e5e;
    font-size: 16px;
    line-height: 30px;
   
}
.listaminit svg {
    fill: #caa05c;
    transition: fill 0.3s;
    width: 16px;
    margin-right: 5px;
}
.listaminit li
{
	 margin-bottom: 4px;
	 width: 32%;
	 float: left;
}


.right-room-details
{
	    background: #fff;
    border-radius: 16px;
    padding: 30px;
    margin-top: 50px;
    margin-left: 12px;
    position: sticky;
    top: 10px;
}

        .reserve-btn{
            color:#060606;
             font-family: "Golos Text", sans-serif;
             font-size: 26px;
             font-weight: 600;
        }

        .price-text{
            font-size:18px;
             font-family: "Golos Text", sans-serif;
            font-weight:500;
        }

        .price-text span{
            font-size:22px;
             font-family: "Golos Text", sans-serif;
            font-weight:650;
        }

        .field-label{
            text-align:center;
            font-size:15px;
             font-family: "Golos Text", sans-serif;
            font-weight:600;
            margin-bottom:10px;
        }

        .date-box{
        border: 1px solid #b89255;
    background: #fff;
    /* height: 75px; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    padding: 8px;
    gap: 28px;
    color: #b89255;
    width: 100%;
        }

        .counter-title{
            font-size:15px;
            font-weight:700;
            margin-bottom:0px;
        }

        .counter{
            display:flex;
            align-items:center;
            justify-content:center;
            gap:28px;
        }

        .counter-btn{
            width:72px;
            height:72px;
            border:none;
            background:#cda35a;
            color:#fff;
            font-size:42px;
            font-weight:600;
        }

        .counter-value{
            font-size:42px;
            min-width:40px;
            text-align:center;
        }

        .available-room{
            margin-top:5px;
            color:#666;
            font-size:15px;
        }

        .total-section{
            margin-top:80px;
        }

        .total-label{
            font-size:25px;
            font-weight:650;
            font-family: "Golos Text", sans-serif;
        }

        .total-price{
            font-size:25px;
            font-weight:650;
            font-family: "Golos Text", sans-serif;
        }

        .book-btn{
               width: 100%;
    margin-top: 30px;
    background: #cda35a;
    border: none;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    padding: 9px;
    border-radius: 50px;
}

        .counter-box {
    display: inline-flex;
    align-items: center;
    border-radius: 0px;
    overflow: hidden;
    margin: 10px;
}

.counter-box button {
    width: 40px;
    height: 40px;
    border: none;
       background: #c4a266;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

.counter-input {
    width: 60px;
    height: 40px;
        font-size: 20px;
        font-weight: 550;
    text-align: center;
    border: none;
    outline: none;
}
/*Media Query*/
@media (max-width: 820px) 
{
.left-img_01 {
    border-radius: 22px;
    width: 100%;
    overflow: hidden;
    height: 592px;
    margin: 0 0 0 auto;
}
.room-info {
    width: 100%;
    text-align: left;
    padding-left: 23px;
    float: left;
}
.room-card-01 {
    display: flex;
    align-items:flex-start;
    background: #fff;
    flex-direction: column;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}
.fac-div {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    justify-content: center;
    align-items: center;
    transition: 0.5s all;
}
.facilities-div {
    margin-top: 0;
}
.room-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: .5s;
}
.room-image
{
	margin-bottom: 10px;
}
.btn_01 {
    display: inline-block;
    background: #c59d5f;
    color: #fff;
    font-size: 14px;
    font-family: "Golos Text", sans-serif;
    padding: 8px 24px;
    text-align: center;
    border-radius: 30px;
    margin-top: 30px;
    text-decoration: none;
    transition: .3s;
    margin-bottom: 30px;
}
.footer-info-01 {
    background: #060606;
    color: #fff;
    padding: 30px 20px;
}
.owl-nav
{
	display: flex;
	gap: 20px;
	justify-content: center;
}
.room-slider-10 .owl-prev
{
	display: flex;
	justify-content: center;
	align-items: center;
}

.room-slider-10 .owl-prev i
{
	width: 30px;
    height: 30px;
    background: #eac767;
    border-radius: 50%;
    font-size: 20px;
    display: flex;
	justify-content: center;
	align-items: center;
}
.room-slider-10 .owl-next i
{
	width: 30px;
    height: 30px;
    background: #eac767;
    border-radius: 50%;
    font-size: 20px;
    display: flex;
	justify-content: center;
	align-items: center;
}
}

@media (max-width: 600px) 
{
.left-img_01 {
    border-radius: 22px;
    width: 100%;
    overflow: hidden;
    height: auto;
    margin: 2em 0 0 auto;
}
.sec-detail-03 {
    margin-bottom: 0;
    margin-top: 2em;
}
.owl-nav
{
	display: flex;
	gap: 20px;
	justify-content: center;
}
.room-slider-10 .owl-prev
{
	display: flex;
	justify-content: center;
	align-items: center;
}

.room-slider-10 .owl-prev i
{
	width: 30px;
    height: 30px;
    background: #eac767;
    border-radius: 50%;
    font-size: 20px;
    display: flex;
	justify-content: center;
	align-items: center;
}
.room-slider-10 .owl-next i
{
	width: 30px;
    height: 30px;
    background: #eac767;
    border-radius: 50%;
    font-size: 20px;
    display: flex;
	justify-content: center;
	align-items: center;
}
.inside-banner-01, .inside-banner, .inside-banner-05, .inside-banner-06, .inside-banner-02, .inside-banner-04
{
	    background-attachment: initial;
}
.facilities-div {
    margin-top: 20px;
}

.room-image {
    width: 100%;
    flex-shrink: 0;
    height: 258px;
    padding: 8px;
}
.room-card-01 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}
.testimonial-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 120px 30px;
    color: #fff;
}
.testimonial-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 120px 30px;
    color: #fff;
}
.inside-banner-01, .inside-banner-02, .inside-banner, .inside-banner-05, .inside-banner-06, .inside-banner-04 
{
	background-attachment: unset;
}
.testimonial-text h3 {
    font-size: 23px;
    line-height: 1.2;
    font-weight: 500;
    font-family: "Bakbak One", sans-serif;
}
.rating-box h2 {
    font-size: 60px;
    font-family: "Bakbak One", sans-serif;
}
.hero-images {
        width: 420px;
        height: 420px;
        right: 0;
        top: 57%;
        transform: translateY(-50%) scale(.75);
    }
.room-info {
    width: 100%;
    text-align: left;
    padding: 0 20px 30px 20px;
}
.fac-div_01 {
    height: auto;
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.text-sm-right
{
	color: #ffffff;
	text-align: center;
}
.footer-link
{
	    text-align: center;

}

.testimonial-item {
    background: url(../images/img/_G5A3041.jpg);
    background-size: cover;
 height: auto;
}
.hero-image-two {
    width: 160px;
    height: 240px;
    right: -37px;
    bottom: 0;
    border-radius: 0 0 130px 130px;
    z-index: 3;
}
.hero-image-one {
    width: 160px;
    height: 240px;
    left: 116px;
    top: 40px;
    border-radius: 140px 140px 0 0;
    z-index: 2;
}
.box-stello {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 26px;
    height: auto;
    margin: 24px 0 0 0;
    border-radius: 30px;
}
.basic-information-list {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
}
.info_icon-01 {
    color: #59585d;
    font-family: Helvetica;
    font-size: 16px;
    width: 50%;
    font-weight: 500;
    /* width: 50%; */
    margin-bottom: 20px;
}
.abt-left {
    border-radius: 20px;
    padding-right: 0;
}
.highlight-grid {
    margin: 14px 0 0px 0;
}

    .btn_01 {
        display: inline-block;
        background: #c59d5f;
        color: #fff;
        font-size: 14px;
        font-family: "Golos Text", sans-serif;
        padding: 8px 24px;
        text-align: center;
        border-radius: 30px;
        margin-top: 30px;
        text-decoration: none;
        transition: .3s;
        margin-bottom: 0;
    }
    .testimonial-content {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        flex-direction: column;
        padding: 120px 30px;
        color: #fff;
    }
    .fac-div {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
    transition: 0.5s all;
}

.listaminit li {
    margin-bottom: 4px;
    width: 50%;
    float: left;
}
}