/**
 * Theme Name: Hello Elementor Child
 * Template:   hello-elementor
 * .
 */

:root{
    /* font-size: 10px; */
    --white: #fff;
    --green: #E1ECDB;
    --dark: #2A2929;
    --gray: #DCDCDC;
}

ul li,
ol li {
    margin-bottom: 8px;
}

 .transfer_notice{
    color: var(--white);
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    padding: 11px 13px;
    border: 2px solid var(--white);
    border-radius: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
 }

 .transfer_notice:before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url('images/gift.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: inline-block;
    margin-right: 7px;
 }

 .hotel_services{
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    row-gap: 8px;
 }

 .hotel_services-item{
    background-color: var(--green);
    border-radius: 20px;
    min-height: 122px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    width: 49.5%;
 }

 body .hotel_services-item img{
    width: 32px;
    max-height: 32px;
 }

 .hotel_services-item p{
    color: var(--dark);
    font-size: 12px;
    line-height: 19px;
    font-weight: 600;
    margin: 0;
    text-align: center;
 }

 .hotel_activity{
    font-size: 10px;
    line-height: 16px;
    font-weight: 600;
    color: var(--dark);
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
 }

 .hotel_activity.parent{
    width: 100%;
    margin: 12px 0 7px;
    font-size: 30px;
    line-height: 37px;
 }

 
 .hotel_activity-item{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    width: 49%;
    color: var(--dark);
 }

 .hotel_activity.children{
    border-bottom: 1px solid #C3D6BA;
    padding-bottom: 40px;
    margin-bottom: 40px;
 }

 .hotel_activity.children:last-of-type{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
 }

 .hotel_activity-item p{
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
 }

 .hotel_activity-item a {
    color: var(--dark);
 }

 body .hotel_activity-item img{
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    height: 235px;
    object-fit: cover;
 }

.booking_text ul {
    list-style-type: none;
    margin: 40px 0 12px;
    padding: 0;
}

.booking_text ul li:first-of-type{
    border-top: 1px solid var(--gray);
}

.booking_text ul li{
    border-bottom: 1px solid var(--gray);
    padding: 20px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.booking_text ul li:before{
    content: '';
    min-width: 32px;
    height: 32px;
    display: inline-block;
    background-image: url('images/check.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* faq */

.toggle{
    border-bottom: 1px solid var(--gray);
    padding: 12px 0;
    transition: all .3s ease;
}

.toggle_title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
    transition: all .3s ease;
}

.toggle_text{
    height: 0;
    transition: all .3s ease;
    opacity: 0;
}

.toggle_text.toggled{
    height: auto;
    opacity: 1;
}

.toggle_text p{
    font-size: 12px;
    line-height: 19px;
    color: var(--dark);
    margin: 0;
}

.toggle_title:after{
    content: '';
    min-width: 32px;
    height: 32px;
    display: inline-block;
    background-image: url('images/plus.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

input::placeholder{
    color: var(--dark)!important;
    opacity: 1!important;
}

button{
    outline: none!important;
}

.leeloo-lgt-form-wrapper{
    display: block!important;
    border-radius: 20px;
}

*::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: var(--green);
}

*::-webkit-scrollbar
{
	width: 6px;
	background-color: var(--green);
}

*::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: var(--e-global-color-accent);
}

.elementor-menu-toggle{
    padding: 0;
}

ul,ol{
    padding: 0 0 0 15px;
    margin: 0;
}

body .swiper-pagination-bullet{
    width: 21px;
    height: 4px;
    border-radius: 2px;
    margin: 0 4px;
}

.rooms{
    display: flex;
    /* gap: 20px; */
}

.rooms_list, .health_list{
    gap: 1%;
    flex-wrap: wrap;
}

.health_title{
    color: var(--dark);
    margin: 12px 0 15px;
    font-size: 30px;
    line-height: 37px;
}

.rooms_list .rooms_item,
.health_list .health_item{
    max-width: 24.25%;
}

.rooms_item-price{
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    color: #2E770C;
    margin-top: 12px
}

.rooms_item-image,
.health_item-image{
    /* width: 300px; */
    width: 100%;
    max-width: 310px;
    height: 300px;
    margin-bottom: 20px;
}

body .rooms_item-image img,
body .health_item-image img{
    width: 100%;
    max-height: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
}

.rooms_item-tilte,
.health_item-tilte {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 12px;
}

.rooms_item-size,
.health_item-text{
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 12px;
}

.single-product .summary .commercekit-wishlist a em.cg-wishlist-t:before {
    left: 9px;
    top: 8px;
}

.commercekit-wishlist a em.cg-wishlist-t:before {
    -webkit-mask-image: url(data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 13L9 17L19 7' stroke='%234A5568' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E);
    mask-image: url(data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 13L9 17L19 7' stroke='%234A5568' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E);
}

.rooms_item-services{
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.rooms_item-term {
    background-color: #E1ECDB;
    padding: 4px 8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 5px;
}

.rooms_item-term img{
    width: 24px;
}

.reviews-list{
    gap: 1%;
    display: flex;
    flex-wrap: wrap;
}

.reviews_item{
    max-width: 32.66%;
}

.reviews-list .reviews_item{
    max-width: 32.66%;
}

.rooms_item-name{
    font-size: 12px;
    line-height: 19px;
    font-weight: 600;
}

.reviews_item-image{
    height: 267px;
    position: relative;
    padding-top: 10px;
    margin-bottom: 40px;
}

.reviews_item-image:before{
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    width: 29px;
    height: 29px;
    background-image: url('images/quote-ic.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

a{
    outline: none!important;
}

body .reviews_item-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.reviews_item-text p{
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #2A2929;
}

.reviews_item-name{
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 2px;
    color: #2A2929;
}

.reviews_item-date{
    font-size: 15px;
    line-height: 24px;
    color: #8F9AA5;
}

body .slider_default{
    padding: 0 0 35px;
}

.slider_default .swiper-pagination-bullet{
    background-color: #E1ECDB;
    opacity: 1;
}

.slider_default .swiper-pagination-bullet-active{
    background-color: #2E770C;
}

.slider_default .swiper-button-next,
.slider_default .swiper-button-prev{
    color: transparent;
    width: 52px;
    height: 52px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 125px;
}

.slider_default .swiper-button-next {
    background-image: url('images/next-ar.svg');
    right: 10px;
}

.slider_default .swiper-button-prev {
    background-image: url('images/prev-ar.svg');
    left: 10px;
}

.gallery_bottom  .swiper-slide {
    /* min-width: 1025px; */
}

.gallery_bottom .swiper-wrapper{
    /* gap: 72px; */
}

.gallery_bottom_item{
    width: 1025px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery_bottom-slider .swiper-slide.gallery_bottom_item{
    width: fit-content;
   }

.gallery_bottom_item-image {
    width: 1028px;
    height: 523px;
}

body .gallery_bottom_item-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
}

.gallery_bottom .swiper-slide-active img{
    right: auto;
    left: auto;
    transition: all .3s ease;
    position: relative;
}

.gallery_bottom_item.swiper-slide-prev{
    position: relative;
    /* right: -860px; */
    transition: all .3s ease;
    opacity: .7;
}

.gallery_bottom_item.swiper-slide-next{
    position: relative;
    /* left: -860px; */
    transition: all .3s ease;
    opacity: .7;
}


.gallery_bottom-slider.slider_default .swiper-button-next, 
.gallery_bottom-slider.slider_default .swiper-button-prev{
    top: 50%;
}



body .elementor a {
    /* color: #000; */
    /* text-decoration: underline; */
}

.page-header{
    display: none;
}

@media screen and (min-width:1200px) {
    body .fixed_s{
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
    }

    body .fixed_s.fixed{
        position: fixed;
    }
    body .fixed_s .e-con-inner,
    body .fixed_s h2{
        transition: all .3s ease;
    }
    body .fixed_s.fixed .e-con-inner{
        padding: 0;
    }
    body .fixed_s.fixed h2{
        margin-bottom: 0;
    }
    
    .footer_copyright{
        padding-bottom: 110px
    }
}

@media screen and (max-width:1200px) {
    body .reviews_item-image img{
        border-radius: 10px;
        object-fit: contain;
    }
    .rooms_item-image, .health_item-image{
        max-width: 100%;
    }
    body .fixed-xs{
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        /* z-index: 120; */
        opacity: 0;
        z-index: -1;
    }

    .fixed-xs.fixed{
        z-index: 120;
        opacity: 1;
    }
    html, body{
        overflow-x: hidden;
    }
    .reviews_item{
        max-width: 100%;
    }
    .contact_form h2{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 12px;
    }
    .contact_form p{
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 0;
    }
    .hotel_activity.children{
        padding-bottom: 20px;
        margin-bottom: 20px;
     }
    .hotel_activity.parent{
        font-size: 16px;line-height: 20px;
    }
    .main_menu{
        max-width: 40px!important;
    }
    .main_menu .elementor-nav-menu__container{
        position: fixed;
        right: 0;
        top: 60px;
        width: 100%;
        height: 100%;
        padding-top: 30px;
    }
    .hotel_services{
        gap: 8px;
    }
    .hotel_services-item{
        width: 48.75%;
    }
    .hotel_services-item p{
        padding: 0 10px;
        text-align: center;
    }
    .hotel_activity{
        gap: 8px;
    }
    .hotel_activity-item{
        width: 48.65%;
    }
    .hotel_activity-item p{
        font-size: 12px;
        line-height: 19px;
    }
    .booking_text img{
        width: 100%;
    }
    .offset-side-xs{
        margin-left: -8px;
        width: calc(100% + 16px)!important;
        margin-right: -8px;
        max-width: unset!important;
    }
    .booking_text ul{
        margin-top: 20px;
    }
    .booking_text ul li{
        padding: 8px 0;
    }
    .rooms_item-image{
        max-width: 100%;
    }
    .hotel_activity-item{
        width: 100%;
        gap: 8px;
    }
    .hotel_activity-item p{
        margin-top: 0px;
    }
    body .hotel_activity-item img{
        height: 130px;
    }
    .hotel_activity.parent p {
        margin-bottom: 0;
    }
    .reviews_item-image {
        margin-bottom: 12px;
    }
    .reviews_item-text p{
        font-size: 13px;
        line-height: 20px;
    }
    .reviews_item-name{
        font-size: 12px;
        line-height: 19px;
    }
    .reviews_item-date{
        font-size: 12px;
        line-height: 19px;
    }
    .rooms_list{
        gap: 20px;
    }
    .rooms_list .rooms_item{
        max-width: 100%;
    }
    .reviews-list{
        gap: 20px;
    }
    .reviews-list .reviews_item{
        max-width: 100%;
    }
    .list li{
        margin-bottom: 0;
    }
}

.location_slider .swiper-button-prev, 
.location_slider .swiper-button-next{
    display: none;
}

.location_slider {
    margin-top: 40px;
}

.location_slider h3{
    margin-top: 0;
    margin-bottom: 5px;
    color: #2A2929;
    font-size: 20px;
    line-height: 25.2px;
    font-family: 'Montserrat';
}

.location_slider p{
    color: #2A2929;
    margin: 0;
    font-size: 15px;
    line-height: 24px;
    font-family: 'Montserrat';
}

.services_home .hotel_services-item{
    width: auto;
    flex-direction: row;
    justify-content: flex-start;
    padding: 4px 8px;
    border-radius: 5px;
    min-height: unset;
}