@font-face {
    font-family: 'gothambook';
    src: url('../font/gotham/GothamTR-Book.woff2') format('woff2'), url('../font/gotham/GothamTR-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


#finesse #logo img{
    width:15%;
}

#finesse-footer {
    background-color: #3c3c3b;
}

#finesse #language-list ul li .menu-items:hover {
    background-color: #3c3c3b;
    border: 1px solid white;
    color: white;
}

#finesse #language-list ul li .menu-items span:hover {
    color: white !important;
}

#user-name {
    margin-top: 5%;
}

    #user-name a {
        text-decoration: none;
        color: #fff;
    }

    #user-name h6 {
        font-size: 1vw; 
        text-align: center;
    }

.upper-scale-line {
    width: 100%;
    height: 20%;
    padding: 0 5%;
    position: relative;
    margin-top: 1%;
}

#upper-scale-header{
    width:100%;
    text-align:center;
    padding:0 5%;  
}

#upper-scale-header-title{
    width:36%;
    margin-left:32%;
    text-align:right;
}

#upper-scale-header h3 {
    color: #3c3c3b;
    font-size: 2.2vw;
    letter-spacing: .15vw;
    font-weight: 400 !important;
}

#upper-scale-header h1 {
    color: #3c3c3b;
    font-size: 2.2vw;
    letter-spacing: .15vw;
    font-weight: 400 !important;
}

#upper-scale-header h3 span{
    font-size:1.4vw;
}

#upper-scale-header p{
    font-size:.9vw;
    margin-top:2%;
}

#upper-scale-line-content{
    position:relative;
    margin:2% 0 7% 0;
    color:white;
}

#upper-scale-line-content #upper-scale-image{
    position:relative;
    width:50%;
    height:80%;
    margin-top:0;
    z-index: 1;
}

#upper-scale-line-content #upper-scale-image img{
    
    width:100%;
}

#upper-scale-line-content #upper-scale-text{
    position: absolute;
    right:0;
    top:5%;
    margin-top:5%;
    width:60%;
    background-color:#3c3c3b;
    padding:6% 5% 7% 15%;
    color:white;
}

#upper-scale-line-content #upper-scale-text h2{
    font-size:3.7vw;
    letter-spacing:1vw;
    font-weight:400;
    color:white;
    margin:0;
}

#upper-scale-line-content #upper-scale-text h5{
    font-size:2vw;
    font-family:gothambook!important;
    letter-spacing:.7vw;
    color:white;
    font-weight:400;
}

#upper-scale-line-content #upper-scale-text h6{
    font-size:1.6vw;
    font-family:gothambook!important;
    font-weight:400;
    color:white;
}

#upper-scale-line-content #upper-scale-text p{
    font-size:1.1vw;
    color:white;
    margin:3% 0 0 0;
}


#upper-scale-description{
    margin-top:10%;  
}

@media(max-width:768px){



    #upper-scale-header h3 {
        font-size: 4vw;
    }

        #upper-scale-header h3 span {
            font-size: 3vw;
        }
    #upper-scale-header-title{
        width:60%;
        margin-left:20%;
        text-align:right;
    }
    
    #upper-scale-header h4{
        font-size:3.5vw;
        letter-spacing:.15vw;
    }
    
    #upper-scale-header h4 span{
        font-size:2.5vw;
    }
    
    #upper-scale-header p{
        font-size:2vw;
        margin-top:2%;
    }
    #upper-scale-line-content #upper-scale-image{
        position:relative;
        width:100%;
        height:50%;
        margin-top:0;
        z-index: 1;
    }
    
    #upper-scale-line-content #upper-scale-image img{
        
        width:100%;
    }
    
    #upper-scale-line-content #upper-scale-text{
        position: static;
        margin-top:0;
        width:100%;
        background-color:#1a1a1a;
        padding:5%;
        color:white;
    }
    
#upper-scale-line-content #upper-scale-text h2{
    font-size:6vw;
    letter-spacing:2vw;
    font-weight:400;
    color:white;
}

#upper-scale-line-content #upper-scale-text h5{
    font-size:4vw;
    font-family:gothambook!important;
    letter-spacing:1.5vw;
    color:white;
    font-weight:400;
}

#upper-scale-line-content #upper-scale-text h6{
    font-size:3vw;
    font-family:gothambook!important;
    font-weight:400;
    color:rgba(255, 255, 255, .7);
}

#upper-scale-line-content #upper-scale-text p{
    font-size:2vw;
    color:white;

}

}


.it-is-stillness{
    width:  100%;
    padding: 0 0 0 5%;
    margin-top:5%;
}

#it-is-stillness-text{
    width:100%;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

#it-is-stillness-text h4{
    font-size:4vw;
    letter-spacing:.5vw;
    font-weight:bold;
    color:#b2b2b2;
}

    #it-is-stillness-text h6 {
        font-size: 1.2vw;
        font-weight: 400;
        margin-top: 2%;
        letter-spacing: .2vw;
        color: #b2b2b2;
    }

#it-is-stillness-image{
    width:100%;
}

#it-is-stillness-image img{
    width:100%;
}



/*Wisdom Stone*/
.wisdom-stone{
    margin-top:5%;
}



#wisfom-stone-text {
    float: left;
    font-size: .9vw;
    line-height: 2.2vw;
    width: 40%;
    height: 100%;
    padding: 0 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #575756;
}
#wisfom-stone-text p{
    margin-top:5%;
}

#wisfom-stone-title{
    
    float:left;
    background-color:#3c3c3b;
    width:60%;
    height:100%;
    padding:0 10%;
    display:flex;
    flex-direction:column;
    justify-content: center;
}

    #wisfom-stone-title h4 {
        font-size: 5vw;
        letter-spacing: 1vw;
        color: white;
        text-align: left;
        margin-left: 12%;
    }

@media(max-width:768px){


    #it-is-stillness-text p {
        margin: 0;
    }
    #it-is-stillness-text h6 {
        font-size:2.4vw;
    }
    #wisfom-stone-text{
        font-size:2.5vw;
        line-height:4.5vw;
        padding:5%;
        display:flex;
        flex-direction:column;
        justify-content: center;
    }
    
    #wisfom-stone-title{
        background-color:#3c3c3b;
        height:100%;
        display:flex;
        padding:5%;
        flex-direction:column;
        justify-content: center;
        text-align:center;
    }
    
    #wisfom-stone-title h4{
        font-size:10vw;
        letter-spacing:20px;
        color:white;
        text-align:left;
    }
}


/*.paloma-hotels-item-text-des {
    height: 102px
}

@media(max-width:1500px){
    .paloma-hotels-item-text-des {
        height: 80px
    }
}

@media(max-width:1100px) {
    .paloma-hotels-item-text-des {
        height: 50px
    }
}

@media(max-width:768px) {
    .paloma-hotels-item-text-des {
        height: 90px
    }
}

@media(max-width:550px) {
    .paloma-hotels-item-text-des {
        height: 60px
    }
}

@media(max-width:400px) {
    .paloma-hotels-item-text-des {
        height: 70px
    }
}*/

.paloma-hotels #paloma-hotels-item-discovery .discovery-button {
    margin-left: 0 !important;
    padding: 0;
    outline-color: #4a4a49;
    border: 1px solid #4a4a49;
}
    .paloma-hotels #paloma-hotels-item-discovery .discovery-button:focus {
        margin-left: 0 !important;
        padding: 0;
        outline: none;
    }
.paloma-hotels #paloma-hotels-item-discovery .discovery-button:active{
    margin-left:0!important;
    padding:0;
    outline:none;
}


#finesse #orenda-discovery h4 {
    font-size: 1.2vw;
    margin-top: 2%;
    font-weight: 400;
    letter-spacing: 0vw;
    color: #4a4a49;
}

#finesse-card-slide #paloma-hotels-item-text h4 {
    margin-bottom: 2%;
}

#finesse-card-slide #paloma-hotels-item-text p {
    margin:0;
}

.card-slider #paloma-hotels-item-text {
    text-align: center;
    padding: 0 3%;
}

    .card-slider #paloma-hotels-item-text p {
        font-size: .9vw;
        text-align: left;
        color: #3c3c3b;
        font-family:gothambook!important;
    }

#card-slider-title{
    width:100%;
    text-align:center;
}

    #card-slider-title h2 {
        font-size: 2vw;
        letter-spacing: .5vw;
        color: #3c3c3b;
        margin-left: 2%;
        margin-bottom: 3%;
    }


#finesse-card-slide .slick-prev {
    left: -4%!important;
}
#finesse-card-slide .slick-next {
    right: -4% !important;
}

.card-slider {
    width: 100%;
    padding: 5%;
}

#paloma-hotels-item-discovery .discovery-button{
    font-size:1vw;
}


@media(max-width:768px){
    
    #card-slider-title h2{
        font-size:5vw;
        font-weight:400;
        margin-left:1%;
        margin-top:5%;
        margin-bottom:3%;
    }
    .card-slider #paloma-hotels-item-text p{
        font-size:2vw;
        text-align:center;
        color:#3c3c3b;
    }
    #finesse .slick-prev{
        left:-4%!important;
    }
    
    #finesse .slick-next{
        right:-4%!important;
    }
}


#orenda-dicovery .slick-prev {
    left: 0% !important;
}

#orenda-dicovery .slick-next {
    right: 0% !important;
}
#orenda-dicovery #paloma-hotels-item-text h4
.paloma-hotels #paloma-hotels-item-discovery {
    margin: 0;
    letter-spacing:0;
}

.mediterranean {
    width: 100%;
    position: relative;
}

#mediterranean-image{
    width:100%;
}

#mediterranean-image img{
    width:100%;
    margin-top:5%;
}

#mediterranean-text{
    position:absolute;
    top:10%;
    left:10%;
}

#mediterranean-text h4{
    color:white;
    line-height: 80px;
    letter-spacing:15px;
    font-size:60px;
}

@media(max-width:996px){
    #mediterranean-text h4{
        color:white;
        line-height: 60px;
        letter-spacing:15px;
        font-size:40px;
    }
}

@media(max-width:768px){
    #mediterranean-text h4{
        color:white;
        line-height: 40px;
        letter-spacing:10px;
        font-size:30px;
    }
}

@media(max-width:520px){
    #mediterranean-text h4{
        color:white;
        line-height: 30px;
        letter-spacing:5px;
        font-size:25px;
    }
}

@media(max-width:420px){
    #mediterranean-text h4{
        color:white;
        line-height: 25px;
        letter-spacing:5px;
        font-size:18px;
    }
}

.lets-stop{
    width:100%;
    position:relative;
    margin-top:5%;
    padding:4% 0;
}

#background{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

#background .overlay{
    width:50%;
    height:100%;
    background-color:#3c3c3b;
}

#lets-stop-image{
    display:flex;
    flex-direction:column;
    justify-content:center;
}

/*#lets-stop-image img{
    height:80%;
}*/

#lets-stop-content{
    display:flex;
    flex-direction:column;
    justify-content:center;

}

#content-image{
    width:100%;
    padding:5% 0;
}

#content-image img{
    width:100%;
}

#content-text{
    width:100%;
    padding:0 20%;
}
    #content-text h6 {
        font-size: 1.5vw;
        letter-spacing: .1vw;
        font-weight: 400;
        color: white;
    }

    #content-text h6 p{
        font-size: 1.5vw;
        letter-spacing: .1vw;
        font-weight: 400;
        color: white;
    }

        #content-text h6 p strong {
            font-size: .9vw;
            letter-spacing: .1vw;
            font-weight: 400;
            color: white;
        }

    #content-text h6 span{
        font-size: .9vw;
        letter-spacing: .1vw;
        font-weight: 400;
        color: white;
    }


@media(max-width:1200px){
    #content-text h6{
        font-size:15px;
        letter-spacing:3px;
        color:white;
    }
    /*#lets-stop-image img{
        height:70%;
    }*/
}

@media(max-width:1100px){
    #content-text h6{
        font-size:14px;
        letter-spacing:2.5px;
        color:white;
    }
}

@media(max-width:1100px){
    #content-text h6{
        font-size:13px;
        letter-spacing:2px;
        color:white;
    }

    #lets-stop-image img{
        width:100%;
    }
}

@media(max-width:1000px){
    #content-text h6{
        font-size:12px;
        letter-spacing:2px;
        color:white;
    }
}

@media(max-width:800px){
    #content-text h6{
        font-size:14px;
        letter-spacing:2px;
        color:white;
    }
    #content-image{
        width:100%;
        padding:5% 10%;
    }
    
    #content-text{
        width:100%;
        padding:0 10%;
    }
}

@media(max-width:768px){

    #content-text h6 p {
        font-size: 4vw;
        letter-spacing: .1vw;
        font-weight: 400;
        color: white;
    }

        #content-text h6 p strong {
            font-size: 3vw;
            letter-spacing: .1vw;
            font-weight: 400;
            color: white;
        }
}

@media(max-width:576px){
    #content-text h6{
        font-size:16px;
        letter-spacing:5px;
        color:white;
    }
#background .overlay{
    width:100%;
    height:100%;
    background-color:#1a1a1a;
}
    #content-text h6 p {
        font-size: 4vw;
        letter-spacing: .1vw;
        font-weight: 400;
        color: white;
    }
}

.wakeup-swimup{
    width:100%;
    padding:5%;
}

footer, #other-footer{
    background-color:#3c3c3b;
}



#finesse-restorants-content{
    width:100%;
    position:relative;
    height:640px;
    padding:0 5%;
}

#finesse-restorants-text{
    width:60%;
    background-color:#1a1a1a;
}

#finesse-restorants-title{
    background-color:white;
    width:10%;
    height:20%;
    padding:5%;
}

#finesse-restorants-image{
    width:60%;
}

#finesse-restorants-image img{
    width:100%;
}

/*Restorants Slide*/
/* .restorants-slide{
    width:100%;
    padding:0 10%;
    margin: 30px 0;
}

#restorants-slide-top h2{
    font-size:30px;
    letter-spacing: 30px;
}

#restorants-slide-top p{
    font-size:16px;
}

#restorants-slide-content{
    position: relative;
    width: 100%;
    height:750px;
}

#restorants-slide-text{
    position: absolute;
    top:20px;
    left:20px;
    width: 60%;
    height:80%;
    background-color: #1a1a1a;
    padding: 5% 27% 0 5%;
    text-align: left;
    color:#4A4A49;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

#restorants-slide-title{
    position:absolute;
    top:0;
    left:10%;
    width:20%;
    background-color:white;
    height:25%;
    text-align:left;
    padding:30px 20px;
}

#restorants-slide-title h3{
    font-size:30px;
    font-weight:bold;
}


#restorants-slide-text h5{
    font-size:18px;
    letter-spacing: 2px;
}

#restorants-slide-text h6{
    font-size:15px;
    letter-spacing: 1px;
}

#restorants-slide-text p{
    margin-top:10px;
    margin-bottom:5px;
    font-size:18px;
    color:white;
}

#restorants-slide-text ul{
    list-style: none;
    margin:30px 0 0 0; 
    padding:0;
}

#restorants-slide-text ul li{
    margin:5px 0 0 0; 
    font-size:12px
}
#restorants-slide-img{
    position: absolute;
    top:10%;
    right:20px;
    width: 60%;
    height:40%
}

#restorants-slide-img img{
    width: 100%;

}

@media(max-width:1800px){
    #restorants-slide-text{
        height:75%;

    }
    #restorants-slide-text p{
        margin-top:10px;
        margin-bottom:5px;
        font-size:17px;
        color:white;
    }
    #restorants-slide-title h3{
        font-size:25px;
        font-weight:bold;
    }
}

@media(max-width:1700px){
    #restorants-slide-text{
        height:70%;

    }
    #restorants-slide-text p{
        margin-top:0px;
        margin-bottom:5px;
        font-size:17px;
        color:white;
    }
}

@media(max-width:1600px){
    #restorants-slide-text{
        height:65%;
    }
    #restorants-slide-text p{
        margin-top:0px;
        margin-bottom:5px;
        font-size:16px;
        color:white;
    }
    #restorants-slide-title h3{
        font-size:20px;
        font-weight:bold;
    }
}

@media(max-width:1500px){
    #restorants-slide-text{
        height:70%;

    }
    #restorants-slide-img{
        position: absolute;
        top:15%;
        right:20px;
        width: 60%;
        height:40%
    }

    #restorants-slide-content{
        position: relative;
        width: 100%;
        height:700px;
    }
}

@media(max-width:1400px){
    #restorants-slide-text{
        height:70%;
        padding: 10% 27% 0 5%;
    }
    #restorants-slide-text p{
        margin-top:0px;
        margin-bottom:5px;
        font-size:15px;
        color:white;
    }
    #restorants-slide-img{
        position: absolute;
        top:15%;
        right:20px;
        width: 60%;
        height:40%
    }

    #restorants-slide-content{
        position: relative;
        width: 100%;
        height:670px;
    }
}

@media(max-width:1300px){
    #restorants-slide-text{
        height:65%;
        padding: 10% 27% 0 5%;
    }
    #restorants-slide-text p{
        margin-top:0px;
        margin-bottom:5px;
        font-size:13px;
        color:white;
    }
    #restorants-slide-img{
        position: absolute;
        top:15%;
        right:20px;
        width: 60%;
        height:40%
    }

    #restorants-slide-content{
        position: relative;
        width: 100%;
        height:670px;
    }
}

@media(max-width:1200px){
    
    #restorants-slide-title h3{
        font-size:16px;
        font-weight:bold;
    }
    #restorants-slide-text{
        height:65%;
        padding: 10% 27% 0 5%;
    }
    #restorants-slide-text p{
        margin-top:0px;
        margin-bottom:5px;
        font-size:13px;
        color:white;
    }
    #restorants-slide-img{
        position: absolute;
        top:15%;
        right:20px;
        width: 60%;
        height:40%
    }

    #restorants-slide-content{
        position: relative;
        width: 100%;
        height:600px;
    }
}

@media(max-width:1100px){
    #restorants-slide-title h3{
        font-size:15px;
        font-weight:bold;
    }
    #restorants-slide-text{
        height:60%;
        padding: 10% 27% 0 5%;
    }
    #restorants-slide-text p{
        margin-top:0px;
        margin-bottom:5px;
        font-size:11px;
        color:white;
    }
    #restorants-slide-img{
        position: absolute;
        top:15%;
        right:20px;
        width: 60%;
        height:40%
    }

    #restorants-slide-content{
        position: relative;
        width: 100%;
        height:600px;
    }
}

@media(max-width:1000px){
    #restorants-slide-title {
        position: absolute;
        top: 0;
        left: 10%;
        width: 20%;
        background-color: white;
        height: 25%;
        text-align: left;
        padding: 20px 5px;
    }
    #restorants-slide-title h3{
        font-size:13px;
        font-weight:bold;
    }
    #restorants-slide-text{
        height:55%;
        padding: 10% 27% 0 5%;
    }
    #restorants-slide-text p{
        margin-top:0px;
        margin-bottom:5px;
        font-size:10px;
        color:white;
    }
    #restorants-slide-img{
        position: absolute;
        top:15%;
        right:20px;
        width: 60%;
        height:40%
    }

    #restorants-slide-content{
        position: relative;
        width: 100%;
        height:570px;
    }
}

@media(max-width:900px){
    #restorants-slide-title {
        position: absolute;
        top: 0;
        left: 10%;
        width: 20%;
        background-color: white;
        height: 25%;
        text-align: left;
        padding: 20px 5px;
    }
    #restorants-slide-title h3{
        font-size:12px;
        font-weight:bold;
    }
    #restorants-slide-text{
        height:55%;
        padding: 10% 27% 0 5%;
    }
    #restorants-slide-text p{
        margin-top:0px;
        margin-bottom:5px;
        font-size:9px;
        color:white;
    }
    #restorants-slide-img{
        position: absolute;
        top:15%;
        right:20px;
        width: 60%;
        height:40%
    }

    #restorants-slide-content{
        position: relative;
        width: 100%;
        height:530px;
    }
}


@media(max-width:800px){
    #restorants-slide-title {
        position: absolute;
        top: 0;
        left: 10%;
        width: 80%;
        background-color: white;
        height: 15%;
        text-align: left;
        padding: 20px 30px;
    }
    #restorants-slide-title h3{
        font-size:25px;
        font-weight:bold;
    }
    #restorants-slide-text{
        height:85%;
        font-size:10px;
        padding: 0% 25% 0 5%;
    }
    #restorants-slide-text p{
        font-size:10px;
    }
    #restorants-slide-text ul li{
        font-size:10px;
    }
    #restorants-slide-img {
        position: absolute;
        top: 25%;
        right: 20px;
        width: 55%;
        height: 40%;
    }

    #restorants-slide-content{
        position: relative;
        width: 100%;
        height:600px;
    }
}
@media(max-width:600px){
    #restorants-slide-content{
        position: relative;
        width: 100%;
        height:800px;
    }
    
    #restorants-slide-text{
        position:static;
        width: 100%;
        background-color: #1a1a1a;
        padding: 5% 5%;
        text-align: center;
        color:#4A4A49;
    }
    
    
    
    #restorants-slide-text h6{
        font-size:15px;
        letter-spacing: 1px;
        font-weight: bold;
    }
    
    #restorants-slide-text p{
        margin-bottom:5px;
        font-size:12px!important;
    }
    
    #restorants-slide-text ul{
        list-style: none;
        margin:30px 0 0 0; 
        padding:0;
    }
    
    #restorants-slide-text ul li{
        margin:5px 0 0 0; 
        font-size:12px
    }
    #restorants-slide-img{
        
        position:static;
        margin-top:-150px;
        width: 100%;
    }

    #restorants-slide-img img{
        width: 100%;
    }
}

@media(max-width:400px){
    .restorants-slide #recipeCarousel .carousel-inner .carousel-item.active{
        padding:0!important;
    }

    .restorants-slide #recipeCarousel .carousel-control-next{
        right:-5%;
    }

    .restorants-slide #recipeCarousel .carousel-control-prev{
        left:-5%;
    }

    #restorants-slide-content{
        padding:0;
    }
    #restorants-slide-title h3{
        font-size:18px;
        font-weight:bold;
    }
} */


/*restorant-with-bg*/
.restorant-with-bg{
    position: relative;
    background-image: url("../images/Group 136.png");
    background-size: cover;
    width: 100%;
    height:750px;
    margin: 50px 0;
}

.restorant-with-bg .carousel-inner{
    height:800px
}

.restorant-with-bg .carousel-control-prev{
    left:2%;
    top:50px;
}

.restorant-with-bg .carousel-control-next{
    right:35%;
    top:50px;
}

.restorant-with-bg .carousel-control-prev div{
    border:1px solid white;
}

.restorant-with-bg .carousel-control-next div{
    border:1px solid white;
}

.restorant-with-bg .carousel-control-prev div i{
    color: white;
}

.restorant-with-bg .carousel-control-next div i{
    color: white;
}


.restorant-with-bg #restorant-with-bg{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
}

.restorant-with-bg #restorant-with-bg img{
    width: 100%;
}

.restorant-with-bg #restorant-with-bg-content{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90%;
    height: 90%;
    background-color: white;
}

.restorant-with-bg #restorant-with-bg-content #restorant-with-bg-text{
    padding:5% 5% 5% 3%;
    text-align:center;
}
.restorant-with-bg #line{
    z-index: 9;
    margin-top:7.8%;
    margin-bottom:30px;
    width: 60%;
    height: 1px;
    border-bottom: 2px solid #C2C7CA;
    margin-left:20%;
}
.restorant-with-bg #restorant-with-bg-content #restorant-with-bg-text h6{
    font-size:18px!important;
}

.restorant-with-bg #restorant-with-bg-content #restorant-with-bg-text ul{
    list-style:none;
    margin:0;
    padding:0;
    font-size:13px
} 

.restorant-with-bg #restorant-with-bg-content #restorant-with-bg-text p{
    font-size:18px
} 

#restorant-with-bg-img{
    margin-top:auto;
    height:100%;
}

#restorant-with-bg-img img{
    position: absolute;
    bottom:0%;
    width:100%!important;
    height:80%;
}

#restorant-with-bg-discovery .discovery-button{
    margin-top:20px;
}




.restorant-with-bg #restorant-with-bg-content #restorant-with-bg-text img{
    width: 250px;
}

.restorant-with-bg #restorant-with-bg-content #restorant-with-bg-text h6{
    font-size:25px;
}

.restorant-with-bg #restorant-with-bg-content #restorant-with-bg-text h5{
    font-size:25px;
}

.restorant-with-bg #restorant-with-bg-content #restorant-with-bg-img{
    margin-top:auto;
}

.restorant-with-bg #restorant-with-bg-discovery{
    width: 100%;
    margin-top:10%;
}

@media(max-width:1920px){
    .restorant-with-bg{
        height:850px;
    }
}

@media(max-width:1800px){
    .restorant-with-bg #restorant-with-bg-content #restorant-with-bg-text p{
        font-size:16px
    } 
}

@media(max-width:1700px){
    .restorant-with-bg #restorant-with-bg-content #restorant-with-bg-text p{
        font-size:15px
    } 
}

@media(max-width:1600px){
    .restorant-with-bg #restorant-with-bg-content #restorant-with-bg-text p{
        font-size:14px
    } 
}


@media(max-width:1500px){
    .restorant-with-bg{
        height:680px;
    }
    .restorant-with-bg .carousel-control-prev{
        left:5%;
        top:-15%;
    }
    
    .restorant-with-bg .carousel-control-next{
        right:35%;
        top:-15%;
    }
    .restorant-with-bg #restorant-with-bg-content #restorant-with-bg-text p{
        font-size:13px
    } 
    #restorant-with-bg-text img{
        width:200px;
    }
}

@media(max-width:1400px){
    .restorant-with-bg{
        height:620px;
    }
    .restorant-with-bg .carousel-control-prev{
        left:5%;
        top:-15%;
    }
    
    .restorant-with-bg .carousel-control-next{
        right:35%;
        top:-15%;
    }
    .restorant-with-bg #restorant-with-bg-content #restorant-with-bg-text p{
        font-size:12px
    } 
    .restorant-with-bg #restorant-with-bg-content #restorant-with-bg-text{
        padding-top:3%;
    }
    #restorant-with-bg-text img{
        width:150px;
    }
}

@media(max-width:1300px){
    .restorant-with-bg #restorant-with-bg-content{
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.7);
    }

    .restorant-with-bg #restorant-with-bg-content #restorant-with-bg-img{
        margin-top:0%;
    }

    .restorant-with-bg #restorant-with-bg-content #restorant-with-bg-text{
        margin: 5% 0 0 0;
        padding:0 5% 5% 5%;
        text-align:center;
    }
    #restorant-with-bg-img img{
        width:100%!important;
    }

    .restorant-with-bg .carousel-control-prev{
        left:5%;
        top:-20%;
    }
    
    .restorant-with-bg .carousel-control-next{
        right:35%;
        top:-20%;
    }
}

@media(max-width:1100px){
    .restorant-with-bg #restorant-with-bg-content{
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.7);
    }

    .restorant-with-bg #restorant-with-bg-content #restorant-with-bg-img{
        margin-top:0%;
    }

    .restorant-with-bg #restorant-with-bg-content #restorant-with-bg-text{
        margin: 2% 0 0 0;
        padding:0 5% 5% 5%;
        text-align:center;
    }
    .restorant-with-bg #restorant-with-bg-content #restorant-with-bg-text img{
        width: 200px;
    }
    .restorant-with-bg #restorant-with-bg-discovery{
        width: 100%;
        margin-top:2%;
    }
    .restorant-with-bg #restorant-with-bg-discovery .discovery-button{
        font-size:80%;
        line-height: 30px;
    }
    .restorant-with-bg .carousel-control-prev{
        left:5%;
        top:-30%;
    }
    
    .restorant-with-bg .carousel-control-next{
        right:35%;
        top:-30%;
    }
}

@media(max-width:1000px){
    .restorant-with-bg #restorant-with-bg-content{
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.7);
    }

    .restorant-with-bg #restorant-with-bg-content #restorant-with-bg-img{
        margin-top:8%;
    }

    .restorant-with-bg #restorant-with-bg-content #restorant-with-bg-text{
        margin: 2% 0 0 0;
        padding:0 5% 5% 5%;
        text-align:center;
    }
    .restorant-with-bg #restorant-with-bg-content #restorant-with-bg-text img{
        width: 200px;
    }
    .restorant-with-bg #restorant-with-bg-discovery{
        width: 100%;
        margin-top:2%;
    }
    .restorant-with-bg #restorant-with-bg-discovery .discovery-button{
        font-size:80%;
        line-height: 30px;
    }
    .restorant-with-bg .carousel-control-prev{
        left:2%;
        top:-30%;
    }
    
    .restorant-with-bg .carousel-control-next{
        right:2%;
        top:-30%;
    }

    .restorant-with-bg .carousel-control-prev div{
        border:1px solid #575757;
    }
    
    .restorant-with-bg .carousel-control-next div{
        border:1px solid #575757;
    }
    
    .restorant-with-bg .carousel-control-prev div i{
        color: #575757;
    }
    
    .restorant-with-bg .carousel-control-next div i{
        color: #575757;
    }
}

@media(max-width:992px){
    .restorant-with-bg #restorant-with-bg-content{
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.7);
    }
    #restorant-with-bg-img{
        width:100%;
        text-align: center;
    }
    #restorant-with-bg-img img{
    }
    .restorant-with-bg #restorant-with-bg-content #restorant-with-bg-text{
        
        margin-top:-5%;
        text-align:center;
    }
    #restorant-with-bg-text img{
        width:100px;
    }
    #restorant-with-bg-text p{
        font-size:11px!important;
    }
}

@media(max-width:768px){
    .restorant-with-bg #restorant-with-bg-content{
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.7);
    }
    #restorant-with-bg-img{
        width:100%;
        text-align: center;
        margin-top:10%;
    }
    /* #restorant-with-bg-img img{
        width:70%!important;
    } */
    .restorant-with-bg #restorant-with-bg-content #restorant-with-bg-text{
        padding:0% 5% 5% 3%;
        margin-top:2%;
        text-align:center;
    }
    #restorant-with-bg-img img{
        position: static;
        width:70%!important;
    }
    .restorant-with-bg #recipeCarousel .carousel-inner .carousel-item.active{
        padding:0 0!important;
    }

    .restorant-with-bg #restorant-with-bg-text ul{
        margin-top:10px;
    }
    #recipeCarousel2 .carousel-control-prev,#recipeCarousel2 .carousel-control-next{
        top:0;
    }
}

@media(max-width:640px){
    
    .restorant-with-bg .carousel-control-prev{
        left:5%;
        top:-30%;
    }
    
    .restorant-with-bg .carousel-control-next{
        right:5%;
        top:-30%;
    }

    .restorant-with-bg .carousel-control-prev div{
        border:1px solid #575757;
    }
    
    .restorant-with-bg .carousel-control-next div{
        border:1px solid #575757;
    }
    
    .restorant-with-bg .carousel-control-prev div i{
        color: #575757;
    }
    
    .restorant-with-bg .carousel-control-next div i{
        color: #575757;
    }
}

/*Restorant Card Left*/
.restorant-card-left{
    width:100%;
    padding:0 10%;
    margin: 50px 0;

}

#restorant-card-left-top h2{
    font-size:30px;
    letter-spacing: 30px;
}

#restorant-card-left-top p{
    font-size:15px;
}

#restorant-card-left-content{
    position: relative;
    width: 100%;
    height:750px;
}

#restorant-card-left-text{
    position: absolute;
    top:15%;
    left:20px;
    width: 55%;
    height:80%;
    background-color: #222222;
    padding: 8% 16% 0 3%;
    text-align: center;
    color:white;
}

#restorant-card-left-space{
    height:30%;
    width:100%;
    position:relative;
}

#restorant-card-left-space #line{
    position:absolute;
    left:25%;
    bottom:0;
    width:50%;
    height:1px;
    border-bottom:1px solid white;
    
}

#restorant-card-left-text img{
    width:40%;
}

#restorant-card-left-text h6{
    font-size:15px;
    letter-spacing: 1px;
    font-weight: bold;
}

#restorant-card-left-text p{
    margin-bottom:5px;
    font-size:18px;
    text-align: justify;
}

#restorant-card-left-text ul{
    list-style: none;
    margin:30px 0 0 0; 
    padding:0;
}
#restorant-card-left-img{
    position: absolute;
    top:20px;
    right:20px;
    width: 55%;
    height:40%
}

#restorant-card-left-img img{
    width: 100%;

}



@media(max-width:1800px){
    #restorant-card-left-content{
        position: relative;
        width: 100%;
        height:800px;
    }
}

@media(max-width:1700px){
    #restorant-card-left-content{
        position: relative;
        width: 100%;
        height:750px;
    }
}

@media(max-width:1600px){
    #restorant-card-left-content{
        position: relative;
        width: 100%;
        height:700px;
    }
}

@media(max-width:1500px){
    #restorant-card-left-content{
        position: relative;
        width: 100%;
        height:570px;
    }
    #restorant-card-left-img{
        position: absolute;
        top:5%;
        right:20px;
        width: 55%;
        height:40%
    }

    #restorant-card-left-space{
        height:20%;
        width:100%;
        position:relative;
    }
    #restorant-card-left-text p{
        margin-bottom:5px;
        font-size:15px;
        text-align: justify;
    }
}

@media(max-width:1300px){
    #restorant-card-left-content{
        position: relative;
        width: 100%;
        height:600px;
    }
    #restorant-card-left-text p{
        margin-bottom:5px;
        font-size:15px;
        text-align: justify;
    }
}

@media(max-width:960px){
    #restorant-card-left-content{
        position: relative;
        width: 100%;
        height:400px;
    }
    #restorant-card-left-text{
        height:85%;
        padding-right:18%;
        font-size:10px;
    }
    #restorant-card-left-text p{
        font-size:10px;
    }
    #restorant-card-left-text ul li{
        font-size:12px;
        margin-top:5px;
    }
    #restorant-card-left-img{
        position: absolute;
        top:12%;
        right:20px;
        width: 55%;
        height:40%
    }
}

@media(max-width:800px){
    #restorant-card-left-text{
        
        width: 55%;
        height:85%;
        padding-right:23%;
        font-size:10px;
    }
    #restorant-card-left-text p{
        font-size:10px;
    }

    #restorant-card-left-text ul{
        margin-top:10px;
    }

    #restorant-card-left-text ul li{
        font-size:12px;
        margin-top:0px;
    }
    #restorant-card-left-img{
        width:100%;
    }

    #restorant-card-left-img img{
        position: absolute;
        top:12%;
        right:20px;
        width: 55%;
    }

    #restorant-card-left-content{
        position: relative;
        width: 100%;
        height:400px;
    }
    #restorant-card-left-space {
        height: 10%;
        width: 100%;
        position: relative;
    }
}

@media(max-width:760px){
    #restorant-card-left-text{
        height:85%;
        padding-right:3%;
        font-size:10px;
    }
    #restorant-card-left-text p{
        font-size:10px;
    }
    #restorant-card-left-text ul li{
        font-size:12px;
        margin-top:5px;
    }
    #restorant-card-left-img{
        position: absolute;
        top:12%;
        right:20px;
        width: 60%;
        height:40%
    }

    #restorant-card-left-content{
        position: relative;
        width: 100%;
        height:350px;
    }
    #restorant-card-left-img img {
        position: absolute;
        top: 45%;
        right: 20px;
        width: 55%;
    }
}
@media(max-width:600px){
    #restorant-card-left-content{
        position: relative;
        width: 100%;
        height:700px;
    }
    
    #restorant-card-left-text{
        position:static;
        width: 100%;
        background-color: #1a1a1a;
        padding: 5% 5%;
        text-align: center;
        color:#4A4A49;
    }
    
    
    
    #restorant-card-left-text h6{
        font-size:15px;
        letter-spacing: 1px;
        font-weight: bold;
    }
    
    #restorant-card-left-text p{
        margin-bottom:5px;
        font-size:12px!important;
        color:white;
    }
    
    #restorant-card-left-text ul{
        list-style: none;
        margin:10px 0 0 0; 
        padding:0;
    }
    
    #restorant-card-left-text ul li{
        margin:5px 0 0 0; 
        font-size:12px
    }
    #restorant-card-left-img{
        
        position:static;
        margin-top:-170px;
        width: 100%;
    }

    #restorant-card-left-img img{
        position:static;
        width: 100%;
    }
}

@media(max-width:400px){
    #restorant-card-left-content{
        position: relative;
        width: 100%;
        height:600px;
    }
    #restorant-card-left-img{
        
        position:static;
        margin-top:-130px;
        width: 100%;
    }
}


/*Restorant Card right*/
.restorant-card-right{
    width:100%;
    padding:0 10%;
    margin: 50px 0;

}

#restorant-card-right-top h2{
    font-size:30px;
    letter-spacing: 30px;
}

#restorant-card-right-top p{
    font-size:15px;
}

#restorant-card-right-content{
    position: relative;
    width: 100%;
    height:750px;
}

#restorant-card-right-text{
    position: absolute;
    top:15%;
    right:20px;
    width: 55%;
    height:80%;
    background-color: #B0B1A9;
    padding: 8% 3% 0 16%;
    text-align: center;
    color:black;
}

#restorant-card-right-space{
    height:30%;
    width:100%;
    position:relative;
}

#restorant-card-right-space #line{
    position:absolute;
    left:25%;
    bottom:0;
    width:50%;
    height:1px;
    border-bottom:1px solid black;
    
}

#restorant-card-right-text img{
    width:40%;
}

#restorant-card-right-text h6{
    font-size:35px;
    letter-spacing: 1px;
    font-weight: bold;
}

#restorant-card-right-text p{
    margin-bottom:5px;
    font-size:18px;
    text-align: justify;
}

#restorant-card-right-text ul{
    list-style: none;
    margin:30px 0 0 0; 
    padding:0;
}
#restorant-card-right-img{
    position: absolute;
    top:20px;
    left:20px;
    width: 55%;
    height:40%
}

#restorant-card-right-img img{
    width: 100%;

}



@media(max-width:1800px){
    #restorant-card-right-content{
        position: relative;
        width: 100%;
        height:800px;
    }
}

@media(max-width:1700px){
    #restorant-card-right-content{
        position: relative;
        width: 100%;
        height:750px;
    }
}

@media(max-width:1600px){
    #restorant-card-right-content{
        position: relative;
        width: 100%;
        height:700px;
    }
}

@media(max-width:1500px){
    #restorant-card-right-content{
        position: relative;
        width: 100%;
        height:570px;
    }
    #restorant-card-right-img{
        position: absolute;
        top:5%;
        right:20px;
        width: 55%;
        height:40%
    }

    #restorant-card-right-space{
        height:20%;
        width:100%;
        position:relative;
    }

    #restorant-card-right-text p{
        margin-bottom:5px;
        font-size:15px;
        text-align: justify;
    }
}

@media(max-width:1300px){
    #restorant-card-right-content{
        position: relative;
        width: 100%;
        height:600px;
    }
    #restorant-card-right-text p{
        margin-bottom:5px;
        font-size:15px;
        text-align: justify;
    }
}

@media(max-width:960px){
    #restorant-card-right-content{
        position: relative;
        width: 100%;
        height:400px;
    }
    #restorant-card-right-text{
        height:85%;
        padding: 8% 3% 0 18%;
        font-size:10px;
    }
    #restorant-card-right-text p{
        font-size:10px;
    }
    #restorant-card-right-text ul li{
        font-size:12px;
        margin-top:5px;
    }
    #restorant-card-right-img{
        position: absolute;
        top:12%;
        right:20px;
        width: 55%;
        height:40%
    }
}

@media(max-width:800px){
    #restorant-card-right-text{
        
        width: 55%;
        height:85%;
        padding: 8% 3% 0 23%;
        font-size:10px;
    }
    #restorant-card-right-text p{
        font-size:10px;
    }

    #restorant-card-right-text ul{
        margin-top:10px;
    }

    #restorant-card-right-text ul li{
        font-size:12px;
        margin-top:0px;
    }
    #restorant-card-right-img{
        width:100%;
    }

    #restorant-card-right-img img{
        position: absolute;
        top:12%;
        left:20px;
        width: 55%;
    }

    #restorant-card-right-content{
        position: relative;
        width: 100%;
        height:400px;
    }
    #restorant-card-right-space {
        height: 10%;
        width: 100%;
        position: relative;
    }
}

@media(max-width:760px){
    #restorant-card-right-text{
        height:85%;
        padding:3%;
        padding-top:8%;
        font-size:10px;
    }
    #restorant-card-right-text p{
        font-size:10px;
    }
    #restorant-card-right-text ul li{
        font-size:12px;
        margin-top:5px;
    }
    #restorant-card-right-img{
        position: absolute;
        top:12%;
        left:20px;
        width: 60%;
        height:40%
    }

    #restorant-card-right-content{
        position: relative;
        width: 100%;
        height:350px;
    }
    #restorant-card-right-img img {
        position: absolute;
        top: 45%;
        right: 20px;
        width: 55%;
    }
}
@media(max-width:600px){
    #restorant-card-right-content{
        position: relative;
        width: 100%;
        height:700px;
    }
    
    #restorant-card-right-text{
        position:static;
        width: 100%;
        background-color: #B0B1A9;
        padding: 5% 5%;
        text-align: center;
        color:#4A4A49;
    }
    
    
    
    #restorant-card-right-text h6{
        font-size:15px;
        letter-spacing: 1px;
        font-weight: bold;
    }
    
    #restorant-card-right-text p{
        margin-bottom:5px;
        font-size:12px!important;
        color:black;
    }
    
    #restorant-card-right-text ul{
        list-style: none;
        margin:10px 0 0 0; 
        padding:0;
    }
    
    #restorant-card-right-text ul li{
        margin:5px 0 0 0; 
        font-size:12px
    }
    #restorant-card-right-img{
        
        position:static;
        margin-top:-170px;
        width: 100%;
    }

    #restorant-card-right-img img{
        position:static;
        width: 100%;
    }
}

@media(max-width:400px){
    #restorant-card-right-content{
        position: relative;
        width: 100%;
        height:600px;
    }
    #restorant-card-right-img{
        
        position:static;
        margin-top:-130px;
        width: 100%;
    }
}


/*Beach Slide*/
.beach-slide{
    width:100%;
    padding:0 5%;
    margin: 30px 0;
}

#beach-slide-top #line {
    z-index: 9;
    margin-top: 2%;
    margin-bottom: 2%;
    width: 24%;
    margin-left: 38%;
    height: 1px;
    border-bottom: 1px solid #565656;
}

#beach-slide-top h5 {
    font-size: .9vw;
    letter-spacing: .15vw;
    margin-top: 1%;
    margin-bottom:2%;

}

#beach-slide-top h6 {
    font-size: 1.3vw;
    letter-spacing: 1vw;
    margin-top: 1%;
    font-weight: 400;
    margin-left:1%;
}

#beach-slide-top h2 {
    font-size: 2vw;
    line-height: 3vw;
    letter-spacing: 1.5vw;
    margin: 0 0 2% 0;
    margin-left: 3.5%;
    font-weight: 700
}

#beach-slide-top p {
    font-size: .8vw;
}

#beach-slide-content{
    position: relative;
    width: 100%;
    height:750px;
}

#beach-slide-text{
    position: absolute;
    top:20px;
    left:20px;
    width: 60%;
    height:80%;
    background-color: #A1A4A4;
    padding: 5% 27% 0 5%;
    text-align: center;
    color:#4A4A49;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

#beach-slide-title{
    position:absolute;
    top:0;
    left:10%;
    width:20%;
    background-color:white;
    height:25%;
    text-align:left;
    padding:30px 20px;
}

#beach-slide-title h3{
    font-size:30px;
    font-weight:bold;
}


#beach-slide-text h5{
    font-size:18px;
    letter-spacing: 2px;
}

#beach-slide-text h6{
    font-size:28px;
    letter-spacing: 1px;
    color:white;
    letter-spacing:10px;
}

#beach-slide-text p{
    margin-top:10px;
    margin-bottom:5px;
    font-size:18px;
    color:white;
}

#beach-slide-text ul{
    list-style: none;
    margin:30px 0 0 0; 
    padding:0;
}

#beach-slide-text ul li{
    margin:5px 0 0 0; 
    font-size:12px
}
#beach-slide-img{
    position: absolute;
    top:10%;
    right:20px;
    width: 60%;
    height:40%
}

#beach-slide-img img{
    width: 100%;

}

@media(max-width:1800px){
    #beach-slide-top h2{
        font-size:35px;
        letter-spacing: 50px;
        font-weight:bold;
        margin-left:5%;
    }
    
    #beach-slide-top p{
        font-size:15px;
        margin-top:10px;
    }
    #beach-slide-text{
        height:75%;

    }
    #beach-slide-text p{
        margin-top:10px;
        margin-bottom:5px;
        font-size:17px;
        color:white;
    }
    #beach-slide-title h3{
        font-size:25px;
        font-weight:bold;
    }
}

@media(max-width:1700px){
    #beach-slide-text{
        height:70%;

    }
    #beach-slide-text p{
        margin-top:0px;
        margin-bottom:5px;
        font-size:17px;
        color:white;
    }
}

@media(max-width:1600px){
    #beach-slide-top h2{
        font-size:35px;
        letter-spacing: 50px;
        font-weight:bold;
        margin-left:5%;
    }
    
    #beach-slide-top p{
        font-size:14px;
        margin-top:10px;
    }
    #beach-slide-text{
        height:65%;
    }
    #beach-slide-text p{
        margin-top:0px;
        margin-bottom:5px;
        font-size:16px;
        color:white;
    }
    #beach-slide-title h3{
        font-size:20px;
        font-weight:bold;
    }
}

@media(max-width:1500px){
    #beach-slide-top h2{
        font-size:30px;
        letter-spacing: 50px;
        font-weight:bold;
        margin-left:5%;
    }
    
    #beach-slide-top p{
        font-size:13px;
        margin-top:10px;
    }
    #beach-slide-text{
        height:70%;

    }
    #beach-slide-img{
        position: absolute;
        top:15%;
        right:20px;
        width: 60%;
        height:40%
    }

    #beach-slide-content{
        position: relative;
        width: 100%;
        height:700px;
    }
}

@media(max-width:1400px){
    #beach-slide-top h2{
        font-size:30px;
        letter-spacing: 50px;
        font-weight:bold;
        margin-left:8%;
    }
    
    #beach-slide-top p{
        font-size:12px;
        margin-top:10px;
    }
    #beach-slide-text{
        height:70%;
        padding: 10% 27% 0 5%;
    }
    #beach-slide-text p{
        margin-top:0px;
        margin-bottom:5px;
        font-size:15px;
        color:white;
    }
    #beach-slide-img{
        position: absolute;
        top:15%;
        right:20px;
        width: 60%;
        height:40%
    }

    #beach-slide-content{
        position: relative;
        width: 100%;
        height:670px;
    }
}

@media(max-width:1300px){
    #beach-slide-text{
        height:65%;
        padding: 10% 27% 0 5%;
    }
    #beach-slide-text p{
        margin-top:0px;
        margin-bottom:5px;
        font-size:13px;
        color:white;
    }
    #beach-slide-img{
        position: absolute;
        top:15%;
        right:20px;
        width: 60%;
        height:40%
    }

    #beach-slide-content{
        position: relative;
        width: 100%;
        height:670px;
    }
}

@media(max-width:1200px){
    
    #beach-slide-title h3{
        font-size:16px;
        font-weight:bold;
    }
    #beach-slide-text{
        height:65%;
        padding: 10% 27% 0 5%;
    }
    #beach-slide-text p{
        margin-top:0px;
        margin-bottom:5px;
        font-size:13px;
        color:white;
    }
    #beach-slide-img{
        position: absolute;
        top:15%;
        right:20px;
        width: 60%;
        height:40%
    }

    #beach-slide-content{
        position: relative;
        width: 100%;
        height:600px;
    }
}

@media(max-width:1100px){
    #beach-slide-title h3{
        font-size:15px;
        font-weight:bold;
    }
    #beach-slide-text{
        height:60%;
        padding: 10% 27% 0 5%;
    }
    #beach-slide-text p{
        margin-top:0px;
        margin-bottom:5px;
        font-size:11px;
        color:white;
    }
    #beach-slide-img{
        position: absolute;
        top:15%;
        right:20px;
        width: 60%;
        height:40%
    }

    #beach-slide-content{
        position: relative;
        width: 100%;
        height:600px;
    }
}

@media(max-width:1000px){
    #beach-slide-title {
        position: absolute;
        top: 0;
        left: 10%;
        width: 20%;
        background-color: white;
        height: 25%;
        text-align: left;
        padding: 20px 5px;
    }
    #beach-slide-title h3{
        font-size:13px;
        font-weight:bold;
    }
    #beach-slide-text{
        height:55%;
        padding: 10% 27% 0 5%;
    }
    #beach-slide-text p{
        margin-top:0px;
        margin-bottom:5px;
        font-size:10px;
        color:white;
    }
    #beach-slide-img{
        position: absolute;
        top:15%;
        right:20px;
        width: 60%;
        height:40%
    }

    #beach-slide-content{
        position: relative;
        width: 100%;
        height:570px;
    }
}

@media(max-width:900px){
    #beach-slide-title {
        position: absolute;
        top: 0;
        left: 10%;
        width: 20%;
        background-color: white;
        height: 25%;
        text-align: left;
        padding: 20px 5px;
    }
    #beach-slide-title h3{
        font-size:12px;
        font-weight:bold;
    }
    #beach-slide-text{
        height:55%;
        padding: 10% 27% 0 5%;
    }
    #beach-slide-text p{
        margin-top:0px;
        margin-bottom:5px;
        font-size:9px;
        color:white;
    }
    #beach-slide-img{
        position: absolute;
        top:15%;
        right:20px;
        width: 60%;
        height:40%
    }

    #beach-slide-content{
        position: relative;
        width: 100%;
        height:530px;
    }
}


@media(max-width:800px){
    #beach-slide-title {
        position: absolute;
        top: 0;
        left: 10%;
        width: 80%;
        background-color: white;
        height: 15%;
        text-align: left;
        padding: 20px 30px;
    }
    #beach-slide-title h3{
        font-size:25px;
        font-weight:bold;
    }
    #beach-slide-text{
        height:85%;
        font-size:10px;
        padding: 0% 25% 0 5%;
    }
    #beach-slide-text p{
        font-size:10px;
    }
    #beach-slide-text ul li{
        font-size:10px;
    }
    #beach-slide-img {
        position: absolute;
        top: 25%;
        right: 20px;
        width: 55%;
        height: 40%;
    }

    #beach-slide-content{
        position: relative;
        width: 100%;
        height:600px;
    }
}

@media(max-width:768px){
    #beach-slide-top h2{
        font-size:25px;
        letter-spacing: 50px;
        font-weight:bold;
        margin-left:10%;
    }
    
    #beach-slide-top p{
        font-size:12px;
        margin-top:10px;
    }
}

@media(max-width:600px){
    #beach-slide-content{
        position: relative;
        width: 100%;
        height:800px;
    }
    
    #beach-slide-text{
        position:static;
        width: 100%;
        background-color: #1a1a1a;
        padding: 5% 5%;
        text-align: center;
        color:#4A4A49;
    }
    
    
    
    #beach-slide-text h6{
        font-size:15px;
        letter-spacing: 1px;
        font-weight: bold;
    }
    
    #beach-slide-text p{
        margin-bottom:5px;
        font-size:12px!important;
    }
    
    #beach-slide-text ul{
        list-style: none;
        margin:30px 0 0 0; 
        padding:0;
    }
    
    #beach-slide-text ul li{
        margin:5px 0 0 0; 
        font-size:12px
    }
    #beach-slide-img{
        
        position:static;
        margin-top:-150px;
        width: 100%;
    }

    #beach-slide-img img{
        width: 100%;
    }
}

@media(max-width:500px){
    #beach-slide-top h2{
        font-size:25px;
        letter-spacing: 30px;
        font-weight:bold;
        margin-left:10%;
    }
    
    #beach-slide-top p{
        font-size:12px;
        margin-top:10px;
    }

}

@media(max-width:400px){
    .beach-slide #recipeCarousel .carousel-inner .carousel-item.active{
        padding:0!important;
    }

    .beach-slide #recipeCarousel .carousel-control-next{
        right:-5%;
    }

    .beach-slide #recipeCarousel .carousel-control-prev{
        left:-5%;
    }

    #beach-slide-content{
        padding:0;
    }
    #beach-slide-title h3{
        font-size:18px;
        font-weight:bold;
    }
}

@media(max-width:360px){
    #beach-slide-top h2{
        font-size:25px;
        letter-spacing: 20px;
        font-weight:bold;
        margin-left:10%;
    }
    
    #beach-slide-top p{
        font-size:12px;
        margin-top:10px;
    }

}


/*---*/
.beach-with-bg-club {
    position: relative;
    background-image: url("/images/dayactivity-beachvolley-bg.jpg")!important;
    background-size: cover;
    margin-top: 50px;
    width: 100%;
    height: 1000px
}

#finesse-beachpage {
    background-image: url("/images/finesse-beach_pool-poolmainpoolbackground.jpg") !important;
}

#beach-with-bg-club-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    height: 80%;
    background-color: #fff
}


#beach-with-bg-image {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 65%;
    height: 90%;
    overflow: hidden
}

#beach-with-bg-image img {
    position: absolute;
    bottom: 0;
    left: 0
}

#beach-with-bg-text {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 35%;
    height: 90%;
    padding: 2% 7%;
    text-align:center;
    display:flex;flex-direction:column;
    justify-content:center;
}

#beach-with-bg-text #line {
    width:60%;
    margin-left:20%;
    margin-top:10%;
    margin-bottom:10%;
}

    #beach-with-bg-text h2 {
        font-size: 2.3vw;
        letter-spacing: 1vw;
        line-height: 2vw;
        margin: 5% 0;
        margin-left: 6%;
    }

    #beach-with-bg-text h3 {
        font-size: 1.5vw;
        letter-spacing: .2vw;
        line-height: 2vw;
        margin-left: 2%;
        margin-top: 5%;
        margin-bottom: 13%;
    }

#beach-with-bg-text p {
    font-size: .9vw;
}

#beach-with-bg-description {
    text-align: center;
    margin-top: 10%;
}

#beach-with-bg-description h6 {
    font-size: 1.3vw;
    letter-spacing: .1vw
}


#beach-with-bg-description p {
    font-size: .9vw
}

#finesse-day {
    background-image: url(/images/dayactivity-beachvolley-bg.jpg);
}
#finesse-day h4{
    font-size:1.3vw;
    letter-spacing:.4vw;
    margin-left:1%;
    margin-bottom:10%;
}

#finesse-day p{
    font-size:.9vw;
    margin-left:1%;
}

@media(max-width:1800px) {
    .beach-with-bg-club {
        height: 900px
    }
}

@media(max-width:1700px) {
    .beach-with-bg-club {
        height: 800px
    }
}

@media(max-width:1600px) {
    .beach-with-bg-club {
        height: 750px
    }
}

@media(max-width:1400px) {
    .beach-with-bg-club {
        height: 700px
    }
}

@media(max-width:1300px) {
    .beach-with-bg-club {
        height: 650px
    }
}

@media(max-width:1100px) {
    .beach-with-bg-club {
        height: 600px
    }
}

@media(max-width:1000px) {
    .beach-with-bg-club {
        height: 550px
    }
}

@media(max-width:900px) {
    .beach-with-bg-club {
        height: 500px
    }
}

@media(max-width:768px) {
    .family-description {
        width: 100%;
        padding: 0 5%;
        text-align: center;
        margin-top: 50px;
        font-size: 15px;
        letter-spacing: 0
    }
    .beach-with-bg-club {
        height: 700px
    }

    #beach-with-bg-club-content {
        position: absolute;
        top: 10%;
        left: 5%;
        width: 90%;
        height: 80%;
        background-color: #fff;
        padding: 3% 3%;
        text-align: center
    }
    #beach-with-bg-image {
        position: static;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 50%;
        overflow-y: hidden;
        text-align: center
    }

    #beach-with-bg-image .prev-next{
        width:90%;
        left:5%;
    }
    #beach-with-bg-image img {
        position: static
    }
    #beach-with-bg-text {
        position: static;
        width: 80%;
        margin-left: 10%;
        height: 50%;
        padding: 2% 3%
    }
    #beach-with-bg-text h4 {
        font-size: 5vw;
        letter-spacing: 4vw;
        line-height:5vw;
        color: #82c6d9
    }
    #beach-with-bg-description {
        text-align: center;
        margin-top: 50px
    }
    #beach-with-bg-description h6 {
        font-size: 20px;
        letter-spacing: 3px
    }
    #beach-with-bg-description p {
        font-size: 15px
    }

    
#finesse-day h4{
    font-size:2.3vw;
    letter-spacing:.4vw;
    margin-left:1%;
}

#finesse-day p{
    font-size:2vw;
    margin-left:1%;
}
}



@media(max-width:500px) {
    .beach-with-bg-club {
        height: 700px
    }
    #beach-with-bg-club-content {
        position: absolute;
        top: 10%;
        left: 5%;
        width: 90%;
        height: 100%;
        background-color: #fff;
        padding: 3% 5%;
        text-align: center
    }
    #beach-with-bg-image {
        position: static;
        left: 0;
        bottom: 0;
        width: 60%;
        margin-left: 20%;
        height: 20%;
        overflow-y: hidden;
        text-align: center
    }
}


/*Beach Card Left*/
.beach-card-left{
    width:100%;
    padding:0 10%;
    margin: 50px 0;

}

#beach-card-left-top h2{
    font-size:30px;
    letter-spacing: 30px;
}

#beach-card-left-top p{
    font-size:15px;
}

#beach-card-left-content{
    position: relative;
    width: 100%;
    height:750px;
}

#beach-card-left-text{
    position: absolute;
    top:15%;
    left:20px;
    width: 55%;
    height:80%;
    background-color: #A1A4A4;
    padding: 15% 16% 0 3%;
    text-align: center;
    color:white;
}

#beach-card-left-text h3{
    font-size:30px;
    letter-spacing:10px;
}

#beach-card-left-space{
    height:10%;
    width:100%;
    position:relative;
}

#beach-card-left-space #line{
    position:absolute;
    left:25%;
    bottom:0;
    width:50%;
    height:1px;
    border-bottom:1px solid white;
    
}

#beach-card-left-text img{
    width:40%;
}

#beach-card-left-text h6{
    font-size:15px;
    letter-spacing: 1px;
    font-weight: bold;
}

#beach-card-left-text p{
    margin-bottom:5px;
    font-size:18px;
}

#beach-card-left-text ul{
    list-style: none;
    margin:30px 0 0 0; 
    padding:0;
}
#beach-card-left-img{
    position: absolute;
    top:20px;
    right:20px;
    width: 55%;
    height:40%
}

#beach-card-left-img img{
    width: 100%;

}



@media(max-width:1800px){
    #beach-card-left-content{
        position: relative;
        width: 100%;
        height:800px;
    }
}

@media(max-width:1700px){
    #beach-card-left-content{
        position: relative;
        width: 100%;
        height:750px;
    }
}

@media(max-width:1600px){
    #beach-card-left-content{
        position: relative;
        width: 100%;
        height:700px;
    }
}

@media(max-width:1500px){
    #beach-card-left-content{
        position: relative;
        width: 100%;
        height:570px;
    }
    #beach-card-left-img{
        position: absolute;
        top:5%;
        right:20px;
        width: 55%;
        height:40%
    }

    #beach-card-left-space{
        height:20%;
        width:100%;
        position:relative;
    }
    #beach-card-left-text h3{
        font-size:20px;
        letter-spacing:10px;
        margin-left:8%;
    }
    #beach-card-left-text p{
        margin-bottom:5px;
        font-size:15px;
    }
}

@media(max-width:1300px){
    #beach-card-left-content{
        position: relative;
        width: 100%;
        height:600px;
    }
    
    #beach-card-left-text h3{
        font-size:18px;
        letter-spacing:8px;
        margin-left:8%;
    }
    #beach-card-left-text p{
        margin-bottom:5px;
        font-size:14px;
    }
}

@media(max-width:1200px){
    #beach-card-left-content{
        position: relative;
        width: 100%;
        height:500px;
    }
    #beach-card-left-text p{
        margin-bottom:5px;
        font-size:15px;
    }
}

@media(max-width:1050px){
    #beach-card-left-content{
        position: relative;
        width: 100%;
        height:450px;
    }
    #beach-card-left-text h3{
        font-size:15px;
        letter-spacing:8px;
        margin-left:8%;
    }
    #beach-card-left-text p{
        margin-bottom:5px;
        font-size:15px;
    }
}

@media(max-width:960px){
    #beach-card-left-content{
        position: relative;
        width: 100%;
        height:400px;
    }
    #beach-card-left-text{
        height:85%;
        padding-right:18%;
        font-size:10px;
    }
    
    #beach-card-left-text h3{
        font-size:14px;
        letter-spacing:5px;
        margin-left:8%;
    }
    #beach-card-left-text p{
        font-size:10px;
    }
    #beach-card-left-text ul li{
        font-size:12px;
        margin-top:5px;
    }
    #beach-card-left-img{
        position: absolute;
        top:12%;
        right:20px;
        width: 55%;
        height:40%
    }
}

@media(max-width:800px){
    #beach-card-left-text{
        
        width: 55%;
        height:85%;
        padding-right:23%;
        font-size:10px;
    }
    #beach-card-left-text p{
        font-size:10px;
    }

    #beach-card-left-text ul{
        margin-top:10px;
    }

    #beach-card-left-text ul li{
        font-size:12px;
        margin-top:0px;
    }
    #beach-card-left-img{
        width:100%;
    }

    #beach-card-left-img img{
        position: absolute;
        top:12%;
        right:20px;
        width: 55%;
    }

    #beach-card-left-content{
        position: relative;
        width: 100%;
        height:400px;
    }
    #beach-card-left-space {
        height: 10%;
        width: 100%;
        position: relative;
    }
}

@media(max-width:760px){
    #beach-card-left-text{
        height:85%;
        padding-right:3%;
        font-size:10px;
    }
    #beach-card-left-text p{
        font-size:10px;
    }
    #beach-card-left-text ul li{
        font-size:12px;
        margin-top:5px;
    }
    #beach-card-left-img{
        position: absolute;
        top:12%;
        right:20px;
        width: 60%;
        height:40%
    }

    #beach-card-left-content{
        position: relative;
        width: 100%;
        height:350px;
    }
    #beach-card-left-img img {
        position: absolute;
        top: 45%;
        right: 20px;
        width: 55%;
    }
}
@media(max-width:600px){
    #beach-card-left-content{
        position: relative;
        width: 100%;
        height:500px;
    }
    
    #beach-card-left-text{
        position:static;
        width: 100%;
        background-color: #A1A4A4;
        padding: 5% 5%;
        text-align: center;
        color:#4A4A49;
    }
    
    
    
    #beach-card-left-text h6{
        font-size:15px;
        letter-spacing: 1px;
        font-weight: bold;
    }
    
    #beach-card-left-text p{
        margin-bottom:5px;
        font-size:12px!important;
        color:white;
    }
    
    #beach-card-left-text ul{
        list-style: none;
        margin:10px 0 0 0; 
        padding:0;
    }
    
    #beach-card-left-text ul li{
        margin:5px 0 0 0; 
        font-size:12px
    }
    #beach-card-left-img{
        
        position:static;
        margin-top:-170px;
        width: 100%;
    }

    #beach-card-left-img img{
        position:static;
        width: 100%;
    }
}

@media(max-width:400px){
    #beach-card-left-content{
        position: relative;
        width: 100%;
        height:400px;
    }
    #beach-card-left-img{
        
        position:static;
        margin-top:-130px;
        width: 100%;
    }
}



/*Beach Whit Bg Box*/
.beach-whit-bg-box{
    width:100%;
    height:1000px;
    position: relative;
    background-size: cover;
    margin: 50px 0;
}

#beach-whit-bg-box-text{
    position: absolute;
    bottom:0;
    right:5%;
    width:40%;
    height:80%;
    background-color:white;
    padding: 10% 7% 0 7%;
    text-align: center;
    font-size:15px;
}

#beach-whit-bg-box-text h6{
    font-size:30px;
    letter-spacing: 10px;
}

#beach-whit-bg-box-text p{
    font-size:25px;
    line-height:40px;
    margin:10% 0;
}

#beach-whit-bg-box-text ul{
    list-style:none;
    margin: 50px 0 0 0;
    padding:0;
}

#beach-whit-bg-box-text ul li{
    margin: 10px 0 0 0;
}

#beach-whit-bg-box-text #line{
    width: 60%;
    height: 1px;
    border-bottom: 2px solid #C2C7CA;
    margin-left:20%;
    margin-top:30px;
}

@media(max-width:1750px){
    .beach-whit-bg-box{
        width:100%;
        height:750px;
        position: relative;
        background-size: cover;
        margin: 50px 0;
    }
    #beach-whit-bg-box-text h6{
        font-size:26px;
        letter-spacing: 10px;
    }
    
    #beach-whit-bg-box-text p{
        font-size:17px;
        line-height:20px;
        margin:5% 0;
    }
    #beach-whit-bg-box-text ul{
        list-style:none;
        margin: 20px 0 0 0;
        padding:0;
    }
}

@media(max-width:1600px){
    .beach-whit-bg-box{
        width:100%;
        height:750px;
        position: relative;
        background-size: cover;
        margin: 50px 0;
    }
    #beach-whit-bg-box-text h6{
        font-size:23px;
        letter-spacing: 8px;
    }
    
    #beach-whit-bg-box-text p{
        font-size:15px;
        line-height:20px;
        margin:5% 0;
    }
    #beach-whit-bg-box-text ul{
        list-style:none;
        margin: 20px 0 0 0;
        padding:0;
    }
}

@media(max-width:1400px){
    .beach-whit-bg-box{
        width:100%;
        height:750px;
        position: relative;
        background-size: cover;
        margin: 50px 0;
    }
    #beach-whit-bg-box-text h6{
        font-size:20px;
        letter-spacing: 6px;
    }
    
    #beach-whit-bg-box-text p{
        font-size:15px;
        line-height:20px;
        margin:5% 0;
    }
    #beach-whit-bg-box-text ul{
        list-style:none;
        margin: 20px 0 0 0;
        padding:0;
    }
}

@media(max-width:1200px){
    .beach-whit-bg-box{
        width:100%;
        height:750px;
        position: relative;
        background-size: cover;
        margin: 50px 0;
    }

    #beach-whit-bg-box-text {
        position: absolute;
        bottom: 0;
        right: 5%;
        width: 40%;
        height: 80%;
        background-color: white;
        padding: 10% 6% 0 6%;
        text-align: center;
        font-size: 15px;
    }

    #beach-whit-bg-box-text h6{
        font-size:18px;
        letter-spacing: 6px;
    }
    
    #beach-whit-bg-box-text p{
        font-size:15px;
        line-height:20px;
        margin:5% 0;
    }
    #beach-whit-bg-box-text ul{
        list-style:none;
        margin: 20px 0 0 0;
        padding:0;
    }
}

@media(max-width:1000px){
    #beach-whit-bg-box-text{
        position: absolute;
        bottom:0;
        right:5%;
        width:60%;
        height:80%;
        background-color:white;
        padding: 10% 5%;
        text-align: center;
        font-size:15px;
    }
    #beach-whit-bg-box-text h6{
        font-size:25px;
        letter-spacing: 10px;
    }
    
    #beach-whit-bg-box-text p{
        font-size:18px;
        line-height:25px;
        margin:5% 0;
    }
}

@media(max-width:850px){
    #beach-whit-bg-box-text{
        position: absolute;
        bottom:0;
        right:5%;
        width:60%;
        height:80%;
        background-color:white;
        padding: 10% 5%;
        text-align: center;
        font-size:15px;
    }
    #beach-whit-bg-box-text h6{
        font-size:23px;
        letter-spacing: 8px;
    }
    
    #beach-whit-bg-box-text p{
        font-size:16px;
        line-height:25px;
        margin:5% 0;
    }
}

@media(max-width:750px){
    #beach-whit-bg-box-text{
        position: absolute;
        bottom:0;
        right:5%;
        width:60%;
        height:80%;
        background-color:white;
        padding: 10% 5%;
        text-align: center;
        font-size:15px;
    }
    #beach-whit-bg-box-text h6{
        font-size:20px;
        letter-spacing: 8px;
    }
    
    #beach-whit-bg-box-text p{
        font-size:15px;
        line-height:25px;
        margin:5% 0;
    }
}

@media(max-width:650px){
    #beach-whit-bg-box-text{
        position: absolute;
        bottom:0;
        right:5%;
        width:60%;
        height:80%;
        background-color:white;
        padding: 10% 5%;
        text-align: center;
        font-size:15px;
    }
    #beach-whit-bg-box-text h6{
        font-size:18px;
        letter-spacing: 6px;
    }
    
    #beach-whit-bg-box-text p{
        font-size:14px;
        line-height:25px;
        margin:5% 0;
    }
}

@media(max-width:580px){
    #beach-whit-bg-box-text{
        position: absolute;
        bottom:0;
        right:7.5%;
        width:85%;
        height:85%;
        background-color:white;
        padding: 15% 5%;
        text-align: center;
        font-size:15px;
    }

    
    #beach-whit-bg-box-text h6{
        font-size:22px;
        letter-spacing: 8px;
    }
    
    #beach-whit-bg-box-text p{
        font-size:18px;
        line-height:25px;
        margin:5% 0;
    }

    #beach-whit-bg-box-text ul li{
        margin: 5px 0 0 0;
    }
}

@media(max-width:480px){
    #beach-whit-bg-box-text{
        position: absolute;
        bottom:0;
        right:7.5%;
        width:85%;
        height:85%;
        background-color:white;
        padding: 20% 5%;
        text-align: center;
        font-size:15px;
    }

    
    #beach-whit-bg-box-text h6{
        font-size:20px;
        letter-spacing: 7px;
    }
    
    #beach-whit-bg-box-text p{
        font-size:16px;
        line-height:25px;
        margin:5% 0;
    }

    #beach-whit-bg-box-text ul li{
        margin: 5px 0 0 0;
    }
}

@media(max-width:400px){
    #beach-whit-bg-box-text{
        position: absolute;
        bottom:0;
        right:7.5%;
        width:85%;
        height:85%;
        background-color:white;
        padding: 25% 5%;
        text-align: center;
        font-size:15px;
    }

    
    #beach-whit-bg-box-text h6{
        font-size:16px;
        letter-spacing: 6px;
    }
    
    #beach-whit-bg-box-text p{
        font-size:13px;
        line-height:25px;
        margin:5% 0;
    }

    #beach-whit-bg-box-text ul li{
        margin: 5px 0 0 0;
    }
}


/*Bars Slide*/
.bars-slide{
    width:100%;
    padding:0 10%;
    margin: 1% 0;
}

.bars-slide .prev-next{
    width:104%;
    left:-2%;
}

#bars-slide-top #line {
    margin-top: 2%;
    margin-bottom: 1%;
    width: 20%;
    margin-left: 40%;
    height: 1px;
    border-bottom: 1px solid #3c3c3b;
}

#bars-slide-top h2 {
    font-size: .9vw;
    letter-spacing: .15vw;
    margin: 1% 0;
    font-weight:400;
}

#bars-slide-top p {
    font-size: .9vw;
    font-family: gothambook;
}

#bars-slide-top h6 {
    font-size: 1vw;
    letter-spacing: 1vw;
    margin-top: 1%;
    font-weight: 400;
    margin-left: 1%;
}

#bars-slide-top h1 {
    font-size: 2vw;
    line-height: 3vw;
    letter-spacing: 2vw;
    margin: 0 0 2% 0;
    margin-left: 3.5%;
    font-weight: 400;
    color: #4a4a49;
}

#bars-slide-content{
    position: relative;
    width: 100%;
    height:750px;
}

#bars-slide-text{
    position: absolute;
    top:20px;
    left:20px;
    width: 60%;
    height:80%;
    background-color: #1a1a1a;
    padding: 5% 27% 0 5%;
    text-align: left;
    color:#4A4A49;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

#bars-slide-title{
    position:absolute;
    top:0;
    left:10%;
    width:20%;
    background-color:white;
    height:25%;
    text-align:left;
    padding:30px 20px;
}

#bars-slide-title h3{
    font-size:30px;
    font-weight:bold;
}


#bars-slide-text h5{
    font-size:35px;
    letter-spacing: 5px;
    color:white;
}

#bars-slide-text h6{
    font-size:15px;
    letter-spacing: 1px;
}

#bars-slide-text p{
    margin-top:10px;
    margin-bottom:5px;
    font-size:22px;
    color:white;
}

#bars-slide-text ul{
    list-style: none;
    margin:30px 0 0 0; 
    padding:0;
}

#bars-slide-text ul li{
    margin:5px 0 0 0; 
    font-size:12px
}
#bars-slide-img{
    position: absolute;
    top:10%;
    right:20px;
    width: 60%;
    height:40%
}

#bars-slide-img img{
    width: 100%;

}

@media(max-width:768px){
    #bars-slide-content{
        position: relative;
        width: 100%;
        height:500px;
    }
    
    #bars-slide-text{
        position:static;
        width: 100%;
        background-color: #1a1a1a;
        padding: 5% 5%;
        text-align: center;
        color:#4A4A49;
    }
    
    #bars-slide-text h5{
        font-size:14px;
        letter-spacing: 2px;
        color:white;
    }
    
    #bars-slide-text h6{
        font-size:15px;
        letter-spacing: 1px;
        font-weight: bold;
    }
    
    #bars-slide-text p{
        margin-bottom:5px;
        font-size:12px!important;
    }
    
    #bars-slide-text ul{
        list-style: none;
        margin:30px 0 0 0; 
        padding:0;
    }
    
    #bars-slide-text ul li{
        margin:5px 0 0 0; 
        font-size:12px
    }
    #bars-slide-img{
        
        position:static;
        margin-top:-150px;
        width: 100%;
    }

    #bars-slide-img img{
        width: 100%;
    }
}

@media(max-width:400px){
    .bars-slide #recipeCarousel .carousel-inner .carousel-item.active{
        padding:0!important;
    }

    .bars-slide #recipeCarousel .carousel-control-next{
        right:-5%;
    }

    .bars-slide #recipeCarousel .carousel-control-prev{
        left:-5%;
    }

    #bars-slide-content{
        padding:0;
    }
    #bars-slide-title h3{
        font-size:18px;
        font-weight:bold;
    }
}


/*restorant-with-bg*/
.bars-with-bg{
    position: relative;
    background-image: url("../images/Group 136.png");
    background-size: cover;
    width: 100%;
    height:750px;
    margin: 50px 0;
}

.bars-with-bg .carousel-inner{
    height:800px
}

.bars-with-bg .carousel-control-prev{
    left:5%;
    top:0%;
}

.bars-with-bg .carousel-control-next{
    right:35%;
    top:0%;
}

.bars-with-bg .carousel-control-prev div{
    border:1px solid white;
}

.bars-with-bg .carousel-control-next div{
    border:1px solid white;
}

.bars-with-bg .carousel-control-prev div i{
    color: white;
}

.bars-with-bg .carousel-control-next div i{
    color: white;
}


#bars-with-bg{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
}

#bars-with-bg img{
    width: 100%;
}

#bars-with-bg-content{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90%;
    height: 90%;
    background-color: white;
}

#bars-with-bg-text{
    padding:15% 5% 5% 3%;
}
#bars-with-bg-text #line{
    z-index: 9;
    margin-top:7.8%;
    margin-bottom:30px;
    width: 75%;
    height: 1px;
    border-bottom: 1px solid #C2C7CA;
    margin-left:0%;
}
#bars-with-bg-text h6{
    font-size:40px;
}

#bars-with-bg-text ul{
    list-style:none;
    margin:0;
    padding:0;
    font-size:13px
} 

#bars-with-bg-text p{
    font-size:18px
} 

#bars-with-bg-img{
    margin-top:auto
}

#bars-with-bg-img img{
    position: absolute;
    top:0%;
    width:100%!important;
}

#bars-with-bg-discovery .discovery-button{
    margin-top:20px;
}




#bars-with-bg-text img{
    width: 250px;
}

#bars-with-bg-text h5{
    font-size:25px;
}

#bars-with-bg-img{
    margin-top:auto;
}

#bars-with-bg-discovery{
    width: 100%;
    margin-top:10%;
}

@media(max-width:1920px){
    .bars-with-bg{
        height:850px;
    }
}

@media(max-width:1800px){
    #bars-with-bg-text p{
        font-size:16px
    } 
}

@media(max-width:1700px){
    #bars-with-bg-text p{
        font-size:15px
    } 
}

@media(max-width:1600px){
    .#bars-with-bg-text p{
        font-size:14px
    } 
}


@media(max-width:1500px){
    .bars-with-bg{
        height:680px;
    }
    .bars-with-bg .carousel-control-prev{
        left:5%;
        top:-15%;
    }
    
    #bars-with-bg .carousel-control-next{
        right:35%;
        top:-15%;
    }
    #bars-with-bg-text p{
        font-size:13px
    } 
    #bars-with-bg-text img{
        width:200px;
    }
}

@media(max-width:1400px){
    .bars-with-bg{
        height:620px;
    }
    .bars-with-bg .carousel-control-prev{
        left:5%;
        top:-15%;
    }
    
    .bars-with-bg .carousel-control-next{
        right:35%;
        top:-15%;
    }
    #bars-with-bg-text p{
        font-size:12px
    } 
    #bars-with-bg-text{
        padding-top:10%;
    }
    #bars-with-bg-text h6{
        font-size:30px;
    }
    #bars-with-bg-text img{
        width:150px;
    }
}

@media(max-width:1300px){
    #bars-with-bg-content{
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.7);
    }

    #bars-with-bg-img{
        margin-top:0%;
    }

    #bars-with-bg-text{
        margin: 5% 0 0 0;
        padding:10% 5% 5% 5%;
    }
    #bars-with-bg-img img{
        width:100%!important;
    }

    .bars-with-bg .carousel-control-prev{
        left:5%;
        top:-20%;
    }
    
    .bars-with-bg .carousel-control-next{
        right:35%;
        top:-20%;
    }
}

@media(max-width:1100px){
    #bars-with-bg-content{
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.7);
    }

    #bars-with-bg-img{
        margin-top:3%;
    }

    #bars-with-bg-text{
        margin: 2% 0 0 0;
        padding:10% 5% 5% 5%;
    }
    #bars-with-bg-text img{
        width: 200px;
    }
    #bars-with-bg-discovery{
        width: 100%;
        margin-top:2%;
    }
    #bars-with-bg-discovery .discovery-button{
        font-size:80%;
        line-height: 30px;
    }
    .bars-with-bg .carousel-control-prev{
        left:5%;
        top:-30%;
    }
    
    .bars-with-bg .carousel-control-next{
        right:35%;
        top:-30%;
    }
}

@media(max-width:1000px){
    #bars-with-bg-content{
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.7);
    }

    #bars-with-bg-img{
        margin-top:8%;
    }

    #bars-with-bg-text{
        margin: 2% 0 0 0;
        padding:0 5% 5% 5%;
    }
    #bars-with-bg-text img{
        width: 200px;
    }
    #bars-with-bg-discovery{
        width: 100%;
        margin-top:2%;
    }
    #bars-with-bg-discovery .discovery-button{
        font-size:80%;
        line-height: 30px;
    }
    .bars-with-bg .carousel-control-prev{
        left:2%;
        top:-30%;
    }
    
    .bars-with-bg .carousel-control-next{
        right:2%;
        top:-30%;
    }

    .bars-with-bg .carousel-control-prev div{
        border:1px solid #575757;
    }
    
    .bars-with-bg .carousel-control-next div{
        border:1px solid #575757;
    }
    
    .bars-with-bg .carousel-control-prev div i{
        color: #575757;
    }
    
    .bars-with-bg .carousel-control-next div i{
        color: #575757;
    }
}

@media(max-width:992px){
    #bars-with-bg-content{
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.7);
    }
    #bars-with-bg-img{
        width:100%;
        text-align: center;
    }
    #bars-with-bg-img img{
    }
    #bars-with-bg-text{
        
        margin-top:10%;
    }
    #bars-with-bg-text h6{
        font-size:25px;
    }
    #bars-with-bg-text img{
        width:100px;
    }
    #bars-with-bg-text p{
        font-size:11px!important;
    }
    .bars-with-bg {
        height: 500px;
    }
    .bars-with-bg .carousel-inner {
        height: 500px;
    }
    .bars-with-bg .carousel-control-prev {
        top: 0%;
    }
    .bars-with-bg .carousel-control-next {
        top: 0%;
    }
}

@media(max-width:768px){
    #bars-with-bg-content{
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.7);
    }
    #bars-with-bg-img{
        width:100%;
        text-align: center;
        margin-top:10%;
    }
    /* #restorant-with-bg-img img{
        width:70%!important;
    } */
    #bars-with-bg-text{
        padding:0% 5% 5% 3%;
        margin-top:2%;
        text-align:center;
    }
    #bars-with-bg-img img{
        position: static;
        width:70%!important;
    }
    .bars-with-bg #recipeCarousel .carousel-inner .carousel-item.active{
        padding:0 0!important;
    }

    .bars-with-bg #bars-with-bg-text ul{
        margin-top:10px;
    }
    #recipeCarousel2 .carousel-control-prev,#recipeCarousel2 .carousel-control-next{
        top:0;
    }
    #bars-with-bg-text #line {
        z-index: 9;
        margin-top: 7.8%;
        margin-bottom: 30px;
        width: 60%;
        height: 1px;
        border-bottom: 1px solid #C2C7CA;
        margin-left: 20%;
    }
}

@media(max-width:640px){
    
    .bars-with-bg .carousel-control-prev{
        left:5%;
        top:-30%;
    }
    
    .bars-with-bg .carousel-control-next{
        right:5%;
        top:-30%;
    }

    .bars-with-bg .carousel-control-prev div{
        border:1px solid #575757;
    }
    
    .bars-with-bg .carousel-control-next div{
        border:1px solid #575757;
    }
    
    .bars-with-bg .carousel-control-prev div i{
        color: #575757;
    }
    
    .bars-with-bg .carousel-control-next div i{
        color: #575757;
    }
}

@media(max-width:450px){
    .bars-with-bg {
        height: 400px;
    }

    .bars-with-bg #recipeCarousel2 .carousel-inner .carousel-item {
        padding: 15% 10%!important;
        width: 100%;
    }
}


/*Rooms Slide*/
.room-slide{
    width:100%;
    padding:0 7%;
    margin: 3% 0;
}

.room-slide .prev-next{
    width:104%;
    left:-2%;
    top:58.5%;
}

#room-slide-img .prev-next{
    width:90%;
    left:5%;
    top:50%;
}

#room-slide-top {
    margin-bottom:3%;
}


#room-slide-top #line{
    border-bottom:1px solid #C2C7CA;
    width:20%;
    margin-left:40%;
    margin-top:20px;
}

#room-slide-top h2{
    font-size: 2.1vw;
    letter-spacing: 2.7vw;
    margin-left: 3%;
    margin-top: 1%;
    margin-bottom: 2%;
}

#room-slide-top h6{
    font-size: 1.6vw;
    letter-spacing: 1vw;
    margin-left: 1%;
    font-weight: 400;
    margin-bottom:1%;
}

#room-slide-top p{
    font-size:1vw;
    margin-top:2%;
}

#room-slide-content{
    position: relative;
    width: 100%;
    height:750px;
}

#room-slide-text{
    position: absolute;
    top:0;
    left:0;
    width: 60%;
    height:85%;
    background-color: #3c3c3b;
    padding:2% 0;
    padding-left:3%;
    text-align: center;
    color:white!important;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

#room-slide-text .card-content{
    height:100%;
    width: 60%;
}

#room-slide-text .card-content-text{
    text-align:left;
    margin-top:3%;
}

#room-slide-title{
    position:absolute;
    top:0;
    left:10%;
    width:20%;
    background-color:white;
    height:25%;
    text-align:left;
    color:white!important;
}

#room-slide-title h3{
    font-size:30px;
    font-weight:bold;
    color:white!important;
}

#room-slide-text h4{
    font-size:1.8vw;
    margin-left:2%;
    letter-spacing: .2vw;
    color:white!important;
}

#room-slide-text h5{
    font-size:1.3vw;
    margin-top:2%;
    color:white!important;
}
#room-slide-text h5 span{
    font-size:.9vw;
    letter-spacing: 2px;
    margin-top:20px;
    color:white!important;
}

#room-slide-text #line{
    margin-top:2%;
    margin-bottom:2%;
    border-bottom:1px solid white;
    width:50%;
    margin-left:25%;
}

#room-slide-text h6{
    font-size:.8vw;
    font-weight:400;
    letter-spacing: .3vw;
    margin-top:2%;
    color:white!important;
}

#room-slide-text p{
    margin-top:1.2vw;
    margin-bottom:5px;
    font-size:.9vw;
    color:white;
}

#room-slide-text ul{
    list-style: none;
    margin-top:2%;
    padding:0;
}

#room-slide-text ul li{
    margin:5px 0 0 0; 
    font-size:.9vw
}
#room-slide-img{
    position: absolute;
    top:15%;
    right:0;
    width: 60%;
}

#room-slide-img img{
    width: 100%;

}

@media(max-width:1800px){
    #room-slide-content {
        position: relative;
        width: 100%;
        height: 700px;
    }
}

@media(max-width:1700px) {
    #room-slide-content {
        position: relative;
        width: 100%;
        height: 665px;
    }
}

@media(max-width:1600px) {
    #room-slide-content {
        position: relative;
        width: 100%;
        height: 630px;
    }
}

@media(max-width:1500px) {
    #room-slide-content {
        position: relative;
        width: 100%;
        height: 580px;
    }
}

@media(max-width:1400px) {
    #room-slide-content {
        position: relative;
        width: 100%;
        height: 535px;
    }
}

@media(max-width:1300px) {
    #room-slide-content {
        position: relative;
        width: 100%;
        height: 500px;
    }
}

@media(max-width:1200px) {
    #room-slide-content {
        position: relative;
        width: 100%;
        height: 470px;
    }
}

@media(max-width:1100px) {
    #room-slide-content {
        position: relative;
        width: 100%;
        height: 420px;
    }
}

@media(max-width:1000px) {
    #room-slide-content {
        position: relative;
        width: 100%;
        height: 380px;
    }
}

@media(max-width:900px) {
    #room-slide-content {
        position: relative;
        width: 100%;
        height: 350px;
    }
}

@media(max-width:768px){
    #room-slide-top #line{
        border-bottom:1px solid #C2C7CA;
        width:40%;
        margin-left:30%;
    }
    
    #room-slide-top h2{
        font-size: 4vw;
        letter-spacing: 2.7vw;
        margin-left: 3%;
        margin-top: 1%;
        margin-bottom: 1%;
    }
    
    #room-slide-top h6{
        font-size: 3vw;
        letter-spacing: 1vw;
        margin-left: 1%;
        font-weight: 400;
    }
    #room-slide-top p{
        font-size:2vw;
        margin-top:2%;
    }
    #room-slide-content{
        position: relative;
        width: 100%;
        height:800px;
    }
    
    #room-slide-text{
        position:static;
        width: 100%;
        height:50%;
        background-color: #1a1a1a;
        padding: 5% 5%;
        text-align: center;
        color:white;
    }
    
    #room-slide-text .card-content{
        width:100%;
    }
    
    #room-slide-text h4{
        font-size:4vw;
        margin-left:2%;
        letter-spacing: .2vw;
        color:white!important;
    }
    
    #room-slide-text h5{
        font-size:3vw;
        margin-top:2%;
        color:white!important;
    }
    #room-slide-text h5 span{
        font-size:2vw;
        letter-spacing: 2px;
        margin-top:20px;
        color:white!important;
    }
    
    #room-slide-text #line{
        margin-top:2%;
        margin-bottom:2%;
        border-bottom:1px solid white;
        width:40%;
        margin-left:30%;
    }
    
    #room-slide-text h6{
        font-size:2vw;
        font-weight:400;
        letter-spacing: .5vw;
        margin-top:2%;
        color:white!important;
    }
    
    #room-slide-text p{
        margin-top:1.2vw;
        margin-bottom:5px;
        font-size:2vw;
        color:white;
    }
    
    #room-slide-text ul{
        list-style: none;
        margin:30px 0 0 0; 
        padding:0;
    }
    
    #room-slide-text ul li{
        margin:5px 0 0 0; 
        font-size:12px
    }
    #room-slide-img{
        
        position:static;
        width: 100%;
        height:50%;
    }

    #room-slide-img img{
        width: 100%;
    }
    }
    .room-slide .prev-next{
        top:50%;
    }
    #room-slide-img .prev-next{
        top:50%!important;
}

@media(max-width:500px){
    #room-slide-top #line{
        border:1px solid #C2C7CA;
        width:40%;
        margin-left:30%;
        margin-top:20px;
    }
    
    #room-slide-top h2{
        font-size:25px;
        letter-spacing: 20px;
        margin-left:3%;
        margin-top:20px;
    }
    
    #room-slide-top h6{
        font-size:16px;
        letter-spacing: 15px;
        margin-left:5%;
    }
    
    #room-slide-top p{
        font-size:14px;
    }
}

@media(max-width:400px){
    .room-slide #recipeCarousel .carousel-inner .carousel-item.active{
        padding:0!important;
    }

    .room-slide #recipeCarousel .carousel-control-next{
        right:-5%;
    }

    .room-slide #recipeCarousel .carousel-control-prev{
        left:-5%;
    }

    #room-slide-content{
        padding:0;
    }
    #room-slide-title h3{
        font-size:18px;
        font-weight:bold;
    }
}



/*restorant-with-bg*/

.room-with-bg{
    position: relative;
    background-image: url("../images/Group 396.png");
    background-size: cover;
    width: 100%;
    margin: 50px 0;
    padding:10% 10% 0 0; 
}

.room-with-bg .prev-next{
    width:105%;
}

#room-with-bg-content{
    background-color:white;
    padding-top:8%;
}



#room-with-bg-content .carousel-item{
    padding:0;
}

#room-with-bg-img .prev-next{
    width:90%;
    left:5%;
}

.room-with-bg .prev-next a div{
    border:2px solid white;
}

.room-with-bg .prev-next a div i{
    color: white;
}

#room-with-bg-text {
 padding: 0 10%;
}

#room-with-bg-text .card-content-text{
    margin-top:10%;
   }

   #room-with-bg-text h4{
    font-size:1.8vw;
    margin-left:2%;
    letter-spacing: .2vw;
    text-align:center;
}

#room-with-bg-text h5{
    font-size:1.3vw;
    margin-top:2%;
    text-align:center;
}
#room-with-bg-text h5 span{
    font-size:.9vw;
    letter-spacing: 2px;
    margin-top:20px;
}

#room-with-bg-text #line{
    margin-top:2%;
    margin-bottom:2%;
    border-bottom:1px solid #565656;
    width:50%;
    margin-left:25%;
}

#room-with-bg-text h6{
    font-size:.9vw;
    font-weight:400;
    letter-spacing: .4vw;
    margin-top:2%;
    text-align:center;
    margin-left:2%;
}

#room-with-bg-text p {
    margin-bottom: 5px;
    font-size: 1vw !important
}

#room-with-bg-text ul {
    list-style: none;
    margin: 30px 0 0 0;
    padding: 0
}

#room-with-bg-text ul li {
    margin: 5px 0 0 0;
    font-size: 1vw
}

@media(max-width:768px){
    
    #room-with-bg-content{
        padding-top:0;
    }
    #room-with-bg-text h4 {
        font-size: 4vw;
        font-weight:bold;
        letter-spacing: 2px;
        text-align:center;
        margin-top:5%;
    }
    #room-with-bg-text h5 {
        font-size: 3vw;
        font-weight:bold;
        letter-spacing: 2px;
        text-align:center;
        margin-top:2%;
    }

    #room-with-bg-text h5 span{
        font-size:2vw;
        font-weight:bold;
        letter-spacing: 2px
    }
    
    #room-with-bg-text h6 {
        font-size: 3vw;
        font-weight:400;
        letter-spacing: 1vw;
        text-align:center;
    }
    
    #room-with-bg-text h6 span{
        font-size: 1.4vw;
        font-weight:bold;
        letter-spacing: 2px
    }
    
    #room-with-bg-text p {
        margin-bottom: .2vw;
        font-size: 2vw !important
    }
    
    #room-with-bg-text ul {
        list-style: none;
        margin: 30px 0 0 0;
        padding: 0
    }
    
    #room-with-bg-text ul li {
        margin: 5px 0 0 0;
        font-size: 2vw
    }
    }


/*Room Card Left*/
.room-card-left{
    width:100%;
    padding:0 10%;
    margin: 50px 0;

}

#room-card-left-top h2{
    font-size:30px;
    letter-spacing: 30px;
}

#room-card-left-top p{
    font-size:15px;
}

#room-card-left-content{
    position: relative;
    width: 100%;
    height:750px;
}

#room-card-left-text{
    position: absolute;
    top:15%;
    left:20px;
    width: 55%;
    height:80%;
    background-color: #e8e8e8;
    padding: 2% 16% 0 3%;
    text-align: center;
    color:#3A3939;
}

#room-card-left-space{
    height:30%;
    width:100%;
    position:relative;
}

#room-card-left-space #line{
    position:absolute;
    left:25%;
    bottom:0;
    width:50%;
    height:1px;
    border-bottom:1px solid white;
    
}

#room-card-left-text img{
    width:40%;
}

#room-card-left-text h6{
    font-size:18px;
    letter-spacing: 5px;
}

#room-card-left-text h4{
    font-size:24px;
    margin:10px 0;
}

#room-card-left-text p{
    font-size:14px;
}

#room-card-left-text ul{
    list-style: none;
    margin:10px 0 0 0; 
    padding:0;
    font-size:14px;
}
#room-card-left-img{
    position: absolute;
    top:20px;
    right:20px;
    width: 55%;
    height:40%
}

#room-card-left-img img{
    width: 100%;

}



@media(max-width:1800px){
    #room-card-left-content{
        position: relative;
        width: 100%;
        height:800px;
    }
}

@media(max-width:1700px){
    #room-card-left-content{
        position: relative;
        width: 100%;
        height:750px;
    }
}

@media(max-width:1600px){
    #room-card-left-content{
        position: relative;
        width: 100%;
        height:700px;
    }
}

@media(max-width:1500px){
    #room-card-left-content{
        position: relative;
        width: 100%;
        height:570px;
    }
    #room-card-left-img{
        position: absolute;
        top:5%;
        right:20px;
        width: 55%;
        height:40%
    }

    #room-card-left-space{
        height:20%;
        width:100%;
        position:relative;
    }
    #room-card-left-text h6{
        font-size:15px;
    }
    #room-card-left-text h4{
        font-size:18px;
    }
    #room-card-left-text p{
        font-size:12px;
        margin-bottom:0;
    }
    #room-card-left-text ul{
        font-size:12px;
        margin-top:0;
    }
}

@media(max-width:1300px){
    #room-card-left-content{
        position: relative;
        width: 100%;
        height:620px;
    }
    #room-card-left-text h6{
        font-size:14px;
        letter-spacing:2px;
    }
    #room-card-left-text p{
        font-size:12px;
    }
}

@media(max-width:1100px){
    #room-card-left-content{
        position: relative;
        width: 100%;
        height:700px;
    }
    #room-card-left-text h6{
        font-size:14px;
        letter-spacing:2px;
    }
    #room-card-left-text p{
        font-size:12px;
    }
}

@media(max-width:960px){
    #room-card-left-content{
        position: relative;
        width: 100%;
        height:800px;
    }
    #room-card-left-text{
        height:85%;
        padding-right:18%;
        font-size:10px;
    }
    #room-card-left-text p{
        font-size:10px;
    }
    #room-card-left-text ul li{
        font-size:12px;
        margin-top:5px;
    }
    #room-card-left-img{
        position: absolute;
        top:12%;
        right:20px;
        width: 55%;
        height:40%
    }
}

@media(max-width:800px){
    #room-card-left-text{
        
        width: 55%;
        height:85%;
        padding-right:23%;
        font-size:10px;
    }
    #room-card-left-text p{
        font-size:10px;
    }

    #room-card-left-text ul{
        margin-top:10px;
    }

    #room-card-left-text ul li{
        font-size:10px;
        margin-top:0px;
    }
    #room-card-left-img{
        width:100%;
    }

    #room-card-left-img img{
        position: absolute;
        top:12%;
        right:20px;
        width: 55%;
    }

    #room-card-left-content{
        position: relative;
        width: 100%;
        height:800px;
    }
    #room-card-left-space {
        height: 10%;
        width: 100%;
        position: relative;
    }
}

@media(max-width:760px){
    #room-card-left-text{
        height:85%;
        padding-right:3%;
        font-size:10px;
    }
    #room-card-left-text p{
        font-size:10px;
    }
    #room-card-left-text ul li{
        font-size:10px;
        margin-top:5px;
    }
    #room-card-left-img{
        position: absolute;
        top:12%;
        right:20px;
        width: 60%;
        height:40%
    }

    #room-card-left-content{
        position: relative;
        width: 100%;
        height:700px;
    }
    #room-card-left-img img {
        position: absolute;
        top: 45%;
        right: 20px;
        width: 55%;
    }
}
@media(max-width:600px){
    #room-card-left-content{
        position: relative;
        width: 100%;
        height:900px;
    }
    
    #room-card-left-text{
        position:static;
        width: 100%;
        background-color: #e8e8e8;
        padding: 5% 5%;
        text-align: center;
        color:#3A3939;
    }
    
    
    
    #room-card-left-text h6{
        font-size:15px;
        letter-spacing: 1px;
        font-weight: bold;
    }
    
    #room-card-left-text p{
        margin-bottom:5px;
        font-size:12px;
    }
    
    #room-card-left-text ul{
        list-style: none;
        margin:10px 0 0 0; 
        padding:0;
    }
    
    #room-card-left-text ul li{
        margin:5px 0 0 0; 
        font-size:12px
    }
    #room-card-left-img{
        
        position:static;
        margin-top:-170px;
        width: 100%;
    }

    #room-card-left-img img{
        position:static;
        width: 100%;
    }
}

@media(max-width:500px){
    #room-card-left-content{
        position: relative;
        width: 100%;
        height:950px;
    }
    #room-card-left-img{
        
        position:static;
        margin-top:-130px;
        width: 100%;
    }
}

@media(max-width:400px){
    #room-card-left-content{
        position: relative;
        width: 100%;
        height:1050px;
    }
    #room-card-left-img{
        
        position:static;
        margin-top:-130px;
        width: 100%;
    }
}

/*Room Card Left Up*/
.room-card-left-up{
    width:100%;
    padding:0 10%;
    margin: 50px 0;

}

#room-card-left-up-top h2{
    font-size:30px;
    letter-spacing: 30px;
}

#room-card-left-up-top p{
    font-size:15px;
}

#room-card-left-up-content{
    position: relative;
    width: 100%;
    height:750px;
}

#room-card-left-up-text{
    position: absolute;
    top:0%;
    left:20px;
    width: 55%;
    height:80%;
    background-color: #e8e8e8;
    padding: 2% 16% 0 3%;
    text-align: center;
    color:#3A3939;
}

#room-card-left-up-space{
    height:30%;
    width:100%;
    position:relative;
}

#room-card-left-up-space #line{
    position:absolute;
    left:25%;
    bottom:0;
    width:50%;
    height:1px;
    border-bottom:1px solid white;
    
}

#room-card-left-up-text img{
    width:40%;
    margin-top:10%;
}

#room-card-left-up-text h6{
    font-size:18px;
    letter-spacing: 5px;
}

#room-card-left-up-text h4{
    font-size:24px;
    margin:10px 0;
}

#room-card-left-up-text p{
    font-size:14px;
}

#room-card-left-up-text ul{
    list-style: none;
    margin:10px 0 0 0; 
    padding:0;
    font-size:14px;
}
#room-card-left-up-img{
    position: absolute;
    top:15%;
    right:20px;
    width: 55%;
    height:40%
}

#room-card-left-up-img img{
    width: 100%;

}



@media(max-width:1800px){
    #room-card-left-up-content{
        position: relative;
        width: 100%;
        height:800px;
    }
}

@media(max-width:1700px){
    #room-card-left-up-content{
        position: relative;
        width: 100%;
        height:750px;
    }
}

@media(max-width:1600px){
    #room-card-left-up-content{
        position: relative;
        width: 100%;
        height:700px;
    }
}

@media(max-width:1500px){
    #room-card-left-up-content{
        position: relative;
        width: 100%;
        height:570px;
    }
    #room-card-left-up-img{
        position: absolute;
        top:5%;
        right:20px;
        width: 55%;
        height:40%
    }

    #room-card-left-up-space{
        height:20%;
        width:100%;
        position:relative;
    }
    #room-card-left-up-text h6{
        font-size:15px;
    }
    #room-card-left-up-text h4{
        font-size:18px;
    }
    #room-card-left-up-text p{
        font-size:12px;
        margin-bottom:0;
    }
    #room-card-left-up-text ul{
        font-size:12px;
        margin-top:0;
    }
}

@media(max-width:1300px){
    #room-card-left-up-content{
        position: relative;
        width: 100%;
        height:620px;
    }
    #room-card-left-up-text h6{
        font-size:14px;
        letter-spacing:2px;
    }
    #room-card-left-up-text p{
        font-size:12px;
    }
}

@media(max-width:1100px){
    #room-card-left-up-content{
        position: relative;
        width: 100%;
        height:700px;
    }
    #room-card-left-up-text h6{
        font-size:14px;
        letter-spacing:2px;
    }
    #room-card-left-up-text p{
        font-size:12px;
    }
}

@media(max-width:960px){
    #room-card-left-up-content{
        position: relative;
        width: 100%;
        height:800px;
    }
    #room-card-left-up-text{
        height:85%;
        padding-right:18%;
        font-size:10px;
    }
    #room-card-left-up-text p{
        font-size:10px;
    }
    #room-card-left-up-text ul li{
        font-size:12px;
        margin-top:5px;
    }
    #room-card-left-up-img{
        position: absolute;
        top:12%;
        right:20px;
        width: 55%;
        height:40%
    }
}

@media(max-width:800px){
    #room-card-left-up-text{
        
        width: 55%;
        height:85%;
        padding-right:23%;
        font-size:10px;
    }
    #room-card-left-up-text p{
        font-size:10px;
    }

    #room-card-left-up-text ul{
        margin-top:10px;
    }

    #room-card-left-up-text ul li{
        font-size:10px;
        margin-top:0px;
    }
    #room-card-left-up-img{
        width:100%;
    }

    #room-card-left-up-img img{
        position: absolute;
        top:12%;
        right:20px;
        width: 55%;
    }

    #room-card-left-up-content{
        position: relative;
        width: 100%;
        height:800px;
    }
    #room-card-left-up-space {
        height: 10%;
        width: 100%;
        position: relative;
    }
}

@media(max-width:760px){
    #room-card-left-up-text{
        height:85%;
        padding-right:3%;
        font-size:10px;
    }
    #room-card-left-up-text p{
        font-size:10px;
    }
    #room-card-left-up-text ul li{
        font-size:10px;
        margin-top:5px;
    }
    #room-card-left-up-img{
        position: absolute;
        top:12%;
        right:20px;
        width: 60%;
        height:40%
    }

    #room-card-left-up-content{
        position: relative;
        width: 100%;
        height:700px;
    }
    #room-card-left-up-img img {
        position: absolute;
        top: 45%;
        right: 20px;
        width: 55%;
    }
}
@media(max-width:600px){
    #room-card-left-up-content{
        position: relative;
        width: 100%;
        height:900px;
    }
    
    #room-card-left-up-text{
        position:static;
        width: 100%;
        background-color: #e8e8e8;
        padding: 5% 5%;
        text-align: center;
        color:#3A3939;
    }
    
    
    
    #room-card-left-up-text h6{
        font-size:15px;
        letter-spacing: 1px;
        font-weight: bold;
    }
    
    #room-card-left-up-text p{
        margin-bottom:5px;
        font-size:12px;
    }
    
    #room-card-left-up-text ul{
        list-style: none;
        margin:10px 0 0 0; 
        padding:0;
    }
    
    #room-card-left-up-text ul li{
        margin:5px 0 0 0; 
        font-size:12px
    }
    #room-card-left-up-img{
        
        position:static;
        margin-top:-170px;
        width: 100%;
    }

    #room-card-left-up-img img{
        position:static;
        width: 100%;
    }
}

@media(max-width:500px){
    #room-card-left-up-content{
        position: relative;
        width: 100%;
        height:950px;
    }
    #room-card-left-up-img{
        
        position:static;
        margin-top:-130px;
        width: 100%;
    }
}

@media(max-width:400px){
    #room-card-left-up-content{
        position: relative;
        width: 100%;
        height:1050px;
    }
    #room-card-left-up-img{
        
        position:static;
        margin-top:-130px;
        width: 100%;
    }
}


/*room Whit Bg Box*/
.room-whit-bg-box{
    width:100%;
    height:1000px;
    position: relative;
    background-size: cover;
    margin: 50px 0;
}

#room-whit-bg-box #recipeCarousel4{
    position: relative;
}

#room-whit-bg-box #recipeCarousel4 .carousel-control-prev{
    top:45%;
    height:100%;
}

#room-whit-bg-box-text{
    position: absolute;
    bottom:0;
    right:20%;
    width:35%;
    height:80%;
    background-color:white;
    padding: 5% 5% 0 5%;
    text-align: center;
    font-size:15px;
}

#room-whit-bg-box-text h4{
    font-size:30px;
}

#room-whit-bg-box-text h6{
    font-size:20px;
    letter-spacing:5px;
}

#room-whit-bg-box-text h5{
    font-size:22px;
    margin:10px 0;
}

#room-whit-bg-box-text p{
    font-size:16px;
    margin:10px 0;
}

#room-whit-bg-box-text ul{
    list-style:none;
    padding:0;
    
    font-size:16px;
}

#room-whit-bg-box-text ul li{
}

#room-whit-bg-box-text #line{
    width: 50%;
    height: 1px;
    border-bottom: 2px solid #C2C7CA;
    margin-left:25%;
    margin-top:10px;
    margin-bottom:10px;
}

@media(max-width:1750px){
    .room-whit-bg-box{
        width:100%;
        height:750px;
        position: relative;
        background-size: cover;
        margin: 50px 0;
    }
    #room-whit-bg-box-text h6{
        font-size:26px;
        letter-spacing: 10px;
    }
    
    #room-whit-bg-box-text p{
        font-size:17px;
        line-height:20px;
        margin:5% 0;
    }
    #room-whit-bg-box-text ul{
        list-style:none;
        margin: 20px 0 0 0;
        padding:0;
    }
}

@media(max-width:1600px){
    .room-whit-bg-box{
        width:100%;
        height:750px;
        position: relative;
        background-size: cover;
        margin: 50px 0;
    }
    #room-whit-bg-box-text h6{
        font-size:23px;
        letter-spacing: 8px;
    }
    
    #room-whit-bg-box-text p{
        font-size:15px;
        line-height:20px;
        margin:5% 0;
    }
    #room-whit-bg-box-text ul{
        list-style:none;
        margin: 20px 0 0 0;
        padding:0;
    }
}

@media(max-width:1400px){
    .room-whit-bg-box{
        width:100%;
        height:750px;
        position: relative;
        background-size: cover;
        margin: 50px 0;
    }
    #room-whit-bg-box-text h6{
        font-size:20px;
        letter-spacing: 6px;
    }
    
    #room-whit-bg-box-text p{
        font-size:15px;
        line-height:20px;
        margin:5% 0;
    }
    #room-whit-bg-box-text ul{
        list-style:none;
        margin: 20px 0 0 0;
        padding:0;
    }
}

@media(max-width:1200px){
    .room-whit-bg-box{
        width:100%;
        height:750px;
        position: relative;
        background-size: cover;
        margin: 50px 0;
    }

    #room-whit-bg-box-text {
        position: absolute;
        bottom: 0;
        right: 5%;
        width: 40%;
        height: 80%;
        background-color: white;
        padding: 10% 6% 0 6%;
        text-align: center;
        font-size: 15px;
    }

    #room-whit-bg-box-text h6{
        font-size:18px;
        letter-spacing: 6px;
    }
    
    #room-whit-bg-box-text p{
        font-size:15px;
        line-height:20px;
        margin:5% 0;
    }
    #room-whit-bg-box-text ul{
        list-style:none;
        margin: 20px 0 0 0;
        padding:0;
    }
}

@media(max-width:1000px){
    #room-whit-bg-box-text{
        position: absolute;
        bottom:0;
        right:5%;
        width:60%;
        height:80%;
        background-color:white;
        padding: 10% 5%;
        text-align: center;
        font-size:15px;
    }
    #room-whit-bg-box-text h6{
        font-size:25px;
        letter-spacing: 10px;
    }
    
    #room-whit-bg-box-text p{
        font-size:18px;
        line-height:25px;
        margin:5% 0;
    }
}

@media(max-width:850px){
    #room-whit-bg-box-text{
        position: absolute;
        bottom:0;
        right:5%;
        width:60%;
        height:80%;
        background-color:white;
        padding: 10% 5%;
        text-align: center;
        font-size:15px;
    }
    #room-whit-bg-box-text h6{
        font-size:23px;
        letter-spacing: 8px;
    }
    
    #room-whit-bg-box-text p{
        font-size:16px;
        line-height:25px;
        margin:5% 0;
    }
}

@media(max-width:750px){
    #room-whit-bg-box-text{
        position: absolute;
        bottom:0;
        right:5%;
        width:60%;
        height:80%;
        background-color:white;
        padding: 10% 5%;
        text-align: center;
        font-size:15px;
    }
    #room-whit-bg-box-text h6{
        font-size:20px;
        letter-spacing: 8px;
    }
    
    #room-whit-bg-box-text p{
        font-size:15px;
        line-height:25px;
        margin:5% 0;
    }
}

@media(max-width:650px){
    #room-whit-bg-box-text{
        position: absolute;
        bottom:0;
        right:5%;
        width:60%;
        height:80%;
        background-color:white;
        padding: 10% 5%;
        text-align: center;
        font-size:15px;
    }
    #room-whit-bg-box-text h6{
        font-size:18px;
        letter-spacing: 6px;
    }
    
    #room-whit-bg-box-text p{
        font-size:14px;
        line-height:25px;
        margin:5% 0;
    }
}

@media(max-width:580px){
    #room-whit-bg-box-text{
        position: absolute;
        bottom:0;
        right:7.5%;
        width:85%;
        height:85%;
        background-color:white;
        padding: 15% 5%;
        text-align: center;
        font-size:15px;
    }

    
    #room-whit-bg-box-text h6{
        font-size:22px;
        letter-spacing: 8px;
    }
    
    #room-whit-bg-box-text p{
        font-size:18px;
        line-height:25px;
        margin:5% 0;
    }

    #room-whit-bg-box-text ul li{
        margin: 5px 0 0 0;
    }
}

@media(max-width:480px){
    #room-whit-bg-box-text{
        position: absolute;
        bottom:0;
        right:7.5%;
        width:85%;
        height:85%;
        background-color:white;
        padding: 20% 5%;
        text-align: center;
        font-size:15px;
    }

    
    #room-whit-bg-box-text h6{
        font-size:20px;
        letter-spacing: 7px;
    }
    
    #room-whit-bg-box-text p{
        font-size:16px;
        line-height:25px;
        margin:5% 0;
    }

    #room-whit-bg-box-text ul li{
        margin: 5px 0 0 0;
    }
}

@media(max-width:400px){
    #room-whit-bg-box-text{
        position: absolute;
        bottom:0;
        right:7.5%;
        width:85%;
        height:85%;
        background-color:white;
        padding: 25% 5%;
        text-align: center;
        font-size:15px;
    }

    
    #room-whit-bg-box-text h6{
        font-size:16px;
        letter-spacing: 6px;
    }
    
    #room-whit-bg-box-text p{
        font-size:13px;
        line-height:25px;
        margin:5% 0;
    }

    #room-whit-bg-box-text ul li{
        margin: 5px 0 0 0;
    }
}

/*SPA CENTERED*/
.spa-centered{
    width:100%;
    padding:0 5%;
}

.spa-centered .prev-next{
    width:104%;
    left:-2%;
}



.spa-centered .carousel-control-next{
    right:-2%;
}

.spa-centered #carousel2 .carousel-control{
    width:30px;
    height:100%;
    top:0!important;
}

#spa-centered-top{
    text-align:center;
    margin:2% 0;
}

#spa-centered-top img{
    width:15%;
}

#spa-centered-top #line{
    border-bottom:1px solid #C2C7CA;
    width:20%;
    margin:2% 0;
    margin-left:40%;
}

#spa-centered-top h2{
    font-size: 2.1vw;
    letter-spacing: 2.7vw;
    margin-left: 3%;
    margin-top: 2%;
    margin-bottom: 2%;
    font-weight:bold;
    color:#565656;
}

#spa-centered-top img{
    width:15%;
    margin:0 0 2% 0
}

#spa-centered-top h6{
    font-size: 1.2vw;
    letter-spacing: 1vw;
    margin-left: 1%;
    font-weight: bold;
    margin-bottom:2%;
    margin-top:5%;
}

#spa-centered-top p{
    font-size:1vw;
}

#spa-centered-image{
    width:100%;
}

#spa-centered-text{
    position:relative;
    width:100%;
    height:100%;
}

#spa-centered-text-content{
    position:absolute;
    height:70%;
    width:100%;
    top:15%;
    background-color:#E8E8E8;
    padding:5%;
    text-align:center;
    display:flex;
    flex-direction: column;
    justify-content: center;
}

#spa-centered-text-content .card-content{
    height:100%;
}

    #spa-centered-text-content h4 {
        font-size: 1.5vw;
        letter-spacing: .3vw;
        font-weight: 400;
    }

#spa-centered-text-content p{
    font-size:.9vw;
    letter-spacing:.2vw;
}

#spa-centered-text-content h6{
    font-size:18px;
    letter-spacing:5px;
    margin:2% 0;
}

#spa-centered-text-content .primetimer-slider-services ul{
    width:60%;
    margin-left:20%;
    margin-top:5%;
}

#spa-centered-text-content .primetimer-slider-services ul li{
    font-size:.8vw;
}



@media(max-width:768px){
    #spa-centered-top h6{
        font-size:13px;
        letter-spacing:10px;
        margin-left:2%;
    }
    
    #spa-centered-top h2{
        font-size:18px;
        letter-spacing:20px;
        margin-left:3%;
    }
    #spa-centered-text{
        height:400px
    }
    #spa-centered-text-content{
        top:0;
        height:100%;
    }
}

@media(max-width:520px){
    #spa-centered-top h6{
        font-size:12px;
        letter-spacing:5px;
        margin-left:2%;
    }
    
    #spa-centered-top h2{
        font-size:16px;
        letter-spacing:8px;
        margin-left:3%;
    }
}

/* Page Title */
.page-title{
    width:100%;
    text-align:center;
    margin:2% 0 0 0;
}

.page-title #line{
    margin-top: 2%;
    width: 20%;
    margin-left:40%;
    height: 1px;
    border-bottom: 1px solid #C2C7CA;
}


.page-title img{
    width:15%;
    margin: 2% 0;
}

.page-title h6{
    font-size:25px;
    letter-spacing:20px;
    margin-left:1%;
}

/*.page-title h3{
    font-size:40px;
    letter-spacing:30px;
    margin-left:2%;
    text-align:center;
}*/

.page-title p{
    font-size:.9vw;
    letter-spacing:.2vw;
    margin-left:1%;
}

.tph-centered-right{
    width:100%;
    padding: 0 5%;
}

@media(max-width:900px){
    .page-title h6{
        font-size:20px;
        letter-spacing:15px;
        margin-left:1%;
    }
    .page-title h3{
        font-size:30px;
        letter-spacing:20px;
        margin-left:2%;
        text-align:center;
    }
}


@media(max-width:700px){
    .page-title h6{
        font-size:15px;
        letter-spacing:10px;
        margin-left:1%;
    }
    .page-title h3{
        font-size:25px;
        letter-spacing:15px;
        margin-left:2%;
        text-align:center;
    }
    .page-title p{
        font-size:12px;
        letter-spacing:3px;
        margin-left:1%;
    }
}

@media(max-width:500px){
    .page-title h6{
        font-size:13px;
        letter-spacing:8px;
        margin-left:1%;
    }
    .page-title h3{
        font-size:22px;
        letter-spacing:12px;
        margin-left:2%;
        text-align:center;
    }
    .page-title p{
        font-size:11px;
        letter-spacing:2px;
        margin-left:1%;
    }
}

@media(max-width:400px){
    .page-title h6{
        font-size:12px;
        letter-spacing:5px;
        margin-left:1%;
    }
    .page-title h3{
        font-size:18px;
        letter-spacing:10px;
        margin-left:2%;
        text-align:center;
    }
    .page-title p{
        font-size:10px;
        letter-spacing:2px;
        margin-left:1%;
    }
}

/*The Pllay House*/
.tph-centered-right #tph-centered-right-content{
    
    position:relative;
    width:100%;
    height:100%;
    padding:10% 0;
}

.tph-centered-right .carousel-control-prev{
    left:-2%;
}

.tph-centered-right .carousel-control-next{
    right:-2%;
}


#tph-centered-right-content #overlay-right {
    position: absolute;
    top: 7%;
    right: 0;
    width: 60%;
    height: 86%;
    background-color: #A2A2A2;
}


#tph-centered-right-content #overlay-right-dark{
    position:absolute;
    top:7%;
    right:0;
    width:60%;
    height:86%;
    background-color:#2E2E2D;
}

#tph-centered-right-content #overlay-left {
    position: absolute;
    top: 7%;
    left: 0;
    width: 60%;
    height: 86%;
    background-color: #A2A2A2;
}

#tph-centered-right-content #overlay-left-dark {
    position: absolute;
    top: 7%;
    left: 0;
    width: 60%;
    height: 86%;
    background-color: #2E2E2D;
}

#tph-centered-right-text{
    width:100%;
    height:100%;
    padding:0 5%;
    color:white;
    text-align:center;
    display:flex;
    flex-direction:column;
    justify-content:center;
}


#tph-centered-right-text .card-content{
    height: 70%;
    padding:0 5%;
}

#tph-centered-right-text h5{
    font-size:1.8vw;
    letter-spacing:.7vw;
    margin: 4% 0;
    color:white;
}

#tph-centered-right-text #line{
    margin-top: 0px;
    margin-bottom: 0px;
    width: 50%;
    margin-left:25%;
    height: 1px;
    border-bottom: 1px solid rgba(255, 255, 255, 1)
}

#tph-centered-right-text p{
    font-size:1vw;
    margin-bottom:3%;
}


@media(max-width:768px){
    #tph-centered-right-content{
        padding:10%!important;
    }
    #tph-centered-right-content #overlay-right{
        position:absolute;
        top:0;
        right:0;
        width:100%;
        height:100%;
        background-color:#2E2E2D;
    }
    #tph-centered-right-content #overlay-left{
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        background-color:#A2A2A2;
    }
    #tph-centered-right-text{
        margin: 4% 0;
    }
    #tph-centered-right-text h5{
        font-size:18px;
        letter-spacing:10px;
        margin: 4% 0;
    }
    
    #tph-centered-right-text #line{
        margin-top: 0px;
        margin-bottom: 0px;
        width: 20%;
        margin-left:40%;
        height: 1px;
        border-bottom: 5px solid rgba(255, 255, 255, .16)
    }
    
    #tph-centered-right-text p{
        font-size:12px;
        letter-spacing:0px;
        margin:0;
    }
}

/*The Play House-with-bg*/
.tph-with-bg{
    position: relative;
    background-image: url("../images/Group 689.png");
    background-size: cover;
    width: 100%;
    height:750px;
    margin: 50px 0;
}

.tph-with-bg .carousel-inner{
    height:800px
}

.tph-with-bg .carousel-control-prev{
    left:5%;
    top:0%;
}

.tph-with-bg .carousel-control-next{
    right:35%;
    top:0%;
}

.tph-with-bg .carousel-control-prev div{
    border:1px solid white;
}

.tph-with-bg .carousel-control-next div{
    border:1px solid white;
}

.tph-with-bg .carousel-control-prev div i{
    color: white;
}

.tph-with-bg .carousel-control-next div i{
    color: white;
}


#tph-with-bg{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
}

#tph-with-bg img{
    width: 100%;
}

#tph-with-bg-content{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90%;
    height: 90%;
    background-color: white;
}

#tph-with-bg-text{
    padding:5% 5% 5% 3%;
    text-align:center;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.tph-with-bg #line{
    z-index: 9;
    margin-top:3%;
    margin-bottom:20px;
    width: 60%;
    height: 1px;
    border-bottom: 2px solid #C2C7CA;
    margin-left:20%;
}

#tph-with-bg-text h6{
    font-size:18px;
    margin:15px 0;
}

#tph-with-bg-text ul{
    list-style:none;
    margin:0;
    padding:0;
    font-size:18px
} 

#tph-with-bg-text p{
    font-size:18px
} 

#tph-with-bg-img{
    margin-top:auto
}

#tph-with-bg-img img{
    position: absolute;
    top:0%;
    width:100%!important;
}

#tph-with-bg-discovery .discovery-button{
    margin-top:20px;
}




#tph-with-bg-text img{
    width: 250px;
}

#tph-with-bg-text h5{
    font-size:18px;
}

#tph-with-bg-text h4{
    font-size:30px;
    letter-spacing:10px;
    margin:5% 0;
}

#tph-with-bg-img{
    margin-top:auto;
}

#tph-with-bg-discovery{
    width: 100%;
    margin-top:10%;
}

@media(max-width:1920px){
    .tph-with-bg{
        height:850px;
    }
}

@media(max-width:1800px){
    #tph-with-bg-text p{
        font-size:16px
    } 
}

@media(max-width:1700px){
    #tph-with-bg-text p{
        font-size:15px
    } 
}

@media(max-width:1600px){
    #tph-with-bg-text p{
        font-size:14px
    } 
}


@media(max-width:1500px){
    .tph-with-bg{
        height:680px;
    }
    .tph-with-bg .carousel-control-prev{
        left:5%;
        top:-15%;
    }
    
    .tph-with-bg .carousel-control-next{
        right:35%;
        top:-15%;
    }
    #tph-with-bg-text p{
        font-size:13px
    } 
    #tph-with-bg-text img{
        width:200px;
    }
}

@media(max-width:1400px){
    .tph-with-bg{
        height:620px;
    }
    .tph-with-bg .carousel-control-prev{
        left:5%;
        top:-15%;
    }
    
    .tph-with-bg .carousel-control-next{
        right:35%;
        top:-15%;
    }
    #tph-with-bg-text p{
        font-size:12px
    } 
    #tph-with-bg-text{
        padding-top:3%;
    }
    #tph-with-bg-text img{
        width:150px;
    }
}

@media(max-width:1300px){
    #tph-with-bg-content{
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.7);
    }

    #tph-with-bg-img{
        margin-top:0%;
    }

    #tph-with-bg-text{
        margin: 5% 0 0 0;
        padding:0 5% 5% 5%;
        text-align:center;
    }
    #tph-with-bg-img img{
        width:100%!important;
    }

    .tph-with-bg .carousel-control-prev{
        left:5%;
        top:-20%;
    }
    
    .tph-with-bg .carousel-control-next{
        right:35%;
        top:-20%;
    }
}

@media(max-width:1100px){
    #tph-with-bg-content{
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.7);
    }

    #tph-with-bg-img{
        margin-top:0%;
    }

    #tph-with-bg-text{
        margin: 2% 0 0 0;
        padding:0 5% 5% 5%;
        text-align:center;
    }
    #tph-with-bg-text img{
        width: 200px;
    }
    #tph-with-bg-discovery{
        width: 100%;
        margin-top:2%;
    }
    #tph-with-bg-discovery .discovery-button{
        font-size:80%;
        line-height: 30px;
    }
    .tph-with-bg .carousel-control-prev{
        left:5%;
        top:-30%;
    }
    
    .tph-with-bg .carousel-control-next{
        right:35%;
        top:-30%;
    }
}

@media(max-width:1000px){
    #tph-with-bg-content{
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.7);
    }

    #tph-with-bg-img{
        margin-top:8%;
    }

    #tph-with-bg-text{
        margin: 2% 0 0 0;
        padding:0 5% 5% 5%;
        text-align:center;
    }
    #tph-with-bg-text img{
        width: 200px;
    }
    #tph-with-bg-discovery{
        width: 100%;
        margin-top:2%;
    }
    #tph-with-bg-discovery .discovery-button{
        font-size:80%;
        line-height: 30px;
    }
    .tph-with-bg .carousel-control-prev{
        left:2%;
        top:-30%;
    }
    
    .tph-with-bg .carousel-control-next{
        right:2%;
        top:-30%;
    }

    .tph-with-bg .carousel-control-prev div{
        border:1px solid #575757;
    }
    
    .tph-with-bg .carousel-control-next div{
        border:1px solid #575757;
    }
    
    .tph-with-bg .carousel-control-prev div i{
        color: #575757;
    }
    
    .tph-with-bg .carousel-control-next div i{
        color: #575757;
    }
}

@media(max-width:992px){
    #tph-with-bg-content{
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.7);
    }
    #tph-with-bg-img{
        width:100%;
        text-align: center;
    }
    #tph-with-bg-img img{
    }
    #tph-with-bg-text{
        
        margin-top:-5%;
        text-align:center;
    }
    #tph-with-bg-text img{
        width:100px;
    }
    #tph-with-bg-text h5{
        font-size:16px;
    }
    #tph-with-bg-text h6{
        font-size:14px;
    }
    #tph-with-bg-text p{
        font-size:11px;
    }
    #tph-with-bg-text ul{
        font-size:11px;
    }
}

@media(max-width:768px){
    #tph-with-bg-content{
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.7);
    }
    #tph-with-bg-img{
        width:100%;
        text-align: center;
        margin-top:10%;
    }
    /* #tph-with-bg-img img{
        width:70%!important;
    } */
    #tph-with-bg-text{
        padding:0% 5% 5% 3%;
        margin-top:2%;
        text-align:center;
    }
    #tph-with-bg-img img{
        position: static;
        width:70%!important;
    }
    .tph-with-bg #recipeCarousel .carousel-inner .carousel-item.active{
        padding:0 0!important;
    }

    #tph-with-bg-text ul{
        margin-top:10px;
    }
    #recipeCarousel2 .carousel-control-prev,#recipeCarousel2 .carousel-control-next{
        top:0;
    }
}

@media(max-width:640px){
    
    .tph-with-bg .carousel-control-prev{
        left:5%;
        top:-30%;
    }
    
    .tph-with-bg .carousel-control-next{
        right:5%;
        top:-30%;
    }

    .tph-with-bg .carousel-control-prev div{
        border:1px solid #575757;
    }
    
    .tph-with-bg .carousel-control-next div{
        border:1px solid #575757;
    }
    
    .tph-with-bg .carousel-control-prev div i{
        color: #575757;
    }
    
    .tph-with-bg .carousel-control-next div i{
        color: #575757;
    }
}

/*Activities Slide*/
.activities-slide{
    width:100%;
    padding:0 10%;
    margin: 30px 0;
}

#activities-slide-top #line{
    border:1px solid #C2C7CA;
    width:20%;
    margin-left:40%;
    margin-top:20px;
}

#activities-slide-top h2{
    font-size:2vw;
    letter-spacing: 2vw;
    margin-left:3%;
    margin-top:2%;
    margin-bottom:2%;
}

#activities-slide-top h6{
    font-size:20px;
    letter-spacing: 20px;
    margin-left:2%;
}

#activities-slide-top p{
    font-size:1vw;
}

#activities-slide-content{
    position: relative;
    width: 100%;
    height:700px;
    margin-top:5%;
}

#activities-slide-text{
    position: absolute;
    top:0;
    left:0;
    width: 60%;
    height:80%;
    background-color: #E8E8E8;
    text-align: center;
    color:black;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

#activities-slide-text .card-content{
    height:100%;
    width:55%;
    margin-left:6%;
}

#activities-slide-title{
    position:absolute;
    top:0;
    left:10%;
    width:20%;
    background-color:black;
    height:25%;
    text-align:left;
    padding:30px 20px;
}

#activities-slide-title h3{
    font-size:30px;
    font-weight:bold;
}

#activities-slide-text h4{
    font-size:1.5vw;
    letter-spacing: .2vw;
    margin:7% 0;
}

#activities-slide-text p strong {
    font-size: 1.5vw;
    letter-spacing: .2vw;
    margin: 7% 0;
}

#activities-slide-text h5{
    font-size:18px;
    letter-spacing: 2px;
    margin-top:20px;
}

#activities-slide-text #line{
    margin-top:0;
    border-bottom:2px solid black;
    width:50%;
    margin-left:25%;
}

#activities-slide-text h6{
    font-size:15px;
    letter-spacing: 1px;
    margin-top:20px;
}

#activities-slide-text p{
    font-size:.9vw;
    margin:3% 0;
    color:#4a4a49;
}

#activities-slide-text ul{
    list-style: none;
    margin:30px 0 0 0; 
    padding:0;
}

#activities-slide-text ul li{
    margin:5px 0 0 0; 
    font-size:15px
}
#activities-slide-img{
    position: absolute;
    top:15%;
    right:0;
    width: 60%;
    height:40%
}

#activities-slide-img img{
    width: 100%;

}

@media(max-width:1700px){
    #activities-slide-content{
        height:650px;
    }
}

@media(max-width:1500px){
    #activities-slide-content{
        height:600px;
    }
}

@media(max-width:1400px){
    #activities-slide-content{
        height:550px;
    }
}

@media(max-width:1300px){
    #activities-slide-content{
        height:500px;
    }
}

@media(max-width:1200px){
    #activities-slide-content{
        height:450px;
    }
}

@media(max-width:1100px){
    #activities-slide-content{
        height:400px;
    }
}

@media(max-width:992px){
    #activities-slide-content{
        height:350px;
    }
}

@media(max-width:850px){
    #activities-slide-content{
        height:300px;
    }
}

@media(max-width:768px){
    

#activities-slide-top #line{
    border:1px solid #C2C7CA;
    width:60%;
    margin-left:20%;
    margin-top:2%;
}

#activities-slide-top h2{
    font-size:4vw;
    letter-spacing: 2vw;
    margin-left:3%;
    margin-top:2%;
    margin-bottom:2%;
}

#activities-slide-top h6{
    font-size:20px;
    letter-spacing: 20px;
    margin-left:2%;
}

#activities-slide-top p{
    font-size:2.5vw;
    letter-spacing:0;
}
    .activities-slide{
        margin:2% 0 5% 0;
    }
    #activities-slide-content{
        height:650px;
        margin-bottom:5%;
    }

#activities-slide-text{
    position: static;
    width:100%;
    height:50%;
}

    #activities-slide-img{
        position: static;
        width:100%;
        height:50%;
    }
    
#activities-slide-text .card-content{
    height:100%;
    width:100%;
    margin-left:0%;
    padding:5%;
}

#activities-slide-text h4{
    font-size:2.5vw;
    letter-spacing: .2vw;
    margin: 0 0 5% 0;
}

#activities-slide-text #line{
    margin-top:0;
    border-bottom:2px solid black;
    width:50%;
    margin-left:25%;
}

#activities-slide-text h6{
    font-size:15px;
    letter-spacing: 1px;
    margin-top:20px;
}

#activities-slide-text p{
    font-size:2vw;
    margin:3% 0;
    color:black;
}

#activities-slide-text ul{
    list-style: none;
    margin:30px 0 0 0; 
    padding:0;
}

#activities-slide-text ul li{
    margin:5px 0 0 0; 
    font-size:2vw;
}
}

@media(max-width:550px){
    
    #activities-slide-content{
        height:450px;
        margin-bottom:5%;
    }
}


/*The Play House-with-bg*/
.activities-with-bg{
    position: relative;
    background-image: url("../images/Group 866.png");
    background-size: cover;
    width: 100%;
    height:750px;
    margin: 50px 0;
}

.activities-with-bg .carousel-inner{
    height:800px
}

.activities-with-bg .carousel-control-prev{
    left:5%;
    top:0%;
}

.activities-with-bg .carousel-control-next{
    right:35%;
    top:0%;
}

.activities-with-bg .carousel-control-prev div{
    border:1px solid white;
}

.activities-with-bg .carousel-control-next div{
    border:1px solid white;
}

.activities-with-bg .carousel-control-prev div i{
    color: white;
}

.activities-with-bg .carousel-control-next div i{
    color: white;
}


#activities-with-bg{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
}

#activities-with-bg img{
    width: 100%;
}

#activities-with-bg-content{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90%;
    height: 90%;
    background-color: white;
}

#activities-with-bg-text{
    padding:5% 5% 5% 3%;
    text-align:center;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.activities-with-bg #line{
    z-index: 9;
    margin-top:3%;
    margin-bottom:20px;
    width: 60%;
    height: 1px;
    border-bottom: 2px solid #C2C7CA;
    margin-left:20%;
}

#activities-with-bg-text h6{
    font-size:18px;
    margin:15px 0;
}

#activities-with-bg-text ul{
    list-style:none;
    margin:0;
    padding:0;
    font-size:18px
} 

#activities-with-bg-text p{
    font-size:18px
} 

#activities-with-bg-img{
    margin-top:auto
}

#activities-with-bg-img img{
    position: absolute;
    top:0%;
    width:100%!important;
}

#activities-with-bg-discovery .discovery-button{
    margin-top:20px;
}




#activities-with-bg-text img{
    width: 250px;
}

#activities-with-bg-text h5{
    font-size:18px;
}

#activities-with-bg-text h4{
    font-size:30px;
    letter-spacing:10px;
    margin:5% 0;
}

#activities-with-bg-img{
    margin-top:auto;
}

#activities-with-bg-discovery{
    width: 100%;
    margin-top:10%;
}

@media(max-width:1920px){
    .activities-with-bg{
        height:870px;
    }
}

@media(max-width:1800px){
    #activities-with-bg-text p{
        font-size:16px
    } 
}

@media(max-width:1700px){
    #activities-with-bg-text p{
        font-size:15px
    } 
}

@media(max-width:1600px){
    #activities-with-bg-text p{
        font-size:14px
    } 
}


@media(max-width:1500px){
    .activities-with-bg{
        height:680px;
    }
    .activities-with-bg .carousel-control-prev{
        left:5%;
        top:-15%;
    }
    
    .activities-with-bg .carousel-control-next{
        right:35%;
        top:-15%;
    }
    #activities-with-bg-text p{
        font-size:13px
    } 
    #activities-with-bg-text img{
        width:200px;
    }
}

@media(max-width:1400px){
    .activities-with-bg{
        height:620px;
    }
    .activities-with-bg .carousel-control-prev{
        left:5%;
        top:-15%;
    }
    
    .activities-with-bg .carousel-control-next{
        right:35%;
        top:-15%;
    }
    #activities-with-bg-text p{
        font-size:12px
    } 
    #activities-with-bg-text{
        padding-top:3%;
    }
    #activities-with-bg-text img{
        width:150px;
    }
}

@media(max-width:1300px){
    #activities-with-bg-content{
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.7);
    }

    #activities-with-bg-img{
        margin-top:0%;
    }

    #activities-with-bg-text{
        margin: 5% 0 0 0;
        padding:0 5% 5% 5%;
        text-align:center;
    }
    #activities-with-bg-img img{
        width:100%!important;
    }

    .activities-with-bg .carousel-control-prev{
        left:5%;
        top:-20%;
    }
    
    .activities-with-bg .carousel-control-next{
        right:35%;
        top:-20%;
    }
}

@media(max-width:1100px){
    #activities-with-bg-content{
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.7);
    }

    #activities-with-bg-img{
        margin-top:0%;
    }

    #activities-with-bg-text{
        margin: 2% 0 0 0;
        padding:0 5% 5% 5%;
        text-align:center;
    }
    #activities-with-bg-text img{
        width: 200px;
    }
    #activities-with-bg-discovery{
        width: 100%;
        margin-top:2%;
    }
    #activities-with-bg-discovery .discovery-button{
        font-size:80%;
        line-height: 30px;
    }
    .activities-with-bg .carousel-control-prev{
        left:5%;
        top:-30%;
    }
    
    .activities-with-bg .carousel-control-next{
        right:35%;
        top:-30%;
    }
}

@media(max-width:1000px){
    #activities-with-bg-content{
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.7);
    }

    #activities-with-bg-img{
        margin-top:8%;
    }

    #activities-with-bg-text{
        margin: 2% 0 0 0;
        padding:0 5% 5% 5%;
        text-align:center;
    }
    #activities-with-bg-text img{
        width: 200px;
    }
    #activities-with-bg-discovery{
        width: 100%;
        margin-top:2%;
    }
    #activities-with-bg-discovery .discovery-button{
        font-size:80%;
        line-height: 30px;
    }
    .activities-with-bg .carousel-control-prev{
        left:2%;
        top:-30%;
    }
    
    .activities-with-bg .carousel-control-next{
        right:2%;
        top:-30%;
    }

    .activities-with-bg .carousel-control-prev div{
        border:1px solid #575757;
    }
    
    .activities-with-bg .carousel-control-next div{
        border:1px solid #575757;
    }
    
    .activities-with-bg .carousel-control-prev div i{
        color: #575757;
    }
    
    .activities-with-bg .carousel-control-next div i{
        color: #575757;
    }
}

@media(max-width:992px){
    #activities-with-bg-content{
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.7);
    }
    #activities-with-bg-img{
        width:100%;
        text-align: center;
    }
    #activities-with-bg-img img{
    }
    #activities-with-bg-text{
        
        margin-top:-5%;
        text-align:center;
    }
    #activities-with-bg-text img{
        width:100px;
    }
    #activities-with-bg-text h5{
        font-size:16px;
    }
    #activities-with-bg-text h6{
        font-size:14px;
    }
    #activities-with-bg-text p{
        font-size:11px;
    }
    #activities-with-bg-text ul{
        font-size:11px;
    }
}

@media(max-width:768px){
    #activities-with-bg-content{
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.7);
    }
    #activities-with-bg-img{
        width:100%;
        text-align: center;
        margin-top:10%;
    }
    /* #activities-with-bg-img img{
        width:70%!important;
    } */
    #activities-with-bg-text{
        padding:0% 5% 5% 3%;
        margin-top:2%;
        text-align:center;
    }
    #activities-with-bg-img img{
        position: static;
        width:70%!important;
    }
    .activities-with-bg #recipeCarousel .carousel-inner .carousel-item.active{
        padding:0 0!important;
    }

    #activities-with-bg-text ul{
        margin-top:10px;
    }
    #recipeCarousel2 .carousel-control-prev,#recipeCarousel2 .carousel-control-next{
        top:0;
    }
}

@media(max-width:640px){
    
    .activities-with-bg .carousel-control-prev{
        left:5%;
        top:-30%;
    }
    
    .activities-with-bg .carousel-control-next{
        right:5%;
        top:-30%;
    }

    .activities-with-bg .carousel-control-prev div{
        border:1px solid #575757;
    }
    
    .activities-with-bg .carousel-control-next div{
        border:1px solid #575757;
    }
    
    .activities-with-bg .carousel-control-prev div i{
        color: #575757;
    }
    
    .activities-with-bg .carousel-control-next div i{
        color: #575757;
    }
}

/*Activities Card Left*/
.activities-card-left{
    width:100%;
    padding:0 10%;
    margin: 50px 0;

}

.activities-card-left .prev-next{
    width:104%;
    left:-2%;
}

.activities-card-left #enjoy-page-view-text{
    position: absolute;
    top: 15%;
    left: 0;
    width: 60%;
    height:85%;
    background-color: #ededed;
    padding: 0 0 0 3%;
    text-align: center;
    color: #4a4a49;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#enjoy-page-view-text h6{
    font-size: 1.4vw;
    letter-spacing: .5vw;
    margin-bottom:10%;
}

#enjoy-page-view-text h3 strong {
    font-size: 1.4vw;
    letter-spacing: .3vw;
    margin-bottom: 10%;
}

#enjoy-page-view-text p{
    font-size: .8vw;
}

#enjoy-page-view-text .card-content #line{
    width: 40%;
    margin-left:30%;
    border-bottom:1px solid #4a4a49;
}

.activities-card-left #enjoy-page-view-text .card-content{
    width:60%;
    height:60%;
}

.activities-card-left #enjoy-page-view-text .card-content-text {
    padding: 0 5%;
}

.activities-card-left #enjoy-page-view-img{
    width:60%;
    top: -5%;
    right: 0;
}

#activities-card-left-top h2{
    font-size:30px;
    letter-spacing: 30px;
}

#activities-card-left-top p{
    font-size:15px;
}

#activities-card-left-content{
    position: relative;
    width: 100%;
    height:750px;
}

#activities-card-left-text{
    position: absolute;
    top:15%;
    left:20px;
    width: 55%;
    height:80%;
    background-color: #e8e8e8;
    padding: 2% 16% 0 3%;
    text-align: center;
    color:#3A3939;
    display:flex;
    flex-direction:column;
    justify-content:center;
}


#activities-card-left-text #line{
    margin-top: 10%;
    width: 50%;
    margin-left:25%;
    height: 1px;
    border-bottom: 2px solid #464545;
}

#activities-card-left-space{
    height:30%;
    width:100%;
    position:relative;
}

#activities-card-left-space #line{
    position:absolute;
    left:25%;
    bottom:0;
    width:50%;
    height:1px;
    border-bottom:1px solid white;
    
}

#activities-card-left-text img{
    width:40%;
}

#activities-card-left-text h6{
    font-size:18px;
    letter-spacing: 5px;
}

#activities-card-left-text h4{
    font-size:24px;
    margin:10px 0;
}

#activities-card-left-text p{
    font-size:14px;
}

#activities-card-left-text ul{
    list-style: none;
    margin:10px 0 0 0; 
    padding:0;
    font-size:14px;
}
#activities-card-left-img{
    position: absolute;
    top:20px;
    right:20px;
    width: 55%;
    height:40%
}

#activities-card-left-img img{
    width: 100%;

}

@media(max-width:768px){
    .activities-card-left #enjoy-page-view-text{
        position:static;
        width: 100%;
        height:50%;
        padding:5%;
    }
    
    #enjoy-page-view-text h6{
        font-size: 2.4vw;
        letter-spacing: .2vw;
    }
    
    #enjoy-page-view-text p{
        font-size: 2vw;
        margin-top:2%;
    }
    
    .activities-card-left #enjoy-page-view-text .card-content{
        width:100%;
        height:100%;
    }
    
    .activities-card-left #enjoy-page-view-img{
        position:static;
        width:100%;
        height:50%;
    }
}

@media(max-width:1800px){
    #activities-card-left-content{
        position: relative;
        width: 100%;
        height:800px;
    }
}

@media(max-width:1700px){
    #activities-card-left-content{
        position: relative;
        width: 100%;
        height:750px;
    }
}

@media(max-width:1600px){
    #activities-card-left-content{
        position: relative;
        width: 100%;
        height:700px;
    }
}

@media(max-width:1500px){
    #activities-card-left-content{
        position: relative;
        width: 100%;
        height:570px;
    }
    #activities-card-left-img{
        position: absolute;
        top:5%;
        right:20px;
        width: 55%;
        height:40%
    }

    #activities-card-left-space{
        height:20%;
        width:100%;
        position:relative;
    }
    #activities-card-left-text h6{
        font-size:15px;
    }
    #activities-card-left-text h4{
        font-size:18px;
    }
    #activities-card-left-text p{
        font-size:12px;
        margin-bottom:0;
    }
    #activities-card-left-text ul{
        font-size:12px;
        margin-top:0;
    }
}

@media(max-width:1300px){
    #activities-card-left-content{
        position: relative;
        width: 100%;
        height:620px;
    }
    #activities-card-left-text h6{
        font-size:14px;
        letter-spacing:2px;
    }
    #activities-card-left-text p{
        font-size:12px;
    }
}

@media(max-width:1100px){
    #activities-card-left-content{
        position: relative;
        width: 100%;
        height:700px;
    }
    #activities-card-left-text h6{
        font-size:14px;
        letter-spacing:2px;
    }
    #activities-card-left-text p{
        font-size:12px;
    }
}

@media(max-width:960px){
    #activities-card-left-content{
        position: relative;
        width: 100%;
        height:800px;
    }
    #activities-card-left-text{
        height:85%;
        padding-right:18%;
        font-size:10px;
    }
    #activities-card-left-text p{
        font-size:10px;
    }
    #activities-card-left-text ul li{
        font-size:12px;
        margin-top:5px;
    }
    #activities-card-left-img{
        position: absolute;
        top:12%;
        right:20px;
        width: 55%;
        height:40%
    }
}

@media(max-width:800px){
    #activities-card-left-text{
        
        width: 55%;
        height:85%;
        padding-right:23%;
        font-size:10px;
    }
    #activities-card-left-text p{
        font-size:10px;
    }

    #activities-card-left-text ul{
        margin-top:10px;
    }

    #activities-card-left-text ul li{
        font-size:10px;
        margin-top:0px;
    }
    #activities-card-left-img{
        width:100%;
    }

    #activities-card-left-img img{
        position: absolute;
        top:12%;
        right:20px;
        width: 55%;
    }

    #activities-card-left-content{
        position: relative;
        width: 100%;
        height:800px;
    }
    #activities-card-left-space {
        height: 10%;
        width: 100%;
        position: relative;
    }
}

@media(max-width:760px){
    #activities-card-left-text{
        height:85%;
        padding-right:3%;
        font-size:10px;
    }
    #activities-card-left-text p{
        font-size:10px;
    }
    #activities-card-left-text ul li{
        font-size:10px;
        margin-top:5px;
    }
    #activities-card-left-img{
        position: absolute;
        top:12%;
        right:20px;
        width: 60%;
        height:40%
    }

    #activities-card-left-content{
        position: relative;
        width: 100%;
        height:700px;
    }
    #activities-card-left-img img {
        position: absolute;
        top: 45%;
        right: 20px;
        width: 55%;
    }
}
@media(max-width:600px){
    #activities-card-left-content{
        position: relative;
        width: 100%;
        height:900px;
    }
    
    #activities-card-left-text{
        position:static;
        width: 100%;
        background-color: #e8e8e8;
        padding: 5% 5%;
        text-align: center;
        color:#3A3939;
    }
    
    
    
    #activities-card-left-text h6{
        font-size:15px;
        letter-spacing: 1px;
        font-weight: bold;
    }
    
    #activities-card-left-text p{
        margin-bottom:5px;
        font-size:12px;
    }
    
    #activities-card-left-text ul{
        list-style: none;
        margin:10px 0 0 0; 
        padding:0;
    }
    
    #activities-card-left-text ul li{
        margin:5px 0 0 0; 
        font-size:12px
    }
    #activities-card-left-img{
        
        position:static;
        margin-top:-170px;
        width: 100%;
    }

    #activities-card-left-img img{
        position:static;
        width: 100%;
    }
}

@media(max-width:500px){
    #activities-card-left-content{
        position: relative;
        width: 100%;
        height:950px;
    }
    #activities-card-left-img{
        
        position:static;
        margin-top:-130px;
        width: 100%;
    }
}

@media(max-width:400px){
    #activities-card-left-content{
        position: relative;
        width: 100%;
        height:1050px;
    }
    #activities-card-left-img{
        
        position:static;
        margin-top:-100px;
        width: 100%;
    }
}

/*activities Card Left Up*/
.activities-card-left-up{
    width:100%;
    padding:0 10%;
    margin: 50px 0;

}

#activities-card-left-up-top h2{
    font-size:30px;
    letter-spacing: 30px;
}

#activities-card-left-up-top p{
    font-size:15px;
}

#activities-card-left-up-content{
    position: relative;
    width: 100%;
    height:750px;
}

#activities-card-left-up-text{
    position: absolute;
    top:0%;
    left:20px;
    width: 55%;
    height:80%;
    background-color: #e8e8e8;
    padding: 2% 16% 0 3%;
    text-align: center;
    color:#3A3939;
}

#activities-card-left-up-space{
    height:30%;
    width:100%;
    position:relative;
}

#activities-card-left-up-space #line{
    position:absolute;
    left:25%;
    bottom:0;
    width:50%;
    height:1px;
    border-bottom:1px solid white;
    
}

#activities-card-left-up-text img{
    width:40%;
    margin-top:10%;
}

#activities-card-left-up-text h6{
    font-size:18px;
    letter-spacing: 5px;
}

#activities-card-left-up-text h4{
    font-size:24px;
    margin:10px 0;
}

#activities-card-left-up-text p{
    font-size:14px;
}

#activities-card-left-up-text ul{
    list-style: none;
    margin:10px 0 0 0; 
    padding:0;
    font-size:14px;
}
#activities-card-left-up-img{
    position: absolute;
    top:15%;
    right:20px;
    width: 55%;
    height:40%
}

#activities-card-left-up-img img{
    width: 100%;

}



@media(max-width:1800px){
    #activities-card-left-up-content{
        position: relative;
        width: 100%;
        height:800px;
    }
}

@media(max-width:1700px){
    #activities-card-left-up-content{
        position: relative;
        width: 100%;
        height:750px;
    }
}

@media(max-width:1600px){
    #activities-card-left-up-content{
        position: relative;
        width: 100%;
        height:700px;
    }
}

@media(max-width:1500px){
    #activities-card-left-up-content{
        position: relative;
        width: 100%;
        height:570px;
    }
    #activities-card-left-up-img{
        position: absolute;
        top:5%;
        right:20px;
        width: 55%;
        height:40%
    }

    #activities-card-left-up-space{
        height:20%;
        width:100%;
        position:relative;
    }
    #activities-card-left-up-text h6{
        font-size:15px;
    }
    #activities-card-left-up-text h4{
        font-size:18px;
    }
    #activities-card-left-up-text p{
        font-size:12px;
        margin-bottom:0;
    }
    #activities-card-left-up-text ul{
        font-size:12px;
        margin-top:0;
    }
}

@media(max-width:1300px){
    #activities-card-left-up-content{
        position: relative;
        width: 100%;
        height:620px;
    }
    #activities-card-left-up-text h6{
        font-size:14px;
        letter-spacing:2px;
    }
    #activities-card-left-up-text p{
        font-size:12px;
    }
}

@media(max-width:1100px){
    #activities-card-left-up-content{
        position: relative;
        width: 100%;
        height:700px;
    }
    #activities-card-left-up-text h6{
        font-size:14px;
        letter-spacing:2px;
    }
    #activities-card-left-up-text p{
        font-size:12px;
    }
}

@media(max-width:960px){
    #activities-card-left-up-content{
        position: relative;
        width: 100%;
        height:800px;
    }
    #activities-card-left-up-text{
        height:85%;
        padding-right:18%;
        font-size:10px;
    }
    #activities-card-left-up-text p{
        font-size:10px;
    }
    #activities-card-left-up-text ul li{
        font-size:12px;
        margin-top:5px;
    }
    #activities-card-left-up-img{
        position: absolute;
        top:12%;
        right:20px;
        width: 55%;
        height:40%
    }
}

@media(max-width:800px){
    #activities-card-left-up-text{
        
        width: 55%;
        height:85%;
        padding-right:23%;
        font-size:10px;
    }
    #activities-card-left-up-text p{
        font-size:10px;
    }

    #activities-card-left-up-text ul{
        margin-top:10px;
    }

    #activities-card-left-up-text ul li{
        font-size:10px;
        margin-top:0px;
    }
    #activities-card-left-up-img{
        width:100%;
    }

    #activities-card-left-up-img img{
        position: absolute;
        top:12%;
        right:20px;
        width: 55%;
    }

    #activities-card-left-up-content{
        position: relative;
        width: 100%;
        height:800px;
    }
    #activities-card-left-up-space {
        height: 10%;
        width: 100%;
        position: relative;
    }
}

@media(max-width:760px){
    #activities-card-left-up-text{
        height:85%;
        padding-right:3%;
        font-size:10px;
    }
    #activities-card-left-up-text p{
        font-size:10px;
    }
    #activities-card-left-up-text ul li{
        font-size:10px;
        margin-top:5px;
    }
    #activities-card-left-up-img{
        position: absolute;
        top:12%;
        right:20px;
        width: 60%;
        height:40%
    }

    #activities-card-left-up-content{
        position: relative;
        width: 100%;
        height:700px;
    }
    #activities-card-left-up-img img {
        position: absolute;
        top: 45%;
        right: 20px;
        width: 55%;
    }
}
@media(max-width:600px){
    #activities-card-left-up-content{
        position: relative;
        width: 100%;
        height:900px;
    }
    
    #activities-card-left-up-text{
        position:static;
        width: 100%;
        background-color: #e8e8e8;
        padding: 5% 5%;
        text-align: center;
        color:#3A3939;
    }
    
    
    
    #activities-card-left-up-text h6{
        font-size:15px;
        letter-spacing: 1px;
        font-weight: bold;
    }
    
    #activities-card-left-up-text p{
        margin-bottom:5px;
        font-size:12px;
    }
    
    #activities-card-left-up-text ul{
        list-style: none;
        margin:10px 0 0 0; 
        padding:0;
    }
    
    #activities-card-left-up-text ul li{
        margin:5px 0 0 0; 
        font-size:12px
    }
    #activities-card-left-up-img{
        
        position:static;
        margin-top:-170px;
        width: 100%;
    }

    #activities-card-left-up-img img{
        position:static;
        width: 100%;
    }
}

@media(max-width:500px){
    #activities-card-left-up-content{
        position: relative;
        width: 100%;
        height:950px;
    }
    #activities-card-left-up-img{
        
        position:static;
        margin-top:-130px;
        width: 100%;
    }
}

@media(max-width:400px){
    #activities-card-left-up-content{
        position: relative;
        width: 100%;
        height:1050px;
    }
    #activities-card-left-up-img{
        
        position:static;
        margin-top:-130px;
        width: 100%;
    }
}


.lf-suites{
    position: relative;
    background-image: url(../images/standart-room-bg.jpg);
    background-size: cover;
    width: 100%;
    margin: 50px 0;
    padding:10% 10% 0 0; 
}


#lf-suites-content{
    background-color:white;
    padding-top:8%;
}



#lf-suites-content .carousel-item{
    padding:0;
}

#lf-suites .prev-next{
    width:90%;
    left:5%;
}

.lf-suites .prev-next a div{
    border:2px solid white;
}

.lf-suites .prev-next a div i{
    color: white;
}

#lf-suites-text {
    position:absolute;
    bottom:0;
    right:25%;
    width:30%;
    height:80%;
    background-color:white;
    padding:2%;
}

#lf-suites-text .card-content{
    height:100%;
}

#lf-suites-text .card-content-text{
    margin-top:10%;
   }

#lf-suites-text #line{
    width:50%;
    margin:2% 0;
    margin-left:25%;
   }
   #lf-suites-text h4 {
    font-size: 1.7vw;
    font-weight:bold;
    letter-spacing: .1vw;
    text-align:center;
}
    #lf-suites-text h5 {
        font-size: 1.5vw;
        font-weight: bold;
        letter-spacing: .1vw;
        text-align: center;
    }

    #lf-suites-text h5 span {
        font-size: 1vw;
        font-weight: bold;
        letter-spacing: 2px
    }

    #lf-suites-text h5 span{
        font-size: 1vw;
    }

#lf-suites-text h6 {
    font-size: 1vw;
    font-weight:400;
    letter-spacing: .2vw;
    text-align:center;
}

#lf-suites-text h6 span{
    font-size: .8vw;
    font-weight:bold;
    letter-spacing: 2px
}

#lf-suites-text p {
    margin-bottom: 5px;
    font-size: .9vw !important
}

#lf-suites-text ul {
    list-style: none;
    margin: 30px 0 0 0;
    padding: 0
}

#lf-suites-text ul li {
    margin: 5px 0 0 0;
    font-size: .9vw
}

@media(max-width:768px){
    #lf-suites-content{
        padding-top:0;
    }
    
#lf-suites-text {
    position:absolute;
    bottom:0;
    right:15%;
    width:70%;
    height:100%;
    background-color:rgba(255, 255, 255, 0.7);
    padding:2%;
}
#lf-suites-text h4 {
    font-size: 3vw;
    font-weight:bold;
    letter-spacing: 2px;
    text-align:center;
}
    #lf-suites-text h5 {
        font-size: 2.7vw;
        font-weight:bold;
        letter-spacing: 2px;
        text-align:center;
        margin-top:0;
    }
    
    #lf-suites-text h6 {
        font-size: 2.3vw;
        font-weight:bold;
        letter-spacing: 2px;
        text-align:center;
    }
    
    #lf-suites-text h6 span{
        font-size: 1.4vw;
        font-weight:bold;
        letter-spacing: 2px
    }
    
    #lf-suites-text p {
        margin-bottom: 5px;
        font-size: 2vw !important
    }
    
    #lf-suites-text ul {
        list-style: none;
        margin: 30px 0 0 0;
        padding: 0
    }
    
    #lf-suites-text ul li {
        margin: 5px 0 0 0;
        font-size: 2vw
    }
    }


    /*-----------*/
    .finesse-restaurant-slide {
        width: 100%;
        padding: 0 5%
    }
    
    .finesse-restaurant-slide .carousel-control-prev {
        left: -3%
    }
    
    .finesse-restaurant-slide .carousel-control-next {
        right: -3%
    }
    
    .finesse-restaurant-slide #carousel2 .carousel-control {
        width: 30px;
        height: 100%;
        top: 0 !important
    }
    
    #finesse-restaurant-slide-top {
        text-align: center;
        margin: 2% 0
    }
    
    #finesse-restaurant-slide-top #line {
        z-index: 9;
        margin-top: 2%;
        margin-bottom: 1%;
        width: 20%;
        margin-left: 40%;
        height: 1px;
        border-bottom: 1px solid #565656;
    }
    
    #finesse-restaurant-slide-top h3 {
        font-size: .9vw;
        letter-spacing: .15vw;
        margin-top: 1%

    }

    #finesse-restaurant-slide-top h6 {
        font-size: 1.3vw;
        letter-spacing: 1vw;
        margin-top: 1%;
        font-weight: 400;
        margin-left:1%;
    }

        #finesse-restaurant-slide-top h2 {
            font-size: 2vw;
            line-height: 3vw;
            letter-spacing: 2vw;
            margin: 0 0 2% 0;
            margin-left: 3.5%;
            font-weight: 400;
            color: #4a4a49;
        }
    
    #finesse-restaurant-slide-top p {
        font-size: 1vw;
    }
    
    #finesse-restaurant-slide-content {
        margin-top: 50px
    }
    
    #finesse-restaurant-slide-content .carousel .prev-next{
        width:90%;
        left:5%;
    }
    
    #finesse-restaurant-slide-content .carousel .prev-next a div{
        
        border: 1px solid #fff;
    }
    
    #finesse-restaurant-slide-content .carousel .prev-next a div i{
        color:white;
    }
    
    #finesse-restaurant-slide-image {
        width: 100%
    }

    
    #finesse-restaurant-slide-text {
        position: relative;
        width: 100%;
        height: 80%;
        margin-top:10%;
    }
    
    #finesse-restaurant-slide-text-content {
        position: absolute;
        height: 90%;
        width: 100%;
        top: 2%;
        left:0;
        background-color: #e8e8e8;
        padding: 1% 2%;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .finesse-restaurant-padding #finesse-restaurant-slide-text-content{
        padding:8% 14%;
    }

    #finesse-restaurant-slide-text-content .card-content{
        height:100%;

    }
    
    #finesse-restaurant-slide-text-content #line {
        z-index: 0;
        margin-top: 5%;
        margin-bottom: 5%;
        width: 44%;
        margin-left: 28%;
        height: 1px;
        border-bottom: 1px solid #565656
    }
    
    #finesse-restaurant-slide-text-content h4 {
        font-size: 1.4vw;
        letter-spacing: .4vw;
        font-weight: bold;
        color: #4a4a49
    }

    #finesse-restaurant-slide-text-content h6 {
        font-size: .9vw;
        letter-spacing: .1vw;
        font-weight: 400;
        color: #4a4a49;
        margin:2% 0 0 0;
    }
    
    #finesse-restaurant-slide-text-content ul {
        list-style: none;
        margin: 2% 0 0 0;
        padding: 10%;
        font-size: .9vw;
        color: #4a4a49
    }
    
    #finesse-restaurant-slide-text-content p {
        font-size: .9vw;
        color: #4a4a49;
    }
    
    @media(max-width:768px) {
        #finesse-restaurant-slide-top h6 {
            font-size: 13px;
            letter-spacing: 10px;
            margin-left: 1%
        }
        #finesse-restaurant-slide-top h2 {
            font-size: 4vw;
            letter-spacing: 2vw;
            line-height: 4vw;
            margin-left: 3%
        }
        #finesse-restaurant-slide-top p {
            font-size: 3vw
        }
        #finesse-restaurant-slide-text {
            height: 400px
        }
        #finesse-restaurant-slide-text-content {
            top: 0;
            height: 100%
        }
        #finesse-restaurant-slide-text-content h4 {
            font-size: 3vw;
            letter-spacing: .6vw;
            font-weight: 700;
            color: #4a4a49
        }
        #finesse-restaurant-slide-text-content ul {
            list-style: none;
            margin: 2% 0 0 0;
            padding: 0;
            font-size: 2.5vw;
            color: #4a4a49
        }
        #finesse-restaurant-slide-text-content p {
            font-size: 2.5vw;
            color: #4a4a49
        }
    }
    
    @media(max-width:520px) {
        #finesse-restaurant-slide-text-content h4 {
            font-size: 4vw;
            letter-spacing: .6vw;
            font-weight: 700;
            color: #4a4a49
        }
        #finesse-restaurant-slide-text-content ul {
            list-style: none;
            margin: 2% 0 0 0;
            padding: 0;
            font-size: 3vw;
            color: #4a4a49
        }
        #finesse-restaurant-slide-text-content p {
            font-size: 3vw;
            color: #4a4a49
        }
    }

    .finesse-beach-children{
        width:100%;
        padding: 0 5%;
        margin-top:5%;
    }

    .finesse-beach-children #finesse-restaurant-slide-text{
        padding:0 5%;
    }

    
/*----*/


.beach-palomaqua-bg #junior-suites-whit-sea-view-text{
    position: absolute;
    bottom: 0;
    right: 5%;
    width: 30%;
    height: 80%;
    background-color: #fff;
    padding: 0 2%;
    font-size: 15px;
    text-align:center;
}


.beach-palomaqua-bg #junior-suites-whit-sea-view-text .card-content-text p{
    text-align:center;
}

.beach-palomaqua-bg #junior-suites-whit-sea-view-text img{
    width:70%;
    margin-left:15%;
}

.beach-palomaqua-bg #junior-suites-whit-sea-view-text h3{
    font-size:1.2vw;
    letter-spacing:.5vw;
    text-align:center;
}

.beach-palomaqua-bg #junior-suites-whit-sea-view-text #line{
    width:50%;
    margin-left:25%;
    margin-top:5%;
}

@media(max-width:768px){
    .beach-palomaqua-bg #junior-suites-whit-sea-view-text {
        width: 60%;
        left:20%;
        height:100%;
        background-color:rgba(255, 255, 255, 0.8)
    }
    .beach-palomaqua-bg  #junior-suites-whit-sea-view-text .card-content-text{
        padding:0 5%;
        margin-top: 2%;
    }
    .beach-palomaqua-bg #junior-suites-whit-sea-view-text #line {
        width: 40%;
        height: 1px;
        border-bottom: 2px solid #c2c7ca;
        margin-left: 30%;
        margin-top: 0;
    }
    .beach-palomaqua-bg #junior-suites-whit-sea-view-text h5 {
        font-weight:bold;
        font-size: 3vw;
        letter-spacing: .1vw;
        text-align:center;
    }
    
    .beach-palomaqua-bg #junior-suites-whit-sea-view-text h6 {
        font-weight:bold;
        font-size: 2vw;
        letter-spacing: .1vw;
        text-align:center;
    }
    
    .beach-palomaqua-bg #junior-suites-whit-sea-view-text p {
        font-size: 1.6vw;
        margin-top: 0;
        text-align: justify;
    }
    
    .beach-palomaqua-bg #junior-suites-whit-sea-view-text ul {
        list-style: none;
        padding: 0
    }
    
    .beach-palomaqua-bg #junior-suites-whit-sea-view-text ul li{
        margin-top:1%;
        font-size: 1.6vw;
    }
}

.crew-logo{
    width:100%;
    text-align:center;
    margin:5% 0;
}

.crew-logo h6{
    font-size:1.5vw;
    letter-spacing:.8vw;
    font-weight:400;
}

.crew-logo #line{
    width:20%;
    margin:2% 0;
    margin-left:40%;
}

.crew-logo img{
    width:25%;
}


.finesse-night{
    width:100%;
    text-align:center;
    margin-top:3%;
    padding:0 5%;
    color:#565656;
}

#finesse-night-top {

    margin-bottom:3%;
}

#finesse-night-top #line{
    border-bottom:1px solid #C2C7CA;
    width:20%;
    margin:2% 0;
    margin-left:40%;
}

#finesse-night-top h2{
    font-size: 2.1vw;
    letter-spacing: 2.7vw;
    margin-left: 3%;
    margin-top: 2%;
    margin-bottom: 3%;
    font-weight:bold;
    color:#565656;
}

#finesse-night-top img{
    width:20%;
}

    #finesse-night-top h6 {
        font-size: 1.3vw;
        letter-spacing: 1vw;
        margin-top: 1%;
        font-weight: 400;
        margin-left: 2%;
    }

#finesse-night-top p{
    font-size:1vw;
}

.chef-kitchen-title-content{
    width:100%;
    padding: 0 5%;
    margin-top:2%;
    text-align:center;
}

#chef-kitchen-logo{
    margin-bottom:1%;
}


#chef-kitchen-logo img{
    width:40%;
}

.chef-kitchen-title-content p{
    font-size:.9vw;
    margin-top:2%;
}

@media(max-width:768px){
    
#chef-kitchen-logo img{
    width:60%;
}

.chef-kitchen-title-content p{
    font-size:2vw;
    margin-top:2%;
}
}

.passion{
    width:100%;
    padding:0 0 0 5%;
    margin-top:2%;
}

.passion-title {
    width:100%;
    background-color:#606060;
    display:flex;
    flex-direction:column;
    justify-content:center;
    height:100%;
    padding:5%;
}


    .passion-title h2 {
        font-size: 3.5vw;
        letter-spacing: .5vw;
        color: white;
        font-weight: bold;
    }

.passion-title h2 strong{ 
    font-size:1.8vw;
    letter-spacing:.5vw;
    color:white; 
    margin: 0 5%;

 }


.chef-half-bg {
    position: relative;
    margin-top: 5%;
    padding: 5% 0 5% 5%;
    width: 100%;
}

.chef-half-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #57585A;
}

#chef-half-bg-overlay-line {
    width: 100%;
    height: 25%;
    border-bottom: 1px solid #ededed;
}

#chef-half-bg-text {
    padding-right: 15%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#chef-half-bg-text-content p {
    color: white;
    margin-top: 5%;
    font-size: .9vw;
}

 @media(max-width:768px){
    
    .passion{
        width:100%;
        padding:0 5%;
        margin-top:2%;
    }
    .passion-title {
        margin-top:2%;
        padding:10% 5%;
        text-align:center;

    }

        .passion-title h2 {
            font-size: 7vw;
            letter-spacing: .5vw;
            color: white;
            font-weight: bold;
        }
     
     .passion-title h2 span{ 
         font-size:5vw;
         letter-spacing:.5vw;
         color:white; 
         margin: 0 10%;
      }
}

.different-chef{
    width:100%;
    padding: 0 5% 0 0;
    margin-top:2%;
}

#different-chef-bg{
    background-color:#A6A8AB;
    width:100%;
    height:100%;

}

#different-chef-text{
    width:100%;
    height:100%;
    padding:10% 5%;
    display:flex;
    flex-direction:column;
    justify-content:center;
}


#different-chef-text p{
    font-size:1.6vw;
    font-family:gothambook!important;
    font-weight:400;
    letter-spacing:.3vw;
    line-height:3.5vw;
    margin:5% 0;
}
@media(max-width:768px){
    .different-chef{
        padding:0 5%;
        margin-top:5%;
    }

    #different-chef-image{
        margin-top:5%;
    }

    #different-chef-text p {
        font-size: 3vw;
        font-family: gothambook !important;
        font-weight: 400;
        letter-spacing: .3vw;
        line-height: 6.5vw;
        margin: 5% 0;
    }
}

/*------------------*/
/*CALANDER*/
#carouselFood video{
    cursor:pointer;
}

#carouselFood .prev-next {
    width: 110%;
    left: -5%;
}
#carouselFood .prev-next i{
    color:white;
}
.detailed-calander-slider {
    width: 100%;
    margin-top: 2%;
}

#calander-main{
    width:100%;
    height: 93%;
}

@media(max-width:768px) {
    .passion-title h2 strong {
        font-size: 5vw;
    }

    #calander-main {
        width: 100%;
        height: 100%;
    }

    section-chief-bio {
        margin-top: 5%;
    }

    .chef-half-bg {
        margin-top: 65%!important;
    }
}
/*-----------süslü parantez*/
    .date-control {
        margin: 0 2%;
        cursor: pointer;
    }

        .date-control a {
            text-decoration: none;
        }

        .date-control img {
            width: 10px;
        }

    #calander-date {
        text-align: right;
        margin: 1% 6.5% 1% 0;
    }

        #calander-date h4 {
            font-size: 1.5vw;
            font-family: gothambook !important;
            font-weight: 400;
        }


    #calander-content {
        width: 100%;
        height: 100%;
        padding: 5%;
        background-color: #A6A8AB;
    }

        #calander-content h4 {
            font-size: 2vw;
            font-family: gothambook !important;
            font-weight: bold;
        }

        #calander-content.title {
            font-size: 2vw;
            font-family: gothambook !important;
            font-weight: 400;
        }



    #calander-mount {
        text-align: right;
    }

        #calander-mount h4 {
            font-size: 1.5vw;
            font-weight: bold;
        }


    #calander-slide {
        width: 104%;
        margin: 5% 0 10% -2%;
    }

        #calander-slide a {
            cursor: pointer;
        }


    #calander-slide-item {
        width: 100%;
        padding: 10%;
        margin-top: 2%;
        background-color: #57585A;
    }


    #calander-slide-item-day {
        width: 25%;
        text-align: center;
        border-bottom: 1px solid white;
    }

        #calander-slide-item-day h4 {
            font-weight: bold;
            color: white !important;
        }

    #calander-slide-item-des {
        margin: 30% 0 10% 0;
        height: 80px;
    }

        #calander-slide-item-des h4 {
            color: white !important;
            font-size: .8vw;
        }

        #calander-slide-item-des h5 {
            color: white !important;
            font-size: .5vw;
            font-weight: 400;
        }

    #discover-button {
        margin: 20% 0 5% 0;
        cursor: pointer;
        color: white;
    }

        #discover-button a {
            color: white;
        }


    #calander-chef-description {
        width: 100%;
        padding: 20% 5% 0 5%;
    }

        #calander-chef-description .card-content {
            position: absolute;
            top: 5%;
            left: 0;
            height: 90%;
            padding: 0 2%;
        }

    #calander-chef-description {
        width: 100%;
        padding: 20% 5% 0 5%;
    }

        #calander-chef-description h4 {
            font-size: 1.5vw;
            margin: 6% 0 2% 0;
        }

        #calander-chef-description p {
            font-size: .73vw;
            margin-bottom: 1%;
        }

    #calander-portfolio {
        width: 100%;
        height: 100%;
        padding: 5% 5% 0 5%;
        background-color: #57585A;
    }

        #calander-portfolio h4 {
            font-size: 1.5vw;
            color: white;
            font-family: gothambook !important;
            font-weight: 400;
            letter-spacing: -.1vw;
        }

        #calander-portfolio h5 {
            font-size: 1.1vw;
            color: white;
            font-family: gothambook !important;
            font-weight: 400;
        }

            #calander-portfolio h5 span {
                font-size: .7vw;
                color: white;
                font-family: gothambook !important;
                font-weight: 400;
            }

    #calander-portfolio-content {
        width: 100%;
        height: 90%;
        padding: 0 5%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 5%;
    }

        #calander-portfolio-content .slick-next {
            border: none;
            top: 50%;
            right: -12% !important;
            font-size: 30px !important;
            color: white;
        }

            #calander-portfolio-content .slick-next i {
                font-size: 2vw;
            }


        #calander-portfolio-content .slick-prev {
            border: none;
            top: 50%;
            left: -12% !important;
            font-size: 30px !important;
            color: white;
        }

            #calander-portfolio-content .slick-prev i {
                font-size: 2vw;
            }

    @media(max-width:1400px) {
        #calander-slide-item-des {
            margin: 30% 0 10% 0;
            height: 50px;
        }
    }

    @media(max-width:768px) {
        #calander-date {
            text-align: right;
            margin: 1% 0
        }

            #calander-date h4 {
                font-size: 3.5vw;
                font-family: gothambook !important;
                font-weight: 400;
            }

        #calander-content h4 {
            font-size: 3.5vw;
            font-family: gothambook !important;
            font-weight: bold;
        }

        #calander-mount h4 {
            font-size: 3.5vw;
            font-weight: bold;
        }

        #calander-portfolio-content {
            margin: 0;
        }

        #calander-slide-item-day h4 {
            font-weight: bold;
            color: white !important;
        }

        #calander-slide-item-des {
            margin: 5% 0 10% 0;
        }

            #calander-slide-item-des h4 {
                color: white !important;
                font-size: 3vw;
            }

            #calander-slide-item-des h5 {
                color: white !important;
                font-size: 2vw;
                font-weight: 400;
            }

        #discover-button {
            margin: 5% 0 5% 0;
        }

            #discover-button a {
                color: white;
                font-size: 2vw;
            }

        #calander-portfolio-content .slick-next i {
            font-size: 4vw;
        }

        #calander-portfolio-content .slick-prev i {
            font-size: 4vw;
        }

        #calander-chef-description {
            padding: 5% 5% 0 5%;
            margin-top:5%;
        }

            #calander-chef-description h4 {
                font-size: 5vw;
                margin: 5% 0;
            }

            #calander-chef-description p {
                font-size: 2.5vw;
                margin: 1% 0;
            }

        #calander-portfolio h4 {
            font-size: 5vw;
        }

        #calander-portfolio h5 {
            font-size: 4.6vw;
        }

            #calander-portfolio h5 span {
                font-size: 3.7vw;
            }
    }

    /*-------------END--------------------*/



    @media(max-width:768px) {

        .chef-half-bg-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #57585A;
        }

        #chef-half-bg-overlay-line {
            width: 100%;
            height: 25%;
            border-bottom: 1px solid #ededed;
        }

        #chef-half-bg-text {
            padding-right: 5%;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        #chef-half-bg-text-content p {
            color: white;
            margin-top: 10%;
            font-size: 2.5vw;
        }

        #chef-half-bg-image {
            padding-right: 5%;
        }
    }

    #finesse-tph-bg-slide .prev-next {
        width: 90%;
        left: 5%;
    }

        #finesse-tph-bg-slide .prev-next i {
            color: white;
        }

    #finesse-tph-bg-slide .card-content {
        height: 60%;
        padding: 0 2%;
    }

    #junior-suites-whit-garden-view-text {
        background-color: #3c3c3b;
        color: white;
    }


    #fin-res-banner .carousel-control {
        opacity: 1;
    }

    .section-slider .prev-next {
        width: 90%;
        left: 5%;
    }

    #fin-res-med .prev-next a div i {
        color: white;
    }

    /*#finesse .xdsoft_datetimepicker{
    display:none!important;
}*/

    #carousel-thekitchen .prev-next i {
        color: white;
    }

    #chef-bio-des{
        height:40%;
    }
    #chef-bio-images{
        height:60%;
    }

    @media(max-width:768px){

        #chef-bio-des {
            height: 100%;
        }

        #chef-bio-images {
            height: 100%;
        }
    }

    @media(max-width:500px){
        #chef-half-bg-text-content p{
            font-size:3.5vw;
        }
    }

#fin-room-1-title {
    margin-left: 25%;
    margin-top: 1%;
    text-align: left;
}
#fin-room-1-title-ru {
    margin-left: 25%;
    margin-top: 1%;
    text-align: left;
}

#fin-room-1-title-strong {
    padding-left: 45%;
}

#fin-room-1-title-strong-2 {
    color: white;
    font-size: 1.7vw !important;
    font-weight: 400;
}

@media(max-width:768px){
    #fin-room-1-title {
        margin-left: 25% !important;
        margin-top: 1% !important;
    }#fin-room-1-title-ru {
        margin-left: 25% !important;
        margin-top: 1% !important;
    }

    #fin-room-1-title-strong { 
        padding-left: 45%;
        font-size: 2vw !important;
    }

    #fin-room-1-title-strong-2 {
        font-size: 3vw !important;
        font-weight: 400;
    }
}

@media(max-width:500px){
    #fin-room-1-title {
        margin-left: 25% !important;
        margin-top: -3% !important;
    }#fin-room-1-title-ru {
        margin-left: 25% !important;
        margin-top: -2% !important;
        font-size: 3vw !important;
    }

    #fin-room-1-title-strong {
        padding-left: 45%;
        font-size: 3vw !important;
    }

    .fin-room-1-title-en #fin-room-1-title-strong{
        padding-left:3%;
    }

    #fin-room-1-title-strong-ru {
        color: white;
    }

    #fin-room-1-title-strong-2 { 
        font-size: 3vw !important;
        font-weight: 400;
    }
}

.announcement-items {
    background-color: #3c3c3b !important;
    color: #fff !important;
}

.announcement-items-head h5 {
    color: #fff !important;
}


.fs-initial {
    font-size: initial !important;
}

#carousel-thekitchen .carousel-control-prev i {
    color: rgba(111,114,113,1) !important;
    font-size: xx-large;
}

#carousel-thekitchen .carousel-control-next i {
    color: rgba(111,114,113,1) !important;
    font-size: xx-large;
}

.bg-rg-black {
    background: radial-gradient(#000,transparent);
}

#fgg-logo {
    margin-bottom: 1%;
}


    #fgg-logo img {
        width: 20%;
    }

.ls-10 {
    letter-spacing: 10px;
}

.fs-xxl {
    font-size: xx-large;
}
.cursor-pointer {
    cursor: pointer;
}
.fs-75{
    font-size:75px!important;
}


audio::-webkit-media-controls,
video::-webkit-media-controls {
    display: flex !important;
}




/*OVERLAY IMAGE*/
/* Make the image to responsive */
.fgg-image {
    width: 100%;
    height: auto;
}

/* The overlay effect (full height and width) - lays on top of the container and over the image */
.fgg-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .3s ease;
    background-color: transparent;
}

/* When you mouse over the container, fade in the overlay icon*/
/*.fgg-overlay-img:hover .fgg-overlay {
    opacity: 1;
}*/

/* The icon inside the overlay is positioned in the middle vertically and horizontally */
.fgg-icon {
    color: rgba(111,114,113,1);
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

/* When you move the mouse over the icon, change color */
.fa-play-circle:hover {
    color: rgba(176,179,178,1);
}

/*CUSTOM MODAL*/

/* The Modal (background) */
.fgg-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.fgg-modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.fgg-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .fgg-close:hover,
    .fgg-close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

@media only screen and (max-width: 1200px) {
    .fgg-modal-content {
        width: 80%;
    }
}

@media only screen and (max-width: 768px) {
    .fgg-modal-content {
        width: 100%;
    }
}

.btn-finesse {
    background-color: rgba(111,114,113,1);
    color: #fff;
    font-size: large;
}

.text-end {
    text-align: end;
}
.bg-finesse {
    background-color: rgba(111,114,113,1);
}
.border-radius-25 {
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

/*CUSTOM MODAL 2*/

/* The Modal (background) */
.fgg-kvkk-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* The Close Button */
.fgg-kvkk-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor:pointer;
}

/*CUSTOM MODAL 3*/

/* The Modal (background) */
.fgg-common-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* The Close Button */
.fgg-common-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.view-calender{
    position:absolute;
    bottom:20%;
    width:25%;
    justify-self:center;
    text-align:center;
    z-index:1;
    cursor:pointer;
}