*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
  
@font-face {
  font-family: "Rubik";
  src: url('fonts/Pacifico-Regular.ttf');
}
  
html{
  scroll-behavior: smooth;
}
  
.body{
  background-image: url('img/for.jpg');
  background-size: cover;
  background-position: center;
}
  
  
/* Menu */
.menu{
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: space-between;
  background-color: rgb(43, 43, 43);
}

.section__menu{
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding-right: 50px;
  padding-left: 50px;
}
  
.menu__link{
  color: rgba(255, 255, 255, 0.904);
  font-size: 1.5em;
  text-decoration: none;
  line-height: 70px;
  font-family: "Rubik";
}
  
.menu__link:hover{
  color: #e3871d;
}
  
  
  
h1{
  font-size: 5em;
  font-family: "Rubik";
  margin-left: 185px;
  padding-top: 160px;
  z-index: 3;
}

h2{
  font-family: "Rubik";
  font-size: 3.5em;
  margin-bottom: 1vw;
}
  
h3{
  font-family: "Rubik";
  font-size: 2.8em;
  width: 610px;
  text-align: center;
}
  
p{
  font-family: "Rubik";
  font-size: 1.6em;
  text-align: justify;
  margin-bottom: 1vw;
}



.section{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 5vw;
}

.section__center{
  width: 90%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}



.section__banner{
  width: 90%;
  height: 750px;
  background-image: url("img/coffe-banner.jpg");
  background-size: cover;
  background-position: center;
  z-index: 1;
  border-radius: 0 0 50px 50px;
}
  
.zag__banner{
  color: rgb(43, 43, 43);
  text-align: right;
  margin-right: 115px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text__banner{
  font-size: 3.2em;
  margin-left: 610px;
  color: rgb(43, 43, 43);
}



.section__coffe{
  width: 88%;
  height: 400px;
  background-color: #e3871d;
  border-radius: 50px;
}

.zag__coffe{
  padding-top: 90px;
  padding-top: 50px;
  margin-left: 50px;
  color: rgba(255, 255, 255, 0.762);
}

.text__coffe{
  font-size: 1.7em;
  color: rgba(255, 255, 255, 0.762);
  width: 700px;
  text-align: justify;
  margin-left: 50px;
  line-height: 35px;
}

.coffe__img{
  width: 400px;
  height: 400px;
  margin-left: 820px;
  margin-top: -350px;
}



.section__history{
  width: 100%;
  height: 100%;
  background-image: url('img/coffe.jpg');
  background-size: cover;
  border-radius: 50px 50px 50px 50px;
  padding: 50px;
}

.history{
  width: 50%;
  color: rgba(255, 255, 255, 0.696);
  text-align: justify;
}



.section__milling{
  width: 100%;
  height: 40vw;
  border-radius: 50px;
  overflow: hidden;
  background-image: url('img/fon.jpg');
}

.milling__img{
  width: 350px;
  height: 350px;
}

.milling1{
  position: relative; 
  left: -50px;
  top: -90px;
}

.milling2{
  position: relative; 
  right: -220px;
  top: -90px;
}

.milling3{
  position: relative; 
  left: -430px;
  bottom: -300px;
}

.milling4{
  position: relative; 
  right: -900px;
  top: -50px;
}

.milling__zag{
  text-align: center;
}

.milling__text{
  font-size: 3em;
  color: black;
}

.text1{
  margin-top: -470px;
  margin-left: 40px;
}

.text2{
  margin-top: -100px;
  margin-left: 680px;
}

.text3{
  margin-top: -110px;
  margin-left: 370px;
}

.text4{
  margin-top: -100px;
  margin-left: 920px;
}



.section__grains{
  width: 90%;
  height: 40vw;
  border-radius: 50px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.wrap__grains{
  width: 49%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 50px;
  background-color: #e3871d;
}

.card__grains{
  width: 50%;
  height: 20vw;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.border__right__top{
  border-radius: 0 50px 0 0;
}

.border__right__bottom{
  border-radius: 0 0 50px 0;
}

.border__left__top{
  border-radius: 50px 0 0 0;
}

.border__left__bottom{
  border-radius: 0 0 0 50px;
}

.img__grains{
  width: 100%;
  object-fit: cover;
}

.grains__zag{
  font-size: 1.7em;
  text-align: left;
  padding-left: 20px;
  padding-top: 10px;
  color: rgba(255, 255, 255, 0.762);
}

.grains__text{
  font-size: 1.2em;
  text-align: left;
  color: rgba(255, 255, 255, 0.762);
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
  line-height: 25px;
}

.grains{
  text-align: center;
}



.section__roasting{
  width: 90%;
  display: flex;
  flex-direction: column;
  border-radius: 50px;
  overflow: hidden;
  background-image: url('img/fon.jpg');
  margin-bottom: 5vw;
}

.wrap__roasting{
  width: 100%;
}

.card__roasting{
  width: 100%;
  display: flex;
  flex-direction: row;
}

.roasting__card__text{
  width: 30%;
}

.roasting__text{
  text-align: left;
  line-height: 140px;
  padding-left: 100px;
  color: rgba(0, 0, 0, 0.878);
}

.roasting__card__img{
  width: 70%;
}

.roasting__img{
  width: 100%;
  height: 10vw;
  object-fit: cover;
}

.roasting__zag{
  text-align: center;
}

.title{
  font-size: 1.7em;
}



.section__futer{
  width: 100%;
  height: 15vw;
  background-color: rgb(43, 43, 43);
}