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

.c1{ background-color:rgba(81, 94, 101, 1);}
.c2{ background-color:rgba(183, 148, 96, 1);}
.c3{ background-color:rgba(255,255,255,1);}
.c4{ background-color:rgba(66,55,92,1);}
.c5{ background-color:rgba(254,204,0,1);}

.tc1{ color:rgba(81, 94, 101, 1);}
.tc2{ color:rgba(183, 148, 96, 1);}
.tc3{ color:rgba(255,255,255,1) !important;}
.tc4{ color:rgba(66,55,92,1);}
.tc5{ color:rgba(254,204,0,1);}

.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(255,203,5,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:1.2rem;
    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:100px;
    font-family: 'Ubuntu', sans-serif;
    z-index: 999;
    background: rgba(255,255,255,1);
    width: 100vw;
    top:0px;
}

.nav-logo
{
    height: 180px;
    margin-bottom: -180px;
    position: relative;
    top: -50px;
    background: rgba(255,255,255,1);
    position: relative;
    z-index: 99999;
    padding: 40px;
    border-radius: 30px;
}

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

.room{
    transition: all ease-in-out 0.4s;
    width: 300px;
    height: 300px;
    background-size: cover;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:30px;
    color: rgba(255,255,255,1);
}

.room:hover{
    cursor:pointer;
    color: rgba(255,255,255,0);
    box-shadow:0px 0px 0px 200px inset rgba(254,204,0,0.7);
}

.rmNum
{
    font-size:15vh;
    font-weight: 900;
    font-family: 'Ubuntu',sans-serif;
    color:rgba(81, 94, 101, 1);
}



a{
    transition: all ease-in-out 0.4s;
   
    color:#000;
    text-decoration: none;
}

section a:hover{
    transition: all ease-in-out 0.4s;
    
    color:#000;
    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: 50vw;
    /* margin-top: 150px; */
    /*margin-bottom: -100px;*/
    /* padding-top: 400px; */
    /*margin-top: -40px;*/
    position: relative;
    top: -100px;
}

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

.button
{
    
    color: rgba(0,0,0, 1);
    padding: 15px 20px;
    border-radius: 15px;
    margin: 20px;
    cursor: pointer;
    font-family: 'Ubuntu',sans-serif;
    border: 3px solid rgba(0,0,0, 1);
}

.button span{
    font-weight:100;
}

.button:hover
{
    
    color:rgba(255,255,255, 1);;
    background:rgba(0,0,0,1);
}

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





.langs {
    position: fixed;
    top: 20px;
    right: 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;
   
    text-align: center;
}

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

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

h1 .gr, .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
{
    margin-top:30px;
    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);
}

.sr-only
{
    color:#000;
}

.services-row
{
    display:block;
}

.serv-flex
{
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    padding:0px 20vw;
}

.phones {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.phone
{
    margin:50px;
}

.phone-icon
{
    
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.contact-info
{
    margin:50px 20px;
}

.dest-img {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.dest h3
{
    width:30%;
    padding-bottom:50px;
    margin-bottom:50px;
}

.dest {
    margin-bottom: 0px;
}

.m-icon .fa
{
    font-size: 2rem;
}

.p-icon
{
    background: rgba(255,203,5,1);
}

.p-icon
{
    top: unset;
    bottom: 20px;
    right: 20px;
    width: 80px;
    height: 80px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    display: none;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 30%);
}

.p-icon i
{
    font-size: 2rem !important;
}

.p-icon.pha
{
    left:20px;
}

.p-text
{
    font-size: 1rem;
    font-family: 'Ubuntu', sans-serif;
    border-radius: 100%;
    padding: 16px 50px 14px 14px;
    background: rgba(0,0,0,1);
    font-weight: bold;
    top: unset;
    bottom: 47px;
    right: 90px;
    display: none;
}

.pcha{
    padding: 25px 15px 20px 15px;
    left: 90px;
    text-align: center;
    font-size: 3vw;
    width: 100%;
    left: 0px;
    bottom: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    bottom: 0px;
    color:#fff;
}

.field, label
{
    display:block;
}

form
{
    width:40vw;
    margin-bottom:200px;
}

label{
    width:100%;
    font-weight:bold;
    font-family: 'Ubuntu', sans-serif;
    font-size:1.3rem;
    margin-top:50px;
    text-align: center;
}

.field, .fBut
{
    background:rgba(255,255,255,1);
    width:100%;
    font-family:'Ubuntu', sans-serif;
    padding:15px 40px;
    border:2px solid rgba(0,0,0,1);
    border-radius:50px;
}

textarea
{
    min-height:200px;
    resize: vertical;
}

::placeholder
{
    font-size:1rem;
    color:rgba( 0, 0, 0, 0.5);
    font-style: italic;
    text-align: center;
}

.h3sec
{
    width:40vw;
    border-color: rgba(66,55,92,1);
}

.fBut
{
    transition: all ease-in-out 1s;
    font-family:'Ubuntu', sans-serif;
    font-size:1.3rem;

}

.buttons
{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-top:40px;
    font-weight:bold;
}

input[type="reset"]
{
    width:50%;
    margin-right:40px;
}

input[type="submit"]
{
    border-color:rgba(66,55,92,1);
    background:rgba(66,55,92,1);
    color:rgba(255,255,255,1);
}

.fBut:hover
{
    transition: all ease-in-out 0.4s;
    background: rgba(254,204,0,1);
    border-color: rgba(254,204,0,1);
}

.sliderInner
{
    width:100vw;
    height:100vh;
    background-image:url('../img/sl/1.jpg');
    background-size: cover;
    background-position: bottom;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.sliderBlock {
    /* background: rgba(255,255,255,0.75); */
    /* width: 40%; */
    /* border-radius: 20px; */
    /* padding: 50px; */
    margin-top:220px;
    color:rgba(255,255,255,1);
}

.sliderBlock .h3sec
{
    color:rgba(255,255,255,1);
    text-shadow:0px 0px 5px rgba(0,0,0,1);
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-color:rgba(255,255,255,1);
}

.sliderBlock .action
{
    background: rgba(254, 204, 0, 1);
    font-family: 'Ubuntu', sans-serif;
    color: rgba(0,0,0, 1);
    font-weight: bold;
    font-size: 1.5rem;
    display: inline-flex;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#first
{
    margin-top: 100px;
}

.wSend
{
    display:inline-flex !important;
    width:auto;
    padding:9px 20px 15px 20px !important;
}

.wSend i
{
    position:relative;
    top:10px;
    font-size:2rem;
}

#whatsapp .icon-whatsapp
{
    position:relative;
    top:5px;
    font-size:2rem;
}

.grt
{
    background:rgb(226, 48, 48) !important;
    padding: 15px 20px 10px 20px !important;
}

.wta
{
    background:#25d366 !important;
}

#menu2 .nav-item
{
    margin:20px 0px;
}

.taxiIMG
{
    width: 200px;
    position: relative;
    top: 3px;
}

.hotel-info p
{
    text-align: center;
}

.dest-info {
    max-width: 40vw;
    margin-top: -60px;
    margin-bottom: 60px;
}


@media (max-width: 1185px) {       

    .sliderInner
    {
        background-image:url('../img/mob.jpg');
    }


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

    #first
    {
        margin-top:0px;
    }

    .langs
    {
        top:22px;
        right:90px;
    }

    p
    {
        text-indent:0px !important;
        text-align:center !important;
    }
    .mainLogo
    {
        height:70px;
        position: relative;
        top: -10px;
        left: -20px;
    }

    #menu-im
    {
        text-align: left !important;
    }

    p
    {
        padding:20px 50px;
    }

    .yellow-h1
    {
        width:80vw;
    }

    .services-row
    {
        flex-wrap:wrap;
    }

    .service-content
    {
        margin-bottom:150px;
    }

    h1
    {
        font-size:6vh;
    }

    .dest-info
    {
        width:80%;
    }

    .dest h3
    {
        width:80%
    }

    .phones
    {
        flex-wrap:wrap;
        flex-direction:column;
    }

    .phone
    {
        margin:50px 0px;
    }

    .bull
    {
        display:block;
    }

    .p-text
    {
        display:none;
    }
    
    form
    {
        width:80vw;
    }

    .h3sec
    {
        width:70vw;
    }

    .h1
    {
        font-size:5vh !important;
    }

    .buttons
    {
        flex-wrap:wrap;
    }

    input[type="reset"]
    {
        width:100%;
        margin-bottom:40px;
        margin-right:0px;
    }

    footer
    {
        margin-bottom:200px;
        font-family:'Ubuntu', sans-serif;
        font-size:1rem;
    }

    footer a
    {
        display:block;
    }

    .sliderBlock .action
    {
        font-size:1rem;
        top:110px;
    }

    .sliderBlock
    {
        margin-top:-500px  ;
    }

    .service-item
    {
        margin-top:-100px;
    }

    .services-row
    {
        padding-bottom:0px;
        margin-bottom:100px;
    }

    .room
    {
        width:25vw;
        height:25vw;
        margin:10px;
    }

    .dest-img
    {
        margin:30px 0px;
    }

    .yellow-out
    {
        padding:unset;
    }

    .conLogo
    {
        margin-top:150px;
    }

    .hotel-info
    {
        margin-top:250px;
    }

    .navbar
    {
        min-height: unset;
        height:110px;
    }

    .rooms
    {
        display:block !important;
    }

    .room
    {
        width:60vw;
        height:60vw;
    }

    .dest-info
    {
        max-width:80vw;
    }

    .phone-content a
    {
        font-size:1.5rem;
    }


}

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

@media (max-width: 1200px) {       
    .t2{
        display: block !important; 
    }       
}

@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;}
    .p-icon{display: flex;}
}

@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;
        margin-top:250px;
    }  
}

@media (min-width: 1440px) and (max-width: 1600px){

    .nav li a{
        margin:0px 15px;
    }
}