
body, html {
  height: 100%;
}
body {
    margin: 0;
    padding: 0;
    font-family: Circual, Helvetica, Arial, sans-serif;
    color:#484848 ;
    min-height: 100vh;
          background-repeat: no-repeat;
  background-position: center center;
/*  background-color: #ccc;*/
   background-size: cover;
   /* background-image: url(../ImagesAp/dlx3.jpg);*/
    -webkit-font-smoothing: antialiased;
}
@font-face {
    font-family: Circual;
    src: url(../font/f1.woff2);
}
@font-face {
    font-family: carisma;
    src: url(../font/carisma.ttf);
}
footer{
background: rgb(34, 34, 34);
    color: rgb(251, 251, 251);
    font-size: 14px;
    padding: 5px;
    vertical-align: bottom;
    /*margin-top: 40px;*/
}
footer div{
    display: inline-block;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgb(206, 0, 116);
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgb(206, 0, 116);
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgb(206, 0, 116);
}
:-moz-placeholder { /* Firefox 18- */
  color: rgb(206, 0, 116);
}

.iframe iframe{
        width: 100%;
   height: calc(100vh - 60px);
    margin: 0;
    border: none;
}
.iframe{
    display: none;
}
.menuDrop{display: none;}
.contactUs{
    display: none;
    background: white;
        padding-top: 200px;
    max-width: 800px;
    margin: auto;
    min-height: 900px;
}
.mapOpen{
    cursor: pointer;
}
.mapOpen *{
    pointer-events:none;
}
.mapsPop, .gallery{
    display: none;
    position: fixed;
    height: 95%;
    width: 95%;
    z-index: 12;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
        background-repeat: no-repeat;
    background-position: center center;
    background-color: #ccc;
    background-size: cover;
    border-radius: 5px;
    box-shadow: 0 0 60px 0px #2f2f2f;
}
.mapsPop iframe{
        width: 100%;
    height: 100%;
}
.mapsPop{
    padding: 10px;
    background: white;
}
.rewPop, .rewePop{
    display: none;
    position: fixed;
    z-index: 12;
    padding: 5px;
        max-width: 100%;
    left: 50%;
    top: 50%;
    overflow: auto;
    transform: translate(-50%, -51%)translateZ(0) ;
        background-repeat: no-repeat;
    background-position: center center;
    background-color: white;
    background-size: cover;
    border-radius: 5px;
    box-shadow: 0 0 60px 0px #2f2f2f;
}
.galleryArr{
    float: left;
    width: 50%;
    height: 100%;
    -webkit-display: flex;
    display: flex;
    align-items: center;
}
.galleryRight{
    direction: rtl;
}
.galleryArr .icBox{
        width: 50px;
    padding: 0px 10px;
    display: inline-block;
         fill: rgb(34, 34, 34);
   /* filter: drop-shadow( 0px 0px 10px black); */
    vertical-align: middle;
}
.galleryArr:hover .icBox{
    fill: white;
}

input.myDatepicker{
    font-family: Circual, Helvetica, Arial, sans-serif;
    color:#484848 ;
    font-size: 17px;
    padding: 10px;
    border: 1px solid rgb(235, 235, 235);
    width: 200px;
}
img.icons{
    image-rendering: pixelated;
}
.menuBar{
    color: white;
     position: fixed; 
     width: 100%;
/*    position: fixed;
    width: 100%;*/
    z-index: 5;
    height: 54px;
    background: rgba(0, 0, 0, 0);
    top: 0;
    /*transition: color 0.5s linear;*/
    border-bottom: 0.5px solid rgba(235, 235, 235, 0);
}
.grad{
    position: fixed;
    z-index: 1;
    top:0;
    pointer-events: none;
        background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(41, 41, 41, 0.6),rgba(41, 41, 41, 0.6));
    height: 450px;
    width: 100%;
    transition: all 5s linear;

}
.ContLine{
    margin-top: 20px;
}
.ContLine a .icBox{
    width:  30px;

}
.faq{
    display: none;
    background: white;
        padding-top: 200px;
    max-width: 800px;
    margin: auto;
        min-height: 900px;
}
.faqBox{
      background: rgb(0, 132, 137);
    border-radius: 30px;
    margin: 10px;
    border: solid 2px rgb(0, 132, 137);
    
}
.faqTitle{
font-size: 18px;
   /* font-weight: bold;*/
    color: white;
    padding: 10px;
    cursor: pointer;
}
.faqTitle .icBox{
        fill: rgb(255, 255, 255);
            float: right;

}
.faqText{
    display: none;
background: white;
    margin: 3px;
    padding: 10px;
    border-radius: 25px;
    margin-top: 0px;
}
.faqText a{
    font-weight: bold;
    color: rgb(0, 132, 137);
}
.cookieBox{
    background: rgb(0, 132, 137);
    background: linear-gradient(to bottom, rgb(4, 161, 167), #008489);
    position: fixed;
    z-index: 50;
    margin: 5px;
    max-width: 400px;
    /* padding: 10px; */
    border-radius: 5px;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 60px -10px black;
    color: #ffffff;
}
.cookieTerms{
    display: none;
    background: white;
    color: rgb(72, 72, 72);
    padding: 10px;
    border-radius: 3px;
    max-height: 50vw;
    overflow-x: auto;
}
.cookiesLearn{
    display: inline-block;
    cursor: pointer;
        margin: 2px;
}
.title{
/*    position: fixed;
     background: black; 
    background: linear-gradient(to bottom, #00000000 , #000000 );
    bottom: 0;
    width: 100%;*/
        background: white;
    padding: 50px;
}
.titleTextTop{
    font-size: 23px;
    font-family: carisma, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    /* border-bottom: 0.5px solid; */
    margin: auto;
    transition: all 0.5s linear;
    margin-top: 30px;
    /* text-align: left; */
    letter-spacing: 2px;
    /* width: 60%; */
    /* box-shadow: 0px 16px 17px -10px black; */
}

.titleTextBottom small{
   font-size: 32px;
    letter-spacing: -1px;
}
.award{
        text-align: center;
            border-bottom: 1px solid #e6e6e6;
}
.award img{
   height: 150px;
    margin: 20px;
    display: inline-block;
    padding: 5px;
    /*background: #292929;*/
    border-radius: 5px;
}
.awardSmall{
 
}

.awardSmall img{
height: 80px;
}
.MainPicFront{
    width: auto;
    /* box-shadow: inset 0px -15px 7px 0px white; */
    height: 50px;
    border: 5px solid white;
    /* outline: solid 2px #f3f3f3; */
    text-align: right;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #ccc;
    background-size: cover;
    position: relative;
}
.frontMiniText{
    margin: 0;
    position: absolute;
    color: #222;
    /* width: 100%; */
    top: 0;
    font-weight: bold;
    right: 0;
    border-bottom-left-radius: 5px;
    background: white;
    /* box-shadow: 1px -1px 5px 0 white; */
    padding: 0 5px;
    /* background: linear-gradient(to top, #ffffff, #ffffff00); */
    text-align: left;
    /* display: inline-block; */
    font-size: 14px;
    /* background: #000000d6; */
    /* font-weight: bold; */
    /* font-family: carisma, sans-serif; */
    /* right: 0; */
    /* vertical-align: bottom; */
    /* letter-spacing: 5px; */
    /* background: linear-gradient(to top, #ffffff9e, #00000003); */
}

.logo{
        height: 25px;
    margin: 20px;
        /*filter: invert(100%);*/
}
.logoCase{
 display: inline-block;
    vertical-align: middle;
    line-height: 1em;
    text-align: center;
    position: absolute;
    padding: 10px;
    cursor: pointer;
        font-size: 230%;
    font-weight: normal;
    transition: all 0.2s linear;
}
.logoCase p{
    font-family: carisma, sans-serif;
    /* display: inline-block; */
    margin: 0;
    letter-spacing: 2px;
    font-size: 100%;
}
.logoCase .uTitle{
      font-size: 50%;
}
.uTitle:after,
.uTitle:before{
    content:"\00a0\00a0\00a0\00a0\00a0";
    text-decoration:line-through;
}
.buttonCase{
    display: -webkit-inline-flex;
    display: inline-flex;
    position: absolute;
    right: 10px;
    top:5px;

}
.Covi{
    border-radius: 3px;background: linear-gradient(0.45turn, rgb(255, 152, 0), rgb(255, 87, 34)); color: white;position: absolute;right: 0;top: 38px;width: 176px;text-align: center;
}
.menuButton{
font-weight: bold;
        padding: 8px;
    margin: 2px;
    font-size: 14px;
cursor: pointer;
/*transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);*/

}


.menuButton:hover{
    box-shadow: inset 0px -1px 0px 0px white;
}
.minButtons{
display: inline-block;
    margin: 5px 5px;
    font-weight: bold;
    border-radius: 5px;
    color: white;
    padding: 5px;
    cursor: pointer;
    background: rgb(255, 90, 95);
    border: 1px solid;

}
.rewOpen{
display: inline-block;

}
.rewOpen .icBox{
    fill:#1778F2;;
}
.reweOpen{
display: inline-block;

}
.reweOpen .icBox{
    fill:unset;
}
.offers:hover .questText{
display: inline-block;
    position: absolute;
    margin-top: 30px;
    margin-left: 0px;
    color: #484848;
    font-weight: normal;
    text-align: left;
    border-color: rgb(255, 90, 95);
    
}
.offer strong{
        color: #fd5b60;
}
.item *{
    transition: all 0.2s linear;
}
.icBox{
    width: 1.2em;
    padding: 0px 3px;
    display: inline-block;
    fill: rgb(72, 72, 72);
    vertical-align: middle;
     

}
.delOrd{
fill: rgb(255, 90, 95);
display: inline-block;
}
.includeFront{
    text-align: center;
        border-bottom: 1px solid #e6e6e6;
        padding: 20px;
}
.includeFront .icBox{
    width: 50px;
    margin: 20px;
    fill: rgb(255, 255, 255);
}
.includeFront h3{
        color: rgb(251, 251, 251);
}
.includeFront p{
        font-size: 12px;
}
.miniIncludeBox{
    display: inline-block;
    text-align: center;
    width: 200px;
    height: 230px;
    border-radius: 5px;
    padding: 10px;
    background: rgb(0, 132, 137);
    background: linear-gradient(to bottom, rgb(63, 196, 202), rgb(4, 161, 167));
    color: #c3ebec;
    box-shadow: -1px 11px 30px -10px #9e9e9e;
    margin: 10px;
    vertical-align: top;
}


.apartments{
    text-align: center;
    display: inline-block;
    transition: all 0.5s linear;
}
.res{
    /*border: 1px solid rgb(235, 235, 235);*/
    /* width: 45%; */
    max-width: 620px;
    padding: 5px;
    /* margin: 1%; */
    margin-bottom: 50px;
    background: white;
    /* display: inline-block; */
    text-align: left;
    vertical-align: top;
    transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);

}
.res:hover{

    box-shadow: -1px 11px 30px -10px #9e9e9e;
    border-radius: 5px;
    /*position: relative;
    z-index: 6;*/
}
.amniMulti .icBox{
       margin-left: -12px;
    padding: 0;
}

.test{
    font-size: 70%;
    /*width: 300px;*/
        display: inline-block;
    /*border: 1px solid rgb(235, 235, 235);*/
    border-radius: 5px;
    margin: 10px;
    padding: 5px;
    background: white;
    background: #ffffff;
    cursor: pointer;
        /*box-shadow: 0px 0px 40px -8px #d8d8d8;*/
    transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}
.test:hover{
    box-shadow: -1px 11px 30px -10px #9e9e9e;
}

.sideApartments{
position: fixed;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    /* width: 100%; */
    width: 350px;
    z-index: 1;
    max-height: calc(100vh - 55px);
    overflow: auto;
}
.frontApartments{
/*padding-top: 50px;*/
position: fixed;
    width: 100%;
}
.frontApartments .test{
    font-size: 70%;
    width: 200px;
    display: inline-block;
    /* border: 1px solid rgb(235, 235, 235); */
    border-radius: 5px;
    margin: 10px;
    padding: 0px;
    background: none;
    cursor: pointer;
    color: white;
    /* box-shadow: 0px 0px 6px 2px #000000ba; */
    /*transition: all 4s;*/
}
.contactUsUnder{
    max-width: 600px;
    vertical-align: bottom;
    margin: auto;
    margin: 20px auto;
    box-shadow: 0px -1px 80px -25px #9e9e9e;
    padding: 10px;
    border-radius: 20px;
}
.mailFinish{
    display: none;
    text-align: center;
}
.mailFinish .icBox{
width: 50px;
 fill: rgb(0, 132, 137);
}


.termsRateBox{
    display: none;
    border: 1px solid rgb(235, 235, 235);
    max-width: 515px;
    padding: 10px;
    margin: 5px;
    border-radius: 3px;
}
.termsRateBox strong{
    color:rgb(0, 132, 137);
}
.termsRateBox p{
    margin: 0px;
}
.termsRateBox h3{
        margin: 5px 0;
}
/*.frontApartments .test:hover .MainPicFront{
padding: 20%;
}*/
.bookright{
transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
    direction: ltr;
    border-radius: 10px;
    background: white;
    -webkit-flex-direction: column;
    flex-direction: column;
    z-index: 10;
    border: 1px solid rgb(235, 235, 235);
    /* width: 350px; */
    /* height: 600px; */
    width: auto;
    position: fixed;
    margin: 10px;
    padding: 5px;
    font-size: 14px;
    box-shadow: 0px 0px 40px -8px #9e9e9e;
    display: -webkit-flex;
    display: flex;
    max-height: calc(100% - 110px);
    /* overflow: auto; */
 
}

.bookrightActive{
    box-shadow: -20px 6px 90px -15px #000000;
    /*padding: 30px;*/
  /*  border-radius: 15px;*/
  -webkit-flex-direction: row;
  flex-direction: row;
 

}
.bookright h2{
    font-size: 22px;
        color: #008489;
}
.finishBook{
    display: none;
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
    width: 0px;
    height: 0px;
    opacity: 0;
    overflow: hidden;
    -webkit-flex-direction: column;
    flex-direction: column;

}
.finishBookActive{
    width: auto;
    height: auto;
    opacity: 1;
    display: -webkit-flex;
    display: flex;
    overflow: auto;
    
}
.finishUnderBox{
    display: block;
    vertical-align: top;
    padding: 5px;
    border-radius: 5px;
    /* margin: 5px; */
    /* background: #f9f9f9; */
}
.finishScroll{
width: auto;
    opacity: 1;
    overflow: auto;
}


.hovShadow{
       box-shadow: -1px 11px 30px -10px #9e9e9e;
}


.minBlock{
      border-bottom: 1px solid rgb(235, 235, 235);
      padding: 10px;

}
a{
    color: inherit;
    text-decoration:inherit;
}
h2{
    font-size: 16px;
}
select{
        font-size: 16px;
    font-family: Circual, Helvetica, Arial, sans-serif;
}
.SmallOrderLine select{
        font-family: Circual, Helvetica, Arial, sans-serif;
    padding: 10px;
    border-radius: 3px;
    border: solid 1px #d8d8d8;
    display: block;
    font-size: 16px;
}
option{
    color: black;
}
input, textarea{
        font-family: Circual, Helvetica, Arial, sans-serif;
    padding: 10px;
    border-radius: 3px;
    border: solid 1px #d8d8d8;
    display: block;
    font-size: 16px;
}

.inputBox{
font-weight: bold;
display: inline-block;
    padding: 5px;
}



.ButtonBook{
background: rgb(0, 132, 137);
    color: white;
    font-size: 21px;
    font-weight: 800;
    vertical-align: bottom;
    padding: 10px;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    margin: auto 0;
}
.ButtonBookMini{
    background: rgb(0, 132, 137);
    font-size: 14px;
    padding: 8px;
}
.BaseCalendar{
        display: inline-block;
            vertical-align: top;
    padding: 4px;

}

.Price{
    color: rgb(0, 132, 137);
        display: inline-block;
    font-size: 26px;
    font-weight: bold;
    /*padding: 5px;*/
   
    margin: 0;
        margin-right: 10px;

}
.Price small, .PriceF small{
        color: #929292;
    font-size: 60%;
      background:linear-gradient(to bottom right, transparent calc(50% - 2px), #929292 calc(50% - 2px), #929292 50%, transparent 50%) ;
}
.noPrice{
    font-weight: bold;
    color: rgb(255, 90, 95);
}
.PriceF{
    display: inline-block;
    font-size: 17px;
    color: #525252;
    font-weight: bold;
    /*padding: 5px;*/
    margin: 0;
        margin-right: 10px;

}
.PriceMini{
    font-size: 22px;
}
.rateP{
       /* margin-right: 50px; */
    /* display: inline-block; */
    margin: 0;
    margin-right: 10px;
    vertical-align: bottom;
    text-align: right;
    font-weight: bold;
    color: rgb(255, 90, 95);
}
.PriceBox{
display: inline-block;
    display: none;
    /* border: 1px solid #ff5a5f; */
    border-radius: 4px;
    /* padding: 10px; */
    /*margin: 10px;*/
    color: #949292;
    font-size: 12px;
}
.PriceBoxMini{
    margin: 0px;
}
.noPrice{
    display: none;
}
.weekDay{
        vertical-align: middle;
    display: inline-block;
}
.dayBox{
    height: 35px;
    width: 38px;
    /* line-height: 1em; */
    /* padding: 8px; */
    /* width: 30px; */
    border: solid 0.5px #ffffff;
    /* margin: 0.5px; */
    text-align: center;
    border-radius: 5px;
    /* border-radius: 3px; */
    /*background: #f9f9f9;*/
    cursor: pointer;
    /* vertical-align: middle; */
}
.dayBox p{
margin: 0px;
    /* display: inline-block; */
 
}
.dateP{
font-size: 14px;
    font-weight: bold;
        color: #2e7779;
}
.priceP{
    font-size: 11px;
        color: #008489;
    /* font-weight: bold; */
}
.activeDates{
    background: #c3ebec;
}
.unAve *{
   /* background: rgb(255, 90, 95);
    color: white;*/
    color: rgb(244, 67, 54);
}
.checkIn{
    box-shadow: inset 2px 0 0 #008489;
    background: #c3ebec;
}
.checkOut{
        box-shadow: inset -2px 0 0 #008489;
        background: #c3ebec;
}
.hovDates{
        box-shadow: inset 0 0 0 2px #008489;
    background: #c3ebec;
}
.activeDatesR{
    background: #ffd8c6;
}
.checkInR{
        box-shadow: inset 2px 0 0 #ff7a70;
    background: #ffd8c6;
}
.checkOutR{
        box-shadow: inset -2px 0 0 #ff7a70;
        background: #ffd8c6;
}
.hovDatesR{
        box-shadow: inset 0 0 0 2px #ff7a70;
    background: #ffd8c6;
}


.DateP{
        margin: 10px;
    font-weight: bold;
    border: 1px solid rgb(235, 235, 235);
    display: inline-block;
}

.dayTop{
    text-align: center;
    /* font-weight: bold; */
    /* border: 1px solid #ebebeb; */
    margin: 2px;
    color: #adadad;
}
.PopCalendarBox{
background: white;
    position: fixed;
    z-index: 3;
    margin-top: 5px;
    box-shadow: 0px 0px 25px -5px black, inset 0 0 3px 1px #008489;
    
    border-radius: 4px;
    padding: 5px;
    border-radius: 5px;
}
.PopCalendarNot{
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: 1;
   
 }
.datePickBox{
    display: inline-block;
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
    text-align: left;
    color: rgb(0, 132, 137);
    /* width: 140px; */
    /* font-weight: bold; */
    /* border: 1px solid rgb(235, 235, 235); */
    cursor: pointer;
    box-shadow: 0 0 0px 0px #008489;
        transition: all 0.1s cubic-bezier(0.4, 0, 1, 1);
}


.InPick{
display: inline-block;
    font-size: 14px;
    margin: 0 10px;
        color: #484848;
}
.datePickBoxActive{
        box-shadow: 1px 5px 17px -3px #b5b5b5, inset 0 0 3px 1px #008489;
}
.DatePi{
    text-align: left;
    margin: 5px;
    border-radius: 5px;
    /* padding: 5px; */
    background: white;
        padding: 0px 20px;
    min-width: 200px;
   /* border: 1px solid rgb(235, 235, 235);*/
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
}
.sideDate  .InPick{
display: none;
}
.sideDate .DatePi{
    
        padding: 0px;
}
.DatePickP{
    display: inline-block;
    font-size: 16px;
    padding: 10px;
    /* text-align: unset; */
    text-align: left;
    width: 251px;
    margin: 10px;
    font-weight: bold;
    border: 1px solid rgb(235, 235, 235);
    cursor: text;
}
.callTitle{
    text-align: center;
    font-weight: bold;
    padding: 5px;
    line-height: 1em;
        color: rgb(72, 72, 72);
}
.call{
    display: inline-block;
}
.arr{
    width: 1em;
    fill: rgb(72, 72, 72);
    cursor: pointer;
}
.arr:hover{
    fill: rgb(46, 119, 121);
}
.MainPic{
    height: 125px;
    
    outline: solid 2px #f3f3f3;
      background-repeat: no-repeat;
  background-position: center center;
  background-color: #ccc;
   background-size: cover;

}
.h2Test{
margin: 0;
    position: absolute;
    color: #222;
    /* width: 100%; */
    bottom: 0;
    border-top-right-radius: 5px;
    background: white;
    /* box-shadow: 1px -1px 5px 0 white; */
    padding: 0 5px;
    /* background: linear-gradient(to top, #ffffff, #ffffff00); */
    text-align: left;
}

.MainPicSide{
height: 80px;
    border-radius: 3px;
    /* outline: solid 2px #f3f3f3; */
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    background-size: cover;
    position: relative;
}
.grid-container {
    cursor: pointer;
  display: grid;
  height: 100%;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 1px 1px;
  grid-template-areas: "big smallA" "big smallB";
}

.big { 
    grid-area: big;
     height: 250px;
     
min-width: 190px;
 }

.smallA { grid-area: smallA;  background-image: url(../ImagesAp/dlx3.jpg);}

.smallB { grid-area: smallB;  background-image: url(../ImagesAp/dlx2.jpg);}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    z-index: -2;
}
.front{
/*    text-align: left;
    margin-left: 10%;
    margin-top: 15%;*/
    color: white;
z-index: 2;
    width: 100%;
    text-align: center;
    position: -webkit-sticky;
    position: sticky;
    margin-top: 200px;
    /*top: 92px;*/
    top: 50px;
}
/*.front h1{
        color: white;
        font-family: carisma, sans-serif;
    margin: 0px;
    margin-top: 5%;
}*/
.about{
/*max-width: 800px;
    width: 90%;*/
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 20%); */
    /* position: sticky; */
    text-align: center;
    z-index: -1;
    margin: auto;
    /* margin-top: calc(90vh - 600px); */
        margin-top: calc(90vh);
    border-radius: 5px;
}
.aboutText{
    background: white;
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 20%); */
    /*box-shadow: -1px 11px 30px -10px #9e9e9e;*/
    text-align: justify;
    margin: auto;
    padding: 30px;
    max-width: 1000px;
    padding-bottom: 60px;
    border-radius: 5px;

}

.aboutColum{
   display: inline-block;
    vertical-align: top;
    margin: 10px;
}

.start{
    border: 1px solid rgb(235, 235, 235);
    border-radius: 3px;
    margin-left: 10%;
    margin-top: 15%;
    padding: 25px;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    /* padding: 5px; */
    /* margin-right: auto; */
    background: white;
    text-align: left;
    box-shadow: 0px 5px 40px -10px black;
}
.newStart{
    background: white;
    display: inline-block;
    border-radius: 5px;
        box-shadow: 0 0 2px #008489;
    /*margin-bottom: 5%;*/
}
.sideDate{
    padding: 5px;
    display: inline-block;
        background: linear-gradient(to top, rgb(4, 161, 167), #008489);
    border-radius: 5px;
    margin-top: 10px;
}

.startButton{
    border-radius: 3px;
    padding: 10px;
    color: white;
    font-weight: bold;
    display: -webkit-inline-flex;
    display: inline-flex;
    background: rgb(255, 90, 95);
    cursor: pointer;
    margin: 5px;
}

.buttonStyle{
        border-radius: 3px;
    padding: 10px;
    color: white;
    font-weight: bold;
    display: -webkit-inline-flex;
    display: inline-flex;
    justify-content: center;
    background: rgb(255, 90, 95);
    cursor: pointer;
    margin: 10px;
}
.closeX{
    color: rgb(255, 90, 95);
    border-radius: 50px;
    height: 1em;
    width: 1em;
    line-height: 1em;
    margin: 0;
    padding: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
    box-shadow: 0 0 9px -1px #444444;
    background: #ffffff;
}
.closeX:hover{
    color: #ffffff;
    box-shadow:none; 
    background: rgb(255, 90, 95);
}
.closeGallery, .closeMaps, .closeRew, .closeRewe{
    color: rgb(255, 90, 95);
    border-radius: 50px;
    height: 1em;
    width: 1em;
    line-height: 1em;
    margin: 0;
    padding: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
        z-index: 20;
    box-shadow: 0 0 9px -1px #444444;
    background: #ffffff;
}
.closeGallery:hover{
    color: #ffffff;
    box-shadow:none; 
    background: rgb(255, 90, 95);
}

.search{
    border-radius: 3px;
    padding: 10px;
    color: white;
    font-weight: bold;
    display: -webkit-inline-flex;
    display: inline-flex;
    background: rgb(255, 90, 95);
    cursor: pointer;

}
.flexRight{
        display: flex;
         -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.bookPage{
    display: -webkit-flex;
    display: flex;
        margin: auto;
}

.thre{
    min-width: 350px;
}

.OrderLine{
    padding: 5px;
    font-size: 14px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgb(235, 235, 235);
}
.OrderLine .icBox{
    fill: #3a84df;
    padding: 3px;
    width: 1.3em;
}
.delOrd{
display: inline-block;
cursor: pointer;
}
.delOrd .icBox{
fill: rgb(255, 90, 95);
padding: 3px;

}
.SmallOrderLine{
    font-size: 14px;
}
.SmallOrderLine .icBox{
    width: 40px;
    padding: 0;
}
.amniSmall{
display: inline-block;
    margin-left: 5px;
}
.remText{
    display: none;
       position: fixed;
    background: white;
    border-radius: 5px;
    margin-right: 40px;
    color: rgb(255, 90, 95);
    padding: 20px;
    border: solid 1px rgb(255, 90, 95);
    margin-left: -30px;
    box-shadow: 0px 20px 90px -15px #6d6d6d;
}
.delOrd:hover .remText{
    display: block;
}

.quest{
   display: inline-block;
}
.questText{
    display: none;
       position: fixed;
    background: white;
    border-radius: 5px;
    margin-right: 40px;
    padding: 20px;
    border: solid 1px #3a84df;
    margin-left: -30px;
    box-shadow: 0px 20px 90px -15px #6d6d6d;
}
.questText strong{
    color: #3a84df;
}
.quest:hover .questText{
    display: block;
}

.moreAmenities, .moreAbout{
    display: none;
}
.moreAmenitiesButton, .moreAboutButton{
        font-weight: bold;
    font-size: 12px;
    color: #008489;
    margin-top: 20px;
    cursor: pointer;
}


.finishBox{
    display: none;
    text-align: center;
    width: 300px;
    padding: 10px;
}
.finishReference {
    font-size: 30px;
}

.bacground{
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #ccc;
    background-size: cover;
    /* background-image: url(../ImagesAp/vil1.jpg); */
    /* background-image: url(../ImagesAp/dlx3.jpg); */
        position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    z-index: -3;
}
.titleTextBottom h1{
    font-size: 67px;
    font-family: carisma, sans-serif;
    /* text-transform: uppercase; */
    font-weight: bold;
    letter-spacing: -1px;
    color: unset;
    margin: 0;
}

.promoAmmount{
    font-weight: bold;
    color: rgb(0, 132, 137);
}

.offerTime{
    top: 55px;
    left: 80px;
    background: rgb(206, 0, 116);
    padding: 3px;
    width: 340px;
    font-size: 18px;
    color: white;
    text-align: center;
    border-radius: 5px;
    position: absolute;
}
.offer{
    position: absolute;
}
.offer img{
       margin: -90px;
    width: 305px;
    position: absolute;
    right: 0px;
    top: -20px;
    z-index: 3;
}
.offerSide .offerTime{
     width: unset; 
    font-size: 16px;
    position: unset;
}
.offerSide img{
     margin: -80px;
    width: 280px;
}   
.frontAp .test{
        box-shadow: -1px 11px 30px -10px rgb(0, 0, 0);
           background: linear-gradient(135deg, rgb(72, 72, 72), rgb(34, 34, 34));
        padding: 0px;
}
.frontAp .test:hover{
           /* background: linear-gradient(to bottom, rgb(206, 0, 116), rgb(91, 91, 91));*/

}
.frontAp .h2Test{
      bottom: unset;
    border-top-right-radius: 0px;
    background: rgba(34, 34, 34, 0);
    background: linear-gradient(to bottom, rgb(53, 53, 53), rgba(91, 91, 91, 0));
    color: white;
    border-bottom-right-radius: 5px;
    padding: 0;
    font-size: 21px;
    height: 70px;
    /* font-weight: normal; */
    width: 100%;

}
.frontAp .MainPicSide{
   height: 70px;
    transition: all 1s linear;

}
.frontAp .Price{
            color: rgb(255, 255, 255);
            font-size: 34px;
}
.frontAp{
    background: rgba(255, 255, 255, 0);
    transition: all 0.5s linear;
        border-bottom: 1px solid #e6e6e6;
        padding: 150px 0px;
}
.compinfo {
    display: block;
    margin: 50px;
}
.compinfo p{
display: block;
    font-size: 120%;
    margin: 0;
    /* text-align: right; */
}
.minstay{
    color: #ff665b;
    text-align: center;
    background: #fff0f0;
    border-radius: 6px;
}
.stickyTitle{
    position: sticky;
    top: -10px;
        /* background: #ffffff; */
    border: none;
    /* box-shadow: 0px 15px 19px -23px #029298; */
   background: linear-gradient(14deg, rgba(255, 0, 0, 0), rgb(233, 247, 249) 26%);
}
.minLinks .icBox{
 font-size: 30px;
     padding: 0;

}
.viewFront{
background: rgb(0, 132, 137);
    color: white;
        font-size: 14px;
    padding: 8px;
    font-weight: 800;
    vertical-align: bottom;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    margin: auto 0;
}