@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&family=Raleway:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&display=swap');


@font-face {
    font-family: 'Notera Personal Use Only 400';
    src: url('/site/fonts/Notera_Font_Family/Notera Personal Use Only 400.ttf') format('truetype');
}

body {
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    overflow-x: hidden;
}

.content-wrapper {
    /*position: relative !important;
    top: -136px;*/
    top: 0px;
}

.gradient.card-img-overlay {
    top: unset;
    height: 25%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.4682247899159664) 0%, rgba(0,0,0,0) 100%);
}


.lead {
    font-size: 1.5em;
    font-weight: 500;
}

.title {
    font-family: 'Playfair Display', serif;
}

.titlehand {
    font-family: 'Notera Personal Use Only 400';
    font-size: 4em;
    line-height: 0.7em;
    font-weight: 500;
}

.titlehandsubpage {
    font-family: 'Notera Personal Use Only 400';
    font-size: 3.6em;
    line-height: 0.7em;
    font-weight: 500;
}

.titlesmall {
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    line-height: 0.95rem;
}


.textblock {
    z-index: 1;
}

.textlink a {
    color: unset;
    text-decoration: none;
    opacity: 1;
}

    .textlink a:hover {
        opacity: 0.9;
    }

.top-slide-text {
    transform: translate(0,-130%);
    position: absolute;
    width: 100%;
}

    .top-slide-text .titlehand {
        font-size: 3.6em;
    }

.top-slide-text.co2slide-text {
    transform: translate(0, -112%);
    position: absolute;
    width: 100%;
}

.top-slide-text.co2slide-text .titlehand {
    font-size: 6em;
}

.tile {
    transform: translate(0,-40%);
}


.yellow {
    color: #c2a303;
}

.purple {
    color: #a385c1;
}


.grey {
    color: #969696;
}


#breadcrumbplaceholder{
    padding-top: 15px;
    padding-bottom: 3px;
    background-color: #fffbf1;
    padding-left: 50px;
}


.breadcrumb-item+.breadcrumb-item {
    padding-left: .3rem;
}

.breadcrumb-item+.breadcrumb-item a {
    color: #c2a303!important;
}

/*Button Styles*/

.btn {
    border-radius: 0 !important;
}

.buttons span {
    line-height: 1.1 !important;
    font-size: 0.9rem;
}

.btn-yellow {
    color: white;
    background-color: #caa800;
    border-color: #caa800;
    font-size: 1em;
    letter-spacing: 2px;
}

    .btn-yellow:hover, .btn-yellow:focus {
        color: #caa800;
        background-color: transparent;
        border-color: #caa800;
    }

    .btn-yellow.btn-check:focus + .btn, .btn-yellow.btn:focus {
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(194, 163, 3, 0.25);
    }

.btn-outline-yellow {
    color: #c2a303;
    background-color: transparent;
    border-color: #c2a303;
    font-weight: 600;
    font-size: 1em;
    letter-spacing: 2px;
}

    .btn-outline-yellow:hover, .btn-outline-yellow:focus {
        color: white;
        background-color: #c2a303;
        border-color: #c2a303;
    }

    .btn-outline-yellow.btn-check:focus + .btn, .btn-outline-yellow.btn:focus {
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(194, 163, 3, 0.25);
    }

.btn-outline-purple {
    color: #a385c1;
    background-color: transparent;
    border-color: #a385c1;
    font-weight: 600;
    font-size: 1em;
    letter-spacing: 2px;
}

    .btn-outline-purple:hover, .btn-outline-purple:focus {
        color: white;
        background-color: #a385c1;
        border-color: #a385c1;
    }

    .btn-outline-purple.btn-check:focus + .btn, .btn-outline-purple.btn:focus {
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(163, 133, 193, 0.38);
    }

.btn-outline-white {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    font-weight: 600;
    font-size: 1em;
    letter-spacing: 2px;
}

    .btn-outline-white:hover, .btn-outline-white:focus {
        color: darkseagreen;
        background-color: #fff;
        border-color: #fff;
    }

    .btn-outline-white.btn-check:focus + .btn, .btn-outline-white.btn:focus {
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.38);
    }

.btn-outline-black {
    color: #343434;
    background-color: transparent;
    border-color: #343434;
    font-weight: 600;
    font-size: 1em;
    letter-spacing: 2px;
}

    .btn-outline-black:hover, .btn-outline-black:focus {
        color: white;
        background-color: #343434;
        border-color: #343434;
    }

    .btn-outline-black.btn-check:focus + .btn, .btn-outline-black.btn:focus {
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(52, 52, 52, 0.28);
    }


.morebutton {
    color: black;
    font-size: 0.95em;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 2px;
}

    .morebutton:hover {
        color: grey;
    }

.btn-circle.btn-xl {
    width: 100px;
    height: 100px;
    padding: 10px 16px;
    border-radius: 70px!important;
    font-size: 20px;
    line-height: 1;
    font-weight:600;
    background-color:#D6C35D;
    border-color:#D6C35D;
    margin-bottom:10px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px!important;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.menubar {
  filter: drop-shadow(0px -3px 3px #bababa);
}

/*Icon Styles*/

.ictext {
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
    margin-left: 5px;
}

.icinfo {
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.ic {
    width: 30px;
    height: 100%;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
    margin-right: 5px;
}

.ic2 {
    width: 25px;
    height: 45px;
    display: inline-block;
}

.icbig {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
}


.ictext.more {
    background: url('/site/common/icons/readMoreArrow.png') no-repeat;
}

.ictext.more-w {
    background: url('/site/common/icons/readMoreArrow-w.png') no-repeat;
}

.ic.arrowright {
    background: url('/site/common/icons/arrowRight.png') no-repeat;
}

.ic.arrowleft {
    background: url('/site/common/icons/arrowLeft.png') no-repeat;
}

.roomsize {
    background: url('/site/common/icons/m2.png') no-repeat;
}

.roompax {
    background: url('/site/common/icons/person.png') no-repeat;
}

.nosmoking {
    background: url('/site/common/icons/noSmoking.png') no-repeat;
}

.balcony {
    background: url('/site/common/icons/balcony.png') no-repeat;
}

.icbig.massage {
    background: url('/site/common/icons/massages.png') no-repeat;
}

.icbig.therapies {
    background: url('/site/common/icons/therapies.png') no-repeat;
}

.icbig.ayurveda {
    background: url('/site/common/icons/ayurveda.png') no-repeat;
}

.icbig.bodytreat {
    background: url('/site/common/icons/bodyTrea.png') no-repeat;
}

.icbig.facialtreat {
    background: url('/site/common/icons/facialTrea.png') no-repeat;
}

.icbig.beach1 {
    background: url('/site/common/icons/beach01.png') no-repeat;
}

.icbig.beach2 {
    background: url('/site/common/icons/beach02.png') no-repeat;
}

.icbig.beach3 {
    background: url('/site/common/icons/beach03.png') no-repeat;
}

.backto {
    background: url('/site/common/icons/backto.png') no-repeat;
}

.infodoc {
    background: url('/site/common/icons/infodoc.png') no-repeat;
}

/*Default Slider*/

.carousel-control-next, .carousel-control-prev {
    opacity: 1;
}

.bi-chevron-right {
    margin-right: -100%;
}

.bi-chevron-left {
    margin-left: -100%;
}

.default-slider i {
    color: #c2a303;
    font-size: 1.5em;
    padding: 15px;
    background-color: white;
    border: solid 2px white;
    border-radius: 50%;
}


.resto-title {
    transform: translate(0,-125%);
    margin: -20px 35px;
}


/*Section Main Footer*/

.main-footer {
    background-image: url('/site/common/backgrounds/footer-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.footer-menu {
    list-style: none;
    padding-left: 0;
    text-align: center;
}

    .footer-menu li a {
        font-size: 1.15em;
        font-weight: 500;
        color: #212529;
        line-height: 2em;
        text-decoration: none;
    }

        .footer-menu li a:hover {
            color: #454545;
        }

.footer-menu2 {
    list-style: none;
    padding-left: 0;
}

    .footer-menu2 span {
        display: none;
    }

    .footer-menu2 li {
        text-align: center;
        display: list-item;
    }

        .footer-menu2 li a {
            font-size: 1.15em;
            font-weight: 500;
            color: #212529;
            line-height: 2em;
            text-decoration: none;
        }

            .footer-menu2 li a:hover {
                color: #454545;
            }

.footer-menu-social {
    list-style: none;
    padding-left: 0;
    text-align: center;
}

    .footer-menu-social li {
        display: inline-block;
        padding: 0 10px;
    }

.main-footer .copyright {
    color: #121212;
    font-size: .95em;
    font-weight: 500;
}

.card, .card-footer, .card-footer:last-child {
    border: 0px;
    border-radius: 0px;
}

.card-body, .card-footer {
    background: #fff;
}

/*icon size*/
.icon3x {
    font-size: 3em;
}

.icon4x {
    font-size: 4em;
}

.icon5x {
    font-size: 5em;
}

.icon6x {
    font-size: 6em;
}

/*RESPONSIVE SETTINGS*/

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 0px) and (max-width: 576px) {
    .titlehand {
        font-size: 5em;
        line-height: 0.7em;
    }

    .main-footer {
        background-image: url('/site/common/backgrounds/footer-bg-xs.webp');
    }

    .footer-menu2 span {
        display: none;
    }
#breadcrumbplaceholder{
    padding-left: 10px;
}
.co2page{
        margin-top: 76px;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

    .titlehand {
        font-size: 5em;
        line-height: 0.7em;
    }

    .top-slide-text .titlehand {
        font-size: 5em;
        line-height: 0.7em;
    }

    .top-slide-text {
        transform: translate(0,-170%);
        position: absolute;
        width: 100%;
    }

    .tile {
        transform: translate(0,0);
    }

    .main-footer {
        background-image: url('/site/common/backgrounds/footer-bg.webp');
        background-position: top;
    }

    .footer-menu2 span {
        margin-left: 1rem;
        margin-right: 1rem;
        font-size: larger;
        color: #212529;
        display: unset;
    }

    .footer-menu2 li {
        text-align: center;
        display: inline-block;
    }
}


/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .rwd-break {
        display: none;
    }

    .titlehand {
        font-size: 5em;
        line-height: 0.7em;
    }

    .titlehandsubpage {
        font-size: 4.6em;
        line-height: 0.6em;
    }
.co2page{
        margin-top: 0px;
    }
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {


    .titlehand {
        font-size: 7em;
        line-height: 0.7em;
    }

    .top-slide-text .titlehand {
        font-size: 7em;
        line-height: 0.7em;
    }

    .titlehandsubpage {
        font-size: 5em;
        line-height: 0.65em;
    }

    .morebutton {
        font-size: 1em;
    }
}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
}
