:root {
    --toscana-green: #0A5A37;
    --toscana-brown: #c3996c;
    --toscana-main-font: "Playfair Display", serif;
    --toscana-secondary-font: "Open Sans", sans-serif;
}

header {
    position: absolute;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 1.3;
}

body {
    color: #fff;
    font-family: var(--toscana-secondary-font);
}

main {
    background-image: url("../img/toscana-bg.png");
    background-size: contain;
    background-repeat: repeat;
    background-attachment: fixed;
    background-color: var(--toscana-green);
}

.footer-logo {
    margin-bottom: 1.5rem;
}

.footer-logo img {
    width: 160px;
}

.footer-text {
    padding-right: 2rem;
}


a.btn_1.outline, .btn_1.outline {
    color: var(--toscana-brown);
    border: 2px solid var(--toscana-brown);
}

footer .footer_bg .background-image {
    filter: none;
}

.image img {
    filter: none;
}

.play-btn img {
    width: 140px;
}

.pinned_over_content h2 {
    font-weight: 500;
}

.title h2, .title h3 {
    font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--toscana-main-font);
    color: var(--toscana-brown);
}

.section-padding {
    padding-block: 3rem;
}

.villa-tip-item {
    position: relative;
}

.villa-tip-item .cover-1 img, .villa-tip-item .cover-2 img {
    width: 100%;
}

.villa-tip-item .cover-1 {
    opacity: 0;
    transition: opacity .5s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.villa-tip-item:hover .cover-1 {
    opacity: 1;
}

.villa-tip-item .cover-2 {
    transition: opacity .5s;
}

.villa-tip-item:hover .cover-2 {
    opacity: 0;
}

.villa-info-box {
    padding: 1rem;
    background-color: rgb(0, 0, 0, 0.45);
}

.villa-icon-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.villa-icon-item {
    width: 50%;
    display: flex;
    gap: .3rem;
    align-items: center;
    color: #fff;
    margin-bottom: 20px;
}

.villa-icon-item img {
    width: 40px;
}

.villa-tip-item .villa-name h4 {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    padding-top: 1rem;
}

.room_facilities_list ul li {
    float: left;
    width: 46%;
    margin: 0 5px;
    padding: 10px 0;
    border-bottom: 1px solid #15784c;
    display: flex;
    align-items: center;
}

.villa-body p {
    font-size: 18px;
    font-family: var(--toscana-secondary-font);
}

.villa-detail-info-box {
    display: flex;
    padding: 1rem 2rem;
    background-color: rgb(0, 0, 0, .3);
    border: 1px solid #15784c;
}

.villa-detail-info-item {
    width: 33%;
    display: flex;
    gap: 1.2rem;
    align-items: center;
    font-size: 1.3rem;
}

.villa-detail-info-box img {
    width: 50px;
}

.villa-hero .wrapper h1, .hero .wrapper h3 {
    text-transform: capitalize;
}

.features-list p {
    color: #fff;
}

.e-catalogue {
    position: relative;
}


.e-catalogue-text {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.e-catalogue-text h2 {
    color: #fff;
    font-size: 2.5rem;
}

.row_list_version_3 .box_item_info {
    max-width: 750px;
    margin: -60px 60px 60px 60px;
    border-radius: 1rem;
    background-color: var(--toscana-brown);
}

.features-list h2, .features-list small {
    color: #fff;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgb(195, 153, 108, .5);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgb(195, 153, 108, .5);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgb(195, 153, 108, .5);
    }
}

.menu-section:first-of-type .full-container {
    background-color: transparent !important;
}

.country-select .country-list .country-name, .country-select .country-list .flag {
    color: #000;
}

.country-select {
    width: 100%;
}

.modal-backdrop.show {
    z-index: -1;
}

.modal-content {
    padding: 5px;
}

.modal-villa-feature-list {
    color: #222;
}

.modal-villa-feature-list img {
    width: 25px;
}

.modal-features-list-item {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.villa-modal-body {
    color: #222;
    padding-block: 1.2rem;
}

.villa-modal-body p {
    margin-bottom: 0;
}

.filter-button-group {
    padding-bottom: 40px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.villa-info-gallery img {
    width: 100%;
}

.swiper-button-next, .swiper-button-prev {
    color: #ffffff !important;
}

.modal {
    z-index: 1040 !important;
}

.villa-icon-item span {

}

.project-interactive {
    padding-top: 250px;
}

/*.gallery-list .isotope-wrapper {*/
/*    height: 510px;*/
/*    overflow: hidden;*/
/*}*/

.gallery-list .isotope-wrapper.show-more {
    height: unset;
}

.modal {
    background-color: rgb(0, 0, 0, .5);
}

.floorplans {
    padding-top: 60px;
}

.accordion-item {
    color: #fff;
    background-color: var(--toscana-green);
    border: 1px solid var(--toscana-brown);
}

.accordion-button {
    background-color: var(--toscana-green);
    color: #fff;
    padding: 1rem 2rem;
    margin-bottom: 10px;
    font-size: 24px;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: var(--toscana-green);
}

.accordion-button::after {
    background-image: url("/static/img/chevron-down-black.svg");
    width: 20px;
    height: 20px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("/static/img/chevron-down.svg");
}

.accordion-button:focus {
    border-color: transparent;
    box-shadow: none;

}

.accordion-body a {
    display: block;
}

.accordion-body img {
    width: 100%;
}

.villa-bg {
    height: 100vh;
    background-position: center;
    background-size: cover;
    position: relative;
}

.pinned-image {
    background-position: center;
    background-size: cover;
}

.pinned-image__container img, .pinned-image__container video, .pinned-image__container {
    background-color: transparent;
}

.pinned-image__container-overlay {
    background: rgba(0, 0, 0, 0.3);
}

.video-item {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
}

.video-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .4;
    pointer-events: none;
}

.video-item .video-meta {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 1rem;
    align-items: center;
}

.video-meta h1 {
    font-size: 20px;
    color: #fff;
}

.video-item .play-btn {
    position: relative;
    display: inline-block;
}

.video-item .play-btn img {
    width: 80px;
    position: relative;
    z-index: 2;
}

.video-item .play-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.4); /* light ripple */
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    z-index: 1;
    animation: ripple 2s infinite ease-out;
}

@keyframes ripple {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

.btn_1.active {
    background-color: #4b514d;
}

.map-btn-wrapper {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.map-btn-wrapper .btn_1 {
    padding: 14px 15px;
}

.group-logo {
    position: relative;
}

.group-logo img {
    width: 100%;
}

.group-logo a {
    position: absolute;
    top: 0;
    bottom: 0;
}

.group-logo a:nth-of-type(1) {
    left: 0;
    width: 47%;

}

.group-logo a:nth-of-type(2) {
    left: 48%;
    width: 29%;
}

.group-logo a:nth-of-type(3) {
    left: 79%;
    width: 28%;
}

.yt-modal {
    display: none;
}

.yt-modal iframe {
    width: 100%;
    height: 400px;
}

.fancybox__content#yt-1, .fancybox__content#yt-2 {
    padding: 0;
    width: 600px;
}

[data-fancybox] {
    cursor: pointer;
}

section.terms {
    padding: 240px 0 100px;
}

ul.static-links {
    display: flex;
    gap: 1.25rem;
}

.f-thumbs__viewport {
    display: none;
}