@media screen and (min-width: 1400px) {
    .inner-text, 
    .inner-text p, 
    .btn:not(.nav-item), 
    .inner-text--20,
    ul > li::before,
    ul li {
        font-size: 1.1em !important;
    }
    .btn.nav-item {
        font-size: 1em !important;
    }
    .img-w100, 
    .img-w100 img {
        max-width: none !important;
    }

}
@media (max-width: 1250px) {
    /* .nav-item {
        padding: 20px;
    } */
}

@media screen and (min-width: 1024px) {
    .tab {
        display: none !important;
    }
    .img-wide-sm, 
    .img-wide-sm *, 
    .img-wide-sm img {
        max-height: 210px;
    }
}
@media screen and (max-width: 1024px) {
    .desktop {
        display: none !important;
    }
    body {
        background: 100% 100px / auto 120vh no-repeat url(/assets/media/img/hero-gradient-bg-sphere-blur-img.png) !important;
        background-color: var(--color-bg) !important;
    }
    .heading, 
    .input--field---m > .input, 
    .input--field---m > span, 
    .input--field---sm > span {
        font-size: 30px !important;
        font-weight: 500 !important;
    }
    .btn-nav-toggle.active span {
        background-color: var(--color-white);
        transition: all .3s;
    }
    .btn-nav-toggle {
        width: 40px;
        height: 13px;
        z-index: 100000000000000000;
        position: relative;
    }
    .btn-nav-toggle span {
        background-color: var(--color-white);
        position: absolute;
        height: 3px;
        width: 100%;
        border-radius: 1px;
        overflow: hidden;
        transition: all .3s;
    }
    .btn-nav-toggle span:nth-child(1) {
        top: 0;
        left: 0;
    }
    .btn-nav-toggle span:nth-child(2) {
        top: 5px;
        left: 0;
    }
    .btn-nav-toggle span:nth-child(3) {
        right: 0;
        bottom: 0;
        /* width: 60%; */
    }
    .section.header.active .btn-nav-toggle span:nth-child(1) {
        top: 8px;
        transform: rotate(30deg);
    }
    .section.header.active .btn-nav-toggle span:nth-child(2) {
        top: 8px;
        transform: rotate(-30deg);
    }
    .section.header.active .btn-nav-toggle span:nth-child(3) {
        bottom: 8px;
        width: 0;
    }
    .flex-to-column {
        flex-direction: column;
        align-items: flex-start !important;
        width: 100%;
    } 
    .section.header .nav-block {
        max-height: 0px;
        opacity: 0;
        z-index: 0;
        pointer-events: none;
        flex-direction: column;
        gap: 40px !important;
        align-items: center;
        padding: 0 20px !important;
        transition: max-height .3s ease-out, padding .5s, opacity .3s !important;
    }
    .section.header .nav-block.active {
        max-height: calc(100vh - 100px);
        opacity: 1;
        z-index: 100000000;
        pointer-events: all;
        padding: 100px 20px !important;
        transition: max-height .5s ease-in-out, padding .5s, opacity .3s !important;
    }
    header.section.header.active {
        height: 100vh;
    }
    .section.header.active .section-inner {
        height: 100%;
        background: center / 150% no-repeat url(/assets/media/img/bg-blur-sphere-img.png);
        background-color: #00000094;
        backdrop-filter: blur(0);
        transition: all .3s;
    }
    .section.header.active .section-inner,
    .section.header.scroll .section-inner {
        height: 100%;
        background-color: #00000094;
        backdrop-filter: blur(0);
        transition: all .3s;
    }
    .section.header .header-toggle--block > *,
    .section.header .header-logo--block * {
        transform: scale(1);
        transition: all .3s;
    }
    .section.header.active .header-toggle--block > * {
        transform: scale(1.3);
    }
    .section.header.active .header-logo--block img {
        transform: scale(1.2);
    }
    .section.header.active .header-logo--block span {
        font-size: 32px;
        font-weight: 500;
    }
    .header-logo--block {
        z-index: 1;
    }
    .section.header .section-inner::after {
        content: none;
        display: none;
    }
    
    .nav-top img {
        height: 50px;
    }
    .nav-top {
        width: 100%;
        justify-content: flex-between;
    }
    .nav-main {
        height: fit-content;
        max-height: 70vh;
        flex-direction: column;
        margin-top: 0px !important;
        width: 100%;
        border-radius: 0 !important;
        gap: 40px;
        background: 0 0 !important;
        justify-content: flex-start !important;
    }
    .nav-indicator {
        display: none;
    }
    .section.header .nav-block .btn.nav-item {
        font-size: 24px;
        line-height: 110%;
        padding: 0 !important;
        font-weight: 400;
        width: 100%;
        text-align: center;
        color: rgba(255, 255, 255, 0.60);
    }
    .section.header .nav-block .btn.nav-item.active {
        color: white !important;
    }
    
    .btn.nav-item {
        color: var(--color-main) !important;
    }
    .section .section-inner {
        padding: 30px 20px;
    }
    .gap-30 {
        gap: 20px;
    }
}
@media screen and (min-width: 768px) {
    .mob {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    footer .btn svg {
        width: 15px;
    }
    .text-mob--14 {
        font-size: 14px !important;
    }
    .flex-to-column-mob {
        flex-direction: column;
    }
    .flex-to-column-mob > .w50,
    .flex-to-column-mob > .w60,
    .flex-to-column-mob > .w40 {
        width: 100%;
        max-width: 100%;
    }
    .flex-mob-start {
        justify-content: flex-start;
    }
    .flex-mob-reverse-col {
        flex-direction: column-reverse;
    }
    .heading, .input--field---m > .input, 
    .input--field---sm > .input, .heading, 
    .input--field---m > span, 
    .input--field---sm > span {
        font-size: 20px !important;
    }
    .gap-60 {
        gap: 30px;
    }
    .heading-46 {
        font-size: 32px !important;
    }
    .inner-text--20, 
    .inner-text {
        font-size: 16px;
    }
    .inner-text--24 {
        font-size: 18px;
    }
    .btn-nav:hover::before, 
    .btn-nav.active::before {
        opacity: 1;
        left: -15px;
    }
    .mw100 {
        width: 100% !important;
        max-width: 100% !important;
    }
    

    .heading-64,
    .heading-36 {
        font-size: 20px;
    }
    .heading-20 {
        font-size: 16px;
    }

    .inner-text--24 {
        font-size: 14px !important;
    }
} 
@media screen and (max-width: 550px) {
    /* .section:not(header) .section-inner {
        padding: 40px 20px;
    } */
}