@media screen and (max-width: 1440px) {
    .main-section {
        margin-left: 2rem;
        margin-right: 2rem;
        width: calc(100% - 4rem);
    }
}

@media screen and (max-width: 1200px) {
    .section-default {
        padding: 8rem 0;
    }

    .about-section {
        padding-bottom: 15rem;
    }

    .main-wrapper {
        gap: 2%;
    }

    .main-img,
    .main-col {
        flex: 0 1 50%;
    }

    .main-col {
        padding-top: 5rem;
    }

    .about-item--1 {
        padding: 5rem;
    }

    .about-item--2 {
        padding: 5rem 0 5rem 5rem;
    }

    .about-image--2 {
        padding: 5rem 0 2rem;
    }

    .about-item--3 {
        padding: 5rem;
    }

    .about-row--1::before {
        top: -4rem;
    }

    .about-row--3::before {
        bottom: -4rem;
    }

    .about-image--3 {
        margin: 4rem 0 2rem;
    }

}

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

    .site-header .container {
        padding: 0 6rem;
    }

    .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 .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: var(--gradient);
        top: 0;
        right: -110%;
        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 25px;
        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 .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: var(--Black);
        cursor: pointer;
    }

    .close-menu span {
        font-size: 15px;
        transition: all 0.3s;
        cursor: pointer;
    }

    .close-menu span:hover {
        color: var(--Black-30);
    }

    .close-menu span:focus,
    .close-menu span:active {
        color: var(--Black-40);
    }

    .header-btn {
        margin: 0 auto 20px;
    }

    .hiw-inner {
        padding: 5rem 0;
    }
}

@media (max-width: 767px) {
    .hiw-row--2  .hiw-inner {
        padding-bottom: 0;
    }

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

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

    .main-col,
    .main-img {
        padding-top: 2rem;
        flex: 0 1 100%;
    }

    .fullscreen-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 0;
        text-align: center;
    }

    .fullscreen-img {
        text-align: center;
    }

    .main-section {
        padding: 5rem 0;
    }

    .main-title {
        font-size: 4rem;
    }

    .title {
        font-size: 4rem;
    }

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

    .card-btn {
        padding-left: 5rem;
    }

    .card-body {
        padding-left: 5rem;
    }

    .card-counter {
        left: 2rem;
    }

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

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

    .uninstall-section .row {
        gap: 3rem
    }

    .uninstall-inner {
        max-width: 44rem;
    }

    .uninstall-inner--bg {
        padding: 4rem;
    }

    .engines-inner {
        gap: 3rem;
    }

    .engines-image {
        padding: 1rem 2rem;
    }

    .home-page .main-content {
        background-size: cover;
    }

    .footer-title {
        margin-bottom: 3rem;
    }

    .footer-col,
    .footer-menu {
        display: flex;
        max-width: 100%;
        justify-content: center;
        text-align: center;
    }

    .footer-copyright {
        text-align: center;
        padding-top: 4rem;
    }

    .about-section {
        padding-bottom: 12rem;
    }

    .about-row  {
        padding: 4rem;
    }

    .about-image,
    .about-item {
        margin: 0;
        padding: 0;
    }

    .about-item--2 {
        margin-bottom: 3rem;
    }

    .about-row::before {
        content: none;
    }

    .about-btn {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 575px) {
    .site-header .container {
        padding: 0 5rem;
    }

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

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