@import url('https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    background-size: 400% 400%;
    animation: gradientAnimation 7s ease infinite;
    background-color: #313131;
    margin: 0;
    overflow-x: hidden;

    height: 100%;
    min-width: 1200px;
}

h1 {
    color: white;
    font-family: "Funnel Display", sans-serif;
    align-items: center;
    text-align: center;
    font-size: 50px;
}

.header {
    backdrop-filter: blur(8px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #00000065;
    color: #ffffff;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 1000;
    
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pageName {
    margin-right: 60px;
    display: flex;
    padding-left: 10px;
    text-align: center;
    font-family: "Funnel Display", sans-serif;
    font-size: 29px;
    font-weight: 600;
}

.yobimoLogo {
    width: 80px;
    margin-left: 20px;
}

.ngmlogo {
    width: 35%;
    margin-left: 20px;
}

.navigation {
    margin-right: 60px;
    gap: 30px;
    display: flex;
    text-align: right;
    font-family: "Funnel Display", sans-serif;
    font-weight: 600;
}

.navigation a {
    font-family: "Funnel Display", sans-serif;
    font-style: normal;
    text-decoration: none;
    color: #ffffff;
}

.introSection {
    position: relative;
    padding-top: 10%;
    display: block;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.introContent {
    font-family: "Funnel Display", sans-serif;
    font-size: 2vw;
    color: rgb(255, 255, 255);
    z-index: 2;
    opacity: 0%;

    animation-fill-mode: forwards;
    animation-name: opacityChange;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1) forwards;
    animation-delay: 0.9s;
}

.introDesc {
    font-family: "Funnel Display", sans-serif;
    font-size: 1.1vw;
    color: rgb(255, 255, 255);
    z-index: 2;
    opacity: 0%;

    animation-fill-mode: forwards;
    animation-name: welcomeAnimation;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1) forwards;
    animation-delay: 0.4s;
}

.logoEvent {
    opacity: 0%;

    animation-fill-mode: forwards;
    animation-name: opacityChange;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1) forwards;
    animation-delay: 0.1s;
}

.normalDesc {
    font-family: "Funnel Display", sans-serif;
    font-size: 1.1vw;
    color: rgb(255, 255, 255);
    z-index: 2;
    opacity: 0%;

    position: relative;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    
    overflow: hidden;


    animation-fill-mode: forwards;
    animation-name: welcomeAnimation;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1) forwards;
    animation-delay: 0.4s;
}

.infoContainer{
    border-radius: 20px;
    border-style: outset;
    border-width: 1px;
    font-family: "Funnel Display", sans-serif;
    font-size: 1.1vw;
    padding: 2%;
    color: rgb(255, 255, 255);
    z-index: 2;


    width: 70%;
    margin: 0 auto;
    text-align: left;
    
    overflow: hidden;
}

.infoContainer2{
    border-radius: 20px;
    border-style: outset;
    border-width: 1px;
    font-family: "Funnel Display", sans-serif;
    font-size: 1.1vw;
    padding: 2%;
    color: rgb(255, 255, 255);
    z-index: 2;


    width: 70%;
    margin: 0 auto;
    text-align: center;
    
    overflow: hidden;
}

@keyframes welcomeAnimation {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 100%;
    }
}

@keyframes opacityChange{
    from {
        opacity: 0;
    }
    to {
        opacity: 100%;
    }
}

.directLink {
    font-family: "Funnel Display", sans-serif;
    border: #ffffff solid 3px;
    margin: auto;
    border-radius: 20px;
    padding: 5px;
    width: 10vw;

    transition: 0.5s ease;

    > h2 {
        color: white;
    }

    &:hover {
        transform: scale(0.95);
        background-color: #313131;
        box-shadow: #ffffff 0px 0px 10px;
    }
}

.animate-on-scroll {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}
.animate-on-scroll.show {
    opacity: 1;
    transform: translateY(0);
}

.joinSection {
    background-color: white;

    font-family: "Funnel Display", sans-serif;
    padding: 0.1%;
    text-align: center;

    > h3 {
        color: black;
    }
}

.joinBtn {
    padding: 2%;
    font-size: 2.3vw;
    font-weight: 500;
    margin: auto;

    border: 2px solid #ffffff36;
    background-color: #00000037;
    width: 80%;
    border-radius: 10px;

    text-align: center;
    text-decoration: none;
    color: #ffffff;

    transition: 0.3s ease-in-out;

    &:hover {
        transform: scale(1.03);
        border: 1.5px solid #ffffff;
        background-color: #c1c1c137;
        box-shadow: 0px 0px 10px #ffffffb4;
    }
}

#countdown {
    font-size: 2em;
    padding: 20px 40px;
    border: 2px solid #ffffff36;
    border-radius: 10px;
    text-align: center;
}

.linkClean {
    text-decoration: none;
    color: inherit; 
}

.buttonContainer {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 50px;
}

.eventSection {
    position: relative;
    background-color: #222;
    padding-top: 10%;
    padding-left: 10%;
    padding-bottom: 28%;
    z-index: 1;

    color: white;
    font-family: "Funnel Display", sans-serif;
    align-items: center;

    > h1 {
        text-align: left;
    }
}

.eventPages {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: left;
}

.imageContainer {
    position: relative;
    display: inline-block;
    max-width:100%;
    padding-bottom: 60px;
}

.eventImage {
    display: block;
    width: 80%;
    height: auto;

    border: 2px solid #ffffff00;
    border-radius: 30px;
    box-shadow: 0px 0px 20px #ffffff00;

    transition: 0.3s ease-in-out;

    &:hover {
        transform: scale(1.03);
        border: 1.5px solid #ffffff;
        box-shadow: 0px 0px 10px #ffffffb4;
    }
}

.imageText {
    position: absolute;
    top: 35%;
    left: 2%;
    color: white;
    max-width: 60%;
    padding: 10px 20px;
    text-align: left;
    font-family: "Funnel Display", sans-serif;
    font-size: 2vw;
    font-weight: bold;
    text-shadow: #000000 0px 0px 15px;
	
	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
}

.imageDesc {
    position: absolute;
    top: 45%;
    left: 2%;
    color: white;
    max-width: 60%;
    padding: 10px 20px;
    text-align: left;
    font-family: "Funnel Display", sans-serif;
    font-size: 0.8vw;
    font-weight: bold;
    text-shadow: #000000 0px 0px 15px;
	
	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
}

.eventCD {
    font-size: 20px;
    font-weight: 200;
    position: absolute;
    top: 68%;
    left: 2%;
    color: white;
    padding: 10px 20px;
    text-align: right;
    font-family: "Funnel Display", sans-serif;
    font-size: 1.2vw;
    font-weight: bold;
    text-shadow: #000000 0px 0px 15px;
	
	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
}

.footer {
    font-family: "Funnel Display", sans-serif;
    width: 100%;
    background: #181818;
    color: #fff;
    padding: 15px 0;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-logo p {
    margin-left: 30px;
    height: 20px;
}

.footer-links a {
    margin-right: 20px;
    color: #fff;
    text-decoration: none;
    margin-left: 20px;
    font-size: 14px;
}

.footer-links a:hover {
    text-decoration: underline;
}
