@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --white: #fff;
  --black: #000;
  --theme-color: #8cc63f;
}
html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  position: relative;
  background: #fff;
  overflow-x: hidden;
  height: 100%;
  font-family: "Poppins", sans-serif;
}

section {
  position: relative;
  padding: 6rem 0;
}

p {
  font-size: 1rem;
  font-family: "Nunito";
  color: #535c63;
  font-weight: 500;
  line-height: 1.882;
  font-family: "Nunito", sans-serif;
}

@font-face {
  font-family: "GROBOLD";
  src: url("../fonts/GROBOLD.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

figure {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.navbar-brand img {
  max-height: 150px;
  transition: 0.3s ease-in-out;
}

header {
  /* position: absolute; */
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99999;
  top: 0;
  width: 100%;
  transition: 0.3s ease-in-out;
}

header.sticky {
  position: fixed;
}

header.sticky .navbar-brand img {
  max-width: 100px;
}
.navbar-nav {
  gap: 1rem 2.5rem;
}
.navbar-nav .nav-item .nav-link {
  font-size: 1.0625rem;
  font-weight: 500;
  color: #23212a;
  text-transform: capitalize;
  font-family: "Nunito", sans-serif;
  line-height: 1;
  position: relative;
}
.navbar-nav .nav-item .nav-link::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -5px;
  transition: transform 0.3s ease-in-out;
  background-color: var(--theme-color);
  transform-origin: center;
  transform: scaleX(0);
}
.navbar-nav .nav-item.active .nav-link::after,
.navbar-nav .nav-item .nav-link:hover::after {
  transform: scaleX(1);
}
.form-inline {
  margin-left: 2rem;
}
.collapse.navbar-collapse {
  margin-top: 3rem;
}
.topRow {
  position: relative;
  z-index: 1;
}
.topRow::before {
  content: "";
  background-color: rgb(245, 183, 4);
  position: absolute;
  right: 0;
  top: -2px;
  z-index: -1;
  width: 100%;
  max-width: 1300px;
  border-radius: 0 0 0 150px;
  height: 65px;
  background-color: #f5b704;
}
.topMenu {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem 4rem;
  padding: 0.5rem 1rem;
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
}
.topMenu .links {
  display: flex;
  align-items: center;
}
.topMenu .links li + li {
  border-left: 1px solid var(--white);
}
.topMenu .links li a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 1;
  color: var(--white);
  font-size: 1rem;
  font-weight: 400;
  padding: 0 1rem;
}
.topMenu .links li a strong {
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.socialIo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.socialIo li a {
  height: 40px;
  width: 40px;
  font-size: 1rem;
  border-radius: 50%;
  line-height: 1;
  display: grid;
  place-items: center;
  color: var(--black);
  background-color: var(--white);
}
.socialIo li a:hover {
  background-color: var(--theme-color);
  color: var(--white);
}
.cartBtn {
  display: grid;
  place-items: center;
  border-radius: 1rem;
  color: var(--white);
  font-size: 1.125rem;
  background-color: var(--theme-color);
  width: 50px;
  height: 50px;
  position: relative;
}
.cartBtn span {
  position: absolute;
  right: -0.5rem;
  top: -0.5rem;
  border: 1px solid #f3f3f3;
  border-radius: 50%;
  background-color: #f3f3f3;
  box-shadow: 0px 8px 53.1px 5.9px rgba(180, 180, 180, 0.25);
  width: 23px;
  height: 23px;
  line-height: 1;
  display: grid;
  font-size: 13px;
  place-items: center;
  color: var(--black);
}
.cartBtn:hover {
  background-color: #f5b704;
  color: var(--white);
}
.main-slider {
  position: relative;
}
.main-slider .btmImg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3rem;
  z-index: 1;
}
.main-slider .tomatoImg {
  position: absolute;
  left: calc(50% - 105px);
  position: absolute;
  bottom: 0;
  z-index: 2;
  animation: pulse infinite 3s;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: left;
  display: flex;
  justify-content: center;
}
.contentWrap {
  margin: 5rem 0 0 -6rem;
  border: 2px solid rgb(225, 225, 225);
  border-radius: 50%;
  background-color: rgb(251 251 251/84%);
  padding: 5rem;
  width: 658px;
  height: 658px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
.main-slider h2 {
  font-size: 2.8125rem;
  font-family: "GROBOLD";
  font-weight: 400;
  color: #23212a;
  line-height: 1.333;
}
.main-slider p {
  font-size: 16px;
  font-weight: 600;
  color: #666666;
  line-height: 1.813;
}
.main-slider .themeBtn {
  font-size: 1.375rem;
}
.themeBtn {
  display: inline-block;
  padding: 0.5em 1.8em;
  border-radius: 50px;
  color: var(--white);
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  text-transform: capitalize;
  border: 2px solid var(--theme-color);
  background-color: var(--theme-color);
}
.themeBtn:hover {
  background-color: #f5b704;
  color: var(--white);
}
.secHeading {
  font-size: 3.125rem;
  font-weight: 400;
  color: var(--black);
  font-family: "GROBOLD";
  line-height: 1;
  position: relative;
  margin-bottom: 1.25rem;
  text-transform: capitalize;
}
.secHeading span {
  font-size: 1.3755rem;
  font-family: "Nunito";
  color: #dd1d13;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.745;
}
/* aboutSec */
.aboutSec {
  padding: 10rem 0 0;
}
.aboutSec .tomato {
  position: absolute;
  right: 0;
  top: 15rem;
  z-index: 1;
  animation: pulse infinite 5s;
}
.aboutSec .aboutBg {
  width: 100%;
  margin-top: -16rem;
}

/* serviceSec */
.serviceSec {
  background: url(../images/img7.png) center right/auto no-repeat;
  position: relative;
}
.serviceSec .line {
  position: absolute;
  left: 48.5%;
  height: 80%;
  top: 12rem;
  background-color: rgb(235, 235, 235);
  width: 2px;
}
.serviceSec .line span {
  position: absolute;
  top: -1rem;
  left: -0.5rem;
  border-radius: 50%;
  background-color: rgb(235, 235, 235);
  width: 16px;
  height: 16px;
}
.serviceSec .line span:nth-of-type(2) {
  top: 35%;
}
.serviceSec .line span:nth-of-type(3) {
  top: 72%;
}
.serviceSec .row + .row {
  margin-top: 5rem;
}
.serviceSec p {
  width: 90%;
  text-align: justify;
  color: #535c63;
  font-weight: 500;
}
.serviceSec .count {
  font-size: 6.25rem;
  color: #e3e7ec;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 0.75;
  display: inline-block;
  margin-bottom: 1rem;
}
.serviceSec figure img {
  margin-right: -5rem;
}
.serviceSec .flex-row-reverse figure img {
  margin-right: 0;
  margin-left: -5rem;
}

/* fruitsVegSec */
.fruitsVegSec::before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  height: 621px;
  background-color: #f2f5f8;
}
.fruitsVegSec .secHeading {
  font-size: 5rem;
  text-transform: uppercase;
  text-align: center;
}
.fruitsVegSec .strawbrryImg {
  position: absolute;
  top: -10rem;
  left: 0;
  animation: pulse infinite 3s;
}
.fruitsVegSec video{
  width: 100%;
  margin-top: 2rem;
  height: auto;
}
.fruitsVegSec .themeBtn {
  font-size: 1.375rem;
}

/* gallerySec */
.gallerySec {
  padding-top: 0;
}
.teamSec .secHeading,
.testimonialSec .secHeading,
.videoSec .secHeading,
.gallerySec .secHeading {
  font-size: 4.375rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.galleryWrap {
  display: block;
  overflow: hidden;
  margin-bottom: 1.5rem;
  background: var(--black);
}
.galleryWrap img {
  opacity: 0.75;
  width: 100%;
  transition: opacity, ease all 2s;
  transform: scale(1);
}
.galleryWrap:hover img,
.galleryWrap:focus img {
  opacity: 1;
  transform: scale(1.1);
}

.gallerySec .themeBtn {
  letter-spacing: 3px;
  padding: 0.5em 2rem;
  text-transform: uppercase;
}

/* videoSec */
.videoSec {
  /* padding-bottom: 0; */
}
.videoImg {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.videoImg img {
  transition: 0.3s ease-in-out;
}
.videoImg span {
  display: inline-block;
  height: 50px;
  width: 50px;
  background-color: var(--white);
  display: grid;
  place-items: center;
  font-size: 14px;
  z-index: 1;
  border-radius: 50%;
  color: var(--black);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.videoImg:hover img {
  transform: scale(1.25) rotate(-3deg);
}

.sliderContent {
  display: grid !important;
  grid-template-rows: 2fr;
  gap: 1rem;
  grid-template-columns: 2fr repeat(2, 2fr);
}

.sliderContent .videoImg:first-child {
  grid-area: 1/1/3/3;
}
.sliderContent .videoImg:first-child span {
  height: 100px;
  width: 100px;
  font-size: 16px;
}

/* Start: Testimonial Section */
.testimonialSec::before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  position: absolute;
  background-color: #f2f5f8;
  max-height: 997px;
  background: #f2f5f8;
}
.qouteImg {
  position: absolute;
  left: 0;
  bottom: -2.5rem;
}
.testimonialSec p {
  font-size: 2rem;
  font-weight: 300;
  color: #222222;
  line-height: 1.278;
}
.rating {
  font-size: 15px;
  color: #f8a81e;
  margin-bottom: 0.5rem;
  display: inline-block;
}
.testimonial-card {
  border: 2px solid #ebebeb;
  padding: 45px 25px;
  margin: 25px 15px;
  transition: 0.3s ease-in-out;
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 68px 0px rgba(231, 231, 231, 0.35);
}
.testimonial-card p {
  font-size: 15px;
  font-weight: 600;
  color: #3d3d3d;
  line-height: 2;
  margin-bottom: 1.5rem;
}
.testimonial-info span {
  font-size: 14px;
  font-weight: normal;
  color: #8c99a8;
  line-height: 1;
}

.testimonial-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.testimonial-info figure img {
  border-radius: 50%;
}
.testimonial-info .info-box {
  padding: 0 0 0 10px;
}
.testimonial-info .info-box a {
  font-size: 16px;
  font-weight: 500;
  display: block;
  color: #222222;
  line-height: 1;
}
.testimonial-card:hover {
  box-shadow: 0px 4px 33px 0px rgba(0, 0, 0, 0.09);
}
.slick-dots {
  bottom: -2rem;
}
.slick-dots li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 10px;
  margin: 0 1rem;
  width: 10px;
}
.slick-dots li button {
  border-radius: 50%;
  height: 10px;
  width: 10px;
  padding: 3px;
  transition: 0.3s ease-in-out;
  background-color: #d2d7d5;
}
.slick-dots li button:before {
  content: none;
  height: 10px;
  width: 10px;
}
.slick-dots li.slick-active button:before {
  content: "";
  border-radius: 50%;
  transform: scale(1.5);
  background-color: var(--black);
}
.testimonialSec .btmImg {
  margin: -25rem auto 0;
  display: block;
}

/* End: Testimonial Section */

/* Begin: Team CSS */
.teamSec {
  padding-bottom: 10rem;
}
.teamSec .secTitle h2 {
  font-size: 4.375rem;
}
.teamThumb {
  background: #fcfcfc;
  padding-bottom: 1rem;
  border-radius: 50% 50% 0 0;
  border: 1px solid #cccccc;
  transition: 0.3s ease-in-out;
}
.teamThumb > img {
  border-radius: 100%;
  border: 12px solid #febd2f;
  transition: ease-in-out 0.8s;
}
.teamThumb:hover > img {
  animation: move 1s ease-in-out 0s infinite alternate both;
}
@keyframes move {
  0% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
.teamThumb .content {
  padding-top: 2rem;
  text-align: center;
}
.teamThumb .content h4 {
  font-size: 1.375rem;
  font-weight: 600;
}
.teamThumb .content p {
  font-size: 1rem;
  color: #b9b9b9;
}
.teamThumb .content .socialIo {
  justify-content: center;
  gap: 0 0.5rem;
}
.teamThumb .content .socialIo a {
  width: 3rem;
  height: 3rem;
  border: 1px solid #ececec;
  background: var(--white);
  color: var(--black);
  font-size: 1rem;
  transform: scale(0);
}
.teamThumb .content .socialIo a:hover,
.teamThumb .content .socialIo a:focus {
  background: var(--theme-color);
  color: var(--white);
}
.teamThumb:hover {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 90px 0px rgba(150, 150, 150, 0.35);
}
.teamThumb:hover .content .socialIo a {
  transform: scale(1);
}
.teamSec .btmImg {
  position: absolute;
  left: 0;
  bottom: -5rem;
  z-index: 1;
}
/* END: Team CSS */

/* Footer */
.newsLtrForm {
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: rgb(232, 236, 241);
  height: 75px;
  opacity: 1;
}

.newsLtrForm input {
  background-color: transparent;
  border: none;
  height: 100%;
  padding-left: 0.75rem;
  width: calc(100% - 60px);
  font-size: 14px;
  font-weight: 400;
  color: var(--black);
}

.newsLtrForm input::placeholder {
  opacity: 0.5;
  color: var(--black);
}

.newsLtrForm input:focus {
  outline: none;
  background-color: transparent;
}

.newsLtrForm button {
  color: var(--white);
  line-height: 1;
  text-align: center;
  font-size: 1.5rem;
  border: none;
  background-color: var(--black);
  border-radius: 10px;
  width: 77px;
  height: 77px;
}
footer {
  background-color: #f2f5f8;
  padding-top: 5rem;
  position: relative;
}

footer h3 {
  font-size: 1.875rem;
  font-family: "GROBOLD";
  color: var(--black);
  line-height: 1.299;
  margin-bottom: 1rem;
}

footer .links li a {
  font-size: 1rem;
  font-family: "Nunito";
  color: rgb(102, 102, 102);
  font-weight: 500;
  line-height: 2.512;
}
footer .links li a:hover {
  color: var(--theme-color);
}
footer p {
  font-size: 14px;
  color: #666666;
  font-weight: 700;
  line-height: 1.429;
}
.copyRight {
  margin-top: 3rem;
  padding: 1.5rem;
  text-align: center;
  border-top: 1px solid #eaebed;
}
.copyRight p {
  font-size: 1.25rem;
  font-family: "Nunito";
  color: rgb(102, 102, 102);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}

.roleback {
  border-radius: 5px;
  display: grid;
  place-items: center;
  color: var(--white);
  font-size: 1rem;
  border: 1px solid #ed1c24;
  background-color: #ed1c24;
  width: 36px;
  height: 36px;
  position: fixed;
  bottom: 1rem;
  z-index: 1;
  right: 2rem;
}
.roleback:hover {
  background-color: var(--white);
  color: var(--theme-color);
}
