@media (max-width: 374.98px) {
    .logo-cont {
        width: 60%;

    }

    .logo-cont svg {
            width: 100%;
    height: 100%;
    }

    .gap-3em {
        gap: 1.5em;
    }

    .nav-cont {
        font-size: 12px !important;
    }

    .nav-link {
        padding: 6px !important;
    }

    .chevron a {
        margin-left: 0px;
    }

    .index-page {
        display: block;
    }

    .index-page header {
        margin-top: 4em;
    }

}

@media (max-width: 575.98px) {

    .container-fluid {
        background: #000000;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        max-height: 100vh;
        overflow: auto;
    }

    .chevron a {
        margin-left: 10px;
        margin-top: 15px;
    }

    .index-page {
        display: block;
    }

    .index-page header {
        margin-top: 4em;
    }

    .logo-cont {
        width: 60%;

    }

    .logo-cont svg {
            width: 100%;
    height: 100%;
    }

    .gap-3em {
        gap: 1.5em;
    }

    .nav-link {
        padding: 6px !important;
    }

    .nav-cont {
        font-size: 14px;
        align-items: center;
    }

    .nav-cont ul {
        flex-wrap: nowrap;
    }

    .nav-cont p {
        font-size: 14px;
        text-align: center;
        width: 100%;
    }

    .m-t-6em {
        margin-top: 0em;
    }

    header img {
        width: 95%;
    }

    .m-t-50per {
        margin-top: 0% !important;
    }

    .w-32per {
        width: 100% !important;
    }

    .home-cont .w-32per p {
        font-size: 18px !important;
    }

    .researches-cont {
        display: block;
    }

    .blog-heading {
        margin-top: 2em !important;
    }

    .main-researches-cont {
        display: flex;
        flex-direction: column;
        gap: 2em;
        margin: auto;
        margin-top: 6em;
        width: 90%;
    }

    .nested-researches {
        width: 80%;
    }

    .nested-researches-cont {
        display: flex;
        margin-top: 1em;
        gap: 2em;
        flex-wrap: wrap;
    }

    .btn-cont {
        text-align: center;
        margin-top: 1em;
        margin-bottom: 1em;
        margin-top: 1em;
        margin-bottom: 1em;
    }

    .m-t-15per {
        margin-top: 0% !important;
    }

    .about-cont p {
        font-size: 15px;
    }

    .blogs-cont {
        display: block;
    }

    .blogs-cont p {
        font-size: 14px;
    }

    .blogs-container {
        display: flex;
        flex-wrap: wrap;
        gap: 2em;
        width: 95%;
        margin: auto;
        padding: 2em 0;
    }

    .blog {
        width: 99%;
        background: #1F1F1F !important;
        color: white !important;
    }

    .card__footer {
        margin-top: 2em;
    }

    .m-t-50per {
        margin-top: 0% !important;
    }
}

@media (min-width: 576px) {

    .container-fluid {
        background: #000000;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        max-height: 100vh;
        overflow: auto;
    }

    .index-page {
        display: block;
    }

    .index-page header {
        margin-top: 4em;
    }

    .nav-cont {
        align-items: center;
    }

    .nav-cont p {
        font-size: 14px;
        text-align: center;
        width: 100%;
    }

    .m-t-15per {
        margin-top: 0% !important;
    }

    .m-t-50per {
        margin-top: 0% !important;
    }

    .w-32per {
        width: 90% !important;
    }

    .researches-cont {
        display: block;
    }

    .main-researches-cont {
        width: 90%;
    }

    .btn-cont {
        text-align: center;
        margin-top: 1em;
        margin-bottom: 1em;
        margin-top: 1em;
        margin-bottom: 1em;
    }

    .nested-researches {
        width: 28%;
    }

    .blogs-cont {
        display: block;
    }

    .blogs-container {
        width: 90%;
        padding: 2em 0;
    }

    .blog {
        width: 47%;
        background: #1F1F1F !important;
        color: white !important;
    }
}
@media (min-width: 768px) {
    .container-fluid {
        background: #000000;
        height: 100vh;
        display: block;
        max-height: 100vh;
        overflow: auto;
    }

    .home-cont,
    .contactus-cont,
    .about-cont {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nav-cont {
        align-items: center;
    }

    .nav-cont p {
        text-align: center;
        width: 100%;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    /* Your CSS rules for large devices here */
    .w-32per {
        width: 45% !important;
    }

    .blog {
        width: 30%;
    }

    .nav-link {
        padding: 5px 12px !important;
    }

    .nav-cont {
        font-size: 18px;
        align-items: unset;
    }

    .nav-cont li {
        padding: 0 10px;
    }

    .nav-cont p {
        font-size: 18px;
        text-align: left;
        width: 77%;
        padding-left: 20px;
    }
}
