:root{
    --primary: #1c3d6c;
    --secondary: #3b4042;
    --third: #e9ae3c;
    --text-color: rgb(50, 50, 50);
}
label{
    margin: 0;
}
#navbar-top{
    background: var(--primary);
}

#btn-primary-cs{
    background: var(--third);

}

.container-logo-landing img{
    /* padding: .5rem 1rem; */
    width: 200px;
}
.btn-check:checked+.btn{
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: white;
}
/* SLIDER */
.c-slider{
    margin: auto;
    width: 100%;
    max-width: 1000px;
    position: relative;
    overflow: hidden;
}
.slider{
    display: flex;
    width: 10000%;
}
.slider section{
    width: 100%;
}
#btn-prev, #btn-next{
    width: 40px;
    height: 40px;
    background: rgba(0,0,0, .5);
    color: white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 30px;
    font-weight: bold;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    transition: all .3s ease 0s;
}

#btn-prev:hover, #btn-next:hover{
    background: rgba(0, 0, 0, 1);
}
#btn-prev{
    left: 10px;
}
#btn-next{
    right: 10px;
}
.slider > section > div:first-of-type{
    text-align: center;
    color: var(--primary);
    font-size: 2rem;
}
.slider > section > div:first-of-type{
    margin-bottom: 1rem;
    margin-top: 2rem;
}
.slider > section > .container-questions{
    margin-bottom: 2.3rem;
}
/* SLIDER */

/* ADD LANGUAGES */
.container-title-al{
    text-align: center;
}
.container-title-al > input{
    width: 95%;
    max-width: 700px;
    margin: 0 auto;
}
.slider{
    margin-top: 2rem;
}
.slider > section > .container-answers, .slider > section > .container-questions{
    max-width: 400px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.container-select select{
    width: 95%;
    max-width: 200px;
    margin-top: 1rem;
}
.container-question{
    border-radius: 1rem;
    background: rgba(126, 161, 230, .1);
    padding: 1rem;
    margin-top: 1rem;
}
.container-question > div:first-of-type{
    display: flex;
    justify-content: center;
}
.container-question > div:first-of-type > div{
    padding: .5rem;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 9999px;
    color: white;
    background: DodgerBlue;
    margin-bottom: 1rem;
}
/* ADD LANGUAGES */

/* REQUEST INVOICES */

.container-invoice{
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

/* REQUEST INVOICES */

/* SEE TESTS */
.card-language{
    padding: 1rem;
    background: white;
    border: 1px solid rgb(220, 220, 220);
    width: 95%;
    max-width: 250px;
    margin-top: 1rem;
}
.card-header-language > figure{
    height: 220px;
}
.card-header-language > figure img{
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 220px
}
/* SEE TESTS */