@media screen and (max-width: 1100px){
    .container{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto 1fr auto;
        height: 100vh;
        grid-template-areas: 
            'header header '
            'main main '
            'footer footer';
    }

    .footer{
        width: 100%;
        padding: 20px !important;
        position: relative;
        top: 20px;
        bottom: -10vh;
        display: grid;
        grid-auto-flow: auto;
        grid-template-columns: auto !important;
        grid-template-rows: 1fr auto;
        height: fit-content !important;
        justify-content: center !important;
        grid-template-areas: 
            'footer-1'
            'footer-2'
            'ctto';
    }

    .article.text{
        width: 100% !important;
        padding: 20px !important;
    }

    .footer-2{
        width: 100%;
        margin-top: 50px;
    }

    .f-texts{
        font-size: 18px;
        width: auto;
    }
    
    .f2-texts{
        font-size: 18px;
        width: auto;
        color: #fff;
    }

    .ctto{
        margin-top: 10px;
        margin: 0% !important;
    }

    .f-btn{
        width: 100px !important;
        height: fit-content !important;
    }

    .nav > .nav-btn {
        display: inline-block;
        position: absolute;
        right: 0px;
    }
    .nav > .nav-btn > label {
        display: inline-block;
        justify-content: center;
        align-items: center;
        width: auto;
        height: auto;
        padding: 10px;
    }
    .nav > .nav-btn > label:hover{
        background-color: rgba(10, 52, 59, 0.689);
        color: #03082b;
        border: 3px solid #29FCEF;
        border-radius: 3px;
        color: #0d6efd;
        padding: 1px 8px 1px 8px;
        /* height: 35px; */
    }

    .nav > .nav-links {
        position: absolute;
        display: block;
        width: 100%;
        padding: 0%;
        margin-top: 15px;
        border-radius: 16px;
        height: 10px;
        transition: all 0.3s ease-in;
        overflow-y: hidden;
        top: 50px;
        left: 0px;
        display: flex;
        justify-content: center;
        text-align: center;
        background: rgba(3, 8, 43, 0.68);
        border-radius: 16px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);;
    }

    .nav > .nav-links > ul li a {
        display: block;
        width: 100%;
    }
    
    .nav > .nav-links > ul li{
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
    .nav > .nav-links > ul li a{
        margin-left: 40%;
    }
    .nav .nav-links ul a.icon{
        margin-left: 33%;
    }

    /*   */
    .nav > #nav-check:not(:checked) ~ .nav-links {
        height: 0px;
    }
    .nav > #nav-check:checked ~ .nav-links {
        height: calc(100vh - 50px);
        overflow-y: auto;
    }

    .get-started{
        width: 100px;
        height: fit-content;
        font-size: 12px;
    }

    .logo{
        width: 150px !important;
        margin-left: 10px !important;
    }

    .phone{
        margin-left: 0px;
        width: 300px;
        z-index: -1;
    }

    .title{
        color: #fff !important;
        left: 0;
        font-size: 36px !important;
        font-weight: bolder;
        display: flex;
        align-items: center;
        width: fit-content;
        text-align: start;
    }
    
    .description{
        color: #fff !important;
        width: fit-content;
        padding-top: 5px;
        text-align: start;
    }

    .text{
        margin: 0%;
        padding-top: 20px;
        padding-left: 100px;
        padding-right: 100px;
    }

    .btn-title{
        justify-content: start;
    }

    .blur{
        position: absolute;
        left: -1000px;
        top: -50px;
    }

    .feature{
        top: 20px;
        flex-wrap: wrap;
        font-weight: normal;
        color: #ffffff88;
        margin-bottom: 10px !important;
    }

    .companies{        
        margin: 3px 15px 3px 15px;
        width: 100px;        
    }

    .reasons-text{
        flex-direction: column !important;
        margin: 10% 10% 0% 10% !important;
    }

    .why-1, .why-2{
        width: 100% !important;
    }

    .why-2{
        text-align: start !important;
        margin-top: 20px;
    }

    .card{
        /* width: 400vw;
        min-width: 300px; */
        height: 100%;
        padding-top: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #00ffee2a;
        border: 2px solid #29FCEF;
        border-radius: 15px;
        color: #29FCEF;
        margin: 20px;
    }

    .card-btn{
        min-width: 100% !important;
        display: flex;
        flex-direction: row;
    }

    .card-btn-learn, .card-btn-start{
        min-width: 300px !important;
        margin: 5px;
    }

    .how-title{
        font-size: 30px !important;
    }

    .how-p{
        width: 350px !important;
    }

    .c-title{
        font-size: 30px !important;
        text-align: center;
        margin: 5%;
    }

    .c-card{
        margin: 0px 30px 0px 30px;
        width: 100%;
        min-width: 250px !important;
    }

    .currencies{
        width: 100% !important;
        padding: 10px !important;
    }

    .invest{
        margin-top: 10% ;
    }

    .invest-card{
        display: flex;
        flex-direction: column;
        justify-content: center !important;
        padding: 20px;
    }

    #iphone{
        width: 40vw;
        min-width: 300px;
        position: relative;
        left: -30px !important;
    }

    .invest-text, .invest-phone{
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .invest-text{
        margin: 0% !important;
        display: flex;
        justify-content: center !important;
    }

    .invest-text > h1, p{
        text-align: center;
    }

    .invest-text h1{
        min-width: 20px !important;
        text-align: center !important;
    }

    .invest-btn, .invest-btn-learn{
        margin: 5px;
        width: 100% !important;
        height: fit-content;
        font-size: 15px;
    }

    .invest-button{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 100% !important;
    }

    .news-2{
        width: 100% !important;
        padding: 0% !important;
    }

    .news-1{
        flex-wrap: wrap;
        margin: 0% !important;
    }
}

@media screen and (max-width: 710px){
    .start-more, .learn-more{
        width: 100% !important;
    }

    .btn-title{
        width: 100%;
        flex-direction: column !important;
    }

    .learn-more{
        margin: 0% !important;
        margin-top: 10px !important;
    }

    .c-cards{
        width: 200vw;
        height: fit-content !important;
        min-width: 250px !important;
        padding-bottom: 15px;
    }

    .news-1{
        margin: 10px !important;
    }

    .news{
        padding: 10px !important;
    }

    .news-card{
        margin: 0% !important;
    }

    .news-card{
        margin: 20px 10px;
        width: 100% !important;
        min-width: 300px;
    }
    
    .browse-btn{
        width: 100%;
    }

    .why-1{
        font-size: 25px;
        text-align: center;
    }

    .reasons-text{
        margin-top: 50px !important;
        padding: 0% !important;
    }

    .posts-text{
        padding: 30px !important;
    }

    .posts-btn{
        width: 100% !important;
    }

    .posts-button{
        padding: 0% !important;
        margin-bottom: 10px;
    }

    /* articles */
    /* .main2-c2{
        grid-auto-flow: column;
        flex-wrap: wrap;
        margin: 0% !important;
    }

    .main2-c2{
        padding: 20px !important;
        width: 100% !important;
    } */
}