@media (max-width: 768px) {
  header {
    background: transparent;
    position: absolute;
    z-index: 9999;
    width: 100%;
  }

  button.navbar-toggler {
    color: #fff;
    font-size: 22px;
  }

  #mainNav .navbar-nav {
    display: flex;
    align-items: baseline;
    gap: 13px;
    margin-top: 15px;
    background: #010b16;
  }
  .main-logo {
    height: 54px;
  }

  .carousel.slide.carousel-fade {
    background: #010b16;
  }

  .nav-link {
    font-size: 14px !important;
    padding: 6px 14px !important;
    color: #fff;
    text-transform: uppercase;
  }
  .nav-link:focus,
  .nav-link:hover {
    color: #f2dd99;
  }

  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
  }

  .banner-caption {
    padding: 15px;
  }
  .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: 36px;
    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: 14px;
    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: 20px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 300;
    margin-bottom: 1px;
  }
  .heading-22 {
    font-family: "Playfair Display", serif;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    padding: 0 10px;
  }
  .ul-location {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
  }

  .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;
  }

  .arrow-down::after {
    content: "";
    position: absolute;
    left: 12%;
    bottom: -14px;
    transform: translateX(-50%);
    width: 24px;
    height: 24px;
    background: url("../images/arrow-down.png") no-repeat center;
    background-size: contain;
    z-index: 2;
  }

  .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;
  }

  .partner-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }

  .partner-rera {
    text-align: center;
    flex: 0 0 auto;
  }

  .img-partner {
    max-height: 28px;
    width: auto;
    display: block;
    margin: 0 auto;
    padding: 2px;
  }

  .partner-name {
    font-size: 8px;
    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;
  }

  .fixed-callback {
    background: #000000;
    text-align: center;
    padding: 8px;
    position: fixed;
    bottom: 0;
  }

  .fixed-callback a {
    color: #fff;
  }
}
