.started-btn {
    color: #1C18A1;
    padding: 0;
    padding-left: 20px;

}

.started-btn a {color: #fff !important;}

.booking-sec .book-now {
    padding: 50px 0px 0px 0px;
}
.blog-sec h1 {
    font-family: "brielleregular";
    color: #040404;
    font-size: 42px;
    font-weight: 400;
    letter-spacing: 1px;
}
.blog-sec {
    padding: 80px 0px 50px 0px;
}
.news-letter-sec .bg-wrp .form-control {
    color: #fff;
}
.galery-sec {
    padding: 10px 0px 0px 0px !important;
}
.galery-sec .photo-div {
    position: relative;
    width: 100%; /* Ensures the div spans the full column width */
    height: 500px; /* Set a fixed height for all images */
    overflow: hidden; /* Ensure no overflow from the image */
}

.galery-sec .photo-div img.gallery-img {
    width: 100%; /* Ensure the image spans the div's width */
    height: 100%; /* Match the div's fixed height */
    object-fit: cover; /* Crop the image while maintaining aspect ratio */
    object-position: center; /* Center the image within its container */
    transition: transform 0.3s ease; /* Smooth zoom effect */
}

.galery-sec .photo-div:hover img.gallery-img {
    transform: scale(1.05); /* Slight zoom on hover */
}

li.dropdown-item:hover,li.dropdown-item:active a {color:#FFF;}
.nav-one .dropdown-item:hover a {color:#FFF !important;}

/* Wrapper for button alignment and spacing */
.book-now-wrapper {
    margin-top: 20px; /* Adds space above the button */
    text-align: left; /* Aligns the button to the left */
}

/* Button styles */
.book-one {
    display: inline-block;
    padding: 10px 20px;
    background-color: #98765B; /* Primary button color */
    color: #fff; /* White text */
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.book-one:hover {
    background-color: #000; /* Darker blue on hover */
}

.footer-sec {
    background: linear-gradient(to right, #564aa7, #3930a4, #110c84);
    background-size: cover;
    padding: 40px 0px 20px 0px;
}

.navbar.nav-one .navbar-nav .menu-item.dropdown:hover { color: var(--bs-navbar-active-color);}
.navbar.nav-one .navbar-nav .menu-item.dropdown:hover .dropdown-menu { display: block;}
.room-card .img-div img { width: 100%;}


.attractions-sec .attractions-wrp {
    position: sticky;
    top: 10px;
    padding-top: 40px;
    padding-left: 100px;
    height: 600px;
    max-height: 100%;
    overflow: scroll;
    overflow-x: hidden; /* Ensure horizontal scroll bar is hidden if not needed */
    overflow-y: scroll; /* Ensure vertical scroll bar is always visible */
    -ms-overflow-style: scrollbar; /* For Internet Explorer and Edge */
    scrollbar-width: thin; /* For Firefox */
}

/* For WebKit browsers (Chrome, Safari) */
.attractions-sec .attractions-wrp::-webkit-scrollbar {
    width: 12px; /* Width of the scrollbar */
}

.attractions-sec .attractions-wrp::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3); /* Color of the scrollbar thumb */
    border-radius: 10px; /* Rounded corners for the scrollbar thumb */
}

.attractions-sec .attractions-wrp::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.1); /* Color of the scrollbar track */
}

.btn-one.innbut{
    width: 160px;
    margin-bottom: 20px;
}
.sub-banner {
    width: 100%;
    min-height: 580px;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
}
.sub-banner::before,.banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     background: 
        linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)) !important;
    z-index: 1; /* Ensure the overlay is above the background */
    pointer-events: none; /* Allow clicks to pass through the overlay */
}

/* Ensure the text inside the banner is above the overlay */
.sub-banner * {
    position: relative;
    z-index: 2;
}
.br-cnt::before {
    border-right: unset;
}
.wpcf7-form-control.wpcf7-captchar {width:25% !important;}

.room-card{
	-webkit-box-shadow: 0 25px 60px rgba(27,23,47,.10);
  box-shadow: 0 25px 60px rgba(27,23,47,.10);
  padding: 15px;
  border:1px solid #4d423caa;
  background: #fff;
	-webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.room-card:hover{
	-webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
	border: none;
}

.room-block{
	position: relative;
	margin-bottom: 30px;
}

.room-block .inner-box{
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

.room-block .image{
	position: relative;
	margin-bottom: 0;
}

.room-block .image img{
	display: block;
	width: 100%;
}

.room-block .overlay-cotnent{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0;
	overflow: hidden;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.room-block .rating{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 21px;
	color: #f7bd01;
	margin-bottom: 15px;
}

.room-block .rating i{
	margin-right: 8px;
}

.room-block h5{
	font-size: 24px;
	line-height: 36px;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 7px;
}

.room-block h5 a{
	color: #ffffff;
}

.room-block h5 a:hover{
	text-decoration: underline;
}

.room-block .price{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: #ff7424;
	font-weight: 400;
	text-decoration: underline;
	margin-bottom: 10px;
}

/*.room-block .text{
  position: absolute;
  width: 100%;
  bottom: -50px;
  left: 0;
  padding: 10px;
  font-size: 15px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 400;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  background:linear-gradient(to right, #564aa7, #3930a4, #110c84);
}*/
.room-block .text{
  position: absolute;
  width: 100%;
  padding: 10px;
  font-size: 15px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 400;
  opacity: 0;
-webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
   background:linear-gradient(to right, #564aa7, #3930a4, #110c84);
}
.room-block:hover .text{
  position: relative;
  width: 100%;
  opacity: 1;
 }

.room-block .inner-box.active .text{
	opacity: 1;
	bottom: 0px;
	visibility: visible;
	-webkit-transition-delay: 100ms;
	-o-transition-delay: 100ms;
	transition-delay: 100ms;
}

.rooms-section .btn-box{
	position: relative;
	text-align: center;
	margin: 30px 0;
}

.rooms-section .btn-box .theme-btn{
	min-width: 150px;
}
.room-feature {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
	gap: 8px;
}
.btn-style-two {
  position: relative;
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
  background-color: #1c73ea;
  padding: 6px 18px;
  font-weight: 600;
  text-transform: uppercase;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
	text-decoration: none;
	margin-bottom: 10px;
}
.btn-style-two:hover {
  color: #ffffff;
  background: #98765B;
}

.content-column{
	position: relative;
	margin-bottom: 40px;
}

.content-column .inner-column{
	position: relative;
	margin-left: -28px;
}

.content-column .sec-title h2{
	line-height: 62px;
}

.content-column .float-text{
	margin-left: -90px;
	margin-bottom: -50px;
}

.content-column .theme-btn{
	margin-top: 35px;
	padding: 10px 35px;
}

.content-column .image{
	position: relative;
	margin-left: -216px;
	margin-bottom: 0;
	z-index: 2;
}

.images-column{
	position: relative;
}

.images-column .image-2{
	position: relative;
	margin-left: -20px;
	padding-right: 90px;
	margin-bottom: 60px;
}

.images-column .image-2 img{
	width: 100%;
}

.images-column .image-3{
	position: relative;
	margin-right: -60px;
	padding-left: 150px;
	width: auto;
	z-index: 9;
	margin-bottom: 0;
}

.images-column:before{
	position: absolute;
	left: 20px;
	bottom: 2px;
	background-image: url(https://html.yogsthemes.com/demo/akomo/images/icons/pattern-4.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 564px;
	width: 564px;
	content: "";
}
.images-column:before{
	-webkit-animation: fa-spin 60s linear infinite;
	animation: fa-spin 60s linear infinite;
}

@media only screen and (max-width: 1023px) {
.images-column {
    display: none;
  }
	.content-column .image {
  margin-left: 0 !important;
	}
	.content-column .inner-column {
  margin-left: 0 !important;
}
}
.wonder-bg{
	border: 1px dashed #3930a4;
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 10px 10px 0
}
.bg-box h6{
	color: #fff;
}
.contact-info{
	position:relative;
}

.contact-info .text{
	position:relative;
	color:#909ba0;
	font-size:18px;
	line-height:1.6em;
}

.contact-info ul{
	position:relative;
	margin-top:10spx;
}

.contact-info ul li .bi{
	position: absolute;
  left: 16px;
  top: 20px;
  color: #3930a4;
  font-size: 38px;
  line-height: 1em;
}

.contact-info ul li{
	position: relative;
  font-size: 16px;
  color: #23282a;
  margin-bottom: 40px;
  font-weight: 700;
  text-transform: uppercase;
  list-style: none;
  background: #fff;
  box-shadow: 0 6px 40px rgba(27,23,47,.10);
  padding: 15px 0 15px 78px;
  border: 1px solid rgba(27,23,47,.2);
}

.contact-info ul li span{
	position:relative;
	color:#8d8d8d;
	font-size:18px;
	font-weight:300;
	text-transform:capitalize;
}
.contact-info ul li a{
    text-decoration: none;
}
.default-title h3 {
  position: relative;
  color: #2f373a;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
 font-family: "brielleregular";
}
/* News Block */
.news-block{
	position: relative;
	margin-bottom: 40px;
}

.news-block .inner-box{
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0 25px 60px rgba(27,23,47,.10);
	box-shadow: 0 25px 60px rgba(27,23,47,.10);
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-block .inner-box:hover{
	-webkit-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
}

.news-block .image-box{
	position: relative;
}

.news-block .image{
	position: relative;
	margin-bottom: 0;
}

.news-block .image img{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-block .inner-box:hover .image-box .image img{
	opacity: .80;
}

.news-block .lower-content{
	position: relative;
	background: #ffffff;
	padding: 35px 30px;
}
.news-block .post-meta{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 18px;
}

.news-block .post-meta a{
	font-size: 18px;
	line-height: 28px;
	color: #ff7424;
	font-weight: 600;
}

.news-block .lower-content h4{
	position: relative;
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
}

.news-block .lower-content h4 a{
	display: inline-block;
	color: inherit;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block .lower-content h4 a:hover{
	color: #1c73ea;
}

.news-block .lower-content .text{
	font-size: 16px;
  line-height: 26px;
  color: #505050;
  margin-top: 12px;
}

.news-block .lower-content .post-info{
	position: relative;
	font-size: 18px;
	line-height: 30px;
	color: #909090;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 13px;
}

.news-section .btn-box{
	text-align: center;
	margin-top: 20px;
}

.news-section .btn-box .theme-btn{
	padding-left: 35px;
	padding-right: 35px;
}
.suttle-bus-sec .row.back {
  background: #f8f5f0;
	padding-left: 30px;
}
.luxury-thumb {
  margin-right: -15px;
}
.luxury-thumb img {
  width: 100%;
}
.suttle-bus-sec .box-1{
	background: #98765B;
  padding: 10px;
  color: #fff;
}
.single-luxury h3{
	font-family: "brielleregular";
}