.navbar-brand > img {
  height: 110px;
}
.about-style-one-thumb .animation-shape,
.banner-area.banner-style-one .swiper-slide.swiper-slide-active .shape {
  display: none;
}
.fun-fact-style-flex {
  justify-content: space-between;
}
.fun-fact-style-flex .counter {
  border: 0;
  /* font-size: 50px; */
  margin: 0;
}
.fun-fact-style-flex .medium {
  font-size: 40px;
}
.btn i {
  margin: 0;
}
.benifits-area {
  background: url("../img/banner/tractor.jpg");
  background-attachment: fixed;
}
.about-style-one-thumb img {
  border: 10px double #000000;
}
.mask-text {
  -webkit-text-fill-color: var(--color-heading);
  font-weight: 600;
  font-family: var(--font-default);
  font-size: 50px;
  margin: 0 0 30px 0;
}

.mask-text-2 {
  -webkit-text-fill-color: var(--color-heading);
  font-weight: 600;
  font-family: var(--font-default);
  font-size: 35px;
  margin: 0 0 30px 0;
}
.product-list-box {
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 40px;
  grid-column-gap: 50px;
}
.product-cat-lists {
  padding: 0 0 0 40px;
}
.product-cat-area::after {
  content: none;
}
.product-list img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  filter: drop-shadow(0px -2px 5px black);
}
.product-list h5 {
  font-family: var(--font-default);
  margin-top: 10px;
  letter-spacing: 0px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
}
.product-cat-area {
  background: url("../img/section-logo.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: bottom;
}
.services-style-one-area .row {
  --bs-gutter-x: 30px;
}
.service-style-one-item {
  padding: 30px 20px;
}
.service-style-one-item img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  margin-bottom: 30px;
}
.form-control::placeholder {
  color: #000000;
}
.contact-form-style-one input,
.contact-form-style-one textarea {
  background: #f1f1f1;
}
.bg-dark,
.bg-dark-secondary,
.bg-dark p,
.bg-dark-secondary p {
  color: #ffffff;
}
.footer-item .logo {
  height: 130px;
}
.footer-item.about {
  margin: 0;
  padding: 0;
  border: 0;
}
.gallery-style-one .overlay::after {
  display: none;
}
.gallery-style-one img {
  width: 100%;
  transform: none;
}
.gallery-style-one:hover img {
  transform: none;
}
.gallery-style-one::after {
  /* background: rgb(0 0 0)
    linear-gradient(to bottom, rgb(0 0 0 / 86%) 0%, rgba(0, 0, 0, 1) 100%)
    repeat scroll 0 0;
    height:20%; */
  content: none;
}
.gallery-style-one .overlay {
  bottom: -38px;
}
.product-title {
  background: #49a760;
  padding: 5px;
}
.default-padding {
  padding: 55px 0 55px 0;
}
.title {
  font-size: 35px !important;
}
.shadow.dark:after {
  opacity: 0.3;
}
.farmer-style-one-item .thumb img{
  border-radius: 50%;
  width:225px;
  border:6px double #000000;
}
.farmer-style-one-item .info{
  float:none;
}
.team-style-one-area{
  display: none;
}
@media (max-width: 1023px) {
  .banner-area {
    height: 100%;
  }
}
@media screen and (max-width: 500px) {
  .banner-area {
    height: 40%;
  }
  .fun-fact-style-flex {
    flex-direction: column;
  }
  .fun-fact-style-flex .medium {
    font-size: 20px;
  }
  .fun-fact-style-flex .counter {
    font-size: 25px;
  }
  .benifit-items h2 {
    font-size: 17px !important;
  }
  .benifit-items {
    padding: 20px 37px;
  }
  .mask-test {
    font-size: 40px;
  }
  .mask-text-2 {
    font-size: 25px;
  }
  .product-list h5 {
    font-size: 13px;
  }
  .product-list img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    filter: drop-shadow(0px -2px 5px black);
  }
  /* .mob-1 {
    background: url("../img/banner/mob1.jpg") !important;
    background-repeat: none;
  }
  .mob-2 {
    background: url("../img/banner/mob2.jpg") !important;
    background-repeat: none;
  }
  .banner-style-one {
    height: 100% !important;
  } */
}
