* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Jost", serif;
}
a,
a:hover {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

h2,
p {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

input,
textarea {
  background: none;
  border: none;
  outline: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

/* Color Code */

:root {
  --primary-color: #22524D;
  --shadow-color: #22524D8f;
  --secondary-color: #22524D4d;
  --text-color: rgba(0, 0, 0, 0.74);
  --text-light: #ffffff;
  --text-lighter: #f8f9fa;
  --text-dark: #000000;
  --text-darker: #000000;
  --bg-color: #f8f9fa;
  --bg-light: #ffffff;
  --bg-dark: #000000;
  --bg-darker: #000000;
  --border-color: #22524D;
  --border-light: #f8f9fa;
  --border-dark: #000000;
  --border-darker: #000000;
}

.sp5 {
  padding: 10px 10px;
}
.sp6 {
  padding: 40px 0px;
}
.sp7 {
  padding: 80px 0px;
}
.sp8 {
  padding: 120px 0px;
}
.sp9 {
  padding: 160px 0px;
}
.sp10 {
  padding: 200px 0px;
}
.navbar {
  box-shadow: 5px 5px 5px rgba(128, 128, 128, 0.356);
  padding: 15px 80px;
}
header {
  position: sticky;
  top: 0;
  z-index: 1020;
  background-color: #f8f9fa;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.navbar .navbar-nav .nav-item {
  padding-right: 20px;
  font-weight: 500;
  font-size: 17px;
}
.navbar .navbar-nav .nav-item:last-child {
  padding-right: 50px;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #000000;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--primary-color);
}

/* Slider Section Start */

.banner {
  background-image: url("../");
}
.slider {
  position: relative;
}

.slider .slider-section {
  position: relative;
  z-index: 1; /* Ensure karo ki content ke neeche rahe */
}

.slider .slider-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#000000f1;
  opacity: 0.8;
  z-index: 1; /* Overlay image ke upar rahega */
}
.slider .slider-section img{
  height: 100vh;
  object-fit: cover;
}

.slider .content {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  z-index: 2;
  /* text-align: center; */
  width: 90%;
  padding: 20px;
  border-radius: 10px;
}

.slider .content .image-container {
  position: relative; /* Relative position taaki child absolute ho sake */
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider .content .img1 {
  width: 100%;
  height: 60vh;
  position: relative;
  z-index: 1; /* Pehle background image ko dikhane ke liye */
}

.slider .content .img2 {
  position: absolute;
  left: -10%;
  top: 40%;
  height:300px;
  width: 60%;
  z-index: 2; /* Dusri image ko upper layer par lane ke liye */
}

.slider .content .welcome {
  font-size: 30px;
  font-family: "Dancing Script", serif;
}
.slider .content .property_name {
  font-size: 60px;
}
.slider .content .location i {
  font-size: 22px;
}
.slider .content .key-highlights h4 {
  background: white;
  width: 50%;
  margin-top: 25px;
  color: var(--primary-color);
  font-weight: bold;
  padding: 10px 20px;
}
.slider .content .type {
  font-size: 25px;
}

.slider .content .key-highlights .card {
  background-color: transparent;
  border: none;
}
.slider .content .key-highlights .card i {
  color: #ffffff;
  font-size: 14px;
}
.slider .content .price {
  font-size: 25px;
}
.slider .content .price span {
  font-size: 36px;
  font-weight: bold;
}

/* heading */

.heading-area {
  text-align: center;
  width: 60%;
  margin: 0px auto;
}

.heading-area h4 {
  text-align: center;
  font-size: 25px;
  width: 50%;
  margin: 0px auto;
  color: #222;
  letter-spacing: 1px;
  font-family: "Dancing Script", serif;
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  grid-template-rows: 27px 0;
  grid-gap: 5px 10px;
  align-items: center;
}

.heading-area h4:after,
.heading-area h4:before {
  content: "";
  display: block;
  border-bottom: 1px solid var(--primary-color);
  border-top: 1px solid var(--primary-color);
  height: 3px;
}

.heading-area p {
  font-size: 40px;
  color: var(--primary-color);
  letter-spacing: 1px;
  margin-bottom: 35px;
}
.overview-img img{
  height: 420px;
  width: 100%;
  object-fit: cover;
}

.overview .overview-content {
  text-align: justify;
}
.overview .overview-content .highlights {
  font-weight: 500;
}
.overview .overview-content .highlights i {
  font-size: 12px;
  color: var(--primary-color);
}

/* pricelist */

.pricelist {
  background-color: var(--primary-color);
}

.heading-area1 {
  text-align: center;
  width: 60%;
  margin: 0px auto;
}

.heading-area1 h4 {
  text-align: center;
  font-size: 25px;
  width: 50%;
  margin: 0px auto;
  color: #ffffff;
  letter-spacing: 1px;
  font-family: "Dancing Script", serif;
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  grid-template-rows: 27px 0;
  grid-gap: 5px 10px;
  align-items: center;
}

.heading-area1 h4:after,
.heading-area1 h4:before {
  content: "";
  display: block;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  height: 3px;
}

.heading-area1 p {
  font-size: 40px;
  color: #ffffff;
  letter-spacing: 1px;
  margin-bottom: 35px;
}

.pricelist table {
  color: white;
}
.pricelist table tr td,
.pricelist table tr th {
  padding: 20px 5px;
  text-align: center;
  font-size: 20px;
}

/* amenities */
.amenities .content {
  text-align: justify;
}

.heading-area2 {
  text-align: center;
  width: 90%;
  margin: 0px auto;
}

.heading-area2 h4 {
  text-align: center;
  font-size: 25px;
  width: 90%;
  margin: 0px auto;
  color: black;
  letter-spacing: 1px;
  font-family: "Dancing Script", serif;
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  grid-template-rows: 27px 0;
  grid-gap: 5px 10px;
  align-items: center;
}

.heading-area2 h4:after,
.heading-area2 h4:before {
  content: "";
  display: block;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  height: 3px;
}

.heading-area2 p {
  font-size: 30px;
  color: var(--primary-color);
  letter-spacing: 1px;
  margin-bottom: 15px;
}

/* amenities slider  */
:root {
  --white-100: hsl(206, 5%, 100%);
  --white-200: hsl(206, 5%, 90%);
  --white-300: hsl(206, 5%, 80%);
  --white-400: hsl(206, 5%, 65%);

  --black-100: hsl(210, 20%, 10%);
  --black-200: hsl(210, 20%, 8%);
  --black-300: hsl(210, 20%, 5%);
  --black-400: hsl(210, 20%, 3%);
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

main {
  overflow: hidden;
}

a,
button {
  cursor: pointer;
  user-select: none;
  border: none;
  outline: none;
  background: none;
}

.amenities img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 18rem;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

.section {
  margin-inline: auto;
  padding-block: 1.5rem;
}

.container {
  max-width: 85rem;
  height: auto;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

/* Slide Container */
.slide-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

/* Text Overlay */
.slide-text {
  position: absolute;
  width: 250px;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.747);
  color: var(--primary-color);
  padding: 10px 20px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  /* border-radius: 5px; */
}

/* contact us Area */

.contact {
  position: relative;
  background-image: url("../img/trillion_brochure new-13.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  z-index: 1;
}

.contact::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000f1;
  opacity: 0.9;
  z-index: -1;
}

.contact h4 {
  color: white;
  font-family: "Dancing Script", serif;
  font-size: 30px;
}
.contact .heading p {
  font-size: 45px;
  color: white;
  width: 80%;
}

/* gallery start */
.gallery img {
  border: 1px solid var(--primary-color);
}
.gallery .gallery-content .image350 {
  height: 400px;
  width: 100%;
  margin-bottom: 25px;
  border-radius: 5px;
}
.gallery .gallery-content .image200 {
  height: 300px;
  width: 100%;
  margin-bottom: 25px;
  border-radius: 5px;
}
.gallery .gallery-content .image450 {
  height: 500px;
  width: 100%;
  margin-bottom: 25px;
  border-radius: 5px;
}

/* gallery end */

.project {
  position: relative;
  display: inline-block;
  width: 100%;
}

.project img {
  height: 600px;
  width: 100%;
  display: block;
  filter: blur(3px);
}

.project::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(#000000, #ffffff, #ffffff);
  opacity: 0.5;
  mix-blend-mode: multiply;
  z-index: 1;
}

.project span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  border: 2px solid #ffffff;
  padding: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  transition: transform 0.3s ease-in-out, border 0.3s ease-in-out;
}

.project span:hover {
  transform: translate(-50%, -50%) scale(1.2);
}

.project span a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.project span i {
  color: white;
  font-size: 80px;
}

/* floor plan start */
.floorplan .card img{
  height: 300px;
  filter: blur(5px);
}
.floorplan .card {
  position: relative;
  z-index: 1;
  border: 2px solid var(--primary-color);
}
.floorplan .type{
  color: var(--primary-color);
  border-top: 2px solid var(--primary-color);
  padding-top:10px;
}
.floorplan .card .card-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  background-color: var(--primary-color);
  color: white;
  padding: 15px 25px;
  text-align: center;
  z-index: 2;
  border-radius: 5px;
  font-size: 16px;
  transition: transform 0.3s ease-in-out, border 0.3s ease-in-out;
}
.floorplan .card .card-title:hover{
  transform: translate(-50%, -50%) scale(1.1);
  background-color: transparent;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}

/* floor plan end */


















/* Footer Start */
footer {
  background-color: black;
  padding: 40px 0px;
  text-align: center;
}
footer .footer-content {
  color: grey;
  font-size: 16px;
}
footer .footer-content b {
  color: white;
}

@media (max-width: 786px) {
  footer .footer-content {
    font-size: 12px;
  }
}
/* Footer End */

/* contact us */
.contactus {
  background-color: #6e8e59;
  padding: 50px 0px;
}

/* Whatsapp & Call */
.whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.whatsapp i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #00d757;
  color: white;
  font-size: 22px;
  border-radius: 50%;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.whatsapp i:hover {
  transform: scale(1.1);
}

.call-icon {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1000;
}

.call-icon i {
  height: 50px;
  width: 50px;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}
.call-icon i:hover {
  transform: scale(1.1);
}
