/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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-featured-on/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
/* @tailwind base;
@tailwind components; */
.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

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

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

.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;
}

.items-center {
  align-items: center;
}

.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;
}

/* ultimate success section */
/* ultimate success section */
.ultimate-success-section {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding-top: 60px;
}

@media (min-width: 768px) {
  .ultimate-success-section {
    max-width: 1170px;
    padding-top: 133px;
  }
}
.ultimate-section-main-img {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  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%;
  background-repeat: no-repeat;
  -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);
}

@media (min-width: 768px) {
  .ultimate-section-main-img {
    width: 100%;
  }
}
.ultimate-section-client-img {
  position: absolute;
  top: 1rem;
  right: 1rem;
  height: 86px;
  width: 77px;
  border-radius: 1rem;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 768px) {
  .ultimate-section-client-img {
    top: 1.75rem;
    right: 31px;
    height: 156px;
    width: 139px;
    border-radius: 1.5rem;
  }
}
.ultimate-section-content {
  position: absolute;
  top: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.5rem;
  border-radius: 1.5rem;
  padding: 1.5rem;
}

@media (min-width: 768px) {
  .ultimate-section-content {
    width: 100%;
    align-items: flex-end;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 90px;
  }
}
.ultimate-section-title {
  width: 100%;
  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) {
  .ultimate-section-title {
    max-width: 670px;
    font-size: 45px;
    line-height: 54px;
  }
}
.ultimate-section-description {
  width: 100%;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .ultimate-section-description {
    max-width: 666px;
  }
}
.btn-primary-sm-lg {
  display: inline-flex;
  height: 3rem;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  border-radius: 100px;
  --tw-bg-opacity: 1;
  background-color: rgb(11, 104, 208, var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --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);
}

@media (min-width: 768px) {
  .btn-primary-sm-lg {
    height: 63px;
    width: 232px;
    gap: 0.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
.ultimate-bg-gradient {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  display: flex;
  height: 100%;
  width: 100%;
  grid-template-columns: 1fr auto;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.5rem;
  border-radius: 1.5rem;
  padding: 1.5rem;
}

@media (min-width: 768px) {
  .ultimate-bg-gradient {
    display: grid;
    width: 100%;
    align-items: flex-end;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 90px;
    padding-top: 23%;
  }
}
.ultimate-bg-gradient {
  position: absolute;
  top: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  grid-template-columns: 1fr auto;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.5rem;
  border-radius: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .ultimate-bg-gradient {
    display: grid;
    width: 100%;
    align-items: flex-end;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 90px;
  }
}
.ultimate-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 720px;
  width: 100%;
}

@media (min-width: 768px) {
  .ultimate-container {
    height: 768px;
    width: 100%;
  }
}
.group:hover .group-hover\:-translate-y-\[150\%\] {
  --tw-translate-y: -150%;
  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));
}

.group:hover .group-hover\:translate-y-0 {
  --tw-translate-y: 0px;
  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));
}

@media (min-width: 768px) {
  .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*/