@font-face {
    font-family: 'Mulish';
    src:url('./fonts/Mulish-Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}
@font-face {
    font-family: 'Mulish';
    src:url('./fonts/Mulish-Bold.woff2') format('woff2');
    font-weight: bold;
    font-display: swap;
}
@font-face {
    font-family: 'Mulish';
    src:url('./fonts/Mulish-Regular.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mulish';
    src:url('./fonts/Mulish-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}
.navbar {
    background: #Fff;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    z-index: 999;
    animation: fadeIn 1s ease-out forwards;
    font-family: 'Mulish';
}

@keyframes fadeIn {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.navbar-logo {
    display: flex;
    align-items: center;
}

.navbar-logo>img {
    width: 48px;
    height: 48px;
}

.navbar-container {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logotitle {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    color: #414141;
    padding-left: 12px;
}



.navbar-menu {
    border-radius: 40px;
    background: rgb(252, 235, 233);
    height: 36px;
    display: flex;
    align-items: center;

}

.navbar-menu>a {
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    color: #676767;
    padding: 0px 24px;
    border-radius: 40px;
}
.navbar-menu>a:hover {
    color: #E43C2B;
}
#currentA {
    display: inline-block;
    border-radius: 40px;
    background: #E43C2B;
    color: #FFFFFF;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
}
.currentBack {
    width: 71px;
    height: 4px;
    position: absolute;
    bottom: -10px;
    left: 35px;
}

.navbottom {
    width: 100%;
    background: #01021B;
    border-radius: 100px 100px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.navbottomCon {
    width: 1200px;
    min-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

.bottomlogo {
    width: 48px;
    height: 48px;
}

.navbottomConText {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #9E9E9E;
    text-transform: capitalize;
    margin-top: 16px;
}

.navbottomConText2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #FFFFFF;
    margin-top: 40px;
}

#bottoma {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.navbottomph {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.navbottomph2 {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.46);
    margin-top: 26px;
}

.navbottomTIN {
    font-size: 16px;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 70px;
    margin-bottom: 55px;
}