@import "style.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;
}

header {
    position: relative;
    z-index: 9;
}

header img {
    width: 90%;
}

header p {
    width: 70%;
}

.gap-3em {
    gap: 3em;
}

.m-t-6em {
    margin-top: 6em;
}

.fit-content {
    width: fit-content;
}

li {
    font-family: 'TW Rational';
}

li:first-child a {
    padding-left: 0;
}

.Ellipse {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.zero-btn-theme {
    font-family: 'TW Rational' !important;
    background: #4338CA !important;
    color: white !important;
    padding: 12px, 32px, 12px, 32px !important;
    border-radius: 80px !important;
}

.zero-btn-theme-color {
    color: #4338CA;

}

.nav-link {
    color: #ffffff !important;
}

.nav-link.active {
    color: #4338CA !important;
}

.nav-link:hover {
    color: #4338CA !important;
}

.w-32per {
    width: 32% !important;
}

.f-s-18px {
    font-size: 18px;
}

.f-s-56px {
    font-size: 56px;
}

.m-t-50per {
    margin-top: 17% !important;
}

.m-t-15per {
    margin-top: 15% !important;
}

/* li:not(:last-child){
    border-right: 1px solid;
} */