@media only screen and (max-width: 767px) {
  .img-grey {
    height: 110vh;
    padding-top: 0px;
  }
  .logo-desk {
    width: 200px;
    height: 90px;
  }
  .language-dropdown {
    margin-left: -30px;
  }
  .home-banner img {
    height: 58vh;
    padding-top: 0px;
  }
  .carousel-caption.banner-text {
    position: absolute;
    right: 5%;
    left: 5%;
    top: 5%;
  }
  .banner-text h1 {
    font-size: 25px;
    line-height: 30px;
    color: var(--white);
    font-family: "ZonaPro-Bold";
  }
  .banner-text h2 {
    font-size: 22px;
    line-height: 28px;
    color: var(--dark-gold);
    font-family: "Gilroy-Regular";
  }
  .banner-text p {
    font-size: 16px;
    line-height: 18px;
    color: var(--white);
    font-family: "Poppins-light";
  }
  .why-majlis-text h2 {
    font-size: 20px;
    line-height: 30px;
    color: var(--black);
    font-family: "ZonaPro-Bold";
    text-align: center;
  }
  .why-majlis-text p {
    font-size: 15px;
    line-height: 20px;
    color: var(--black);
    font-family: "Poppins-light";
    text-align: center;
  }
  .top-natch-text h1 {
    font-size: 23px;
    line-height: 40px;
  }
  .top-natch-text p {
    font-size: 20px;
    line-height: 30px;
  }
  .footer-social-link li a {
    font-size: 12px;
    line-height: 16px;
    color: var(--black);
    padding: 6px;
    border-radius: 50%;
    background-color: var(--medium-gold);
  }
  .footer-left h2 {
    font-size: 20px;
    line-height: 30px;
    color: var(--white);
  }
  .bottom-form-bg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .video-tittle h5 {
    font-size: 17px;
  }
  .luxury-banner img {
    height: 25vh;
    padding: 0px;
  }
  .carousel-caption.luxury-text {
    right: 5%;
    left: 5%;
    top: 10%;
  }
  .luxury-text h1 {
    font-size: 25px;
    line-height: 30px;
  }
  .details-banner img {
    height: 25vh;
    padding: 0px;
  }
  .carousel-caption.details-text {
    right: 5%;
    left: 5%;
    top: 5%;
  }
  .details-text h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .talk-to.dropdown-menu.show {
    display: block;
    width: 400px;
    top: 35px;
    left: 0%;
  }
}
