﻿

/*---------------------------------------------------------about us-------------------------------------------------*/

.aboutus-section {
    background: #fbfbfb;
    padding: 70px 0px;
    /* background-image: url('../images/about/Background.jpg'); */
    background-size: 25%;
    /* padding-bottom: 0px; */
    z-index: 2;
    position: relative;
}

.about-image img {
    width: 100%;
    border-radius: 0px;
    transition: 0.6s;
}

.about-image:hover img {
    transform: scale(1.05);
}

.about-content .subtitle {
    font-size: 55px;
    color: #f26217;
    margin-bottom: 0px;
    font-family: 'Tangerine', cursive;
    font-weight: 500;
    letter-spacing: 0;
}

.about-content .title {
    font-size: 40px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
    /* text-transform: uppercase; */
}

.about-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #606161;
    margin-bottom: 10px;
}

.about-content .highlight {
    font-weight: 600;
    color: #c19b76;
    margin-top: 10px;
}

.facilities__area.has__background {
    background-image: url('../images/about/Background.jpg');
    background-size: 25%;
}










.about-section {
    background-color: #faf8f5;
    color: #333;
    overflow: hidden;
    position: relative;
    /* margin:80px 0px; */
}

    .about-section .about-image {
        padding: 0;
        position: relative;
    }

    .about-section .about-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        min-height: 500px;
        display: block;
        transition: 0.6s;
    }

.about-image:hover .about-img {
    transform: scale(1.05);
}

.about-section .about-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 65px;
    /* background-color: #faf8f5; */
    /* width: 100%; */
    background-image: url('../images/about/Background.jpg');
    background-size: 50%;
    height: 500px;
}

.about-section .about-inner {
    max-width: 620px;
}

.about-section .about-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #000000;
    line-height: 50px;
}

.about-section .about-text {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.about-section .about-points {
    list-style: none;
    padding: 0;
    margin: 25px 0 35px 0;
}

    .about-section .about-points li {
        position: relative;
        padding-left: 40px;
        font-size: 16px;
        margin-bottom: 12px;
        color: #333;
    }

        .about-section .about-points li i {
            position: absolute;
            left: 0;
            top: 4px;
            color: #0b63ce;
            font-size: 18px;
        }

.about-section .about-btn {
    display: inline-block;
    background-color: #fd7711;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 0px;
    transition: all 0.3s ease;
}

    .about-section .about-btn:hover {
        background-color: #094fa8;
    }



.about-counter-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 500px;
    display: block;
}

.about-counter-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 70px 80px;
    background-color: #fff;
}

.test-title {
    padding: 0px 50px 0px 30px;
}

    .test-title h3 {
        font-size: 22px;
        color: #005e5e;
        font-weight: 500;
    }

    .test-title span {
    }

/*----------------------------------------------------------------end--------------------------------------*/

/*--------------------------------------------------------room section---------------------------------------*/
.room-section {
    background: #ffffff;
    padding: 80px 0;
}

.room-heading .sub-title {
    color: #b89a6a;
    letter-spacing: 3px;
    font-size: 13px;
    text-transform: uppercase;
}

.room-heading .main-title {
    font-size: 36px;
    font-weight: 400;
    margin-top: 4px;
    line-height: 30px;
    margin-bottom: 20px;
    /* font-family: "Jost", sans-serif; */
    color: #606161;
}

.room-card {
    position: relative;
    display: flex;
    align-items: center;
}

.room-image {
    width: 95%;
    border-radius: 0px;
    overflow: hidden;
    margin-left: 10p;
}

    .room-image img {
        width: 100%;
        height: 450px;
        object-fit: cover;
    }

.room-content {
    position: relative;
    /* right: 50px; */
    width: 80%;
    background: #fff;
    /* padding: 40px; */
    /* border-radius: 10px; */
    /* box-shadow: 0 10px 40px rgba(0,0,0,0.1); */
    margin-top: 10px;
}

    .room-content h3 {
        font-size: 20px;
        color: #c89b3c;
        /* font-family: serif; */
        margin-bottom: 5px;
        line-height: 20px;
        font-family: "Jost", sans-serif;
        letter-spacing: 0;
    }

    .room-content p {
        /* margin: 15px 0; */
        color: #666;
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 20px;
    }

.room-features {
    display: flex;
    gap: 20px;
}

    .room-features span {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #555;
        font-size: 15px;
    }


.roomSwiper {
    position: relative;
}

.room-section,
.roomSwiper,
.swiper {
    overflow: visible;
}

.swiper-button-prev,
.swiper-button-next {
    /* width: 50px; */
    /* height: 50px; */
    /* background: #fff; */
    /* border-radius: 50%; */
    /* box-shadow: 0 5px 20px rgba(0,0,0,0.15); */
    color: #747474;
}

    .swiper-button-prev::after,
    .swiper-button-next::after {
        font-size: 22px;
        font-weight: 100;
    }

.roomSwiper .swiper-button-prev {
    left: -40px;
}

.roomSwiper .swiper-button-next {
    right: 183px;
}

.explore-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #c8741a;
    text-decoration: none;
    font-weight: 500;
    position: relative;
}

    .explore-btn .arrow {
        width: 8px;
        height: 8px;
        border-right: 2px solid #c8741a;
        border-top: 2px solid #c8741a;
        transform: rotate(45deg);
        display: inline-block;
        transition: 0.3s;
    }

/*-------------------------------------------------------end------------------------------------------------*/


/*------------------------------------------------------event------------------------------------------------*/

.tr-slider {
    width: 90%;
    margin: auto;
    padding: 80px 0px 70px;
    position: relative;
}

/* Card */
.tr-card {
    background: #fff;
    transition: 0.3s ease;
}

/* Content (IMPORTANT: transition yahan hona chahiye) */
.tr-content {
    transition: transform 0.3s ease;
}

/* Hover effect */
.tr-card:hover .tr-content {
    transform: translateY(-6px);
}

.tr-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.tr-content {
    width: 95%;
    padding: 20px;
    margin-top: -40px;
    z-index: 1;
    position: absolute;
    display: block;
    background-color: #fff;
    right: -1px;
    margin-bottom: 30px;
    box-shadow: -0.313vw 0.521vw 1.25vw rgba(0, 0, 0, 0.1);
}

    .tr-content h3 {
        font-size: 22px;
        color: #b7923f;
        line-height: 30px;
        font-weight: 400;
        font-family: "Jost", sans-serif;
        letter-spacing: 0;
    }

    .tr-content p {
    }

.tr-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.tr-prev,
.tr-next {
    pointer-events: all;
    background: #a8842c;
    color: #fff;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    transition: 0.3s;
}

    .tr-prev:hover,
    .tr-next:hover {
        background: #000;
    }

/*------------------------------------------------------end--------------------------------------------------*/

/*------------------------------------------------------book now---------------------------------------------*/

.book-hero {
    position: relative;
    padding: 150px 0px 0px;
    background: url('../images/about/book-bg.jpg') center/cover no-repeat;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: 1;
    margin: 0px 0px 80px;
    background-color: #fff;
}

    .book-hero:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.4;
        z-index: -1;
    }

.book-left {
    min-height: 500px;
    position: relative;
}


.book-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
}


.book-left-content {
    position: relative;
    z-index: 2;
    padding: 80px;
}

.small-text {
    letter-spacing: 2px;
    font-size: 12px;
    margin-bottom: 0px;
}

.book-left h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 500;
    margin: 10px 0;
    line-height: 55px;
    font-family: "Jost", sans-serif;
    letter-spacing: 0;
}

.desc {
    max-width: 400px;
    font-size: 14px;
}

.book-card {
    background: #f7f7f7;
    padding: 40px;
    max-width: 400px;
    margin-top: -80px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

    .book-card h3 {
        margin-bottom: 20px;
        font-weight: 400;
        font-size: 32px;
        color: #606161;
        font-family: "Jost", sans-serif;
        letter-spacing: 0;
    }

.book-item {
    margin-bottom: 12px;
}

    .book-item p {
        font-size: 14px;
        color: #666;
    }

.book-btn {
    background: #ad8b3a;
    color: #fff;
    border: none;
    padding: 12px;
    width: 100%;
    cursor: pointer;
    font-size: 18px;
    /* text-transform: uppercase; */
}

.book-bottom-bar {
    background: #0d2c6c;
    color: #fff;
    padding: 20px 0;
}

    .book-bottom-bar h4 {
        margin: 0;
    }

@media (max-width: 992px) {
    .book-card {
        margin-top: 20px;
    }

    .book-left-content {
        padding: 40px;
    }

    .book-left h1 {
        font-size: 32px;
    }
}
/*---------------------------------------------------------end------------------------------------------------*/
.footer__logo {
    width: 230px;
    height: auto;
    /* filter: brightness(0) invert(1); */
}

.footer-contact li a i {
    /* height: 40px; */
    /* width: 40px; */
    padding: 9px;
    /* border: 1px solid #fff; */
    border-radius: 50%;
    text-align: center;
    /* line-height: 40px; */
    /* background-color: #86b511; */
    font-size: 20px;
}


.footer__link i {
    font-size: 14px;
    color: #ffffff;
    transition: 0.3s;
}


.footer-link:hover i {
    transform: translateX(5px);
}

.border-widget ul li {
    border-bottom: 1px solid #ffffff6e;
}

.widget__title {
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

    .widget__title::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 50px;
        height: 2px;
        background: #ffffff;
    }




/* Social container */
.social-icons {
    display: flex;
    gap: 12px;
}

    .social-icons a {
        width: 42px;
        height: 42px;
        background: #ffffff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #86b511;
        text-decoration: none;
        /* box-shadow: 0 4px 15px rgba(0,0,0,0.1); */
        transition: 0.3s;
    }

    .social-icons i {
        font-size: 16px;
    }

    .social-icons a:nth-child(1):hover {
        background: #1877f2;
        color: #fff;
    }

    .social-icons a:nth-child(2):hover {
        background: #000;
        color: #fff;
    }

    .social-icons a:nth-child(3):hover {
        background: #e4405f;
        color: #fff;
    }

    .social-icons a:nth-child(4):hover {
        background: #0077b5;
        color: #fff;
    }


    .social-icons a:hover {
        transform: translateY(-3px);
    }


.rts__slide .next,
.rts__slide .prev {
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}

.rts__slide i {
    color: #fff;
    font-size: 18px;
}

.rts__slide .next:hover,
.rts__slide .prev:hover {
    background: #ad8b3a;
}


.events {
    position: relative;
    background-color: #e9f5ed;
}


.img-shine {
    position: relative;
    overflow: hidden;
}

    .img-shine:after {
        position: absolute;
        top: 0;
        left: -75%;
        /* z-index: 2; */
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
        -webkit-transform: skewX(-20deg);
        -ms-transform: skewX(-20deg);
        transform: skewX(-20deg);
    }

    .img-shine:hover:after {
        -webkit-animation: imgShine 1s;
        animation: imgShine 1s;
    }

@-webkit-keyframes imgShine {
    100% {
        left: 125%;
    }
}

@keyframes imgShine {
    100% {
        left: 125%;
    }
}

.offcanvase__logo a img {
    width: 100px;
    height: auto;
    filter: brightness(0) invert(1);
}




.whatsapp {
    display: inline-block;
    position: fixed;
    right: 20px;
    bottom: 110px;
    background: limegreen;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff !important;
    text-align: center;
    line-height: 61px;
    z-index: 99999999999;
    animation: ripple-out 1.5s ease-in-out infinite;
}

    .whatsapp i {
        font-size: 32px;
    }

@keyframes ripple-out {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    100% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}


@media (max-width: 767px) {
    .roomSwiper .swiper-button-prev {
        left: 8px;
    }

    .roomSwiper .swiper-button-next {
        right: 26px;
    }

    .about-section .about-content {
        padding: 40px 10px;
        height: 430px;
    }

    .about-section .about-title {
        font-size: 30px;
        line-height: 36px;
    }

    .book-hero {
        padding: 40px 0px 40px;
    }

    .book-left {
        min-height: 330px;
    }

    .copy-right {
        text-align: center;
    }

    .about-content .subtitle {
        font-size: 45px;
        margin-bottom: 10px;
    }

    .about-content .title {
        font-size: 30px;
    }

    .aboutus-section {
        padding-bottom: 19px;
    }
}
