/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/home-feature-on-first/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.z-10 {
  z-index: 10;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.h-3 {
  height: 0.75rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-\[11px\] {
  height: 11px;
}

.h-\[390px\] {
  height: 390px;
}

.h-\[720px\] {
  height: 720px;
}

.h-full {
  height: 100%;
}

.w-\[195px\] {
  width: 195px;
}

.w-\[52px\] {
  width: 52px;
}

.w-\[63px\] {
  width: 63px;
}

.w-\[72px\] {
  width: 72px;
}

.w-\[78px\] {
  width: 78px;
}

.w-\[82px\] {
  width: 82px;
}

.w-full {
  width: 100%;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-\[1fr\,auto\] {
  grid-template-columns: 1fr auto;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.text-nowrap {
  text-wrap: nowrap;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0, 0, 0, var(--tw-bg-opacity));
}

.bg-light-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(244, 247, 249, var(--tw-bg-opacity));
}

.bg-light-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(211, 211, 211, var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255, 255, 255, var(--tw-bg-opacity));
}

.bg-cover {
  background-size: cover;
}

.bg-center-50 {
  background-position: 50% 50%;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.p-6 {
  padding: 1.5rem;
}

.font-inter {
  font-family: Inter, sans-serif;
}

.text-15 {
  font-size: 15px;
}

.font-bold {
  font-weight: 700;
}

.leading-normal {
  line-height: 1.5;
}

.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82, 82, 82, var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255, 255, 255, var(--tw-text-opacity));
}

.opacity-50 {
  opacity: 0.5;
}

/* featured section */
.featured-section {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .featured-section {
    max-width: 1170px;
  }
}
.featured-section-main-img {
  height: 100%;
  height: 390px;
  width: 100%;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(211, 211, 211, var(--tw-bg-opacity));
  background-size: cover;
  background-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
  --tw-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 0px 0px 4px 0px var(--tw-shadow-color), 0px 8px 16px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.featured-section-title {
  position: absolute;
  bottom: 70.3px;
  left: 50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .featured-section-title {
    bottom: 135px;
    width: 819px;
    font-size: 54px;
    line-height: 64.8px;
  }
}
.featured-tech-crunch {
  position: absolute;
  display: flex;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .featured-tech-crunch {
    bottom: -65px;
    left: -4%;
  }
}
/* .featured-tech-crunch {
    bottom: -65px;
    left: -4%;
} */
.featured-venture-beat {
  position: relative;
  height: 0.625rem;
  width: 84px;
  --tw-bg-opacity: 1;
  background-color: rgb(211, 211, 211, var(--tw-bg-opacity));
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .featured-venture-beat {
    height: 37.06px;
    width: 195.8px;
  }
}
.excellent-review {
  display: flex;
  height: 18px;
  align-items: center;
  gap: 0.5rem;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18.2px;
}

@media (min-width: 768px) {
  .excellent-review {
    height: 27px;
    font-size: 17px;
    line-height: 1.75rem;
  }
  .md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .md\:grid {
    display: grid;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-5 {
    height: 1.25rem;
  }
  .md\:h-8 {
    height: 2rem;
  }
  .md\:h-\[22px\] {
    height: 22px;
  }
  .md\:h-\[43\.33px\] {
    height: 43.33px;
  }
  .md\:h-\[533px\] {
    height: 533px;
  }
  .md\:h-\[768px\] {
    height: 768px;
  }
  .md\:w-\[106\.61px\] {
    width: 106.61px;
  }
  .md\:w-\[130px\] {
    width: 130px;
  }
  .md\:w-\[132\.644px\] {
    width: 132.644px;
  }
  .md\:w-\[181px\] {
    width: 181px;
  }
  .md\:w-\[89\.58px\] {
    width: 89.58px;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:items-end {
    align-items: flex-end;
  }
  .md\:p-0 {
    padding: 0px;
  }
  .md\:px-\[100px\] {
    padding-left: 100px;
    padding-right: 100px;
  }
  .md\:pb-\[90px\] {
    padding-bottom: 90px;
  }
  .md\:pt-\[143px\] {
    padding-top: 143px;
  }
  .md\:leading-7 {
    line-height: 1.75rem;
  }
}

/*# sourceMappingURL=style-index.css.map*/