/* Header styles */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
#header {
  background: transparent;
  z-index: 10;
  position: absolute;
  width: 100%;
  transition: all 0.4s ease-in-out;
}
#header.scrolled {
  background-color: #ffffff;
  color: #000;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.301);
  top: 0px;
  position: fixed !important;
  transition: all 0.4s ease-in-out;
}
#header.scrolled .navbar-toggler {
  background-color: #f58020 !important;
}
#header.scrolled .nav-link {
  color: #000000 !important;
}
#header.scrolled .nav-link:hover {
  color: #f17c1f;
}
#header .navbar-collapse.collapse.show {
  background: #ffffff;
  padding: 20px;
}
#header .navbar-collapse.collapse.show .nav-link {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 15px;
}
#header .navbar-collapse.collapse.show .nav-link:hover {
  color: #f17c1f;
}
#header .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 15px;
}
#header .navbar-nav .nav-item .nav-link:hover {
  color: #f17c1f;
}

.header-cta {
  padding: 5px;
  background-color: #e9e9e9;
}

.header-cta-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-section {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}

.contact-img img {
  width: 30px;
  height: 30px;
}

.contact-text a {
  font-weight: 600;
  font-size: 16px;
}

.contact-text a:hover {
  color: #000000;
  text-decoration: none;
}

.banner-cta-btn {
  background-color: #f17c1f;
  color: #000000;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #f17c1f;
}

.banner-cta-btn:hover {
  background-color: #99ca41;
  border: 1px solid #99ca41;
}

/* footer */
.logo-footer {
  margin-bottom: 40px;
}

footer {
  color: grey;
  background: #000000 !important;
}

footer p,
a {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: black;
}

footer p,
a:hover {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #d6d6d6;
}

footer h4 {
  font-family: sans-serif;
  margin-bottom: 40px;
  position: relative;
  color: #f58020;
  font-weight: 700;
}

footer h4:after {
  position: absolute;
  content: "";
  background: grey;
  width: 12%;
  height: 1px;
  left: 0;
  bottom: -20px;
}

.btn-footer {
  color: #f37f20;
  text-decoration: none;
  border: 1px solid #f58020;
  border-radius: 43px;
  font-size: 13px;
  padding: 7px 30px;
  line-height: 47px;
}

.btn-footer:hover {
  text-decoration: none;
}

.form-footer input[type=text] {
  border: none;
  border-radius: 16px 0 0 16px;
  outline: none;
  padding-left: 10px;
}

::-moz-placeholder {
  font-size: 10px;
  padding-left: 10px;
  font-style: italic;
}

::placeholder {
  font-size: 10px;
  padding-left: 10px;
  font-style: italic;
}

.form-footer input[type=button] {
  border: none;
  background: #232323;
  margin-left: -5px;
  color: #fff;
  outline: none;
  border-radius: 0 16px 16px 0;
  padding: 2px 12px;
}

.social .fa {
  color: #d6d6d6;
  font-size: 22px;
  padding: 10px 15px;
  background: #3c3c3c;
}

footer ul li {
  list-style: none;
  display: block;
}

footer ul {
  padding-left: 0;
}

footer ul li a {
  text-decoration: none;
  color: #d6d6d6;
  text-decoration: none;
}

.foot-bottom {
  background: #000000;
}
.foot-bottom a {
  color: white;
}

a {
  text-decoration: none !important;
}

li {
  list-style: none;
}

.ch2 {
  padding-top: 111px;
  font-size: 80px;
  color: #ffffff;
  -webkit-text-stroke: #000000 0px;
}

.sec-subtitle {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  margin: 15px 0;
  color: #475D1E;
  font-family: "Fira Sans", sans-serif;
}

.sec-title {
  font-size: 50px;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 20px;
  font-family: "Fira Sans", sans-serif;
  color: #000000;
}

.sec-para {
  font-size: 20px;
  font-weight: 400;
  margin: 15px 0;
  color: #100b05;
  font-family: "DM Sans", sans-serif;
}

.section-new-btn {
  padding: 15px 0;
}

.new-btn {
  padding: 15px;
  color: #000;
  background-color: #f17c1f;
  border-radius: 4px;
  font-weight: 600;
}

.new-btn:hover {
  text-decoration: none;
  background-color: #99ca41;
  color: #fff;
}

img {
  width: 100%;
}

.page-section h1 {
  font-size: 47px;
  font-weight: 700;
  line-height: 1.2;
  margin: 15px 0;
  color: #100b05;
  font-family: "Fira Sans", sans-serif;
}

.section {
  padding: 3em 0;
}

.abt-section img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.abt-bg-break-sec {
  background-color: #292929;
  z-index: 1;
  position: relative;
  padding: 5em 0;
}
.abt-bg-break-sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../img/Chili.webp);
  background-position: center;
  background-size: cover;
  z-index: -1;
  opacity: 0.3;
}
.abt-bg-break-sec .sec-title {
  color: #f27e1f;
  text-align: center;
}
.abt-bg-break-sec .sec-para {
  color: #fff;
  text-align: center;
}

.hori-card {
  display: flex;
  align-items: center;
  gap: 1px;
  background-color: #292929;
  padding: 10px;
  border-radius: 20px;
}
.hori-card .card-img {
  width: 30%;
  height: 100%;
}
.hori-card .card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hori-card .card-body {
  padding: 0 15px;
  width: 70%;
}
.hori-card .card-body .card-title {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
  margin: 15px 0;
  color: #f27e1f;
  font-family: "Fira Sans", sans-serif;
}
.hori-card .card-body p {
  font-size: 18px;
  font-weight: 400;
  margin: 15px 0;
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
}

.abt-bg-break-sec-2 {
  background-color: #292929;
  z-index: 1;
  position: relative;
  padding: 5em 0;
}
.abt-bg-break-sec-2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../img/i11.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.3;
}
.abt-bg-break-sec-2 .sec-title {
  color: #f27e1f;
  text-align: center;
}
.abt-bg-break-sec-2 .sec-para {
  color: #fff;
  text-align: center;
}

.ul-section ul {
  padding-left: 0;
}
.ul-section ul li {
  font-size: 20px;
  font-weight: 700;
  margin: 15px 0;
  color: #100b05;
  font-family: "DM Sans", sans-serif;
}
.ul-section ul li i {
  color: #9ac940;
  margin-right: 10px;
}

.abt-bg-break-sec-3 {
  background-color: #292929;
  z-index: 1;
  position: relative;
  padding: 5em 0;
}
.abt-bg-break-sec-3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../img/abt/abt-pg-img-8.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.3;
}
.abt-bg-break-sec-3 .sec-title {
  color: #f27e1f;
  text-align: center;
}
.abt-bg-break-sec-3 .sec-para {
  color: #fff;
  text-align: center;
}

.abt-bg-break-sec-4 {
  background-color: #292929;
  z-index: 1;
  position: relative;
  padding: 5em 0;
}
.abt-bg-break-sec-4::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../img/pepper/black-pepper-pg-img-6.webp);
  background-position: center;
  background-size: cover;
  z-index: -1;
  opacity: 0.3;
}
.abt-bg-break-sec-4 .sec-title {
  color: #f27e1f;
  text-align: start;
}
.abt-bg-break-sec-4 .sec-para {
  color: #fff;
  text-align: start;
}

.medical-use-sec .medical-use-card {
  padding: 10px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  border: 1px solid #9ac940;
  margin: 10px 5px;
}
.medical-use-sec .medical-use-card .medical-use-card-img {
  width: 20%;
  height: 100%;
  filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.1843137255));
}
.medical-use-sec .medical-use-card .medical-use-card-content {
  width: 75%;
  padding-left: 10px;
}
.medical-use-sec .medical-use-card .medical-use-card-content .card-title {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
  margin: 15px 0;
  color: #000000;
  font-family: "Fira Sans", sans-serif;
}
.medical-use-sec .medical-use-card .medical-use-card-content .card-para {
  font-size: 18px;
  font-weight: 400;
  margin: 15px 0;
  color: #1f1f1f;
  font-family: "DM Sans", sans-serif;
}

.abt-bg-break-sec-5 {
  background-color: #292929;
  z-index: 1;
  position: relative;
  padding: 5em 0;
}
.abt-bg-break-sec-5::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../img/pepper/black-pepper-pg-img-7.webp);
  background-position: center;
  background-size: cover;
  z-index: -1;
  opacity: 0.4;
}
.abt-bg-break-sec-5 .sec-title {
  color: #f27e1f;
  text-align: center;
}
.abt-bg-break-sec-5 .sec-para {
  color: #fff;
  text-align: center;
}

.abt-bg-break-sec-6 {
  background-color: #292929;
  z-index: 1;
  position: relative;
  padding: 5em 0;
}
.abt-bg-break-sec-6::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../img/cardamom/cardamom-pg-img-2.webp);
  background-position: center;
  background-size: cover;
  z-index: -1;
  opacity: 0.4;
}
.abt-bg-break-sec-6 .sec-title {
  color: #f27e1f;
  text-align: center;
}
.abt-bg-break-sec-6 .sec-para {
  color: #fff;
  text-align: center;
}

.abt-bg-break-sec-7 {
  background-color: #292929;
  z-index: 1;
  position: relative;
  padding: 5em 0;
}
.abt-bg-break-sec-7::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../img/cardamom/cardamom-pg-img-12.webp);
  background-position: bottom;
  background-size: cover;
  z-index: -1;
  opacity: 0.4;
}
.abt-bg-break-sec-7 .sec-title {
  color: #f27e1f;
  text-align: center;
}
.abt-bg-break-sec-7 .sec-para {
  color: #fff;
  text-align: center;
}

.abt-bg-break-sec-8 {
  background-color: #292929;
  z-index: 1;
  position: relative;
  padding: 5em 0;
}
.abt-bg-break-sec-8::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../img/turmeric/turmeric-img-2.webp);
  background-position: bottom;
  background-size: cover;
  z-index: -1;
  opacity: 0.4;
}
.abt-bg-break-sec-8 .sec-title {
  color: #f27e1f;
  text-align: center;
}
.abt-bg-break-sec-8 .sec-para {
  color: #fff;
  text-align: center;
}

.abt-bg-break-sec-9::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../img/turmeric/turmeric-img-8.webp);
  background-position: bottom;
  background-size: cover;
  z-index: -1;
  opacity: 0.4;
}

.abt-bg-break-sec-10::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../img/turmeric/turmeric-img-5.webp);
  background-position: bottom;
  background-size: cover;
  z-index: -1;
  opacity: 0.4;
}

.abt-bg-break-sec-11::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../img/red-chili/red-chilli-img-6.webp);
  background-position: bottom;
  background-size: cover;
  z-index: -1;
  opacity: 0.4;
}

.abt-bg-break-sec-12::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../img/red-chili/red-chilli-img-9.webp);
  background-position: bottom;
  background-size: cover;
  z-index: -1;
  opacity: 0.4;
}

.abt-bg-break-sec-13::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../img/tamrind/tamrind-img-8.webp);
  background-position: bottom;
  background-size: cover;
  z-index: -1;
  opacity: 0.4;
}

/* Cardamom-exporters-in-India Page Css */
.varieties-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(223, 250, 173, 0.5411764706);
  margin: 10px 5px;
  padding: 10px;
  border-radius: 20px;
  height: 100%;
}
.varieties-card .card-img img {
  width: 100%;
  height: 300px;
}
.varieties-card .card-body {
  width: 95%;
}
.varieties-card .card-body .card-title {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
  margin: 15px 0;
  color: #000000;
  font-family: "Fira Sans", sans-serif;
  text-align: center;
}
.varieties-card .card-body .card-para {
  font-size: 18px;
  font-weight: 500;
  margin: 15px 0;
  color: #1f1f1f;
  font-family: "DM Sans", sans-serif;
  text-align: center;
}

.medical-use-sec .medical-use-vertical-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding: 20px;
  border-radius: 20px;
  background-color: #5c7846;
  height: 100%;
}
.medical-use-sec .medical-use-vertical-card .medical-use-card-img img {
  width: 30%;
  margin-bottom: 20px;
}
.medical-use-sec .medical-use-vertical-card .medical-use-card-content .card-title {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff;
  font-family: "Fira Sans", sans-serif;
  text-align: start;
}
.medical-use-sec .medical-use-vertical-card .medical-use-card-content .card-para {
  font-size: 18px;
  font-weight: 500;
  margin: 15px 0;
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  text-align: start;
}

/* Previous file styles */
.banner-cta-btn {
  background-color: #f17c1f;
  color: #000000;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #f17c1f;
}

#banner {
  height: 100vh;
  position: relative;
  z-index: 0;
  background-image: url(../img/banner-img.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
#banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 30%;
  width: 100%;
  background: #000000;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 10, 91, 0) 100%);
  opacity: 1;
  z-index: -1;
}
#banner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30%;
  width: 100%;
  background: #000000;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 10, 91, 0) 100%);
  opacity: 1;
  z-index: -1;
  rotate: 180deg;
}

.banner-subtitle {
  background-color: #99ca41;
  padding: 8px;
  color: #100b05;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 47px;
  font-weight: 700;
  line-height: 1.2;
  margin: 15px 0;
  border-radius: 4px;
}

.banner-title {
  font-size: 65px;
  font-weight: 700;
  line-height: 1.2;
  margin: 15px 0;
  color: #fff;
}

.banner-paragraph {
  font-size: 20px;
  font-weight: 400;
  margin: 15px 0;
  color: #fff;
}

.inner-page-banner {
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
}
.inner-page-banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 70%;
  width: 100%;
  background: #000000;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 10, 91, 0) 100%);
  z-index: -1;
}
.inner-page-banner h4 {
  font-size: 85px;
  font-weight: 700;
  line-height: 1.2;
  margin: 15px 0;
  color: #fff;
  font-family: "Fira Sans", sans-serif;
  text-align: center;
  margin-top: 50px;
}

/* responsive media queries */
@media (max-width: 425px) {
  .banner-title {
    font-size: 35px;
  }
  .inner-page-banner h4 {
    font-size: 40px;
  }
  .sec-title {
    font-size: 35px;
  }
}/*# sourceMappingURL=new-style.css.map */