:root {
    --primary: #01b38f;
    --primary-shadow: #03a181;
    --secondary: #979899;
    --light: #f3f3f3;
    --dark: #212121;
    --font-color: #3a3f52;
    --grey: #53627c;
    --light-grey: #8da2b5;
}

body {
    font-family: "Roboto", sans-serif;
    color: var(--font-color);
}

h1 {
    transform: translateX(-50px);
    animation: slide-in 0.5s ease-out forwards;
}

h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    transform: translateX(-50px);
    animation: slide-in 0.5s ease-out forwards;
}

h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 25px;
    transform: translateX(-50px);
    animation: slide-in 0.5s ease-out forwards;
}

h4 {
    font-size: 1.3rem;
    transform: translateX(-50px);
    animation: slide-in 0.5s ease-out forwards;
}

h5 {
    font-size: 16px;
    transform: translateX(-50px);
    animation: slide-in 0.5s ease-out forwards;
}

p {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: var(--grey);
    transform: translateX(-50px);
    animation: slide-in 0.5s ease-out forwards;
}

ul {
    list-style-type: none;
    padding-left: 0px;
}

b {
    font-weight: 700;
}

section {
    padding: 70px 0px;
}

.title-block {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    text-align: center;
}

.title-block p {
    font-size: 20px;
    font-weight: 300;
    color: var(--light-grey);
    margin-bottom: 0px;
}

.divider {
    padding: 2rem 0 0;
    margin: 2rem 0 0;
    border-top: 1px solid #3c3f45;
}

.divider-light {
    padding: 2rem 0 0;
    margin: 2rem 0 0;
    border-top: 1px solid #edf1f2;
}

.btn-link {
    text-decoration: none;
    color: var(--primary);
}

.btn-link:hover {
    text-decoration: none;
    color: var(--primary-shadow);
}

.long-button {
    width: 100%;
}

/* ==============================================
   2. Navbar 
===============================================*/

.custom-navbar {
    background-color: #ffffff !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
    height: 70px;
    max-height: 70px;
}

.navbar-toggler {
    font-size: 38px;
    background-color: transparent;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: none;
}

.navbar-toggler-icon {
    color: #ffffff;
}

.navbar-collapse {
    background-color: #ffffff;
}

.nav-custom-link {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-top: 5px;
}

.navbar a {
    color: var(--grey) !important;
}

.nav-right {
    float: right;
}

/* ==============================================
   3. Buttons
===============================================*/

.btn {
    font-size: 15px;
    font-weight: 400;
    border-radius: 10px !important;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
}

.btn:hover {
    text-decoration: none;
}

.btn-regular {
    background-color: #fff;
    color: #000;
    padding: 16px 25px;
    /* letter-spacing: 0.1em; */
    margin-top: 25px;
    display: inline-block;
}

.btn-regular:hover {
    background-color: var(--primary-shadow);
    color: #ffffff;
}

.btn-demo {
    color: #ffffff;
    background-color: var(--primary);
    letter-spacing: 0.1em;
    padding: 15px 48px;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.btn-demo:hover {
    color: #ffffff;
    background-color: var(--primary-shadow);
}

.btn-demo-small {
    font-size: 15px;
    background-color: var(--primary);
    padding: 1px 4px;
}

.btn-demo-small:hover {
    background-color: var(--primary-shadow);
}

.btn-demo-small a {
    color: #ffffff !important;
}

.btn-buy {
    color: #ffffff;
    background-color: #0095f7;
    letter-spacing: 0.1em;
    padding: 15px 48px;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.btn-buy:hover {
    background-color: #0191f0;
    color: #ffffff;
}
/* ==============================================
   4. Hero
===============================================*/

#hero {
    background: linear-gradient(45deg, #01b38f 0%, #01b36b 70%);
    padding-top: 100px;
}

#hero h1 {
    /* font-size: 50px; */
    font-weight: 300;
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 24px;
}

#hero p {
    /* font-size: 24px; */
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 38px;
    font-weight: 300;
    color: #fff;
    /* margin-bottom: 0px; */
    padding: 0px;
}

#hero span {
    font-weight: 400;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* ==============================================
   5. medalion
===============================================*/

#medalion span {
    font-weight: 400;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.content-box {
    padding: 60px 20px;
}

/* ==============================================
   6. Avantaje
===============================================*/

#avantaje {
    background-color: #f6f8f9;
    border-top: 1px solid #f8f9fb;
    border-bottom: 1px solid #f8f9fb;
}

.testimonial-box {
    background-color: #ffffff;
    box-shadow: 0 0 1px 0 rgba(0, 12, 32, 0.04),
        0 10px 16px 0 rgba(10, 31, 68, 0.06);
    border-radius: 20px;
    padding: 20px 30px;
    margin-top: 30px;
}

.testimonial-box h6 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-top: 5px;
    margin-bottom: 0px;
}

.testimonial-box p {
    font-size: 16px;
    font-weight: 300;
    margin-top: 25px;
    line-height: 1.8;
    padding: 0px;
}

.testimonial-box i {
    color: #ffffff;
}

.testimonial-box small {
    color: var(--light-grey);
    display: inline-block;
}

.testimonial-box span {
    font-size: 14px;
    color: #ffffff;
}

.rating {
    background-color: var(--primary);
    padding: 2px 12px;
    border-radius: 50px;
}

.profile-picture {
    display: inline-block;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.personal-info {
    padding: 5px 0 20px 0;
    border-bottom: 1px solid #edf1f2;
}

/* ==============================================
   7. intrebari
===============================================*/

.pricing-box {
    background-color: #ffffff;
    padding: 40px 20px;
    border: 1px solid #f8f9fb;
    border-radius: 6px;
    box-shadow: 0 0 1px 0 rgba(0, 12, 32, 0.04),
        0 10px 16px 0 rgba(10, 31, 68, 0.06);
    margin-top: 30px;
}

.pricing-box h3 {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 0.1em;
    color: #0095f7;
}

.pricing-box h6 {
    font-size: 60px;
    font-weight: 700;
    color: var(--font-color);
    margin-bottom: 0px;
}

.pricing-box p {
    font-size: 17px;
    margin-top: 15px;
    padding: 0px;
}

.pricing-box ul {
    padding-left: 10px;
}

.pricing-box li {
    font-size: 14px;
    font-weight: 300;
    color: var(--light-grey);
    letter-spacing: 0.1em;
}

.pricing-box span {
    font-weight: 500;
    color: #0095f7;
}

.pricing-box small {
    color: var(--light-grey);
    letter-spacing: 0.2em;
}

.pricing-box i {
    font-size: 20px;
    color: #0095f7;
    margin-right: 10px;
}

.pricing-box .demo {
    color: #6772e5 !important;
}

#recenzii {
    background-color: #f6f8f9;
    border-top: 1px solid #f8f9fb;
    border-bottom: 1px solid #f8f9fb;
}

/* ==============================================
   9. Footer
===============================================*/

footer {
    background-color: #292c31;
    padding: 60px 0;
    color: #62656a;
}

footer h5 {
    color: #aeb3bd;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

footer p {
    font-size: 12px;
    font-weight: 300;
    color: #62656a;
    text-align: justify;
    padding: 0px;
}

footer li {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-bottom: 10px;
}

footer a {
    color: #62656a;
}

footer a:hover {
    color: var(--primary);
    text-decoration: none;
}

footer i {
    font-size: 25px;
    color: #62656a;
    margin-right: 10px;
}

footer i:hover {
    color: var(--primary);
}

footer small {
    color: #62656a;
    float: right;
}

.external-links {
    color: var(--primary);
}

/* ==============================================
   9. Avantaje
===============================================*/

#avantaje {
    background-color: #f6f8f9;
    border-top: 1px solid #f8f9fb;
    border-bottom: 1px solid #f8f9fb;
}

.avantaje-box {
    background-color: #ffffff;
    padding: 40px 20px;
    border: 1px solid #f8f9fb;
    border-radius: 6px;
    box-shadow: 0 0 1px 0 rgba(0, 12, 32, 0.04),
        0 10px 16px 0 rgba(10, 31, 68, 0.06);
    margin-top: 30px;
}

.avantaje-box h3 {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 0.1em;
    color: #0095f7;
}

.avantaje-box h6 {
    font-size: 60px;
    font-weight: 700;
    color: var(--font-color);
    margin-bottom: 0px;
    text-align: center;
}

.avantaje-box p {
    font-size: 17px;
    margin-top: 15px;
    padding: 0px;
}

.avantaje-box ul {
    padding-left: 10px;
}

.avantaje-box .small-text {
    font-size: 14px;
    font-weight: 300;
    color: var(--light-grey);
    letter-spacing: 0.1em;
}

.avantaje-box span {
    font-weight: 500;
    color: #0095f7;
}

.avantaje-box small {
    color: var(--light-grey);
    letter-spacing: 0.2em;
}

.avantaje-box i {
    font-size: 37px;
    color: red;
    margin-right: 10px;
}

.avantaje-box .demo {
    color: #6772e5 !important;
}

.no-shadow {
    box-shadow: none !important;
}

footer i .fa-tiktok {
    font-size: 20px !important;
}

#medalion {
    background-color: #f6f8f9;
}

#date-medicale {
    background-color: #f6f8f9;
}

#alerta {
    background-color: #f6f8f9;
}

#date-medicale h2 {
    width: 100%;
    text-align: center;
}

#contacteaza-ne h2 {
    width: 100%;
    text-align: center;
}

#contacteaza-ne {
    background-color: #f6f8f9;
}

.card-body p {
    font-size: 15px;
}

#sponsori img {
    width: 100%;
}

.image-logo-sponsorizare {
    width: 150px;
    text-align: center;
}

#date-medicale p {
    margin-left: 4rem;
}

.list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    font-size: 18px;
    line-height: 1.5;
    opacity: 0;
    transform: translateX(-50px);
    animation: slide-in 0.5s ease-out forwards;
}

.item-content {
    padding: 16px;
}

.item-content p {
    margin-left: 30px;
}

.list li:nth-child(odd) {
    animation-duration: 0.6s;
}

.list li i {
    font-size: 29px;
}

@keyframes slide-in {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

form {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    background-color: #ffff;
    border-radius: 5px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

label {
    font-weight: bold;
    margin-bottom: 5px;
}

input[type="text"],
input[type="email"],
textarea {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 16px;
}

textarea:focus,
input:focus {
    border-color: var(--primary);
    outline: 1px solid var(--primary);
}

button[type="submit"] {
    padding: 10px 20px;
    background-color: var(--primary);
    color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    cursor: pointer;
}

button[type="submit"]:hover {
    background-color: var(--primary-shadow);
    outline: 1px solid var(--primary);
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.col-md-7 {
    flex: 1;
    /* padding: 10px; */
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .order-md-1 {
        order: 2;
    }

    .order-md-2 {
        order: 1;
    }
}

/* ==============================================
   9. Media Queries
===============================================*/

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    #hero {
        padding-top: 100px;
    }
    .content-box {
        text-align: center;
    }
    h2 {
        font-size: 23px !important;
        margin-bottom: 8px;
        line-height: 30px;
    }
    #date-medicale p {
        margin-left: 0 !important;
    }

    .title-block h2,
    p {
        text-align: center;
        padding: 0px;
        margin-bottom: 0px;
    }

    /* .content-box {
        padding: 25px 0px;
    } */

    .item-content {
        padding: 0px 0px 25px 0px !important;
    }

    .item-content h4 {
        margin-bottom: 12px !important;
    }

    .item-content p {
        margin-left: 0px !important;
        padding: 0px !important;
    }

    section {
        padding: 25px 0 0 0px;
    }

    footer {
        padding: 60px 25px;
        text-align: center;
    }

    footer h5 {
        font-size: 18px;
        margin-top: 30px;
    }

    footer li {
        font-size: 16px;
        margin-bottom: 15px;
    }

    footer p {
        font-size: 16px;
        /* text-align: center; */
    }

    footer i {
        font-size: 30px;
        margin-right: 20px;
    }

    footer small {
        float: left;
        margin-top: 20px;
    }

    .btn-link {
        text-align: center !important;
    }

    .textAlign {
        text-align: center;
    }

    .list li {
        padding-left: 0 !important;
    }
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 25px !important;
        margin-bottom: 8px;
        line-height: 30px;
    }

    #hero p {
        font-size: 18px !important;
        line-height: 20px;
        margin-bottom: 16px;
    }
}

@media (max-width: 991px) {
    .nav-right {
        float: left;
    }

    .nav-custom-link {
        border-bottom: 1px solid #eee;
    }

    .navbar-nav {
        width: 100%;
    }

    .navbar-nav .nav-link {
        padding: 20px 0;
        text-align: left;
    }

    .btn-demo-small {
        background-color: #ffffff;
        border: 0px;
        padding: 0px;
        box-shadow: none;
    }

    .btn-demo-small:hover {
        background-color: #ffffff;
        border: 0px;
        padding: 0px;
        box-shadow: none;
    }

    .btn-demo-small a {
        color: var(--grey) !important;
    }

    .nav-custom-link {
        font-size: 16px;
    }

    #sponsori {
        padding-bottom: 30px;
    }

    .icon-mobile {
        font-size: 18px;
        float: right;
    }

    .navbar-collapse {
        border-bottom: 1px solid #efefef;
    }

    .nav-logo-mobile {
        margin: auto;
        padding-right: 50px;
    }

    .nav-logo-desktop {
        display: none;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .icon-mobile {
        display: none;
    }

    .nav-logo-mobile {
        display: none;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .pricing-box h3 {
        font-size: 17px;
    }

    .pricing-box p {
        font-size: 14px;
    }

    .pricing-box li {
        font-size: 12px;
    }

    .btn-buy {
        font-size: 12px;
        padding: 15px 20px;
    }

    .btn-demo {
        font-size: 12px;
        padding: 15px 20px;
    }

    .profile-picture {
        width: 50px;
        height: 50px;
    }

    .testimonial-box h6 {
        font-size: 14px;
        margin-left: 10px;
    }

    .testimonial-box span {
        font-size: 12px;
    }

    .testimonial-box small {
        font-size: 12px;
        margin-top: 4px;
        margin-left: 10px;
    }
}
