.c-mybigproject {
    font-size: 1em;
}
@media (max-width: 768px) {
    .c-mybigproject {
        font-size: 0.8em;
    }


}
body {
 font-family: 'Manrope', sans-serif;
}

.mobile-header {
box-shadow: unset;
}

/*SIDE NAV MENU*/

.side-nav ul li {
    text-align: center;
    width: 90%;
    margin: 20px auto;
}

.side-nav__content li:hover {
    background: #fcf6ec;
}

.side-nav ul li li.inactive a {
    background-color: #fcf6ec;
}

.side-nav__footer {
    box-shadow: unset;
    padding: 10px 16px;
    text-align: center;
}

.side-nav ul li.haschilds > a::before {
font-size: 16px;
}

.side-nav__container {
    width: 100%;
    background: #ffffffed;
}


.side-nav__footer div.langlist ul {
    display: flex;
    justify-content: center;
    max-width: 100px;
    margin: 0 auto;
}

/*END OF SIDE NAV MENU*/

/*MENU UNDERLINE*/
div.topmenu ul li a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 8px;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: #ffffff70;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
div.topmenu ul li a:hover:after { 
  width: 80%; 
  left: 11px; 
}
/*END OF MENU UNDERLINE*/


/*FOOTER*/

.c-footer-text {
TEXT-ALIGN: CENTER;
}

.c-footer-elements{
display: flex;
    flex-direction: row;
    justify-content: space-evenly;
padding-top: 3vh;
padding-bottom: 3vh;
max-width: 800px;
    margin: 0 auto;
}

@media (max-width: 800px) {
.c-footer-elements{
    flex-direction: column;
}
}


/*END OF FOOTER*/

/*SLIDERS ARROWS*/

.slider-arrows {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #fff;
    outline: none;
    background: transparent;
    position: absolute;
    top: 50%;
    z-index: 50;
    box-sizing: border-box;
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    transition: all .15s ease-in;
    border-radius: 50%;
    color: #fff;
    height: 40px;
    width: 40px;
padding: 0px !important;
margin: 10px;
    line-height: 0em;
}


.c-beaches-container .slider-arrows {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #fff;
    outline: none;
    background: transparent;
    position: absolute;
    top: 30vh;
    z-index: 50;
    box-sizing: border-box;
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    transition: all .15s ease-in;
    border-radius: 50%;
    color: #fff;
    height: 40px;
    width: 40px;
padding: 0px !important;
margin: 10px;
    line-height: 0em;
}

/*END OF SLIDERS ARROWS*/



/*LINES & DECORATION*/

.c-top-line-1 {
max-width: 300px;
height: auto;
margin-top: 20px;
}.c-newlogo {
    background-image: url('/cache/files/d0c758c85537e8c9359db1c99fe3025c91bdf007.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


a.mobile-header-startlink {
    background-image: url('/cache/files/6903fec9da37b7d834f1e53d90a16e0e6dd5b1e0.png');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 220px;
    transform: translate(-50%, 0%);
}

.side-nav__header {
    background-color: transparent;
    background-image: url('/cache/files/6903fec9da37b7d834f1e53d90a16e0e6dd5b1e0.png') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 8vh;
    margin-right: 8vh;
height: 135px;
}.c-newsletter {
padding-top: 100px;
padding-bottom: 100px;
width: 60%;
margin: auto;
}

.c-newsletter form {
    margin: auto;
}

.c-newsletter form label {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.4em;
    font-weight: 800;
font-family: 'Manrope', sans-serif;
}

.c-newsletter form input {
    padding: 10px;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}


.c-newsletter form input:focus-visible {
outline: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.c-newsletter form input::placeholder {
color: #d1d1d5;
font-size: 14px;
}

.c-newsletter form .submit {
margin-top: 20px;
text-align: center;
}

.c-newsletter form .submit button {
    font-size: 14px;
    font-weight: 400;
    padding: 20px 25px;
    color: white;
    background-color: #595959;
    transition: 0.3s;
    letter-spacing: 1px;
    border-radius: 3px;
    border-color: transparent;
    min-width: 170px;
}

.c-newsletter form .submit button:hover {
color: white;
background-color: #e0751b;
}

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 90%;
}
}.loggedin #topbanner, .loggedin #topmenu {
    height: 50px;
    position: relative;
}

.notloggedin #topbanner {
    height: 0px;
    position: absolute;
}

 .notloggedin #topmenu {
    height: 0px;
    position: absolute;
top: 65px;
    letter-spacing: 1px;
}.cLang div.langlist ul {
    list-style: none;
    list-style-type: none !important;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-transform: uppercase;
    display: flex;
    transform: translateY(0) !important;
padding-left: 0px !important;
font-size: 0.9em;
}

.cLang a {
color: #313130;
}
.cLang ul li a {
    margin-top: 0px !important;
}

.cLang .active {
    font-weight: 800;
}

.cLang li {
    background-color: transparent !important;
    height: auto !important;
    overflow: hidden;
}

.cLang li:hover {
    background-color: transparent !important;
    height: auto !important;
}

.cLang li:nth-child(1) {
    width: 7px;
margin-right: 10px;
}

.cLang li:nth-child(2) {
    width: 19px;
}

@media (max-width: 768px) {


.cLang div.langlist span.langtext {
    display: block;
}
}.c-button1 {
display: inline-block;
    text-align: center;
    padding: 10px 15px;
    transition: 0.3s;
    text-decoration: none;
        background-color: transparent;
border: 1px solid #484848;
font-size: 1em;
}
.c-button1:hover {
    background-color: #484848;
border: 1px solid #484848;
color: #fff;
}


.c-button2 {
display: inline;
    text-align: center;
    padding: 10px 15px;
    transition: 1.4s;
    text-decoration: none;
        background-color: transparent;
border: 1px solid #fff;
font-size: 1em;
color: #fff;
}
.c-button2:hover {
    background-color: #484848;
border: 1px solid #484848;
color: #fff;
}.c-inner-title {
font-family: 'Cardo', serif;
    font-size: 2em;
    font-weight: 800;
    margin-bottom: 0px;
    line-height: 1.2em;
}


.c-inner-small-title {
font-family: 'Cardo', serif;
    font-size: 1.4em;
    font-weight: 800;
    line-height: 1em;
}

.c-text-1 {
padding: 10vh;
    text-align: center;
    letter-spacing: 2px;
max-width: 800px;
margin: 0 auto;
}

@media (max-width: 768px) {
.c-text-1 {
padding: 4vh;
}
}

.c-text-2 {
padding: 10vh;
    text-align: center;
    letter-spacing: 2px;
max-width: 1280px;
margin: 0 auto;
}

.c-text-3 {
padding-top: 10vh;
    text-align: center;
    letter-spacing: 2px;
max-width: 1280px;
margin: 0 auto;
}

.c-text-4 {
padding: 6vh;
    text-align: center;
    letter-spacing: 2px;
max-width: 1280px;
margin: 0 auto;
}


@media (max-width: 768px) {
.c-mobile-title {
scale: 0.7;
    margin-left: -40px;
}
}


/*main top*/

.c-inner-pages-main {
position: relative;
height: 700px;
width: 100%;
}

@media (max-width: 768px) {
.c-inner-pages-main {
height: 500px;
}
}

.c-inner-pages-shadow {
    background-color: #0000004d;
    width: 100%;
    height: 100%;
position: absolute;
top: 0;
}


.c-inner-pages-text-position {
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

@media (max-width: 768px) {
.c-inner-pages-text-position {
width: 100%;
}
}

.c-inner-pages-title {
font-family: 'Cardo', serif;
font-size: 3.2em;
font-weight: 800;
    color: #fff;
    letter-spacing: 3px;
    text-align: center;
margin-bottom: 0px;
line-height: 1em;
}

@media (max-width: 768px) {
.c-inner-pages-title {
font-size: 2.6em;
}
}


.c-inner-pages-subtitle {
font-weight: 100;
margin-bottom: 0px;
    letter-spacing: 3px;
}

.c-inner-pages-img {
width: 100%;
height: 700px;
background-size: cover;
background-position: 50% 50%;
}

@media (max-width: 768px) {
.c-inner-pages-img {
height: 500px;
}
}

/*end of main top*/


/*main room page*/

.c-main-rooms {
    padding-bottom: 10vh;
    max-width: 90vw;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

@media (max-width: 800px) {
.c-main-rooms {
    flex-direction: column;
    max-width: 100vw;
}
}

.c-main-rooms-slider {
width: 40vw;
height: 40vw;
}

@media (max-width: 800px) {
.c-main-rooms-slider {
width: 100vw;
height: auto;
}
}

.c-main-rooms-img {
width: 100%;
height: 100%;
background-size: cover;
background-position: 50% 50%;
min-height: 40vw;
}

@media (max-width: 800px) {
.c-main-rooms-img {
min-height: 60vw;
}
}

.c-main-rooms-text-box {
background-color: #fcf6ec;
    padding: 5vh;
    position: absolute;
    bottom: -70px;
    left: 20px;
}

@media (max-width: 800px) {
.c-main-rooms-text-box {
    position: relative;
left: 0;
bottom: 0;
}
}

@keyframes cAnimShow5 {
  from {
    bottom: -500px;
  }

  to {
    bottom: -70px;
  }
}
.cAnimationShow5 {
  -webkit-animation-name: cAnimShow5;
  animation-name: cAnimShow5;
  animation-duration: 2s;
  animation-delay: 1s;
}

/*end of main room page*/


/*ROOM DETAIL PAGES*/

.c-room-detail-container {
    position: relative;
    height: 95vh;
    margin-top: 10vh;
margin-bottom: 5vh;
}

@media (max-width: 768px) {
.c-room-detail-container {
    height: 80vh;
}
}

.c-room-detail-text1 {
max-width: 700px;
    margin: 0px auto;
    text-align: center;
    padding-top: 20px;
    z-index: 2;
    position: absolute;
    top: 85px;
    left: 50%;
    transform: translate(-50%, -20%);
}

@media (max-width: 768px) {
.c-room-detail-text1 {
    top: 50px;
    width: 100%;
}
}

.c-room-detail-img {
position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 280px;
    z-index: 0;
    background-size: cover;
    height: 70vh;
    width: 80vw;
    background-position: bottom;
}

@media (max-width: 768px) {
.c-room-detail-img {
    height: 50vh;
    width: 100vw;
}
}



.c-icons {
display: flex;
    padding: 5vh;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: center;
max-width: 80vw;
    margin: 0 auto;
}
@media (max-width: 768px) {
.c-icons {
    flex-direction: column;
padding: 0vh;
}
}

@keyframes cAnimShow6 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.cAnimationShow6 {
  -webkit-animation-name: cAnimShow6;
  animation-name: cAnimShow6;
  animation-duration: 2s;
  animation-delay: 1s;
}

.c-icons img{
max-width: 40px;
height: auto;
margin-bottom: 10px;
opacity: 0.6;
}

.c-icons div{
padding-top: 3vh;
}

.c-icons-container {
padding-top: 5vh;
padding-bottom: 5vh;
background-color: #fcf6ec;
}

.c-dot {
font-size: 1em;
line-height: 1em;
margin-bottom: 0px;
}

/*END OF ROOM DETAIL PAGES*/



/*BREAKFAST*/


.c-breakfast-container {
    position: relative;
    height: 110vh;
    margin-top: 10vh;
}

@media (max-width: 768px) {
.c-breakfast-container {
    position: relative;
    height: 80vh;
    margin-top: 10vh;
}
}

.c-box-5 {
position: absolute;
    top: 0;
    left: 50%;
    width: 200px;
    height: 45vh;
    background-color: #fcf6ec;
    transform: translateX(-50%);
z-index: 1;
}

@keyframes cAnimShow7 {
  from {
    height: 0;
  }

  to {
    height: 45vh;
  }
}
.cAnimationShow7 {
  -webkit-animation-name: cAnimShow7;
  animation-name: cAnimShow7;
  animation-duration: 2s;
  animation-delay: 1s;
}




.c-breakfast-text {
max-width: 700px;
    margin: 0px auto;
    text-align: center;
    padding-top: 20px;
    z-index: 2;
    position: absolute;
    top: 85px;
    left: 50%;
    transform: translate(-50%, -20%);
}


@media (max-width: 768px) {
.c-breakfast-text {
    top: 50px;
width: 100%;
}
}


.c-breakfast-img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 240px;
    z-index: 0;
    background-size: cover;
    height: 75vh;
    width: 80vw;
    background-position: 50% 80%;
}

@media (max-width: 768px) {
.c-breakfast-img {
    height: 50vh;
    width: 100vw;
}
}

/*END OF BREAKFAST*/




/*EXPLORE*/

.c-explore-container {
padding-top: 10vh;
padding-bottom: 5vh;
max-width: 1280px;
margin: 0 auto;
display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
}

@media (max-width: 800px) {
.c-explore-container {
padding-top: 5vh;
    flex-direction: column;
}
}

.c-explore-container2 {
padding-top: 10vh;
padding-bottom: 5vh;
max-width: 1280px;
margin: 0 auto;
display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
}

@media (max-width: 800px) {
.c-explore-container2 {
padding-top: 5vh;
    flex-direction: column-reverse;
}
}

.c-eplore-text-container {
    padding: 5vh;
    max-width: 530px;
}

/*END OF EXPLORE*/



/*LOCATION*/
.c-location-top-container {
background-color: #fcf6ec;
}

.c-location-text {
max-width: 680px;
margin: 0 auto;
padding-top: 10vh;
padding-bottom: 10vh;
text-align: center;
padding-left: 20px;
padding-right: 20px;
}

/*END OF LOCATION*/


/*BEACHES*/

.c-beaches-container {

}

.c-beach-img {
min-height: 50vh;
    background-size: cover;
    background-position: 50% 50%;
}

.c-beaches-box {
background-color: #fcf6ec;
    padding: 5vh;
margin-top: -30px;
    margin-left: 20px;
    margin-right: 20px;
text-align: center;
}

.c-beach-text {
font-size: 0.9em;
padding-top: 20px;
}


.c-beach-slider {
margin-left: 10px;
margin-right: 10px;
}

/*END OF BEACHES*/





/*animation for images*/

@keyframes cAnimShow {
  from {
    opacity: 0;
  }

  to {
    opacity: 100%;
  }
}
.cAnimationShow {
  -webkit-animation-name: cAnimShow;
  animation-name: cAnimShow;
  animation-duration: 3s;
  animation-delay: 1s;
animation-timing-function: ease;
}
/*end of animation for images*/.contactform form {
max-width: 700px;
margin: 0 auto;
padding: 20px;
}

.contactform p.notrequired select, .contactform p.notrequired textarea, .contactform p.notrequired input, .contactform p.required select, .contactform p.required textarea, .contactform p.required input {
line-height: 2em;
    border:  1px solid #d1d1d1;
background-color: transparent;
   width: 100%;
font-size: 18px;
}

.contactform form p:nth-child(1) {
    padding-top: 10px;
    max-width: 100%;
    float: left;
    width: 100%;
clear: initial;
}

.contactform form p:nth-child(2) {
    padding-top: 10px;
    max-width: 100%;
    float: left;
    width: 100%;
clear: initial;
}

.contactform form p:nth-child(3) {
    padding-top: 10px;
    max-width: 100%;
    float: left;
    width: 100%;
clear: initial;
}


.contactform form p:nth-child(4) {
    padding-top: 10px;
    max-width: 100%;
    float: right;
    width: 45%;
clear: initial;
}

.contactform form p:nth-child(5) {
    padding-top: 10px;
    max-width: 100%;
    float: left;
    width: 45%;
clear: initial;
}

.contactform form p:nth-child(6) {
    padding-top: 10px;
    max-width: 100%;
    float: left;
    width: 100%;
clear: initial;
}

.contactform form p:nth-child(7) {
    padding-top: 10px;
    max-width: 100%;
    float: left;
    width: 45%;
clear: initial;
}

.contactform form p:nth-child(8) {
    padding-top: 10px;
    max-width: 100%;
    float: right;
    width: 45%;
clear: initial;
}

.contactform form p:nth-child(9) {
    padding-top: 10px;
    max-width: 100%;
    float: left;
    width: 100%;
clear: initial;
}


.contactform button {
    font-family: 'Manrope', sans-serif;
    display: inline-block;
    text-decoration: none;
    line-height: 1em;
    text-align: center;
    padding: 10px 15px;
    transition: 0.3s;
        background-color: transparent;
border: 1px solid #313130;
font-size: 1em;
margin-top: 20px;
margin-bottom: 10vh;
}
.contactform button:hover {
color: #fff;
background-color: #313130;
border: 1px solid #313130;
}