@font-face {
    font-family: Gotham-Book;
    font-style: normal;
    font-display: swap;
    src: url(/fonts/gotham-book.woff?9c31de858cfa774db7b62dad70875c37);
    }
    @font-face {
    font-family: CormorantGaramond;
    font-style: normal;
    font-display: swap;
    src: url(/fonts/cormorantgaramond.woff2?a8d322e27ddbde71d6254d7d884fef09);
    }
    button, button:focus, button:active{
        outline: none;
    }
    a:hover, a:focus, a:active{
        text-decoration: none;
    }
    .scroll{
        background-color: transparent;
        width: 95vw;
        height: 40vh;
        overflow: auto;
    }
    .subtitle{
        font-family:CormorantGaramond;
        font-size: 40px;
        color:#6e6865;
    }
    .fontwhite{color: white !important;}
    .subtitle2{
        font-family:CormorantGaramond !important;
        font-size: 25px !important;
        color:#6e6865
    }
    /* .text{font-family:Gotham-Book !important;
        font-size:18px !important;
        color:#6e6865;
        line-height:35px !important;
    } */

    .subtitle-m{
        font-family:CormorantGaramond;
        font-size: 30px;
        color:#6e6865
    }
    .subtitle2-m{
        font-family:CormorantGaramond;
        font-size: 20px;
        color:#6e6865
    }
    .text-m{
        font-family:Gotham-Book;
        font-size:15px!important;
        color:#6e6865;
        line-height:25px;
    }

    .button1{
        background-color:transparent;
        border:1px solid #6eafbe;
        display:inline-block;
        cursor:pointer;
        color:#6eafbe;
        padding:8px 50px;
        text-decoration:none;
        font-family: gotham-book;
        letter-spacing: 1.25px;
        font-size:15px;
    }
    .button1:hover {
        background-color:#6eafbe;
        color: white;
        text-decoration:none;
    }
    .button1-m{
        background-color:transparent;
        border:1px solid #6eafbe;
        display:inline-block;
        cursor:pointer;
        color:#6eafbe;
        width:100%;
        padding:8px 10px;
        text-decoration:none;
        font-family: gotham-book;
        letter-spacing: 1.25px;
        position:relative;
        bottom:1px;
    }
    .button1-m:hover {
        background-color:#6eafbe;
        color: white;
        text-decoration:none;
    }

    .button2{
        background-color:transparent;
        border: none;
        border-bottom: 1px solid #6eafbe;
        display:inline-block;
        cursor:pointer;
        color:#6eafbe;
        font-size:15px;
        padding:7px 5px;
        text-decoration:none;
        font-family: gotham-book;
        letter-spacing: 1.25px;
    }
    .button2:hover {
        /*background-color:#6eafbe; */
        /*color: white;*/
        text-decoration:none;
    }
    .button2-m{
        background-color:transparent;
        border: none;
        border-bottom: 1px solid #6eafbe;
        display:inline-block;
        cursor:pointer;
        color:#6eafbe;
        font-size:15px!important;
        padding:7px 5px;
        text-decoration:none;
        font-family: Gotham-Book;
        letter-spacing: 1.25px;
    }
    .button2-m:hover {
        background-color:#6eafbe;
        color: white;
        text-decoration:none;
    }

    .button3{
        background-color:transparent;
        border:1px solid #6e6865;
        display:inline-block;
        cursor:pointer;
        color:#6e6865;
        padding:3px 10px;
        text-decoration:none;
        font-family: Gotham-Book;
        letter-spacing: 1.25px;
        position:absolute;
        align-items: center
    }
    .button3:hover {
        background-color:#6e6865;
        color: white;
        text-decoration:none;
    }
    .title-card{
        font-family:CormorantGaramond-Regular;
        font-size:25px;
        color:#6e6865;
    }
    .title-card-m{
        font-family:CormorantGaramond-Regular;
        font-size:20px;
        color:#6e6865;
        line-height:25px;
    }
    .title-text{
        font-family:Gotham-Book;
        font-size:18px;
        color:#6e6865;
    }
    .title-text-m{
        font-family:Gotham-Book;
        font-size:15px;
        color:#6e6865;
        line-height:25px;
    }
    .card{
        width:100%!important;
        border-radius: 0px !important;
        border:0px !important;
        margin-bottom:5%
    }
    .card-body{
        padding-bottom: 10%
    }
    .card-height{
        height: fit-content
    }
    .card-height-m{
        height: fit-content
    }
    .card-img-top{
        border-radius:0px !important
    }
    .list {
        list-style-image: url('../images/villas/Features/sand.png')
    }

    .loaded {
        display: block;
    }
    .unloaded {
        display: none;
    }
    .row-img{
        position: relative;
        display:inline-block;
        width:100vw
    }
    .text-img{
        position:absolute
    }

    .nav-link.active{
        border-color:transparent !important;
        color:#6eafbe !important;
    }
    .btn-light{
        background-color: transparent !important;
        border:0px !important;
        color:#6e6865!important;
    }
    .btn-light.active{
        background-color:transparent!important;
        color: #6eafbe !important;
        border-color: transparent!important;
        border-bottom: 1px solid #6eafbe !important;
        border-radius: 0px!important;
    }
    .nav-tabs{
        border-color:transparent !important;
    }
    .inputs{
        border: solid gray 1px;
        font-family:Gotham-Book;
        height: 50px;
        margin: 7px;
        background-color: transparent;
        color:#6e6865;
    }
    .inputs::placeholder{
        color:#6e6865;
        opacity: 1;
    }
    .nav-rooms-ul__item.active {
        border-bottom-color: #6eafbe!important;
    }.nav-rooms-ul__item.active a {
        color: #6eafbe !important;
    }
    .nav-rooms-ul__item{
        border-bottom:solid 1px #6e6865!important ;
        color: #6e6865!important;
    }
    .nav-rooms-ul__item a{
        color:#6e6865!important ;
       
    }

    .nav-rooms-ul__item a:hover{
        text-decoration:none;
        color: #6eafbe!important;
    }

    @media screen and (min-width:991px) {
        #gallery {
            padding: 60px 30px 0 30px
        }
    }

    .img-wrapper {
        position: relative;
        margin-top: 15px
    }

    .img-wrapper img {
        width: 100%
    }

    .img-overlay {
        background: rgba(0, 0, 0, .7);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0
    }

    .img-overlay i {
        color: #fff;
        font-size: 3em
    }

    #overlay {
        background: rgba(0, 0, 0, .7);
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 999;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    #overlay img {
        margin: 0;
        width: 80%;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
        padding: 5%
    }


    @media screen and (min-width:1200px) {
        #overlay img {
            width: 50%
        }
    }

    #nextButton {
        color: #fff;
        font-size: 2em;
        transition: opacity .8s
    }

    #nextButton:hover {
        opacity: .7
    }


    #prevButton {
        color: #fff;
        font-size: 2em;
        transition: opacity .8s
    }

    #prevButton:hover {
        opacity: .7
    }

    #exitButton {
        color: #fff;
        font-size: 2em;
        transition: opacity .8s;
        position: absolute;
        top: 15px;
        right: 15px
    }

    #exitButton:hover {
        opacity: .7
    }

    .text-secondary {
        color: black!important
    }

    body {
        background: white
    }

    .filter-tab li {
        flex: auto
    }

    .filter-tab li.active {
        background-color: white!important;
        border-bottom: 1px solid #6eafbe !important;
        color: #6eafbe !important;
        border-radius: 0px;
    }

    

    .gallery-container .gallery-image{
        display: none
    }

    .gallery-container .gallery-image.showed {
        display: block
    }

    .text-secondary {
        color: black!important
    }

    body {
        background: white
    }

    .filters_wrapper_m {
        width: 70%;
        display: grid;
        grid-template-columns: repeat(10, 1fr);
        grid-gap: 15px;
        list-style: none;
        margin: 0 auto 10px;
        padding: 0
    }

    .filters_wrapper_m li {
        flex: auto
    }

    .filters_wrapper_m li.active {
        background-color: white!important;
        border-bottom: #6eafbe!important;
        color: #6eafbe!important
    }

    .gallery-wrapper-m {
        width: 90vw;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px;
        height: fit-content;
    }

    .gallery-wrapper-m .card-item-m {
        display: none;
    }

    .gallery-wrapper-m .card-item-m.showed {
        display: block;
    }

    .gallery-wrapper-m .card-item-m.unshowed {
        display: none;
    }

    .gallery-wrapper-m .card-item-m .picture-wrapper-m {
        display: block;
        height: 200px;
        overflow: hidden
    }

    .gallery-wrapper-m .card-item-m .picture-wrapper-m img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
}
@media screen and (max-width:575px) {
    .parent {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(1, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        width: 100%;
    }
}
.gallery-image:hover .icons-buttons{
    opacity: 1;
    
}
.gallery-image{
    position:relative;
    background-color: rgba(110, 175, 190, .6);
    overflow: hidden;
    height: 200px;
    cursor:default;
}
.gallery-image img{
    opacity:1 ;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-image:hover .item-image{
    opacity: .15;
}
.icons-buttons{
    position: absolute;
    top: calc(50% - 16px);
    top: -webkit-calc(50% - 16px);;
    opacity: 0;
    width: 80px;
    left: calc(50% - 40px);
    left: -webkit-calc(50% - 40px);
    display: flex;
    justify-content: space-around;
}
.html5-elem-box{max-height: none!important;}
#html5lightbox-watermark{display: none!important;}
#html5-lightbox-box{margin: 5% auto !important;}
.newsletter-form__input-container{
    min-width: 103px !important;
}
.newsletter-container{
    max-width: none;
}

.font-white{
    color:white !important;
}
@media screen and (min-width:1000px) {
    .pool-text{
        width: 45% !important;
        font-size: 17px;
        padding-bottom: 0;
        margin-top: 2rem;
        text-align: left;
    }
}

@media screen and (min-width:768px) {
    .newsletter-title-content{
        margin-top: 5%;
    }
    .text-center_mobile{
        text-align: center;
    }
    #exitButton {
        font-size: 3em
    }
    #prevButton {
        font-size: 3em
    }
    #nextButton {
        font-size: 3em
    }
    #overlay img {
        width: 60%
    }
    .pool-text{
        width: 55%;
    }
    @media screen and (max-width:500px){
        .text-phone {
            left:0 !important;
            transform: none !important;
        }
        .slide-content-sub-container{
            left:0 !important;
            transform: none !important;
        }
        
    }
    .arrow-position-left{
        position: absolute;
        left: -50px !important;
        top: 40px !important;
    }
    .arrow-position-right{
        position: absolute;
        right: -50px !important;
        top:40px !important;
    }
    @media screen and (max-width:768px) {
        .arrow-position-left{
            position: absolute;
            
            top: 0 !important;
        }
        .arrow-position-right{
            position: absolute;
            
            top:0 !important;
        }
    }
    
}
