/* 
font-family: "Poppins", sans-serif;
font-family: "Playfair Display", serif;
font-family: "Playfair", serif;
*/

html {
  font-size: 10px;
}

body {
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.6rem rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 0px;
}

body::-webkit-scrollbar {
  width: 0.9rem;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 0px;
  background-image: -webkit-linear-gradient(5deg, #000000 53%, #000000 99%);
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

.modal::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.6rem rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 0px;
}

.modal::-webkit-scrollbar {
  width: 0.9rem;
  background-color: #f5f5f5;
}

.modal::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 0px;
  background-image: -webkit-linear-gradient(5deg, #000000 53%, #000000 99%);
}

.btn-close {
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
}

@media (min-width: 769px) {
  /* Your CSS here */

  header {
    background: #fff;
  }

  button.navbar-toggler {
    color: #fff;
    font-size: 22px;
  }
  #mainNav .navbar-nav {
    display: flex;
    align-items: baseline;
    gap: 12px;
  }
  .main-logo {
    height: 60px;
  }

  .carousel.slide.carousel-fade {
    background: #010b16;
  }

  .nav-link {
    font-size: 16px !important;
    padding: 3px 15px !important;
    color: #000000;
    text-transform: uppercase;
  }
  .nav-link:focus,
  .nav-link:hover {
    color: #7b593a;
  }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
  }

  section#home {
    height: calc(100vh - 70px);
    overflow: hidden;
  }

  .banner-caption {
    padding: 15px;
    position: absolute;
    top: 5%;
    left: 2%;
    background-image: linear-gradient(85deg, black, transparent);
  }

  .banner-caption .text-center {
    text-align: left !important;
  }

  .cap-one {
    color: #f2dd99;
    font-size: 32px;
    line-height: 48px;
    font-family: "Playfair Display", serif;
    font-style: italic;
  }
  .cap-one span {
    color: #fff;
    font-size: 42px;
    font-family: "Playfair Display", serif;
    display: block;
    font-style: normal;
  }
  .cap-two {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
  }
  ul.cap-ul {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    list-style-type: none;
    padding: 0;
    line-height: 46px;
    margin-top: 15px;
  }

  .ul-img {
    height: 32px;
    width: 32px;
    padding: 6px;
    border: 1px solid #f2dd99;
    border-radius: 20px;
  }
  .btn-gradient {
    background-image: linear-gradient(to right, #cd9c5f 0%, #deaf79 100%);
  }

  .btn-primary,
  .btn-primary:hover,
  .btn-primary:focus {
    border: 1px solid #d2a166;
    color: #010b16;
    font-size: 18px;
    padding: 5px 15px;
  }

  .bg-texture {
    background-image: url("../images/bg-texture.png");
    background-size: contain;
  }

  .border-img {
    width: 100px;
    display: block;
    margin: 8px 0;
  }
  .heading-11 {
    text-align: center;
    font-size: 24px;
    color: #010b16;
    letter-spacing: 3px;
  }

  .heading-img {
    width: 100px;
    display: block;
    margin: 8px auto;
  }

  .inv-wrapper {
    padding: 10px;
    text-align: center;
    border: 1px solid #7b593a;
    border-radius: 10px;
    margin: 5px;
  }
  .img-inv {
    height: 72px;
    padding: 10px;
  }

  .inv-title {
    font-size: 16px;
    line-height: 20px;
    font-family: "Playfair", serif;
    color: #010b16;
    font-weight: 700;
  }

  .inv-tag {
    font-size: 14px;
    color: #7b593a;
  }

  .bg-black {
    background: #010b16;
  }
  .heading-21 {
    color: #f2dd99;
    font-size: 24px;
    text-align: left;
    letter-spacing: 2px;
    font-weight: 300;
    margin-bottom: 1px;
  }
  .heading-22 {
    font-family: "Playfair Display", serif;
    color: #fff;
    font-size: 28px;
    text-align: left;
    line-height: 36px;
  }

  .location-border {
    margin: inherit !important;
  }
  .ul-location {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    margin-top: 20px;
  }

  .heading-31 {
    text-align: center;
    font-size: 24px;
    color: #010b16;
    font-weight: 300;
    letter-spacing: 2px;
  }

  .ab-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 2px;
    margin: 12px 0;
  }

  .icon-img {
    width: 32px;
    height: 32px;
    object-fit: contain;
  }

  .text-content {
    display: block;
  }

  .title11,
  .title12 {
    display: block;
    margin: 0;
    width: 100%;
  }

  .title11 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    font-family: "Playfair", serif;
  }

  .title12 {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 4px;
    color: #7b593a;
  }

  .heading-41 {
    text-align: center;
    font-size: 22px;
    color: #010b16;
    font-weight: 300;
    letter-spacing: 2px;
  }

  .legacy-img {
    height: 60px;
    margin: 15px auto;
    display: block;
    padding: 8px;
  }
  .legacy-wrapper {
    background: #fff;
    border: 1px solid #7b593a;
    border-radius: 8px;
    margin-bottom: 5px;
  }
  .ul-legacy {
    padding: 5px 8px 5px 22px;
    font-size: 14px;
    line-height: 22px;
  }

  .heading-51 {
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 2px;
  }
  .work-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    height: 100%;
  }

  .work-wrapper {
    position: relative;
  }

  .work-img-wrapper {
    width: 68px;
    height: 68px;
    min-width: 68px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .work-img {
    width: 40px;
    height: 40px;
    object-fit: contain;
  }

  .work-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .title21 {
    margin: 0;
    color: #d8c282;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
  }

  .title22 {
    margin: 5px 0 0;
    color: #d8c282;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
  }

  .heading-61 {
    text-align: center;
    font-size: 22px;
    color: #010b16;
    font-weight: 300;
    letter-spacing: 2px;
  }

  .img-plan {
    width: 100%;
  }
  .plan-title {
    color: #010b16;
    font-size: 22px;
    font-weight: 500;
    line-height: 36px;
    font-family: "Playfair", serif;
  }

  .plan-carpet {
    color: #7b593a;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
  }
  .plan-wrapper {
    border: 1px solid #7b593a;
    border-radius: 8px;
    margin-bottom: 5px;
    overflow: hidden;
  }

  .heading-71 {
    color: #d8c282;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 0;
  }

  .heading-72 {
    font-family: "Playfair Display", serif;
    color: #fff;
    font-size: 28px;
    text-align: center;
    line-height: 36px;
    padding: 0 28px;
  }

  input.form-control {
    background: transparent;
    border-color: #cd9c5f;
    padding: 8px;
    color: #fff;
  }

  .form-control::placeholder {
    color: #a0a0a0;
  }

  .contact_form {
    padding: 5px 20px;
  }

  .fs-10 {
    font-size: 10px;
    color: #7b593a;
  }

  .footer-logo {
    height: 54px;
    display: block;
    margin: 8px auto;
  }

  .qr-para {
    text-align: center;
  }
  .qr_img {
    height: 38px;
    margin: 5px 3px;
  }

  .rera_img {
    height: 38px;
    margin: 5px 3px;
  }
  .rera-details {
    color: #fff;
    font-size: 11px;
    font-weight: 300;
    line-height: 13px;
  }
  .disclaimer {
    color: #fff;
    font-size: 11px;
    font-weight: 300;
    line-height: 13px;
    text-align: justify;
  }
  /* 
  .img-partner {
    max-height: 34px;
    width: auto;
    margin: 0 auto;
    display: block;
  }
  .partner-name {
    text-align: center;
    font-size: 7px;
  } */

  .partner-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }

  .partner-rera {
    text-align: center;
    flex: 0 0 auto;
  }

  .img-partner {
    max-height: 44px;
    width: auto;
    display: block;
    margin: 0 auto;
    padding: 2px;
  }

  .partner-name {
    font-size: 10px;
    margin-bottom: 5px;
    text-transform: uppercase;
  }

  .modal-content {
    background: #000;
    border: 1px solid #7b593a;
    color: #f2dd99;
  }
  .modal-title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
  }
}
