@media (max-width: 800px) {
    .FooterLinks ,.FooterContact,.FooterDescription,.FooterSocials {
        display: block;
        margin: 20px auto;
        width: 100%;
    }

    .LuxuryInside {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .LuxuryImgMain {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .LuxuryRight {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .LuxuryRightImages {
        margin: 0 auto;
        width: 100%;
    }

    .Luxury {
        padding: 35px 0;
    }

    .LuxuryRight h1 {
        display: block;
        margin: 25px auto;
        width: 100%;
        font-size: 30px;
    }

    .LuxuryRight h1 u {
        font-size: 18px;
        margin: 0 auto;
        width: 100%;
    }

    .BannerDiv h1 {
        font-size: 30px;
    }

    .BannerDiv label {
        font-size: 25px;
    }

    .BannerMailPhone {
        top: 30%;
    }

    .HeaderLogo {
        height: 60px;
        max-width: unset;
    }

    .FeaturedProjectsHeader ,.RegisterInterestInner form h1,.HomeBriefText label {
        font-size: 20px;
    }

    .HomeBriefText h1 {
        font-size: 40px;
    }

    .ContactArt {
        display: none;
    }

    .ContactForm {
        max-width: unset;
        max-height: unset;
        width: 100%;
        height: 100%;
        display: block;
        margin: 0 auto;
    }

    .ContactDiv {
        position: fixed;
        left: 0;
        top: 0;
        max-width: unset;
        max-height: unset;
        width: 100%;
        height: 100%;
        background: #5d5d5d;
        border-radius: 0;
        padding-top: 65px;
    }

    .ContactCloser {
        display: flex;
        position: absolute;
        right: 0;
        top: 0;
        width: fit-content;
        margin: 10px;
        color: #df6a6a;
        border: solid 2px;
        background: #f3cdcd;
        padding: 10px;
        border-radius: 5px;
        text-transform: uppercase;
        font-size: 14px;
    }

    .ContactCloser i {
        margin: 0 0;
        margin-right: 7px;
    }

    .AboutPage {
        padding-top: 90px;
    }

    .ProjectDiv {margin: 0 auto;width: 85%;padding: 15px;}

    .ContactFormValidation {
        margin: 100px auto 10px;
    }

    .SideMenuDiv ul li {
        font-size: 13px;
    }

    .FooterLogo {
        display: block;
        margin: 0 0;
        height: auto;
        max-width: unset;
        width: 60px;
    }

    .LuxuryRightImages img {
        width: 140px;
    }
}
