@font-face {
    font-family: 'Inter';
    src: url("/static/fonts/Inter-Thin.4558ff85abea.ttf") format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url("/static/fonts/Inter-ExtraLight.7a177fa21fec.ttf") format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url("/static/fonts/Inter-Light.a3fe4e0f9fdf.ttf") format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url("/static/fonts/Inter-Regular.ea5879884a95.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url("/static/fonts/Inter-Medium.cad1054327a2.ttf") format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url("/static/fonts/Inter-SemiBold.465266b2b986.ttf") format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url("/static/fonts/Inter-Bold.ba74cc325d5f.ttf") format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url("/static/fonts/Inter-ExtraBold.72ac147c9805.ttf") format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url("/static/fonts/Inter-Black.118c5868c7cc.ttf") format('truetype');
    font-weight: 900;
    font-style: normal;
}

a:hover {
    text-decoration: none
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

body {
    background-size: cover; /* Adjust the size of the PNG image */
    color: white;
    height: 100vh;
}

.navbar {
    background-color: transparent;
    padding: 50px;
}

.navbar .navbar-brand {
    max-width: 150px;
    color: #fff;
}

.navbar-nav .nav-item .nav-link {
    color: white;
}

.navbar .nav-link:hover {
    color: #ddd;
}

.hero-content {
    max-width: 700px;
    margin-left: 70px;
}

h1 {
    font-size: 3rem;
    margin-bottom: 20px;
}

p {
    font-size: 2.25rem;
    margin-bottom: 40px;
}

.btn-outline-light {
    min-width: 150px;
    border-radius: 40px;
    /*border-color: white;*/
    border: 2px solid white;
    font-weight: 200;
}

.btn-outline-light:hover {
    background: white;
    color: #58a0ee;
}

.btn-inline-light {
    min-width: 150px;
    border-radius: 40px;
    color: #58a0ee;
    background: white;
    font-weight: 200;
    border: 2px solid white;


}

.btn-inline-light:hover {
    background: none;
    color: white;

}

a.text-white:hover {
    text-decoration: underline;
}

.nav-item {
    padding: 20px;
}


.login-box {
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.login-box h2 {
    font-size: 24px;
    font-weight: bold;
}

.login-box p {
    color: #6c757d;
    font-size: 16px;
}

.form-group label {
    font-size: 16px;
    color: #6c757d;
}
.form-group input::placeholder{
    font-size: 12px;
    color: #6c757d;
}

.form-check label {
    font-size: 16px;
    color: #6c757d;
}


.btn-social {
    margin: 0 5px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
}

label {
    color: black;
    margin-bottom: 0;

}

.modal-body p {
    margin-bottom: 20px;
}
.btn-primary{
    border-radius: 10px;
    background-color: #3b9cca;
    border-color: #3b9cca;
}
.btn-primary:hover {
    background-color: #0e6791;
}
.btn-primary:active {
    background-color: #0e6791!important;
}
.btn-primary:focus {
    background-color: #0e6791;
}


.text-muted{
    font-size: 12px;
}
.modal-title{
    color: #3b9cca!important;

}
.text-primary{
    color: #3b9cca!important;

}
.social-login a {
border-radius :10px
}
.bi-facebook{
    color: white;
}
.bi-apple{
        color: white;

}
