@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-Italic.woff2") format("woff2"),
    url("../fonts/PlusJakartaSans-Italic.woff") format("woff"),
    url("../fonts/PlusJakartaSans-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-Bold.woff2") format("woff2"),
    url("../fonts/PlusJakartaSans-Bold.woff") format("woff"),
    url("../fonts/PlusJakartaSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-ExtraBold.woff2") format("woff2"),
    url("../fonts/PlusJakartaSans-ExtraBold.woff") format("woff"),
    url("../fonts/PlusJakartaSans-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-Light.woff2") format("woff2"),
    url("../fonts/PlusJakartaSans-Light.woff") format("woff"),
    url("../fonts/PlusJakartaSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-SemiBold.woff2") format("woff2"),
    url("../fonts/PlusJakartaSans-SemiBold.woff") format("woff"),
    url("../fonts/PlusJakartaSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-Medium.woff2") format("woff2"),
    url("../fonts/PlusJakartaSans-Medium.woff") format("woff"),
    url("../fonts/PlusJakartaSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-Regular.woff2") format("woff2"),
    url("../fonts/PlusJakartaSans-Regular.woff") format("woff"),
    url("../fonts/PlusJakartaSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Plus Jakarta Sans";
}

.virtual-bazaar-wrapper {
  --vb-gradient-start: #def2e7;
  --vb-gradient-mid: #c7e7d8;
  --vb-gradient-end: #62bbc1;
  --vb-hero-gradient: linear-gradient(
    180deg,
    var(--vb-gradient-start) 0%,
    var(--vb-gradient-mid) 50%,
    var(--vb-gradient-end) 100%
  );
  --vb-text-secondary: #6c6c6c;
  --vb-text-primary: #1b1b1b;
  --wb-text-header: #0f0f0f;
  --vb-text-highlight: #04b123;
  --vb-text-muted: #47b454;
  --vb-tag-bg: #f2fff4;
  --vb-tag-border: #ededed;
  overflow: hidden;
}
.virtual-bazaar-wrapper .vb-text-black {
  color: #000000;
}
.virtual-bazaar-wrapper .vb-py-128 {
  padding-top: 128px;
  padding-bottom: 128px;
}
.virtual-bazaar-wrapper .vb-pb-120 {
  padding-bottom: 120px;
}
.virtual-bazaar-wrapper .vb-pt-120 {
  padding-top: 120px;
}
.virtual-bazaar-wrapper .vb-text-center {
  text-align: center;
}
.virtual-bazaar-wrapper .vb-w-full {
  width: 100%;
}
.virtual-bazaar-wrapper .vb-py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.virtual-bazaar-wrapper .vb-pt-120 {
  padding-top: 120px;
}
.virtual-bazaar-wrapper .vb-text-header {
  color: var(--wb-text-header);
}
.virtual-bazaar-wrapper .vb-text-primary {
  color: var(--vb-text-primary);
}
.virtual-bazaar-wrapper .vb-text-secondary {
  color: var(--vb-text-secondary);
}
.virtual-bazaar-wrapper .vb-tetx-highlight {
  color: var(--vb-text-highlight);
}
.virtual-bazaar-wrapper .vb-font-semibold {
  font-weight: 600;
}
.virtual-bazaar-wrapper .vb-font-medium {
  font-weight: 500;
}
.virtual-bazaar-wrapper .vb-text-muted {
  color: var(--vb-text-muted);
}
.virtual-bazaar-wrapper .vb-pt-15 {
  padding-top: 15px;
}
.virtual-bazaar-wrapper .vb-pt-20 {
  padding-top: 20px;
}
.virtual-bazaar-wrapper .vb-mt-40 {
  margin-top: 40px;
}
.virtual-bazaar-wrapper .vb-mb-80 {
  margin-bottom: 80px;
}
.virtual-bazaar-wrapper .vb-flex-row {
  display: flex;
  align-items: center;
  gap: 60px;
}
.virtual-bazaar-wrapper .vb-font-20 {
  font-size: 20px;
}
.virtual-bazaar-wrapper .vb-font-24 {
  font-size: 24px;
}
.virtual-bazaar-wrapper .vb-max-w-900 {
  max-width: 900px;
}
.virtual-bazaar-wrapper .vb-max-w-800 {
  max-width: 800px;
}
.virtual-bazaar-wrapper .vb-margin-center {
  margin-left: auto;
  margin-right: auto;
}
.virtual-bazaar-wrapper .vb-center-center-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.virtual-bazaar-wrapper .vb-pt-30 {
  padding-top: 30px;
}
.virtual-bazaar-wrapper .vb-pt-70 {
  padding-top: 70px;
}
.virtual-bazaar-wrapper .vb-text-white {
  color: #effff6;
}
.virtual-bazaar-wrapper .vb-py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.virtual-bazaar-wrapper .vb-w-full {
  width: 100%;
}
.virtual-bazaar-wrapper .vb-max-w-1135 {
  max-width: 1135px;
}
.virtual-bazaar-wrapper .vb-letter-spacing-tight {
  letter-spacing: -2.5px;
}
.virtual-bazaar-wrapper .vb-h-full {
  height: 100%;
}
.virtual-bazaar-wrapper .vb-h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.virtual-bazaar-wrapper .vb-relative {
  position: relative;
}
.virtual-bazaar-wrapper .vb-z-2 {
  z-index: 2;
}
.virtual-bazaar-wrapper .vb-font-64 {
  font-size: 64px;
}
.virtual-bazaar-wrapper .vb-line-hight-80 {
  line-height: 80px;
}
.virtual-bazaar-wrapper .vb-line-hight-50 {
  line-height: 50px;
}
.virtual-bazaar-wrapper .vb-font-bold {
  font-weight: bold;
}
.virtual-bazaar-wrapper .vb-font-33 {
  font-size: 33px;
}
.virtual-bazaar-wrapper .vb-font-gist {
  font-family: "Geist";
}
.virtual-bazaar-wrapper .vb-font-22 {
  font-size: 22px;
}
.virtual-bazaar-wrapper .vb-line-hight-150 {
  line-height: 150%;
}
.virtual-bazaar-wrapper .vb-font-56 {
  font-size: 56px;
}
.virtual-bazaar-wrapper .vb-font-18 {
  font-size: 18px;
}
.virtual-bazaar-wrapper .vb-font-28 {
  font-size: 28px;
}
.virtual-bazaar-wrapper .vb-font-16 {
  font-size: 16px;
}
.virtual-bazaar-wrapper .vb-container {
  width: calc(100% - 32px);
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .virtual-bazaar-wrapper .vb-container {
    width: calc(100% - clamp(100px, 70vw - 740px, 240px));
    max-width: 1200px;
    margin: 0 auto;
  }
}
.virtual-bazaar-wrapper .vb-hero-section {
  width: 100%;
  min-height: 100vh;
  background: var(--vb-hero-gradient);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.virtual-bazaar-wrapper .vb-hero-section img {
  width: 100%;
  height: 100%;
}
.virtual-bazaar-wrapper .vb-hero-section .vb-font-64 {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  position: absolute;
  top: 128px;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: -2px;
}
.virtual-bazaar-wrapper .vb-project-summry-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 54px;
}
.virtual-bazaar-wrapper
  .vb-project-summry-wrapper
  .vb-project-summry-sec-1-left {
  width: 55%;
  max-width: 549px;
}
.virtual-bazaar-wrapper
  .vb-project-summry-wrapper
  .vb-project-summry-sec-1-right {
  width: 45%;
}
.virtual-bazaar-wrapper
  .vb-project-summry-wrapper
  .vb-project-summry-sec-1-right
  .vb-summary-info-item {
  padding-left: 30px;
  border-left: 1px solid #d5d5d5;
}
.virtual-bazaar-wrapper .vb-summary-info-item {
  margin-bottom: 40px;
}
.virtual-bazaar-wrapper .vb-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-left: 30px;
}
.virtual-bazaar-wrapper .vb-tag {
  padding: 4px 15px;
  background: var(--vb-tag-bg);
  border: 1px solid var(--vb-tag-border);
  color: var(--vb-text-muted);
  border-radius: 100px;
  font-size: 16px;
  font-family: "Geist";
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.4px;
}
.virtual-bazaar-wrapper .vb-requirements-section {
  position: relative;
  overflow: hidden;
}
.virtual-bazaar-wrapper .vb-requirements-section .vb-requirements-wrapper {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 30px;
  position: relative;
  padding-top: 40px;
}
.virtual-bazaar-wrapper
  .vb-requirements-section
  .vb-requirements-left-decoration {
  grid-column: 2 / span 3;
  grid-row: 1 / span 2;
  display: flex;
  align-items: flex-start;
  padding-top: 20px;
}
.virtual-bazaar-wrapper
  .vb-requirements-section
  .vb-requirements-left-decoration
  .vb-gears-img {
  width: 100%;
  max-width: 166.5608673096px;
  height: auto;
}
.virtual-bazaar-wrapper .vb-requirements-section .vb-requirements-content {
  display: contents; /* Allows children to participate in the outer grid */
}
.virtual-bazaar-wrapper .vb-requirements-section .vb-requirement-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px;
  display: flex;
  gap: 20px;
  box-shadow: 0px -2px 10px 0px rgba(221, 221, 221, 0.8666666667);
  border: 1px solid #f0f0f0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.virtual-bazaar-wrapper
  .vb-requirements-section
  .vb-requirement-card
  .vb-card-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: #fcfcfc;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.virtual-bazaar-wrapper
  .vb-requirements-section
  .vb-requirement-card
  .vb-card-icon
  img {
  width: 24px;
  height: 24px;
}
.virtual-bazaar-wrapper .vb-requirements-section .vb-requirement-card p {
  color: #333333;
  margin: 0;
}
.virtual-bazaar-wrapper .vb-requirements-section .vb-card-1 {
  grid-column: 6 / span 7;
  grid-row: 1;
}
.virtual-bazaar-wrapper .vb-requirements-section .vb-card-2 {
  grid-column: 3 / span 6;
  grid-row: 2;
  margin-top: -35px;
  transform: rotate(-1.8deg);
}
.virtual-bazaar-wrapper .vb-requirements-section .vb-card-3 {
  grid-column: 5 / span 6;
  grid-row: 3;
  margin-top: 0px;
  transform: rotate(2.47deg);
}
.virtual-bazaar-wrapper .vb-requirements-section .vb-card-4 {
  grid-column: 2 / span 6;
  grid-row: 4;
  margin-top: -15px;
  transform: rotate(2.87deg);
}
.virtual-bazaar-wrapper .vb-requirements-section .vb-card-5 {
  grid-column: 6 / span 6;
  grid-row: 5;
  margin-top: -25px;
  z-index: 10;
}
.virtual-bazaar-wrapper {
  /* Responsive Styles */
}
@media (max-width: 767px) {
  .virtual-bazaar-wrapper .vb-requirements-section .vb-requirements-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .virtual-bazaar-wrapper
    .vb-requirements-section
    .vb-requirements-left-decoration {
    display: none;
  }
  .virtual-bazaar-wrapper .vb-requirements-section .vb-requirement-card {
    grid-column: auto !important;
    grid-row: auto !important;
    margin-top: 0 !important;
  }
}
.virtual-bazaar-wrapper .vb-solution-section .vb-solution-img {
  width: 100%;
  border-radius: 20px;
  margin-bottom: -79px;
}
.virtual-bazaar-wrapper .vb-solution-section .vb-solution-wrapper {
  background-color: #083a1e;
  padding: 60px 137px;
  padding-bottom: 0px;
  overflow: hidden;
  border-radius: 24px;
  position: relative;
  z-index: 1;
}
.virtual-bazaar-wrapper .vb-solution-section .vb-solution-wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/webp/our-solution-bg.webp) no-repeat center center;
  background-size: cover;
  z-index: -1;
  opacity: 10%;
}
.virtual-bazaar-wrapper
  .vb-solution-section
  .vb-solution-wrapper
  .vb-solution-wrapper-left-highlight {
  position: absolute;
  display: flex;
  bottom: -221px;
  left: -169px;
  width: 668px;
  height: 465px;
  background-color: #00fc1e;
  filter: blur(318px);
  -webkit-filter: blur(318px);
  z-index: -1;
}
.virtual-bazaar-wrapper
  .vb-solution-section
  .vb-solution-wrapper
  .vb-solution-wrapper-right-highlight {
  position: absolute;
  display: flex;
  bottom: -221px;
  right: -169px;
  width: 668px;
  height: 465px;
  background-color: #00fc1e;
  filter: blur(318px);
  -webkit-filter: blur(318px);
  z-index: -1;
}
.virtual-bazaar-wrapper .vb-ecosystem-section .vb-ecosystem-section-wrapper {
  background: linear-gradient(180deg, #effff6 0%, #ffffff 100%);
  border-radius: 24px;
  padding: 64px 109px;
}
.virtual-bazaar-wrapper .vb-ecosystem-section .vb-ecosystem-text-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.virtual-bazaar-wrapper .vb-ecosystem-section .vb-ecosystem-inner-flex-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-top: 70px;
}
.virtual-bazaar-wrapper
  .vb-ecosystem-section
  .vb-ecosystem-inner-flex-wrapper
  .vb-ecosystem-left {
  padding: 41px 119px;
  background: linear-gradient(
    181.45deg,
    rgba(175, 221, 245, 0.3) 0%,
    #8af096 100%
  );
  border-radius: 24px;
}
.virtual-bazaar-wrapper
  .vb-ecosystem-section
  .vb-ecosystem-inner-flex-wrapper
  .vb-ecosystem-left
  .vb-mobile-mockup {
  width: 100%;
  max-width: 278px;
  display: block;
  margin: 0 auto;
  aspect-ratio: 278/562;
  min-width: 278px;
}
.virtual-bazaar-wrapper
  .vb-ecosystem-section
  .vb-ecosystem-inner-flex-wrapper
  .vb-ecosystem-right {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.virtual-bazaar-wrapper
  .vb-ecosystem-section
  .vb-ecosystem-inner-flex-wrapper
  .vb-ecosystem-right
  .vb-app-card {
  background: #ffffff;
  box-shadow: 0px -2px 10px 0px rgba(71, 180, 84, 0.2);
  border-radius: 12px;
  padding: 14px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
}
.virtual-bazaar-wrapper
  .vb-ecosystem-section
  .vb-ecosystem-inner-flex-wrapper
  .vb-ecosystem-right
  .vb-app-card
  .vb-app-icon {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #ddf1e6;
  border-radius: 50%;
  flex-shrink: 0;
  color: #042813;
  font-family: Geist;
  font-weight: 500;
  font-size: 16px;
}
.virtual-bazaar-wrapper
  .vb-ecosystem-section
  .vb-ecosystem-inner-flex-wrapper
  .vb-ecosystem-right
  .vb-app-card
  .vb-app-info
  h3 {
  margin-bottom: 5px;
}
.virtual-bazaar-wrapper
  .vb-ecosystem-section
  .vb-ecosystem-inner-flex-wrapper
  .vb-ecosystem-right
  .vb-app-card
  .vb-app-info
  p {
  margin: 0;
  line-height: normal;
}
.virtual-bazaar-wrapper
  .vb-ecosystem-section
  .vb-ecosystem-inner-flex-wrapper
  .vb-ecosystem-right
  .active-card {
  transform: rotate(4deg);
  border: 1px solid #5cb59a;
  background: #ffffff;
}
.virtual-bazaar-wrapper
  .vb-ecosystem-section
  .vb-ecosystem-inner-flex-wrapper
  .vb-ecosystem-right
  .active-card
  .vb-app-icon {
  background: #47b454;
  color: #ffffff;
  border-color: #47b454;
}
.virtual-bazaar-wrapper
  .vb-ecosystem-section
  .vb-ecosystem-inner-flex-wrapper
  .vb-ecosystem-right
  .card-two {
  transform: rotate(-2deg);
}
.virtual-bazaar-wrapper
  .vb-ecosystem-section
  .vb-ecosystem-inner-flex-wrapper
  .vb-ecosystem-right
  .card-three {
  transform: rotate(-7deg);
  margin-top: -30px;
}
.virtual-bazaar-wrapper
  .vb-ecosystem-section
  .vb-ecosystem-inner-flex-wrapper
  .vb-ecosystem-right
  .card-four {
  transform: rotate(2deg);
  margin-top: -10px;
}
.virtual-bazaar-wrapper .vb-selling-section .vb-selling-wrapper {
  display: flex;
  align-items: stretch;
  gap: 30px;
}
.virtual-bazaar-wrapper .vb-selling-section .vb-selling-left .vb-selling-img {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
  object-fit: cover;
}
.virtual-bazaar-wrapper .vb-selling-section .vb-selling-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.virtual-bazaar-wrapper
  .vb-selling-section
  .vb-selling-right
  .vb-section-title {
  font-size: 26px;
  line-height: 140%;
  color: #042813;
  font-weight: 500;
  letter-spacing: -0.84px;
  max-width: 320px;
}
.virtual-bazaar-wrapper
  .vb-selling-section
  .vb-selling-right
  .vb-selling-badge {
  display: inline-block;
}
.virtual-bazaar-wrapper
  .vb-selling-section
  .vb-selling-right
  .vb-selling-badge
  .vb-badge-circle {
  width: 100%;
  max-width: 361px;
  max-height: 343px;
  border-radius: 40px;
  min-height: 343px;
  min-width: 361px;
  overflow: hidden;
}
.virtual-bazaar-wrapper
  .vb-selling-section
  .vb-selling-right
  .vb-selling-badge
  .vb-badge-circle
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.virtual-bazaar-wrapper .vb-delivery-section {
  background-color: #f7f7f7;
}
.virtual-bazaar-wrapper .vb-delivery-section .vb-delivery-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
}
.virtual-bazaar-wrapper .vb-delivery-section .vb-delivery-left {
  flex: 1;
}
.virtual-bazaar-wrapper
  .vb-delivery-section
  .vb-delivery-left
  .vb-text-highlight {
  color: #042813;
}
.virtual-bazaar-wrapper
  .vb-delivery-section
  .vb-delivery-left
  .vb-text-secondary {
  color: #6c6c6c;
}
.virtual-bazaar-wrapper
  .vb-delivery-section
  .vb-delivery-left
  .vb-text-primary {
  color: #4c4c4c;
}
.virtual-bazaar-wrapper .vb-delivery-section .vb-delivery-right {
  flex: 1;
}
.virtual-bazaar-wrapper
  .vb-delivery-section
  .vb-delivery-right
  .vb-delivery-mockups-container {
  position: relative;
  height: 621.7564697266px;
  width: 598.5231933594px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 598.5231933594/621.7564697266;
}
.virtual-bazaar-wrapper
  .vb-delivery-section
  .vb-delivery-right
  .vb-delivery-mockups-container
  .vb-delivery-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.virtual-bazaar-wrapper .vb-features-section {
  background-color: #ffffff;
}
.virtual-bazaar-wrapper .vb-features-section .vb-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.virtual-bazaar-wrapper
  .vb-features-section
  .vb-features-grid
  .vb-feature-card {
  background: #ffffff;
  border: 1px solid #ededed;
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.virtual-bazaar-wrapper
  .vb-features-section
  .vb-features-grid
  .vb-feature-card
  .vb-feature-img-wrapper {
  height: auto;
  aspect-ratio: 348/276.8099975586;
  max-height: 276.8099975586px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(
    181.45deg,
    rgba(175, 221, 245, 0.3) 0%,
    #8af096 100%
  );
}
.virtual-bazaar-wrapper
  .vb-features-section
  .vb-features-grid
  .vb-feature-card
  .vb-feature-img-wrapper
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.virtual-bazaar-wrapper
  .vb-features-section
  .vb-features-grid
  .vb-feature-card
  .vb-feature-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
}
.virtual-bazaar-wrapper .vb-footer-section {
  background-color: #165230;
  margin-top: -15px;
  position: relative;
  z-index: 2;
}
.virtual-bazaar-wrapper .vb-footer-section::before {
  position: absolute;
  content: "";
  inset: 0;
  background: url(../img/webp/footer-bg-image.webp) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 5%;
}
.virtual-bazaar-wrapper .vb-footer-section .vb-foort-result-section {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 30px;
  padding-top: 120px;
}
.virtual-bazaar-wrapper .vb-footer-section .vb-foort-result-section h3 {
  font-family: Geist;
  font-weight: 500;
  font-style: Medium;
  font-size: 56px;
  line-height: 67.2px;
  letter-spacing: -2.5px;
  vertical-align: middle;
  color: #ffffff;
  padding-bottom: 10px;
}
.virtual-bazaar-wrapper
  .vb-footer-section
  .vb-foort-result-section
  .vb-foort-result-item {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 12px;
}
.virtual-bazaar-wrapper
  .vb-footer-section
  .vb-foort-result-section
  .vb-foort-result-item
  img {
  width: 30px;
  max-width: 30px;
  height: 30px;
  max-height: 30px;
}
.virtual-bazaar-wrapper
  .vb-footer-section
  .vb-foort-result-section
  .vb-foort-result-item
  p {
  font-family: Geist;
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  color: #ffffff;
  line-height: 32.09px;
  letter-spacing: 0px;
  vertical-align: middle;
}
@media (max-width: 475px) {
  .virtual-bazaar-wrapper .vb-py-128 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .virtual-bazaar-wrapper .vb-pb-120 {
    padding-bottom: 40px;
  }
  .virtual-bazaar-wrapper .vb-pt-120 {
    padding-top: 40px;
  }
  .virtual-bazaar-wrapper .vb-py-120 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .virtual-bazaar-wrapper .vb-hero-section {
    min-height: 60vh;
  }
  .virtual-bazaar-wrapper .vb-hero-section .vb-font-64 {
    max-width: 90%;
    top: 40px;
    letter-spacing: -1px;
  }
  .virtual-bazaar-wrapper .vb-hero-section img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
  }
  .virtual-bazaar-wrapper .vb-font-64 {
    font-size: 28px;
  }
  .virtual-bazaar-wrapper .vb-line-hight-80 {
    line-height: 40px;
  }
  .virtual-bazaar-wrapper .vb-font-33 {
    font-size: 24px;
  }
  .virtual-bazaar-wrapper .vb-line-hight-50 {
    line-height: 30px;
  }
  .virtual-bazaar-wrapper .vb-font-22 {
    font-size: 16px;
  }
  .virtual-bazaar-wrapper .vb-font-56 {
    font-size: 24px;
  }
  .virtual-bazaar-wrapper .vb-pt-30 {
    padding-top: 12px;
  }
  .virtual-bazaar-wrapper .vb-font-18 {
    font-size: 12px;
  }
  .virtual-bazaar-wrapper .vb-font-28 {
    font-size: 16px;
    margin-top: 5px;
  }
  .virtual-bazaar-wrapper .vb-font-20 {
    font-size: 16px;
  }
  .virtual-bazaar-wrapper .vb-letter-spacing-tight {
    letter-spacing: -0.5px;
  }
  .virtual-bazaar-wrapper .vb-project-summry-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .virtual-bazaar-wrapper
    .vb-project-summry-wrapper
    .vb-project-summry-sec-1-left {
    width: 100%;
  }
  .virtual-bazaar-wrapper
    .vb-project-summry-wrapper
    .vb-project-summry-sec-1-right {
    width: 100%;
  }
  .virtual-bazaar-wrapper
    .vb-project-summry-wrapper
    .vb-project-summry-sec-1-right
    .vb-summary-info-item {
    margin-bottom: 25px;
    padding-left: 20px;
  }
  .virtual-bazaar-wrapper .vb-tag-list {
    padding-left: 20px;
  }
  .virtual-bazaar-wrapper .vb-tag {
    font-size: 12px;
    line-height: 16px;
    padding: 4px 12px;
  }
  .virtual-bazaar-wrapper .vb-requirements-section .vb-requirement-card {
    margin-top: 0px !important;
    transform: rotate(0deg) !important;
    padding: 20px;
    border-radius: 10px !important;
  }
  .virtual-bazaar-wrapper
    .vb-requirements-section
    .vb-requirement-card
    .vb-font-18 {
    font-size: 14px !important;
  }
  .virtual-bazaar-wrapper .vb-solution-section .vb-solution-wrapper {
    padding: 40px;
    border-radius: 10px;
  }
  .virtual-bazaar-wrapper .vb-solution-section .vb-pt-30 {
    padding-top: 18px;
  }
  .virtual-bazaar-wrapper .vb-solution-section .vb-pt-70 {
    padding-top: 30px;
  }
  .virtual-bazaar-wrapper .vb-solution-section .vb-solution-img {
    margin-bottom: -60px;
    border-radius: 10px;
  }
  .virtual-bazaar-wrapper .vb-ecosystem-section .vb-ecosystem-section-wrapper {
    padding: 40px;
    border-radius: 10px;
  }
  .virtual-bazaar-wrapper
    .vb-ecosystem-section
    .vb-ecosystem-inner-flex-wrapper {
    flex-direction: column;
  }
  .virtual-bazaar-wrapper
    .vb-ecosystem-section
    .vb-ecosystem-inner-flex-wrapper
    .vb-ecosystem-left {
    padding: 20px;
  }
  .virtual-bazaar-wrapper
    .vb-ecosystem-section
    .vb-ecosystem-inner-flex-wrapper
    .vb-ecosystem-left
    .vb-mobile-mockup {
    min-width: 200px;
  }
  .virtual-bazaar-wrapper
    .vb-ecosystem-section
    .vb-ecosystem-inner-flex-wrapper
    .vb-ecosystem-right {
    gap: 15px;
  }
  .virtual-bazaar-wrapper
    .vb-ecosystem-section
    .vb-ecosystem-inner-flex-wrapper
    .vb-ecosystem-right
    .vb-app-card {
    padding: 15px;
    margin-top: 0px !important;
    transform: rotate(0deg) !important;
  }
  .virtual-bazaar-wrapper .vb-selling-section .vb-selling-wrapper {
    flex-direction: column;
  }
  .virtual-bazaar-wrapper .vb-selling-section .vb-selling-left {
    width: 100%;
  }
  .virtual-bazaar-wrapper .vb-selling-section .vb-selling-left .vb-selling-img {
    max-height: 250px;
    border-radius: 10px;
  }
  .virtual-bazaar-wrapper .vb-selling-section .vb-selling-right {
    width: 100%;
  }
  .virtual-bazaar-wrapper
    .vb-selling-section
    .vb-selling-right
    .vb-section-title {
    font-size: 22px;
  }
  .virtual-bazaar-wrapper
    .vb-selling-section
    .vb-selling-right
    .vb-selling-badge {
    margin-top: 20px;
  }
  .virtual-bazaar-wrapper
    .vb-selling-section
    .vb-selling-right
    .vb-selling-badge
    .vb-badge-circle {
    border-radius: 10px;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
  }
  .virtual-bazaar-wrapper .vb-delivery-section .vb-delivery-wrapper {
    flex-direction: column;
  }
  .virtual-bazaar-wrapper
    .vb-delivery-section
    .vb-delivery-wrapper
    .vb-delivery-right
    .vb-delivery-mockups-container {
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
  }
  .virtual-bazaar-wrapper .vb-pt-70 {
    padding-top: 35px;
  }
  .virtual-bazaar-wrapper .vb-features-section .vb-features-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .virtual-bazaar-wrapper .vb-footer-section {
    margin-top: -5px;
  }
  .virtual-bazaar-wrapper .vb-footer-section .vb-foort-result-section {
    gap: 18px;
    padding-top: 30px;
  }
  .virtual-bazaar-wrapper .vb-footer-section .vb-foort-result-section h3 {
    font-size: 24px;
    letter-spacing: -0.5px;
    line-height: 35px;
  }
  .virtual-bazaar-wrapper
    .vb-footer-section
    .vb-foort-result-section
    .vb-foort-result-item {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 12px;
  }
  .virtual-bazaar-wrapper
    .vb-footer-section
    .vb-foort-result-section
    .vb-foort-result-item
    img {
    width: 20px;
    max-width: 20px;
    height: 20px;
    max-height: 20px;
  }
  .virtual-bazaar-wrapper
    .vb-footer-section
    .vb-foort-result-section
    .vb-foort-result-item
    p {
    font-family: Geist;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: middle;
  }
}
@media (min-width: 476px) and (max-width: 767px) {
  .virtual-bazaar-wrapper .vb-py-128 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .virtual-bazaar-wrapper .vb-pb-120 {
    padding-bottom: 40px;
  }
  .virtual-bazaar-wrapper .vb-pt-120 {
    padding-top: 40px;
  }
  .virtual-bazaar-wrapper .vb-py-120 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .virtual-bazaar-wrapper .vb-hero-section {
    min-height: 60vh;
  }
  .virtual-bazaar-wrapper .vb-hero-section .vb-font-64 {
    max-width: 90%;
    top: 40px;
    letter-spacing: -1px;
  }
  .virtual-bazaar-wrapper .vb-hero-section img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
  }
  .virtual-bazaar-wrapper .vb-font-64 {
    font-size: 32px;
  }
  .virtual-bazaar-wrapper .vb-line-hight-80 {
    line-height: 40px;
  }
  .virtual-bazaar-wrapper .vb-font-33 {
    font-size: 26px;
  }
  .virtual-bazaar-wrapper .vb-line-hight-50 {
    line-height: 30px;
  }
  .virtual-bazaar-wrapper .vb-font-22 {
    font-size: 16px;
  }
  .virtual-bazaar-wrapper .vb-font-56 {
    font-size: 24px;
  }
  .virtual-bazaar-wrapper .vb-pt-30 {
    padding-top: 12px;
  }
  .virtual-bazaar-wrapper .vb-font-18 {
    font-size: 14px;
  }
  .virtual-bazaar-wrapper .vb-font-28 {
    font-size: 16px;
    margin-top: 5px;
  }
  .virtual-bazaar-wrapper .vb-font-20 {
    font-size: 16px;
  }
  .virtual-bazaar-wrapper .vb-letter-spacing-tight {
    letter-spacing: -0.5px;
  }
  .virtual-bazaar-wrapper .vb-project-summry-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .virtual-bazaar-wrapper
    .vb-project-summry-wrapper
    .vb-project-summry-sec-1-left {
    width: 100%;
  }
  .virtual-bazaar-wrapper
    .vb-project-summry-wrapper
    .vb-project-summry-sec-1-right {
    width: 100%;
  }
  .virtual-bazaar-wrapper
    .vb-project-summry-wrapper
    .vb-project-summry-sec-1-right
    .vb-summary-info-item {
    margin-bottom: 25px;
    padding-left: 20px;
  }
  .virtual-bazaar-wrapper .vb-tag-list {
    padding-left: 20px;
  }
  .virtual-bazaar-wrapper .vb-tag {
    font-size: 12px;
    line-height: 16px;
    padding: 4px 12px;
  }
  .virtual-bazaar-wrapper .vb-requirements-section .vb-requirement-card {
    margin-top: 0px !important;
    transform: rotate(0deg) !important;
    padding: 20px;
    border-radius: 10px !important;
  }
  .virtual-bazaar-wrapper
    .vb-requirements-section
    .vb-requirement-card
    .vb-font-18 {
    font-size: 16px !important;
  }
  .virtual-bazaar-wrapper .vb-solution-section .vb-solution-wrapper {
    padding: 40px;
    border-radius: 10px;
  }
  .virtual-bazaar-wrapper .vb-solution-section .vb-pt-30 {
    padding-top: 18px;
  }
  .virtual-bazaar-wrapper .vb-solution-section .vb-pt-70 {
    padding-top: 30px;
  }
  .virtual-bazaar-wrapper .vb-solution-section .vb-solution-img {
    margin-bottom: -60px;
    border-radius: 10px;
  }
  .virtual-bazaar-wrapper .vb-ecosystem-section .vb-ecosystem-section-wrapper {
    padding: 40px;
    border-radius: 10px;
  }
  .virtual-bazaar-wrapper
    .vb-ecosystem-section
    .vb-ecosystem-inner-flex-wrapper {
    flex-direction: column;
  }
  .virtual-bazaar-wrapper
    .vb-ecosystem-section
    .vb-ecosystem-inner-flex-wrapper
    .vb-ecosystem-left {
    padding: 20px;
  }
  .virtual-bazaar-wrapper
    .vb-ecosystem-section
    .vb-ecosystem-inner-flex-wrapper
    .vb-ecosystem-left
    .vb-mobile-mockup {
    min-width: 200px;
  }
  .virtual-bazaar-wrapper
    .vb-ecosystem-section
    .vb-ecosystem-inner-flex-wrapper
    .vb-ecosystem-right {
    gap: 15px;
  }
  .virtual-bazaar-wrapper
    .vb-ecosystem-section
    .vb-ecosystem-inner-flex-wrapper
    .vb-ecosystem-right
    .vb-app-card {
    padding: 15px;
    margin-top: 0px !important;
    transform: rotate(0deg) !important;
  }
  .virtual-bazaar-wrapper .vb-selling-section .vb-selling-wrapper {
    flex-direction: column;
  }
  .virtual-bazaar-wrapper .vb-selling-section .vb-selling-left {
    width: 100%;
  }
  .virtual-bazaar-wrapper .vb-selling-section .vb-selling-left .vb-selling-img {
    max-height: 440px;
    border-radius: 10px;
  }
  .virtual-bazaar-wrapper .vb-selling-section .vb-selling-right {
    width: 100%;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
  }
  .virtual-bazaar-wrapper
    .vb-selling-section
    .vb-selling-right
    .vb-selling-right-text-wrapper {
    max-width: 45%;
  }
  .virtual-bazaar-wrapper .vb-selling-section .vb-selling-right .vb-font-16 {
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 476px) and (max-width: 767px) and (min-width: 575px) {
  .virtual-bazaar-wrapper .vb-selling-section .vb-selling-right .vb-font-16 {
    font-size: 16px !important;
  }
}
@media (min-width: 476px) and (max-width: 767px) {
  .virtual-bazaar-wrapper
    .vb-selling-section
    .vb-selling-right
    .vb-section-title {
    font-size: 22px;
  }
  .virtual-bazaar-wrapper
    .vb-selling-section
    .vb-selling-right
    .vb-selling-badge {
    margin-top: 0px;
  }
  .virtual-bazaar-wrapper
    .vb-selling-section
    .vb-selling-right
    .vb-selling-badge
    .vb-badge-circle {
    border-radius: 10px;
    min-width: 200px;
    max-width: 200px;
    min-height: 200px;
    max-height: 200px;
  }
  .virtual-bazaar-wrapper .vb-delivery-section .vb-delivery-wrapper {
    flex-direction: column;
  }
  .virtual-bazaar-wrapper
    .vb-delivery-section
    .vb-delivery-wrapper
    .vb-delivery-right
    .vb-delivery-mockups-container {
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
  }
  .virtual-bazaar-wrapper .vb-pt-70 {
    padding-top: 35px;
  }
  .virtual-bazaar-wrapper .vb-features-section .vb-features-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
@media only screen and (min-width: 476px) and (max-width: 767px) and (min-width: 600px) {
  .virtual-bazaar-wrapper .vb-features-section .vb-features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (min-width: 476px) and (max-width: 767px) {
  .virtual-bazaar-wrapper
    .vb-features-section
    .vb-feature-card
    .vb-feature-content {
    padding: 20px 5px !important;
  }
  .virtual-bazaar-wrapper .vb-footer-section {
    margin-top: -5px;
  }
  .virtual-bazaar-wrapper .vb-footer-section .vb-foort-result-section {
    gap: 18px;
    padding-top: 30px;
  }
  .virtual-bazaar-wrapper .vb-footer-section .vb-foort-result-section h3 {
    font-size: 24px;
    letter-spacing: -0.5px;
    line-height: 35px;
  }
  .virtual-bazaar-wrapper
    .vb-footer-section
    .vb-foort-result-section
    .vb-foort-result-item {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 12px;
  }
  .virtual-bazaar-wrapper
    .vb-footer-section
    .vb-foort-result-section
    .vb-foort-result-item
    img {
    width: 20px;
    max-width: 20px;
    height: 20px;
    max-height: 20px;
  }
  .virtual-bazaar-wrapper
    .vb-footer-section
    .vb-foort-result-section
    .vb-foort-result-item
    p {
    font-family: Geist;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: middle;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .virtual-bazaar-wrapper .vb-py-128 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .virtual-bazaar-wrapper .vb-pb-120 {
    padding-bottom: 65px;
  }
  .virtual-bazaar-wrapper .vb-pt-120 {
    padding-top: 65px;
  }
  .virtual-bazaar-wrapper .vb-py-120 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .virtual-bazaar-wrapper .vb-hero-section {
    min-height: 60vh;
  }
  .virtual-bazaar-wrapper .vb-hero-section .vb-font-64 {
    max-width: 90%;
    top: 40px;
    letter-spacing: -1px;
  }
  .virtual-bazaar-wrapper .vb-hero-section img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
  }
  .virtual-bazaar-wrapper .vb-font-64 {
    font-size: 36px;
  }
  .virtual-bazaar-wrapper .vb-line-hight-80 {
    line-height: 54px;
  }
  .virtual-bazaar-wrapper .vb-font-33 {
    font-size: 24px;
  }
  .virtual-bazaar-wrapper .vb-line-hight-50 {
    line-height: 30px;
  }
  .virtual-bazaar-wrapper .vb-font-22 {
    font-size: 16px;
  }
  .virtual-bazaar-wrapper .vb-font-56 {
    font-size: 28px;
  }
  .virtual-bazaar-wrapper .vb-pt-30 {
    padding-top: 12px;
  }
  .virtual-bazaar-wrapper .vb-font-18 {
    font-size: 16px;
  }
  .virtual-bazaar-wrapper .vb-font-28 {
    font-size: 16px;
    margin-top: 5px;
  }
  .virtual-bazaar-wrapper .vb-font-20 {
    font-size: 18px;
  }
  .virtual-bazaar-wrapper .vb-letter-spacing-tight {
    letter-spacing: -0.5px;
  }
  .virtual-bazaar-wrapper .vb-project-summry-wrapper {
    gap: 30px;
  }
  .virtual-bazaar-wrapper
    .vb-project-summry-wrapper
    .vb-project-summry-sec-1-left {
    width: 100%;
  }
  .virtual-bazaar-wrapper
    .vb-project-summry-wrapper
    .vb-project-summry-sec-1-right {
    width: 100%;
  }
  .virtual-bazaar-wrapper
    .vb-project-summry-wrapper
    .vb-project-summry-sec-1-right
    .vb-summary-info-item {
    margin-bottom: 25px;
    padding-left: 20px;
  }
  .virtual-bazaar-wrapper .vb-tag-list {
    padding-left: 20px;
  }
  .virtual-bazaar-wrapper .vb-tag {
    font-size: 12px;
    line-height: 16px;
    padding: 4px 12px;
  }
  .virtual-bazaar-wrapper .vb-requirements-section .vb-card-1 {
    grid-column: 4 / span 8;
    grid-row: 1;
  }
  .virtual-bazaar-wrapper .vb-requirements-section .vb-card-2 {
    grid-column: 2 / span 8;
    grid-row: 2;
    margin-top: -35px;
    transform: rotate(-1.8deg);
  }
  .virtual-bazaar-wrapper .vb-requirements-section .vb-card-3 {
    grid-column: 4 / span 8;
    grid-row: 3;
    margin-top: 0px;
    transform: rotate(2.47deg);
  }
  .virtual-bazaar-wrapper .vb-requirements-section .vb-card-4 {
    grid-column: 2 / span 8;
    grid-row: 4;
    margin-top: -15px;
    transform: rotate(2.87deg);
  }
  .virtual-bazaar-wrapper .vb-requirements-section .vb-card-5 {
    grid-column: 4 / span 8;
    grid-row: 5;
    margin-top: -25px;
    z-index: 10;
  }
  .virtual-bazaar-wrapper
    .vb-requirements-section
    .vb-requirements-left-decoration
    .vb-gears-img {
    width: 100%;
    max-width: 100px;
    height: auto;
  }
  .virtual-bazaar-wrapper .vb-solution-section .vb-solution-wrapper {
    padding: 60px;
    border-radius: 18px;
  }
  .virtual-bazaar-wrapper .vb-solution-section .vb-pt-30 {
    padding-top: 18px;
  }
  .virtual-bazaar-wrapper .vb-solution-section .vb-pt-70 {
    padding-top: 30px;
  }
  .virtual-bazaar-wrapper .vb-solution-section .vb-solution-img {
    margin-bottom: -70px;
    border-radius: 10px;
  }
  .virtual-bazaar-wrapper .vb-ecosystem-section .vb-ecosystem-section-wrapper {
    padding: 60px;
    border-radius: 18px;
  }
  .virtual-bazaar-wrapper
    .vb-ecosystem-section
    .vb-ecosystem-inner-flex-wrapper
    .vb-ecosystem-left {
    padding: 20px;
  }
  .virtual-bazaar-wrapper
    .vb-ecosystem-section
    .vb-ecosystem-inner-flex-wrapper
    .vb-ecosystem-left
    .vb-mobile-mockup {
    min-width: 200px;
  }
  .virtual-bazaar-wrapper .vb-selling-section .vb-selling-left {
    width: 65%;
  }
  .virtual-bazaar-wrapper .vb-selling-section .vb-selling-left .vb-selling-img {
    max-height: 491px;
    border-radius: 25px;
  }
  .virtual-bazaar-wrapper .vb-selling-section .vb-selling-right {
    width: 35%;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
  }
  .virtual-bazaar-wrapper .vb-selling-section .vb-selling-right .vb-font-16 {
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 575px) {
  .virtual-bazaar-wrapper .vb-selling-section .vb-selling-right .vb-font-16 {
    font-size: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .virtual-bazaar-wrapper
    .vb-selling-section
    .vb-selling-right
    .vb-section-title {
    font-size: 22px;
  }
  .virtual-bazaar-wrapper
    .vb-selling-section
    .vb-selling-right
    .vb-selling-badge {
    margin-top: 0px;
  }
  .virtual-bazaar-wrapper
    .vb-selling-section
    .vb-selling-right
    .vb-selling-badge
    .vb-badge-circle {
    border-radius: 25px;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
  }
  .virtual-bazaar-wrapper
    .vb-delivery-section
    .vb-delivery-wrapper
    .vb-delivery-right
    .vb-delivery-mockups-container {
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
  }
  .virtual-bazaar-wrapper .vb-pt-70 {
    padding-top: 35px;
  }
  .virtual-bazaar-wrapper .vb-features-section .vb-features-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 600px) {
  .virtual-bazaar-wrapper .vb-features-section .vb-features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .virtual-bazaar-wrapper .vb-footer-section {
    margin-top: -5px;
  }
  .virtual-bazaar-wrapper .vb-footer-section .vb-foort-result-section {
    gap: 18px;
    padding-top: 30px;
  }
  .virtual-bazaar-wrapper .vb-footer-section .vb-foort-result-section h3 {
    font-size: 24px;
    letter-spacing: -0.5px;
    line-height: 35px;
  }
  .virtual-bazaar-wrapper
    .vb-footer-section
    .vb-foort-result-section
    .vb-foort-result-item {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 12px;
  }
  .virtual-bazaar-wrapper
    .vb-footer-section
    .vb-foort-result-section
    .vb-foort-result-item
    img {
    width: 20px;
    max-width: 20px;
    height: 20px;
    max-height: 20px;
  }
  .virtual-bazaar-wrapper
    .vb-footer-section
    .vb-foort-result-section
    .vb-foort-result-item
    p {
    font-family: Geist;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: middle;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .virtual-bazaar-wrapper .vb-py-128 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .virtual-bazaar-wrapper .vb-pb-120 {
    padding-bottom: 85px;
  }
  .virtual-bazaar-wrapper .vb-pt-120 {
    padding-top: 85px;
  }
  .virtual-bazaar-wrapper .vb-py-120 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .virtual-bazaar-wrapper .vb-font-64 {
    font-size: 40px;
  }
  .virtual-bazaar-wrapper .vb-font-56 {
    font-size: 40px;
  }
  .virtual-bazaar-wrapper .vb-line-hight-80 {
    line-height: 50px;
  }
  .virtual-bazaar-wrapper .vb-hero-section .vb-font-64 {
    max-width: 700px;
    top: 95px;
    letter-spacing: 0px;
  }
  .virtual-bazaar-wrapper .vb-hero-section {
    min-height: 60vh;
  }
  .virtual-bazaar-wrapper
    .vb-ecosystem-section
    .vb-ecosystem-inner-flex-wrapper {
    gap: 40px;
    padding-top: 70px;
  }
  .virtual-bazaar-wrapper
    .vb-ecosystem-section
    .vb-ecosystem-inner-flex-wrapper
    .vb-ecosystem-left {
    width: 50%;
    padding: 40px;
  }
  .virtual-bazaar-wrapper
    .vb-ecosystem-section
    .vb-ecosystem-inner-flex-wrapper
    .vb-ecosystem-right {
    width: 50%;
  }
  .virtual-bazaar-wrapper
    .vb-selling-section
    .vb-selling-right
    .vb-selling-badge {
    display: inline-block;
  }
  .virtual-bazaar-wrapper
    .vb-selling-section
    .vb-selling-right
    .vb-selling-badge
    .vb-badge-circle {
    width: 100%;
    max-width: 280px;
    max-height: 100%;
    border-radius: 30px;
    min-height: 100%;
    min-width: 280px;
    overflow: hidden;
  }
  .virtual-bazaar-wrapper .vb-delivery-section {
    background-color: #f7f7f7;
  }
  .virtual-bazaar-wrapper .vb-delivery-section .vb-delivery-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 23px;
  }
  .virtual-bazaar-wrapper .vb-delivery-section .vb-delivery-left {
    width: 50%;
  }
  .virtual-bazaar-wrapper .vb-delivery-section .vb-delivery-right {
    width: 50%;
  }
  .virtual-bazaar-wrapper
    .vb-delivery-section
    .vb-delivery-right
    .vb-delivery-mockups-container {
    height: 100%;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
  }
  .virtual-bazaar-wrapper
    .vb-delivery-section
    .vb-delivery-right
    .vb-delivery-mockups-container
    .vb-delivery-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .virtual-bazaar-wrapper .vb-footer-section {
    background-color: #165230;
    margin-top: -15px;
    position: relative;
    z-index: 2;
  }
  .virtual-bazaar-wrapper .vb-footer-section::before {
    position: absolute;
    content: "";
    inset: 0;
    background: url(../img/webp/footer-bg-image.webp) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 5%;
  }
  .virtual-bazaar-wrapper .vb-footer-section .vb-foort-result-section {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 30px;
    padding-top: 85px;
  }
  .virtual-bazaar-wrapper .vb-footer-section .vb-foort-result-section h3 {
    font-size: 40px;
    letter-spacing: 0px;
  }
} /*# sourceMappingURL=index.css.map */
