:root {
    --jlred: #862633;
    --jlgray: #63666A;
    --jlgold: #C6AA76;
    --jlyellow: #FFCD00;
    --jlblack: #000000;

    /* overscroll-behavior: none; */

    /* values for pseudo elements */

    --extend: 175px;
    --retract: 0px;

    
}



* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
    
    /* overscroll-behavior-x: none; */
    
}

html {
    overflow-x: clip;
}



body {
    overflow-x: clip;
    position: relative;
    /* height: 2600px; */

    height: auto;
    /* overscroll-behavior-y: contain; */
    
    /* min-height: 2600px;
    overscroll-behavior: none; */
    
    
}







#navigation {
    background-color: var(--jlred);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px 15px 20px;
    width: 100vw;
    height: 70px;
    position: fixed;
    /* border-bottom: 2px solid black; */
    max-width: 100vw;
    scroll-behavior: none;
    z-index: 99999;
    
}


.blur-out {
    width: 100vw;
    height: 100vw;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 70px;
    left: 0;
    backdrop-filter: blur(5px);
    display: none;
    z-index: 999;
   
    
   
}

.bg-con {
    width: 100vw;
    /* height: 800px;
    min-height: 800px; */

    height: 90vh;
    max-height: 800px;
    position: relative;

    min-height: 600px;
}

#bgimage {
    width: 100vw;
    height: aspect-ratio;
    min-height: 800px;
    max-height: 800px;
    position: absolute;
    top: 70px;
    z-index: -9;
    object-fit: cover;
    
}

.hero-con {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    height: 80vh;
    position: absolute;
    top: 125px;
    z-index: 997;
    overflow: hidden;

    min-height: 800px;
}

.applyhero {
    width: 800px;
    /* height: 300px; */
    background-color: rgba(61, 61, 61, 0.7);
    position: absolute;
    bottom: -70px;
    right: -800px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-direction: column;
    color: black;
    padding: 30px;
   
    gap: 5px;
    font-family: "brandon-grotesque";
    
    opacity: 100%;
    height: 150px;
    color: white;
    transition: 1.5s ease-in-out;
    overflow: hidden;


}

.applyhero p {
    font-size: 1.13rem;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    width: 700px;
    
}




.blackout {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--jlred);
    transition: 0.2s ease-in-out;
    
}


.applyhero-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(66, 159, 0);;
    width: 225px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.7rem;
    font-family: "brandon-grotesque";
   
    /* border-radius: 40px; */
    font-weight: 200;
    color: white;
    cursor: pointer;
    opacity: 0%;
    transition: 0.1s ease-in-out;
    border-radius: 25px;
    font-weight: 800;
    z-index: 9;
    &:hover {
        background-color: rgb(77, 185, 0);
        /* transform: scale(1.05); */
        box-shadow: 0px 0px 8px 2px #6e6e6e;
        /* border: 1px solid var(--jlyellow); */
        
;       
    }
}





@media screen and (max-width: 992px) {
        .applyhero-btn {
        font-size: 1.5rem;
        width: 225px;
        margin-top: 50px;
    }

    .applyhero {
        width: 100vw;
        height: 100px;
        
    }

    .applyhero p{
        font-size: 0.9rem;
        width: 90vw;
    }
}

@media screen and (max-width: 500px) {
    
   
    .applyhero-btn {
        font-size: 1.2rem;
        width: 175px;
        margin-top: 50px;
    }

    .applyhero {
        width: 100vw;
        height: 200px;
        
    }

    .applyhero p{
        font-size: 0.9rem;
        width: 90vw;
    }
}


/* .hero-animation {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 70vh;
    position: absolute;
    top: 0;
    left: 0;
} */


.hero-animation-1 {
    display: flex;
}

/* .hero-animation-2, .hero-animation-3 {
    display: none;
} */

.hero-animation-1, .hero-animation-2, .hero-animation-3 {
    width: 100vw;
    justify-content: flex-start;
    text-align: center;
    align-items: center;
    flex-direction: column;
    
}


.whatdrivesyou {
    font-family: "dharma-gothic-e";
    font-weight: 800;
    font-size: 10rem;
    text-align: center;
    color: white;
    text-shadow: 3px 3px 5px black;
    opacity: 0%;
    
    transition: 1.5s ease-in-out;
    
}

/* @keyframes text-appear {
    from {
        opacity: 10%;
        
    }

   

    to {
        opacity: 100%;
        
        
    }
} */




.iyt {
    font-family: "dharma-gothic-e";
    font-weight: 800;
    font-size: 7rem;
    text-align: center;
    color: white;
    opacity: 0%;
    text-shadow: 3px 3px 5px black;
    transition: 1.5s ease-in-out;
}

.btw {
     font-family: "dharma-gothic-e";
    font-weight: 800;
    font-size: 5rem;
    text-align: center;
    color: white;
    text-shadow: 3px 3px 5px black;
   opacity: 0%;
    transition: 1.5s ease-in-out;
}


.y5w {
    font-family: "dharma-gothic-e";
    font-weight: 800;
    font-size: 7rem;
    text-align: center;
    color: white;
    text-shadow: 3px 3px 5px black;
    display: none;
    opacity: 0%;
    transition: 1.5s ease-in-out;
}

.yo {
    font-family: "dharma-gothic-e";
    font-weight: 800;
    font-size: 5rem;
    text-align: center;
    color: white;
    text-shadow: 3px 3px 5px black;
    display: none;
    opacity: 0%;
    transition: 1.5s ease-in-out;
    
}

@media screen and (max-width: 992px) {

    .iyt, .y5w {
        font-size: 4.5rem;
    }
      .btw, .yo {
        font-size: 3rem;
    }

    .whatdrivesyou {
        font-size: 7rem;
    }
}

@media screen and (max-width: 670px) {
    .whatdrivesyou {
        font-size: 5rem;
    }

    
}

@media screen and (max-width: 500px) {
    .iyt,  .y5w {
        font-size: 3rem;
    }

    .btw, .yo {
        font-size: 2.5rem;
    }

    .whatdrivesyou {
        font-size: 3.6rem;
    }
}



.winners-hero {
    width: 100vw;
    height: 275px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 99;
    top: 70px;
    
}

.viewwinner {
    font-size: 1.5rem;
    
    display: flex;
    justify-content: center;
    align-items: center;
}

.colorleft {
    background-color: #540e17;
    
    width: 60%;
    height: 500px;
    position: relative;
    

}


.information {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    z-index: 99;
    color: white;
    font-family: "brandon-grotesque";
    gap: 100px;
}



.left-i {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
    
}

.divider {
    height: 150px;
    width: 3px;
    background-color: white;
    flex-shrink: 0;
}

.infolist {
    font-size: 2rem;
}

.infolist ul {
    list-style: none;
    font-size: 1.5rem;
    
}

.infolist li {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.infolist span {
    color: var(--jlyellow);
    font-weight: 800;
    font-size: 2.5rem;
}

.leftdescription {
    width: 400px;
}

.leftheading {
    font-size: 2rem;
    font-weight: 800;
    width: 400px;
}

.colorright {
    background-color: #731e29;
    flex-basis: 1;
    height: 500px;
   width: 40%;
}

.curve {
    height: 800px;
        width: 400px;
        top: -150px;
        border-radius: 50%;
        position: absolute;
        right: -100px;
        
        background-color: #540e17;
}


@media screen and (max-width: 1202px) {
   

  

   
  


   

    .infolist span {
        font-size: 1.9rem;
    }

    .infolist li {
        font-size: 1.2rem;
        width: 300px;
    }
}




@media screen and (max-width: 992px) {
    

    .information {
        gap: 15px;
        width: 400px;
    }

   
    .left-i {
        /* align-items: flex-end; */
        width: 300px;
        /* display: none; */
    }

    .divider {
        width: 3px;
    }

    .leftheading {
        font-size: 1.5rem;
    }
    .leftdescription {
        font-size: 0.8rem;
        width: 300px;
    }

   

    .infolist span {
        font-size: 1.9rem;
    }

    .infolist li {
        font-size: 1rem;
        width: 300px;
    }
}


@media screen and (max-width: 660px) {
    .winners-hero {
        height: 200px;
    }

    .information {
        gap: 15px;
        width: 400px;
        
    }

    .left-i {
        /* align-items: flex-end; */
        width: 200px;
        display: none;
        
    }

    

    .divider {
        width: 3px;
    }

    .leftheading {
        font-size: 1rem;
    }
    .leftdescription {
        font-size: 0.6rem;
        width: 200px;
    }

    .infolist span {
        font-size: 1.9rem;
    }

    .infolist li {
        font-size: 1rem;
    }
}




.educators-info {
    width: 80vw;
    height: 500px;
    font-family: "brandon-grotesque";
    display: flex;
    align-items: center;
   margin-left: auto;
   margin-right: auto;
    padding: 50px;
    gap: 50px;
    overflow: hidden;
    position: relative;
    top: 70px;
    
}



/* .fivehundred {
    font-family: "chalky";
    font-size: 4rem;
    position: absolute;
    color: white;
    top: 95px;
    width: 100px;
    left: 65px;
    line-height: 60px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
   z-index: 1000;
    
}

.fivehundred span {
    font-size: 5.5rem;

} */






.for-edu {
    font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
}

.edu-slide video {
   
   min-width: 500px;
}





.edu-slide video {
    box-shadow: 1px 1px 3px black;
    width: 100%;
    object-fit: cover;
}

.edu-right , .edu-caption {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: 1.3rem; 
}

.edu-label {
    font-size: 2rem;
    font-weight: 800;
}

.register-school-btn {
    background-color:rgb(66, 159, 0);
    padding: 15px;
    font-size: 1.2rem;
    width: 275px;
    border-radius: 50px;
    text-align: center;
    color: white;
    font-weight: 800;
    cursor: pointer;

    &:hover {
        background-color: rgb(78, 186, 0);
    }
}

@media screen and (max-width: 1350px) {
    .educators-info {
        /* flex-direction: column; */
        height: 500px;
        width: 100vw;
    }

    .edu-label {
        font-size: 1.5rem;
    }

    .edu-caption {
        font-size: 1rem;
    }

}

@media screen and (max-width: 992px) {
    .educators-info {
        /* flex-direction: column; */
        height: 500px;
        width: 100vw;
    }

    .edu-label {
        font-size: 1.2rem;
    }

    .edu-caption {
        font-size: 0.9rem;
    }


.edu-slide video {
   
   min-width: 350px;
   width: 350px;
}

.register-school-btn {
    font-size: 0.9rem;
    width: 225px;
    
}
}

@media screen and (max-width: 750px) {

    
    .educators-info {
        flex-direction: column;
        height: 600px;
    }

    .edu-label {
        font-size: 1.2rem;
    }

    .edu-caption {
        font-size: 0.9rem;
    }


.edu-slide video {
   
   width: 400px;
}

.register-school-btn {
    font-size: 0.9rem;
    width: 225px;
    
}

.vip-info {
    flex-direction: column;
}


}





.si-line {
    height: 25px;
    width: 2px;
    background-color: white;

}

.secondinfo {
    width: 800px;
    background-color: var(--jlred);
    position: absolute;
    height: 50px;
    bottom: 5px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: white;
    gap: 25px;
    padding-right: 70px;
}
.edu-slide p {
    width: 800px;
}


.vipcards  {
    width: 100vw;
    height: 500px;
    background-color: #ababab;
    display: flex;
    justify-content: center;
    gap: 25px;
    overflow: hidden;
    align-items: center;
    position: relative;
    color: white;
    top: 70px;
}

.vipcards video {
    width: 100%;
    position: absolute;
    top: 10px;
}

.vip-circle {
    background-color: #ababab;
    width: 400px;
    height: 800px;
    border-radius: 50%;
    z-index: 99;
    box-shadow: 5px 0px 3px black;
}



.vip-black {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: black;
    z-index: 98;
    
}

.edu-video {
    height: 100%;
    object-fit: cover;
}



.vip-info {
    width: 65%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
   
    /* flex-direction: column; */
    position: absolute;
    left: 0;
    top: 0;
    font-family: "brandon-grotesque";
    z-index: 103;
    gap: 25px;
}
.vip-info p {
    width: 500px;
    font-weight: 400;
    color: black; 
}

.vipcards-label {
    color: black;
    font-size: 2.3rem;
    font-weight: 800;
    z-index: 100;
    
    font-family: "brandon-grotesque";
    display: flex;
    flex-direction: column;
    gap: 15px;
    
}

.vipcards-label span {
    text-transform: uppercase;
    font-size: 1.8rem;
}


.student-discount-button {
    font-size: 1rem;
    color: white;
    background-color: rgb(66, 159, 0);
    width: 200px;
    text-align: center;
    padding: 10px;
    border-radius: 50px;
    cursor: pointer;
    z-index: 1;
    &&:hover {
        background-color:rgb(78, 186, 0);
    }
}

.teacher-discount-button {
    color: white;
    font-size: 1rem;
    background-color: rgb(66, 159, 0);
    width: 200px;
    text-align: center;
    padding: 10px;
    border-radius: 50px;
    cursor: pointer;
    z-index: 1;
    &&:hover {
        background-color: rgb(78, 186, 0);
    }
}

.buttons-con {
    display: flex;
    gap: 10px;
}

.vipcards-label p {
    font-size: 1.16rem;
}

.cards-con {
    display: flex;
    gap: 25px;
    flex-direction: column;
}

.cards-con img {
    box-shadow: 1px 1px 3px black;
}

@media screen and (max-width: 1250px) {

    body {
        height: 2500px;
    }

    .vipcards {
        height: 400px;
    }

    /* .vip-black video {
        display: none;
    } */
    .vip-info {
        width: 400px;
        
    }
    .vipcards-label {
    font-size: 1.8rem;
    position: absolute;
    left: 65px;
    width: 500px;
}


.vipcards-label p {
    font-size: 1rem;
    width: 400px;
}

/* .cards-con {
    display: none;
} */

.cards-con {
    right: -265px;
    position: absolute;
}

.cards-con img {
    width: 150px;
}

.student-discount-button {
    font-size: 0.9rem;
    width: 175px;
}

.teacher-discount-button {
    font-size: 0.9rem;
    width: 175px;
}
}

@media screen and (max-width: 992px) {

    body {
        height: 2400px;
    }

    .vipcards {
        height: 500px;
    }

    /* .vip-black video {
        display: none;
    } */
    .vip-info {
        width: 400px;
        
        
    }
    .vipcards-label {
    font-size: 1.8rem;
    position: absolute;
    width: 450px;
    left: auto;
}

.vipcards-label p {
    font-size: 1rem;
    width: 400px;
}

/* .cards-con {
    display: none;
} */

.cards-con {
    position: relative;
    right: auto;
    left: -25px;
   
   
}

.vip-info {
    position: relative;
    width: 100vw;
}

.vipcards-label {
    position: relative;

    
}
.vip-black video {
    display: none;
}

.vip-circle {
    display: none;
}

.vip-black {
    background-color: #ababab;
}

.cards-con img {
    width: 200px;
}

.student-discount-button {
    font-size: 0.9rem;
    width: 175px;
}

.teacher-discount-button {
    font-size: 0.9rem;
    width: 175px;
}




}

@media screen and (max-width: 500px) {

    .vipcards {
        height: 350px;
    }

    .vip-black video {
        display: none;
    }
    .vip-info {
        width: 400px;
        
    }

    
    .vipcards-label {
    font-size: 1.5rem;
    position: absolute;
        left: 15px;
}

.vipcards-label p {
    font-size: 0.8rem;
    width: 400px;
}

.cards-con {
    display: none;
}

.cards-con img {
    width: 150px;
}

.student-discount-button {
    width: 175px;
    font-size: 0.9rem;
    
}

.teacher-discount-button {
    width: 175px;
    font-size: 0.9rem;
}



}

@media screen and (max-width: 750px) {
    .cards-con {
    flex-direction: row;
}

.vipcards-label span {
    text-transform: uppercase;
    font-size: 1.5rem;
}

}



.studentsection {
    width: 45%;
    height: 75%;
    background-color: rgb(244, 244, 244);
    border-radius: 25px;
    box-shadow: 1px 1px 3px black;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: "brandon-grotesque";
    gap: 15px;
}

.studentsection img {
    box-shadow: 1px 1px 3px black;
}

.studentsection h1 {
    
    font-size: 2rem;
}
.educatorsection {
   width: 45%;
    height: 75%;
    background-color: rgb(244, 244, 244);
    border-radius: 25px;
    box-shadow: 1px 1px 3px black;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: "brandon-grotesque";
    gap: 15px;
}

.educatorsection img {
    box-shadow: 1px 1px 3px black;
}

.educatorsection h1 {
    font-size: 2rem;
}

body {
    position: relative;
}

footer {
    background-color: var(--jlred);
    border-top: 1px solid black;
    bottom: 0;
    height: 55px;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-left: 100px;
    flex-direction: column;
    color: white;
    gap: 5px;
    font-family: "brandon-grotesque";
    font-size: 0.9rem;
    z-index: 99;
    
   
}

@media screen and (max-width: 500px) {
    footer {
        padding-left: 10px;
        font-size: 0.8rem;
    }
    
    .educators-info {
        height: 650px;
    }

    .vip-info p {
        width: 350px;
    }

    .student-discount-button {
        width: 150px;
        font-size: 0.7rem;
    }

    .teacher-discount-button {
        width: 150px;
        font-size: 0.7rem;
    }
   
    .edu-slide video {
   
   min-width: 300px;
   width: 300px;
}

}

footer a {
    color: white;
    
}
/* .spacer {
    width: 40vw;
} */

.links {
    display: flex;
    color: white;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    font-family: "brandon-grotesque";
    font-weight: 800;
    position: absolute;
    left: 300px;

}

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

/* .student-link {
        &::before {
        content: "";
        width: 0px;
        height: 3px;
        background-color: var(--jlyellow);
        position: absolute;
        bottom: 25px;
        transition: 0.1s ease-in-out;
    }
}

.educator-link {
     &::before {
        content: "";
        width: 0px;
        height: 3px;
        background-color: var(--jlyellow);
        position: absolute;
        bottom: 25px;
        transition: 0.1s ease-in-out;
    }
}

.winner-link {
     &::before {
        content: "";
        width: 0px;
        height: 3px;
        background-color: var(--jlyellow);
        position: absolute;
        bottom: 25px;
        transition: 0.1s ease-in-out;
    }
} */


.students, .educators, .winners {
    cursor: pointer;
     padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    /* z-index: 99; */
    /* display: flex;
    justify-content: center;
    align-items: center;
    height: 100px; */


    /* &:hover .student-link{
        &::before{
        width: 80px;
        }
    }

    &:hover .educator-link {
        &::before {
            width: 95px;
        }
    }

     &:hover .winner-link {
        &::before {
            width: 112px;
        }
    } */

    &:hover #yellow-link{
    

        color: var(--jlyellow);
        
    }


    /* &:hover .blur-out {
        display: block;
    } */

    
}

.nav-underline {
    position: absolute;
    height: 3px;
    width: 0px;
    background-color: var(--jlyellow);
}



.nav-underline-2 {
    position: absolute;
    height: 3px;
    width: 0px;
    background-color: var(--jlyellow);
}

.nav-underline-3 {
    position: absolute;
    height: 3px;
    width: 0px;
    background-color: var(--jlyellow);
}

/* .students:hover .nav-underline {
    width: 80px;
} */




.extension-s {
    position: absolute;
    width: 150px;
    height: 50px;
    left: -15px;
    top: 20px;
    
}

.students:hover .studentdropdown{
    display: flex !important;
}

/* .flex {
    display: flex;
} */







.studentdropdown {
    width: 100vw;
    height: 300px;
    top: 70px;
    
    position: fixed;
    background-color: rgba(51,51,51,.94);
    z-index: 99;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 10px;
    padding-left: 250px;
    left: 0px;
    cursor: default;
   display: none;
    
}






.mainconleft {
    /* background-color: gray; */
    flex-basis: 200px;
    min-width: 200px;
    height: 95%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.applybox {
    width: 100%;
    height: 100px;
    background-color: var(--jlgray);
    padding: 10px;
    transition: 0.1s ease-in-out;
    
    
}

.logo {
    transition: 0.1s ease-in-out;
    
}



.movingblip {
    
    position: absolute;
    width: 10px;
    height: 25px;
    background-color: var(--jlgray);
    left: 450px;
    top: 55px;
    z-index: -1;
    transition: 0.2s ease-in-out;
}



.vipcardbox {
    width: 100%;
    height: 100px;
    background-color: var(--jlblack);
    padding: 10px;
    opacity: 40%;
    transition: 0.1s ease-in-out;
    filter: blur(1px);
}
.mainconright {
    flex-basis: 2;
    flex-grow: 1;
    max-width: 600px;
    /* background-color: #e8455b; */
    height: 95%;
    transition: 0.1s ease-in-out;
    position: relative;
}

.applylinks {
    width: 100%;
    height: 100%;
    background-color: var(--jlgray);
    opacity: 100%;
    transition: 0.3s ease-in-out;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.cardlinks {
   width: 100%;
    height: 100%;
    background-color: var(--jlgray);
    opacity: 0%;
    transition: 0.3s ease-in-out;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    top: 0px;
}

.bigtext {
    font-size: 0.9rem;
    /* text-decoration: underline; */
    font-weight: 800;
    color: var(--jlyellow);
}

.applybyregion {
    font-size: 1.2rem;
    /* text-decoration: underline; */
    font-weight: 800;
    color: var(--jlyellow);
}

.smalltext {
    font-weight: 400;
    font-size: 0.9rem;
}






.states {
    display: flex;
    justify-content: center;
    align-items: space-between;
    flex-direction: column;
    flex-wrap: wrap;
    
}




.statelink {
    text-decoration: none;
    color: white;
    font-size: 1.1rem;
    font-weight: 400;
    cursor: pointer;
    z-index: 100;

    &&::after {
        content: "";
        width: var(--retract);
        height: 2px;
        background-color: var(--jlyellow);
        position: absolute;
        left: 15px;
        margin-top: 23px;
        transition: 0.3s ease-in-out;
    }
    &&:hover {
        color: var(--jlyellow);

        &&::after {
            width: var(--extend);
        }
    }

  
}



.image {
    transition: 0.3s ease-in-out;
    width: 300px;
    
}

.image img {
    z-index: 9;
    box-shadow: 1px 1px 3px black;
}

.s-image-vip {
    transition: 0.3s ease-in-out;
    width: 300px;
}

.s-image-vip img {
    box-shadow: 1px 1px 3px black;
}

.states p {
    font-weight: 400;
}

.idahocon , .idahocon2, .idahocon3 {
    display: flex;
    gap: 5px;
    font-size: 1.1rem;
}



.studentslabel {
    position: absolute;
    font-size: 2.3rem;
    left: 55px;

    top: 20px;
}


.caption {
    width: 150px;
    height: 40px;
    background-color: var(--jlred);
    position: absolute;
    bottom: 25px;
    left: 300px;
    box-shadow: 1px 1px 5px black;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    color: white;
    transition: 0.3s ease-in-out;
}


.hidden {
    opacity: 0%;
    transition: all 1.2s;
    transform: scale(0.7);
    
}

.hidden:nth-child(2) {
    transition-delay: 100ms;
}

.hidden:nth-child(3) {
    transition-delay: 200ms;
}

body.stop-transitions * {
    transition: none !important;
}


.show {
    opacity: 100%;
    transform: scale(1);
    
    
}

.slideshow {
    width: 100vw;
    height: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    
    bottom: 0;
}

.card {
    height: 125px;
    width: 100px;
}

.card:nth-child(odd){
    background-color: rgb(76, 76, 255);
}

.card:nth-child(even){
    background-color: rgb(255, 84, 84);
}


.winner-slide-con {
    width: 100vw;
    height: 450px;
    display: flex;
    justify-content: center;
    /* padding-top: 25px; */
    align-items: center;
    font-family: "dharma-gothic-m";
    flex-direction: column;
   
    position: relative;
   top: 50px;
    background-color: rgb(235, 235, 235);
    overflow-y: hidden;
    
    gap: 25px;
    
    
}



.winner-label {
    font-size: 3rem;
    font-weight: bold;
}


.winner-slide {
    display: flex;
    justify-content: center;
    width: 1275px;
    gap: 15px;
    /* background-color: var(--jlgray); */
    
}



.winner-border {
    width: 90%;
    overflow: scroll;
    display: flex;
    justify-content: center;
    /* border: 25px solid var(--jlgray);
    background-color: var(--jlgray); */
    scrollbar-width: none;
   
}
.winner-pic {
    width: 125px;
    height: 175px;
    overflow: hidden;
    box-shadow: 1px 1px 3px black;
    flex-shrink: 0;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;

}

.winner-pic img {
    /* width: 120%; */
    height: 100%;
   
    /* transform: translateX(-10px); */
    
}




/* .winner-pic:nth-child(2) img {
    width: 140%;
    left: -10px;
    top: 0px;
    position: absolute;
}

.winner-pic:nth-child(4) img {
    width: 130%;
    left: -3px;
    top: -12px;
    position: absolute;
}

.winner-pic:nth-child(5) img {
    width: 180%;
    left: -35px;
    top: -15px;
    position: absolute;
}
.winner-pic:nth-child(6) img {
    width: 125%;
    left: -5px;
    top: -8px;
    position: absolute;
}

.winner-pic:nth-child(9) img {
    width: 125%;
    left: -5px;
    top: -8px;
    position: absolute;
} */



.view-button {
    /* position: absolute; */
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    width: 350px;
    text-align: center;
    background-color: rgba(0,0,0,0.4);
    font-size: 1.5rem;
    color: white;
    padding: 15px;
    font-family: "brandon-grotesque";
    border-radius: 50px;
    font-weight: 800;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;

    &:hover {
        background-color: rgba(0,0,0, 0.6);
    }
}



.hidden2 {
    opacity: 0%;
     transition: 0.6s all;
     filter: blur(1px);
}

.hidden2:nth-child(2) {
   
    transition-delay: 100ms;
   
}

.hidden2:nth-child(3) {
    
    transition-delay: 200ms;
}

.hidden2:nth-child(4) {
   
    transition-delay: 300ms;
}

.hidden2:nth-child(5) {
   
    transition-delay: 400ms;
   
}

.hidden2:nth-child(6) {
    
    transition-delay: 500ms;
}

.hidden2:nth-child(7) {
   
    transition-delay: 600ms;
}

.hidden2:nth-child(8) {
   
    transition-delay: 700ms;
}

.hidden2:nth-child(9) {
   
    transition-delay: 800ms;
}

.show2 {
    opacity: 100%;
    transform: translateX(0%);
    filter: blur(0px);
}

.image8, .image7 {
    transform: scale(1.1) translateX(10px) translateY(10px);
}


@media screen and (max-width: 1450px) {
    .hidden2:nth-child(2) {
   
    transition-delay: 50ms;
   
}

.hidden2:nth-child(3) {
    
    transition-delay: 100ms;
}

.hidden2:nth-child(4) {
   
    transition-delay: 150ms;
}

.hidden2:nth-child(5) {
   
    transition-delay: 200ms;
   
}

.hidden2:nth-child(6) {
    
    transition-delay: 250ms;
}

.hidden2:nth-child(7) {
   
    transition-delay: 300ms;
}

.hidden2:nth-child(8) {
   
    transition-delay: 350ms;
}

.hidden2:nth-child(9) {
   
    transition-delay: 400ms;
}
}


.apply-pop-up {
    width: 600px;
    height: 300px;
    background-color: rgb(214, 214, 214);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    box-shadow: 1px 1px 3px black;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    display: none;
}

.apu-label {
    font-size: 2rem;
    font-family: "brandon-grotesque";
    font-weight: 800;
}

.apu-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.rec-box {
    width: 175px;
    height: 40px;
    background-color: var(--jlred);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: "brandon-grotesque";
    font-weight: 800;
    
}

.pop-up-black-out {
    height: 100vh;
    width: 100vw;
    background-color: rgba(0,0,0,0.6);
    backdrop-filter: blur(5px);
    position: fixed;
    z-index: 998;
    top: 0;
    display: none;
    
}

.close-window {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 25px;
    /* border: 2px solid var(--jlred); */
    cursor: pointer;
}

.line {
    width: 3px;
    height: 30px;
    background-color: var(--jlred);
    position: absolute;
    transform: rotate(45deg);
    left: 17px;
    top: 3px;
}

.line:nth-of-type(2) {
    transform: rotate(135deg);
}



/* .ed {
    font-size: 0.9rem;
} */



@media screen and (max-width: 1450px) {
    .winner-border {
    width: 90%;
    overflow: scroll;
    display: block;
}

.winner-border{
    display: flex;
    align-items: center;
    justify-content: center;
}

.winner-slide-con {
    gap: 0px;
    overflow: hidden;
}

.winner-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 700px;
    flex-wrap: wrap;
    gap: 5px;
    /* background-color: var(--jlgray); */
    /* padding-top: 25px;
    padding-bottom: 25px; */
    transform: scale(0.7);
    
}

.winner-pic {
    width: 125px;
    height: 175px;
}


.winner-pic img:nth-of-type(7) {
    transform: translateX(-25px);
}

.view-button {
    height: 50px;
    font-size: 1 rem;
}
}

@media screen and (max-width: 600px) {
    .winner-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    flex-wrap: wrap;
    gap: 5px;
    /* background-color: var(--jlgray); */
    /* padding-top: 25px;
    padding-bottom: 25px; */
    
    
}

.winner-pic {
    width: 83px;
    height: 110px;
}

.view-button {
    font-size: 1rem;
    width: 250px;
}

.image7, .image8 {
    transform: translateY(0px) translateX(5px);
}

}


.video-con {
    pointer-events: none;
}