@font-face {
    font-family: "Knockout HTF49-Liteweight";
    src: url("/static/fonts/KnockoutHTF49LiteweightRegular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Halyard Display";
    src: url("/static/fonts/HalyardDisplay.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Knockout";
    src: url("/static/fonts/Knockout-33JuniorHeviwt.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    -ms-overflow-style: none;
    ::-webkit-scrollbar {
        display: none;
    }

    ::-webkit-scrollbar-button {
        display: none;
    }
}

::-webkit-scrollbar {
    width: 3px;
}

::-webkit-scrollbar-track {
    background: #888;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background: var(--color-button);
}

.sections-container {
    overflow-y: scroll;
    scroll-snap-type: y mandatory;

    -ms-overflow-style: initial;
    ::-webkit-scrollbar {
        display: initial;
    }

    ::-webkit-scrollbar-button {
        display: initial;
    }
}

.section {
    scroll-snap-align: start;
}

.font-knockout-liteweight {
    font-family: "Knockout HTF49-Liteweight", sans-serif;
}

.font-halyard-display {
    font-family: "Halyard Display", sans-serif;
}

.font-knockout {
    font-family: "Knockout", "Knockout HTF49-Liteweight", sans-serif;
}

.text-brightPink {
    color: var(--color-bright-pink);
}

.h1 {
    font-family: "Knockout HTF49-Liteweight", sans-serif;
    font-size: 179px;
    font-weight: 500;
    line-height: 161.1px;

    @media (max-width: 1919px) {
        font-size: 139px;
        line-height: 125.1px;
    }

    @media (max-width: 1439px) {
        font-size: 123px;
        line-height: 110.7px;
    }

    @media (max-width: 1279px) {
        font-size: 169px;
        line-height: 152.1px;
    }

    @media (max-width: 767px) {
        font-size: 80px;
        line-height: 82px;
    }
}

.h1-extra {
    font-family: "Knockout HTF49-Liteweight", sans-serif;
    font-size: 188px;
    font-weight: 500;
    line-height: 188px;

    @media (max-width: 1919px) {
        font-size: 146px;
        line-height: 146px;
    }

    @media (max-width: 1439px) {
        font-size: 130px;
        line-height: 130px;
    }

    @media (max-width: 1279px) {
        font-size: 177px;
        line-height: 177.1px;
    }

    @media (max-width: 767px) {
        font-size: 84px;
        line-height: 84px;
    }
}

.h2 {
    font-family: "Knockout HTF49-Liteweight", sans-serif;
    font-size: 128px;
    font-weight: 500;
    line-height: 108.8px;

    @media (max-width: 1919px) {
        font-size: 96px;
        line-height: 81.6px;
    }

    @media (max-width: 767px) {
        font-size: 46px;
        line-height: 40.8px;
    }
}
.h3 {
    font-family: "Knockout HTF49-Liteweight", sans-serif;
    font-size: 56px;
    font-weight: 500;
    line-height: 56px;

    @media (max-width: 1919px) {
        font-size: 40px;
        line-height: 40px;
    }

    @media (max-width: 767px) {
        font-size: 32px;
        line-height: 32px;
    }
}

.h4 {
    font-family: "Knockout HTF49-Liteweight", sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 36px;

    @media (max-width: 1919px) {
        font-size: 32px;
        line-height: 28.8px;
    }

    @media (max-width: 767px) {
        font-size: 24px;
        line-height: 21.6px;
    }
}

.h5 {
    font-family: "Knockout HTF49-Liteweight", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
}

.paragraph {
    font-family: "Halyard Display", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 25.5px;

    @media (max-width: 767px) {
        line-height: 23.8px;
    }
}

.paragraph-medium {
    font-family: "Halyard Display", sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;

    @media (max-width: 1919px) {
        font-size: 36px;
        line-height: 43.2px;
    }

    @media (max-width: 767px) {
        font-size: 24px;
        line-height: 28.8px;
    }
}

.paragraph-large {
    font-family: "Halyard Display", sans-serif;
    font-size: 76px;
    font-weight: 400;
    line-height: 76px;

    @media (max-width: 1439px) {
        font-size: 64px;
        line-height: 64px;
    }

    @media (max-width: 767px) {
        font-size: 30px;
        line-height: 30px;
    }
}

.description {
    font-family: "Halyard Display", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;

    @media (max-width: 1439px) {
        font-size: 20px;
        line-height: 30px;
    }

    @media (max-width: 767px) {
        font-size: 15px;
        line-height: 22.5px;
    }
}

.subtext {
    font-family: "Halyard Display", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.caption {
    font-family: "Halyard Display", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
}

.button-text-small {
    font-family: "Knockout", "Knockout HTF49-Liteweight", sans-serif;
    font-weight: 335;

    @media (max-width: 767px) {
        font-size: 14x;
        line-height: 14px;
    }
}

.btn {
    height: 120px;
    font-family: "Knockout", "Knockout HTF49-Liteweight", sans-serif;
    font-weight: 335;
    font-size: 1.5rem;
    line-height: 2rem;

    @media (max-width: 1919px) {
        height: 93px;
        font-size: 20px;
        line-height: 20px;
    }

    @media (max-width: 1439px) {
        height: 82px;
    }

    @media (max-width: 1279px) {
        height: 114px;
    }

    @media (max-width: 767px) {
        height: 55px;
        font-size: 16px;
        line-height: 16px;
    }
}

.hero-btn {
    border-radius: 0px 30px 30px 0px / 0px 73px 73px 0px;

    svg {
        width: 304px;
        height: 120px;
    }

    @media (max-width: 1919px) {
        svg {
            width: 239px;
            height: 93px;
        }
    }

    @media (max-width: 1439px) {
        svg {
            width: 199px;
            height: 82px;
        }
    }

    @media (max-width: 1279px) {
        svg {
            width: 286px;
            height: 114px;
        }
    }

    @media (max-width: 767px) {
        svg {
            width: 134px;
            height: 55px;
        }
    }
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.swiper-scrollbar-drag {
    background: var(--color-button);
}

.swiper-pagination-bullet-active {
    background: black;
}

.swiper-pagination-progressbar {
    background: var(--color-black10) !important;
}

.swiper-pagination-progressbar-fill {
    background: var(--color-button) !important;
}
