html {
	overflow-x: hidden !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: unset;
}

a:hover {
	text-decoration: none;
	color: unset;
}

ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

/*font-family: 'Arvo', serif;*/
body {
	font-family: 'Alegreya Sans';
	font-weight: 400;
	margin: 0;

}

body.custom-background {
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1,
.h1,
.h2,
.h3 {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.sitecontainer {
	margin: 0 auto;
	max-width: 1330px;
	width: 100%;
}

.header {
	float: left;
	width: 100%;
	padding-top: 27px;
	padding-bottom: 27px;
	position: relative;
	z-index: 5;
}

.header .logo {
	float: left;
	width: 12%;
}

.header .logo>a {
	display: inline-block;
	vertical-align: top;
}

.header .logo img {
	max-width: 100px;
}

.header .navmenus {
	float: left;
	width: 88%;
	text-align: right;
	padding-top: 8px;
}

.header .navmenus .menu {
	display: inline-block;
}

.header .navmenus .menu ul li {
	display: inline-block;
	padding: 0 10px;
	position: relative;
}

.header .navmenus .menu ul li a {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 52px;
	color: #FFFFFF;
	padding-bottom: 3px;
}

.header .navmenus .menu ul li.current_page_item > a,
.header .navmenus .menu ul li a:hover {
	border-bottom: 2px solid #fff;
}

.header .navmenus .menu ul li ul {
	min-width: 225px;
	display: none;
	position: absolute;
	z-index: 999;
	left: 0;
	top: 50px;
	background-color: #165F55;
	padding: 10px 15px;
	text-align: left;
	border-radius: 5px;
}

.header .navmenus .menu ul li ul li {
	padding: 5px 0 !important;
	width: 100%;
}

.header .navmenus .menu ul li ul li a {
	line-height: 30px !important;
}

.header .navmenus ul li:hover ul {
	display: block;
}

.header .navmenus .menu .submenu::after {
	content: '';
	background-image: url('../images/menudown.png');
	background-repeat: no-repeat;
	position: absolute;
	right: -11px;
	width: 18px;
	font-size: 25px;
	height: 18px;
	top: 26px;
}

.sub-menu-toggle {
	display: none;
}

.sidenav .sub-menu {
	padding-top: 20px;
	padding-bottom: 20px;
}

.sidenav .sub-menu li a {
	font-size: 14px;
}

.header .navmenus .button {
	display: inline-block;
	/* padding: 0 35px; */
}

.header .navmenus .button a {
	display: inline-block;
	width: 207px;
	font-family: 'Barlow';
	font-weight: 700;
	font-size: 16px;
	line-height: 25px;
	color: #FFFFFF;
	border: 1px solid #165F55;
	border-radius: 1000px;
	padding: 12px 0;
	text-align: center;
}

.header .navmenus .button a:hover {
	background: #165F55;
}

.header .navmenus .lang {
	display: inline-block;
}

.header .navmenus .lang span {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	color: #FFFFFF;
}

.header .navmenus .lang span img {
	margin-left: 8px;
	margin-right: 0;
}

.header .navmenus .lang img {
	margin-right: 8px;
}

.wpml-ls-legacy-dropdown {
	width: auto !important;
	border: none !important;
	display: inline-block;
}

.wpml-ls-legacy-dropdown a {
	border: none !important;
	background: none !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	border: none !important;
	right: auto !important;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
	border-top: .5em solid #ffffff !important;
}

.header .navmenus .lang .menudown {
	position: relative;
	top: 2px;
}


.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	background-color: #165F55;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 15px;
	z-index: 9999999;
}

.sidenav ul {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 50px;
}

.sidenav ul li {
	padding-bottom: 15px;
	list-style: none;
}

.sidenav ul li a {
	color: #2C3F58;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	font-family: "Barlow";
	display: block;
}
.sidenav ul li.current-menu-item a {
	text-decoration: underline;
}
.sidenav .closebtn {
	top: 0;
	right: 25px;
	font-size: 36px;
	text-decoration: none;
	color: #fff;
	display: block;
	text-align: end;
	padding-right: 20px;
}

#mySidenav.sidenav ul.homemenu {
	padding-top: 0px !important;
}


div[title="WonderInn Delta"] {
	min-width: 150px;
}

div[title="WonderInn Delta"]::before {
	content: "";
	position: absolute;
	top: 14px;
	width: 15px;
	height: 15px;
	border-radius: 50px;
	left: 42px;
	z-index: 1;
	content: '';
	border-right: 10px solid #165F55;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	/*! opacity: 0; */
}

div[title="WonderInn Delta"]::after {
	content: "Delta";
	position: absolute;
	left: 55px;
	width: 80px;
	background: #165F55;
	height: 28px;
	top: 10px;
	font-family: Barlow;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
}

div[title*="WonderInn Riverside"] {
	overflow: visible !important;
}

div[title*="WonderInn Riverside"]:after {
	content: "Riverside";
	position: absolute;
	left: -110px;
	width: 95px;
	background: #165F55;
	height: 28px;
	top: -1px;
	font-family: Barlow;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
}

div[title*="WonderInn Riverside"]::before {
	content: "";
	position: absolute;
	top: 3px;
	width: 15px;
	height: 15px;
	border-radius: 50px;
	left: -17px;
	z-index: 1;
	content: '';
	border-right: 10px solid #165F55;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	transform: scale(-1);
}

div[title*="WonderInn Arctic"] {
	overflow: visible !important;
}

div[title*="WonderInn Arctic"]:after {
	content: "Arctic";
	position: absolute;
	left: -107px;
	width: 95px;
	background: #165F55;
	height: 28px;
	top: 3px;
	font-family: Barlow;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
}

div[title*="WonderInn Arctic"]::before {
	position: absolute;
	top: 7px;
	width: 15px;
	height: 15px;
	border-radius: 50px;
	left: -14px;
	z-index: 1;
	content: '';
	border-right: 10px solid #165F55;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	transform: scale(-1);
}

.wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu {
	background: #165F55;
	padding: 14px;
	border-radius: 8px;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
	text-align: left;
	padding: 0;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a .wpml-ls-display {
	font-weight: 700;
}

.header .navmenus .lang span {
	font-weight: 700;
}

.header .navmenus .lang span:hover {
	text-decoration: underline;
}

/* .wpml-ls-sub-menu .wpml-ls-item-nl,.wpml-ls-sub-menu .wpml-ls-item-fr,.wpml-ls-sub-menu .wpml-ls-item-de,.wpml-ls-sub-menu .wpml-ls-item-es{
    display:none;
} */


@media screen and (max-width:991px) {
	
	.header {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.header .togglesidemenu {
		display: inline-block;
		cursor: pointer;
		margin-left: 20px;
	}

	.header .navmenus .menu,
	.header .navmenus .button {
		display: none;
	}

	.header .navmenus .lang {
		padding-top: 15px;
	}

	.cf7sr-g-recaptcha {
		margin-bottom: 10px;
		transform: scale(0.85);
		transform-origin: 0 0;
	}

	.header .navmenus .lang {
		min-width: 155px;
	}

	.header .navmenus .lang .wpml-ls-legacy-dropdown {
		min-width: 90px;
	}

	.header .navmenus .lang img {
		width: 18px;
	}

}

@media screen and (min-width:768px) {
	.togglesidemenu {
		display: none;
	}	
}



.herobanner {
	float: left;
	width: 100%;
	background-size: cover;
	padding-top: 370px;
	padding-bottom: 280px;
	position: relative;
}

.herobanner .rating {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}

.herobanner .rating img {
	display: inline-block;
	position: relative;
	top: -2px;
	margin-right: 10px;
	filter: brightness(0.6);
}

.herobanner .rating p {
	display: inline-block;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #FFFFFF;
}

.herobanner h1 {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 57px;
	line-height: 52px;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.followourstory-header h3.new-h2-3,
.wonderinnreviews h3.new-h2-3,
.discoverpropertiestop h3.new-h2-3 {
	color: #333;
}

h3.new-h2-3,
h2.new-h2 {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 29px;
	line-height: 52px;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.herobanner h4 {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 29px;
	line-height: 52px;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.herobanner .buttons {
	float: left;
	width: 100%;
}

.herobanner .buttons span,
.herobanner .buttons a {
	display: inline-block;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 1000px;
	padding: 15px 0;
	padding-bottom: 17px;
	transition: 0.5s;
}

.herobanner .buttons a.book {
	background: #165F55;
	width: 300px;
	margin-right: 27px;
	border: 1px solid transparent;
	transition: 0.5s;
}

.herobanner .buttons a.book:hover {
	background: transparent;
	border: 1px solid #165F55;
}

.herobanner .buttons span.watch {
	border: 1px solid #165F55;
	width: 220px;
	cursor: pointer;
}

.herobanner .buttons span.watch:hover {
	background: #165F55;
}

.herobanner .buttons span.watch img {
	margin-right: 8px;
	position: relative;
	top: -1px;
	width: 18px;
	height: 18px;
}

.herobanner .banner-hero-wraper {
	display: flex;
	align-items: center;
}



.herobanner .reviews {
	right: 0;
	width: 100%;
	background: #FFFFFF;
	display: flex;
	z-index: 1;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.90);
	flex-direction: column-reverse;
	justify-content: center;
	padding: 42px 54px;
	margin-left: 0;
}

.herobanner .reviews .image {
	display: flex;
	width: 100%;
	align-items: center;
}

.herobanner .reviews .image .image-content {
	display: flex;
	align-items: center;
	gap: 10px;
}

.herobanner .reviews .image .image-content img {
	width: 100px;
	filter: brightness(0.6);
}

.herobanner .reviews .image .image-inner {
	width: 35px;
	border: 3px solid #fff;
	border-radius: 50%;
	margin-right: 10px;
	overflow: hidden;
}

.herobanner .reviews .image span {
	color: #fff;
	font-family: 'Barlow';
}

.herobanner .reviews .content {
	display: inline-block;
}

.herobanner .reviews .content p {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #fff;
	margin-bottom: 10px;
	white-space: normal;
	word-wrap: break-word;
	font-display: swap;
}

.herobanner .reviews .content span {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	color: #808080;
}

.herobanner .reviews .content span {
	color: #595959;
}

.herobanner .reviews .content span img {
	margin-left: 10px;
	max-width: 66px;
}

.reviews .owl-carousel .owl-item .image-inner img {
	border-radius: 50%;
}

.why-us .card .card-content img {
    border-radius: 20px;
}


.asfeaturedin {
	float: left;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 1 0px;
	background: #FCFBF4;
}

.asfeaturedin ul {
	text-align: center;
}

.asfeaturedin ul li {
	display: inline-block;
	padding: 0 15px;
}

.asfeaturedin ul li:first-child(1) {
	padding-left: 0;
}

.asfeaturedin ul li:last-child(1) {
	padding-right: 0;
}

.asfeaturedin ul li>a {
	display: block;
}

.asfeaturedin ul li label {
	margin: 0;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #000000;
	opacity: 0.9;
}

.asfeaturedin ul li img {
	object-fit: contain;
	max-width: 212px;
}

.asfeaturedin ul li:nth-child(2) img {
	height: 30px;
}

.asfeaturedin ul li:nth-child(4) img {
	height: 65px;
}

.asfeaturedin ul li:nth-child(5) img {
	height: 40px;
}

.asfeaturedin ul li:nth-child(6) img {
	height: 40px;
}

.asfeaturedin ul li:nth-child(7) img {
	height: 40px;
}



.bestforunique {
	float: left;
	width: 100%;
	background: #FCFBF4;

}

.bestforunique .content {

	padding: 40px 0;
}

.bestforunique .content h2 {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 52px;
	line-height: 52px;
	color: #000000;
	text-align: center;
}

.bestforunique .content h4 {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 29px;
	line-height: 40px;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.bestforunique .content p {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #000000;
	text-align: center;
	max-width: 50%;
	width: 100%;
	margin: 0 auto;
}

.bestforunique .discover-image-sec {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.discover-image {
	position: relative;
	padding-top: 152%;
}

.discover-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.discover-image::before {
	content: '';
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.discover-image-wraper {
	position: relative;
}

.discover-image-content {
	position: absolute;
	bottom: 0;
	padding: 0 36px 55px;
	z-index: 2;
	width: 100%;
}

.discover-image-content h3 {
	color: white;
	font-family: 'Barlow';
	font-size: 44px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px;
	opacity: 0.8;
	word-wrap: break-word;
}

.discover-image-content p {
	color: White;
	font-family: 'Barlow';
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 33px;
	opacity: 0.8;
}

.discover-image-content a {
	display: inline-block;
	color: white;
	border-radius: 25.5px;
	background: #165F55;
	padding: 16px 28px;
	font-family: 'Barlow';
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 27px;
	position: absolute;
	bottom: 57px;
	opacity: 0;
	transition: 0.5s all;
	border: 1px solid transparent;
}

.discover-image-content a:hover {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}

.discover-content-wrapper {
	transform: translateY(0);
	transition: 0.5s all;
}

.discover-image-wraper:hover .discover-content-wrapper {
	transform: translateY(-110px);
}

.discover-image-wraper:hover .discover-image-content a,
.discover-image-wraper:hover .discover-image-content h3,
.discover-image-wraper:hover .discover-image-content p {
	opacity: 1;
}

.bestforunique .bestforuniqueitem .owl-nav {
	float: left;
	background: #FFFFFF;
	width: 107px;
	padding: 10px 15px;
	margin-top: -40px;
	position: relative;
	z-index: 1;
}

.bestforunique .bestforuniqueitem .owl-nav .owl-prev {
	float: left;
}

.bestforunique .bestforuniqueitem .owl-nav .owl-next {
	float: right;
}

.bestforunique .bestforuniqueitem .owl-nav button {
	outline: none;
}

.header .navmenus .menu .submenu::after {
	filter: brightness(100);
}

.bestforunique .bestforuniqueitem .owl-nav button img {
	max-width: 13px;
}

.bestforunique .bestforuniqueitem .slider-counter {
	width: 107px;
	margin-top: -32px;
	position: relative;
	z-index: 5;
	text-align: center;
	pointer-events: none;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	color: #000000;
}


.whywonderinn {
	float: left;
	width: 100%;
	padding-top: 200px;
	padding-bottom: 70px;
	background: #FCFBF4;
	padding-left: 20px;
	padding-right: 20px;
}

.whywonderinn .whywonderinn-carousel-sec.sitecontainer {
	padding-left: calc(50vw - 662px);
	max-width: 100%;
}

.whywonderinn .heading {
	float: left;
	width: 100%;
}

.whywonderinn .heading h2 {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 52px;
	line-height: 52px;
	text-align: left;
	color: #000000;
	margin-bottom: 25px;
}

.whywonderinn .heading p {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 29px;
	line-height: 40px;
	text-align: left;
	color: #000000;
}

.owl-whywonderinn .owl-item .item .whywonderinn-image {
	position: relative;
	padding-top: 82%;
	border-radius: 20px;
	overflow: hidden;
}

.owl-whywonderinn .owl-item .item .whywonderinn-image img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
}

.whywonderinn .whywonderinnitems {
	float: left;
	width: 100%;
	padding-top: 100px;
}

.whywonderinn .whywonderinnitems .whywonderinn-content h3 {
	float: left;
	width: 100%;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 29px;
	line-height: 40px;
	color: #000000;
	margin-top: 40px;
	margin-bottom: 15px;
}

.owl-whywonderinn .whywonderinn-content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	align-items: flex-start;
	padding-bottom: 10px;
	padding: 5px 5px 10px;
}

.owl-whywonderinn .item {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.owl-carousel.owl-whywonderinn .owl-stage {
	display: flex;
	align-items: stretch;
	height: 100%;
	justify-content: space-between;
}

.whywonderinn .whywonderinnitems .whywonderinn-content p {
	float: left;
	width: 90%;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #000000;
	margin-bottom: 20px;
}

.whywonderinn .whywonderinnitems .whywonderinn-content a {
	display: inline-block;
	color: #fff;
	border-radius: 25.5px;
	background-color: #165F55;
	padding: 16px 28px;
	font-family: 'Barlow';
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 27px;
	transition: .5s all;
	border: 1px solid transparent;
	margin-top: 24px;
	opacity: 0;
	margin-top: auto;
	display: none;

}

.whywonderinn .whywonderinnitems .whywonderinn-content a:hover {
	color: #165F55;
	border: 1px solid #165F55;
	background-color: transparent;
}

.whywonderinn .whywonderinnitems .owl-item {
	opacity: 0.3;
}

.whywonderinn .whywonderinnitems .owl-item.big,
.whywonderinn .whywonderinnitems .owl-item.medium {
	opacity: 100 !important;
}

.whywonderinn .whywonderinnitems .owl-dots {
	float: left;
	width: 90%;
	background: #F3F1E7;
	border-radius: 1000px;
	height: 4px;
	margin-top: 60px;
}

.whywonderinn .whywonderinnitems .owl-dots button {
	width: 319px;
	position: relative;
	top: -10px;
}

.whywonderinn .whywonderinnitems .owl-dots button.active {
	background: #165F55;
	border-radius: 1000px;
	height: 4px;
}

.whywonderinn .whywonderinnitems .owl-nav .owl-prev {
	display: none;
}

.whywonderinn .whywonderinnitems .owl-nav .owl-next {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 155px;
}

.whywonderinn .whywonderinnitems .owl-nav .owl-next span {
	display: none;
}

.discoverproperties {
	float: left;
	width: 100%;
	background-color: #fdfcf7;
	padding-top: 30px;
	padding-bottom: 80px;
}

.discoverproperties .discoverpropertiestop {
	float: left;
	width: 100%;
}

.discoverproperties ul.slick-dots {
	display: flex;
}

.discoverproperties ul.slick-dots li {
	width: 100%;
}

.discoverproperties .heading {
	float: left;
	width: 100%;
}

.discoverproperties .heading .title {
	/* float: left; */
	text-align: center;
}

.discoverproperties .heading .title h2 {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 52px;
	line-height: 52px;
	color: #000000;
	margin-bottom: 15px;
}

.discoverproperties .heading .title h4 {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 29px;
	line-height: 40px;
	color: #000000;
	margin-bottom: 30px;
}

.discover-location-wrapper {
	float: left;
	width: 100%;
}

.discover-location-wrapper .discover-location-inner {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 58px 0;
	gap: 10px;
}

.discover-location-wrapper .discover-location-inner li {
	color: #000;
	font-family: 'Barlow';
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 33px;
	display: flex;
	padding: 14px 20px;
	justify-content: center;
	align-items: center;
	border-radius: 12px;
	transition: 0.5s all;
	text-decoration: none;
	cursor: pointer;
}

.discover-location-wrapper .discover-location-inner li.active {
	background-color: #000;
	color: #fff;
	box-shadow: 0px 15px 45px 0px rgba(0, 0, 0, 0.05);
}

.discover-location-wrapper .discover-location-inner li.active svg path {
	fill: #fff;
}

.discover-location-wrapper .discover-location-inner li:hover {
	background-color: #000;
	color: #fff;
	box-shadow: 0px 15px 45px 0px rgba(0, 0, 0, 0.05);
}

.discover-location-wrapper .discover-location-inner li svg path {
	transition: 0.5s all;
}

.discover-location-wrapper .discover-location-inner li svg {
	margin-right: 6px;
	filter: brightness(0.6);
}

div.discoverproperties .slick-dots .slick-active {
	background: #165F55 !important;
	height: 4px;
}

.discover-location-wrapper .discover-location-inner li:hover svg path {
	fill: #fff;
}

.discoverpropertiesitem .propeertysliderrr .slick-track {
	margin-left: unset;
	margin-right: unset;
}

.discoverproperties .discoverpropertiesitem {
	float: left;
	width: 100%;
}

.discoverpropertiesitem .item .image {
	float: left;
	width: 100%;
	position: relative;
}

.discoverpropertiesitem .item .image .search {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: auto;
	height: auto;
	cursor: pointer;
	display: none;
	z-index: 1;
	pointer-events: none;
}

.discoverpropertiesitem .item:hover .image .search {
	display: block;
}

.discoverpropertiesitem .item .slider__item img {
	min-height: 454px;
	max-height: 454px;
	object-fit: cover;
	border-radius: 15px;
	max-width: 396px;
}

.discoverpropertiesitem .item h3 {
	float: left;
	width: 100%;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 3px;
}

.discoverpropertiesitem .item h4 {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	color: #000000;
	margin-bottom: 15px;
}

.discoverpropertiesitem .item .tags {
	float: left;
	width: 100%;
}

.discoverpropertiesitem .item .tags span {
	display: inline-block;
	background: #EEECE5;
	border-radius: 1000px;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	color: #000000;
	padding: 0px 10px;
	margin-right: 6px;
	margin-bottom: 10px;
}

.discoverproperties .discoverpropertiesitem .owl-item {
	opacity: 100;
}

.discoverproperties .discoverpropertiesitem .owl-item.big,
.discoverproperties .discoverpropertiesitem .owl-item.medium,
.discoverproperties .discoverpropertiesitem .owl-item.large {
	opacity: 100 !important;
}

.discoverproperties .discoverpropertiesitem .owl-dots {
	float: left;
	width: 90%;
	height: 10px;
	position: relative;
	top: -20px;
	left: 20px;
}

.discoverproperties .discoverpropertiesitem .owl-dots button {
	width: 10px;
	position: relative;
	top: -12px;
	height: 10px;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.50);
	margin: 0 2px;
}

.discoverproperties .discoverpropertiesitem .owl-dots button.active {
	background: #165F55;

}


.discoverproperties .discoverpropertiesitem .owl-nav .owl-prev {
	display: none;
	font-size: 24px;
}

.discoverproperties .discoverpropertiesitem .owl-nav .owl-next {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 265px;
}

.discoverpropertiesitem .owl-discoversubimages .owl-stage-outer {
	width: 100%;
}

.discoverproperties .discoverpropertiesitem .owl-discoversubimages .owl-item {
	opacity: 100 !important;
}

.discoverproperties .discoverpropertiesitem .owl-discoversubimages .owl-nav {
	float: left;
	background: #FFFFFF;
	width: 80px;
	padding: 4px 12px;
	margin-top: -41px;
	position: relative;
	z-index: 1;
	display: block;
	left: -1px;
}

.discoverproperties .discoverpropertiesitem .owl-discoversubimages .owl-next {
	position: unset;
	height: auto;
	width: auto;
	font-size: 24px;
}

.discoverproperties .discoverpropertiesitem .owl-discoversubimages .owl-nav button img {
	max-width: 13px;
}

.discoverproperties .discoverpropertiesitem .owl-discoversubimages .owl-nav .owl-prev {
	float: left;
	display: block;
	font-size: 24px;
}

.discoverproperties .discoverpropertiesitem .owl-discoversubimages .owl-nav .owl-next {
	float: right;

}

.discoverproperties .discoverpropertiesitem .slider-counter {
	float: left;
	width: 107px;
	margin-top: -33px;
	position: relative;
	z-index: 5;
	text-align: center;
	pointer-events: none;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 0;
	line-height: 25px;
	text-align: center;
	color: #000000;
	display: block;
}


.discoverpropertiesitem .item:hover .owl-nav {
	display: block;
}

.owl-discoversubimages .slider__item {
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}

.owl-discoversubimages .slider__item a {
	position: relative;
}

.owl-discoversubimages .slider__item a::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.owl-discoversubimages .slider__item {
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}

/* .owl-discoversubimages .slider__item::before{
    position:absolute;
    content:'';
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%);
} */

.discoverproperties .discoverpropertiesitem .item .button a {
	border: 1px solid #165F55;
	background: transparent;
	color: #000;
	transition: 0.5s all;
	width: unset;
	padding: 0px 36px;
	font-size: 16px;
}

.discoverproperties .discoverpropertiesitem .item .button a:hover {
	border: 1px solid #165F55;
	background: #165F55;
	color: #fff;
}

.lb-data .lb-number {
	display: none !important;
}


.discovervideo {
	float: left;
	width: 100%;
	padding-top: 166px;
	padding-bottom: 170px;
	background-size: cover;
	position: relative;
}

.discovervideo::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.discovervideo .discoverlogo {
	max-width: 305px;
}

.discovervideo h2 {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 52px;
	line-height: 52px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 80px;
	margin-bottom: 10px;
}

.discovervideo h4 {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 29px;
	line-height: 52px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.discovervideo .button {
	float: left;
	width: 100%;
}

.discovervideo .button a {
	display: inline-block;
	border: 1px solid transparent;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 1000px;
	padding: 17px 30px;
	background-color: #165F55;
	transition: 0.5s all;
}

.discovervideo .button a:hover {
	background: transparent;
	border: 1px solid #165F55;
}

.discovervideo .button a img {
	margin-right: 8px;
	position: relative;
	top: -1px;
}

.partnerwithus {
	float: left;
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 70px;
	padding-bottom: 50px;
}

.partnerwithus.gift-cards {
	background-color: #fdfcf7;
}

.partnerwithus .content {
	float: left;
	width: 50%;
	padding-left: 55px;
	border-radius: 30px;
	background: #FCFBF4;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 45px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.partnerwithus.Partner-sec .partnerwithusinner {
	display: flex;
	align-items: center;
	background-color: #FFFFFF;
	flex-wrap: wrap;
}

.partnerwithus .partnerwithusinner {
	align-items: center;
}

.buycabins .buycabins-heading-wrapper {
	float: left;
	width: 100%;
}

.buycabins .buycabins-imageandcontent-sec {
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
}

.buycabins .buycabins-tegline-sec {
	float: left;
	width: 100%;
}

.partnerwithus .image {
	float: left;
	width: 50%;
}

.partnerwithus .image.mobile {
	display: none;
}

.partnerwithusinner .image {
	position: relative;
	border-radius: 30px;
	overflow: hidden;
}

.partner-image-content {
	position: absolute;
	top: 78px;
	left: 75px;
	z-index: 1;
	padding-right: 10px;
}

.partnerwithus .partner-image-content h2,
.buycabins .buycabins-heading-wrapper h2 {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 52px;
	line-height: 52px;
	color: #fff;
}

.buycabins .buycabins-heading-wrapper h2 {
	padding-bottom: 30px;
}

.partnerwithus .partner-image-content h4 {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 29px;
	line-height: 40px;
	color: #fff;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-right: 20px;
}

.partnerwithus .content p,
.buycabins .buycabins-heading-wrapper p {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #000000;
}

.partnerwithus.Partner-sec .content p {
	font-size: 22px;
	line-height: 33px;
}

.buycabins .buycabins-heading-wrapper p {
	color: #FFFFFF;
}

.partnerwithus .content .button {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.partnerwithus .content .button a {
	display: inline-block;
	background: #165F55;
	border-radius: 1000px;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 52px;
	text-align: center;
	color: #FFFFFF;
	padding: 0px 24px;

}

.partnerwithus .content .button .payment {
	display: inline-block;
	width: 55%;
	padding-left: 30px;
	position: relative;
	top: 10px;
}

.partnerwithus .payment span {
	float: left;
	width: 100%;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	color: #000000;
	opacity: 0.9;
	padding-bottom: 5px;
}

.partnerwithus .payment img {
	max-width: 218px;
}

.buycabins .image {
	width: 88%;
}

.buycabins .content {
	width: 48%;
	padding-left: 115px;
}

.partnerwithus .reviews {
	float: left;
	width: 100%;
	margin-top: 35px;
}

.partnerwithus .reviews .image {
	display: inline-block;
	width: 100px;
}

.partnerwithus.buycabins .reviews {
	display: flex;
	flex-direction: column;
	margin-top: 0;
}

.partnerwithus .reviews .image {
	display: flex;
	width: 100% !important;
}

.partnerwithus.buycabins .image::before {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.partnerwithus .reviews .image .image-inner {
	width: 35px;
	border: 3px solid #fff;
	border-radius: 50%;
	margin-right: 10px
}

.partnerwithus .reviews .image .image-content {
	display: flex;
	align-items: center;
	gap: 10px;
}

.partnerwithus .reviews .image .image-content img {
	width: 100px;
	filter: brightness(0.6);
}

.partnerwithus.buycabins .reviews .image::before {
	content: none;
}

.partnerwithus .reviews .revcontent {
	display: inline-block;
}

.partnerwithus.buycabins .reviews .revcontent {
	padding-left: 0px;
}

.partnerwithus .reviews .revcontent p,
.partnerwithus.buycabins .reviews .revcontent p {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #3f3f3d;
	margin-bottom: 10px;
}

.partnerwithus.buycabins .reviews .revcontent p {
	color: #FFFFFF;
}

.partnerwithus .reviews .revcontent span {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	color: #808080;
}

.partnerwithus .reviews .revcontent span img {
	margin-left: 10px;
	max-width: 70px;
}

.partnerwithus.buycabins {
	background-color: #000;
	padding: 85px 0;
}

.partnerwithus.buycabins .content {
	display: flex;
	width: 702px;
	padding: 40px;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}

.partnerwithus.buycabins .content {
	padding: 40px;
	gap: 10px;
	background: linear-gradient(90deg, rgba(29, 29, 29, 1) 0%, rgba(0, 0, 0, 1) 100%);
	position: relative;
	z-index: 1;
	margin-left: -30%;
	width: 66%;
	border-radius: 10px;
}

.partnerwithus.buycabins .reviews .image span {
	color: #FFF;
	font-family: 'Barlow';
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
}

.buycabins-list {
	padding-bottom: 80px;
}

.buycabins-list li {
	color: #FFF;
	font-family: Barlow;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 33px;
	padding: 12px 0;
}

.buycabins-list li svg {
	margin-right: 10px;
	filter: brightness(0.6);
}

.buycabins-tegline-sec {
	border-radius: 28px;
	background: rgba(252, 251, 244, 0.10);
	padding: 35px;
	margin-top: 55px;
}

h3.new-h3 {
	color: #FFF;
	font-family: 'Barlow';
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
}

.buycabins-tegline-sec h5 {
	color: #FFF;
	font-family: 'Barlow';
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
}

.buycabins-tegline-wrapper {
	display: flex;
	justify-content: space-between;
}

.buycabins-tegline-wrapper h4 {
	color: #FFF;
	font-family: 'Barlow';
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 33px;
}

.buycabins-tegline-wrapper .button {
	width: 57%;
	text-align: end;
}

.buycabins-tegline-wrapper .button a {
	display: inline-flex;
	padding: 16px 28px;
	align-items: center;
	border-radius: 25.5px;
	background: #165F55;
	color: #FFF;
	text-align: center;
	font-family: 'Barlow';
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 27px;
	border: 1px solid transparent;
	transition: 0.5s all;
}

.buycabins-tegline-wrapper .button a:hover {
	background-color: transparent;
	border: 1px solid #165F55;
}

/* partnerwithus end */
/* gift-cards */
.partnerwithus .content.gift-cards-content {
	width: 100%;
	background-color: #fff;
}

.gift-cards-header {
	float: left;
	width: 100%;
	background-color: #fff;
}

.gift-cards-content h2 {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 52px;
	line-height: 52px;
	color: #000;
	margin-bottom: 10px;
}

.gift-cards-content p {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #000;
}

.partnerwithus .content .button a {
	transition: 0.5s all;
	border: 1px solid transparent;
}

.partnerwithus .content .button a:hover {
	background-color: transparent;
	border: 1px solid #165F55;
	color: #165F55;
}

.partnerwithus.gift-cards .reviews .image .image-inner {
	border-color: #000;
}

.partnerwithus .payment {
	float: left;
	width: 100%;
	margin-top: 75px;
}

.gift-cards .partnerwithusinner .image.desktop {
	transform: translateY(-90px)
}

.wonderinnreviews {
	float: left;
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 70px;
	padding-bottom: 70px;
}

.wonderinnreviews .sitecontainer {
	padding-left: calc(50vw - 625px);
	max-width: 100%;
}

.wonderinnreviews .heading {
	float: left;
	width: 100%;
}

.wonderinnreviews .heading h2 {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 52px;
	line-height: 52px;
	text-align: center;
	color: #000000;
}

.wonderinnreviews .heading h4 {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 29px;
	line-height: 40px;
	text-align: center;
	color: #000000;
	margin-top: 15px;
	margin-bottom: 15px;
}

.wonderinnreviews .heading .rating {
	float: left;
	width: 100%;
}

.wonderinnreviews .heading .rating img {
	display: inline-block;
	max-width: 90px;
	margin-right: 10px;
	position: relative;
	top: -2px;
	filter: brightness(0.6);
}

.wonderinnreviews .heading .rating p {
	display: inline-block;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #000000;
}

.wonderinnreviews .wonderinnreviewsitems {
	float: left;
	width: 100%;
	margin-top: 70px;
}

.wonderinnreviews .wonderinnreviewsitems .owl-stage-outer {
	padding-top: 70px;
}

.wonderinnreviews .wonderinnreviewsitems .item {
	float: left;
	width: 100%;
	background: #FFFFFC;
	border-radius: 5px;
	padding: 24px;
}

.wonderinnreviews .wonderinnreviewsitems .item:hover {
	background: #FCFBF4;
}

.wonderinnreviews .wonderinnreviewsitems img {
	display: inline-block;
}

.wonderinnreviews .wonderinnreviewsitems .image {
	float: left;
	width: 100%;
	text-align: left;
}

.wonderinnreviews .wonderinnreviewsitems .image img {
	max-width: 60px;
}

.wonderinnreviews .wonderinnreviewsitems .rate {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 15px;
	text-align: left;
}

svg {
	filter: brightness(0.6);
}

.wonderinnreviews .wonderinnreviewsitems .rate img {
	max-width: 66px;
	filter: brightness(0.6);
}

.wonderinnreviews .wonderinnreviewsitems .item p {
	float: left;
	width: 100%;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #000000;
}

.wonderinnreviews .wonderinnreviewsitems .item span {
	float: left;
	width: 100%;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	color: #000000;
	margin-top: 20px;
}

.wonderinnreviews .wonderinnreviewsitems .owl-item {
	opacity: 0.3;
}

.wonderinnreviews .wonderinnreviewsitems .owl-item.big,
.wonderinnreviews .wonderinnreviewsitems .owl-item.medium,
.wonderinnreviews .wonderinnreviewsitems .owl-item.large {
	opacity: 100 !important;
}

.wonderinnreviews .wonderinnreviewsitems .owl-dots {
	float: left;
	width: 90%;
	background: #F3F1E7;
	border-radius: 1000px;
	height: 4px;
	margin-top: 28px;
}

.wonderinnreviews .wonderinnreviewsitems .owl-dots button {
	width: 319px;
	position: relative;
	top: -9px;
}

.wonderinnreviews .wonderinnreviewsitems .owl-dots button.active {
	background: #165F55;
	border-radius: 1000px;
	height: 4px;
}

.wonderinnreviews .wonderinnreviewsitems .owl-nav .owl-prev {
	display: none;
}

.wonderinnreviews .wonderinnreviewsitems .owl-nav .owl-next {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 240px;
}

.wonderinnreviews .wonderinnreviewsitems .owl-nav .owl-next span {
	display: none;
}

.followourstory {
	float: left;
	width: 100%;
	background-color: #fff;
	padding-top: 70px;
}

.followourstory .heading {
	float: left;
	width: 100%;

}

.followourstory .heading .followourstory-header {
	background-color: #FCFBF4;
	padding: 14px;
	border-radius: 17px;
	float: left;
	width: 100%;
}

.followourstory .heading .title {
	float: left;
	display: flex;
	align-items: center;
}

.followourstory .heading .title .image {
	display: inline-block;
}

.followourstory .heading .title .content {
	display: inline-block;
	padding-left: 45px;
}

.followourstory .heading .title .content h2 {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 52px;
	line-height: 52px;
	color: #000000;
}

.followourstory .heading .title .content h4 {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 29px;
	line-height: 40px;
	color: #000000;
}

.followourstory .heading .button {
	float: right;
	padding-top: 25px;
}

.followourstory .heading .button a {
	display: inline-block;
	border: 1px solid transparent;
	border-radius: 1000px;
	width: 318px;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 52px;
	text-align: center;
	color: #fff;
	padding: 5px 0;
	background: #165F55;
	transition: 0.5s all;
}

.followourstory .heading .button a:hover {
	background: transparent;
	color: #165F55;
	border: 1px solid #165F55;
}

.followourstory .followitems {
	float: left;
	width: 100%;
	padding-top: 70px;
	padding-left: 20px;
	padding-right: 20px;
}

.followourstory .followitems .item {
	float: left;
	width: 25%;
	padding: 10px;
}

.stayuptodate {
	float: left;
	width: 100%;
	padding-top: 85px;
	padding-bottom: 30px;
	background-color: #fdfcf7;
}

.stayuptodate h2 {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 52px;
	line-height: 52px;
	text-align: center;
	color: #000000;
}

.stayuptodate h2 span {
	color: #165F55;
}

.stayuptodate h4 {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 29px;
	line-height: 40px;
	text-align: center;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 40px;
}

.stayuptodate .form {
	float: left;
	width: 100%;
	padding-bottom: 25px;
}

.footer .widget4 .form input[type="email"] {
	display: inline-block;
	width: 100%;
	background: #F3F1E7;
	border-radius: 1000px;
	padding: 16px 30px;
	font-family: 'Barlow';
	text-align: left;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #000000;
	border: none;
	outline: none;
}

::placeholder {
	color: #000;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #000;
}

::-ms-input-placeholder {
	color: #000;
}

.footer .widget.widget4 form .mc4wp-form-fields {
	display: flex;
}

.footer .widget4 .form input[type="submit"] {
	display: inline-block;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 52px;
	text-align: center;
	color: #FFFFFF;
	background: #165F55;
	border-radius: 1000px;
	border: none;
	outline: none;
	margin: 5px 5px 5px -125px;
	padding: 0px 28px;
}

.stayuptodate p {
	float: left;
	width: 100%;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	color: #272727;
	opacity: 0.5;
}

.footer .form {
	float: left;
	width: 100%;
}

.footer {
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 70px;
	background-color: #fdfcf7;
}

.footer .widget p {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #272727;
	opacity: 0.9;
	float: left;
	width: 100%;
}

.footer .widget .logo {
	float: left;
	width: 100%;
	z-index: 99;
	position: relative;
}

.footer .widget .logo img {
	max-width: 100px;
	margin-bottom: 34px;
}

.footer .widget label {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 40px;
	color: #000000;
}

.footer .widget ul li a {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	padding: 5px 0;
	color: #272727;
	opacity: 0.9;
}
.footer .widget ul li a:hover,
.footer .widget ul li > a.active{
	text-decoration: underline;
}

.footer .widget {
	float: left;
}

.footer .widget1 {
	width: 30%;
}

.footer .widget2 {
	width: 18%;
}

.footer .widget3 {
	width: 18%;
}

.footer .widget4 {
	width: 33%;
}

.footer .widget4 p {
	margin-bottom: 25px;
}

.footer .widget .social {
	float: left;
	width: 100%;
}

.footer .widget .social a {
	display: inline-block;
	margin: 0 12px;
}

.footer .widget .social a:first-child {
	margin-left: 0;
}

.footer .widget .social a:last-child {
	margin-right: 0;
}

.footer .widget .social img {
	height: 22px;
	object-fit: contain;
	filter: brightness(0.6);
}

.footerbottom {
	float: left;
	width: 100%;
	background: #F3F1E7;
	padding-top: 27px;
	padding-bottom: 27px;
}

.footerbottom .copyright {
	float: left;
}

.footerbottom .copyright p {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #000000;
	opacity: 0.9;
}

.footerbottom .paymentlogo {
	float: right;
}

.footerbottom .paymentlogo img {
	max-width: 330px;
}

.footer-content br,
.footer-address br,
.footer-phone-email br {
	display: none;
}

.footer .widget .footer-content {
	padding-right: 20px;
}

.footer .widget .footer-address {
	padding: 15px 0;
	display: flex;
	align-items: center;
	gap: 10px;
}

.footer .widget .footer-phone-email a {
	padding: 5px 0;
	display: flex;
	align-items: center;
	gap: 10px;
}


.widget.widget4 br {
	display: none;
}

/* accomodation */
.pagebanner {
	float: left;
	width: 100%;
	padding-top: 310px;
	padding-bottom: 140px;
	background-repeat: no-repeat;
	background-size: cover;
}

.pagebanner h1 {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 58px;
	line-height: 52px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.pagebanner p {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 29px;
	line-height: 52px;
	text-align: center;
	color: #FFFFFF;
}

.discoveraccomodation {
	float: left;
	width: 100%;
	padding-top: 72px;
	background-color: #fdfcf7;
}

.discoveraccomodation .heading {
	float: left;
	width: 100%;
}

.discoveraccomodation .heading h2 {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 52px;
	line-height: 52px;
	text-align: center;
	color: #000000;
	margin-bottom: 10px;
}

.discoveraccomodation .heading p {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 29px;
	line-height: 40px;
	text-align: center;
	color: #000000;
}

.discoveraccomodation .discovermap {
	float: left;
	width: 100%;
	padding-top: 60px;
}

.discoveraccomodation .discovermap img {
	width: 100%;
}

.discoveraccomodation .discoveraccomodationitems {
	float: left;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 55px;
}

.discoveraccomodationitems .items {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 40px;
}

.discoveraccomodationitems .items .image {
	float: left;
	width: 100%;
	position: relative;
}

.discoveraccomodationitems .items .image img {
	width: 100%;
}

.discoveraccomodationitems .items .image .search {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: auto;
	height: auto;
	cursor: pointer;
	display: none;
	z-index: 999;
	/* pointer-events: none; */
}

.discoveraccomodationitems .items:hover .image .search {
	display: block;
}

.discoveraccomodationitems .items .image .dotimg {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: auto;
	height: auto;
	cursor: pointer;
	display: none;
	background-color: #fff;
	padding: 10px;
}

.discoveraccomodationitems .items:hover .image .dotimg {
	display: block;
}

.discoveraccomodationitems .items .item img {
	min-height: 450px;
	max-height: 450px;
	object-fit: cover;
}

.discoveraccomodationitems .items h3 {
	float: left;
	width: 100%;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 25px;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 3px;
	height: 60px;
}

.discoveraccomodationitems .items h3 a {
	color: #000000;
	text-decoration: none;
}

.discoveraccomodationitems .items h4 {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	color: #000000;
	margin-bottom: 15px;
}

.discoveraccomodationitems .items .tags {
	float: left;
	width: 100%;
	padding-right: 50px;
}

.discoveraccomodationitems .items .tags span {
	display: inline-block;
	background: #EEECE5;
	border-radius: 1000px;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	color: #000000;
	padding: 0px 10px;
	margin-right: 6px;
	margin-bottom: 10px;
}

.discoveraccomodationitems .photoslider .owl-nav {
	float: left;
	background: #FFFFFF;
	width: 107px;
	padding: 10px 15px;
	margin-top: -40px;
	position: relative;
	z-index: 1;
	display: none;
}

.discoveraccomodationitems .photoslider .owl-nav .owl-prev {
	float: left;
}

.discoveraccomodationitems .photoslider .owl-nav .owl-next {
	float: right;
}

.discoveraccomodationitems .photoslider .owl-nav img {
	max-height: 100% !important;
}

.discoveraccomodationitems .photoslider .owl-nav button img {
	max-width: 13px;
}

.discoveraccomodationitems .photoslider .slider-counter {
	float: left;
	width: 107px;
	margin-top: -32px;
	position: relative;
	z-index: 5;
	text-align: center;
	pointer-events: none;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	color: #000000;
	display: none;
}

.discoveraccomodationitems .items:hover .image .owl-nav {
	display: block;
}

.discoveraccomodationitems .items:hover .image .photoslider .slider-counter {
	display: block;
}

/* contact */

.contactus {
	float: left;
	width: 100%;
	background-color: #fdfcf7;
	padding-top: 105px;
}

.contactus .content {
	float: left;
	width: 50%;
}

.contactus .contactform {
	float: left;
	width: 50%;
}

.contactus .content h2 {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 52px;
	line-height: 52px;
	color: #000000;
}

.contactus .content h4 {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 29px;
	line-height: 40px;
	color: #000000;
	margin-top: 15px;
	margin-bottom: 15px;
}

.contactus .content p {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #000000;
}

.contactus .content label {
	margin-top: 30px;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 40px;
	color: #000000;
}

.contactus .content .touchinfo {
	float: left;
	width: 100%;
}

.contactus .content .touchinfo p {
	display: inline-block;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #000000;
	opacity: 0.5;
}

.contactus .content .touchinfo ul {
	display: inline-block;
	padding-left: 45px;
}

.contactus .content .touchinfo ul li a {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: rgba(0, 0, 0, 0.5);
}

.contactus .content .touchinfo ul li.email a {
	color: #165F55;
}

.contactus .content .social {
	float: left;
	width: 100%;
	padding-top: 40px;
}

.contactus .content .social a {
	display: inline-block;
	margin: 0 12px;
}

.contactus .content .social a:first-child {
	margin-left: 0;
}

.contactus .content .social img {
	height: 22px;
	object-fit: contain;
}

.contactus .contactform .fields {
	float: left;
	width: 100%;
	padding-bottom: 18px;
}

.contactus .contactform .fields label {
	float: left;
	width: 100%;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 10px;
}

.contactus .contactform .fields input[type="text"],
.contactus .contactform .fields input[type="email"],
.contactus .contactform .fields textarea {
	float: left;
	width: 100%;
	background: #F3F1E7;
	border-radius: 10px;
	border: none;
	padding: 15px 25px;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #000000;
}

.contactus .contactform .fields textarea {
	height: 169px;
}

.contactus .contactform .fields .halffield {
	float: left;
	width: 48%;
}

.contactus .contactform .fields .halffield:last-child {
	float: right;
	width: 48%;
}

.contactus .contactform .fields input[type="submit"] {
	display: inline-block;
	background: #165F55;
	border-radius: 1000px;
	width: 267px;
	text-align: center;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 52px;
	text-align: center;
	color: #FFFFFF;
	border: none;
	padding: 4px 0;
	margin-bottom: 10px;
}

.contactus .contactform .fields p {
	display: block;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #000000;
	opacity: 0.5;
	margin-left: 25px;
}

.contactus .contactform .fields .cf7sr-g-recaptcha {
	margin-left: 25px;
}

.contactus .contactform .fields.button p {
	display: inline-block;
}

.pressitems {
	float: left;
	width: 100%;
	background-color: #fdfcf7;
	padding-top: 70px;
}

.pressitems .pressitemsinner {
	display: grid;
	column-gap: 50px;
	grid-template-columns: 30.5% 30.5% 30.5%;
	row-gap: 50px;
	width: 100%;
}

.pressitems .pressitemsinner .box {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #E3E1D4;
	border-radius: 5px;

}

.pressitems .pressitemsinner .box .boxinner {
	width: 100%;
	padding: 58px 35px;
}

.pressitems .pressitemsinner .box .image {
	float: left;
	width: 100%;
	margin-bottom: 22px;
}

.pressitems .pressitemsinner .box .image img {
	max-height: 70px;
}

.pressitems .pressitemsinner .box span {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	text-decoration-line: underline;
	color: #165F55;
}

.presscontact {
	padding-bottom: 50px;
}

/* about us */

.aboutus {
	float: left;
	width: 100%;
	padding-top: 98px;
	background-color: #fdfcf7;
}

.aboutus .sitecontainer {
	padding-right: calc(50vw - 625px);
	max-width: 100%;
	display: flex;
	align-items: center;
}

.aboutus .photoslider {
	float: left;
	width: 50%;
	position: relative;
}

.aboutus .photoslider .owl-nav {
	float: right;
	background: #FFFFFF;
	width: 107px;
	padding: 10px 15px;
	margin-top: -44px;
	position: relative;
	z-index: 1;
}

.aboutus .photoslider .owl-nav .owl-prev {
	float: left;
}

.aboutus .photoslider .owl-nav .owl-next {
	float: right;
}

.aboutus .photoslider .owl-nav button img {
	max-width: 13px;
}

.aboutus .photoslider .slider-counter {
	float: right;
	width: 107px;
	margin-top: -36px;
	position: relative;
	z-index: 5;
	text-align: center;
	pointer-events: none;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	color: #000000;
}

.aboutus .content {
	float: left;
	width: 50%;
	padding-left: 147px;
}

.aboutus .content h2 {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 52px;
	line-height: 52px;
	color: #000000;
}

.blog-posts .post-item .post-author-date a,
.blog-top .blog-top-left .main-post-author-date a,
body .content .blog-top .blog-top-right .featured-post-author-date a {
	color: #165F55;
}

.aboutus .content h3,
.aboutus .content h4 {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 29px;
	line-height: 40px;
	color: #000000;
	margin-top: 15px;
}

.aboutus .content p {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #000000;
	margin-top: 20px;
}

/* faq */

.faqs {
	float: left;
	width: 100%;
	padding-top: 90px;
	background-color: #fdfcf7;
}

.faqs .sitecontainer {
	padding-right: calc(50vw - 625px);
	max-width: 100%;
}

.faqs .photoslider {
	float: left;
	width: 43%;
	position: relative;
	padding-top: 20px;
}

.faqs .photoslider .owl-nav {
	float: right;
	background: #FFFFFF;
	width: 107px;
	padding: 10px 15px;
	margin-top: -40px;
	position: relative;
	z-index: 1;
}

.faqs .photoslider .owl-nav .owl-prev {
	float: left;
}

.faqs .photoslider .owl-nav .owl-next {
	float: right;
}

.faqs .photoslider .owl-nav button img {
	max-width: 13px;
}

.faqs .photoslider .slider-counter {
	float: right;
	width: 107px;
	margin-top: -32px;
	position: relative;
	z-index: 5;
	text-align: center;
	pointer-events: none;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	color: #000000;
}

.faqs .content {
	float: left;
	width: 57%;
	padding-left: 125px;
}

.faqs .content .faqsitems {
	float: left;
	width: 100%;
}

.faqs .content .faqsitems .panel {
	background: none;
	border: none;
	box-shadow: none;
	border-bottom: 1px solid #e4e3de;
	border-radius: 0;
	padding: 10px 0;
	padding-bottom: 15px;
}

.faqs .content .faqsitems .panel-heading {
	background: none;
	border: none;
}

.faqs .content .faqsitems .panel-heading .panel-title a {
	display: block;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 29px;
	line-height: 35px;
	color: #165F55;
	text-decoration: none;
	position: relative;
	padding-left: 35px;
	background-image: url('../images/minus.png');
	background-repeat: no-repeat;
	background-position: left 18px;
}

.faqs .content .faqsitems .panel-heading .panel-title a.collapsed {
	color: #000000;
	background-image: url('../images/plus.png');
	background-position: left 12px;
}

.faqs .content .faqsitems .panel-body {
	border: none;
}

.faqs .content .faqsitems .panel-body {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #000000;
}

/* faq-patner */
.faq-patner {
	float: left;
	width: 100%;
	background-color: #fdfcf7;
	padding-top: 30px;
	padding-bottom: 26px;
}

.faq-patner .sitecontainer {
	margin: 0 auto;
	max-width: 1246px;
}

.faq-patner .content {
	width: 100%;
	display: inline-block;
	padding-top: 43px;
	padding-bottom: 30px;
	border-bottom: 1px solid #0000001f;
}

.faq-patner .heading-div {
	float: left;
	width: 40%;
}

.faq-patner .text-div {
	float: left;
	width: 60%;
	display: flex;
	align-content: center;
	align-items: center;
}

.faq-patner .heading-div h3 {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 29px;
	line-height: 35px;
	color: #000000;
}

.faq-patner .text-div p {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #000000;
}

.faq-patner .content:last-child .text-div .button {
	width: 233px;
	height: 60px;
	background: #165F55;
	border-radius: 1000px;
	text-align: center;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	margin-left: 30px;
}

.faq-patner .content:last-child .text-div .button a {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 52px;
	text-align: center;
	color: #FFFFFF;
}

/* vacancies */

.vacancies {
	float: left;
	width: 100%;
	padding-top: 76px;
	background-color: #fdfcf7;
}

.vacancies .sitecontainer {
	padding-left: calc(50vw - 625px);
	max-width: 100%;
	display: flex;
	align-items: center;
}

.vacancies .photoslider {
	float: left;
	width: 53%;
	position: relative;
}

.vacancies .photoslider .owl-nav {
	float: left;
	background: #FFFFFF;
	width: 107px;
	padding: 10px 15px;
	margin-top: -40px;
	position: relative;
	z-index: 1;
}

.vacancies .photoslider .owl-nav .owl-prev {
	float: left;
}

.vacancies .photoslider .owl-nav .owl-next {
	float: right;
}

.vacancies .photoslider .owl-nav button img {
	max-width: 13px;
}

.vacancies .photoslider .slider-counter {
	float: left;
	width: 107px;
	margin-top: -32px;
	position: relative;
	z-index: 5;
	text-align: center;
	pointer-events: none;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	color: #000000;
}

.vacancies .content {
	float: left;
	width: 47%;
}

.vacancies .content h2 {
	float: left;
	width: 100%;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 52px;
	line-height: 52px;
	color: #000000;
}

.vacancies .content h4 {
	float: left;
	width: 100%;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 29px;
	line-height: 40px;
	color: #000000;
	margin-top: 30px;
	margin-bottom: 40px;
}

.vacancies .content a {
	display: inline-block;
	color: #165F55;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 29px;
	line-height: 40px;
}

div.post-content-wrapper .post-content .post-text .post-chapter-text a {
	-webkit-text-decoration-color: #207c71;
	text-decoration-color: #207c71;
}

div.post-banner .author-date a {
	color: #108171;
}

div.addtoany_list a img {
	filter: brightness(0.6);
}

div.blog-top .blog-top-right .featured-post-author-date a {
	color: #165f55;
}

div.post-content-wrapper .post-content .post-navigation a.active {
	-webkit-text-decoration-color: #108171;
	text-decoration-color: #108171;
}

div.post-content-wrapper .post-content .post-navigation a span {
	color: #165f55;
}

.vacancies .content a img {
	margin-left: 10px;
	filter: brightness(0.6);
}

.vacanciesjobs {
	float: left;
	width: 100%;
	background-color: #fdfcf7;
	padding-top: 90px;
}

.vacanciesjobs .vacanciesjobsitems {
	float: left;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 70px;
	border-top: 1px solid #e4e3de;
}

.vacanciesjobs .vacanciesjobsitems:last-child {
	border-bottom: 1px solid #e4e3de;
}

.vacanciesjobs .jobtitle {
	float: left;
	width: 20%;
}

.vacanciesjobs .joboffer {
	float: left;
	width: 40%;
}

.vacanciesjobs .requirement {
	float: left;
	width: 40%;
	padding-left: 22px;
}

.vacanciesjobs .jobtitle h3 {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 29px;
	line-height: 35px;
	color: #000000;
	margin-bottom: 10px;
}

.vacanciesjobs .jobtitle span {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #000000;
}

.vacanciesjobs p {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #000000;
}

.vacanciesjobs p a {
	color: #165F55;
}

.vacanciesjobs label {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 25px;
	color: #000000;
	margin-bottom: 15px;
}

.vacanciesjobs ul li {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	list-style: disc;
	margin-bottom: 15px;
}


.vacanciesjobs .joboffer label {
	margin-top: 25px;
}

.vacanciesjobs .joboffer ul {
	margin-left: 30px;
	margin-bottom: 25px;
}

.vacanciesjobs .requirement ul {
	margin-left: 15px;
}

.partnerwith .sitecontainer {
	display: block;
}

.partnerwith .photoslider {
	width: 53%;
}

.partnerwith .content {
	width: 47%;
}

.partnerwith .content h4 {
	margin-top: 0;
}

.partnerwith .photoslider .owl-nav {
	margin-top: -40px;
}

.partnerwith .photoslider .slider-counter {
	margin-top: -33px;
}

.partnerwith .photoslider .reviews {
	float: right;
	width: 85%;
}

.partnerwith .reviews {
	float: left;
	width: 100%;
	margin-top: 35px;
}

.partnerwith .reviews .image {
	display: inline-block;
	float: left;
	width: 100px;
	text-align: center;
}

.partnerwith .reviews .image img {
	max-width: 100px;
}

.partnerwith .reviews .revcontent {
	display: inline-block;
	padding-left: 25px;
}

.partnerwith .reviews .revcontent p {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #000000;
	margin-bottom: 10px;
}

.partnerwith .reviews .revcontent span {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	color: #808080;
}

.partnerwith .reviews .revcontent span img {
	margin-left: 10px;
	max-width: 70px;
}

.aboutus .content .button {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.aboutus .content .button a {
	display: inline-block;
	background: #165F55;
	border-radius: 1000px;
	width: 233px;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 52px;
	text-align: center;
	color: #FFFFFF;
}

.single-product .pagebanner h1 {
	margin-bottom: 10px;
	line-height: 55px;
}

.giftcards {
	float: left;
	width: 100%;
	padding-top: 83px;
	padding-bottom: 40px;
	background-color: #fdfcf7;
}

.giftcards .prodimage {
	float: left;
	width: 50%;
}

.giftcards .prodimage.mobile {
	display: none;
}

.giftcards .content {
	float: right;
	width: 50%;
	padding-left: 130px;
}

.giftcards .content h2 {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 52px;
	line-height: 52px;
	color: #000000;
}

.giftcards .content h4 {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	line-height: 40px;
	color: #000000;
	margin-top: 15px;
	margin-bottom: 15px;
}

.giftcards .content h4 span {
	color: #165F55;
	font-weight: 700;
}

.giftcards .content p {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #000000;
}

.giftcards .content .variation {
	float: left;
	width: 100%;
	padding-top: 20px;
}

.giftcards .content .variation label {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 25px;
	color: #000000;
	margin-bottom: 10px;
}

.giftcards .content .variation p {
	float: left;
	width: 100%;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	color: #000000;
	margin-top: 15px;
}

.giftcards .content .variation .variationitem {
	float: left;
	width: 100%;
	background: #F3F1E7;
	border-radius: 1000px;
	padding: 15px 30px;
	padding-right: 0px;
	position: relative;
}

.giftcards .content .variation .variationitem h5 {
	float: left;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	color: #000000;
}

.giftcards .content .variation .variationitem .selectlabel {
	float: left;
	width: 70%;
	position: relative;
}

.giftcards .content .variation .variationitem .selectlabel select {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
}

.giftcards .content .variation .variationitem .selectprice {
	float: left;
	width: 30%;
	position: relative;
}

.giftcards .content .variation .variationitem img {
	position: absolute;
	right: 25px;
	top: 12px;
	pointer-events: none;
}

.giftcards .content .variation .variationitem select {
	width: 100%;
	background: none;
	border: none;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 25px;
	color: #000000;
	background: none !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

.giftcards .content .variation .variationitem .selectprice select {
	pointer-events: none;
}

.giftcards .content .variation .variationitem select:focus,
.giftcards .content .variation .variationitem select:active {
	outline: none;
	border: none;
}

.coupon #coupon_code {
	width: 155px;
}

.woocommerce-page .entry-header {
	padding-top: 150px;
}

.giftcards .content .cartbtn {
	float: left;
	width: 100%;
	padding-top: 25px;
}

.giftcards .content .cartbtn .quantity .minus,
.giftcards .content .cartbtn .quantity .plus {
	width: 20%;
	text-align: center;
	background: none;
	border: none;
	font-family: unset;
	font-weight: 800;
	text-transform: uppercase;
	color: #666;
}

.giftcards .content .cartbtn .quantity .input-text {
	width: 50%;
	text-align: center;
	border: none;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #000000;
	outline: none;
	background: none;
}

.giftcards .content .cartbtn .button button,
.giftcards .content .cartbtn button {
	float: left;
	width: 100%;
	background: #165F55 !important;
	border-radius: 1000px !important;
	border: none !important;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 20px !important;
	line-height: 52px !important;
	color: #FFFFFF !important;
	text-align: center !important;
	padding: 0;
}

.wonderInnriversideiteems .item h3 {
	margin: 10px 0;
}

.giftcards .content .cartbtn .button img {
	width: 17px;
	height: 17px;
	margin-left: 11px;
	margin-top: -2px;
}

.giftcards .content .securepayment {
	float: left;
	width: 100%;
	padding-top: 20px;
}

.giftcards .content .securepayment p {
	display: inline-block;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	color: #0000007d;
}

.giftcards .content .securepayment p img {
	margin-right: 10px;
	margin-left: 0;
	margin-top: -4px;
}

.giftcards .content .securepayment img {
	display: inline-block;
	max-width: 250px;
	margin-left: 25px;
}

.giftcards .content .reviews {
	float: left;
	width: 100%;
	margin-top: 35px;
}

.giftcards .content .reviews .image {
	display: inline-block;
	float: left;
	width: 20%;
	text-align: center;
}

.giftcards .content .reviews .image img {
	max-width: 100px;
}

.giftcards .content .reviews .revcontent {
	display: inline-block;
	padding-left: 25px;
	width: 80%;
}

.giftcards .content .reviews .revcontent p {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #000000;
	margin-bottom: 10px;
}

.giftcards .content .reviews .revcontent span {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	color: #808080;
}

.giftcards .content .reviews .revcontent span img {
	margin-left: 10px;
	max-width: 70px;
	filter: brightness(0.6);
}

.stickybtn {
	float: left;
	width: 100%;
	background-color: #000;
	color: #fff;
	padding: 20px 0;
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

/* buy cabins */

.buycabinsitems {
	float: left;
	width: 100%;
	background-color: #fdfcf7;
}

.buycabinsitems .items {
	float: left;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
}

.buycabinsitems .items:nth-child(2) {
	background-image: url('https://lpgstage.com/stage/27/Wonderinn/wp-content/uploads/2022/11/setupcabinsbg.png');
	background-size: 57% 100%;
	background-repeat: no-repeat;
}

.buycabinsitems .items .sitecontainer {
	padding-left: calc(50vw - 625px);
	max-width: 100%;
}

.buycabinsitems .items .content {
	float: left;
	width: 47%;
	padding-right: 40px;
}

.buycabinsitems .items .content h2 {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	color: #000000;
}

.buycabinsitems .items .content h3 {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 29px;
	line-height: 40px;
	color: #000000;
	margin-bottom: 20px;
}

.followourstory h3 {
	color: #333;
}

.buycabinsitems .items .content h4 span {
	color: #165F55;
	font-weight: 700;
}

.buycabinsitems .items .content p {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #000000;
}

.buycabinsitems .items .content ul {
	padding-left: 25px;
	padding-top: 25px;
}

.buycabinsitems .items .content ul li {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #000000;
	list-style: disc;
}

.buycabinsitems .items .content .button {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.buycabinsitems .items .content .button a {
	display: inline-block;
	background: #165F55;
	border-radius: 1000px;
	width: 240px;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 52px;
	text-align: center;
	color: #FFFFFF;
	padding: 5px 8px;
}

.buycabinsitems .items .imageslider {
	float: left;
	width: 53%;
}

.buycabinsitems .items .imageslider .photoslider {
	float: left;
	width: 100%;
}

.buycabinsitems .items .imageslider .owl-nav {
	float: left;
	background: #FFFFFF;
	width: 107px;
	padding: 10px 15px;
	margin-top: -39px;
	position: relative;
	z-index: 1;
}

.buycabinsitems .items .imageslider .owl-nav .owl-prev {
	float: left;
}

.buycabinsitems .items .imageslider .owl-nav .owl-next {
	float: right;
}

.buycabinsitems .items .imageslider .owl-nav button img {
	max-width: 13px;
}

.buycabinsitems .items .imageslider .slider-counter {
	width: 107px;
	margin-top: -32px;
	position: relative;
	z-index: 5;
	text-align: center;
	pointer-events: none;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	color: #000000;
}


.setupcabins {
	float: left;
	width: 100%;
	background-color: #fdfcf7;
	padding-top: 89px;
	padding-bottom: 89px;
	background-image: url('https://lpgstage.com/stage/27/Wonderinn/wp-content/uploads/2022/11/setupcabinsbg.png');
	background-size: 50% 100%;
	background-repeat: no-repeat;
}

.setupcabins .leftside {
	float: left;
	width: 50%;
	padding-right: 40px;
}

.setupcabins .rightside {
	float: left;
	width: 50%;
	padding-left: 117px;
}

.setupcabins .leftside h3 {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	color: #000000;
	margin-bottom: 30px;
}

.setupcabins .leftside p {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #000000;
}

.setupcabins .leftside .button {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.setupcabins .leftside .button a {
	display: inline-block;
	border: 1px solid #165F55;
	border-radius: 1000px;
	width: 400px;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 52px;
	text-align: center;
	color: #040404;
	padding: 5px 0;
}

.setupcabins .rightside h4 {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 29px;
	line-height: 40px;
	color: #000000;
	margin-bottom: 15px;
}

.setupcabins .rightside p {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #000000;
}

.setupcabins .rightside ul {
	padding-left: 15px;
	margin-top: 20px;
}

.setupcabins .rightside ul li {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	list-style: disc;
	padding: 5px 0;
}

/* buycabins inner */
.buycabinsinner .content h2.new-h3-main {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	color: #000000;
}

.buycabinsinner .content h2.new-h3-main span {
	color: #165F55;
	font-weight: 700;
}

.buycabinsinner .content h3 {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	color: #000000;
}

.buycabinsinner .content h3 span {
	color: #165F55;
	font-weight: 700;
}

.buycabinsinner .content h4 {
	margin-top: 15px;
	margin-bottom: 30px;
}

.buycabinsinner .content .button {
	float: left;
	width: 100%;
}

.buycabinsinner .content .button a {
	display: inline-block;
	background: #165F55;
	border-radius: 1000px;
	width: 233px;
	padding: 10px;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
}

.buycabinsinner .reviews {
	float: left;
	width: 100%;
	margin-top: 35px;
}

.buycabinsinner .reviews .image {
	float: left;
	width: 15%;
}

.vacancies .content h3.new-h3-sub {
	float: left;
	width: 100%;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 29px;
	line-height: 40px;
	color: #000;
	margin-top: 15px;
	margin-bottom: 30px;
}

.buycabinsinner .reviews .revcontent {
	display: inline-block;
	padding-left: 25px;
	width: 75%;
}

.buycabinsinner .reviews .revcontent p {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #000000;
	margin-bottom: 10px;
}

.buycabinsinner .reviews .revcontent span {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	color: #808080;
}

.buycabinsitems .items .content .button a:hover {
	text-decoration: underline;
}

div.woocommerce-message {
	border-top-color: #165f55;
}

div.woocommerce-message::before {
	color: #165f55;
}

div.categories .categories-content a.current-cat {
	color: #165f55;
	background: transparent;
}

div.blog-posts .pagination .page-numbers.current {
	border: 1px solid #165f55;
	background: #fff;
	color: #165f55;
}

.buycabinsinner .reviews .revcontent span img {
	margin-left: 10px;
	max-width: 70px;
	filter: brightness(0.6);
}

.buycabinsinnerinfo {
	float: left;
	width: 100%;
	background-color: #fdfcf7;
	padding-top: 70px;
	padding-bottom: 30px;
}

.buycabinsinnerinfo .leftside {
	float: left;
	width: 50%;
	border-right: 1px solid #e4e3de;
	padding-right: 140px;
}

.buycabinsinnerinfo .rightside {
	float: left;
	width: 50%;
	padding-left: 140px;
}

.buycabinsinnerinfo label {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 29px;
	line-height: 40px;
	color: #000000;
	margin-bottom: 20px;
}

.buycabinsinnerinfo ul {
	padding-left: 15px;
}

.buycabinsinnerinfo ul li {
	list-style: disc;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	padding: 5px 0;
}

.buycabinsinner1 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.buycabinsinner1 .content h2 {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 52px;
	line-height: 52px;
	color: #000000;
	margin-bottom: 25px;
}

.buycabinsinner1 .content h3 {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 29px;
	line-height: 40px;
	color: #000000;
}

.buycabinsinner1 .content h3 span {
	color: #165F55;
	font-weight: 700;
}

.buycabinsinner1 .content h4 {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 29px;
	line-height: 40px;
	margin-top: 15px;
}

.buycabinsinner1 .content .button {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.buycabinsinner1 .content .view {
	background: transparent !important;
	font-family: 'Barlow';
	font-style: normal !important;
	font-weight: 600 !important;
	font-size: 18px !important;
	/* line-height: 52px !important; */
	color: #000000 !important;
	border: 1px solid #165F55;
}

.buycabinsinner1 .content .button a {
	display: inline-block;
	background: #165F55;
	border-radius: 1000px;
	width: 233px;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	padding: 10px;
	text-align: center;
	color: #FFFFFF;
	margin-right: 33px;
}

.buycabinsinner1 img.up-img {
	position: absolute;
	top: -29px;
	left: 96px;
}

.buycabinsinner1 img.middel-img {
	width: 90%;
}

.buycabinsinner1 img.down-img {
	position: absolute;
	bottom: -55px;
	right: 108px;
}

.buycabinsinner2 {
	float: left;
	padding-top: 50px;
	padding-bottom: 100px;
	width: 100%;
}

.buycabinsinner2 img {
	width: 100%;
}

.modal {
	top: 10%;
}

.modal .modal-dialog {
	max-width: 740px;
	border-radius: 10px;
	padding-top: 55px;
}

.modal .modal-dialog .close {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 999;
}

.modal .modal-body {
	display: inline-block;
	padding-top: 55px;
	padding-bottom: 55px;
	padding-right: 65px;
	padding-left: 65px;
}

.modal h4 {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 40px;
	text-align: center;
	color: #000000;
}

.bookgatewayform {
	float: left;
	width: 100%;
	padding-top: 34px;
}

.bookgatewayform .fields {
	float: left;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
}

.bookgatewayform .fields .halffield {
	float: left;
	width: 48%;
}

.bookgatewayform .fields .halffield:last-child {
	float: right;
}

.bookgatewayform .fields label {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 25px;
	color: #000000;
}

.bookgatewayform .fields input[type="text"],
.bookgatewayform .fields input[type="email"],
.bookgatewayform .fields textarea {
	float: left;
	width: 100%;
	background: #F3F1E7;
	border-radius: 10px;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #000000;
	border: none;
	padding: 10px 30px;
	outline: none;
}

.bookgatewayform .fields input[type="submit"] {
	float: left;
	width: 100%;
	border: none;
	outline: none;
	background: #165F55;
	border-radius: 1000px;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 52px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 20px;
}

.bookgatewayform .fields p {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	color: #272727;
	opacity: 0.5;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output {
	float: left;
	width: 100%;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
}

.wpcf7-spinner {
	display: none !important;
}

.cartbtn .button.product_type_variable,
.cartbtn .woocommerce-variation.single_variation {
	display: none !important;
}

.cartbtn .variations {
	display: none !important;
}

.wpml-ls-legacy-list-horizontal {
	display: inline-block;
	padding: 0 !important;
	border: none;
}

.wpml-ls-legacy-list-horizontal a {
	padding: 0 !important;
}

.wonderinnaccomdationspage {
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

.wonderinnaccomdationspage .content {
	float: left;
	width: 50%;
	padding-right: 20px;
}

.wonderinnaccomdationspage .map {
	float: left;
	width: 50%;
	padding-left: 20px;
}

.wonderinnaccomdationspage .content h2 {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 52px;
	line-height: 52px;
	color: #000000;
}

.wonderinnaccomdationspage .content p {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #000000;
	margin-top: 20px;
}

.wonderinnaccomdationspage.wonderInnglasscabin .content {
	width: 100%;
}

.wonderInnriversideiteems {
	float: left;
	width: 100%;
	padding-top: 50px;
}

.wonderInnriversideiteems .item {
	margin-bottom: 30px;
}

.wonderInnriversideiteems .item img {
	width: 100%;
	height: 450px;
	object-fit: cover;
}

.wonderInnriversideiteems .item h2 {
	float: left;
	width: 100%;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 25px;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 60px;
}

body .woocommerce-info {
	border-top-color: #165f55;
}

body .woocommerce-info::before {
	color: #165f55;
}

.wonderInnriversideiteems .item a:hover {
	text-decoration: underline;
}

body .woocommerce button.button:disabled:hover,
body .woocommerce button.button:disabled[disabled]:hover,
body .woocommerce #respond input#submit.alt:hover,
body .woocommerce a.button.alt:hover,
body .woocommerce button.button.alt:hover,
body .woocommerce input.button.alt:hover,
body .woocommerce #respond input#submit:hover,
body .woocommerce a.button:hover,
body .woocommerce button.button:hover,
body .woocommerce input.button:hover {
	background-color: #ffffff;
	color: #165f55;
	border: 1px solid #165f55;
}

body .woocommerce #respond input#submit.alt,
body .woocommerce a.button.alt,
body .woocommerce button.button.alt,
body .woocommerce input.button.alt,
body .woocommerce #respond input#submit,
body .woocommerce a.button,
body .woocommerce button.button,
body .woocommerce input.button {
	background-color: #165f55;
	color: #fff;
}

.wonderInnriversideiteems .item a {
	display: inline-block;
	background: #165F55;
	border-radius: 1000px;
	width: 233px;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 52px;
	text-align: center;
	color: #FFFFFF;
}

.wonderInnglasscabinfaq {
	float: left;
	width: 100%;
	padding-bottom: 40px;
}

.wonderInnglasscabinfaq .faqsitems {
	float: left;
	width: 100%;
}

.wonderInnglasscabinfaq .faqsitems .panel {
	background: none;
	border: none;
	box-shadow: none;
	border-bottom: 1px solid #e4e3de;
	border-radius: 0;
	padding: 10px 0;
	padding-bottom: 15px;
}

.wonderInnglasscabinfaq .faqsitems .panel-heading {
	background: none;
	border: none;
}

.wonderInnglasscabinfaq .faqsitems .panel-heading .panel-title a {
	display: block;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 35px;
	color: #165F55;
	text-decoration: none;
	position: relative;
	padding-left: 35px;
	background-image: url('../images/minus.png');
	background-repeat: no-repeat;
	background-position: left 18px;
	filter: brightness(0.6);
}

.breadcrumbs svg {
	filter: brightness(0.6);
}

div.categories .categories-content a.current-cat {
	color: #165f55;
}

div.categories .categories-content a:not(:last-child) {
	border-right: 1px solid #165f55;
}

.wonderInnglasscabinfaq .faqsitems .panel-heading .panel-title a.collapsed {
	color: #000000;
	background-image: url('../images/plus.png');
	background-position: left 7px;
}

.wonderInnglasscabinfaq .content .faqsitems .panel-body {
	border: none;
}

.wonderInnglasscabinfaq .faqsitems .panel-body {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #000000;
}

.discoverproperties .discoverpropertiesitem .item .image {
	transition: transform .2s;
}

/* .discoverproperties .discoverpropertiesitem .item:hover .image{
	transform: scale(1.05);
} */
.discoveraccomodationitems .items {
	transition: transform .2s;
}

/* .discoveraccomodationitems .items:hover{
	transform: scale(1.05);
} */

.whywonderinn .whywonderinnitems .item img {
	transition: transform .2s;
}

.whywonderinn .whywonderinnitems .item:hover .whywonderinn-image {
	box-shadow: 0px 24px 44px 0px rgba(0, 0, 0, 0.20);
}

.whywonderinn .whywonderinnitems .item:hover .whywonderinn-content a {
	opacity: 1;
}

.bestforuniqueitem .item {
	transition: transform .2s;
}

.bestforuniqueitem .item:hover {
	transform: scale(1.05);
}

.partnerwithus .image img {
	transition: transform .2s;
	position: relative;
}

.partnerwithus .image::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(circle, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.8) 100%);
	z-index: 1;
}

.partnerwithus.gift-cards .image::before {
	content: none;
}

.pressitems .pressitemsinner .box {
	transition: transform .2s;
}

.pressitems .pressitemsinner .box:hover {
	transform: scale(1.05);
}

.giftcards .prodimage img {
	position: relative;
	transition: top 1s linear;
}

.thankyou {
	float: left;
	width: 100%;
	background-color: #fdfcf7;
	padding-top: 105px;
	padding-bottom: 80px;
}

.dirbox {
	width: 292px;
	background: #FFFFFF;
	border-radius: 5px;
}

.dirbox .image {
	float: left;
	width: 22%;
}

.dirbox .image img {
	width: 100%;
	height: 65px;
	object-fit: cover;
	border-radius: 5px;
}

.dirbox .info {
	float: left;
	width: 78%;
	padding-left: 20px;
}

.dirbox .info h3 {
	float: left;
	width: 100%;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
}

.dirbox .info a {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	text-decoration-line: underline;
	color: #000000;
	outline: none;
}

.pagebanner::before {
	content: '';
	position: absolute;
	background-color: #000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 00;
	opacity: 0.5
}

.actions .coupon button.button {
	padding: 0.718em 1em;
}

.blog-posts .content .post-image>a {
	display: block;
}

.blog-posts .content .post-image>a {
	position: relative;
	padding-top: 80%;
}

.blog-posts .content .post-image>a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;

}

.blog-posts .post-item .post-image {
	height: unset;
}

.partnerwithusinner .image.desktop img {
	width: 100%;
}

.wpcf7 form.wpcf7-form .wpcf7-response-output {
	margin-left: 43px;
	width: 90%;
}

.logo a {
	position: relative;
}

.logo a::before {
	position: absolute;
	content: attr(href);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	font-size: 0;
}

form .mc4wp-response .mc4wp-error {
	margin-top: 12px;
}

.header.bgactive {
	background: #000000bf;
	top: 0px;
	padding-top: 27px;
	padding-bottom: 27px;

}

.header {
	position: fixed;
	padding-top: 70px;
	transition: all 0.5s ease !important;
	z-index: 999999;
}

.discoveraccomodation .discoveraccomodationitems .items .button a,
.discoverpropertiesitem .item .button a {
	background: #165F55;
}

.discoveraccomodation .discoveraccomodationitems .items .button a:hover,
.discoverpropertiesitem .item .button a:hover {
	text-decoration: underline;
}

div.post-banner-wrapper {
	padding-top: 210px;
}

div#qlwapp.qlwapp-bottom-right {
	z-index: 99;
}

.herobanner .closevid {
	z-index: 999999;
	top: 105px;
}

div#bulletinwp-bulletin-item-1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

div.mfp-wrap {
	z-index: 9999998;
}

#wpadminbar {
	z-index: 99999999 !important;
}

.owl-photoslider .item {
	position: relative;
	padding-top: 70%;
}

.discoveraccomodationitems .photoslider .owl-photoslider .item {
	position: relative;
	padding-top: 108%;
	pointer-events: none;
}

.owl-photoslider .item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vacanciesjobs,
.vacanciesjobs .vacanciesjobsitems {
	position: relative;
}

.vacanciesjobs:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffffe3;
}

.vacanciesjobs .vacanciesjobsitems:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	max-width: 265px;
	max-height: 150px;
	background-image: url(../assets/images/img-removebg-preview.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 11;
}

#bulletinwp-bulletin-item-1 .bulletinwp-bulletin-item {
	background-color: #165F551A !important;
	color: #fff !important;
}

.owl-banner-review .owl-dots {
	text-align: center;
}

.owl-banner-review .owl-dots .owl-dot {
	background: rgba(255, 255, 255, 0.30);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin-right: 5px;
}

.owl-banner-review .owl-dots .owl-dot.active {
	background: #165F55;
}

.owl-banner-review .owl-nav {
	visibility: hidden;
}

.owl-carousel.owl-banner-review {
	white-space: nowrap;
	overflow: hidden;
	display: block;
}

.owl-carousel.owl-banner-review>.item {
	display: inline-block;
}







/* new css */

.exp-main .discover-image {
	position: relative;
	padding-top: 101%;
	width: 100%;
	height: 100%;
}

.exp-img-main {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
	margin-bottom: 75px;
}

section.exp-main {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	background-color: #001F1C;
	padding-top: 200px;
}

.exp-image-sec {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
}

.herobanner .overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	/* background: rgba(0, 0, 0, 0.6); */
	background: rgba(0, 0, 0, 0.80);
	z-index: 1;
}


.herobanner .sitecontainer {
	position: relative;
	z-index: 1;
}

.herobanner .b2b {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 0;
}

.herobanner.b2b h1 {

	font-size: 40px;
	line-height: 130%;
}

.exp-main h2,
section.why-us h2,
.banner-left h2,
.event-right h2,
.create-left h2 {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	text-align: center;
	color: #FFFFFF;
	line-height: 130%;
	margin: 0 auto;
	margin-bottom: 20px;
}

.exp-main p,
section.why-us p,
.event-right p,
.create-left p,
.create-left span {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 130%;
	color: #FFFFFF;
	margin-bottom: 55px;
	text-align: center;
}

.create-left p {
	margin-bottom: 0;
}

.create-left span {
	font-size: 22px;
	margin-bottom: 0;
}

.create-left p,
.create-left span,
.create-left h2 {
	text-align: left;
}

.herobanner.b2b h4 {

	font-size: 24px;
	line-height: 130%;
	margin-bottom: 45px;

}


.banner-hero-wraper .col-lg-7.col-12.b2b {
	width: 45.6%;
}

.exp-img-main .discover-image-wraper {
	position: relative;
	width: calc(50% - 5px);
	box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.2);
	transition: box-shadow 0.3s ease;


}

.exp-img-main .discover-image-wraper:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}


.exp-img-main .discover-image-wraper:nth-child(3),
.exp-img-main .discover-image-wraper:nth-child(4),
.exp-img-main .discover-image-wraper:nth-child(5) {
	width: calc(33.33% - 6.67px);
}


.exp-main .discover-image-wraper:nth-child(3) .discover-image,
.exp-main .discover-image-wraper:nth-child(4) .discover-image,
.exp-main .discover-image-wraper:nth-child(5) .discover-image {
	padding-top: 144%;
}



.exp-main .discover-image-content p {
	font-size: 22px;
	text-align: left;
}

section.exp-main,
section.why-us {
	margin-bottom: 90px;
}
section.why-us{
	overflow: hidden;
}

section.why-us h2,
section.why-us p,
.banner-left h2,
.event-right h2,
.event-right p {
	text-align: left;
	color: #000000;
}


section.why-us .b2b-scroll p {
	font-family: 'Barlow';
	font-size: 28px;
	font-weight: 700;
	line-height: 130%;
	text-align: left;
	color: #FFFFFF;
	position: absolute;
	padding: 35px;
	bottom: 0;
	margin-bottom: 0;

}
.b2b-scroll .owl-dots {
	margin-top: 50px;
	display: flex;
	border-radius: 75px;
	overflow: hidden;
}
.b2b-scroll .owl-dots .owl-dot {
	background: #F3F1E7;
	height: 4px;
	width: 100%;
}
.b2b-scroll .owl-dots .owl-dot.active{
	background-color: #165F55;
	border-radius: 75px;
	overflow: hidden;
}


.banner-right {
	max-width: 47.2%;
	width: 100%;
	display: flex;
	flex-direction: column;
}
.banner-right .buttons{
	display: none;
}
.more-information {
	margin-top: auto;
	display: flex;
	margin-bottom: 50px;
	justify-content: center;
	color: #fff;
	font-size: 18px;
	font-family: "Barlow";
	line-height: 150%;
	position: relative;
	transition: all .5s ease;
}
.more-information a{
	position: relative;
}
.more-information a:focus,
.more-information a:hover{
	color: #165F55;
}
.more-information a::before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 20px;
	height: 26px;
	background-image: url(../images/down-arrow.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	transition: all .5s ease;
}
.more-information a:hover::before{
	filter: brightness(0) saturate(100%) invert(27%) sepia(73%) saturate(406%) hue-rotate(122deg) brightness(97%) contrast(95%);
}
.banner-left {
	max-width: 42.5%;
	width: 100%;
	background-color: #ffff;
	padding: 25px 35px;
	border-radius: 20px;
	margin-bottom: -115px;
}


.banner-left span {
	font-family: 'Barlow';
	font-size: 18px;
	font-weight: 400;
	line-height: 130%;
	text-align: left;
	color: #272727;

}


.banner-left input,
.banner-left textarea,
.banner-left select {
	padding: 15px 12px;
	border-radius: 8px;
	margin-bottom: 20px;
	border: 1px solid #777777;
	width: 100%;
	font-family: 'Barlow';
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	text-align: left;



}



.banner-left input:invalid,
.banner-left textarea:invalid,
.banner-left select:invalid {
	margin-bottom: 0;
}


.banner-left input+span.wpcf7-not-valid-tip,
.banner-left textarea+span.wpcf7-not-valid-tip,
.banner-left select+span.wpcf7-not-valid-tip {
	margin-top: 10px;
	margin-bottom: 20px;
}




.banner-left input::placeholder,
.banner-left textarea::placeholder,
.banner-left select::placeholder {
	color: #676767;
}

span.wpcf7-not-valid-tip {
	color: red;
	font-size: 12px;
	margin-bottom: 5px;
}

.exp-main .exp-img-main p {
	opacity: 0;
	margin-bottom: 0;
}

.herobanner.b2b .banner-hero-wraper {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	align-items: stretch;
	padding: 0 15px;
}

.banner-left textarea {
	resize: none;
	height: 88px !IMPORTANT;
}

.herobanner.b2b {
	padding-bottom: 0;
}

.banner-left input p {

	font-family: 'Barlow';
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	text-align: left;
	margin-bottom: -85px;


}

.form-wrapper p {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	align-items: flex-start;
	justify-content: space-between;
}


select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.event-type,
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.event-guest {
	appearance: none;
	position: relative;
	background-image: url("../images/down-arrow.png");
	background-repeat: no-repeat;
	background-position: calc(100% - 16px);
	background-size: 16px;
}

/* select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.event-type::after {
	position: absolute;
	content: "";
	background-image: url("../images/down-arrow.png");
	width: 17.41px;
	height: 9.17px;
	top: 0;
	
	


} */



.form-wrapper p br {
	display: none;
}

.form-wrapper>p>span {
	max-width: 48%;
	width: 100%;
}

.exp-image-sec,
.why-us-st {
	padding: 0 15px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-inquiry {
	width: auto;
	border: 1px solid transparent;
	transition: 0.5s;
	display: inline-block;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	color: #000;
	border-radius: 1000px;
	background-color: #165F55;
	color: #ffff;
}


input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-inquiry:hover {
	background-color: transparent;
	color: #000;
	border: 1px solid #165F55;


}


.bar {
	max-width: 1226px;
	width: 100%;
	margin: 0 auto;
}



.bar .owl-carousel .owl-stage-outer {

	overflow: visible;

}

.bar .owl-nav {
	display: none;
}


.event-main {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	align-items: flex-start;
}


.planning {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
	padding-bottom: 100px;
	position: relative;
}

.planning::after {
	position: absolute;
	content: "";
	border-left: 1px solid #000;
	top: 0;
	height: 100%;
	width: 100%;
	left: 30px;
	z-index: -1;
}


.planning:last-child::after {
	content: none;
}

.event-right {
	max-width: 31.3%;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.event-main .reviews {
	width: 100%;
	min-height: 285px;
	background: #FFF;
	display: flex;
	border-radius: 10px;
	background: rgba(0, 0, 0, .9);
	flex-direction: column-reverse;
	justify-content: center;
	padding: 40px;

}

.event-main .reviews .image {
	display: flex;
	width: 100%;
	align-items: center;
}

.event-main .reviews .content p {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #fff;
	margin-bottom: 10px;
	white-space: normal;
	word-wrap: break-word;
	font-display: swap;
}

.event-right-bottom {
	width: 100%;
}

.event-main .reviews .image .image-inner {
	width: 35px;
	border: 3px solid #fff;
	border-radius: 50%;
	margin-right: 10px;
}

.event-right-bottom .owl-banner-review .owl-dots .owl-dot {
	background: rgba(0, 0, 0, .3);
}

.event-right-bottom .owl-banner-review .owl-dots .owl-dot.active {
	background: #165F55;
}

.event-main .reviews .image .image-content {
	display: flex;
	align-items: center;
	gap: 10px;
}

.event-main .reviews .image span {
	color: #fff;
	font-family: 'Barlow';
	font-size: 14px;
	font-weight: 400;
}

.event-main .reviews .image .image-content img {
	width: 100px;
	filter: brightness(0.6);
}

.plan-img {
	width: 60px;
	height: 60px;
	background-color: #DAFFFB;
	border-radius: 20px;
	padding: 10px;
}

.planning:nth-child(1) .plan-img {
	background-color: #165F55;
}
.planning:nth-child(1) .plan-img img {
	filter: invert(1);
}
.plan-img img {
	width: 100%;
	height: 100%;
}


.plan-content span {

	font-family: 'Barlow';
	font-size: 18px;
	font-weight: 400;
	line-height: 130%;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000;
}


.plan-content h3 {

	font-family: 'Barlow';
	font-size: 24px;
	font-weight: 700;
	line-height: 130%;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #272727;

}


.plan-content p {

	font-family: 'Barlow';
	font-size: 24px;
	font-weight: 400;
	line-height: 130%;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000;

}

.plan-content {
	max-width: calc(100% - 35px - 60px);
	width: 100%;
	margin-left: 35px;
}

.event-left {
	max-width: 51.8%;
	width: 100%;
	position: relative;
}


.create-event {
	background-color: #000000;
}


.create-left {
	max-width: 48%;
	width: 100%;

}

.create-left p {
	margin: 15px 0;
}

.create {
	margin-bottom: 150px;
}


.create-main {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}

.create-right {
	max-width: 34.6%;
	width: 100%;
	margin-top: -50px;
	margin-bottom: -50px;
}


.card {
	transition: transform 0.3s ease;
}

.card:hover img {
	filter: blur(2px);

}

.card:hover {

	border-radius: 20px;
}




div .banner-left .wpcf7 form.wpcf7-form .wpcf7-response-output {
	margin-top: 0 !important;
	margin-left: 0;
	margin-right: 0;
	border: 1px solid red !important;
	background-color: #ff000012;
	width: 100%;
	padding: 20px;
	margin-bottom: 10px;

}


.create-left .buttons {


	border-radius: 1000px;
	background: #165F55;
	width: 300px;
	margin-right: 27px;
	border: 1px solid transparent;
	transition: 0.5s;
	margin-top: 40px;
	border: 1px solid transparent
}


.create-left .buttons a {
	display: block;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	color: #FFFFFF;
	padding: 15px;
	text-align: center;

}


.create-left .buttons:hover {
	background-color: transparent;
	border: 1px solid #165F55;
}

.effortless-event {
	margin-bottom: 100px;

}

/* .event-main {
margin-bottom: 140px;
} */

/* new css */




/* moxii */


.events-main {
	max-width: 1170px;
  width: 100%;
margin: 0 auto;
}
.events-main .events-options {
	background-color: #F5F5F5;
	padding: 13px 10px;
	border-radius: 1000px;
	max-width: 1170px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}


.events-options button.tab-button {
	font-family: 'Barlow';
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	text-align: center;
	border: none;
	background-color: transparent;
	padding: 10px 20px;
	transition: color 0.2s ease, background-color 0.2s ease;
	border-radius: 1000px;
}


.events-options button.tab-button:hover,
button.tab-button.active {
	background-color: #000;
	color: #ffff;
	border-radius: 1000px;
}



.events-main .event-info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	margin-top: 86px;
	margin-bottom: 90px;
}


.events-main .event-cont {
	max-width: 45.4%;
	width: 100%;
}


.events-main  .event-img {
    max-width: 47.3%;
    width: 100%;
    position: relative;
    padding-bottom: 34%;
}
.events-main .event-cont h2 {
	font-family: Barlow;
	font-weight: 700;
	font-size: 36px;
	line-height: 130%;
	color: #FFFFFF;
	margin-bottom: 30px;
	text-align: left;



}

.events-main .event-cont p {
	font-weight: 400;
	font-size: 22px;
	line-height: 130%;
	color: #FFFFFF;
	font-family: 'Barlow';
	margin-bottom: 24px;
	text-align: left;
}



.events-main .event-img img {
    border-radius: 23px;
    width: 100%;
    position: absolute;
    height: 100%;
   object-fit: cover;
}
/* benefitsss */

.events-main .wedding-benefits h4,
.events-main .gallery-section h4 {



	font-family: Barlow;
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0%;
	color: #FFFFFF;
	margin-bottom: 32px;
}

.events-main .gallery-section h4 {
	margin-bottom: 20px;
	margin-top: 39px;
}

.events-main .wedding-benefits {
	max-width: 1170px;
	width: 100%;
}

.events-main .benefits-columns ul {
	max-width: 45%;
	width: 100%;
	display: block;
	position: relative;
}

.events-main .benefits-columns li span img {
	max-width: 24px;
	height: 24px;
	margin-right: 15px;
}



.events-main .benefits-columns li {
	font-family: Barlow;
	font-weight: 400;
	font-size: 22px;
	line-height: 100%;
	color: #FFFFFF;
	margin-bottom: 25px;
	display: flex;
  	align-items: center;
}

.events-main .benefits-columns {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}


.events-main .gallery-grid>div {
	max-width: 30.5%;
	width: 100%;
}
.events-main .gallery-grid > div a {
	display: block;
	width: 100%;
	position: relative;
	padding-top: 100%;
}
.events-main .gallery-grid > div img {
	border-radius: 8px;
	transition: filter 0.3s ease;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}

.events-main .gallery-grid>div img:hover {
	filter: grayscale(100%);
}

.events-main .gallery-grid {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	max-width: 1170px;
	width: 100%;
	gap: 49px;
}

.events-main {
    width: 100%;
}

section.glamping-locations .glamp-header {
	margin: 80px 0 50px 0;
}

section.glamping-locations .glamp-header h2 {
	font-family: Barlow;
	font-weight: 700;
	font-size: 36px;
	line-height: 13 0%;
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
}


section.glamping-locations {
	margin-bottom: 60px;
}

section.glamping-locations .glamp-header p {
	font-family: Barlow;
	font-weight: 400;
	font-size: 24px;
	line-height: 100%;
	text-align: center;
	color: #fff;

}

.inquiry-card {
	background-color: #FCFBF41A;
	padding: 32px;
	border-radius: 28px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 60px;
}

.inquiry-card .inquiry-content h3 {
	font-family: Barlow;
	font-weight: 700;
	font-size: 24px;
	line-height: 130%;
	color: #fff;
	margin-bottom: 5px;
}


.inquiry-card .inquiry-content p {
	font-family: Barlow;
	font-weight: 400;
	font-size: 22px;
	line-height: 130%;
	color: #ffff;
	text-align: left;
	margin-bottom: 0;
}



.inquiry-content {
	max-width: 59.2%;
	width: 100%;
}



.inquiry-card button.btn.inquiry-btn {

	font-family: Barlow;
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #FCFBF4;
	background-color: #165F55;
	padding: 16px 40px;
	border-radius: 42px;
	border: 1px solid transparent;
	transition: all 0.3s ease;

}



.inquiry-card button.btn.inquiry-btn:hover {
	background-color: transparent;
	border: 1px solid #165F55;
	color: #ffffff;
}


.eventmap iframe {
    width: 100%;
}


.eventmap {
    width: 100%;
    max-width: 100%;
    height: 100%;
	position: relative;
}


.eventmap iframe {
    width: 100%;
    border-radius: 24px;
}


.eventmap::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2); /* #00000033 */
	border-radius: 24px;
	pointer-events: none;
  }
