*{
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: 'Beans'
	font-family: 'Archivo', sans-serif;
	font-family: 'Archivo Black', sans-serif;
	font-family: 'Poppins', sans-serif;
	font-family: 'Archivo Narrow', sans-serif;
}
.row{
	margin-top: 6%;
	display: flex;
	justify-content: space-between;
	text-align: center;
	margin-bottom: 1%;
}
/*-------------Scroll to top------------*/
.scroll{
	content: url(images/arrow-up.svg);
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  font-size: 18px;
  z-index: 99;
  border: solid;
  border-color: #512e08;
  outline: none;
  background-color: #465e14;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 30px;
}

.scroll:hover {
  background-color: #ffffff;
}
/*--------------------Header--------------------*/

.header{
	width: 100%;
	height: auto;
	background: #ffffff;
	background-position: center;
	background-size: cover;
	position: relative;
}
.header h1{
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	color: #7F356E;
	text-align: left;
	margin-top: 1.5%;
	margin-left: -30%;
}
nav{
	display: flex;
	padding: 1% 4%;
	justify-content: space-between;
	align-items: center;
}
/*
nav img{
	display: none;
}
*/

.logo img{
	width: 150px;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}
/*
.nav-links {
  overflow: hidden;
}
*/

.nav-links a {
  float: left;
  display: block;
  color: #414141;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-family: Poppins;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
}
.nav-links a::after{
	content: '';
	width: 0;
	height: 2px;
	background-color: #465e14;
	display: block;
	margin: auto;
	transition: 0.5s;
}

.nav-links a:hover::after{
  width: 100%;

}
.nav-links a.active {
  background-color: #465e14;
  color: white;
}

.nav-links .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .nav-links a:not(:first-child) {display: none;}
  .nav-links a.icon {
    float: right;
    display: block;
  }
  .nav-links .icon {
  		padding-left: 20px;
		}

}

@media screen and (max-width: 600px) {
  .nav-links.responsive {position: relative;}
  .nav-links.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .nav-links.responsive a {
    float: none;
    display: block;
    text-align: right;
    color: #465e14;
    font-size: 14px;
  }
    nav img{
  	display: block;
  }
  .nav-links a{
  	display: none;

  }
  .nav-links{
  	width: 150px;
  }
  .logo img{
  	width: 150px;
  	margin-bottom: 20px;
  }
  .header h1{
  	font-family: Poppins;
		font-style: normal;
		font-weight: 600;
		font-size: 15px;
		color: #ffffff;
		text-align: left;
		margin-top: 1.5%;
		margin-left: 3.5%;
  }
  

}

/*----------------------Banner--------------------*/
.banner{
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-size: cover;
}
/*----------Responsive Banner----------*/
@media (max-width: 700px){
	.banner{
		height: auto;
		flex-direction: column;
		text-align: center;
		padding-left: 0px;
	}
}
/*------------------------About us-----------------------*/
.info{
	width: 100%;
	height: auto;
	text-align: center;
	padding-bottom: 30px;
	padding-top: 30px;
	background-color: #FAFAFA;
}
.info h1{
	font-family: Poppins;
font-style: normal;
font-weight: 600;
font-size: 42px;
color: #512e08;
margin-bottom: 10px;
}
.info p{
	font-family: Poppins;
	font-style: normal;
	margin-left: 1%;
	margin-right: 1%;
	font-weight: normal;
	font-size: 16px;
	color: #465e14;
}
.rowi{
	margin-top: 2%;
	display: flex;
	justify-content: space-between;
}
.info-col1{
	width: 45%;
	text-align: right;
}
.info-col2{
	width: 70%;
	text-align: left;
	margin-left: 1%;
}
@media (max-width: 700px){
	.info h1{
		font-size: 30px;
	}
	.rowi{
		flex-direction: column;
	}
	.info p{
		font-size: 12px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.info-col1{
		width: 100%;
		text-align: center;
	}
	.info-col2{
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
}
/*----------Why beans n leaf----------*/
.whychoose{
	width: 100%;
	height: 90vh;
	background-color: #ffffff;
	padding-top: 5%;
	text-align: center;
}
.whychoose h1{
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-size: 42px;
	color: #512e08;
	padding-top: 30px;
}
.whychoose p{
	font-family: Poppins;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #465e14;
}
.why-col2 h3{
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	color: #465e14;
}
.why-col2 p{
	font-family: Poppins;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #465e14;
}
.why-col1{
	width: 10%;
	text-align: right;
	margin-left: 3%;
}
.why-col1 img{
	width: 60%;
}
.why-col2{
	width: 80%;
	text-align: left;
	padding-left: 1%;
}
.circle{
	width: 60px;
	height: 60px;
}

.button3{
	width: 206px;
	height: 57px;
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	color: #341e13;
	margin-top: 10%;
	cursor: pointer;
}
.b1{
	background-color: #2b2b2b;
	color: #fff;
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
}
.b2{
	border: 1px solid #7F356E;
	box-sizing: border-box;
	border-radius: 3px;
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	color: #341e13;
}
.whychoose button{
	width: 206px;
	height: 57px;
	cursor: pointer;
	margin-top: 30px;
}

/*----------Responsive why choose----------*/
@media (max-width: 700px){
.row{
	flex-direction: column;
}
.whychoose{
	height: auto;
	margin-top: -15%;
}
.whychoose h1{
	font-size: 30px;
	margin-top: 5%;
}
.why-col1{
	text-align: center;
	width: 100%;
}
.why-col1 img{
	width: 20%;
}
.why-col2{
	text-align: center;
	width: auto;
	margin-bottom: 20px;
}
.button3{
	width: 180px;
	font-size: 12px;
	margin-bottom: 20px;
}
.whychoose button{
	width: 150px;
	height: 57px;
	cursor: pointer;
	margin-bottom: 10px;
}

}
/*--------------------Our products--------------------*/
.rowproduct{
	display: flex;
	margin: 2%;
	text-align: center;
	justify-content: space-between;
}
.products{
	width: 100%;
	height: auto;
	background-color: #000000;
}
.title{
	width: 100%;
	text-align: center;
}
.title h1{
		font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    color: #ffffff;
    padding-top: 30px;
}
.title p{
	color: #ffffff;
	font-family: Poppins;
	font-style: normal;
}
.pro-cal{
	width: 25%;
}
.pro-cal img{
	width: 300px;
}
/*----------Responsive products----------*/
@media (max-width: 700px){
	.rowproduct{
		flex-direction: column;
	}
	.pro-cal{
		width: 100%;
		margin-bottom: 1%;
	}
	.title h1{
		font-size: 30px;
		margin-bottom: 20px;
	}
}
/*--------------------our specialists---------------------*/
.machine{
	width: 100%;
	height: auto;
	text-align: center;
	background: #465e14;
}
.rowmachine{
	display: flex;
	margin: 2%;
	text-align: center;
	justify-content: space-between;
}

.machine h1{
	font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    color: #ffffff;
    padding-top: 30px;
}
.pro-col1{
	width: 33%;
}
.pro-col1 img{
	width: 500px;
}
.pro-col2{
	width: 67%;
	margin-top: 5%;
}
.pro-col2 p{
	color: #ffffff;
	font-size: 15px;
	font-family: Poppins;
	font-style: normal;
	text-align: left;
}
.pro-col2 h2{
	color: #ffffff;
	font-family: Poppins;
	font-style: normal;
	text-align: left;
}
.pro-col2 ul{
	margin-top: 10px;
}
.pro-col2 li{
	color: #ffffff;
	font-family: Poppins;
	font-style: normal;
	text-align: left;
	margin-bottom: 10px;
}
/*----------Responsive machine----------*/
@media (max-width: 700px){
	.rowmachine{
		flex-direction: column;
	}
	.pro-col1{
		width: 100%;
	}
	.pro-col1 img{
		width: 300px;
	}
	.pro-col2{
		width: 100%;
		margin: 2%;
	}
	.pro-col2 P{
		margin-bottom: 20px;
	}
	.pro-col2 ol{
		margin-bottom: 20px;
	}
	.machine h1{
		font-size: 30px;
	}
}
/*-----------------------Footer----------------------------*/
.footer{
	width: 100%;
	height: auto;
	background-color: #FAF9F6;
	padding-bottom: 1%;
}
.footer-col1{
	width: 30%;
	text-align: right;
}
.footer-col1 img{
	width: 100%;
}
.footer-col2{
	width: 60%;
	text-align: left;
	margin-left: 2%;
}
.footer-col2 h4{
	font-family: Poppins;
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	color: #341e13;
}
.footer-col2 p{
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	color: #465e14;
}
.fbtn{
	width: 238px;
	height: 57px;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 3px;
	background-color: #f8a94d;
	color: #ffffff;
	cursor: pointer;
}
.footer-col4{
	width: 10%;
	text-align: right;
}
.footer-col5{
	width: 60%;
	text-align: left;
	margin-left: 2%;
}
.footer-col6{
	width: 30%;
	text-align: center;
}
.line{
	width: 95%;
	padding-left: 2%;
}
.line img{
	width: 100%;
}
.copy-col1{
	width: 80%;
	padding-left: 2%;
	font-family: Poppins;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #341e13;
}
.copy-col2{
	width: 10%;
	font-family: Poppins;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #341e13
}
.copy-col2 p{
	font-family: Poppins;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	color: #341e13;
}
.copy-col3{
	width: 10%;
	font-family: Poppins;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #341e13;
}
.copy-col3 p{
	font-family: Poppins;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	color: #341e13;
}
.tcg{
	width: 100%;
	color: #465e14;
	text-align: center;
}
.line{
	width: 100%;
}
/*------------------------Responsive Fotter--------------*/	
@media (max-width: 700px){
	.footer{
		height: auto;
	}
	.footer-col1{
		width: 100%;
		text-align: center;
	}
	.footer-col1 img{
		width: 50%;
	}
	.footer-col2{
		width: auto;
		text-align: center;
	}
	.footer-col2 h4{
		font-size: 24px;
	}
	.footer-col2 p{
		font-size: 14px;
		padding: 1%;
	}
	.footer-col2 h3{
		font-size: 20px;
		color: #f8a94d;
	}
	.fbtn{
		margin-top: 20px;
	}
	.footer-col3{
		width: 100%;
		text-align: center;
	}
	.footer-col4{
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.footer-col5{
		width: auto;
		text-align: center;
		margin-bottom: 20px;
	}
	.footer-col6{
		width: 100%;
		text-align: center;
	}
	.copy-col1{
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}
	.copy-col2{
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}
	.copy-col3{
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}
	.copy-col4{
		width: 100%;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
