
.mobile{
    margin: 10px 5px;
}

.navigation__logo{
    text-align: center;
}

.navigation__logo img{
    width: 30%;
    object-fit: cover;
}

.navigation__left{
    display: none;
}

.navigation__right{
    display: none;
}


.mobile__container__first{
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.container__image{
    margin-top: 24px;
    width: 100%; 
    position: relative;
}


.container__image img{
    width: 100%;
    object-fit: cover;
}

.container__desc{
    display: flex;
    flex-direction: column;
    text-align: center;
}

.container__title{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 3em;
    color: black;
    
    
}

.container__text{
    margin-top: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 2em;
    color: black;
    
}

.container__span{
    margin-top: 12px;
    font-family: 'Dongle', sans-serif;
    font-weight: 400;
    font-size: 1.5em;
    color: #6f4e37;
    
}

.container__button{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 100px;
    height: 30px;
    background-color: whitesmoke;
    text-align: center;
    padding: 5px;
    border-radius: 15px;
}


.container__button a{
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 1.5em;
    color: #6f4e37;
}


.starline{
    margin-top: 50px;
    width: 100%;
    text-align: center;
    color: #6f4e37;
    font-size: 1.5em;
}

.container__about{
    margin-top: 20px;
    width: 100%;
}

.about__title{
    margin-top: 50px;
    width: 100%;
    text-align: center;
    font-family: 'Dongle', sans-serif;
    font-weight: 400;
    font-size: 2em;
    color: #6f4e37;
    text-shadow: 1px 1px black;
}

.about__info{
    margin-top: 50px;
    width: 100%;
}

.about__text{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.2em;
    color: black;
    text-align: center;
}

.signature{
    display: flex;
    flex-direction: row;
}

.signature__text{
    width: 50%;
    margin-top: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1em;
    color: black;
    text-align: center;
}

.about__logo{
    margin-top: 15px;
    width: 100%;
    text-align: end;
    
}

.about__logo img{
    width: 20%;
    object-fit: cover;
    transform: rotate(30deg);
}

.banner{
    margin-top: 20px;
    margin-left: -40px;
    margin-right: -40px;
    height: 80%;
}

.banner img{
    width: 100%;
    object-fit: cover;
}


.products__title{
    margin-top: 100px;
    width: 100%;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 2em;
    color: #6f4e37;

}


.products__title a{
    display: none;
}

.products__title ul{
    text-decoration: none;
    text-align: left;
    list-style-type:none;
}

.products__title a{
    text-decoration: none; 
    text-align: center;
    margin-top: 35px;
    margin-left: 50px;
    font-family: 'Dongle', sans-serif;
    font-weight: 700;
    font-size: 0.5em;
    color: #6f4e37;
    
}

.products__title a:hover{
    border-bottom:1px solid #6f4e37;
    color: black;
    padding: 5px;
}

.list__title{
    margin-top: 80px;
    width: 100%;
    text-align: left;
    font-family: 'Dongle', sans-serif;
    font-size: 2em;
    color: black
}

.product__list{
    width: 100%;
    display: flex;
    flex-direction: column;
    
}

.product__list__robusta{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.product__card{
    margin-top: 10%;
    width: 100%;
}


.card__img{
    width: 100%;
}

.card__img img{
    width: 100%;
    object-fit: cover;
}

.card__title{
    width: 100%;
    text-align: center;
    font-family: 'Dongle', sans-serif;
    font-size: 2em;
    color: #6f4e37;
}

.card__text{
    margin-top: 12px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: black;
    text-align: left;
}

.card__price{
    margin-top: 15px;
    width: 100%;
    text-align: center;
    font-family: 'Dongle', sans-serif;
    font-size: 1em;
    color: #6f4e37;
}


.container__third{
    margin-top: 50px;
}

.third__img{
    width: 100%;
    
}

.third__img img{
    width: 100%;
    object-fit: cover;
}

.third__text{
    padding-top: 20px;
    padding-left: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.2em;
    color: black;
    text-align: center;

}

.contact{
    margin-top: 40px;
}

.footer__info{
    margin-top: 50px;
    width: 100%;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.2em;
    color: black;
}

.footer__info a{
    text-decoration: none;
    font-weight: 300;
    font-size: 1.5em;
    color: black;
    padding-right: 20px;
}

.footer{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.2em;
    color: black;
}

.footer__article{
text-align: center;
width: 100%;
}