@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;
}

.btn-primary {
	background-color: transparent !important;
	border: 2px solid #353535 !important;
	color: #353535 !important;
	font-weight: 700 !important;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.btn:hover {
	background-color: #353535 !important;
	color: #ffffff;
}

/* Jumbotron */
.jumbotron {
	width: 75%;
	margin: auto;
	display: block;
	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);
}

@media screen and (max-width: 767px) {
	.jumbotron {
		width: 100%;
	}
}

/* Animations */
/* .body-content .animate__animated {
	opacity: 0;
} */

.kaydoh-btn {
	min-width: 200px;
	margin: 6px 0;
	text-decoration: none !important;
	text-transform: uppercase;
	font-size: 14px;
	display: inline-block;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	padding: 0.475rem 1.6rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	
}

.kaydoh-btn-solid {
	min-width: 200px;
	margin: 6px 0;
	text-decoration: none !important;
	text-transform: uppercase;
	font-size: 14px;
	display: inline-block;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0.475rem 1.6rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input {
	border: none !important;
	border-bottom: 1px solid !important;
	border-radius: 0 !important;
}

textarea {
	border: none !important;
	border-bottom: 1px solid !important;
	border-radius: 0 !important;
}

/*
	Main Content Starts Here
*/
/* 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;
	width: 100%;
	height: 65%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

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

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

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

.content-box h3.main-h {
	/* font-size: 70px; */
	font-size: 3.5vw;
	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: 30px; */
	font-size: 2.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;
}

/* Hero Content */

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

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

/* 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: #76007c;
}
.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;
}

.address-txt {
	font-size: 2.2em;
    font-weight: 300;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 4px;
    margin: 24px 0 0;
	width: 60%;
}

.paragraph-txt {
	color: #707070;
	text-align: justify;
	font-size: 20px;
	font-weight: 100;
	margin-top: 12px;
}

.title-txt {
	font-size: 30px;
	font-weight: 700;
	margin: 2rem 0;
	color: #353535;
	text-transform: uppercase;
	text-align: left;
}

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

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

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

.info-section .info-box {
	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);
}

#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 */
.form-content {
	margin: auto;
	display: block;
}

.form-content label {
	margin: 20px 0;
}

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

#accordionExample .card-text {
	margin: 20px 0 10px 0;
	text-align: justify;
}

#accordionExample .link {
	color: #0077e7;
}

.card {
	border: none;
	height: 100%;
	-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);
}

.card-body h5 {
	margin: 20px auto;
	text-align: center;
}

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

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

@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;
	}
}

@media screen and (max-width: 991px) and (min-width: 768px) {

	.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 .banner-heading, .content-box .banner-video {
		width: 50% !important;
	}

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

	.props .props-txt {
		font-size: 18px;
		margin: 10px 0;
		flex-direction: column;
	}

	.props-txt  .prop-acces::before {
		content: none;
	}

	.address-txt {
		width: 100%;
	}
	
	.price-txt {
		font-size: 2.5rem;
		text-align: center;
	}

	.info-section {
		width: 100%;
	}

	.form-content {
		width: 100%;
		padding: 5%;
	}

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

@media screen and (max-width: 767px) {
	.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: flex;
		align-items: center;
		height: auto;
	}
	
	.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: 2rem;
	}

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


	.content-box .banner-heading, .content-box .banner-video {
		width: 100% !important;
		margin-bottom: 24px;
	}

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

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

	.props {
		flex-direction: column;
	}

	.props .props-txt {
		font-size: 18px;
		margin: 10px 0;
		flex-direction: column;
	}

	.props-txt  .prop-acces::before {
		content: none;
	}

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

	.info-section {
		width: 100%;
	}

	.form-content {
		width: 100%;
		padding: 5%;
	}

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

	.person-image {
		width: 20%;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px) {

	.props .price-txt {
		margin-right: 0px;
	}
} /* end of media query */

@media screen and (max-width: 767px) {
	.props .price-txt {
		margin-right: 0px;
	}
} /* end of media query */