@media only screen and (max-width: 800px) {

    .BannerInner h1 {
        font-size: 50px;
    }

    .BannerInner h1 u {
        transform: scale(2.0) !important;
        bottom: 17px;
        left: 9px;
    }

    .BannerInnerBG {
        opacity: 0.03;
    }


    .BannerInnerArt {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 80%;
        background-size: cover;
    }

    .BannerBtn button:hover {
        transform: scale(1.0) !important;
        box-shadow: none !important;
        background-color: #cda443;
    }


    .SystemPresentation {
        display: flex;
        flex-direction: column;
    }

    .SystemPresentation button {
        display: block;
        margin: 40px auto 0;
        width: 100%;
        font-size: 20px;
        padding: 13px 7px;
    }

    .SystemLogo {
        width: 100%;
        aspect-ratio: 1/0.3;
        height: unset;
    }

    .SystemItem {
        padding: 33px;
    }

    header h4 {
        font-size: 16px;
    }

    .HeaderLogo {
        display: block;
        margin: 0 0;
        width: 50%;
        overflow: hidden;
    }

    .HeaderLogo .setbg {
        display: block;
        margin: 0 auto;
        width: 100%;
        aspect-ratio: 1/0.25;
        height: unset;
    }

    .WhatsAppBtn {
        margin: 15px;
        width: 60px;
        padding: 12px;
    }

    .WhatsAppBtn .setbg {
    }

    .CallUsBtn {
        position: absolute;
        right: 17px;
        top: 20%;
        width: fit-content;
        height: 60%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 14px;
        border: solid 2px;
        border-radius: 10px;
        color: aliceblue;
        background: none;
        text-transform: uppercase;
    }

    .CallUsBtn i {
        margin-right: 8px;
    }

    header h4 {
        display: none;
    }

    header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 99;
    }

    .Banner {
        padding-top: 66px;
    }
}
