*{
  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: 880px;background: url(../images/ban1.jpg) no-repeat center;background-size: cover;}
.ban-txt{
      padding: 100px 0 0;
}
.ban-txt h1{
font-size: 3.8em;
    font-weight: 500;
}
.ban-txt p{
     margin: 23px 0;
    font-family: 'Montserrat';
    line-height: 28px;
}
.ban-txt span{
 display: block;
    color: #d96929;
    font-size: 2.5rem;
    font-weight: 300;
    margin: 12px 0 0px;
    text-transform: lowercase;
    font-family: 'Pacifico', cursive;
    margin: 20px 0;

}
.order{
      display: inline-block;
    /* border: 2px solid #fff; */
    padding: 14px 30px;
    color: #fff;
    background: rgb(217 105 41);
    font-size: 22px;
}
.order:hover{
    background: #e5cdb5;
    color: #000;
}
.each-pro{
     background: #eeeeee;
    background-size: cover;
    flex-wrap: wrap;
    padding: 25px 15px;
    margin-bottom: 25px;
    border-radius: 10px;
    text-align: center;
    height: 94%;
    box-shadow: 10px 6px 10px #00000030;
}
.pro-img, .pro-txt{
     display: inline-block;
    width: 100%;
}
.product h2 span{
  display:block;
  color:#547d55;
}
.pro-txt h4{
      color: #5e5e5e;
    font-weight: 600;
    font-size: 22px;
    margin: 20px 0 0 0;
}
.pro-txt p{
    font-size: 28px;
    color: #000;
    padding: 10px 0;
}
.footer{
background: #eee;
}
#foo-logo{
  margin-bottom:20px;
}
.footer, .footer li, .footer li a{
color: #646464;
}
.footer li a:hover{
  color:#547d55 !important;
}
.footer h3{
      color: #d96929;
}
.footer-bottom{
background: #d96929;
    color: #fff;
    padding: 0px 0;
    text-align: center;
}
.footer li i{
    background: #535853 !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: 900px;
  }
}
@media only screen and (max-width:767px){
  .navbar-nav{
  background:#000;
}
  .ban-txt{
    width: 100%;
    right: 0;
  }
  .res{
    display:block;
  }
  .banner{
      background-position: right;
  }
}
.each-pro .order{
    font-size: 15px;
    background: #d96929;
    color: #fff;
}
.each-pro .order i{
    margin-right: 2px ;
}