@media (max-width: 1440px) and (min-width: 992px) {
    .hiw-block:nth-child(even) .hiw-content-image {
        transform: translateX(15%);
    }
    .hiw-block:not(:first-child):nth-child(odd) .hiw-content-image {
        transform: translateX(-15%);
    }
}

@media (max-height: 900px) {
    .star {
        bottom: 10rem;
        z-index: 1;
    }
}

@media (max-width: 1200px) {
    .removed-icon-4,
    .removed-icon-2 {
        display: none;
    }
}

@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: #FFEC59;
        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: 1.6rem 3.5rem;
        font-weight: 400;
        font-size: 1.6rem;
        color: #17003D;
        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: #17003D;
        cursor: pointer;
    }

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

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

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

    .about-section-content > * {
        width: 48%;
    }

    .why-item {
        flex-basis: calc(33% - 1.6rem);
        gap: 2rem;
    }

    .why-items .subtitle {
        flex-basis: calc(66% - 1.6rem);
    }

    .hiw-section, .why-section {
        padding: 8rem 0;
    }

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

    .hiw-block, .hiw-block:nth-child(even) {
        flex-direction: column-reverse;
        background: #c5bcff;
        border-radius: 2rem;
    }

    .hiw-content {
        width: 100%;
    }

    img.hiw-content-image {
        max-width: 80%;
    }

    .footer {
        padding: 2rem 0;
    }
    .title-404 {
        font-size: 28rem;
    }
}

@media (max-width: 767px) {
    .removed-icon-1 {
        display: none;
    }

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

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

    .title {
        font-size: 5rem;
    }

    .subtitle {
        font-size: 4rem;
    }

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

    .uninstall-item .title-small {
        margin-bottom: 1rem;
    }

    .contact-section {
        padding-top: 4rem;
        background-position: center -4rem;
    }

    .contact-card {
        flex-basis: calc(50% - 1.6rem);
    }

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

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

    .star {
        position: static;
        margin: 2rem auto;
    }

    .main-image-wrapper {
        margin-top: 3rem;
    }

    .uninstall-items {
        display: block;
    }

    .uninstall-item {
        margin: 2rem 0;
    }

    .contact-cards .subtitle {
        width: 100%;
    }

    .title-404 {
        font-size: 30vw;
    }

    .title-404 img {
        margin-right: -8vw;
        vertical-align: -1rem;
        width: 26vw;
    }
}

@media (max-width: 575px) {
    .why-item {
        flex-basis: calc(50% - 1.6rem);
    }

    .why-items .subtitle {
        flex-basis: calc(100% - 1.6rem);
    }

    .about-section-content {
        flex-direction: column;
        gap: 3rem;
    }

    .about-section-content > * {
        width: 100%;
    }

    .hiw-content {
        padding: 4rem;
    }

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

    .hiw-block:first-child .hiw-content-icon {
        top: 1rem;
        right: 1rem;
        width: 8rem;
    }

    .hiw-block:not(:first-child) .hiw-content-icon {
        bottom: 1rem;
        width: 6rem;
    }

    .hiw-block:nth-child(even) .hiw-content-icon {
        right: 2rem;
    }

    .uninstall-item {
        flex-direction: column;
        gap: 0;
        padding-left: 0;
    }

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

    .contact-cards {
        flex-direction: column;
    }

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

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