html {
    scroll-behavior: smooth;
}

#scroll-container {
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
    height: 100vh;
    scrollbar-width: none;
    -ms-overflow-style: none;
    position: relative;
}

#scroll-container::-webkit-scrollbar {
    display: none;
}

.snap-section {
    scroll-snap-align: start;
    display: flex;
    justify-content: center;
    height: 100vh;
    align-items: center;
}

@font-face {
    font-family: 'Volvo';
    src: url('/assets/joy_division/fonts/FontsFree-Net-Volvo-Novum-Medium-1.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Aku & Kamu';
    src: url('/assets/joy_division/fonts/Aku & Kamu.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas-Regular';
    src: url('/assets/joy_division/fonts/Bebas-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Stella Demo';
    src: url('/assets/joy_division/fonts/Stella Demo.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

#courts h2,
#booking h2,
#coaching h2,
#facilities h2,
#membership h2,
#events h2,
#sponsor h2 {
    font-family: 'Bebas-Regular', sans-serif;
    font-size: 5rem;
    line-height: 1;
}

body #sectionMainLanding h1 {
    font-family: "sohne-var", "Helvetica Neue", "Arial", sans-serif;
    font-size: 5.5rem;
}

body section p.para-desc {
    font-family: 'Volvo';
    font-size: 20px;
    color: black;
}

#mainBtn {
    width: 160px;
}

#splashTitle {
    font-size: 6rem;
    top: 21rem;
    font-family: "sohne-var", "Helvetica Neue", "Arial", sans-serif;
}

.selected-date {
    background-image: url('/assets/joy_division/images/tennis-ball-calendar.png');
    background-size: cover;
    background-position: center;
    color: white;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@media (max-width: 1399.99px) {
    body #sectionMainLanding h1 {
        font-size: 5rem;
    }

    h2 {
        font-size: 4rem;
    }
}

@media (max-width: 1199.99px) {
    body #sectionMainLanding h1 {
        font-size: 4rem;
    }

    #courts h2,
    #booking h2,
    #coaching h2,
    #facilities h2,
    #membership h2,
    #events h2,
    #sponsor h2 {
        font-size: 3rem;
    }

    #splashTitle {
        font-size: 5rem;
        top: 20rem;
    }
}

@media (max-width: 991px) {
    body #sectionMainLanding h1 {
        font-size: 3.5rem;
    }

    #courts h2,
    #booking h2,
    #coaching h2,
    #facilities h2,
    #membership h2,
    #events h2,
    #sponsor h2 {
        font-size: 3rem;
    }

    #splashTitle {
        font-size: 4rem;
    }
}

@media (max-width: 768px) {
    body #sectionMainLanding h1 {
        font-size: 3rem;
    }

    #courts h2,
    #booking h2,
    #coaching h2,
    #facilities h2,
    #membership h2,
    #events h2,
    #sponsor h2 {
        font-size: 3rem;
    }
}

@media (max-width: 575.99px) {
    body #sectionMainLanding h1 {
        font-size: 2.5rem;
    }

    #courts h2,
    #booking h2,
    #coaching h2,
    #facilities h2,
    #membership h2,
    #events h2,
    #sponsor h2 {
        font-size: 3.5rem;
    }

    section p.para-desc {
        font-size: 14px !important;
    }

    #splashTitle {
        font-size: 2.5rem;
        top: 14rem;
    }
}

@media (max-width: 390px) {
    body #sectionMainLanding h1 {
        font-size: 2.5rem;
    }

    #mainBtn {
        width: 135px;

    }

}