
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
.navbar_landingpage_container{
    display: flex;
    position: fixed;
    top:0;
    left: 0;
    align-items: center;
    padding: 1.562rem;
    justify-content: center;
    gap: 50%;
    z-index: 1000;
    width: 100%;
    background-color: white;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.1);

}
.navbar_icon_section{
    display: flex;
    justify-content: center;
}
.navbar_icon_section img{
    width: 236px;
    height: 36px;
}
.new_navbar_buttons_section {
    
    display: flex;
    justify-content: center;
    gap: 3rem;
    
}

.createaccount_btn_container a{
color: var(--Neutral-N0, #FFF);
text-align: center;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 125% */
letter-spacing: -0.32px;
border-radius: 5px;
border: 1px solid #737373;
background: var(--gradient3, linear-gradient(186deg, #0064B2 10.46%, #003865 135.01%));
padding: 0.5rem 2rem;
width: 246.5px;
height: 54px; 
display: flex;
align-items: center;
justify-content: center;
}
.new_login_btn_container button{
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 54px; 
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid #083C61;
    padding: 16px 40px; 
}