@import "style.css";
@import "queries.css";

@font-face {
    font-family: 'TW Rational';
    src: url('./fonts/Rational TW Text Book Font/RationalTWText-Book.woff2') format('woff2'),
        url('./fonts/Rational TW Text Book Font/RationalTWText-Book.woff') format('woff'),
        url('./fonts/Rational TW Text Book Font/RationalTWText-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.font-family-twr {
    font-family: 'TW Rational';
}
.container-fluid {
    background: #000000;
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
}

.main-researches-cont {
    display: flex;
    flex-direction: column;
    gap: 2em;
    margin: auto;
    margin-top: 5em;
    width: 80%;
}

.researches {
    background: #1F1F1F;
    color: white;
    padding: 16px;

    border-radius: 10px;

}

.researches h3 {
    font-family: 'TW Rational';
}

.researches p {
    margin-top: 0.75em;
    margin-bottom: 0;
}

.nested-researches-cont {
    display: flex;
    margin-top: 1em;
    gap: 2em;
}

.nested-researches {
    width: 20%;
}

.nested-researches h5 {
    font-family: 'TW Rational';
}

.btn-cont {
    text-align: center;
    margin-top: 2em;
}

.zero-btn-theme {
    font-family: 'TW Rational', sans-serif !important;
    background: #4338CA !important;
    color: white !important;
    padding: 12px, 32px, 12px, 32px !important;
    border-radius: 80px !important;
}
svg{
        width: 100%;
    height: 100%;
}
.d-n{
    display: none;
}
.zero-btn-theme-color {
    color: #4338CA;

}
