/* GENERAL  */
:root{
    --lightColor : #EDE1D2;
    --brownColor : #412F26;
    --brown-HoverColor: #6E594F;
    --whiteColor : #FFFFFF;
    --blackColor : #222323;
    --whiteBorderColor : #ffffffb8;
    --greyBorderColor : #c1c1c14a;
    --greenColor : #546858;
}
@media only screen and (max-width : 576px){
    html,body{
        overflow-x: hidden !important;
    }
    .my-container {
        margin: 0 1.5rem;
    }
}
/* HEADER  */
@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    html{
        overflow-x: hidden !important;
    }
    .my-container{
        margin: 0 2rem;
    }
    .book-widget{
        display: none;
    }
    .page-header1 .line2 ul a {
        color: var(--whiteColor);
        /*font-size: 1.7vw;*/
    }
    .page-header2.is-sticky .line ul{
        display: none;
    }
    .page-header2.is-sticky .line .burger-button{
        display: inline-flex;
        font-size: 1.5rem;
    }
    .offcanvas-mobile .menu-logo{
        height: 100px;
    }
    .offcanvas-mobile nav ul li a{
        font-size: 4vw !important;
    }
    .offcanvas-mobile .offcanvas-body{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .offcanvas-mobile nav ul{
        width: 45vw;
        margin-bottom: 10rem !important;
    }
    .offcanvas-mobile nav ul li {
        text-align: center;
        width: 100%;
    }
    .offcanvas-mobile .socials{
        justify-content: space-evenly !important;
    }
    .mySwiperHomeRoom .room-img {
        height: 60vh;
    }
    .mySwiperHomeWedding .swiper-slide img{
        height: 50vh;
    }
    #home-about2 img{
        height: 55vh;
    }
    #home-about .cover{
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    #attraction-list{
        padding-top: 5rem;
    }
    #attraction-list .item{
        padding-top: 0;
    }
    #attraction-list img{
        height: 50vh;
    }
    footer .site-map a{
        font-size: 1.3vw;
    }
    .logo-footer{
        height: 6vh;
    }
}

@media only screen and (max-width : 576px){
    header .line1 div:nth-child(1),
    header .line1 div:nth-child(2){
        display: none;
    }
    header .line2{
        display: none;
    }
    .page-header1 .line1{
        padding: 60px 0;
        border-bottom: 0;
    }
    .page-header2.is-sticky .line{
        justify-content: center;
    }
    .page-header2.is-sticky .line ul{
        display: none;
    }
    .page-header2.is-sticky .line .logo-header-sticky{
        height: 6vh;
        margin-right: 0;
    }
}


/* Menu Mobile  */
#menu-mobile{
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 1;
    /* background: var(--blackColor); */
    z-index: 2;
    margin: 0 10px;
}
#menu-mobile .list-menu ul{
    display: flex;
    justify-content: space-between;
    padding: 25px 25px;
    margin: 0;
    background: var(--blackColor);
    border-radius: 10px;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#menu-mobile .list-menu ul a{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#menu-mobile .list-menu ul a,
#menu-mobile .list-menu ul a p{
    color: var(--whiteColor);
}
#menu-mobile .list-menu ul a i{
    font-size: 1.2rem;
}
#menu-mobile .list-menu ul a p{
    margin-bottom: 0;
    margin-top: 5px;
    font-size: .6rem;
}
#menu-mobile .list-menu ul a.menu-icon i{
    font-size: 1.8rem;
}
#menu-mobile .book-mobile{
    background-color: var(--brown-HoverColor);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    color: var(--whiteColor);
    padding: 10px 25px;
    margin-bottom: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#menu-mobile .book-mobile p{
    margin-bottom: 0;
    color: var(--whiteColor);
}
#menu-mobile .book-mobile i{
    font-size: 1.2rem;
}
/* OFFCANVAS  */
.offcanvas-mobile{
    position: relative;
    background-color: var(--greenColor) !important;
    height: 100dvh;
    width: 100% !important;
    background-position: 25% 75% !important;
    background-size: cover !important;
}
.offcanvas-mobile .offcanvas-header{
    padding: 20px;
}
.offcanvas-mobile .offcanvas-body{
    padding: 25px;
    /* padding-top: 70px; */
}
.offcanvas-mobile .btn-close{
    background: unset;
    font-size: 2.5rem;
    color: var(--whiteColor);
    opacity: unset;
    width: unset;
    height: unset;
}
.offcanvas-mobile .menu-logo{
    height: 50px;
}
.offcanvas-mobile nav ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}
.offcanvas-mobile nav ul li a{
    color: var(--whiteColor);
    font-size: 6vw;
}
.offcanvas-mobile nav ul li{
    border-bottom: 1px solid var(--whiteBorderColor);
    padding: 10px 0;
    padding-top: 15px;
}
.offcanvas-mobile nav ul li:last-child{
    border-bottom: 0;
}
.offcanvas-mobile .socials{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* width: 100%; */
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    padding: 25px;
}
.offcanvas-mobile .socials a{
    color: var(--whiteColor);
    font-size: 2rem;
    border: 1px solid var(--whiteColor);
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* HOMEPAGE  */
@media only screen and (max-width : 576px){
    #home-about .cover{
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    .mySwiperHomeRoom .room-img {
        height: 30vh;
    }
    .mySwiperHomeRoom .excerpt{
        display: none;
    }
    .navigation-rooms{
        width: 100%;
        bottom: unset;
        top: calc(30vh - 30px);
    }
    /* .mySwiperHomeRoom .swiper-pagination{
        width: 100% !important;
        bottom: unset !important;
        top: calc(30vh - 10px) !important;
    } */

    .mySwiperHomeRoom .swiper-button-prev {
        left: 10px;
        right: unset;
        bottom: unset;
        top: calc(30vh - 20px);
    }
    .mySwiperHomeRoom .swiper-button-next{
        top: calc(30vh - 20px);
        bottom: unset;
    }
    .mySwiperHomeRoom .room-desc li p{
        font-size: .8rem;
        margin-bottom: 0;
    }
    .mySwiperHomeRoom .right{
        height: 40vh;
    }
    .mySwiperHomeRoom .room-desc{
        justify-content: center;
    }
    .mySwiperHomeRoom .swiper-slide .title-room{
        font-size: 1.5rem;
        margin-bottom: 0;
    }
    /* .mySwiperHomeRoom .action{
        justify-content: space-between;
    } */
    #home-wedding{
        padding-top: 0;
        padding-bottom: 0;
    }
    .mySwiperHomeWedding .swiper-wrapper{
        position: relative;
        height: 60vh;
    }
    .mySwiperHomeWedding .swiper-slide img{
        height: 100%;
    }
    .my-container.heading-homewedding{
        margin: 0;
    }
    .heading-homewedding{
        position: absolute;
        top: 0;
        z-index: 1;
        bottom: 0;
        display: flex;
        align-items: end;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
        /* background: linear-gradient(0deg, rgba(36, 36, 36, 0.78) 35%, rgba(81, 81, 81, 0.56) 47%, rgba(105, 105, 105, 0.32) 80%, rgba(138, 138, 138, 0.00) 103%); */
        background: linear-gradient(0deg, rgba(37, 37, 37, 0.78) 0%, rgba(37, 37, 37, 0.56) 29.68%, rgba(37, 37, 37, 0.32) 51.96%, rgba(37, 37, 37, 0.00) 100%);
    }
    .heading-homewedding p{
        color: var(--whiteColor);
        line-height: 120%;
    }
    #home-about2 img{
        height: 45vh;
    }

    #home-about2{
        background-size: cover !important;
        background-position: bottom left !important;
    }
    #home-about2 p{
        color: var(--blackColor) !important;
    }

    #frame-carousel ul li img{
        width: 195px;
    }
    #frame-carousel[data-animated] #list{
        width: max-content;
        animation: scroll 40s linear infinite;
    }
    #frame-carousel li{
        padding: 10px 10px;
    }
    .mySwiperHomeRoom .room-desc ul{
        margin: 0;
    }
}


/* FOOTER  */
@media only screen and (max-width : 576px){
    footer{
        padding-bottom: 140px;
    }
    footer .main{
        border-top: 0;
        border-bottom: 1px solid var(--greyBorderColor);
    }
    footer .my-border-right{
        border-right: 0;
    }
    footer .my-border-bottom{
        border-bottom: 1px solid var(--greyBorderColor);
    }
    .logo-footer{
        display: block;
        margin: 0 auto;
    }
    footer .frame-sitemap{
        border-top: 1px solid var(--greyBorderColor);
        border-bottom: 1px solid var(--greyBorderColor);
    }
    footer .site-map{
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }
    footer .footer-sosmed{
        justify-content: center;
    }
}

/* GENERAL HERO  */
@media only screen and (max-width : 576px){
    #primary-hero{
        height: 50vh;
    }
    #primary-hero .cover{
        align-items: end;
        background: linear-gradient(0deg, rgba(37, 37, 37, 0.00) 0%, rgba(37, 37, 37, 0.14) 9.5%, rgba(37, 37, 37, 0.42) 35%, rgba(37, 37, 37, 0.51) 50%, rgba(37, 37, 37, 0.45) 66%, rgba(37, 37, 37, 0.25) 86.56%, rgba(37, 37, 37, 0.00) 100%);
    }
}

/* ROOMS PAGE  */
@media only screen and (max-width : 576px){
    #room-list-mobile{
        background-color: var(--lightColor);
    }
    .mySwiperRoom .swiper-slide{
        height: unset;
        width: 100%;
        aspect-ratio: 16/9;
    }
    .roomMobile .swiper-slide{
        aspect-ratio: 16/13;
        width: 100%;
        overflow: hidden;
    }
    .roomMobile img{
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
    .roomMobile .swiper-pagination-bullet{
        background: var(--whiteColor);
        height: 15px;
        width: 15px;
        opacity: .5;
    }
    .roomMobile .swiper-pagination-bullet-active{
        opacity: 1;
    }
    #room-list-mobile .item{
        padding-bottom: 5rem;
    }
    #room-list-mobile .action{
        border-top: 1px solid var(--whiteBorderColor);
        border-bottom: 1px solid var(--whiteBorderColor);
        padding: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #room-list-mobile .more-link{
        color: #000;
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 5px;
    }
    #room-list-mobile .more-link p{
        margin-bottom: 0;
    }
    #room-list-mobile .card-body{
        background-color: var(--lightColor);
        border: none;
    }
    #room-list-mobile .card-body .feature{
        padding: 15px 0;
        margin: 0;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid var(--whiteBorderColor);
    }
    #room-list-mobile .card-body .feature li{
        text-align: center;
    }
    #room-list-mobile .card-body .feature li i{
        font-size: 1.5rem;
        color: var(--brownColor);
    }
    #room-list-mobile .card-body .feature li p{
        margin-bottom: 0;
        font-size: .8rem;
    }
    #room-list-mobile .card-body .amenities{
        padding: 0;
        margin: 0;
        margin-top: 15px;
        columns: 2;
    }
    #room-list-mobile .card-body .amenities li{
        font-size: .8rem;
        margin-bottom: 10px;
        display: flex;
        gap: 10px;
        align-items: baseline;
    }
}


/* ATTRACTIONS PAGE  */
@media only screen and (max-width : 576px){
    #attraction-list img{
        height: unset;
        aspect-ratio: 16/13;
    }
    #attraction-list .desc{
        background: unset !important;
        justify-content: flex-start;
    }
    #attraction-list .cover{
        padding: 20px 0;
    }
    #attraction-list .cover .title{
        color: var(--greenColor) !important;
        font-weight: 500;
        line-height: 120%;
    }
    #attraction-list .cover span{
        color: var(--blackColor);
    }
    #attraction-list .cover p{
        color: var(--blackColor);
    }
    #attraction-list .item {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

/* SPA PAGE  */
@media only screen and (max-width : 576px){
    #spa-img .frame-1{
        aspect-ratio: 1/1;
        width: 100%;
        height: unset;
        overflow: hidden;
        margin-bottom: 1.5rem;
    }
    #spa-img .frame-2{
        aspect-ratio: 1/1;
        width: 100%;
        height: unset;
        overflow: hidden;
    }
}

/* GALLERY  */
@media only screen and (max-width : 576px){
    #gallery .btn-border{
        font-size: 0.8rem;
        padding: 5px;
    }
}
