:root {
    /* add color */
    --white: #FFFFFF;
    --black: #313131;
    --orange: #FE7F2E;
    --light-orange: #FFF6E0;
    --yellow: #FCCA47;
    --yellow-orange: #FAAF40;
    --blue: #06205B;
    --light-blue: #E1F2FF;
    --ligth-blue: #0000FF;
    --pink: #FF0D76;
    /* --blue: #243871; */
    --darkblue: #050E37;
    /* --darkblue: #06205B; */
    --tosca: #00C6C2;
    --grey: #B6B6B6;
    --grey-light: #D9D9D9;

    --font-primary: 'Nulshock Bold', sans-serif;
    --font-body: 'Asap', sans-serif;
}

@font-face {
    font-family: "Nulshock Bold";
    src: url('/asset/font/NULSHOCKBD.otf');
    font-weight: bold;
}

* {
    font-family: var(--font-body)
}

[data-aos] {
    transition-duration: 1s !important;
}

h3 {
    font-size: 32px;
    font-weight: 700;
    font-family: var(--font-primary);
}

.navbar {
    transition: 0.8s;
}
.navbar-primary {
    color: var(--black);
    background: var(--white);
}
.navbar-secondary {
    color: var(--black);
    background: var(--white);
}
.navImg1 {
    height: 35px;
}
.navImg2 {
    height: 35px;
}
.navbar .nav-link {
    font-size: 17px;
    font-weight: 500;
}
.navbar .nav-link.join-now {
    font-weight: 700;
    font-size: 24px;
    /* background: var(--pink); */
    /* background: url('/asset/img/icons/join-now.webp'); */
    color: var(--white);
    /* border-radius: 10px; */
    position: relative;
}
.navbar .img-join-now {
    position: absolute;
    width: 200px;
    top: -20px;
    left: -20px
}
.navbar-primary .nav-link {
    /* color: var(--white); */
}
.navbar-secondary .nav-link {
    color: var(--black);
}
.navbar-primary .nav-link:hover,
.navbar-secondary .nav-link:hover {
    color: var(--orange);
    font-weight: 600;
}
.navbar-primary .nav-link.join-now:hover,
.navbar-secondary .nav-link.join-now:hover {
    color: var(--white);
}
.navbar-nav .active a {
    font-weight: 600;
    color: var(--orange);
}
.container {
    max-width: 1200px;
}
.jumbotron {
    background: url('/asset/img/junior/Junior banner.webp');
    background-size: cover;
    background-position: top;
    min-height: 580px;
}

.section-1 p {
    font-size: 20px;
    font-weight: 500;
    line-height: 3rem;
}
.section-1 .yt-video {
    max-width: 600px;
}
.section-1 .wrapper {
    position: relative;
    padding-top: 56.25%;
}
.section-1 .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section-2-list {
    font-size: 16px;
    font-weight: 600;
    background: var(--orange);
    color: var(--white);
    border-radius: 10px;
}
.section-2 h4 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
}
.section-2 .note {
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
}
.section-3 {
    background: var(--blue);
    color: var(--white);
}
.section-3 h4 {
    font-size: 32px;
    font-weight: 700;
    color: var(--yellow-orange);
}
.section-3 h3 {
    font-weight: 700;
    color: var(--white);
}

.section-3 .section-5-list {
    padding: 32px;
    margin-top: -20px;
}
.section-3 .section-3-list-item {
    /* width: 100%; */
    padding: 0 20px;
    margin: 16px 0;
    border: 2px solid var(--orange);
    color: var(--black);
    background: var(--white);
    border-radius: 50px;
}
.section-3 .senior-program-card .section-3-list-item {
    /* width: 100%; */
    border: 2px solid var(--blue);
    color: var(--blue);
}
.section-3 .section-3-list-item p {
    margin: 8px;
    font-size: 16px;
    text-align: center;
}
/* .section-3 h6 {
    font-size: 20px;
    font-weight: 600;
}
.section-3 .note {
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
} */
.section-4 h4 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
}
.section-4-list {
    font-size: 20px;
    font-weight: 600;
    background: var(--orange);
    color: var(--white);
    border-radius: 10px;
}
.section-4 .note {
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
}
.section-5 h3 {
    color: var(--blue);
    font-size: 32px;
    font-family: var(--font-primary);
}
.section-5 p {
    font-size: 20px;
}
/* .section-5 h3 {
    color: var(--blue);
    font-size: 48px;
}
.section-5 p {
    font-size: 20px;
}
.section-5 h4 {
    font-size: 28px;
    font-weight: 700;
}
.section-5 h4.date-apply {
    color: var(--white);
    background: var(--blue);
    max-width: fit-content;
}
.section-5-img {
    background: url('/asset/img/main/Apply before June Home.webp');
    background-size: cover;
} */
/* .section-6 h3 {
    color: var(--blue);
} */
.section-6 h3 {
    font-family: var(--font-primary);
}
.section-6-list {
    width: 100%;
    padding: 5px 0;
    margin: 8px 0;
    font-size: 16px;
    font-weight: 500;
    background: var(--pink);
    color: var(--white);
    border-radius: 10px;
}
.section-6-list p {
    margin: 0;
}
.section-6 .apply {
    margin-top: 120px;
}
.section-7 h4 {
    font-size: 28px;
    font-weight: 600;
}
.section-8 h3 {
    color: var(--darkblue);
}
.section-8 .card {
    min-height: 270px !important;
    border-radius: 18px;
    border: none;
}
.section-8 .card .testi-content p {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}
.section-8 .card .testi-author p {
    font-size: 18px;
    line-height: 1.3;
}
.footer {
    background: var(--blue);
    color: var(--white);
}
.footer img {
    height: 50px;
}
.footer a {
    color: var(--white);
    text-decoration: none;
}
.footer hr {
    border-top: 4px solid;
}

/* Splide */
.splide__pagination__page.is-active {
    background: var(--darkblue) !important;
    transform: scale(1.6) !important;
}
.splide__pagination {
    bottom: -2em !important;
}
.splide__arrow.splide__arrow--prev {
    left: -2em !important;
}
.splide__arrow.splide__arrow--next {
    right: -2em !important;
}

@media only screen and (max-width: 768px) {
    .navbar .navbar-collapse {
        /* height: 100vh; */
        align-items: start;
    }
    .navbar-toggler {
        background: var(--white);
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navImg1 {
        height: 25px;
    }
    .navImg2 {
        height: 25px;
    }
    .navbar .nav-link {
        font-size: 12px;
    }
    .navbar .nav-link.join-now {
        font-size: 12px;
        color: var(--blue);
    }
    .jumbotron {
        min-height: 200px;
        background-position: center;
    }
    .section-1 p {
        font-size: 14px;
        line-height: 1.5rem;
    }
    .section-2 h3 {
        font-size: 24px;
    }
    .section-2 h4 {
        font-size: 20px;
        line-height: 1.2;
    }
    .section-2 .note {
        font-size: 12px;
    }
    .section-2-list {
        font-size: 14px;
        line-height: 1.2;
    }
    .section-3 h4 {
        font-size: 24px;
    }
    .section-3 h3 {
        font-size: 28px;
    }
    .section-3 .section-3-list-item p {
        margin: 6px;
        font-size: 14px;
    }
    .section-3 h6 {
        font-size: 14px;
    }
    .section-3 .note {
        font-size: 12px;
    }
    .section-4 h3 {
        font-size: 24px;
    }
    .section-4-list {
        font-size: 14px;
        line-height: 1.2;
    }
    .section-5 h3 {
        font-size: 32px;
    }
    .section-5 p {
        font-size: 16px;
    }
    .section-5 h4 {
        font-size: 20px;
    }
    .section-5-img {
        background-position: 40% 50%;
    }
    .section-6 h3 {
        font-size: 28px;
    }
    .section-6 .card {
        min-height: 150px !important;
        border: none;
    }
   
    .section-8 h3 {
        font-size: 28px;
    }
    .section-8 .card {
        min-height: 280px !important;
        border-radius: 18px;
    }
    .section-8 .card .testi-content p {
        font-size: 14px;
    }
    .section-8 .card .testi-author p {
        font-size: 14px;
    }
    .section-8 h2 {
        font-size: 26px;
        font-weight: 700;
        line-height: 1.2;
    }
    .section-8 h4 {
        font-size: 18px;
    }
    .section-8 label {
        font-size: 16px;
        padding: 4px 6px;
        line-height: 1.2;
    }
    .section-8 .btn {
        font-size: 18px;
    }
    .footer img {
        height: 40px;
    }
    .footer a {
        font-size: 14px;
    }
    
    /* Splide */
    .splide__pagination {
        bottom: -1.5em !important;
    }
    .splide__arrow.splide__arrow--prev {
        left: -0.2em !important;
        display: none;
    }
    .splide__arrow.splide__arrow--next {
        right: -0.2em !important;
        display: none;
    }
}