@charset "utf-8";
/*======================================
 [ -Main Stylesheet-
  Theme: Diamant
  Version: 1.0
  Last change: 10/08/2024 ]
 
*/
/*-------------Import fonts ---------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');
/*-------------General Style---------------------------------------*/
:root {
	--main-color: #c4a676;
	--main-font: 'Playfair', serif;
	--secondary-font: 'Jost', sans-serif;
}
html{
	overflow-x:hidden !important;
	height:100%;
}
body{
	margin: 0;
	padding: 0;
	font-family: var(--main-font);
	font-weight: 400;
	font-size: 12px;
 	background: #272535;
	height:100%;
	text-align:center;
	color:#1e1e1e;
} 
@-o-viewport {width: device-width;}
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}
/*--------------Typography--------------------------------------*/
p {
	text-align: left;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 10px;
    font-weight: 400;
 	color: #5e646a;
	font-family: var(--secondary-font);
}
/* ---------Page preload--------------------------------------*/
.loader-wrap {
	position: fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	overflow:hidden;
	z-index:100;
}
.loader {
	position: absolute;
	top:50%;
	left:50%;
	width:40px;
	height:40px;
	line-height: 40px;
	margin:-20px 0 0 -20px;
	z-index:20;
    transform: scale(1.0);
}
.loader i{
	color:var(--main-color);
	font-size: 3.9em;
	animation:k3d 3.5s infinite linear;
	-webkit-box-reflect: below 10px -webkit-linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.3));
	-webkit-box-reflect: below 10px -o-linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.3));
	-webkit-box-reflect: below 10px linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.3));
}
@keyframes k3d {
0% {
  transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(360deg);
	opacity:0.3;
  }
  100%{
     transform: rotateY(0deg);
  }	
}
.cd-loader-layer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 100%;
	width: 100%;
	opacity: 1;
	visibility: visible;
	overflow: hidden;
}
.cd-loader-layer .loader-layer  {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-98%);
	height: 100%;
	width: 2500%;
	background: url(../images/ink2.png) no-repeat 0 0;
	background-size: 100% 100%;
} 
/* ---------Content Styles--------------------------------------*/
#main{
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	opacity:0;
}
.content {
	position: relative;
	z-index: 3;
	background: #fff;
    box-shadow: 0px 10px 74px 0px rgba(0,0,0,.8);
}
.content-dec {
	position: absolute;
	bottom: -20px;
	left: 50%;
	width: 36px;
	z-index: 10;
	margin-left: -18px;
}
.content-dec:before {
	content: '';
	position: absolute;
	top: -20px;
	left: 50%;
	width: 6px;
	height: 6px;
	background: var(--main-color);
	border-radius: 50%;
	margin-left: -3px;
	z-index: 10;
}
.content-dec:after {
	content: '';
	position: absolute;
	top: -90px;
	left: 50%;
	width: 1px;
	height: 25px;
	background: #ddd;
	z-index: 10;
}
.content-dec span {
	position: absolute;
	bottom: 4px;
	left: 0;
	width: 36px;
	height: 36px;
	background: #f9f9f9;
	z-index: 1;
	transform: rotate(45deg);
	box-shadow: 0px 0px 0px 6px rgba(255,255,255,0.2);
}
.content-dec2 {
	z-index: -2;
	background: #f9f9f9;
}
.content-dec2:before {
	content: '';
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	border: 1px solid #eee;
	border-radius: 10px;
	background: #fff;
}
.container{
	width: min(100% - 25px, 1600px);
	margin-inline:auto;
	position: relative;
	z-index:5;
} 
.fl-wrap {
	float:left;
	width:100%;
	position:relative;
}
.full-height {
	height:100%;
}
.bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-size: cover;
	background-attachment: scroll  ;
	background-position: center  ;
	background-repeat:repeat;
	background-origin: content-box;
} 
.respimg {
	width:100%;
	height:auto;
}
.overlay    {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#272535;
 	opacity:.4;
	z-index: 2
}
.overlay-bold {
	opacity: .6
}
.fs-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
} 
.no-padding {
	padding:0 !important;
}
.dec-corner {
	position:absolute;
	width:70px;
	height:70px;
	z-index:10;
}
.dc_lb{
	left: 30px;
	bottom:30px;
 	border-bottom: 1px dashed;
	border-left:1px dashed;
 	border-radius: 0 0 0 20px  
}
.dc_rb{
	right: 30px;
	bottom:30px;
 	border-bottom: 1px dashed;
	border-right:1px dashed;
 	border-radius:  0 0 20px 0
}
.dc_rt {
	right: 30px;
	top:30px;
 	border-top: 1px dashed;
	border-right:1px dashed;
 	border-radius:0 20px 0 0	
}
.dc_lt {
	left: 30px;
	top:30px;
 	border-top: 1px dashed;
	border-left:1px dashed;
 	border-radius: 20px 0 0 0	
}
.dec-corner  {
	border-color:rgba(255,255,255,.4);
}
/*------   Header  -----------*/
.main-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
}
.header-top {
	height:100px;
}
.header-social {
	float: left;
}
.header-social li {
	float: left;
	margin-right: 20px;
}
.header-social li a {
    color: var(--main-color);
 	font-size: 1.3em;
	line-height: 100px;
    transition: all .2s ease-in-out;
}
.header-social li a:hover {
	color:#fff;
}
.logo-holder {
	float: left;
	border-right: 1px solid #eee;
	padding: 0 20px;
	height: 80px;
	overflow: hidden;
	position: relative;
}
.logo-holder img {
	width: auto;
	height: 40px;
	float: left;
	position: relative;
	top: 50%;
	margin-top: -20px;
}
.header-top_contacts {
	float: left;
	margin-right: 40px;
 	position: relative;
    height: 100px;
    line-height: 100px;
	padding:0 20px 0 40px;
}
.header-top_contacts:before, .header-top_contacts:after {
	content: '';
	position: absolute;
	top: 30px;
	left: 0;
	width: 1px;
	bottom: 30px;
	background: rgba(255,255,255,.2);
}
.header-top_contacts:after {
	left: auto;
	right: 0;
}
.header-top_contacts a {
    float: left;
    color: #fff;
    margin-right: 20px;
    text-transform: uppercase;
  	font-family: var(--secondary-font);
    transition: all .2s ease-in-out;
}
.header-top_contacts a span {
    padding-right: 10px;
    color: var(--main-color);
}
.nav-holder-wrap {
	position: relative;
	height: 80px;
	background: #fff;
	box-shadow: 0px 10px 24px 0px rgba(0,0,0,.05);
	border :1px solid #eee;
	border-top: none;
}
.nav-holder {
	float:left;
	position:relative;
	opacity:1;
	margin: 24px 0 0 30px;
	visibility:visible;
	z-index:20;
}
.nav-holder nav {
	position:relative;
	float: right;
}
.nav-holder nav li{
	float:left;
	position:relative;
	margin-right:6px;
	height:50px;
}
.nav-holder nav li a {
	float: left;
	padding: 5px 8px;
    color: #222;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 25px;
    transition: all .1s linear;
	position:relative;
	font-family: var(--secondary-font);
}
.nav-holder nav li a:hover, .nav-holder nav li a.actscr-link {
	color:var(--main-color);	
} 
.booking-reviews, .br-counter {
	float: right;
	position: relative;
}
.br-counter {
	float: right;
}
.ribbon {
	 width: 80px;
	 height: 56px;
	 background:var(--main-color);
	 position: relative;
     transition: all .2s linear;
}
.ribbon:before {
	content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -20px;
    border-left: 40px solid var(--main-color);
    border-right: 40px solid var(--main-color);
    border-bottom: 20px solid transparent;
    transition: all .2s linear;
}
.br-counter span {
	color:#fff;
	font-family: var(--secondary-font);
	position: absolute;
	top: 14px;
	right: 24px;
	font-size: 2.0em;
	z-index: 10;
    transition: all .2s linear;
}
.booking-reviews:hover .ribbon {
	background: #fff;
}
.booking-reviews:hover .ribbon:before  {
	border-right-color: #fff;
	border-left-color: #fff;	
}
.br_link {
	float: left;
	margin:26px 20px 0 0;
}

.star-rating i {
	margin:0 2px;
	color:var(--main-color);
	font-size: 1.1em;
}

.br_link .star-rating {
	text-align: right
}
.br_link p {
	text-align: right;
	color:#fff;
}
.booking-reviews:hover .br-counter span {
	color:var(--main-color);
}
.header-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #272535;
	opacity: .4;
	z-index: 9;
	display: none;
}
/*------ share------------------------------------------------*/
.height-emulator {
    z-index: 1;
	position: relative;
}
.main-footer {
	background: #272535;
	position: fixed;
	z-index: 2;
	bottom: 0;
	left: 0;
	right: 0;
}
.footer-inner {
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.footer-widget-wrap {
	padding:90px 0 90px;
	position: relative;
	z-index: 10;
}
.footer-widget-title {
	text-align:left;
 	color: var(--main-color);
	font-size:2.3em;
	padding-bottom:36px;
}
.footer-widget-content p {
	text-align:left;
	margin-bottom:15px;
	color: rgba(255,255,255,0.7);
}
.footer-contacts {
	margin-bottom:26px;
	padding-top:4px;
} 
.footer-contacts li{
  	font-family: var(--secondary-font);
	text-align:left;
	margin-bottom:10px;
	color:#fff;
	font-size: 1.2em
}
.footer-contacts li:last-child {
	margin-bottom:0;
}
.footer-contacts li span {
	margin-right:20px;
	width:80px;
	float:left;
}
.footer-contacts li a, .footer-contacts li span{
	color:#fff;
    transition: all .2s linear;
}
.footer-contacts li a:hover {
	color:var(--main-color);	
}
.footer-title-dec {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%)  translateX(-50%);
	z-index: 1;
	font-size: 7.0vw;
	color: rgba(255,255,255,.05)
}
.footer-social {
	position: relative;
	height: 80px;
	line-height: 80px;
    background: #211F2C;	
}
.footer-social li {
	display: inline-block;
	margin: 0 10px;
}
.footer-social li a {
	color: var(--main-color);
	font-size: 1.3em;
    transition: all .2s ease-in-out;
}
.footer-social li a:hover {
	color:#fff;
}
.footer-bottom {
	position: relative;
	height: 80px;
	line-height: 80px;
    background: #211F2C;
	overflow: hidden;
	border-top: 1px solid rgba(255,255,255,.1);
}
.footer-logo {
	float: left;
	height: 40px;
	position: relative;
}
.footer-logo img {
	height: 100%;
	width: auto;
}
.copyright {
	display: inline-block;
	color:#fff;
	font-size: 1.1em;
 	font-family: var(--secondary-font);
	text-transform: uppercase;
}
.to-top {
	float: right;
	cursor: pointer;
	color: var(--main-color);
	font-size: 1.1em;
 	font-family: var(--secondary-font);
	text-transform: uppercase;
}
.to-top i {
	margin-left: 20px;
	color:#fff;
	position: relative;
	top: 0;
	transition: all .3s ease-in-out;
}
.to-top:hover i {
	top: -5px;
}
.footer-separator-wrap {
	margin: 0 auto  90px;
	max-width: 800px;
	position: relative;
}
.footer-separator-wrap:before, .footer-separator-wrap:after {
	content: '';
	position: absolute;
	width: 200px;
	height: 1px;
	background: rgba(255,255,255,.1);
	top: 50%;
}
.footer-separator-wrap:before {
	left: 50%;
	margin-left:  80px;
}
.footer-separator-wrap:after {
	right: 50%;
	margin-right:  80px;
}
.footer-separator {
	position: relative;
	display: inline-table;
	width: 100px;
}
.footer-separator:before, .footer-separator:after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
	top: 50%;
	margin-top: -4px;
}
.footer-separator:before{
	left: 0;
}
.footer-separator:after {
	right: 0;
}
.footer-separator span, .dc_dec-item_left span, .dc_dec-item_right span {
	position: relative;
	width: 10px;
	height: 10px;
	background: var(--main-color);
	transform: rotate(45deg);
	display: inline-block;
}
.footer-separator span:before, .dc_dec-item_left span:before, .dc_dec-item_right span:before {
	content: '';
	position: absolute;	
	border: 1px dotted var(--main-color);
	top: -12px;
	right: -12px;
	bottom: -12px;
	left: -12px;
	border-radius: 50%;
}
/*------ section----*/
.content-section {
	position: relative;
	padding: 100px 0;
	background: #fff;
	z-index: 5;
}
.content-section.hidden-section, .hidden-content {
	overflow: hidden;
}
.content-section.parallax-section {
	padding: 120px 0;
	z-index: 4;
}
.content-section.parallax-section.hero-section {
	padding:310px 0 180px;
}
.content-section.parallax-section.hero-section .overlay {
	opacity:.5;
}
.par-elem {
	position: absolute;
	top: 15px;
	bottom: 15px;
	left: 0;
	right: 15px;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid rgba(255,255,255,.1)
}
.content-section.parallax-section .bg  {
	height: 140%;
	top: -20%;
}
.hero-section:before, .bg-parallax-wrap-gradien:before, .htc_single_item_dec:before   {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background: linear-gradient(to bottom, rgba(39, 37, 53, 0) 0%, rgba(39, 37, 53, 0.99) 100%);
    z-index: 1;
} 
.htc_single_item_dec:before {
	z-index: 3
}
.hero-call-wrap {
	position: absolute;
	top: 50%;
	left: -60px;
	height: 50px;
	line-height: 50px;
	border: 1px solid  var(--main-color);
	z-index: 10;
	transform: translateY(-50%) rotate(-90deg);
	padding:   0 30px;
	overflow: hidden;
	border-radius: 4px;
	background: rgba(255,255,255,.1);
}
.hero-call-wrap i {
	margin: 14px 20px 0 0;
	font-size: 1.7em;
	color: var(--main-color); 
	float: left;
}
.hero-call-wrap a {
 	float: left;
	color: #fff;
	font-size: 1.3em;
 	font-family: var(--secondary-font);
	letter-spacing: 1px;
}
.slide-progress_container {
	position: absolute;
	top: 50%;
	height: 150px;
	margin-top: -75px;
	right: 40px;
	z-index: 10;
}
.slide-progress_container:before, .slide-progress_container:after {
	content: '';
	position: absolute;
	left: 50%;
	width: 6px;
	height: 6px;
	background:var(--main-color); 
	border-radius: 50%;
	margin-left: -3px;
	box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2)
}
.slide-progress_container:before {
	top:-20px;
}
.slide-progress_container:after {
	bottom:-20px;
}
.slide-progress-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	bottom: 0;
	overflow: hidden;
	background: rgba(255,255,255,.2);
}
.slide-progress {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background: var(--main-color); 
}
.section-dec{
	position: absolute;
    left: 50%;
    top: 40px;
    width: 460px;
    height: 340px;
    margin-left: -230px;
    z-index: -1;
    background: url(../images/map_bg.png) no-repeat center;
    opacity: .7;
} 
.map-dec2 {
	position: absolute;
    left: 50%;
    top: 50%;
    width: 324px;
    height: 360px;
    margin : -180px 0 0 -162px;
    z-index: -1;
    background: url(../images/map_bg2.png) no-repeat center;
    opacity: .1;
	transform: scale(.8)
}
.sc-dec  {
	position: absolute;
	z-index: -1;
	width: 359px;
	height: 207px;
    background: url(../images/map_bg3.png) no-repeat center;
    opacity: .4;
	transform: scale(.7);
}
 .sc-dec2 {
	position: absolute;
	z-index: -1;
	width: 253px;
	height: 349px;
    background: url(../images/map_bg4.png) no-repeat center;
    opacity: .4;
	transform: scale(.8);
}
 .sc-dec3 {
	position: absolute;
	z-index: -1;
	width: 359px;
	height: 207px;
    background: url(../images/map_bg5.png) no-repeat center;
    opacity: .4;
	transform: scale(.8);
}
.section-title {
	position:relative;
	z-index:5;
}
.section-title.text-align_left {
	text-align:left;
}
.section-title h4 {
	color: var(--main-color); 
	font-style:italic;
	font-size:18px;
	font-weight:500;
	padding-bottom:10px;
	position: relative;
}
.section-title h4:before, .wide_section-title h5:before, .rooms-carousel-item_container h3:before {
	content: '';
	position: absolute;
	top: -20px;
	left: 50%;
	width: 40px;
	height: 1px;
	margin-left: -20px;
	background: var(--main-color); 
}
.section-title h2 {
	font-size:3.5em;
	color: #323246;
}
.section-title.text-align_left h4:before, .rooms-carousel-item_container h3:before {
	margin: 0;
	left: 0;
}
.content-section.parallax-section.hero-section .section-title h2, .dark-bg .section-title h2 {
	color:#fff;
	font-size:4.5em;
	font-weight:400;
}
.hero-section-scroll {
	position:absolute;
	width:20px;
	height:30px;
	z-index:20;
	bottom:70px;
	left:50%;
	margin-left:-10px;
}
.hero-section-scroll:before {
	content: '';
	position: absolute;
	bottom: -70px;
	height: 40px;
	width: 1px;
	left: 50%;
	background: rgba(255,255,255,.2)
}
.mousey {
	float: left;
	width: 20px;
	height: 30px;
	border-radius: 6px;
	padding: 0 6px;
	border: 1px solid rgba(255,255,255,.7);
	box-sizing: border-box;
	position:relative;
	z-index:10;
}
.scroller {
	position: relative;
	left: 50%;
	top: 6px;
	margin-left: -2px;
	width: 4px;
	height: 4px;
	background:var(--main-color); 
	border-radius: 4px;
	animation-name: scroll;
	animation-duration: 2.2s;
	animation-timing-function: cubic-bezier(.15, .41, .69, .94);
	animation-iteration-count: infinite;
}
@keyframes scroll {
	0% {
		opacity: 0;
	}
	10% {
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		transform: translateY(10px);
		opacity: 0;
	}
}
.hero-title-container {
	position: relative;
	z-index: 10;
	top: 50%;
	transform: translateY(-50%);
}
.htc_single {
	top: 0;
	transform: translateY(0);	
}
.content-section.parallax-section.hero-section .htc_single .section-title h2 {
	font-size: 6.0em;
}
.hero-title-container .section-title h2  {
	color:#fff;
}
.hero-title-container .section-title h2 {
	font-size: 6.7em;
	line-height: 75px;
	text-transform: uppercase;
	padding: 30px 0 20px;
}
.tcs-pagination_wrap{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	z-index: 4;
	height: 46px;
	padding: 0 80px;
	border-radius: 20px 20px 0 0;
}
.hero-slider-pag {
	margin-top: 15px
}
.section-separator {
	position: relative;
	margin-top: 20px;
}
.section-separator:before, .section-separator:after {
	content: '';
	position: absolute;
	top: 50%;
	width: 70px;
	height: 1px;
	background: #eee;
}
.section-separator:before {
	left: 50%;
	margin-left: 70px;
}
.section-separator:after {
	right: 50%;
	margin-right:70px;
}
.parallax-section .section-separator:before, .parallax-section .section-separator:after, .sect_se_transparent:after, .sect_se_transparent:before {
	background: rgba(255,255,255,.3)
}
.section-separator i {
	font-size: 1.7em;
	color:var(--main-color); 
}
.breadcrumbs-wrap {
	position: relative;
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
    box-shadow: 0px 10px 54px 0px rgba(0,0,0,.05);
	z-index: 20;
	background: #fff;
}
.breadcrumbs-wrap a, .breadcrumbs-wrap span {
	display: inline-block;
	margin : 0  20px;
	font-weight:600;
 	font-family: var(--secondary-font);
	position: relative;
	text-transform: uppercase;
	color:#222;
}
.breadcrumbs-wrap span  {
	color:#999;
} 
.breadcrumbs-wrap a:before  {
    font-family: "Font Awesome 6 Pro";
    content: '\f0da';
    position: absolute;
    right: -23px;
    top: 50%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    margin-top: -10px;
    font-weight: 900;
	color:var(--main-color); 
    transition: all .3s ease-in-out;
}
.content-section.parallax-section.hero-section.htc_single_item {
	z-index: 7;
	padding-bottom: 115px;
}
.st-gallery:before, .content-front:before, .content-back:before {
	content: '';
	position: absolute;
	top: 15px;
	left: 15px;
	bottom: 15px;
	right: 15px;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 10px;
	z-index: 1;
}
.content-front:before{
	border: 1px solid rgba(255,255,255,.3);	
}
.st-gallery:after {
    content: '\25CF\25CF\25CF\25CF\25CF\25CF';
	position: absolute;
	top: 12px;
    font-size: 5px;
	height: 4px;
	background: #272535;
	width: 100px;
	margin-left: -50px;
	z-index: 2;
    letter-spacing: 8px;
	color: var(--main-color);
	left: 50%;
	text-align: center;
}
/*------gallery------------------------------------------------*/
.room-card-details {
	overflow: hidden;
 	margin: 10px 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding: 20px 0;
}
.room-card-details li {
	float: left;
	margin-right: 20px;
	font-size: 1.3em;
	color:#666;
}
.room-card-details li i {
	margin-right: 10px;
	color:var(--main-color);
}
.box-media-zoom:hover  {
	background: #272535;
}
.svg-corner {
	position: absolute;
	width: 40px;
	height: 40px;
}
.box-media-zoom {
	position: absolute;
	top: 30px;
	right: -50px;
	width: 50px;
	height: 50px;
	opacity: 0;
	line-height: 50px;
	font-size: 1.3em;
 	color:var(--main-color);
	background: #fff;
	border-radius: 50%;
	z-index: 15;
    transition: all .2s ease-in-out; 
	font-weight: bold;
	box-shadow: 0px 0px 0px 6px rgba(255,255,255,0.2);
}
.hov_zoom:hover .box-media-zoom  {
	right: 30px;
	opacity: 1;
}
.tb-sin {
	margin-top: 30px;
	padding-right: 50px;
}
.text-block {
	position: relative;
	z-index: 4;
} 
.contacts-card-item span:before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 40px;
	height: 1px;
	background: var(--main-color);
}
.contacts-card-item span:before {
	right: 10px;
}
.st-gallery {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 20;
	width: 25%;
}
.st-gallery .section-title {
	transform: translateY(-50%);
	top: 50%;
	z-index: 5;
}
.st-gallery .section-title h2 {
	color:#fff;
}
.fs_sin {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
}
.single-carousle-container2 {
	padding: 15px 15px 15px 0;
}
.single-carousle-container2, .single-carousel-wrap2 {
	position: relative;
	overflow: hidden;
}
.single-carousel2 {
	height: 50vh;
}
.single-carousel2 .swiper-container, .rooms-carousel .swiper-container  {
    width: 100%;
    height: 100%;
    margin: 0 auto;
} 
.single-carousel2  .swiper-slide   {
 	width: auto!important;
	height:100% !important;
	display:inherit !important;
	overflow: hidden;
	border-radius: 10px;
}
.single-carousel2  .swiper-slide  img    {
	width: auto!important;
	height:100% !important;
	position:relative;
	z-index:1;
}
.slider-button  {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    border-radius: 50%;
    transition: all .3s ease;
	background: #272535;
    z-index: 50;
    cursor: pointer;
    color: var(--main-color);
	box-shadow: 0px 0px 0px 6px rgba(255,255,255, .4);
}
.slider-button:before {
	content: '';
	position: absolute;
	top: 50%;
	width: 70px;
	height: 1px;
	background: rgba(255,255,255, .3);
    transition: all .3s ease;
}
.fw-carousel-button-prev {
	left:  40px;
}
.fw-carousel-button-prev:before {
	left: 100%;
	margin-left: 20px;
}
.fw-carousel-button-next {
	right:  40px;
}
.fw-carousel-button-next:before {
	right:  100%;
	margin-right: 20px;
}
.slider-button:hover:before, .slider-button:hover:after {
	width: 0;
}
.slider-button:hover {
	box-shadow: 0px 0px 0px 0px rgba(255,255,255, .4);	
}

.sc-controls .swiper-pagination-bullet   {
	background:none;
	position:relative;
	margin :0  10px;
	height: 6px;
	opacity:1;
}
.ss-slider-pagination .swiper-pagination-bullet:before  {
	content:'';
	position:absolute;
	left:50%;
	top:0;
	height:100%;
	width:6px;
	border-radius:100%;
	background:#fff;
	margin-left:-3px;
    transition: all 0.5s ease;
}
.ss-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	background: var(--main-color);
} 
.ss-slider-pagination .swiper-pagination-bullet:after  {
	content:'';
	position:absolute;
	left:50%;
	top:50%;
	width:22px;
	height:22px;
	margin:-11px 0 0 -11px;
	box-sizing:border-box;
	border:1px solid  rgba(255,255,255,.5);
	border-radius:100%;
    transition: all .3s ease;
    transform :scale(0.0);
}
 
.ss-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after   {
    transform :scale(1.0);
}
.sc-controls {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	background: rgba(39, 37, 53, .7);
	padding: 15px 20px;
	border-radius:  20px;
	box-shadow: 0px 0px 0px 6px rgba(255,255,255, .1);
}

.fwc_pag2 {
	left: auto;
	transform: translateX(0);
	right: 40px;
	bottom: 40px;
} 
.meg_aminites_item {
	position: relative;
	padding: 20px 30px  ;
	background: #f9f9f9;
	border-radius: 10px;
	text-transform: uppercase;
 	font-family: var(--secondary-font);
	font-weight: 500;
	text-align: left;
 
	border: 1px solid #eee;
	margin: 5px 0;
}
.meg_aminites_item span {
	position: relative;
	top: -2px;
}
.meg_aminites_item i {
	color:var(--main-color);
	font-size: 20px;
	margin-right: 20px;
}


.tbc-separator {
	background: #eee;
	height: 1px;
	margin-top: 30px;
}
.video-box-btn {
	position:absolute;
	width:60px;
	height:60px;
	line-height:60px;
	margin:-30px 0 0 -30px;
    color: #fff;
	z-index:20;
	left:50%;
	top:50%;
	background: var(--main-color);
	box-shadow: 0px 0px 0px 17px rgba(255,255,255,0.2);
	border-radius:50%;
    transition: all .3s linear;
	cursor: pointer;
}
.video-box-btn:hover   {
	box-shadow: 0px 0px 0px 10px rgba(255,255,255,0.4);
}
.promo-video {
	position: absolute;
	top: 50%;
	left: 10px;
	right: 10px;
	transform: translateY(-50%);
	z-index: 10;
}
.promo-video .video-box-btn {
	position: relative;
	display: inline-block;
	margin: 0 0 30px 0;
	left: 0;
	top: 0;
}
.promo-video h4 {
	color:#fff;
	font-size: 1.8em;
	position: relative;
	text-transform: uppercase;
}
.promo-video h4:before {
	content: '';
	position: absolute;
	bottom: -20px;
	height: 1px;
	left: 50%;
	width: 50px;
	background: var(--main-color);
	margin-left: -25px;
}
/*------ Video -------------*/
.contacts-cards-wrap {
	margin-bottom: 30px;
}
.contacts-card-item {
	position: relative;
	padding: 30px 30px 30px 90px;
	overflow: hidden;
	border: 1px solid #eee;
	border-radius: 10px;
    background: #f9f9f9	;
 	transition: all .3s ease-in-out;
}
.contacts-card-item:hover {
	background: #fff;
	box-shadow: 0px 10px 14px 0px rgba(0,0,0,.05);
}  
.contacts-card-item i {
	position: absolute;
	top: 50%;
	left: 30px;
	font-size: 2.8em;
	color:var(--main-color);
	transform: translateY(-50%);
}
.contacts-card-item span  {
	display: block;
	text-align: left;
	font-size: 2.0em;
	margin-bottom: 15px;
	font-weight: 600;
	position: relative;
}
.contacts-card-item a {
	float: left;
    text-transform: uppercase;
    font-family: var(--secondary-font);
	margin: 10px 15px 0 0;
	font-size: 1.1em;
	font-weight: 500;
	color:var(--main-color);
	transition: all .2s ease-in-out;
}
.contacts-card-item a:hover {
	color:#666;
}
.map-container{
	height:544px;
	position:relative;
	overflow:hidden;
	border-radius: 10px;
}
.scrollContorl{
	position: absolute;
	z-index:100;
	cursor:pointer;
	width:46px;
	height:46px;
	line-height:46px;
	border-radius:6px;
	right:22px;
	color:var(--main-color);
	bottom:70px;
	transform: translate3d(0,0,0);
	background: #272535;
	box-shadow: 0px 0px 0px  5px rgba(255,255,255,.09);
}
.scrollContorl {
	bottom:150px;
}
.scrollContorl:before{
    font-family: "Font Awesome 6 Pro";
    content: "\f068";
    font-size: 10px;
    font-weight: 600;
}
.scrollContorl:before {
    content: "\f09c";
}
.scrollContorl:hover {
	color:#fff;
} 
.signature_title_item h6 {
	color: var(--main-color);
}
.dec-container {
	position: relative;
	background: #f9f9f9;
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 60px ;
}
 .signature-opt {
	overflow: hidden;
}
.signature-opt {
	padding: 15px 0 0;
}
.signature_title, .signature_title_item, .signature_title img {
	float: left;
}
.signature_title img {
	width: 60px;
	height: 70px;
	border-radius: 50%;
}
.signature_title_item {
	margin-left: 20px;
	text-align: left;
	padding-top: 10px;
}
.signature_title_item h5 {
	font-size: 1.9em;
}
.signature_title_item h6 {
 	font-weight: 500;
    font-family: var(--secondary-font);
	text-transform: uppercase;
}
.signature_item {
	float: right;
	width: 100px;
	margin-top: 15px;
}
.dc_dec-item_left, .dc_dec-item_right {
	position: absolute;
	top: 50%;
	z-index: 5;
}
.dc_dec-item_left {
	left: -60px;
}
.dc_dec-item_right {
	right: -60px;
}
.dc_dec-item_right:before, .dc_dec-item_left:before {
	content: '';
	position: absolute;
	top: 50%;
	height: 1px;
	width: 100px;
	background: #eee;
} 
.dc_dec-item_right:before {
	left: 30px;
} 
.dc_dec-item_left:before  {
	right: 30px;
}
.dec-container:before {
	content: '';
	position: absolute;
	top: 30px;
	left:30px;
	bottom: 30px;
	right: 30px;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #eee;
	z-index: 1;
}
.dwonload_btn, .btn {
	height: 54px;
	line-height: 54px;
	padding: 0 54px;
 	position: relative;
	display: inline-block;
	margin-top: 50px;
    font-family: var(--secondary-font);
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 4px;
	color:var(--main-color);
	background: #272535;
    transition: all .3s ease-in-out;
}
.btn:before, .dwonload_btn:before {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	border-radius: 4px;
	border: 1px dotted #ddd;
    transition: all .3s ease-in-out;
}
.btn:hover:before, .dwonload_btn:hover:before, .stg_link:hover:before  {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;	
}
.btn {
	margin-top: 30px;
}
.fl-btn{
	float: left
}
.dwonload_btn:after {
    content: '';
    position: absolute;
    top: -40px;
    left: 50%;
    width: 1px;
    height: 25px;
    background: #eee;
    z-index: 10;
}
.dwonload_btn:hover, .btn:hover {
	background: var(--main-color);
	color:#222;
}
.dark-bg {
	background: #272535
}
/*------ testimonilas------------------------------------------------*/
.testimonilas-carousel-wrap:before {
	content:'';
	position:absolute;
	top:50%;
	left:0;
	right:0;
	height:1px;
	background: #eee;
}
.testimonilas-carousel-wrap {
	position: relative;
	margin-top: 50px;
	padding: 0 50px;
	z-index: 10;
}
.testi-item {
    transition: all .3s ease-in-out;
    transform :scale(0.9);
}
.testi-item:after{
    position: absolute;
	content: '\25CF\25CF\25CF\25CF\25CF';
    width: 50px;
    left: 50%;
    bottom: 50px;
    margin-left: -25px;
    font-size: 6px;
    letter-spacing: 8px; 
	color: var(--main-color);
}
.testimonilas-text-item {
	position: relative;
	z-index: 2;
}
.testi-item-dec:before {
	content: '';
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 10px;
	border: 1px solid #eee;
	background: #f9f9f9;
    transition: all .3s ease-in-out;
}
.testimonilas-text {
	padding: 85px 50px 75px;
    overflow: hidden;
    background: #fff;
	border:1px solid #eee;
	border-radius: 10px;
    transition: all .3s ease-in-out;
}
.testimonilas-text .star-rating {
	margin-bottom: 20px;
}
.testimonilas-text:before, .testimonilas-text:after {
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    font-size: 2.2em;
    transition: all .4s linear;
	font-weight: bold;
	color: var(--main-color);
	z-index: 10;
}
.testimonilas-text:after {
    content: "\f10e";
    bottom: 30px;
    right: 35px;
}
.testimonilas-text:before {
    content: "\f10e";
    top: 30px;
    left: 35px;
}
.testimonilas-text  h3 {
	font-weight: 600;
	font-size:1.8em;
	padding-bottom:20px;  
}
.testimonilas-carousel .swiper-slide{
	padding:30px 0;
}
.testi-avatar {
	position:absolute;
	left:50%;
	top:-30px;
	width:90px;
	height:90px;
	margin-left:-45px;
	z-index:20;
}
.testi-avatar:before {
    content: '';
    position: absolute;
    border-radius: 100%;
    left: -8px;
    bottom: -8px;
    right: -8px;
    top: -8px;
    border: 1px solid #eee;
    z-index: 1;
    background: #fff;
    box-shadow: 0px 10px 24px 0px rgba(0,0,0,.09);
} 
.testi-avatar img {
	width:90px;
	height:90px;
	float:left;
	border-radius:100%;
	position:relative;
	z-index:2;
}
.testimonilas-text p{
    color: #878C9F;
 	font-size: 1.3em;
 	font-family: var(--main-font);
    font-style: italic;
 	text-align: center;
    padding-bottom: 0;
    font-weight: 500;
}
.testi-link {
	position: relative;
	display: inline-block;
 	color:var(--main-color);
	text-transform: uppercase;
	margin-top: 20px;
	font-size: 1.3em;
	font-weight: 600;
}
.testi-link:hover {
	color:#666;
}
.testi-number {
	position:absolute;
	bottom:35px;
	left:35px;
	font-size:1.8em;
	color:#999;
	z-index: 10;
}
.tc-button   {
	position:absolute;
	top:50%;
	width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    border-radius: 50%;
    background: #272535;
 	color:var(--main-color);
	z-index:50;
	cursor:pointer;
}
.tc-button-next {
	right:25px;
}
.tc-button-prev   {
	left:25px;
}
.
.tcs-pagination_init {
	margin-top:10px;
 	overflow: hidden;
} 
.tcs-pagination_init {
	position:absolute;
	bottom:-20px;
	left:0;
	width:100%;
}
.tcs-pagination   .swiper-pagination-bullet   {
	opacity:1;
	background:#ccc;
	margin:0 10px;
	display:inline-block;
	width:6px;
	height:6px;
	position:relative;
	border-radius:100%;
	transition: all 300ms ease-out;
}
.tcs-pagination   .swiper-pagination-bullet:before  {
	content:'';
	position:absolute;
	left:-5px;
	top:-5px;
	right:-5px;
	bottom:-5px;
	border-radius:100%;
	box-sizing:border-box;
	border:1px solid #ccc;
    transition: all 300ms ease-out;
	transform:scale(0);
}
.tcs-pagination   .swiper-pagination-bullet.swiper-pagination-bullet-active:before  {
	transform:scale(1.0);
}
.tcs-pagination   .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background:  var(--main-color);
}
/*------facts------------------------------------------------*/
.hero-image-collge-wrap:before {
	content:'';
	position:absolute;
	left:150px;
	bottom:-50px;
	right:-50px;
	height:250px;
	background:#f9f9f9;
	border:1px solid #eee;
	z-index: 1;
	border-radius: 10px;
}
.cards-wrap {
	margin :50px 0 0;
	z-index:2;
	position: relative;
}
.content-inner {
	width:100%;
	color: #fff;
	position: relative;
	transform-style: preserve-3d;
	perspective: 1000px;
	backface-visibility: hidden;
	transition: .9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.content-inner > * {
	backface-visibility: hidden;
	transition: .9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.content-inner:hover .content-front {
	transform: rotateY(-180deg);
}
.content-inner:hover .content-back {
	transform: rotateY(0deg);
}
.content-inner .content-front,
.content-inner .content-back {
	position: relative;
	transform-style: preserve-3d;
	perspective: 1000px;
	backface-visibility: hidden;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 10px 34px 0px rgba(0,0,0,.2);
}
.content-front {
	background: #272535;
	position:relative;
	cursor:pointer;
	border-radius: 10px;
}
.content-inner .content-back {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	transform: rotateY(180deg);
	background: #272535;
	border-radius: 10px;
}
.content-inner .cf-inner {
	transform-style: preserve-3d;
	backface-visibility: hidden;
	width:100%;
	padding:130px 40px;
	border-radius: 10px;
}
.content-inner .cf-inner .fs-wrapper {
	border-radius: 10px;
}
.content-inner .cf-inner .inner {
	align-items: stretch;
	transform-style: preserve-3d;
	perspective: 1000px;
	backface-visibility: hidden;
	transform: translateZ(95px) scale(0.81);
	text-align: center;
	position:relative;
	z-index:2;
} 
.content-back i {
	font-size:54px;
	position:relative;
	color: var(--main-color);
}
.dec-icon {
	position:relative;
	display:inline-table;
	width:80px;
	height:80px;
}
.dec-icon:before, .dec-icon:after {
	content:'';
	position:absolute;
	width:80px;
	height:20px;
	border-radius:20px;
	background:rgba(255,255,255,0.1);
}
.dec-icon:before {
	left:-15px;
	top:12px;
}
.dec-icon:after  {
	right:-15px;
	bottom:12px;
}
.dec-icon i {
	z-index:3;
}
.content-back .dec-icon {
	top:-20px;
}
.content-inner .cf-inner .inner p {
	color:#fff;
	text-align: center;
}
.content-back:after  {
	position:absolute;
    content: '\25CF\25CF\25CF';
	width:50px;
	left:50%;
	bottom:30px;
	margin-left:-25px;
    font-size: 9px;
    letter-spacing: 4px;
	color: var(--main-color);	
}
.serv-num {
	position:absolute;
	bottom:40px;
	left:50%;
	color:#fff;
 	color: var(--main-color);	
	z-index:3;
	transform: translateX(-50%);
	font-size:1.8em;
}
.content-inner .cf-inner .inner h2  {
	position:relative;
	font-size:2.6em;
	font-weight:500;
	padding-bottom:10px;
}
.content-inner .cf-inner .inner h2:after {
	content:'';
	position:absolute;
	top:-20px;
	margin-left:-25px;
	left:50%;
	width:50px;
	height:1px;
	background:  var(--main-color);
}
.content-inner .content-front h4{
	display:inline-block;
	color:#fff;
	text-transform:uppercase;
 	font-weight: 500;
	margin:0 4px;
    font-family: var(--secondary-font);
}
.content-inner .cf-inner .inner h2:before {
	content:'';
	position:absolute;
	left:50%;
	bottom:10px;
	width:20px;
	height:2px;
	margin-left:-10px;
}
.content-inner .content-front .section-separator:before, .content-inner .content-front .section-separator:after {
	background:rgba(255,255,255, .3);
}
.wide-section {
	z-index: 4
}
.wide-section:before {
	content: '';
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	background: #f9f9f9;
	bottom: 0;
	z-index: 3;
}
.wide-section:after {
	content: '';
	position: absolute;
	top: calc(30% + 20px);
	left: 20px;
	bottom: 20px;
	right: 20px;
	border-radius: 10px;
	border: 1px solid #eee;
	background: #fff;
	z-index: 4;
}
.wide_section-title {
	margin:40px 0 90px;
}
.wide_section-title h3 {
	font-size: 3.5em;
 	text-transform: uppercase;
	color: #fff;
}
.wide_section-title h5{
	text-align: center;
	color:var(--main-color);
	font-size: 1.3em;
	text-transform: uppercase;
	padding-bottom: 20px;
	position: relative;
}
.boxed-container {
	position: relative;
	background: #fff;
	box-shadow: 0px 10px 64px 0px rgba(0,0,0,.1);
	z-index: 20;
	overflow: hidden;
	border-radius: 20px;
	margin : 50px 0;
}
.boxed-container-title_item {
	position: relative;
	z-index: 10;
	padding: 15px 15px 0 ;
}
.boxed-container-title {
	float: left;
	width: 50%;
	position: relative;
	overflow: hidden;
	background: #fff;
}
.boxed-container-title h2 {
    text-align: left;
    font-size: 2.2em;
    color: #666;
    padding-bottom: 20px;
    position: relative;
}
.boxed-container-title p {
	color: #292929;
	text-align: justify;
}
.boxed-container-title h4 {
	text-align: left;
	font-weight: 600;
	font-size: 1.2em;
	text-transform: uppercase;
	padding-bottom: 10px;
	color:var(--main-color);
}
.clients-carousel-wrap {
	position: relative;
	overflow: hidden;
	padding: 0 20px;
	top: 30px;
}
.client-item img {
	width: 100%;
	aspect-ratio:4/2;
	object-fit:contain;
	opacity: .7;
	transform: scale(1.3);
    transition: all .3s ease-in-out;
}
.client-item img:hover {
	opacity: 1;
}
.boxed-container-wrap {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	width: 50%;
}
.boxed-container-wrap:before {
	content: '';
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;
	top: 30px;
 	border: 1px dashed rgba(255,255,255,.4);
 	background: rgba(39, 37, 53,.5);
	z-index: 10;
	border-radius: 10px; 
}
.cc-btn {
	position: absolute;
	z-index: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.2em;
	cursor: pointer;
	color:var(--main-color);
}
.cc-next {
	right: 0;
}
.cc-prev {
	left: 0;
}
.aminites-cards-wrap {
	margin-top: 30px;
	position: relative;
}
.aminites-card-item {
	position: relative;
	padding: 40px 30px 30px;
	border: 1px solid #eee;
	border-radius: 10px;
	margin: 15px 0;
    transition: all .3s ease-in-out;
	background: #fff;
}
.aminites-card-item:hover {
	box-shadow: 0px 10px 14px 0px rgba(0,0,0,.05);
}
.aminites-card-item i  {
	text-align: left;
	display: block;
	color:var(--main-color);
	font-size: 3.0em;
	margin-bottom: 40px;
}
.aminites-card-item .tbc-separator {
    margin-top: 10px;
}
.aminites-card-item h4  {
	font-size:1.9em;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 10px;
	color:#666;
	font-weight: 500;	
}
.aci_num {
	position: absolute;
	right:0;
	top: 0;
	font-size: 1.4em;
	color:var(--main-color);
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #f9f9f9;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-radius: 0 0 0 10px;
}


.rooms-carousel-item , .rooms-carousel-wrap  , .rooms-carousel {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.rooms-carousel-item {
	border-radius: 10px;
}
.rooms-carousel-wrap {
	height: 55vh;
	padding: 15px   15px 15px 0;
}
.bg-parallax-wrap-gradien:before , .rooms-carousel-item_container {
	opacity: 0;
	transition: all .3s ease-in-out;
}
.rooms-carousel-wrap .swiper-slide-active .bg-parallax-wrap-gradien:before , .rooms-carousel-wrap .swiper-slide-next .bg-parallax-wrap-gradien:before {
	opacity: .9;
	transition-delay: .3s	
}
.rooms-carousel-wrap .swiper-slide-next .bg-parallax-wrap-gradien:before {
	transition-delay: .4s		
}
.rooms-carousel-item_container {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	padding: 0 30px 40px;
	margin-bottom: 20px;
}
.rooms-carousel-wrap .swiper-slide-active .rooms-carousel-item_container , .rooms-carousel-wrap .swiper-slide-next .rooms-carousel-item_container {
	margin-bottom: 0;
	opacity: 1;
	transition-delay: .3s	
}
.rooms-carousel-item_container h3 a {
	color:#fff;
}
.rooms-carousel-item_container h3 {
	text-align: left;
	font-size: 2.9em;
	position: relative;
	padding-bottom: 10px;
}
.rooms-carousel-item_container p {
	color:rgba(255,255,255,.7);
}
.rooms-carousel-item_container .room-card-details {
	border-bottom: none;
	border-color:rgba(255,255,255,.1);
	padding: 20px 0 0;
	margin: 10px 0 0;
	position: relative;
}
.rooms-carousel-item_container .room-card-details li {
	color:#fff;
}
.rooms-carousel-item_container .room-card-details .grid-item_price {
	position: absolute;
	top:15px;
	right: 0;
	margin: 0;
}

.stg_link {
	position: relative;
	display: inline-block;
	margin-top: 40px;
	border: 1px solid  	 var(--main-color);
	padding: 15px 40px;
	border-radius: 4px;
    font-family: var(--secondary-font);
    text-transform: uppercase;
    font-weight: 600;
	color:var(--main-color);
	background: rgba(255,255,255,.05);
	transition: all .3s ease-in-out;
}
.stg_link:hover {
	background: var(--main-color);
	color:#272535;
}
.stg_link:before {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	bottom: -10px;
	right: -10px;
	border-radius: 4px;
	border: 1px dotted rgba(255,255,255,.2);
	transition: all .3s ease-in-out;
}
.rc-controls-wrap {
	position: absolute;
	top: 50%;
	right: 40px;
	z-index: 10;
}
.rc-button {
	float: left;
	width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    border-radius: 50%;
    transition: all .3s ease;
    background: #272535;
    z-index: 50;
    cursor: pointer;
    color: var(--main-color);
    box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, .4);
	margin-left: 20px;
}
.single-dec_img   {
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 30px 64px 0px rgba(0,0,0,.4);
	position: relative;
	z-index: 10;
}
.hero-image-collge-wrap {
	position: relative;
	padding-left: 50px;
}
.hero_images-collage-item {
    position: absolute;
    height: auto;
    border-radius: 10px;
}
.hero_images-collage-item:before {
	content: '';
	position: absolute;
	left: -10px;
	right: -10px;
	top: -10px;
	bottom: -10px;
	border-radius: 10px;
	border: 1px dotted #ccc;
	z-index: 1;
}
.hero_images-collage-item img {
	position: relative;
	z-index: 2;
    border-radius: 10px;
 	box-shadow: 0px 30px 64px 0px rgba(0,0,0,.4);	
}
/*------ responsive----*/
@media only screen and  (max-width: 1600px) {
.content-dec2:before {
    display: none
}
.content-dec2, .dec-container, .content-dec span {
    background: #fff;
}	
}
@media only screen and  (max-width: 1268px) {
.dc_dec-item_left, .dc_dec-item_right {
	display: none;
} 	
}
@media only screen and  (max-width: 1068px) {
.main-header .container {
	float: left;
	width: 100%;
 	--bs-gutter-x: 0;	
}
.header-top {
    height: 80px;
	background: #fff;
	border-bottom: 1px solid #eee;
}
.header-social  {
    padding-left: 20px;
}	
.header-top_contacts:after {
	background: #eee;
	top: 15px;
} 	
.header-social li a:hover, .header-top_contacts a {
	color:#272535;	
}
.nav-holder-wrap {
    border-right: none;
    border-left: none;
}
.header-top_contacts  {
    font-weight: 600;
}
.header-top_contacts, .header-social li a   {
    line-height: 80px;
}

	
.nav-button-wrap {
	float:right;
	height:80px;
	width:80px;
	cursor:pointer;
	position:relative;
	display: block;
	border-left:1px solid #eee;
	left:24px;
}
.nav-button  {
	position:absolute;
	top:50%;
	left:50%;
	width:22px;
	height:20px;
	margin-left:-11px;
	margin-top:-6px;
}
.nav-button span{
	float:left;
	width:100%;
	height:2px;
	background: #272535;
	margin-bottom:4px;
	border-radius:4px;
    transition: all 200ms linear;
}
.nav-button span:first-child {
    width: 50%;
}


.main-menu nav ul {
	display:none;
}
.main-menu{
	position: absolute;
	top:80px;
	right:-20px;
	width:300px;
	z-index:50;
 	padding:15px 10px ;
	background: #272535;
	visibility:hidden;
	opacity:0;
	border-radius: 0 0 10px 10px;
	transition: all .4s  ease-in-out;
} 



.vismobmenu {
	opacity:1;
	right:0;
	visibility:visible;
}
.menusb {
	display:block;
	float:left;
	position:relative;
	width:100%;
	overflow:hidden;
}
.main-menu .menusb ul  {
	display:block;
	float:left;
	position:relative;
	width:100%;
}
.menusb li {
	margin: 0;
	float: left;
	width:100%;
	position:relative;
	overflow:hidden;
	padding:0 20px;
}
.menusb   li i {
	position:absolute;
	right:18px;
	top:12px;
}
.menusb   li i:before {
	content:"\f0da"
}
.menusb  a {
	float:left;
	width:100%;
	padding:8px 5px;
	position:relative;
	font-weight: 600;
	text-transform:uppercase;
    font-family: var(--secondary-font);
	color: #fff;
	line-height:20px;
	text-align:left;
}
.menusb a.back{
	padding-left:24px;
}
.menusb a.back:before{
    font-family: "Font Awesome 6 Pro";
	content: "\f177";
	font-size:14px;
}
.menusb a.act-link , .menusb a.back:before , .menusb   li i {
 	color: var(--main-color);		
}	
.column-wrap-bg  , .column-wrap-bg-text{
	width:100%;
	position:relative;
	float:left;
	padding:90px 0;
} 

.height-emulator, .booking-reviews, .hero_images-collage-item, .hero-image-collge-wrap:before, .section-dec, .st-gallery .footer-separator, .fwc_pag2, .dec-container:before, .hero-call-wrap, .slide-progress_container, .sc-dec, .sc-dec2, .sc-dec3, .footer-logo    {
    display: none
}	
.main-footer {
    position: relative;
}	
.footer-widget-wrap {
    padding: 40px 0 40px;
 
}	
.footer-separator-wrap {
    margin: 30px auto 30px;
}
.footer-widget-title {
    padding-bottom: 16px;
}	
.footer-widget {
	margin-bottom: 30px;		
}	
.text-block {
    overflow: hidden;
}
.hero-image-collge-wrap {
 	margin-top: 30px;
    padding-left: 0;
}
.content-section {
    padding: 70px 0;
}
.st-gallery {
    position:relative;
 
    width: 100%;
	padding: 70px 0;
}
.st-gallery .section-title {
    transform: translateY(0);
    top: 0;
}
.rooms-carousel-wrap {
    height: 70vh;
    padding: 15px  15px 70px ;
	overflow: inherit;
}	
.rooms-carousel-item_container {
    padding: 0 20px 10px;
}	
.content-inner {
    margin-bottom: 20px;
}
.boxed-container {
    margin: 0 0 50px;
}
.boxed-container-title {
    width: 100%;
}
.boxed-container-wrap {
	float: left;
    position: relative;
 	padding: 70px 0;
    width: 100%;
}
.boxed-container-wrap .promo-video {
	position: relative;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-0);
}
.dec-container {
    padding: 10px;
}
.client-item img {
    aspect-ratio: 4 / 2;
    transform: scale(1.0);
}
.wide-section:after {
    left: 15px;
    bottom: 15px;
    right: 15px;
}
.wide_section-title {
    margin: 40px 0 20px;
}
.dark-bg .section-title h2     {
    font-size: 3.0em;
}
.content-section.parallax-section.hero-section .htc_single .section-title h2 {
    font-size: 4.0em;
    padding: 20px 0 10px;
	line-height: 56px;
}	
.hero-title-container .section-title h2 {
    font-size: 4.7em;
}
.rc-controls-wrap {
    position: relative;
    top: 0;
    right: 0;
    margin : 25px 0;
}
.rc-button {
	display: inline-block;
	float: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.content-section.parallax-section.hero-section.htc_single_item {
    padding: 220px 0 120px;
}
.map-container {
    margin-top: 20px;
}
.logo-holder {
    padding: 0 10px;
}
 
.tb-sin {
    padding-right: 0;
}
.footer-bottom {
    height: auto;
    line-height: 30px;
    text-align: center;
    padding:  30px 0;
}
.to-top,   .copyright {
    float: none;
    display:inline-block;
    width: 100%;
 
}
}
@media only screen and  (max-width: 900px) {
.slider-button:before {
 	display: none;
}
}
@media only screen and  (max-width: 768px) {
 .header-top_contacts {
    display: none		
}
 
.nav-button-wrap {
    width: 40px;
	border: none;
	margin: 0 4px;
	color:#272535
}
.nav-button-wrap {
   margin: 0 22px 0 0;
}
.tcs-pagination_wrap {
    padding: 0 20px;
}
.stg_link {
    margin-top: 20px;
}
.testimonilas-carousel-wrap {
    padding: 0;
}
.tc-button {
    top: 100%;
    margin-top: -15px;
} 
.single-carousel2 {
    height: 250px;
}
.fw-carousel-button-prev {
    left: 10px;
}
.fw-carousel-button-next {
    right: 10px;
}
.slider-button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, .4);
}
.sc-controls {
    bottom: 10px;
}
.single-carousle-container2 {
    padding: 0 0   15px 0;
}
.container {
    width: min(100% - 10px, 1600px);
}
}
@media only screen and  (max-width: 640px) {
.hero-title-container .section-title h2, .content-section.parallax-section.hero-section .section-title h2 {
    font-size: 3.7em;
	padding: 10px 0 ;
	line-height: 46px;
}
.contacts-card-item {
    padding: 30px  ;
}
.contacts-card-item i {
    display: none;
}
.room-card-details li {
    margin :0  20px 10px 0;
}	
}		
@media only screen and  (max-width: 364px) {
.nav-button-wrap {
	width: 30px;
}	
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.bg {
	background-attachment: scroll !important;
	-webkit-background-size:cover;
	background-position:center;
}
}