/*
    COLOR ROOT
*/
:root {
    --btn-blue: #36496B;
    --blue-2: #114C81;
    --btn-red: #C15C4B;
    --btn-beige: #B9907A;
    --btn-beige-2: #C6B8A5;
    --beige: #E0BE99;
    --btn-light-green: #0ABAB5;
    --light-green-2: #02948fe5;
    --btn-green2: #224B4C;
    --btn-green3: #6A8124;
    --blue2 : #1C9AD6;
    --red: #C15C4B;
    --red-2: #D52232;
    --black: rgb(0, 0, 0);
    --white: rgb(255,255,255);
    --grey: #F4F3F0;
    --grey-2: #d6d6d6b0;
    --grey-3: #868686cc;
    --grey-4: #808080;
    --text-1: #585857;
}
/*
    FINE COLOR ROOT
*/

.menu-pdf>h6:hover{
    color: var(--btn-light-green) !important;
}
.carousel-control-prev, .carousel-control-next{
    bottom: -8% !important; 
}
.carousel-control-prev>span, .carousel-control-next>span{
    padding: 0;
    margin: 0;
}

.dev-li, .dev-li-ticks{
    font-family: 'Alegreya Sans', sans-serif !important;
    font-size: 1.1em !important;
    color: var(--text-1) !important;
    line-height: normal;
}
.dropdown-menu{
    width: min-content;
    color: black;
    background: none !important;
    border: 0 !important;
}
.container-loader{
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: var(--grey);
    z-index: 9999;
}
.subcontainer-loader{
    width: max-content;
    height: max-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.loader {
    border: 3px solid var(--grey-2); /* Light grey */
    border-top: 3px solid var(--btn-light-green); /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}
.no-scroll{
    overflow: hidden;
}
.post-lazy{
    animation: fadeIn 1s;
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/*
    TAGS
*/
html {
    scroll-behavior: smooth;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 2em !important;
    color: var(--text-1) !important;
    line-height: 100%;
}
p{
    -webkit-font-smoothing: antialiased;
    font-family: 'Alegreya Sans', sans-serif !important;
    font-size: 1.1em !important;
    color: var(--text-1) !important;
    line-height: normal;
}
strong, ul, li{
    font-family: 'Alegreya Sans', sans-serif !important;
}
body{
    background-color: rgba(240, 255, 252, 0.4);
}
p>a{
    color: var(--blue-2);
}
i{
    color: var(--btn-light-green);
}
.link-insta{
    color: var(--black);
    text-decoration: none;
}
.link-insta:hover{
    text-decoration: none;
    color: var(--red);
}
a{
    text-decoration: none;
    color: var(--white);
    font-family: 'Cormorant Garamond', serif !important;
}
a:hover{
    text-decoration: none;
    color: var(--btn-light-green) !important;
}
section{
    overflow: hidden !important;
    width: 100%;
    margin: 6vh 0 6vh 0 !important;
}
button{
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 0.8em;
}

.modal-dialog{
    z-index: 9999;
}
.more-content{
    padding-left: 19vw;
    padding-right: 19vw;
    width: 100%;
    font-size: 1.1em;
    transition-timing-function: ease-in-out;
}
#campoContent{
    display: none;
}
#clubContent{
    display: none;
}

.map{
    border:0; 
    width: 100%; 
    height:100%;
}
/*
    FINE TAGS
*/

/*
    ----------- FINE ELEMENTI FISSI ----------------------
*/
/*
        BUTTONS
*/
.my-btn{
    font-family: 'Cormorant Garamond', serif !important;
    padding: 13px;
    text-decoration: none;
    color: var(--white);
    border: none;
    display: inline-block;
    letter-spacing: 0.1rem;
    font-weight: 500;
    padding: 1vh 3vh 1vh 3vh;
    font-size: 13px !important;
    z-index: 9000;
}
.my-btn:hover{
    color: var(--white) !important;
    background-color: var(--black);
}
.menu-btn{
    margin-left: auto !important;
    width: 70px;
    height: 70px;
    padding-left: 6px;
    padding-right: 6px;
    background-color: var(--text-1) !important;
}
.btn-light-green{
    background-color: var(--btn-light-green);
}
.btn-green{
    background-color: var(--btn-green2);
}
.btn-green-2{
    background-color: var(--blue2);
}
.btn-green-3{
    background-color: var(--btn-green3);
}
.btn-red{
    background-color: var(--btn-red);
}
.btn-blue{
    background-color: var(--btn-blue);
}
.btn-blue-2{
    background-color: var(--blue-2);
}
.btn-beige{
    background-color: var(--btn-beige);
}
.btn-beige-press{
    font-size: 1.1em !important;
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: bold;        
    border: 2px solid var(--beige) !important;
    color: var(--beige);
    background-color: rgba(0, 0, 0, 0);
    width: max-content;
    padding: 1.5vh;
    padding-left: 2vh;
    padding-right: 2vh;
    margin: 10px;
}.btn-beige-press:hover{
    background-color: var(--btn-light-green);
    color: var(--white);
    border: 2px solid var(--btn-light-green) !important;
}
.btn-beige-2{
    font-size: 0.8em !important;
    background-color: var(--btn-beige-2);
}
.btn-beige-3{
    font-size: 0.8em !important;
    background-color: var(--beige);
}
.my-btn-close{
    font-size: 2.1em;
    font-weight: bolder;
    color: var(--text-1);
    border: none;
    background-color: var(--grey);
}.my-btn-close:hover{
    color: var(--btn-light-green);
}
/*
    FINE BUTTONS
*/


/*
    INZIO NAVBAR MOBILE
*/


.lang-btn{
    padding: 1vh;
    background-color: var(--grey-2);
    color: var(--text-1);
    width: max-content;
    display: block !important;
}
.menu-btn{
    background-color: #DBD5CC;
}
.lang-item{
    width: min-content !important; 
    background: none !important;
    margin: 1vh !important;
}
.my-dorpdown{
    display: flex;
    flex-direction: row;
    position: absolute;
    left: 136%;
}
.nav-mobile{
    display: none;
}
.btn-mobile{
    color: var(--text-1);
    padding: 12px;
}
.btn-mobile-active{
    color: var(--text-1);
    padding: 12px 15px 12px 15px;
    border: 1px solid var(--text-1);
    background-color: var(--grey-2);
}
.list-unstyled>li>button{
    text-align: start;
    width: 17vh;
    height: fit-content;
    margin-bottom: 2vh;
}
.list-nav>li{
    margin-bottom: 1vh;
}
.list-menu-mobile{
    color: var(--text-1) !important;
}.list-menu-mobile:hover{
    color: var(--btn-light-green) !important;
}
.logo-mobile{
    filter: invert(0.7);
}
/*
    FINE NAVBAR MOBILE
*/



/*
inizio navbar 
*/

.navbar-position{
    position: -webkit-sticky; /* Safari */
    position: fixed;
    top: 0;
    width: 100%;
    height: min-content;
    z-index: 99;
    padding-top: 2vh;
    padding-bottom: 2vh;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
    z-index: 999;
}
.nav-background{
    background-color: var(--btn-light-green);
    transition: 0.5s linear;
}
.nav-no-background{
    background-color: rgba(255, 255, 255, 0.0);
    transition: 0.5s linear;
}
.icon-nav{
    color: var(--text-1);
}.icon-nav:hover{
    color: var(--btn-light-green);
}
.dropdown-menu-desk{
    background-color: var(--grey);
    inset: 0px 0px auto auto;
    margin: 0px;
    position: absolute;
    top: 43%;
    right: 1%;
    width: max-content;
}.dropdown-menu-desk>li{
    list-style: none;
}

.menu-icon{
    color: var(--white);
}
.menu-text{
    color: var(--white);
    display: block;
}
.menu-btn-2{
    color: var(--white);
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid var(--white);
    padding: 5px 20px 5px 20px;
}
.menu-btn-3{
    color: var(--white);
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid var(--white);
    height: min-content;
    padding: 1vh 1vh 0.8vh 1vh;
}
.list-menu{
    color: var(--text-1) !important;
}.list-menu:hover{
    color: var(--btn-light-green) !important;
}
.modal-body{
    background-color: var(--grey);
}
/*
    fine navbar
*/



/*
    inizio header
*/
.header-home{
    height: 100vh;
    width: auto;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: -99;
}
.header-home-video{
    width: 99vw;
    height: 100%;
    margin: 0 !important;
}
#video-header{
    object-fit: cover;
    -o-object-fit: cover;
    height: 100%;
    width: 100%;
    z-index: -100;
    margin: 0;
}
.header-arrow{
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%,0);
    animation-name: my-header;
    -webkit-animation-name: my-header;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
}
@keyframes my-header {
    0%{bottom: 5%;}
    50%{bottom:10%;}
    100%{bottom: 5%;}
}
@-webkit-keyframes my-header {
    0%{bottom: 5%;}
    50%{bottom:10%;}
    100%{bottom: 5%;}
}
/*
    fine header
*/

/*
    inizio footer
*/
.footer-link{
    text-decoration: none;
    font-size: 1.1em !important;
    color: var(--text-1);
    font-family: 'Alegreya Sans', sans-serif !important;
}

/*
    fine footer
*/

.caption-divider{
    padding-left: 19vw;
    padding-right: 19vw;
    width: 100%;
    margin: 7vh 0 7vh 0 ;
    display: block;
}


/*
    ----------- FINE ELEMENTI FISSI -----------------

    -------------------------------------------------

    ----------- INIZIO HOMEPAGE ---------------------
*/

/*
    ---- INIZIO SLIDER IMG SX
*/
.img-float-1{
    height: 30vh;
    width: auto;
    position: absolute;
    right: 0;
}
.img-float-2{
    height: 30vh;
    width: auto;
    position: absolute;
    left: 0;
}
.img-float-3{
    height: 30vh;
    width: auto;
    position: absolute;
    right: 0;
}
.img-float-4{
    height: 30vh;
    width: auto;
    position: absolute;
    left: 0;
}


.slider-home-sx{
    height: 63vh;
    width: 100%;
    display: flex;
    flex-direction: row;
    background-color: var(--grey);
}
.img-slider-home-sx{
    height: 100%;
    width: 66%;
}
.caption-slider-home-sx{
    height: min-content;
    width: 37%;
    margin: auto;
    position: relative;
}.caption-slider-home-sx>div{
    width: 50%;
    margin-left: 6vh;
}

/*
    ---- FINE SLIDER IMG SX
*/
/*
    ---- INIZIO SLIDER IMG DX
*/
.slider-home-dx{
    height: 63vh;
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 0;
    background-color: var(--grey);
}
.img-slider-home-dx{
    height: 100%;
    width: 66%;
}
.caption-slider-home-dx{
    height: min-content;
    width: 37%;
    margin: auto;
    display: inline-flex;
    flex-direction: row-reverse;
    position: relative;
}.caption-slider-home-dx>div{
    width: 50%;
    display: inline !important;
    margin-right: 6vh;
    text-align: start;
}
/*
    ---- FINE SLIDER IMG DX
*/

.text-banner{
    width: 28vh;
    height: min-content;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    margin-left: 5vh;
    margin-right: 5vh;
}

.foto-wrapper{
    display: block;
    margin-top: 10vh;
    margin-bottom: 10vh;
    height: fit-content;
}


/*
    IMMAGINI GALLERY HOME
*/
.gallery-home{
    height: 93vh;
    width: 100%;
}

.column-1{
    width: 34.1%;
    height: 100%;
    margin-right: 14px;
}
.column-2{
    width: 18.4%;
    height: 100%;
    margin: 0 14px 0 14px;
}
.column-3{
    width: 44.4%;
    height: 100%;
    margin-left: 14px;
}
/*
    FINE IMMAGINI GALLERY HOME
*/

/*
    INIZIO BANNER DIVIDER
*/
.banner-divider{
    height: 40vh;
    width: 100%;
    text-align: center;
    background-image: url("../img/home/02.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}
.banner-divider-overlay{
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.582), rgba(0,0,0,0.048));
}
.text-banner-divider{
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--white);
}
/*
    FINE BANNER DIVIDER
*/

/*
    INIZIO SECTION IMG + LINKS
*/
.section-links{
    height: 65vh;
    width: 100%;
}
.col-link-1{
    display: inline;
    width: 25.6%;
    height: 100%;
    padding: 0;
    margin-right: 28px;
}
.col-link-2{
    display: inline;
    width: 74%;
    height: 100%;
    padding: 0;
}


.section-rooms{
    height: 125vh;
    width: 100%;
}
.col-room-1{
    display: inline;
    width: 34%;
    height: 100%;
    padding: 0;
    margin-right: 28px;
}
.col-room-2{
    display: inline;
    width: 65%;
    height: 100%;
    padding: 0;
}

.section-single-link{
    position: relative;
}

.caption-single-link{
    width: max-content;
    height: max-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: var(--white) !important;
    z-index: 99;
}

.caption-single-link-hover{
    text-align: center;
    width: 90%;
    height: fit-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: var(--white) !important;
    z-index: 99;
    display: none;
    font-size: 1.2em !important;
}

.single-link{
    height: max-content;
    width: max-content;
    color: var(--white) !important;
    font-family: 'Cormorant Garamond', serif !important;
    text-align: center;
    font-size: 3em; 
}
.link-uderline{
    height: 2px;
    width: 70%;
    background-color: var(--white);
    margin: auto;
}
/*
    FINE SECTION IMG + LINKS
*/

/*
    INIZIO INSTAGRAM DIVIDER
*/
.instagram-cta-container{
    position: relative;
}
.instagram-divider{
    position: absolute;
    top: -5%;
    left:50%;
    transform: translate(-50%, -50%);
    background-color: rgb(255, 255, 255);
    padding-left: 2vw;
    padding-right: 2vw;
    font-size: 2em;
}
/*
    FINE INSTAGRAM DIVIDER
*/

/*
    INIZIO SECTION GUIDE
*/
.section-guide{
    height: min-content;
    display: block;
    background-color: var(--grey);
}
.img-guida-container{
    height: 100%;
    width: 100%;
}
.text-guida-container{
    font-size: small;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
/*
    FINE SECTION GUIDE
*/

/*
    INIZIO SECTION SOCIAL
*/
.section-social{
    height: 40vh;
    position: relative;
    display: block;
}
.social-divider{
    border-bottom: 4px solid var(--grey);
    height: 5px;
    width: 7vw;
}
/*
    FINE SECTION SOCIAL
*/

/*
    inizo immagini float 
*/
.m-home{
    position: absolute;
    width: auto;
    height: min-content;
}
/*
    fine immagini float 
*/


/*
    ------------ FINE HOMEPAGE ---------------------

    ------------------------------------------------

    ------------- INIZIO PAGINA CAMERE GENERICA --------
*/
.card-section{
    background-color: var(--grey);
    padding: 8vh 8vh 0 8vh; 
    margin: 0 !important;
}
.card{
    height: fit-content;
    width: 100%;
    padding-bottom: 3vh;
    background-color: var(--white);
    border:none;
}

.card-3{
    height: max-content;
    width: 100%;
    background-color: var(--white);
    position: relative;
}
.caption-card-3{
    height: 20vh;
}
.img-card{
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.img-card-2{
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.img{
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat;
    object-fit: cover;
    -o-object-fit: cover;
}
.card-i{
    color: var(--grey-4) !important;
    font-family: 'Alegreya Sans', sans-serif !important;
}
.card-i>i{
    color: var(--grey-4);
}
.camere-footer{
    height: 60vh;
}
.camere-footer-illustrazione{
    position: absolute;
    height: 40vh;
    width: 40vh;
    bottom: -250%;
    transform: rotate(90deg);
    left: 0;
    background-image: url("../img/illustrazioni/Macchia_rossa\ cropped.png");
}

.room-features{
    margin:0; 
    font-family: 'Cormorant Garamond', serif !important; font-weight: 600;
}
/*
    ----------- FINE PAGINA CAMERE GENERICA ------------------

--------------------------------------------------------------

    ----------- INIZIO PAGINA CAMERE SUITE -------------------
*/

.section-img{
    height: 65vh;
}
.section-img>div{
    height: 100%;
}
.section-img-2{
    height: 80vh;
}
.img-standard{
    background-repeat: no-repeat;
    object-fit: cover;
    -o-object-fit: cover;
    width: 69.5%;
    height: 100%;
}
.section-four-img{
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    object-fit: cover;
    -o-object-fit: cover;
}
.row-room-amenaties{
    background-color: var(--grey);
    width: 100%;
}
.row-room-amenaties>.my-border{
    border-bottom: 1px solid var(--black);
}
.row-more-rooms{
    height: min-content;
}
.box-room{
    height: 300px;
    width: 300px;
    display: block;
    margin: 10px;
    background-position: center;
}
.caption-box-room{
    width: 100%;
    height: 100%;
    position: relative;
}.caption-box-room>p{
    color: var(--white) !important;
    padding: 0 2vh 0 2vh;
    font-family: 'Cormorant Garamond', serif !important;
}
.room-1{
    background-image: url("../img/box-camere/deluxe-seaside.webp");
    background-size: cover;
}
.room-2{
    background-image: url("../img/box-camere/jr-suite.webp");
    background-size: cover;
}
.room-3{
    background-image: url("../img/box-camere/standard.webp");
    background-size: cover;
}
.room-4{
    background-image: url("../img/box-camere/jr-seaview-suite.webp");
    background-size: cover;
}
.room-5{
    background-image: url("../img/box-camere/suite.webp");
    background-size: cover;
}
.caption-box-room>p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
.box-room-hr{
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 1px;
    width: 4vw;
    background-color: var(--white);
}
/*
    ---------- FINE PAGINA CAMERE SUITE ----------

--------------------------------------------------

    ----------- INIZIO PAGINA SERVIZI ------------
*/



.section-icons{
    height: min-content;
    width: 70vw;
}
.icon-servizi{
    width: 90px;
    height: auto;
    margin: auto;
}
.macchia{
    object-fit: cover;
    -o-object-fit: cover;
    height: 300px;
    width: 300px;
    position: absolute;
    top: 60%;
    right: 0;
    z-index: 99;
}
.img-servizi{
    height: 30vh; 
    width: 100%; 
    background-repeat: no-repeat; 
    object-fit: cover;
    -o-object-fit: cover;
}
.box-img-section-link{
    position: relative;
    width: 33vh;
    height: 33vh;
    margin: 14px;
    padding: 0;
}
.img-section-links{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.macchia-servizi{
    position: absolute;
    bottom: 0;  
    right: 0;
    width: 37vh;
    height: 37vh;
}


.macchia-duelune{
    position: absolute; 
    bottom: 0%; 
    left: 0;
    width: auto;
    height: 22vh;
}

.col-img-caption{
    height: min-content !important;
}

/*
    --------- FINE PAGINA SERVIZI -----------------

---------------------------------------------------

    -------- INIZIO PAGINA FOOD & WINE ------------
*/
.img-footer{
    height: 30vh;
    position: relative;
    padding: 0;
    margin-top: 0 !important;
}
.img-footer>.img-1{
    height: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.img-footer>.img-2{
    height: 25vh;
    width: 25vh;
    position: absolute;
    bottom: 0;
    margin-top: 0 !important;
}
.img-footer>.img-3{
    height: 50vh;
    width: 25vh;
    position: absolute;
    bottom: 0;
    right: 0;
}
.img-footer>.img-4{
    height: 25vh;
    width: 35vh;
    position: absolute;
    bottom: 0;
}
.img-footer>.img-5{
    height: 30vh;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.img-footer>.img-6{
    height: 35vh;
    width: auto;
    position: absolute;
    bottom: 0;
}
.img-footer>.img-7{
    height: 25vh;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.img-footer-2{
    height: 30vh;
    position: relative;
    padding: 0;
    margin-top: 0 !important;
}
.img-footer-2>.img-eventi{
    height: 100%;
    width: auto;
    position: absolute;
    left: 60%;
    transform: translate(-50%, 0);
}

.hr-footer{
    height: 0.3vh;
    width: 100%;
    background-color: var(--grey-3);
    position: absolute;
    bottom: 0;
}

/*
    --------- FINE PAGINA FOOD & WINE ------------

----------------------------------------------------    

    ------------ INIZIO PAGINA BAR -------------
*/
.box-bar{
    width: 100%;
    height: 45vh;
    position: relative;
}
.bar-divider{
    height: 2px;
    width: 50%;
    background-color: var(--grey);
    margin: auto;
}
.bar-caption{
    color: var(--white);
    text-align: center;
    position: absolute;
    width: 100%;
    padding: 0 30px 0 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.bar-caption>p{
    width: 100%;
}

.bar-cta-container{
    margin: 10vh 0 10vh 0 !important;
}
.row-menu{
    background-color: var(--grey);
    padding: 4vh;
}
.menu-divider{
    height: 2px;
    width: 7vw;
    background-color: var(--btn-light-green);
    margin: auto;
}
.menu-divider-2{
    height: 2px;
    width: 7vw;
    background-color: var(--red);
    margin: auto;
}
.menu-divider-3{
    height: 2px;
    width: 7vw;
    background-color: #1C9AD6;
    margin: auto;
}
/*
    -------------- FINE PAGINA BAR --------------

-------------------------------------------------------------

    ------------- INIZIO PAGINA GAZEBINO ---------------
*/
.box-gazebo{
    width: 100%;
    height: 40vh;
    position: relative;
}
.box-gazebo-1{
    background-color: var(--red);
}
.box-gazebo-2{
    background-color: var(--grey);
}
.box-gazebo-3{
    background-color: var(--btn-beige);
}
.gazebo-divider{
    height: 2px;
    width: 50%;
    background-color: var(--grey);
    margin: auto;
}
.gazebo-caption{
    color: var(--white);
    text-align: center;
    position: absolute;
    width: 100%;
    padding: 0 30px 0 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.gazebo-caption>p{
    width: 100%;
}
.menu-divider-2{
    height: 2px;
    width: 7vw;
    background-color: var(--);
    margin: auto;
}
/*
    ----------- FINE PAGINA GAZEBINO -------------

----------------------------------------------------

    ------------- INIZIO PAGINA GOLF ----------------
*/
.img-slider-golf{
    width: auto;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat;
    object-fit: cover;
}
/*
    ------------- FINE PAGINA GOLF --------------

----------------------------------------------------

    ------------ INIZIO PAGINA DOVE-SIAMO -------------
*/
.section-ds-img{
    height: 62vh;
}
.ds-container{
    display: block;
    width: max-content;
    height: max-content;
    margin: 2vh;
    position: relative;
    overflow: hidden;
}
.ds-img-1{
    width: auto;
    height: 26vh;
    background-size: cover;
    z-index: 99;
    position: absolute;
    left: 0%;
    top: -15%;
}
.ds-img-2{
    width: auto;
    height: 26vh;
    background-size: cover;
    z-index: 99;
    position: absolute;
    top: 3%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ds-img-3{
    width: auto;
    height: 26vh;
    background-size: cover;
    z-index: 99;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ds-box{
    display: inline-block;
    height: 35vh;
    width: 35vh;
    position: relative;
    padding: 0;
    background-color: #DBD5CC;
}
.ds-box-divider{
    margin: auto;
    margin-bottom: 2vh;
    height: 2px;
    width: 35%;
    background-color: var(--white);
}
.ds-box-caption{
    width: 100%;
    height: min-content; 
    text-align: center;
    font-size: 0.8em;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 3vh;
}
/*
    --------- FINE PAGINA DOVE-SIAMO ----------

------------------------------------------------

    --------- INIZO PAGINA CHI SIAMO ----------
*/
.chi-siamo-macchia{
    height: 74vh; 
    width: auto; 
    position: absolute;
    top: 0%;
    right: 0;
}
.img-chi-siamo-1{
    height: 30vh; 
    width: 100%;
    margin-top: 5vh;
    object-fit: cover;
    -o-object-fit: cover;
}
.img-chi-siamo-2{
    height: 40vh; 
    width: 100%;
    margin-bottom: 3vh;
    object-fit: cover;
    -o-object-fit: cover;
}
.m-blue{
    height: 10vh; 
    width: auto;
    position: absolute;
    left: 0;
    top: 50%;
}
.col-my{
    width: 43.666667% !important;
}
.date-caption{
    width: 65% !important;
}

.my-bg-1{
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(
            to bottom, 
                rgba(0,0,0,0) 0 15%, 
                var(--grey) 15% 70% , 
                rgba(0,0,0,0) 70% 100%);
    
}


.date-1{
    height: 13vh;
    width: auto;
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99 !important;
}
.date-2{
    height: 13vh;
    width: auto;
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99 !important;
}
.date-3{
    height: 13vh;
    width: auto;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99 !important;
}
.date-4{
    height: 13vh;
    width: auto;
    position: absolute;
    top: 49%;
    left: 26%;
    transform: translate(-50%, -50%);
    z-index: 99 !important;
}
.date-5{
    height: 13vh;
    width: auto;
    position: absolute;
    top: 2%;
    left: 20%;
    transform: translate(-50%, -50%);
    z-index: 99 !important;
    overflow: visible !important;
}
/*
    --------- FINE PAGINA CHI SIAMO ----------

    --------- INIZO PAGINA SPAZI ----------
*/
.spazi-gallery-1{
    height: 90vh;
    width: 100%;
    overflow: visible !important;
}
.spazi-img-1{
    height: 100%;
    width: 64%;
    padding: 0;
    margin-right: 20px;
}
.spazi-img-2{
    height: 100%;
    width: 34%;
    padding: 0;
}
.spazi-gallery-2{
    height: 50vh;
}
.spazi-img-3{
    height: 100%;
    width: 54%;
    padding: 0;
    margin-right: 28px;
}
.spazi-img-4{
    height: 100%;
    width: 43.4%;
    padding: 0;
}

.spazi-img-5{
    height: 100%;
    width: 34%;
    padding: 0;
    margin-right: 20px;
}
.spazi-img-6{
    height: 100%;
    width: 64%;
    padding: 0;
}
/*
    --------- FINE PAGINA SPAZI ----------
/*

/*
    ----------- INIZIO PAGINA PRESS ----------
*/
.flip{
    transform: rotate(180deg);
    height: min-content;
    margin-bottom: 2.5vh;
}
.carousel-single-item{
    height: min-content;
    width: 43vh;
    display: block;
    margin: 28px;
    padding: 0;
}.carousel-single-item>a{
    height: min-content;
    width: 100%;
}
.carousel-single-item>a>img{
    width: 100%;
    height: 100%;
    background-size: cover;
}
.carousel-single-item>a>.imglink-1:hover{
    filter: invert(0.3);
    transition: ease 1s;
}
.carousel-single-item>a>.img-link-2:hover{
    filter: invert(1);
    transition: linear 0.2s;
}
.img-press{
    display: block;
    width: 20vh;
    height: 45vh;
    position: absolute;
    top: 200%;
    left: 0;
}

.modal-dialog{
    width: 100%;
    height: 100%;
}
.img-modal{
    display: inline;
    width: auto !important;
    height: 160vh !important;
}

/*
    ----------------- FINE PAGINA PRESS ------------
*/

.img-esperienze{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25vh;
    height: auto;
}

.row-esperienze{
    background: rgba(0, 0, 0, 0);
    padding: 4vh;
    margin-bottom: 0 !important;
}
.menu-divider-esperienze{
    height: 2px;
    width: 7vw;
    background-color: var(--beige);
    margin: auto;
}

.menu-divider-esperienze-2{
    height: 2px;
    width: 7vw;
    background-color: var(--btn-light-green);
    margin: auto;
}


.list-sardegna{
    list-style: none;
    font-size: 1.1em;
    font-weight: 100 !important;
    padding: 0 !important;
    color: var(--text-1);
    font-family: 'Alegreya Sans', sans-serif !important;
}.list-sardegna>li:before{
    content:"•"; 
    font-size:15pt;
    margin-right: 5px;
}
/*
----------------------------------------------
        INIZIO MEDIA QUERY SCHERMO DA 1536PX
*/
@media screen and (max-width: 1536px){

    .date-1{
        height: 13vh;
        width: auto;
        position: absolute;
        top: 7%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 99 !important;
    }
    .date-2{
        height: 13vh;
        width: auto;
        position: absolute;
        top: 48%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 99 !important;
    }
    .date-3{
        height: 13vh;
        width: auto;
        position: absolute;
        top: 46%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 99 !important;
    }
    .date-4{
        height: 13vh;
        width: auto;
        position: absolute;
        top: 38%;
        left: 26%;
        transform: translate(-50%, -50%);
        z-index: 99 !important;
    }
    .date-5{
        height: 13vh;
        width: auto;
        position: absolute;
        top: 2%;
        left: 20%;
        transform: translate(-50%, -50%);
        z-index: 99 !important;
        overflow: visible !important;
    }
    /*
        fine immagini float 
    */

    .caption-single-link-hover{
        text-align: center;
        width: 90%;
        height: fit-content;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        color: var(--white) !important;
        z-index: 99;
        display: none;
        font-size: 1em !important;
    }
}
/*
----------------------------------------------
        FINE MEDIA QUERY SCHERMO DA 1536PX
*/

/*
----------------------------------------------
        INIZIO MEDIA QUERY SCHERMO DA 1366PX
*/

@media screen and (max-width: 1366px){

    h1,h2,h3,h4.h5,h6{
        font-size: 2.1em !important;
    }
    p{
        font-size: 1em !important;
    }

    /*
    inizo immagini CHI-SIAMO 
    */
    .date-1{
        height: 13vh;
        width: auto;
        position: absolute;
        top: 9%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 99 !important;
    }
    .date-2{
        height: 13vh;
        width: auto;
        position: absolute;
        top: 57%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 99 !important;
    }
    .date-3{
        height: 13vh;
        width: auto;
        position: absolute;
        top: 52%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 99 !important;
    }
    .date-4{
        height: 13vh;
        width: auto;
        position: absolute;
        top: 41%;
        left: 29%;
        transform: translate(-50%, -50%);
        z-index: 99 !important;
    }
    .date-5{
        height: 13vh;
        width: auto;
        position: absolute;
        top: 2%;
        left: 20%;
        transform: translate(-50%, -50%);
        z-index: 99 !important;
        overflow: visible !important;
    }
    /*
    fine immagini CHI-SIAMO 
    */
}
/*
----------------------------------------------
        FINE MEDIA QUERY SCHERMO DA 1366PX
*/


/*
----------------------------------------------
        INIZIO MEDIA QUERY SCHERMO DA 1288PX
*/
@media screen and (max-width: 1280px){
    
    
    /*
        fine immagini float 
    */
}
/*
----------------------------------------------
        FINE MEDIA QUERY SCHERMO DA 1288PX
*/


/*
----------------------------------------------
        INIZIO MEDIA QUERY SCHERMO DA 1024PX
*/
@media screen and (max-width: 1024px){
    h1,h2,h3,h4,h5,h6{
        font-size: 1.7em !important;
    }
    p{
        font-size: 1em !important;
        line-height: normal;
    }
    
    /*
    ----------- INIZIO HOMEPAGE ---------------------
    */

    .slider-home-sx{
        height: 57vh;
        width: 100%;
        display: flex;
        flex-direction: row;
        background-color: var(--grey);
    }
    .slider-home-dx{
        height: 57vh;
        width: 100%;
        display: flex;
        flex-direction: row;
        padding: 0;
        background-color: var(--grey);
    }
    .caption-box-home{
        height: 100% !important;
        width: 100%;
        background-color: var(--grey);
    }
    .caption-box-home>div{
        height: 100%;
    }
    .caption-box-text>div{
        font-size: medium;
        position: relative;
    }
    .caption-box-text-l>div{
        font-size: medium;
        margin-left: auto;
        position: relative;
    }
    .text-banner{
        width: 30vh;
        height: min-content;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        margin-left: 5vh;
        margin-right: 5vh;
    }
    .caption-banner{
        width: 30vw;
    }
    .caption-slider{
        margin-top: 3vh;
    }

    .foto-wrapper{
        display: block;
        margin-top: 10vh;
        margin-bottom: 10vh;
        height: fit-content;
    }

    /*
    immgini della home
    */

    /*
    immgini della home
    */

    /*
        fine immagini float 
    */


    /*
        IMMAGINI GALLERY HOME
    */
    .gallery-home{
        height: 70vh;
        width: 100%;
    }

    .column-1{
        width: 34.1%;
        height: 100%;
        margin-right: 14px;
    }
    .column-2{
        width: 18.4%;
        height: 100%;
        margin: 0 14px 0 14px;
    }
    .column-3{
        width: 44.4%;
        height: 100%;
        margin-left: 14px;
    }
    /*
        FINE IMMAGINI GALLERY HOME
    */

    .banner-divider{
        height: 40vh;
        width: 100%;
        text-align: center;
        background-image: url("../img/home/02.webp");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        position: relative;
    }
    .banner-divider-overlay{
        width: 100%;
        height: 100%;
        background: linear-gradient(rgba(0, 0, 0, 0.582), rgba(0,0,0,0.048));
    }
    .text-banner-divider{
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: var(--white);
    }

    /*
    INIZIO SECTION IMG + LINKS
    */
    .section-links{
        height: 55vh;
        width: 100%;
    }
    .col-link-1{
        display: inline;
        width: 25.6%;
        height: 100%;
        padding: 0;
        margin-right: 28px;
    }
    .col-link-2{
        display: inline;
        width: 74.3%;
        height: 100%;
        padding: 0;
    }
    .section-single-link{
        position: relative;
    }
    .single-link{
        height: max-content;
        width: max-content;
        color: var(--white) !important;
        font-family: 'Cormorant Garamond', serif !important;
        text-align: center;
        font-size: 3em; 
    }
    /*
        FINE SECTION IMG + LINKS
    */

    /*
        INSTAGRAM DIVIDER
    */
    .instagram-cta-container{
        position: relative;
    }
    .instagram-divider{
        position: absolute;
        top: -5%;
        left:50%;
        transform: translate(-50%, -50%);
        background-color: rgb(255, 255, 255);
        padding-left: 2vw;
        padding-right: 2vw;
        font-size: 2em;
    }
    /*
        FINE INSTAGRAM DIVIDER
    */


    .section-guide{
        height: min-content;
        display: block;
        background-color: var(--grey);
    }
    .img-guida-container{
        height: 80%;
        width: 80%;
        margin: auto;
    }

    .box-offer{
        width: 350px;
        height: 350px;
        background-color: black;
        background-image: url("https://picsum.photos/600");

    }
    .section-social{
        height: 40vh;
        position: relative;
        display: block;
    }
    .social-divider{
        border-bottom: 4px solid var(--grey);
        height: 5px;
        width: 7vw;
    }
    /*
        ------------ FINE HOMEPAGE ---------------------
    */
    .box-room{
        height: 200px;
        width: 200px;
        display: block;
        margin: 10px;
        background-position: center;
    }
    .caption-box-room{
        color: var(--white);
        width: 100%;
        height: 100%;
        position: relative;
    }
    /*
    ------- IMMAGINI GALLERY HOME ----------
    */
    /*
        IMMAGINI GALLERY HOME
    */
    .column-1{
        width: 50vw !important;
        height: 70vh;
        margin-right: 15px;
    }
    .box-img-double{
        margin: 0 !important;
        width: max-content;
        height: auto;
        margin: 0 !important;
    }
    .row-container{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .row-1{
        height: 25vh;
        width: 100%;
        display: block;
        display: flex;
        flex-direction: row;
    }
    .row-2{
        height: 44vh;
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    .my-col-1{
        width: 25.7%;
        height: 100%;
        margin-right: 15px;
    }
    .my-col-2{
        height: 100%;
        width: 73%;
        padding-right: 15px;
    }
    .my-col-3{
        height: 100%;
        width: 30% !important;
        margin-right: 15px;
        margin-top: 15px;
        overflow: hidden;
    }
    .my-col-4{
        height: 100%;
        width: 30%;
        display: flex;
        flex-direction: column;
        margin-top: 15px;
    }
    .my-col-5{
        height: 100%;
        width: 41%;
        margin-right: 0;
    }
    /*
        FINE IMMAGINI GALLERY HOME
    */
    /*
        ------- FINE IMMAGINI GALLERY HOME ---------
    */

    /*
        INSTAGRAM DIVIDER
    */
    .instagram-cta-container{
        position: relative;
        margin-top: 3vh;
    }
    .instagram-divider{
        position: absolute;
        top: -5%;
        left:50%;
        transform: translate(-50%, -50%);
        background-color: var(--white);
        padding-left: 2vw;
        padding-right: 2vw;
        font-size: 2em;
    }
    /*
        FINE INSTAGRAM DIVIDER
    */


    /*
        ------- INIZIO PAGINA SERVIZI -----------
    */
    .box-img-section-link{
        position: relative;
        width: 25vh;
        height: 25vh;
        margin: 5px;
    }
    .img-section-links{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .section-img-caption{
        height: min-content;
    }
    /*
        ---------- FINE PAGINA SERVIZI --------------
    */


    /*
    IMMAGINI GALLERY HOME
    */
    .column-1{
        width: 30vw;
        height: 70vh;
        margin-right: 9px;
    }
    .box-img-double{
        margin: 0 !important;
        width: max-content;
        height: auto;
        margin: 0 !important;
    }
    .row-container{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .row-1{
        height: 25vh;
        width: 100%;
        display: block;
        display: flex;
        flex-direction: row;
    }
    .row-2{
        height: 44vh;
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    .my-col-1{
        width: 25.7%;
        height: 100%;
        margin-right: 10px;
    }
    .my-col-2{
        height: 100%;
        width: 73%;
        padding-right: 9px;
    }
    .my-col-3{
        height: 100%;
        width: 30% !important;
        margin-right: 10px;
        margin-top: 10px;
        overflow: hidden;
    }
    .my-col-4{
        height: 100%;
        width: 30%;
        display: flex;
        flex-direction: column;
        margin-top: 10px;
        margin-left: 10px;
    }
    .my-col-5{
        height: 100%;
        width: 53%;
        margin-top: 10px;
    }
    /*
        FINE IMMAGINI GALLERY HOME
    */

    
    /*
        CAMERE GENRICA
    */
    .carousel-single-item{
        background-color: var(--white);
    }
    .card{
        height: fit-content;
        width: 100%;
        padding-bottom: 3vh;
        background-color: var(--white);
        border: 0 !important;
    }
    .img-card{
        width: 100%;
        height: 223px;
        background-color: black;
        overflow: hidden;
    }

    .img-card-2{
        width: 100%;
        height: 135px;
        background-color: black;
        overflow: hidden;
    }

    .carousel-single-item{
        height: min-content;
        width: 43vh;
        display: block;
        margin: 28px;
        padding: 0;
    }
    .room-img{
        height: 30%;
        width: auto;
    }
    .room-icons{
        height: min-content;
        width: auto;
        text-align: center;
        margin-bottom: 1vh;
    }
    .room-caption{
        height: min-content;
        text-align: center;
        width: 100%;
        padding-left: 3vh;
        padding-right: 3vh;
    }
    /*
        FINE CAMERE GENERICA
    */
    .macchia-servizi{
        height: 30vh; 
        width: 30vh; 
    }
    .caption-single-link-hover{
        text-align: center;
        width: 90%;
        height: fit-content;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        color: var(--white) !important;
        z-index: 99;
        display: none;
        font-size: 0.5em !important;
    }
    
    
    /*
    --------- INIZO PAGINA SPAZI ----------
    */
    .spazi-gallery-1{
        height: 80vh;
    }
    .spazi-img-1{
        height: 100%;
        width: 64%;
        padding: 0;
        margin-right: 24px;
    }
    .spazi-img-2{
        height: 100%;
        width: 33.7%;
        padding: 0;
    }
    
    .spazi-gallery-2{
        height: 50vh;
    }
    .spazi-img-3{
        height: 100%;
        width: 54%;
        padding: 0;
        margin-right: 28px;
    }
    .spazi-img-4{
        height: 100%;
        width: 43%;
        padding: 0;
    }
    /*
        --------- FINE PAGINA SPAZI ----------
    */
}
/*
        FINE MEDIA QUERY SCHERMO DA 1024PX
*/



/*
        INIZIO MEDIA QUERY SCHERMO DA 768PX
*/
@media screen and (max-width: 768px){
    p{
        font-size: 1em !important;
    }
    h1,h2,h3,h4,h5,h6{
        font-size: 1.5em !important;
    }
    /*
        BUTTONS
    */
    .my-btn{
        font-family: 'Playfair Display', serif;
        padding: 10px;
        text-decoration: none;
        color: var(--white);
        border: none;
        display: inline-block;
    }
    .menu-btn{
        padding-left: 6px;
        padding-right: 6px;
        background-color: var(--black);
    }
    .btn-beige-press{
        font-family: 'Cormorant Garamond', serif !important;
        font-weight: bold;        
        border: 2px solid var(--beige) !important;
        color: var(--beige);
        background-color: rgba(0, 0, 0, 0);
        width: max-content;
        font-size: 1.2em;
        padding: 1.5vh;
        padding-left: 2vh;
        padding-right: 2vh;
        margin: 10px;
    }.btn-beige-press:hover{
        background-color: var(--btn-light-green);
        color: var(--white);
        border: 2px solid var(--btn-light-green) !important;
    }

    /*
        FINE BUTTONS
    */

    /*
            INIZIO HOMEPAGE
    */
    .slider-home-sx{
        position: relative;
        height: 63vh;
        width: 100%;
        display: flex;
        flex-direction: row;
        padding: 0;
    }
    .caption-slider-home-sx>div{
        width: 70%;
        margin-left: 3vh;
    }
    .slider-home-dx{
        height: 63vh;
        width: 100%;
        display: flex;
        flex-direction: row;
        padding: 0;
    }
    .caption-slider-home-dx>div{
        width: 70%;
        margin-right: 3vh !important;
    }
    .foto-wrapper{
        display: block;
        margin-top: 10vh;
        margin-bottom: 10vh;
        height: fit-content;
    }
    /*
            FINE HOMEPAGE
    */
    .follow-us{
        display: block;
        margin: 2vh 5px 0 0;
    }
    .caption-slider{
        margin-top: 3vh;
    } 
    .text-guida-container{
        position: relative;
        font-size: small;
    }.text-guida-container>div{
        margin: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .banner-divider{
        height: 30vh;
        width: 100%;
        text-align: center;
        background-image: url("../img/home/02.webp");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        position: relative;
    }
    .box-img-double{
        margin: 0 !important;
        width: 25vw;
        height: auto;
        margin: 0 !important;
    }
    .section-img-7{
        width: 21vw;
        height: 37vh;
        position: absolute;
        right: 0;
        bottom: 0;
        overflow: hidden;
    }
    /*
    IMMAGINI GALLERY HOME
    */
    .column-1{
        width: 30vw;
        height: 70vh;
        margin-right: 9px;
    }
    .column-2{
        width: 20vw;
        height: 70vh;
        flex-direction: column;
    }
    .column-3{
        width: 50vw;
        height: 70vh;
        margin-left: 10px;
        position: relative;
    }
    .box-img-double{
        margin: 0 !important;
        width: 20vw;
        height: auto;
        margin: 0 !important;
    }

    /*
        FINE IMMAGINI GALLERY HOME
    */

    /*
    IMMAGINI GALLERY HOME
    */
    .column-1{
        width: 30vw;
        height: 70vh;
        margin-right: 9px;
    }
    .box-img-double{
        margin: 0 !important;
        width: max-content;
        height: auto;
        margin: 0 !important;
    }
    .row-container{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .row-1{
        height: 25vh;
        width: 100%;
        display: block;
        display: flex;
        flex-direction: row;
    }
    .row-2{
        height: 44vh;
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    .my-col-1{
        width: 25.1%;
        height: 100%;
        margin-right: 10px;
    }
    .my-col-2{
        height: 100%;
        width: 73%;
    }
    .my-col-3{
        height: 100%;
        width: 29.5% !important;
        margin-right: 10px;
        margin-top: 10px;
        overflow: hidden;
    }
    .my-col-4{
        height: 100%;
        width: 30%;
        display: flex;
        flex-direction: column;
        margin-top: 10px;
    }
    .my-col-5{
        height: 100%;
        width: 53%;
        margin-top: 10px;
    }    
    /*
        FINE IMMAGINI GALLERY HOME
    */
    /*
        INSTAGRAM DIVIDER
    */
    .section-social{
        height: 40vh;
        position: relative;
        display: block;
        margin: 0 !important;
        padding-top: 2vh;
    }
    .instagram-cta-container{
        position: relative;
    }
    .instagram-divider{
        position: absolute;
        top: -5%;
        left:50%;
        transform: translate(-50%, -50%);
        background-color: var(--white);
        padding-left: 2vw;
        padding-right: 2vw;
    }
    /*
        FINE INSTAGRAM DIVIDER
    */
    .box-room{
        height: 170px;
        width: 170px;
        display: block;
        margin: 10px;
        background-position: center;
    }

    /*
        CAMERE GENRICA
    */

    .carousel-single-item-room{
        background-color: var(--white) !important;
        padding: 2vh;
    }
    .card{
        height: fit-content;
        width: 100%;
        padding-bottom: 3vh;
        background-color: var(--white);
    }
    .img-card{
        width: 100%;
        height: 55%;
        background-color: black;
        overflow: hidden;
    }
    /*
        FINE CAMERE GENERICA
    */


    .box-img-section-link{
        width: 46vh;
        height: 46vh;
    } 
    .caption-single-link-hover{
        font-size: 0.8em !important;
    }
    .macchia-servizi{
        height: 20vh; 
        width: 20vh; 
    }

        /*
    --------- INIZO PAGINA SPAZI ----------
    */
    .spazi-gallery-1{
        height: 70vh;
    }
    .spazi-img-1{
        height: 100%;
        width: 63%;
        padding: 0;
        margin-right: 24px;
    }
    .spazi-img-2{
        height: 100%;
        width: 33.7%;
        padding: 0;
    }
    
    .spazi-gallery-2{
        height: 40vh;
    }
    .spazi-img-3{
        height: 100%;
        width: 53%;
        padding: 0;
        margin-right: 28px;
    }
    .spazi-img-4{
        height: 100%;
        width: 43%;
        padding: 0;
    }
    /*
        --------- FINE PAGINA SPAZI ----------
    */

    /*
    ----------- INIZIO PAGINA PRESS ----------
    */

    .carousel-single-item{
        height: min-content;
        width: 33vh;
        display: block;
        margin: 18px;
        padding: 0;
    }.carousel-single-item>a{
        height: min-content;
        width: 100%;
    }
    .carousel-single-item>a>img{
        width: 100%;
        height: 100%;
        background-size: cover;
    }
    .carousel-single-item>a>.imglink-1:hover{
        filter: invert(0.3);
        transition: ease 1s;
    }
    .carousel-single-item>a>.img-link-2:hover{
        filter: invert(1);
        transition: linear 0.2s;
    }
    .img-press{
        display: block;
        width: 20vh;
        height: 45vh;
        position: absolute;
        top: 200%;
        left: 0;
    }

    /*
        ----------------- FINE PAGINA PRESS ------------
    */

}
/*
        FINE MEDIA QUERY SCHERMO DA 768PX
*/

/*
        INIZIO MEDIA QUERY SCHERMO DA 425PX
*/
@media screen and (max-width: 571px){
    
    .subcontainer-loader{
        width: max-content;
        height: max-content;
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    p{
        font-size: 1.1em !important;
    }
    .nav-mobile{
        display: block;
        background-color: var(--grey) !important;
        z-index: 999;
        height: 100%;
    }
    .navbar-position{
        display: none !important;
    }
    .map{
        border:0; 
        width: 100%; 
        height:100%;
    }
    .more-content{
    padding-left: 10vw;
    padding-right: 10vw;
    width: 100%;
    font-size: 1.1em;
    transition-timing-function: ease-in-out;
}
    /*
    ---- INIZIO SLIDER IMG SX
    */
    .slider-location{
        padding: 0%;
        height: min-content !important;
        width: 100%;
        display: flex;
        flex-direction: column;
        margin: 0 !important;
    }
    .slider-home-sx{
        padding: 0 !important;
        width: 100%;
        height: max-content !important;
        display: flex;
        flex-direction: column;
        margin: 2vh 0 2vh 0; 
    }
    .img-slider-home-sx{
        height: 30vh;
        width: auto;
    }
    .caption-divider{
        padding-left: 10vw;
        padding-right: 10vw;
        width: 100%;
        margin: 7vh 0 7vh 0 ;
        display: block;
    }
    .caption-slider-home-sx{
        display: block;
        height: max-content;
        width: auto;
        margin-top: 6vh;
        margin-bottom: 6vh;
    }.caption-slider-home-sx>div{
        text-align: center;
        display: block;
        margin: auto;
        width: 80%;
    }
    /*
    ---- FINE SLIDER IMG SX
    */
    /*
        ---- INIZIO SLIDER IMG DX
    */
    .slider-home-dx{
        padding: 0 !important;
        width: 100%;
        height: max-content !important;
        display: flex;
        flex-direction: column-reverse;
        margin: 2vh 0 2vh 0; 
    }
    .img-slider-home-dx{
        height: 30vh;
        width: auto;
    }
    .caption-slider-home-dx{
        display: block !important;
        height: max-content;
        width: auto;
        margin-top: 6vh;
        margin-bottom: 6vh;
    }.caption-slider-home-dx>div{
        text-align: center;
        display: block !important;
        margin: auto !important;
        width: 80% !important;
    }
    /*
        ---- FINE SLIDER IMG DX
    */


    .text-banner{
        display: block;
        width: 100%;
        height: min-content;
        margin-left: auto;
        position: absolute !important;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .row-caption-home{
        background-color: var(--grey);
    }
    .caption-box{
        height: 80vh !important;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .banner-divider{
        height: 30vh;
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
        background-image: url("../img/home/02.webp");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        position: relative;
    }

    /*
    ----- INIZIO PAGINA FOOD & WINE -------
    */
    .img-footer{
        height: 30vh;
        position: relative;
        padding: 0;
        margin-bottom: 0 !important;
    }
    .img-footer>.img-1{
        height: 22vh;
        width: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .img-footer>.img-2{
        height: 16vh;
        width: 16vh;
        position: absolute;
        bottom: 0;
    }
    .img-footer>.img-3{
        height: 10vh;
        width: 10vh;
        position: absolute;
        bottom: 0;
    }
    .img-footer>.img-4{
        height: 25vh;
        width: 35vh;
        position: absolute;
        bottom: 0;
    }
    .img-footer>.img-5{
        height: 31vh;
        width: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .img-footer>.img-6{
        height: 16vh;
        width: auto;
        position: absolute;
        bottom: 0;
    }
    .img-footer>.img-7{
        height: 25vh;
        width: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    /*
        ----- FINE PAGINA FOOD & WINE -------
    */

        /*
        CAMERE GENRICA
    */
    .card{
        height: fit-content;
        width: 100%;
        padding-bottom: 3vh;
        background-color: var(--white);
    }
    .img-card{
        width: 100%;
        height: 35%;
        background-color: black;
        overflow: hidden;
    }
    /*
        FINE CAMERE GENERICA
    */
    .box-room-hr{
        position: absolute;
        top: 57%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 2px;
        width: 8vw;
        background-color: var(--white);
    }

    .box-room{
        height: 140px;
        width: 140px;
        display: block;
        margin: 10px;
        background-position: center;
    }

        /*
    ----------- INIZIO PAGINA PRESS ----------
    */

    .carousel-single-item{
        height: min-content;
        width: 50vh;
        display: block;
        margin: auto;
        padding: 0;
    }.carousel-single-item>a{
        height: min-content;
        width: 100%;
    }
    .carousel-single-item>a>img{
        width: 100%;
        height: 100%;
        background-size: cover;
    }
    .carousel-single-item>a>.imglink-1:hover{
        filter: invert(0.3);
        transition: ease 1s;
    }
    .carousel-single-item>a>.img-link-2:hover{
        filter: invert(1);
        transition: linear 0.2s;
    }
    .img-press{
        display: block;
        width: 20vh;
        height: 45vh;
        position: absolute;
        top: 200%;
        left: 0;
    }
    .modal-content{
        width: max-content;
    }
    .modal-dialog{
        width: 100%;
        height: 100%;
    }
    .img-modal{
        display: inline;
        width: auto !important;
        height: 80vh !important;
    }
    
    /*
        ----------------- FINE PAGINA PRESS ------------
    */

    .carousel-rooms{
        height: 70vh;
    }
    .room-img{
        height: 26vh;
        width: auto;
    }


    .box-room-mobile{
        height: 30vh;
        width: 30vh;
        background-position: center;
        margin: auto;
    }
    .carousel-control-prev-icon{
        background-color: var(--btn-light-green);
        padding: 2vh;
    }
    .carousel-control-next-icon{
        background-color: var(--btn-light-green);
        padding: 2vh;
    }


    .ds-box{
        display: inline-block;
        height: 32vh;
        width: 32vh;
        position: relative;
        padding: 0;
        background-color: #DBD5CC;
    }

    .col-my{
        width: none;
    }
    .date-caption{
        width: 100vw !important;
        padding: 0 2vh 0 2vh;
    }
    .date-mobile{
        width: 100vw !important;
        padding: 0 2vh 0 2vh;
    }
    .img-chi-siamo-1{
        height: 30vh; 
        width: 100vw;
        margin: auto;
        object-fit: cover;
        -o-object-fit: cover;
    }
    .img-chi-siamo-2{
        height: 20vh; 
        width: 100vw;
        margin: auto;
        object-fit: cover;
        -o-object-fit: cover;
    }
    .date-1{
        height: 13vh;
        width: auto;
        position: absolute;
        top: 7%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 99 !important;
    }
    .date-2{
        height: 11vh;
        width: auto;
        position: absolute;
        top: 40;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 99 !important;
    }
    .date-3{
        height: 13vh;
        width: auto;
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 99 !important;
    }
    .date-4{
        display: block;
        height: 13vh;
        width: auto;
        position: absolute;
        top: 4%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 99 !important;
    }
    .date-5{
        height: 13vh;
        width: auto;
        position: absolute;
        top: 2%;
        left: 20%;
        transform: translate(-50%, -50%);
        z-index: 99 !important;
    }   

    .ds-box-caption{
        width: 100%;
        height: min-content; 
        text-align: center;
        font-size: 0.8em;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        padding: 1vh !important;
    }
    .icon-servizi{
        width: 70px;
        height: auto;
        margin: auto;
    }
}
/*
        FINE MEDIA QUERY SCHERMO DA 425PX
*/

/*
        INIZIO MEDIA QUERY SCHERMO DA 375PX
*/
@media screen and (max-width: 375px){
    .menu-btn{
        margin: auto;
        width: 60px;
        height: 60px;
        padding-left: 6px;
        padding-right: 6px;
        background-color: var(--black);
    }
    
    .slider-home{
        height: 60vh !important;
        background-color: var(--grey);
    }

            /*
        CAMERE GENRICA
    */
    .card{
        height: fit-content;
        width: 100%;
        padding-bottom: 3vh;
        background-color: var(--white);
    }
    
    .img-card{
        width: 100%;
        height: 35%;
        background-color: black;
        overflow: hidden;
    }
    /*
        FINE CAMERE GENERICA
    */


    .date-1{
        height: 13vh;
        width: auto;
        position: absolute;
        top: 6%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 99 !important;
    }
    .date-2{
        height: 11vh;
        width: auto;
        position: absolute;
        top: 42%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 99 !important;
    }
    .date-3{
        height: 13vh;
        width: auto;
        position: absolute;
        top: 42%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 99 !important;
    }
    .date-4{
        display: block;
        height: 13vh;
        width: auto;
        position: absolute;
        top: 4%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 99 !important;
    }
}
/*
        INIZIO MEDIA QUERY SCHERMO DA 375PX
*/

/*
        INIZIO MEDIA QUERY SCHERMO DA 320PX
*/
@media screen and (max-width: 320px){
    
    .menu-btn{
        margin: auto;
        width: 50px;
        height: 50px;
        padding-left: 6px;
        padding-right: 6px;
        background-color: var(--black);
    }
    
    .slider-home{
        height: 66vh !important;
        background-color: var(--grey);
    }

                /*
        CAMERE GENRICA
    */
    .card{
        height: fit-content;
        width: 100%;
        padding-bottom: 3vh;
        background-color: var(--white);
    }
    .img-card{
        width: 100%;
        height: 35%;
        background-color: black;
        overflow: hidden;
    }
    /*
        FINE CAMERE GENERICA
    */

    .date-1{
        height: 13vh;
        width: auto;
        position: absolute;
        top: 5%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 99 !important;
    }
    .date-2{
        height: 11vh;
        width: auto;
        position: absolute;
        top: 38%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 99 !important;
    }
    .date-3{
        height: 13vh;
        width: auto;
        position: absolute;
        top: 37%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 99 !important;
    }
    .date-4{
        display: block;
        height: 13vh;
        width: auto;
        position: absolute;
        top: 5%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 99 !important;
    }
}
/*
        FINE MEDIA QUERY SCHERMO DA 320PX
*/
