/*==================================
FONT FAMILY
==================================*/
@font-face {
    font-family: 'CenturyGothic';
    src: url('../fonts/CenturyGothic.html');
    src: url('../fonts/CenturyGothicd41d.html?#iefix') format('embedded-opentype'),
        url('../fonts/CenturyGothic.woff2') format('woff2'),
        url('../fonts/CenturyGothic.woff') format('woff'),
        url('../fonts/CenturyGothic.ttf') format('truetype'),
        url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CenturyGothic';
    src: url('../fonts/CenturyGothic-Bold.html');
    src: url('../fonts/CenturyGothic-Boldd41d.html?#iefix') format('embedded-opentype'),
        url('../fonts/CenturyGothic-Bold.woff2') format('woff2'),
        url('../fonts/CenturyGothic-Bold.woff') format('woff'),
        url('../fonts/CenturyGothic-Bold.ttf') format('truetype'),
        url('../fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/*================================================
Body
================================================*/
body{
	margin: 0;
	padding: 0;
	font-family: 'CenturyGothic';
	font-size: 14px;
	overflow-x: hidden;
}
a, a:hover, a:focus{
	text-decoration: none;
}

/*================================================
Make only the WhatsApp link white and underlined
================================================*/
.whatsapp-link {
  color: white !important;
  text-decoration: underline !important;
}

/* Remove underline on hover for the WhatsApp link */
.whatsapp-link:hover {
  text-decoration: none !important;
}

/*================================================
Header
================================================*/
header {
    float: left;
    width: 100%;
    z-index: 99;
    position: relative;
}
.hotel-nav-bar {
    background: #000000;
    border-bottom: 2px solid #999 !important;
    margin-bottom: 0;
    min-height: 90px;
    position: relative;
    width: 100%;
    border-radius: 0;
    border: none;
}
.navbar-brand {
	width: 95px;
    height: auto;
    padding: 2px;
	position: relative;
}
.navbar-brand img {
    position: absolute;
}
.navbar-header {
    float: left;
    width: 95px;
}
#carbon-menu{
	float: left;
	width: calc(100% - 225px);
	margin-top: 22px;

}
#carbon-menu li.active a{
	background: #818a91;
}
#carbon-menu a {
    padding: 12px 9px;
	text-transform: uppercase;
	color: #fff;
}
.navbar a:hover{
	color: #bdbdbd !important;
}
.language {
    float: right;
    width: 120px;
    text-transform: uppercase;
	position: relative;
	cursor: pointer;
	color: #fff;
}
.language ul{
	float: left;
	margin: 0;
	padding:0;
	list-style: none;
}
.active-language, .language li {
    padding: 12px 10px;
}
.language li {
    display: none;
    position: absolute;
    left: 0;
    top: 44px;
    background: #382d35;
    right: 0;
    border-radius: 0 0 10px 10px;
}
.language li a{
	color: #fff;
}
.language:hover li{
	display: block;
}

/*---------------------

Style for the WhatsApp Button 

-------------------*/

.whatsapp-button {
    position: fixed;           /* Makes it stay fixed on the screen */
    bottom: 20px;              /* Distance from the bottom */
    left: 20px;                /* Distance from the left */
    background-color: #25d366; /* WhatsApp green */
    color: white;              /* Text color */
    padding: 15px 20px;        /* Padding around the text */
    border-radius: 50px;       /* Rounded corners */
    font-size: 30px;           /* Text size */
    display: flex;             /* Flexbox to align text and icon */
    align-items: center;       /* Center the items vertically */
    text-decoration: none;     /* Remove underline from link */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Shadow for depth */
    z-index: 1000;             /* Make sure it stays on top */
    transition: all 0.3s ease; /* Smooth hover effect */
}

.whatsapp-button img {
    width: 24px;               /* Size of the WhatsApp icon */
    height: 24px;
    margin-right: 10px;         /* Space between icon and text */
}

.whatsapp-button:hover {
    background-color: #128C7E; /* Darker WhatsApp green on hover */
    transform: translateY(-4px); /* Slight lift on hover */
}

/*================================================
Banner
================================================*/
#home-banner {
    float: left;
    width: 100%;
    height: calc(100vh - 46px);
    overflow: hidden;
    position: relative;
}
#home-banner .carousel-control {
    display: flex;
    justify-content: center;
    align-items: center;
	width: 110px;
}
#home-banner .carousel-caption {
    bottom: auto;
    top: 32%;
	text-align: center;
}
#home-banner .item {
    float: left;
    width: 100%;
    height: 100vh;
}
#home-banner .carousel-caption h3 {
    color: #fff;
    display: block;
    font-size: 37px;
    text-align: center;
    text-shadow: 0 0 6px #000;
    text-transform: uppercase;
    line-height: 40px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#home-banner .carousel-caption h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 400;
    text-align: center;
    text-shadow: 0 0 6px #000;
    text-transform: uppercase;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#home-banner .carousel-caption hr{
	border-top: 2px solid #fff;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.carousel-fade .carousel-control {
    z-index: 2
}
.carousel-control{
	background: none !important;
}

.gobottom {
    border: 2px solid #fff;
    border-radius: 80px 80px 0 0;
    color: #fff;
    font-size: 27px;
    width: 80px;
    height: 50px;
    line-height: normal;
    margin: 0 auto;
    text-align: center;
    background: rgba(139,74,144,.6);
    cursor: pointer;
    outline: none !important;
    position: relative;
    bottom: 85px;
    padding-top: 5px;
}
.gobottom2 {
    border: 2px solid #fff;
    border-radius: 80px 80px 0 0;
    color: #fff;
    font-size: 27px;
    width: 80px;
    height: 50px;
    line-height: normal;
    margin: 0 auto;
    text-align: center;
    background: rgba(139,74,144,.6);
    cursor: pointer;
    outline: none !important;
    position: relative;
    bottom: 85px;
    padding-top: 5px;
}

/**
 * ----------------------------------------
 * animation slide-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-top {
	0% {
	-webkit-transform: translateY(100px);
			transform: translateY(100px);
	}
	100% {
	-webkit-transform: translateY(0);
			transform: translateY(0);
	}
}
@keyframes slide-top {
	0% {
	-webkit-transform: translateY(100px);
			transform: translateY(100px);
	}
	100% {
	-webkit-transform: translateY(0);
			transform: translateY(0);
	}
}
/**
 * ----------------------------------------
 * animation slide-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-bottom { 
	0% {
	-webkit-transform: translateY(-100px);
			transform: translateY(-100px);
	}
	100% {
	-webkit-transform: translateY(0);
			transform: translateY(0);
	}
}
@keyframes slide-bottom {
	0% {
	-webkit-transform: translateY(-100px);
			transform: translateY(-100px);
	}
	100% {
	-webkit-transform: translateY(0);
			transform: translateY(0);
	}
}
/**
 * ----------------------------------------
 * animation slide-full
 * ----------------------------------------
 */
@-webkit-keyframes slide-full { 
	0% {
	-webkit-width: 20%;
			width: 20%;
	}
	100% {
	-webkit-width: 100%;
			width: 100%;
	}
}
@keyframes slide-full {
	0% {
	-webkit-width: 20%;
			width: 20%;
	}
	100% {
	-webkit-width: 100%;
			width: 100%;
	}
}



#home-banner .carousel-caption h3 span{
	animation: slide-top 3s normal forwards ease-in-out;
	display: block;
	padding: 15px 0;
}
#home-banner .carousel-caption hr{
	animation: slide-full 3s normal forwards ease-in-out;
	display: block;
	margin: 0 auto;
}
#home-banner .carousel-caption h1 span{
	animation: slide-bottom 3s normal forwards ease-in-out;
	display: block;
	padding: 10px 0;
}

/*================================================
Member
================================================*/
.membership {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}
.membership img{
	width: 100%;
	height: auto;
}

/*================================================
About hotel
================================================*/
.about-hotel {
    float: left;
    width: 100%;
    padding: 40px 0;
    margin: 0;
}
.about-hotel h2{
	font-size: 24px;
	text-align: center;
}
.about-hotel p {
    font-size: 14px;
    margin: 15px 0 27px;
    font-weight: lighter;
    color: #fff;
    text-align: left;
}
/*================================================
Why choose
================================================*/
.why-choose {
    float: left;
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 40px;
	color: #818a91;
	text-align: center;
}
.why-choose ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.why-choose li{
	float: left;
	width: 20%;
	margin:0;
	padding:0;
	font-size: 15px;	
	text-transform: uppercase;
}
.why-choose i {
    font-size: 40px;
    display: block;
    margin: 0 0 14px;
}
/*================================================
Home map
================================================*/
.home-map iframe{
	width: 100%;
	height: 394px;
	float: left;
}
.home-map-dtl {
    background: #473844;
    padding: 20px;
    width: 100%;
    border-top: 3px solid #8b4a90;
	position: relative;
	float: left;
}
.home-map-dtl h2{
	color: #fff;
	float: left;
	width: 100%;
	font-size: 30px;
	text-transform: uppercase;
	text-align: left;
	margin-top: 0;
}
.home-map-dtl p{
	color: #fff;
	width: 80%;
	margin: 0;
	padding: 0;
	float: left;
}
.sb-more {
    float: right;
	cursor: pointer;
}

.services-title {
font-size: 13px;
font-weight: bold;
color: green;
}
/*================================================
Footer
================================================*/
#footernav-wrap {
	background:#818a91;
	color:#fff;
	padding:3px 0 24px;
	float: left;
	width: 100%;
}
#footernav-wrap a {
	color:#fff
}
#footernav-wrap a:hover {
	color:#fff
}
.footernav {
	color:#fff;
	text-align:left
}
.footernav h1 {
	color:#fff;
	font-size:18px;
	line-height:20px;
	margin-bottom:20px;
	text-transform:uppercase
}
.footernav hr {
	border:4px solid #fff;
	padding:0;
	width:14%;
	margin:20px 0
}
/*================================================
Map over all
================================================*/
.map-over {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -9;
    background: #fff;
	opacity: 0;
}
.map-over.show{
	z-index: 999;
	opacity: 1;
}
.map-over iframe {
    float: left;
    width: 100%;
    height: 100vh;
}
.map-over .address-dtl {
    float: left;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    color: #000;
    padding: 10px 20px 20px;
    box-shadow: 0 0 8px #000;
    max-width: 280px;
}
.map-over .address-dtl h2, .map-over .address-dtl p, .map-over .address-dtl a{
	color: #333;
	margin: 10px 0;
	text-align: left;
}
.close-map {
    font-size: 18px;
    float: right;
    margin-bottom: 34px;
    color: red;
	cursor: pointer;
}
/*================================================
Room page
================================================*/
.room-page h2{
    text-align: left;
	color: #fff;
}

/*================================================
Gallery page
================================================*/
.gallery-page p{
	text-align: center;
}
.gallery-section {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 0 5px 0;
}
.gallery-section a{
	float: left;
	width:25%;
	padding:5px;
	margin:0;
}
.gallery-section img{
	width:100%;
	height: auto;
}
/*================================================
Location
================================================*/
#home-banner iframe{
	width: 100%;
	height:100%;
}
.location-banner .gobottom2 {
    bottom: 44px;
}
.location-page h2, .location-page p{
	text-align: center;
	color: #756866;
}
.location-page h3{
	text-align: center;
	font-size: 20px;
}
/*================================================
Button
================================================*/

/*================================================
Header
================================================*/

/*================================================
Media
================================================*/
@media (max-width:767px) {
	.show-mobile{
		display: block;
	}
	.show-desktop{
		display: none;
	}
	
	.navbar-header {
		float: left;
		width: 100%;
		margin: 0 !important;
		padding: 0 10px;
	}
	.hotel-nav-bar .navbar-toggle {
		float: right;
	}
	.hotel-nav-bar{
		height: 52px;
	}
	.hotel-nav-bar .container{
		width: 100%;
		margin: 0;
		padding:0;
	}
	#home-banner, #home-banner .item {
		width: 100%;
		height: auto;
	}
	.gobottom,.gobottom2, #home-banner .carousel-control {
		display: none;
	}
	#home-banner .carousel-caption h3 {
		font-size: 14px;
		line-height: normal;
	}
	#home-banner .carousel-caption h1 {
		font-size: 20px;
		line-height: normal;
		padding: 0;
	}
	#home-banner .carousel-caption h3 span, #home-banner .carousel-caption h1 span{
		padding: 5px 0;
	}
	#home-banner .carousel-caption {
		bottom: auto;
		top: 25%;
	}
	#home-banner {
	}
	.active-language, .language li {
		padding: 12px 10px;
		background: #313819;
	}
	#carbon-menu {
		width: 100%;
		margin: 0;
		position: relative;
		text-align: center;
		top: 0;
		background: #000;
		z-index: 1;
	}
	.navbar-brand {
		z-index: 99;
	}
	.nav.navbar-nav {
		margin: 0 -15px;
		padding: 0;
	}
	.language {
		position: absolute;
		right: 0;
		top: 52px;
		z-index: 0;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: #000;
	}
	.booking-area {
		position: relative;
		bottom: auto;
		background: #313819;
		padding: 15px 0;
	}
	.sb-booking {
    	background: none;
	}
	.main_book_form_item {
		width: 100% !important;
		margin: 2px 0;
		background: rgba(255, 255, 255, 0.9);
	}
	.booking-area input[type="text"], .booking-area select {
		width: 100%;
		margin: 0;
		padding: 10px;
	}
	.booking-area label {
		display: none;
	}
	.ui-datepicker-trigger {
		top: 15px;
	}
	.sb-booking.mn-booking {
		width: 300px;
		margin: 0 auto;
		float: none;
	}
	#ui-datepicker-div {
		width: 300px !important;
	}
	.sb-booking .form_submit {
    	height: 45px;
	}
	.membership .container {
		margin: 0;
		padding: 0;
	}
	.about-hotel, .why-choose {
		padding: 25px 0;
	}
	.why-choose li {
		width: 100%;
		padding: 20px 0;
	}
	.home-map-dtl p {
		text-align: left;
	}
	.map-over .address-dtl{
		background: none;
		box-shadow: none;
	}
	.map-over .address-dtl h2, .map-over .address-dtl p, .map-over .address-dtl a{
		display: none;
	}
	#home-banner iframe {
		width: 100%;
		height: 300px;
	}
	.gallery-section a {
		width: 50%;
	}
	
	
}

@media (min-width:768px){
	.show-mobile{
		display: none;
	}
	.show-desktop{
		display: block;
	}
}