
/* sliding carousel */
.absolute {
  position: absolute
}

.relative {
  position: relative
}

.inset-0 {
  inset: 0px
}

.bottom-4 {
  bottom: 1rem
}

.left-0 {
  left: 0px
}

.left-10 {
  left: 2.5rem
}

.right-0 {
  right: 0px
}

.top-1\/2 {
  top: 50%
}

.top-5 {
  top: 1.25rem
}

.z-20 {
  z-index: 20
}

.inline-block {
  display: inline-block
}

.flex {
  display: flex
}

.h-1 {
  height: 0.25rem
}

.h-12 {
  height: 3rem
}

.h-2 {
  height: 0.5rem
}

.h-full {
  height: 100%
}

.w-2 {
  width: 0.5rem
}

.w-3\/4 {
  width: 75%
}

.w-5 {
  width: 1.25rem
}

.w-full {
  width: 100%
}

.cursor-pointer {
  cursor: pointer
}

.flex-col {
  flex-direction: column
}

.items-center {
  align-items: center
}

.justify-center {
  justify-content: center
}

.gap-2 {
  gap: 0.5rem
}

.gap-5 {
  gap: 1.25rem
}

.overflow-hidden {
  overflow: hidden
}

.rounded-full {
  border-radius: 9999px
}

.rounded-sm {
  border-radius: 0.125rem
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem
}

.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity))
}

.bg-slate-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity))
}

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

.bg-zinc-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity))
}

.p-20 {
  padding: 5rem
}

.text-5xl {
  font-size: 3rem;
  line-height: 1
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem
}

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

.opacity-50 {
  opacity: 0.5
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.transition-\[left\] {
  transition-property: left;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.duration-300 {
  transition-duration: 300ms
}

.\[translate\:0_-50\%\] {
  translate: 0 -50%
}

.hover\:bg-orange-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity))
}

.hover\:opacity-100:hover {
  opacity: 1
}

@media (min-width: 768px) {
  .md\:h-2 {
    height: 0.5rem
  }

  .md\:h-3 {
    height: 0.75rem
  }

  .md\:w-10 {
    width: 2.5rem
  }

  .md\:w-2\/4 {
    width: 50%
  }

  .md\:w-3 {
    width: 0.75rem
  }
}

@media (min-width: 1024px) {
  .lg\:h-2 {
    height: 0.5rem
  }

  .lg\:h-20 {
    height: 5rem
  }

  .lg\:w-14 {
    width: 3.5rem
  }

  .lg\:w-8 {
    width: 2rem
  }
}

.\[\&_svg\]\:hover\:fill-orange-500:hover svg {
  fill: #f97316
}