@font-face {
    font-family: "Cooper";
    src: url("Assets/Fonts/Cooper_BT_Font_Family/CooperLtBT-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Cooper";
    src: url("Assets/Fonts/Cooper_BT_Font_Family/CooperMdBT-Regular.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Cooper";
    src: url("Assets/Fonts/Cooper_BT_Font_Family/CooperLtBT-Bold.ttf") format("truetype");
    font-weight: 900;
    font-style: bold;
}


@font-face {
    font-family: "Cooper";
    src: url("Assets/Fonts/Cooper_BT_Font_Family/CooperLtBT-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
}


@font-face {
  font-family: 'Phantom Sans';
  src:
    url('https://assets.hackclub.com/fonts/Phantom_Sans_0.7/Regular.woff')
      format('woff'),
    url('https://assets.hackclub.com/fonts/Phantom_Sans_0.7/Regular.woff2')
      format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Phantom Sans';
  src:
    url('https://assets.hackclub.com/fonts/Phantom_Sans_0.7/Italic.woff')
      format('woff'),
    url('https://assets.hackclub.com/fonts/Phantom_Sans_0.7/Italic.woff2')
      format('woff2');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Phantom Sans';
  src:
    url('https://assets.hackclub.com/fonts/Phantom_Sans_0.7/Bold.woff')
      format('woff'),
    url('https://assets.hackclub.com/fonts/Phantom_Sans_0.7/Bold.woff2')
      format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}


body {
    font-family: "Phantom Sans";
    margin:0;
}

.hero {
    position: relative;

    background-image: url("Assets/hero.webp");
    background-size: cover;
    background-position: center;

    width: 100%;
    aspect-ratio: 4 / 3;

    overflow: hidden;
}

.hc-flag {
    z-index: 9999;
    position: absolute;
    top: 40px;
    right: 40px
}
  
.hc-flag img {
    user-select: none;
    width: 180px;
    transition: transform 0.2s cubic-bezier(.34, 1.56, .64, 1);
}

.hc-flag:hover img {
    transform: scale(1.04);
}

.scroll-parent{
    position: absolute;

    left: 50%;
    top: 85vh;
    transform: translateX(-50%);
    z-index: 3;

    animation: bounce 1.5s infinite ease-in-out;
}

.scroll-arrow{
    width: 80px;

    transition: transform 0.3s ease;

    user-select: none;
    cursor: pointer;
}

.scroll-parent:hover{
    animation-play-state: paused;
}

.scroll-parent:hover .scroll-arrow{
    transform: scale(1.15);
}

@keyframes bounce {
    0%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    50% {
        transform: translateX(-50%) translateY(-10px);
    }
}

@media (max-width: 1300px) {
    .scroll-parent {
        top: 75vh;
    }
}

/* 
@media (max-width: 1350px) {
    .scroll-parent {
        top: 70vh;
    }
}


@media (max-width: 1250px) {
    .scroll-arrow {
        display: none;
    }
} */



.hero .bottom {
    user-select: none;
    position: absolute;
    bottom: 0;
    left: 50%;

    width: 110%;
    height: auto;

    transform: translateX(-50%);

    display: block;
    z-index: 2;
}

.hero .two-liner {
    user-select: none;
    position: absolute;
    bottom: 5%;
    left: 50%;

    width: 70%;
    height: auto;

    transform: translateX(-50%);

    display: block;
    z-index: 2;
}


.section1 {
    background-color: #d1f3ff;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;

}


.section1-content {
    width: 75vw;
    text-align: left;

    color: #1b3465;
    font-size: 20px;
}

h1{
    font-family: "Cooper";
    font-size: 35px;
    margin-bottom: 8px;
}

h2{
    font-family: "Cooper";
    font-size: 30px;
    margin-bottom: 8px;
    padding-top: 10px;
}


.section1-content p{
    margin-top: 0px;
}

.overglade-images{
    padding-top: 15px;
    padding-bottom: 40px;
    display: flex;
    justify-self: center;
    width: 104%;
    height: 18vw;
    gap: 10px;
}

.overglade-images img{
    flex: 1;
    height: 100%;
    object-fit: cover;

    border: 6.5px solid #fffefa;
    transition: transform 0.3s cubic-bezier(.25, .8, .25, 1);


}

.overglade-images img:nth-child(1){
    transform: rotate(-1.5deg) translateY(-10px) translateX(25px);
}

.overglade-images img:nth-child(2){
    height: 16.5vw;
    transform: rotate(2.5deg) translateY(30px) translateX(-10px);
    z-index: 1;
}

.overglade-images img:nth-child(3){
    height: 17vw;
    transform: rotate(7deg) translateY(20px) translateX(-40px);
}



.overglade-images img:nth-child(1):hover{
    transform: rotate(-2deg) translateY(-10px) translateX(25px) scale(1.02);
}

.overglade-images img:nth-child(2):hover{
    transform: rotate(5deg) translateY(30px) translateX(-10px) scale(1.04);
}

.overglade-images img:nth-child(3):hover{
    transform: rotate(9deg) translateY(20px) translateX(-40px) scale(1.04);
}


@media (max-width: 1050px){
    .overglade-images img{
        pointer-events: none;
    }

    .overglade-images img:nth-child(1){
        height: 25vw;

        transform: rotate(-1.5deg) translateY(-10px) translateX(25px);
    }

    .overglade-images img:nth-child(2){
        height: 25vw;

        transform: rotate(2.5deg) translateY(30px) translateX(-10px);
        z-index: 1;
    }

    .overglade-images img:nth-child(3){
        display: none;
    }

    .overglade-images{
        padding-bottom: 125px;
    }

}

@media (max-width: 768px){

    .overglade-images{
        padding-top: 0px;
        padding-bottom: 25px;
        flex-direction: column;
        align-items: center;
        height: auto;
    }

    .overglade-images img:nth-child(1){
        flex: none;
        height: 55vw;

        transform: rotate(-1.5deg) translateY(0px) translateX(0px) scale(0.95);
    }

    .overglade-images img:nth-child(2){
        flex: none;
        height: 50vw;
        transform: rotate(2deg) translateY(10px) translateX(0px) scale(0.95);
        z-index: 1;
    }

}

.section2{
    background-image: url("Assets/squiggle.webp");
    background-repeat: repeat-x;
    background-size: 35vh; 

    background-color: #d1f3ff;
    margin: 0;
    padding-top:50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;

}

.section2-content {
    width: 75vw;
    text-align: center;

    color: #1b3465;
    font-size: 20px;
    padding-bottom: 30px;
}


.section2 p{
    margin-top: 0px;
}


#sign-up-button {
    user-select: none;
    width: 400px;
    transition: transform 0.3s cubic-bezier(.34, 1.56, .64, 1);
;
    cursor: pointer;

}

#sign-up-button:hover{
    transform: scale(1.04);
}

.section3 {
    background-image: url("Assets/squiggle.webp");
    background-repeat: repeat-x;
    background-size: 35vh; 

    background-color: #d1f3ff;
    margin: 0;
    padding-top:60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    padding-bottom: 50px;

}

.section3-content {
    width: 75vw;
    text-align: left;
    color: #1b3465;
    font-size: 20px;
}

.section3-content h1 {
    font-family: "Cooper";
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: 900;
}

.faq {
    border-top: 2px solid #9be4ff;
    width: 100%;
}

.faq-item {
    border-bottom: 2px solid #9be4ff;
    padding: 15px 0;
}

.faq-toggle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 0;
    margin: 0;

    background: none;
    border: none;
    cursor: pointer;

    font-family: "Cooper";
    color: inherit;
    font-weight: 700;
    font-size: 25px;
}

.faq-title {
    flex: 1;
    text-align: left;
}

.faq-icon img {
    user-select: none;
    padding-right: 5px;
    transition: transform 0.2s ease;
}

.faq-item.open .faq-icon img {
    transform: rotate(45deg);
}

.faq-item.open .faq-content {
    padding-top: 10px;
}

.faq-content {
    height: 0;
    overflow: hidden;
    transition: height 0.15s ease;
    margin-top: 0;
    padding-top: 10px;
}

.faq-content h3{
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 23px;
}

.section4 {
    background-image: url("Assets/squiggle.webp");
    background-repeat: repeat-x;
    background-size: 35vh; 

    background-color: #d1f3ff;
    margin: 0;
    padding-top:50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;

}

.footer-content{
    padding-top: 20px;
    width: 45vw;
    align-self: flex-start;
    padding-left: 12.5vw;
    padding-right: 0vw;
    text-align: left;
    color: #1b3465;
    font-size: 18px;
}

.footer-content h3 {
    font-family: "Cooper";
    font-size: 20px;
    margin-bottom: 13px;
    font-style: italic;
    font-weight: 600;
}

.footer-content a{
    text-decoration: none;
}

.footer-content a:hover{
    text-decoration: underline;
    text-decoration-style: line;
}

.footer-links {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 70%;
    color: #1b3465;
    
}

.link-column {
    display: flex;
    flex-direction: column;
}

.link-column a{
    display: block;
    color: inherit;
    font-size: 20px;
    text-decoration: none;
}

.link-column a:hover{
    text-decoration: underline;
    text-decoration-style: line;
}

.link-column h3 {
    font-family: "Cooper";
    font-style: normal;
    margin-bottom: 10px;
    font-size: 25px;
}

.footer-img {
    user-select: none;
    width: 100%;
    height: auto;

    display: block;
    margin-top: 20px;
}

#pst{
    font-style: italic;
    font-size: 18px;
    padding-top: 10px;
    opacity: 50%;
    padding-bottom: 0px;
}


.video-row {
    padding-top: 15px;
    display: flex;
    gap: 15px;
    width: 100%;
}

.video-wrapper{
    flex: 1;
    aspect-ratio: 16 / 9;
}

.video-wrapper iframe{
    width: 100%;
    height: 100%;
    border: 0;

    display: block;
}



@media (max-width: 1450px) {

    .footer-content{
        width: 60vw;
    }

    .footer-links{
        width: 40vw;
    }

}

@media (max-width: 1050px) {

    .scroll-arrow{
        display: none;
    }
    .footer-content{
        width: 75vw;
        padding-left: 0;
        margin: 0 auto;
    }

    .footer-links{
        width: 100%;
        flex-direction: column; 
        gap: 0px;
    }

    .footer-img{
        width: 150%;
        display: block;
        transform: translateX(0);
        margin-right: -50%;
    }

    #sign-up-button{
        width: 300px;
        margin: 0 auto;
    }

    .section1-content, .section2-content, .section3-content, .footer-content{
        width: 85vw;
    }

    .section3-content h1{
    line-height: 40px;
    }

    h1{
        line-height: 40px;
    }
    
    .section2 h1{
        padding-bottom: 5px;
    }
    .section2 p{
    margin-top: 0px;
    margin-bottom:10px;
    }

    .hero {
        aspect-ratio: 4 / 3.65;
        background-position: center;
    }

    .hero .two-liner{
        width: 100%;
    }

    

    .hc-flag{
        top: 20px;
        right: 20px;
    }
    .hc-flag img{
        width: 80px;
    }
    .hero .bottom{
        width: 140%;
    }

    .section1 ul{
        padding-left: 30px;
    }

    .overglade-images img{
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .video-row{
        padding-top: 8px;
        flex-direction: column;
    }

    .video-wrapper{
        width: 100%;
    }

}



a{
    text-decoration: underline;
    text-decoration-style: line;

    color: inherit;
}

a:hover{
    text-decoration: none;
}