@import url('https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&family=Carattere&family=Comforter+Brush&family=Cookie&family=Meow+Script&family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Luckiest+Guy&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&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&family=Signika+Negative:wght@300..700&family=Viga&display=swap');

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body,html{
    background-color: #000000;
    max-width: 100rem;
    height: 100vh;
    margin: auto;
    overflow-x: hidden;
    scroll-behavior:smooth;
    overflow-y: scroll;
}
.godconta{
    max-width: 50rem;
    margin: auto;
    z-index: 1;
}
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 150px;
    padding: 20px;
    transition: 1s;
}
.left, .right{
    display: flex;
    align-items: center;
    justify-content: center;
}
.left{
    gap: 10px;
}
.left h1,.left p{
     /* font-family: "Cookie", cursive; */
     font-family: Montserrat;
     color: #fff;
     font-weight: 500;
     font-size: 15px;
     user-select: none;
}
.left p{
    color: grey;
    font-size: 14px;
    margin: 5px 0px;
}
.left img{
    border-radius: 50%;
    width: 40px;
}
.right img{
    width: 40px;
    margin: 5px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid rgba(227, 227, 227,0.12);
    cursor: pointer;
    transition: 0.5s;
}
.socialImg:hover{
    background-color: rgba(227, 227, 227,0.12);

}


.aboutcontainer{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding:0px 20px;
}
.me{
    font-family: Poppins;
    font-weight: 500;
    color: #fff;
    margin: 10px 0px;
    font-size: 1.75rem;
    text-align: left;
}
.me span{
    font-size: 50px;
}
#aboutme{
    font-family: "Afacad Flux", sans-serif;
    font-weight: 400;
    color: #969696;
    font-size: 20px;
    text-align: left;
    margin-right: 90px;
}
.main_conta{
    margin: auto;
    width: 100%;
    display: flex;
    align-content: center;
    flex-direction: column;
    margin-bottom: 30px;
}
.discord_conta,.youtube_conta{
    display: flex;
    align-items: center;
    border-radius: 15px;
    height: 200px;
    padding:5px 20px;
    transition: 1s;
    user-select: none;
    overflow: hidden;
    flex-wrap: wrap;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.03);
    margin: 15px 0px 25px;
    border: 2px solid rgba(227, 227, 227,0.12);
}
.discord_conta:hover,.youtube_conta:hover{
    background-color: rgba(255, 255, 255, 0.08);
    border: 2px solid rgba(227, 227, 227,0.12);
}

#box{
    display: flex;
    align-items: center;
    justify-content: center;
}
#dispart1{
    width: 40%;
}
#dispart2{
    width: 60%;
}


.poster{
    display: block;
    margin: auto;
    width: 300px;
    border-radius: 5px;
}
.soicalhead{
    font-family: Montserrat;
    font-size: 27px;
    font-weight: 500;
    color: #fff;
    margin: 15px 0px;
}

#soicaldetail{
    font-family: "Afacad Flux", sans-serif;
    font-weight: 400;
    color: #969696;
    font-size: 16px;
    text-align: left;
}


button{
    width: 100px;
    padding: 8px 13px;
    border-radius: 5px;
    font-size: 15px;
    border: 2px solid rgba(227, 227, 227,0.12);
     background-color: transparent;
    color: #ffffff;
    /* box-shadow: 0px 0px 10px #fff; */
    font-family: "Afacad Flux", sans-serif;
    transition: 0.5s;
    cursor: pointer;
}

.soicalhead img{
    width: 30px;
    display: none;
}


/* ---------------------------------------------------------------- */
.footer{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 200px;
}
.foothead{
    font-family: Montserrat;
    color: #ffffff;
    margin: 0px 0px 20px 0px;
}
.footsocial{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footsocial img{
    width: 40px;
    margin: 5px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid rgba(227, 227, 227,0.12);
    cursor: pointer;
    transition: 0.5s;
}
.socialImg:hover{
    background-color: rgba(227, 227, 227,0.12);
}
.footer p{
    font-family: Montserrat;
    color: #464646;
    font-weight: 500;
    margin: 20px 0px 0px 0px;
}

img, button, a {
    -webkit-tap-highlight-color: transparent;
}


/* ------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */

.contactconta{
    display: none;
    max-width: 50rem;
    padding:50px 30px;
    position: absolute;
    z-index: 20;
    font-family: Poppins;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.8); /* Darken background */
    backdrop-filter: blur(5px);
    border: 2px solid grey;
    border-radius: 10px;
    overflow: hidden;
    animation-name: firendcontainer;
    animation-duration: 1s;
}
@keyframes firendcontainer {
    0%{
        top: -100%;
    }
}


.contactconta h1{
    font-size: 25px;
    color: #fff;
    font-weight: 300;
}
.contactconta p{
    font-size: 15px;
    color: #515151;
    font-weight: 400;
    margin: 10px 0px;
}
.dmme{
    width: 170px;
    height: 50px;
    border: 2px solid #464646;
    margin: 20px 0px;
    transition: 0.5s;
}

.contactconta button:hover{
    border-color: #7c7c7c;

}
.closebtn,.closeError{
    display: inline-block;
    margin: 40px 0px 0px 0px;
    width: 100%;
    height: 50px;
    color: #000000;
    background-color: #fff;
    border: none;
    font-weight: 700;
    /* animation-name: closeConta;
    animation-duration: 1s; */
}
.closebtn:hover{
    box-shadow: 0px 0px 5px white,
    0px 0px 20px white;
}

/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------------------------------------------- */

.errorConta{
    display: none;
    max-width: 25rem;
    padding:50px 30px 30px;
    position: absolute;
    z-index: 20;
    font-family: Poppins;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.8); /* Darken background */
    backdrop-filter: blur(5px);
    border: 2px solid grey;
    border-radius: 15px;
    overflow: hidden;
    animation-name: firendcontainer;
    animation-duration: 1s;
    margin: 10px 0px;
    text-align: center;
    color: #fff;
}


/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* ------------------------------------------------------- */

.myskill_conta{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding:5px 20px;
}
.skill{
    width: 240px;
    height: 70px;
    margin: 10px 5px;
    border: 2px solid rgba(227, 227, 227,0.12);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 10px 15px;
    gap: 20px;
    background-color: rgba(0, 0, 0, 0.8);
    transition: 0.2s;
    user-select: none;
}
.skill:hover{
    border: 4px solid rgba(227, 227, 227,0.12);
    background-color: rgba(255, 255, 255, 0.08);
}
.skillImg img{
    display: block;
    margin: auto;
    width: 40px;
}
.skillName h2{
    color: #fff;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 3px;
}
.skillName p{
    color: #626262;
    font-family: "Afacad Flux", sans-serif;
    font-weight: 600;
    font-size: 14px;
}

/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
.myproject_conta{
    width: 100%;
    display: flex;
    overflow-x: auto;    
    scroll-behavior: smooth;
    box-shadow: inset 10px 20px 20px 20px rgba(0, 0, 0);
}
.projectBox{
    min-width: 350px;
    height: 17.625rem;
    background-color: #000;
    border-radius: 15px;
    margin: 15px 10px 25px;
    border: 2px solid rgba(227, 227, 227,0.12);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    text-align: center;
    padding: 0px 50px;
    transition: 0.5s;
    user-select: none;
}

.projectBox h1{
    margin-top: 20px;
    font-family: poppins;
}
.projectBox p{
    font-family: Signika Negative;
    color: #555555;
}
.projectBox:hover{
    border: 4px solid rgba(227, 227, 227,0.12);
}

.knowmore{
    margin-top: 50px;
    width: 120px;
    background-color: #fff;
    color: #000000;
    border: none;
}

@media screen and (max-width: 800px){

    .errorConta{
        min-width: 23rem;
    }

    .main_conta{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .discord_conta{
        background-color: rgba(0, 85, 255, 0.534);
        box-shadow: 0px 0px 5px rgba(0, 85, 255, 0.408),
                    0px 0px 20px rgba(0, 85, 255, 0.512),
                    0px 0px 50px rgba(0, 85, 255, 0.408);
    }
    .discord_conta,.youtube_conta{
        height: 100%;
        width: 100%;
        flex-direction: column;
        margin: none;
        padding:15px 0px;
    }
    .youtube_conta{
        background-color: rgba(255, 0, 0, 0.534);
        box-shadow: 0px 0px 5px rgba(255, 0, 0, 0.408),
                    0px 0px 20px rgba(255, 0, 0, 0.512),
                    0px 0px 50px rgba(255, 0, 0, 0.408);
    }


    .joinbtn{
        display: none;

    }

    #left{
        width: 100%;
    }
    nav{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .socialImg{
        display: none;
    }
    #dispart1{
        width: 100%;
        padding: 20px;
    }
    #dispart2{
        display: none;
    }
    .soicalhead{
        font-size: 23px;
        font-weight: 800;
        display: flex;
        align-items: center;
        gap: 12px;
    }
.soicalhead img{
    display: inline-block;
    }

    .contactconta{
        width: 100%;
        border: none;
        height: 100%;
    }
    #aboutme{
        margin-right: 10px;
    }

    /* ------------------------- */
    /* ------------------------- */

    .skill{
        width: 100%;
    }
    .projectBox{
        border: 4px solid rgba(227, 227, 227,0.12);
    }
}


body::-webkit-scrollbar {
    width: 1px
  }
   
body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
   
body::-webkit-scrollbar-thumb {
    background-color: rgb(0, 0, 0);
    outline: 1px solid rgb(0, 0, 0);
}
.myproject_conta::-webkit-scrollbar {
    width: .5px;
    height: 4px;
  }
   
.myproject_conta::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
   
.myproject_conta::-webkit-scrollbar-thumb {
    background-color: rgb(255, 240, 240);
    outline: 0.5px solid rgb(255, 255, 255);
    border-radius: 10px;
}