*{
  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{
  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: url(../images/pro-bk.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    padding: 25px 15px;
    margin-bottom: 25px;
    border: 10px solid #afc0b0;
    border-radius: 10px;
    box-shadow: 3px 4px 15px -7px rgb(0 0 0 / 39%);
}
.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:#222;
}
#foo-logo{
  margin-bottom:20px;
}
.footer, .footer li, .footer li a{
  color:#fff;
}
.footer li a:hover{
  color:#547d55 !important;
}
.footer h3{
  color:#547d55;
}
.footer-bottom{
  background:#547d55;
  color:#fff;
  padding:10px 0;
}
.footer li i{
  background:#547d55 !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;
  }
}
.pop-body {
    border: 1px solid #ccc;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 60%;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    font-family: arial;
    line-height: 21px;
}
.pop-heading {
    font-family: arial;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 800;
    color: red;
}
.enter-btn {
    background-color: rgb(76 175 80 / 48%);
    color: #030303;
    padding: 8px;
    width: 70px;
    margin-left: -2px;
    border: 2px solid #8cb78e;
    border-radius: 5px;
    cursor: pointer;
}
.enter-btn:hover{
    background-color: rgb(76 175 80);
    color: #ffffff;
}
.exit-btn {
    background-color: rgb(255 0 0 / 38%);
    color: #030303;
    padding: 8px;
    width: 70px;
    margin-left: -2px;
    border: 2px solid #dc6767;
    border-radius: 5px;
    cursor: pointer;
}
.exit-btn:hover{
    background-color: rgb(255 0 0);
    color: #ffffff;
}