@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Raleway:wght@500&family=Rancho&family=Rubik+Iso&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Rancho&family=Rubik+Iso&display=swap');

body{
    margin: 0;
}

.btn-shop{
    border-style: solid;
    border-radius: 5px;
    min-width: 160px;
    padding: 0 20px;
    height: 49px;
    background: rgba(255,255,255,1);
    color: #331a15;
    border-width: 3px;
    border-color: #fff;
    font-size: 28px;
    line-height: 34px;
    font-weight: 400;
    font-family: Rancho;
    font-style: normal;
    text-align: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.btn-shop:hover{
    background-color: rgba(255,255,255,0);
    color: white;
}

header{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100px;
    background: #6F4E37;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    color: white;
}

.content-top{
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.content-navbar{
    width: 75%;
    color: white;
    display: flex;
    justify-content: flex-end;
}

.nav-bar{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

li{
    list-style-type: none;
}

a{
    color: white;
    text-decoration: none;
    font-family: Raleway;
}

.content-name{
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.name{
    font-family: Rancho;
    font-weight: 400;
    font-size: 52px;
    margin: 10px 0;
}

.content-btn-shop{
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block-brown{
    width: 100%;
    height: 100px;
    background: rgba(51,26,21,1);
}

.slider{
    width: 100%;
}

.container-slider{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-style: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    border-radius: 0px;
    width: 100%;
    height: 850px;
}

.slider-item{
    display: none;
}

.active{
    display: block;
}

.img-slider{
    width: 100%;
    height: 850px;
}

.content-title-description-btn{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 5%;
}

.title-description-btn{
    width: 100%;
    max-width: 480px;
}

.title-slider{
    font-family: 'Rancho';
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-style: normal;
    font-size: 68px;
    line-height: 77px;
}

.description-slider{
    font-family: 'Raleway';
    color: rgb(240, 240, 240);
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 26px;
}

/* ---------- Home page sections ---------- */

.container-about-us{
    background-color: #C2B288;
}

.container-tendency-products,
.container-service-quality{
    font-family: Rancho;
}

.container-service-quality{
    background-color: #C2B288;
}

.product{
    background-color: #606B5F;
    color: white;
}

.container-tendency-products .product{
    background-color: transparent;
    color: inherit;
}

.content-img img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
}

.img-people{
    width: 64px;
    height: 64px;
    object-fit: cover;
    flex-shrink: 0;
}

.content-coffee img{
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.product-badge{
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
}

/* ---------- Products page ---------- */

.container-products{
    background-color: #C2B288;
}

.container-products .product{
    min-height: 100px;
    position: relative;
}

/* ---------- Footer ---------- */

footer{
    background-color: #6F4E37;
    font-family: Rancho;
    color: white;
}

footer .reseaux-sociaux img{
    width: 32px;
    height: 32px;
}

/* ---------- Responsive ---------- */

@media (max-width: 991.98px){
    header{
        position: static;
        flex-direction: column;
        padding: 15px 0;
    }

    .block-brown{
        display: none;
    }

    .content-top,
    .content-navbar,
    .content-name,
    .content-btn-shop{
        width: 100%;
        justify-content: center;
    }

    .nav-bar{
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .name{
        font-size: 38px;
    }

    .container-slider,
    .img-slider{
        height: 60vh;
        min-height: 380px;
    }

    .content-title-description-btn{
        justify-content: center;
        text-align: center;
        padding: 0 20px;
    }

    .title-description-btn{
        max-width: 100%;
    }

    .title-slider{
        font-size: 42px;
        line-height: 48px;
    }
}

@media (max-width: 575.98px){
    .container-slider,
    .img-slider{
        height: 50vh;
        min-height: 320px;
    }

    .title-slider{
        font-size: 32px;
        line-height: 38px;
    }

    .description-slider{
        font-size: 16px;
        line-height: 22px;
    }
}
