/* ========= Google Fonts ======== */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Roboto", sans-serif;
}
body {
	font-size: 16px;
	color: #222;
}

:root {
	--primary-color:#8B5B3B;
	--secondry-color:#faa831;
}

p {
	text-align: justify;
	letter-spacing: .5px;
	margin-bottom: 10px;
}

.main-heading {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
    color: #000;
    font-size: 25px;
}

.container-fluid.fluid_gutter {
    padding: 0 50px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Montserrat", sans-serif;
}

/* ========= Header ========*/
.main_menu .navbar-nav {
    margin-right: 240px;
}
.main_menu {
    position: relative;
}
.header_call img {
    height: 25px;
	margin-right: 5px;
}
.header_call {
	position: absolute;
    top: 0;
    right: 60px;
    padding: 8px 20px;
    color: #000;
    margin-top: 20px;
    display: block;
    font-weight: 800;
    border: 2px solid #000;
    z-index: 9999;
    border-radius: 30px;
    text-decoration: none;
}
.header_call:hover {
   color: var(--primary-color);
}
.navbar {
	background-color: #ffffff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }
  .navbar-brand {
	font-weight: 600;
	color: #333;
  }
  .navbar-nav .nav-link {
	color: #333;
	font-weight: 500;
	padding: 8px 16px;
  }
  .navbar-nav .nav-link:hover {
	color: #0d6efd;
  }

.logo {
    height: 55px;
}

.download_btn {
	background-color: var(--primary-color);
    display: inline-block;
    padding: 12px 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 25px;
    margin-top: 10px;
}

/* ========= Project Slider ======== */
.main_slider .carousel-caption h5 {
   font-size: 40px;
   font-weight: 800;
   text-transform: uppercase;
}
.main_slider .carousel-caption p {
	font-size: 25px;
	font-weight: 600;
	text-transform: capitalize;
	text-align: center;
 }
.carousel-caption {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 1rem 1.5rem;
	border-radius: 10px;
  }

  .carousel-item img {
	object-fit: cover;
	height: 100vh;
  }

  @media (max-width: 768px) {
	.carousel-caption {
	  font-size: 0.9rem;
	  padding: 0.8rem;
	}

	.carousel-caption h5 {
	  font-size: 1.2rem;
	}
  }

/* ======== Project Overview ========== */
.project-section {
	/* background: linear-gradient(to right, #0b0c2a 50%, #ffffff 50%); */
	color: #ffffff;
	padding: 60px 0;
  }

  .project-image {
	max-width: 100%;
	border-radius: 10px;
  }

  .text-column {
	color: #212529;
    padding-right: 15px;
  }

  .text-column h2 {
	font-weight: bold;
	margin-bottom: 10px;
  }

  .text-column h4 {
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 15px;
  }

  @media (max-width: 767.98px) {
	.project-section {
	  background: #ffffff;
	  text-align: center;
	}

	.text-column {
	  padding-left: 0;
	  padding-top: 30px;
	}
  }

  /* ====== PopUP ====== */

.modal-img {
	padding: 0;
}

.modal-query {
	padding: 25px;
}

.modal-img img {
	height: 420px;
    object-fit: cover;
    width: 100%;
}

.inquiry_message {
	letter-spacing: 1px;
}

.form-control.d_field {
	padding: 12px 0px;
	font-size: 14px;
	border-bottom: 1px solid #ddd;
	background: transparent;
	border-top: none;
	border-right: none;
	border-left: none;
	border-radius: 0;
}

.query-sub-btn {
	padding: 12px 20px;
	border: 0;
	background: var(--primary-color);
	color: #fff;
	font-weight: 500;
	width: 100%;
	border-radius: 50px;
}

.query-sub-btn:hover {
	background-color: var(--secondry-color);
	color: var(--black);
}

.query_form_content {
	border-radius: 0;
}

.btn-close:focus {
	outline: none;
	box-shadow: none;
}

.btn-close {
    position: absolute;
    right: 0;
    top: -30px;
    opacity: 1;
    background: none;
}
.btn-close img {
    height: 20px;
}

a.form_call {
    color: orange;
    text-decoration: none;
    margin: auto;
    background: #000;
    padding: 5px 20px;
    display: inline-block;
    width: 100%;
    text-align: center;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 800;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}

/* ======== Unit Plan ==== */
.project_unit {
    padding: 35px 0;
    background: #fff5f5;
}
a.price_request {
    color: #000;
    cursor: pointer;
    text-decoration: none;
    font-weight: 800;
    border: 1px solid #e87f20;
    padding: 5px 10px;
    border-radius: 30px;
}

/* ===== Highlights ========== */
.highlights-section {
	padding: 60px 0;
  }

  .highlights-section h2 {
	font-weight: 700;
	margin-bottom: 25px;
  }

  .highlights-section ul {
	list-style: none;
	padding-left: 0;
  }

  /* .highlights-section ul li::before {
	content: "✔";
	color: #198754;
	font-weight: bold;
	margin-right: 8px;
  } */

  .highlights-section ul li {
	margin-bottom: 10px;
  }

  .highlight-img {
	border-radius: 10px;
	margin-bottom: 20px;
	width: 100%;
	object-fit: cover;
  }
  .highlights-section ul li strong {
    display: block;
}

/* ====== Amenities ======== */
.amenities-section {
	padding: 60px 0;
	background: #fff5f5;
  }

  .amenities-section h3 {
	font-weight: 700;
	margin-bottom: 15px;
  }

  .image-grid img {
	width: 100%;
	/* height: 170px; */
	object-fit: cover;
	border-radius: 8px;
	margin-bottom: 15px;
  }

  .amenities-list ul {
	padding-left: 1rem;
  }

  .amenities-list ul li {
	margin-bottom: 4px;
  }
  /* ======== Pages ======= */
  .page-banner img {
    height: 450px;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.5);
	margin-bottom: 20px;
}
  /* ======== Footer ===== */
  .footer {
	background-color: #222;
	padding: 40px 0 20px;
	border-top: 1px solid #dee2e6;
  }

  .footer a {
	color: #eee;
	text-decoration: none;
  }

  .footer p {
    text-align: center;
    line-height: 1.7;
	}

  .footer a:hover {
	text-decoration: underline;
  }

  .disclaimer {
	font-size: 0.85rem;
	color: #eee;
}

.privacy-policy a {
    text-decoration: none;
    color: #000;
}

.privacy-policy {
    padding: 10px 0;
	text-align: center;
}
.footer_call {
	position: fixed;
	width: 48px;
	height: 48px;
	bottom: 50px;
	right: 15px;
	background-color: #fff;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	z-index: 100;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.icon-phone {
	background-image: url(../images/calls.png);
    background-repeat: no-repeat;
    background-size: 28px;
    height: 28px;
    width: 28px;
    display: inline-block;
    margin-top: 10px;
}
.side_inquiry_form {
    position: fixed;
    top: 50%;
    right: -56px;
    background: var(--primary-color);
    padding: 10px 20px;
    z-index: 1080;
    cursor: pointer;
    transform: rotate(-90deg);
    border: 2px solid var(--light-gold);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border: 1px solid #000;
}
.side_inquiry_form p {
    color: #fff;
    margin: 0;
    font-weight: 600;
}

/* .trin-trin {
	animation-name: trin;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	margin-top: 10px;
} */
/* ===== Mobile ===== */

.mobile_screen img {
	height: 32px;
	margin-right: 5px;
}
.mobile_screen {
    background: #86443a;
    padding: 5px 0;
    text-align: center;
}
.mobile_screen a {
    color: #fff;
    text-decoration: none;
}
.mobile_screen a span{
    color: #fff;
    text-decoration: none;
	cursor: pointer;
}
.mobile_screen {
    display: none;
}

@media (max-width: 767px) { 
	.mobile_screen {
		display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
	}
	.container-fluid.fluid_gutter {
		padding: 0 20px;
	}
	.carousel-item img {
		object-fit: cover;
		height: 200px;
	}
	.main_slider .carousel-caption h5 {
		font-size: 20px;
	}
	.main_slider .carousel-caption p {
		font-size: 16px;
	}
	.project-section {
		padding: 0;
	}
	.text-column h2 {
	   font-size: 20px;
	}
	.project-image {
		margin-top: 20px;
	}
	a.price_request {
		border: none;
		padding: 5px 10px;
		text-align: center;
		display: block;
	}
	.highlight-img {
		margin-top: 20px;
	}
	.amenities-section {
		padding: 20px 0;
	}
	.privacy-policy {
		margin-bottom: 40px;
	}

}