
.w-full {
    width: 100%
}
.max-w-5xl {
    max-width: 1000px;
    margin: 0 auto;
}
.items-center {
    align-items: center
}
.justify-center {
    justify-content: center
}
.gap-2 {
    gap: 0.5rem
}
.overflow-hidden {
    overflow: hidden
}
.rounded-full {
    border-radius: 9999px
}
.rounded-lg {
    border-radius: 0.5rem
}
.rounded-xl {
    border-radius: 0.75rem
}
.object-cover {
    object-fit: cover
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}
.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
}
.duration-300 {
    transition-duration: 300ms
}
.carousel-item {
    transition: all 0.5s ease-in-out;
    position: absolute;
    opacity: 0;
    transform: scale(0.8) translateX(0);
    z-index: 0;
    pointer-events: none;
}
.carousel-item.active {
    opacity: 1;
    transform: scale(1);
    z-index: 10;
    pointer-events: auto;
    left: 50%;
    transform: translateX(-50%);
}
.carousel-item.prev {
    opacity: 0.6;
    transform: scale(0.8) translateX(-120%);
    z-index: 5;
    left: 50%;
}
.carousel-item.next {
    opacity: 0.6;
    transform: scale(0.8) translateX(20%);
    z-index: 5;
    left: 50%;
}
.carousel-item.first {
    opacity: 0.3;
    transform: scale(0.6) translateX(-220%);
    z-index: 2;
    left: 50%;
}
.carousel-item.last {
    opacity: 0.3;
    transform: scale(0.6) translateX(120%);
    z-index: 2;
    left: 50%;
}
.carousel-indicator-active {
    background-color: #FFA500;
    width: 2rem;
}

*, ::after, ::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb
}
::after, ::before {
	content:'';
    color: #fff;
}
.absolute {
    position: absolute
}
.relative {
    position: relative
}
.inset-0 {
    inset: 0px
}
.bottom-4 {
    bottom: 1rem
}
.left-0 {
    left: 0px
}
.left-4 {
    left: 1rem
}
.right-0 {
    right: 0px
}
.right-4 {
    right: 1rem
}
.top-1\/2 {
    top: 50%
}
.z-20 {
    z-index: 20
}
.flex {
    display: flex
}
.h-12 {
    height: 3rem
}
.h-2 {
    height: 0.5rem
}
.h-\[clamp\(200px\2c 50vw\2c 500px\)\] {
height:clamp(200px, 50vw, 500px)
}
.h-full {
    height: 85%;
}
.w-12 {
    width: 3rem
}
.w-2 {
    width: 0.5rem
}
.w-4 {
    width: 1rem
}
.w-full {
    width: 100%
}
.max-w-5xl {
    max-width: 1200px;
	margin: 0 auto;
	padding: 30px 10px;
}
.-translate-y-1\/2 {
    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))
}
.items-center {
    align-items: center
}
.justify-center {
    justify-content: center
}
.gap-2 {
    gap: 0.5rem
}
.overflow-hidden {
    overflow: hidden
}
.rounded-full {
    border-radius: 9999px
}
.rounded-lg {
    border-radius: 0.5rem
}
.rounded-xl {
    border-radius: 0.75rem
}
.bg-primary {

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

    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}

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

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