html, body {
    font-family: "argent-cf", serif;
    overflow-x: hidden;
}

a{
    text-decoration: none;
}


h1 {
    font-family: "argent-cf", serif;
    font-weight: 700; /* bold */
}

p.italic {
    font-family: "argent-cf", serif;
    font-weight: 400;
    font-style: italic;
}

.btn-custom-green{
    background-color: #61ab45;
    padding: 10px 25px;
    color: white;
    font-family: "argent-cf", serif;
    font-weight: 700; /* bold */
    border-radius: 0;
    font-size: 20px;
}

.btn-custom-green-outline {
    display: block;
    width: 100%;
    border: 2px solid #61ab45;
    background-color: transparent;
    border-radius: 0;
    color: black;
    padding: 0.5rem 1rem;
    text-align: center;
    cursor: pointer;
}


.bg-image {
    background: url('/images/bg-lung.jpg') no-repeat center bottom;
    background-size: cover;
}
.bg-image-sky {
    background-image: url('/images/bg-sky.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.spacer {
    height: 900px;
}

.font-regular {
    font-family: "argent-cf", serif;
    font-weight: 400; /* Regular */
    font-style: normal;
}

.font-extraBold {
    font-family: "argent-cf", serif;
    font-weight: 800; /* Extra Bold */
    font-style: normal;
}

.font-light {
    font-family: "argent-cf", serif;
    font-weight: 300; /* Light */
    font-style: normal;
}

.font-bold {
    font-family: "argent-cf", serif;
    font-weight: 700; /* Bold */
    font-style: normal;
}

.font-italic {
    font-family: "argent-cf", serif;
    font-weight: 400;
    font-style: italic;
    min-height: 54px;
}



.imagine-cover {
    background: url('/images/bg-login.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

h1, h2, h3, h4, h5, h6{
}
/* --- STILURI GENERALE --- */
.navbar {
    padding-bottom: 0px !important;
}

.navbar-nav {
    align-items: center;
}

.navbar .navbar-nav .nav-link {
    font-size: 13px;
    padding: 0.5em 1em;
    font-family: 'GothamUltra', sans-serif;
    color: black;
    font-weight: bold;
    letter-spacing: 1px;
}

.navbar-dark .navbar-nav .nav-link.active {
    color: #000;
}

@media screen and (min-width: 768px) {
    .navbar-brand img {
        width: 450px; /* Logo mare pe desktop */
    }

    .navbar-brand {
        margin-right: 0;
        padding: 0; /* păstrez padding-left mai mare pe desktop */
    }
}


/* --- MOBILE (< 768px) --- */
@media screen and (max-width: 767px) {
    .navbar-brand img {
        width: 200px; /* Logo mai mic pe mobil */
    }

    .navbar-brand {
        padding-left: 20px; /* apropiat de margine pe mobil */
    }
}


.age-input{
    border: none;
    border-radius: 0;
}

.custom-input{
    border-radius: 0;
}

.small_text{
    font-size: 12px;
    font-family: "argent-cf", serif;
    font-weight: 400; /* Regular */
    font-style: normal;
    color: black;
}

.small_text:hover{
    color: #61ab45;
}

.circle-my-account {
    width: 160px;
    height: 160px;
    border: 2px solid white;
    border-radius: 50%;
    background: transparent;
}

.product{
    border: 2px solid #61ab45;
}

.rounded-pill-custom{
    background-color: #61ab45;
}
.rounded-pill-custom2{
    background-color: white;
}

.step-img{
    max-width: 130px;
}

.font_14{
    font-size: 14px;
}
