body.main-body{
	margin:30px;
	font-family: 'Times New Roman';
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing:grayscale
}

img{
	width: 100%;
}
a{
    text-decoration: none;
}
section{
	margin: 70px auto;
}

h1,
h2,
h3,
h4,
h5{
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: 100;
	letter-spacing: 1px;
}


h1{
	font-size: 52.5px;
	color: #1638BE;
}

h3{
	color:#1638BE;
	font-size: 35px;
}

body p{
	font-family: 'helvetica';
	font-style: normal;
	font-size: 16px;
	font-weight: 100;
	line-height: 30px;
	letter-spacing: 1px;
	color: #1C1C1C;
}

span.sub-caption{
	font-size: 18px;
	color: #4816BE;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

button{
	padding: 10px 23px;
	border-radius: 20px;
	font-size: 16px;
	border:0;
	font-family: 'helvetica';
	font-weight: 400;
	background-color: #168CBE;
	color: #fff;
}
body.main-body button:hover{
	cursor: pointer;
}

header{
	max-width: 1500px;
	margin:0 auto;
	display: grid;
	grid-template-columns: 1;
	align-items: center;
}
.mainlogo-mobile-menu{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.mobile-menu{
	display: block;
	width: 30px;
}
.mobile-menu:hover{
	cursor: pointer;
}
.menu-items{
	display: none;
	flex-direction: column;
	text-align: center;
}
.menu-items ul{
	padding: 0;
	margin: 20px;
}
.menu-items ul li{
	text-decoration: none;
	list-style: none;
	color: #1C1C1C;
	font-size: 30px;
	margin: 15px;
	font-family:'helvetica';
}
.menu-items ul li:hover{
	cursor: pointer;
}
.menu-items ul li a{
	text-decoration: none;
	color: #1C1C1C;
}
.menu-items button{
	max-width: 300px;
	display: block;
	margin:0 auto;
}

.hero{
	max-width: 1250px;
	display: flex;
	flex-direction: column;
	grid-gap: 30px;
}
.hero-info-area{
	text-align: center;
}
/**
.hero-image::after{
	content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
     z-index: -1;
	background: url('../img/background-blur.png') no-repeat right;
	background-position: 70% 40%;
	background-size: 45%;
	overflow: visible;
}**/
.hero-image img{
	max-width: 400px;
	display: block;
	margin: 0 auto;
}

.avatar img{
	max-width: 135px;
	padding: 9px;
	border: 1.8px solid #168CBE;
	border-radius: 100%;
}

/*section specific*/

.availability{
	max-width: 1250px;
}
.availability::after{
	content: '';
    position: relative;
    
    width: 1000px;
    height: 1000px;
     z-index: -1;
	background: url('../img/background-blur.png') no-repeat right;
	background-position: 70% 40%;
	background-size: 45%;
	overflow: visible;
}

.availability-update{
	background-color: #ffff;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 20px;
	margin-top: 30px;
	box-shadow: 10px 10px 93px -15px rgba(0,0,0,0.7);
-webkit-box-shadow: 10px 10px 93px -15px rgba(0,0,0,0.7);
-moz-box-shadow: 10px 10px 93px -15px rgba(0,0,0,0.7);
}
.availability-update h3{
	color: #1638BE;
}
.availability-update button{
	background-color: #1638BE;
	color: #fff;
}

.availability span.sub-caption{
	color: #fff;
}

.calendar h2{
	display: none;
}

.wpsbc-calendar-wrapper div{
	border-radius: 10px;
	margin: 1px;
}

.wpsbc-legend {
    text-align: center !important;
    margin: 1em 0 !important;
    padding: 0px 0px 0 !important;
    line-height: 0 !important;
    border: 0px solid #f1f1f1 !important;
    background: none !important;
    box-sizing: border-box !important!important;
    }

    
.wpsbc-container.wpsbc-calendar-1 .wpsbc-legend-item-icon-1 div:first-of-type {
                        background-color: #fff !important;
                    }

                    .wpsbc-container.wpsbc-calendar-1 .wpsbc-legend-item-icon-1 div:nth-of-type(2) {
                        background-color: transparent;
                    }

                    .wpsbc-container.wpsbc-calendar-1 .wpsbc-legend-item-icon-1 div:first-of-type svg {
                        fill: #fff !important;
                    }

                    .wpsbc-container.wpsbc-calendar-1 .wpsbc-legend-item-icon-1 div:nth-of-type(2) svg {
                        fill: transparent;
                    }

                    .wpsbc-container.wpsbc-calendar-1 .wpsbc-legend-item-icon-2 div:first-of-type {
                        background-color: #1638BE !important;
                    }
                    .wpsbc-container.wpsbc-calendar-1 .wpsbc-legend-item-icon-2 div:first-of-type .wpsbc-date-number{
                    	color: #fff !important;
                    }
                    .wpsbc-container .wpsbc-calendars .wpsbc-calendar table tr td .wpsbc-date-inner .wpsbc-date-number {
					    position: absolute;
					    z-index: 0;
					    top: 0;
					    left: 0;
					    margin-left: -2px;
					    width: 100%;
					    height: 100%;
					    font-size:19px !important;
					}
					.wpsbc-calendars .wpsbc-legend-item-icon {
					    width: 90% !important;
					    height: 90% !important;;
					}

					.wpsbc-container .wpsbc-calendars .wpsbc-calendar table tr td .wpsbc-date.wpsbc-gap {
					    background:#fff !important;
					}
					div.wpsbc-legend-item:last-child{
						display: none !important;
					}
					.wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header {
					    background:transparent !important;
					}

                    .wpsbc-container.wpsbc-calendar-1 .wpsbc-legend-item-icon-2 div:nth-of-type(2) {
                        background-color: transparent;
                    }

                    .wpsbc-container.wpsbc-calendar-1 .wpsbc-legend-item-icon-2 div:first-of-type svg {
                        fill: #1638BE !important;
                    }

                    .wpsbc-container.wpsbc-calendar-1 .wpsbc-legend-item-icon-2 div:nth-of-type(2) svg {
                        fill: transparent;
                    }

                    .wpsbc-container.wpsbc-calendar-1 .wpsbc-legend-item-icon-3 div:first-of-type {
                        background-color: #fff !important;
                    }

                    .wpsbc-container.wpsbc-calendar-1 .wpsbc-legend-item-icon-3 div:nth-of-type(2) {
                        background-color: transparent;
                    }

                    .wpsbc-container.wpsbc-calendar-1 .wpsbc-legend-item-icon-3 div:first-of-type svg {
                        fill: #fff !important;
                    }

                    .wpsbc-container.wpsbc-calendar-1 .wpsbc-legend-item-icon-3 div:nth-of-type(2) svg {
                        fill: transparent;
                    }
                    

                    .wpsbc-calendars-wrapper{
                    	display: flex !important;
                    	flex-direction: column-reverse !important;

                    }
                    .wpsbc-select-container select{
                    	background-color:#1638BE;
                    	max-width: 200px;
                    	text-align-last:center;
                    	padding: 5px;
    					font-size: 20px;
                    	outline: none;
                    	border:none;
					    -webkit-appearance: none;
					    -moz-appearance: none;
					    appearance: none;
					    -ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
					    -webkit-text-fill-color: #fff;
						-webkit-text-fill-color: #fff;
						-webkit-text-fill-color: #fff;
                    }
                    .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-calendar-header-navigation .wpsbc-next, .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-calendar-header-navigation .wpsbc-prev {
						    background:#1638BE !important;
						}


.testimonials{
	max-width: 1000px;
}
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.test-details{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
}
.testimonials p{
	font-size: 20px;
	line-height: 40px;
}
.test-details p, .test-details span{
	font-size: 16px;
	margin:0;
	line-height: 20px;
}
.test-details{
		margin-bottom: 30px;
}
.test-avatar .avatar{
	width: 60px;
}
.test-avatar .avatar img{
	padding: 3px;
}
.slider-controls {
	display: flex;
	gap: 20px;
}
.slider-controls img{
	max-width: 55px;
}

.reservation-request{
	max-width: 1260px;
}
.teaser{
	display: flex;
	flex-direction: column;
	grid-gap: 30px;
	max-width: 1100px;
}
.teaser .media-aside{
	order:2;
}
.teaser .media-aside img{
	width: 90%;
}
.services-list{
	max-width: 1100px;
}
.availability-update{

}
.cap-hold{
  display: flex;
  justify-content: center;
  align-items: center;
}
.availability-update .caption{
	max-width: 400px;
}

.calendar{
	font-family: 'helvetica';
}
.calendar .wpsbc-calendars{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.container .wpsbc-calendars .wpsbc-calenda{
	background: rgba(0, 0, 0, 0);
}
.wpsbc-container .wpsbc-calendars .wpsbc-calendar {
   	background: rgba(0, 0, 0, 0) !important;
   	border: 0px !important;
    
}
.form-holder-bg{
	background-color: #fff;
	padding: 25px;
	border-radius: 20px;
	box-sizing: border-box;
}
.form-holder-bg button{
	margin-top: 30px;
}

.reservation-form-container{
	display: grid;
	grid-gap: 12px;
	color: #1638BE;
	font-size: 16px;
	font-family: 'helvetica';
}

.subscription{
	max-width: 1060px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	background: #fff;
	padding: 100px 20px;
	box-sizing: border-box;
	border-radius: 20px;
}
.subscriptionarea{
	max-width: 450px;
	margin: 0 auto;
}
.subscription p{
	color: #262626;
}

.reservation-form h3{
	color: #391E08;
	margin-bottom: 30px;
}
.reservation-form-container input,
.reservation-form-container textarea{
	width: 100%;	
	padding: 10px;
	border-color: transparent;
	margin-top: 10px;
	stroke: 0;
	text-decoration: none;
	outline: none;
	box-sizing: border-box;
	font-size: 14px;
	background-color: #F2F2F2;
	color:#262626; ;
}
.reservation-form-container textarea{
	max-width: 640px;
	min-height: 140px;
}

.subscriptionarea input{
    padding: 10px;
    outline: none;
    font-size: 16px;
    flex-grow: 3;
    border: 0;
    width: 100%;
}
.subscriptionarea div{
	border: 1px solid #1638BE;
	border-radius: 100px;
	display: flex;
	overflow: hidden;
}
.subscriptionarea button {
	flex-grow: 1;
}


/*Contact page*/
.contact-area{
	max-width: 1500px;
}
.contact-details{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.contact-pg-whatsapp{
	max-width: 300px;
}

footer{
	max-width: 1500px;
	margin:0 auto;	
	font-family: 'helvetica';
}
footer p{
	font-size: 14px;
	margin: 0;
}
footer .footer-level1{
	border-bottom: 1px solid #1c1c1c;
}
footer ul{
	padding: 0;
	margin:0;
}
footer ul li{
	display: inline-block;
	margin: 5px;
	font-weight: 100;
	font-size: 14px;
}

footer ul li a{
	text-decoration: none;
	color: #1c1c1c;
}

footer .footer-level1, footer .footer-level2{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
}
.footer-social ul li img{
	width: auto;
	height: 25px;
}

.menu-items.responsive{
	display: flex !important;
	}

.ch-menu-items{
	max-width: 1000px;
	padding: 50px 0;
	align-self: center;
	margin:0 auto;
}
.item-media img{
	margin-bottom: 30px;
}


/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(00,0,0,0.9);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

/* The Close Button */
.close {
  color: #1c1c1c;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.pop-up-form{
	max-width: 1000px;
	margin: 0 auto;
}


/*Dekstop*/
@media only screen and (min-width: 1200px) {
	.teaser{
		display: grid;
		/*grid-template-columns: 2.5fr 1fr;*/
		grid-template-columns: 1fr;
		grid-gap: 70px;
		align-items: center;
	}

	.mobile-menu{
		display: none;
	}
	.menu-items{
	display: flex !important;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	}

	.menu-items ul li{
	display: inline-block;
	font-size: 18px;
	}

	header{
	grid-template-columns: 1fr 5.25fr;
	align-items: center;
	}

}
@media only screen and (min-width: 700px) {
	


	section{
	margin: 150px auto;
	}
	.hero{
		display: grid;
	  	grid-template-columns: 1fr 1fr;
	  	grid-gap: 140px;	
	  	align-items: center;
	}

	.hero-info-area{
		text-align: left;
		max-width: 500px;
	}
	
	
	.hero-image img{
	max-width: 100%;
	}


	.testimonials{
		display: grid;
	  	grid-template-columns: 3fr 1fr;
	  	justify-content: center;
  		align-items: center;
	}

	.slider-controls{
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		gap: 10px;
	}

	.reservation-form-container, .services-list, .availability-update{
		display: grid;
	  	grid-template-columns: 1fr 1fr;
	  	justify-content: center;
  		align-items: top;
  		grid-gap: 30px;
  	}

	.reservation-request{
		display: grid;
	  	grid-template-columns: 1fr 1.3fr;
	  	align-items: center;
	  	grid-gap: 40px;
	}
	.res-field.message-res, .res-field.address-res{
		grid-column: span 2;
	}

	.teaser .media-aside{
		order:0;
	}

	footer .footer-level1, footer .footer-level2{
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
	}
	.menu-header{
		text-align: center;
	}

	.ch-menu-items{
		display: flex;
		flex-direction: column;
		grid-gap: 40px;
	}

	.ch-menu-item{
		display: flex;
		flex-direction: row;
		grid-gap: 40px;
		align-items: center;
	}
	.ch-menu-item .item-media{
		width: 40%;
	}
	.ch-menu-item .item-discription{
		width: 60%;
	}



}