*{
    margin: 0px;
    padding: 0px;
}
body {
    min-height: 200vh; 
}



.full{
    width: 100%;
    position: relative; 
    display: flex;
    justify-content: center;

}



.border{
    max-width: 1520px;
    padding: 0;
    margin: 0;
    /* display: flex; */
    /* justify-content: center; */
}

.full, .border, .container {
    position: relative;
}


button:hover {
    cursor: pointer;
    filter: brightness(90%);
}



#header{
    color: rgb(25, 25, 25);
    font-family: acumin-pro, "Acumin Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:16px ;
    font-weight: 600;
    width: 100%;
    height: 59.2px;
    align-items: center;

}

#ham{
    display: none;
    z-index: 100;
    height: fit-content;
    width: 250px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#hm  #hm-s #hm-h{
    display:flex;
    width: 250px;
    justify-content: space-between;
}
#hm-s{
    display: none;
    flex-direction: column;
    
}

@media (max-width:1050px) {
    #header #upper a, 
    #header #upper button {
        display: none;
    }
    #hm{
        display: block;
    }

    #projects{
        grid-template-columns: repeat(3,1fr);
    }
    
}

#upper a:hover{
    text-decoration: underline;
    color: rgb(25, 25, 25);
    text-decoration-thickness:.2rem ;
    text-underline-offset: 1.25rem;
}




.underLine {
    /* text-decoration: none; */
    border-bottom: .2rem solid rgb(25, 25, 25); /* Fallback for older browsers */
    padding-bottom: .8rem; /* Adjust the distance */
}



#side-bar{
    width: 330px;
}

span{
    background-image: linear-gradient(45deg, rgb(0, 136, 253) 0%, rgb(0, 59, 255) 50%, rgb(0, 31, 170) 100%);
    color:rgb(255, 255, 255);
    font-size: 9px;
    font-weight: 700;
    padding: 5px;
    border-radius: 5px;
    align-self:self-end;
    
}

/* #header a{
    color: rgb(25, 25, 25);
    font-family: acumin-pro, "Acumin Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:16px ;
    font-weight: 600;
} */

.log-in, .sign-up{
    font-family: acumin-pro, "Acumin Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: rgb(0, 87, 255);
    background-color: rgb(191, 210, 255);
    padding: 8px 15px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
}

.sign-up{
    background-color: rgb(0, 87, 255);
    color: rgb(255, 255, 255);
    cursor: pointer;
}

#upper a{
    text-decoration: none;
    color: black;
    padding: 1rem;
}


#upper , #upper div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.filter ,#sort{
    display: flex;
    align-items: center;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 30px;
    padding: 10px 25px;
    gap: 10px;
    font-family: acumin-pro, "Acumin Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: rgb(25, 25, 25);
    background-color: white;
    cursor: pointer;
}

.filter:hover{
    background-color: rgb(232, 232, 232);
}


#lower {
    display: flex;
    padding: 1rem; 
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    gap: 10px;
    position: sticky !important;
    z-index: 10;
    top: 59.2px !important; 
    background-color: white;
    justify-content: space-between;
    
}




.search-container {
    display: flex;
    align-items: center;
    background-color: rgb(249, 249, 249);
    border-radius: 25px;
    padding: 10px;
    width: 600px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.search-icon {
    font-size: 18px;
    color: gray;
    margin: 0 10px;
}

.search-input {
    flex: 1;
    background-color:rgb(249, 249, 249);
    border: none;
    outline: none;
    font-size: 16px;
    padding: 8px;
}

.search-button {
    background-color: rgb(255, 255, 255);
    gap: 5px;
    display: flex;
    align-items: center;
    border: none;
    padding: 8px 12px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    color:rgb(25, 25, 25);
    transition: 0.3s;
}

.search-button:hover {
    background: #e0e0e0;
}


#side-bar{
    display:none;
    position: sticky;
    height: fit-content;
    top: 59.2px;
    left: 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}


#s-head{
    display: flex;
    padding: 10px;
    justify-content: space-between;

}

.cut{
    background-color: white;
    border: none;
    cursor: pointer;
}

#btns , #select{
    display: flex;
    gap: 10px 20px;
    flex-direction: column;
    padding: 10px;

}

#btns button ,#select button{
    background-color: (245, 248, 255);
    color: rgb(25, 25, 25);
    font-family: acumin-pro, "Acumin Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 15px;
    border-radius: 20px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

#select button{
    display: flex;
    justify-content: space-between;
    border-radius: 0px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    background-color: white;
}



#Search{
    display: flex;
}

#projects{
    display: grid;
    grid-template-columns: repeat(4,1fr);
}




.card{
    height: 337px;
    width: 345px;
    padding: 2rem 1rem;
    cursor: pointer;

}

.card:hover{
    #folder{
        display: block;
    }
    .image{
        filter:brightness(70%);
    }
}

.card #folder{
    display: none;
    padding: 5px 10px;
    background-color: rgba(25, 25, 25, 0.65);
    color:rgb(255, 255, 255);
    font-family: acumin-pro, "Acumin Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
    z-index: 2;
    border: none;
    border-radius: 20px;
}

.card .image{
    height: 276px;
    width: 352px;
    border-radius: 5px;
    position: relative;
    transition: filter 0.1s ease-in-out;
}

.card .social{
    display: flex;
    gap: 1rem;
}

.card h4{
    font-family: acumin-pro, "Acumin Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
}


/*----------------------------------------------------------*/
#snl h2 , #snl h2 a{
    display: flex;
    justify-content: center;
    font-family: cumin-pro, "Acumin Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: rgb(25, 25, 25);
    gap: .3rem;

}
#snl{
    margin: 4rem 0 2rem 0;
}

#social{
    display: flex;
}



#social a{
    display: flex;
    height: 54px;
    width: 54px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    /* padding: 5px; */
}

#social img{
    height: 28px;
}


#horiLine img{
    height: .25rem;
    margin-top: 3rem;
    max-width: 100%;
}



#UpgradeToBehance{
    width: 100%;
    display: flex;
    gap: 1rem;
    align-items: center;
    margin: 1rem 0;
    font-family: acumin-pro, "Acumin Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: rgb(25, 25, 25);
    font-size: 14px;
}
#UpgradeToBehance a{
    text-decoration: none;
    color: rgb(0, 87, 255);
}

/*-------------------------------------------------------------------------------------------*/


#footer{
    /* display: flex; */
    color: rgb(255, 255, 255);
    padding: 2rem 3rem;
    font-family: acumin-pro-wide, "Acumin Pro Wide", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#footer h2{
    font-size: 36px;
    padding-left: 0;
}


#footer p{
    font-size: 16px;
    font-weight: 700;
    padding-bottom:1rem ;
}
#f-low{
    display: flex;
    justify-content: space-evenly;
    padding: 4rem 0;
}

#footer a{
    text-decoration: none;
    color:rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    padding-top: 1rem;
}

.clm{
    display: flex;
    flex-direction: column;
}

#last a{
    font-size: 13px;
    font-weight: 400;
}




 
/* --------------------------------------------------------------------- */


