@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --main-logo-color: #BD945A;
    --main-yellow-color: #F2C217;
    --darklight-text: #424242;
    --light-text: #82828A;
    --light-color: #FEDBC7;
    --brown-color: #BC202E;
    --font-primary: "Jost", sans-serif;
    --font-heading: "Cormorant Garamond", serif;

}

/* genral style */
html,
body {
    overflow-x: hidden;
}

body,
html {
    background-color: #fff;
    font-size: 16px;
    font-family: var(--font-primary) !important;
}

p {
    font-size: 16px;
    font-weight: normal;
    color: var(--darklight-text);
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    color: #000;
    font-family: var(--font-primary) !important;
    transition: all 0.3s;
    text-decoration: none;
}

a:hover {
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    margin-bottom: 0px;
}

.bg-light-maincolor {
    background-color: #F1FAFB;
}

.bg-main-color {
    background-color: var(--main-logo-color);
}

.bg-main-yellow-color {
    background-color: var(--main-yellow-color);
}

.bg-light-yellow-color {
    background-color: #FFF6BE;
}

.text-main-color {
    color: var(--main-logo-color) !important;
}

.text-main-yellow-color {
    color: var(--main-yellow-color);
}

.black-stroke-text {
    -webkit-text-stroke: 2px #000;
}

.py-8 {
    padding: 80px 0;
}

.z-25 {
    z-index: 25;
}

.size-6 {
    width: 24px;
    height: 24px;
}

.btn-main-color {
    background-color: var(--main-logo-color);
    /* font-size: 16px; */
    color: #fff;
    text-transform: uppercase;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.btn-main-color:hover {
    background-color: #fff;
    color: var(--main-logo-color);
    border-color: var(--main-logo-color);
}
.white_btn{
    font-size: 13px;
    font-weight: 500;
    background: var(--bs-body-bg);
    color: var(--main-logo-color);
}
.btn-main-color svg {
    width: 24px;
    height: 24px;
}

.btn-main-border {
    background-color: var(--light-color);
    border: 2px solid var(--main-logo-color);
    color: #000;
}

.btn-main-border:hover {
    background-color: var(--main-logo-color);
    color: #fff;
}


/* header */
header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #000;
    z-index: 999;
}

.contact-info li a {
    color: #fff;
    font-size: 14px;
}

.contact-info li a svg {
    width: 17px;
    height: 17px;
}

.contact-info li a:hover {
    color: var(--main-logo-color);
}

.social-icon li a {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: var(--main-logo-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icon li a svg {
    color: #fff;
    width: 20px;
    height: 20px;
}

nav ul li a {
    color: var(--main-logo-color);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
}

nav ul li a:hover {
    color: #fff;
}

/* hero section */
.hero-section {
    background-image: url(../image/hero-bg.avif);
    background-size: cover;
    background-position: center;
    height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-heading h1 {
    font-size: 56px;
    font-weight: 600;
    color: #fff;
}

.hero-heading h1 {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.hero-heading text {
    white-space: nowrap;
}

.hero-heading h1 p {
    font-size: 16px;
    color: #F1FAFB;
    font-weight: 500;
    letter-spacing: 1px;
}

.hero-book-form {
    position: relative;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    padding: 15px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.hero-book-form .form-control::placeholder {
    color: var(--bs-black);
}
.hero-book-form .form-control:focus {
        background-color: #e9d58d;
        border-color: transparent;
        color: #fff;
}
.hero-book-form input,
.hero-book-form select {
    background-color: var(--main-logo-color);
    border: none;
    border-radius: 0;
    border-right: 1px solid var(--light-text);
    color: var(--bs-black);
    padding: 12px 8px;
}

.hero-book-form>div.row {
    border: 1px solid var(--light-text);
    border-radius: 8px;
    margin: 0;
}

.hero-book-form button {
    border-radius: 0 8px 8px 0;
    height: 100%;
}

/* highlight  */
.hotel-img1 {
    border-radius: 100% 100% 0 0 !important;
    height: 380px;
    width: 100%;
    background-image: url(../image/hotel-img3.avif);
    background-attachment: fixed;
    background-size: 45%;
    background-position: 75% 90%;
}

.hotel-img2 {
    border-radius: 100% 100% 0 0 !important;
    height: 380px;
    width: 100%;
    background-image: url(../image/hotel-img4.avif);
    background-attachment: fixed;
    background-size: 45%;
    background-position: 98% 80%;
}

.highlight-hotel .head-title {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.highlight-hotel .head-title span {
    font-size: 16px;
    background-color: var(--main-logo-color);
    color: #000;
    padding: 8px 12px;
    border-radius: 30px;
}

.highlight-hotel .head-title h2 {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
}

.highlight-hotel .head-title h2 text {
    text-transform: uppercase;
}

.highlight-hotel .head-title .rating h3 {
    font-size: 28px;
}

.highlight-hotel .head-title .rating svg {
    width: 18px;
    height: 18px;
    fill: #F2C217;
}


/* heading style */
.heading-style {
    position: relative;
}

.heading-style span .line {
    height: 1.5px;
    width: 120px;
    background-color: var(--main-logo-color);
}

.heading-style span {
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
}

.heading-style h2 {
    font-size: 36px;
    font-weight: 600;
}

.heading-style h2 text {
    text-transform: uppercase;
}

/* about us */
.about-us {
    background-image: url(../image/bg-vec.avif);
    background-size: 20%;
    background-position: left top;
    background-repeat: no-repeat;
}

.about-img {
    height: 480px;
    width: 400px;
    overflow: hidden;
}

.video-img {
    width: 300px;
    height: 380px;
    overflow: hidden;
    transition: all 0.5s;
}

.about-img img,
.video-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s;
}

.video-img:hover img {
    scale: 1.2;
}


/* room style section */
.room-sec {
    position: relative;
}

.room-sec .row {
    position: relative;
    z-index: 9;
}

.room-sec::after {
    width: 555px;
    background-color: #f6f6fa;
    height: 650px;
    position: absolute;
    content: '';
    left: 6%;
    top: 0;
    z-index: 1;
}

.room-box-style {
    height: 480px;
    overflow: hidden;
    position: relative;
}

.room-box-style img {
    height: 480px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.room-box-style .overlap-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, var(--main-logo-color), rgba(0, 0, 0, 0.0));
    z-index: 5;
    display: flex;
    justify-content: end;
    align-items: start;
    flex-direction: column;
    padding: 15px;
}

.room-box-style .overlap-content h3 {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
}


/* swiper buttons style */
.room-swiper-btn .swiper-button-next,
.room-swiper-btn .swiper-button-prev {
    /* position: absolute; */
    /* bottom: 0 !important; */
    /* top: 45%; */
    width: 2.5rem;
    height: 2.5rem;
    z-index: 10;
    border: 1px solid #edeef5;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-logo-color);
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
    border-radius: 50%;
    background-image: none !important;
}

.room-swiper-btn .swiper-button-next svg,
.room-swiper-btn .swiper-button-prev svg {
    width: 16px;
    height: 16px;
    color: var(--dark-text);
}

.room-swiper-btn .swiper-button-next::after,
.room-swiper-btn .swiper-button-prev::after {
    display: none;
}

.room-swiper-btn {
    position: absolute;
    bottom: -50px;
    right: 30px;
    width: 120px;
}

/* statisc section style */
.statics-section {
    /* background-image: url(../image/video-hotel.mp4); */
    background-size: cover;
    background-position: center;
    /* min-height: 300px; */
    background-attachment: fixed;
    position: relative;
}

.statics-section:after {
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
}
.statics-section video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
  }
.statics-section .container {
    position: relative;
    z-index: 5;
}

#counter ul li {
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 32px;
}

#counter ul li .icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: var(--yellow-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

#counter ul li .icon img {
    width: 50px;
}

#counter .counter-value {
    font-size: 32px;
    font-weight: 600;
    color: var(--main-logo-color);
}

#counter li h4 {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}



/* CTA form style sections */

.cta-form-bg {
    position: relative;
}

.cta-form-bg::after {
    content: '';
    width: 100%;
    height: 450px;
    position: absolute;
    left: 0;
    top: 40px;
    background-image: url(../image/cta-bg.jpg);
    background-size: cover;
    background-position: center;
}

.cta-form-bg .container {
    position: relative;
    z-index: 5;
}

.book-form {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

/* Hide default number input arrows */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
    /* Firefox */
    appearance: textfield;
}

.book-form input:focus,
.book-form select:focus,
.book-form input:focus-visible {
    outline: none;
    box-shadow: none
}

.book-form label.form-label {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0px;
}

.book-form label.form-label svg {
    width: 22px;
    height: 22px;
}

.book-form img {
    width: 40px;
    height: 40px;
}

.book-form svg {
    width: 30px;
    height: 30px;
    color: var(--main-logo-color);
    margin-right: 5px;
}


/* hotel services */

.services-box {
    border-right: 1px solid #f6f6fa;
}

.services-box img {
    width: 50px;
    height: 50px;
}

.services-box h4 {
    font-size: 17px;
    font-weight: 600;
}


/* amenities-box style */
.amenities-bg {
    background-image: url(../image/bg-vec2.avif);
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: top right;
}

.amenities-box {
    border: 1px solid var(--main-logo-color);
    border-radius: 180px;
    position: relative;
    overflow: hidden;
    padding: 90px 20px 70px;
}

.image-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.amenities-box:hover .image-box .bg-image {
    opacity: 1;
    transform: rotate(-8deg) scale(1.3);
}

.amenities-box .image-box .bg-image {
    width: 100%;
    height: 100%;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 300ms ease;
}

.amenities-box .image-box .bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.amenities-box .content-box {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

.amenities-box:hover .content-box .icon {
    transform: scale(-1) rotate(180deg);
    color: #fff;
    opacity: 0;
}

.amenities-box .content-box .icon {
    color: var(--theme-color1);
    font-size: 126px;
    transition: all 300ms ease;
}

.amenities-box .content-box .icon img {
    width: 100px;
    height: 100px;
}

.amenities-box .content-box .service-title {
    margin-bottom: 10px;
    margin-top: 30px;
}

.amenities-box:hover .content-box .service-title {
    color: #fff;
}

.amenities-box .content-box .service-details {
    margin-top: 0px;
    transition: all 300ms ease;
}

/* wedding-bg style sections */

.wedding-bg {
    position: relative;
}

.wedding-bg::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 450px;
    z-index: 1;
    background-image: url(../image/wedding-bg.avif);
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
}

.wedding-bg .container {
    position: relative;
    z-index: 5;
}

.wedding-bg button {
    text-transform: uppercase;
    font-weight: 600;
}

.weds-offer-box {
    border-right: 1px solid #edeef5;
}

.weds-offer-box img {
    width: 80px;
    height: 80px;
}

.weds-offer-box h5 {
    font-size: 20px;
    font-weight: 600;
    color: var(--main-logo-color);
}
/* -------------------------------------modal popup----------- */
.room_detail_img .slider-container {
    display: flex;
    max-width: 900px;
    gap: 5px;
}

.room_detail_img .swiper-thumbs {
    width: 120px;
    height: 260px;
    margin: 0;
}

.room_detail_img .swiper-thumbs .swiper-slide {
    height: 70px;
    opacity: 0.9;
    cursor: pointer;
    transition: opacity 0.3s;
}

.room_detail_img .swiper-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #bd945a;
    border-radius: 12px;
    box-shadow: 0px 0px 7px #bd945a;
}

.room_detail_img .swiper-thumbs img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.room_detail_img .swiper-main img {
    width: 100%;
    height: 260px;
    border-radius: 10px;
    object-fit: cover;
}

.room_detail_img .swiper-main {
    width: 500px;
    height: 260px;
    margin: 0;
}
/* ---------- */
.room_details h4 span{
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    color: #555555;
}

.room_details .amenity-section h5 {
    margin-top: 15px;
    padding-bottom: 5px;
    color: #bd945a;
    font-weight: 700;
}

.room_details .amenity-item {
    margin-bottom: 10px;
    display: inline-block;
    min-width: 150px;
    margin-right: 5px;
    color: #555555;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    letter-spacing: 0.6px;
}

.room_details .amenity-item img {
    width: 20px;
    color: #198754;
    margin-right: 8px;
}
/* ----------- */

.check_availability_container .nav-tabs .nav-item.show .nav-link, .check_availability_container .nav-tabs .nav-link.active {
    color: #181818;
    background-color: var(--main-logo-color);
}
.nav-tabs .nav-link {
    border: var(--bs-nav-tabs-border-width) solid #ceb08547;
    color: var(--main-logo-color);
    font-weight: 500;
}

/* Availability form  */
.availability_form{
    background-color: #fff;
    box-shadow: 0px 0px 5px #bd945acc;
}

.availability_form .form-control{
        width: 100%;
        padding: 2px;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.5;
        color: #181818;
        background-color: transparent;
        border: 1px solid #dfccb073;
        display: flex;
        align-items: center;
        justify-content: center;
}
 .availability_form .form-label {
    color: #181818;
    display: inline-block;
    font-size: 14px;
    padding-bottom: 10px;
}
  .availability_form  .btn{
        color: #181818;
       background-color: transparent;
        border-radius: 5px;
        border: 1px solid #dfccb0b0;
}
.availability_form .table>:not(caption)>*>* {
    padding: .5rem .5rem;
    color: #fff;
    background-color: #775e3d;
        border-bottom-width: var(--bs-border-width);
        box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, #00000000));
        font-size: 13px;
}
.availability_form .table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: rgb(189 148 90 / 48%);
}
/* footer */

footer {
    position: relative;
    background-image: url(../image/footer-bg.avif);
    background-size: cover;
}

/* footer::after {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
} */

footer .container {
    position: relative;
    z-index: 5;
}

footer .footer-contact-cta img {
    width: 50px;
    height: 50px;
}

footer .footer-contact-cta h4 {
    font-size: 24px !important;
    color: #000 !important;
    width: 80%;
    font-weight: 600;
}

footer .icon-link-circle {
    width: 40px;
    border-radius: 50%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-logo-color);
}

footer .icon-link-circle svg {
    width: 26px;
    height: 26px;
    color: #000;
}

footer ul li a {
    color: var(--main-logo-color);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

footer h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
}

footer .need-support {
    color: var(--main-logo-color);
}

footer .need-support svg {
    fill: var(--main-logo-color);
}

.btn-social {
    color: #67747c;
    border-color: #ebf0f7;
    border-width: 2px;
    border-radius: 6.1875rem;
    height: 2.5rem !important;
    position: relative;
    line-height: 0;
    font-size: 1rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem !important;
}

.btn-social:hover {
    color: #000;
    background: var(--main-logo-color);
    border-color: var(--main-logo-color);
}

.btn-social svg {
    width: 22px;
    height: 22px;
    color: #000;
    fill: var(--main-logo-color);
}

.btn-social:hover svg {
    fill: #000;
}

.bottom-footer {
    background-color: #000;
    border-radius: 25px 25px 0 0;
}

.bottom-footer p {
    color: #fff;
    margin-bottom: 0;
}

.bottom-footer a {
    display: flex;
    color: #fff;
    align-items: center;
}

.brill-logo {
    width: 40px;
    padding: 2
}

/* mobile menu */
.offcanvas {
    width: 300px !important;
}

.menu-btn {
    display: none;
}
/* media responsive mobile view */
@media (max-width: 600px) {
    header .btn {
        font-size: 14px;
    }

    header .btn-main-color svg {
        width: 19px;
        height: 19px;
    }

    .hero-section {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
        background-color: #000;
        height: 500px;
        padding: 80px 0;
    }

    .hero-heading h1 {
        font-size: 46px;
        align-items: center;
    }

    .hotel-img2,
    .hotel-img1 {
        background-size: cover;
        background-position: center;
    }

    .head-title {
        margin: 30px 0;
    }

    .about-img {
        height: 380px;
    }

    .video-img {
        height: 280px;
    }

    .about-us {
        background-size: 50%;
    }

    .cta-form-bg::after {
        bottom: 25%;
        top: initial;
    }

    .services-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
    }
    .book-form {
        background-color: rgba(255, 255, 255, 0.4);
    }
    .wedding-bg::after { 
        height: 600px;
    }
    .bottom-footer a {
        justify-content: center !important;
    }
    .amenities-box {
        padding: 30px 20px;
        margin-bottom: 20px;
    }
    .menu-btn {
        display: block;
    }
    .menu-btn svg {
        stroke-width: 2px;
    }
    nav ul li a svg {
        stroke: var(--main-logo-color);
    }
    .room-sec::after {
        width: 100%;
        left: -4%;
    }
    .room-box-style {
        height: 380px;
    }

}