@media (max-width: 1400px) {
    .fullscreen .container {
        flex-direction: column;
    }

    .fullscreen .main-image::before {
        left: unset;
        right: -3rem;
    }

    .fullscreen .main-image::after {
        left: -14rem;
    }
}


@media (max-width: 991px) {
    html {
        font-size: 8px;
    }

    .about-section .title-small, .hiw-section .title-small {
        padding: 5px 10px;
        font-size: 2rem !important;
        line-height: 3rem !important;
    }

    .about-card {
        max-width: 48rem;
        padding: 2rem;
        min-height: unset;
        background-size: cover;
        aspect-ratio: 1 / 1;
    }

    .about-section .container {
        padding: 2rem;
    }

    .about-card img {
        width: 5rem;
    }

    .about-card .subtitle {
        font-size: 2.2rem;
        line-height: 3.2rem;
    }


    .icon-wrapper:nth-child(2)::after {
        width: 12rem;
        height: 12rem;
        bottom: -8rem;
    }

    .icon-wrapper:nth-child(1)::before {
        width: 12rem;
        height: 12rem;
        top: -6rem;
    }

    .fullscreen .main-image::before {
        left: unset;
        right: -2rem;
        width: 10.2rem;
        height: 5.2rem;
        top: 15rem;
    }

    .fullscreen .main-image::after {
        left: -7rem;
        top: 10rem;
        width: 11.7rem;
        height: 6.2rem;
    }

    .title-with-btn-zone {
        margin-top: 0;
    }

    .hiw-card {
        max-width: unset;
    }

    .hiw-card:nth-child(2) {
        border-radius: 0 2rem 0 0;
    }

    .hiw-card:nth-child(3),
    .hiw-card:nth-child(4) {
        border-radius: 0;
    }

    .hiw-card:nth-child(5) {
        border-radius: 0 0 0 2rem;
    }

    .hiw-card-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .uninstall-card {
        flex-direction: column;
        gap: 3.2rem;
    }

    .about-title-zone {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .fullscreen-wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2rem;
    }

    .fullscreen .container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0;
    }

    .fullscreen-card-area {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .hiw-card-wrapper .wrapper {
        flex-direction: column;
    }


    .site-header {
        & .btn {
            display: none;
        }
    }

    .fullscreen .title:nth-child(2) {
        text-wrap: wrap;
    }

    .about-section, .hiw-section {
        padding-top: 12rem;
    }

    .hiw-card {
        flex-direction: column;
    }

    .about-section .row {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .hiw-card.second.mobile {
        display: flex;
    }

    .hiw-card.second.desktop {
        display: none;
    }

    .fullscreen-card {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .fullscreen-card .title-small {
        max-width: unset;
    }

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

    .benefit-card-wrapper {
        justify-content: center;
    }

    .thanks-section .container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contact-card:nth-child(2),
    .contact-card:nth-child(1) {
        &::before {
            width: 12rem;
            height: 12rem;
            right: -2rem;
            top: unset;
            bottom: -2rem;
        }
    }

    .hiw-section {
        padding-top: 10rem;
        padding-bottom: 5rem;
    }

    .removed-section .container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .thanks-section .btn {
        margin-bottom: 0;
    }

    .contact-section__wrap {
        gap: 5rem;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .uninstall-section .container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2rem;
    }

    .title {
        line-height: 1.5 !important;
        font-size: 4rem !important;
    }

    .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: 2rem;
        width: 26px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        height: 24px;
        cursor: pointer;
    }

    .footer-copyright p {
        text-align: center;
    }

    .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;
        padding: 3rem 3rem 3rem 2rem;
    }

    .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: #ffffff;
        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);
    }

    .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: #222222;
        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;
        margin-left: 2rem;
    }

    .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;
    }

    .footer .footer-menu .row {
        justify-content: flex-start;
    }

    .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;
    }

    .section-404 .container, .thanks-section .container, .uninstall-section .container, .contact-section .container, .removed-section .container {
        padding: 7rem 2rem 2rem 2rem;
    }
}

@media (max-width: 767px) {

    .hiw-card {
        padding: 2rem;
        min-height: unset;
    }

    .hiw-card:nth-child(1) {
        border-radius: 2rem 2rem 0 0;
    }

    .hiw-card:nth-child(2),
    .hiw-card:nth-child(3),
    .hiw-card:nth-child(4),
    .hiw-card:nth-child(5) {
        border-radius: 0;
    }

    .hiw-card:nth-child(6) {
        border-radius: 0 0 2rem 2rem;
    }

    .hiw-card-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }


    .site-header {
        padding: 1.2rem 0;
    }

    .title {
        font-size: 4rem;
    }

    .contact-card {
        margin: 0 auto;
    }

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

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

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

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

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

    .hiw-icon-1, .hiw-icon-2 {
        margin: 0;
    }

    .footer .footer-menu .row {
        justify-content: center;
    }

    .fullscreen .main-image {
        left: 3rem;
    }

}

@media (max-width: 575px) {

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

    .footer .row {
        gap: 2.4rem;
    }

}