/* HOME CSS START */

html {
    scroll-behavior: smooth;
}

.home {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../assets/home-background.jpg);
    background-size: cover;
    background-position: 50% 65%;
}

.logo-index.start {
    width: 40%;
    position: absolute;
    z-index: 2;
    filter: drop-shadow(0px 0px 15px #dedace);
    visibility: hidden;
    animation: flicker 1s 1.8s forwards;
}

.logo-dark {
    width: 40%;
    position: absolute;
    z-index: 1;
}

@media (max-width: 991px) {
    .logo-index.start {
        width: 60%;
    }

    .logo-dark {
        width: 60%;
    }
}

@media (max-width: 640px) {
    .logo-index.start {
        width: 70%;
    }

    .logo-dark {
        width: 70%;
    }
}

/* HOME CSS END */

/* ABOUT CSS START */

.about {
    width: 100%;
    background-image: url(../assets/about-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 160px;
}

.about-side1 {
    position: absolute;
    top: 0;
    left: -50px;
    width: 750px;
    height: 750px;
    z-index: 2;
}

.about-side2 {
    position: absolute;
    top: 0;
    right: -50px;
    width: 750px;
    height: 750px;
    z-index: 2;
}

.about-title {
    text-align: center;
    color: #bab9ad;
}

.about-title :nth-child(1) {
    font-family: 'Ade Display';
    font-size: 110px;
    font-weight: 400;
    letter-spacing: -5px;
    text-align: center;
    line-height: 30px;
    text-shadow: 1px 1px 2px #c4c3b8;
}

.about-title :nth-child(2) {
    font-family: 'Ade Display';
    font-size: 110px;
    font-weight: 400;
    letter-spacing: 3rem;
    text-align: center;
    padding-left: 50px;
    text-shadow: 1px 1px 2px #c4c3b8;
}

.about-desc {
    color: #c4c3b8;
    width: 38rem;
    text-align: justify;
    text-align-last: center;
    margin-top: 20px;
}

.about-desc>p {
    font-family: 'Work Sans', sans-serif;
    line-height: 23px;
    font-size: 21px;
    font-weight: 450;
    letter-spacing: -1px;
}

.jargon {
    color: #c4c3b8;
    font-family: 'Work Sans', sans-serif;
    width: 28rem;
    margin-top: 60px;
    text-align: center;
}

.jargon>p {
    font-family: 'Work Sans', sans-serif;
    font-size: 30px;
    font-weight: 550;
    line-height: 34px;
    letter-spacing: -3px;
}

@media (max-width: 1024px) {
    .about-title :nth-child(1) {
        font-size: 84px;
    }

    .about-title :nth-child(2) {
        font-size: 84px;
        letter-spacing: 2.1rem;
        padding-left: 35px;
    }

    .about-desc {
        width: 33rem;
    }

    .about-desc>p {
        font-size: 18px;
    }

    .jargon {
        width: 20rem;
    }

    .jargon>p {
        font-size: 22px;
        letter-spacing: -2px;
    }
}

@media (max-width: 991px) {
    .about-side1 {
        left: -6rem;
        width: 750px;
        height: 750px;
    }

    .about-side2 {
        right: -6rem;
        width: 750px;
        height: 750px;
    }

    .about-desc {
        width: 28rem;
    }
}

@media (max-width: 640px) {
    .about-side1 {
        left: -3rem;
        width: 700px;
        height: 700px;
    }

    .about-side2 {
        right: -3rem;
        width: 700px;
        height: 700px;
    }

    .about-title :nth-child(1) {
        font-size: 48px;
        letter-spacing: 0;
        line-height: 36px;
        z-index: 2;
        text-shadow: 0px 0px 2px #c4c3b8;
    }

    .about-title :nth-child(2) {
        font-size: 48px;
        letter-spacing: 1.6rem;
        padding-left: 28px;
        z-index: 2;
        text-shadow: 0px 0px 2px #c4c3b8;
    }

    .about-title {
        z-index: 2;
    }

    .about-desc {
        width: 20rem;
        z-index: 2;
    }

    .about-desc>p {
        font-size: 16px;
        line-height: 18px;
        text-shadow: 0px 0px 1px #c4c3b8;
    }

    .jargon {
        width: 16rem;
        z-index: 2;
    }

    .jargon>p {
        font-size: 20px;
        line-height: 24px;
        text-shadow: 0px 0px 1px #c4c3b8;
    }
}

/* ABOUT CSS END */

/* EVENTS CSS START */

.events {
    width: 100%;
    background-color: #141414;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
}

.venue {
    width: 50%;
    padding-right: 80px;
}

.events-list {
    list-style-type: none;
    color: #aea596;
    font-family: "Ade Display";
    z-index: 1;
}

.list-title {
    font-family: 'Work Sans', sans-serif;
    display: flex;
    justify-content: space-between;
    padding-bottom: 2.5vw;
}

.list-title>span {
    font-weight: 600;
    font-size: 18px;
}

.events-list>li {
    font-family: 'Ade Display';
    font-size: 3.5vw;
    line-height: 3.5vw;
}

.events-list>li>span {
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    vertical-align: top;
    padding-right: 8px;
    line-height: 10px;
}

@media (max-width: 1024px) {
    .venue {
        width: 50%;
        padding-right: 30px;
    }

    .events-list>li {
        font-size: 40px;
        line-height: 40px;
    }
}

@media (max-width: 991px) {

    .events-list>li {
        font-size: 3vw;
        line-height: 3.5vw;
    }
}

@media (max-width: 768px) {
    .events-list>li>span {
        font-size: 8px;
    }
}

@media (max-width: 640px) {
    .events {
        flex-direction: column;
        padding: 40px;
    }

    .venue {
        width: 100%;
        padding-right: 0;
    }

    .list-of-events {
        width: 100%;
        padding-top: 20px;
    }

    .events-list>li {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 28px;
        font-weight: 500;
    }

    .events-list>li>span {
        font-size: 12px;
        line-height: 0px;
    }
}

@media (max-width: 360px) {
    .events-list>li {
        font-size: 18px;
    }
}

/* EVENTS CSS END */

/* SUPERJURY CSS START (COMING SOON) */

/* .superjury {
    width: 100%;
    background-color: #cfc4b2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.superjury-soon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 200px 0px;
}

.superjury-soon>p:nth-child(1) {
    font-family: "Work Sans", sans-serif;
    font-size: 32px;
    color: #2a271d;
    font-weight: 550;
    letter-spacing: -2px;

}

.superjury-soon>p:nth-child(2) {
    font-family: "Ade Display";
    font-size: 120px;
    color: #2a271d;
    font-weight: 550;
    line-height: 135px;
}

.superjury-soon>p:nth-child(3) {
    font-family: "Ade Display";
    font-size: 120px;
    color: #2a271d;
    font-weight: 550;
    line-height: 70px;
    padding-right: 20px;
}

.superjury-soon>p:nth-child(3)>span {
    font-style: italic;
    letter-spacing: -14px;
    font-size: 160px;
    padding-left: 20px;
}

.superjury-soon>p:nth-child(4) {
    font-family: "Ade Display";
    font-size: 120px;
    color: #2a271d;
    font-weight: 550;
    line-height: 120px;
    padding-top: 12px;
}

.superjury-soon>p:nth-child(5) {
    font-family: "Work Sans", sans-serif;
    font-size: 20px;
    color: #2a271d;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 20px;
    width: 14rem;
    text-align: center;
}

@media (max-width: 1024px) {
    .superjury-soon {
        padding: 100px 0px;
    }

    .superjury-soon>p:nth-child(1) {
        font-size: 28px;

    }

    .superjury-soon>p:nth-child(2) {
        font-size: 100px;
        line-height: 125px;
    }

    .superjury-soon>p:nth-child(3) {
        font-size: 100px;
        line-height: 50px;
    }

    .superjury-soon>p:nth-child(3)>span {
        font-size: 130px;
    }

    .superjury-soon>p:nth-child(4) {
        font-size: 100px;
        line-height: 100px;
        padding-top: 18px;
    }

    .superjury-soon>p:nth-child(5) {
        font-size: 16px;
        line-height: 18px;
        width: 11rem;
    }
}

@media (max-width: 640px) {
    .superjury-soon {
        padding: 150px 0px;
    }

    .superjury-soon>p:nth-child(1) {
        font-size: 20px;
        letter-spacing: -1px;

    }

    .superjury-soon>p:nth-child(2) {
        font-size: 48px;
        line-height: 72px;
    }

    .superjury-soon>p:nth-child(3) {
        font-size: 48px;
        line-height: 10px;
    }

    .superjury-soon>p:nth-child(3)>span {
        font-size: 60px;
        letter-spacing: -6px;
    }

    .superjury-soon>p:nth-child(4) {
        font-size: 48px;
        line-height: 72px;
        padding-top: 8px;
    }

    .superjury-soon>p:nth-child(5) {
        font-size: 14px;
        line-height: 16px;
        width: 9rem;
    }
} */

/* SUPERJURY CSS END (COMING SOON) */

/* SUPERJURY CSS START (NOT USED YET) */

.superjury {
    width: 100%;
    background-color: #cfc4b2;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 80px 0px;
}

.superjury>h1 {
    font-family: "Ade Display";
    font-weight: 500;
    color: #2a271d;
    font-size: 120px;
    letter-spacing: -2px;
}

.scroller {
    max-width: 100%;
    height: auto;
}

.scroller__inner {
    padding-block: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.scroller__inner>img {
    width: 550px;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    border: 3px solid rgb(228, 228, 228);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.scroller[data-animated="true"] {
    overflow: hidden;
    -webkit-mask: linear-gradient(90deg,
            transparent,
            white 20%,
            white 80%,
            transparent);
    mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.scroller[data-animated="true"] .scroller__inner {
    width: max-content;
    flex-wrap: nowrap;
    animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction="right"] {
    --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
    --_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
    --_animation-duration: 20s;
}

.scroller[data-speed="slow"] {
    --_animation-duration: 60s;
}

@keyframes scroll {
    to {
        transform: translate(calc(-50% - 0.5rem));
    }
}

.finalist-work {
    text-align: center;
    font-weight: 600;
    margin-top: 30px;
}

.finalist-work>p {
    font-family: 'Work Sans', sans-serif;
    font-size: 28px;
    letter-spacing: -2px;
    color: #2a271d;
    margin-bottom: 20px;
}

.finalist-work>a {
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    letter-spacing: -1px;
    padding: 8px 20px;
    border-radius: 30px;
    color: #2a271d;
    border: 3px solid #2a271d;
    text-decoration: none;
    transition: 0.2s ease-in;
}

.finalist-work>a:hover {
    background-color: #2a271d;
    color: #cfc4b2;
}

.finalist-work>a>i {
    vertical-align: middle;
    padding-left: 10px;
}

@media (max-width: 991px) {
    .superjury>h1 {
        font-size: 96px;
    }

    .scroller__inner>img {
        width: 400px;
        height: 218px;
    }
}

@media (max-width: 768px) {
    .superjury>h1 {
        font-size: 72px;
    }

    .scroller__inner>img {
        width: 300px;
        height: 164px;
    }

    .finalist-work {
        margin-top: 10px;
    }
}

@media (max-width: 640px) {
    .superjury>h1 {
        font-size: 54px;
    }

    .finalist-work>p {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .finalist-work>a {
        font-size: 14px;
        padding: 5px 12px;
    }

    .finalist-work>a>i {
        padding-left: 8px;
        font-size: 12px;
        vertical-align: middle;
    }
}

/* SUPERJURY CSS END (NOT USED YET) */

/* COMPETITION CSS START */

.competition {
    width: 100%;
    height: auto;
    background-color: #141414;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.competition-card {
    width: 50%;
    height: auto;
    background-color: #2a271d;
    border-radius: 20px;
    margin: 5px 2.5px 5px 5px;
    background-image: url(../assets/competition-bg.png);
    background-size: cover;
    background-position: center 50%;
}

.comp-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../assets/comp-shadow.png);
    background-position: center center;
    mix-blend-mode: multiply;
    border-radius: 20px;
    z-index: 1;
}

.compcard-title {
    color: #cfc4b2;
    width: 100%;
    height: 50%;
    text-align: end;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 25px;
    padding-bottom: 12.5vw;
}

.compcard-title>p {
    font-family: 'Ade Display';
    font-size: 11vw;
    line-height: 9vw;
}

.compcard-info {
    font-family: 'Work Sans', sans-serif;
    color: #cfc4b2;
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    padding-left: 10px;
    position: relative;
    z-index: 2;
}

.compcard-link {
    text-align: center;
    width: 30%;
    margin-bottom: 60px;
}

.compcard-link>p {
    font-family: 'Work Sans', sans-serif;
    font-size: 1vw;
    margin-bottom: 20px;
}

.compcard-link>a {
    font-family: 'Work Sans', sans-serif;
    font-size: 1vw;
    padding: 8px 8px;
    border-radius: 30px;
    color: #cfc4b2;
    border: 3px solid #cfc4b2;
    text-decoration: none;
    transition: 0.2s ease-in;
}

.compcard-link>a:hover {
    background-color: #cfc4b2;
    color: #2a271d;
    transition: 0.2s ease-in;
}

.compcard-link>a>i {
    margin-left: 10px;
    color: #2a271d;
    background-color: #cfc4b2;
    border-radius: 30px;
    padding: 3px 4px;
    transition: 0.2s ease-in;
}

.compcard-link>a:hover>i {
    background-color: #2a271d;
    color: #cfc4b2;
    transition: 0.2s ease-in;
}

.woseminar-card {
    width: 50%;
    height: auto;
    margin: 5px 5px 5px 2.5px;
    display: flex;
    flex-direction: column;
}

.workshop-card {
    width: 100%;
    height: 50%;
    border-radius: 20px;
    background-image: url(../assets/workshop-bg.png);
    background-size: cover;
    background-position: center center;
    margin-bottom: 5px;
}

.work-shadow {
    top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../assets/workshop-shadow.png);
    background-position: center 20%;
    mix-blend-mode: multiply;
    border-radius: 20px;
    z-index: 1;
    opacity: 50%;
}

.work-div {
    color: #cfc4b2;
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: start;
    align-items: end;
    padding-left: 10px;
    margin-top: 35px;
}

.work-div>p {
    font-family: 'Ade Display';
    font-size: 11vw;
    line-height: 9vw;
}

.shop-div {
    color: #cfc4b2;
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: end;
    align-items: start;
    text-align: end;
    padding-right: 10px;
    margin-bottom: 10px;
}

.shop-div>p {
    font-family: 'Ade Display';
    font-size: 11vw;
    line-height: 9vw;
}

.workshop-info {
    color: #cfc4b2;
    width: 25%;
    vertical-align: text-bottom;
    margin-top: 2vw;
    padding-right: 10px;
    position: relative;
    z-index: 2;
}

.workshop-info>p {
    font-family: 'Work Sans', sans-serif;
    font-size: 0.8vw;
    margin-bottom: 15px;
    line-height: 1vw;
}

.workshop-info>a {
    font-family: 'Work Sans', sans-serif;
    font-size: 1vw;
    padding: 8px 10px;
    border-radius: 30px;
    color: #cfc4b2;
    border: 3px solid #cfc4b2;
    text-decoration: none;
    transition: 0.2s ease-in;
}

.workshop-info>a:hover {
    background-color: #cfc4b2;
    color: #2a271d;
    transition: 0.2s ease-in;
}

.workshop-info>a>i {
    margin-left: 10px;
    color: #2a271d;
    background-color: #cfc4b2;
    border-radius: 30px;
    padding: 3px 4px;
    transition: 0.2s ease-in;
}

.workshop-info>a:hover>i {
    background-color: #2a271d;
    color: #cfc4b2;
    transition: 0.2s ease-in;
}

.seminar-card {
    width: 100%;
    height: 50%;
    border-radius: 20px;
    background-image: url(../assets/seminar-bg.png);
    background-size: cover;
    background-position: center center;
}

.semi-shadow {
    top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../assets/seminar-shadow.png);
    background-position: 20% center;
    mix-blend-mode: multiply;
    border-radius: 20px;
    z-index: 1;
}

.semi-div {
    color: #cfc4b2;
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: start;
    align-items: end;
    padding-left: 10px;
    margin-top: 35px;
}

.semi-div>p {
    font-family: 'Ade Display';
    font-size: 11vw;
    line-height: 9vw;
}

.nar-div {
    color: #cfc4b2;
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: end;
    align-items: start;
    text-align: end;
    padding-right: 10px;
    margin-bottom: 10px;
}

.nar-div>p {
    font-family: 'Ade Display';
    font-size: 11vw;
    line-height: 9vw;
}

.seminar-info {
    color: #cfc4b2;
    width: 25%;
    vertical-align: text-bottom;
    margin-top: 2vw;
    padding-right: 10px;
    position: relative;
    z-index: 2;
}

.seminar-info>p {
    font-family: 'Work Sans', sans-serif;
    font-size: 0.8vw;
    margin-bottom: 15px;
    line-height: 1vw;
}

.seminar-info>a {
    font-family: 'Work Sans', sans-serif;
    font-size: 1vw;
    padding: 8px 10px;
    border-radius: 30px;
    color: #cfc4b2;
    border: 3px solid #cfc4b2;
    text-decoration: none;
    transition: 0.2s ease-in;
}

.seminar-info>a:hover {
    background-color: #cfc4b2;
    color: #2a271d;
    transition: 0.2s ease-in;
}

.seminar-info>a>i {
    margin-left: 10px;
    color: #2a271d;
    background-color: #cfc4b2;
    border-radius: 30px;
    padding: 3px 4px;
    transition: 0.2s ease-in;
}

.seminar-info>a:hover>i {
    color: #cfc4b2;
    background-color: #2a271d;
    transition: 0.2s ease-in;
}

@media (max-width: 1024px) {
    .compcard-title {
        padding-right: 10px;
        padding-top: 30px;
        padding-bottom: 11vw;
    }

    .compcard-title>p {
        font-size: 11vw;
    }

    .work-div>p,
    .shop-div>p,
    .semi-div>p,
    .nar-div>p {
        font-size: 11vw;
        line-height: 9vw;
    }

    .workshop-info,
    .seminar-info {
        width: 30%;
    }


    .workshop-info>p,
    .seminar-info>p {
        font-size: 0.8vw;
    }
}

@media (max-width: 991px) {
    .comp-shadow {
        background-position: 20% center;
    }

    .compcard-info {
        padding-left: 5px;
    }

    .competition {
        width: 100%;
        flex-direction: column;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .competition-card {
        background-position: center center;
    }

    .competition-card {
        width: 90%;
        height: auto;
        margin: 15px 15px 7.5px 15px;
    }

    .compcard-title {
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 160px;
    }

    .woseminar-card {
        width: 90%;
        height: auto;
        margin: 7.5px 15px 15px 15px;
    }

    .workshop-card {
        margin-bottom: 15px;
    }

    .workshop-card,
    .seminar-card {
        height: auto;
        padding: 0px 10px 0px 10px;
    }

    .compcard-title>p,
    .work-div>p,
    .shop-div>p,
    .semi-div>p,
    .nar-div>p {
        font-size: 120px;
        line-height: 100px;
    }

    .compcard-link,
    .workshop-info,
    .seminar-info {
        width: 28%;
    }

    .compcard-link>p,
    .workshop-info>p,
    .seminar-info>p {
        font-size: 12px;
        line-height: 16px;
    }

    .compcard-link>a,
    .workshop-info>a,
    .seminar-info>a {
        font-size: 12px;
    }
}

@media (max-width: 640px) {
    .competition {
        padding: 0;
    }

    .competition-card {
        height: auto;
    }

    .compcard-title {
        padding: 10px 10px;
        padding-bottom: 80px;
    }

    .workshop-card,
    .seminar-card {
        padding: 10px;
    }

    .compcard-title>p,
    .work-div>p,
    .shop-div>p,
    .semi-div>p,
    .nar-div>p {
        font-size: 60px;
        line-height: 60px;
    }

    .work-div,
    .semi-div {
        margin-top: 15px;
        padding-left: 5px;
    }

    .shop-div,
    .nar-div {
        padding-right: 5px;
    }

    .compcard-link {
        width: 35%;
        margin-bottom: 30px;
    }

    .workshop-info,
    .seminar-info {
        width: 40%;
        margin-top: 0;
    }


    .compcard-link>p,
    .workshop-info>p,
    .seminar-info>p {
        font-size: 8px;
        line-height: 10px;
        margin-bottom: 10px;
    }

    .compcard-link>a,
    .workshop-info>a,
    .seminar-info>a {
        font-size: 10px;
        border: 2px solid #cfc4b2;
        padding: 6px 7px;
    }
}

/* COMPETITION CSS END */

/* MERCH CSS START (COMING SOON) */

.merch {
    width: 100%;
    background-color: #141414;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.merch>h1 {
    font-family: "Ade Display";
    font-weight: 400;
    font-style: italic;
    color: #cfc4b2;
    font-size: 36px;
    letter-spacing: -2px;
    padding-top: 40px;
}

.merch>h1>span {
    font-family: "Work Sans";
    font-weight: 500;
    font-style: normal;
    color: #cfc4b2;
    font-size: 44px;
    letter-spacing: -2px;
}

.product {
    width: 100%;
    height: 100%;
    color: #cfc4b2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.product-name {
    margin-top: 10px;
}

.product-name>h1 {
    font-family: 'Ade Display';
    font-size: 120px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    line-height: 100px;
}

.product-name>h1>span {
    font-family: 'Work Sans', sans-serif;
    font-size: 140px;
    font-weight: 500;
    width: 100%;
    text-align: center;
    line-height: 100px;
    letter-spacing: -5px;
}

.product>img {
    position: absolute;
    bottom: -20%;
    width: 600px;
    z-index: 1;
}

.exclusive {
    margin-top: 300px;
    font-family: 'Work Sans', sans-serif;
    position: relative;
    z-index: 2;
    color: #cfc4b2;
    font-size: 20px;
    margin-bottom: 40px;
    width: 10rem;
    text-align: center;
    line-height: 20px;
    letter-spacing: -2px;
}

.product-info {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-info>img {
    position: absolute;
    z-index: 3;
}

@media (max-width: 1024px) {
    .product-name>h1 {
        font-size: 90px;
    }

    .product-name>h1>span {
        font-size: 110px;
    }
}

@media (max-width: 991px) {
    .product-name {
        margin-top: 10px;
    }

    .product-name>h1 {
        font-size: 72px;
    }

    .product-name>h1>span {
        font-size: 86px;
    }

    .product>img {
        bottom: -14%;
        width: 500px;
    }

    .exclusive {
        margin-top: 250px;
    }
}

@media (max-width: 768px) {
    .product-name>h1 {
        font-size: 60px;
    }

    .product-name>h1>span {
        font-size: 72px;
    }

    .product>img {
        bottom: -50px;
        width: 400px;
    }

    .exclusive {
        margin-top: 180px;
        font-size: 16px;
        letter-spacing: -1px;
    }
}

@media (max-width: 640px) {

    .merch>h1 {
        font-size: 28px;
    }

    .merch>h1>span {
        font-size: 34px;
    }


    .product-name {
        margin-top: 20px;
    }

    .product-name>h1 {
        font-size: 48px;
        line-height: 48px;
    }

    .product-name>h1>span {
        font-size: 58px;
        line-height: 48px;
    }


    .product>img {
        bottom: -10px;
        width: 300px;
    }
}

/* MERCH CSS END (COMING SOON) */

/* MERCH CSS START (NOT USED YET) */

/* .merch {
    width: 100%;
    background-color: #141414;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.merch>h1 {
    font-family: "Ade Display";
    font-weight: 400;
    font-style: italic;
    color: #cfc4b2;
    font-size: 36px;
    letter-spacing: -2px;
}

.merch>h1>span {
    font-family: "Work Sans";
    font-weight: 500;
    font-style: normal;
    color: #cfc4b2;
    font-size: 44px;
    letter-spacing: -2px;
}

.product {
    width: 100%;
    height: 100%;
    color: #cfc4b2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.product-name {
    margin-top: 90px;
}

.product-name>h1 {
    font-family: 'Ade Display';
    font-size: 100px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    line-height: 100px;
}

.product>img {
    position: absolute;
    bottom: -15%;
    width: 600px;
    z-index: 1;
}

.product>a {
    margin-top: 300px;
    font-family: 'Work Sans', sans-serif;
    position: relative;
    z-index: 2;
    text-decoration: none;
    color: #cfc4b2;
    font-size: 20px;
    padding: 10px 20px;
    border: 2px solid #cfc4b2;
    border-radius: 30px;
    margin-bottom: 40px;
    transition: 0.2s ease-in;
}

.product>a:hover {
    background-color: #cfc4b2;
    color: #141414;
    border: 2px solid #141414;
    transition: 0.2s ease-in;
}


.product-info {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-info>img {
    position: absolute;
    z-index: 3;
}

.mini-shirt {
    bottom: 40px;
    left: 10vw;
    width: 160px;
}

.shirt-size {
    top: 250px;
    left: 15vw;
    width: 140px;
}

.shirt-price {
    top: 240px;
    right: 14vw;
    width: 180px;
}

.merch-grid {
    bottom: 40px;
    right: 10vw;
    width: 160px;
}

@media (max-width: 991px) {
    .product-name {
        margin-top: 70px;
    }

    .product-name>h1 {
        font-size: 72px;
        line-height: 80px;

    }

    .product>img {
        bottom: -10%;
        width: 500px;
    }

    .shirt-size {
        top: 220px;
        left: 10vw;
        width: 120px;
    }

    .shirt-price {
        top: 210px;
        right: 8vw;
        width: 160px;
    }

    .mini-shirt {
        bottom: 40px;
        left: 10vw;
        width: 120px;
    }

    .merch-grid {
        bottom: 40px;
        right: 10vw;
        width: 120px;
    }

    .product>a {
        margin-top: 260px;
    }
}

@media (max-width: 768px) {
    .product-name>h1 {
        font-size: 60px;
        line-height: 60px;
    }

    .product>img {
        bottom: -30px;
        width: 400px;
    }

    .shirt-size {
        top: 200px;
        left: 11vw;
        width: 100px;
    }

    .shirt-price {
        top: 200px;
        right: 10vw;
        width: 100px;
    }

    .mini-shirt {
        bottom: 30px;
        left: 6vw;
        width: 120px;
    }

    .merch-grid {
        bottom: 30px;
        right: 6vw;
        width: 120px;
    }

    .product>a {
        margin-top: 210px;
    }
}

@media (max-width: 640px) {

    .merch>h1 {
        font-size: 28px;
    }

    .merch>h1>span {
        font-size: 34px;
    }

    .product-name {
        margin-top: 60px;
    }

    .product-name>h1 {
        font-size: 48px;
        line-height: 50px;
    }

    .product>img {
        bottom: 0px;
        width: 300px;
    }

    .shirt-size {
        top: 140px;
        left: 9vw;
        width: 90px;
    }

    .shirt-price {
        top: 135px;
        right: 9vw;
        width: 90px;
    }

    .mini-shirt {
        bottom: 20px;
        left: 6vw;
        width: 90px;
    }

    .merch-grid {
        bottom: 20px;
        right: 6vw;
        width: 90px;
    }

    .product-name {
        margin-top: 20px;
    }

    .product>a {
        font-size: 12px;
        padding: 8px 15px;
        margin-top: 250px;
    }
} */

/* MERCH CSS END (NOT USED YET) */

/* SPONSOR CSS START */

.sponsor {
    width: 100%;
    height: 60px;
    background-image: url(../assets/policeline.png);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

@media (max-width: 640px) {
    .sponsor {
        height: 30px;
    }
}

/* SPONSOR CSS END */

/* KEYFRAMES */

@keyframes flicker {

    0%,
    18%,
    20%,
    50.1%,
    60%,
    65.1%,
    80%,
    90.1%,
    92% {
        visibility: hidden;
    }

    18.1%,
    20.1%,
    30%,
    50%,
    60.1%,
    65%,
    80.1%,
    90%,
    92.1%,
    100% {
        visibility: visible;
    }
}