html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

nav {
  background-color: #ffffff !important;
}

.btn1 {
  color: white;
  background: rgb(76, 185, 102);
  font-size: 16px;
  font-weight: 600;
}

.navbar-light .navbar-toggler {
  border: 0;
  color: #666666;
}

#app-btn {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.015em;
  color: #888888;
}

#download-btn-2 {
  padding-top: 12px;
  text-decoration: none;
  text-align: center;
  border-radius: 6px;
  color: white;
  width: 200px;
  height: 50px;
  border: 0;
}

section.hero {
  padding: 5px 0;
  width: 100%;
  height: auto;
}

.text {
  margin: auto;
}

.cosumer {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #333333;
}


.nav-link {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.015em;
  color: #888888;
}

.h4 {
  font-family: "Fredoka";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: 0.015em;
  color: #333333;
}

.text-break {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0.015em;
  color: #777777;
}

/* section card */
.app-card {
  width: 280px;
  height: 340px;
  margin: auto;
  padding: auto;
  border: none;
  background: #ffffff;
  box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  gap: 20px;
}

.app-card:hover,
.carousel-control-next:focus,
.carousel-control-prev:focus {
  background-color: #4cb966;
}

.carousel-control-next,
.carousel-control-prev {
  background-color: white;
}

#img-size {
  width: 50px;
  height: 50px;
}

#card-title {
  margin-top: 42px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.015em;
  color: #333333;
}

#card-text {
  margin-top: 20px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.015em;
  color: #666666;
}

/* Category*/
.category {
  margin-bottom: 40px;
}

.wrapper-1,
.wrapper-2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.wrapper-2 {
  margin-top: 20px;
}

h6 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  /* identical to box height */
  color: #333333;
}

.card1 {
  border: none;
  width: 150px;
  height: 150px;
  text-align: center;
  border: 0;
}

.card1 img {
  width: 70px;
  height: 70px;
}

.container #cat {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  /* identical to box height */
  text-align: center;
  letter-spacing: 0.015em;
  color: #222222;
}

/* footer*/
footer {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  width: 100vw;
  background: #4cb966;
}

ul {
  list-style: none;
  display: inline-block;
  text-align: left;
}

li a {
  text-decoration: none;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  color: #fff;
  letter-spacing: 0.015em;
}

p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  /* identical to box height, or 171% */
  letter-spacing: 0.02em;
}

.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.accordion-item {
  background-color: #d9ecdd;
}

.accordion-button {
  background-color: #d9ecdd;
  font-weight: bold;
}

/* accordian*/
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  /* background: linear-gradient(0deg, rgba(167, 224, 180, 0.16), rgba(167, 224, 177, 0.16)), #FFFFFF; */
  background-color: #d9ecdd;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-item,
.accordion-item:focus,
.accordion-item:active,
.accordion-header,
.accordion-header:focus,
.accordion-header:active,
.accordion-button,
.accordion-button:focus,
.accordion-button:active {
  outline: none !important;
}

.lists,
.contact {
  padding-left: 0px;
}

.lists li,
.contact li {
  margin-bottom: 20px;
}

.social a {
  margin-left: 5px;
}

.img {
  height: 120px;
  width: 120px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1);
  border-radius: 100%;
}

.categories {
  margin-top: 30px;
}

.categories p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  line-height: 48px;
  /* identical to box height */
  text-align: center;
  letter-spacing: 0.015em;
  color: #222222;
}

.text-consumer {
  color: #4cb966;
}

/* cosumer/retailer css */
.cb-img p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.015em;
  color: #333333;
}

.cb-img img {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}

#consumerCru {
  display: inline;
}

#retailerCru {
  display: none;
}

#click2 {
  background-color: #ffffff;
  color: black;
}

/* cosumer/retailer css */
.Appcaro,
.appcard {
  background-color: #b2e1bd;
}

.carousel-control-prev-icon {
  background-image: url(./assets/images/images-2/Frame\ 79.svg) !important;
}

.carousel-control-next-icon {
  background-image: url(./assets/images/images-2/Frame\ 80.svg) !important;
}

.btn.down {
  border-radius: 25px;
}

.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popup {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  width: 678px;
  height: 492px;
  display: none;
}

.popup h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.015em;
  color: #333333;
}

.retailer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.consumer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.open-popup {
  display: block;
  width: 441px;
  height: 492px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

#btn-download {
  border-radius: 6px;
  font-size: 18px;
  color: white;
  background-color: #4cb966;
  width: 200px;
  height: 50px;
  border: 0;
  text-align: center;
  padding-top: 12px;
}

@media screen and (max-width: 920px) and (min-width: 481px) {
  .app-card {
    min-height: 340px;
    width: 280px;
  }

  .col-md-4 {
    width: 50%;
  }

  .consumer {
    margin: 0 auto;
  }

  .c1 {
    width: 100%;
    text-align: center !important;
    padding: 0% !important;
  }

  .c2 {
    width: 100%;
    text-align: center !important;
    padding: 0% !important;
  }

  .navbar-nav .nav-link {
    text-align: left;
  }
}

@media only screen and (max-width: 480px) {
  .navbar-nav .nav-link {
    text-align: left;
  }

  .col-md-4 {
    width: 100%;
    margin-bottom: 20px;
  }

  #btn-download {
    border-radius: 6px;
    font-size: 14px;
    color: white;
    background-color: #4cb966;
    width: 115px;
    height: 40px;
    border: 0;
    text-align: center;
    padding-top: 10px;
  }

  .btn1 {
    font-size: 14px;
  }

  .c1,
  .c2 {
    width: 100%;
    text-align: center !important;
    padding: 0% !important;
  }

  .consumer {
    margin: 0 auto;
    width: 80%;
    height: 80%;
  }

  .for-farmer-context {
    display: flex;
  }

  .g {
    text-align: center;
  }

  /*Info Graphic Image */
  .dft {
    max-width: 450px;
  }

  #chain {
    font-size: 25px;
  }

  #para2 {
    font-size: 18px;
  }

  .small {
    width: 100%;
    min-height: auto;
    margin: 0 auto;
  }

  #con {
    margin-top: 10px;
  }

  .wrapper-2 {
    margin-top: 0;
  }

  .cb-img img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }

  .cb-img p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #333333;
  }
}

@media (max-width: 768px) {
  .navbar .container {
    justify-content: center;
  }
} 

.modal-body p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  text-align: center;
  letter-spacing: 0.015em;
  color: #333333;
}

#hover-btn:hover {
  font-size: 0;
}

#hover-btn:hover::after {
  content: "Coming Soon!";
  font-size: 20px;
  font-style: inherit;
  font-weight: bold;
}

#retailer-active {
  display: none;
}

#retailer-active-2 {
  display: none;
}

#menu {
  display: block;
  width: 30px;
  height: 30px;
}

#close {
  display: none;
}

#close {
  font-size: 2rem;
}

.carousel-indicators button.active {
  height: 6px !important;
  width: 80px !important;
  margin: 0 10px !important;
  background-color: #4cb966 !important;
}

.carousel-indicators [data-bs-target] {
  width: 20px;
  height: 6px;
  background-color: #8773bf;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -16px;
  left: 35%;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

.slide-content {
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
}

.c1 {
  text-align: center;
  padding-right: 16%;
}

.c2 {
  text-align: center;
  padding-left: 17%;
}

.button {
  display: flex;
  margin: auto;
  border-radius: 50px;
  background: #4cb966;
}

#logestic img {
  margin-top: 15%;
}

@media (min-width: 768px) {
  .button {
    display: none !important;
  }

  .navbar-nav .nav-link {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .iconAccordion {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 10px;
  }

  .navbar-nav .nav-link {
    text-align: left;
  }
}

/* sarvm card  */
.sarvm-card-details {
  padding: 156px 0 60px 0;
}

.sarvm-card-details .sarvm-card {
  border: 0;
  box-shadow: 0 1px 14px rgba(0, 0, 0, 0.14);
  border-radius: 20px;
}

.sarvm-card-header {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
}

.sarvm-content {
  padding: 24px;
}

.sarvm-title {
  font-size: 20px;
}

.sarvm-card-space {
  @media (max-width: 991.98px) {
    margin-bottom: 40px;
  }

  @media (max-width: 767.98px) {
    margin-bottom: 16px;
  }
}

.opacity-40pr {
  opacity: 40%;
}

.go-to-browser {
  background: #000;
  border-radius: 6px;
  padding: 8px;

  @media (max-width: 767.98px) {
    padding: 6px;
  }
}

.go-browser-btn img {
  @media (max-width: 767.98px) {
    width: 24px;
  }
}

.go-browser-btn {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 0;
  padding: 0;
  width: 100%;
}

.go-browser-btn:hover {
  color: #fff;
}

.sarvm-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background-color: #fff;
  border: 4px solid #00a64f;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -19px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

  @media (max-width: 767.98px) {
    width: 80px;
    height: 80px;
  }
}

.sarvm-icon img {
  @media (max-width: 767.98px) {
    width: 50px;
  }
}

.sarvm-icon-retailer {
  border: 4px solid #10bab2;
}

.sarvm-icon-logistics {
  border: 4px solid #e75e41;
}

.font-28 {
  font-size: 28px;
}

.header-title {
  background-color: #00a64f;
  padding: 10px;
  height: 60px;
  border-radius: 0 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin-left: auto;

  @media (max-width: 767.98px) {
    font-size: 20px;
    height: 43px;
    width: 90%;
  }
}

.header-title-retailer {
  background-color: #10bab2;
}

.header-title-logistics {
  background-color: #e75e41;
}