@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;
}

.container-fluid {
    background: #000000;
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
}

.Ellipse {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.isolated-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: #f0f0f0;
    /* Optional: to visually distinguish the isolated container */
}

.mail {
    color: #f0f0f0;
}

.zero-btn-theme {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    background: #4338CA !important;
    color: white !important;
    padding: 12px, 32px, 12px, 32px !important;
    border-radius: 80px !important;
}

.zero-btn-theme-color {
    color: #4338CA;

}

.m-t-50per {
    margin-top: 17% !important;
}
.social-icons a{
    text-decoration: none;
}