@media (min-width: 992px) {
    .desktop-hidden {
        display: none !important;
    }
}

@media (max-width: 1200px) {
    .title-big {
        font-size: 6rem;
    }
}

@media (max-width: 991px) {
    .mobile-hidden {
        display: none !important;
    }

    html {
        font-size: 8px;
    }

    .site-header .header-inner .site-nav .menu-wrapper {
        flex-direction: column;
    }

    .toggle-menu {
        position: absolute;
        right: 15px;
        width: 26px;
        top: 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;
    }

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

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

    .site-header .site-nav {
        position: fixed;
        z-index: 20;
        width: 320px !important;
        height: 100vh;
        background: linear-gradient(90deg, #5084AB 0%, #42B3D3 100%), linear-gradient(180deg, #1E3851 0%, #244361 100%);
        top: 0;
        right: -100%;
        display: block !important;
        transition: all 0.5s ease-in-out;
        overflow: auto;
        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: 2rem;
        color: #fff;
        border-radius: 0;
        background: none;
    }

    .site-nav .btn {
        border: 1px solid white;
    }

    .site-header .site-main-menu li > a.active:before {
        width: 30%;
        background: #fff;
        transform: none;
        left: 35px;
        top: 80%;
    }

    .close-menu {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        top: 0;
        text-align: right;
        width: 100%;
        left: 0;
        padding: 3rem 2rem;
        color: #fff;
        cursor: pointer;
    }

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

    .footer-menu {
        gap: 2.4rem;
    }
}

@media (max-width: 767px) {
    .title {
        font-size: 4rem;
    }

    .inner-page-content,
    .contact-cards,
    .footer-nav,
    .fullscreen-content,
    .hiw-step {
        flex-direction: column;
    }

    .inner-page-content,
    .fullscreen-content {
        text-align: center;
    }

    .hiw-step:first-child {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .hiw-step:last-child {
        align-items: flex-end;
    }

    .contact-cards {
        align-items: center;
    }

    .footer-nav {
        gap: 2rem;
    }

    .footer-menu {
        flex-wrap: wrap;
        justify-content: center;
    }

    .fullscreen:before {
        bottom: 10%;
        left: 50%;
        width: 50%;
        transform: translate(-50%, 50%);
        padding-top: 50%;
    }
    
    .uninstall-step {
        text-align: left;
    }
}

@media (max-width: 575px) {
    .fullscreen {
        margin: 0 1rem;
    }

    .hiw-step-count {
        width: 8rem;
        height: 8rem;
        font-size: 5rem;
    }
}
