.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*/.c-container-main {
position: relative;
height: 100vh;
width: 100%;
}


@media (max-width: 768px) {
.c-container-main {
position: relative;
height: 500px;
width: 100%;
}
}

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


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

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

@media (max-width: 768px) {
.c-main-title {
font-size: 2.2em;
}
}


.c-main-subtitle {
font-size: 1em;
font-weight: 100;
margin-bottom: 0px;
    letter-spacing: 3px;
}


@media (max-width: 768px) {
.c-main-subtitle {
font-size: 0.9em;
    letter-spacing: 2px;
}
}

.c-main-img {
width: 100%;
height: 100vh;
background-size: cover;
background-position: 50% 50%;
}

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

}
}/*ABOUT-TOP*/

.c-about-top-container {
position: relative;
height: 40vh;
width: 100%;
}

.c-box-2 {
position: absolute;
    top: 0;
    left: 50%;
    width: 200px;
    height: 40vh;
    background-color: #fcf6ec;
    transform: translateX(-50%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 5vh;
}


@keyframes cAnimShow2 {
  from {
    height: 0;
  }

  to {
    height: 40vh;
  }
}
.cAnimationShow2 {
  -webkit-animation-name: cAnimShow2;
  animation-name: cAnimShow2;
  animation-duration: 2s;
  animation-delay: 1s;
}



/*END OF ABOUT-TOP*/

/*ABOUT*/

.c-about-container {
display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    max-width: 80vw;
    margin: 0 auto;
    padding-bottom: 10vh;
    padding-top: 5vh;
}
@media (max-width: 768px) {
.c-about-container {
    max-width: 90vw;
    padding-bottom: 5vh;
}
}


.c-about-title-1 {
font-family: 'Cardo', serif;
    font-size: 2.4em;
   font-weight: 400;
line-height: 2.4em;
    text-align: center;
margin-bottom: 0px;
}

@media (max-width: 768px) {
.c-about-title-1 {
line-height: 1.4em;
}
}

.c-about-title-2 {
font-family: 'Cardo', serif;
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.2em;
    text-transform: uppercase;
text-align: center;
}
.c-about-text {
text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 0px;
    padding: 20px;
    max-width: 700px;
}


@keyframes cAnimShow1 {
  from {
    height: 0;
  }

  to {
    height: 18vh;
  }
}
.cAnimationShow1 {
  -webkit-animation-name: cAnimShow1;
  animation-name: cAnimShow1;
  animation-duration: 2s;
  animation-delay: 1s;
}

.c-box-1 {
position: absolute;
    top: 0;
    left: 9vw;
    width: 200px;
    height: 18vh;
    background-color: #fcf6ec;
}
/*END OF ABOUT*/



/*ROOMS*/

.c-room-container {
min-height: 80vh;
position: relative;
padding-top: 5vh;
padding-bottom: 5vh;
}


.c-room-detail-position {
    position: absolute;
    top: 20%;
    right: 0;
    transform: translate(0, -20%);
z-index: 8;
}
@media (max-width: 768px) {
.c-room-detail-position {
    top: 10%;
}
}

.c-room-title {
font-family: 'Cardo', serif;
    font-size: 2.2em;
   font-weight: 400;
    margin-bottom: 0px;
    line-height: 1em;
}
@media (max-width: 768px) {
.c-room-title {
    font-size: 2em;
}
}

.c-box-3 {
position: absolute;
    top: 0;
    right: 0;
    width: 50vw;
    height: 18vh;
    background-color: #fcf6ec;
    transform: translateY(0);
}
@media (max-width: 768px) {
.c-box-3 {
    width: 100vw;
}
}

@keyframes cAnimShow3 {
  from {
    width: 0;
  }

  to {
    width: 50vw;
  }
}
.cAnimationShow3 {
  -webkit-animation-name: cAnimShow3;
  animation-name: cAnimShow3;
  animation-duration: 2s;
  animation-delay: 1s;
}


.c-box-3-title{
position: absolute;
    top: 0;
    right: 0;
    width: 50vw;
    height: 20vh;
    transform: translateY(0);
}
@media (max-width: 768px) {
.c-box-3-title{
    width: 100vw;
}
}

.c-box-3-transparent {
position: absolute;
    top: 19vh;
    right: 0;
    width: 50vw;
    height: 20vh;
    transform: translateY(0);
}

@media (max-width: 768px) {
.c-box-3-transparent {
    width: 100vw;
    height: 30vh;
}
}

.c-room-text{
    position: absolute;
    left: 30%;
    top: 50%;
    transform: translate(0%, -50%);
max-width: 400px;
}
@media (max-width: 768px) {
.c-room-text{
    left: 10%;
}
}


.c-room2-text{
    position: absolute;
    left: 20%;
    top: 50%;
    transform: translate(0%, -50%);
max-width: 400px;
}
@media (max-width: 768px) {
.c-room2-text{
    left: 10%;
}
}

.c-room2-detail-position {
    position: absolute;
    top: 20%;
    left: 0;
    transform: translate(0, -20%);
z-index: 8;
}
@media (max-width: 768px) {
.c-room2-detail-position {
    top: 10%;
}
}

.c-box-4 {
position: absolute;
    top: 0;
    left: 0;
    width: 50vw;
    height: 18vh;
    background-color: #fcf6ec;
    transform: translateY(0);
}
@media (max-width: 768px) {
.c-box-4 {
    width: 100vw;
}
}

@keyframes cAnimShow4 {
  from {
    width: 0;
  }

  to {
    width: 50vw;
  }
}
.cAnimationShow4 {
  -webkit-animation-name: cAnimShow4;
  animation-name: cAnimShow4;
  animation-duration: 2s;
  animation-delay: 1s;
}


.c-box-4-title{
position: absolute;
    top: 0vh;
    left: 0;
    width: 50vw;
    height: 20vh;
    transform: translateY(0);
}
@media (max-width: 768px) {
.c-box-4-title{
    width: 90vw;
}
}

.c-box-4-transparent {
position: absolute;
    top: 19vh;
    left: 0;
    width: 50vw;
    height: 24vh;
    transform: translateY(0);
}
@media (max-width: 768px) {
.c-box-4-transparent {
    width: 100vw;
height: 30vh;
}
}


.c-room-bg {
width: 100%;
height: 80vh;
background-size: cover;
    background-position: 50% 50%;
}
@media (max-width: 768px) {
.c-room-bg {
height: 500px;
}
}

@media (max-width: 768px) {
.c-col-height {
height: 400px;
}
}

/*END OF ROOMS*/

/*BEACHES*/


.c-beaches-container {
    position: relative;
    height: 110vh;
    margin-top: 5vh;
margin-bottom: 5vh;
}
@media (max-width: 768px) {
.c-beaches-container {
    height: 90vh;
}
}

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

@keyframes cAnimShow5 {
  from {
    height: 0;
  }

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




.c-beaches-text {
max-width: 500px;
    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-beaches-text {
    top: 55px;
width:100%;
}
}



.c-beaches-title {
font-family: 'Cardo', serif;
    font-size: 2.4em;
   font-weight: 400;
    margin-bottom: 0px;
    line-height: 1em;
}

.c-beaches-img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 233px;
    z-index: 0;
    background-size: cover;
    height: 75vh;
    width: 80vw;
    background-position: bottom;
}
@media (max-width: 768px) {
.c-beaches-img {
    height: 60vh;
    width: 100vw;
}
}

/*END OF BEACHES*/

/*EXPLORE*/

.c-explore-container {
display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 5vh;
    max-width: 1280px;
    flex-wrap: nowrap;
    justify-content: space-around;
}
@media (max-width: 768px) {
.c-explore-container {
    flex-direction: column;
}
}

.c-explore-container img{
max-height: 70vh;
width: auto;
}

.c-explore-text {
background-color: #fcf6ec;
margin: 5vh;
padding: 5vh;
max-width: 500px;
}
@media (max-width: 768px) {
.c-explore-text {
margin: 3vh;
padding: 3vh;
max-width: 500px;
}
}

.c-explore-title {
font-family: 'Cardo', serif;
    font-size: 2.2em;
    font-weight: 300;
    margin-bottom: 0px;
    line-height: 1em;
}

/*END OF EXPLORE*/

/*APOSTOLOI*/

.c-apostoloi-container {
min-height: 80vh;
position: relative;
padding-top: 5vh;
padding-bottom: 5vh;
}

.c-apostoloi-bg {
width: 100%;
height: 80vh;
background-repeat: no-repeat;
    background-position: 50% 50%;
}

/*END OF APOSTOLOI*/

/*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*/





/*FACILITIES*/

.c-facilities-container {
    display: flex;
    gap: 8vh;
    justify-content: center;
    align-items: center;
    padding-top: 4vh;
    padding-bottom: 4vh;
    background-color: #f1f1f1;
margin-top: 4vh;
}

@media (max-width: 912px) {

.c-facilities-container {
flex-direction: column;
padding: 4vh;
gap: 30px;
}
}


.c-facilities-container ul{
line-height: 2em;
letter-spacing: 1px;
}



/*END OF FACILITIES*/