@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
	font-weight: 700;
	font-style: normal;
	font-family: "ArcaMajora";
	src: url("../fonts/ArcaMajora3-Bold.woff2");
}

@font-face {
	font-weight: 900;
	font-style: normal;
	font-family: "ArcaMajora";
	src: url("../fonts/ArcaMajora3-Heavy.woff2");
}

/* === Global === */
:root {
	--color-yellow: #f5ca61;
	--color-bronze: #c0a977;
	--font-primary: 'Outfit', sans-serif;
	--font-secondary: 'Roboto', sans-serif;
}

* {
	color: #666;
	font-family: 'Roboto', sans-serif;
}

html,
body {
	background: #fff;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}

body {
	overflow-x: hidden;
}

hr {
	overflow: visible;
	box-sizing: content-box;
	height: 0;
}

pre {
	font-size: 1em;
	font-family: monospace, monospace;
}

textarea {
	resize: vertical
}

:disabled {
	cursor: default;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	opacity: 0.4;
}

::-moz-placeholder {
	/* Firefox 19+ */
	opacity: 0.4;
}

:-ms-input-placeholder {
	/* IE 10+ */
	opacity: 0.4;
}

:-moz-placeholder {
	/* Firefox 18- */
	opacity: 0.4;
}

::-moz-selection {
	background: #0099cc;
	color: #fff;
}

::selection {
	background: #0099cc;
	color: #fff;
}

@media only screen and (max-width: 768px) {
	body {
		-webkit-text-size-adjust: none;
	}
}

/* === Text-level Semantics === */
a,
a:visited,
a:active {
	display: inline-block;
	outline: 0;
	color: default;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: .15s ease-in-out;
	-moz-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
}

abbr[title] {
	border-bottom: none;
	text-decoration: none;
}

b,
strong {
	font-weight: 600;
}

em,
i {
	font-style: italic;
}

blockquote {
	margin: 1em 40px;
}

code,
kbd,
samp {
	font-size: 1em;
	font-family: monospace, monospace;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* === Typography === */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #030303;
	letter-spacing: 0.5px;
	font-weight: 700;
	font-family: 'Outfit', sans-serif;
	line-height: 1.15;
}

h1,
.h1 {
	font-size: 36px;
}

h2,
.h2 {
	font-size: 28px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 20px;
}

.br-d {
	border-bottom: 2px solid #c1c1c1;
    width: 125px;
    /* height: 10px; */
    /* color: black; */
    display: block;
    margin-top: 10px;
}


.div-ad {
	position: absolute;
    background: #00000075;
    width: 100%;
    height: 100%;
    padding: 18px;
    z-index: 0;
}

.div-cont {
	z-index: 3;
}

.div-back-cont {
	background-position: center;
    height: 280px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin: 15px;
    display: grid;
    align-items: end;
    position: relative;
}
.img-icon {
	  position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    width: 40px;
}

h5,
.h5,
h6,
.h6 {
	font-size: 18px;
	line-height: 1.4;
}

.display-1 {
	font-weight: 500;
	font-size: 50px;
}

.display-2 {
	font-weight: 500;
	font-size: 36px;
}

.display-3 {
	font-weight: 500;
	font-size: 48px;
	line-height: 1.05;
}
.display-4 {
	font-weight: 400;
	font-size: 36px;
	line-height: 1.05;
}

.display-light,
.display-light * {
	color: #fff;
}

.display-dark,
.display-dark * {
	color: #010101;
}


@media (max-width: 768px) {

	h3,
	.h3 {
		font-size: 22px;
	}

	.display-1 {
		font-size: 32px;
	}

	.display-2 {
		font-size: 26px;
	}

	.display-3 {
		font-size: 26px;
	}
}

p,
dl li,
ul li,
ol li {
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	line-height: 1.6;
}

p > a {
	color: var(--color-bronze);
}

p > a:hover {
	opacity: 0.75;
}

p:last-of-type {
	margin-bottom: 0;
}

.villa-count::after {
	content: ' Villas';
}

.villa-count.c1::after {
	content: ' Villa';
}

/* === Lists === */
dl,
ul,
ol {
	display: block;
	padding: 15px 40px;
}

dl li,
ul li,
ol li {
	margin: 2px 0;
}

.list-styled * {
	list-style: none;
}

.list-styled li::before {
	position: relative;
	top: 2px;
	display: inline-block;
	margin-left: -16px;
	width: 16px;
	color: var(--color-yellow);
	content: "\2022";
	font-size: 20px;
	line-height: 0;
}

.list-styled > li > ul > li::before {
	position: relative;
	top: 2.5px;
	display: inline-block;
	margin-left: -16px;
	width: 16px;
	color: var(--color-yellow);
	content: "\25E6";
	font-size: 24px;
	line-height: 0;
}

.list-unstyled {
	padding: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline * {
	display: inline-block;
}

/* === WYSIWYG Content === */
.style-WYSIWYG h1,
.style-WYSIWYG h2,
.style-WYSIWYG h3,
.style-WYSIWYG h4,
.style-WYSIWYG h5,
.style-WYSIWYG h6 {
	margin-bottom: 6px;
}

.style-WYSIWYG h1 *,
.style-WYSIWYG h2 *,
.style-WYSIWYG h3 *,
.style-WYSIWYG h4 *,
.style-WYSIWYG h5 *,
.style-WYSIWYG h6 * {
  color: inherit;
  font-weight: inherit;
}

.style-WYSIWYG * + h1,
.style-WYSIWYG * + h2,
.style-WYSIWYG * + h3,
.style-WYSIWYG * + h4,
.style-WYSIWYG * + h5,
.style-WYSIWYG * + h6 {
	margin: 32px 0 6px 0;
}

.style-WYSIWYG h5 {
  color: var(--color-yellow);
}

.style-WYSIWYG p > a {
	text-decoration: underline;
}

.style-WYSIWYG blockquote {
	padding: 0;
	margin: 32px 0;
	background-color: #f5f5f5;
	padding: 30px;
	font-size: 17px;
	border-left: 2px solid #e2e2e2;
}

.style-WYSIWYG blockquote p {
	font-style: italic;
	font-size: 17px;
	color: #777;
}

.style-WYSIWYG hr {
	margin: 32px 0;
	width: 100%;
	height: 1px;
	border: 0px;
	background: rgba(0, 0, 0, 0.2);
}

.style-WYSIWYG img.alignright,
.style-WYSIWYG a img.alignright {
	display: block;
	float: right;
	margin: 20px 0 20px 30px;
}

.style-WYSIWYG img.alignleft,
.style-WYSIWYG a img.alignleft {
	display: block;
	float: left;
	margin: 20px 30px 20px 0;
}

.style-WYSIWYG img.aligncenter,
.style-WYSIWYG a img.aligncenter {
	display: block;
	margin: 20px auto;
}

.style-WYSIWYG img,
.style-WYSIWYG a img {
	display: block;
	max-width: 100% !important;
	height: auto;
}

@media (max-width: 768px) {

	.style-WYSIWYG img,
	.style-WYSIWYG a img {
		float: none !important;
		display: block !important;
		margin: 20px auto !important;
		max-width: 100% !important;
	}
}

/* === Sections === */
.bg-one {
	background: #ffffff;
}

.bg-two {
	background: #fbfbfd;
}

.bg-three {
	background: #f6f7f9;
}

.bg-four {
	background-image: linear-gradient(#fff, #fbfbfd);
}

/* === Buttons === */
.btn {
	display: inline-block;
	border: 0;
	color: #fff;
	font-weight: 600;
}

.btn-one,
.btn-two,
.btn-three,
.btn-five {
	padding: 18px 32px;
	border-radius: 3px;
	background: var(--color-bronze);
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	font-size: 12.5px;
}

.btn-two {
	border-radius: 0;
}

.btn-three {
	padding: 18px 28px;
	border-radius: 0;
	font-weight: 700;
	font-size: 14px;
}

.btn-one:hover,
.btn-two:hover,
.btn-three:hover {
	background: var(--color-yellow);
}

.btn-four {
	color: #7A7A7A;
	letter-spacing: 0.5px;
	font-weight: 400;
	font-size: 16px;
	font-family: var(--font-secondary);
}

.btn-four::after {
	content: '\27F6';
	display: inline-block;
	margin: 0 0 0 6px;
}

.btn-four:hover {
	opacity: 0.7;
}

@media (max-width: 768px) {
	.btn-four {
		font-size: 17px;
	}
}

.btn-five {
	padding: 18px 28px;
	border-radius: 0;
	font-weight: 700;
	font-size: 14px;
	background: var(--color-yellow);
	border: 0;
}

/* === Header === */
header {
	position: relative;
	padding: 18px 20px;
	width: 100%;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, .07);
	z-index: 8;
	background: #fff;
}

header.home-page {
	position: absolute;
	top: 0;
	left: 0;
	padding: 28px 20px;
	box-shadow: none;
	background: none;
}

header .container,
header.home-page .container-lg {
	grid-template-columns: 180px 1fr;
}

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

header.home-page .logo img {
	max-width: 110px;
}

header .menu nav,
header .menu nav > ul {
	display: inline-block;
}

/* Currency switcher */

header form.currency-switcher-form {
  display: inline-block;
  margin: 0 0 0 20px;
}


header form.currency-switcher-form .chosen-container {
  background: #f5f5f5;
  border: 0;
  border-radius: 2px;
  padding: 8px 0 8px 4px;
  min-width: 90px;
}

header form.currency-switcher-form .chosen-container > * {
  border: 0;
  background: #f5f5f5;
  box-shadow: 0 0 0 !important;
}

header form.currency-switcher-form .chosen-container span {
   color: #000;
  text-transform: uppercase;
  letter-spacing: .25px;
  font-weight: 700;
  font-size: 12px;
  font-family: var(--font-secondary)
}

@media (max-width:812px) {
  header form.currency-switcher-form {
    vertical-align: middle
  }
  
  header form.currency-switcher-form .chosen-container {
  background: #f5f5f5;
  border: 0;
  border-radius: 2px;
  width: 90px;
  padding: 8px 0 8px 4px;
  margin: 0 0 0 20px;
  }
}

/* First level nav */
header .menu nav > ul > li {
	margin: 0 0 0 32px;
	position: relative;
	padding: 14px 0;
}

header .menu nav > ul > li > a {
	border-bottom: 2px solid rgba(0, 0, 0, 0);
	color: #000;
	text-transform: capitalize;
	letter-spacing: 0.25px;
	font-weight: 700;
	font-size: 18px;
	font-family: var(--font-secondary);
	height: 100%;
	padding: 6px 0;
	position: relative;
}

header.home-page .menu nav > ul > li > a {
	color: #fff !important;
}

header .menu nav > ul > li > a:hover,
header .menu nav > ul > li.current_page_item > a,
header .menu nav > ul > li.menu-item-has-children:hover > a {
	border-bottom: 2px solid var(--color-yellow);
}

/* Second level nav */
header .menu ul ul {
	position: absolute;
	left: 0;
	top: 100%;
	display: block;
	background: #262626;
	padding: 14px 26px;
	width: 140%;
	opacity: 0;
	visibility: hidden;
	transition: all .2s ease-out;
}

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

header .menu ul ul li a {
	font-family: var(--font-primary);
	font-weight: 400;
	text-transform: capitalize;
	font-size: 14px;
	margin: 0;
	padding: 5px 0;
	border: 0;
	color: #bababa;
	width: 100%;
	letter-spacing: 0;
}

header .menu ul ul li a:hover,
header .menu ul ul li.current_page_item a {
	color: #fff;
}

header .menu li:hover ul {
	opacity: 1;
	visibility: visible;
}

header .menu ul > li.menu-item-has-children::after {
	content: '\2304';
	font-size: 18px;
	line-height: 0;
	position: relative;
	top: -6px;
	font-weight: 400;
	display: inline-block;
	margin: 0 0 0 -1.5px;
}

header.home-page .menu ul > li.menu-item-has-children::after {
	color: #fff !important;
}



@media (max-width: 920px) {
	header .d-sm-none {
		display: none !important;
	}

	header .d-sm-block {
		display: inline-block !important;
	}

	header,
	header.home-page {
		position: relative;
		padding: 6px 20px;
	}

	header .container,
	header.home-page .container-lg {
		grid-template-columns: 100px 1fr;
	}

	header .logo img,
	header.home-page .logo img {
		max-width: 72px;
	}

	header .open-menu .feather {
		width: 30px;
		height: 30px;
		stroke-width: 1.5px;
		stroke: #000;
		vertical-align: middle;
		margin: 0 0 0 10px;
	}

	header nav {
		position: fixed;
		top: 0;
		left: 0;
		left: 101%;
		z-index: 8;
		display: grid !important;
		width: 100%;
		height: 100vh;
		background: rgba(255, 255, 255, 0.98);
		transition: left 0.35s ease;
		align-items: center;
	}

	/* Close menu X */
	header nav > a {
		position: absolute;
		top: 16px;
		right: 16px;
	}

	header nav > a .feather {
		width: 36px;
		height: 36px;
	}

	header nav ul {
		margin-bottom: calc(100vh / 13);
	}

	header .menu nav > ul > li {
		display: block;
		margin: calc(100vh / 13) 0;
		text-align: center;
		padding: 0;
	}

	header .menu nav > ul > li > a,
	header.home-page .menu nav > ul > li > a {
		font-size: 15px;
		padding: 0;
		color: #000 !important;
		margin: 0;
	}

	header .menu ul ul,
	header .menu ul > li.menu-item-has-children::after {
		display: none;
	}
}

/* === Footer === */
footer .menu {
	padding: 80px 20px;
	background: #000;
}

footer > .menu > .row > .col:nth-child(3) {
	position: relative;
	left: -30px;
}

footer .menu h3 {
	margin-bottom: 25px;
	color: #fff;
	text-transform: capitalize;
	font-size: 16px;
}

footer .menu .col.contact h3 {
	margin-bottom: 10px;
	color: #fff;
}

footer .menu .col.contact h3:not(:first-of-type) {
	margin-top: 28px;
}

footer .menu .col.contact a {
	color: #fff;
	font-size: 14px;
}

footer .col.book-with-us .wrapper {
	max-width: 100%;
	display: grid;
	margin-top: 20px;
	grid-template-columns: 64px 94px 1fr;
	align-items: center;
	grid-gap: 0;
}

footer .col.book-with-us img {
	max-width: 100%;
	max-height: 14px;
}

footer .menu a {
	display: block;
	margin-top: 12px;
	color: #c7c7c7;
	font-size: 13px;
}

footer .menu p {
	display: block;
	margin-bottom: 8px;
	color: #c7c7c7;
	font-size: 14px;
	line-height: 1.7;
}

footer .col.newsletter form {
	margin-top: 18px;

}

footer .col.newsletter form .wrapper {
		grid-template-columns: 1fr 90px;
	width: 100%;
	align-items: flex-start;
	justify-content: flex-start;
}

footer .col.newsletter input:not([type="submit"]) {
	padding: 15px 12px;
	width: 100%;
	border: 0;
	font-size: 13px;
}

footer .col.newsletter input[type="submit"] {
	position: relative;
	padding: 15px 0;
	width: 100%;
	border: 0;
	border: 0;
	background: var(--color-yellow);
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 700;
	font-size: 13px;
}

footer .col.newsletter span[role="alert"] {
	color: #F2DEDE;
	font-size: 12px;
	display: block;
	margin: 2px 0 0 2px;
}
footer .col.newsletter .wpcf7-response-output {
	padding: 14px 10px;
	margin: 10px 0 0 0;
	border-radius: 2px;
	grid-column: span 2;
	font-size: 13px;
	text-align: center;
}

footer .col.newsletter .wpcf7-response-output.wpcf7-validation-errors {
	background: #F2DEDE;
	color: #A94442;
	border: 1px solid #EBCCD1;
}

footer .col.newsletter .wpcf7-response-output.wpcf7-mail-sent-ok {
	background: #DFF0D8;
	color: #3C763D;
	border: 1px solid #D6E9C6;
}

footer a:hover {
	opacity: 0.7;
}

footer .end {
	padding: 10px 20px;
	background: #D9D9D9;
}

footer .end .container {
	grid-template-columns: 1fr 1fr;
}

footer .end * {
	color: #838383;
	font-size: 14px;
}

footer .end a.social {
	margin: 0 0 0 10px;
}

footer .end i {
	color: #fff;
	font-size: 16px;
}

footer .end span.divider {
	margin: 0 10px;
	opacity: 0.7;
}

@media (max-width: 768px) {
	footer .menu {
		padding: 50px 20px;
	}

	footer > .menu > .row > .col:nth-child(3) {
		left: 0;
	}

	footer .menu h3 {
		margin-bottom: 20px;
		font-size: 16px;
	}

	footer .menu .col.contact h3 {
		margin-bottom: 10px;
		color: white;
	}

	footer .menu .col.contact h3:not(:first-of-type) {
		margin-top: 28px;
	}

	footer .col.book-with-us .wrapper {
		max-width: 280px;
		margin: 20px auto 0 auto;
		grid-template-columns: repeat(3, 1fr);
	}

	footer .col.newsletter input:not([type="submit"]) {
		padding: 13px 12px;
	}

	footer .col.newsletter input[type="submit"] {
		padding: 13px 0;
	}

	footer .col.newsletter span[role="alert"] {
		text-align: left;
	}
	
	footer .end .container {
		grid-template-columns: 1fr;
	}

	footer .end a:not(.social) {
		display: block;
	}

	footer .end a.social {
		margin: 20px 5px 0 5px;
	}

	footer .end i {
		font-size: 20px;
	}
}

/* === Page Top Banner === */
.page-top-banner.page-home {
	padding: 280px 20px 0 20px;
	background-position: 50% 55%;
	height: 100vh;
}

.page-top-banner.page-home .subtitle {
	margin: 20px auto 140px auto;
	max-width: 620px;
	line-height: 1.8;
}

.page-top-banner.page-inside {
	padding: 90px 20px;
	background: var(--color-bronze);
}

.page-top-banner.page-inside h1 {
	color: #fff;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-size: 42px;
	margin: 0;
}

@media (max-width: 768px) {
	.page-top-banner.page-home {
		padding: 60px 20px 0 20px;
		background-position: 50% 55%;
		height: 60vh;
	}

	.page-top-banner.page-home .subtitle {
		margin: 20px auto 50px auto;
	}

	.page-top-banner.page-inside {
		padding: 50px 20px;
	}

	.page-top-banner.page-inside h1 {
		font-size: 28px;
	}
}



/* === OTA Affiliations === */
.affiliations {
	padding: 50px 0 30px 0px;
  clear: both;
}

.affiliations .col img {
	max-width: 160px;
	max-height: 50px;
}

.affiliations .container .col {
	justify-self: center;
}

.affiliations .container .col:first-of-type {
	justify-self: start;
}

.affiliations .container .col:last-of-type {
	justify-self: end;
}

@media (max-width: 768px) {
		.affiliations {
		padding: 40px 20px 20px 20px;
		}
	.affiliations .col img {
		max-width: 145px;
		max-height: 45px;
	}

	.affiliations .container {
		grid-gap: 24px 0;
	}

	.affiliations .container .col,
	.affiliations .container .col:first-of-type,
	.affiliations .container .col:last-of-type {
		justify-self: center;
	}
}

/* === Instagram Feed === */
.instagram-feed {
	margin-bottom: -2px;
}

.instagram-feed i.fa-instagram {
	color: #000;
	font-size: 29px;
}

.instagram-feed h3 {
	color: #000;
	font-size: 26px;
	font-weight: 400;
	display: inline-block;
}

.instagram-feed ul {
	grid-template-columns: repeat(8, 1fr);
}

.instagram-feed ul li {
	overflow: hidden;
	padding-bottom: 88%;
	width: 100%;
	background-position: center;
	background-size: cover;
}

.instagram-feed ul img {
	display: none;
	object-fit: cover;
}

@media (max-width: 1440px) {
	.instagram-feed ul {
		grid-template-columns: repeat(6, 1fr);
	}

	.instagram-feed ul li:nth-child(n+7) {
		display: none;
	}
}

@media (max-width: 768px) {
	.instagram-feed i.fa-instagram {
		font-size: 28px;
	}

	.instagram-feed h3 {
		margin-top: 12px;
	}

	.instagram-feed ul {
		grid-template-columns: repeat(3, 1fr);
	}

	.instagram-feed ul li:nth-child(n+4) {
		display: none;
	}
}




/* === Feature Boxes === */
.feature-box--why-book {
	background: #f5f5f5;
}

.feature-box--why-book h2 {
	padding: 35px 35px 14px 35px;
	font-size: 14px !important;
}

.feature-box--why-book i {
	position: relative;
	top: -1px;
	margin: 0 5px 0 0;
	width: 16px;
	color: var(--color-bronze);
	text-align: center;
	font-size: 14px;
}

.feature-box--why-book li {
	padding: 13px 20px 13px 35px;
	color: #999;
}

.feature-box--why-book li:last-of-type {
	padding-bottom: 18px;
}

.feature-box--why-book ul li:not(:first-of-type) {
	border-top: 1px solid #e1e1e1;
}

@media (max-width: 768px) {
	.feature-box--why-book h2 {
		padding: 30px 30px 8px 30px;
	}

	.feature-box--why-book li {
		padding: 13px 30px;
	}
}

.feature-box--question {
	padding: 50px 40px 40px;
}

.feature-box--question h2 {
	font-size: 21px !important;
}

.feature-box--question p {
	margin: 20px 0;
	font-size: 14px;
}

.feature-box--question a {
	margin-top: 8px;
	font-weight: 600;
	font-size: 17px;
	display: block;
}

.feature-box--question a i {
	margin: 0 6px 0 0;
	font-size: 14px;
	opacity: 0.5;
}

.page-search .feature-box--question {
	padding: 40px 35px 35px;
}

.page-search .feature-box--question p {
	margin: 20px 0 30px;
	font-size: 13px;
}

.page-search .feature-box--question a {
	font-size: 14px;
}

@media (max-width: 768px) {
	.feature-box--question {
		padding: 30px;
	}

	.feature-box--question a {
		font-size: 16px;
	}
}

/* === Form styles === */
form input:not([type="submit"]),
form select {
	width: 100%;
	font-size: 17px;
}

.style-form-1 {
	position: relative;
	z-index: 5;
	box-shadow: 0 2px 20px 6px rgba(0, 0, 0, 0.10);
	border-radius: 20px;
}

.form-rd {
	border-radius: 20px;
  padding: 20px;
}

.style-form-1 > .wrapper {
	display: grid;
	background: #fff;
	grid-template-columns: 1fr 1fr 1fr 1fr 160px 160px;
}

.style-form-1 .col {
	padding: 0 20px;
	border-right: 1px solid rgba(0, 0, 0, 0.05);
	background: #fff;
}

.style-form-1 .col.button {
	padding: 0;
	border: 0;
	border-radius: 20px;
}

.style-form-1 label {
	display: block;
	margin: 0 0 10px 0;
	color: #464646;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 300;
	font-size: 15px;
	font-family: var(--font-primary);
}

.style-form-1 .col .wrapper {
	display: grid;
	align-items: center;
	grid-template-columns: 26px 1fr;
}

.style-form-1 i {
	color: #696969;
	font-size: 16px;
}

.style-form-1 input:not([type="submit"]),
.style-form-1 select {
	padding: 0;
	width: 100%;
	border: 0;
	font-size: 14px;
	font-weight: 100;
}

.style-form-1 input[type="submit"] {
	padding: 25px 0;
	width: 100%;
	border: 0;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	font-weight: 200;
	font-size: 17px;
	transition: background .15s;
	border-radius: 20px;
  margin: 0px;
}

.style-form-1 input[type="submit"]:hover {
	background: var(--color-bronze);
}

@media (max-width: 768px) {
	.style-form-1 > .wrapper {
		padding: 7px 0 0 0;
		grid-template-columns: 1fr;
	}

	.style-form-1 .col {
		padding: 15px 20px;
		border-right: 0;
	}

	.style-form-1 label {
		margin: 0 0 5px 0;
	}

	.style-form-1 i {
		color: #bbb;
		font-size: 13px;
	}

	.style-form-1 input:not([type="submit"]),
	.style-form-1 select {
		width: 100%;
		font-size: 15px;
	}

	.style-form-1 .col.button {
		padding: 0;
	}

	.style-form-1 input[type="submit"] {
		padding: 14px 0;
		font-size: 14px;
	}
}

.style-form-2 {
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	padding: 40px 30px 30px;
}

.style-form-2 .field {
	margin: 0 0 30px 0;
}

.style-form-2 label {
	font-size: 15px;
	font-weight: 700;
	color: #383838;
	display: block;
	text-transform: capitalize;
	margin: 0 0 5px 0;
}

.style-form-2 i.fas,
.style-form-2 i.far {
	font-size: 15px;
	color: #bbb;
	padding: 16px;
	margin: 0 0 -48px 0;
	width: 43px;
	position: relative;
	/*z-index: 7;*/
	display: block;
	border-right: 1px solid #e1e1e1;
}

.style-form-2 input:not([type="submit"]),
.style-form-2 input:not([type="button"]),
.style-form-2 select {
	padding: 0;
	font-size: 14px;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	padding: 13px;
	padding-left: calc(13px + 43px);
}

.style-form-2 .field.button {
	margin: 0;
}

.style-form-2 input[type="submit"] {
	border-radius: 0;
	border: 0;
	padding: 16px 0;
	width: 100%;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.8px;
	background: var(--color-yellow);
	border: 0;
	text-transform: uppercase;
	color: #fff;
}

.style-form-2 input[type="submit"]:hover {
	background: var(--color-bronze);
}

@media (max-width: 768px) {
	.style-form-2 {
		padding: 20px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 0 15px;
	}

	.style-form-2 .field {
		margin: 0 0 15px 0;
	}

	.style-form-2 label {
		font-size: 13px;
		margin: 0 0 3px 0;
	}

	.style-form-2 i.fas,
	.style-form-2 i.far {
		font-size: 12px;
		padding: 13px 10px;
		margin: 0 0 -39px 0;
		width: 29px;
	}

	.style-form-2 input:not([type="submit"]),
	.style-form-2 input:not([type="button"]),
	.style-form-2 select {
		padding: 8px 5px 8px 8px;
		padding-left: calc(8px + 29px);
	}

	.style-form-2 .field.button {
		grid-column: span 2;
	}

	.style-form-2 input[type="submit"] {
		padding: 12px 0;
	}
}

.style-form-3 {
	max-width: 720px;
	margin: 0 auto;
	display: block;
}

.style-form-3 .wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 0 15px;
}

.style-form-3 .field {
	margin: 0 0 15px 0;
	grid-column: span 2;
}

.style-form-3 .field.half {
	grid-column: span 1;
}

.style-form-3 input:not([type="submit"]),
.style-form-3 input:not([type="button"]),
.style-form-3 select,
.style-form-3 textarea {
	font-size: 14px;
	border: 0;
	background: #fff;
	padding: 15px 20px;
	color: #4e4e4e;
}

.style-form-3 textarea {
	width: 100%;
}

.style-form-3 ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	opacity: 1;
	color: #666;
}

.style-form-3 ::-moz-placeholder {
	/* Firefox 19+ */
	opacity: 1;
	color: #666;
}

.style-form-3 :-ms-input-placeholder {
	/* IE 10+ */
	opacity: 1;
	color: #666;
}

.style-form-3 :-moz-placeholder {
	/* Firefox 18- */
	opacity: 1;
	color: #666;
}

.style-form-3 .field.button {
	margin: 0;
}

.style-form-3 input[type="submit"] {
	border-radius: 0;
	border: 0;
	padding: 15px 0;
	width: 100%;
	background: var(--color-yellow);
	color: #fff;
}

.style-form-3 input[type="submit"]:hover {
	background: var(--color-bronze);
}

.style-form-3 span[role="alert"] {
	color: #A94442;
	font-size: 12px;
	display: block;
	margin: 2px 0 0 2px;
}

.style-form-3 .wpcf7-response-output {
	padding: 14px 10px;
	margin: 0px;
	border-radius: 2px;
	grid-column: span 2;
	font-size: 13px;
	text-align: center;
}

.style-form-3 .wpcf7-response-output.wpcf7-validation-errors {
	background: #F2DEDE;
	color: #A94442;
	border: 1px solid #EBCCD1;
}

.style-form-3 .wpcf7-response-output.wpcf7-mail-sent-ok {
	background: #DFF0D8;
	color: #3C763D;
	border: 1px solid #D6E9C6;
}

@media (max-width: 768px) {
	.style-form-3 .field.half {
		grid-column: span 2;
	}
}

/* Listing tags */
.listing-tag {
	background: #6DC236;
	display: inline-block;
	position: relative;
	padding: 8px 14px;
	font-weight: 600;
	color: #fff;
	text-transform: capitalize;
	position: relative;
	font-size: 14px;
	z-index: 7;
}

.listing-tag.special_offer::after {
	content: 'Special Offer';
}


.book-home {
	padding: 10px 20px;
  margin: 0 0 0 15px;
 	border: 1px solid white;
  border-radius: 15px;
}
.search-nav {
	padding: 10px 20px;
  margin: 0 0px;
 	border: 1px solid white;
  border-radius: 15px;
  color: white;
}
.search-nav i {
	color: white;
}
.currency-home {
	width: 55px;
  background: transparent;
  color: white;
  padding: 10px;
  border: 1px solid white;
  border-radius: 15px;
}
.explore-home {
	padding: 10px 20px;
  border: 1px solid white;
  border-radius: 15px;
  text-align: center;
  color: white;
  margin-top: 20px;
  width: 200px;
}

#slider-destinations .owl-nav {
	position: absolute;
    left: -100%;
    top: 55%;
}

#slider-destinations .owl-nav .owl-prev {
	padding: 5px 20px !important;
    border: 1px solid grey;
    border-radius: 10px;
    margin: 0 30px 0px 0;
}
#slider-destinations .owl-nav .owl-next {
	    padding: 5px 20px !important;
    border: 1px solid grey;
    border-radius: 10px;
    margin: 0 0 30px 0;
}
#slider-luxury .owl-nav {
	    position: absolute;
    right: 5%;
    top: -18%;
}

#slider-luxury .owl-nav .owl-prev {
	padding: 5px 20px !important;
    border: 1px solid grey;
    border-radius: 10px;
    margin: 0 30px 0px 0;
}
#slider-luxury .owl-nav .owl-next {
	    padding: 5px 20px !important;
    border: 1px solid grey;
    border-radius: 10px;
    margin: 0 0 30px 0;
}
#slider-luxury .owl-dots {
    display: grid;
    margin: 0 auto;
    max-width: 100px;
    border: 0px solid red;
    text-align: center;
    grid-template-columns: repeat(3, 1fr);
}
#slider-luxury .owl-dots span {
	display: inline-block;
	width: 100%;
	height: 2px;
	border: 0;
	border-radius: 0px;
	background: #e8e8e8;
	transition: background .25s;
}

#slider-luxury .owl-dots .active span {
	position: relative;
	top: 1px;
	height: 4px;
	background: #000;
}
#slider-testi .owl-dots {
    display: grid;
    margin: 0 auto;
    max-width: 100px;
    border: 0px solid red;
    text-align: center;
    grid-template-columns: repeat(6, 1fr);
}
#slider-testi .owl-dots span {
	display: inline-block;
	width: 100%;
	height: 2px;
	border: 0;
	border-radius: 0px;
	background: #e8e8e8;
	transition: background .25s;
}

#slider-testi .owl-dots .active span {
	position: relative;
	top: 1px;
	height: 4px;
	background: #000;
}
.po-relative {
	position: relative;
}
.border-abs-left {
	    left: -25px;
    position: absolute;
    width: 55%;
    border: 1px solid;
    height: 80%;
    top: 10%;
    bottom: 5%;
}
.border-abs-right {
	    left: 33%;
    position: absolute;
    width: 60%;
    border-top: 1px solid;
    height: 80%;
    top: 10%;
    bottom: 5%;
    z-index: 0;
    border-bottom: 1px solid;
    border-right: 1px solid;
}
.villa-boxes-list .box {
	  display: block;
    margin: 0 14px 0 0;
    padding: 280px 0 28px 30px;
    width: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    text-align: left;
}
.small-sa {
	    font-size: 12px;
    padding: 5px;
    background: #bebcbc;
    display: inline-block;
    border-radius: 10px;
    color: white;
}
.guide-ssl {
	padding: 15px;
}
.guide-ssl .img-guides {
	float: left;
    display: inline-block;
    width: 30%;
    margin-top: 25px;
}
.guide-ssl .box-guides {
	    width: 70%;
    display: inline-block;
    padding: 0 15px;
}
.box-testi {
	background: #EDEDED;
	position: relative;
}
.w-testi {
	width: 70%;
}
.com-testi {
	font-weight: 100;
}
.user-tes {
	color: black;
    font-size: 18px;
    font-weight: 500;
}
.rd-more {
	font-size: 13px;
    font-weight: 200;
}
.ins-sa {
	    padding: 10px;
    border: 1px solid;
    border-radius: 10px;
}
.icon-kutip {
		background-position: center;
    background-repeat: no-repeat;
    height: 50px;
    background-size: contain;
    position: absolute;
    width: 50px;
    top: 10px;
    right: 45px;
}
.icon-trip {
	background-position: center; 
	background-repeat: no-repeat; 
	height: 70px; 
	background-size: contain;
	position: absolute;
 	width: 70px;
  bottom: 20px;
  right: 45px;
}

#slider-client .item img {
	width: 90px;
	margin: auto;
}
.contact ul {
	list-style: none;
  /* float: left; */
  display: block;
  padding: 0;
}
.contact ul li {
	display: inline-block;
  padding: 10px;
}
.contact ul li i {
	color: white;
  font-size: 20px;
}
.bg-wite {
	background-color: white;
	z-index: 9;
}
@media (max-width: 768px) { 
	#slider-destinations .owl-nav {
		position: absolute;
	    left:25%;
	    top: inherit;
	}
	#slider-luxury .owl-nav {
    position: absolute;
    right: 25%;
    top: inherit;
    bottom: -25%;
  }
  .guide-ssl .img-guides {
		float: inherit;
	    display: block;
	    width: 100%;
	    margin-top: inherit;
	}
	.guide-ssl .box-guides {
		    width: 100%;
	    display: block;
	    padding: 0 15px;
	}
	.w-testi {
		width: 100%;
	}

}
