* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    font-family: "Poppins", sans-serif;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

.f-2 {
    font-family: "Architects Daughter", cursive;
}

.f-3 {
    font-family: "Kaushan Script", cursive;
}

.f-w {
    color: #FFF !important;
}

.f-s {
    color: #ec9937;
}

.f-p {
    color: #4DA528;
}


.text-gradient {
    color: #007300;
    background-image: linear-gradient(45deg, #007300 9%, #4EA628, #adcb55 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

:root {
    --f-2: "Playfair Display", serif;
    --pri-color: #1a7431;

    --lo-icon: #4DA528;
    --scl-icon: #ffb800;
    --scl-link: #ced4da;
    --pri-text: #081E2A;
    --nav-link: #212529;
    --active-link: #ffb800;
    --pri-btn-bg: #ffb800;
    --pri-btn-text: #212529;
    --sec-btn-bg: #343a40;
    --sec-btn-text: #FFF;

    --pri-title: #ec9937;

    --link-head-clr: #ec9937;
    --section-bg: #e9ecef;


    --footer-header: #ffb800;

    --main-title: #570c0c;
    --sub-title: #7d1010;
    --top-header: #570c0c;
    --footer: #340c0c;
}

.sub-title {
    color: var(--sub-title);
    font-weight: 600;
    text-transform: uppercase;
}

.sub-title.sec {
    color: var(--pri-title);
}

.title {
    font-weight: 600;
    color: var(--pri-text);
}

/* breadcrump */
.breadcrump {
    position: relative;
    top: 0;
    min-height: 350px;
    background-image: url(../asset/rooms-with-attached-bathroom-for-family.jpg);
    background-position: 100% 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    overflow: hidden;
}

.breadcrump h2 {
    text-transform: capitalize;
}

.breadcrump-inner>.row {
    height: 100%;
    user-select: none;
}

.breadcrump-overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.breadcrump-inner {
    /* display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; */
    height: 100%;
    text-align: center;
    color: white;
}




.breadcrump-inner {
    position: relative;
    z-index: 15;
}




.bd-nav-inner {
    transform: skew(22deg);
}

.bd-nav-list li {
    margin: 0 10px;
    color: #FFf;
}

.bd-nav-list li a {
    color: #FFF;
    font-size: 14px;
}


.bd-nav-list li .active {
    color: var(--active-link);
    white-space: nowrap;
}

@media screen and (max-width:999px) {
    .breadcrump::before {
        width: 100%;
    }

    .breadcrump .ptr-1 {
        width: 100%;
    }

}

/* button */
.butn {
    display: inline-flex;
    align-items: center;
    padding: 0.563rem 1rem;
    color: var(--pri-btn-text);
    border-radius: 100px;
    white-space: nowrap;
    transition: all 0.5s ease;
}

.butn:hover {
    transform: scale(0.9);
}

.serv_btn {
    gap: 0.5rem;
}

@media screen and (max-width:300px) {
    .serv_btn {
        flex-wrap: wrap;
    }
}

.butn>i {
    margin-left: 0.375rem;
}

.btn_1 {
    background-color: var(--pri-btn-bg);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.03px;
}

.btn_2 {
    background-color: #006641;
    color: #FFF;
}

.btn_otl {
    background: transparent;
    border: 1px solid #3c0b0b;
    color: #3c0b0b;
}

.btn_otl:hover {
    background-color: #3c0b0b;
    color: #FFF;
}

/* TOP HEADER ------------------------------------------------*/
.top-header {
    background-color: var(--top-header);
}

.top_header-wrapper {
    display: flex;
    align-items: center;
}

.top_header-social .tp_scl a {
    color: #FFF;
    font-size: 1.188rem;
    margin: 0 0.75rem;
}

.top_header-social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
}


.top-header_adrs {
    display: flex;
    flex-wrap: wrap;
    /* flex-grow: 1; */
    align-items: center;
    justify-content: end;
}

.top-header_adrs .tp_adrs a {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1rem;
    color: #FFF;
}

.top-header_adrs .tp_adrs a i {
    margin: 0 0.375rem;
    color: var(--scl-icon);
}

.top-header .tp_icon {
    margin-right: 0.375rem;
}


/* top header Responsive */

/* TOP HEADER END ------------------------------------------------*/


/* NAVBAR -----------------------------------------------------------*/
.navbar {
    transition: all 0.5s ease;
    background-color: #FFF;
}

.navbar .nav-item .nav-link {
    position: relative;
    color: var(--nav-link);
    margin: 0 0.75rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    white-space: nowrap;
}

/* .navbar-collapse{
    juc
} */

@media screen and (max-width:1400px) {
    .navbar .nav-item .nav-link {
        margin: 0 0.313rem;

    }

}

.navbar-brand {
    padding: 0;
}



.navbar .nav-link.active {
    color: var(--active-link);
}

.navbar .nav-item:nth-last-child(1) .tp_adrs a {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1rem;
    background-color: var(--pri-btn-bg);
    color: #FFF;
    text-transform: uppercase;
}

.navbar-toggler {
    outline: none;
    border: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}


/* navbar responsive */
@media(min-width:999px) {
    .navbar .nav-item .nav-link.active::before {
        opacity: 1;
    }

}

@media screen and (max-width:1200px) {
    .navbar-brand img {
        width: 170px;
    }
}

@media screen and (max-width:400px) {

    .navbar-brand {
        flex-basis: 50%;
    }

    .navbar-brand img {
        width: 100%;
    }
}

.navbar.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #FFF;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

/* NAVBAR END -----------------------------------------------------------*/

.wch.about {
    position: relative;

}

.hbt_ptr {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    object-fit: contain;
    object-position: center center;
    z-index: -1;
    filter: opacity(0.1);
}

.outer-wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-row: 1;
    position: relative;
}

.wch .outer-wrapper::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background-image: url(../images/bnr-2.jpg);
    height: 100%;
    width: 60%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


.wch .inner-left {
    grid-column: 2 /span 6;
    grid-row: 1;
    z-index: 2;
    height: 80%;
    margin-top: 10%;

}

.wch .outer-wrapper.sec .inner-left {
    grid-column: 2 /span 5;
    grid-row: 1;
    z-index: 2;
    height: 80%;
    margin-top: 10%;
}

.wch .inner-left-body {
    position: relative;
    padding: 40px;
    background-color: #FFFF;
    /* height: 100% !important; */
    -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.07);
    z-index: 3;
}

.inner-body {
    background-color: blue;
}

.wch .inner-right {
    grid-column: 6 /span 12;
    grid-row: 1;
    z-index: 1;
}

.wch .inner-right img {
    height: 600px;
    object-fit: cover;
}

@media screen and (max-width:999px) {

    .wch .inner-left {

        margin-top: 0;

    }

    .outer-wrapper {
        display: flex;
        flex-direction: column;
        row-gap: 16px;
    }

    .wch .outer-wrapper::before {

        width: 100%;

    }

    .wch .inner-right {
        margin: 0 auto;
        width: 95%;
    }

    .wch .outer-wrapper.sec {
        flex-direction: column-reverse;
    }

    .wch .outer-wrapper.sec .inner-left {

        margin-top: -160px;
    }

    .abt .inner-left.sec {
        margin: 0 auto;
        width: 95%;
    }


    .wch .inner-left-body {
        position: relative;
        padding: 10px;
        background-color: none;

        box-shadow: none;
        z-index: 3;
    }

}


@media (max-width:500px) {
    .wch .inner-right img {
        height: 100%;
    }

    .abt .inner-left.sec img {
        height: 100% !important;
    }

    .abt .inner-right.sec .inner-left-body {
        margin-top: -10px !important;
        padding: 25px !important;

    }


    .wch .outer-wrapper.sec .inner-left {
        margin-top: -10px;
    }

    /* .wch .inner-left-body {
        padding: 25px !important;

    } */


}

@media (max-width:850px) {
    .abt-pg.wch .outer-wrapper.sec .inner-left {
        margin-top: 0 !important;
    }
}



/* SERVICES */
.sc-2.services {
    position: relative;
    background-color: var(--sec-bg);
}

.sc-2.services .ptr_2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: brightness(0) saturate(100%) invert(48%) sepia(10%) saturate(427%) hue-rotate(167deg) brightness(90%) contrast(82%) opacity(25%);
}

.sc_2-box {
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.5s ease;
}


.sc_2-box:hover .sc2_thumbnail>img {
    transform: scale(1.1);
}

.sc_2-box:hover .ser_ti>a {
    /* background-color: var(--pri-color); */
    color: var(--pri-color);
}

.sc2_thumbnail img {
    transition: all 0.5s ease;

}

.ser_header {
    position: relative;
    z-index: 3;
}

.ser_ti {
    text-align: center;
    font-weight: 600;
}

.ti_bt {
    display: flex;
    justify-content: space-between;
}

.ti_bt .rating {
    font-size: 14px;
    color: var(--pri-text);
    font-weight: 300;
}

.ti_bt .rating i {
    color: #FBAD17;
}

.ti_bt .location>span {
    font-size: 15px;
    color: var(--pri-text);
}

.ti_bt .location span>i {
    color: var(--lo-icon);
}

.icon_box {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.icon_box>.icon i {
    color: var(--lo-icon);
    margin-left: 0.375rem;

}

.icon_box>.icon>.txt {
    color: var(--pri-text);
    font-size: 0.938rem;
}

.ser_ti>a {
    font-size: 1.25rem;
    color: #081E2A;
    /* border-radius: 100px;
    padding: 0.563rem 0.75rem;
    background-color: #FFF; */
    /* width: 90%; */
    margin: 0 auto;
    margin-top: -50px;
    text-align: center;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    transition: all 0.5s ease;
    width: 100%;
}

.ser_body .body_inner {
    position: relative;
    z-index: 5;
}


.ser_body {
    position: relative;
    padding: 30px 20px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin-top: -30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 2;
}

.ser_body.sec {
    background-color: #FFF;
}

.ser_body .ser_desc {
    font-weight: 300;
}

.sc_2-box {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.sc_2-box.sec .ser_body.sec .desc_{
text-align: justify;
}

.item .sc_2-box .ser_body::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.408);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.304);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(4px);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    z-index: 1;
}

.serv_btn {
    display: flex;
    justify-content: center;
    border-top: 1px solid #dbdbdb;
}

.serv_btn>div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 10px;
}

.serv_btn>div>a {
    margin: 0 5px;
}


.serv_btn.sec {
    border: none;
}

.sc2_thumbnail {
    position: relative;
}

.tb_badge {
    position: absolute;
    top: 16px;
    left: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #FFFFFF;
    background-color: var(--pri-color);
    padding: 4px 17px;
    border-radius: 4px;
}



/* houseboats */

.sc_2.services.sec {
    position: relative;
}

.sc_2.services.sec .bg {
    position: absolute;
    height: 50%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-image: url(../asset/mgm-rooms-kalavoor.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

}

.sc_2.services.sec::before {
    position: absolute;
    content: '';
    height: 50%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #00000072;
    z-index: 2;
}

.sc_2.services>.wrapper {
    position: relative;
    z-index: 2;
}


.hb_cont {
    border-top: 1px solid #dbdbdb;
}

/* houseboat tarif */
.tariff .table {
    max-width: 98%;
    margin: 0 auto;
    border-radius: 20px;
    border: 2px solid #f3f3f3;
}

th,
td {
    border: 1px solid #f3f3f3;
    /* Inner border color */
    padding: 8px;
}



.table td {
    color: var(--lo-icon);
    font-weight: 500;
}



/* why chooes Us */

.sc_3.why_choose {
    position: relative;
    background-image: url(../asset/kreupasanam-marian-shrine.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}



.sc_3.why_choose>.wrapper {
    position: relative;
    z-index: 2;
}

.sc_3.why_choose::before {
    position: absolute;
    content: '';
    background-color: #00000060;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.sc_3.why_choose.sec::before {
    display: none;
}

.wch-box {
    position: relative;
    background-image: linear-gradient(to right top, #570c0c, #500c0c, #490c0c, #430b0c, #3c0b0b);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    border-radius: 10px;
    height: 100%;
}

.wch-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    padding: 16px;
    border-radius: 50%;
    margin-top: -75px;
    margin-bottom: 20px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.wch-text {
    color: #FFF;
}

.wch-title {
    margin-bottom: 14px;
}

.wch-text p {
    color: #FFF;
    font-weight: 300;
}

.wch-icon img {
    height: 50px;
    width: 50px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(10%) sepia(31%) saturate(5384%) hue-rotate(345deg) brightness(93%) contrast(101%);
}


/* footer */

footer {
    position: relative;
    background-color: var(--footer);
    margin-top: -6px;
}

.footer-logo-wrapper {
    padding: 12px 0;
    background-color: #441313;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../assets/ptrn-2.png);
    background-position: center center;
    background-size: cover;
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(1643%) hue-rotate(349deg) brightness(119%) contrast(88%) opacity(0.7);
    z-index: 1;
}

.footer-title {
    color: var(--footer-header);
    font-weight: 500;
    padding-bottom: 5px;

    position: relative;
    width: fit-content;
}

.footer>.wrapper {
    position: relative;
    z-index: 2;
}

.underline {
    position: relative;
    height: 2px;
    width: 60px;
}

.underline .ud {
    position: absolute;
    height: 1px;
    width: 12px;

}



.links li {
    position: relative;
    margin: 8px 0;


}

.links li::before {
    content: '>';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    color: #FFF;
    opacity: 0.7;
    transition: all 0.3s linear;
}

.links>li>a {
    color: #FFF;
    /* opacity: 0.7; */
    transition: all 0.3s linear;

}

.links li a:hover {
    color: var(--active-link);
    opacity: 1;
}

.links li:hover::before {
    color: var(--pri-color);
    opacity: 1;
}

.footer-bottom {
    border-top: 1px solid var(--gray);
}

.footer-bottom>.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width:999px) {
    .footer-bottom>.container {
        flex-direction: column;
    }
}

.footer-bottom span {
    color: #b7bbbb87;
    font-size: 14px;
}

.footer-bottom span a {
    color: var(--pri-color);
    filter: opacity(0.6);
}

.footer-widget .adrs {
    display: flex;
    gap: 16px;

}

.footer-widget .links {
    margin-top: 24px;
}

.footer-widget .adrs i {
    color: var(--scl-icon);
}

.footer-widget .adrs-text {
    color: #FFF;
}

.footer-widget .adrs-text>a {
    color: #FFF;
}

.footer-widget p {
    color: var(--pri-title);
    font-size: 13px;
    opacity: 0.5;
}

.footer-socials {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

}

.footer-socials .icon {
    margin: 0 4px;
}

.footer-socials .icon a {
    color: #11275d;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: #FFF;
}



.footer-socials .icon:hover a {
    color: var(--sec-color);

}

.footer-socials .icon:hover {
    border: 2px solid var(--sec-color);
}


/* ---------------------- */
/* footer */

footer .logo {
    margin-bottom: 20px;
}

footer .links a {
    color: var(--sub-head-color);
}

footer .links {
    text-align: center;
    margin-bottom: 1rem;
    line-height: 40px;
}

footer .h3 {
    position: relative;
    margin-bottom: 2rem;
}

footer .h3::after {
    content: '';
    width: 6rem;
    height: 1px;
    background-color: var(--sub-head-color);
    position: absolute;
    bottom: -.5rem;
    left: 0;
    display: block;
}

footer .links a {
    padding: .5rem 1rem;
    color: #FFFF;

}

.social-icons-btn {
    display: flex;
}

.privacy__links,
.ftr-copyright {
    color: #9c6868;
}

.privacy__links a {
    color: #bd9b9b;
}

.privacy__links a:hover {
    color: #FFFF;
}

/* TESTIMONIAL */
.testimonial {
    position: relative;
    background-color: #f8f9fa;

}

.testimonial .wrapper {
    position: relative;
    z-index: 5;
}

.testi-content {
    background-color: #fff;
    height: 100%;
    min-height: 200px;
    padding: 60px 30px 20px 30px;
}

.testimonial>.container {
    position: relative;
    z-index: 2;
}

.testimonial-carousel {

    max-height: none !important;
    display: flex !important;
    height: 100% !important;
}

.testimonial .owl-carousel .owl-stage-outer {
    height: max-content !important;

    max-height: none !important;
    height: 100% !important;
}

.testimonial .item {
    height: max-content;
}

.testimonial .owl-item {
    padding: 40px 0;
}

.testimonial .testi-content {
    position: relative;
    margin: 16px;
    margin-top: 0 !important;
    -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.07);
    height: fit-content;
}

.testimonial .testi-content .quote {
    position: absolute;
    z-index: 20;
    height: 90px;
    width: 90px;
    top: -50px;
    right: 0;
}

.athr-text {
    font-style: italic;
    color: rgb(113, 113, 113);
}

.athr {
    display: flex;
    align-items: center;
    gap: 16px;
}

.place {
    color: rgb(113, 113, 113);
    font-size: 14px;
    margin-left: 10px;
}

.athr .athr-img {
    height: 50px;
    width: 50px;
}

.testimonial .rating i {
    font-size: 19px;
    color: #FBAD17;
}


@media(max-width:999px) {
    .testimonial .testi-content {

        margin: 0;

    }

    .testimonial-carousel {
        padding: 0;

    }
}

/* STICKY SOCIAL ICON */

.sticky-social {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 12px;
    top: 50%;
    right: 0;
    z-index: 999;
    margin-right: 12px;
}



.pulse i {
    position: relative;
    z-index: 20;
    top: 16px;
    font-size: 30px;
}

.pulse {

    cursor: pointer;
    display: block;
    width: 60px !important;
    color: white;
    border-radius: 50px;
    text-align: center;
    transition: all 0.3s ease;

}


.pulse.btn-fb {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    bottom: 120px;
    right: 40px;
    color: #FFF;
    background-color: #4267B2;
}


.pulse.btn-inst {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    bottom: 190px;
    right: 40px;
    color: #FFF;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.pulse.btn-inst i {
    top: 0;
}

.pulse.btn-fb i {
    top: 0;
}

.pulse.btn-fb a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pulse.pulse.btn-whats:hover {
    background-color: rgba(0, 150, 0, 1);
    color: white;
}

.my-float {
    margin-top: 15px;
}

@keyframes pulse-btn {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 200, 0, 1);
    }

    70% {
        box-shadow: 0 0 0 20px rgba(0, 200, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 200, 0, 0);
    }
}


@-webkit-keyframes pulse-btn {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 1);
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(0, 200, 0, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 0);
    }
}

.pulse a {
    color: #fff;
}

#close {
    text-align: center;
    font-size: 20px;
    height: 3.125rem;
    width: 3.125rem;
    border-radius: 50%;
    background-color: #FFF;
    outline: none;
    border: none;
    transition: opacity 0.3s ease;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}


.i_open.show {
    opacity: 1;
}

.i_open.hide {
    opacity: 0;
}

.pulse.hide {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}

/* GALLERY  */
:root {
    --card_width: 350px;
    --row_increment: 10px;
    --card_border_radius: 16px;
    --card_small: 26;
    --card_med: 33;
    --card_large: 45;
}

.gallery {
    display: block;
    position: relative;
}

.pin_container {
    margin: 0;
    padding: 0;
    width: 95vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--card_width));
    grid-auto-rows: var(--row_increment);
    justify-content: center;
}

.pin_container>.card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    background-color: #00000092;
    z-index: 1;
    transition: all 0.3s linear;
}

.pin_container>.card:hover .overlay {
    height: 100%;
}

.pin_container>.card .cd_text {
    position: absolute;
    text-align: center;
    z-index: 2;
    height: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--pri-link);
    opacity: 0;
    transition: all 0.3s linear;
}

.pin_container>.card .cd_text>.text {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.pin_container .card:hover .cd_text {
    height: 100% !important;
    opacity: 1;
}

.card {
    position: relative;
    padding: 0;
    /* margin: 15px 10px; */
    border-radius: var(--card_border_radius);
    border: none !important;
    overflow: hidden;
    border-radius: 15px;
}

.pin_container .card:hover img {
    transform: scale(1.1);
}

.card img {
    object-fit: cover;
    transition: transform 0.3s ease-out;
}

.card_small {
    grid-row-end: span var(--card_small);
}

.card_medium {
    grid-row-end: span var(--card_med);
}

.card_large {
    grid-row-end: span var(--card_large);
}

/* contact page */

.contact-body-inner {
    position: relative;
    height: 100%;
    background: #570C0C;
    padding: 40px 30px 20px 30px;

    color: #FFF;
    transition: all 0.3s linear;

}

.cnt-head-desc {
    font-weight: 300;
}

.desc_{
    font-size: 15px;
}

.cnt {
    display: flex;
    align-items: center;

}

.cnt-text {
    padding: 10px;
    color: #FFF;
}

.cnt-text a {
    color: #FFF;
}

.cnt-icon {
    padding: 10px;
    margin-right: 10px;

    color: #FBAD17;
}

.cnt-header {
    border-bottom: 1px solid #ffffff31;
}

.cnt-text {
    font-weight: 500;
    border-radius: 10px;
}

@media (max-width:999px) {
    .contact-body-inner {

        padding: 40px 20px 20px 20px;


    }
}

.cnt-text:hover {
    background-color: rgba(255, 255, 255, 0.153);
    color: var(--sec-color);
}


/* why choose us page */
.sec_wch-box {
    display: flex;
    height: 100%;
}

.sec_wch-box:hover .sec_wch_thumbnail .thumb_img {
    transform: scale(1.1);
}

.sec_wch-box:hover .sec_wch_content {
    transform: scale(1.05);
}

.sec_wch_thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 240px;
    border-radius: 20px;
    overflow: hidden;
}

.sec_wch_content {
    background-color: #f8f9fa;
    padding: 20px;
    height: 100%;
    border-radius: 20px;
    height: 100%;
    border: 1px solid #00664133;
    transition: all 0.3s linear;
}

.sec_wch_content .cnt_tit {
    display: inline-block;
    font-size: 25px;
    font-weight: 600;
    color: #007300;
    font-family: "Kaushan Script", cursive;
    ;
}

.sec_wch_thumbnail .ovly {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #006641bc;
    left: 0;
    top: 0;
    z-index: 1;
}


.sec_wch_thumbnail .thumb_img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
    transition: all 0.5s linear;
}

.sec_wch-box .th_icon {
    position: relative;
    height: 90px;
    width: 90px;
    padding: 16px;
    background-color: #1a7431;
    border-radius: 50%;
    z-index: 2;
}

.sec_wch-box .th_icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7461%) hue-rotate(202deg) brightness(97%) contrast(99%);
}

.abt-image {
    display: flex;
    justify-content: center;

}

.abt-image .img_innner {
    max-width: 70%;
    border-radius: 20px;
    overflow: hidden;
}

@media screen and (max-width:600px) {
    .abt-image .img_innner {
        max-width: 80%;

    }
}

@media screen and (max-width:400px) {
    .abt-image .img_innner {
        max-width: 90%;

    }
}

/* TARIFF PAGE */
.tarif_table {
    width: 100%;
    caption-side: bottom;
    border-collapse: collapse;

}




.tarif_table td {
    color: #1a7431;
    background-color: #f8f9fa;
    white-space: nowrap;
}

.tarif_table th {
    background-color: #ced4da;
}

.tarif_table .t-tit {
    font-weight: 500;
    color: var(--pri-title);
}


/* food menu page */
button.filter-button {
    border: 0;
    background: transparent;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
    border-radius: 20px;
}

button.filter-button.active,
button.filter-button:hover {
    color: #FFF;
    background: var(--pri-btn-bg);
}

.cd_box {
    position: relative;
}

.cd_box:hover .cd_box-thumbnail .img {
    transition: all 0.5s linear;
}

.cd_box:hover .cd_box-thumbnail .img {
    transform: scale(1.1);
}

.cd_box-thumbnail {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.cd_box-thumbnail>.bg {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000000aa;
    top: 0;
    left: 0;

}

.tb_content {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    z-index: 2;
    max-width: 70%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #FFF;
}

.tb_content>span {
    color: var(--pri-title);
    font-size: 24px;
    font-weight: 600;
}


/* food menu single page */
.isotope-container .item img,
.isotope-container .item {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    transition: all 0.5s linear;
}

.isotope-container .item img {
    width: 100%;
    height: 100%;
}


.isotope-container .item:hover img {
    transform: scale(1.1);
}

.it_cont {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3px;
    width: 90%;
    background-image: linear-gradient(109.6deg, rgba(61, 131, 97, 1) 11.2%, #1c6657 91.1%);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    max-width: 90%;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.it_cont .is_subtitle {
    color: var(--pri-title) !important;
    font-family: "Kaushan Script", cursive;
    font-weight: 300;
}

.it_cont .is_title a {
    color: #FFF;
    font-size: 1.25rem;
    font-weight: 600;
}

.box_img {
    position: relative;
    z-index: 1;
}

.box_img .box_img_wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-row: 1;
}

.box_img .box_img_wrapper .img1,
.box_img .box_img_wrapper .img2 {
    border-radius: 20px;
    overflow: hidden;
}

.box_img .box_img_wrapper .img1 {
    grid-column: 1 /span 6;
    grid-row: 1;
}

.box_img .box_img_wrapper .img2 {
    margin-top: 50px;
    grid-column: 7 / span 11;
    grid-row: 1;
    margin-left: 8px;
}

.box_img .box_text {
    position: absolute;
    top: 80%;
    left: 10%;
    background-image: linear-gradient(109.6deg, rgba(61, 131, 97, 1) 11.2%, #1c6657 91.1%);
    color: #FFF;
    padding: 0.563rem 1rem;
    border-radius: 10px;
}

.box_img .box_text .price {
    color: #f6f108;
    font-weight: 600;
    font-size: 1.5rem;
}

@media screen and (max-width:600px) {
    .box_img .box_text .price {

        font-size: 1.25rem;
    }
}

.isotope.sec .box {
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
}


.galry_img {
    position: relative;
    width: 100%;
    max-width: 600px;
    /* adjust as needed */
    aspect-ratio: 4 / 3;
    /* helps define height */
    overflow: hidden;
}

.galry_img-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.galry_img-inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
}

.galry_img-inner .img_2 {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 2;
}

.galry_img-inner:hover .img_2 {
    opacity: 1;
}

@media screen and (max-width:600px) {
    .box_img .box_text {

        bottom: 0;
        left: 10px;

    }

    .isotope.sec .box {
        background-color: transparent;
        padding: 0;
    }
}


.hbt_glry {
    position: relative;
    background-color: #006641;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.hbt_glry::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000000b1;

}

.hbt_glry>.wrapper {
    position: relative;
    z-index: 2;
}

.hbt_glry .hbt_img {
    border-radius: 14px;
}



.fd_container {
    display: flex;
    background-color: #FFF;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}

.fd_container .fd_bg-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 1;
    opacity: 0.2;
}

.fd_container .fd_inner {
    position: relative;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    /* align-items: center; */
    z-index: 2;
    height: 100%;
}

.fd_container .fd_inner .fd_title {
    background-image: linear-gradient(109.6deg, rgba(61, 131, 97, 1) 11.2%, #1c6657 91.1%);
    padding: 0.563rem 1rem;
    color: #FFF;
    border-radius: 16px;
    text-align: center;
}

.fd_container .fd_inner .fd_list li {
    font-weight: 500;
    padding: .25rem 0;
}

.menu_container {
    background-color: #f8f9fa;
    border-radius: 12px;
}



.pl-link {
    font-size: clamp(20px, 2vw, 24px);

    font-weight: 500;
    padding: 10px 19px;
    background-color: #006641;
    color: #FFFF;
    border-radius: 14px;
}


/* booking form */
.booking-section {
    background: #f0f4f8;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

/* Card styling */
.booking-form {
    transition: all 0.3s ease-in-out;
}

/* Floating label fix for select */
.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}


.form-control {
    padding: 10px;
}

.form-floating label {
    margin-left: 12px;
}

.form-control:focus,
.form-select:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.15rem rgba(0, 123, 255, 0.25);
}


.btn-submit {
    background-image: linear-gradient(to right top, #570c0c, #540e0e, #521011, #4f1212, #4c1414);
    color: #FFF;
    border-radius: 100px;
}

.btn-submit:hover {
    background-color: #083335;
    color: #FFF;
}




.booking-form h3 {
    font-size: 1.5rem;
    color: #222;
}

.mission-vision .desc{
    text-align: justify;
}

.mission-vision ul > li{
    font-weight: 300;
}



.custom-details {
  background-color: #927e7f52;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px 15px;
  margin: 5px 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.custom-details[open] {
  background-color: #eef6ff;
  border-color: #b3d4fc;
}

.custom-details[open] summary{
    color: #000;
}

.custom-details p{
  margin-top: 20px;
}

.custom-details summary {
  /* font-weight: 00; */
  cursor: pointer;
  color: #000000;
  outline: none;
  list-style: none;
  position: relative;
  padding-left: 20px;
}

.custom-details summary::before {
  content: '▶';
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(0deg);
  transition: transform 0.2s ease-in-out;
}

.custom-details[open] summary::before {
  transform: rotate(90deg);
}