@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;600;700&family=Roboto:wght@500;900&display=swap');
/* CSS Document */

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

.cb{ background-color:rgba(  0,   0,   0, 1);}
.cw{ background-color:rgba(255, 255, 255, 1);}
.c1{ background-color:rgba( 255, 255, 255, 1);}
.c2{ background-color:rgba(195, 158,  79, 1);}
.c3{ background-color:rgba(129, 127, 112, 1);}

.fb{ fill:rgba(  0,   0,   0, 1);}
.fw{ fill:rgba(255, 255, 255, 1);}
.f1{ fill:rgba( 255, 255, 255, 1);}
.f2{ fill:rgba(195, 158,  79, 1);}
.f3{ fill:rgba(129, 127, 112, 1);}

.tcb{ color:rgba(  0,   0,   0, 1);}
.tcw{ color:rgba(255, 255, 255, 1);}
.tc1{ color:rgba( 255, 255, 255, 1);}
.tc2{ color:rgba(195, 158,  79, 1);}
.tc3{ color:rgba(129, 127, 112, 1);}
.tc4{ color:rgba(40, 40, 40, 1);}

.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;}

.pl0   {padding-left:0px;}
.pl15  {padding-left:15px;}
.pl30  {padding-left:30px;}
.pl60  {padding-left:60px;}
.pl90  {padding-left:90px;}
.pl120 {padding-left: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( 255, 255, 255, 1);}
.bdr{border-right:15px solid rgba( 255, 255, 255, 1);}
.bdb{border-bottom:15px solid rgba( 255, 255, 255, 1);}
.bdl{border-left:15px solid rgba( 255, 255, 255, 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;}
.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;}

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

  

body{
    overflow-x:hidden;
    font-family: 'Comfortaa', cursive;
    background:rgba(255,255,255,1) !important;
}

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

.deb
{
    position:fixed;
    left:0;
    bottom:0;
    background:rgba(255,255,255,1)

}

footer{
    font-size:12px;
}

footer a{
    letter-spacing: 0px;;
    color:rgba(183, 148, 96, 1);
}

footer a:hover{
    color:rgba(183, 148, 96, 1);
    text-decoration:none;
    letter-spacing: 1px;
}

footer icon{
    color:rgba(183, 148, 96, 1);
    padding:0px 2px;
}

.nav-icon {
    cursor: pointer;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 15px;
    font-size: 1.9rem;
    line-height: 1;
    color: rgba(195, 158,  79, 1);
    background-color: rgba( 255, 255, 255, 1);
    border-radius:0px 0px 0px 20px;
    border: none !important;
    position: fixed;
    top: 0px;
    right: 15px;
    z-index: 99;
    height: 70px;
}

.top-icon {
cursor: pointer;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 15px;
    height: 70px;
    font-size: 1.9rem;
    line-height: 1;
    color: rgba(195, 158, 79, 1);
    background-color: rgba(255,255,255,1);
    /* border-radius: 50%; */
    border: none !important;
    position: fixed;
    bottom: 0px;
    left: 13px;
    z-index: 99;
    border-radius: 0px 20px 0px 0px;
}

.menu-close {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    font-size: 1.9rem;
    line-height: 1;
    color: rgba(40,40,40, 1);
    background-color: rgba(55, 48, 45, 1);
    /* border-radius: 50%; */
    border: none !important;
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 9999;
}

.top-icon a, .menu-close a{
    color:rgba(129, 127, 112, 1);
    text-decoration: none;
}

.lang-icon
{
    cursor: pointer;
    display: flex;
    width: 50px;
    height: 70px;
    align-items: flex-start;
    justify-content: center;
    padding: 15px 29px;
    color: rgba(195, 158, 79, 1);
    background-color: rgba(255,255,255, 1);
    position: fixed;
    bottom: 0px;
    right: 13px;
    z-index: 99;
    border-radius: 20px 0px 0px 0px;
}

#menu2 .nav
{
    display: none;
    text-align: center;
    font-size: 1.5rem;
    background-color: rgba(55,48,45,0.95);
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 999;
    font-family: 'Roboto Slab', sans-serif;
    width: 100vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mAct
{
    
}

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



.navbar
{
    z-index:99;
    min-height:150px;
    font-family: 'Roboto Slab', sans-serif;
    position:fixed;
    width:100%;
    /*border-top:15px solid rgba( 255, 255, 255, 1);*/
    align-items: center;
    justify-content: center;
}

.nav-logo
{
    /*height: 150px;*/
    margin-bottom: 0px;
    position: fixed;
    top: 0px;
    left: 75px;
    z-index: 99;
    border-radius: 0px 0px 20px 20px;
    padding: 20px;
    background: rgba(255,255,255,1);
    height: 150px;
}

.nav-logo img
{
    background:rgba(255,255,255,1) !important;
    height:100%;
}

nav{
    font-weight:bold;
    font-size:14px;
}

.nav li a{
    transition: all ease-in 0.3s;
    display: inline-block;
    padding:0px;
    color:rgba(255, 255, 255, 1);
    font-weight:200;
}

.nav li a:hover{
    transition: all ease-out 0.3s;
    letter-spacing:2px;
    color:rgba(195, 158,  79, 1);
}

.nav-item
{
    margin:15px 0px;
}

.slide
{
    height:100vh;
    /*width:100vw;*/
    overflow:hidden;
}

.carousel1
{
    border:15px solid rgba(255,255,255,1) !important;;
    /*width:fit-content !important;*/
}

.carousel2
{
    height:auto;
    width:102%;
    overflow:hidden;
}

.room{
    transition: all ease-in-out 0.4s;
    width: 25vw;
    height: 23vw;
    background-size: cover;
    background-position:center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,1);
    border:7px solid rgba(255,255,255,1);
    box-shadow:0px 0px 0px 0px inset rgba(55 48 45 / 70%);
    /*border:8px solid rgba( 255, 255, 255, 1);*/
    border-radius:40px;
}

.rmg .room
{
    width:150px;
    height:150px;
    margin:0px 20px;
}

.legend {
    font-size: 0.8rem;
    margin:30px 0px;
}

.br40
{
    border-radius:40px;
}

.r5
{
    width: 18.7vw;
    height: 100%;
    box-shadow:none;
    padding-top:100%;
}

.room:hover{
    cursor:pointer;
    color: rgba(40,40,40,0);
    box-shadow: 0px 0px 0px 200px inset rgb(55 48 45 / 70%);
}

.r5:hover
{
    box-shadow:0px 0px 0px 200px inset rgba(195, 158,  79, 0.7) !important;
}

.rooms
{
    position:relative;
    left:0px;
    margin-top:60px;
    margin-bottom:60px;
}

.rmg
{
    margin-top:0px;
}

.rmNum
{
    font-size:15vh;
    font-weight: 900;
    font-family: 'Josefin Sans',sans-serif;
}

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

section a:hover{
    transition: all ease-in-out 0.4s;
    letter-spacing: 2px;
    color:rgba(40,40,40,1) !important;
    text-decoration: none;
}

/* section {} */

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

h1{
    color: #636466;
    font-size:8vh;
    font-weight: bold;
    text-align: center;
    font-family: 'roboto Slab', serif;
}



h2{
    color: #636466;
    font-size:7vh;
    font-weight: 100;
    text-align: center;
    font-family: 'Roboto Slab',serif;
    position:relative !important;
    left:-5px !important;
}

h3{
    font-size:1.8rem;
    font-family: 'Roboto Slab', serif;
    font-weight: 200 !important;
}

h4
{
    color: #636466;
    font-weight: bold;
    font-family: 'Comfortaa', sans-serif;
    font-size: 1.3rem;
}

.hdr
{
    margin-top:0px;
    margin-bottom:80px;
}

h1 span{
    font-weight:100;
}

.h3-sl
{
    border-bottom:5px solid #ffcb05;
    margin-bottom:10px !important;
    padding-bottom:10px !important;
    display:inline-block;
}

.h1-lt-proj{
    width:100vw;
    margin-right:-100vw;
}

.h1-sec
{
    height:120px;
    border-bottom:20px solid rgba(255,203,5,1);
    margin-bottom:50px;
}

.h3-lt-proj
{
    height:30px;
    border-bottom:10px solid rgba(255,203,5,0.5);
    margin-bottom:10px;
}

.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-family:'Comfortaa', cursive;
    font-size:18px;
    margin:50px;
    width: 50vw;
    line-height: 2vw;
}

#map
{
    width:100%;
    height:100%;
    position:relative;
    margin-left:60px;
    border-radius:40px;
    /*left:15px;*/
}

.button
{
    font-family:'Roboto Slab', sans-serif;
    padding:15px 20px;
    border-radius:3px;
    cursor:pointer;
    font-weight:500;
}

.b2{
    background:rgba( 255, 255, 255, 1);
    color: rgba(183, 148, 96, 1);
    border:1px solid rgba(183, 148, 96, 1);
    font-weight: 500;
    border-radius: 40px;
    margin: 0px 30px
}

.b2:hover{
    
    background:rgba(183, 148, 96, 1) !important;
    color: rgba( 255, 255, 255, 1) !important;
    letter-spacing: 0px;
}

.bic
{
    margin-right:10px;
}

.vis .button{
    display:block;
    border:0px solid rgba( 255, 255, 255, 1);
    border-radius:0px;
    color:rgba(40,40,40,1);
    width:95%;
    border-radius:40px;
}



.button:hover
{
    letter-spacing:1px;
    background:rgba(195, 158,  79, 1);
    color:rgba(40,40,40,1);
}

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



.h360
{
    padding: 200px;
    background-color: rgba(190, 226, 232, 1);
    margin: 0px;
    padding-bottom:350px;
}

.h360r
{
    padding: 200px;
    background-color: rgba(184, 71, 73, 1);
    margin: 0px;
}

.rot{
    /*transform: rotate(180deg);*/
    margin-top:-171px;
}

.rtd{
    transform: rotate(180deg);
}

.v360{
    border-radius: 30px;
    margin-top: 100px;
    width: 90%;
    /* border: 8px solid #fff; */
    /* box-shadow: 0px 0px 4px 3px rgb(0 0 0 / 5%);*/
}



.serv-holder div
{
    line-height: 1.5vw;
}

.sl-info
{
    color:#636466;
    font-size:12px;
}


.home
{
    background:#fff;
    position:relative;
}

.lt-proj-inf{
    font-size:12px;
}

p{
    text-indent: 0px;
    text-align: justify;
}

p b
{
    color:rgba(195, 158,  79, 1);
    display:block;
    margin-bottom:10px;
    margin-top:30px;
}

b{
    font-weight: 900;;
}

.services svg{
    fill: rgba(190, 226, 232, 1);
    margin-bottom:30px;
}

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

.langs {
    background: #000;
    padding: 20px 40px;
    border-radius: 20px 20px 0px 0px;
    position: fixed;
    bottom: 0px;
    padding-bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    zoom: 0.5;
    margin-bottom: 0px;
    border-collapse: separate;
}

.lim {
    transition: all ease-in-out 0.2s;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.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;
    /*font-family: 'Roboto';*/
    
}

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

.sep2
{

    width:50%;
    height:4px;
    display:inline-block;
    background-color:rgba(195, 158,  79, 1);
}

.hi p{
    /*text-align:left !important;*/
    text-indent: 0px !important;
}

.facilityGroupIcon
{
    position:relative;
    top:-2px;
    left:-2px;
    margin-right:10px;
}

.vis{
    display:flex;
    flex-direction:column;
}

.vis .button
{
    flex: 1;
    display: flex;
    align-items: center;
    padding-left: 60px;
    font-weight: 500;
}

.roomTxt p
{
    text-align: left;
    text-indent: 30px !important;
    padding:0px 60px !important;
}

.roomTxt h3{
    text-align: left;
    color:rgba(195, 158,  79, 1);
    margin-bottom:30px;
    font-weight: 400;
    padding-left:60px;
}

@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;
    }

}


.z
{
    position: relative;
}

.z0{z-index:0;}
.z1{z-index:9;}
.z2{z-index:99;}
.z3{z-index:999;}


.vis .button .fw200
{
    margin-left:20px;
}

#amenities p
{
    padding-right:60px;
}

#amenities
{
    padding:100px;
    padding-top:0px;
}

.amen
{
    width: 80%;
    margin-left: 50px;
}

.w-90
{
    width:90% !important;
}

.w-95
{
    width:90% !important;
}

.rs2{
    justify-content: center;
    align-content: center;
}

.slim
{
    width:100%;
    height:100%;
    background-size: cover;
    background-position: center;
    
}

.carousel,
.carousel .carousel-inner,
.carousel .carousel-inner .carousel-item
{
    height:100vh;
    border-radius:40px
}

.carousel2,
.carousel2 .carousel-inner,
.carousel2 .carousel-inner .carousel-item
{
    height:700px;
}

.carousel3,
.carousel3 .carousel-inner,
.carousel3 .carousel-inner .carousel-item
{
    height:700px;
}

.frameHolder
{
    border-radius:30px;
}

.tour3d
{
    /*width:80vw;*/
}


.logoHold
{
    background:rgba(255,255,255,1) !important;
}

.rmHd
{
    display:none;
}


.roomTxt .cl
{
    padding:0px 70px 70px 70px !important;
}


.frameLinks
{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top:-17px;
}

.frameLinks .frameLink
{
    display: flex;
    background: #000;
    width: 100%;
    margin: 25px 0px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 50px 30px;
    height:230px;
    background:rgba(183, 148, 96, 1);
    color:rgba( 255, 255, 255, 1);
    border-radius:30px;
}


@media all and (orientation:portrait)
{
    


.roomTxt .cl
{
    padding:0px !important;
}


    .carousel-item{overflow:hidden}
    .carousel-item img {
        width: auto !important;
        height: 100% !important;
        /* background-size: cover; */
        transform: translateX(-50%);
        /* transition: all ease-in-out 4s; */
    }

    #amenities
    {
        padding-bottom:0px;
    }

    .roomTxt{
        margin-bottom:120px;
    }

    .roomTxt h3
    {
        margin-top:30px;
    }

    .rmHd{
        display:block;
    }

    .carousel2,
    .carousel2 .carousel-inner,
    .carousel2 .carousel-inner .carousel-item
    {
        height:60vh;
    }

    .nav-logo
    {
        height: 150px;
        margin-bottom: 0px;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 99;
        border-radius: 0px 0px 20px 0px;
    }

    .nav-icon
    {
        /*border: 1px solid rgba(201,176,132) !important;*/
        color: rgba(195, 158,  79, 1);
        background:rgba(255,255,255,1);
        border-radius: 0px 0px 0px 20px;
    }

    .mo{display:block !important;}
    .po{display:none !important;}

    #map
    {
        height:50vh;
        margin-left:15px;
    }

    .facilityGroupIcon
    {
        display:block;
    }
    
    #amenities p
    {
        padding-right:0px;
    }

    section
    {
        overflow:hidden;
    }
/*
    .text-right, .text-left
    {
        text-align:center !important;
        text-indent: 0px;
    }
*/

    .p120
    {
        padding:120px 60px;
    }
    #amenities .text-left
    {
        text-align:left !important;
    }

    .room
    {
        width: 47vw;
        height:100%; 
        padding-top: 100%;
        border-radius:20px !important;
    }

    #rooms h2, #location h2, #contact h2
    {
        /*padding-left:60px;*/
        /*text-align: center !important;*/
    }

    .rooms
    {
        margin-top: -30px;
    }

    #location
    {
        margin-top:0px;
    }

    .vis .button
    {
        padding-left:60px;
        /*justify-content: center;*/
    }

    .vis .button .fw200
    {
        display:block;
        margin-left:0px;
    }

    #contact .mt120 span
    {
        display:block;
        font-size:3rem;
    }

    #contact h2
    {
        display:block;
        font-size:2.5rem;
    }

    #contact h3
    {
        display:block;
        font-size:1rem;
    }
 
    #contact .button
    {
        margin-top:30px;
        width:80vw;
        margin:30px 0px 0px 0px;
    }

    .con
    {
        padding-top:0px !important; 
    }

    .h-fix
    {
        margin-top:0px !important;
    }

    .end-btns
    {
        margin-top:-60px;
    }

    .rs2{
        margin-top:7px !important; 
    }

    .tc
    {
        text-align: center !important;
    }

    .w-90
    {
        width:100% !important;
    }

    .w-95
    {
        width:94% !important;
    }

    .carousel2
    {
        width:94% !important;
    }


}

@media (max-width: 991.98px)
{
    #map
    {
        height:50vh;
        margin-left:15px;
        width:100%;
    }
}