@media handheld, only screen and (max-width: 992px) {
    .desktop-version {
        display: none;
    }

    .mobile-version {
        display: block;
    }

    .checkbtn {
        display: block;
        font-size: 31px;
        float: left;
        margin-right: 24px;
    }
    .banner-image img {
        width: 100%;
    }

    .banner-bg {
        height: auto;
    }
    .top-mail {
        color: #fff;
        text-align: center;
    }

    .banner-bg span {
        color: #e6af5d;
        text-transform: uppercase;
        letter-spacing: 3px;
        margin-top: 7%;
        display: block;
    }
    .banner-bg button {
        margin-bottom: 72px;
    }
    .product-category h1 {
        color: #fff;
        margin: 0px;
        font-size: 33px;
        text-align: center;
        margin-bottom: 23px;
    }

    .product-category span {
        color: #e6af5d;
        text-align: center;
        display: block;
        font-size: 32px;
        text-transform: capitalize;
        margin-bottom: 13px;
    }
    .product-category p {
        color: #fff;
        text-align: center;
    }

    .sticky .logo img {
        width: 99%;
        height: 100%;
        object-fit: cover;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .sticky .logo {
        width: 100%;
        margin-top: 7%;
    }

    .showcase-projects h1 {
        text-align: center;
    }

    .showcase-projects span {
        color: #e6af5d;
        text-transform: uppercase;
        text-align: center;
        display: block;
    }

    #testimonials {
        margin-bottom: 50px;
    }

    .achivment-box {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: 59px;
        height: 144px;
    }

    .achivment-box img {
        width: 41%;
        margin-right: 19px;
        margin-bottom: 24px;
    }

    .achivment-box div {
        text-align: center;
    }

    .nav-bar {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-top: 24px;
    }

    .navigation {
        margin-bottom: 0px;
        margin-top: 20px;
        position: fixed;
        top: -8px;
        width: 100%;
        height: 100vh;
        background: #c19e1af7;
        left: -100%;
        padding-top: 40px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        z-index: 9999;
    }
    .cancel-btn {
        display: block;
        position: absolute;
        color: #fff;
        top: 11px;
        right: 26px;
        font-size: 46px;
    }

    .navigation li {
        display: list-item !important;
        padding-bottom: 26px;
        font-size: 24px;
    }

    .let-talk span {
        display: none;
    }

    .let-talk .fa-solid {
        display: none;
    }

    .chart-icon {
        display: block !important;
    }

    .logo {
        width: 100%;
        margin-top: 14%;
    }

    .menu-row {
        padding: 20px 0px;
    }

    .footer-panel img {
        text-align: center;
        display: block;
        margin: 0px auto;
    }
    .footer-menu {
        text-align: center;
        margin: 30px 0px 0px;
    }

    .footer-social-media-icon {
        padding: 0px;
        margin: 0px;
        text-align: center;
    }

    .footer-panel span {
        text-align: center;
    }

    #check:checked ~ ul {
        left: 0%;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .about-left-panel {
        margin-top: 34px;
    }
}
