@import url('./fonts/font.css');

:root {
    --color-orange: #F9364C;
    --color-white: #fff;
    --color-light-white: #DBDBDB;
    --color-black: #000000;
    --color-main-black: #0C0E11;
    --color-main-black-70: #0c0e11b3;
    --color-primary-black: #252426;
    --color-secndary-black: #171717;
    --color-third-black: #272426;
    --color-dark-black: #3E3E40;
    --color-light-black: #303030;
    --color-dark-red: #77202C;
    --color-gay: #9C9797;
    --color-light-gay: #626262;
    --color-dark-gay: #6B6B6B;
    --color-green: #198754;
}

*,
html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /* font-family: "Poppins", sans-serif; */
    font-family: "Manrope", sans-serif;
    box-sizing: border-box;
    background-color: var(--color-main-black)
}

a img,
img {
    border: none;
    outline: none !important;
    outline-offset: 0 !important;
}

a,
*:hover,
*:focus,
*:active:focus {
    text-decoration: none;
    outline: none !important;
    outline-offset: 0 !important;
}

a,
i,
input {
    transition: all .3s ease-in-out;
}

ul,
ol,
dl {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    line-height: normal;
    margin-bottom: 0;
}

h1 {
    font-size: 48px;
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

.poppins-font {
    font-family: "Poppins", sans-serif;
}

.font-40 {
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
}

.text-orange {
    color: var(--color-orange);
}

button {
    border: 0;
    outline: 0;
    background-color: transparent;
    cursor: pointer;
    box-shadow: none;
}

.categorie-list .categorie-checkbox {
    position: absolute;
    width: 0px;
    height: 0px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.categorie-list .categorie-item {
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.categorie-list .categorie-checkbox:checked+.categorie-item {
    border-color: var(--color-orange);
    color: var(--color-white);
}

.categorie-list .categorie-checkbox:focus-visible+.categorie-item {
    outline: 2px solid var(--color-orange);
    outline-offset: 2px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    padding: 12px 24px;
    border-radius: 24px;
    transition: all .3s ease-in-out;
    outline: none !important;
    box-shadow: none !important;
    border: 0;
}

.sticky_btn {
    position: sticky;
    bottom: 6px;
    z-index: 999;
    padding: 0 12px;
}

.btn-primary,
.btn-primary:disabled {
    color: var(--color-white);
    background-color: var(--color-orange);
}

.btn-primary:hover,
.btn-primary:focus-visible,
.btn-primary:active {
    color: var(--color-orange) !important;
    background-color: var(--color-white) !important;
}

.btn-primary img {
    transition: all .3s ease-in-out;
}

.btn-primary:hover img {
    filter: invert(1);
}

.btn-primary-outline,
.btn-primary-outline:disabled {
    color: var(--color-white);
    background-color: transparent;
    border: 1px solid var(--color-orange);
}

.btn-primary-outline:hover,
.btn-primary-outline:focus-visible,
.btn-primary-outline:active {
    color: var(--color-white) !important;
    background-color: var(--color-orange) !important;
    border-color: var(--color-orange) !important;
}

/* BACKGROUND COLOR */
.bg-orange {
    background-color: var(--color-orange);
}

input[type="checkbox"]:disabled {
    cursor: not-allowed !important;
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    opacity: .5;
    cursor: not-allowed;
}

.inner-select {
    position: relative;
}

.inner-select::before {
    content: " \F282";
    font-family: "bootstrap-icons";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    color: var(--color-white);
    font-size: 12px;
    pointer-events: none;
}

.form-select {
    background: var(--color-primary-black);
    color: var(--color-white);
    cursor: pointer;
    outline: none !important;
    box-shadow: none !important;
    border-color: var(--color-light-white) !important;
    padding: 7px 24px 7px 12px;
    border: 0;
}

.form-control::placeholder {
    color: var(--color-white);
}

.form-control {
    color: var(--color-white);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    background-color: var(--color-primary-black);
    border: 0;
    box-shadow: none;
    padding: 10px 34px 10px 16px;
    border-radius: 4px;
}

.form-control:focus {
    background-color: var(--color-primary-black);
    box-shadow: none;
    color: var(--color-white);
}

.form-label {
    color: var(--color-orange);
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
}

.common-form-wrap .form-group input[type="file"] {
    display: none;
}

.form-group .form-check-label {
    display: flex;
    align-items: self-start;
    gap: 10px;
    color: var(--color-white);
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    position: relative;
}

.form-group input.form-check-input {
    cursor: pointer;
    display: none;
    height: auto;
    margin-bottom: 0;
    padding: 0;
    width: auto;
}

.form-group label.form-check-label:before {
    -webkit-appearance: none;
    background-color: #0000;
    border: 1px solid var(--color-orange);
    border-radius: 4px;
    content: "";
    cursor: pointer;
    display: inline-block;
    padding: 10px;
    position: relative;
    vertical-align: middle;
}

.form-group input.form-check-input:checked+label.form-check-label:before {
    background: var(--color-orange);
    border-color: #0000;
}

.form-group input.form-check-input:checked+label.form-check-label:after {
    border: solid var(--color-white);
    border-width: 0 2px 2px 0;
    content: "";
    display: block;
    height: 13px;
    left: 8px;
    position: absolute;
    top: 3px;
    transform: rotate(45deg);
    width: 6px;
}

.form-group .form-check-label span a {
    color: var(--color-white);
    text-decoration: underline;
    text-decoration-thickness: 0px;
    text-underline-offset: 1px;
}

.form-group .form-check-label span a:hover {
    color: var(--color-orange);
}

.form-inner-right .form-inner-title {
    font-size: 24px;
    line-height: 32px;
    color: var(--color-orange);
    font-weight: 700;
}

.form-inner-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    padding: 40px;
    height: 100%;
}

.form-inner-right .form-inner-box {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 12px;
}

.form-inner-right .form-inner-box .title {
    color: var(--color-white);
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
}

.form-inner-right .form-inner-box .desc {
    color: var(--color-light-white);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.form-inner-box .desc a {
    color: var(--color-orange);
}

.form-switch-group {
    margin-bottom: 14px;
}

.form-switch-group:last-child {
    margin-bottom: 0;
}

.form-switch-group .form-check-input {
    display: none;
}

.form-switch-group .form-switch {
    position: relative;
    color: var(--color-light-white);
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    padding-left: 50px;
    cursor: pointer;
}

.form-switch-group .form-switch::before {
    background: var(--color-primary-black);
    border: 1px solid var(--color-light-white);
    border-radius: 34px;
    bottom: 0;
    content: '';
    height: 22px;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
}

.form-switch-group .form-switch::after {
    background: var(--color-light-white);
    border-radius: 50%;
    bottom: 0;
    content: '';
    height: 16px;
    left: 4px;
    position: absolute;
    top: 3px;
    transition: 0.4s;
    width: 16px;
}

.form-switch-group .form-check-input:checked+.form-switch::before {
    background-color: var(--color-orange);
    border-color: var(--color-orange);
}

.form-switch-group .form-check-input:checked+.form-switch::after {
    background-color: var(--color-white);
    transform: translateX(16px);
}

.form-check-group {
    margin-bottom: 14px;
}

.form-check-group .form-check-input {
    display: none;
}

.form-check-group .form-check-label {
    font-size: 14px;
    line-height: 20px;
    color: var(--color-light-white);
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

.form-check-group .form-check-label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid var(--color-light-white);
    border-radius: 100%;
    background: var(--color-primary-black);
}

.form-check-group .form-check-label::after {
    content: '';
    width: 10px;
    height: 10px;
    background: var(--color-orange);
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    opacity: 0;
    transform: scale(0);
    transition: all 0.2s ease;
}

.form-check-group .form-check-input:checked+.form-check-label::after {
    opacity: 1;
    transform: scale(1);
}

.modal .modal-content {
    background-color: var(--color-black);
    padding: 40px 40px;
    gap: 24px;
}

.modal .modal-header {
    padding: 0;
    border: 0;
}

.modal .modal-body {
    padding: 0;
    border: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.modal-header .btn-close {
    filter: invert(1);
}

/* Header */
.main-header {
    position: fixed;
    top: 32px;
    left: 0;
    width: 100%;
    z-index: 998;
    transition: transform 0.3s ease-in-out;
    background-color: var(--color-main-black);
}

header.down {
    transform: translateY(-150%);
}

.main-header.up {
    top: 0;
}

.main-header.event-header {
    top: 0;
    background-color: transparent;
}

.main-header.event-header.up {
    background-color: var(--color-main-black);
}

.header-spacing {
    margin-top: 146px;
}

.header-wrap {
    border-bottom: 1px solid var(--color-orange)
}

.top-nav {
    background-color: var(--color-orange)
}

.top-nav-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    min-height: 32px;
}

.top-nav-wrap .rating-review {
    display: flex;
    align-items: center;
    gap: 8px;
}

.top-nav-wrap .rating-review .rating-icon {
    display: flex;
    align-items: center;
    gap: 2px;
}

.rating-review .rating-icon i {
    color: var(--color-white);
}

.top-nav-wrap .rating-review p {
    color: var(--color-white);
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
}

.top-nav-wrap .rating-review p .review {
    text-decoration: underline;
}

.top-nav-wrap .discount {
    color: var(--color-white);
    text-decoration: underline;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
}

.language-dropdown .dropdown-toggle {
    background-color: transparent !important;
    border: 0;
    box-shadow: none;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0;
    position: absolute;
    top: 4px;
    left: 0px;
}

.language-dropdown .dropdown-toggle::after {
    border: 0;
    background-image: url(./../images/down-arrow.png);
    background-size: contain;
    background-position: center;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
}

.header-wrap-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.menu-icon .menu-btn {
    display: flex;
    opacity: 0;
    visibility: hidden;
}

.menu-icon {
    flex: 1;
    display: flex;
}

.spicy-logo-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spicy-logo {
    max-width: 80px;
}

.spicy-logo img {
    width: 100%;
}

.search-user-icon {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 16px;
    flex: 1;
}

.search-box {
    position: relative;
}

.search-box input {
    background-color: var(--color-primary-black);
}

.search-box img {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    pointer-events: none;
}

.menu-nav .menu-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-nav .menu-header {
    display: none;
}

.menu-nav {
    padding: 16px 0;
}

.menu-nav .menu-list li {
    margin: 0;
    padding: 0;
}

.menu-nav .menu-list li a {
    color: var(--color-white);
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.menu-nav .menu-list li a:hover {
    color: var(--color-orange);
}

/* Nav dropdown - desktop hover */
.menu-nav .menu-list li.has-dropdown {
    position: relative;
}

.menu-nav .menu-list .nav-dropdown {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 200px;
    background-color: var(--color-primary-black);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 4px 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 100;
    margin-top: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.menu-nav .menu-list li.has-dropdown:hover .nav-dropdown {
    opacity: 1;
    visibility: visible;
}

.menu-nav .menu-list .nav-dropdown li {
    margin: 0;
    padding: 0;
}

.menu-nav .menu-list .nav-dropdown li a {
    display: block;
    padding: 8px 12px;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--color-white);
    text-decoration: none;
    white-space: nowrap;
}

.menu-nav .menu-list .nav-dropdown li a:hover {
    background-color: rgba(255, 107, 53, 0.15);
    color: var(--color-orange);
}

.menu-nav .menu-list .nav-dropdown-toggle {
    display: none;
    background: none;
    border: 0;
    color: var(--color-white);
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

/* Hero Section */
.hero-section {
    padding: 40px 0;
}

.hero-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.hero-wrapper h1 {
    color: var(--color-white);
    max-width: 640px;
}

.inner-filter {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.filter-box {
    display: flex;
    gap: 8px;
}

.filter-box .form-control {
    flex: 1;
    border: 1px solid var(--color-dark-red);
    box-shadow: 0px 1px 28.6px 0px #0000000D;
    border-radius: 8px;
    padding: 12px 14px;
}

.filter-btn {
    min-width: 42px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid var(--color-dark-red);
    box-shadow: 0px 1px 28.6px 0px #0000000D;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-secndary-black);
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 8px 12px;
}

.filter-list li {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    background-color: var(--color-orange);
    border-radius: 24px;
    color: var(--color-white);
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
}

.filter-list li i {
    color: var(--color-white);
    font-size: 16px;
    line-height: normal;
    display: flex;
}

.product-inner-grid {
    padding-top: 40px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.product-card {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    height: 425px;
    box-shadow: 0px 4px 24px -1px #00000014;
}

/* .product-grid .product-card {
    display: none;
} */

.product-grid .product-card.visible {
    display: block;
}

.product-card .product-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid var(--color-dark-black);
    background-color: var(--color-secndary-black);
    color: var(--color-white);
    box-shadow: 0px 1px 28.6px 0px #0000000D;
    min-height: 36px;
    min-width: 67px;
    border-radius: 11px;
    font-size: 13px;
    line-height: normal;
    font-weight: 500;
    position: absolute;
    top: 13px;
    left: 10px;
    z-index: 5;
}

.product-card .product-body {
    position: absolute;
    left: 17px;
    right: 17px;
    bottom: 16px;
    z-index: 5;
}

.product-card .product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-card .product-body .product-name {
    font-size: 21px;
    line-height: normal;
    font-weight: 700;
    color: var(--color-white);
}

.product-card .product-body .product-detail {
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    color: var(--color-gay);
}

.product-slider {
    height: 100%;
    z-index: auto;
}

.product-slider .swiper-slide::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(182.88deg, rgba(0, 0, 0, 0) 2.39%, rgba(0, 0, 0, 0) 57.32%, rgba(0, 0, 0, 0.75) 78.35%, #000000 97.47%);
    z-index: 2;
}

.product-slider .swiper-pagination.swiper-pagination-bullets {
    width: auto;
    right: 17px;
    left: unset;
    bottom: 23px;
    display: flex;
}

.product-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 27px;
    border-radius: 4.5px;
}

/*  */
.swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0px 3px !important;
    background: var(--color-white);
    transition: all .3s ease-in-out;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: var(--color-orange);
}

.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: var(--color-orange);
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 50%;
    color: var(--color-white);
    padding: 12px;
}

.swiper .swiper-button-next {
    right: 0;
}

.swiper .swiper-button-prev {
    left: 0;
}

.progress {
    height: 3px;
}

.progress-bar {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.product-load-more {
    text-align: center;
    padding-top: 56px;
}

.product-load-more .progress {
    max-width: 117px;
    margin: 0 auto;
}

.product-load-more .total-result {
    font-size: 12px;
    line-height: normal;
    font-weight: 400;
    color: var(--color-white);
    margin: 8px 0 16px;
}

/* event-section */
.event-section {
    padding: 40px 0;
}

.event-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
}

.event-card {
    display: flex;
    flex-direction: column;
}

.event-card .event-img {
    position: relative;
    height: 450px;
}

.event-card .event-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-card .event-img .date-badge {
    background-color: var(--color-third-black);
    border: 1px solid var(--color-orange);
    border-radius: 12px;
    padding: 12px;
    font-size: 21px;
    line-height: normal;
    font-weight: 700;
    color: var(--color-white);
    position: absolute;
    top: 28px;
    right: 51px;
    max-width: 63px;
    text-align: center;
}

.event-card .event-body {
    background: linear-gradient(180deg, rgba(82, 62, 64, 0.45) 10%, rgba(63, 63, 63, 0.45) 100%);
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    padding: 32px 63px;
}

.event-body .event-title {
    font-size: 40px;
    font-weight: 200;
    line-height: normal;
    color: var(--color-white);
}

.event-body .event-title span {
    color: var(--color-orange);
}

/* FOOTER */
.footer {
    background:
        linear-gradient(180deg, rgba(82, 62, 64, 0.45) 10%, rgba(63, 63, 63, 0.45) 100%);
    padding: 80px 0 50px;
}

.footer-wrap {
    display: grid;
    grid-template-columns: 1fr 106px 200px 121px 200px;
    gap: 42px;
    border-bottom: 1px solid var(--color-orange);
    padding-bottom: 50px;
}

.footer-inner {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 16px;
}

.footer-logo {
    width: 100px;
}

.footer-desc {
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    color: var(--color-light-white);
    max-width: 321px;
}

.social-media-list {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 8px;
}

.social-media-list li {
    display: flex;
}

.social-media-list li .items {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.footer-content .footer-label {
    font-size: 20px;
    line-height: normal;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: var(--color-white);
    display: block;
    padding-bottom: 20px;
}

.footer-content .footer-label i {
    display: none;
    color: var(--color-orange);
}

.footer-content .footer-list {
    display: flex;
    align-items: self-start;
    flex-direction: column;
    gap: 18px;
}

.footer-content .footer-list li .item {
    color: var(--color-light-white);
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.footer-content .footer-list li .item:hover {
    color: var(--color-orange);
}

.copyright-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
}

.copyright-label {
    color: var(--color-light-white);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.copyright-label a {
    text-decoration: none;
    color: var(--color-orange);
}

.footer-bottom-list li a {
    color: var(--color-light-white);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-decoration: none;
}

.footer-bottom-list li a:hover {
    color: var(--color-orange);
}

/* LOGIN PAGE */
.common-form-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 36px;
    height: 100%;
    padding: 80px 70px;
}

.common-form-wrap .form-description {
    font-size: 14px;
    line-height: 26px;
    font-weight: normal;
    color: var(--color-white);
    margin-top: 12px;
}

.common-form .group {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.common-form-wrap .forgot-link {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    color: var(--color-orange);
    text-decoration: underline;
    text-decoration-thickness: 0px;
}

.common-form-wrap .form-submit {
    margin-top: 20px;
}

.common-form-wrap .footer-label {
    color: var(--color-light-gay);
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
}

.common-form-wrap .footer-label a {
    color: var(--color-orange);
    text-decoration: underline;
    text-decoration-thickness: 0px;
}

.common-form .form-control {
    border: 1px solid var(--color-orange);
    padding: 10px 16px;
}

.common-form .form-control:focus {
    border-color: var(--color-white);
}

.otp-box {
    background-color: var(--color-primary-black);
    border-radius: 20px;
    padding: 40px 12px;
}

.otp-container {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.otp-input {
    width: 25px;
    height: 75px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    border: 0;
    border-bottom: 4px solid var(--color-orange);
    border-radius: 0;
    background: transparent;
    color: #fff;
    outline: none;
    transition: all 0.3s ease;
}

.otp-input:focus {
    border-color: var(--color-white);
}

.otp-input.filled {
    border-color: var(--color-dark-red);
}

.common-form-wrap .form-group .upload-label {
    background-color: var(--color-primary-black);
    color: var(--color-white);
    border: 1px solid var(--color-orange);
    border-radius: 4px;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    cursor: pointer;
}

/* PRODUCT PAGE */
.product-details-section {
    padding: 64px 0 70px;
}

.product-details-section .product-wrapper {
    display: grid;
    grid-template-columns: 479px 1fr;
    gap: 82px;
    max-width: 1012px;
    margin: 0 auto;
}

.product-inner-right {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 59px;
}

.product-inner-right .title-wrap .title {
    color: var(--color-white);
    font-weight: 700;
    font-size: 32.61px;
    line-height: 36px;
    letter-spacing: -0.98px;
    margin-bottom: 10px;
}

.product-inner-right .title-wrap .description {
    font-size: 24.84px;
    font-weight: normal;
    color: var(--color-gay);
    letter-spacing: -0.75px;
}

.product-inner-right .details p {
    letter-spacing: -0.48px;
    color: var(--color-white);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.product-inner-right .details {
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    margin-bottom: 8px;
}

.product-inner-right .details.expanded {
    -webkit-line-clamp: unset;
    transition: all .3s ease-in-out;
}

.expand-btn {
    color: var(--color-orange);
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

ul.product-lists {
    display: flex;
    flex-wrap: wrap;
    row-gap: 9px;
    column-gap: 7px;
    padding: 0 12px;
}

ul.product-lists .list-item {
    padding: 4px 13px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 400;
    color: var(--color-white);
    background-color: var(--color-light-black);
    border-radius: 30px;
}

.product-thumb-slider {
    margin-top: 28px;
    height: 165px;
}

.product-thumb-slider .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
}

.product-thumb-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.product-slides .product-body {
    display: none;
}

.product-slides .product-card {
    height: 400px;
    display: block;
}

.product-slides .product-card .product-image {
    height: 100%;
    width: 100%;
}

.product-slides .swiper-slide .product-card {
    position: relative;
}

.product-slides .swiper-slide .product-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(182.88deg, rgba(0, 0, 0, 0) 2.39%, rgba(0, 0, 0, 0) 57.32%, rgba(0, 0, 0, 0.75) 87.99%, #000000 97.47%);
    z-index: 2;
}

.service-section {
    padding: 40px 0;
}

.service-section .service-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    gap: 14px;
    max-width: 1012px;
    margin: 0 auto;
}

.service-card {
    background: linear-gradient(180deg, rgba(82, 62, 64, 0.45) 10%, rgba(63, 63, 63, 0.45) 100%);
    border-radius: 20px;
    overflow: hidden;
}

.service-card .service-title {
    background-color: var(--color-dark-red);
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: var(--color-white);
    padding: 4px 8px;
    line-height: 32px;
}

.about-me-card .about-me-wrap {
    padding: 8px 12px;
}

.about-me-card .about-me-wrap p {
    font-size: 12px;
    font-weight: 400;
    color: var(--color-white);
    line-height: 20px;
}

.options-card .options-desc {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: var(--color-white);
}

.options-wrap {
    padding: 8px 12px;
}

.options-lists {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 4px;
    row-gap: 10px;
    padding: 16px 0;
}

.options-lists .options-item {
    border: 2px solid var(--color-dark-red);
    background-color: var(--color-light-black);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
    text-align: center;
    color: var(--color-white);
    font-size: 13px;
    line-height: normal;
    font-weight: 400;
    padding: 10px 6px;
    min-height: 125px;
}

.options-lists .options-item.active {
    background-color: var(--color-orange);
}

.pricing-wrap {
    padding: 12px 12px 8px;
}

.price-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--color-white);
    font-size: 16px;
    line-height: normal;
    font-weight: 700;
    padding: 5px 13px;
    border-radius: 30px;
    background-color: var(--color-light-black);
}

.pricing-wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.price-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 8px;
}

.price-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    font-size: 16px;
    font-weight: 400;
    color: var(--color-white);
    padding: 8px 8px;
}

.price-list li .price {
    font-weight: 700;
}

.availability-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--color-white);
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    padding-right: 12px;
}

.availability-list li .label {
    background-color: var(--color-light-black);
    padding: 10px 10px;
    width: 48px;
    text-align: center;
}

.about-section {
    padding: 70px 0 100px;
}

.about-wrapper {
    max-width: 1012px;
    margin: 0 auto;
}

.about-wrapper .title {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    color: var(--color-white);
    margin-bottom: 40px;
}

.about-slider {
    margin: 0px 50px;
    position: unset;
}

.about-card {
    border: 1px solid var(--color-orange);
    border-radius: 20px;
    padding: 52px 24px;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    height: 100%;
}

.about-card .rating {
    display: flex;
    align-items: center;
    gap: 4px;
}

.about-card .rating li i {
    color: var(--color-orange);
}

.about-card .description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--color-white);
}

.about-card .client-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: var(--color-white);
}

.about-slider .swiper-slide {
    height: unset;
}

.about-slider .swiper-pagination {
    bottom: -50px;
}

.about-slider .swiper-pagination-bullet,
.events-slider .swiper-pagination-bullet {
    background-color: var(--color-third-black);
    width: 14px;
    height: 14px;
    margin: 0 9px !important;
}

.about-slider .swiper-pagination-bullet-active,
.events-slider .swiper-pagination-bullet-active {
    background: var(--color-orange);
}

/* EVENT PAGE */
.events-section {
    padding: 40px 0 80px;
}

.events-inner-wrapper {
    gap: 40px;
}

.events-slider {
    position: unset;
}

.events-cards {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    height: 550px;
}

.events-cards .events-image {
    position: relative;
    height: 100%;
}

.events-cards .events-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);

}

.events-cards .events-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.events-slider.swiper .swiper-button-next {
    right: -20px;
}

.events-slider.swiper .swiper-button-prev {
    left: -20px;
}

.events-cards .date-badge {
    background-color: var(--color-third-black);
    border: 1px solid var(--color-orange);
    border-radius: 12px;
    padding: 12px;
    font-size: 21px;
    line-height: normal;
    font-weight: 700;
    color: var(--color-white);
    position: absolute;
    z-index: 1;
    top: 28px;
    right: 82px;
    max-width: 63px;
    text-align: center;
}

.events-cards .events-title-wrap {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 0 82px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 12px;
}

.events-title-wrap h2 {
    font-size: 40px;
    font-weight: 200;
}

.events-slider .swiper-pagination {
    bottom: -50px;
}

/* EVENT DETAILS PAGE */

.event-header .search-box {
    display: none;
}

.menu-icon .language-dropdown {
    display: none;
}

.event-header .menu-icon .language-dropdown {
    display: block;
}

.event-header .menu-icon .language-dropdown .dropdown-toggle {
    position: relative;
}

.events-details-wrap {
    margin: 0 auto;
    max-width: 864px;
}

.events-details-wrapper {
    padding-top: 260px;
    z-index: 1;
}

.events-banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 864px;
}

.events-banner-img img,
.event-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.events-banner-img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000009C;
}

.events-banner-img::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 260px;
    background: linear-gradient(180deg, rgba(10, 10, 10, 0) 0%, #0C0E11 45.67%, #0C0E11 100%);
}

.event-box {
    display: flex;
    gap: 45px;
}

.event-box-img {
    border: 1px solid var(--color-orange);
    border-radius: 20px;
    width: 281px;
    min-width: 281px;
    height: 263px;
    overflow: hidden;
}

.event-title-wrap .event-date {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-white);
    font-family: "Poppins", sans-serif;
}

.event-title-wrap .event-title {
    color: var(--color-white);
    font-size: 64px;
    line-height: 70px;
    font-weight: 200;
}

.event-inner-content {
    display: flex;
    align-items: start;
    gap: 36px;
    padding: 64px 0;
}

.event-content {
    gap: 24px;
    flex: 1;
}

.event-content p {
    font-size: 18px;
    line-height: 28px;
    list-style: none;
    font-weight: 400;
    color: var(--color-white);

}

.event-content .inner-box {
    padding-left: 48px;
    border-left: 2px solid var(--color-orange);
}

.event-time-box {
    background-color: var(--color-third-black);
    border-radius: 20px;
    padding: 24px;
    width: 300px;
}

.event-time-box .time-label {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 12px;
    font-family: "Poppins", sans-serif;
}

.event-time-box .event-time-list li {
    color: var(--color-white);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 12px 0;
    border-top: 1px solid var(--color-orange);
}

.event-time-box .event-time-list li:last-child {
    padding-bottom: 0;
}

.event-time-box .event-time-list li .time {
    font-weight: 700;
}

/* MODAL */
.filter-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.remove-filter-btn {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    color: var(--color-orange);
    text-decoration: underline;
}

.categorie-inner-list {
    position: relative;
}

.categorie-list {
    padding: 8px 0;
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    gap: 8px;
}

.categorie-list .categorie-item {
    background-color: var(--color-light-black);
    color: var(--color-white);
    display: flex;
    align-items: center;
    border-radius: 8px;
    gap: 6px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    padding: 10px 13px;
    white-space: nowrap;
    width: max-content;
}

.filters-grids .accordion .accordion-item {
    border: 0;
    border-radius: 0;
    background-color: transparent;
}

.filters-grids .accordion .accordion-button {
    color: var(--color-white);
    border-radius: 0 !important;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    padding: 8px 12px;
}

.filters-grids .accordion-button:not(.collapsed) {
    background-color: var(--color-dark-red);
}

.filters-grids .accordion-button::after {
    background-image: url('./../images/down-orange-arrow.svg');
    background-position: center;
    width: 12px;
    height: 8px;
    background-size: contain;
}

.filters-grids .accordion-button:not(.collapsed)::after {
    background-image: url('./../images/up-white-arrow.svg');
    transform: rotate(0deg);
}

.form-radio-group input[type="checkbox"] {
    display: none;
}

.form-radio-group label {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    color: var(--color-white);
    padding-left: 24px;
}

.form-radio-group label::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: 1px solid var(--color-orange);
    border-radius: 50%;
    top: 9px;
    left: 0;
    transform: translateY(-50%);
    transition: border-color 400ms ease;
}

.form-radio-group input[type="checkbox"]:checked+label::before {
    border-color: var(--color-orange);
}

.form-radio-group label::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: var(--color-orange);
    /* border: 1px solid var(--primary-color); */
    border-radius: 50%;
    top: 5px;
    left: 4px;
    /* transform: translateY(-50%) scale(0); */
    transition: transform 400ms ease;
    opacity: 0;
}

.form-radio-group input[type="checkbox"]:checked+label::after {
    /* transform: translateY(-50%) scale(0.55); */
    opacity: 1;
}

.filters-grids .accordion-body {
    padding: 0;
}

.filters-grids .accordion-body .filter-group {
    max-height: 300px;
    overflow: auto;
}

.filter-group .form-check-group {
    margin-bottom: 0;
    padding: 8px 12px;
}

.filter-group .form-check-group .form-check-label {
    font-size: 12px;
    line-height: 20px;
    color: var(--color-white);
    padding-left: 24px;
}

.filter-group .form-check-group .form-check-label::before {
    border-color: var(--color-orange);
    background: transparent;
}

.filter-group .form-radio-group {
    padding: 8px 12px;
    display: flex;
}

.reset-btn {
    width: 100%;
    background-color: var(--color-light-black);
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    color: var(--color-orange);
    text-decoration: underline;
    padding: 8px 10px;
    transition: all .3s ease-in-out;
}

.reset-btn:hover {
    background-color: var(--color-white);
}

.filter-input-group {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 12px;
    font-size: 12px;
    line-height: 18px;
    color: var(--color-white);
}

.filter-input-group input {
    background-color: var(--color-light-black);
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    color: var(--color-white);
    border: 0;
    outline: 0;
    flex: 1;
    width: 100%;
}

.reset-btn[data-reset-category] {
    display: none;
}

.reset-btn[data-reset-category].active {
    display: inline-block;
}

.filter-list:empty {
    display: none;
}

.filters-grids {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.slider-container {
    padding: 8px 8px;
}

.slider-container .labels {
    display: flex;
    justify-content: space-between;
    color: var(--color-white);
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    margin-bottom: 12px;
}

.slider-container .slider-wrapper {
    position: relative;
    display: flex;
    margin-bottom: 12px;
}

.slider-container input[type="range"] {
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #e8384f 0%, #e8384f var(--value), #333 var(--value), #333 100%);
    outline: none;
    border-radius: 5px;
    -webkit-appearance: none;
    appearance: none;
}

.slider-container input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    background: var(--color-white);
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.slider-container input[type="range"]::-moz-range-thumb {
    width: 12px;
    height: 12px;
    background: var(--color-white);
    border-radius: 50%;
    cursor: pointer;
    border: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.slider-container .rating-display {
    text-align: center;
    color: var(--color-dark-gay);
    font-size: 12px;
    font-weight: 700;
    margin-top: 15px;
}

.slider-container .rating-display span {
    color: var(--color-white);
}

.input-groups {
    position: relative;
    flex: 1;
}

.filter-input-group .input-groups:has(.icon) input {
    padding: 8px 12px 8px 24px;
}

.input-groups .icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
}

.product-cols {
    grid-column: span 4 / span 4;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.product-cols .spinner-border {
    width: 40px;
    height: 40px;
}

@media (max-width:991.98px) {
    .product-cols {
        grid-column: span 3 / span 3;
    }
}

@media (max-width:767.98px) {
    .product-cols {
        grid-column: span 2 / span 2;
    }
}

.rating-wrap {
    display: flex;
    flex-direction: column;
    align-items: self-start;
}
    .rating-group {
        display: inline-flex;
    }

    .rating__icon {
        pointer-events: none;
    }

    .rating__input {
        position: absolute !important;
        left: -9999px !important;
    }

    .rating__input--none {
        display: none
    }

    .rating__label {
        cursor: pointer;
        padding: 0 0.1em;
        font-size: 2rem;
    }

    .rating__icon--star {
        color: var(--color-orange);
    }

    .rating__input:checked~.rating__label .rating__icon--star {
        color: var(--color-white);
    }

    .rating-group:hover .rating__label .rating__icon--star {
        color: var(--color-orange);
    }

    .rating__input:hover~.rating__label .rating__icon--star {
        color: var(--color-white);
    }


    .breadcrumb .breadcrumb-item {
    color: var(--color-white);
    font-size: 16px;
}

.breadcrumb .breadcrumb-item a {
    color: var(--color-orange);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--color-white);
}
.product-details-section nav[aria-label="breadcrumb"] {
    max-width: 1012px;
    margin: 0 auto;
}

@media (max-width:575px) {
    .breadcrumb .breadcrumb-item {
        font-size: 14px;
    }
}