/*
 Theme Name:   CM_Soar
 Theme URI:    https://theme-soar.hotelrev.gr
 Description:  A custom theme built from scratch.
 Author:       HotelRev
 Author URI:   https://hotelrev.gr
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  theme-soar.hotelrev.gr
*/




/* FONTS */

@font-face {
    font-family: 'Brygada1918';
    src: url('assets/fonts/Brygada_1918/Brygada1918-VariableFont_wght.ttf') format('truetype');
/*     src: url('assets/fonts/Brygada_1918/Brygada1918-VariableFont_wght.ttf') format('truetype'), */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ACNixie';
    src: url('assets/fonts/ACNixie/AC-Nixie.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* GLobaL */

* {
  scrollbar-width: thin; /* Makes scrollbar thin */
}

ul{
	margin: 0;
	padding: 0;
}

html {
    scrollbar-color: #b2e1ff #FFF;
/*     scrollbar-width: none; */
    overflow-x: hidden;
}

body{
background: rgb(190,212,249);
background: linear-gradient(335deg, rgba(190,212,249,0.5448974267441351) 0%, rgba(255,255,255,1) 50%);
}

.main-style{
/*     overflow-x: hidden; */
}


/* START */

ul{
	list-style: none;
}

a{
	text-decoration: none;
}

*{
	cursor: default;
	font-family: 'Brygada1918';
/* 	font-family: 'ACNixie'; */
}

h1,h2,h3,h4,h5,h6{
	font-family: 'ACNixie';
	color: #0b3d91;
 	margin: 5px;
}

p{
	margin: 5px;
}

.page{
	padding-top: 10px;
}

/* swiper */
.swiper {
  width: 100%;
  height: 100%;
}
.swiper2 {
  width: 100%;
  height: 100%;
  max-width: 100vw;
}
.swiper4,
.swiper3 {
  width: 100%;
  height: 100%;
}
.section-carousel .swiper-wrapper .swiper-slide:first-child img{
	border-radius: 30px 0 0 30px;
}
.section-carousel .swiper-wrapper .swiper-slide:last-child img{
	border-radius: 0 30px 30px 0;
}

.swiper-wrapper.page-gallery{
    /*max-width:fit-content;*/
    width:100%;
    padding-left:10%;
}

.swiper4 .swiper-slide,
.swiper3 .swiper-slide{
	width: auto;
}
/* swiper */


.sticky-1{
	position: sticky;
	z-index: 8888; 
	top: 5px;
}

.section-topbar{
    height: 28px;
    width: 98.8vw;
    max-width: 1600px;
    top: 10px;
    margin: auto;
    left: 0;
    right: 0;
    background: linear-gradient(27deg, rgba(255,255,255,0.6) 20%, rgba(255,255,255,0.6) 100%);
    font-size: 14px;
  	display: grid;
  	grid-template-columns: repeat(2, 1fr);    
  	align-items: center;
  	color: #0b3d91;
  	border-radius: 20px;
  	position: absolute;
  	z-index: 9988;
  	backdrop-filter: blur(2px);
	box-shadow: 0 0 0 1px #FFF;
	border:1px solid #0b3d91;
/*     box-shadow: 0px 2px 0px 0px #d0ac36; */
/*     border-bottom: 2px solid #d0ac36; */
/*     border-top: 2px solid #d0ac36; */
}
.section-topbar .left{
	text-align: left;
  	padding: 0 20px;
}
.section-topbar .right{
	text-align: right;
  	padding: 0 20px;
  	font-size: 12px;
}

.section-topbar .content-container{
	max-width: 1300px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	height: 100%;
	align-items: center;
	padding: 0 20px;
	color: #333;
}
.section-topbar .content-container .left{
	font-size: 13px;
}

.section-topbar .content-container .lang-switch-container{
	font-size: 12px;
}
.section-topbar .content-container .lang-switch-container a{
	color: #333;
}
.section-topbar .content-container .lang-switch-container a.active{
	color: #d0ac36;
}
.section-topbar .content-container .lang-switch-container a:hover{
	color: #d0ac36;
	text-decoration: underline;
}

.lang-switch-container{
    float:right;
}

.lang-switch-container li{
    float:left;
    display:flex;
    margin-left:10px;
    text-transform:capitalize;
}


.section-topbar .content-container .right{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-items: center;
}
.topbar__reserve-btn{
	padding: 11px 21px;
	display: inline-block;
	border-radius: 4px;
	background-color: #EEE;
	box-shadow: 0 1px 2px 0px #BBB;	
	font-size: 12px;
	text-decoration: none;
	color: #333;
	transition: all 0.3s;
	margin-left: 3px;
	text-transform: uppercase;
}
.topbar__reserve-btn:hover{
	background-color: #F3F3F3;
	color: #d4af37;
}

.section-navbar{
	padding-top: 47px;
    height: 100px;
    width: 100vw;
    position: absolute;
    z-index: 8888;
    max-width: 1600px;
    margin: auto;
    left: 0;
    right: 0;
/*     border-bottom: 2px solid #d0ac36; */
}

.section-navbar .menu{
    padding:0;
}
    
.section-navbar .content-container{
	width: 100%;
	max-width: 90vw;
	margin: auto;
	justify-content: space-between;
	height: 100%;
 	padding: 0 40px; 
	color: #333;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: center;
	box-sizing:border-box;
}

.section-navbar .content-container .left{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    font-weight: 900;
    color: #a28629;
}

.section-navbar .content-container .center{
	text-align: center;
}

.section-navbar .content-container .right{
	text-align: right;
}

.section-navbar .content-container .logo{
	border-radius: 50px;
    backdrop-filter: blur(2px);
}
.section-navbar .content-container .logo:hover{
    cursor:pointer;
}


.nav-bar__burger-btn{
    height: 45px;
    width: 45px;
    border-radius: 100px;
    background: rgb(190,212,249);
    background: linear-gradient(27deg, rgba(190,212,249,0.6) 0%, rgba(255,255,255,0.6) 100%);
    display: grid;
    align-items: center;
    justify-items: center;
    justify-content: center;
    align-content: center;
    backdrop-filter: blur(2px);
/*     box-shadow: 0 0 0 1px #FFF; */
    transition: all 0.3s;
}
.nav-bar__burger-btn:hover{
    box-shadow: 0 0 0 2px #466cac;
    transition: all 0.3s;
}

.nav-bar__burger-btn .lottie-1{
    width: 130%;
    opacity: 0.7;
}


/*1200px*/
@media (max-width: 1200px) {
/* 	.section-navbar .content-container{
		flex-direction: column;
	} */
}
/*800px*/
@media (max-width: 800px) {
	.section-navbar{
		height: auto;
	}
	.section-navbar .content-container{
		flex-direction: column;
		padding: 20px 0px;
	} 
	.section-navbar .content-container .left{
		margin-bottom: 15px;
	} 
    .section-navbar .menu{
        margin:0;
        padding:0 20px;
    }	
}


.section-navbar .menu-item a{
    color:#444;
}
.section-navbar .menu-item:hover a{
	color: #0b3d91;
}

.section-navbar .menu-item,
.section-navbar .navbar__menu-item{
    padding: 13px 28px;
    display: inline-block;
    border-radius: 5px;
/*     background: linear-gradient(27deg, rgba(190,212,249,0.4) 0%, rgba(255,255,255,0.4) 100%); */
    background: linear-gradient(27deg, rgba(190,212,249,0.8) 0%, rgba(255,255,255,0.8) 100%);
    backdrop-filter: blur(2px);
    box-shadow: 0 0px 0px 1px rgba(255,255,255,0.4);
    font-size: 11px;
    text-decoration: none;
    color: #0b3d91;
    transition: all 0.3s;
    margin: 3px;
}
.section-navbar .menu-item:hover,
.section-navbar .navbar__menu-item:hover{
/*     background: linear-gradient(27deg, rgba(190,212,249,0.8) 0%, rgba(255,255,255,0.8) 100%); */
	box-shadow: 0 0 0px 2px #FFF;
	transition: all 0.3s;
}

.section-navbar .menu-item:hover,
.section-navbar .navbar__menu-item:hover{
/* 	background-color: #F3F3F3; */
	color: #a28629;
}

.section-navbar .menu-item.current-menu-item a,
.section-navbar .navbar__menu-item.active{
/* 	background-color: #F3F3F3; */
	color: #0b3d91;
	font-weight: 700;
}


.section-hero{
	width: 100vw;
/* 	aspect-ratio: 1.5 / 1; */
	margin: auto;
	text-align: center;
	position: relative;
	display: grid;
	margin-bottom: 13px;
	z-index: 1111;
/* 	margin-top:50px; */
	animation: fadeIn 1s ease-in-out forwards;
}
.section-hero .container{
    width: 100%;
    height: 94vh;
    aspect-ratio: 4/1;
    align-self: flex-start;
    justify-self: center;
    max-width: 99%;
/* 	max-width: 1400px;
	width: 100%;
    justify-self: center;
    align-self: center;	
    position: relative;
    aspect-ratio: 2.7/1;
    display: flex;
    align-items:  center;
    overflow: hidden;
    border-radius: 25px;
    box-shadow: 0px 2px 2px 2px #AAA; */
}
.section-hero .container .hero-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    filter: brightness(1.3);
/*     max-width: 1400px;
    margin: auto;
    box-shadow: 0px 2px 2px 2px #CCC;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    filter: brightness(0.5) saturate(1); */
}
.section-hero .container .hero-main-text{
	position: absolute;
	z-index: 1111;
	right: 0;
	left: 0;
	margin: auto;
	top: 50%;
	color: #FFF;
	font-size: 36px;
	font-weight: 600;
}
.section-hero .container .hero-main-text h2{
    margin: 0;
    font-size: 44px;
    color: #d0ac36;
}
.section-hero .container .hero-main-text h5{
	margin: 0;
	font-size: 14px;
	color: #d0ac36;
}
.section-hero .container .hero-text{
	position: absolute;
	z-index: 1111;
	bottom: 10px;
	left: 50px;
	font-size: 14px;
	font-weight: 900;
	color: #d0ac36;
}

.section-hero .hero-center{
    height: 100%;
    position: absolute;
    z-index: 6666;
    width: 50%;
    margin: auto;
    left: -10px;
    right: 0;
    display: grid;
    grid-template-rows: 20% 60% 20%;
}

.section-hero .hero-center .middle{
	display: grid;
	justify-content: center;
	align-items: center;
	position: relative;
}
.section-hero .hero-center .bottom{
	display: grid;
	justify-content: center;
	align-items: center;
}

.section-hero .hero-center .middle .heading{
    color: #FFF;
    font-size: 34px;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    /*text-shadow: -1px 2px  #FFF;*/
}
.section-hero .hero-center .middle .box-1{
	position: absolute;
	height: 250px;
	width: 180px;
	background-color: rgba(255,255,255,0.2);
	backdrop-filter: blur(0px) brightness(1.1);
	margin: auto;
	left: 0;
	right: 0;
	box-shadow: 0 0 0 1px #FFF;
}
.section-hero .hero-center .middle .box-2{
	position: absolute;
	height: 250px;
	width: 180px;
	background-color: rgba(255,255,255,0.4);
	backdrop-filter: blur(0px);
	margin: auto;
	margin-bottom: -40px;
	left: -25px;
	right: 0;	
	box-shadow: 0 0 0 1px #FFF;
}

.hero__button{
    padding: 14px 30px;
    display: inline-block;
    border-radius: 5px;
/*     background: linear-gradient(27deg, rgba(190,212,249,0.4) 0%, rgba(255,255,255,0.4) 100%); */
    background: linear-gradient(27deg, rgba(190,212,249,0.8) 0%, rgba(255,255,255,0.8) 100%);
    backdrop-filter: blur(2px);
    box-shadow: 0 0px 0px 1px rgba(255,255,255,0.4);
    font-size: 13px;
    text-decoration: none;
    color: #0b3d91;
    transition: all 0.3s;
    margin: 3px;	
/* 	box-shadow: 0 0 0 1px #FFF; */
	transition: all 0.3s;
}
.hero__button:hover{
    background: linear-gradient(27deg, rgba(190,212,249,0.8) 0%, rgba(255,255,255,0.8) 100%);
	box-shadow: 0 0 0px 2px #FFF;
	transition: all 0.3s;
}

/*1200px*/
@media (max-width: 1200px) {
	.section-hero .container{
        aspect-ratio: 2/1;
    }
	.section-hero .container .hero-main-text h2{
		font-size: 34px;
	}
}
/*800px*/
@media (max-width: 800px) {
	.section-hero .container{
		border-radius: 15px;
	}
	.section-hero .container{
        aspect-ratio: 1.8/1;
    }
	.section-hero .container .hero-main-text h2{
		font-size: 24px;
	}    
	.section-hero .container .hero-text{
		bottom: 0px;
		left: 20px;
		font-size: 12px;
	}	
}






.section-main{
	display: grid;
	grid-template-columns: 50% 50%;
	width: 98.3%;
	padding: 0 10px;
/* 	gap: 10px; */
	align-items: center;
	max-width: 1600px;
	margin: auto;
	overflow: hidden;
	animation: fadeIn 3s ease-in-out forwards;
}
.section-main-3{
	display: grid;
	grid-template-columns:  20% 20% 60%;
	width: 100%;
	padding: 0 10px;
/* 	gap: 10px; */
	align-items: center;
	max-width: 1500px;
	margin: auto;
}
.section-main-2{
	display: grid;
	grid-template-columns: 100%;
	width: 100%;
	padding: 0 10px;
/* 	gap: 10px; */
	align-items: center;
	max-width: 1600px;
	margin: auto;
}
.section-main div.left{
    aspect-ratio: 1.2/1;
    max-height: 650px;
    align-items: center;
    justify-self: center;
    overflow: hidden;
    max-width: 100%;
}

.section-main div.left.fix-height{
    aspect-ratio: 1/1;
    min-height: 720px;
    width: 100%;
}

.section-main div.right{
	padding: 50px;
	z-index: 1111;
    max-width: 100%;
}

.section-main h3{
	font-size: 13px;
}


.image-positioning-1{
    width: 110%;
    height: 150%;
    object-fit: cover;
    object-position: center center;
    transition: width 1s;
}


.text-center{
	text-align: center;
}

.long{
	width: 900px;
	z-index: 1;
}

.text-block h3{
	font-size: 32px;
}

.text-full-row{
	text-align: left;
	max-width: 800px;
	margin: auto;
}

.text-full-row h3{
	font-size: 13px;
}


h2,
h3{
	color: #0b3d91;
}

p{
	color: #0b3d91;
	font-size: 13px;
}




/*1200px*/
@media (max-width: 1200px) {
}
/*800px*/
@media (max-width: 800px) {
	.section-main{
		display: grid;
		grid-template-columns: 100%;
		width: 98.3%;
		padding: 0 0px;
		align-items: center;
		max-width: 1600px;
		margin: auto;
		overflow: hidden;
	}
	.section-main-2{
		width: 90%;	
	}
	.section-main div.left.fix-height{
	    aspect-ratio: 2/1;
	    order: 2;
	    min-height: unset;
	}	
	.image-positioning-1{
		width: 200% !important;
		/*height: 200% !important;*/
		aspect-ratio: 2.5/1 !important;
	}
    .section-main div.right{
    	/*padding: 10px 5px;*/
    	z-index: 1111;
        max-width: 97%;
    }	
    .section-main div.left{
    	/*padding: 10px 5px;*/
    	z-index: 1111;
        max-width: 97%;
    }	
}







.section-email{
	width: 100vw;
	display: grid;
	align-items: center;
	justify-content: center;
	justify-items: center;
	min-height: 650px;
	background: rgb(190,212,249);
	background: linear-gradient(335deg, rgba(190,212,249,0.5448974267441351) 0%, rgba(255,255,255,1) 50%);	
}
.section-email h4{
	font-size: 37px;
	color: #0b3d91;
}






/*1200px*/
@media (max-width: 1200px) {

}
/*800px*/
@media (max-width: 800px) {

}








.section-gallery{
	max-width: 1650px;
	min-height: 200px;
	margin: auto;
	display: grid;
	justify-content: center;
	align-items: center;
	grid-template-columns: 100%;
	margin-bottom: 100px;
	opacity:0;
	animation: fadeIn 3s ease-in-out forwards;
}

@keyframes fadeIn {
    0% {
	    opacity:0;
    }
    40% {
	    opacity:0;
    }
    100% {
	    opacity:1;
    }
}




/*1200px*/
@media (max-width: 1200px) {

}
/*800px*/
@media (max-width: 800px) {

}



.section-image-row{
	position: relative;
	width: 99%;
	aspect-ratio: 4/1;
	display: grid;
	align-items: center;
	justify-content: center;
	justify-items: center;
	min-height: 400px;
    background: rgb(190,212,249);
    background: linear-gradient(335deg, rgba(190,212,249,0.5448974267441351) 0%, rgba(255,255,255,1) 50%);	
	margin-bottom: 200px;
	overflow: hidden;
	margin: auto;
	border-top: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
	animation: fadeIn 3s ease-in-out forwards;
}

.section-image-row .img-row{
	position: relative;
	z-index: 3333;
	filter: brightness(1);
    width: 110%;
    height: 110%;
    object-fit: cover;
    object-position: center center;
}

.section-image-row .text{
    position: absolute;
    z-index: 4444;
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #FFF;
}
.section-image-row .text h2{
	font-size: 31px;
	color: #FFF;
}


/*1200px*/
@media (max-width: 1200px) {

}
/*800px*/
@media (max-width: 800px) {
	.section-image-row .img-row{
		aspect-ratio: 1.5/1;
		width:400% !important;
	}
}









.section-image-row-2{
	margin-top: 50px;
	position: relative;
	width: 100vw;
	max-width: 1200px;
	aspect-ratio: 3/1;
	display: grid;
	align-items: center;
	justify-content: center;
	justify-items: center;
	min-height: 409px;
/* 	background: rgb(190,212,249); */
/* 	background: linear-gradient(335deg, rgba(190,212,249,0.5448974267441351) 0%, rgba(255,255,255,1) 50%);	 */
	margin-bottom: 200px;
	overflow: hidden;
	margin: auto;
	opacity: 0.8;
	animation: fadeIn 3s ease-in-out forwards;
	grid-template-rows: 1fr 1fr;
}

/*.section-image-row-2 .img-row{*/
/*	position: relative;*/
/*	z-index: 3333;*/
/*	filter: brightness(1.2);*/
/*    width: 110%;*/
/*    height: 110%;*/
/*    object-fit: cover;*/
/*    object-position: center center;*/
/*}*/

.section-image-row-2 iframe{
    width:101vw;
    margin:auto;
    margin-top:-2px;
    height:101%;
    max-width:1205px;
}


/*1200px*/
@media (max-width: 1200px) {

}
/*800px*/
@media (max-width: 800px) {
	.section-image-row-2{
		aspect-ratio: 2/1;
	}
}









#footer{
	min-height: 500px;
	max-width: 1300px;
	margin: auto;
	position: relative;
}

.footer__bottom{
	margin-top: 100px;
	width: 100%;
	background: rgb(190,212,249);
	background: linear-gradient(335deg, rgba(190,212,249,0.5448974267441351) 0%, rgba(255,255,255,1) 50%);
/* 	box-shadow: 0px 0 0px 2px #0b3d91; */
	/*border-radius: 0% 20% 0 0;*/
	min-height: 400px;
	padding-top: 120px;
	padding-bottom: 40px;
	position: relative;
	overflow: hidden;
	animation: fadeIn 1s ease-in-out forwards;
}

.footer__bottom-content{
    border-radius: 10px;
    max-width: 1400px;
    min-height: 400px;
    width: 95vw;
    margin: auto;
    /*background: linear-gradient(10deg, rgb(241 246 255 / 0%) 0%, rgb(249 251 255 / 40%) 50%);*/
    backdrop-filter: blur(9px);
    display: grid;
    grid-template-columns: 60% 40%;
    justify-items: center;
    align-items: center;
}

.footer__bottom-content .right-column{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	justify-items: center;
	align-items: start;
	width: 100%;
	height: 100%;
	border-left: 1px solid rgba(11,61,145,0.2);
}

.footer__bottom-content .right-column > div{
	padding-top: 50px;
	color: #0b3d91;
	font-size: 13px;
}

.footer__bottom-content .left-column > div{
	padding-top: 10px;
	color: #0b3d91;
	font-size: 16px;
}

.post-footer{
    max-width: 1400px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 50px 0px;
    justify-content: center;
    justify-items: end;
    align-items: center;
    font-size:13px;
    width:90vw;
}



/*1200px*/
@media (max-width: 1200px) {

}

/*800px*/
@media (max-width: 800px) {
	.footer__bottom-content{
	    grid-template-columns: 100%;
	}
	.footer__bottom-content .left-column{
		min-height: 80px;
		display: grid;
		justify-items: center;
		align-items: center;
	}
	.footer__bottom-content .right-column{
	    border-left:unset;
	}
    .footer__bottom{
        border-radius:0;
    }
}

/*500px*/
@media (max-width: 500px) {

}


.home{
	transition: all 1s;
}


/* masonry.js */
.grid {
  margin: 0 auto;
}
.grid-item {
	width: 200px; 
	overflow: hidden;
	/*border-radius: 0 30px;*/
	opacity:0.8;
}
.grid-item:hover {
	opacity:1;
}
.grid-item:active {
	opacity:0.8;
}
.grid-item img{
/* 	width: 103% !important; */
}
.grid-item--width2 { 
	width: 400px; 
}



.footer-logo-bg{
	position: absolute;
	bottom: -70%;
	right: -10%;
	opacity: 0.1;
	pointer-events:none;
}


#bp_container img{
	border-radius: 0 80px;
}



.carousel-container .carousel{
    width: 100vw;
    margin: auto;
    overflow: hidden;
    margin-top:100px;
}

.testimonial-card{
    border: 1px solid #FFF;
    min-width: 200px;
    max-width: 500px;
    float: left;
    margin: 3px;
    padding: 10px 10px;
    border-radius: 5px;
    background: linear-gradient(27deg, rgba(190,212,249,0.6) 0%, rgba(190,212,249,0.2) 100%);    
}

.testimonial-card .name{
    font-size:16px;
    margin-bottom:4px;
}
.testimonial-card .text{
    font-size:13px;    
    font-style:italic;
}
.testimonial-card .author{
    font-size:13px;    
    font-style:italic;
}

.swiper-slide{
    /*flex-shrink:1 !important;*/
    width: auto !important;
    opacity:0;
	animation: fadeIn 5s ease-in-out forwards;    
}




/*800px*/
@media (max-width: 800px) {
    .grid-item {
    	width: 100px; 
    }
}


a{
    font-family: 'ACNixie';
    font-weight: 900;    
    color:#0b3d91;
}


.sidemenu{
    position: fixed;
    width: 0vw;
    background-color: #FFF;
    z-index: 9999;
    height: 100vh;
    top: 0;
    left: 0;
    overflow: hidden;
    transition: all 0.7s;
    display: grid;
    justify-items: center;
    align-items: center;
}
.sidemenu.open{
    width: 50vw;
}

/*800px*/
@media (max-width: 800px) {
    .sidemenu.open{
        width: 70vw;
    }
}


.sidemenu .acf-nav-menu{
    white-space:nowrap;
}


.sidemenu-backdrop{
    position: fixed;
    width: 0vw;
    background-color: rgba(0,0,0,0.03);
    z-index: 9998;
    height: 100vh;
    top: 0;
    left: 0;
    overflow:hidden;
    transition:all 0.6s;
    opacity:0;
    backdrop-filter:blur(80px) brightness(120%);
}
.sidemenu-backdrop.open{
    width: 100vw;
    opacity:1;
}
.sidemenu-backdrop:hover{
    backdrop-filter:blur(80px) brightness(140%);
    background-color: rgba(0,0,0,0.02);
}

.btn-reserve{
    font-size:13px;
    padding: 10px 35px;
    border-radius: 7px;
    text-align: left;
    margin: 2px;    
    backdrop-filter:blur(10px);
    background-color:rgba(255,255,255,0.3);    
    display:inline-block;
}

.right-column a,
.btn-reserve,
.lang-switch-container a,
.footer__bottom .menu-item a,
.post-footer a,
.sidemenu a {
    position: relative;
    color: #0b3d91;
    text-decoration: none;
}
.right-column a::after,
.btn-reserve::after,
.lang-switch-container a::after,
.footer__bottom .menu-item a::after,
.post-footer a::after,
.sidemenu a::after {
    content: '';
    position: absolute;
    width: 100%;
    height:2px; /* thickness of the underline */
    bottom: 0;
    left: 0;
    background-color: #0b3d91; /* underline color */
    transform: scaleX(0); /* start with no underline */
    transform-origin: bottom right;
    transition: transform 0.3s ease-out; /* transition effect */
}
.right-column a:hover::after,
.current-lang a::after,
.current-menu-item a::after,
.btn-reserve:hover::after,
.lang-switch-container a:hover::after,
.footer__bottom .menu-item a:hover::after,
.post-footer a:hover::after,
.sidemenu a:hover::after {
    transform: scaleX(1); /* scale the underline to full width on hover */
    transform-origin: bottom left;
}





.page-contact__contact-page-content{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-items: center;
    max-width:1000px;
    margin:auto;
    color: #0b3d91;
}
.page-contact__contact-page-content .left{
    text-align:center;
    margin-bottom:80px;
}

input,textarea{
    border: 0;
    border-bottom: 1px solid black;    
}

input:focus,textarea:focus{
    outline:none;
    box-shadow:none;
}

input[type="submit"]{
    background-color: unset;
    border-color:#0b3d91;
    transition:all 0.3s;
    color:#0b3d91;
}
input[type="submit"]:hover{
    background-color: #FFF;
}




/*800px*/
@media (max-width: 800px) {
    .page-contact__contact-page-content{
        grid-template-columns: 1fr;
    }
}



.page__page-title{
    text-align: center;
    padding-top: 200px;
    padding-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
    color: #0b3d91;
}


.section-faq{
    margin: auto;    
    margin-top:100px;
    position: relative;
    width: 100vw;
    max-width: 1200px;
    display: grid;
    align-items: center;
    justify-content: center;
    justify-items: center;
    overflow: hidden;
    animation: fadeIn 3s ease-in-out forwards;

}

.faq-card{
    margin-bottom:20px;
    padding:0 10px;    
}




.rooms-container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    justify-content: center;
    align-content: stretch;
    justify-items: center;
    align-items: center;    
    text-align:center;
    max-width:1600px;
    margin:auto;
}

.section-rooms .title{
    text-align:center;
    margin:100px 0;
    width:100%;
}

.section-rooms__room{
    width:100%;
    height:100%;
    overflow:hidden;
    position:relative;
    cursor:pointer;    
    aspect-ratio: 1 / 1;    
}

.rooms-container .section-rooms__room:nth-child(1) img{
    filter:brightness(110%);
}
.rooms-container .section-rooms__room:nth-child(2) img{
    filter:brightness(105%);
}
.rooms-container .section-rooms__room:nth-child(3) img{
    filter:brightness(110%);
}
.rooms-container .section-rooms__room:nth-child(4) img{
    filter:brightness(109%);
}
.rooms-container .section-rooms__room:nth-child(5) img{
    filter:brightness(102%);
}
.rooms-container .section-rooms__room:nth-child(6) img{
    filter:brightness(103%);
}

.section-rooms__room img{
    object-fit:cover;
    width:120%;
    height:120%;
    transition:filter 0.4s;
}

.rooms-container .section-rooms__room:hover img{
    filter:brightness(115%) !important;
   cursor:pointer;   
}



.section-rooms__room .room-title{
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 1111;
    bottom: 20px;
    pointer-events: none;
    font-weight: 900;
    background-color: #FFF;
    padding: 0px;
    margin: 0;
}





/*800px*/
@media (max-width: 800px) {
    .rooms-container{
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
    }
    .section-rooms__room{
        aspect-ratio:unset;        
    }
}







.footer-cta-container li{
    padding: 10px 35px;
    /*border: 1px solid #FFF;*/
    border-radius: 7px;
    text-align: left;
    margin: 2px;    
    backdrop-filter:blur(5px);
    background-color:rgba(255,255,255,0.3);
    display:inline-block;
}
