body{
    margin:0;
    padding:0;
    min-height: 100vh;
    background: rgb(80,19,84);
    background: linear-gradient(180deg, rgba(80,19,84,1) 0%, rgba(0,0,0,1) 100%);
}

::-webkit-scrollbar {
  width: 10px;
}


::-webkit-scrollbar-track {
  background: linear-gradient(180deg, rgba(80,19,84,1) 0%, rgba(0,0,0,1) 100%);
}


::-webkit-scrollbar-thumb {
  background: #e16aff;
}


::-webkit-scrollbar-thumb:hover {
  background: #783989;
}

.nav{
    width: 100%;
    height: 90px;
    /* background-color: red; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.nav-link{
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-decoration: none;
    font-size: 18px;
}

.header-container{
    width: 100%;
    height: 350px;
    /* background-color: red; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    margin-top: 60px;
}

.header{
    max-width: 1400px;
    height: 100%;
    /* background-color: blue; */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 150px;
}

.social-info:nth-child(1){
    width: 230px;
    height: 100px;
    /* background-color: red; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    order: 1;
}

.social-info{
    cursor: pointer;
}

.social-info *{
    transition: all 0.2s;
}

.social-info:hover > .avatar i {
    transform: scale(1.1) rotate3d(0, 1, 0, 3rad);
}

.social-info:hover > .social-side span:nth-child(2){
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.664);
}





.social-info:nth-child(1) .social-side{
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.social-side i{
    font-size: 50px;
    color: rgb(225, 106, 255);
}

.social-side:nth-child(2){
    width: 60px;
    /* background-color: red; */
    display: flex;
    justify-content: center !important;
    align-items: flex-start !important;
    text-align: center !important;
}


.social-info:nth-child(2){
    width: 230px;
    height: 100px;
    /* background-color: red; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    order: 3;
}


.social-info:nth-child(2) .social-side:nth-child(1){
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    order:2;
}
.social-info:nth-child(2) .social-side:nth-child(2){
    order: 1;
    
}


.social-info:nth-child(1) .social-side:nth-child(1){
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    order:1;
}
.social-info:nth-child(1) .social-side:nth-child(2){
    order: 2;
    
}


.social-side span{
    color: white;
    font-weight: 400;
    font-size: 16px !important;
    color: rgb(225, 106, 255);
}

.social-side span:nth-child(2){
    font-weight: 600;
    font-size: 13px !important;
    color: rgb(247, 232, 232);
}



.header-logo{
    order: 2;
    width: 250px;
    border-radius: 50%;
}


.buttons-container{
    width: 100%;
    height: fit-content;
    min-height: 300px;
    /* background-color: red; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.buttons{
    max-width: 1400px;
    margin: 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    /* background: blue; */
    gap: 20px;
    flex-wrap: wrap;
}

.btn{
    color: black;
    background-color: rgb(225, 106, 255);
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    padding: 15px 30px;
    font-weight: 600;
    border-bottom: 4px solid purple;
    box-shadow: 0px 0px 50px 3px rgba(128, 0, 128, 0.493);
    transition: all 0.1s;
    border-radius: 10px;

}

.btn:hover{
    border-bottom: none;
    box-shadow: 0px 0px 50px 3px rgba(255, 255, 255, 0.267);
}


div#particles-js {
    position: fixed;
    z-index: -1;
    height: 100vh;
    width: 100%;
}

.nav-social{
    height: 100%;
    /* background-color: red; */
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 35px;
    gap: 24px;
    color: rgb(225, 106, 255);
}

.menu-icon{
    background-color: rgb(225, 106, 255);
    padding: 10px;
    border-radius: 5px;
    font-size: 25px;
    color: white;
}

.nav-btns{
    width: fit-content;
    display: flex;
    height: 100%;
    align-items: center;
    flex-direction: row;
    gap: 60px;
}

.menu-icon, .nav-social {
    display: none !important;
}

.serverName{
    font-size: 30px;
    color: white;
    width: 100%;
    display: block;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

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

    .header, .buttons {
        width: 100%;
    }

    /* #social-side{
        display: none;
    }

    .social-side{
        display: flex;
        justify-content: center !important;
        align-items: center !important;
        width: fit-content !important;
    }

    .social-info{
        display: flex;
        justify-content: center !important;
        align-items: center !important;
        width: 100px !important;
    } */

    .header{
        gap: 60px;
    }

    .buttons{
        height: fit-content;
    }
}

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

    .social-info{
        display: none !important;
    }

    .menu-icon, .nav-social {
        display: flex !important;
        margin: 20px;
    }

    .menu-icon{
        order: 1;
    }
    .nav-social{
        order: 2;   
        margin: 0px;
        margin-right: 20px;
    }

    .nav-btns{
        order: 3;
        width: 100%;
        flex-direction: column;
        gap: 4px;
        /* background-color: red; */
    }

    .nav-link{
        width: 90%;
        /* background-color: red; */
        text-align: center;
        padding: 18px 20px;
    }

    .nav-link:last-child{
        /* background-color: red; */
        margin-bottom: 15px;
    }

    .nav{
        justify-content: space-between;
        flex-wrap: wrap;
        height: fit-content;
        /* background-color: red; */
        height: 90px;
        gap: 5px;
        background-color: rgba(255, 255, 255, 0.089);
        overflow: hidden;
    }



    


}

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

    .buttons{
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .buttons .btn{
        min-width: 95%;
        text-align: center;
    }
}



@media screen and (max-width: 0px){
  .social-info{
        display: none !important;
    }

    .menu-icon, .nav-social {
        display: flex !important;
        margin: 20px;
    }

    .menu-icon{
        order: 1;
    }
    .nav-social{
        order: 2;
    }

    .nav-btns{
        order: 3;
        width: 100%;
        flex-direction: column;
        gap: 4px;
        /* background-color: red; */
    }

    .nav-link{
        width: 90%;
        /* background-color: red; */
        text-align: center;
        padding: 18px 20px;
    }

    .nav-link:last-child{
        /* background-color: red; */
        margin-bottom: 25px;
    }

    .nav{
        justify-content: space-between;
        flex-wrap: wrap;
        height: fit-content;
        /* background-color: red; */
        gap: 25px;
        background-color: rgba(255, 255, 255, 0.089);
    }
   
}