:root {
  --primary: #62a745;
  --secondary: #333333;
  --light: #ffffff;
}

@font-face {
  font-family: icomoon;
  src: url("../font/icomoon.ttf?ev9143") format("truetype"),
    url("../font/icomoon.woff?ev9143") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

*,
::before,
::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  background-image: url("../image/Background.png");
  background-color: rgb(255, 255, 255);
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0px;
  padding: 0px;
  font-family: Nunito, sans-serif;
}

[class^="icon-"],
[class*=" icon-"] {
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-family: icomoon !important;
}

.icon-No_preservatives::before {
  content: "";
}

.icon-No_adulteration::before {
  content: "";
}

.icon-No_contamination::before {
  content: "";
}

.icon-No_aflatoxins::before {
  content: "";
}

.icon-No_synthetic_fertilizers::before {
  content: "";
}

.icon-No_pesticides::before {
  content: "";
}

.icon-No_stress_hormones::before {
  content: "";
}

.icon-No_antibiotics::before {
  content: "";
}

.icon-No_induced_growth_hormones::before {
  content: "";
}

.bg-primary {
  background-color: var(--primary);
}

.text-primary {
  color: var(--primary);
}

.text-secondary {
  color: var(--secondary);
}

.text-light {
  color: var(--light);
}

.text-center {
  text-align: center;
}

.fw-300 {
  font-weight: 300;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

h1 {
  margin: 0px;
  font-size: 60px;
  line-height: 73px;
}

h2 {
  margin: 0px;
  font-size: 45px;
  line-height: 47px;
}

h3 {
  margin: 0px;
  font-size: 36px;
  line-height: 44px;
}

h4 {
  margin: 0px;
  font-size: 30px;
  line-height: 36px;
}

h5 {
  margin: 0px;
  font-size: 24px;
  line-height: 22px;
}

h6 {
  margin: 0px;
  font-size: 20px;
  line-height: 28px;
}

small {
  font-size: 14px;
  line-height: normal;
}

h5 span,
h3 span,
small span {
  display: block;
}

a.btn {
  cursor: pointer;
  text-decoration: none;
  max-width: 350px;
  min-height: 102px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  color: var(--light);
  background-color: var(--primary);
  border-radius: 50rem;
}

.container {
  max-width: 1280px;
  width: calc(100% - 36px);
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  h1 {
    font-size: 21px;
    line-height: 26px;
  }
  h2 {
    font-size: 20px;
    line-height: 21px;
  }
  h3 {
    font-size: 18px;
    line-height: 18px;
  }
  h4 {
    margin: 0px;
    font-size: 20px;
    line-height: 26px;
  }
  h5 {
    font-size: 14px;
    line-height: 13px;
  }
  a.btn {
    max-width: 166px;
    min-height: 48px;
    font-size: 16px;
    line-height: 16px;
  }
  .container {
    max-width: 360px;
  }
}

@media (min-width: 1280px) {
  .container-md {
    padding-left: 104px;
    padding-right: 104px;
    width: calc(100% - 0px);
  }
}

header {
  /* padding: 90px 0px; */
  padding-top: 25px;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  header {
    padding: 20px 0px;
  }
}

.section-1 .row {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .section-1 .row .col-8 {
    padding: 0px 9%;
    margin-right: 37px;
    border-radius: 0px 32px 37px 0px;
  }
  .section-1 .row .col-8 {
    display: flex;
    min-height: 100%;
    align-items: center;
  }
}

@media (max-width: 991px) {
  .section-1 .row {
    flex-direction: column-reverse;
  }
  .section-1 .row .col-8 {
    padding: 15px 28px;
    margin-right: 0px;
    border-radius: 0px 0px 20px 20px;
    text-align: center;
  }
  .section-1 img {
    width: 100%;
  }
}

section .flex-row {
  display: flex;
  justify-content: space-between;
}

section .flex-row > div {
}

section i {
  font-size: 73px;
  line-height: 73px;
  padding-bottom: 20px;
  display: block;
}

.section-2 h2 {
  padding-top: 60px;
  padding-bottom: 75px;
}

.section-2 h3 {
  padding-bottom: 55px;
  padding-top: 0px;
}

.section-2 .row {
  display: flex;
  align-items: center;
}

.section-2 .row > div {
  width: 100%;
}

.section-2 .row > div img {
  width: 100%;
}

@media (min-width: 768px) {
  .section-2 .row {
    gap: 80px;
  }
  .section-2:nth-child(2n) .col-md {
    /* padding-left: 120px; */
  }
  .section-2:nth-child(2n + 1) .col-md {
    /* padding-right: 68px; */
  }
  .section-2:nth-child(2n) h3 {
    /* max-width: 400px; */
  }
  .section-2 {
    margin-bottom: 75px;
  }
  .section-2 .col-sm {
    display: none;
  }
}

@media (max-width: 767px) {
  section i {
    font-size: 33px;
    line-height: 33px;
    padding-bottom: 8px;
    display: block;
  }
  .section-2 .row {
    display: flex;
    flex-direction: column;
    border-bottom: 2px solid rgb(224, 224, 224);
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .section-2 .col-md {
    display: none;
  }
  .section-2 h2 {
    padding-top: 30px;
    padding-bottom: 20px;
    max-width: 250px;
    margin: auto;
  }
  .section-2 h3 {
    order: 1;
    text-align: center;
  }
  .section-2 .col {
    order: 2;
    padding: 18px 0px;
  }
  .section-2 .flex-row {
    order: 3;
  }
  .section-2 h3 {
    padding-bottom: 0px;
    padding-top: 0px;
  }
}

.card {
  padding: 40px 125px;
  border-radius: 20px;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .card {
    padding: 20px;
    margin-top: 25px;
  }
  .card h3 {
    font-weight: 300;
  }
}

footer {
  padding-bottom: 145px;
  padding-top: 60px;
}

footer div {
  display: flex;
  justify-content: space-evenly;
}

@media (max-width: 767px) {
  footer {
    padding-bottom: 115px;
    padding-top: 38px;
  }
  footer div {
    flex-direction: column;
    align-items: center;
  }
  footer div a:not(:first-child) {
    margin-top: 18px;
  }
}

.section-3 .flex-row {
  display: flex;
  align-items: center;
}

.section-3 .box {
  border-radius: 35px;
  width: clamp(250px, 250px, 250px);
  height: clamp(250px, 250px, 250px);
}

.section-3 .box-fill {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-evenly;
  padding-left: 35px;
}

.section-3 .box h3 {
  font-size: 27px;
  line-height: 32px;
}

.section-3 .box-strok {
  border: 5px solid var(--primary);
}

.section-3 .box-strok h6 {
  padding-top: 25px;
  padding-bottom: 10px;
  font-weight: 400;
}

.section-3 .box-strok i {
  font-size: 48px;
  line-height: 48px;
}

.section-3 .box-strok-flex-row {
  display: flex;
  justify-content: flex-start;
}

.section-3 .box-strok-flex-row > div {
  flex: 0 0 100px;
}

.section-3 .box-strok-flex-row.one {
  padding-bottom: 20px;
}

.section-3 .box-strok-flex-row.one i {
  padding-bottom: 7px;
}

.section-3 .box-strok-flex-row.two i {
  padding-right: 7px;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .section-3 {
    padding-top: 55px;
  }
  .section-3 .box-strok-flex-row.one > div:last-child {
    padding-left: 15px;
  }
  .section-3 .flex-row {
    /* padding-top: 70px; */
    padding-bottom: 70px;
  }
  .section-3 .flex-row:nth-child(even) {
    flex-direction: row-reverse;
  }
  .section-3 .box-strok-flex-row {
    padding-left: 25px;
  }
  .section-3 .box-strok-flex-row.two {
    align-items: center;
  }
  .section-3 .flex-row {
    position: relative;
  }
  .section-3 .flex-row:nth-child(even):before {
    content: "";
    position: absolute;
    width: 3px;
    background-color: #b1b1b1;
    height: 176px;
    z-index: -1;
    right: 120px;
    bottom: 88%;
  }
  .section-3 .flex-row:nth-child(even)::after {
    content: "";
    position: absolute;
    width: 3px;
    background-color: #b1b1b1;
    height: 176px;
    z-index: -1;
    left: 120px;
    top: 71%;
  }
  .section-3 picture {
    position: relative;
    flex: 1;
    text-align: center;
  }
  .section-3 picture::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    background-color: #b1b1b1;
    height: 3px;
    left: 0;
    z-index: -1;
  }
}

@media (max-width: 767px) {
  .section-3 .flex-row {
    flex-wrap: wrap;
  }
  .section-3 .flex-row > div:not(:last-child) {
    margin-right: 14px;
  }
  .section-3 .flex-row > div {
    flex: 50%;
    flex: calc(50% - 14px);
    max-width: 50%;
  }
  .section-3 .flex-row > picture {
    flex: 100%;
    order: 3;
    display: flex;
    justify-content: center;
  }
  .section-3 .box {
    max-width: clamp(155px, 155px, 155px);
    max-height: clamp(175px, 175px, 175px);
    border-radius: 20px;
  }
  .section-3 .box-strok-flex-row.one {
    display: block;
  }
  .section-3 .box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 25px;
    padding-right: 25px;
  }
  .section-3 .box-strok {
    border-width: 2px;
  }
  .section-3 .box h6 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
  }
  .section-3 .box-strok i {
    font-size: 27px;
    line-height: 27px;
  }
  .section-3 .box-strok-flex-row.one i {
    padding-bottom: 0px;
  }
  .section-3 small {
    font-size: 12px;
    line-height: 12px;
  }
  .section-3 .box-strok-flex-row > div {
    display: flex;
    padding-bottom: 10px;
    align-items: center;
  }
  .section-3 .box-strok-flex-row > div i {
    padding-right: 7px;
  }
  .section-3 .box-strok-flex-row.one {
    padding-bottom: 0px;
  }
  .section-3 .box h3 {
    font-size: 16px;
    line-height: 18px;
  }
  .section-3 picture {
    margin-top: 15px;
  }
  .section-3 .flex-row {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .section-3 .flex-row:not(:last-child) {
    border-bottom: 2px solid #e0e0e0;
  }
  .section-3 .box-fill h6 {
    padding-top: 0px;
  }
}

.section-3 .certified-by {
  background-color: var(--light);
  border-radius: 20px;
  padding: 45px;
  margin-bottom: 85px;
}

.section-3 .certified-by h3 {
  position: relative;
  text-align: center;
  font-size: 27px;
  line-height: 37px;
  text-align: center;
  color: #b1b1b1;
  font-weight: 700;
}

.section-3 .certified-by h3::before {
  width: 100%;
  height: 2px;
  vertical-align: middle;
  content: "";
  position: absolute;
  background: #b1b1b1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.section-3 .certified-by h3 span {
  background-color: var(--light);
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.section-3 .certified-by ul {
  display: flex;
  list-style-type: none;
  justify-content: space-evenly;
  padding: 40px 0px 0px 0px;
  margin: 0px;
}

@media (max-width: 767px) {
  .section-3 .certified-by {
    padding: 15px;
    margin-bottom: 15px;
  }
  .section-3 .certified-by ul {
    padding-top: 15px;
  }
  .section-3 .certified-by h3 {
    font-size: 13px;
    line-height: 18px;
  }
  .section-3 .certified-by h3::before {
    height: 1px;
  }
  .section-3 .certified-by li img {
    max-height: 29px;
  }
}

@media (min-width: 768px) {
  header a img {
    min-width: 150px;
  }
}
