@media (max-width: 1200px) {
    .fullscreen {
        padding-top: 12rem;
        background: linear-gradient(134.8deg, #D4F3FD 14.41%, #ECFA94 131.45%);
    }

    .fullscreen-image {
        margin-top: -10rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

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

    .about-card-wrapper {
        top: 2rem;
    }

    .hiw-card:nth-child(2) {
        flex-direction: column;
    }

    .hiw-card:first-child {
        flex-direction: column-reverse;
        gap: 4rem;
    }

    .hiw-card-icon {
        top: unset;
        bottom: 0;
    }


    .hiw-card:nth-child(2) .flex-box {
        width: 100%;
        justify-content: flex-end;
    }

    .about-card-wrapper::before {
        width: 300px;
        height: 300px;
        top: 13.5rem;
    }

    .about-card:nth-child(2) {
        right: 50%;
    }

    .thanks-section .container::before {
        display: none;
    }

    .thank-image {
        display: flex;
    }

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

    .thanks-section {
        background: url("../images/thanks-page/thanks-page-bg-text.svg") 0 300px / contain no-repeat, linear-gradient(270deg, #F7FDD3 0%, #EBFA91 100%);
    }
}

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

    /*HEADER*/
    .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: 24px;
        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;

        & div:has(.btn) {
            display: none;
        }
    }

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

    .header-inner .div:has(.btn) {
        display: none;
    }

    /*FOOTER*/
    .footer-menu .flex-box {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 3rem;
        margin-bottom: 3rem;
    }

    /*ABOUT SECTION*/

    .about-card-wrapper {
        gap: 2.4rem;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .about-card-wrapper::before {
        top: 3.5rem;
        right: 0;
        transform: none;
        left: unset;
    }

    .about-card:nth-child(2),
    .about-card:first-child {
        right: unset;
        bottom: unset;
    }
    /*HIW SECTION*/
    .hiw-card-icon {
        width: 200px;
        height: 200px;
    }
    /*CONTACT PAGE*/
    .contact-section {
        background-size: cover;
        background-position: center;
        padding: 17rem 0 10rem;
    }

    .contact-card {
        margin: 0 auto;
    }

    .contact-cards {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }

    .contact-card:nth-child(2)::before {
        width: 150px;
        height: 150px;
        background-size: contain;
        top: -11rem;
    }

    .contact-card:first-child {
        flex-direction: column;
    }

    .contact-card img {
        width: 250px;
        height: 250px;
    }

    .contact-card .text,
    .contact-card:nth-child(2) .text {
        max-width: 400px;
    }

    /*SECTION 404*/
    .section-404 .container::before {
        display: none;
    }

    .section-404 .image-404 {
        display: flex;
    }

    .section-404 .container {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 3.2rem;
    }

    .section-404 {
        padding: 15rem 0 2rem;
    }

    /*UNINSTALL PAGE*/
    .uninstall-content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 4rem;
    }

    .uninstall-card::before {
        width: 200px;
        height: 200px;
        left: -17rem;
    }

    .uninstall-card::after {
        left: -20rem;
    }

    /*THANKS PAGE*/
    .thanks-section {
        background: url("../images/thanks-page/thanks-page-bg-text.svg") 0 400px / contain no-repeat, linear-gradient(270deg, #F7FDD3 0%, #EBFA91 100%);
    }

    /*REMOVED PAGE*/
    .removed-section {
        background-position: 0 400px;
    }

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

@media (max-width: 767px) {

    .fullscreen {
        min-height: unset;
    }

    .fullscreen-image {
        margin-top: unset;
    }

    .title-big {
        font-size: 4rem;
        line-height: 1.2;
    }

    .title,
    .title-medium {
        font-size: 3rem;
        line-height: 1.2;
    }

    .about-card-wrapper {
        padding-right: 0;
    }

    .about-card-wrapper::before {
        width: 150px;
        height: 150px;
        top: -15rem;
        z-index: -1;
    }

    .hiw-card-icon {
        width: 100px;
        height: 100px;
        bottom: 53%;
        right: 100px;
    }

    .footer-menu .flex-box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
    }

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

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

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

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

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

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

    .uninstall-content {
        flex-direction: column;
    }

    .uninstall-card::before {
        width: 170px;
        height: 170px;
        left: unset;
        right: -5rem;
    }

    .uninstall-content-inner {
        width: 100%;
    }

    .uninstall-content .title-big {
        text-align: center;
    }

    .uninstall-list {
        max-width: 100%;
    }

    .feature-icon {
        max-width: 10rem;
        aspect-ratio: 1/1;
    }

}

@media (max-width: 575px) {

    .hiw-image {
        width: 100%;
    }

    .hiw-card:first-child {
        overflow: visible;
    }

    .hiw-card-icon {
        right: 0;
        bottom: unset;
        top: -50px;
    }

    .contact-card img {
        width: 200px;
        height: 200px;
    }

    .uninstall-card::before {
        width: 100px;
        height: 100px;
        left: unset;
        right: 40%;
        top: unset;
        bottom: -100px;
    }

    .footer-content {
        flex-direction: column;
        align-items: center;
    }

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

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

    .footer__button {
        margin-bottom: 3rem;
    }

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