@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

@font-face {
  font-family: "Jedira";
  src: url("./assets/fonts/Jedira/jedira-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

:root {
  --plus-jakarta-sans: "Plus Jakarta Sans", sans-serif;
  --montserrat: "Montserrat", sans-serif;
  --jedira: "Jedira", sans-serif;
  --btn-color: #1d4462;
  --text-color: #1d4462;
  --input-text: #444444;
  --input-border: #aeaeae;
  --input-background: #fafafa;
}

.bg-black {
  background-color: #000;
}

.footer-text {
  color: #ffffff99;
}

body {
  font-family: var(--plus-jakarta-sans);
}

h1 {
  font-family: var(--jedira) !important;
}

button {
  font-family: var(--jedira) !important;
  background: var(--btn-color);
  color: #fff;
}
.navbar-brand img {
  width: 153px;
  height: 31.07px;
}

.nav-link {
  color: var(--text-color) !important;
  font-size: 18px !important;
}

.hero-section img {
  width: 100%;
}

/* .hero-section {
  height: 100vh;
  background: url("/assets/images/banner.png") no-repeat center center;
  background-size: cover;
  position: relative;
} */

/* .hero-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.195);
  display: flex;
  justify-content: center;
  align-items: center;
} */

.about-section {
  background: url("/assets/images/mask_group_7.png") no-repeat center center;
  background-size: cover;
}

.about-section p {
  font-family: var(--plus-jakarta-sans) !important;
  font-size: 18px;
  width: 70%;
  display: flex;
  margin: 0px auto;
  line-height: 32px;
}

.project-section {
  position: relative;
}

.project-section img {
  width: 100%;
}

.about-the-project {
  position: relative;
  height: 90vh;
  background: url("/assets/images/mask_group_9.png") no-repeat center center;
  background-size: cover;
}

.about-the-project .about-projet-text {
  font-family: var(--plus-jakarta-sans) !important;
  font-size: 18px;
  width: 60%;
  display: flex;
  margin: 0px auto;
  line-height: 32px;
  justify-content: center;
}
.about-the-project-description {
  position: absolute;
  bottom: 100px;
  width: 100%;
}

.location-pin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.why-to-invest-dholera {
  position: relative;
}

.why-to-invest-dholera p {
  font-family: var(--plus-jakarta-sans);
}

.why-to-invest-dholera .img-container {
  position: relative;
}

.why-to-invest-dholera .img-container p {
  position: absolute;
  top: 20px;
  left: 40px;
}



.why-to-invest-dholera .text-container p {
  font-family: var(--plus-jakarta-sans) !important;
  font-size: 24px;
  line-height: 32px;
}

.get-in-touch-container {
  position: relative !important;
}

.get-in-touch-container .text-container {
  text-align: center;
}

.get-in-touch-container .text-container p {
  width: 60%;
  margin: 0px auto;
  font-size: 18px;
  line-height: 32px;
  font-family: var(--plus-jakarta-sans) !important;
}

.get-in-touch-container .overlay {
  position: absolute;
  top: 0;
  left: -320px;
  width: 849px; /* adjust size */
  height: 849px;
  background: radial-gradient(circle, #ffeef3 0%, transparent 70%); /*ffeef3*/
  filter: blur(120px); /* creates the soft glow effect */
  z-index: 1; /* push it behind content if needed */
  border-radius: 50%;
}

.get-in-touch-container .form {
  display: flex;
  margin: 0px auto;
  width: 70%;
  background-color: #fff;
  z-index: 5;
  position: relative;
  margin-bottom: 64px;
}

.get-in-touch-container .form form {
  width: 100%;
  padding: 50px 30px;
  box-shadow: 0px 16px 45px 0px #0000001a;
}

.get-in-touch-container .form .user-info {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.get-in-touch-container .form input {
  flex: 1;
  background: var(--input-background);
  padding: 17px;
  border: none;
  border-bottom: 2px solid var(--input-border);
  color: var(--input-text);
}

.get-in-touch-container .form input:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.get-in-touch-container .form textarea {
  margin-top: 10px;
  width: 100%;
  background: var(--input-background);
  padding: 17px;
  border: none;
  border-bottom: 2px solid var(--input-border);
}

.footer {
  background: url("/assets/images/footer-img.png") no-repeat center center;
  background-size: cover;
  min-height: 100vh; /* full screen height */
  display: flex; /* use flex to position content */
  align-items: flex-end; /* push content down (like your bottom:64px) */
  padding-bottom: 64px; /* spacing from bottom */
}

.copyright-footer {
  background: #0d2638;
  padding: 23px 0px;
}

.footer-content {
  width: 90%;
  margin: 0 auto;
}
.footer-content img {
  width: 170px;
  height: 35px;
}

.footer-content p {
  font-family: var(--plus-jakarta-sans);
  font-size: 18px;
}

.footer-content button {
  background-color: #000;
  border: 0px solid;
  cursor: pointer;
}

.footer-content h2 {
  font-family: var(--jedira);
  color: #fff;
}

.footer-content ul {
  font-family: var(--plus-jakarta-sans);
  color: #ffffff99;
  font-size: 20px;
}

.footer-content ul li {
  margin: 20px 0px;
  cursor: pointer;
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-icons div {
  height: 44px;
  width: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.social-icons div i {
  font-size: 20px;
}

@media (max-width: 426px) {
  .get-in-touch-container .overlay {
    left: -320px;
    width: 300px;
    height: 300px;
  }
  .location-pin {
    top: 30%;
    z-index: 2;
  }
  .get-in-touch-container .text-container p {
    width: 80%;
  }
  .get-in-touch-container .form {
    width: 80%;
  }
  .get-in-touch-container .overlay {
    left: -83px;
    width: 300px;
    height: 100%;
  }
  .why-to-invest-dholera .img-container p {
    top: unset;
    bottom: 0px;
    left: 30px;
    padding: 5px 10px !important;
  }
  .about-section p {
    width: 90%;
  }
}
