*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}
body{
  font-family: 'Montserrat', sans-serif;
  font-size:16px;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}
h2{
  font-size:48px
}
h2 span{
      color: #ffa800;
  display:block;
}
section{
  position:relative;
}
a, a:hover{
  text-decoration:none;
  transition:0.4s all ease-in-out;
}
span{
   transition:0.4s all ease-in-out;
}
p{
  padding:0;
  margin:0;
}
ul {
  margin:0;
  padding:0;
}
ul li{
  list-style:none;
}
.main-nav{
  position:absolute;
  top:0;
  width:100%;
  left:0;
  z-index:9;
}
.navbar-brand img{
  filter: grayscale(1) brightness(4.5);
}
.banner{
min-height: 692px;
    background: url(../images/ban.jpg) no-repeat center;
    background-size: cover;
}
.ban-txt{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  right:8%;
  text-align:right;
  color:#fff;
  width:43%;
}
.ban-txt h1{
    font-size:3em;
}
.ban-txt p{
  margin:30px 0;
}
.ban-txt span{
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 12px 0 0px;

}
.order{
    display: inline-block;
  border:2px solid #fff;
  padding:14px 30px;
  color:#fff;
  background:rgba(255,255,255,0.2);
}
.order:hover{
  background:#fff;
  color:#000;
  box-shadow:0px 0px 5px #000;
}
.each-pro{
background:linear-gradient(#e3e3e3,transparent);
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    padding: 25px 15px;
    margin-bottom: 25px;
     border: 5px solid #83b15b;
    border-top: 0px;
    border-right: 0;
  padding: 30px 20px;
    position: relative;
}
.each-pro .pro-txt h4 {
    color: #508b1c;
}
.each-pro .pro-txt p {
    font-size: 24px;
    color: #434343;
    padding: 20px;
}

.each-pro .order {
    display: inline-block;
    border: 2px solid #83b15b;
    padding: 14px 30px;
    color: #6d9748;
    background: rgba(255,255,255,0.2);
}










.pro-img, .pro-txt{
  display:inline-block;
  width:50%;
}
.product h2 span{
  display:block;
  color:#547d55;
}
.pro-txt h4{
  color:#fff;
}
.pro-txt p{
  font-size:24px;
  color:#fff;
  padding:20px;
}
.footer{
  background:#638744;
}
#foo-logo{
  margin-bottom:20px;
}
.footer, .footer li, .footer li a{
  color:#fff;
}
.footer li a:hover{
  color:#cbfaa2 !important;
}
.footer h3{
  color:#2e431c;
}
.footer-bottom{
  background:#547d55;
  color:#fff;
  padding:10px 0;
}
.footer li i{
  background:#344723 !important;
}
.cpy{
 padding: 18px 0;
}
.res{
    position: absolute;
    bottom: 0;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    line-height: 280px;
    display: none;
    left: 0;
    background: #fff;
    text-align: center;
    overflow: hidden;
    z-index: 99;
}
.res img{
  height:90%;
  width:90%;
  object-fit:contain;
}
@media only screen and (min-width:1560px){
  .banner{
    min-height:1050px;
  }
}
@media only screen and (max-width:767px){
  .navbar-nav{
  background:#000;
}
  .ban-txt{
    width: 100%;
    right: 0;
    padding: 30px 15px;
    background: rgb(0 0 0 / 54%);
  }
  .res{
    display:block;
  }
}