:root {
  --top-bottom: 6px;
  --right-button: 8px;
  --left-buttom: 12px;
  --bigtext: #262626;
  --white: white;
  --black-text: #1f1f1f;
  --text: #1f1f1f;
  --primary: #004358;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  margin-left: 0;
  margin-right: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.container {
  z-index: 2;
  height: 440px;
  max-width: none;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border-radius: 0 0 68px 68px;
  flex-direction: column;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container.about-us {
  height: auto;
  position: static;
}

.banner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.banner.banner-about-us {
  background-image: url('../images/Frame-12.png');
  background-position: 0 0;
  background-size: cover;
  position: static;
}

.banner.aboutus {
  height: 360px;
  background-image: url('../images/Frame-12.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0 0 80px 80px;
  justify-content: flex-start;
}

.banner.aboutus.contact-us {
  background-image: url('../images/Frame-240.png');
}

.banner.aboutus.certification {
  background-image: url('../images/Frame-99.png');
}

.banner.aboutus.certification.productmango {
  background-image: url('../images/Frame-203.png');
}

.banner.aboutus.certification.productmango.productgranities {
  background-image: url('../images/Frame-221.png');
}

.banner.aboutus.certification.productmango.productgranities.dry-red-chilly {
  background-image: url('../images/Frame-225.png');
}

.banner.aboutus.certification.packageing {
  background-image: url('../images/Hero.png');
}

.banner.aboutus.certification.rice-paddy {
  background-image: url('../images/Frame-213.png');
}

.banner.aboutus.greenchilly {
  background-image: url('../images/Frame-229.png');
}

.image {
  max-width: none;
}

.div-block {
  justify-content: center;
  align-items: stretch;
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 1140px;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 0 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.nav-dropdown-toggle {
  padding: var(--top-bottom) var(--right-button) var(--top-bottom) var(--left-buttom);
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  letter-spacing: .25px;
  background-color: rgba(31, 31, 31, 0);
  border-radius: 20px;
  justify-content: center;
  align-items: stretch;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  padding: 8px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.navbar-logo-center-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  background-color: #000;
  border-radius: 91px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 8px 10px 8px 16px;
  display: flex;
}

.nav-menu-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.h1 {
  direction: ltr;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Generalsans, sans-serif;
  font-size: 90px;
  font-weight: 400;
  line-height: 69px;
}

.h1.h1laptop {
  height: 97px;
  color: var(--bigtext);
  margin-bottom: 0;
  font-size: 117px;
  line-height: 91px;
  position: relative;
  overflow: hidden;
}

.h1.h1laptop.aboutus {
  height: 144px;
  font-size: 179px;
  line-height: 136px;
}

.h2-regular {
  text-transform: uppercase;
  font-family: Generalsans, sans-serif;
  font-size: 130px;
  font-weight: 400;
}

.h2-medium {
  text-transform: uppercase;
  font-family: Generalsans, sans-serif;
  font-size: 130px;
  font-weight: 500;
}

.h3-light {
  text-transform: uppercase;
  font-family: Generalsans, sans-serif;
  font-size: 96px;
  font-weight: 300;
}

.h3-regular {
  text-transform: uppercase;
  font-family: Generalsans, sans-serif;
  font-size: 96px;
  font-weight: 400;
}

.h3-medium {
  text-transform: uppercase;
  font-family: Generalsans, sans-serif;
  font-size: 96px;
  font-weight: 500;
}

.h4-medium {
  text-transform: uppercase;
  font-family: Generalsans, sans-serif;
  font-size: 76px;
  font-weight: 400;
}

.h4-light {
  text-transform: uppercase;
  font-family: Generalsans, sans-serif;
  font-size: 76px;
  font-weight: 300;
}

.h5-medium {
  text-transform: uppercase;
  font-family: Generalsans, sans-serif;
  font-size: 64px;
  font-weight: 500;
}

.heading {
  text-transform: uppercase;
  font-family: Generalsans, sans-serif;
  font-size: 64px;
  font-weight: 300;
}

.p1-medium {
  font-family: Generalsans, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}

.p2-semibold {
  text-transform: uppercase;
  font-family: Generalsans, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

.p3-reg {
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.p4-reg {
  color: var(--white);
  padding: 0;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.p4-reg.home-text {
  color: var(--white);
}

.p4-reg.contact-text {
  color: var(--black-text);
}

.list-item {
  justify-content: center;
  align-items: center;
  padding: 6px 8px 6px 12px;
  list-style-type: none;
  display: flex;
}

.list-item-2 {
  padding: 6px 8px 6px 12px;
}

.container-3 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-around;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.nav-menu {
  height: 39px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  object-fit: fill;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.div-block-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 6px 8px 6px 12px;
  display: flex;
}

.navbar {
  width: auto;
  height: 80px;
  -webkit-text-stroke-color: #fff;
  object-fit: fill;
  background-color: #0a0a0a;
  border-radius: 88px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.div-block-3 {
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 6px 8px 6px 12px;
  display: flex;
}

.div-block-4 {
  background-color: rgba(255, 255, 255, 0);
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 6px 8px 6px 12px;
  display: flex;
}

.div-block-4.contact {
  height: 40px;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 10px;
}

.nav-link-2 {
  padding-left: 0;
  padding-right: 4px;
}

.nav-link-2.p4-reg {
  padding-top: 0;
  padding-bottom: 0;
}

.nav-link-3 {
  padding-left: 0;
  padding-right: 4px;
}

.nav-link-3.p4-reg {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav-link-4 {
  padding-left: 0;
  padding-right: 4px;
}

.nav-link-4.p4-reg {
  color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
}

.nav-link-4.p4-reg.contact-text {
  color: var(--black-text);
}

.image-2 {
  width: 91px;
  height: 75px;
}

.container-4 {
  width: 751px;
  height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--black-text);
  border-radius: 61px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-menu-2 {
  z-index: 1;
  height: auto;
  margin: var(--right-button) 10px;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 20px;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: relative;
}

.div-block-5 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: rgba(87, 87, 87, 0);
  flex: 0 auto;
  align-items: stretch;
  padding: 6px 8px 6px 12px;
  display: flex;
  position: relative;
}

.div-block-6 {
  padding: 6px var(--right-button) var(--top-bottom) var(--left-buttom);
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: var(--black-text);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-7 {
  padding: var(--top-bottom) var(--right-button) var(--top-bottom) var(--left-buttom);
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.div-block-7.new {
  background-color: rgba(31, 31, 31, 0);
}

.navbar-2 {
  width: auto;
  height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: rgba(255, 255, 255, 0);
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  left: auto;
}

.body {
  background-color: var(--white);
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.image-3 {
  object-fit: fill;
  border-radius: 0 0 38px;
  flex: 0 auto;
  order: 1;
  display: inline-block;
}

.image-4 {
  display: block;
}

.div-block-8 {
  flex-direction: column;
  display: flex;
}

.nav-link-5 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.nav-link-5.p4-reg {
  align-self: center;
}

.nav-link-5.p3-reg {
  color: var(--white);
  padding: 0;
}

.nav-link-6, .nav-link-7 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.nav-link-7.p4-reg {
  color: var(--white);
}

.nav-link-7.p4-reg.contact {
  color: var(--black-text);
}

.navbar-3 {
  background-color: var(--black-text);
  border-radius: 78px;
  flex: 0 auto;
  justify-content: space-between;
  align-self: center;
  margin-top: 24px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-5 {
  padding: var(--right-button) 16px var(--right-button) 20px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #000;
  border-radius: 49px;
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  display: block;
  position: relative;
}

.nav-menu-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  display: flex;
}

.nav-menu-4 {
  padding-top: var(--top-bottom);
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex: 0 auto;
  align-items: center;
  padding-left: 60px;
  display: flex;
}

.nav-menu-4._1440.laptop {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.div-block-9 {
  padding: var(--top-bottom) var(--right-button) var(--top-bottom) var(--left-buttom);
  background-color: var(--white);
  border-radius: 20px;
  flex: 0 auto;
  align-self: center;
  align-items: center;
  display: flex;
}

.div-block-10 {
  display: flex;
}

.div-block-10.res {
  align-self: center;
  display: flex;
}

.div-block-11, .div-block-12, .div-block-13, .div-block-14 {
  display: flex;
}

.p5-reg {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.p5-med {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.container1 {
  padding: var(--top-bottom) 18px var(--top-bottom) 14px;
  display: flex;
}

.container-7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: static;
}

.nav-menu-5 {
  padding: var(--right-button) 10px var(--right-button) 20px;
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  background-color: #000;
  border-radius: 98px;
  display: flex;
}

.nav {
  color: var(--white);
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.nav.w--current {
  color: var(--white);
  text-decoration: none;
}

.nav.contact {
  color: var(--white);
  letter-spacing: normal;
  text-transform: none;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 54px;
  padding-bottom: 0;
}

.nav.contact.link-contact-about-us {
  color: var(--white);
}

.nav.contact.home {
  color: var(--black-text);
}

.nav.about-us {
  color: var(--white);
}

.nav.about-us.w--current, .nav.about-us.link-aboutus.w--current {
  color: var(--black-text);
}

.navbar-4 {
  background-color: rgba(255, 255, 255, 0);
  position: static;
}

.navbar-4.nav-about-us {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.div-block-15 {
  padding-right: var(--right-button);
  padding-left: var(--left-buttom);
  align-items: center;
  display: flex;
}

.div-block-15.button-primary {
  padding: var(--top-bottom) var(--right-button) var(--top-bottom) var(--left-buttom);
  background-color: var(--white);
  color: rgba(255, 255, 255, 0);
  letter-spacing: normal;
  text-transform: none;
}

.div-block-15.button-primary.contact, .div-block-15.button-primary.about {
  background-color: rgba(255, 255, 255, 0);
}

.div-block-15.about, .div-block-15.aboutus {
  background-color: var(--white);
  border-radius: 20px;
}

.dropdown-toggle {
  margin-right: 0;
  padding: 0;
}

.dropdown-2 {
  padding-top: var(--top-bottom);
  align-items: center;
  display: block;
}

.brand-2.navbar-logo-center {
  width: auto;
}

.image-5 {
  width: auto;
  max-width: none;
}

.container-8 {
  max-width: none;
  margin-top: 0;
  margin-left: 32px;
  margin-right: 32px;
  padding-top: 57px;
  position: static;
}

.hero {
  height: 460px;
  background-image: url('../images/Frame-143.png');
  background-position: 0 0;
  background-size: contain;
  overflow: hidden;
}

.hero.hero-about-us {
  height: auto;
  margin-top: 0;
  display: block;
  position: static;
}

.div-block-16 {
  align-items: flex-end;
  display: flex;
}

.heading-2 {
  color: var(--bigtext);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 11px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.div-block-17 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  margin-top: 0;
  display: flex;
}

.image-6 {
  width: 44px;
  height: 64px;
  margin-bottom: -1px;
}

.image6 {
  width: 44px;
  height: 64px;
}

.dropdown-list.w--open {
  padding: var(--right-button);
  background-color: var(--white);
  border-radius: 8px;
  margin-top: 14px;
}

.dropdown-link {
  color: var(--black-text);
}

.dropdown-link-2, .dropdown-link-3 {
  padding-top: var(--left-buttom);
  padding-bottom: var(--left-buttom);
  color: var(--black-text);
}

.div-block-18 {
  justify-content: flex-end;
  display: flex;
}

.image-7 {
  width: 84px;
  height: 84px;
  border-radius: 17px;
}

.paragraph {
  color: var(--bigtext);
  align-items: center;
  margin-bottom: 0;
  padding-right: 36px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  line-height: 29px;
  display: flex;
}

.div-block-19 {
  height: auto;
  padding: var(--left-buttom);
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--white);
  border-radius: 24px;
  margin-top: 0;
  display: flex;
  box-shadow: 0 0 13px rgba(0, 0, 0, .07);
}

.div-block-20 {
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 0;
  display: flex;
}

.div-block-22 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 10px;
  display: flex;
}

.image-8 {
  width: 176px;
  height: 150px;
}

.image-8.imagedesktop {
  width: 170px;
  height: 148px;
}

.div-block-23 {
  align-items: flex-end;
  display: flex;
}

.container-9 {
  max-width: none;
  background-color: var(--primary);
  margin-left: 0;
  margin-right: 0;
  padding-top: 58px;
  padding-bottom: 48px;
}

.heading-4 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin: 0 32px;
  padding-top: 18px;
  padding-bottom: 54px;
  font-family: Generalsans Variable, sans-serif;
  font-size: 65px;
  font-weight: 300;
  line-height: 70px;
}

.heading-4.two {
  text-transform: uppercase;
  margin-left: 4px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 74px;
  font-weight: 500;
  line-height: 77px;
}

.heading-4.end {
  margin-left: 0;
  margin-right: 4px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 74px;
  line-height: 61px;
}

.div-block-24 {
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: 32px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 24px;
  display: flex;
}

.div-block-25 {
  align-items: center;
  margin-left: 32px;
  margin-right: 32px;
  padding-top: 3px;
  padding-bottom: 10px;
  display: flex;
}

.image-9 {
  width: 124px;
  height: auto;
  margin-left: 4px;
}

.image-10 {
  width: 149px;
  height: 127.703px;
  margin-left: 4px;
}

.image-11 {
  width: 149px;
  height: 127.703px;
  margin-right: 4px;
}

.image-12 {
  width: 149px;
}

.image-13 {
  width: 149px;
  margin-right: 4px;
}

.div-block-26 {
  -webkit-text-stroke-width: 0px;
  border: 1px solid #f5f5f5;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-radius: 1px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-27 {
  padding-top: 42px;
  padding-bottom: 0;
  display: block;
}

.div-block-28 {
  margin-top: 3px;
}

.what-we-export {
  overflow: hidden;
}

.container-10 {
  max-width: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 448fr 448fr 448px;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: center;
  margin-left: 32px;
  margin-right: 32px;
  display: grid;
}

.container-11 {
  max-width: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 312px 312px;
  grid-template-columns: 448px 448px 448px;
  grid-auto-columns: 1px;
  grid-auto-flow: row;
  align-content: space-between;
  justify-content: stretch;
  margin-left: 32px;
  margin-right: 32px;
  display: grid;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.cell {
  padding-left: 45px;
}

.stack {
  grid-column-gap: 15px;
  grid-row-gap: 16px;
  padding: 0;
}

.botom {
  background-image: url('../images/Frame-86.png');
  background-position: 50%;
  background-size: auto;
  border-radius: 12px;
}

.container-12 {
  max-width: none;
  margin: 166px 32px 30px;
}

.heading-5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-left: 0;
  font-family: Generalsans Variable, sans-serif;
  font-size: 136px;
  font-weight: 400;
  line-height: 136px;
}

.cell-2 {
  background-image: url('../images/Frame-160.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 12px;
}

.cell-3 {
  background-image: url('../images/Frame-80.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
}

.cell-4 {
  background-image: url('../images/Frame-84.png');
  background-position: 50%;
  background-size: auto;
  border-radius: 12px;
}

.cell-5 {
  background-image: url('../images/Frame-83.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
}

.cell-6 {
  background-image: url('../images/Frame-161.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
}

.cell-7 {
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 12px;
}

.text-block-1 {
  color: var(--white);
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 0;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

.text-block-1.para {
  font-weight: 400;
  line-height: 21px;
}

.text-block-1.dry-red-chilly, .text-block-1.rice {
  justify-content: flex-start;
  font-size: 25px;
  font-weight: 500;
}

.text-block-1.granites {
  font-size: 25px;
}

.text-block-1.carton-boxes {
  flex-direction: row;
  font-size: 25px;
  font-weight: 500;
  display: block;
}

.text-block-1.mangoes {
  font-size: 25px;
}

.div-block-29.carton-boxes {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 100px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.div-block-29.rice {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 100px;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
}

.div-block-29.mangoes {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 60px;
  margin-left: 40px;
  margin-right: 50px;
  display: flex;
}

.div-block-29.granites {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 60px;
  margin-left: 30px;
  margin-right: 30px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-29.dry-red-chilly {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 60px;
  margin-left: 100px;
  margin-right: 100px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-29.green-chilly {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 249px;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
}

.who-are-we {
  margin-top: 156px;
  overflow: hidden;
}

.container-13 {
  max-width: none;
  flex-direction: column;
  margin-left: 32px;
  margin-right: 32px;
  display: flex;
}

.heading-6 {
  color: var(--bigtext);
  text-align: center;
  font-family: Generalsans Variable, sans-serif;
  font-size: 110px;
  font-weight: 400;
  line-height: 85px;
}

.div-block-30 {
  justify-content: center;
  display: flex;
}

.div-block-31 {
  justify-content: center;
  margin-top: 31px;
  display: flex;
}

.div-block-32 {
  width: 483px;
  display: flex;
}

.div-block-33 {
  width: 214px;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.div-block-34 {
  width: 483px;
  display: flex;
}

.div-block-35 {
  width: 232px;
  border: 1px #f0f0f0;
}

.paragraph-4 {
  text-align: justify;
  align-items: flex-end;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  display: block;
}

.div-block-36 {
  width: auto;
  align-items: flex-end;
  display: flex;
}

.div-block-37 {
  height: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-14 {
  width: 232px;
  max-width: none;
  float: left;
  clear: none;
  margin-left: auto;
  margin-right: auto;
}

.div-block-38 {
  width: auto;
  align-items: flex-end;
  display: flex;
}

.paragraph-5 {
  text-align: justify;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.paragraph-6 {
  color: var(--bigtext);
  text-align: justify;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.image-15 {
  width: 232px;
  height: 657px;
  max-width: none;
  min-width: 0;
}

.body-2 {
  margin-left: 0;
  margin-right: 0;
}

.image-16 {
  height: 315px;
}

.why-choose {
  background-image: linear-gradient(#00394a, #001f28 18%, #000f13 42%, #000);
  margin-top: 144px;
  padding-bottom: 0;
  display: block;
  overflow: hidden;
}

.container-14 {
  height: auto;
  max-width: none;
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 32px;
  margin-right: 32px;
  padding-top: 0;
  display: flex;
}

.heading-7 {
  color: #8aa9b2;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Generalsans Variable, sans-serif;
  font-size: 130px;
  font-weight: 500;
  line-height: 142px;
}

.paragraph-7 {
  max-width: 1089px;
  color: #8aa9b2;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.slider {
  height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(221, 221, 221, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.image-18 {
  width: 330px;
  height: auto;
  margin-right: 36px;
  padding-right: 0;
}

.slide {
  width: 100%;
  height: auto;
  max-width: 100%;
  margin-bottom: 18px;
  margin-right: 0;
}

.slide-2 {
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.slide-3 {
  margin-left: 0;
}

.image-19 {
  width: 330px;
  margin-right: 36px;
}

.image-20 {
  width: 330px;
  margin-right: 20px;
}

.im {
  width: 330px;
}

.right-arrow {
  padding-left: 0;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.icon-3 {
  margin-right: 0;
}

.icon-4 {
  margin-left: 0;
}

.mask {
  width: 100%;
  height: auto;
  padding-bottom: 0;
}

.div-block-41 {
  justify-content: space-between;
  display: flex;
}

.div-block-42 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.slide-nav {
  padding-top: 44px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-21 {
  width: 330px;
  margin-right: 0;
}

.contact {
  background-image: url('../images/Group-78.png');
  background-position: 50% 100%;
  background-size: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.contact.contact-none {
  display: none;
}

.heading-8 {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  color: var(--bigtext);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans Variable, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 64px;
}

.heading-8.sub {
  text-align: center;
  background-image: none;
  margin-top: 10px;
  font-size: 70px;
  font-weight: 300;
  line-height: 84px;
}

.div-block-43 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-image: url('../images/Group-78.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 28px;
  padding-bottom: 40px;
  display: flex;
}

.container-15 {
  max-width: none;
  margin-bottom: 0;
  padding-top: 200px;
  padding-bottom: 140px;
}

.button {
  background-color: var(--primary);
  color: var(--white);
  text-align: left;
  border-radius: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 60px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 500;
  display: inline-block;
  box-shadow: 0 6px 20px #428da5;
}

.footer {
  background-color: var(--primary);
  margin-bottom: 0;
  overflow: hidden;
}

.container-16 {
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: 32px;
  margin-right: 32px;
  padding-top: 46px;
  padding-bottom: 36px;
  display: flex;
}

.div-block-44 {
  width: auto;
  height: 185px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
  display: flex;
}

.heading-9 {
  padding-bottom: var(--right-button);
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 34px;
  font-weight: 600;
}

.paragraph-8 {
  color: var(--white);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
}

.paragraph-8.products, .paragraph-8.address {
  font-size: 30px;
  line-height: 46px;
}

.paragraph-9 {
  color: var(--white);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.paragraph-10 {
  width: 530px;
  color: var(--white);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.paragraph-10.address-text {
  width: 298px;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-11 {
  max-width: 100%;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  line-height: 44px;
}

.paragraph-11.address-text {
  font-size: 16px;
  line-height: 22px;
}

.paragraph-12 {
  color: var(--white);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  line-height: 22px;
}

.paragraph-12.mail-address {
  font-size: 16px;
}

.paragraph-13 {
  color: var(--white);
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.paragraph-13.time {
  width: 530px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 22px;
  line-height: 44px;
}

.paragraph-13.time.address-text {
  font-size: 16px;
  line-height: 22px;
}

.div-block-45 {
  width: 288px;
  height: 185px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.div-block-46 {
  width: auto;
  height: auto;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.div-block-46.address-footer {
  width: 352px;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-47 {
  flex-direction: column;
  display: flex;
}

.div-block-48 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.image-22 {
  width: 210px;
  height: 164px;
  max-height: 184px;
  max-width: 230px;
}

.div-block-49 {
  width: auto;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-50 {
  width: 434px;
  max-width: none;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--white);
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-51 {
  width: auto;
  padding-top: var(--right-button);
  padding-bottom: var(--right-button);
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.div-block-52 {
  width: auto;
  max-width: none;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-53 {
  padding-top: var(--left-buttom);
  padding-bottom: 16px;
  display: block;
}

.div-block-53.address {
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-54 {
  height: auto;
  padding-top: var(--right-button);
  padding-bottom: var(--right-button);
}

.div-block-55, .div-block-56, .div-block-57, .div-block-58 {
  padding-top: var(--right-button);
  padding-bottom: var(--right-button);
}

.div-block-59 {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  align-items: flex-start;
  display: flex;
}

.div-block-60 {
  width: 976.734vh;
  max-width: 100%;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: space-between;
  margin-bottom: 10px;
  display: flex;
}

.paragraph-14 {
  color: #8aa9b2;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.div-block-61 {
  width: 100%;
  max-width: none;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #001c25;
  justify-content: center;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.div-block-62 {
  width: 150px;
  max-width: 150px;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-right: 1px solid #8aa9b2;
  align-items: center;
  padding-right: 14px;
  display: flex;
}

.div-block-63 {
  width: 147px;
  max-width: 148px;
  border-right: 1px solid #8aa9b2;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 14px;
  display: flex;
}

.div-block-64 {
  width: auto;
  max-width: none;
  border-right: 0 solid #8aa9b2;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 14px;
}

.image-23 {
  color: var(--white);
}

.content {
  justify-content: center;
  align-items: center;
  margin-top: 120px;
  display: block;
  overflow: hidden;
}

.content.content-contact-us {
  overflow: hidden;
}

.content.content-contact-us.contentpackageing {
  margin-top: 121px;
}

.content.content-contact-us.contentpackageing.contentricepaddy {
  margin-top: 160px;
}

.div-block-65 {
  width: 400px;
  max-width: 400px;
  color: var(--bigtext);
  border-bottom: 1px solid #54818f;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.container-17 {
  max-width: none;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 32px;
  margin-right: 32px;
  display: flex;
}

.paragraph-15, .paragraph-16, .paragraph-17 {
  text-align: justify;
}

.body-3 {
  flex-direction: column;
  display: block;
}

.some-products {
  background-color: #336979;
  margin-top: 154px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.container-18 {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.paragraph-18 {
  color: var(--white);
  text-transform: uppercase;
  margin-left: 32px;
  font-family: Generalsans Variable, sans-serif;
  font-size: 54px;
  font-weight: 300;
  line-height: 64px;
}

.paragraph-18.para19 {
  font-weight: 500;
}

.paragraph-18.para {
  color: #fff;
  margin-bottom: 0;
  margin-left: 32px;
  font-size: 100px;
  line-height: 157px;
  text-decoration: none;
}

.div-block-66 {
  background-color: #003d50;
  border-bottom: 1px solid #f5f5f5;
  padding-top: 40px;
  padding-bottom: 36px;
}

.div-block-66.sub {
  cursor: auto;
  border-bottom-color: #336979;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-66.sub.ricepaddy {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.div-block-66.sub.mangoes {
  display: none;
}

.div-block-66.sub.mangoes.granities {
  display: flex;
}

.div-block-66.sub.granities {
  display: none;
}

.image-24, .image-25, .image-26, .image-27 {
  width: 156px;
  margin-right: 32px;
}

.image-28 {
  width: 156px;
  min-width: 0%;
  justify-content: space-between;
  margin-right: 32px;
  padding-right: 0;
  display: flex;
}

.image-29 {
  width: 250px;
  height: 280px;
}

.div-block-67 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.paragraph-19 {
  width: 200px;
  height: auto;
  max-width: none;
  font-family: Poppins, sans-serif;
}

.container-19 {
  max-width: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-30 {
  width: 180px;
  max-width: none;
}

.heading-10 {
  text-align: left;
  font-size: 74px;
  font-weight: 400;
  line-height: 58px;
}

.heading-10.h3 {
  text-align: right;
}

.heading-10.h2 {
  text-align: center;
}

.hero-image {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.slide-4 {
  width: 100%;
  height: 400px;
  background-image: url('../images/Frame-204.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 0 0 60px 60px;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-5 {
  background-image: url('../images/Frame-229.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-6 {
  background-image: url('../images/Frame-221.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-7 {
  background-image: url('../images/Frame-203.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-8 {
  background-image: url('../images/Frame-225.png');
  background-position: 0 0;
  background-size: auto;
}

.slider-2 {
  width: 100%;
  height: 400px;
  max-width: 100%;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
}

.left-arrow, .right-arrow-2, .slide-nav-2 {
  display: none;
}

.mask-2 {
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  position: relative;
}

.mover {
  flex-direction: column;
  display: block;
  overflow: visible;
}

.wraper {
  height: 62px;
  margin-top: 12px;
  overflow: hidden;
}

.move {
  flex-direction: column;
  display: flex;
  overflow: visible;
}

.wrap {
  width: 84px;
  height: 84px;
  overflow: hidden;
}

.headtext {
  display: inline-block;
  position: relative;
  top: 0;
  overflow: hidden;
}

.container-20 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: static;
}

.dropdown-link-4 {
  color: #1f1f1f;
  padding-top: 12px;
  padding-bottom: 12px;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  border-radius: 14px;
  margin-top: 14px;
  padding: 8px;
}

.container-21 {
  z-index: auto;
  height: 440px;
  max-width: none;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border-radius: 0 0 68px 68px;
  flex-direction: column;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-21.about-us {
  position: absolute;
}

.dropdown-3 {
  background-color: var(--white);
  border-radius: 20px;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 0;
  display: block;
}

.dropdown-3.certification, .dropdown-3.productscontatc, .dropdown-3.products {
  background-color: rgba(255, 255, 255, 0);
}

.image-34 {
  color: #fff;
}

.image-35 {
  width: auto;
  max-width: none;
}

.div-block-71 {
  align-items: center;
  padding-left: 12px;
  padding-right: 8px;
  display: flex;
}

.div-block-71.aboutus {
  background-color: #fff;
  border-radius: 20px;
}

.div-block-71.aboutus.contactus {
  background-color: rgba(255, 255, 255, 0);
}

.div-block-71.button-primary {
  color: rgba(255, 255, 255, 0);
  letter-spacing: normal;
  text-transform: none;
  background-color: #fff;
  padding: 6px 8px 6px 12px;
}

.div-block-71.button-primary.about {
  background-color: #fff;
  border-radius: 20px;
}

.nav-menu-6 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  background-color: #000;
  border-radius: 98px;
  padding: 8px 10px 8px 20px;
  display: flex;
}

.navbar-5 {
  background-color: rgba(255, 255, 255, 0);
}

.dropdown-link-5 {
  color: #1f1f1f;
  padding-top: 12px;
  padding-bottom: 12px;
}

.nav-2 {
  color: #fff;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.nav-2.w--current {
  color: #fff;
  text-decoration: none;
}

.nav-2.contact {
  color: #1f1f1f;
  letter-spacing: normal;
  text-transform: none;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 54px;
  padding-bottom: 0;
}

.nav-2.contact.contact-us.aboutuscontact {
  color: #1f1f1f;
}

.nav-2.about-us {
  color: #fff;
}

.nav-2.about-us.w--current, .dropdown-link-6 {
  color: #1f1f1f;
}

.div-block-72 {
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 0;
  display: flex;
}

.div-block-73 {
  align-items: flex-end;
  display: flex;
}

.div-block-74 {
  justify-content: flex-end;
  display: flex;
}

.image-36 {
  width: 74px;
  height: 74px;
  border-radius: 17px;
}

.div-block-75 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 10px;
  display: flex;
}

.h1-2 {
  direction: ltr;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 90px;
  font-weight: 400;
  line-height: 69px;
}

.h1-2.h1laptop {
  color: #262626;
  margin-bottom: 0;
  font-size: 97px;
  line-height: 103px;
}

.h1-2.h1laptop.aboutus {
  font-family: Generalsans Variable, sans-serif;
  font-size: 141px;
  line-height: 112px;
}

.h1-2.h1laptop.aboutus.text {
  font-size: 146px;
  line-height: 127px;
}

.h1-2.h1laptop.aboutus {
  font-size: 98px;
  line-height: 78px;
}

.h1-2.h1laptop.aboutus.certification {
  font-size: 129px;
  line-height: 115px;
}

.h1-2.h1laptop.aboutus.certification.packageing {
  font-size: 164px;
  line-height: 148px;
}

.h1-2.h1laptop.aboutus.certification.packageing.dryredchilly {
  font-size: 130px;
  line-height: 119px;
}

.image-37 {
  width: 176px;
  height: 150px;
}

.image-37.imagedesktop {
  width: 170px;
  height: 148px;
}

.div-block-76 {
  height: auto;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border-radius: 24px;
  margin-top: 0;
  padding: 12px;
  display: flex;
  box-shadow: 0 0 13px rgba(0, 0, 0, .07);
}

.container-22 {
  max-width: none;
  margin-top: 0;
  margin-left: 32px;
  margin-right: 32px;
  padding-top: 57px;
}

.paragraph-20 {
  color: #262626;
  align-items: center;
  margin-bottom: 0;
  padding-right: 57px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.hero-2 {
  height: 460px;
  background-image: url('../images/Frame-143.png');
  background-position: 0 0;
  background-size: contain;
}

.hero-2.hero-about-us {
  height: auto;
  margin-top: 0;
  display: block;
  position: static;
}

.hero-2.hero-about-us.hero-contact-us {
  overflow: hidden;
}

.hero-2.hero-about-us.certification {
  background-size: cover;
  margin-bottom: 0;
  padding-bottom: 32px;
  overflow: hidden;
}

.container-23 {
  max-width: none;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 119px;
  margin-left: 32px;
  margin-right: 32px;
  display: flex;
}

.container-23.container-packageing {
  flex-direction: row;
  align-items: center;
}

.container-23.container-packageing.container-mango {
  justify-content: space-between;
  align-items: center;
}

.div-block-77 {
  width: 400px;
  max-width: 400px;
  color: #262626;
  border-bottom: 1px solid #54818f;
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.div-block-77.seco {
  display: block;
}

.paragraph-21 {
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.paragraph-21.head {
  font-size: 20px;
  font-weight: 500;
  display: none;
}

.paragraph-21.head.sub {
  display: block;
}

.paragraph-21.head.p {
  display: none;
}

.paragraph-22, .paragraph-23 {
  text-align: justify;
}

.container-24 {
  max-width: none;
  margin-bottom: 0;
  padding-top: 200px;
  padding-bottom: 140px;
}

.div-block-78 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.heading-11 {
  color: #262626;
  text-transform: uppercase;
  background-image: linear-gradient(#fff, #fff);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans Variable, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 64px;
}

.heading-11.sub {
  text-align: center;
  background-image: none;
  font-size: 70px;
  font-weight: 300;
  line-height: 84px;
}

.button-2 {
  color: #fff;
  text-align: left;
  background-color: #004358;
  border-radius: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 60px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 500;
  display: inline-block;
  box-shadow: 0 6px 20px #428da5;
}

.paragraph-24 {
  color: #8aa9b2;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.div-block-79 {
  padding-top: 12px;
  padding-bottom: 16px;
}

.container-25 {
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: 32px;
  margin-right: 32px;
  padding-top: 52px;
  display: flex;
}

.heading-12 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 8px;
  font-family: Poppins, sans-serif;
  font-size: 34px;
  font-weight: 600;
}

.div-block-80 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 16px;
  display: flex;
}

.div-block-81, .div-block-82 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.div-block-83 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.paragraph-25 {
  color: #fff;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.paragraph-26 {
  color: #fff;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.paragraph-26.time {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
}

.div-block-84 {
  width: 317px;
  height: 261px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.paragraph-27 {
  color: #fff;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.paragraph-28 {
  color: #fff;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.div-block-85 {
  flex-direction: column;
  display: flex;
}

.div-block-86 {
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}

.div-block-87 {
  width: 179.922px;
  max-width: 179.922px;
  border-right: 0 solid #8aa9b2;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 14px;
}

.paragraph-29 {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.div-block-88 {
  width: 288px;
  height: 185px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.div-block-89 {
  width: 100%;
  max-width: none;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #001c25;
  justify-content: center;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.footer-2 {
  background-color: #004358;
  margin-top: 145px;
  margin-bottom: 0;
}

.div-block-90 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.div-block-91 {
  width: 150px;
  max-width: 150px;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-right: 1px solid #8aa9b2;
  align-items: center;
  padding-right: 14px;
  display: flex;
}

.div-block-92 {
  width: auto;
  height: 185px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: flex-start;
  display: flex;
}

.div-block-93 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.div-block-94 {
  width: 147px;
  max-width: 148px;
  border-right: 1px solid #8aa9b2;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 14px;
  display: flex;
}

.paragraph-30 {
  color: #fff;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.div-block-95 {
  width: 976.734vh;
  max-width: 100%;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: space-between;
  margin-bottom: 10px;
  display: flex;
}

.image-38 {
  width: 210px;
  height: 164px;
  max-height: 184px;
  max-width: 230px;
}

.div-block-96 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.div-block-97, .div-block-98 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.dropdown-link-7 {
  background-color: var(--white);
  color: var(--black-text);
  border-radius: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.dropdown-link-7.productmangoes.granities {
  background-color: var(--white);
  color: var(--black-text);
}

.dropdown-link-7.productmangoes.mangoactive.mango {
  background-color: var(--bigtext);
  color: var(--white);
}

.dropdown-link-7.productricemango {
  background-color: var(--white);
  color: var(--black-text);
}

.div-block-99 {
  color: #fff;
  border-radius: 20px;
  align-items: center;
  padding-left: 12px;
  padding-right: 8px;
  display: flex;
}

.div-block-99.certification {
  background-color: #fff;
}

.div-block-99.certification.packaging {
  background-color: rgba(255, 255, 255, 0);
}

.div-block-99.button-primary {
  color: rgba(255, 255, 255, 0);
  letter-spacing: normal;
  text-transform: none;
  background-color: #fff;
  padding: 6px 8px 6px 12px;
}

.div-block-99.button-primary.about {
  background-color: rgba(255, 255, 255, 0);
}

.div-block-99.aboutus {
  background-color: #fff;
  border-radius: 20px;
}

.div-block-99.aboutus.certification {
  background-color: rgba(255, 255, 255, 0);
}

.div-block-99.packageing {
  padding-top: var(--top-bottom);
  padding-bottom: var(--top-bottom);
  background-color: var(--white);
  color: var(--black-text);
}

.div-block-99.packageing.rice-paddy {
  background-color: rgba(255, 255, 255, 0);
}

.container-26 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: static;
}

.dropdown-link-8 {
  color: #1f1f1f;
  padding-top: 12px;
  padding-bottom: 12px;
}

.dropdown-link-8.dryred-chilly {
  background-color: var(--bigtext);
  color: var(--white);
  border-radius: 10px;
}

.dropdown-link-8.granities {
  background-color: var(--white);
  color: var(--black-text);
  border-radius: 10px;
}

.dropdown-link-8.granities.granities-active {
  background-color: var(--bigtext);
  color: var(--white);
}

.dropdown-link-8.green-chilly, .dropdown-link-8.dry-red-chilly.redchilly {
  background-color: var(--bigtext);
  color: var(--white);
  border-radius: 10px;
}

.container-27 {
  z-index: auto;
  height: 440px;
  max-width: none;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border-radius: 0 0 68px 68px;
  flex-direction: column;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-27.about-us {
  position: absolute;
}

.nav-menu-7 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  background-color: #000;
  border-radius: 98px;
  padding: 8px 10px 8px 20px;
  display: flex;
}

.image-39 {
  width: auto;
  max-width: none;
}

.image-40 {
  color: #fff;
}

.nav-3 {
  color: var(--black-text);
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.nav-3.w--current {
  color: #fff;
  text-decoration: none;
}

.nav-3.contact {
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 54px;
  padding-bottom: 0;
}

.nav-3.certification {
  color: #1f1f1f;
}

.nav-3.certification.packageing {
  color: var(--white);
}

.nav-3.about-us {
  color: #fff;
}

.nav-3.about-us.w--current {
  color: #1f1f1f;
}

.nav-3.about-us.certification {
  color: #fff;
}

.nav-3.certificationhome {
  color: var(--white);
}

.nav-3.packageing {
  color: var(--black-text);
}

.nav-3.packageing.packageing-certification, .nav-3.packageing.products-packageing, .nav-3.productslink, .nav-3.productspackageing {
  color: var(--white);
}

.dropdown-link-9 {
  background-color: var(--white);
  color: var(--black-text);
  border-radius: 10px;
}

.dropdown-link-9.certificationrice-paddy {
  background-color: var(--white);
  color: var(--black-text);
}

.dropdown-link-9.ricepaddy {
  background-color: var(--bigtext);
  color: var(--white);
}

.dropdown-link-9.ricepaddy.productmangorice {
  background-color: var(--white);
  color: var(--black-text);
}

.container-28 {
  max-width: none;
  margin-top: 0;
  margin-left: 32px;
  margin-right: 32px;
  padding-top: 57px;
}

.div-block-100 {
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 0;
  display: flex;
}

.div-block-101 {
  align-items: flex-end;
  display: flex;
}

.image-41 {
  width: 176px;
  height: 150px;
}

.image-41.imagedesktop {
  width: 170px;
  height: 148px;
}

.div-block-102 {
  height: auto;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border-radius: 24px;
  margin-top: 0;
  padding: 12px;
  display: flex;
  box-shadow: 0 0 13px rgba(0, 0, 0, .07);
}

.div-block-103 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 10px;
  display: flex;
}

.div-block-104 {
  justify-content: flex-end;
  display: flex;
}

.paragraph-31 {
  color: #262626;
  align-items: center;
  margin-bottom: 0;
  padding-right: 57px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.image-45 {
  width: 236px;
  height: 305.406px;
  aspect-ratio: auto;
  flex: 0 auto;
  overflow: visible;
}

.container-29 {
  max-width: none;
}

.div-block-105 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  margin-top: 56px;
  display: flex;
}

.div-block-106 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  margin-left: 32px;
  margin-right: 32px;
  padding-left: 0;
  display: flex;
}

.div-block-106.div2 {
  justify-content: center;
}

.image-48 {
  width: auto;
}

.section-2 {
  margin-top: 54px;
  overflow: hidden;
}

.heading-13 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 32px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  line-height: 60px;
}

.div-block-107 {
  background-color: #004358;
}

.container-30 {
  max-width: none;
  margin-bottom: 0;
  padding-top: 200px;
  padding-bottom: 140px;
}

.div-block-108 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.heading-14 {
  color: #262626;
  text-transform: uppercase;
  background-image: linear-gradient(#fff, #fff);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 600;
  line-height: 64px;
}

.heading-14.sub {
  text-align: center;
  background-image: none;
  font-size: 70px;
  font-weight: 300;
  line-height: 84px;
}

.button-3 {
  color: #fff;
  text-align: left;
  background-color: #004358;
  border-radius: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 60px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 500;
  display: inline-block;
  box-shadow: 0 6px 20px #428da5;
}

.div-block-109 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.div-block-110 {
  width: 317px;
  height: 261px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.div-block-111 {
  width: auto;
  height: 185px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
  display: flex;
}

.div-block-112 {
  width: 100%;
  max-width: none;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #001c25;
  justify-content: center;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.div-block-113 {
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}

.paragraph-32 {
  color: #fff;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.paragraph-32.time {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
}

.div-block-114 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 16px;
  display: flex;
}

.div-block-115 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.paragraph-33 {
  color: #8aa9b2;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.div-block-116 {
  width: 150px;
  max-width: 150px;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-right: 1px solid #8aa9b2;
  align-items: center;
  padding-right: 14px;
  display: flex;
}

.div-block-117 {
  width: 179.922px;
  max-width: 179.922px;
  border-right: 0 solid #8aa9b2;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 14px;
}

.div-block-118 {
  flex-direction: column;
  display: flex;
}

.paragraph-34 {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.div-block-119 {
  padding-top: 12px;
  padding-bottom: 16px;
}

.container-31 {
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: 32px;
  margin-right: 32px;
  padding-top: 52px;
  display: flex;
}

.div-block-120, .div-block-121 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.div-block-122 {
  width: 147px;
  max-width: 148px;
  border-right: 1px solid #8aa9b2;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 14px;
  display: flex;
}

.div-block-123 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.image-49 {
  width: 210px;
  height: 164px;
  max-height: 184px;
  max-width: 230px;
}

.div-block-124 {
  width: 288px;
  height: 185px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.div-block-125 {
  width: 976.734vh;
  max-width: 100%;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: space-between;
  margin-bottom: 10px;
  display: flex;
}

.div-block-126 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.div-block-127 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.paragraph-35 {
  color: #fff;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.div-block-128 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.paragraph-36 {
  color: #fff;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.paragraph-37 {
  color: #fff;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.heading-15 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 8px;
  font-family: Poppins, sans-serif;
  font-size: 34px;
  font-weight: 600;
}

.paragraph-38 {
  color: #fff;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.imagediv {
  width: 100%;
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  margin-right: 60px;
  display: flex;
}

.image-50 {
  width: auto;
  margin-bottom: 360px;
  margin-right: 0;
}

.image-50.dryred-chilly {
  margin-bottom: 360px;
}

.image-50.granites {
  margin-bottom: 0;
}

.imagediv2 {
  width: 100%;
  max-width: none;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: 60px;
  display: flex;
}

.rice {
  display: block;
}

.rice.granitie, .rice.chilly {
  display: none;
}

.images {
  margin-top: 162px;
  padding-top: 0;
  overflow: hidden;
}

.images.ricepaddy {
  overflow: hidden;
}

.cell-8 {
  background-image: url('../images/Rectangle-80_1.png');
  background-position: 0 0;
  background-size: cover;
}

.cell-8.ricepaddy {
  background-image: url('../images/Rectangle-80.png');
}

.cell-8.mangoes {
  background-image: url('../images/Tothapuri-Mango.jpg');
}

.cell-8.mangoes.granities {
  background-image: url('../images/Frame-172.png');
}

.cell-8.mangoes.granities.dry-red-chilly {
  background-image: url('../images/Rectangle-80_2.png');
}

.cell-8.mangoes.granities.dry-red-chilly.greenchilly {
  background-image: url('../images/Rectangle-80_3.png');
}

.cell-9 {
  background-image: url('../images/Rectangle-79.png');
  background-position: 0 0;
  background-size: cover;
}

.cell-9.magoes {
  background-image: url('../images/Banganapalli-Mango.jpg');
}

.cell-9.magoes.granities {
  background-image: url('../images/Frame-174.png');
}

.cell-9.magoes.granities.dry-red-chilly {
  background-image: url('../images/Rectangle-79_1.png');
}

.cell-9.magoes.granities.dry-red-chilly.green-chilly {
  background-image: url('../images/Rectangle-79_2.png');
}

.cell-10 {
  background-image: url('../images/Rectangle-78_1.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
}

.cell-10.ricepaddy {
  background-image: url('../images/Rectangle-78.png');
}

.cell-10.mangoes.granities {
  background-image: url('../images/Frame-171.png');
}

.cell-10.mangoes.granities.dry-red-chilly {
  background-image: url('../images/Rectangle-78_2.png');
}

.cell-10.mangoes.granities.dry-red-chilly.green-chilly {
  background-image: url('../images/Rectangle-78_3.png');
}

.quick-stack {
  height: 900px;
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  padding: 0;
}

.cell-11 {
  background-image: url('../images/Rectangle-73_1.png');
  background-position: 0 0;
  background-size: cover;
}

.cell-11.mangoes {
  background-image: url('../images/Alphonso-Mango.jpg');
  background-position: 50% 100%;
}

.cell-11.mangoes.granities {
  background-image: url('../images/Frame-175.png');
}

.cell-11.mangoes.granities.dry-red-chilly {
  background-image: url('../images/Rectangle-73_2.png');
}

.cell-11.mangoes.granities.dry-red-chilly.green-chilly {
  background-image: url('../images/Rectangle-73_3.png');
}

.cell-11.ricepaddy {
  background-image: url('../images/Rectangle-73.png');
}

.cell-12 {
  background-image: url('../images/Rectangle-77_1.png');
  background-position: 0 0;
  background-size: cover;
}

.cell-12.mangoes.granities {
  background-image: url('../images/Frame-173.png');
}

.cell-12.mangoes.granities.dry-red-chilly {
  background-image: url('../images/Rectangle-77_2.png');
}

.cell-12.mangoes.granities.dry-red-chilly.green-chilly {
  background-image: url('../images/Rectangle-76_3.png');
}

.cell-12.ricepaddy {
  background-image: url('../images/Rectangle-77.png');
}

.cell-13 {
  background-image: url('../images/Rectangle-76_1.png');
  background-position: 0 0;
  background-size: cover;
}

.cell-13.mangoes {
  background-image: url('../images/Alphonso-Mango.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.cell-13.mangoes.granities {
  background-image: url('../images/Frame-176.png');
}

.cell-13.mangoes.granities.dry-red-chilly {
  background-image: url('../images/Rectangle-76_2.png');
}

.cell-13.mangoes.granities.dry-red-chilly.green-chilly {
  background-image: url('../images/Rectangle-77_3.png');
}

.cell-13.ricepaddy {
  background-image: url('../images/Rectangle-76.png');
}

.link {
  color: #8aa9b2;
}

.link-3, .link-4, .link-5, .link-6, .link-7, .link-8, .link-9, .link-10, .link-11, .link-12 {
  color: var(--white);
  text-decoration: none;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4 {
  font-weight: 500;
}

.link-block, .link-block-2, .link-block-3 {
  width: 100%;
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.link-block-4 {
  width: 100%;
  justify-content: space-between;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.link-block-5 {
  width: 100%;
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.link-13 {
  color: #8aa9b2;
}

.link-block-6, .link-block-7, .link-block-8, .link-block-9, .link-block-10, .link-block-11 {
  text-decoration: none;
}

.div-block-129 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-direction: column;
  display: flex;
}

.address-section {
  background-color: var(--primary);
  margin-top: 124px;
  overflow: hidden;
}

.container-32 {
  max-width: none;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  margin-left: 32px;
  margin-right: 32px;
  display: flex;
}

.image-52 {
  width: 32px;
  height: 32px;
  max-width: 100%;
}

.image-53 {
  width: 32px;
  max-width: 100%;
}

.div-block-130 {
  width: auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 0;
  display: flex;
}

.div-block-131 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-132 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-54 {
  width: 32px;
  height: 32px;
}

.image-55 {
  width: 32px;
}

.image-56 {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: fill;
  overflow: hidden;
}

.div-block-133 {
  width: auto;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  margin-left: 0;
  display: flex;
}

.image-57 {
  width: 100%;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
}

.image-58 {
  width: 100%;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
}

.image-63 {
  width: 100%;
  max-width: 100%;
  display: inline-flex;
}

.image-64 {
  width: 74px;
}

.left-arrow-2 {
  display: flex;
  position: static;
  overflow: visible;
}

.italic-text {
  font-style: normal;
}

.image-65 {
  width: 100%;
  max-width: 100%;
}

.quick-stack-2 {
  width: 100%;
  max-width: 100%;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  padding: 0;
}

.cell-14 {
  display: flex;
}

.cell-15 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cell-16 {
  display: flex;
}

.imagename, .paragraph-39 {
  color: var(--bigtext);
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.paragraph-40 {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.image-66 {
  width: auto;
  margin-bottom: 360px;
}

.paragraph-41 {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.image-67 {
  width: 100%;
  margin-bottom: 360px;
}

.paragraph-42 {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.paragraph-43 {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.image-68 {
  width: 469px;
}

.paragraph-44 {
  font-size: 17px;
}

.paragraph-45 {
  font-weight: 600;
}

.parahead {
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
}

.image-69 {
  width: 100%;
  height: 100%;
}

.image-70 {
  width: 236px;
}

.image-71, .image-72 {
  width: auto;
}

.image-73, .image-74 {
  width: 280px;
}

.contact-us {
  margin-top: 0;
  margin-bottom: 0;
}

.contact-us.contact-final-page {
  margin-top: 100px;
  margin-bottom: 100px;
  overflow: hidden;
}

.container-33 {
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 32px;
  margin-right: 32px;
  display: flex;
}

.field-label, .field-label-2, .field-label-3, .field-label-4 {
  color: var(--text);
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.submit-button {
  background-color: var(--primary);
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.form-block {
  width: 600px;
}

.text-field {
  height: 95px;
  color: var(--bigtext);
  border-radius: 2px;
  font-family: Poppins, sans-serif;
}

.text-field-2, .text-field-3, .text-field-4 {
  border-radius: 2px;
}

.form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.map {
  overflow: hidden;
}

.mapcode {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.section-3 {
  overflow: hidden;
}

@media screen and (min-width: 1280px) {
  .banner.aboutus {
    height: 400px;
    background-size: cover;
  }

  .banner.aboutus.green-chilly {
    background-image: url('../images/Frame-229.png');
  }

  .h1.h1laptop {
    height: 104px;
    font-size: 117px;
  }

  .h1.h1laptop.aboutus {
    height: 142px;
  }

  .heading-4 {
    padding-bottom: 36px;
    font-size: 77px;
  }

  .heading-4.two {
    font-size: 88px;
    line-height: 126px;
  }

  .heading-4.end {
    font-size: 85px;
    line-height: 97px;
  }

  .image-9 {
    width: 129px;
  }

  .heading-5 {
    font-size: 125px;
    line-height: 117px;
  }

  .image-18 {
    width: 386px;
    margin-right: 12px;
  }

  .slide {
    width: 100%;
    max-width: 100%;
  }

  .image-19 {
    width: 386px;
    margin-right: 12px;
  }

  .image-20, .im {
    width: 386px;
  }

  .slide-nav {
    padding-top: 47px;
  }

  .image-21 {
    width: 386px;
    margin-right: 0;
  }

  .div-block-60 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-64 {
    max-width: none;
  }

  .div-block-67 {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    flex-direction: column;
    margin-top: -7px;
    display: flex;
  }

  .paragraph-19 {
    width: 260px;
    height: auto;
    max-width: none;
  }

  .container-19 {
    max-width: none;
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    align-items: stretch;
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    display: flex;
  }

  .image-30 {
    width: 250px;
    max-width: none;
  }

  .heading-10 {
    font-size: 94px;
    line-height: 64px;
  }

  .section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .slide-4 {
    width: 100%;
    height: 480px;
    background-size: cover;
    border-bottom-left-radius: 67px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .slide-5 {
    width: 100%;
    height: 480px;
    max-width: 100%;
    background-size: cover;
    padding-bottom: 0;
    padding-right: 0;
  }

  .slide-6, .slide-7, .slide-8 {
    background-size: cover;
  }

  .slider-2 {
    width: 100%;
    height: 480px;
    max-width: 100%;
    border-bottom-left-radius: 94px;
  }

  .mask-2 {
    width: 100%;
    height: 480px;
    max-width: 100%;
  }

  .image-31 {
    width: 184px;
    direction: ltr;
    margin-top: 0;
    position: absolute;
    overflow: visible;
  }

  .image-32 {
    width: 402px;
    opacity: 1;
    margin-left: 701px;
    position: absolute;
  }

  .h1-2.h1laptop.aboutus {
    font-size: 132px;
    line-height: 101px;
  }

  .h1-2.h1laptop.aboutus.certification.packageing {
    font-size: 162px;
    line-height: 136px;
  }

  .h1-2.h1laptop.aboutus.certification.packageing.dryredchilly {
    font-size: 138px;
    line-height: 128px;
  }

  .hero-2.hero-about-us.certification {
    background-size: cover;
  }

  .container-23.container-packageing {
    flex-flow: row;
    justify-content: center;
  }

  .dropdown-link-7 {
    background-color: var(--white);
    color: var(--black-text);
  }

  .dropdown-link-7.productmangoes.mangoactive, .dropdown-link-8.granities {
    background-color: var(--bigtext);
    color: var(--white);
  }

  .dropdown-link-8.dry-red-chilly.redchilly {
    background-color: var(--bigtext);
    color: var(--white);
    border-radius: 10px;
  }

  .div-block-105 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-106 {
    align-items: flex-start;
  }

  .heading-13 {
    font-size: 41px;
    line-height: 66px;
  }

  .imagediv, .imagediv2 {
    width: 100%;
    max-width: none;
  }

  .quick-stack {
    height: 900px;
  }

  .container-32 {
    justify-content: space-between;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    height: auto;
  }

  .banner {
    display: block;
  }

  .banner.aboutus {
    height: 580px;
    background-size: cover;
  }

  .banner.aboutus.certification {
    background-image: url('../images/Frame-99.png');
  }

  .banner.aboutus.certification.productmango.productgranities.dry-red-chilly {
    background-image: url('../images/Frame-225.png');
  }

  .banner.aboutus.certification.productmango.productgranities.dry-red-chilly.redchilly {
    background-size: cover;
  }

  .banner.aboutus.certification.packageing {
    background-image: url('../images/Hero.png');
  }

  .banner.aboutus.green-chilly {
    background-image: url('../images/Frame-229.png');
  }

  .h1 {
    color: var(--bigtext);
    margin-top: 0;
    font-size: 142px;
    line-height: 112px;
  }

  .h1.h1laptop {
    height: 127px;
    margin-bottom: 0;
    padding-top: 10px;
    font-size: 137px;
    line-height: 117px;
  }

  .h1.h1laptop.aboutus {
    height: 154px;
    font-size: 190px;
    line-height: 134px;
  }

  .navbar-3 {
    height: auto;
    background-color: var(--black-text);
    margin-top: 24px;
  }

  .container-5 {
    padding-right: 20px;
  }

  .nav-menu-4 {
    padding-top: var(--left-buttom);
  }

  .nav-menu-4._1440.laptop {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
  }

  .container1 {
    padding: var(--right-button) 20px var(--right-button) 14px;
    display: flex;
  }

  .container-6 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .container-7 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .nav-link-8 {
    padding-right: var(--right-button);
    padding-left: var(--right-button);
    font-family: Poppins, sans-serif;
    font-size: 16px;
    position: relative;
  }

  .nav-menu-5 {
    padding: var(--right-button) 10px var(--right-button) 20px;
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    background-color: #000;
    border-radius: 58px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav {
    color: #fff;
    padding: 0;
    font-family: Poppins, sans-serif;
    font-size: 16px;
  }

  .nav.contact {
    color: var(--white);
    letter-spacing: normal;
    text-transform: none;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 20px;
    margin-top: 0;
    font-weight: 400;
  }

  .navbar-4 {
    background-color: rgba(221, 221, 221, 0);
  }

  .div-block-15 {
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .div-block-15.button-primary {
    padding: var(--top-bottom) var(--right-button) var(--top-bottom) var(--left-buttom);
    background-color: var(--white);
    color: var(--black-text);
    justify-content: flex-start;
    align-items: center;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 400;
    display: flex;
  }

  .div-block-15.aboutus {
    padding-top: var(--top-bottom);
    padding-bottom: var(--top-bottom);
  }

  .dropdown {
    color: var(--white);
    font-family: Poppins, sans-serif;
    font-size: 16px;
  }

  .text-block {
    color: var(--white);
  }

  .dropdown-toggle {
    padding: 0;
  }

  .dropdown-2 {
    padding-top: 0;
    display: block;
  }

  .image-5 {
    width: auto;
    height: auto;
  }

  .container-8 {
    width: auto;
    max-width: none;
    flex-direction: column;
    align-items: flex-end;
    margin-left: 32px;
    margin-right: 32px;
    padding-top: 65px;
    display: block;
  }

  .hero {
    height: 579px;
    background-image: url('../images/Frame-143.png');
    background-position: 0 0;
    background-size: contain;
  }

  .div-block-16 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    align-items: center;
    display: flex;
  }

  .heading-2 {
    color: var(--bigtext);
    margin-top: 5px;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 58px;
    font-weight: 400;
  }

  .div-block-17 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    margin-top: 0;
    display: flex;
  }

  .image-6, .image6 {
    width: 58px;
    height: 76px;
  }

  .heading-3 {
    font-family: Generalsans Variable, sans-serif;
  }

  .dropdown-list.w--open {
    padding: var(--right-button);
    background-color: var(--white);
    border-radius: 8px;
    margin-top: 14px;
  }

  .dropdown-link, .dropdown-link-2, .dropdown-link-3 {
    padding-top: var(--left-buttom);
    padding-bottom: var(--left-buttom);
    color: var(--black-text);
    font-family: Poppins, sans-serif;
  }

  .div-block-18 {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .image-7 {
    width: 84px;
    height: 84px;
    max-width: 100%;
  }

  .paragraph {
    color: var(--bigtext);
    align-items: center;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 22px;
    line-height: 29px;
    text-decoration: none;
    display: flex;
  }

  .paragraph._1 {
    padding-right: 85px;
  }

  .div-block-19 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    background-color: var(--white);
    border-radius: 24px;
    align-items: center;
    padding: 14px 14px 12px;
    display: flex;
    box-shadow: 0 0 13px rgba(0, 0, 0, .08);
  }

  .div-block-20 {
    padding-top: 14px;
  }

  .div-block-22 {
    align-items: flex-end;
  }

  .image-8.imagedesktop {
    width: 186px;
    height: 164px;
  }

  .heading-4 {
    font-size: 81px;
  }

  .heading-4.two {
    font-size: 93px;
    line-height: 79px;
  }

  .heading-4.end {
    font-size: 98px;
    line-height: 99px;
  }

  .div-block-24 {
    margin-right: 32px;
    padding-right: 0;
  }

  .image-9 {
    width: 156px;
  }

  .image-10, .image-11 {
    width: 156px;
    height: auto;
  }

  .image-12, .image-13 {
    width: 156px;
  }

  .container-10 {
    max-width: none;
    margin-left: 32px;
    margin-right: 32px;
  }

  .heading-5 {
    font-size: 146px;
    line-height: 142px;
  }

  .cell-2 {
    background-size: cover;
  }

  .cell-4 {
    background-image: url('../images/Frame-162.png');
    background-position: 50%;
    background-size: auto;
  }

  .text-block-1 {
    font-size: 25px;
    font-weight: 500;
  }

  .text-block-1.para {
    font-size: 16px;
    font-weight: 400;
  }

  .div-block-29 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 302px;
    margin-left: 44px;
    margin-right: 44px;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .div-block-29.carton-boxes {
    margin-top: 100px;
  }

  .div-block-29.rice {
    margin-top: 100px;
    margin-left: 100px;
    margin-right: 100px;
  }

  .div-block-29.mangoes {
    margin-top: 95px;
    margin-left: 60px;
    margin-right: 60px;
  }

  .div-block-29.granites {
    margin-top: 81px;
  }

  .div-block-29.dry-red-chilly {
    margin-top: 81px;
    margin-left: 60px;
    margin-right: 60px;
  }

  .div-block-29.green-chilly {
    margin-top: 234px;
    margin-left: 100px;
    margin-right: 100px;
  }

  .container-13 {
    margin-top: 120px;
  }

  .div-block-30 {
    justify-content: center;
  }

  .div-block-33 {
    flex-direction: column;
    align-items: stretch;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
  }

  .paragraph-4 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .div-block-37 {
    height: auto;
  }

  .div-block-38 {
    width: 251px;
  }

  .paragraph-5 {
    font-size: 15px;
  }

  .paragraph-6 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .body-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .image-16 {
    height: 335px;
  }

  .why-choose {
    margin-top: 148px;
  }

  .container-14 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .heading-7 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 152px;
    font-weight: 500;
    line-height: 148px;
  }

  .paragraph-7 {
    max-width: 1282px;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 16px;
  }

  .image-18 {
    width: 440px;
    margin-right: 12px;
  }

  .slide {
    width: 100%;
  }

  .image-19 {
    width: 440px;
    margin-right: 12px;
  }

  .image-20, .im {
    width: 436px;
  }

  .div-block-42 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .slide-nav {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    margin-top: 0;
    padding-top: 39px;
    padding-bottom: 0;
    display: block;
  }

  .image-21 {
    width: 440px;
    margin-right: 32px;
  }

  .contact {
    margin-top: 0;
    padding-bottom: 0;
  }

  .container-15 {
    padding-top: 220px;
  }

  .button {
    box-shadow: 0 6px 20px #428da5;
  }

  .footer {
    background-image: linear-gradient(to bottom, var(--primary), var(--primary));
    padding-top: 38px;
    padding-bottom: 0;
  }

  .container-16 {
    flex-direction: column;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .div-block-44 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .heading-9 {
    color: var(--white);
    margin-bottom: 8px;
  }

  .paragraph-8 {
    color: var(--white);
    justify-content: space-between;
    margin-bottom: 0;
    font-size: 60px;
    line-height: 48px;
  }

  .paragraph-9 {
    color: var(--white);
  }

  .paragraph-10 {
    color: var(--white);
    margin-bottom: 0;
  }

  .paragraph-11 {
    margin-bottom: 0;
  }

  .paragraph-12 {
    color: var(--white);
    margin-bottom: 0;
  }

  .paragraph-12.mail-address {
    font-size: 16px;
  }

  .paragraph-13 {
    color: var(--white);
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-13.time {
    width: 530px;
  }

  .div-block-45 {
    width: 316px;
    height: 185px;
  }

  .div-block-46 {
    width: auto;
    max-height: none;
    max-width: none;
    align-items: flex-start;
  }

  .div-block-46.address-footer {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .div-block-47 {
    width: 134px;
  }

  .div-block-48 {
    margin-bottom: 0;
  }

  .image-22 {
    width: 230px;
    height: 184px;
    max-height: 184px;
    max-width: 230px;
    display: inline-block;
  }

  .div-block-49 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-50 {
    width: 434px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: var(--white);
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    display: flex;
  }

  .div-block-51 {
    width: auto;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-52 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-53 {
    padding-bottom: var(--left-buttom);
    margin-bottom: 0;
  }

  .div-block-54 {
    padding-top: 8px;
    padding-bottom: var(--right-button);
  }

  .div-block-55 {
    width: 203.344px;
    padding-top: var(--right-button);
    padding-bottom: var(--right-button);
    display: block;
  }

  .div-block-56, .div-block-57, .div-block-58 {
    padding-top: var(--right-button);
    padding-bottom: var(--right-button);
  }

  .div-block-59 {
    justify-content: space-between;
  }

  .div-block-60 {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    justify-content: space-between;
    display: flex;
  }

  .paragraph-14 {
    width: 168px;
  }

  .div-block-62 {
    width: 159px;
    max-width: 150px;
  }

  .div-block-63 {
    width: 147px;
    max-width: 150px;
  }

  .div-block-64 {
    width: auto;
    max-width: none;
  }

  .content {
    margin-top: 96px;
  }

  .div-block-66.sub, .div-block-66.sub.granities.dry-red-chilly {
    display: flex;
  }

  .div-block-66.sub.dry-red-chilly {
    display: none;
  }

  .div-block-67 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .paragraph-19 {
    width: 300px;
    max-width: none;
  }

  .container-19 {
    max-width: none;
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    justify-content: center;
    margin-left: 60px;
    margin-right: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-30 {
    width: 280px;
    max-width: none;
    min-width: 0;
    font-weight: 400;
  }

  .heading-10 {
    font-size: 100px;
    line-height: 68px;
  }

  .heading-10.h3, .heading-10.h2 {
    line-height: 60px;
  }

  .slide-4 {
    width: 100%;
    height: 514px;
    max-width: 100%;
    background-size: cover;
    padding-bottom: 0;
    padding-right: 0;
  }

  .slide-5 {
    height: 514px;
    background-size: cover;
  }

  .slide-6, .slide-7, .slide-8 {
    background-size: cover;
  }

  .slider-2 {
    width: 100%;
    height: 514px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    position: static;
  }

  .mask-2 {
    width: 100%;
    height: 514px;
    border-bottom-right-radius: 82px;
    border-bottom-left-radius: 82px;
  }

  .wraper {
    margin-top: 12px;
  }

  .container-20 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .dropdown-link-4 {
    color: #1f1f1f;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Poppins, sans-serif;
  }

  .dropdown-list-2.w--open {
    background-color: #fff;
    border-radius: 8px;
    margin-top: 14px;
    padding: 8px;
  }

  .container-21 {
    height: auto;
  }

  .dropdown-3 {
    padding-top: 0;
    display: block;
  }

  .image-35 {
    width: auto;
    height: auto;
  }

  .div-block-71 {
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .div-block-71.button-primary {
    color: #1f1f1f;
    background-color: #fff;
    justify-content: flex-start;
    align-items: center;
    padding: 6px 8px 6px 12px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 400;
    display: flex;
  }

  .nav-menu-6 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    background-color: #000;
    border-radius: 58px;
    justify-content: center;
    align-items: center;
    padding: 8px 10px 8px 20px;
    display: flex;
  }

  .navbar-5 {
    background-color: rgba(221, 221, 221, 0);
  }

  .dropdown-link-5 {
    color: #1f1f1f;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Poppins, sans-serif;
  }

  .nav-2 {
    color: #fff;
    padding: 0;
    font-family: Poppins, sans-serif;
    font-size: 16px;
  }

  .nav-2.contact {
    color: #1f1f1f;
    letter-spacing: normal;
    text-transform: none;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 20px;
    margin-top: 0;
    font-weight: 400;
  }

  .dropdown-link-6 {
    color: #1f1f1f;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Poppins, sans-serif;
  }

  .div-block-72 {
    padding-top: 14px;
  }

  .div-block-74 {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .image-36 {
    width: 74px;
    height: 74px;
    max-width: 100%;
  }

  .div-block-75 {
    align-items: flex-end;
  }

  .h1-2 {
    color: #262626;
    margin-top: 0;
    font-size: 142px;
    line-height: 112px;
  }

  .h1-2.h1laptop {
    margin-bottom: 0;
    padding-top: 10px;
    font-size: 146px;
    line-height: 117px;
  }

  .h1-2.h1laptop.aboutus {
    font-size: 168px;
    line-height: 134px;
  }

  .h1-2.h1laptop.aboutus.text {
    font-size: 158px;
  }

  .h1-2.h1laptop.aboutus {
    font-size: 151px;
    line-height: 134px;
  }

  .h1-2.h1laptop.aboutus.certification {
    font-size: 149px;
    line-height: 116px;
  }

  .h1-2.h1laptop.aboutus.certification.packageing {
    font-size: 190px;
    line-height: 172px;
  }

  .h1-2.h1laptop.aboutus.certification.packageing.dryredchilly {
    font-size: 145px;
    line-height: 124px;
  }

  .image-37.imagedesktop {
    width: 186px;
    height: 164px;
  }

  .div-block-76 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    background-color: #fff;
    border-radius: 24px;
    align-items: center;
    padding: 14px 14px 12px;
    display: flex;
    box-shadow: 0 0 13px rgba(0, 0, 0, .08);
  }

  .container-22 {
    width: auto;
    max-width: none;
    flex-direction: column;
    align-items: flex-end;
    margin-left: 32px;
    margin-right: 32px;
    padding-top: 65px;
    display: block;
  }

  .paragraph-20 {
    color: #262626;
    align-items: center;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    line-height: 24px;
    text-decoration: none;
    display: flex;
  }

  .paragraph-20._1 {
    padding-right: 85px;
  }

  .hero-2 {
    height: 579px;
    background-image: url('../images/Frame-143.png');
    background-position: 0 0;
    background-size: contain;
  }

  .container-24 {
    padding-top: 220px;
  }

  .button-2 {
    box-shadow: 0 6px 20px #428da5;
  }

  .paragraph-24 {
    width: 168px;
  }

  .div-block-79 {
    margin-bottom: 0;
    padding-bottom: 12px;
  }

  .container-25 {
    flex-direction: column;
  }

  .heading-12 {
    color: #fff;
    margin-bottom: 8px;
  }

  .div-block-80 {
    margin-bottom: 0;
  }

  .div-block-81, .div-block-82 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .div-block-83 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: #fff;
    align-items: flex-start;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    display: flex;
  }

  .paragraph-25 {
    color: #fff;
    margin-bottom: 0;
  }

  .paragraph-26 {
    color: #fff;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-84 {
    max-height: 261px;
    max-width: 317px;
  }

  .paragraph-27 {
    color: #fff;
    justify-content: space-between;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-28 {
    color: #fff;
    margin-bottom: 0;
  }

  .div-block-85 {
    width: 134px;
  }

  .div-block-86 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .div-block-87 {
    width: 183px;
    max-width: 183px;
  }

  .paragraph-29 {
    margin-bottom: 0;
  }

  .div-block-88 {
    width: 316px;
    height: 185px;
  }

  .footer-2 {
    background-image: linear-gradient(#004358, #004358);
    padding-top: 38px;
    padding-bottom: 0;
  }

  .div-block-90 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
  }

  .div-block-91 {
    width: 159px;
    max-width: 150px;
  }

  .div-block-92 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .div-block-93 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
  }

  .div-block-94 {
    width: 147px;
    max-width: 150px;
  }

  .paragraph-30 {
    color: #fff;
  }

  .div-block-95 {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    justify-content: space-between;
    display: flex;
  }

  .image-38 {
    width: 230px;
    height: 184px;
    max-height: 184px;
    max-width: 230px;
    display: inline-block;
  }

  .div-block-96 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: flex-start;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
  }

  .div-block-97 {
    width: 203.344px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
  }

  .div-block-98 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .dropdown-link-7 {
    color: #1f1f1f;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Poppins, sans-serif;
  }

  .dropdown-link-7.productmangoes.mango-link {
    color: var(--white);
  }

  .div-block-99 {
    padding-top: var(--top-bottom);
    padding-bottom: var(--top-bottom);
    align-items: center;
    display: flex;
  }

  .div-block-99.certification {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .div-block-99.certification.packaging {
    color: rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
  }

  .div-block-99.button-primary {
    color: #1f1f1f;
    background-color: #fff;
    justify-content: flex-start;
    align-items: center;
    padding: 6px 8px 6px 12px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 400;
    display: flex;
  }

  .div-block-99.aboutus {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .div-block-99.packageing {
    padding-top: var(--top-bottom);
    padding-bottom: var(--top-bottom);
    background-color: var(--white);
  }

  .div-block-99.green-chilly {
    padding-top: var(--top-bottom);
    padding-bottom: var(--top-bottom);
  }

  .container-26 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .dropdown-link-8 {
    color: #1f1f1f;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Poppins, sans-serif;
  }

  .dropdown-link-8.granities {
    background-color: var(--bigtext);
    color: var(--white);
  }

  .dropdown-link-8.granities.greenchilly, .dropdown-link-8.granities.dry-red-chillies, .dropdown-link-8.green-chilly.greenchilly-dry-red-chilly {
    background-color: var(--white);
    color: var(--black-text);
  }

  .dropdown-link-8.green-chilly, .dropdown-link-8.dry-red-chilly.redchilly {
    background-color: var(--bigtext);
    color: var(--white);
    border-radius: 10px;
  }

  .container-27 {
    height: auto;
  }

  .nav-menu-7 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    background-color: #000;
    border-radius: 58px;
    justify-content: center;
    align-items: center;
    padding: 8px 10px 8px 20px;
    display: flex;
  }

  .image-39 {
    width: auto;
    height: auto;
  }

  .nav-3 {
    color: #fff;
    padding: 0;
    font-family: Poppins, sans-serif;
    font-size: 16px;
  }

  .nav-3.contact {
    color: #fff;
    letter-spacing: normal;
    text-transform: none;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 20px;
    margin-top: 0;
    font-weight: 400;
  }

  .nav-3.certification.packageing {
    color: var(--white);
  }

  .nav-3.packageing, .nav-3.products.dry-red-chilly, .nav-3.products.granities, .nav-3.products.mangoes, .nav-3.products.rice-paddy {
    color: var(--black-text);
  }

  .dropdown-link-9 {
    color: #1f1f1f;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Poppins, sans-serif;
  }

  .container-28 {
    width: auto;
    max-width: none;
    flex-direction: column;
    align-items: flex-end;
    margin-left: 32px;
    margin-right: 32px;
    padding-top: 65px;
    display: block;
  }

  .div-block-100 {
    padding-top: 14px;
  }

  .image-41.imagedesktop {
    width: 186px;
    height: 164px;
  }

  .div-block-102 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    background-color: #fff;
    border-radius: 24px;
    align-items: center;
    padding: 14px 14px 12px;
    display: flex;
    box-shadow: 0 0 13px rgba(0, 0, 0, .08);
  }

  .div-block-103 {
    align-items: flex-end;
  }

  .div-block-104 {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .paragraph-31 {
    color: #262626;
    align-items: center;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    line-height: 24px;
    text-decoration: none;
    display: flex;
  }

  .paragraph-31._1 {
    padding-right: 85px;
  }

  .div-block-105 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-106 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: center;
    align-items: flex-start;
  }

  .image-48 {
    width: auto;
  }

  .heading-13 {
    font-size: 46px;
    line-height: 74px;
  }

  .container-30 {
    padding-top: 220px;
  }

  .button-3 {
    box-shadow: 0 6px 20px #428da5;
  }

  .div-block-109 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .div-block-110 {
    max-height: 261px;
    max-width: 317px;
  }

  .div-block-111 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .div-block-113 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .paragraph-32 {
    color: #fff;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-114 {
    margin-bottom: 0;
  }

  .div-block-115 {
    width: 203.344px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
  }

  .paragraph-33 {
    width: 168px;
  }

  .div-block-116 {
    width: 159px;
    max-width: 150px;
  }

  .div-block-117 {
    width: 183px;
    max-width: 183px;
  }

  .div-block-118 {
    width: 134px;
  }

  .paragraph-34 {
    margin-bottom: 0;
  }

  .div-block-119 {
    margin-bottom: 0;
    padding-bottom: 12px;
  }

  .container-31 {
    flex-direction: column;
  }

  .div-block-120, .div-block-121 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .div-block-122 {
    width: 147px;
    max-width: 150px;
  }

  .div-block-123 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
  }

  .image-49 {
    width: 230px;
    height: 184px;
    max-height: 184px;
    max-width: 230px;
    display: inline-block;
  }

  .div-block-124 {
    width: 316px;
    height: 185px;
  }

  .div-block-125 {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    justify-content: space-between;
    display: flex;
  }

  .div-block-126 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
  }

  .div-block-127 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: #fff;
    align-items: flex-start;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    display: flex;
  }

  .paragraph-35 {
    color: #fff;
    margin-bottom: 0;
  }

  .div-block-128 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: flex-start;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
  }

  .paragraph-36 {
    color: #fff;
  }

  .paragraph-37 {
    color: #fff;
    justify-content: space-between;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .heading-15 {
    color: #fff;
    margin-bottom: 8px;
  }

  .paragraph-38 {
    color: #fff;
    margin-bottom: 0;
  }

  .imagediv {
    margin-right: 100px;
  }

  .imagediv2 {
    margin-left: 100px;
  }

  .cell-8.mangoes.granities.dry-red-chilly.greenchilly {
    background-image: url('../images/Rectangle-80_3.png');
  }

  .cell-9.magoes.granities.dry-red-chilly.green-chilly {
    background-image: url('../images/Rectangle-79_2.png');
  }

  .cell-10.mangoes.granities.dry-red-chilly.green-chilly {
    background-image: url('../images/Rectangle-78_3.png');
  }

  .quick-stack {
    height: 920px;
  }

  .cell-11.mangoes.granities.dry-red-chilly.green-chilly {
    background-image: url('../images/Rectangle-73_3.png');
  }

  .cell-12.mangoes.granities.dry-red-chilly.green-chilly {
    background-image: url('../images/Rectangle-76_3.png');
  }

  .cell-13.mangoes.granities.dry-red-chilly.green-chilly {
    background-image: url('../images/Rectangle-77_3.png');
  }

  .link {
    color: #8aa9b2;
    text-decoration: underline;
  }

  .link-2 {
    color: #8aa9b2;
  }

  .link-3, .link-4, .link-5, .link-6, .link-7, .link-8, .link-9, .link-10, .link-11, .link-12 {
    color: var(--white);
    text-decoration: none;
  }

  .link-13 {
    color: #8aa9b2;
  }

  .div-block-130 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .div-block-131 {
    grid-column-gap: 105px;
    grid-row-gap: 105px;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-132 {
    grid-column-gap: 66px;
    grid-row-gap: 66px;
    justify-content: space-between;
  }

  .image-56 {
    overflow: auto;
  }

  .image-63 {
    display: none;
    overflow: visible;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    z-index: 2;
    position: absolute;
    top: 0%;
    bottom: 0;
  }

  .banner.aboutus {
    width: auto;
    height: 680px;
    background-size: cover;
  }

  .h1.h1laptop {
    height: 165px;
    font-size: 200px;
    line-height: 141px;
  }

  .h1.h1laptop.aboutus {
    height: 207px;
    padding-top: 0;
    font-size: 268px;
    line-height: 193px;
  }

  .container-7 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 15px;
  }

  .nav.w--current {
    color: var(--white);
    text-decoration: none;
  }

  .div-block-15.aboutus {
    padding-top: var(--top-bottom);
    padding-bottom: var(--top-bottom);
  }

  .image-5 {
    width: auto;
    height: auto;
  }

  .image-7 {
    width: 84px;
    height: 84px;
  }

  .paragraph {
    font-size: 22px;
    line-height: 29px;
  }

  .paragraph._1 {
    font-size: 24px;
  }

  .div-block-20 {
    padding-top: 0;
  }

  .div-block-22 {
    margin-top: 0;
  }

  .heading-4 {
    font-size: 116px;
  }

  .heading-4.two {
    font-size: 130px;
    line-height: 176px;
  }

  .heading-4.end {
    font-size: 126px;
    line-height: 148px;
  }

  .image-9 {
    width: 192px;
  }

  .div-block-26 {
    padding-top: 44px;
  }

  .div-block-27 {
    padding-top: 60px;
  }

  .heading-5 {
    font-size: 176px;
    line-height: 170px;
  }

  .text-block-1.para {
    font-size: 18px;
  }

  .heading-6 {
    line-height: 88px;
  }

  .slider {
    width: 100%;
    height: 582px;
    max-width: 100%;
  }

  .image-18 {
    width: 580px;
  }

  .slide, .slide-2 {
    width: 100%;
    max-width: 100%;
  }

  .image-19 {
    width: 580px;
  }

  .image-20, .im {
    width: 598px;
  }

  .mask {
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  .image-21 {
    width: 580px;
    margin-right: 0;
  }

  .heading-8 {
    font-size: 88px;
    line-height: 72px;
  }

  .heading-8.sub {
    font-size: 76px;
    line-height: 90px;
  }

  .button {
    border-radius: 34px;
    padding: 40px 100px;
    font-size: 36px;
  }

  .container-16 {
    justify-content: flex-start;
    padding-top: 36px;
  }

  .heading-9 {
    font-size: 38px;
  }

  .paragraph-8 {
    font-size: 66px;
  }

  .paragraph-8.products {
    margin-bottom: 0;
  }

  .paragraph-9 {
    font-size: 18px;
    line-height: 22px;
  }

  .paragraph-10 {
    width: 530px;
    max-width: none;
    font-size: 24px;
    line-height: 34px;
  }

  .paragraph-10.address-text {
    width: 290px;
    font-size: 18px;
  }

  .paragraph-11 {
    max-width: none;
    font-size: 24px;
  }

  .paragraph-11.address-text {
    font-size: 18px;
  }

  .paragraph-12 {
    font-size: 25px;
  }

  .paragraph-12.mail-address, .paragraph-13 {
    font-size: 18px;
  }

  .paragraph-13.time {
    max-width: none;
    font-size: 24px;
  }

  .paragraph-13.time.address-text {
    font-size: 18px;
  }

  .div-block-46 {
    width: auto;
    max-width: none;
    display: flex;
  }

  .div-block-46.address-footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
  }

  .div-block-47 {
    width: 191px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-49 {
    width: auto;
    padding-bottom: 4px;
  }

  .div-block-50 {
    width: 570px;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 4px;
  }

  .div-block-51 {
    width: 570px;
    padding-bottom: 4px;
  }

  .div-block-52 {
    width: auto;
    padding-bottom: 4px;
  }

  .div-block-55 {
    width: auto;
  }

  .div-block-60 {
    max-width: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 0;
  }

  .content {
    margin-top: 111px;
  }

  .content.content-contact-us.contentpackageing {
    margin-top: 180px;
  }

  .container-17 {
    justify-content: center;
  }

  .paragraph-15, .paragraph-16, .paragraph-17 {
    font-size: 18px;
  }

  .paragraph-18 {
    font-size: 92px;
    line-height: 109px;
  }

  .paragraph-18.para {
    font-size: 180px;
    line-height: 228px;
  }

  .image-24, .image-25, .image-26, .image-27 {
    width: 214px;
  }

  .image-28 {
    width: 214px;
    padding-right: 0;
  }

  .image-29 {
    width: 250px;
  }

  .div-block-67 {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
  }

  .paragraph-19 {
    width: 350px;
    height: auto;
    max-width: none;
    font-size: 24px;
    line-height: 32px;
  }

  .container-19 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 0;
  }

  .image-30 {
    width: 320px;
    max-width: none;
  }

  .heading-10 {
    font-size: 130px;
    font-weight: 400;
    line-height: 118px;
  }

  .heading-10.h3, .heading-10.h2 {
    line-height: 78px;
  }

  .section {
    max-width: none;
  }

  .slide-4 {
    width: 100%;
    height: 540px;
    max-width: none;
    background-image: url('../images/Frame-204.png');
    background-size: cover;
    border-bottom-right-radius: 113px;
    border-bottom-left-radius: 110px;
  }

  .slide-5 {
    height: 540px;
    background-size: cover;
  }

  .slide-6, .slide-7, .slide-8 {
    background-size: cover;
  }

  .slider-2 {
    width: 100%;
    height: 540px;
    clear: none;
    border-bottom-right-radius: 108px;
    border-bottom-left-radius: 108px;
    justify-content: center;
    display: block;
  }

  .left-arrow, .right-arrow-2, .slide-nav-2 {
    display: none;
  }

  .mask-2 {
    width: 100%;
    height: 540px;
    clear: right;
  }

  .wraper {
    height: 60px;
    margin-top: 6px;
  }

  .wrap {
    width: 84px;
    height: 84px;
  }

  .container-20 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 15px;
  }

  .container-21 {
    z-index: 2;
    position: fixed;
    top: 0%;
    bottom: 0;
  }

  .dropdown-3 {
    padding-bottom: 0;
  }

  .image-35 {
    width: auto;
    height: auto;
  }

  .nav-2.w--current {
    color: #fff;
    text-decoration: none;
  }

  .nav-2.contact.contact-us {
    color: #1f1f1f;
  }

  .div-block-72 {
    padding-top: 0;
  }

  .image-36 {
    width: 84px;
    height: 84px;
  }

  .div-block-75 {
    margin-top: 0;
  }

  .h1-2.h1laptop {
    font-size: 182px;
    line-height: 141px;
  }

  .h1-2.h1laptop.aboutus {
    margin-top: 44px;
    padding-top: 0;
    font-size: 234px;
    line-height: 184px;
  }

  .h1-2.h1laptop.aboutus.text {
    font-size: 223px;
    line-height: 181px;
  }

  .h1-2.h1laptop.aboutus {
    padding-top: 0;
    font-size: 244px;
    line-height: 193px;
  }

  .h1-2.h1laptop.aboutus.certification {
    font-size: 208px;
    line-height: 156px;
  }

  .h1-2.h1laptop.aboutus.certification.packageing {
    font-size: 258px;
    font-weight: 400;
    line-height: 241px;
  }

  .h1-2.h1laptop.aboutus.certification.packageing.dryredchilly {
    font-size: 206px;
    line-height: 176px;
  }

  .image-37.imagedesktop {
    width: 203px;
    height: 176px;
  }

  .paragraph-20 {
    font-size: 20px;
  }

  .paragraph-20._1 {
    font-size: 24px;
  }

  .hero-2.hero-about-us.hero-contact-us {
    background-size: cover;
  }

  .heading-11 {
    font-size: 88px;
    line-height: 72px;
  }

  .heading-11.sub {
    font-size: 76px;
    line-height: 90px;
  }

  .button-2 {
    border-radius: 34px;
    padding: 40px 100px;
    font-size: 36px;
  }

  .heading-12 {
    font-size: 38px;
  }

  .paragraph-25 {
    max-width: 297px;
    font-size: 18px;
  }

  .paragraph-26, .paragraph-26.time {
    font-size: 18px;
  }

  .div-block-84 {
    width: auto;
    max-width: none;
    display: flex;
  }

  .paragraph-27 {
    font-size: 34px;
  }

  .paragraph-28 {
    font-size: 18px;
  }

  .div-block-85 {
    width: 191px;
  }

  .paragraph-29, .paragraph-30 {
    font-size: 18px;
  }

  .div-block-95 {
    max-width: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
  }

  .div-block-99.certification {
    justify-content: center;
    align-items: center;
  }

  .div-block-99.aboutus {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .container-26 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 15px;
  }

  .container-27 {
    z-index: 2;
    position: fixed;
    top: 0%;
    bottom: 0;
  }

  .image-39 {
    width: auto;
    height: auto;
  }

  .nav-3.w--current {
    color: #fff;
    text-decoration: none;
  }

  .div-block-100 {
    padding-top: 0;
  }

  .image-41.imagedesktop {
    width: 203px;
    height: 176px;
  }

  .div-block-103 {
    margin-top: 0;
  }

  .paragraph-31 {
    font-size: 20px;
  }

  .paragraph-31._1 {
    font-size: 24px;
  }

  .image-42, .image-43, .image-44 {
    width: 324px;
  }

  .image-45 {
    width: 324px;
    height: auto;
  }

  .image-46 {
    width: 324px;
  }

  .div-block-105 {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
    margin-top: 86px;
  }

  .div-block-106 {
    justify-content: center;
    align-items: flex-start;
    margin-left: 140px;
    margin-right: 140px;
  }

  .image-47, .image-48 {
    width: 324px;
  }

  .section-2 {
    margin-top: 154px;
  }

  .heading-13 {
    font-size: 74px;
    line-height: 100px;
  }

  .heading-14 {
    font-size: 88px;
    line-height: 72px;
  }

  .heading-14.sub {
    font-size: 76px;
    line-height: 90px;
  }

  .button-3 {
    border-radius: 34px;
    padding: 40px 100px;
    font-size: 36px;
  }

  .div-block-110 {
    width: auto;
    max-width: none;
    display: flex;
  }

  .paragraph-32, .paragraph-32.time {
    font-size: 18px;
  }

  .div-block-118 {
    width: 191px;
  }

  .paragraph-34 {
    font-size: 18px;
  }

  .div-block-125 {
    max-width: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
  }

  .paragraph-35 {
    max-width: 297px;
    font-size: 18px;
  }

  .paragraph-36 {
    font-size: 18px;
  }

  .paragraph-37 {
    font-size: 34px;
  }

  .heading-15 {
    font-size: 38px;
  }

  .paragraph-38 {
    font-size: 18px;
  }

  .imagediv {
    margin-right: 140px;
    padding-right: 0;
  }

  .imagediv2 {
    margin-left: 140px;
  }

  .quick-stack {
    height: 1080px;
  }

  .link-8, .link-9, .link-10, .link-11, .link-12 {
    color: var(--white);
    text-decoration: none;
  }

  .div-block-130 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .image-56 {
    width: auto;
  }

  .div-block-133 {
    justify-content: center;
    align-items: stretch;
  }

  .image-58 {
    width: auto;
  }

  .image-59, .image-60, .image-61, .image-62 {
    width: 24px;
  }

  .image-63 {
    width: 469px;
    max-width: none;
    display: block;
  }

  .imagename, .paragraph-40 {
    font-size: 24px;
  }

  .paragraph-41 {
    font-size: 24px;
    line-height: 22px;
  }

  .paragraph-42 {
    font-size: 24px;
  }

  .paragraph-43 {
    font-size: 24px;
    line-height: 22px;
  }

  .image-73, .image-74 {
    width: 340px;
  }

  .map {
    height: auto;
  }

  .mapcode {
    height: auto;
    max-height: none;
  }
}

@media screen and (max-width: 991px) {
  body {
    margin-left: 24px;
    margin-right: 24px;
  }

  .container {
    height: auto;
    max-width: none;
  }

  .banner.aboutus {
    height: 320px;
    background-size: cover;
  }

  .container-2 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .h1.h1laptop {
    height: 61px;
    font-size: 75px;
    line-height: 59px;
  }

  .h1.h1laptop.aboutus {
    height: 86px;
    font-size: 99px;
    line-height: 79px;
  }

  .container-4 {
    clear: both;
    flex-flow: column;
    align-content: center;
    position: relative;
  }

  .nav-link-5.p4-reg.p3-reg {
    font-size: 16px;
  }

  .navbar-3 {
    width: auto;
    flex: 0 auto;
    order: 0;
    justify-content: space-between;
    align-self: center;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
  }

  .container-5 {
    width: auto;
    padding-top: var(--top-bottom);
    padding-right: var(--left-buttom);
    padding-bottom: var(--top-bottom);
    float: none;
    clear: none;
    text-align: justify;
    object-fit: fill;
    flex-direction: row;
    flex: 1;
    justify-content: space-around;
    align-self: center;
    margin-left: 0;
    margin-right: 0;
    font-style: normal;
    display: block;
    position: relative;
  }

  .nav-menu-3 {
    display: flex;
  }

  .nav-menu-4 {
    padding-top: var(--top-bottom);
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    justify-content: center;
    padding-left: 20px;
    display: flex;
  }

  .brand {
    justify-content: center;
    display: flex;
  }

  .container-7 {
    flex-direction: row;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .container-7.about {
    max-width: 95%;
    position: relative;
  }

  .nav-menu-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-radius: 13px;
    justify-content: flex-start;
    margin-left: 0;
    padding-bottom: 16px;
    padding-right: 20px;
  }

  .nav {
    object-fit: contain;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    display: flex;
  }

  .nav.contact {
    margin-top: 0;
  }

  .navbar-4 {
    margin-top: 24px;
    padding-left: 0;
  }

  .navbar-4.navabout-us {
    height: auto;
    position: relative;
  }

  .menu-button-4 {
    width: 40px;
    height: 40px;
    padding: var(--right-button);
    background-color: var(--black-text);
    color: var(--white);
    border-radius: 10px;
    margin-top: 17px;
  }

  .menu-button-4.w--open {
    background-color: var(--text);
  }

  .div-block-15 {
    max-width: none;
    padding-top: var(--right-button);
    padding-bottom: var(--right-button);
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    object-position: 50% 50%;
    background-clip: border-box;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-15.button-primary {
    height: auto;
    padding-top: var(--right-button);
    padding-bottom: var(--right-button);
  }

  .dropdown-2 {
    padding-top: 0;
  }

  .brand-2.navbar-logo-center {
    width: auto;
  }

  .image-5 {
    width: 80px;
  }

  .container-8 {
    max-width: none;
    margin-left: 24px;
    margin-right: 24px;
  }

  .hero {
    height: 358px;
    background-size: cover;
  }

  .div-block-16 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    align-items: flex-end;
  }

  .heading-2 {
    margin-top: 0;
    padding-bottom: 7px;
    font-size: 34px;
  }

  .image-6 {
    width: 36px;
    height: 56px;
  }

  .image6 {
    width: 38px;
  }

  .dropdown-list.w--open {
    background-color: var(--white);
    border-radius: 10px;
  }

  .dropdown-link, .dropdown-link-2, .dropdown-link-3 {
    padding-top: var(--left-buttom);
    padding-bottom: var(--left-buttom);
    color: var(--black-text);
    text-align: left;
  }

  .image-7 {
    width: 84px;
    height: 84px;
  }

  .paragraph {
    font-size: 18px;
  }

  .div-block-19 {
    padding: var(--right-button);
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-radius: 16px;
  }

  .div-block-20 {
    padding-top: 0;
  }

  .image-8 {
    width: 126px;
    height: 100px;
    max-width: none;
  }

  .image-8.imagedesktop {
    width: 125px;
    height: 103px;
  }

  .div-block-23 {
    align-items: flex-end;
  }

  .container-9 {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .heading-4 {
    margin-left: 24px;
    margin-right: 24px;
    padding-top: 10px;
    padding-bottom: 28px;
    font-size: 52px;
  }

  .heading-4.two, .heading-4.end {
    font-size: 52px;
  }

  .div-block-24 {
    margin-right: 24px;
  }

  .div-block-25 {
    margin-left: 24px;
    margin-right: 0;
    padding-bottom: 10px;
  }

  .image-9 {
    width: 90px;
  }

  .div-block-27 {
    padding-top: 36px;
  }

  .div-block-28, .container-12 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .heading-5 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 71px;
    line-height: 60px;
  }

  .cell-2 {
    background-size: cover;
  }

  .cell-7 {
    padding-bottom: 12px;
    line-height: 19px;
    text-decoration: none;
  }

  .text-block-1.para {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }

  .text-block-1.dry-red-chilly, .text-block-1.rice, .text-block-1.granites, .text-block-1.carton-boxes, .text-block-1.mangoes {
    font-size: 22px;
  }

  .div-block-29.carton-boxes, .div-block-29.rice, .div-block-29.mangoes, .div-block-29.granites, .div-block-29.dry-red-chilly, .div-block-29.green-chilly {
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .who-are-we {
    margin-top: 100px;
  }

  .container-13 {
    margin-top: 0;
    margin-left: 24px;
    margin-right: 24px;
  }

  .heading-6 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 74px;
    line-height: 59px;
  }

  .div-block-30 {
    flex-direction: column;
    justify-content: space-between;
  }

  .div-block-32 {
    width: auto;
  }

  .div-block-33 {
    width: auto;
    flex-direction: row;
    justify-content: center;
  }

  .div-block-34 {
    width: auto;
    justify-content: flex-end;
  }

  .div-block-35 {
    width: auto;
    display: none;
  }

  .div-block-36 {
    width: 198px;
  }

  .div-block-37 {
    display: none;
  }

  .image-14 {
    width: 130px;
  }

  .div-block-38 {
    width: 200px;
  }

  .image-15 {
    width: 162px;
    height: auto;
  }

  .image-16 {
    height: 238px;
  }

  .image-17 {
    width: 180px;
  }

  .div-block-39 {
    display: none;
  }

  .div-block-40 {
    width: 200px;
  }

  .heading-7 {
    font-size: 82px;
    line-height: 83px;
  }

  .paragraph-7 {
    font-size: 14px;
  }

  .slider {
    width: 100%;
    max-width: 100%;
  }

  .image-18 {
    width: 222px;
    height: auto;
    margin-right: 10px;
  }

  .slide {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-right: 0;
  }

  .slide-2 {
    margin-left: 0;
    margin-right: 10px;
  }

  .image-19 {
    width: 222px;
    margin-right: 10px;
  }

  .image-20, .im {
    width: 248px;
    max-width: none;
  }

  .mask {
    height: 240px;
  }

  .slide-nav {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .image-21 {
    width: 222px;
    max-width: 100%;
    margin-right: 10px;
  }

  .contact {
    margin-top: 0;
  }

  .heading-8 {
    font-size: 56px;
  }

  .heading-8.sub {
    font-size: 46px;
    line-height: 56px;
  }

  .div-block-43 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .container-15 {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .button {
    box-shadow: 0 6px 15px #428da5;
  }

  .container-16 {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 24px;
    margin-right: 24px;
  }

  .div-block-44 {
    justify-content: flex-start;
  }

  .paragraph-8 {
    font-size: 44px;
  }

  .paragraph-10 {
    font-size: 22px;
  }

  .div-block-46 {
    height: auto;
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .image-22 {
    width: 214px;
  }

  .div-block-59 {
    width: 100%;
    grid-column-gap: 84px;
    grid-row-gap: 84px;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .div-block-60 {
    flex-direction: column;
  }

  .paragraph-14 {
    font-size: 12px;
  }

  .div-block-61 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-62 {
    width: 135px;
  }

  .div-block-63 {
    width: 128px;
    padding-right: 14px;
  }

  .body-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-18 {
    font-size: 41px;
  }

  .paragraph-18.para {
    font-size: 66px;
    line-height: 81px;
  }

  .div-block-66.sub {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-24, .image-25, .image-26, .image-27, .image-28 {
    width: 90px;
  }

  .div-block-67 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .paragraph-19 {
    width: 180px;
  }

  .container-19 {
    flex-direction: column;
    margin-left: 24px;
    margin-right: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-30 {
    width: 160px;
  }

  .heading-10 {
    font-size: 62px;
  }

  .slider-2 {
    width: auto;
  }

  .left-arrow, .right-arrow-2, .slide-nav-2 {
    display: none;
  }

  .container-20 {
    flex-direction: row;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .dropdown-link-4 {
    color: var(--black-text);
    text-align: left;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Poppins, sans-serif;
  }

  .dropdown-list-2.w--open {
    background-color: var(--white);
    border-radius: 10px;
  }

  .container-21 {
    height: 350px;
    max-width: none;
  }

  .menu-button-5 {
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: #1f1f1f;
    border-radius: 10px;
    margin-top: 20px;
    padding: 8px;
  }

  .menu-button-5.w--open {
    background-color: #1f1f1f;
  }

  .dropdown-3 {
    padding-top: 0;
  }

  .image-35 {
    width: 80px;
  }

  .div-block-71 {
    max-width: none;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    object-position: 50% 50%;
    background-clip: border-box;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
  }

  .div-block-71.button-primary {
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-menu-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-radius: 13px;
    justify-content: flex-start;
    margin-left: 0;
    padding-bottom: 16px;
    padding-right: 20px;
  }

  .navbar-5 {
    margin-top: 24px;
    padding-left: 0;
  }

  .dropdown-link-5 {
    color: var(--black-text);
    text-align: left;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Poppins, sans-serif;
  }

  .nav-2 {
    object-fit: contain;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    display: flex;
  }

  .nav-2.contact {
    margin-top: 0;
  }

  .dropdown-link-6 {
    color: var(--black-text);
    text-align: left;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Poppins, sans-serif;
  }

  .div-block-72 {
    padding-top: 0;
  }

  .div-block-73 {
    align-items: flex-end;
  }

  .image-36 {
    width: 74px;
    height: 74px;
  }

  .h1-2.h1laptop {
    font-size: 75px;
    line-height: 59px;
  }

  .h1-2.h1laptop.aboutus {
    font-size: 86px;
  }

  .h1-2.h1laptop.aboutus.text {
    font-size: 91px;
  }

  .h1-2.h1laptop.aboutus {
    font-size: 93px;
  }

  .h1-2.h1laptop.aboutus.certification {
    font-size: 78px;
    line-height: 70px;
  }

  .h1-2.h1laptop.aboutus.certification.packageing {
    font-size: 101px;
    line-height: 83px;
  }

  .h1-2.h1laptop.aboutus.certification.packageing.dryredchilly {
    font-size: 68px;
    line-height: 69px;
  }

  .image-37 {
    width: 126px;
    height: 100px;
    max-width: none;
  }

  .image-37.imagedesktop {
    width: 125px;
    height: 105px;
  }

  .div-block-76 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-radius: 16px;
    padding: 8px;
  }

  .container-22 {
    max-width: none;
    margin-left: 24px;
    margin-right: 24px;
  }

  .paragraph-20 {
    font-size: 18px;
  }

  .hero-2 {
    height: 358px;
    background-size: cover;
  }

  .hero-2.hero-about-us.certification.products {
    background-size: cover;
  }

  .container-23 {
    justify-content: space-between;
  }

  .container-24 {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .div-block-78 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .heading-11 {
    font-size: 56px;
  }

  .heading-11.sub {
    font-size: 46px;
    line-height: 56px;
  }

  .button-2 {
    box-shadow: 0 7px 15px #428da5;
  }

  .paragraph-24 {
    font-size: 12px;
  }

  .container-25 {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 24px;
    margin-right: 24px;
  }

  .div-block-84 {
    height: auto;
  }

  .paragraph-27 {
    font-size: 24px;
  }

  .div-block-89 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-2 {
    margin-top: 122px;
  }

  .div-block-91 {
    width: 135px;
  }

  .div-block-92 {
    justify-content: flex-start;
  }

  .div-block-94 {
    width: 128px;
    padding-right: 14px;
  }

  .div-block-95 {
    flex-direction: column;
  }

  .image-38 {
    width: 214px;
  }

  .dropdown-link-7 {
    color: var(--black-text);
    text-align: left;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Poppins, sans-serif;
  }

  .dropdown-link-7.productmangoes.mangoactive {
    background-color: var(--bigtext);
    color: var(--white);
  }

  .menu-button-6 {
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: #1f1f1f;
    border-radius: 10px;
    margin-top: 20px;
    padding: 8px;
  }

  .menu-button-6.w--open {
    background-color: #1f1f1f;
  }

  .div-block-99 {
    max-width: none;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    object-position: 50% 50%;
    background-clip: border-box;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
  }

  .div-block-99.button-primary {
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .container-26 {
    flex-direction: row;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .dropdown-link-8 {
    color: var(--black-text);
    text-align: left;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Poppins, sans-serif;
  }

  .container-27 {
    height: 350px;
    max-width: none;
  }

  .nav-menu-7 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-radius: 13px;
    justify-content: flex-start;
    margin-left: 0;
    padding-bottom: 16px;
    padding-right: 20px;
  }

  .image-39 {
    width: 80px;
  }

  .nav-3 {
    object-fit: contain;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    display: flex;
  }

  .nav-3.contact {
    margin-top: 0;
  }

  .dropdown-link-9 {
    color: var(--black-text);
    text-align: left;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Poppins, sans-serif;
  }

  .dropdown-link-9.certificationrice-paddy {
    font-family: Poppins, sans-serif;
  }

  .container-28 {
    max-width: none;
    margin-left: 24px;
    margin-right: 24px;
  }

  .div-block-100 {
    padding-top: 0;
  }

  .div-block-101 {
    align-items: flex-end;
  }

  .image-41 {
    width: 126px;
    height: 100px;
    max-width: none;
  }

  .image-41.imagedesktop {
    width: 125px;
    height: 105px;
  }

  .div-block-102 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-radius: 16px;
    padding: 8px;
  }

  .paragraph-31 {
    font-size: 18px;
  }

  .image-42, .image-43, .image-44, .image-45, .image-46 {
    width: 226px;
  }

  .div-block-105 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-106 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .image-47, .image-48 {
    width: 226px;
  }

  .heading-13 {
    font-size: 34px;
    line-height: 50px;
  }

  .container-30 {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .div-block-108 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .heading-14 {
    font-size: 56px;
  }

  .heading-14.sub {
    font-size: 46px;
    line-height: 56px;
  }

  .button-3 {
    box-shadow: 0 6px 15px #428da5;
  }

  .div-block-110 {
    height: auto;
  }

  .div-block-111 {
    justify-content: flex-start;
  }

  .div-block-112 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph-33 {
    font-size: 12px;
  }

  .div-block-116 {
    width: 135px;
  }

  .container-31 {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 24px;
    margin-right: 24px;
  }

  .div-block-122 {
    width: 128px;
    padding-right: 14px;
  }

  .image-49 {
    width: 214px;
  }

  .div-block-125 {
    flex-direction: column;
  }

  .paragraph-37 {
    font-size: 24px;
  }

  .body-4, .body-5 {
    margin-left: 0;
    margin-right: 0;
  }

  .imagediv {
    margin-right: 10px;
    padding-right: 0;
  }

  .imagediv2 {
    margin-left: 10px;
  }

  .body-6 {
    margin-left: 0;
    margin-right: 0;
  }

  .images {
    margin-top: 127px;
  }

  .quick-stack {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .body-7, .body-8 {
    margin-left: 0;
    margin-right: 0;
  }

  .link-13 {
    color: #8aa9b2;
  }

  .container-32 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .div-block-131, .div-block-132 {
    flex-flow: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .container {
    height: auto;
  }

  .container.about-us {
    justify-content: flex-start;
  }

  .banner.aboutus {
    height: 300px;
    background-size: cover;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .h1.h1laptop {
    font-size: 65px;
    line-height: 49px;
  }

  .h1.h1laptop.aboutus {
    height: 88px;
    font-size: 93px;
    line-height: 95px;
  }

  .body {
    flex-direction: column;
    display: flex;
  }

  .navbar-3 {
    width: 100%;
    background-color: rgba(221, 221, 221, 0);
    flex-direction: row;
    flex: 0 auto;
    display: block;
  }

  .container-5 {
    background-color: rgba(0, 0, 0, 0);
    flex: 1;
    justify-content: space-around;
    align-self: center;
    align-items: flex-end;
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 0;
    display: block;
    position: relative;
  }

  .nav-menu-4 {
    padding-top: var(--right-button);
    padding-bottom: var(--right-button);
    border-bottom-left-radius: var(--left-buttom);
    border-bottom-right-radius: var(--left-buttom);
    background-color: #000;
    margin-top: 0;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .div-block-9, .div-block-10, .div-block-11, .div-block-12, .div-block-13, .div-block-14 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button-3.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .icon-2 {
    width: 30px;
    height: 30px;
    color: var(--white);
    background-color: #000;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container1 {
    width: 100%;
    justify-content: space-between;
  }

  .container-6 {
    display: flex;
  }

  .container-7 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .nav-menu-5 {
    border-radius: 13px;
    justify-content: flex-start;
    align-items: center;
  }

  .nav {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .nav.contact {
    margin-top: 0;
  }

  .menu-button-4 {
    margin-top: 5px;
  }

  .brand-2 {
    padding-left: 0;
  }

  .brand-2.navbar-logo-center {
    width: auto;
  }

  .image-5 {
    width: 56px;
  }

  .container-8 {
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 40px;
  }

  .hero {
    height: 263px;
    background-size: cover;
  }

  .heading-2 {
    padding-bottom: 0;
    font-size: 24px;
  }

  .image-6 {
    width: 20px;
    height: 38px;
    margin-bottom: 2px;
  }

  .dropdown-list {
    background-color: #ddd;
  }

  .dropdown-list.w--open {
    background-color: var(--white);
    border-radius: 10px;
  }

  .dropdown-link, .dropdown-link-2, .dropdown-link-3 {
    color: var(--black-text);
  }

  .image-7 {
    width: 84px;
    height: 84px;
    border-radius: 10px;
  }

  .paragraph {
    font-size: 18px;
  }

  .div-block-20 {
    padding-top: 5px;
  }

  .image-8 {
    width: 100px;
    height: 93px;
  }

  .image-8.imagedesktop {
    width: 105px;
    height: 83px;
  }

  .div-block-23 {
    display: none;
  }

  .paragraph-3 {
    color: var(--text);
  }

  .container-9 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .heading-4 {
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 0;
    padding-bottom: 14px;
    font-size: 32px;
    line-height: 54px;
  }

  .heading-4.two {
    margin-left: 2px;
    font-size: 32px;
    line-height: 54px;
  }

  .heading-4.end {
    margin-right: 1px;
    font-size: 35px;
  }

  .div-block-24 {
    margin-right: 16px;
  }

  .div-block-25 {
    margin-left: 16px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-9 {
    width: 55px;
    margin-left: 1px;
  }

  .div-block-26 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .div-block-27 {
    padding-top: 14px;
  }

  .div-block-28 {
    margin-top: 0;
  }

  .container-12 {
    margin-top: 57px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .heading-5 {
    font-size: 56px;
    line-height: 61px;
  }

  .cell-4 {
    background-size: 388px;
  }

  .cell-7 {
    padding-bottom: 0;
    line-height: 63px;
  }

  .text-block-1.para {
    color: #e2e2e2;
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-29.carton-boxes, .div-block-29.mangoes, .div-block-29.granites, .div-block-29.dry-red-chilly, .div-block-29.green-chilly {
    padding-bottom: 20px;
  }

  .container-13 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .heading-6 {
    font-size: 52px;
    line-height: 42px;
  }

  .div-block-30 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .div-block-31 {
    margin-top: 20px;
  }

  .image-17 {
    width: 164px;
  }

  .container-14 {
    grid-column-gap: 62px;
    grid-row-gap: 62px;
    justify-content: center;
    margin-left: 16px;
    margin-right: 16px;
  }

  .heading-7 {
    margin-bottom: 0;
    font-size: 62px;
    line-height: 61px;
  }

  .paragraph-7 {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .slider {
    width: 100%;
    max-width: 100%;
  }

  .image-18 {
    width: 160px;
  }

  .slide {
    width: 100%;
    max-width: 100%;
  }

  .image-19 {
    width: 160px;
  }

  .image-20, .im {
    width: 180px;
  }

  .mask {
    max-width: 100%;
  }

  .div-block-42 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .slide-nav {
    display: none;
  }

  .image-21 {
    width: 160px;
    margin-right: 0;
  }

  .contact {
    background-image: url('../images/Group-78.png');
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: auto;
    padding-bottom: 40px;
  }

  .heading-8 {
    text-align: center;
    font-size: 40px;
    line-height: 64px;
  }

  .heading-8.sub {
    font-size: 32px;
    line-height: 46px;
  }

  .div-block-43 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 20px;
  }

  .container-15 {
    background-image: none;
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 60px;
    padding-bottom: 20px;
    font-size: 13px;
  }

  .button {
    width: auto;
    border-radius: 16px;
    padding: 20px 40px;
    font-size: 18px;
    box-shadow: 0 6px 15px #428da5;
  }

  .div-block-44 {
    height: auto;
    flex-direction: column;
  }

  .paragraph-8 {
    font-size: 44px;
  }

  .div-block-45, .div-block-46 {
    height: auto;
  }

  .div-block-50, .div-block-51, .div-block-52, .div-block-54, .div-block-55, .div-block-56, .div-block-57, .div-block-58 {
    padding-top: var(--top-bottom);
    padding-bottom: var(--top-bottom);
  }

  .div-block-61 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .div-block-62 {
    width: 125px;
    padding-right: var(--top-bottom);
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .div-block-63 {
    width: 120px;
    padding-right: var(--top-bottom);
  }

  .div-block-64 {
    width: auto;
    padding-right: var(--top-bottom);
  }

  .content.content-contact-us.contentpackageing {
    margin-top: 58px;
  }

  .content.content-contact-us.contentpackageing.contentricepaddy {
    margin-top: 0;
  }

  .container-17 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .paragraph-15, .paragraph-16, .paragraph-17 {
    font-size: 14px;
  }

  .paragraph-18 {
    margin-left: 16px;
    font-size: 29px;
    line-height: 39px;
  }

  .paragraph-18.para {
    margin-left: 16px;
    font-size: 48px;
    line-height: 59px;
  }

  .div-block-66 {
    padding-top: 20px;
    padding-bottom: 0;
    line-height: 17px;
  }

  .image-24, .image-25, .image-26, .image-27, .image-28 {
    width: 60px;
  }

  .div-block-67.hero-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .paragraph-19 {
    width: 150px;
  }

  .image-30 {
    width: 124px;
  }

  .heading-10 {
    margin-top: 10px;
    font-size: 40px;
  }

  .heading-10.h3, .heading-10.h2 {
    font-size: 40px;
  }

  .slider-2 {
    width: auto;
    position: static;
  }

  .slide-9 {
    background-image: url('../images/Frame-97.png');
    background-position: 0 0;
    background-size: contain;
  }

  .container-20 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .dropdown-link-4 {
    color: var(--black-text);
  }

  .dropdown-list-2 {
    background-color: #ddd;
  }

  .dropdown-list-2.w--open {
    background-color: var(--white);
    border-radius: 10px;
  }

  .container-21 {
    height: 314px;
  }

  .menu-button-5 {
    margin-top: 5px;
  }

  .image-35 {
    width: 56px;
  }

  .nav-menu-6 {
    border-radius: 13px;
    justify-content: flex-start;
    align-items: center;
  }

  .dropdown-link-5 {
    color: var(--black-text);
  }

  .nav-2 {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .nav-2.contact {
    margin-top: 0;
  }

  .dropdown-link-6 {
    color: var(--black-text);
  }

  .div-block-72 {
    padding-top: 5px;
  }

  .div-block-73 {
    display: none;
  }

  .image-36 {
    width: 74px;
    height: 74px;
    border-radius: 10px;
  }

  .h1-2.h1laptop {
    font-size: 65px;
    line-height: 49px;
  }

  .h1-2.h1laptop.aboutus, .h1-2.h1laptop.aboutus.text, .h1-2.h1laptop.aboutus {
    font-size: 83px;
  }

  .h1-2.h1laptop.aboutus.certification {
    font-size: 71px;
  }

  .h1-2.h1laptop.aboutus.certification.packageing {
    font-size: 92px;
    line-height: 72px;
  }

  .h1-2.h1laptop.aboutus.certification.packageing.dryredchilly {
    font-size: 64px;
  }

  .image-37 {
    width: 100px;
    height: 93px;
  }

  .image-37.imagedesktop {
    width: 105px;
    height: 83px;
  }

  .container-22 {
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 40px;
  }

  .paragraph-20 {
    font-size: 18px;
  }

  .hero-2 {
    height: 263px;
    background-size: cover;
  }

  .container-23 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .container-23.container-packageing.container-mango {
    margin-top: 40px;
  }

  .paragraph-21, .paragraph-22, .paragraph-23 {
    font-size: 14px;
  }

  .container-24 {
    background-image: none;
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 60px;
    padding-bottom: 20px;
    font-size: 13px;
  }

  .div-block-78 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 20px;
  }

  .heading-11 {
    text-align: center;
    font-size: 40px;
    line-height: 64px;
  }

  .heading-11.sub {
    font-size: 32px;
    line-height: 46px;
  }

  .button-2 {
    width: auto;
    border-radius: 16px;
    padding: 20px 40px;
    font-size: 18px;
    box-shadow: 0 7px 15px #428da5;
  }

  .div-block-81, .div-block-82, .div-block-83 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .div-block-84 {
    height: auto;
  }

  .paragraph-27 {
    font-size: 24px;
  }

  .div-block-86 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .div-block-87 {
    width: 149px;
    padding-right: 6px;
  }

  .div-block-88 {
    height: auto;
  }

  .div-block-89 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .footer-2 {
    margin-top: 96px;
  }

  .div-block-90 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .div-block-91 {
    width: 125px;
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    padding-right: 6px;
  }

  .div-block-92 {
    height: auto;
    flex-direction: column;
  }

  .div-block-93 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .div-block-94 {
    width: 120px;
    padding-right: 6px;
  }

  .div-block-97, .div-block-98 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .dropdown-link-7 {
    color: var(--black-text);
    font-family: Poppins, sans-serif;
  }

  .dropdown-link-7.productmangoes.mangoactive {
    background-color: var(--bigtext);
    color: var(--white);
  }

  .menu-button-6 {
    margin-top: 5px;
  }

  .container-26 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .dropdown-link-8 {
    color: var(--black-text);
    font-family: Poppins, sans-serif;
  }

  .container-27 {
    height: 314px;
  }

  .nav-menu-7 {
    border-radius: 13px;
    justify-content: flex-start;
    align-items: center;
  }

  .image-39 {
    width: 56px;
  }

  .nav-3 {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .nav-3.contact {
    margin-top: 0;
  }

  .dropdown-link-9 {
    color: var(--black-text);
  }

  .dropdown-link-9.certificationrice-paddy {
    font-family: Poppins, sans-serif;
  }

  .container-28 {
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 40px;
  }

  .div-block-100 {
    padding-top: 5px;
  }

  .div-block-101 {
    display: none;
  }

  .image-41 {
    width: 100px;
    height: 93px;
  }

  .image-41.imagedesktop {
    width: 105px;
    height: 83px;
  }

  .paragraph-31 {
    font-size: 18px;
  }

  .image-42, .image-43, .image-44, .image-45, .image-46 {
    width: 150px;
  }

  .div-block-106 {
    justify-content: space-between;
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 0;
  }

  .image-47, .image-48 {
    width: 150px;
  }

  .container-30 {
    background-image: none;
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 60px;
    padding-bottom: 20px;
    font-size: 13px;
  }

  .div-block-108 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 20px;
  }

  .heading-14 {
    text-align: center;
    font-size: 40px;
    line-height: 64px;
  }

  .heading-14.sub {
    font-size: 32px;
    line-height: 46px;
  }

  .button-3 {
    width: auto;
    border-radius: 16px;
    padding: 20px 40px;
    font-size: 18px;
    box-shadow: 0 6px 15px #428da5;
  }

  .div-block-109 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .div-block-110 {
    height: auto;
  }

  .div-block-111 {
    height: auto;
    flex-direction: column;
  }

  .div-block-112 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .div-block-113, .div-block-115 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .div-block-116 {
    width: 125px;
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    padding-right: 6px;
  }

  .div-block-117 {
    width: 149px;
    padding-right: 6px;
  }

  .div-block-120, .div-block-121 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .div-block-122 {
    width: 120px;
    padding-right: 6px;
  }

  .div-block-123 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .div-block-124 {
    height: auto;
  }

  .div-block-126, .div-block-127 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .paragraph-37 {
    font-size: 24px;
  }

  .body-4, .body-5 {
    margin-left: 0;
    margin-right: 0;
  }

  .imagediv, .imagediv2 {
    display: none;
  }

  .images {
    margin-top: 95px;
  }

  .cell-10 {
    background-position: 50% 0;
    background-size: cover;
    background-attachment: scroll;
  }

  .cell-13.mangoes {
    background-position: 50%;
  }

  .body-7 {
    margin-left: 0;
    margin-right: 0;
  }

  .link-13 {
    color: #8aa9b2;
  }

  .container-32 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .image-73, .image-74 {
    width: 200px;
  }
}

@media screen and (max-width: 479px) {
  body {
    margin-left: 16px;
    margin-right: 16px;
  }

  .container {
    width: auto;
    height: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom-right-radius: 46px;
    border-bottom-left-radius: 46px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .banner {
    overflow: visible;
  }

  .banner.aboutus {
    height: 256px;
    background-size: cover;
    justify-content: flex-start;
  }

  .banner.aboutus.certification.rice-paddy {
    background-image: url('../images/Frame-213.png');
  }

  .image {
    width: 52px;
    height: 45px;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .nav-dropdown {
    flex-direction: row;
    justify-content: center;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .nav-dropdown-toggle {
    flex-direction: row;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .h1.h1laptop {
    font-size: 37px;
    line-height: 39px;
  }

  .h1.h1laptop.aboutus {
    height: 48px;
    font-size: 56px;
    line-height: 44px;
  }

  .p4-reg, .p4-reg.home-text {
    font-size: 20px;
  }

  .container-4 {
    width: auto;
    height: auto;
    clear: none;
    text-align: left;
    flex-direction: column;
    flex: 0 auto;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
  }

  .nav-menu-2 {
    width: 136%;
    flex-direction: column;
    justify-content: space-between;
  }

  .div-block-5.nav-link {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    padding: 14px 117px 14px 72px;
    display: flex;
  }

  .div-block-6.nav-link {
    background-color: rgba(31, 31, 31, 0);
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    padding: 14px 0;
    display: flex;
  }

  .navbar-2 {
    width: auto;
    text-align: left;
    justify-content: center;
  }

  .body {
    display: block;
  }

  .icon {
    color: var(--white);
    font-size: 24px;
    line-height: 24px;
  }

  .menu-button-2 {
    opacity: 1;
    outline-offset: 0px;
    mix-blend-mode: normal;
    outline: 3px #333;
    margin-left: 1px;
    padding: 10px;
    display: flex;
  }

  .menu-button-2.w--open {
    background-color: rgba(200, 200, 200, 0);
    margin-left: 0;
  }

  .div-block-8 {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    margin-left: 16px;
    margin-right: 16px;
    display: flex;
  }

  .navbar-3 {
    width: auto;
    background-color: rgba(221, 221, 221, 0);
    border-radius: 65px;
    flex: 0 auto;
    order: 0;
    justify-content: space-between;
    align-self: auto;
    margin-left: 0;
    margin-right: 0;
    text-decoration: none;
    display: flex;
    position: relative;
  }

  .container-5 {
    clear: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    opacity: 1;
    object-fit: fill;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 20px;
    flex-direction: row;
    flex: 1;
    justify-content: space-between;
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 10px;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .nav-menu-4 {
    padding-top: 6px;
    padding-bottom: var(--left-buttom);
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    background-color: var(--black-text);
    text-align: justify;
    border-radius: 0;
    flex-direction: column;
    flex: 0 auto;
    justify-content: space-between;
    align-self: center;
    margin-top: 0;
    margin-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .div-block-9 {
    padding-top: var(--right-button);
    padding-bottom: var(--right-button);
  }

  .div-block-10 {
    flex-direction: row;
    flex: 0 auto;
    align-self: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .div-block-11, .div-block-12, .div-block-13 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-14 {
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button-3 {
    background-color: rgba(0, 0, 0, 0);
    padding: 10px;
  }

  .menu-button-3.w--open {
    background-color: rgba(255, 255, 255, 0);
  }

  .icon-2 {
    width: 30px;
    height: 30px;
    background-color: var(--black-text);
    color: var(--white);
    justify-content: center;
    align-items: center;
    font-size: 26px;
    display: flex;
  }

  .container1 {
    width: 100%;
    justify-content: space-between;
    margin-left: 0;
    display: flex;
  }

  .container-7 {
    width: auto;
    max-width: 100%;
    margin-left: 16px;
    margin-right: 16px;
    display: block;
  }

  .container-7.about {
    height: auto;
    display: block;
    position: relative;
  }

  .nav-menu-5 {
    z-index: 0;
    width: 100%;
    height: auto;
    max-width: none;
    flex-flow: row;
    align-items: center;
    position: relative;
  }

  .nav.contact {
    margin-top: 0;
  }

  .navbar-4 {
    position: relative;
  }

  .navbar-4.navabout-us {
    height: auto;
    position: relative;
  }

  .menu-button-4 {
    width: 36px;
    height: 36px;
    padding: var(--top-bottom);
    border-radius: 8px;
    margin-top: 4px;
    display: inline-block;
  }

  .div-block-15 {
    object-fit: fill;
    justify-content: center;
  }

  .dropdown-2 {
    flex-direction: row;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: block;
  }

  .brand-2 {
    padding-left: 0;
  }

  .brand-2.navbar-logo-center {
    width: 56px;
    display: block;
  }

  .image-5 {
    width: 56px;
    height: 47px;
  }

  .container-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    padding-top: 40px;
    display: block;
  }

  .hero {
    height: auto;
    background-size: cover;
    margin-bottom: 42px;
    overflow: hidden;
  }

  .div-block-16 {
    align-items: center;
    padding-top: 0;
  }

  .heading-2 {
    padding-top: 0;
    font-size: 18px;
    line-height: 31px;
  }

  .div-block-17 {
    align-items: stretch;
    margin-bottom: -5px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 18px;
  }

  .image-6 {
    width: 16px;
    height: 28px;
    margin-bottom: -2px;
    font-size: 14px;
  }

  .dropdown-list.w--open {
    background-color: var(--white);
  }

  .dropdown-link, .dropdown-link-2, .dropdown-link-3 {
    color: var(--black-text);
    font-family: Poppins, sans-serif;
  }

  .image-7 {
    width: 84px;
    height: 84px;
    border-radius: 14px;
  }

  .paragraph {
    height: 54px;
    padding-right: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph.para2 {
    height: 56px;
    align-items: flex-end;
    line-height: 24px;
  }

  .div-block-19 {
    padding: var(--top-bottom);
    border-radius: 12px;
    margin-bottom: 0;
  }

  .div-block-19.small-card {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-20 {
    padding-top: 0;
  }

  .div-block-21 {
    margin-top: 101px;
  }

  .paragraph-2 {
    margin-bottom: 0;
    margin-left: 16px;
    padding-right: 16px;
  }

  .div-block-22 {
    margin-top: 31px;
  }

  .div-block-23 {
    display: none;
  }

  .container-9 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .heading-4 {
    margin-bottom: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 21px;
    line-height: 18px;
  }

  .heading-4.two {
    margin-bottom: 0;
    font-size: 21px;
    line-height: 30px;
  }

  .heading-4.end {
    margin-bottom: 0;
    font-size: 21px;
    line-height: 26px;
  }

  .div-block-24 {
    align-items: flex-start;
    margin-bottom: 6px;
  }

  .div-block-25 {
    align-items: center;
    margin-top: 4px;
    margin-bottom: 8px;
    padding-top: 0;
  }

  .image-9 {
    width: 36px;
  }

  .div-block-26 {
    border-top-width: .5px;
    border-bottom-width: .5px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
  }

  .div-block-27 {
    padding-top: 14px;
  }

  .div-block-28 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .what-we-export {
    margin-top: 32px;
    overflow: hidden;
  }

  .container-12 {
    margin-top: 27px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .heading-5 {
    font-size: 42px;
    line-height: 44px;
  }

  .cell-4 {
    background-size: 429px;
  }

  .text-block-1.para {
    font-size: 12px;
    line-height: 18px;
  }

  .text-block-1.mangoes {
    font-size: 20px;
  }

  .div-block-29.carton-boxes {
    margin-top: 0;
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-29.rice {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: 0;
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-29.mangoes {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 0;
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-29.granites, .div-block-29.dry-red-chilly {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: 0;
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-29.green-chilly {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: 0;
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .who-are-we {
    display: block;
    overflow: hidden;
  }

  .container-13 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .heading-6 {
    font-size: 44px;
  }

  .div-block-31, .div-block-32 {
    margin-top: 12px;
  }

  .paragraph-4, .paragraph-5, .paragraph-6 {
    font-size: 12px;
  }

  .image-17 {
    width: 122px;
  }

  .why-choose {
    margin-bottom: -1px;
    overflow: hidden;
  }

  .container-14 {
    height: auto;
    grid-column-gap: 37px;
    grid-row-gap: 37px;
  }

  .heading-7 {
    font-size: 32px;
    font-weight: 600;
    line-height: 36px;
  }

  .slider {
    height: auto;
    flex-direction: row;
    align-items: flex-start;
  }

  .image-18 {
    width: auto;
    height: auto;
    min-height: auto;
    margin-bottom: 14px;
  }

  .slide {
    width: auto;
    height: auto;
    max-width: none;
    margin-right: 0;
  }

  .slide-2 {
    width: 100%;
    height: auto;
  }

  .image-19 {
    width: auto;
    margin-bottom: 14px;
  }

  .image-20 {
    width: 100%;
    margin-bottom: 16px;
  }

  .im {
    width: 100%;
  }

  .mask {
    width: 100%;
    height: auto;
    max-width: 100%;
    text-align: left;
  }

  .div-block-41 {
    flex-direction: column;
  }

  .slide-nav {
    display: none;
  }

  .image-21 {
    width: auto;
    max-width: 100%;
  }

  .contact {
    background-size: auto;
    overflow: hidden;
  }

  .heading-8 {
    font-size: 24px;
    line-height: 37px;
  }

  .heading-8.sub {
    margin-top: 3px;
    padding-top: 0;
    font-size: 22px;
    font-weight: 300;
    line-height: 29px;
  }

  .div-block-43 {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .button {
    width: auto;
    border-radius: 12px;
    padding: 14px 28px;
    font-size: 18px;
    box-shadow: 0 4px 16px #428da5;
  }

  .footer {
    margin-top: 73px;
    overflow: hidden;
  }

  .container-16 {
    grid-column-gap: 31px;
    grid-row-gap: 31px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .div-block-44 {
    height: auto;
    flex-direction: column;
  }

  .heading-9 {
    padding-bottom: 0;
    font-size: 30px;
    line-height: 38px;
  }

  .paragraph-8 {
    font-size: 34px;
  }

  .paragraph-9 {
    font-size: 12px;
  }

  .paragraph-10 {
    width: 250px;
    font-size: 14px;
    line-height: 19px;
  }

  .paragraph-10.address-text {
    width: auto;
    font-size: 14px;
  }

  .paragraph-11, .paragraph-11.address-text, .paragraph-12, .paragraph-12.mail-address {
    font-size: 14px;
  }

  .paragraph-13 {
    color: var(--white);
    text-decoration: none;
  }

  .paragraph-13.time, .paragraph-13.time.address-text {
    font-size: 14px;
  }

  .div-block-45 {
    width: auto;
    height: auto;
  }

  .div-block-46 {
    width: auto;
    height: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-46.address-footer {
    width: auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-48 {
    padding-bottom: 12px;
  }

  .div-block-49 {
    padding-top: var(--top-bottom);
    padding-bottom: var(--top-bottom);
  }

  .div-block-50 {
    width: auto;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-51 {
    padding-top: var(--top-bottom);
    padding-bottom: var(--top-bottom);
  }

  .div-block-52 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-60 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .paragraph-14 {
    font-size: 12px;
  }

  .div-block-61 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-direction: column;
  }

  .div-block-62, .div-block-63 {
    border-right-width: 0;
  }

  .content {
    margin-top: 40px;
    padding-left: 0;
  }

  .content.content-contact-us {
    margin-top: 0;
    overflow: hidden;
  }

  .content.content-contact-us.contentpackageing {
    margin-top: 24px;
  }

  .content.content-contact-us.contentpackageing.contentricepaddy {
    margin-top: 20px;
  }

  .div-block-65 {
    width: 288px;
    font-size: 14px;
  }

  .container-17 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .paragraph-15, .paragraph-16, .paragraph-17 {
    font-size: 14px;
  }

  .body-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-18 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .paragraph-18.para {
    font-size: 31px;
    line-height: 46px;
  }

  .div-block-66 {
    padding-bottom: 15px;
  }

  .image-24, .image-25, .image-26, .image-27, .image-28 {
    width: 48px;
    margin-right: 16px;
  }

  .div-block-67 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-68 {
    display: block;
  }

  .container-19 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-69 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    display: flex;
  }

  .div-block-70 {
    flex: 0 auto;
    align-items: flex-end;
    display: flex;
  }

  .heading-10 {
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 32px;
    line-height: 44px;
  }

  .heading-10.h3, .heading-10.h2 {
    margin-top: 10px;
    font-size: 32px;
  }

  .hero-image {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
  }

  .section {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .slide-4 {
    width: 100%;
    height: 326px;
    max-width: 100%;
    background-size: cover;
  }

  .slide-5, .slide-6, .slide-7, .slide-8 {
    background-size: cover;
  }

  .slider-2 {
    width: 100%;
    height: 326px;
    position: static;
  }

  .mask-2 {
    width: 100%;
    height: 326px;
    max-width: 100%;
  }

  .mover {
    height: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    display: flex;
  }

  .wraper {
    height: 46px;
    margin-top: 20px;
  }

  .wrap {
    width: 84px;
    height: 84px;
  }

  .image-33 {
    width: 18px;
  }

  .container-20 {
    margin-left: 16px;
    margin-right: 16px;
    display: block;
  }

  .dropdown-link-4 {
    color: var(--black-text);
    font-family: Poppins, sans-serif;
  }

  .dropdown-list-2.w--open {
    background-color: var(--white);
  }

  .container-21 {
    width: auto;
    height: 244px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom-right-radius: 46px;
    border-bottom-left-radius: 46px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .menu-button-5 {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    margin-top: 4px;
    padding: 6px;
    display: inline-block;
  }

  .dropdown-3 {
    flex-direction: row;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: block;
  }

  .image-35 {
    width: 56px;
    height: 47px;
  }

  .div-block-71 {
    object-fit: fill;
    justify-content: center;
  }

  .dropdown-link-5 {
    color: var(--black-text);
    font-family: Poppins, sans-serif;
  }

  .nav-2.contact {
    margin-top: 0;
  }

  .dropdown-link-6 {
    color: var(--black-text);
    font-family: Poppins, sans-serif;
  }

  .div-block-72 {
    padding-top: 0;
  }

  .div-block-73 {
    display: none;
  }

  .image-36 {
    width: 74px;
    height: 74px;
    border-radius: 14px;
  }

  .h1-2.h1laptop {
    font-size: 37px;
    line-height: 39px;
  }

  .h1-2.h1laptop.aboutus {
    font-size: 39px;
    line-height: 47px;
  }

  .h1-2.h1laptop.aboutus.text {
    font-size: 45px;
  }

  .h1-2.h1laptop.aboutus {
    font-size: 58px;
    line-height: 47px;
  }

  .h1-2.h1laptop.aboutus.certification {
    font-size: 40px;
  }

  .h1-2.h1laptop.aboutus.certification.packageing {
    font-size: 48px;
    line-height: 43px;
  }

  .h1-2.h1laptop.aboutus.certification.packageing.dryredchilly {
    font-size: 38px;
    line-height: 43px;
  }

  .div-block-76 {
    border-radius: 12px;
    margin-bottom: 4px;
    padding: 6px;
  }

  .container-22 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    padding-top: 40px;
    display: block;
  }

  .paragraph-20 {
    padding-right: 9px;
    font-size: 18px;
    line-height: 24px;
  }

  .hero-2 {
    height: 187px;
    background-size: cover;
    margin-bottom: 42px;
  }

  .hero-2.hero-about-us.hero-contact-us {
    margin-bottom: 0;
    overflow: hidden;
  }

  .hero-2.hero-about-us.certification {
    max-height: none;
    overflow: hidden;
  }

  .hero-2.hero-about-us.certification.products {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .container-23 {
    justify-content: center;
    margin-top: 0;
    margin-left: 16px;
    margin-right: 16px;
  }

  .container-23.container-packageing.container-mango {
    justify-content: center;
  }

  .div-block-77 {
    width: 288px;
    font-size: 14px;
  }

  .paragraph-21 {
    font-size: 14px;
  }

  .paragraph-21.head.sub {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-22, .paragraph-23 {
    font-size: 14px;
  }

  .heading-11 {
    font-size: 24px;
    line-height: 37px;
  }

  .heading-11.sub {
    font-size: 20px;
    font-weight: 300;
    line-height: 29px;
  }

  .button-2 {
    width: auto;
    border-radius: 12px;
    padding: 12px 20px;
    font-size: 16px;
    box-shadow: 0 6px 10px #428da5;
  }

  .container-25 {
    grid-column-gap: 31px;
    grid-row-gap: 31px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .heading-12 {
    padding-bottom: 0;
    font-size: 30px;
    line-height: 38px;
  }

  .div-block-80 {
    padding-bottom: 12px;
  }

  .div-block-83 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .div-block-84 {
    width: auto;
    height: auto;
  }

  .paragraph-27 {
    font-size: 24px;
  }

  .div-block-88 {
    width: auto;
    height: auto;
  }

  .div-block-89 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-direction: column;
  }

  .footer-2 {
    margin-top: 85px;
  }

  .div-block-90 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .div-block-91 {
    border-right-width: 0;
  }

  .div-block-92 {
    height: auto;
    flex-direction: column;
  }

  .div-block-93 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .div-block-94 {
    border-right-width: 0;
  }

  .paragraph-30 {
    font-size: 12px;
  }

  .div-block-96 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .dropdown-link-7 {
    color: var(--black-text);
    font-family: Poppins, sans-serif;
  }

  .dropdown-link-7.productmangoes.mangoactive {
    background-color: var(--bigtext);
    color: var(--white);
  }

  .dropdown-link-7.productricemango {
    background-color: var(--white);
    color: var(--black-text);
    font-family: Poppins, sans-serif;
  }

  .menu-button-6 {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    margin-top: 4px;
    padding: 6px;
    font-family: Poppins, sans-serif;
    display: inline-block;
  }

  .div-block-99 {
    object-fit: fill;
    justify-content: center;
  }

  .container-26 {
    margin-left: 16px;
    margin-right: 16px;
    display: block;
  }

  .dropdown-link-8 {
    color: var(--black-text);
    font-family: Poppins, sans-serif;
  }

  .container-27 {
    width: auto;
    height: 244px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom-right-radius: 46px;
    border-bottom-left-radius: 46px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .image-39 {
    width: 56px;
    height: 47px;
  }

  .nav-3.contact {
    margin-top: 0;
  }

  .dropdown-link-9 {
    color: var(--black-text);
  }

  .dropdown-link-9.certificationrice-paddy {
    font-family: Poppins, sans-serif;
  }

  .dropdown-link-9.ricepaddy {
    background-color: var(--bigtext);
    color: var(--white);
    font-family: Poppins, sans-serif;
  }

  .container-28 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    padding-top: 40px;
    display: block;
  }

  .div-block-100 {
    padding-top: 0;
  }

  .div-block-101 {
    display: none;
  }

  .div-block-102 {
    border-radius: 12px;
    margin-bottom: 4px;
    padding: 6px;
  }

  .paragraph-31 {
    padding-right: 9px;
    font-size: 18px;
    line-height: 24px;
  }

  .image-42, .image-43 {
    width: 80px;
  }

  .image-44 {
    width: 100px;
  }

  .image-45 {
    width: 80px;
    height: auto;
  }

  .image-46 {
    width: 80px;
  }

  .div-block-105 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 18px;
  }

  .div-block-106 {
    flex-flow: row;
    justify-content: space-between;
  }

  .div-block-106.rcmc {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .image-47, .image-48 {
    width: 80px;
  }

  .section-2 {
    margin-top: 0;
    overflow: hidden;
  }

  .heading-13 {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-14 {
    font-size: 24px;
    line-height: 37px;
  }

  .heading-14.sub {
    font-size: 20px;
    font-weight: 300;
    line-height: 29px;
  }

  .button-3 {
    width: auto;
    border-radius: 12px;
    padding: 12px 20px;
    font-size: 16px;
    box-shadow: 0 4px 16px #428da5;
  }

  .div-block-110 {
    width: auto;
    height: auto;
  }

  .div-block-111 {
    height: auto;
    flex-direction: column;
  }

  .div-block-112 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-direction: column;
  }

  .div-block-114 {
    padding-bottom: 12px;
  }

  .div-block-116 {
    border-right-width: 0;
  }

  .container-31 {
    grid-column-gap: 31px;
    grid-row-gap: 31px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .div-block-122 {
    border-right-width: 0;
  }

  .div-block-123 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .div-block-124 {
    width: auto;
    height: auto;
  }

  .div-block-126, .div-block-127, .div-block-128 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .paragraph-36 {
    font-size: 12px;
  }

  .paragraph-37 {
    font-size: 24px;
  }

  .heading-15 {
    padding-bottom: 0;
    font-size: 30px;
    line-height: 38px;
  }

  .body-4, .body-5 {
    margin-left: 0;
    margin-right: 0;
  }

  .imagediv {
    margin-right: 0;
  }

  .imagediv2 {
    margin-left: 0;
  }

  .images {
    margin-top: 84px;
  }

  .link {
    color: #8aa9b2;
  }

  .link-3, .link-4, .link-5, .link-6, .link-7 {
    color: var(--white);
    text-decoration: none;
  }

  .body-8 {
    margin-left: 0;
    margin-right: 0;
  }

  .link-block-4 {
    padding-right: 0;
  }

  .link-13 {
    color: #8aa9b2;
  }

  .address-section {
    overflow: hidden;
  }

  .container-32 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .image-52 {
    width: 22px;
    height: 22px;
  }

  .image-53 {
    width: 22px;
  }

  .div-block-130 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: flex-start;
  }

  .div-block-131 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .image-54 {
    width: 22px;
    height: 22px;
  }

  .image-55 {
    width: 22px;
  }

  .image-73, .image-74 {
    width: 180px;
  }

  .contact-us.contact-final-page {
    overflow: hidden;
  }

  .container-33 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .form-block {
    width: 100%;
    max-width: 100%;
  }

  .map, .section-3 {
    overflow: hidden;
  }
}

#w-node-_039bc290-608c-4b2d-08c3-3f93e2bc8cc7-2c88afec {
  grid-template-rows: auto 312px 312px;
  grid-template-columns: 1.5fr 1fr 1.5fr 1.5fr 1fr;
}

#w-node-_039bc290-608c-4b2d-08c3-3f93e2bc8cc8-2c88afec {
  grid-column: span 3 / span 3;
}

#w-node-_039bc290-608c-4b2d-08c3-3f93e2bc8ccb-2c88afec {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_039bc290-608c-4b2d-08c3-3f93e2bc8cd7-2c88afec, #w-node-_039bc290-608c-4b2d-08c3-3f93e2bc8cdd-2c88afec, #w-node-_039bc290-608c-4b2d-08c3-3f93e2bc8ce9-2c88afec {
  grid-column: span 2 / span 2;
}

#w-node-_390f2942-8ec2-0d9e-a68e-f91057e7fa29-f84a5d8a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  display: grid;
}

#w-node-_63d60e5f-1336-0267-690c-8e738062ecf4-9185189e {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0a189920-7094-a0f0-85f2-2363ec126a90-9185189e {
  grid-column: span 2 / span 2;
}

#w-node-_010f7fe0-991c-2912-0039-8de1c7ad3276-9185189e {
  grid-row: span 2 / span 2;
}

#w-node-_7b0ec0d2-862a-db5b-30cd-290208f95f92-9185189e {
  grid-column: span 2 / span 2;
}

#w-node-_63d60e5f-1336-0267-690c-8e738062ecf4-bcfaf316 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0a189920-7094-a0f0-85f2-2363ec126a90-bcfaf316 {
  grid-column: span 2 / span 2;
}

#w-node-_010f7fe0-991c-2912-0039-8de1c7ad3276-bcfaf316 {
  grid-row: span 2 / span 2;
}

#w-node-_7b0ec0d2-862a-db5b-30cd-290208f95f92-bcfaf316 {
  grid-column: span 2 / span 2;
}

#w-node-_63d60e5f-1336-0267-690c-8e738062ecf4-e06db276 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0a189920-7094-a0f0-85f2-2363ec126a90-e06db276 {
  grid-column: span 2 / span 2;
}

#w-node-_010f7fe0-991c-2912-0039-8de1c7ad3276-e06db276 {
  grid-row: span 2 / span 2;
}

#w-node-_7b0ec0d2-862a-db5b-30cd-290208f95f92-e06db276 {
  grid-column: span 2 / span 2;
}

#w-node-_63d60e5f-1336-0267-690c-8e738062ecf4-56c286b1 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0a189920-7094-a0f0-85f2-2363ec126a90-56c286b1 {
  grid-column: span 2 / span 2;
}

#w-node-_010f7fe0-991c-2912-0039-8de1c7ad3276-56c286b1 {
  grid-row: span 2 / span 2;
}

#w-node-_7b0ec0d2-862a-db5b-30cd-290208f95f92-56c286b1 {
  grid-column: span 2 / span 2;
}

#w-node-_1531712c-338d-6ed8-9786-ad322ac0e74c-640c3ded {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_1531712c-338d-6ed8-9786-ad322ac0e74d-640c3ded {
  grid-column: span 2 / span 2;
}

#w-node-_1531712c-338d-6ed8-9786-ad322ac0e74f-640c3ded {
  grid-row: span 2 / span 2;
}

#w-node-_1531712c-338d-6ed8-9786-ad322ac0e750-640c3ded {
  grid-column: span 2 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_039bc290-608c-4b2d-08c3-3f93e2bc8cc7-2c88afec {
    grid-template-rows: 117px 312px 312px;
    grid-template-columns: 1.5fr 1fr 2.75fr 1.5fr 1fr;
    display: grid;
  }

  #w-node-_039bc290-608c-4b2d-08c3-3f93e2bc8cc8-2c88afec {
    order: 0;
    grid-column: span 4 / span 4;
  }

  #w-node-_039bc290-608c-4b2d-08c3-3f93e2bc8ccb-2c88afec {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_039bc290-608c-4b2d-08c3-3f93e2bc8cd7-2c88afec, #w-node-_039bc290-608c-4b2d-08c3-3f93e2bc8cdd-2c88afec, #w-node-_039bc290-608c-4b2d-08c3-3f93e2bc8ce9-2c88afec {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_039bc290-608c-4b2d-08c3-3f93e2bc8cc7-2c88afec {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  #w-node-_039bc290-608c-4b2d-08c3-3f93e2bc8cc8-2c88afec {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_039bc290-608c-4b2d-08c3-3f93e2bc8ccb-2c88afec, #w-node-_039bc290-608c-4b2d-08c3-3f93e2bc8cd1-2c88afec {
    grid-column: span 3 / span 3;
  }

  #w-node-_039bc290-608c-4b2d-08c3-3f93e2bc8cd7-2c88afec {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_039bc290-608c-4b2d-08c3-3f93e2bc8cdd-2c88afec {
    grid-column: span 3 / span 3;
  }

  #w-node-_039bc290-608c-4b2d-08c3-3f93e2bc8ce3-2c88afec, #w-node-_039bc290-608c-4b2d-08c3-3f93e2bc8ce9-2c88afec {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_0a189920-7094-a0f0-85f2-2363ec126a90-9185189e, #w-node-b72de40f-5c96-1d6d-25bd-84659b407838-9185189e, #w-node-_010f7fe0-991c-2912-0039-8de1c7ad3276-9185189e, #w-node-_7b0ec0d2-862a-db5b-30cd-290208f95f92-9185189e, #w-node-_14e8a82a-03f3-44de-325c-29f30baa6e88-9185189e, #w-node-_6c808685-574d-1920-b9b5-007fe67c762d-9185189e, #w-node-_0a189920-7094-a0f0-85f2-2363ec126a90-bcfaf316, #w-node-b72de40f-5c96-1d6d-25bd-84659b407838-bcfaf316, #w-node-_010f7fe0-991c-2912-0039-8de1c7ad3276-bcfaf316, #w-node-_7b0ec0d2-862a-db5b-30cd-290208f95f92-bcfaf316, #w-node-_14e8a82a-03f3-44de-325c-29f30baa6e88-bcfaf316, #w-node-_6c808685-574d-1920-b9b5-007fe67c762d-bcfaf316, #w-node-_0a189920-7094-a0f0-85f2-2363ec126a90-e06db276, #w-node-b72de40f-5c96-1d6d-25bd-84659b407838-e06db276, #w-node-_010f7fe0-991c-2912-0039-8de1c7ad3276-e06db276, #w-node-_7b0ec0d2-862a-db5b-30cd-290208f95f92-e06db276, #w-node-_14e8a82a-03f3-44de-325c-29f30baa6e88-e06db276, #w-node-_6c808685-574d-1920-b9b5-007fe67c762d-e06db276, #w-node-_0a189920-7094-a0f0-85f2-2363ec126a90-56c286b1, #w-node-b72de40f-5c96-1d6d-25bd-84659b407838-56c286b1, #w-node-_010f7fe0-991c-2912-0039-8de1c7ad3276-56c286b1, #w-node-_7b0ec0d2-862a-db5b-30cd-290208f95f92-56c286b1, #w-node-_14e8a82a-03f3-44de-325c-29f30baa6e88-56c286b1, #w-node-_6c808685-574d-1920-b9b5-007fe67c762d-56c286b1, #w-node-_1531712c-338d-6ed8-9786-ad322ac0e74d-640c3ded, #w-node-_1531712c-338d-6ed8-9786-ad322ac0e74e-640c3ded, #w-node-_1531712c-338d-6ed8-9786-ad322ac0e74f-640c3ded, #w-node-_1531712c-338d-6ed8-9786-ad322ac0e750-640c3ded, #w-node-_1531712c-338d-6ed8-9786-ad322ac0e751-640c3ded, #w-node-_1531712c-338d-6ed8-9786-ad322ac0e752-640c3ded {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_039bc290-608c-4b2d-08c3-3f93e2bc8cc7-2c88afec {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  #w-node-_039bc290-608c-4b2d-08c3-3f93e2bc8ccb-2c88afec, #w-node-_039bc290-608c-4b2d-08c3-3f93e2bc8cd1-2c88afec, #w-node-_039bc290-608c-4b2d-08c3-3f93e2bc8cd7-2c88afec, #w-node-_039bc290-608c-4b2d-08c3-3f93e2bc8cdd-2c88afec, #w-node-_039bc290-608c-4b2d-08c3-3f93e2bc8ce3-2c88afec, #w-node-_039bc290-608c-4b2d-08c3-3f93e2bc8ce9-2c88afec {
    grid-column: span 6 / span 6;
  }

  #w-node-_390f2942-8ec2-0d9e-a68e-f91057e7fa29-f84a5d8a {
    display: none;
  }
}


@font-face {
  font-family: 'Generalsans Complete 1';
  src: url('../fonts/GeneralSans_Complete-1.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-LightItalic.woff2') format('woff2'), url('../fonts/GeneralSans-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Light.woff2') format('woff2'), url('../fonts/GeneralSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.woff2') format('woff2'), url('../fonts/GeneralSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-BoldItalic.woff2') format('woff2'), url('../fonts/GeneralSans-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.woff2') format('woff2'), url('../fonts/GeneralSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Extralight.woff2') format('woff2'), url('../fonts/GeneralSans-Extralight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.woff2') format('woff2'), url('../fonts/GeneralSans-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-ExtralightItalic.woff2') format('woff2'), url('../fonts/GeneralSans-ExtralightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.woff2') format('woff2'), url('../fonts/GeneralSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-SemiboldItalic.woff2') format('woff2'), url('../fonts/GeneralSans-SemiboldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans Variable';
  src: url('../fonts/GeneralSans-Variable.woff2') format('woff2'), url('../fonts/GeneralSans-Variable.woff') format('woff');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-VariableItalic.woff2') format('woff2'), url('../fonts/GeneralSans-Italic.woff2') format('woff2'), url('../fonts/GeneralSans-Italic.woff') format('woff'), url('../fonts/GeneralSans-VariableItalic.woff') format('woff');
  font-weight: 200 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-MediumItalic.woff2') format('woff2'), url('../fonts/GeneralSans-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}