@import url("main.css");
@keyframes slideFade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes colorChange1 {
    0%,
    100% {
        fill: var(--blob-color1);
    }
    50% {
        fill: var(--blob-color2);
    }
}

.hero {
    position: relative;
    height: 100vh;
    margin: 0 auto;
    margin-top: 26px;
    width: 100vw;
    overflow: hidden;
}

.hero svg {
    filter: blur(100px);
    position: absolute;
    top: 50%;
    left: 40vw;
    transform: translateY(-50%);
    opacity: 30%;
}

.hero path {
    user-select: none;
    animation: colorChange1 8s infinite linear;
}

.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    z-index: -1;
}

.hero-content {
    position: relative;
    width: 91rem;
    height: 100vh;
    margin: 0 auto;
}

.hero-content .left-side {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 50%;
}

.hero-content .left-side h1 {
    font-size: 5rem;
    font-weight: 700;
    margin-bottom: 14px;
    color: var(--text-main);
}

.hero-content .left-side h1 span {
    color: var(--theme-main);
    font-family: 'NasalizationRg-Regular';
    text-shadow: 2px 2px 12px rgba(16, 18, 30, .2);
}

.hero-content .left-side p {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 30px;
    color: var(--text-main);
    text-shadow: 2px 2px 12px rgba(16, 18, 30, .2);
}

.hero-content .right-side {
    position: absolute;
    width: 45%;
    top: 50%;
    transform: translateY(-50%);
    /* left: 50%; */
    right: 0;
}

.hero-content .right-side img {
    user-select: none;
}

#description,
#contact {
    scroll-margin-top: 80px;
}

.description {
    /* background-color: var(--background-light); */
    padding-top: 40px;
    box-shadow: inset 0px 0px 4px 4px rgba(10, 10, 10, .1);
    z-index: 2;
}

.description .f-title h3 {
    font-size: 1.4rem;
    font-weight: 700;
}

.description ul li {
    color: var(--text-main);
    margin-bottom: 10px;
    font-size: 1.125rem;
}

.description ul li b {
    text-decoration: underline;
    text-decoration-color: var(--theme-lighter);
    text-decoration-thickness: 2px;
}

.description .btn {
    position: relative;
}

.quote-divider {
    padding: 60px 0 60px 0;
    text-align: center;
    margin: 0 16px;
    color: var(--text-main);
}

.quote-divider h5 {
    font-size: 1.05rem;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 18px;
    letter-spacing: 1px;
}

.quote-divider p {
    font-size: 0.975rem;
    font-weight: 700;
}

.reviews .title {
    margin-top: 40px;
}

#tickets {
    scroll-margin-top: 120px;
}

.tickets {
    padding: 40px 0 14px;
    box-shadow: inset 0px 0px 4px 4px rgba(10, 10, 10, .1);
}

.tickets .latest-party {
    text-align: center;
}

.tickets .latest-party img {
    padding-top: 30px;
    padding-bottom: 60px;
    width: 40%;
    margin: 0 auto;
}

.t-shop {
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    margin: 40px auto;
    border-bottom: 2px solid var(--theme-main);
    box-shadow: 0px 6px 12px 0px rgba(12, 12, 17, 0.1);
    border-radius: 4px;
    background-color: rgba(255, 255, 255, .04);
    position: relative;
}

.t-shop h4 {
    font-size: 1.8rem;
    color: var(--text-main);
    font-weight: 500;
    line-height: 2rem;
    width: 70%;
}

.t-shop h4 span {
    font-size: 1.4rem;
    color: var(--text-main);
    font-weight: 600;
}

.t-shop .btn {
    position: relative;
}

#buy {
    scroll-margin-top: 50vh;
}

.promo-divider {
    padding: 48px 0 48px 0;
    text-align: center;
    color: var(--text-main);
}

.promo-divider h5 {
    font-size: 1.1rem;
    font-weight: 500;
    margin: 18px auto;
    width: 60%;
    line-height: 1.5rem;
}

.promo-divider p {
    font-size: 0.975rem;
    font-weight: 500;
}

.promo-divider .btn {
    position: relative;
    margin: 0 auto;
}

#rent {
    scroll-margin-top: 120px;
}

.rent {
    padding: 40px 0 40px;
    box-shadow: inset 0px 0px 4px 4px rgba(10, 10, 10, .1);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.rent h4 {
    color: var(--text-main);
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 24px;
}

.rent .f-title h3 {
    font-size: 1.8rem;
    font-weight: 700;
}

.rent .f-title .logo-font {
    font-family: 'NasalizationRg-Regular';
    font-weight: 700;
    color: var(--theme-lighter);
}

.rent-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: flex-start;
    margin: 20px auto;
}

.r-item {
    flex: 1 0 21%;
    color: var(--text-main);
    box-shadow: 0px 6px 12px 0px rgba(12, 12, 17, 0.1);
    border-radius: 4px;
    text-align: center;
    margin: 10px;
    font-size: 1.125rem;
    transition: .2s ease;
}

.r-item i {
    font-size: 1.7rem;
    font-weight: 400;
    margin: 24px 0px;
    color: var(--theme-lighter);
}

.r-item p {
    font-size: 1.25rem;
    margin-bottom: 20px;
}

.rent .btn {
    position: relative;
    margin: 0 auto;
}

#gallery {
    scroll-margin-top: 120px;
    margin: 28px auto 60px;
}

.slider {
    margin: 100px;
}

.slideshow {
    position: relative;
    margin: 0 auto;
    padding: 30px;
    border-radius: 13px;
}

.slideshow .slide {
    display: none;
}

.slideshow .slide img {
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
    /* max-height: 600px; */
    aspect-ratio: 18/9;
    user-select: none;
    animation: slideFade .4s ease 0s forwards;
}

.slideshow .prev,
.slideshow .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -2.11rem;
    padding: 16px;
    color: var(--text-main);
    font-weight: 500;
    font-size: 2rem;
    transition: 0.2s ease;
    user-select: none;
}

.slideshow .next {
    right: 30px;
}

.slideshow .prev:hover {
    transform: translateX(10px);
}

.slideshow .next:hover {
    transform: translateX(-10px);
}

.dot {
    cursor: pointer;
    height: 6px;
    width: 30px;
    margin: 0 4px;
    background-color: var(--text-main);
    display: inline-block;
    transition: background-color 0.2s ease;
    border-radius: 2px;
}

.slideshow-active,
.dot:hover {
    background-color: var(--theme-main);
}

#contact .f-item p {
    font-size: 1.1rem;
}

#faq {
    scroll-margin-top: 120px;
    padding: 28px auto 60px;
    background-color: var(--button);
}

#faq .title {
    padding-top: 20px;
}

#faq .title h5 {
    color: var(--text-main);
}

#faq .f-item h6 {
    font-size: 1.125rem;
    color: var(--text-main);
    font-weight: 600;
}

#faq .f-item p {
    margin-top: 6px;
    margin-bottom: 18px;
    font-size: 1rem;
    color: var(--text-main);
}

#faq .f-item p b {
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

.faq-image {
    width: 40%;
}

@media only screen and (max-width: 81rem) {
    .hero-content {
        width: 100%;
    }
    .hero-content .left-side {
        width: 60%;
        padding: 16px;
        top: 40%;
    }
    .hero-content .left-side h1 {
        font-size: 3rem;
    }
    .hero-content .right-side {
        padding: 16px;
        top: 60%;
    }
    .tickets .latest-party img {
        width: 100%;
    }
    .slideshow {
        border: none;
        padding: 0px;
        padding-bottom: 12px;
    }
    .slideshow .next {
        right: 0;
    }
    .slideshow .slide img {
        border: none;
        border-radius: 0px;
    }
    .dot {
        height: 6px;
        width: 20px;
        margin: 0 4px;
        background-color: var(--text-main);
        display: inline-block;
        transition: background-color 0.2s ease;
        border-radius: 2px;
    }
    .r-item {
        flex: 1 0 45%;
    }
}

@media only screen and (min-width: 600px) {
    .r-item:hover {
        transform: translateY(-6px);
        background-color: rgba(255, 255, 255, .08);
    }
}

@media only screen and (max-width: 600px) {
    .hero-content .left-side {
        width: 100%;
        left: 0;
        padding: 28px;
        top: 45%;
    }
    .hero-content .left-side h1 {
        font-size: 2rem;
    }
    .hero-content .left-side p {
        font-size: 1rem;
    }
    .hero-content .right-side {
        display: none;
    }
    .quote-divider {
        padding: 40px 0 40px 0;
    }
    .t-info h3 {
        font-size: 1.25rem;
    }
    .t-info h4 {
        font-size: 1.2rem;
    }
    .t-info h5 {
        font-size: 1rem;
    }
    .t-shop {
        min-width: 1px;
        width: 100%;
        flex-direction: column;
        padding: 20px 8px 30px 8px;
    }
    .t-shop h4 span {
        font-size: 1.2rem;
    }
    .t-shop h4 {
        margin-bottom: 28px;
        font-size: 1.3rem;
        text-align: center;
    }
    .promo-divider {
        text-align: left;
        padding: 48px 24px;
    }
    .promo-divider h5 {
        width: 100%;
    }
    .promo-divider .btn {
        margin: 0px;
    }
    .rent .f-title h3 {
        font-size: 1.4rem;
        padding: 0px 10px;
    }
    .r-item {
        flex: 1 0 40%;
        aspect-ratio: 3/2;
        margin: 4px 10px;
        display: flex;
        justify-content: space-around;
        flex-direction: column;
    }
    .r-item i {
        margin: 0px;
        margin-top: 10px;
    }
    .r-item p {
        margin: 0px;
        font-size: 1.05rem;
        margin-bottom: 10px;
    }
    #gallery {
        margin: 24px auto 32px;
    }
    .faq-image {
        width: 80%;
    }
}