@media (max-width: 1280px) {
    .footer-wrapper {
        flex-wrap: wrap;
        gap: 24px;
    }
}

@media (max-width: 1200px) {
    .about-section-card {
        min-height: 324px;
        height: auto;
        padding: 16px;
    }
}

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

    .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;
        padding: 15px 0;
    }

    .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-mobile-logo {
        display: block;
        max-width: 150px;
        text-align: left;
    }

    .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: #FCAEFA;
        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: #000;
        border-radius: 0;
        background: none;
    }

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

    .header-inner .site-mobile-logo 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-inner .site-logo {
        padding: 12px 0;
    }

    .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;
        width: 100%;
        left: 0;
        padding: 30px 20px;
        color: #000;
        cursor: pointer;
    }

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

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

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

    .about-section-header {
        padding-left: 0;
        max-width: unset;
        margin-bottom: 4rem;
        flex-direction: column;
    }

    .about-section-header .text {
        flex-basis: unset;
        text-align: center;
        margin-bottom: 16px;
    }

    .about-section {
        padding: 6rem 0;
    }

    .about-section-header .title {
        width: 270px;
    }

    .about-section-header .title::before {
        left: -30px;
        top: 0px;
        width: 320px;
        background-size: contain;
    }

    .about-section-content {
        flex-wrap: wrap;
        justify-content: center;
    }

    .about-section-card {
        min-height: 200px;
        max-width: 500px;
        flex: 100%;
    }

    .about-section-card:nth-child(2) {
        transform: rotate(0);
        margin-top: unset;
    }

    .about-section-card:nth-child(3) {
        transform: rotate(0);
    }

    .about-section-card:last-child {
        margin-top: 0;
    }

    .hiw-info .title::before {
        left: -25px;
        top: -4px;
        width: 325px;
        background-size: contain;
    }

    .hiw-num {
        width: 60px;
        height: 60px;
        font-size: 3rem;
    }

    .footer-menu {
        gap: 6px;
    }

    .uninstall-content {
        padding: 30px;
    }

    .thanks-info {
        padding: 20px;
    }

    .thanks-info-wrapper .col-md-4:nth-child(odd) .thanks-info .title::before {
        top: -7px;
    }

    .thanks-info-wrapper .col-md-4:nth-child(even) .thanks-info .title::before {
        top: -3px;
    }

    .removed-wrapper {
        text-align: center;
        flex-direction: column;
    }

    .removed-info {
        margin-left: 0;
    }
}

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

    .site-header .header-inner {
        padding: 0.5rem;
    }

    .hiw-section .row {
        justify-content: center;
    }

    .hiw-section .hiw-col {
        margin-bottom: 20px;
    }

    .engines-section__block {
        padding: 4.4rem 2rem;
    }

    .title {
        font-size: 4rem;
    }

    .fullscreen .title {
        font-size: 4rem;
        line-height: 4.6rem;
    }

    .title-small {
        font-size: 3rem;
    }

    .title-smallest {
        font-size: 2.4rem;
    }

    .engines-text {
        padding-right: 0;
    }

    .feature-image {
        margin: -3rem 0;
    }

    .contact-section {
        padding: 4rem 0;
    }

    .contact-card {
        margin: 0 auto 30px;
        height: calc(100% - 30px);
    }

    .card-body {
        padding: 0 3.4rem 2.4rem;
    }

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

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

    .footer__title {
        font-size: 1.8rem;
    }

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

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

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

    .store-button {
        display: inline-block;
        margin-top: 1.3rem;
    }

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

    .about-section {
        padding: 75px 0;
    }

    .faq-bg {
        padding: 5rem 0;
    }

    .hiw-bg {
        padding: 6rem 0 3rem;
    }

    .fullscreen img {
        max-width: 250px;
    }

    .fullscreen .title::before {
        left: -8px;
        top: -23px;
        width: 100%;
        background-size: contain;
    }

    .hiw-card {
        padding: 20px 24px 48px 20px;
        border-radius: 20px;
    }

    .hiw-info .title {
        font-size: 3rem;
        line-height: 3rem;
    }

    .hiw-info .title::before {
        display: none;
    }

    .hiw-num {
        border-radius: 20px 0;
    }

    .footer-wrapper {
        flex-direction: column;
    }

    .footer-menu {
        flex-wrap: wrap;
        max-width: 360px;
        gap: 20px 6px;
    }

    .thanks-info-wrapper .col-md-4 {
        display: block;
    }

    .thanks-info-wrapper .row {
        flex-wrap: wrap;
        gap: 16px;
    }

    .thanks-info .title {
        margin: 0 auto 32px;
    }

    .removed-info .title {
        font-size: 4rem;
        line-height: 4.6rem;
    }

    .removed-info .title::before {
        left: 0;
    }
}

@media (max-width: 575px) {
    .hiw-section .block {
        max-width: 360px;
        margin: 0 auto;
    }

    .hiw-section .hiw-col {
        margin-bottom: 16px;
    }

    .uninstall-item {
        flex-direction: column;
        gap: 4rem;
    }

    .uninstall-item-content {
        text-align: center;
    }

    .engines-section__image img {
        margin-bottom: 3.6rem;
    }

    .footer__button {
        margin-bottom: 3rem;
    }

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

    .thanks-content {
        padding: 6rem 3.6rem;
        margin: 0 auto;
    }

    .fullscreen-info {
        padding-left: 0;
        flex-basis: unset;
    }

    .fullscreen .container {
        flex-direction: column;
    }

    .fullscreen__btn--wrapper {
        margin-bottom: 16px;
    }

    .hiw-bg .container > .title::before {
        top: -26px;
        width: 100%;
        background-size: contain;
    }

    .hiw-card-content {
        flex-direction: column;
        gap: 16px;
    }

    .hiw-info {
        flex-basis: unset;
        gap: 16px;
    }

    .hiw-card {
        padding: 20px 24px 60px 20px;
    }

    .hiw-info .text {
        margin-bottom: 0;
    }

    .uninstall-wrapper {
        flex-direction: column-reverse;
    }

    .uninstall-content {
        flex-basis: unset;
    }

    .removed-section {
        padding: 4rem 0;
    }

    .uninstall-section {
        padding: 3rem 0 8rem;
    }
}

@media (max-width: 480px) {
    .uninstall-content-title::before {
        left: -13px;
        top: 14px;
    }

    .fullscreen .title::before {
        top: -6px;
    }

    .hiw-bg .container > .title::before {
        top: -12px;
    }
}
