@charset "utf-8";
/* CSS Document */

.c1{ background-color:rgba(81, 94, 101, 1);}
.c2{ background-color:rgba(105, 99, 51,1 );}
.c3{ background-color:rgba(255,255,255,1);}

.tc1{ color:rgba(81, 94, 101, 1);}
.tc2{ color:rgba(105, 99, 51,1 );}
.tc3{ color:rgba(255,255,255,1) !important;}

.mo{display:none !important;} /* mobile only */
.do{display:inline-block !important;} /* pc only */

.p0   {padding:0px !important;}
.p15  {padding:15px;}
.p30  {padding:30px;}
.p60  {padding:60px;}
.p90  {padding:90px;}
.p120 {padding:120px;}

.pt15  {padding-top:15px;}
.pt30  {padding-top:30px;}
.pt45  {padding-top:30px;}
.pt60  {padding-top:60px;}
.pt90  {padding-top:90px;}
.pt120 {padding-top:120px;}

.pb0   {padding-bottom:0px;}
.pb15  {padding-bottom:15px;}
.pb30  {padding-bottom:30px;}
.pb60  {padding-bottom:60px;}
.pb90  {padding-bottom:90px;}
.pb120 {padding-bottom:120px;}

.mb15  {margin-bottom:15px;}
.mb30  {margin-bottom:30px;}
.mb60  {margin-bottom:60px;}
.mb120 {margin-bottom:120px;}

.mt15  {margin-top:15px;}
.mt30  {margin-top:30px;}
.mt20  {margin-top:20px;}
.mt60  {margin-top:60px;}
.mt120 {margin-top:120px;}

.bdt{border-top:15px solid rgba( 55,  48,  45, 1);}
.bdr{border-right:15px solid rgba( 55,  48,  45, 1);}
.bdb{border-bottom:15px solid rgba( 55,  48,  45, 1);}
.bdl{border-left:15px solid rgba( 55,  48,  45, 1);}

.fr {float:right;}
.fl {float:left;}

.rfx {position:relative;left:5px;}
.lfx {position:relative;right:5px;}

.ni {text-indent: 0px;}

.fw100{font-weight:100;}
.fw200{font-weight:200;}
.fw300{font-weight:300;}
.fw400{font-weight:400 !important;}
.fw500{font-weight:500;}
.fw600{font-weight:600;}
.fw700{font-weight:700;}
.fw800{font-weight:800;}
.fw900{font-weight:900;}

.fs10 {font-size:10px;}
.fs11 {font-size:11px;}
.fs12 {font-size:12px;}
.fs13 {font-size:13px;}
.fs14 {font-size:14px;}
.fs15 {font-size:15px;}
.fs16 {font-size:16px;}

.nav-icon {
    cursor:pointer;
    display:flex;
    align-items: center;
    justify-content: center;
    padding: 12px 14px;
    font-size: 1.5rem;
    line-height: 1;
    color:rgba(255, 255, 255, 1);
    background-color: rgba(105, 99, 51,1 );
    border-radius: 50%;
    border:none !important;
    position:fixed;
    top:20px;
    right:20px;
    z-index:1150;
}

#menu2 .nav
{
    display:block;
    text-align: right;
    font-size:2.5rem;
    background-color: rgba(255,255,255,1);
    padding-top:100px;
    padding-bottom:30px;
    position:fixed;
    top:0px;
    right:0px;
    z-index:90;
    width:100vw;
    height:100vh;
}

#menu2
{
    z-index:1150;
}

#menu2 .nav li a
{
    padding-right:0px;
}

@font-face {
    font-family: 'petit';
    src: url('../fonts/petit.woff?epq4b8') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

body{
    overflow-x:hidden;
    font-family: 'Ubuntu', sans-serif;
    background:#fff !important;
    color:#000;
}

body, nav, .col{
    margin:0px !important;
    padding:0 !important;
}

.navbar
{
    position: fixed;
    min-height: 70px;
    font-family: 'Ubuntu', sans-serif;
    z-index: 99;
    width: 100vw;
    background: rgba(255,255,255,1);
    border-bottom: 2px solid rgba(105, 99, 51,1 );
    
}

.nav-logo
{
    height: 195px;
    margin-bottom: -100px;
    position: relative;
    top: 59px;
    z-index: 9;
    /*background: rgba(255,255,255,1);*/
    /*padding: 30px 50px;*/
    margin-top: -70px;
    /*border-radius: 50px;*/
}

.slide
{
    height:100vh;
    width:100vw;
    overflow:hidden;
    border-radius: 0px;
}

.room{
    transition: all ease-in-out 0.4s;
    width: 250px;
    height: 250px;
    background-size: cover;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:30px;
    box-shadow:0px 0px 0px 200px inset rgba(178, 173, 129, 0.7);
    color: rgba(0,0,0,1);
}

.room:hover{
    cursor:pointer;
    color: rgba(255,255,255,0);
    box-shadow:0px 0px 0px 0px inset rgba(178, 173, 129, 0.7);
}

.rmNum
{
    font-size:3vh;
    font-weight: 900;
    font-family: 'Ubuntu',sans-serif;
}

@media (max-width: 1185px) {       
    .slide, .carousel-inner, .carousel-item {
        height:100vh;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .carousel-item img{
        width:auto !important;
        height:100% !important;
    }

}

a{
    transition: all ease-in-out 0.4s;
    letter-spacing: 1px;
    text-decoration: none;
}

section a:hover{
    transition: all ease-in-out 0.4s;
    letter-spacing: 2px;
    
    text-decoration: none;
}

section{
    /*min-height:100vh;*/
    width:100%;
    background:#fff;
    position:relative;
    padding-bottom:200px;
}

.big
{
    padding-top:100px;
    height:100vh;
    width:100%;
    background-image: url(../img/big.jpg);
    background-size: cover;
    background-position:center;
}

.type
{
    width:80vw;
    display:none;
}

.cal
{
    padding-top:100px;
    font-family: 'petit';
    font-size:42px;
    line-height: 52px;
}

.cal p{
    text-indent: 0px;
    text-align: center;
}

.sep{
    height:250px !important;
    margin-left:150px !important;
    margin-top:100px;
}

.rt
{
    transform: rotate(180deg);
    margin-left:-150px !important;
}

.trip
{
    min-height:50vh;
}

.pb150
{
    padding-bottom:150px;
}

.inv
{
    text-align: center !important;
    font-size:26px;
    line-height:50px;
}

.flex-center
{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap;
}

.nh
{
    height:auto !important;
    min-height:auto !important;
}

.h50
{
    min-height:50vh !important;
}

.serv-holder
{
    width: 300px;
    text-align: center;
    margin:30px 50px;
}

.hotel-info
{
    
    font-size:18px;
    margin:50px;
    width: 90vw;
    margin-top: 150px;
}

#map
{
    width:90vw !important;
    height:60vh;
}

.button
{
    background:unset !important;
    color:unset !important;
    letter-spacing: unset;
    background:rgba(255,255,255, 1) !important;
    color:rgba(0,0,0, 1) !important;  
    padding:15px 20px;
    border-radius:35px;
    margin:20px;
    cursor:pointer;
    font-family: 'Ubuntu',sans-serif;
    border:1px solid rgba(105, 99, 51,1 );
}

.button span{
    font-weight:100;
}

.button:hover
{
    letter-spacing:1px;
    background:rgba(105, 99, 51,1 ) !important;
    border:1px solid rgba(105, 99, 51,0.5 ) !important;
}

.location .button
{
    flex-grow: 1;;
}

.imHold {
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: bottom;
}


p{
    text-indent: 40px;
    text-align: left;
    font-weight: 200;
    font-family: 'Ubuntu', sans-serif;
    text-indent: 0;
}

.col-text {
    padding: 0px 100px;
    
}

.col-text p
{
    text-align: center !important;
}

b{
    font-weight: 900;;
}

.services svg{
    fill: rgba(105, 99, 51,1 );
    margin-bottom:30px;
}

.bull{
    color:rgba(0,0,0, 1);
    padding:0px 10px;
}

.dflex
{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    background-color:rgba(255,255,255,1) !important;
    color: rgba(105, 99, 51,1 ) !important;
    border:1px solid rgba(105, 99, 51,1 );
    border-radius:150px;
    padding:100px !important;
    margin-top:100px;
    text-align: center;
}

.rooms
{
    display: flex !important;
    justify-content: space-around;
    align-items: center !important;
    flex-wrap: wrap;
    width:90vw;
}

@media (min-width: 1201px) {       
    .t1{
        display: block !important; 
    }  
    h1 {width:100%}     
}

@media (max-width: 1200px) {       
    .t2{
        display: block !important; 
    }  
    h1 {
        width:100%;
        font-size:7vh;
        position:relative;
        left:-10px;
        white-space: unset;
    } 
    .col-text
    {
        padding: 0px 50px;
        
    }    
    .fix1
    {
        position: relative;
        left: 0px !important;
    }  
    #menu-im
    {
        height:40px;
    }

    #menu-im img
    {
        position: relative;
        top: -45px;
        left: -70px;
    }
    .menu-icon
    {
        top:43px;
        right:43px;
    }

    .dflex
    {
        flex-direction:column;
        flex-wrap:wrap;
        position:relative;
        left:-7px;
    }

    .dflex div
    {
        margin:30px 0px;
    }
}

@media (max-width: 1160px) {           
    .nav li a
    {
        margin:0px 20px;
    }  
}

@media (max-width: 1015px) {           
    #menu{display:none !important;} 
    #menu-im{display:block;}
    .nav-icon{display:block;}
}

@media (min-width: 1015px) {           
    #menu-im{display:none;} 
    .nav-icon{display:none;}
}

@media (max-width: 620px) {       
    .t2{
        display: none !important; 
    }             
    .t3{
        display: block !important; 
    }     
    .hotel-info
    {
        margin:20px;
        width: 90vw;
    }  
}



.langs {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: rgba(255,255,255,1);
    padding: 4px 9px 14px 8px;
    border-radius: 50%;
    z-index:1100;
}

.lim {
    transition: all ease-in-out 0.2s;
    cursor: pointer;
    width: 36px;
    height: 36px;
    /* box-shadow: inset 0px 0px 0px 30px rgba(201, 136, 14,0.8); */
    /* border-radius: 50%; */
    top: 5px;
    /* left: 1px; */
    /* margin-top: -58px; */
    position: relative;
}

.lgr
{
    display:none;
}

.lim:hover, .limc {
    transition: all ease-in-out 0.2s;
    box-shadow: inset 0px 0px 0px 0px rgba(201, 136, 14,1) !important;
}

.gr{
    display:none;
}

.linf {
    font-size: 8px;
    color: #999;
    letter-spacing: 1px;
    text-align: center;
}

.icon-menu
{
    position: relative;
    top: 2px;
}

p
{
    /*font-family:'Comfortaa', 'Roboto', 'Ubuntu', sans-serif;*/
}

h1 .gr{
    /*font-family:'Roboto', 'Ubuntu', sans-serif;*/
}

.book-info span, .book-info strong{
    display:block;
}

.book-info{
    display:flex;
    align-items: center;
    justify-content: center;
}

.book-info .w-90
{
    width:90%;
    padding:30px;
}

.book-info .icon
{

    font-size:1.5rem;
    margin-bottom:15px;
}


.modal
{
    display:flex;
    align-items: center;
    justify-content: center;
    position:fixed;
    width:100vw;
    height:100vh;
    background:rgba(255,255,255,0.8);
}

.modalCon a{
    text-decoration: none;
}

.modalCon .button span
{

    font-weight: 400;
}

.icon-close
{
    transition:all ease-in-out 0.4s;
    border-radius: 50%;
    display: flex;
    width: 100px;
    height: 100px;
    font-size: 3rem;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,1);
    color:rgba(81, 94, 101, 1);
}

.nbb
{
    padding-bottom:0px;
}

.ruler
{
    height:100vh;
    width:50vw;
    border-right:1px solid #000;
    position:fixed;
    top:0;
    left:0;
    display:none;
}

.nav{
    position: relative;
    left: 8px;
}

section{
    position:relative;
    left:8px;
}

.slide
{
    position:relative;
    left:-8px;
}

.fix1
{
    position:relative;
    left:38px; 
}

.ruler{
    display:none;
}

.b_more {
    margin-left: 0px;
    margin-top: 30px !important;
    display: inline-block;
}

img.py_img {
    width: 45%;
    margin: 20px;
    border-radius: 25px;
}

@media all and (orientation:portrait)
{
    img.py_img {
    width: 97%;
    margin: 0px;
    margin:20px 0px;
}
    h1 span {
    font-weight: 100;
    display: block;
}
}