@font-face {
    font-family: "inter";
    src: url("../assets/inter.ttf")
}

@font-face {
    font-family: "pixelated";
    src: url("../assets/pixelated.ttf")
}

@keyframes slideInFromBottom {
    0% {
        transform: translateY(10%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 100%;
    }
}

.slide-animated{
    animation: 1s ease-in-out 0s 1 slideInFromBottom;
}

.quick-slide-animated{
    animation: .5s ease-in-out 0s 1 slideInFromBottom;
}

.prevent-select {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.support-btn{
    background-color:#f6b830;
    height:70px;
    width:70px;
    border-radius:25px;
    display:flex;
    justify-content: center;
    align-items: center;
    position:fixed;
    right:25px;
    bottom:25px;
    cursor:pointer;
    transition:background-color .2s;
    z-index: 9999;
    box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.185);
}

.iframe-chat{
    width: 400px;
    height: 600px;
    outline: none;
    border: 1px solid none;
    background-color: #9d282800;
    border: none;
    position: fixed;
    bottom: 25px;
    right: 120px;
    border-radius:35px;
    z-index: 9999;
    box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.185);
}

.support-btn:hover{
    background-color:#f8ca5e;
}

.support-btn img{
    width:40px;
}

::-webkit-scrollbar {
    width: 2px;
  }
  
::-webkit-scrollbar-track {
    background: #000000; 
}

::-webkit-scrollbar-thumb {
    background: #29ff75;
}
  
::-webkit-scrollbar-thumb:hover {
    background: #1bfd6c;
}

.back{
    position:absolute;
    width:100%;
    height:105vh;
    background-color:rgba(0, 0, 0, 0.185);
    z-index:-3;
}

body{
    background-image:url(../assets/background11.png);
    background-size:contain;
}

*{
    margin:0;
    padding:0;
    list-style-type:none;
    box-sizing:border-box;
    text-decoration:none;
    font-family:'inter'
}

.navigation-container{
    display:flex;
    justify-content: space-evenly;
    align-items: center;
    width:100%;
    height:100px;
}

.navigation-container .brand-logo .brand-text{
    font-weight:700;
    letter-spacing:3px;
    color:rgb(227, 245, 255);
    font-family: "pixelated";
}

.navigation-container .navigation-list{
    display:flex;
}

.navigation-container .navigation-list #home, #about, #events, #support{
    font-weight:900;
    font-size:17px;
    text-transform: uppercase;
    letter-spacing:1px;
    color:rgba(227, 245, 255, 0.55);
    transition:.2s;
    font-family: "pixelated";
}

.navigation-container .navigation-list #home{
    color:rgb(227, 245, 255);
    text-shadow:0px 0px 20px white;
}

.navigation-container .navigation-list #about:hover, #events:hover{
    color:rgb(227, 245, 255);
    text-shadow:0px 0px 20px white;
}

.hero-container{
    width:100%;
    height:90vh;
}

.hero-container .hero-content{
    width:100%;
    height:80vh;
    display:flex;
    justify-content: center;
    align-items: center;
}

.hero-container .hero-content .hero-card{
    color:rgb(227, 245, 255);
    text-align:center;
}

.hero-container .hero-content .hero-card .hero-text .brand-square{
    text-align:center;
    width:550px;
    font-size:225px;
    color:white;
    border:5px solid white;
    font-family: "pixelated";
    margin-bottom:15px;
}

.hero-container .hero-content .hero-card .hero-text .brand-slogan{
    font-size:29px;
    letter-spacing:4.5px;
    font-family: "pixelated";
}

.hero-container .hero-content .hero-card .hero-text .brand-description{
    color: rgb(227, 245, 255);
    font-size:17px;
    margin-bottom:10px;
}

.hero-container .hero-content .hero-card .hero-text .btn-container{
    display:flex;
    justify-content: center;
}

.hero-container .hero-content .hero-card .hero-text .events-btn, .about-btn{
    padding:12px;
    width:240px;
    font-size:15px;
    font-weight:500;
    text-transform: uppercase;
    border:1px solid rgb(29, 106, 255);
    outline:none;
    cursor:pointer;
    transition:.2s;
    font-family: "pixelated";

}

.hero-container .hero-content .hero-card .hero-text .events-btn{
    margin-right:10px;
    background-color:rgb(227, 245, 255);
    color:black;
    border:1.7px solid white;
}

.hero-container .hero-content .hero-card .hero-text .events-btn:hover{
    background-color:transparent;
    color:white;

}

.hero-container .hero-content .hero-card .hero-text .about-btn{
    border:1.7px solid rgb(29, 106, 255);
    color:rgb(227, 245, 255);
    background-color:rgb(29, 106, 255);
}

.hero-container .hero-content .hero-card .hero-text .about-btn:hover{
    background-color:rgb(227, 245, 255);
    color:black;
    border:1.7px solid rgb(227, 245, 255);
}

.header-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding-bottom: 125px;
    color: rgb(255, 255, 255);
    background-color: #060910;
}

.header-container .section-content {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin-bottom: 36px;
}

.header-container .section-content .section-welcome {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top:86px;
}

.header-container .section-content .section-welcome .sequence-line {
    width: 1px;
    height: 100px;
    background: linear-gradient(#000000, #4a77b7);
}

.header-container .section-content .section-welcome .sequence {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 460px;
    height: 50px;
    font-family: 'inter_bold';
    border-radius: 50px;
    background-color: white;
    background: linear-gradient(180deg, rgb(29, 106, 255), #3f92ff);
    color: rgb(0, 0, 0);
    margin-bottom: 10px;
    box-shadow: 0px 0px 142px 15px #0a83ff;
    font-family: "pixelated";
}

.header-container .header-content .section-content .section-welcome .sequence-list{
    font-family: "pixelated";
    font-size: 36px;
    font-weight: 100;
    color: white;
    background: linear-gradient(#ffffff, #8dc6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-container .section-content .section-welcome .section-header {
    font-size: 125px;
    font-family: 'pixelated';
    font-weight: 100;
    margin-bottom: 5px;
    background: linear-gradient(#ffffff, #242e38);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-container .section-content .section-welcome .section-paragraph {
    width:750px;
    color:white;
    font-size:27px;
    font-family: inter;
    text-align: center;
}

.header-container .header-content .cards-section{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width:1560px;
    font-family: "pixelated";
}

.header-container .header-content .first-card, .second-card, .third-card{
    width:350px;
    height:600px;
    background-color:white;
    border-radius:45px;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align:center;
    background-size:cover;
    background-position:center;
}

.header-container .header-content .first-card::before, .second-card::before, .third-card::before{
    content:'';
    position:absolute;
    width:350px;
    height:600px;
    background-color:rgba(0, 0, 0, 0.555);
    border-radius:45px;
    z-index:1;
}

.header-container .header-content .first-card h1, .second-card h1, .third-card h1{
    font-size:30px;
    font-weight:900;
    text-transform: uppercase;
    z-index:3;
    letter-spacing:1px;
    color:white;
    font-family: "pixelated";
}

.header-container .header-content .first-card p, .second-card p, .third-card p{
    width:250px;
    font-size:17px;
    z-index:3;
    color:white;
    
}

.header-container .header-content .first-card{
    background-image:url(../assets/end.png);
}

.header-container .header-content .second-card{
    background-image:url(../assets/end2.png);
}

.header-container .header-content .third-card{
    background-image:url(../assets/end3.png)
}

.end-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding-bottom: 125px;
    color: rgb(255, 255, 255);
    background: linear-gradient(#070910, #000000);
}

.end-container .section-content {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin-bottom: 36px;
}

.end-container .section-content .section-welcome {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top:86px;
}

.end-container .section-content .section-welcome .sequence-line {
    width: 1px;
    height: 100px;
    background: linear-gradient(#000000, #4a77b7);
}

.end-container .section-content .section-welcome .sequence {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 370px;
    height: 50px;
    font-family: 'inter_bold';
    border-radius: 50px;
    background-color: white;
    background: linear-gradient(180deg, #06b355, #40b922);
    color: rgb(0, 0, 0);
    margin-bottom: 10px;
    box-shadow: 0px 0px 142px 15px #2ffd4180;
    font-family: "pixelated";
}

.end-container .end-content .section-content .section-welcome .sequence-list{
    font-family: "pixelated";
    font-size: 36px;
    font-weight: 100;
    color: white;
    background: linear-gradient(#ffffff, #00ff5d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.end-container .section-content .section-welcome .section-header {
    font-size: 125px;
    font-family: 'pixelated';
    font-weight: 100;
    margin-bottom: 5px;
    background: linear-gradient(#ffffff, #242e38);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.end-container .section-content .section-welcome .section-paragraph {
    width:750px;
    color:white;
    font-size:27px;
    font-family: inter;
    text-align: center;
}

.end-cards-section{
    display:flex;
    align-items: center;
    flex-direction: column;
    width:1560px;
}

.end-cards-section .first-card{
    width:1360px;
    height:400px;
    border-radius:45px;
    background-image:url(../assets/park.png);
    background-size:cover;
    background-position: center;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align:center;
    margin-bottom:24px;
}

.end-cards-section .second-card{
    width:1360px;
    height:300px;
    border-radius:45px;
    background-image:url(../assets/mushroom.png);
    background-size:cover;
    background-position: center;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align:center;
}

.end-cards-section .first-card::before{
    content:'';
    position:absolute;
    width:1360px;
    height:400px;
    border-radius:45px;
    background-color:rgba(0, 0, 0, 0.445);
}

.end-cards-section .second-card::before{
    content:'';
    position:absolute;
    width:1360px;
    height:300px;
    border-radius:45px;
    background-color:rgba(0, 0, 0, 0.445);
}

.end-cards-section .second-card h1{
    font-size:120px;
    z-index: 3;
    font-weight:100;
    font-family:'pixelated';
}

.end-cards-section .second-card p{
    width:1000px;
    font-size:27px;
    z-index: 3;
    font-weight:300;
    color: #ffffff;
}

.end-cards-section .first-card h1{
    font-size:100px;
    z-index: 3;
    font-weight:100;
    font-family:'pixelated';
}

.end-cards-section .first-card .join-btn{
    padding:10px;
    width:175px;
    font-size:15px;
    font-weight:500;
    text-transform: uppercase;
    outline:none;
    cursor:pointer;
    z-index:3;
    border:3px solid white;
    background-color:transparent;
    color:white;
    transition: 0.2s;
    font-family:pixelated;
    font-size:24px;
    font-weight:100;
}

.end-cards-section .first-card .join-btn:hover{
    background-color: white;
    color:black;
}