@import url("./menu.css"); /* Using a url */
@import url("./modal.css"); /* Using a url */

:root{
    --primary-color: #DED689;
    --second-color: #707070;
    --third-color: #373536;
    --fourth-color: #393839;
    --sixth-color: #404040;
    
}
/**
 * Smooth scrolling on the whole document
 */
 html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
body{
    color: var(--fourth-color);
    font-family: 'gothambook';
    /*letter-spacing: 1px;*/
}
.logo_top{
    max-width: 210px;
}
.mainHolder{
    width: 100%;
    display: block;
}
.holderTopMenu{
    background: var(--primary-color);
}

.holderTopMenu .fixed #main_menu{
    padding-bottom: 12px;
    padding-top: 12px;
}

.blockTop{
    background: var(--primary-color);
}
.img-fluid{
    max-width: 100%;
    display: block;
}
.img-full{
    width: 100%;
    display: block;
}
.title{
    font-size: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 50px;
    font-family: 'cliffordeighteenroman';
    font-weight: normal;
    line-height: 1;
}



.title-xl{
    font-size: 90px;
    font-family: 'cliffordeighteenroman';
    line-height: 1;
    font-weight: normal;
}

.title-m{
    font-size: 33px;
    font-family: 'cliffordeighteenroman';
    font-weight: normal;
    line-height: 1;
}



/*Carousel*/
html {
	overflow-y: scroll;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

body {
 overflow-y: visible;
	position: relative;
  height: unset;
}

html, body {
	overflow-x: hidden;
	margin: 0;
}

.container-carousel {
	/*width: 400%;*/
	height: 767px;
	display: flex;
	flex-wrap: nowrap;
}


.container-carousel .panel-carousel {
    width: 100%;
    height: 767px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 1.5em;
    text-align: center;

    position: relative;
    box-sizing: border-box;
    padding: 10px;

    background-size: cover;
    background-repeat: no-repeat;
    /*background-position: center bottom;*/
    color: #fff;
}

.container-carousel .panel-carousel .content{
    padding-left: 20px;
    padding-right: 20px;
}
/*End Carousel*/  

@media (max-width: 768px) {
    .title-xl{
        font-size: 55px;
        /*
        font-family: 'cliffordeighteenroman';
        line-height: 1;
        font-weight: normal;
        */
    }

    /*
    #gallery_top.slick-slider{
        height: 400px !important;
    }
    */
    .container-carousel,
    .container-carousel .panel-carousel {
        height: 500px !important;
    }
}

.highline-color{
    color: var(--primary-color);
}

.bar-yellow{
    background-image: url("../images/bar-yellow.png"), url("../images/bar-yellow.png");
    background-position: left top, left bottom;
    background-repeat: no-repeat, no-repeat;
    padding-top: 12px;
    padding-bottom: 8px;
    
   
}

.bar-white{
    background-image: url("../images/bar-white.png"), url("../images/bar-white.png");
    background-position: left top, left bottom;
    background-repeat: no-repeat, no-repeat;
    padding-top: 12px;
    padding-bottom: 8px;
}

.bar-brown{
    background-image: url("../images/bar-brown.png"), url("../images/bar-brown.png");
    background-position: left top, left bottom;
    background-repeat: no-repeat, no-repeat;
    padding-top: 12px;
    padding-bottom: 8px;
}


.btn{
    padding: 8px 30px;
    font-size: 22px;
    text-decoration: none;
    color: #fff;
    width: fit-content;
}

.btn-brown{
    background-color: var(--third-color);
}
.btn-yellow{
    background-color: var(--primary-color);
    color: var(--sixth-color);
}


.elem_table {
    display: table;
    width: 100%;
    
    background-size: cover;
    background-repeat: no-repeat;
    /*background-position: center bottom;*/
    color: #fff;
}
.elem_table.heightMainHero{
    height: 650px;
}
.elem_table.heightSecondHero{
    height: 727px;
}

.elem_table.heightThirdHero{
    height: 744px;
}

.elem_table.heightFifthHero{
    height: 653px;
}

.elem_table.heightSecondHero  .content{
    padding-left: 20px;
    padding-right: 20px;
}

.elem_table.heightSecondHero .holderBtn{
    padding-top: 60px;
}


.elem_table__cell{
    display: table-cell;
}  
.elem_table__cell.content-center {
    
    vertical-align: middle;
    text-align: center;

}

.elem_table__cell.content-left-bottom{
    vertical-align: bottom;
}

.mainHolder{
    padding-left: 20px;
    padding-right: 20px;  
}
.wrapHolder{
    max-width: 1480px;
    /*
    padding-left: 20px;
    padding-right: 20px;
    */
    margin: 0 auto;
}

.hero .content{
    padding-bottom: 120px;
}

.hero .content .text{
    margin-bottom: 28px;
    color: var(--third-color);
    font-size: 25px;
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto;
    /*background-color: #2196F3;*/
    padding: 10px;
  }

  .grid-item {

  }


.setRow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }

.setRow.flex-end {
    align-items: flex-end;
}
    
.setColumn {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}
#home-location{
    padding-top: 75px;
    padding-bottom: 35px;
}
#home-location .col-first{
    padding-left: 20px;
    padding-right: 20px;
}
#home-location .setRow .col-second div{
    max-width: 390px;
    margin: 0 auto;
}

#home-location .setRow {
    gap: 20px
}
#home-location .setRow .content {
    padding-bottom: 24px;
}
/*
#home-location .col-second{
    padding-right: 20px;
    padding-left: 20px;
}
*/


#home-interior{
    margin-top: 20px;
    margin-bottom: 20px;
}  

#home-interior img{
    max-width: 100%;
}
#home-interior .setRow{
    gap: 20px;
}
#home-interior .setRow .content{
    margin-bottom: 24px;
}

#home-interior .setRow .col-second div{
    max-width: 390px;
    margin: 0 auto;
}

#home-amenities{
    background-color: var(--primary-color);
    padding-top: 48px;
    padding-bottom: 48px;
    margin-top: 60px;
}

#home-amenities .col-first .content{
 margin-bottom: 24px;
 padding-top: 10px;
}

#home-amenities .setColumnCustom .content{
    max-width: 368px;
}

.setColumnCustom {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}

#home-interior .mainHolder{
    padding-bottom: 60px;
}

#home-amenities .setColumnCustom.col-first {
    
    max-width: 542px;
} 

#home-amenities .setColumnCustom .setRow{
    gap: 50px;
}

#home-amenities .grid-container  .grid-item  .title-m{
    padding-bottom: 20px;
}

.slider.full{
    position: relative;
    margin-bottom: 67px;
}

.slider.medium{
    position: relative;
}
.icon-back{
    background: var(--primary-color);
    background-image: url("../images/back.png");
    background-repeat: no-repeat, no-repeat;
    background-position: center center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: inline-block;
    cursor: pointer;
}
.icon-next{
    background: var(--primary-color);
    background-image: url("../images/next.png");
    background-repeat: no-repeat, no-repeat;
    background-position: center center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: inline-block;
    cursor: pointer;
}
.icon-nav-slide-middle.icon-back{
    position: absolute;
    left: 40px;
    top: 50%;
    margin-top: -25px;

}
.icon-nav-slide-middle.icon-next{
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -25px;
}

.icon-nav-slide-bottom.icon-back{
    position: absolute;
    left: 0px;
    bottom: 5px;

}
.icon-nav-slide-bottom.icon-next{
    position: absolute;
    right: 0px;
    bottom: 5px;
}



#home-interior{
    padding-top: 65px;
    padding-bottom: 65px;
}

#home-interior .holderMediumSlider{
    /*max-width: 720px;*/
    text-align: center;

    width: 100%;
    max-width: 750px;
    display: block;
    position: relative;
    
    margin: 0 auto;
}

#home-interior .holderMediumSlide img{
    width: auto;
    display: inline-block;
}

#home-interior .holderMediumSlider .slick-dots{
    list-style: none;
    margin-bottom: -40px;
    
}

#home-interior .sliderNumber{
    font-size: 25px;
    position: relative;
    bottom: 0px;
    z-index: 100000;
    padding-bottom: 15px;
    padding-top: 10px;
}

.slick-dots li{
    display: inline-block;
    margin: auto;
    
}

.slick-dots li button{
    border: none;
    background: transparent;
}

#home-blocks{
    margin-top: 60px;
    width: 100%;
    /*min-height: 100vh;*/
    background: linear-gradient(
        to right,
        var(--primary-color) 0%,
        var(--primary-color) 50%,
        var(--sixth-color) 50%,
        var(--sixth-color) 100%
    );
    padding-top: 80px;
    padding-bottom: 80px;
}

#home-blocks  .col-first .detail{
    max-width: 424px;

}

#home-blocks .col-second .detail{
    max-width: 474px;
    margin: 0 auto;

}

#home-blocks .col-first{
    /*background: var(--primary-color);*/
    color: var(--sixth-color);
    /*padding-right: 20px;*/
}
#home-blocks .col-second{
    /*background: var(--sixth-color);*/
    color: #fff;
    /*padding-left: 20px;*/
}

/*
#home-blocks .holderBrandLogo{
    margin-top: 65px;
}
*/
#home-blocks .col-first .holderBrandLogo{
    margin-top: 65px;
}

#home-blocks .col-second .holderBrandLogo{
    margin-top: 30px;
}

#home-blocks .btn{
    margin-top: 20px;
    display: inline-block;
}

footer{
    padding-top: 50px;
    padding-bottom: 50px;
}
.wrapFooter{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
}

.wrapFooter .brands{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
}

.layout-mobile .row-1{
    background: var(--primary-color);
}
.layout-mobile .wrapFooter .iconsMobile{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.layout-mobile .wrapFooter .iconsMobile a{
    margin-left: 15px;
}

.wrapFooter a{
    /*background: red;*/
    
    display: inline-block;
}

.wrapFooter a img{
    height: auto;
    display: inline;
} 

/*
================================================================
Mobile section 
================================================================
*/
.layout-mobile{
    display: none;
}

.layout-mobile .holderMBHero{
    text-align: center;
    /*margin-top: 30px;*/
    
}
.layout-mobile .holderMBHero img{
    max-width: 100%;
    display: inline-block;
    padding-bottom: 50px;
}
.layout-mobile .holderMBHero .content{
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 46px;
}

.layout-mobile .holderMBHero .content .text{
    padding-bottom: 26px;
    font-size: 25px;
    line-height: 1.3;
}


.layout-splash-top .logo_top{
    position: relative;
    margin-bottom: -70px;
    float: unset;
}
.layout-splash-top{
    padding-top: 50px;
    padding-bottom: 100px;
}
.layout-splash-top .setFlex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    

    justify-content: space-between;
    align-items: flex-end;
    
}

.layout-splash-top .content .text{
    margin-bottom: 28px;
    color: var(--third-color);
    font-size: 25px;
}

.layout-splash-top .fixed .logo_top{
    margin-bottom: unset;
}

@media (max-width: 768px) {
    .elem_table.heightSecondHero{
        height: 400px;
    }
    .layout-splash-top .logo_top{
        position: unset;
        max-width: 160px;
    }
    .layout-splash-top .setFlex{

        flex-direction: unset;
        justify-content:center;
        flex-direction: column;
        align-items: unset;
    }

    .layout-splash-top .logo_top{
        margin-bottom: 0px;
    }

    .layout-splash-top .setFlex .row-2{
        order: -1;
        text-align: center;
        
    }
    .layout-splash-top .setFlex .row-2 img{
        margin: 0 auto;
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .layout-splash-top .setFlex .row-1{
        text-align: left;
    }

    .layout-splash-top .holderLogo{
        max-width: unset;
        margin: 0 auto;
        padding-left: 20px;
    }



    .layout-mobile .row-1 img,
    
    .layout-mobile .row-2 .icon1 img{
        
        max-width: 110px;
        display: block;
    }

    .layout-mobile .row-2 .icon2 a:nth-child(1) img{
       
        max-width: 110px;
        display: block;
    }

    .layout-mobile .row-2 .icon2 a:nth-child(2) img{
       
        max-width: 35px;
        display: block;
    }

    #main_menu .logo_top {
        position: unset;
        max-width: 160px;
        padding-left: 20px;
    }

    /*
    .layout-mobile a{
        display: inline-block;
        background: red;
        width: auto;
    }
    */
}





@media (max-width: 768px) {
    .hide-mobile{
        display: none;
    }
    .layout-mobile {
        display: block;
    }
    #home-location{
        padding-bottom: 0px;
    }
    #home-location .setRow{
        flex-direction: column;
    }
    #home-location .col-first{
        
    }
    #home-location .col-second{
        order: -1;
    }

    #home-location .col-first {
        padding-left: 0px;
        padding-right: 0px;
    }

    #home-location .col-first .img-fluid{
        max-width: unset;
        width: 100%;
        display: block;
    }

    #home-location .flex-end{
        align-items: unset;
    }

    

    #home-location .setRow .col-second div {
        max-width: unset;
        margin: 0 auto;
        padding-bottom: 48px;
    }
    
    
    #home-blocks{
        padding-top: 0px;
        background: unset;
        margin-top: 0px
    }

    #home-blocks .col-first{
        background: var(--primary-color);
        /*
        margin-left: -20px;
        padding-left: 20px;
        margin-right: -20px;
        padding-right: 20px;
        */
        padding-top: 80px;
        padding-bottom: 80px;
       
    }

    #home-blocks .col-second{
        background: var(--sixth-color);
        /*
        margin-left: -20px;
        padding-left: 20px;
        margin-right: -20px;
        padding-right: 20px;
        */
        padding-top: 80px;
        padding-bottom: 80px;
       
    }

    .setRow{
        flex-direction: column;
    }

    #home-blocks .col-second .detail{
        max-width: unset;
    }

    #home-amenities{
        margin-top: 0px;
    }

    #home-amenities .grid-container {
        margin-top: 32px;
       
    }

    #home-interior .holderMediumSlider{
        max-width: auto;
    }

    #home-interior .mainHolder{
        padding-bottom: 0px;
    }

    /*This fix the sizes of images in carrousel*/
    
    .icon-nav-slide-middle.icon-back {
        left: 20px;
    }

    .icon-nav-slide-middle.icon-next {
        right: 20px;
    }

    .icon-nav-slide-bottom.icon-back {
        position: absolute;
        left: 20px;
        top: 50%;
        margin-top: -25px;
    }

    .icon-nav-slide-bottom.icon-next {
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -25px;
    }

    #home-interior{
        padding-top: 0px;
    }

    #home-interior .sliderNumber{
        display: none;
    }

    #home-interior .wrapHolder{
        padding-left: 0px;
        padding-right: 0px;
    }

    #home-interior .col-second{
        order: -1;
       
    }

    #home-interior .setColumn{
        width: 100%;
    }

    #home-interior .setRow .col-second div {
        max-width: unset;
        margin: 0 auto;
        padding-bottom: 37px;
    }

    #home-interior .slick-dots{
        display: none;
        height: 0px;
        width: 0px;
        visibility: hidden;
    }

    #home-blocks .col-first .detail{
        max-width: 100%;
    }
    
    /*
    #home-interior .setRow{
        display: block;
    }
    */
    .heightSecondHero.wrapBottom{
        margin-top: -100px;
    }
    .heightSecondHero.wrapBottom .title-xl{
        font-size: 40px;
        max-width: 380px;
        margin: 0 auto;
        font-weight: normal;
    }

    .elem_table.heightSecondHero  .content h1 br{
        display: none;
    }

    .elem_table.heightSecondHero  .title{
        font-size: 45px;
        margin-bottom: 0px;
    }

    .elem_table.heightSecondHero .holderBtn{
        padding-top: 30px;
    }
    
    #holderFooter .wrapHolder{
        padding-left: 0px;
        padding-right: 0px;
    }
    #holderFooter footer{
        padding-top: 0px;
    }
    footer .layout-mobile .row-1{
        padding-left: 20px;
        padding-top: 30px;
        padding-right: 20px;
        padding-bottom: 30px;
    }
    footer .layout-mobile .row-2{
        padding: 30px 20px;
    }

    footer .copyright{
        padding: 0px 0px 0px 0px;
    }

    /*
    footer .wrapFooter a{
        text-decoration: none;
        display: inline-block;
        background: red;
    }

    footer .wrapFooter a img{
        display: inline-block;
    }
    */
    /*
    footer .layout-mobile{
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }
    */
}