@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Poppins:wght@300;400;500;600;700;800&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* colors */
:root {
    --color-1: #2f3144;
    --color-2: white;
    --color-3: #E5B8B2;
    --color-4: #605E5E;
    --color-5: #e7e8ec;
    --color-6: #f1f2f7;
}

body {
    overflow-x: hidden !important;
    font-family: 'DM Sans';
}

.card .card-body .link{
    color: #18191a;
}
.card .card-body .link:hover{
    color: #707070;
}
.btn-label:hover{
    background-color: #D4897F;
}
.bg-img {
    height: 100vh;
    width: 100vw;
    background-color: rgba(229, 184, 178, 0.31);
}

.navbar {
    transition: all 0.5s;
}

.navbar-scrolled {
    background-color: white;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.img {
    display: none;
}

.section {
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content {
    padding: 100px 30px;
    width: 100%;
    max-width: 1200px;
}

.text {
    text-align: justify;
}

.content .head h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    color: var(--color-1);
    margin-bottom: 50px;
    font-family: 'DM Sans';
    font-style: normal;
    max-width: 700px;
}

.content .main {
    display: flex;
    flex-direction: column;
}

.left .cards {
    width: 100%;
    padding: 40px 20px;
    border-radius: 10px;
    transition: 0.3s ease background-color;
    margin-bottom: 20px;
}

.left .cards i {
    padding: 15px;
    border-radius: 50%;
    background-color: var(--color-3);
    font-size: 25px;
    color: white;
}

.left .cards h2 {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--color-1);
    margin: 10px 0;
}

.left .cards p {
    font-size: 16px;
    font-weight: 400;
}

.left .cards:hover {
    background-color: var(--color-3);
}

.left .cards:hover i {
    color: var(--color-1);
    background-color: var(--color-2);
}

.right h1 {
    font-size: 22px;
    font-weight: 700;
    padding-left: 20px;
}

.right .blog-item {
    padding: 10px 20px;
    margin-top: 20px;
    cursor: pointer;
}

.right h3 {
    font-size: 18px;
    font-weight: 700;
}

.right p {
    color: var(--color-4);
    font-size: 16px;
    font-weight: 400;
}

.right .blog-item:hover {
    background-color: var(--color-5);
    border-radius: 8px;
}


.form-box {
    padding: 10px;
    border-bottom: 1px solid #010101;
}

.group input, .group input:focus {
    font-size: 14px;
    color: #010101;
    border: none;
    outline: none;
    background: transparent;
}

.group input::placeholder {
    color: #2C2C2D;
    font-style: normal;
}

.clients-slider {
    position: relative;
}

.testimonials .prev, .testimonials .next {
    color: #010101;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #E5B8B2;
    font-size: 24px;
    border-color: transparent;
}

.mission-value-propose .card {
    background-color: #E5B8B2;
    border-radius: 20px;
    border-color: transparent;
}

.mission-value-propose .card p {
    font-size: 16px;
}

.nav-underline .nav-link {
    color: #979797;
}

.nav-underline .nav-link.active {
    color: #E5B8B2 !important;
}

.values .card .icon {
    border-radius: 30%;
    background-color: var(--color-3);
    font-size: 25px;
    color: white;
}

.values .card {
    border: 2px solid #E5B8B2;
    ;
}

.values a {
    color: #8D8BA7;
}

.contact label {
    font-weight: 500;
}

.contact .icon {
    border-radius: 30%;
    background-color: var(--color-3);
    font-size: 18px;
    padding: 5px;
    color: #010101;
}

.footer .icon {
    border-radius: 30%;
    background-color: var(--color-3);
    font-size: 18px;
    padding: 5px;
    color: #010101;
}

.navbar .nav-link.active {
    border-bottom: 1px solid #010101;
    font-weight: 500;
}

.navbar .nav-link.login {
    border: 1px solid #E5B8B2;
    border-radius: 10%;
}

.accordion .accordion-item {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #010101;
}


.accordion .accordion-item .accordion-button {
    font-weight: 500;
    color: #010101;
}

.accordion .accordion-body {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #605E5E;
    line-height: 25px;
    color: #FFFFFF;
}

.fill{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.h3-lab{
    line-height: 46px;
    font-size: 36px;
    font-weight: bold;
}

.btn-label{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    background-color: #C56255;
}



.h4-lab{
    font-size: 32px;
    font-weight: bold;
}

.prev-arrow-lab {
    color: #010101;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #E5B8B2;
    text-align: center;
    cursor: pointer;
}

.prev-arrow-lab i {
    display: flex;
    margin: 12px;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.next-arrow-lab {
    color: #010101;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #E5B8B2;
    text-align: center;
    cursor: pointer;
}

.next-arrow-lab i {
    display: flex;
    margin: 12px;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.call-to-action-ece{
    background-color: #D4897F;
}
.background-to-action-no-image{
    background-color: #D4897F;
    border-radius: 20px;
    padding: 50px;
}

.header .title{
    font-size: larger;
}

.clear a{
    color: #605E5E;
    font-size: smaller;
}

.clear a:hover{
    color: #2C2C2D;
}
.filters .form-check-label{
    font-size: smaller;
}
.filters span{
    font-size: 15px;
    font-weight: 500;
}
.results{
    font-size: 14px;
    font-weight: 500;
}
.search-bar .form-control::placeholder {
    font-size: 0.95rem;
    color: #aaa;
    font-style: italic;
}

.about-lab .icon i{
    font-size: 30px;
    background-color:#D4897F;
    color: #FFFFFF;
    padding: 5px;
    border-radius: 5px;
}

.avatar {
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.social-media .icon{
    font-size: 18px;
    background-color:#D4897F;
    color: #FFFFFF;
    padding: 5px;
    border-radius: 5px;
}

@media only screen and (min-width: 700px) {
    .content .main {
        flex-direction: row;
    }

    .content .left {
        flex: 0.7;
        display: grid;
        grid-template: 1fr 1fr / 1fr 1fr;
        grid-gap: 20px;
    }

    .content .right {
        flex: 0.3;
        padding: 30px 20px;
    }

    .content .main .cards {
        width: 100%;
    }

    .content .head h1 {
        font-size: 28px;
        font-weight: 900;
        line-height: 50px;
        font-style: normal;
    }
}

@media only screen and (max-width: 767px) {
    .hero {
        display: none;
    }

    .bg-img {
        height: 85vh;
        width: 100vw;
        background-color: rgba(229, 184, 178, 0.31);
    }

    .h1 {
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        color: #010101;
        margin-top: 0px;
    }

    .h3 {
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 28px;
        line-height: 46px;
    }

    .p {
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        color: #605E5E;
        line-height: 25px;
    }

    .btn-first {
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        color: #010101;
        background-color: #E5B8B2;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 12px 20px;
        gap: 8px;
    }

    .btn-second {
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        color: #010101;
        border: 2px solid #E5B8B2;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 12px 20px;
        gap: 8px;
    }


    .btn-first-v2 {
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        color: #D4897F;
        background-color: #fff;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 12px 20px;
        gap: 8px;
    }

    .btn-second-v2 {
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        color: #fff;
        border: 2px solid #fff;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 12px 20px;
        gap: 8px;
    }

    .group {
        background-color: rgba(229, 184, 178, 0.31);
        padding: 60px;
        border-radius: 20px;
    }

    .clients-slider .prev-arrow {
        position: absolute;
        bottom: -50px;
        left: 30%;
        color: #010101;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #E5B8B2;
        text-align: center;
        display: inline-block;
        cursor: pointer;
    }

    .clients-slider .prev-arrow i {
        display: flex;
        margin: 12px;
        align-items: center;
        justify-content: center;
        font-size: 24px;
    }

    .clients-slider .next-arrow {
        position: absolute;
        bottom: -50px;
        right: 30%;
        color: #010101;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #E5B8B2;
        text-align: center;
        display: inline-block;
        cursor: pointer;
    }

    .clients-slider .next-arrow i {
        display: flex;
        margin: 12px;
        align-items: center;
        justify-content: center;
        font-size: 24px;
    }

    .testimonials .card {
        background: #FFFFFF;
        border: 1px solid #D4D2E3;
        border-radius: 24px;
    }

    .testimonials .card p {
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
        color: #9795B5;
    }

    .testimonials .card i {
        font-size: 26px;
    }

    .testimonials .card h5 {
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 20px;
    }

    .h3-call-to-action {
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 700;
        color: #fff;
    }
}

@media only screen and (min-width: 768px) and (max-width:1000px) {
    .hero {
        display: block;
    }

    .bg-img {
        height: 85vh;
        width: 100vw;
        background-color: rgba(229, 184, 178, 0.31);
    }

    .h1 {
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        color: #010101;
        margin-top: 0px;
    }

    .h3 {
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 28px;
        line-height: 46px;
    }

    .p {
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        color: #605E5E;
        line-height: 25px;
    }

    .btn-first {
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        color: #010101;
        background-color: #E5B8B2;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 12px 20px;
        gap: 8px;
    }

    .btn-second {
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        color: #010101;
        border: 2px solid #E5B8B2;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 12px 20px;
        gap: 8px;
    }

    .btn-first-v2 {
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        color: #D4897F;
        background-color: #fff;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 12px 20px;
        gap: 8px;
    }

    .btn-second-v2 {
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        color: #fff;
        border: 2px solid #fff;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 12px 20px;
        gap: 8px;
    }

    .group {
        background-color: rgba(229, 184, 178, 0.31);
        padding: 80px;
        border-radius: 20px;
    }

    .group input, .group input:focus {
        font-size: 16px;
    }

    .clients-slider .prev-arrow {
        position: absolute;
        bottom: -50px;
        left: 40%;
        color: #010101;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #E5B8B2;
        text-align: center;
        display: inline-block;
        cursor: pointer;
    }

    .clients-slider .prev-arrow i {
        display: flex;
        margin: 12px;
        align-items: center;
        justify-content: center;
        font-size: 24px;
    }

    .clients-slider .next-arrow {
        position: absolute;
        bottom: -50px;
        right: 45%;
        color: #010101;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #E5B8B2;
        text-align: center;
        display: inline-block;
        cursor: pointer;
    }

    .clients-slider .next-arrow i {
        display: flex;
        margin: 12px;
        align-items: center;
        justify-content: center;
        font-size: 24px;
    }

    .testimonials .card {
        background: #FFFFFF;
        border: 1px solid #D4D2E3;
        border-radius: 24px;
    }

    .testimonials .card p {
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
        color: #9795B5;
    }

    .testimonials .card i {
        font-size: 26px;
    }

    .testimonials .card h5 {
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 20px;
    }

    .h3-call-to-action {
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 46px;
        color: #fff;
    }
}

@media only screen and (min-width: 1000px) {

    .bg-img {
        height: 110vh;
        width: 100vw;
        background-color: rgba(229, 184, 178, 0.31);
    }

    .hero {
        display: block;
    }

    .img {
        position: absolute;
        object-fit: cover;
        width: 100%;

        z-index: -1;
        height: auto;
        display: block;
    }

    .h1 {
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 56px;
        color: #010101;
    }

    .p {
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        color: #605E5E;
        line-height: 30px;
    }

    .btn-first {
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 500;
        color: #010101;
        background-color: #E5B8B2;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 15px 26px;
        gap: 8px;
    }

    .h3 {
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 34px;
        line-height: 46px;
    }

    .btn-second {
        font-style: normal;
        font-weight: 500;
        color: #010101;
        border: 2px solid #E5B8B2;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 15px 26px;
        gap: 8px;
    }

    .btn-first-v2 {
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 500;
        color: #D4897F;
        background-color: #fff;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 15px 26px;
        gap: 8px;
    }

    .btn-second-v2 {
        font-style: normal;
        font-weight: 500;
        color: #fff;
        border: 2px solid #fff;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 15px 26px;
        gap: 8px;
    }

    .call-to-action .h3 {
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 46px;
    }

    .group {
        background-color: rgba(229, 184, 178, 0.31);
        padding: 100px;
        border-radius: 20px;
    }

    .group input, .group input:focus {
        font-size: 18px;
    }

    .clients-slider .prev-arrow {
        position: absolute;
        bottom: -50px;
        left: 40%;
        color: #010101;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #E5B8B2;
        text-align: center;
        display: inline-block;
        cursor: pointer;
    }

    .clients-slider .prev-arrow i {
        display: flex;
        margin: 12px;
        align-items: center;
        justify-content: center;
        font-size: 24px;
    }

    .clients-slider .next-arrow {
        position: absolute;
        bottom: -50px;
        right: 45%;
        color: #010101;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #E5B8B2;
        text-align: center;
        display: inline-block;
        cursor: pointer;
    }

    .clients-slider .next-arrow i {
        display: flex;
        margin: 12px;
        align-items: center;
        justify-content: center;
        font-size: 24px;
    }

    .testimonials .card {
        background: #FFFFFF;
        border: 1px solid #D4D2E3;
        border-radius: 24px;
    }


    .testimonials .card p {
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
        color: #9795B5;
    }

    .testimonials .card i {
        font-size: 26px;
    }

    .testimonials .card h5 {
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 20px;
    }

    .h3-call-to-action {
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 46px;
        color: #fff;
    }
}
