@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poetsen+One&display=swap');

body {
    background-color:rgb(25, 25, 52);
    padding: 0;
    margin: 0;
}

.container {
    position: absolute;
    height: 500px;
    width: 900px;
    left: 50%;
    top: 40px;
    transform: translate(-50%, 0%);
    margin: 0;
    padding: 0;
}


h1, h2, h3, h4, h5, h6, p, textarea {
    font-family: Poppins;
    padding: 0;
    margin: 0;
    color: aliceblue;
}

h3 {
    position: absolute;
    width: 100%;
    font-size: 40px;
    text-align: center;
    top: 2%;
}

h1 {
    font-family: Poetsen One;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 300px;
    cursor: default;
}

p {
    text-align: center;
    font-size: 30px;
    margin-right: 5%;
    margin-left: 5%;
    margin-top: 10px;
}

.socials {
    position: fixed;
    width: 20%;
    height: 8%;
    bottom: 0;
    transform: translate(-50%, 0);
    left: 50%;
}

img {
    height: 60%;
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    cursor: pointer;
}

.videos {
    position: absolute;
    height: 4000px;
    width: 800px;
    left: 50%;
    top: 650px;
    transform: translate(-50%, 0%);
    margin: 0;
    padding-bottom: 100px;
}

.videoContainer {
    position: relative;
    width: 100%;
    height: 20%;
}


.youtubeContainer {
    position: absolute;
    flex: 0 1 auto;
    width: 65%;
    aspect-ratio: 16 9;
}

.video {
    position: absolute;
    width: 1000px;
    height: 570px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.header {
    font-family: Poppins;
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    font-size: 42px;
    cursor: default;
    width: 100%;
    text-align: center;
}
.spacer {
    width: 100%;
    height: 1%;
}

.line {
    width: 60%;
    height: 5%;
    background-color: rgb(83, 103, 120);
    margin: auto;
    transform: translate(0%, 50%);
}

#Contact {
    width: 100%;
    height: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#ContactHeader {
    width: 100%;
    text-align: center;
    font-size: 70px;
}

.websiteLogo {
    width: 30px;
    height: 30px;
    margin-right: 8px;
}

.SocialLink {
    font-family: Poppins;
    padding: 0;
    color: rgb(219, 224, 228);
    font-size: 23px;
    width: fit-content; /* Ensures it only takes necessary space */
    text-decoration: none;
    transform: translate(10%, 0%);
    margin-bottom: 1.25%;
}

@media screen and (max-width: 1100px), screen and (min-height: 1000px) and (max-width: 1400px) {
    h1 {
        font-size: 140px;
        margin-top: -20px;
    }
    h3 {
        font-size: 30px;
        position: relative;
        top: 10px;
    }
    p {
        font-size: clamp(20px, 3vw, 40px);
    }
    .videos {
        top: 500px;
        height: 2800px;
    }
    .container {
        width: 70%;
        height: 500px;
    }
    .videoContainer {
        height: 11%;
        margin-top: 85px;
        margin-bottom: 75px;
    }
    .video {
        width: 600px;
        height: 338px;
    }
    .header {
        top: -30%;
        font-size: 25px;
    }
}

@media screen and (max-width: 700px) {
    h1 {
        font-size: 100px;
        margin-top: -10px;
    }
    h3 {
        font-size: 25px;
        position: relative;
        top: 10px;
    }
    p {
        text-align: center;
        font-size: 20px;
        margin-right: 5%;
        margin-left: 5%;
        margin-top: 10px;
    }
    .container {
        width: 90%;
        height: 400px;
    }
    .videos {
        top: 420px;
        width: 90%;
        height: 1600px;
    }
    .header {
        top: -35%;
        font-size: 20px;
    }
    .videoContainer {
        height: 10%;
        margin-top: 50px;
        margin-bottom: 60px;
    }
    .video {
        width: 350px;
        height: 200px;
    }
    #ContactHeader {
        font-size: 30px;
    }

    .websiteLogo {
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }

    .SocialLink {
        font-family: Poppins;
        padding: 0;
        color: rgb(219, 224, 228);
        font-size: 16px;
        width: fit-content; /* Ensures it only takes necessary space */
        text-decoration: none;
        transform: translate(10%, 0%);
        margin-bottom: 1.25%;
    }
}
