* {
  margin: 0;
  padding: 0;
}

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100&display=swap");

:root {
  --bg-white: #fff;
  --bg-btn-main: #0eaf4b;
  --bg-btn-secondary: #fb8a2e;
  --text-main: #0eaf4b;
  --border: #0eaf4b;
  --text-dark: #6c757d;
  --text-dark-red: #750000;
  --text-green: #005609;
  --text-secondary: #ed7615;
  --s: 10vw;
}

body {
  /* font-family: "Inter", sans-serif; */
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  /* zoom: 80%; */
  /* overflow-x: hidden; */
}

/* Text */
.text-theme-dark {
  color: var(--text-dark);
}

.text-theme-primary {
  color: var(--text-main);
}

.text-theme-red {
  color: var(--text-dark-red);
}

.text-theme-green {
  color: var(--text-green);
}

.text-theme-secondary {
  color: var(--text-secondary);
}

/* Buttons */
.btn-main {
  background-color: var(--bg-btn-main);
  color: white;
  border: 1px solid white;
}

.btn-main:hover {
  background-color: var(--bg-btn-main);
  color: white;
  border: 1px solid white;
}

.export-btn {
  border-bottom: 3px solid var(--bg-btn-main);
  border-radius: 0;
  color: var(--text-main);
}

.export-btn:hover {
  border-bottom: 3px solid var(--bg-btn-main);
  border-radius: 0;
  color: var(--text-main);
}

.btn-theme-secondary {
  background-color: var(--bg-btn-secondary);
  color: #fff;
}

.btn-theme-secondary:hover {
  background-color: var(--bg-btn-secondary);
  color: #fff;
}

/* Body Content */
.content {
  width: 100%;
  height: 100vh;
  /* overflow: auto; */
}

/* Navbar */
#Navbar {
  /* position: absolute; */
  background-color: var(--bg-btn-main);
  width: 100%;
  font-family: "Inter", sans-serif;
  z-index: 1000;
}

/* FRAME 1 */

/*  Section 1 (Transforming Agriculture) */
.welcome-section {
  width: 100%;
  height: 100vh;
  background-image: url("../images/background/Background-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: center; */
}

.cultivating {
  background-color: #000000;
  width: 100%;
}

.cultivating .cultivating-img {
  width: auto;
  height: 250px;
  background-image: url("../../asset/images/Picture/Image-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: center; */
}

.cultivating .cultivating-img img {
  width: 80%;
}

/* Section 2 (Flourish in agric) */
.cashew-tab {
  width: 100%;
  height: 200px;
  background-image: url("../images/crop/cashew.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.maize-tab {
  width: 100%;
  height: 200px;
  background-image: url("../images/crop/maize.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.cocoa-tab {
  width: 100%;
  height: 200px;
  background-image: url("../images/crop/Cocoa.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.millet-tab {
  width: 100%;
  height: 200px;
  background-image: url("../images/crop/Millet.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.palmoil-tab {
  width: 100%;
  height: 200px;
  background-image: url("../images/crop/Palm-oil.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.coffee-tab {
  width: 100%;
  height: 200px;
  background-image: url("../images/crop/Coffee.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.maize1-tab {
  width: 100%;
  height: 200px;
  background-image: url("../images/crop/Maize-1.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.maize2-tab {
  width: 100%;
  height: 200px;
  background-image: url("../images/crop/Maize-2.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.maize3-tab {
  width: 100%;
  height: 200px;
  background-image: url("../images/crop/Maize-3.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.sustainable-badge {
  border-radius: 8px;
  background: #fff;
  color: var(--text-main);
}

/* Section 3 (Get started) */
.colslicedimg {
  min-height: 200px;
  background: center/cover no-repeat;
}

.colslicedimg:first-child {
  clip-path: polygon(0 0,
      calc(100% - 15px) 0,
      calc(100% - var(--s)) 100%,
      0 100%);
  margin-right: calc(-1 * var(--s) / 2);
}

.colslicedimg:nth-child(2) {
  clip-path: polygon(var(--s) 0,
      calc(100% - 15px) 0,
      calc(100% - var(--s)) 100%,
      15px 100%);
  margin: 0 calc(-1 * var(--s) / 2);
}

.colslicedimg:nth-child(3) {
  clip-path: polygon(var(--s) 0,
      calc(100% - 15px) 0,
      calc(100% - var(--s)) 100%,
      15px 100%);
  margin: 0 calc(-1 * var(--s) / 2);
}

.colslicedimg:last-child {
  clip-path: polygon(var(--s) 0, 100% 0, 100% 100%, 15px 100%);
  margin-left: calc(-1 * var(--s) / 2);
}

@media (max-width: 993px) {
  .colslicedimg {
    display: none;
  }

  .advancingImage {
    display: none;
  }
}

/* rectify the alignment of the text */
.colslicedimg:nth-child(2)>.title,
.colslicedimg:last-child>.title {
  padding-left: calc(var(--s) - 15px) !important;
}

.get-started {
  width: 100%;
  height: auto;
  background-color: #fcfcfc;
}

.howtogetstarted {
  background-image: url("../../asset/images/background/Background-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.register {
  /* background-image: url("../../asset/images/background/Bg-4.png");
  background-repeat: no-repeat;
  background-size: cover; */
  background-color: #fcfcfc;
  height: 600px;
}

.getverified {
  background-image: url("../../asset/images/background/Backgound-3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #070707;
  height: 600px;
}

.getfullaccess {
  /* background-image: url("../../asset/images/background/Bg-5.png");
  background-repeat: no-repeat;
  background-size: cover; */
  background-color: #fcfcfc;
  height: 600px;
}

/* Section 4 (Zowasel market report) */
.marketreport {
  width: auto;
  height: auto;
  background-image: url("../../asset/images/background/market-report.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.reporttable {
  background-color: rgba(163, 207, 115, 0.13);
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.17);
}

/* Section 5 (Alternative fincancing) */
.systemevaluate {
  background: #1e1e1e;
  color: white;
}

.digitalizetab {
  border-radius: 10px;
  background: #ed7615;
}

/* Section 6 (Advancing the future) */
.advancingthefuture {
  width: auto;
  height: auto;
  background-image: url("../../asset/images/background/millet-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* Section 8 (Value Chain) */
.cocoadiv {
  background-image: url("../../asset/images/background/cocoa-tree.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* Footer */
.footer {
  background-color: #262c3f;
}

.footer-bottom {
  background-color: #202536;
}

.newsletterInput {
  width: 365px;
  height: 45px;
  border: 1px solid #202536;
  background: #202536;
  outline: none;
}

/* MARKETPLACE */
/* Section 1 (marketplaceWelcome) */
.marketplaceWelcome {
  width: 100%;
  height: 100vh;
  background-image: url("../images/background/Marketplace-Background.png");
  background-repeat: no-repeat;
  background-size: cover;
}

/* Section 5 (africaToTheWorld) */
.africaToTheWorld {
  width: 90%;
  height: 100vh;
  background-image: url("../images/background/Africa-to-the-world.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* Section 10 (Optimize asset) */
.optimizeAsset {
  width: auto;
  height: auto;
  background-image: url("../../asset/images/background/optimizeAsset-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


/* GETTING STARTED AS SELLERS */
.getting-started {
  width: 100%;
  height: 800px;
  /* background-color: rgb(215, 219, 219); */
  background-image: url(/images/abstract-background-.avif);
  background-position: center;
  background-size: cover;
}

.started-cont {
  width: 90%;
  height: 500px;
  display: flex;
  flex-direction: row;
  margin: auto;
}

.started-card {
  flex: 1;
  display: grid;
  place-items: center;

}

.arrow-start {
  flex: 0.1;
  display: grid;
  place-items: center;
}

.started-box {
  width: 80%;
  height: 250px;
  min-height: 250px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  transition: 0.5s;

}

.started-box:hover {
  scale: 1.01;
}


.started-box h4 {
  text-align: center;
  font-family: "Raleway", sans-serif;

}

.started-button {
  display: flex;



}

/* GETTING STARTED AS SELLERS */

/* ZOWASEL WORLD SECTION */
.container-header-cont {
  width: 100%;
  height: 900px;
}

.content-div {
  width: 90%;

  /* display: flex;
  flex-direction: row; */
  margin: auto;
  padding-top: 25px;
}

.world-container {
  width: 80%;
  height: 700px;
  /* background-color: #fb8a2e; */
  margin: auto;
  background-image: url(/images/worllld.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

/* ZOWASEL WORLD SECTION END */