:root{
    --btn-bc1: #5bd3ff;
    --btn-bc2: rgba(255, 255, 255, 0.03);
    --btn-after-1: #00a2ff;
    --btn-after-2: rgba(255, 255, 255, 0.06);
    --aqua:  #00bbff;
    --aqua2: #43cdff;
    --black: #12141d;
    --white:  #93e2ff;
    --white2:  #b4ebff;
}

body{
    max-width: 1140px;
    margin: auto;
    background-color: var(--black);
    background-image: url(../assets/icons/arkaplan.png);
    background-repeat: no-repeat;
}
.body-space{
    margin-top: 200px;
    height: 1px;
    background-color: rgba(128, 128, 128, 0.282);
}
header{
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.282);
}
.header-img{
    width: 120px;
    transition: 0.3s;
}
.header-navbar{
    display: flex;
    align-items: center;
}
.header-navbar-1, .header-navbar-3{
    display: flex;
}
.header-navbar-1 a{
    text-decoration: none;
    font-size: .875rem;
    color: var(--white2);
    margin-left: 30px;
    transition: .3s;
}   
#external{
font-size: 8px;
margin-left: 5px;
}
.header-navbar-1 a:hover{
    color: var(--aqua);
}
.header-navbar-space{
    width: 1px;
    height: 20px;
    background-color: rgba(128, 128, 128, 0.282);
    margin-left: 20px;
    margin-right: 20px;
}
.header-navbar-2 a{
    text-decoration: none;
    font-size: 14px;
    color: var(--white2);
    transition: .3s;
}   
.header-navbar-2 a:hover{
    color: var(--aqua);
}
.header-navbar-3 a{
    text-decoration: none;
    font-size: 14px;
    color: rgb(126, 146, 157);
    transition: .3s;
}   
.header-navbar-3 a:hover{
    color: var(--white2);
}



.first{
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 150px;
}
.first-tag{
    text-align: center;
    font-family: 'ppmori';
}
.first-tag a{
    font-size: 13px;
    color: var(--aqua);
    border-radius: 29px;
    padding: 6px 10px 4px 10px;
    background-color: var(--btn-after-2);
}
.first-title{
    text-align: center;
    font-size: 70px;
    color: var(--white);
    margin-top: -5px;
    line-height: 80px;
    font-family: 'ppmori';
    font-weight: 400;
}
.first-desc{
    color: var(--white2);
    text-align: center;
    font-size: .875rem;
}
.first-btns{
    display: flex;
    align-items: center;
    justify-content: center;
}
.first-btns a{
    text-decoration: none;
    color: var(--white);
    border-radius: 7px;
    padding: 7px 20px 7px 20px;
    background-color: var(--btn-bc2);
    transition: 0.3s;
}
.first-btns a:hover{
    background-color: var(--btn-after-2);
}
.first-btns .who-am-i{
    color: var(--black);
    background-color: var(--btn-bc1);
    font-weight: 600;
    transition: 0.3s;
}
.first-btns .who-am-i:hover{
    background-color: var(--btn-after-1);
}
.first-btns .contact-me{
    margin-left: 20px;
    margin-right: 20px;
}
.first-img{
    width: 900px;
    display: block;
    margin: auto;
    opacity: 0.7;
}

.second{
    margin-top: 200px;
    padding-left: 50px;
    padding-right: 50px;
}
.second-1{
    text-align: center;
    color: var(--white2);
}
.skills{
    margin-top: 100px;
}
.skills-text{
    text-align: center;
    color: var(--white2);
}
.container{
    background-color: var(--btn-bc2); 
    width: 100%; 
    border-radius: 30px;
    height: 13px; 
}
.skill-2{
    display: flex;
    justify-content: space-between;
}
.skill-2 p{
    color: var(--aqua2);
}
.skill { 
    background-color: var(--aqua2); 
    color: white; 
    text-align: right; 
    font-size: 20px; 
    border-radius: 30px; 
    height: 13px;
}
.ps{
    width: 90%;
}
.html{
    width: 80%;
}
.js{
    width: 40%;
}

.third{
    margin-top: 100px;
}
.third-text{
    text-align: center;
    color: var(--white2);
}
.third-text2{
    text-align: center;
    font-size: 70px;
    color: var(--white);
    margin-top: -5px;
    line-height: 80px;
    font-family: 'ppmori';
    font-weight: 400;
}
.third-text3{
    text-align: center;
    color: var(--white2);
}
.link{
    text-decoration: none;
    color: var(--aqua2);
    padding: 5px 10px 5px 10px;
    background-color: var(--btn-after-2);
    border-radius: 7px;
}

.update{
    padding-left: 50px;
    padding-right: 50pX;
    margin-top: 200px;
}
.update-title{
    text-align: center;
    font-size: 50px;
    color: var(--white);
    margin-top: -5px;
    line-height: 60px;
    font-family: 'ppmori';
    font-weight: 400;
}

.update-desc{
    color: var(--white2);
    text-align: center;
    font-size: .875rem;
}

.update img{
    width: 1000px;
    display: block;
    margin: auto;
}