@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;
	-webkit-box-shadow: 6px 12px 28px 1px rgba(54, 54, 54, 0.1);
	-moz-box-shadow: 6px 12px 28px 1px rgba(54, 54, 54, 0.1);
	box-shadow: 6px 12px 28px 1px rgba(54, 54, 54, 0.1);
}

/*
	Main Content Starts Here
*/
/* Navbar */
/* Navbar */
.navbar {
	position: static;
	z-index: 45;
	width: 100%;
	transition: all 0.4s ease-in-out;
	background-color: #fff;
	border-bottom: 3px solid;
	margin-bottom: 0px !important;
}

.navbar-nav .nav-link {
	color: #161616 !important;
	font-size: 14px;
	font-weight: 600;
	text-align: center !important;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	margin: 0 10px;
}

.navbar-nav .nav-link i {
	color: #161616 !important;
}

.navbar-nav .nav-link:hover {
	opacity: 0.6;
}
/* Navbar End */

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

.content-box {
	position: absolute;
	color: #fff;
	top: 0;
	height: 100%;
	width: 100%;
	padding: 2rem 4rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 2rem;
	background-color: #1f2121a3;
}

.content-box .banner-heading {
	gap: 8px;
}

.content-box .banner-heading, .content-box .banner-video {
	width: 50% !important;
}

.banner-video .hero-v-frame {
	width: 100%;
	margin: auto;
}

.content-box h3.main-h {
	font-size: 2vw;
	font-weight: 600;
}
.content-box h2.main-h {
	font-size: 2.5vw;
	font-weight: 600;
}
.content-box h1.main-h {
	font-size: 3vw;
	font-weight: 600;
}

.content-box h5.sub-h {
	font-size: 1.5vw;
	font-weight: 500;
}

.content-box h2.sub-h {
	font-size: 1.5vw;
	font-weight: 500;
}

.hr-line {
	line-height: 1em;
	position: relative;
	outline: 0;
	border: 0;
	color: black;
	text-align: center;
	height: 3em;
}

.hr-line:before {
	content: "";
	background-color: #353535;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
}

.hr-line:after {
	content: attr(data-content);
	right: 25%;
	position: relative;
	color: #5065c0;
	padding: 0 1em;
	font-size: 2em;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.5em;
	letter-spacing: 3px;
	background-color: #fcfcfa;
}

.bottom-arrow {
	width: 100%;
	position: absolute;
	bottom: 0;
}

.bottom-arrow a, .bottom-arrow a i {
	display: block;
	margin: auto;
	font-size: 3.5rem;
	margin: 0;
	text-align: center;
}

/* Hero Content */
.address .address-txt {
	margin: auto;
	font-size: 2rem;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 4px;
	width: 100%;
}

/* Sub-Contents Starts Here */
.body-content {
	height: 100%;
	width: 100%;
}

.sub-body {
	width: 100%;
	padding: 2rem 4rem;
}

/* Property Details */
.price h3 {
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
}
.price .price-txt {
	font-size: 4rem;
	font-weight: 600;
	text-align: center;
	color: #363636;
}
.price .price-txt-head {
	font-size: 4rem;
	font-weight: 600;
	text-align: center;
	color: #ffffff;
}

.propDetails-section .prop-acces {
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin: 5px 0;
}

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

.prop-details {
	display: flex;
	flex-direction: row;
}

.prop-details .coloumn {
	width: 100%;
	border-top: 1px dashed #161616;
	border-bottom: 1px dashed #161616;
}


/* Overview */
.address-txt {
	width: 60%;
}

.overview-txt-cont {
	margin: 2rem 0;
}

.paragraph-txt {
	color:  #707070;
	text-align: justify;
	font-size: 23px;
	font-weight: 400;
}

.title-txt {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 2rem;
	color: #353535;
	text-transform: uppercase;
	text-align: left;
}

.title-txt::before {
	display: block;
	color: #353535;
	content: '____';
}

/* 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 */
}

.map-title {
	margin: 2rem 8%;
}

.map-section {
	padding: 2.5% 0;
}

/* Info Section */
.info-section {
	margin: auto;
	display: block;
}

#agentName {
	font-weight: 700;
	margin: 0;
}

#agentProfileImage {
	width: 90%;
}

#businessLogo {
	width: 40%;
	margin-bottom: 4rem;
}



#listingInfo {
	text-align: right;
	margin-top: 10px;
	font-size: .75rem;
}
.social-icon {
	padding: 10px;
	font-size: 20px;
	width: 40px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	margin: 5px 2px;
	border-radius: 50%;
	background-color: #292929;
	border: 0.5px solid #292929;
	color: #f0f0f0;
	transition: 0.2s ease-in-out;
}

.social-icon:hover {
	text-decoration: none;
	color: #2294ff;
	background-color: transparent;
	border: 0.5px solid #1a1a1a;
}

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

/* Request Info */
/* Review */
.person-image {
	width: 40%;
	border-radius: 50%;
	margin: auto;
	display: block;
}

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

.user-name {
	font-size: 1.2rem;
	text-align: center;
	color: #3d3d3d;
	font-weight: 600;
	text-transform: uppercase;
	margin: 10px 0;
}

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

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

/* Media Queries for Desktop */
@media screen and (max-width: 1024px) and (min-width: 992px) {
	.content-box {
		padding: 2rem 4rem;
	}

	.banner-video .hero-v-frame {
		width: 100%;
		margin: auto;
	}

	.content-box h3.main-h {
		font-size: 60px;
		font-weight: 600;
	}
	.content-box h1.main-h {
		/* font-size: 70px; */
		font-size: 3.5vw;
		font-weight: 600;
	}
	.content-box h5.sub-h {
		font-size: 20px;
		font-weight: 500;
	}
	.content-box h2.sub-h {
		/* font-size: 30px; */
		font-size: 2.5vw;
		font-weight: 500;
	}
}

/* Media Queries for Tablet */
@media screen and (max-width: 991px) and (min-width: 768px) {
	.sub-body {
		padding: 1.5rem;
	}

	.banner {
		display: flex;
		align-items: center;
		height: auto;
	}

	.prop-details {
		flex-direction: column;
	}

	.content-box {
		top: 0;
		position: relative;
		width: 100%;
		flex-direction: column;
		padding: 2rem;
	}

	.content-box h3.main-h {
		font-size: 50px;
		font-weight: 600;
	}
	.content-box h1.main-h {
		/* font-size: 70px; */
		font-size: 3.5vw;
		font-weight: 600;
	}
	.content-box h5.sub-h {
		font-size: 20px;
		font-weight: 500;
	}
	.content-box h2.sub-h {
		/* font-size: 30px; */
		font-size: 2.5vw;
		font-weight: 500;
	}
	.content-box .banner-heading, .content-box .banner-video {
		width: 50% !important;
	}

	.banner-video .hero-v-frame {
		width: 95%;
		margin: auto;
	}

	.info-section {
		width: 100%;
	}

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

/* Media Queries for Mobile */
@media screen and (max-width: 767px) {
	.sub-body {
		padding: 1.5rem;
	}

	.hr-line {
		line-height: 1em;
		height: 3.5em;
	}

	.hr-line:after {
		content: attr(data-content);
		right: 15%;
		font-size: 1.5em;
		text-transform: uppercase;
		font-weight: 700;
		line-height: 1.5em;
		background-color: #fcfcfa;
	}

	.banner {
		display: block;
		height: auto;
		position: relative;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.address-txt {
		width: 100%;
		font-size: 1.8em;
		font-weight: bold;
	}

	.prop-details {
		flex-direction: column;
	}

	.content-box {
		top: 0;
		position: relative;
		width: 100%;
		flex-direction: column;
		padding: 0;
		background-color: rgba(41, 41, 41, 0.2);
		gap: 0;
		min-height: 100%;
		border-radius: 0 !important;
	}

	/* Video at top with 16:9 aspect ratio */
	.content-box .banner-video {
		width: 100% !important;
		margin: 0;
		padding: 0;
		order: 1;
	}

	.content-box .banner-video .hero-v-frame {
		width: 100%;
		margin: 0;
		padding: 0;
		border-radius: 0 !important;
	}

	/* Heading comes after video */
	.content-box .banner-heading {
		width: 100% !important;
		margin: 0;
		padding: 32px 24px;
		order: 2;
		background-color: transparent;
		text-align: center;
		gap: 16px;
	}

	.content-box h1.main-h {
		font-size: 2.5rem;
		font-weight: 700;
	}
	.content-box h2.main-h {
		font-size: 2rem;
		font-weight: 600;
	}
	.content-box h3.main-h {
		font-size: 40px;
		font-weight: 600;
	}
	.content-box h5.sub-h {
		font-size: 16px;
		font-weight: 500;
	}
	.content-box h2.sub-h {
		/* font-size: 30px; */
		font-size: 1.3rem;
		font-weight: 500;
	}

	.content-box .btn-row {
		flex-direction: column;
	}
	
	.content-box .btn-row button, .content-box .btn-row a {
		width: 100%;
	}

	.propDetails-section .column {
		border-bottom: 1px solid #161616;
	}

	.border-right {
		border-right: none !important;
	}

	.address .address-txt {
		font-size: 1.5rem;
		width: 85%;
	}

	button.get-estimate-btn {
		width: 100% !important;
	}

	/* Hero Content */
	.price .price-txt {
		font-size: 2.5rem;
	}

	.info-section {
		width: 100%;
	}

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

	.person-image {
		width: 20%;
	}
}

@media screen and (max-width: 480px) {
	.content-box .hero-v-frame {
		border-radius: 0 !important;
	}
}
