@media only screen and (max-width: 920px) {

    .hero-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 1.5rem 0;
        .sec1 {
            h1 {
                font-size: 3rem;
            }
        }
        .sec2 { 
            overflow: hidden;
        }
        .sec3 {
            width: 100%;
            .exp-card {
                width: 100%;
            }
        }
    }
    .hero-logo {
        scale: 1.1 !important;
        width: 100% !important;
        height: auto !important;
    }
    .hero-shade {
        display: none !important;
    }



    .leading-bc-section {
        .sec1, .sec2 {
            flex-direction: column;
            .imgwrapper, .txtwrapper {
                width: 100%;
            }
            .imgwrapper {
                img {
                    width: 80%;
                }
            }
        }


        .sec2 {
            flex-direction: column-reverse;
            .imgwrapper {
                /* display: none; */
            }
        }

    }

    .newsletter-wrapper {
        justify-content: center;
        align-items: center;
        .sec1 {
            width: 100%;
            display: flex;
            justify-content: center;
        }
        .sec2 {
            text-align: center;
            width: 100%;
            p {
                width: 100%;
            }
            h1 {
                font-size: 1.8rem;
            }
            form {
                flex-wrap: wrap;
                justify-content: center;
            }
        }
    }
}


@media only screen and (max-width: 695px) {
    .stories-section .title {
        flex-direction: column;
        gap: 30px;
        .sec1 {
            width: 100%;
            p {
                width: 90%;
            }
        }
        .sec2 {
            padding-right: 65px;
            align-self: flex-end;
        }
    }
}

@media only screen and (max-width: 975px) {
    .mobile-menu {
        display: block;
    }
    .navbar {
        padding: 20px 7%;
        .sec1, .sec3 {
            position: relative; 
            z-index: 2;
        }
    }

    .navbar .sec2 {
        display: none;
        position: absolute;
        top: 0px;
        background: var(--secondary);
        width: 100%;
        left: 0;
        height: calc(100vh);
        flex-direction: column;
        align-items: center;
        justify-content: flex-start !important;
        padding: 175px 0 0 0;
        z-index: 1;

        .mobile-menu {
            position: absolute;
            bottom: 50px;
        }
    }



    .ecosystem-cards-wrap {
        grid-template-columns: 1fr 1fr !important;
    }


}

@media only screen and (max-width: 570px) {
    .ecosystem-cards-wrap {
        grid-template-columns: 1fr !important;
    }


    .crypto-card-section {
        .title-g h1{
            font-size: 1.5rem;
            font-weight: 300;
        }
    }

 }
@media only screen and (max-width: 500px) {
    

    .hero-section {
        margin-top: 85px;
    }

    .leading-bc-section {
        .sec1, .sec2 {
            h1 {
                font-size: 2.4rem !important;
            }
            .imgwrapper {
                img {
                    width: 90%;
                }
            }
        }

    }
}

@media only screen and (max-width: 430px) {
    .hero-wrapper {
        .sec1 {
            button, span {
                font-size: small;
            }
            button {
                padding: 15px 25px;
            }
        }
    }



    .ecosystem-wrapper {
        padding: 50px 7%;
    }

}


@media only screen and (max-width: 590px) {
    .navbar .sec1 {
        max-width: 200px;
    }

    .mobile-4-show {
        display: inline-block;
    }
    .mobile-4-hide {
        display: none;
    }
}



@media only screen and (max-width: 1100px) {
    .trusted-choice-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .services-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}


@media only screen and (max-width: 800px) { 

    .services-wrapper {
        grid-template-columns: 1fr;
    }
} 
@media only screen and (max-width: 750px) { 

    .visionary-wrapper {
        grid-template-columns: 1fr;
    }
}
@media only screen and (max-width: 650px) { 
    .trusted-choice-wrapper {
        grid-template-columns: 1fr;
    }
    .fin-revolution-section {
        .fin-m-img {
            display: block;
        }
        >img {
            display: none;
        }
    
        .title-g {
            position: relative;
            left: 0%;
            transform: translateX(0%);
            top: 0%;
            width: 100%;
            padding: 0 10px;
            button {
                margin-top: 20px;
            }
        }
    }
}


@media (max-width: 768px) {
    .footer-container {
      flex-direction: column;
      align-items: center;
    }
  
    .footer-bottom {
      flex-direction: column;
      text-align: center;
    }
  }


@media only screen and (min-width: 1100px) {
    .footer-text {
        width: 60%;
    }
}
@media only screen and (min-width: 1300px) {
    .leading-bc-section {
        .sec1 {
            p {
                width: 75%;
            }
        }
        .sec2 {
            .txtwrapper {
                margin-top: 7%;
            }
        }
    }
}
@media only screen and (min-width: 1400px) {
    .leading-bc-section {
        .sec1 {
            .txtwrapper {
                margin-top: 3%;
            }
            p {
                margin: 20px 0;
                line-height: 1.6;
            }
        }
    }
}