
html{
    font-size: 16px;
}

body {
    font-family: "Ubuntu", sans-serif;
    margin: 0;
    font-style: normal;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

h1,h2,h3,h4,h5,h6{
    font-weight: bold;
}

.f08{font-size: 0.8rem;}
.f09{font-size: 0.9rem;}
.f10{font-size: 1.0rem;}
.f11{font-size: 1.1rem;}
.f12{font-size: 1.2rem;}
.f13{font-size: 1.3rem;}
.f14{font-size: 1.4rem;}
.f15{font-size: 1.5rem;}
.f16{font-size: 1.6rem;}
.f17{font-size: 1.7rem;}
.f23{font-size: 2.3rem;}
.f25{font-size: 2.5rem;}
.f27{font-size: 2.7rem;}
.f28{font-size: 2.8rem;}
.f29{font-size: 2.9rem;}
.f30{font-size: 3.0rem;}
.f33{font-size: 3.3rem;}
.f35{font-size: 3.5rem;}
.f37{font-size: 3.7rem;}

.f55{font-size: 55px;}

/* Navbar */
.navbar-nav .nav-link {
    font-weight: 400;
    padding: 0px 25px !important;
}

.navbar-nav .nav-item.active .nav-link {
    color: #f09b0e;
}

.nav-item a:hover , .nav-item.active {
    box-shadow: 1px 10px 0px -1px rgba(0, 0, 0, 0),
                -1px 11px 0px -9px rgb(240 155 14);
    transition: 0.1s;
    color:#f09b0e;
}

.nav-noactive a:hover{
    box-shadow:none;
}

.navbar-toggler{
    border: none;
}

.text-orange{
    color: rgb(240 155 14);
    font-weight: 700;
    letter-spacing: 1px;
}

.hero-section {
    position: relative;
    padding-top: 60px;
    padding-bottom: 100px;
}

.hero-section .container-fluid.home-sec2.position-absolute.home-sec1-form {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    margin-bottom: 50px;
    background: rgba(61,63,66,0.2);
    text-align: center;
    padding: 20px;
    width: 90%; /* Adjust width */
}

.hero-section .hero-container {
    position: relative;
    z-index: 5;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    width: 80vw;
    height: 80vw;
    max-width: 550px;
    max-height: 550px;
    padding: 20px;
    margin-top: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.hero-section h1 {
    font-size: 60px;
    color: #ffffff;
    font-weight: 300;
    margin: 0;
    padding: 0 20px;
    text-align: center;
    /* font-family: 'Rye'; */
    font-family: "Fruktur", system-ui;

}

.hero-section p {
    font-size: 33px;
    color: #ffffff;
    line-height: 28px;
    font-family: 'Caveat';
    margin: 0;
    padding: 0 20px;
    text-align: center;
}

.hero-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.hero-slider .owl-stage-outer, .hero-slider .owl-stage, .hero-slider .owl-item, .hero-slider .hs-item {
    height: 100%;
}

/* Media Queries */
@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 40px;
    }

    .hero-section p {
        font-size: 24px;
    }

	.hero-container .arrow i{
        font-size: 20px !important;
    }

    .hero-section .hero-container {
        width: 90vw;
        height: 90vw;
        max-width: 400px;
        max-height: 400px;
		margin-top: 70%;
    }

	.about_thumb .img_2 img{
		margin-left:12px !important ;
	}
	.img-absolute {

		right: 0px !important;
	}
}

@media (max-width: 576px) {
    .hero-section h1 {
        font-size: 30px;
    }

    .hero-section p {
        font-size: 18px;
    }

    .hero-section .hero-container {
        width: 100vw;
        height: 100vw;
        max-width: 400px;
        max-height: 400px;
		margin-top: 70%;
    }

	.hero-container .arrow {
        font-size: 18px !important;
    }
	.img-absolute {
		right: 0px !important;
	}
}


.booking-form form .check-date ,.booking-form form .select-option{
	position: relative;
	margin-bottom: 12px;

}
.booking-form form .check-date input,.booking-form form .select-option select {
	width: 100%;
	height: 40px;
	border: 1px solid #ffff;
	border-radius: 2px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	padding-left: 20px;
	background: transparent;
	color: #ffffff;
}
.booking-form form .check-date i {
	color: #ffff;
	position: absolute;
	right: 18px;
	bottom: 13px;
}
.booking-form form button {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	border: 1px solid #ffff;
	border-radius: 2px;
	color: #ffffff;
	font-weight: 500;
	background: transparent;
	width: 100%;
	height: 40px;
}

input[type=text]::placeholder {
    color: #fff;
    opacity: 1;
}

.custom-select option {
    background-color: #6f6a6a;
}

.primary-btn {
    display: inline-block;
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    position: relative;
}

.primary-btn::after {
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background: #f09b0e;
    content: "";
}

a{
    text-decoration: none;
    background-color: transparent;
}

.about_thumb img:hover{
    box-shadow: 0 0 11px rgb(33 33 33);
}

/*------------------------
  Home Page Room Section
-------------------------*/

.hp-room-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.hp-room-item:hover .overlay {
    opacity: 1;
}

.hp-room-items {
	overflow: hidden;
}

.hp-room-items .hp-room-item {
	height: 600px;
	margin-right: -15px;
	position: relative;
	overflow: hidden;
}

.hp-room-items .hp-room-item:hover .hr-text {
	bottom: 60px;
    z-index: 2;
}

.hp-room-items .hp-room-item:hover .hr-text h2 {
	margin-bottom: 30px;
}

.hp-room-items .hp-room-item .hr-text {
	position: absolute;
	left: 45px;
	right: 25px;
	bottom: -290px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.hp-room-items .hp-room-item .hr-text h3 {
	color: #ffffff;
	margin-bottom: 15px;
}

.hp-room-items .hp-room-item .hr-text h2 {
	color: #f09b0e;
	font-weight: 700;
	margin-bottom: 50px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.hp-room-items .hp-room-item .hr-text h2 span {
	font-family: "Cabin", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
}

.hp-room-items .hp-room-item .hr-text table {
	margin-bottom: 30px;
}

.hp-room-items .hp-room-item .hr-text table tbody tr td {
	font-size: 16px;
	color: #ffffff;
	line-height: 36px;
}

.hp-room-items .hp-room-item .hr-text table tbody tr td.r-o {
	width: 120px;
}

.hp-room-items .hp-room-item .hr-text .primary-btn:after {
	background: #ffffff;
}

/*---------------------
  Service Section
-----------------------*/

.service-item {
	text-align: center;
    position: relative;
    padding: 30px 35px 18px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.service-item:hover {
	background: #f09b0e;
}

.service-item:hover h4 ,.service-item:hover p {
	color: #ffffff;
}


.service-item h4 {
	color: #19191a;
	font-size: 22px;
	margin-bottom: 15px;
	margin-top: 10px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.service-item p {
	color: #707079;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.service-item:hover .img-orange {
   display: none;
}

.service-item:hover .img-white {
    display: block !important;
}

/* Footer */

.we-footer{
    background: #222736;
    color: white;
    padding: 80px 0 30px;
    position: relative;
}

.we-footer .logo {
	margin-bottom: 20px;
}
.we-footer .logo {
	display: inline-block;
}
.we-footer p {
	color: #aaaab3;
	margin-bottom: 20px;
}
.we-footer .fa-social a {
	display: inline-block;
	height: 40px;
	width: 40px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	border: 1px solid #5A4D48;
	border-radius: 50%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-right: 7px;
}
.we-footer .fa-social a:hover {
	background: #f09b0e;
	border-color: #f09b0e;
}
.we-footer .ft-contact {
	margin-bottom: 30px;
}

.we-footer .address{
	font-size: 16px;
	color: #aaaab3;
	line-height: 32px;
	list-style: none;
}
/* Animation Keyframes */
@keyframes slideUp {
    from {
        transform: translateY(50px); /* Start from below */
        opacity: 0; /* Start with invisible */
    }
    to {
        transform: translateY(0); /* End at the final position */
        opacity: 1; /* End fully visible */
    }
}

.footer-text {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.animate-text {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

/*---------------------
  Breadcrumb Section
-----------------------*/

.breadcrumb-section {
	padding-top: 70px;
	padding-bottom: 80px;
}
.breadcrumb-text {
	text-align: center;
}
.breadcrumb-text h2 {
	font-size: 44px;
	color: #19191a;
	margin-bottom: 12px;
}
.breadcrumb-text .bt-option a {
	display: inline-block;
	font-size: 18px;
	color: #19191a;
	margin-right: 20px;
	position: relative;
	font-weight: 500;
}
.breadcrumb-text .bt-option a:after {
	position: absolute;
	right: -13px;
	top: 1px;
	content: "";
	font-size: 18px;
	font-family: "FontAwesome";
	color: #aaaab3;
}
.breadcrumb-text .bt-option span {
	display: inline-block;
	font-size: 18px;
	color: #aaaab3;
}

/* Rooms */
.room-item{
	transition: box-shadow 0.3s ease-in-out, border 0.3s ease-in-out;
}

.room-item table {
	margin-bottom: 18px;
}
.room-item table tbody tr td {
	font-size: 16px;
	color: #707079;
	line-height: 36px;
}
.room-item table tbody tr td.r-o {
	width: 125px;
}

.room-item:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); /* Add shadow */
    border: 1px solid #f09b0e;
}

.divider {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 1;
	background-attachment: fixed;
}

.divider.overlay::before {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: rgba(0, 0, 0, 0.5);
}

/* About page */

.about-service-item {
	position: relative;
	height: 420px;
	border-radius: 5px;
	margin-bottom: 30px;
}

.about-service-item .about-text {
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
	text-align: center;
	color:#fff;
}

/* contact-us Google map  */


.map-responsive {
    overflow: hidden;
    padding-bottom: 40%;
    position: relative;
    height: 0;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/* Gallery */

.filter-button
{
    border-left: 3px solid transparent;
    background-color: #f8f8f8;
    display: inline-block;
    float: none;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin-right: 5px;
    margin-bottom: 15px;
    color: #8b8080;

}

.filter-button:hover
{
    text-align: center;
    color: #ffffff;
    background-color: #f09b0e;

}

.filter-button.active
{
    background-color: #f09b0e !important;
    color: white !important;
}

.content {
    position: relative;
    margin: auto;
    overflow: hidden;
}

.content img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    transition: transform 0.3s ease;
}

.content img {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}

/* Booking */

.booking-sec{
    background: url(../images/booking/home_banner.jpg);
    background-size: cover;
    background-position: center center;
    padding: 0;
    padding-bottom: 70px;
    padding: 228px 0 ;
}

/* Sticky Booking Bar */
.sticky-booking-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #222736;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 12px 20px;
    z-index: 9999;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    flex-wrap: wrap;
}

.sticky-booking-bar .btn {
    font-size: 16px;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s ease;
    text-align: center;
    white-space: nowrap;
}

.whatsapp-btn {
    background-color: #FFC107;
    color: #222736;
}

.whatsapp-btn:hover {
    background-color: #e0a800;
    color: #222736;
}
.book-btn {
    background-color: #FFC107;
    color: #222736;
}


.book-btn:hover {
    background-color: #e0a800;
    color: #222736;
}

@media (max-width: 600px) {
    .sticky-booking-bar {
        flex-direction: column;
        gap: 10px;
    }

    .sticky-booking-bar .btn {
        width: 100%;
        text-align: center;
    }
}

 .pay_now {
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    color: #222736;
    font-weight: 700;
    background: #FFC107;
    height: 50px;
    padding:  0px 12px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.pay_now:hover {
    background: #e0a800;
}

#paymentModal .modal-content,
#paymentModal .modal-content .form-control
{
    background: #222736;
    color:#ffffff
}
#paymentModal .modal-content .form-control
{
    border: 1px solid #ffffff63;
    border-radius: 2px;
}
#paymentModal .modal-content .form-control:focus
#paymentModal .modal-content .form-control:autofill
{
    box-shadow:unset;
}
