.home-code-leng{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    left: 250px;
    width: calc(100% - 250px);
    transition: var(--tran-05);
}
.sidebar.close ~ .home-code-leng{
    left: 88px;
    width: calc(100% - 88px);
}
.porject-keres{
    position: absolute;
    top: 80px;
    background-color: rgba(0, 0, 0, 0.7);
    width: 700px;
    height: 73px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    padding-top: 10px;
}
.porject-keres form .project-keres-in input{
    position: absolute;
    background: transparent;
    flex: 1;
    border: 0;
    outline: none;
    padding: 25px 20px;
    font-size: 20px;
    color: #fff;
    width: 630px;
    margin-top: -45px;

}
.porject-keres form .project-keres-but button{
    position: absolute;
    background: #FFF;
    outline: none;
    cursor: pointer;
    border: 0;
    font-size: 30px;
    color: #000000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    padding-top: -15px;
    margin-left: 640px;
    margin-top: -30px;
}
.porject-keres form button i{
    margin-top: 10px;
}
.all-project-box{
    top: 270px;
    right: 60px;
    left: 60px;
    height: auto;
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: calc(100vh - 270px);
    overflow: hidden;
}
.project-box{
    position: relative;
    background: linear-gradient(to bottom right, #003444, #346a80);
    width: 300px;
    height: 300px;
    border-radius: 20px;
    margin: 10px;
    transition: 0.3s;
    align-items: center;
    justify-content: center;
    justify-items: center;
    transition: var(--tran-04);
}
.project-box h5{
    color: #FFF;
    position: relative;
    text-align: center;
    padding-top: 20px;
    margin-left: 10px;
    margin-right: 10px;

}
.project-box button {
    color: #fbfcfd;
    padding: 10px 25px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 20px;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 75%;
    left: 50%; 
    transform: translateX(-50%); 
}
.project-box button h3 {
    display: block;
    font-size: 12px;
    font-weight: bold;
}
.project-box button:hover{
    color: #285565;
    background-color: #FFF;
}







/*Beta*/
.project-box-larn{
    position: relative;
    background: linear-gradient(to bottom right, #003444, #346a80);
    width: 500px;
    height: 300px;
    border-radius: 20px;
    margin: 10px;
    transition: 0.3s;
    align-items: center;
    justify-content: center;
    justify-items: center;
    transition: var(--tran-04);
}
.project-box-larn h2{
    color: #ffffff;
    position: relative;
    text-align: center;
    padding-top: 20px;
    
}
.project-box-larn h5{
    color: #FFF;
    position: relative;
    text-align: center;
    padding-top: 20px;
    margin-left: 10px;
    margin-right: 10px;

}
.project-box-larn button {
    color: #fbfcfd;
    padding: 10px 25px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 20px;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translateX(-50%);
}
.project-box-larn button h3 {
    display: block;
    font-size: 12px;
    font-weight: bold;
}
.project-box-larn button:hover{
    color: #285565;
    background-color: #FFF;
}
/**/

/*BEJELENTKEZŐS RÉSZ*/
.project-box h2{
    color: #ffffff;
    position: relative;
    text-align: center;
    padding-top: 20px;
    
}
.project-box .foot {
    height: calc(100% - 100px);
    display: grid;
    grid-template-columns: 50% 50%;
}.project-box .foot .time {
    display: flex;
    position: relative;
    height: calc(100%);
    width: 100%;
    align-items: flex-end;
    justify-content: left;
    overflow: hidden;
}
.project-box .foot .time span {
    color: #FFF;
}
.project-box .foot .time .icon {
    color: #FFF;
    font-size: 18px;
    margin-bottom: 4px;
    margin-left: 5px;
    margin-right: 2px;
}
.project-box .foot .lsd {
    display: flex;
    position: relative;
    height: calc(100%);
    width: 100%;
    align-items: flex-end;
    justify-content: right;
    overflow: hidden;
}
.project-box .foot .lsd .icon {
    color: #FFF;
    font-size: 17px;
    margin-bottom: 5px;
    margin-right: 2px;
}
.project-box .foot .lsd span {
    color: #FFF;
    font-size: 17px;
    margin-right: 10px;
}