@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  user-select: none;
}

body {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
}

.navbar-light .nav-link {
  color: #18212d;
  font-weight: 500;
}

.navbar-toggler {
  display: block;
}

.btn-contact {
  background-color: #e5dce5;
  color: #18212d;
  font-weight: 500;
  border: none;
  border-radius: 20px;
  padding: 8px 20px;
}

.btn-contact:hover {
  background-color: #18212d;
  color: #e5dce5;
}

.offcanvas-body .navbar-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.offcanvas-body .nav-item {
  margin: 10px 0;
}

.banner {
  background: url(image/there-is-man-walking-sand-dune-desert-generative-ai_56221099.htm.png)
    no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 30px;
  margin: 30px 15px;
  padding: 60px 20px;
  text-align: center;
}

.banner h1 {
  font-size: 54px;
  font-weight: 400;
  color: #18212d;
}

.banner p {
  max-width: 817px;
  margin: 15px auto;
  color: #717175;
}

.banner .btn-contact {
  background-color: #aa6aaa;
  color: #ffffff;
}

.banner .btn-contact:hover {
  color: #18212d;
}

.banner-img {
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: -60px;
}

.navbar-brand {
  position: absolute;
  top: 0;
  width: 224px;
}

.property {
  padding: 60px 30px;
}

h2 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 40px;
}

.property-img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.text-box {
  color: #717175;
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
  margin-top: 15px;
}

.btn-custom {
  background-color: #aa6aaa;
  color: #ffffff;
  border-radius: 25px;
  padding: 10px 25px;
  border: none;
  margin-top: 25px;
}

.btn-custom:hover {
  background-color: #9a7ed1;
}

.build {
  padding: 50px 15px;
}

h2 {
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 50px;
}

.card-custom {
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.img-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.card2 p,
.card4 p,
.card5 p,
.card7 p {
  font-size: 16px;
}

.card2 h6,
.card4 h6,
.card5 h6,
.card7 h6 {
  font-size: 28px;
}
.card4,
.card5 {
  background-color: #aa6aaa;
  color: #ffffff;
}

.card4 p,
.card5 p {
  margin-bottom: 62px;
}

.card2,
.card7 {
  background-color: #eae4ea;
}

.card2 h6,
.card7 h6 {
  color: #18212d;
}

.card2 p,
.card7 p {
  color: #717175;
}

.contact-link {
  font-weight: 500;
  margin-top: 15px;
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.contact-link:hover {
  color: red;
}

.card-text-box {
  padding: 50px 25px;
}

.testimonials {
  margin-bottom: 60px;
}

.sub-heading {
  text-align: center;
  font-size: 14px;
  color: #18212d;
  margin-bottom: 10px;
}

.section-title {
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 20px;
}

.swiper {
  width: 100%;
  padding-bottom: 60px;
}

.testimonial-text {
  max-width: 750px;
  text-align: center;
  color: #717175;
  margin: 20px auto 10px;
  font-size: 16px;
  line-height: 1.7;
}

.testimonial-name {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #aa6aaa;
}

.swiper-slide img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.swiper-button-next,
.swiper-button-prev {
  top: 15%;
  background: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #aa6aaa;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 15px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #aa6aaa;
}

.footer {
  position: relative;
  background-color: #18212d;
  color: #ffffff;
  padding: 100px 0 20px;
}
.footer h6 {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 16px;
}
.footer ul {
  list-style: none;
  padding: 0;
}
.footer ul li {
  margin-bottom: 10px;
}
.footer ul li a {
  color: #ffffff;
  text-decoration: none;
}
.footer ul li a:hover {
  color: #a472f5;
}
.subscribe-input {
  background: transparent;
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  padding: 5px 15px;
  color: #ffffff;
  width: 100%;
}
.subscribe-btn {
  border: none;
  background-color: transparent;
  color: #a472f5;
  position: absolute;
  right: 15px;
  top: 6px;
}
.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-icons a {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: #eae3ea;
  color: #18212d;
  font-size: 18px;
  margin-right: 12px;
  border-radius: 50%;
}
.social-icons a:hover {
  color: #eae3ea;
  background-color: #a472f5;
}
.footer-logo {
  width: 81px;
  height: 108px;
  margin-bottom: 15px;
}

.footer-bottom {
  border-top: 1px solid #eeeeee;
  text-align: center;
  padding-top: 15px;
  margin-top: 30px;
  font-size: 16px;
  color: #ffffff;
}

.get-in-touch-banner {
  background-color: #8a737d;
  color: white;
  padding: 20px 15px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 15px 40px;
  max-width: 945px;
}

.get-in-touch-banner span {
  font-size: 50px;
  font-weight: bold;
}

.get-in-touch-banner button {
  background-color: #ffffff;
  color: #1f201c;
  border: none;
  padding: 10px 20px;
  border-radius: 29px;
  font-weight: 500;
  font-size: 16px;
}

.get-in-touch-banner button:hover {
  background-color: #1f201c;
  color: #ffffff;
}

/* ================= Responsive Media Queries ================= */

@media (max-width: 991px) {
  .header img {
    width: 200px;
  }
}

@media (min-width: 768px) {
  .get-in-touch-banner {
    flex-direction: row;
    justify-content: space-between;
    padding: 25px 40px;
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
  }

  .get-in-touch-banner span {
    font-size: 30px;
  }

  .get-in-touch-banner img {
    display: block;
    height: 40px;
  }

  .get-in-touch-banner button {
    width: auto;
  }
}

@media (max-width: 600px) {
  .banner h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 35px;
  }
}
