@charset "utf-8";

@font-face {
  font-family: "LaoSansPro";
  src: url("../fonts/LaoSansPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
  font-family: sans-serif;
  /* 1 */

  -ms-text-size-adjust: 100%;
  /* 2 */

  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */

  vertical-align: baseline;
  /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */

  font: inherit;
  /* 2 */

  margin: 0;
  /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
/* 1 */

input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  box-sizing: content-box;
  /* 2 */
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: inherit;
  opacity: 0.7;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: inherit;
  opacity: 0.7;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.7;
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  overflow-x: hidden;
  font-family: "Bricolage Grotesque", sans-serif !important;
}
.container:after,
.container:before {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
figure {
  margin: 0;
  padding: 0;
  font-family: "Bricolage Grotesque", sans-serif;
}
img {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  display: block;
}
a,
button,
input {
  -webkit-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}
a {
  text-decoration: none !important;
}
p {
  margin: 0;
  padding: 0;
  font-family: "Bricolage Grotesque", sans-serif;
}
/**************global css end*******/
#prelodaer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 999;
}
.desktop {
  display: block;
}
.mobile {
  display: none;
}
.spclRow {
  --bs-gutter-y: 16px;
}
/* ==============Button=================== */
.cta {
  text-transform: capitalize;
  background: linear-gradient(90deg, #d0bf98 0%, #af9a77 100%);
  transition: all 0.9s ease-in-out;
  padding: 7px 33.56px;
  border-radius: 10px;
  border: 1px solid #d0bf98;
}
.cta span {
  color: #fff;
  font-family: "LaoSansPro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  transition: all 0.9s ease-in-out;
}
.cta:hover {
  background: #fff;
  border: 1px solid #d0bf98;
  transition: all 0.9s ease-in-out;
}
.cta:hover span {
  background: linear-gradient(90deg, #d0bf98 0%, #af9a77 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.9s ease-in-out;
}
/* ==============section background=================== */
.bg-white {
  background-color: #fff;
}
.bg-black {
  background-color: #000;
}
.bg-golden {
  background: rgba(208, 191, 152, 0.2);
}
/* ==============heading and subheading=================== */
.heading {
  position: relative;
  font-family: "Bricolage Grotesque", sans-serif;
  color: #000;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px; /* 120% */
  letter-spacing: -2px;
}
.subheading {
  position: relative;
  font-family: "Bricolage Grotesque", sans-serif;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.spanPart {
  background: linear-gradient(90deg, #d0b298 0%, #af9a77 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 90px;
  font-style: normal;
  font-weight: 600;
  line-height: 103px;
  letter-spacing: -3.6px;
}
.headingPart {
  text-align: center;
  position: relative;
  z-index: 1;
}
.headingPart .spanPart {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 14px;
  display: block;
}
.headingPart .heading {
  margin-bottom: 16px;
}
.headingPart .subheading {
  max-width: 822px;
  margin: 0 auto;
  display: block;
}
/* ==============Animations=================== */
.wow {
  visibility: visible;
  animation-duration: 1500ms;
  animation-delay: 0ms;
  animation-name: fadeInUp;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes pulseEffect {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
/*===================scroll top=================== */
.scroll-top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  bottom: 30px;
  right: -60px;
  font-size: 16px;
  border-radius: 50%;
  z-index: 999999;
  color: #fff;
  text-align: center;
  background: linear-gradient(90deg, #d0bf98 0%, #af9a77 100%);
  border: 1px solid #d0bf98;
  transition: right 0.5s ease-in-out;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scroll-top:hover {
  color: #d0bf98;
  background: #fff;
  border: 1px solid #d0bf98;
  box-shadow: 0px 2px 5px 0px rgba(243, 236, 220, 0.6);
}
.scroll-top.open {
  right: 20px;
}
/* ================topbar============ */
.topbar {
  position: relative;
  padding: 12px 0;
  background: linear-gradient(90deg, #d0bf98 0%, #af9a77 100%);
}
.topbar_left {
  display: flex;
  align-items: center;
  gap: 17px;
}
.topbar_left img {
  max-width: 20px;
}
.topbar_left p {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}
.topbar_right {
  justify-content: end;
  display: flex;
}
.topbar_right li a {
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.topbar_right li i {
  font-size: 21px;
}
.topbar_right li {
  display: inline-block;
}
.topbar_right li + li {
  margin-left: 31px;
}
/* mobile top bar */
.mobile_top img {
  max-width: 20px;
}
.mobile_top .topbar_left {
  justify-content: center;
}
.mobile_top .topbar_right {
  justify-content: center;
}
/* ====================header================== */
.main_header {
  width: 100%;
  display: block;
  margin: 0;
  padding: 5px 0;
  background: #000;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 2;
}
.main_header.sticky-header {
  position: fixed;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
}
.main_header .logo {
  width: 100%;
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.main_header .logo a {
  flex: 0 0 auto;
}
.main_header .logo a + a {
  padding-left: 10px;
  border-left: 1px solid #bababa;
}
.main_header .logo img {
  max-width: 223px;
}
.main_header .navigation_sec {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.action-container {
  display: flex;
  justify-content: end;
}
/*========================= Start navigation ==================*/
.navigation_sec .nav_sec {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.navigation_sec .nav_sec > ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
}
.navigation_sec .nav_sec > ul > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  position: relative;
  transition: all 0.9s ease-in-out;
}
.navigation_sec .nav_sec > ul > li + li {
  margin-left: 35px;
}
.navigation_sec .nav_sec > ul > li a {
  text-transform: capitalize;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.56px;
  transition: all 0.9s ease-in-out;
  position: relative;
}
.navigation_sec .nav_sec ul li a::before {
  position: absolute;
  top: -41px;
  width: 100%;
  height: 3px;
  background-color: transparent;
  content: "";
  border-radius: 50px;
  left: 0;
}
.navigation_sec .nav_sec ul li a::after {
  position: absolute;
  bottom: -38px;
  width: 100%;
  height: 3px;
  background-color: transparent;
  content: "";
  border-radius: 50px;
  left: 0;
}
.navigation_sec .nav_sec ul li:hover > a,
.navigation_sec .nav_sec ul li.current-menu-item > a {
  background: linear-gradient(90deg, #d0bf98 0%, #af9a77 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.navigation_sec .nav_sec ul li.active > a {
  background: linear-gradient(90deg, #d0bf98 0%, #af9a77 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.navigation_sec .nav_sec ul li.active a::before,
.navigation_sec .nav_sec ul li.active a::after {
  background: linear-gradient(90deg, #d0bf98 0%, #af9a77 100%);
}
span.toggle-menu {
  display: none;
}
.nav_sec li.active {
  background: linear-gradient(90deg, #d0bf98 0%, #af9a77 100%);
  background-clip: text;
}
.nav_sec .about_list li.active a {
  color: #fff !important;
}
/*============== Banner ===============================*/
.banner {
  background-image: url(../images/bannerBg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 95px 0 29px;
  min-height: 879px;
  z-index: 1;
}
.banner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: lightgray 50%;
  z-index: -1;
}
.banner h1 {
  color: #000;
  font-size: 90px;
  font-weight: 500;
  line-height: 103px;
  letter-spacing: -3.6px;
  max-width: 728px;
}
.mapPart {
  position: absolute;
  left: 14%;
  bottom: 11%;
  content: "";
  max-width: 272px;
}
.globePart {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  max-width: 426px;
}
.seedsPart {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.banner_wrap {
  position: relative;
}
.seedsPart::before {
  position: absolute;
  content: "";
  bottom: 7%;
  left: 14%;
  background-image: url(../images/mapLine.png);
  width: 100%;
  height: 100%;
  /* max-width: 948px; */
  z-index: -1;
  background-position: left;
  background-repeat: no-repeat;
  background-size: 85%;
}
.eachseed .subheading {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.56px;
  position: absolute;
  text-transform: capitalize;
}
.turmeric {
  color: #e96c02;
  right: -60%;
  top: 60%;
}
.eachseed.turmericPart {
  position: absolute;
  bottom: 25%;
  max-width: 112px;
  left: 22%;
}
.eachseed.flaxPart {
  position: absolute;
  bottom: 44%;
  max-width: 112px;
  left: 42%;
}
.flax {
  color: #aa7050;
  right: -50%;
  top: 80%;
}
.eachseed.sesamePart {
  position: absolute;
  bottom: 55%;
  max-width: 112px;
  left: 62%;
}
.sesame {
  color: #3e2c26;
  right: -70%;
  top: 80%;
}
.eachseed.cuminPart {
  position: absolute;
  bottom: 70%;
  max-width: 112px;
  left: 80%;
}
.cumin {
  color: #6c422c;
  right: -40%;
  top: 70%;
}
.bannerRight {
  margin-top: 495px;
}
.allProducts {
  border-radius: 20px;
  background: linear-gradient(90deg, #d0bf98 0%, #af9a77 100%);
  padding: 32px 0;
}
.bannerRight .heading {
  background: linear-gradient(90deg, #d0bf98 0%, #af9a77 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
  text-align: center;
  font-size: 35px;
  line-height: 30px;
  letter-spacing: -1.4px;
}
.eachseed {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 6px;
}
.eachseed:last-child {
  margin-bottom: 0;
}
.eachseed span {
  color: #fff;
}
.seedImage {
  margin-left: -6%;
}
.seedImage img {
  border-radius: 10000px;
  border: 4px solid #fff;
  width: 58px;
  height: 58px;
}
.eachseed .heading {
  color: #fff;
  font-size: 23px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.92px;
  -webkit-text-fill-color: #fff;
  background: none;
  margin-bottom: 0;
  text-align: left;
}
.seedContent {
  display: block;
}
/*===================Recently we have diversified ourselves=================== */
.diversified {
  padding: 42px 0 40px;
  position: relative;
}
.diversified .heading {
  max-width: 475px;
  margin-bottom: 52px;
}
.diversified1 {
  border-radius: 0 20px 20px 0;
}
.diversified2 {
  border-radius: 20px 0 0 20px;
}
.diversifiedMiddle {
  padding: 35px 21px 41px;
  border-radius: 20px;
  background: linear-gradient(90deg, #d0bf98 0%, #af9a77 100%);
  position: relative;
}
.diversifiedMiddle::before {
  position: absolute;
  right: 0;
  top: -40%;
  content: "";
  background-image: url(../images/top-right.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 50% center;
  z-index: -1;
  max-width: 120px;
}
.diversifiedMiddle::after {
  position: absolute;
  left: 0;
  bottom: -99%;
  content: "";
  background-image: url(../images/bottom-left.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 50% center;
  max-width: 120px;
}
.globeIcon {
  max-width: 64px;
  margin: 0 auto 39px;
}
.diversifiedMiddle .subheading {
  color: #fff;
  text-align: center;
  font-size: 23px;
  line-height: normal;
  letter-spacing: -0.92px;
}
.diversified2Part {
  position: absolute;
  top: -30%;
}
.recently {
  position: relative;
}
.receipes {
  padding: 300px 0 213px;
  margin-top: -12%;
}
.receipes .spanPart {
  background: linear-gradient(90deg, #d0bf98 0%, #af9a77 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-family: "Bricolage Grotesque", sans-serif;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 36px;
  display: block;
}
.receipes .heading {
  color: #fff;
  max-width: 100%;
}
.country {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 20px;
  position: relative;
}
.country::before {
  content: "";
  width: 60px;
  height: 1.5px;
  background: linear-gradient(90deg, #d0bf98 0%, #af9a77 100%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.country {
  margin-bottom: 30px;
}
.country .subheading {
  background: linear-gradient(90deg, #d0bf98 0%, #af9a77 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 500;
}
.heading.tradingHeading {
  color: #fff;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  letter-spacing: normal;
  max-width: 508px;
  margin: 0 auto;
}
.trustedPart {
  margin-top: -11%;
  padding-bottom: 44px;
}
.generaltradingImage {
  border-radius: 20px;
}
.eachtrust {
  padding: 30px 8px;
  border-radius: 20px;
  background: #f5f5f5;
}
.eachtrust img {
  max-width: 73px;
  margin: 0 auto 18px;
}
.eachtrust .heading {
  font-size: 23px;
  margin-bottom: 10px;
  text-align: center;
  line-height: normal;
  font-weight: 400;
}
.eachtrust .subheading {
  text-align: center;
  line-height: normal;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
}
/* =================Our Purpose & Commitment================ */
.purpose {
  padding: 43px 0 69px;
}
.missionvissionPart {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 50px;
  padding: 53px 0;
  position: relative;
  border-radius: 20px;
  min-height: 200px;
}
.vision_bottom {
  margin-top: -10%;
}
.eachMission {
  padding: 35px 24px;
  z-index: 1;
  position: relative;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.04);
}
.item_cont {
  text-align: center;
  margin-top: 30px;
}
.eachMission img {
  max-width: 68px;
  margin: 0 auto;
}
.item_cont .heading {
  color: #000;
  font-size: 23px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.92px;
  margin-bottom: 30px;
}
.item_cont .subheading {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
/* ======================Our Product Range================ */
.productRange {
  padding: 80px 0 64px;
  position: relative;
}
.flip-card-front {
  padding: 12px 12px 52px;
  background: #fff;
  border: 2px solid #d0bf98;
  border-radius: 20px;
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card {
  width: 100%;
  height: 100%;
}
.flip-card-front,
.flip-card-back {
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 20px;
}
.flip-card-back {
  padding: 25px 23px;
  backface-visibility: hidden;
}
.flip-card-back .eachProductContent .subheading {
  margin-top: 0;
  text-align: left;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.flip-card-back .eachProductContent {
  margin-top: 0;
}
.flip-card-front {
  background: #fff;
  position: relative;
}
.flip-card-back {
  background: linear-gradient(135deg, #d0bf98, #af9a77);
  transform: rotateY(180deg);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}
.productsPart {
  margin-top: 34px;
}
.eachProduct img {
  border-radius: 20px;
}
.eachProductContent {
  margin-top: 32px;
}
.eachProductContent .heading {
  text-align: center;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: -0.92px;
  background: linear-gradient(90deg, #d0bf98 0%, #af9a77 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  min-height: 46px;
}
.eachProductContent h6 {
  background: linear-gradient(90deg, #d0bf98 0%, #af9a77 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.64px;
  text-align: center;
}
.flip-card-front .eachProductContent .subheading {
  margin-top: 12px;
  text-align: center;
  font-size: 16px;
  min-height: 77px;
  margin-bottom: 0;
}
.details {
  margin-bottom: 20px;
  color: #fff;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 10px;
}
.details:last-child {
  margin-bottom: 0;
  margin-top: 0;
}
.details strong {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  text-decoration-color: #fff;
}
.circle1 {
  width: 300px;
  height: 300px;
  border-radius: 300px;
  background: linear-gradient(90deg, #d0bf98 0%, #af9a77 100%);
  filter: blur(225px);
  position: absolute;
  top: 0;
  left: 2%;
}
.circle2 {
  width: 300px;
  height: 300px;
  border-radius: 300px;
  background: linear-gradient(90deg, #d0bf98 0%, #af9a77 100%);
  filter: blur(225px);
  position: absolute;
  top: 0;
  right: 2%;
}
.productsPart .cta {
  display: table;
  margin: 34px auto 0;
}
/* =================FAQ============== */
.faq {
  padding: 64px 0;
}
.faq .headingPart {
  text-align: left;
}
.faq .headingPart .spanPart {
  text-transform: none;
}
.accordion {
  margin-top: 59px;
}
.accordion-button {
  position: relative;
}
.at-item {
  border: 1px solid transparent;
  margin-bottom: 16px;
  border: 1px solid transparent;
  background: #fff;
  border-radius: 10px;
}
.at-item.active {
  border: 1px solid #d0bf98;
}
.at-title {
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
  border-radius: 0;
  padding: 30px 40px;
  border-radius: 10px;
}
.at-title .title {
  color: #000;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
.at-title.active .title {
  background: linear-gradient(90deg, #d0bf98 0%, #af9a77 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.at-title:after {
  content: "\f4fe";
  font-family: bootstrap-icons !important;
  font-size: 40px;
  color: #0f172a;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  position: absolute;
}
.at-title.active:after {
  content: "\f2ea";
  font-family: bootstrap-icons !important;
  font-size: 40px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #d0bf98 0%, #af9a77 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.at-tab {
  display: none;
  padding: 0 40px 30px;
}
.at-tab .subtitle {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0;
}
.accordianList {
  margin-top: 27px;
}
.accordianList li {
  color: #555;
  font-family: "Inter", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.16px;
  margin-bottom: 17px;
}
.accordianList li::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  content: "\f272";
  margin-right: 15px;
}
/* =======================footer============= */
.footer {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  padding: 64px 0;
}
.footerLogo {
  width: 100%;
  max-width: 250px;
  display: block;
  margin: 0 auto;
}
.footerBottom {
  margin-top: 82px;
}
.footerBottom .subheading {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.88px;
}
.followUs {
  margin-top: 50px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.social li {
  display: inline-block;
}
.social li + li {
  margin-left: 18px;
}
.social li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #d0bf98 0%, #af9a77 100%);
  border-radius: 50px;
}
.social i {
  color: #fff;
  font-size: 24px;
}
.footer .spanPart {
  font-size: 16px;
  line-height: 23px;
  letter-spacing: -0.64px;
  display: block;
}
.connect a {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.connect li {
  transition: all 0.9s ease-in-out;
}
.connect li + li {
  margin-top: 37px;
}
.quickLink li + li {
  margin-top: 10px;
}
.connect.quickLink {
  margin-top: 27px;
}
.quickHeading,
.connect.quickLink {
  text-align: right;
}
.followUsHeading {
  max-width: 336px;
}
.connect li:hover a {
  color: #d0b298;
}
/*===================Inner Banner=================== */
.innerBanner {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70.5px 0;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.innerBannerContent {
  text-align: center;
  max-width: 589px;
  margin: 0 auto;
}
.innerBannerContent .heading {
  text-align: center;
  margin-bottom: 16px;
  background: linear-gradient(90deg, #d0bf98 0%, #af9a77 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 90px;
  font-style: normal;
  font-weight: 500;
  line-height: 103px;
  letter-spacing: -3.6px;
}
.innerBannerContent li {
  display: inline-block;
}
.innerBannerContent ul > li > a {
  text-transform: capitalize;
  transition: 0.9s ease-in-out;
  color: #fff;
  text-align: center;
  font-family: "LaoSansPro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.innerBannerContent ul > li:hover > a {
  color: #d0bf98;
}
.innerBannerContent ul > li + li {
  padding-left: 10px;
  color: #fff;
  text-align: center;
  font-family: "LaoSansPro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.innerBannerContent ul > li + li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: #fff;
}
/*===================About=================== */
/* REGAL GENERAL TRADING */
.receipes.aboutReceipe .heading {
  color: #000;
}
.aboutTrust {
  margin-top: -10%;
}
/* OUR JOURNEY */
.ourJourney {
  padding: 85px 0 94px;
}
.ourJourney .spanPart {
  text-align: left;
}
.journeyHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.journeyHeader .heading,
.journeyHeader .subheading {
  color: #fff;
  text-align: left;
}
.journeyHeader .heading {
  max-width: 427px;
}
.journeyHeader .subheading {
  max-width: 566px;
}
.ownerImage {
  position: relative;
}
.ownerImage::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, #000 100%);
}
.ownerImage img {
  border-radius: 20px;
}
.ownerPart {
  margin-top: 86px;
}
.ownerContent {
  border-radius: 10px;
  border: 4px solid #d0bf98;
  background: #fff;
  padding: 19px 46px 16px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10%;
  z-index: 1;
}
.ownerContent .heading {
  color: #000;
  font-size: 23px;
  text-align: center;
  margin-bottom: 15px;
  line-height: normal;
}
.ownerContent .subheading {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: normal;
}
.video_cont {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.video-btn {
  position: relative;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
}
.video-btn::before,
.video-btn::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  width: 100%;
  height: 100%;
  border: 5px solid rgba(255, 255, 255, 0.5);
  animation: pulseEffect 2.5s infinite;
}
.video-btn::after {
  animation-delay: 1s;
}
.video-btn i {
  font-size: 30px;
  background: linear-gradient(90deg, #d0bf98 0%, #af9a77 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ownerRight {
  padding-left: 50px;
}
.eachStep {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  margin-bottom: 20px;
}
.eachStep:last-child {
  margin-bottom: 0;
}
.number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}
.stepContent .heading {
  color: #fff;
  font-size: 23px;
  line-height: normal;
  margin-bottom: 12px;
}
.stepContent .subheading {
  color: #fff;
  font-size: 16px;
  line-height: normal;
}
/* =================Brands================ */
.brand {
  padding: 64px 0;
  position: relative;
}
.allBrands {
  padding: 0 88px 0;
  margin-top: 50px;
}
.brandBox .subheading {
  text-align: center;
  background: linear-gradient(90deg, #d0bf98 0%, #af9a77 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 23px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: -0.92px;
  margin-top: 24px;
}
/* =================Contact Us================ */
.contact {
  padding: 64px 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.contact::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(88, 69, 26, 0.9);
  content: "";
}
.contactForm {
  background-color: #fff;
  padding: 42px 23px 46px;
  z-index: 1;
  position: relative;
  border-top: 11px solid #d0bf98;
}
.contactForm .headingPart {
  text-align: left;
}
.contactForm .spanPart {
  font-size: 23px;
  text-transform: none;
  font-weight: 600;
}
.eachInput input {
  padding: 29px 17px;
  border-radius: 10px;
  background: rgba(217, 217, 217, 0.4);
  border: none;
  height: 68px;
}
.eachInput textarea {
  padding: 22px 17px;
  border-radius: 10px;
  background: rgba(217, 217, 217, 0.4);
  border: none;
  height: 150px;
}
.form-control:focus {
  color: #212529;
  background-color: rgba(217, 217, 217, 0.4);
  border: none;
  outline: 0;
  box-shadow: none;
}
.contactForm .cta {
  margin-left: auto;
  display: block;
  margin-top: 34px;
}

/*====================================================== Responsive ========================================*/
@media only screen and (max-width: 1680px) {
  .mapPart {
    left: 0;
  }
  .seedsPart::before {
    left: 8%;
}
.eachseed.turmericPart {
  bottom: 25%;
  left: 15%;
}
.eachseed.flaxPart {
  bottom: 34%;
  left: 30%;
}
.eachseed.sesamePart {
  bottom: 44%;
  left: 48%;
}
.eachseed.cuminPart {
  bottom: 61%;
  left: 65%;
}
}
@media only screen and (max-width: 1440px) {
  .mapPart {
    left: 0;
  }
  .seedsPart::before {
    left: 10%;
  }
  .eachseed.turmericPart {
    bottom: 26%;
    left: 18%;
  }
  .eachseed.flaxPart {
    bottom: 35%;
    left: 33%;
  }
  .eachseed.sesamePart {
    bottom: 44%;
    left: 52%;
  }
  .eachseed.cuminPart {
    bottom: 61%;
    left: 64%;
  }
}
@media only screen and (max-width: 1370px) {
  .seedsPart::before {
    left: 8%;
    bottom: 3%;
  }
  .eachseed.turmericPart {
    bottom: 24%;
    left: 14%;
  }
  .eachseed.flaxPart {
    bottom: 33%;
    left: 30%;
  }
  .eachseed.sesamePart {
    bottom: 41%;
    left: 49%;
  }
  .eachseed.cuminPart {
    bottom: 55%;
  }
}
@media only screen and (max-width: 1199px) {
  .seedsPart::before {
    left: 9%;
    bottom: -1%;
  }
  .eachseed.cuminPart {
    bottom: 50%;
  }
  .eachseed.flaxPart {
    bottom: 32%;
  }
  .eachseed.sesamePart {
    bottom: 39%;
  }
  .banner h1 {
    font-size: 80px;
  }
  .cta {
    padding: 7px 22px;
  }
  .receipes {
    padding: 260px 0 213px;
}
.rangeHeading{
  font-size: 30px;
  line-height: 50px;
}
.eachtrust img {
  margin: 0 auto 10px;
}
.eachtrust .heading{
  margin-bottom: 5px;
  font-size: 18px;
  letter-spacing: normal;
  min-height: 43px;
}
.eachtrust .subheading{
  font-size: 14px;
  min-height: 67px;
}
.generaltradingImage {
  height: 100%;
  object-fit: cover;
}
.item_cont .heading{
  margin-bottom: 15px;
}
.receipes.rsPadding{
  padding: 200px 0;
}
.journeyHeader {
  display: grid;
  justify-content: center;
}
.journeyHeader .subheading,.journeyHeader .heading {
  max-width: 100%;
  text-align: center;
}
.journeyHeader .subheading{
  margin-bottom: 15px;
}
.journeyHeader .cta{
  max-width: 200px;
  margin: 0 auto;
}
.ownerContent{
  bottom: -30%;
  padding: 19px 18px 16px;
}
.ownerContent .heading{
  font-size: 20px;
}
.ownerPart {
  margin-top: 60px;
}
.stepContent .heading{
  font-size: 20px;
}
.stepContent .subheading{
  font-size: 14px;
}
.navigation_sec .nav_sec ul li.active a::before,.navigation_sec .nav_sec ul li.active a::after {
  background: none;
}
}
@media only screen and (max-width: 991px) {
  .rsPadding{
    padding: 60px 0;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .main_header {
    padding: 12px 0;
  }
  span.toggle-menu img {
    float: left;
  }
  .main_header {
    width: 100%;
    background: #000;
    padding: 10px 0;
    position: relative;
    z-index: 1000;
  }
  .main_header .cta {
    float: inline-end;
    padding: 6px 20px;
  }
  span.toggle-menu {
    width: auto;
    float: right;
    margin: 0;
    padding: 7px;
    display: block;
    cursor: pointer;
    background: linear-gradient(90deg, #d0bf98 0%, #af9a77 100%);
    border-radius: 5px;
  }
  .overlay {
    position: fixed;
    z-index: 999; 
    right: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
  .overlay.show {
    opacity: 1;
    visibility: visible;
  }
  .navigation_sec .nav_sec {
    width: 280px;
    height: 100%;
    float: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: -100%;
    padding: 70px 0 0;
    background: #000;
    display: block;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }
  .navigation_sec .nav_sec.slidein {
    right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .navigation_sec .nav_sec .cls-btn {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    background: url(../images/cross.png) no-repeat center;
  }
  .navigation_sec .nav_sec > ul {
    text-align: left;
  }
  .navigation_sec .nav_sec ul > li {
    display: block;
    padding-bottom: 0;
    width: 100%;
    margin: 0;
  }
  .navigation_sec .nav_sec ul > li + li {
    margin-left: 0;
  }
  .navigation_sec .nav_sec ul > li a {
    color: #fff;
    padding: 11px 15px;
    font-size: 15px;
    border-radius: 0;
    display: block;
  }
  .main_header .logo {
    display: block;
  }
  .main_header .logo img {
    max-width: 100%;
  }
  .navigation_sec .nav_sec img {
    display: inline-block;
    vertical-align: middle;
  }
  .navigation_sec .nav_sec i {
    float: left;
    font-style: normal;
    color: #fff;
    line-height: 30px;
    font-size: 21px;
    font-weight: 600;
  }
  .navigation_sec .nav_sec ul > li:hover ul {
    display: none;
  }
  .nav_sec li.active {
    background: none;
    border-radius: 23px;
    padding: 0 !important;
  }
  .navigation_sec .nav_sec ul > li ul {
    width: 100%;
    background: #197496;
    position: static;
    top: 100%;
    left: 0;
    text-align: left;
    display: none;
    border-radius: 0;
    padding: 0;
  }
  .navigation_sec .nav_sec ul li ul li + li {
    border-top: 1px solid #0391c6;
  }
  .navigation_sec .nav_sec ul li ul li a {
    padding: 6px 24px;
    color: #fff;
    font-size: 14px;
  }
  .navigation_sec .nav_sec ul ul > li:hover > a,
  .navigation_sec .nav_sec ul ul > li.active > a {
    background: #1bbde9;
    color: #fff;
  }
  .navigation_sec .nav_sec ul li .arw-nav {
    width: 40px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    cursor: pointer;
    background: url(../images/arw.png) no-repeat center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .navigation_sec .nav_sec ul li .arw-nav.actv {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .navigation_sec .nav_sec > ul > li + li {
    margin-left: 0;
  }
  .navigation_sec .nav_sec > ul > li a {
    font-size: 16px;
  }
  .heading {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .subheading {
    font-size: 18px;
  }
  .action-container .toggle-menu {
    margin-left: 10px;
  }
  .topbar_left p,
  .topbar_right li a {
    font-size: 10px;
  }
  .topbar_left {
    gap: 10px;
  }
  .banner {
    padding: 60px 0 60px;
    min-height: auto;
  }
  .banner h1,
  .banner .spanPart {
    font-size: 60px;
    max-width: 100%;
    line-height: normal;
    margin-bottom: 0;
  }
  .bannerRight {
    margin-top: 30px;
  }
  .diversified2Part {
    position: relative;
    top: 0;
  }
  .diversified .heading {
    max-width: 100%;
    text-align: center;
    margin-bottom: 92px;
  }
  .diversifiedMiddle .subheading {
    font-size: 16px;
  }
  .receipes {
    padding-top: 200px;
    padding-bottom: 143px;
  }
  .diversified .heading.rangeHeading {
    margin-bottom: 42px;
  }
  .diversified .heading.tradingHeading {
    margin-bottom: 0;
  }
  .eachtrust .heading {
    margin-bottom: 10px;
  }
  .eachtrust .subheading {
    min-height: 57px;
  }
  .generaltradingImage {
    margin-bottom: 15px;
  }
  .trustedPart {
    padding-bottom: 0;
  }
  .vision_bottom {
    margin-top: -20%;
  }
  .item_cont .heading {
    margin-bottom: 10px;
  }
  .item_cont {
    margin-top: 15px;
  }
  .eachMission {
    height: 100%;
  }
  .accordion {
    margin-top: 30px;
  }
  .footerBottom .action-container{
    justify-content: flex-start;
    margin: 30px 0;
  } 
  .quickHeading, .connect.quickLink{
    text-align: left;
  }
  .followUsHeading{
    max-width: 100%;
  }
  .footerBottom {
    margin-top: 42px;
}
.receipes .spanPart{
  text-align: center;
}
.footerLogo{
  margin: 0;
}
.receipes.aboutReceipe .heading{
  text-align: center;
}
.receipes.aboutReceipe.rsPadding {
  padding: 200px 0 140px;
}
.ourJourney .spanPart{
  text-align: center;
}
.ownerRight {
  padding-left: 0;
}
.ownerContent {
  bottom: 0;
}
.ourJourney .ownerRight{
  margin-top: 60px;
}
.contactForm .cta{
  margin-top: 0;
}
.innerBannerContent .heading{
  font-size: 60px;
  line-height: 60px;
}
}

@media only screen and (max-width: 840px) {
  .allProducts{
    padding: 32px 20px;
  }
  .seedImage {
    margin-left: 0;
  }
  .diversifiedMiddle::after{
    max-width: 80px;
  }
  .diversifiedMiddle::before{
    top: -27%;
  }
}

@media only screen and (max-width: 767px) {
  
}

@media only screen and (max-width: 640px) {
}

@media only screen and (max-width: 575px) {
  .heading,.banner h1{
    letter-spacing: normal;
  }
  .spanPart,.banner h1 .spanPart{
    letter-spacing: normal;
  }
  .main_header .cta {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .diversified.rsPadding{
    padding-top: 0;
  }
  .receipes.aboutReceipe.rsPadding{
    padding: 90px 0 0px;
  }
.video_cont {
  top: 30%;
}
.ownerContent{
  position: inherit;
}
.purpose{
  padding-top: 0;
  padding-bottom: 0;
}
.eachProductContent .heading{
  min-height: auto;
}
}
@media only screen and (max-width: 420px) {
  .banner h1, .banner .spanPart{
    font-size: 34px;
  }
  .allProducts{
    padding: 32px 10px;
  }
  .seedImage {
    margin-left: 0;
}
.diversified .heading{
  margin-bottom: 10px;
}
.diversified1,.diversified2 {
  border-radius: 0;
}
.diversifiedMiddle::before,.diversifiedMiddle::after{
  display: none;
}
.receipes {
  padding-top: 100px;
  padding-bottom: 100px;
}
.heading {
  font-size: 25px;
  line-height: 25px;
}
.at-title .title{
  line-height: 25px;
  font-size: 13px;
}
.at-title{
  padding: 20px;
}
.at-tab{
  padding: 0 20px 20px;
}
}
@media only screen and (max-width: 350px){
  .topbar_left {
    gap: 5px;
}
.banner{
  min-height: auto;
}
}
