body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

:root {
    --c-main: #92C951;
    --c-sec: #89B239;
    --c-text: #344356;
}

.c-main {
    color: var(--c-main) !important;
}

.bg-main {
    background-color: var(--c-main) !important;
}

.c-sec {
    color: var(--c-sec) !important;
}

h1, h2, h3, h4, h5, h6, p, a, li {
    color: var(--c-text) !important;
}

.container{
    max-width: 1600px;
    width: 90%;
}

.main-headfont {
    font-size: 40px;
    color: var(--c-main) !important;
}

.sec-headfont {
    font-size: 30px;
}

.headfont {
    font-size: 40px;
}

.subheadfont {
    font-size: 30px;
    font-weight: 400;
}

.text-left-img-right-container .headfont {
    font-size: 35px;
}

.text-left-img-right-container .subheadfont {
    font-size: 24px;
    margin-top: 10px;
}

.textbox {
    font-size: 20px;
    line-height: 26px;
    margin-top: 20px;
}

.card-title {
    font-size: 24px;
}

.card-text {
    font-size: 20px;
}

.nav-link {
    font-size: 20px;
    transition: all 0.3s ease-in-out;
}

.nav-link:hover {
    color: var(--c-main) !important; 
    transform: scale(1.05);
}

.nav-item {
    padding: 0 40px;
}

.container-fluid {
    border-bottom: 10px solid var(--c-main);
}

.navbar {
    z-index: 100;
    padding: 0;
}

.navbar-brand {
    position: relative;
    width: 200px;
    height: 100px;
    background: url('./src/svg/ifs-physio-logo.svg');
    background-color: white;
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    top: 45px;
    margin-left: 100px;
}

.navbar-collapse {
    padding: 0 100px;
}

.text-icon {
    width: 30px;
    height: 30px;
    background-color: var(--main);
    margin-right: 20px;
}

#headerCarousel {
    border-bottom: 10px solid var(--c-main) !important;
}

.header-text-container {
    position: absolute;
    background-color: white;
    border-radius: 10px;
    bottom: 100px;
    left: 100px;
    padding: 20px 100px 20px 40px;
}

.header-text-container::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 100%;
    background-color: var(--c-main);
    left: 0;
    top: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.headfont-container {
    padding: 0 20px;
}

.mobile-header {
    position: relative;
    display: none;
    width: 100%;
    min-height: 600px;
    background-image: url('./src/img/headstage.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.img-container {
    position: relative;
    height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
}

.img-container#about-me {
    background-image: url("./src/img/about-me.jpg") !important;
}
.img-container#costs {
    background-image: url("./src/img/costs.jpg") !important;
}

.text-container {
    padding-top: 80px;
}

.benefits-list {
    font-size: 24px;
    margin-top: 60px;
    margin-left: -20px;
}

.benefits-item {
    position: relative;
    margin-left: 70px;
}

.benefits-item::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-color: var(--c-main);
    border-radius: 5px;
    top: 3px;
    left: -50px;
}

.card-container {
    background-color: #FAFAFA;
    padding: 40px 100px;
}

.card {
    width: 350px !important;
    border-radius: 25px;
    border: none !important;
    padding: 40px 0;
} 

.card-icon {
    width: 50px;
    height: 50px;
    background-color: var(--c-main);
    border-radius: 5px;
    margin-bottom: 30px;
}

.card-title {
    color: var(--c-main) !important;
}

.multiCarousel-wrapper {
    padding: 40px 100px;
}

.carousel-item-multiple img {
    border-radius: 25px;
}

.form-wrapper {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 50px 50px;
}

.contact-icon {
    width: 30px;
    height: 30px;
    background-color: var(--main);
    margin-right: 20px;
}

form {
    width: 50%;
    max-width: 600px;
}

.text-input-form, .textarea-form {
    width: 100%;
    height: 45px;
    background-color: white;
    color: gray;
    border-radius: 5px;
    padding-inline-start: 20px;
    outline: none;
    border: none;
    margin-bottom: 20px;
}

.textarea-form {
    padding-top: 15px;
    min-height: 120px;
}

.btn-form {
    font-size: 20px;
}

.maps-wrapper iframe {
    min-height: 300px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

footer {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding: 50px 0 70px 0;
}

.footer-headline {
    font-size: 24px;
    font-weight: 300;
    color: white !important;
}

.footer-text {
    font-size: 18px;
    line-height: 25px;
    color: white !important;
}

.footer-link {
    font-size: 18px;
    text-decoration: underline;
    color: white !important;
    margin-bottom: 10px;
}

.mt-120 {
    margin-top: 120px;
}

@media screen and (max-width: 1700px) { 
    #nav-call-text {
        display: none;
    }
}

@media screen and (max-width: 1400px) { 
    .navbar-collapse {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .navbar-nav {
        text-align: center;
        margin: auto;
        margin-bottom: 20px !important;
    }
    .navbar-collapse.collapse.show {
        padding: 50px;
    }
    #nav-call-text {
        display: unset;
    }
}

@media screen and (max-width: 1200px) { 
    .form-contact-data {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 990px) { 
    .container {
        width: 100%;
        padding: 0 40px;
    }
    .main-headfont {
        font-size: 22px;
    }
    .sec-headfont {
        font-size: 18px;
    }
    .headfont {
        font-size: 30px;
    }
    .subheadfont {
        font-size: 18px;
    }
    .textbox {
        font-size: 16px;
    }
    .footer-headline {
        font-size: 20px;
    }
    .footer-link {
        font-size: 16px;
    }
    .footer-text {
        font-size: 16px;;
    }
    .navbar-brand {
        margin-left: 20px;
    }
    #headerCarousel {
        display: none;
    }
    .mobile-header {
        display: flex;
    }
    .header-text-container {
        bottom: 50px;
        left: 20px;
        padding: 20px 30px 20px 40px;
    }
    .img-container {
        height: 400px;
    }
    .text-container {
        padding: 60px 0 !important;
    }
    .benefits-list {
        flex-direction: column;
    }
    .benefits-item {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .card-container {
        padding: 40px 40px;
    }
    .card-title {
        font-size: 20px;
    }
    .card-text {
        font-size: 16px;
    }
    .multiCarousel-wrapper {
        padding: 40px;
    }
    .carousel-item-multiple {
        margin-bottom: 30px;
    }
    .form-wrapper {
        width: 100%;
    }
    .mt-120 {
        margin-top: 50px;
    }
}