@font-face {
	font-family: "Effra";
	src: url('/fonts/Effra_W_Rg.woff2') format('woff2'), /* Super Modern Browsers */
	url('/fonts/Effra_W_Rg.woff') format('woff')  /* Pretty Modern Browsers */
}


.animate__animated {
	animation-duration: 1.25s;
}

* {
	box-sizing: border-box;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	height: 100vh !important;
}

/* Buttons */
button {
	text-transform: uppercase;
	font-weight: 600 !important;
	letter-spacing: 0.1em;
}

.btn-primary {
	background-color: #353535 !important;
	border-color: #353535 !important;
	color: #fff !important;
	border-radius: 0;
}

.btn:hover {
	opacity: 0.5;
}

.link {
	color: #2294ff;
}

/* Jumbotron */
.jumbotron {
	background-color: #fff;
	border: 0.5px solid #e2e2e2;
	border-radius: 10px;
	padding: 1rem;
}

/* Horizontal Line */
.hr-line,
.hr-line-middle {
	font-size: 1.25rem;
	font-weight: 400;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.hr-line::before,
.hr-line::after,
.hr-line-middle::before,
.hr-line-middle::after {
	content: "";
	flex: 1;
	border-bottom: 2px solid rgb(255, 255, 255);
}
.hr-line::before,
.hr-line-middle::before {
	margin-right: 1em;
}
.hr-line::after {
	margin-left: 1em;
	padding-left: 50%;
}

.hr-line-middle::after {
	margin-left: 1em;
}

.hr-divider {
	display: none;
	border: 1px solid;
}

/* Animations */
/* .animate__animated {
	opacity: 0;
} */

/*
	Main Content Starts Here
*/
.hero-section {
	padding: 50px 20px 20px 20px;
	height: 100%;
	width: 100%;
}

/* Navbar */
.navbar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 45;
	width: 100%;
	height: 50px;
	transition: all 0.4s ease-in-out;
}

.navbar-nav .nav-link {
	font-size: 14px;
	font-weight: 500;
	text-align: center !important;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin: 0 10px;
}

.navbar-nav .nav-link:hover {
	opacity: 0.6;
}

/* Navbar End */

/* Hero Video Banner */
.banner {
	position: relative;
	color: #fff;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.banner-background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.video-iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	overflow: hidden;
}

#hero-iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	border: none;
}

.control-btn button {
	margin: auto;
	display: none;
	background-color: #181818;
	color: #fff;
	border: none;
	border-bottom: 2px solid #8a00ca;
	width: 150px;
	padding: 5px 0;
	font-size: 1rem;
	transition: .2s ease-in-out;
}

.control-btn button:hover {
	background-color: #5c5c5c;
	border-bottom: 2px solid #ffd622;
}

.content-top-box {
	height: 20%;
	position: absolute;
	z-index: 20;
	top: 0;
	width: 100%;
	background: linear-gradient(180deg, #141414e0 0%, #ffffff00 100%);
	opacity: 1;
}

.content-bottom-box {
	height: 20%;
	position: absolute;
	z-index: 20;
	bottom: 0;
	width: 100%;
	background: linear-gradient(180deg, #ffffff00 0%, #141414e0 100%);
	opacity: 1;
}

/* Hero Content */
.price .price-txt {
	margin: 10px 0;
	font-size: 3rem;
	font-weight: 600;
	text-align: center;
}

.address .address-txt {
	margin: auto;
	width: 65%;
	font-size: 1.25rem;
	text-transform: uppercase;
	text-align: right;
	letter-spacing: 4px;
}

.res-address .res-address-txt {
	display: none;
	margin: 1rem 0;
	font-size: 1.2rem;
	text-align: center;
	font-weight: 500;
}

/* Sub-Contents Starts Here */
.body-content {
	width: 100%;
	display: grid;
	margin: 4rem 0;
}

.separator-line {
	margin: 4rem 0;
}

/* Property Details */
.propDetails-section .prop-acces {
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #3a003d;
}

.propDetails-section .prop-title {
	font-size: 1.2rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

/* Overview */
.title-txt {
	font-weight: 600;
	font-size:25px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 3rem;
}

.random-image {
	max-width: 100%;
}

.random-img-cont figure img {
	opacity: 1;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.random-img-cont figure:hover img {
	opacity: 0.5;
}

/* Amenities */
.amenities-list-items {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: center;
}

.amenity-item {
	background-color: #fff;
	border-radius: 24px;
	padding: 0.5rem 1rem;
	border: 1px solid #e0e0e0;
	font-size: 1rem;
	font-weight: 400;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	margin-bottom: 0.5rem;
	transition: all 0.3s ease-in-out;
}

/* School section */
.schools-section {
	overflow-x: auto;
}

.schools-section th {
	color: #21496e;
}

/* Location */
#map {
	height: 500px; /* The height is 400 pixels */
	width: 100%; /* The width is the width of the web page */
}

/* Request Info */
#agentName {
	font-weight: 700;
	margin-top: 2rem;
}

#agentProfileImage {
	width: 50%;
	border-radius: 50%;
}

#businessLogo {
	width: 50%;
	margin-bottom: 1rem;
}

#listingInfo {
	text-align: right;
	margin-top: 10px;
	font-size: .75rem;
}

.text-cont {
	margin: 2rem 0;
	margin:0px;
}

#callBtn, #chatBtn {
	width: 100%;
}

.social-icon {
	padding: 10px;
	font-size: 20px;
	width: 40px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	margin: 5px 2px;
	border-radius: 50%;
	border: 0.5px solid #1a1a1a;
	color: #1a1a1a;
}

.social-icon:hover {
	text-decoration: none;
	color: #2294ff;
}

.social-links {
	text-align: center;
	margin: 1rem;
}

/* Review */
.person-image {
	width: 10%;
	border-radius: 50%;
}

.review-section span {
	font-weight: 300;
	font-size: 18px;
}

.user-name {
	color: #3d3d3d;
	font-weight: 500;
	text-transform: uppercase;
	margin: 10px 0;
}

/* Custom Buttons in Gallery */
.cta-btn {
	width: 100%;
}

footer {
	background-color: #666;
	padding: 10px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	.banner {
		height: 430px;
	}

	.address .res-address-txt {
		display: block;
	}

	/* Overview */
	.overview-section {
		padding: 5%;
	}
}

@media screen and (max-width: 767px) {
	.hero-section {
		height: auto !important;
	}
	.banner {
		height: 250px;
	}

	.content-box {
		padding: 1%;
	}

	/* Horizontal Line */
	.hr-line,
	.hr-line-middle {
		font-size: 1rem;
	}
	.hr-line::before,
	.hr-line::after,
	.hr-line-middle::before,
	.hr-line-middle::after {
		border-bottom: 1px solid rgb(255, 255, 255);
	}
	.hr-line::after {
		padding-left: 0;
	}

	.hr-divider {
		display: block;
	}

	.control-btn button {
		width: 90px;
		padding: 5px 0;
		font-size: 15px;
		opacity: 1;
		z-index: 100;
	}

	/* Hero Content */
	.price .price-txt {
		font-size: 2rem;
		text-align: center;
	}

	.address {
		display: none;
	}

	.res-address .res-address-txt {
		display: block;
	}
}
