@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dongle:wght@300;400;700&display=swap');


body{
    margin: 30px 40px 30px 40px;
    background-color: whitesmoke;
    max-width: 100%;
    overflow-x: hidden;
}


.mobile{
    display: none;
}


.navigation{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.navigation__left{
    margin-top: 50px;
}
.navigation__left a{
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.5em;
    padding-right: 55px;
    color: black;
}

.navigation__left a:hover{
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.6em;
    color: #6f4e37;
}

.navigation__left p{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.5em;
    padding-right: 55px;
    color: black;
}

.navigation__right{
    margin-top: 50px;
}

.navigation__right a{
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.5em;
    padding-left: 55px;
    color: black;
}
.navigation__right a:hover{
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.6em;
    color: #6f4e37; 
}

.navigation__right p{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.5em;
    color: black;
    text-align: end;
}


.container__first{
    margin-top: 20px;
    width: 100%;
    height: 80%;
    display: flex;
}

.container__image{
    width: 100%; 
    position: relative;
}


.container__image img{
    width: 100%;
    object-fit: cover;
}

.container__desc{
    position: absolute;
    top: 20em;
    left: 5em;
    width: 45%;
    padding: 15px;
}

.container__title{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 4.5em;
    color: white;
    text-shadow: 2px 2px black;
    
}

.container__text{
    margin-top: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 2.5em;
    color: white;
    text-shadow: 2px 2px black;
}

.container__span{
    margin-top: 12px;
    font-family: 'Dongle', sans-serif;
    font-weight: 400;
    font-size: 2.5em;
    color: white;
    text-shadow: 2px 2px black;
}

.container__button{
    margin-top: 18px;
    width: 150px;
    height: 44px;
    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: 2em;
    color: #6f4e37;
}

.starline{
    margin-top: 50px;
    width: 100%;
    text-align: center;
    color: #6f4e37;
    font-size: 2.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: 3.5em;
    color: #6f4e37;
    text-shadow: 1px 1px black;
}

.about__info{
    margin-top: 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.about__text{
    width: 70%;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.5em;
    color: black;
    text-align: justify;
    text-justify: inter-word;
}

.about__logo{
    width: 20%;
    
}

.about__logo img{
    width: 70%;
    object-fit: cover;
}


.banner{
    margin-top: 200px;
    margin-left: -40px;
    margin-right: -40px;
    height: 80%;
}

.banner img{
    width: 100%;
    object-fit: cover;
}
.footer__info{
    margin: 50px 0;
    width: 100%;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.5em;
    color: black;
}

.footer__info a{
    text-decoration: none;
    font-weight: 300;
    font-size: 1.5em;
    color: black;
    padding-right: 20px;
}

.footer{
    display: flex;
    justify-content: space-between;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.5em;
    color: black;
}

.footer__article{
width: 50%;
}

.products__title{
    margin-top: 40px;
    width: 100%;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 2em;
    color: #6f4e37;
    text-shadow: 1px 1px black;
}

.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: 1.2em;
    color: #6f4e37;
    text-shadow: 1px 1px black;
}

.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: 3.3em;
    color: black
}

.product__list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.product__list__robusta{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.product__card{
    width: 20%;
}

.product__card:nth-child(2n){
    margin-top: 50px;
}

.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: 2.5em;
    color: #6f4e37;
    text-shadow: 1px 1px black;
}

.card__text{
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: black;
    text-align: center;
}

.card__price{
    margin-top: 15px;
    width: 100%;
    text-align: center;
    font-family: 'Dongle', sans-serif;
    font-size: 1.5em;
    color: #6f4e37;
    text-shadow: 1px 1px black;
}


.container__third{
    margin-top: 150px;
    margin-left: -40px;
    display: flex;
}

.third__img{
    width: 90%;
    
}

.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.5em;
    color: black;
}

.contact{
    margin-top: 150px;
}

.desktop{display: none;}