@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( 55,  48,  45, 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( 55,  48,  45, 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( 55,  48,  45, 1);}
.tc2{ color:rgba(195, 158,  79, 1);}
.tc3{ color:rgba(129, 127, 112, 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;}

.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;}
.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: 'Geologica', sans-serif;
    font-weight: 100;
    font-size:1.5rem;
}

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



footer{
    font-size:12px;
    border-top: 2px solid rgb(0, 145, 200);
}

footer a{
    letter-spacing: 0px;;
    color:rgba(0,145,200, 1);
}

footer a:hover{
    
    text-decoration:none;
    letter-spacing: 1px;
}

footer icon{
    color:rgba(0,145,200, 1);
    padding:0px 2px;
}

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

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

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

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

.lang-icon
{
    cursor: pointer;
    display: flex;
    width:50px;
    align-items: center;
    justify-content: center;
    padding: 12px 29px;
    /*background-color: rgba(255, 255, 255, 1);*/
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 99;
}

#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: 90;
    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( 55,  48,  45, 1);*/
    align-items: center;
    justify-content: center;
}

.nav-logo
{
    height:150px;
    margin-bottom:0px;
    position:relative;
    top:-1px;
    z-index:99;
}

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);*/
    /*width:fit-content !important;*/
}

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

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

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

.room:hover{
    cursor:pointer;
    color: rgba(255,255,255,0);
    box-shadow:0px 0px 0px 0px inset rgba(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:15px;
}

.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:#7ea69b;
    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: 700;
    text-align: left;
    font-family: 'Oswald', sans-serif;
}



h2{
    color:  rgb(0, 145, 200);
    font-size:7vh;
    font-weight: 900;
    text-align: center;
}

h3{
    font-size:1.8rem;
    font-weight: 200 !important;
    color: rgb(0, 145, 200);
}

h4
{
    color: #636466;
    font-weight: bold;
    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;
}

.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% !important;
    height:100%;
    position:relative;
    /*left:15px;*/
}

.button
{
    
    padding:15px 20px;
    border-radius:3px;
    cursor:pointer;
    font-weight:500;
}

.b2{
    background:rgba( 255,255,255, 1);
    color: rgba( 0,  145,  200, 1);
    border:1px solid rgba(0,145,200, 1);
    font-weight: 500;
    border-radius: 50px;
    margin: 0px 30px
}

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

.bic
{
    margin-right:10px;
}

.vis .button{
    display:block;
    border:0px solid rgba( 55,  48,  45, 1);
    border-radius:0px;
    color:rgba( 55,  48,  45, 1);
}



.button:hover
{
    letter-spacing:1px;
    background:rgba( 55,  48,  45, 1);
    color:#fff;
}

.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:10px;
    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: 40px;
    text-align: justify;
}

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: 50px;
    height: 50px;
    border: 3px solid #fff;
    border-radius: 50%;
}

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

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

.tx-block
{
    margin:120px 0px;
    font-size: 1.5rem;
    line-height: 2.5rem;
}

.im-block
{
    margin:60px;
}


.sec
{
    padding:200px 60px 60px 60px;
}

.im-parga
{
    position: relative;
    right: -240px;
    z-index: 2;
    border: 10px solid #fff;
    top: 30px;
    border-radius:30px;
}

.im-b3
{
    position: relative;
    left: -300px;
    z-index: 2;
    border: 10px solid #fff;
    top: 30px;
    border-radius: 30px;
}

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

.carouselInner {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: flex-start;
    align-items: flex-end;
}

.carousel-item.active {
    background-size: cover;
    background-position: center;
}

.sP
{
    color:rgb(255,255,255);
    width:50vw;
    text-align: left;
    margin-left: 60px;
    margin-bottom: 60px;
}

img.sLogo {
    width: 20vw;
}

.vent {
    width: 50vw;
    display: block;
    margin: 40px 0px;
}

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

.h1-img
{
    margin-bottom:60px;
}

.waves
{
    width:100%;
    height:300px;
    background-size: 300px auto;
    background-repeat: no-repeat;
    background-position: right;
    position:absolute;
}

.sep
{
    height:100px;
    width:100%;
}

.wvw {background-image: url(../img/wvw.png);margin-top:-250px; right:50px;}
.wvb {background-image: url(../img/wvb.png);margin-top:-50px; right:50px;}

img
{
    border-radius:20px;
}

.tagline
{
    margin: 30px 0px;
    display: block;
    margin-bottom: -65px;
}

.out
{
    color:#313131;
    position: relative;
    z-index: 2;
    font-weight: 500;
    text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}

.boatIMG {
    display: flex
;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 150px 50px;
}

.bt_img {
    width: 17vw;
    height: 28vw;
    margin: 10px;
    border-radius: 25px;
    background-position: center;
    background-size: cover;
}

#bt1{background-image:url(../img/bt/1.jpg)}
#bt2{background-image:url(../img/bt/2.jpg)}
#bt3{background-image:url(../img/bt/3.jpg)}
#bt4{background-image:url(../img/bt/4.jpg)}
#bt5{background-image:url(../img/bt/5.jpg)}

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

}

@media all and (orientation:portrait)
{

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

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

    section
    {
        overflow:hidden;
    }

    .text-right, .text-left
    {
        text-align:center !important;
        text-indent: 0px;
    }

    .room
    {
        width: 50vw;
        height:100%; 
        padding-top: 100%;
    }

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

    #location
    {
        margin-top:0px;
    }

    .vis .button
    {
        padding-left:0px;
        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;
    }

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

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

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

    .h1-img
    {
        width:80vw;
        margin-left:-15px;
    }

    .sec
    {
        padding:200px 30px 60px 30px;
    }

    body, .tx-block
    {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }

    .tx-block
    {
        margin:0px;
    }

    .vent
    {
        width:70vw;
    }

    .sLogo
    {
        width: 70vw !important;
        position: absolute;
        top: 5%;
        left:30px;
    }

    .carousel-item.active {
        background-position: left;
    }

    .sP
    {
        width:70vw;
        margin-left:30px;
    }

    .im-parga
    {
        right: 0px;
        border:0px;
        margin-bottom:80px;
    }

    .im-block
    {
        margin: 0px;
        margin-top:0px;
        margin-bottom:60px;
    }

    .sec
    {
        padding-top:100px;
    }

    .im-b3 {
        position: relative;
        left: -10px;
        z-index: 2;
        border: 10px solid #fff;
        top: 30px;
        border-radius: 30px;
        width: 62vw;
    }

    img.im_act
    {
        width: 85vw;
        /* margin-left: -80px; */
    }

    .out
    {
        margin-bottom: 60px;
    }

    section#contact
    {
        padding: 20px;
    }

    #contact h2 {
        display: block;
        font-size: 2.3rem;
        margin-bottom: 30px;
    }

        .sLogo_mob {
        display: block !important;
        width: 85vw;
        position: absolute;
        top: 5%;
    }

    .sLogo
    {
        display: none;
    }

    .boatIMG {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        padding:0px;
        padding-bottom:15px;
    }

        .bt_img {
        width: 85vw;
        height: 50vw;
        /* margin: 10px; */
        border-radius: 25px;
        background-position: center;
        background-size: cover;
    }

    
}