* {
  padding: 0;
  margin: 0;
}
body {
  font-family: 'Poppins', sans-serif;
}
.body {
      font-size:1rem;
}
a {
    text-decoration:none;
}
/*buttons*/
.dark-btn,
.green-btn {
  display: inline-block;
  padding: 13px 0;
  text-align: center;
  width: 145px;
  outline: none;
  color: #ffffff;
  border: 1px solid transparent;
  font-weight:500;
  margin:5px;
}
.clicked {
  border: 1px solid #000000;
  color: #000000;
  background-color: transparent
}
.dark-btn {
  background-color: #000000;
}

.dark-btn:hover {
  border: 1px solid #000000;
  color: #000000;
  background-color: transparent;
}

.green-btn {
  background-color: #00811d;
}

.green-btn:hover {
  border: 1px solid #00811d;
  color: green;
  background-color: transparent;
}
.drawer-width {
    display:none;
}
/*header section*/
.navbar {
    display:flex;
    position:fixed;
    background-color:#fff;
    width:100%;
    height:70px;
    top:0;
    left:0;
    justify-content:space-between;
    align-items:center;
    padding:0 20px;
}
.navbar_items {
    display:flex;
    align-items:center;
}
.navbar img {
    width:45px;
    margin-right:5px;
}
.navbar li img {
    width:30px;
}
.navbar span {
  font-size: 20px;
  font-weight: 700;
  color: #2e2e2d;
  margin-top: 5px;
}
.brand {
    display:flex;
    align-items:center;
}
.flex{
    display:flex;
}
ul {
    list-style:none;
}
li {
    margin:0 30px;
}
ul a {
    text-decoration:none;
    color:#000000;
}
.container {
    display:flex;
    justify-content:space-between;
    padding:100px 50px 0 50px;
}
.item-container {
    display:block;
    width:100%;
}
.item-container h1 {
  font-weight: 700;
  font-size: 60px;
  width: 100%;
}
.item-container p {
  margin: 45px 0;
}
.img-box {
  width: 80%;
  margin: 0 auto;
}
.img-box img {
    width:100%;
}

/*service section */
.service_section {
    text-align:center;
    margin:120px 50px;
}
.service {
    display:flex;
    justify-content:space-between;
}
.card p {
    margin:10px 5px;
}
.card{
  border:1px solid #c3c3c3;
  width:500px;
  height:250px;
  margin: 5px;
  display:inline-block;
  text-align: center;
  box-sizing: border-box;
  border-radius:5px;
}
.card-title {
    font-size:20px;
    color:#00811d;
}
.service-hover {
  width: 100%;
  height: 7px;
  background-color: transparent;
  cursor: pointer;
}
.card:hover .service-hover {
  background-color: #00811d;
}
.card:hover {
    transform:scale(1.02);
}
.card-img {
  width: 50px;
  margin: 55px auto 10px auto;
}

/* product section */
.product_section {
    margin:120px 70px;
    text-align:center;
}
.product_section2 {
    margin:0 70px;
    text-align:center;
}
#vegetable-product {
    display:none;
}
.product_section hr {
    margin:0 30px;
}
.product_section2 hr {
    margin:0 30px;
}
.price {
    color:#00811d;
    margin-left:20px;
}
 h2{
    font-size:1.8em;
    margin:30px 0;
}
.product_section p{
    margin:30px 0;
}
.item-box {
    justify-content:space-between;
    align-items:center;
    display:flex;
    margin:50px 0;
    text-align:left;
}
.product-title {
    font-size:1.9em;
    font-weight:200;
}
.flex-2 {
    display:flex;
    justify-content:center;
}
/* review */
.message {
    text-align:left;
    margin-bottom:30px;
}
.review-box {
    text-align:center;
    padding:50px 10px 50px 50px;
    background-color:#333;
    color:#fff;
}
.review{
    padding:50px 0 50px 150px;
    margin:0;
    width:60%;
    color:#7c7c7c;
    text-align:right;
}
.review span {
    padding-right:10px;
    color:#fff;
}
/* contact */
.contact-head {
    margin:0px 10px;
}
.contact-form {
    display:block;
}
.contact-form input, textarea {
    border: none;
    outline: none;
    border-bottom: 0.8px solid #000000;
    width: 50%;
    margin: 10px 0;
    padding:0 5px;
    font-size:16px;
    background-color:transparent;
}
.contact-form input {
    height:20px;
}
.mt-1 {
    margin-top:60px;
}
.contactbtn {
  display: inline-block;
  padding: 10px 0;
  text-align: center;
  border:none;
  width: 130px;
  outline: none;
  color: #ffffff;
  font-weight:200;
  margin-top:50px;
  background-color: #00811d;
  font-size:15px;
  cursor:pointer;
}
.contact-form h2{
    text-align:left;
}
.contact-form {
    background-position:right;
    background-repeat:no-repeat;
    background-size:16%;
    padding:100px 20px;
}
/* footer */
.banner-bg-img, .banner-bg-img1, .banner-bg-img2, .banner-bg-img3{
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    text-align:center;
    padding:100px 0;
}
.banner-bg-img p, .banner-bg-img1 p, .banner-bg-img2 p, .banner-bg-img3 p{
    color:#fff;
    font-weight:600;
    font-size:30px;
}
.linkbanner {
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    text-align:center;
    padding:70px 0;
}
.linkbanner p, .linkbanner h2 {
    color:#fff;
}
.banner-btn {
  display: inline-block;
  padding: 9px 0;
  text-align: center;
  width: 130px;
  outline: none;
  color: #00811d;
  border: 1px solid transparent;
  font-weight:500;
  margin:5px;
  background-color: #fff;
}
.banner-btn:hover {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}
.bannerimg {
    width:100%;
}
h5 {
    font-size:22px;
    font-weight:500;
    margin-bottom:12px;
}
.footer input {
    width:230px;
    height:25px;
}
.social-box img {
    width: 35px;
    margin-right: 5px
}
.form-container {
    display:block;
}
.subscribe {
    background-color: #00811d;
    border: none;
    outline: none;
    color: #ffffff;
    padding: 7px 30px;
    margin-top: 15px;
    font-size: 15px;
}
.footer {
    display:flex;
    justify-content:space-between;
    padding:50px;
}
.footer ul {
    display:block;
}
.footer li {
    margin:8px 0;
}
.copyright a {
    color:#000000;
}
.copyright {
    margin-top:100px;
    width:100%;
    text-align:center;
    background-color:#efeded;
    padding:20px 0;
}
/*shop*/
#filter {
    border: 1px solid #000000;
    color: #000000;
    background-color: transparent;
    padding:10px 0;
    font-weight:500;
    text-align:center;
}
.label {
    width:100px;
    border: 1px solid #000000;
    color: #000000;
    background-color: transparent;
    padding:7px 0;
    font-weight:600;
    text-align:center;
    margin:20px auto 0 auto;
}
.filter {
    display:block;
    text-align:center;
}
.num-btn {
    width:37px;
    height:37px;
    margin:5px;
    border:1px solid #000;
}
.slt {
    color:#fff;
    background-color:#000;
}
.not {
    color:#333;
    background-color:transparent;
}