@media(min-width:1400px) {
	.burger-wrapper, .mobile-menu-wrapper, .mobile-book-wrapper {
		display:none;
	}
}
@media(min-width:1200px) and (max-width: 1460px) {
	.burger-wrapper, .mobile-menu-wrapper, .mobile-book-wrapper {
		display:none;
	}
	.custom-container-left {
		padding-left:145px;
	}
	.custom-container-right {
		padding-right:145px;
	}
	.custom-container {
		padding-left:145px;
		padding-right:145px;
	}

	/* Navigation */

	/* End Navigation */

	/* Header */
	.header-inner {
		margin: 35px 50px 0px;
	}
	/* End Header */

	/* The Villa */
	.villa-amenities {
		width: 100%;
	}
	.villa-amenities-image {
		width: 1100px;
		height: 800px;
	}
	.amenities-image {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.villa-amenities-text {
		width: 90%;
	}
	.indoor-amenities .villa-amenities {
		width: 100%;
	}
	/* 	ul.villa-amenities-content {
	max-width: 90%;
	margin: 0px 40px 50px;
} */
	/* End The Villa */
	/* Gallery */
	#full-screen-gallery,
	#full-screen-gallery-2 {
		display: grid;
		grid-template-columns: repeat(3,1fr);
		overflow: hidden;
		row-gap: 25px;
		column-gap: 25px;
	}
	.page__gallery-item {
		width: 100%;
		height: 450px;
		position: relative;
		cursor: pointer;
	}
	img.page__gallery-image {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.page__gallery-item:hover::after {
		opacity: 0.8;
		visibility: visible;
		width: 95%;
		height: 430px;
	}
	/* End Gallery */

	/* Location */

/* 	.location-section-content {
		display: grid;
		grid-template-columns: repeat(2,1fr);
		overflow: hidden;
	} 
	.location-single-content {
		margin-right: 0px;
	}
 	.location-grid-item-3 {
		grid-area: 3 / 1 / 4 / 3;
		display: flex;
	} 
	.location-single-image img {
		width: 100%;
		height: 750px;
		object-fit: cover;
	}
	.location-single-content {
		width: 670px;
	}
	.location-grid-item-3 .location-single-image img{
		width: 670px;
		height: 750px;
		object-fit: cover;
	}
*/
	/* End Location */

	/* Footer */

	/* End Footer */

}
@media(max-width:1199px) {
	.navigation, .hide-mobile {
		display:none;
	}

	/* Navigation */
	.mobile-menu-wrapper{
		  width: 275px;
	}
	.mobile-menu__overlay {
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		z-index:9;
		background-color:rgba(0,0,0,.25);
		display:none;
		margin: 15px 15px;
	}	
	.menu-item a::before {
		display:none;
	}
	.menu-item a:hover::before{
		display:none;
	}
	.menu-item a::before{
		display:none;
	}

	.header-inner {
		margin: 35px 50px 0px;
		padding-bottom: 15px;
	}
	.book_availability-button {
		position: relative;
		transition: none;
		border: 1px solid var(--first);
		/* 		margin-left: auto; */
		right: 80px;
	}
	.book_availability-button:hover, .book_availability-button:focus {
		box-shadow: none;
		color: var(--first);
	}
	.burger-wrapper {
		min-width: 80px;
		display: flex;
		flex-flow: wrap;
		margin: 0px 15px 15px;
		position: fixed;
		top: 34px;
		right: 0;
		z-index: 100;
		justify-content: center;
		align-items: center;
		transition: all ease-in-out 400ms;
	}
	.burger {
		margin-right: auto;
	}
	.header-scrolled .burger-wrapper {
		min-width: 80px;
		display: flex;
		flex-flow: wrap;
		margin: 0px 15px 15px;
		position: fixed;
		top: 19px;
		right: 0;
		z-index: 100;
		justify-content: center;
		align-items: center;
	}
	.lang-wrapper {
		min-width: 80px;
		display: flex;
		flex-flow: wrap;
		margin: 0px 0px 0px;
		margin-left: 0px;
		top: 5px;
		right: 90px;
		z-index: 100;
		justify-content: center;
		align-items: center;
		color: var(--first);
		transition: all ease-in-out 400ms;
		cursor: pointer;
		position: relative;
		margin-left: auto;
	}
	.header-scrolled .lang-wrapper {
		min-width: 80px;
		display: flex;
		flex-flow: wrap;
		margin: 0px 0px 0px;
		margin-left: 0px;
		top: 5px;
		right: 90px;
		z-index: 100;
		justify-content: center;
		align-items: center;
		color: var(--first);
		transition: all ease-in-out 400ms;
		cursor: pointer;
		position: relative;
		margin-left: auto;
	}
	/* End Navigation */

	/* The Villa */
	.villa-info-content {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		justify-content: center;
		align-items: center;
		margin: 0px 15px;
		flex-direction: column;
	}
	.villa-top-content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 80%;
		margin: auto;
		text-align: center;
		padding: 100px 0;
/* 		color: var(--third); */
	}
	.amenities-image {
		width: 100%;
		height: 100%;
	}
	.villa-amenities-image {
		width: 100%;
		object-fit: cover;
		display: contents;
	}
	.villa-amenities {
		background-color: var(--third);
		width: 100%;
		position: relative;
		display: flex;
		transform: translateX(0px);
		flex-direction: column;
		align-items: center;
	}
	.villa-amenities-text {
		width: 90%;
		padding-bottom: 65px;
		text-align: center;
	}
	.outdoor-amenities {
		padding-bottom: 0px;
	}
	ul.villa-amenities-content {
		margin-bottom: 50px;
		list-style: none;
		flex-flow: wrap;
		row-gap: 20px;
		column-gap: 10px;
		width: 95%;
		font-size: 16px;
		justify-content: center;
		align-items: center;
		display: grid;
		grid-template-columns: repeat(3,1fr);
		overflow: hidden;
		width: 100%;
		text-align: center;
	}
	.indoor-amenities .villa-amenities {
		background-color: var(--third);
		width: 100%;
		position: relative;
		display: flex;
		transform: translateX(0px);
		flex-direction: column;
		align-items: center;
	}
	.indoor-amenities .villa-amenities-text {
		width: 90%;
		padding-bottom: 65px;
		text-align: center;
	}
	.load-more-button-indoor:hover,
	.load-more-button-indoor:focus {
		box-shadow: none;
		color: var(--first);
	}
	.load-more-button-outdoor:hover,
	.load-more-button-outdoor:focus {
		box-shadow: none;
		color: var(--first);
	}
	/* End The Villa */

	/* Gallery */
	#full-screen-gallery,
	#full-screen-gallery-2 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		row-gap: 50px;
		column-gap: 40px;
		overflow: hidden;
	}
	.page__gallery-item {
		width: 100%;
		height: 550px;
		position: relative;
		cursor: pointer;
	}
	img.page__gallery-image {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.page__gallery-item::after{
		display: none;
	}
	.page__gallery-item:hover::after{
		display: none;
	}
	/* End Gallery */

	/* Location */
	.location-section-content {
		display: grid;
		grid-template-columns: repeat(2,1fr);
		overflow: hidden;
	}
	.location-single-content {
		width: 575px;
		margin-right: 0px;
	}
/* 	.location-grid-item-3 {
		grid-area: 3 / 1 / 4 / 3;
		display: flex;
	} */
	.location-single-image img {
		width: 100%;
		height: 750px;
		object-fit: cover;
	}
	.location-grid-item-3 .location-single-image img{
		width: 575px;
		height: 750px;
		object-fit: cover;
	}
	.amenity-single-item a:hover {
		text-decoration: none;
		color: var(--third);
	}
	/* End Location */

	/* Footer */
	.footer__content-inner {
		display: grid;
		grid-template-columns: repeat(3,1fr);
		overflow: hidden;
		padding-bottom: 125px;
		text-align: center;
		gap: 180px;
	}
	.footer__content-inner a::before {
		display: none;
	}
	.footer__content-inner a:hover::before{
		display: none;
	}
	.footer__content-inner a::before{
		display: none;
	}
	.mobile-social a:hover {
		text-decoration: none;
		color: var(--third);
	}
	/* End Footer */

}
@media(max-width:1024px) {
	.navigation, .hide-mobile {
		display:none;
	}
	h2 {
		font-size: 40px;
	}
	h3 {
		font-size: 30px;
	}
	/* The Villa */
	.villa-info-content {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		justify-content: center;
		align-items: center;
		margin: 0px 15px;
		flex-direction: column;
	}
	.villa-top-content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 80%;
		margin: auto;
		text-align: center;
		padding: 100px 0;
		color: var(--third);
	}
	.amenities-image {
		width: 100%;
		height: 100%;
	}
	.villa-amenities-image {
		width: 100%;
		object-fit: cover;
		display: contents;
	}
	.villa-amenities {
		background-color: var(--third);
		width: 100%;
		position: relative;
		display: flex;
		transform: translateX(0px);
		flex-direction: column;
		align-items: center;
	}
	.villa-amenities-text {
		width: 90%;
		padding-bottom: 65px;
		text-align: center;
	}
	.outdoor-amenities {
		padding-bottom: 0px;
	}
	ul.villa-amenities-content {
		margin-bottom: 50px;
		list-style: none;
		display: flex;
		flex-flow: wrap;
		row-gap: 20px;
		column-gap: 20px;
		max-width: 600px;
		font-size: 16px;
		justify-content: center;
		align-items: center;
		display: grid;
		grid-template-columns: repeat(2,1fr);
		overflow: hidden;
		width: 100%;
		text-align: center;
	}
	.indoor-amenities .villa-amenities {
		background-color: var(--third);
		width: 100%;
		position: relative;
		display: flex;
		transform: translateX(0px);
		flex-direction: column;
		align-items: center;
	}
	.indoor-amenities .villa-amenities-text {
		width: 90%;
		padding-bottom: 65px;
		text-align: center;
	}
	/* End The Villa */

	/* Gallery */
	#full-screen-gallery,
	#full-screen-gallery-2 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		row-gap: 50px;
		column-gap: 40px;
		overflow: hidden;
	}
	.page__gallery-item {
		width: 100%;
		height: 450px;
		position: relative;
		cursor: pointer;
	}
	img.page__gallery-image {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.page__gallery-item::after{
		display: none;
	}
	.page__gallery-item:hover::after{
		display: none;
	}
	/* End Gallery */

	/* Location */
	.location-section-content {
		display: grid;
		grid-template-columns: repeat(1,1fr);
		overflow: hidden;
	}
	.location-section-content .location-grid.location-grid-item-2 {
		display: flex;
		flex-direction: column;
	}
	.location-single-content {
		width: 100%;
		height: 650px;
		margin-right: 0px;
		display: flex;
		flex-direction: column;
		background-color: var(--second);
		color: var(--third);
		justify-content: center;
		align-items: center;
	}
	.location-single-image {
		height: 450px;
	}
	.location-single-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.location-single-text {
		width: 90%;
		padding-bottom: 70px;
	}
	ul.location-single-links {
		display: grid;
		grid-template-columns: repeat(2,1fr);
		overflow: hidden;
	}
	ul.location-single-links {
		width: 90%;
	}
	.location-grid-item-3 {
		grid-area: 3 / 1 / 4 / 2;
		display: block;
	}
	.location-grid-item-3 .location-single-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
/* 		margin: 0; */

	}
	
	/* End Location */

	/* Footer */
	img.footer-logo {
		width: 280px;
		padding: 115px 0px 0;
	}
	.footer__content-inner {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		padding-bottom: 125px;
		text-align: center;
		overflow: hidden;
		gap: 115px;
	}
	.footer-title {
		font-size: 20px;
		padding-bottom: 35px;
	}
	/* End Footer */

}

@media(max-width:991px) {
	.navigation, .hide-mobile {
		display:none;
	}

	/* End Navigation */
	.header-inner {
		position: fixed;
		top: 15px;
		right: 0;
		left: 0;
		z-index: 100;
		display: flex;
		margin: 0px 30px;
		border-bottom: 1px solid var(--first);
		padding: 15px;
		transition: all ease-in-out 400ms;
		text-transform: uppercase;
	}
	.header-scrolled .header-inner {
		background-color: var(--third);
		margin: 0px 15px;
		border-bottom: 1px solid var(--first);
		padding: 15px;
		top: 0;
	}
	.book_availability-button {
		display: flex;
		justify-content: center;
		align-items: center;
		/* 		padding: 15px; */
		font-size: 20px;
		transition: none;
		/* 		position: fixed;
		bottom: 0;
		left: 15px;
		right: 15px;
		background-color: var(--third); */
	}
	.burger-wrapper {
		min-width: 80px;
		display: flex;
		flex-flow: wrap;
		margin: 0px 15px 15px;
		position: fixed;
		top: 30px;
		right: 0;
		z-index: 100;
		justify-content: center;
		align-items: center;
	}
	.header-scrolled .burger-wrapper {
		min-width: 80px;
		display: flex;
		flex-flow: wrap;
		margin: 0px 15px 15px;
		position: fixed;
		top: 15px;
		right: 0;
		z-index: 100;
		justify-content: center;
		align-items: center;
	}
	/* End Navigation */

	/* Header */
	.section-title {
		font-size: 45px;
		width: 90%;
	}
	/* End Header */

	/* Gallery */
	#full-screen-gallery,
	#full-screen-gallery-2 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		row-gap: 40px;
		column-gap: 30px;
		overflow: hidden;
	}
	.page__gallery-item {
		width: 100%;
		height: 350px;
		position: relative;
		cursor: pointer;
	}
	/* End Gallery */

	/* Location */
	.location-grid-item-3 {
		grid-area:  3 / 1 / 4 / 2;
		display: flex;
		flex-direction: column;

	}
	.location-grid-item-3 .location-single-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	/* 	End Location */

	/* Footer */
	img.footer-logo {
		width: 250px;
		padding: 100px 0px 0;
	}
	.footer__content-inner {
		display: grid;
		grid-template-columns: repeat(1,1fr);
		overflow: hidden;
		padding-bottom: 100px;
		text-align: center;
		gap: 50px;
	}
	.footer-title {
		padding-bottom: 25px;
	}
	.mobile-social {
		gap: 50px;
	}
	/* End Footer */
}

@media(max-width:767px) {
	h2 {
		font-size: 40px;
	}
	h3 {
		font-size: 30px;
	}
	.navigation, .hide-mobile {
		display:none;
	}

	.header-inner {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 100;
		display: flex;
		background-color: var(--third);
		margin: 0px 15px;
		border-bottom: 1px solid var(--first);
		padding: 15px;
		transition: all ease-in-out 400ms;
		text-transform: uppercase;
	}
	.header-scrolled .header-inner {
		background-color: var(--third);
		margin: 0px 15px;
		border-bottom: 1px solid var(--first);
		padding: 15px;
	}
	.burger-wrapper {
		min-width: 80px;
		display: flex;
		flex-flow: wrap;
		margin: 0px 15px 15px;
		position: fixed;
		top: 15px;
		right: 0;
		z-index: 100;
		justify-content: center;
		align-items: center;
	}
	.header-scrolled .burger-wrapper {
		min-width: 80px;
		display: flex;
		flex-flow: wrap;
		margin: 0px 15px 15px;
		position: fixed;
		top: 15px;
		right: 0;
		z-index: 100;
		justify-content: center;
		align-items: center;
	}
	/* Header */
	.section-title {
		color: var(--first);
		display: block;
		position: relative;
		text-align: center;
		font-size: 30px !important;
		width: 100%;
		background-color: rgb(115 147 179 / 90%);
		padding: 14px;
	}
	/* End Header */

	/* Villa */
	.villa-info-content {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0px 15px;
		flex-direction: column;
	}
	.villa-top-content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 90%;
		margin: auto;
		text-align: center;
		padding: 20px 0;
		color: var(--third);
	}
	.amenities-image {
		width: 100%;
		height: 100%;
	}
	.villa-amenities {
		background-color: var(--third);
		width: 100%;
		position: relative;
		display: flex;
		transform: translateX(0px);
		flex-direction: column;
		align-items: center;
	}
	.villa-amenities-text {
		width: 90%;
		padding-bottom: 65px;
		text-align: center;
	}
	ul.villa-amenities-content {
		margin-bottom: 50px;
		list-style: none;
		display: flex;
		flex-flow: wrap;
		row-gap: 20px;
		column-gap: 30px;
		max-width: 600px;
		font-size: 16px;
		justify-content: center;
		align-items: center;
		display: grid;
		grid-template-columns: repeat(2,1fr);
		overflow: hidden;
		width: 100%;
		text-align: center;
	}
	.outdoor-amenities {
		padding-bottom: 0px;
	}
	.indoor-amenities{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column-reverse !important;
	}
	.indoor-amenities .villa-amenities {
		background-color: var(--third);
		width: 100%;
		position: relative;
		display: flex;
		transform: translateX(0px);
		flex-direction: column;
		align-items: center;
	}
	.indoor-amenities .villa-amenities-text {
		width: 90%;
		padding-bottom: 65px;
		text-align: center;
	}
	.indoor-amenities {
		padding-bottom: 100px;
	}
	/* End Villa */

	/* 	Gallery */
	.gallery-section-title {
		height: 300px;
	}
	.gallery-section-images {
		margin: 0 30px;
	}
	#full-screen-gallery,
	#full-screen-gallery-2 {
		display: grid;
		grid-template-columns: repeat(1,1fr);
		overflow: hidden;
		row-gap: 50px;
		column-gap: 0px;
	}
	.page__gallery-item {
		width: 350px;
		height: 350px;
		position: relative;
		cursor: pointer;
		margin: auto;
	}
	img.page__gallery-image {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.page__gallery-item::after{
		display: none;
	}
	.page__gallery-item:hover::after{
		display: none;
	}
	/* End Gallery */

	/* Location */
	.location-section-title {
		height: 300px;
	}
	.location-section-content {
		display: grid;
		grid-template-columns: repeat(1,1fr);
		overflow: hidden;
	}
	.location-single-content {
		width: 100%;
		height: auto;
		margin-right: 0px;
	}
	.location-single-title h3 {
		padding-bottom: 80px;
		padding-top: 80px;
		font-size: 40px;
	}
	.location-single-text {
		width: 90%;
		padding-bottom: 70px;
	}
	ul.location-single-links {
		display: grid;
		grid-template-columns: repeat(1,1fr);
		overflow: hidden;		
		width: 90%;
	}
	.location-single-image {
		height: 450px;
	}
	.location-single-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.location-section-content .location-grid.location-grid-item-2 {
		display: flex;
		flex-direction: column;
	}
	.location-grid-item-3 {
		grid-area: 3 / 1 / 4 / 2;
		display: block;
	}
	.location-grid-item-3 .location-single-image img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	/* End Location */

	/* Footer */
	img.footer-logo {
		width: 230px;
		padding: 100px 0px 0;
	}
	.footer__content-inner {
		display: grid;
		grid-template-columns: repeat(1,1fr);
		overflow: hidden;
		padding-bottom: 100px;
		text-align: center;
		gap: 50px;
	}
	.footer-title {
		padding-bottom: 25px;
	}
	.mobile-social {
		gap: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: row;
	}
	/* End Footer */
}

@media(max-width:481px) {
	h2 {
		font-size: 32px;
	}
	.section-title {
		font-size: 28px !important;
		width: 95%;
	}
	.content-container {
		margin: 0px;
	}

	/* Navigation */
	.lang-wrapper {
		min-width: 80px;
		display: flex;
		flex-flow: wrap;
		margin: 0px 0px 0px;
		margin-left: 0px;
		top: 5px;
		right: 40px;
		z-index: 100;
		justify-content: center;
		align-items: center;
		color: var(--first);
		transition: all ease-in-out 400ms;
		cursor: pointer;
		position: relative;
		margin-left: auto;
	}
	.header-scrolled .lang-wrapper {
		min-width: 80px;
		display: flex;
		flex-flow: wrap;
		margin: 0px 0px 0px;
		margin-left: 0px;
		top: 5px;
		right: 40px;
		z-index: 100;
		justify-content: center;
		align-items: center;
		color: var(--first);
		transition: all ease-in-out 400ms;
		cursor: pointer;
		position: relative;
		margin-left: auto;
	}
	/* End Navigation */

	/* Header */
	.header-inner {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 100;
		display: flex;
		background-color: var(--third);
		margin: 0px 0px;
		border-bottom: 1px solid var(--first);
		padding: 15px;
		transition: all ease-in-out 400ms;
		text-transform: uppercase;
	}
	.header-scrolled .header-inner {
		background-color: var(--third);
		margin: 0px 0px;
		border-bottom: 1px solid var(--first);
		padding: 15px;
	}
	.book_availability-button {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 15px;
		font-size: 20px;
		transition: none;
		border-top: 1px solid var(--first);
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: var(--third);
	}
	.burger-wrapper {
		min-width: 80px;
		display: flex;
		flex-flow: wrap;
		margin: 0px 0px 0px;
		position: fixed;
		top: 15px;
		right: 0;
		z-index: 100;
		justify-content: center;
		align-items: center;
	}
	.burger {
		margin: auto;
	}
	.header-scrolled .burger-wrapper {
		min-width: 80px;
		display: flex;
		flex-flow: wrap;
		margin: 0px 0px 0px;
		position: fixed;
		top: 15px;
		right: 0;
		z-index: 100;
		justify-content: center;
		align-items: center;
	}
	.mobile-menu-wrapper {
		transform: translateX(110%);
		transition: all ease-in-out 600ms;
		overflow-y: scroll;
		overflow-x: hidden;
		position: fixed;
		top: 0px;
		right: 0px;
		bottom: 0;
		right: 0;
		background-color: var(--third);
		display: flex;
		justify-content: center;
		z-index: 10;
		width: 200px;
	}
	/* End Header */

	/* Villa */
	.villa-info-content {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0px 0px;
		flex-direction: column;
	}
	ul.villa-amenities-content {
		margin-bottom: 50px;
		list-style: none;
		display: flex;
		flex-flow: wrap;
		row-gap: 20px;
		column-gap: 0px;
		max-width: 600px;
		font-size: 16px;
		justify-content: center;
		align-items: center;
		display: grid;
		grid-template-columns: repeat(1,1fr);
		overflow: hidden;
		width: 100%;
		text-align: center;
	}
	/* The Villa */

	/* Gallery */
	.gallery-content {
		margin: 0px 0px 25px;
	}
	.gallery-section-title {
		height: 200px;
		width: 100%;
		color: var(--first);
		background-color: var(--third);
	}
	.gallery-tabs > li:hover, .gallery-tabs > li.active {
		background-color:var(--second) !important;
		color:var(--third) !important;
	}
	.gallery-section-images {
		margin: 0px 15px;
	}
	#full-screen-gallery,
	#full-screen-gallery-2 {
		display: grid;
		grid-template-columns: repeat(2,1fr);
		overflow: hidden;
		row-gap: 30px;
		column-gap: 15px;
		width: 100%;
	}
	.page__gallery-item {
		height: 250px;
		position: relative;
		cursor: pointer;
		margin: auto;
		width: 100%;
	}
	/* End Gallery */

	/* Location */
	.location-content {
		margin: 0px 0px 25px;
	}
	.location-section-title {
		height: 200px;
		width: 100%;
		color: var(--first);
		background-color: var(--third);
	}
	ul.location-single-links {
		display: grid;
		grid-template-columns: repeat(1,1fr);
		overflow: hidden;
		padding-bottom: 50px;
		width: 90%;
	}
	/* End Location */

	/* Footer */
	.footer-wrapper {
		background-color: var(--second);
		color: var(--third);
		margin: 0px;
	}
	.mobile-social {
		gap: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: row;
		padding-bottom: 50px;
	}
	/* End Footer */
}





@media(max-width:480px){
	.the-villa-content{
		gap:0px;
		margin-top:20px;
		flex-direction:column;
		margin-inline:20px;
	}
	h2.villa-title.bottom{
		padding-bottom:10px;
	}
	
	
	.discover-content {
		margin-inline: 20px;
		gap: 20px;
		margin-block:20px;
		flex-direction:column;
	}
	.discover-text p{
		padding:0;
	}
}




