
@font-face {
    font-family: 'MyCustomFont';
    src: url('Roustel.ttf') format('ttf'),
        url('Roustel.woff') format('woff');
    font-weight: normal;
}
.book_btn{
    bottom: 20px;
}

.book_btn button {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    height: 40px;
    width: 300px;
    border: none;
    border-radius: 5px;
    background-color: white;
    color: #5F7536;
    font-size: 20px;
    font-weight: 500;
    transition: .3s;
    cursor: pointer;
}

.book_btn button:hover {
    transform: scale(105%);
}

.book_btn img {
    height: 20px;
}

/* MAIN CONTAINER OF ALL HOME PAGE CONTENTS */
.bcmt_mct_mc {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px 100px;
}

/* HOME ABOUT SOLACE STYLES */

.sctc_htl {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    font-weight: 400;
    color: #5F7536;
    font-size: 50px;
    font-family: "Roustel", serif;
}

.sctc_htl img {
    height: 70px;
}

.sctc_ct_dctn {
    font-size: 20px;
    position: relative;
    max-height: 180px;
    overflow: hidden;
    transition: .3s;
    text-align: center;
    font-weight: 300;
}

.sctc_ct_dctn::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    pointer-events: none;
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0),
            #f3E9DC);
}

.sctc_ct_dctn.expanded {
    max-height: 1000px;
}

.sctc_ct_dctn.expanded::after {
    display: none;
}

.sctc_smb {
    cursor: pointer;
    transition: .3s;
    color: #8A5627;
    font-weight: 400;
    font-size: 15px;
    height: 30px;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #8A5627;
    border-radius: 5px;
    max-width: 300px;
}

.sctc_smb:hover {
    transform: scale(105%);
    background-color: #ffe58e;
    color: #5F7536;
}


/* ROOM ACCOMODATIONS STYLE */

.bcmt_ramc {
    margin-top: 80px;
    position: relative;
}

.ramc_ctmc {
    margin-top: 50px;
    display: flex;
    column-gap: 15px;
}

.mpc_htl {
    font-size: 50px;
    color: #5F7536;
    font-weight: 400;
    font-family: "Roustel", serif;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 10px;
    margin-top: 60px;
    line-height: 62px;
}

.mpc_htl img {
    height: 60px;
}

.ramc_asmc {
    display: flex;
    column-gap: 25px;
    overflow-x: auto;
    max-width: 100vw;
    scroll-behavior: smooth;
    padding: 5px 0 80px 5px;
    margin-top: 15px;
    justify-content: center;
    align-items: center;
}

.ramc_asmc::-webkit-scrollbar {
    display: none;
}

.ramc_sclb_mc {
    position: absolute;
    height: calc(100% - 30px);
    width: 35px;
    height: 35px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: white;
    border-radius: 50%;
    bottom: 32%;
    border: 1px solid rgb(201, 201, 201);
    transition: .3s;
    opacity: .6;
    z-index: 1;
    display: none;
}

.ramc_sclb_mc:hover {
    transform: scale(105%);
    opacity: 1;
}

.ramc_sclb_mc img {
    height: 20px;
    filter: brightness(30%);
}

#ramc_sclb_l {
    left: -40px;
}

#ramc_sclb_r {
    right: -40px;
}

.ramc_asc_mc {
    margin-top: 30px;
    max-width: 250px;
    border: 1px solid #000000;
    padding: 0 0 10px;
    transition: .3s;
    cursor: pointer;
}

.ramc_asc_mc:hover {
    background-color: #ffffff;
    transform: scale(102%);
}

.asc_ap img,video {
    width: 250px;
    height: 200px;
    object-fit: cover;
}

.asc_at {
    text-align: center;
    font-family: "Afacad", serif;
    font-size: 25px;
    font-weight: 600;
    margin-top: 10px;
    padding: 0 10px;
}

.asc_ad {
    margin-top: 10px;
    text-align: center;
    font-weight: 100;
    font-family: "Afacad", serif;
    padding: 0 10px;
    min-height: 155px;
}

.asc_fbts {
    display: flex;
    column-gap: 10px;
    padding: 0 10px;
    margin-top: 20px;
}

.asc_fbts button {
    flex: 1;
    height: 35px;
    cursor: pointer;
    font-weight: 400;
    transition: .3s;
}

.asc_fbt1 {
    color: #8A5627;
    border: 1px solid #8A5627;
    border-radius: 5px;
    background-color: transparent;
}

.asc_fbt1:hover {
    background-color: #ffe58e;
    color: #001B04;
    transform: scale(105%);
    opacity: .8;
}

.asc_fbt2 {
    color: white;
    background-color: #5F7536;
    border: none;
}

.asc_fbt2:hover {
    transform: scale(105%);
    opacity: .8;
}


/* RESTAURANT AND DINING STYLE */
.sec_cmc_l {
    display: flex;
    flex-direction: column; 
    align-items: center;    
    gap: 35px;              
    margin-top: 40px;
    width: 100%;
}


.srd_cmc_t {
    width: 100%;
    max-width: 800px;       
    display: flex;
    justify-content: center;
}


.srd_cmc_t img {
    width: 100%;
    height: auto;           
    max-height: 500px;      
    object-fit: contain;    
}


.srd_cmc_b {
    width: 100%;
    max-width: 750px;       
    display: flex;
    flex-direction: column;
    align-items: center;    
    gap: 30px;              
    text-align: center;
}


.srd_db {
    font-family: "Afacad", serif;
    font-size: 20px;
    line-height: 1.6;
    color: #333;
    margin: 0;
}


.srd_db span {
    font-size: 30px;
    color: #5F7536;       
    display: inline-block;
    margin: 5px 0;
}

.srd_abb {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0;             
}


.srd_abb button {
    height: 30px;
    width: 220px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #8a5627;
    color: #8a5627;
    border-radius: 5px;
    font-size: 15px;
    letter-spacing: 1px;
    transition: 0.3s ease;
}

.srd_abb button:hover {
    background-color: #ffe58e;
    color: #5F7536 !important;     
    transform: scale(105%);
    opacity: .8;
}


/* EVENTS AND CELEBRATION STYLES */

.sec_cmc {
    margin-top: 25px;
    display: flex;
    align-items: center;    
    column-gap: 35px;
}


.gallery_container {
    width: 100%;
    max-width: 500px; 
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    
}
.thumb_arrow img{
    height: 20px;
    filter: brightness(30%);
}


.gallery_spotlight {
    width: 100%;
    position: relative;
    padding-top: 56.25%; 
    overflow: hidden;
    background-color: #f0f0f0;
}

.gallery_spotlight img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.gallery_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none !important;
}

.gallery_overlay img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none !important;
}

.thumb_slider_wrapper {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    margin-top: 15px;
    gap: 10px;
}

.thumb_track {
    display: flex;                
    flex-direction: row;
    overflow-x: auto;             
    scroll-behavior: smooth;
    white-space: nowrap;
    width: 100%;
    padding: 10px;
    -ms-overflow-style: none;     
    scrollbar-width: none;
    gap:5px;
}

.thumb_track::-webkit-scrollbar {
    display: none;
}

.thumb_card {
    flex: 0 0 auto; 
    width: 85px;    
    height: 60px;   
    cursor: pointer;
    box-sizing: border-box;
    border: 3px solid transparent;
    overflow: hidden;
    transition: transform 0.2s ease, border-color 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}

.thumb_card img {
    width: 100%;
    height: 100%;
    object-fit: cover;            
}

.thumb_card:hover {
    transform: scale(102%);
}

.thumb_card.active {
    border: 1px solid #5F7536;   
    transform: scale(106%);
}


.thumb_arrow {
    position: absolute;
    width: 35px;
    height: 35px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: white;
    border-radius: 100%;
    bottom: 32%;
    border: 1px solid rgb(201, 201, 201);
    transition: .3s;
    opacity: .6;
    z-index: 1;
}

.thumb_arrow:hover {
    color: #ffffff;
}

.arrow_l {
    left: -10px;
}

.arrow_r {
    right: -10px;
}
.sec_rc {
    display: flex !important;
    flex-direction: column !important; 
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 70px; 
    width: 100% !important;
    max-width: 850px;
    margin: 0 auto;
}

.sec_rc_des {
    font-family: "Afacad", serif;
    font-size: 20px;
    line-height: 1.6;
    text-align:justify;
    color: #333;
    padding-top: 0 !important;
    width: 100% !important;
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    
}

.sec_rc_ab {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
    margin: 0 !important;
}

.sec_rc_ab button {
    height: 35px;
    cursor: pointer;
    transition: .3s;
     flex: 1; 
    font-size: 14px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
}

#sec_abb1 {
    color: #8A5627;
    border: 1px solid #8A5627;
    background-color: transparent;
}

#sec_abb1:hover {
    background-color: #ffe58e;
    color: #5F7536 !important;     
    transform: scale(105%);
    opacity: .8;
}

#sec_abb2 {
    color: white;
    background-color: #5F7536;
    border: none;
    width: 100%;
    align-items: center;
}

#sec_abb2:hover {
    transform: scale(105%);
    opacity: .8;
}





@media (max-width: 1024px) {
    .ramc_asmc {
        justify-content: flex-start;
    }

    .ramc_sclb_mc {
        display: flex !important;
    }
    .thumb_card {
        width: 140px;  
        height: 90px;
        gap: 15px;
    }
    .srd_cmc{
        flex-direction: column;
    }
    .sec_rc{
        gap: 35px;
    }

    
}
@media (max-width:900px) {

    .mpc_htl {
        font-size: 40px;
        line-height: 42px;
    }

    .mpc_htl img {
        height: 60px;
    }

    /* AVP */
    /* .avp_ovrly{
        top: 300px;
    }

    .avp_ovrly img{
        width: 95%;
    } */

    .sctc_htl {
        font-size: 40px;
    }

    .sctc_htl img {
        height: 50px;
    }

    /* accommodations */
    .bcmt_mct_mc {
        padding: 0 30px 100px;
    }

    #ramc_sclb_l {
        left: -10px;
    }

    #ramc_sclb_r {
        right: -10px;
    }
    

    /* events and celeb */
    .sec_cmc {
        flex-direction: column;
    }

    .sec_lc img {
        width: 100%;
    }

    .sec_rc_des {
        text-align: center;
        margin-top: 15px;
    }

    .sec_rc_ab {
        margin-top: 25px;
        justify-content: center;
    }

    .sec_rc_ab button {
        max-width: 250px;
    }
}

@media (max-width: 768px) {
    .sec_rc {
        flex-direction: row; 
        justify-content: space-between;
        align-items: center;
        margin-top: 10px;
    }
    .sec_rc_des {
        flex: 2;
    }
    .sec_rc_ab {
        flex: 1;
        width: auto;
    }
    .thumb_card{
        width: 80px;
        height: 50px;
    }
    .srd_cmc {
        align-items: center;
        column-gap: 50px;
    }
    
    .book_btn {
        bottom: 20px;
    }

    .book_btn button {
        height: 35px;
        width: 200px;
        font-size: 18px;
    }
    .srd_db {
        font-size: 18px;
    }
    .srd_db span {
        font-size: 25px;
    }
    .sec_cmc_l {
        gap: 25px;
    }
    

}

@media (max-width: 600px) {
    .gallery_container {
        padding: 10px;
        gap: 15px;
    }

    .thumb_card {
        width: 90px;  
        height: 55px;
    }

    .sec_rc{
        margin-top: 0;
        gap: 30px;
    }
}