/**
    HEADER
 */
.spa_link
{
    font-family: Manrope;
    color: #573320;
    border-radius: 8px;
    font-size: 18px;
}

.spa_link:hover, .phone_link
{
    background-color: #f3e7da !important;
    color: #573320;
}

.spa_link:active
{
    color: #573320;
    background-color: #e3cab1;
}

.spa_link.active,.spa_link.show
{
    color: #573320;
    background-color: #e3cab1;
}


.spa_dropdown
{
    font-family: Manrope;
}
.spa_dropdown::after {
    content: none;
}

.spa-phone-link::before
{
    content: '|';
    margin-left: 0px;
    margin-right: 10px;
}

.mobile_menu
{
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /

}

.mobile_menu .head
{
    font-family: Geologica;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 115%; /* 25.3px */
    color: #573320;
}

.mobile-menu-body1
{
    background-color: #EDE2DC;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #573320;

}
.mobile-menu-body1 i
{
    color: #866350;
}


.mobile-menu-body1 .title
{
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%;
}

.social
{
    border-top: 1px solid #EDE2DC;
    border-bottom: 1px solid #EDE2DC;
}

.social i
{
    color: #866350;
}

.megamenu
{
    background-color: #F6F1EE;
    height: 95vh;
}

.megamenu .col1
{
    display: flex;
    padding: 40px 135px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    /*align-self: stretch;*/
    height: 90vh;
}

.megamenu .col1 a {
    display: inline-block;
    padding: 8px 24px;
    /*justify-content: center;*/
    /*align-items: center;*/

    justify-content: left;
    align-items: center;

    gap: 10px;
    /* Desktop/text/text-desk-M */
    font-family: Manrope;
    /*font-size: 20px;*/
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    color: #28170D;
}


.megamenu .col1 a:hover, .megamenu .col1 a.active, .megamenu .col1 a.active_hover
{
    border-radius: 8px;
    background: #F3E7DA;

}

.megamenu_image
{
    background-position: center center;
    background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;


}

.megamenu_slogan
{
    color: var(--neutral-dark-900, #28170D);
    text-align: center;
    /* lettering title */
    font-family: Corinthia;
    font-size: 139px;
    font-style: normal;


    line-height: 125%; /* 250px */
    text-align: center;

    z-index: 2;
    bottom: 60px;
    pointer-events: none;
    line-height: 125%; /* 250px */
    position: absolute;


    left: 0;
    right: 0;

}

.megamenu_item a
{
    z-index: 1;
    position: relative;
}


.btn-link:hover, .sidenav-link:hover
{
    background-color: #f3e7da !important;
}

.bg-body-tertiary
{
    background-color: #EDE2DC !important;
}

/***
    FOOTER
 */
.bg-spa
{
    background-color: #EDE2DC;
}

.bg-service
{
    background: #F6F1EE;
}

.bg-service button
{
    background: #F6F1EE;
}

.bg-service .accordion-item
{
    border: 0px;
    background: #F6F1EE;
}

.bg-service .accordion-button:not(.collapsed)
{
    background: #F6F1EE;
}

.bg-service h2
{
    color: #28170D !important;
    font-family: Geologica;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}



.copyright1
{
    color: #573320;
    font-family: Manrope;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.border-spa
{
    border: 1px solid #C6B2A6;
    border-top: 0px;
    border-bottom: 0px;
}

@media (max-width: 991.98px) {
    .border-spa
    {
        border: 1px solid #C6B2A6;
        border-left: 0px;
        border-right: 0px;
    }

    .border-spa2
    {
        border: 1px solid #C6B2A6;
        border-left: 0px;
        border-right: 0px;
    }



}


/**
    CONTENT HOMEPAGE
 */

.first_screen
{
    height: 1000px;
    width:100%;
    background-position: right top;
    background-repeat: no-repeat;

}

.first_screen .block1
{
    padding: 16px 32px 24px 32px;
    border-left: 1px solid #DFD0C7;
}
.first_screen .block1 h1
{
    color: #866350;
    font-family: Geologica;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.first_screen .block1 > div
{
    color: #866350;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.first_screen .block2
{
    margin-top: 400px;
    max-width: 450px;

}

.first_screen .block2 h3
{
    color: #28170D;
    font-family: Geologica;
    font-size: 54px;
    font-style: normal;
    font-weight: 300;
    line-height: 125%;
}

.first_screen .block2 > div
{
    color: #28170D;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;

}


.second_screen
{
    height: 1000px;
    width:100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url(/resizer/w1920-h1000/uploads/public/gallery/test/17333198161147.png?zc=3);
}

.second_screen .block2
{
    padding-top: 450px;
}


.second_screen .block2 h3
{
    color: #28170D;

    font-family: Geologica;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 125%; /* 50px */
}

.second_screen .block2 > div
{
    color: #28170D;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;

}

.third_screen h3, .four_screen h3, .six_screen h3
{
    color: #28170D;
    font-family: Geologica;
    font-size: 54px;
    font-style: normal;
    font-weight: 300;
    line-height: 125%;
}

.carousel-control-prev,.carousel-control-next
{
    width: 7%;
}


.carousel-control-prev:hover,.carousel-control-next:hover
{
    background-color: transparent;
}

/*.carousel-spa .multi-carousel-item*/
/*{*/
/*    height: 520px;*/
/*}*/



.carousel-spa .bg-image {
    border-radius: 15px;
    max-height: 520px !important;
    /*-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));*/
}


.carousel-spa .carousel-title
{
    width: 100%;
    color: #FFF;
    font-family: Geologica;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 125%; /* 50px */
    text-align: left;
    padding: 15px;
    background: #28170D;
}

.gradient1
{
    /*background: linear-gradient(180deg, rgba(246, 241, 238, 0.3) 100%, #F6F1EE 100%);*/
    background-color: #F6F1EE;
}

.logo_bg1
{
    background-image: url(/images/default/logo_bg1.svg);
    background-repeat: no-repeat;
}

.logo_bg3
{
    background-image: url(/images/default/logo_bg3.svg);
    background-repeat: no-repeat;
    background-position: center top;
}

.logo_bg2
{

}

.spa-title
{
    color: #EDE2DC;
    font-family: Corinthia;
    font-size: 139px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%; /* 173.75px */
}

@media (max-width: 576px) {

    .spa-title
    {
        font-size: 70px;
    }

    .spa-title2-pos
    {
        margin-top: 0px;
        position: relative;
    }

    .multi-carousel .multi-carousel-inner
    {
        //overflow: visible !important;
    }

    .second_screen
    {
        background-image: none;
        height:auto !important;
        background-image: url(/images/default/logo_bg3.svg);
        background-repeat: no-repeat;
        background-position: 200px center;
    }

    .second_screen .block2
    {
        padding-top: 20px;
    }

    footer
    {
        text-align: center;
    }

    footer .container
    {
        padding-bottom: 1rem !important;
    }

    footer .copyright1
    {
        margin-top: 1rem;
    }

    .btn-mobile
    {
        width:100%;
    }

    .logo_bg1
    {
        //background-position: -100px;
        background-size:70%;
    }

    .spa-title2, h3, .third_screen h3
    {

        font-size: 34px !important;
    }

    .spa-title1, .spa-title
    {
        display: none;
    }

    .spa-title2
    {
        padding-left: 0px !important;
        padding-top: 3em;
        color: var(--neutral-dark-900, #28170D);
        /* Mobile/title/H3-mob */
        font-family: Geologica;
        font-size: 22px;
        font-style: normal;
        font-weight: 300;
        line-height: 115%; /* 25.3px */
    }

    h3.spa-title2
    {

    }

    .form-check
    {
        margin-left: 1em;
    }


}




.spa-title2
{
    color: #28170D;
    font-family: Geologica;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.spa-title2-pos
{
    position: relative;
    margin-top: -90px;
}

.packet-slider
{
    border-radius: 15px;
    background: url(/images/default/logo_bg2.svg) right top, #EDE2DC;
    background-repeat: no-repeat;
    height: 650px;
    padding: 30px 25px 40px 25px;

}

.packet-slider .title
{
    color: #28170D;
    font-family: Geologica;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin-bottom: 30px;
}

.packet-slider li::marker {
    color: #C6B2A6;
}

.packet-slider ul
{
    white-space: normal;
}

.packet-slider li
{
    width: auto;
    margin-top: 10px;
    color: #28170D;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    word-wrap: break-word;
}




.packet-slider  .price
{
    color: #28170D;
    font-family: Manrope;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
}

.btn-primary
{
    color: white;
}

.spa-breadcrumbs
{
    border-top: 1px solid #EDE2DC;
    border-bottom: 1px solid #EDE2DC;
    background: #FAF7F5;
}

.spa-breadcrumbs, .spa-breadcrumbs a
{
    color: #573320;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.spa-breadcrumbs .fa-angle-right
{
    margin-top: 2px;
}

.h1
{
    color: #28170D;
    font-family: Geologica;
    font-size: 54px;
    font-style: normal;
    font-weight: 300;
    line-height: 125%;
}

.h3
{
    color: #28170D;
    font-family: Geologica;
    font-size: 54px;
    font-style: normal;
    font-weight: 300;
    line-height: 125%;
}

.spa-service li::marker {
    color: #C6B2A6;
}

.spa-service .service_bg
{
    border-radius: 8px;
    border: 1px solid #C6B2A6;
    background: #F6F1EE;
}

.btn-outline-dark.btn-spa
{
    padding-top: 7px;
}

.spa-multi-carousel-item
{
    height: 480px;
}

.right-menu
{
    position: fixed;
    bottom: 5%;
    right: 20px;
    /*display: flex;*/
    padding: 8px;
    /*align-items: flex-start;*/
    /*border-radius: 50px;*/
    text-align: center;
    width: 60px;
}
.right-menu .phone1
{
    width: 50px;
    padding: 5px;
    border-radius: 50px;
    margin-bottom: 20px;
    border: 1px solid var(--brown-brown-400, #DFD0C7);
    background: var(--neutral-white, #FFF);
}

.right-menu .dots
{
    margin-top: 10px;
    border-radius: 50px;
    background: var(--neutral-white, #FFF);
    padding: 11px;
    padding-top: 12px;
    padding-bottom: 10px;
    width: 50px;
}

.right-menu .xmark
{
    margin-top: 10px;
    border-radius: 50px;
    background: var(--neutral-white, #FFF);
    padding: 5px;
    /*padding-top: 12px;*/
    /*padding-bottom: 10px;*/
    width: 50px;
}


.right-menu .round-bg
{
    border-radius: 50px;
    background: var(--neutral-white, #FFF);
    padding: 10px;
    padding-left: 8px;
    /*padding-bottom: 10px;*/
    width: 50px;
    margin-top: 10px;

}

.right-menu .toup
{
    margin-top: 30px;
    border-radius: 50px;
    background: var(--neutral-white, #FFF);
    padding: 5px;
    pading-bottom: 10px;
    width: 37px;
    margin-left: 8px;
    padding-bottom: 7px;
}

.right-menu .bg-hover:hover > div
{
    background: var(--brown-brown-200, #F6F1EE);
}

.first_screen_mobile
{
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
    padding-top: 40px;
}

.slogan
{
    color: var(--neutral-dark-900, #28170D);
    text-align: center;
    /* Mobile/title/H1-mob */
    font-family: Geologica;
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 115%; /* 41.4px */
    margin-top: 20px;
}

.div-arrow-up
{
    text-align: center;
    position: relative;
    margin-top: -100px;
}

.btn-spa-white
{
    border-radius: 12px;
    border: 1px solid var(--neutral-dark-900, #28170D);

    color: var(--neutral-dark-900, #28170D) !important;

    /* Desktop/text/text-desk-M */
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    box-shadow: none !important;
    text-transform: none;

    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-transform: none;
    border-radius: 12px;

    font-size: 18px;

    font-family: Manrope;

    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    box-shadow: none;
}

.btn-spa-white:hover
{
    border-radius: 12px;
    background: var(--brown-brown-400, #DFD0C7);
    color: var(--neutral-dark-900, #28170D);
    border-color: var(--brown-brown-400, #DFD0C7);
    box-shadow: none;

}

.btn-spa-white:active
{
    border-color: var(--brown-brown-500, #C6B2A6) !important;
    background: var(--brown-brown-500, #C6B2A6) !important;
    color: var(--neutral-dark-900, #28170D) !important;
    box-shadow: none !important;

}

.btn-spa {
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-transform: none;
    border-radius: 12px;

    font-size: 18px;

    font-family: Manrope;

    font-style: normal;
    font-weight: 400;
    line-height: 150%;

    color: var(--neutral-white, #FFF);

    border-radius: 12px;
    background: var(--brown-brown-700, #573320);
    box-shadow: none !important;

}

.btn-spa:hover
{
    border-radius: 12px;
    color: var(--neutral-white, #FFF) !important;
    background: var(--brown-brown-600, #866350)  !important;

    border-color: var(--brown-brown-600, #866350) !important;
    box-shadow: none !important;
}

.btn-spa:active
{
    border-color: var(--neutral-dark-900, #28170D) !important;
    color: var(--neutral-white, #FFF) !important;
    background: var(--neutral-dark-900, #28170D)  !important;
    box-shadow: none !important;
}

.mw300
{
    min-width: 300px;
}

.btn-spa-close
{
    border-radius: 100px;
    border-color: var(--neutral-white, #FFF);
    background: var(--neutral-white, #FFF);

}

.btn-spa-close:hover
{
    background-color: rgb(246, 241, 238);
    cursor: pointer;
}

.megamenu_image
{

}