@media only screen and (min-width:1100px) and (max-width:1400px) {
    .nav-link {
        font-size: 16px;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}
@media only screen and (min-width:900px) and (max-width:1100px) {
    .nav-link{
      font-size: 14px;
      padding-left: 8px !important;
      padding-right: 8px !important;
    }
    .navbar-brand img {
    width: 120px;
}
}

@media only screen and (max-width:900px) {
    .navbar-toggler{
        background: var(--white);
    }
    .banner h1{
        font-size: 42px;
    }
    .banner-image::after {
        width: 100%;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
    }
    .banner-image{
        margin-top: 30px;
    }
    .badge-custom img{
        width: 32px;
        height: 32px;
    }
    .badge-custom .text-trusted{
        font-size: 18px;
    }
    .about-right-content {
        padding-left: 0px;
        text-align: center;
        margin-top:20px;
    }
    .gradient-wrapper {
        max-width: 100%;
        margin-left: 70px;
        text-align: center;
        margin-right: 10px;
    }
    .founder-card h5{
        font-size: 20px;
        text-align: left;
    }
    .founder-card p{
        font-size: 18px;
        text-align: left;
    }
    .founder-card{
        max-width: 100%;
    }
    .certified-container,.certified-tags{
        justify-content: center;
        text-align: center;
    }
    .trusted-logos img{
        max-width: 100%;
    }

}