

body{ font-family: "Comfortaa", serif;}


.mb-100{
	margin-bottom: 50px;
}
.header-main{
	padding:10px;
	top:0;
	z-index:10;
	/* position:absolute; */
	width:100%;
}
.header-shadow {background-image: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0));}
.dropdown-item:focus, .dropdown-item:hover, .dropdown-item:active, .dropdown-item.active {
    color: #1e2125 !important;
    background-color: #e9ecef;
}
.mobile {display:none;}
.desktop {display:block;}
.logo{
	width:70%;	
}
.roomSwiper .swiper-button-next, .roomSwiper .swiper-button-prev, .HeroSwiper .swiper-button-next, .HeroSwiper .swiper-button-prev {
    color: #fff !important;
    text-shadow: -2px 1px 6px rgba(0, 0, 0, 0.6);
}
.navbar-light .navbar-nav .nav-link{
	color:#000 !important;	
	font-size:18px;
	font-weight:800;
	text-transform:uppercase;
	margin:0 30px;
	font-family: "Comfortaa", serif;
}
.header-main.fixed-header  .navbar-light .navbar-nav .nav-link {font-size:15px;}
.navbar-light .navbar-nav .nav-link:hover{
	color:#e88837 !important;
	cursor: pointer;
}
.navbar-light .navbar-nav .nav-link:hover{
	float: none;
}
.navbar-expand-lg{
	justify-content: flex-start !important;
	
}
.accordion-body ul , .accordion-body p {text-align:left; font-size:16px !important;}
.accordion-body p {padding:0 !important;}
.accordion-body ul li {margin-bottom: 10px;}
.navbar-collapse{
	flex-grow: 0 !important;
}
.navbar-light .dropdown-menu {background-color: rgb(0 0 0 / 72%);}
.navbar-light a.dropdown-item {
    text-transform: uppercase;
    color: #fff;
		font-size: 14px;
}
.logo-small{width: 20%; display: none;}

.fixed-header .logo-small{width: 15%; display: block;}
.fixed-header .logo {
	display: none;
}
.fixed-header .book-now-btn {
	margin-top:12px;
}
/*
.fixed-header .navbar-light .navbar-nav .nav-link{
	color: #fff !important;
}
*/


.navbar-light .navbar-toggler{
	border-color: rgba(0,0,0,.0);
/*	background: #e1c8b6;*/
}
.fixed-header .navbar-light .navbar-toggler{
	background: transparent;
}

.fixed-header .dropdown-item:focus, .dropdown-item:hover, .dropdown-item:active, .dropdown-item.active{
	color: #000 !important;
}




@media only screen and (max-width: 1024px) {
	
	.navbar-light .navbar-nav .nav-link {
		font-size: 18px;
		margin: 0 15px;
	}
	.header-main {
		padding: 10px;
	}
	
}


@media only screen and (max-width: 800px) {
	.mobile {display:block;}
.desktop {display:none;}
	.navbar-nav {
		padding-top: 20px;
	}
	.navbar-light .navbar-nav .nav-link {
        font-size: 18px;
        margin: 0 0px;
    }
	.header-main {
		padding: 10px;
		background:transparent;
	}
	.fixed-header .logo, .logo {
		width: 10%;
		position: absolute;
	}
	.fixed-header .logo-small {
		width: 4%;
		display: block;
		position: absolute;
	}
}

@media only screen and (max-width: 768px) {
	
	.fixed-header .logo, .logo {
		width: 10%;
		position: absolute;
	}
	.fixed-header .logo-small {
		width: 4%;
		display: block;
		position: absolute;
	}
	
}
@media only screen and (max-width: 640px) {
	
	.fixed-header .logo, .logo {
		width: 10%;
		position: absolute;
	}
	.fixed-header .logo-small {
		width: 4%;
		display: block;
		position: absolute;
	}

}

@media only screen and (max-width: 480px) {
	
	
	.fixed-header .logo, .logo {
		width: 15%;
		position: absolute;
	}
	.fixed-header .logo-small {
		width: 6%;
		display: block;
		position: absolute;
	}
	    .header-main {
        padding: 5px;
        background: #ffe9da;
    }

	
}


@media only screen and (max-width: 375px) {
	
	
	.fixed-header .logo, .logo {
		width: 20%;
		position: absolute;
	}
	.fixed-header .logo-small {
		width: 8%;
		display: block;
		position: absolute;
	}
	   .header-main {
        padding: 5px;
        background: #ffe9da;
    }
	
	    
	
}

.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	/* background: rgb(243 242 242 / 82%); */
	background: #fff;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* 31 jan 2025*/

.header-area{
	box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
	padding:20px ;
	background:#94000e;
}
.booknow{
	background: #fff ;
	border-radius: 5px;
	font-family: "Comfortaa", serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 800;
	padding: 8px 15px;
	color: #94000e;
	float: right;
	margin-bottom: 15px;
	text-decoration: none;
	transition: background 0.3s ease, transform 0.3s ease;
}
.booknow-flt {float:left; background:#94000e; color:#fff;}
.booknow:hover, .booknow:focus{	
	color: #94000e;
	background: #f9e6e6; /* Lighter shade on hover */
    transform: scale(1.05); /* Scale up slightly */
}
.booknow-flt:hover, .booknow-flt:focus{	
	color: #fff;
	background: #a50016; /* Lighter shade on hover */
    transform: scale(1.05); /* Scale up slightly */
}
.zoom {transition: transform .5s; text-align: center;}
.zoom:hover {
  transform: scale(1.1); 
}



.contact-no{
	font-family: "Comfortaa", serif;
	font-size: 18px;
	font-weight: 1000;
	color: #fff;
	float: right;
	display: block;
}
.banner-content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: center;
	width: 100%;
  }

.banner-content h3{
	font-size:90px;
	font-weight: 1000;
	color: #fff;
	text-shadow: -2px 1px 6px rgba(0, 0, 0, 0.6);
} 
.banner-content p{
	font-size:50px;
	font-weight: 600;
	text-shadow: -2px 1px 6px rgba(0, 0, 0, 0.6);
	color: #fff;
} 

.title{
	font-size: 44px;
    font-weight: 1000;
    padding: 0 18%;
    line-height: 60px;
	margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
	.banner-content h3{
		font-size:60px;
	} 
	.banner-content p{
		font-size:30px;
	}
	.title{
		font-size: 40px;
		margin-bottom: 30px;
		padding: 0;
	} 
}
@media only screen and (max-width: 800px) {
	.booknow{
		font-size: 14px;
		padding: 4px 15px;
		margin-bottom: 10px;
	}
	.contact-no{
		font-size: 16px;
	}
	.banner-content h3{
		font-size:40px;
	} 
	.banner-content p{
		font-size:20px;
	} 
}
@media only screen and (max-width: 640px) {
	.booknow{
		font-size: 12px;
		padding: 4px 10px;
		margin-bottom: 5px;
	}
	.contact-no{
		font-size: 14px;
	}
	.banner-content h3{
		font-size:24px;
	} 
	.banner-content p{
		font-size:14px;
	} 
	.title{
		font-size: 30px;
		line-height: 50px ;
		margin-bottom: 30px;
		padding: 0;
	}
}
@media only screen and (max-width: 480px) {
	.contact-no{
		font-size: 10px;	
	}
}
@media only screen and (max-width: 375px) {
	.booknow{
		font-size: 12px;
		padding: 4px 10px;
		margin-bottom: 5px;
	}
	.contact-no{
		font-size: 12px;
		display: none;
	}
}

.welcome-content{
	text-align: center;
}

.welcome-content p{
	font-size: 20px;
    font-weight: 400;
    line-height: 30px;
	margin-bottom: 20px;
	padding: 0 6%;
}

.slide-data{
	position: relative;
}
.text{
	position: absolute;
    bottom: 20px;
    left: 20px;
}
.text h3{
	font-size: 45px;
	font-weight: 600;
	color: #fff;
	text-shadow: -2px 1px 6px rgba(0,0,0,0.6);
}
.text p{
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	text-shadow: -2px 1px 6px rgba(0,0,0,0.6);
}
.text{
	position: absolute;
    bottom: 20px;
    left: 20px;
}
.swiper-button-next, .swiper-button-prev{
	color: #94000e !important ;
}
@media only screen and (max-width: 480px) {
	.text h3{
		font-size: 30px;
		font-weight: 600;
		color: #fff;
		text-shadow: -2px 1px 6px rgba(0,0,0,0.6);
	}
	.text p{
		font-size: 18px;
		font-weight: 600;
		color: #fff;
		text-shadow: -2px 1px 6px rgba(0,0,0,0.6);
	}
}
@media only screen and (max-width: 375px) {
	.text h3{
		font-size: 22px;
		font-weight: 600;
		color: #fff;
		text-shadow: -2px 1px 6px rgba(0,0,0,0.6);
	}
	.text p{
		font-size: 14px;
		font-weight: 600;
		color: #fff;
		text-shadow: -2px 1px 6px rgba(0,0,0,0.6);
	}
}

.bg-red{
	background: #8d000b;
}

.facilities{
	padding: 20px 0;
}


.testimoial{ text-align: center; }
.testimoial h3{
	font-size: 32px;
	color: #c7282e;
	font-style: italic;
	margin-bottom: 40px;
	text-transform:uppercase;
}
.testimoial h3 span{
	font-size: 60px;
	color: #c7282e;
	font-style: italic;
	margin-bottom: 40px;
}
.testimoial p{
	font-size: 28px;
	color: #000;
	font-weight: 300;
	padding:0px 50px 0px 50px;
}
.testimoial span{
	font-size: 30px;
	color: #000;
	font-weight: 1000;
}


.footer{
	padding: 60px 0;
}

.footer h3{
	font-size: 30px;
	color: #fff;
	margin-bottom: 30px;
	font-weight: 1000;
}
.footer p{
	font-size: 14px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 300;
}

.footer-links{	width: 100%; padding: 0;}
.footer-links li{
	list-style: none;
	margin-bottom: 10px;
}
.footer-links li a{
	list-style: none;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	
}
.footer-links li a:hover{
	list-style: none;
	text-decoration: underline;
	
}

.copyright{
	color: #000000;
	font-size: 14px;
	text-align: center;
	padding: 20px;
}

@media only screen and (max-width: 640px) {
	.testimoial h3{
		font-size: 28px;
		color: #c7282e;
		font-style: italic;
		margin-bottom: 40px;
	}
	.testimoial p{
		font-size: 22px;
		color: #000;
		font-weight: 300;
	}
}

@media only screen and (max-width: 480px) {
	.testimoial h3{
		font-size: 22px;
		color: #c7282e;
		font-style: italic;
		margin-bottom: 40px;
	}
	.testimoial h3 span {display:none;}
	.testimoial p{
		font-size: 18px;
		color: #000;
		font-weight: 300;
		padding:0px 30px 0 30px;
	}
}


.marquee {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    position: relative;
}

.marquee-content {
    display: inline-block;
    white-space: nowrap;
}

.iconcard{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding-left: 30px;
	padding-right:30px;
	flex-direction: column;
	
}
.circle {
    position: fixed;
    width: 20px;
    height: 20px;
    background: rgba(168, 160, 160, 0.5);
    border-radius: 50%;
    pointer-events: none; /* Prevent the circle from blocking mouse events */
    transform: translate(-50%, -50%); /* Center the circle */
    z-index: 1000; /* Ensure the circle is above other elements */
    transition: transform 0.2s ease; /* Smooth movement */
}
.iconCard-icon{
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 10px;
}
.icon-text{
	color: #fff;
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
}
.whatsapp {
    position: fixed;
    bottom: 40px;
    right: 0;
    z-index: 99999;
	transition: opacity 0.5s ease;
	bottom: -100px;
}
.social-links {list-style:none; padding:0;}
.social-links li img {max-width:50px;}
.social-links li {width:70px; float:left;}


.carousel-inner img, .slide-data img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform-origin: left;
}
.carousel-inner.reveal, .slide-data.reveal {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  /*max-width: 500px;*/
  overflow: hidden;
}
.card-header {background:#94000e; color:#fff;}
#posts .item {
    text-align: center;
    padding: 10px;
    margin-bottom: 0px;
    opacity: 1;
  /*  -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;*/
}
.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}
#posts .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
	text-align:left;
}
#posts .shadow-effect h6 {font-weight:900; text-transform:uppercase; margin-bottom:10px;}
.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #94000e;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

