@media (max-width: 991px) {

    html {
        font-size: 8px;
    }

    .fullscreen {
        & .container {
            flex-direction: column;
            padding-top: 15rem;
        }

        & .title {
            padding-top: 0;
            margin-top: 0;
        }
    }

    .about-section {
        & .container {
            flex-direction: column;

            & .about-card {
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
            }
        }
    }

    .thanks-section {
        & .container {
            flex-direction: column;
        }
    }

    .uninstall-section {
        & .container {
            flex-direction: column;
        }

        & .uninstall-image {
            & .round-icon {
                width: 150px;
                height: 150px;
                right: 3rem;

            }
        }

        &::before {
            width: 100%;
            height: 100%;
            bottom: -20%;
        }
    }

    .hiw-section {
        & .block-wrapper {
            & .block {
                flex-direction: column;
                align-items: center;
                padding: 7rem 2rem 0;

                &.middle {
                    padding: 7rem 2rem 0;
                    & .text {
                        justify-content: center;
                    }
                }
            }
        }
    }

    .site-header .header-inner .site-nav .menu-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .toggle-menu {
        position: absolute;
        right: 0;
        width: 26px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        height: 24px;
        cursor: pointer;
    }

    .toggle-menu .bar {
        width: 27px;
        height: 2px;
        display: block;
        float: left;
        margin: 3px auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background: #ffffff;
    }

    .site-header .header-inner {
        text-align: center;
    }

    .site-header .header-inner .site-nav .nav-right {
        margin-left: 20px;
    }

    .site-header .header-inner .site-nav .nav-right .nav-btn {
        padding: 8px 22px;
    }

    .site-header .site-main-menu li {
        margin: 0 15px;
    }

    .site-nav .site-logo {
        display: none;
    }

    .site-header .site-nav {
        position: fixed;
        width: 320px !important;
        height: 100vh;
        background: #263CE4;
        top: 0;
        right: -100%;
        display: block !important;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        overflow: scroll;
        -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    }

    .contact-section {
        & .row {
            flex-direction: column;
        }

    }

    .site-header .site-nav .site-main-menu {
        display: block;
        width: 100%;
        padding-bottom: 50px;
        text-align: left;
        margin: 0;
    }

    .site-header .site-nav .site-main-menu li {
        padding: 0;
        margin: 0;
    }

    .site-header .site-nav .site-main-menu li > a {
        display: block;
        padding: 16px 35px;
        font-weight: 600;
        font-size: 1.6rem;
        color: #fdfffe;
        border-radius: 0;
        background: none;
    }

    .site-header .site-nav .nav-right {
        display: none;
    }

    .header-inner img {
        max-height: 65px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .pix-header-fixed .site-main-menu li a {
        color: #ffffff;
    }

    .pix-header-fixed.header-two.toggle-light .toggle-menu .bar {
        background: #000000;
    }

    .sidebar-open .site-header .site-nav {
        right: 0;
    }

    .sidebar-open .menu-wrapper:before {
        opacity: 1;
        visibility: visible;
    }

    .close-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        top: 0;
        text-align: right;
        left: 0;
        padding: 30px 20px;
        color: #b9b9b9;
        cursor: pointer;
    }

    .close-menu span {
        font-size: 15px;
    }

    .contact-card__text {
        font-size: 14px;
    }

    .contact-card__subtitle {
        font-size: 2.8rem;
    }
}

@media (max-width: 767px) {
    .site-header {
        padding: 1.2rem 0;
    }

    .title {
        font-size: 4rem;
    }

    .contact-card {
        margin: 0 auto;
    }

    .footer-logo {
        margin-bottom: 2rem;
    }

    .footer-content {
        padding: 4rem 0;
    }

    .footer-menu {
        max-width: 360px;
    }

    .footer-link {
        font-size: 1.6rem;
    }

    .section-default {
        padding: 3rem 0;
    }

    .section-404 {
        padding: 9rem 0 10rem;
    }

}

@media (max-width: 575px) {

    .return-to-top.back-top {
        bottom: 5rem;
    }

    .uninstall-section {
        & .uninstall-image {
            & .round-icon {
                width: 90px;
                height: 90px;
                right: 3rem;
                top: -5.6rem;
            }
        }

        &::before {
            width: 100%;
            height: 100%;
            bottom: -30%;
        }
    }

    .footer .row {
        gap: 2.4rem;
    }
}
