* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    width: 100%;
    min-height: 100%;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background: linear-gradient(to right, rgb(3, 160, 212), rgb(172, 169, 169));
    font-weight: bold;
    overflow-y: auto;
    /* Dikey kaydırma */
    overflow-x: hidden;

}


.hidden {
    transform: scale(0.4);
    filter: blur(3px);
    transition: 0.5s ease;
}

.visible {
    transform: scale(1);
    filter: blur(0px);
    transition: 0.5s ease;
}

.menu-bar a {
    text-decoration: none;
    color: white;
    cursor: pointer;
}

.menu-bar-container {
    display: none;
    /* Initially hidden */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    /* Add background for visibility */
    z-index: 1;
}

.nav-div {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.menu-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100%;
    color: white;
    font-size: 80px;
}

.container2 {
    padding-top: 100px;
    /* Add padding to ensure the content starts below the navbar */
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(to right, rgba(1, 101, 135, 0.678), rgb(139, 139, 139));
    margin: 0;
    margin-bottom: 200px;
}


h1 span {
    color: orange
}

.nav {
    position: fixed;
    background-color: rgb(0, 0, 0);
    border-radius: 10px;
    overflow: hidden;
    width: 95%;
    display: flex;
    top: 0;
    z-index: 4;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.menu-container {
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: fixed;
    /* Ensure the whole container is positioned */

    left: 20px;
    top: 20px;
    display: flex;
    align-items: center;
    justify-items: center;
    display: none;
}

.menu::before {
    content: '';
    background-color: rgb(255, 255, 255);
    width: 30px;
    height: 5px;
    position: absolute;
    top: -10px;
    left: 0;
}

.menu {
    background-color: rgb(255, 255, 255);
    width: 30px;
    height: 5px;
    position: relative;
    z-index: 2;
    transition: 0.5s;
}

.menu::after {
    content: '';
    background-color: rgb(255, 255, 255);
    width: 30px;
    height: 5px;
    position: absolute;
    top: 10px;
    left: 0;
}

#input {
    position: absolute;
    left: 20px;
    top: 20px;
    visibility: hidden;
    width: 30px;
    height: 30px;
}

#input:checked+.menu-container .menu {
    transition: 0.5s;
    transform: rotate(225deg);
}


#input:checked~.menu-container .menu::before {
    transform: rotate(90deg);
    top: 0;
}

#input {
    display: none;
}

#input:checked~.menu-container .menu::after {
    transform: rotate(90deg);
    top: 0;
}

.nav .navigation {
    display: flex;
    margin-left: auto;
    z-index: 2;
}

.nav .navigation a {
    cursor: pointer;
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-family: "Bruno Ace", sans-serif;
    font-size: 21px;
}

.navigation .bg-themes {
    cursor: pointer;
}

.nav p,
a {
    margin: 30px;
}

.head {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 100vh;
}

.img-title {
    display: none;
}

.head .title {
    margin: 20px 100px;
    width: 70%;
    height: 100%;
}

.head .img {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.head .img .img1 {
    width: 300px;
    height: 400px;
    z-index: 2;
    position: relative;
    right: 150px;
    bottom: 50px;
    border-radius: 30%;
}


.title .section {
    display: flex;
    flex-direction: column;
    margin: 80px 0;
    height: 20%;
    width: 100%;
    font-size: 25px;
}

.section a {
    background-color: rgb(211, 170, 21);
    border: none;
    border-radius: 5px;
    padding: 10px;
    color: white;
    cursor: pointer;
    text-decoration: none;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0px;
}

.footer {
    position: relative;
    bottom: 0;
    top: 90px;
}

.footer a {
    font-size: 20px;
    margin: 10px;
}

.footer .in i {
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgb(0, 26, 255);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer .pinterest i {
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: red;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer .github {
    text-decoration: none;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgb(0, 0, 0);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


.contact {
    list-style: none;
    color: white;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}


.contactMenu {
    text-align: center;
    list-style: none;
    margin-top: 15px;
}

.navigation ul {
    list-style: none;
    display: flex;
    align-items: center;
}

.contact .contact-mail {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 60px;
    background-color: orange;
    border-radius: 2px;
}

.container1-about .container2 .aboutMe {
    font-size: 25px;
    word-spacing: 5px;
    margin: 0px 100px;
    text-align: justify;
    position: relative;
    top: 90px;
    font-family: "Quattrocento", serif;

}


.about-me {
    display: flex;
    align-items: center;
    justify-content: center;
}


.about-me-title-text {
    color: orange;
    font-family: "Bruno Ace", Nabla, system-ui, Arial, Helvetica, sans-serif;
    letter-spacing: 0.2em; /* Adjust spacing between letters */
    text-shadow: 2px 2px 5px #c70404; /* Black shadow with blur */

}

.char {
    display: inline-block;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.3s ease-in-out;
}

.char.visible {
    opacity: 1;
    transform: translateY(0);
}


.skills {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 200px;
    line-height: 60px;
    text-align: center;
    font-family: "Bruno Ace", sans-serif;
    font-size: 30px;
    margin-bottom: 50px;
}


.skills p {
    font-size: 30px;
    background: -webkit-linear-gradient(#ffffff, #ff9d00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.5s ease-in-out;
    width: auto;

}

.skills p:hover {
    transform:scaleY(1.2);
    cursor: pointer;

}

.my-skills-text {
    font-size: 35px;
    color: orange;

    font-family:"Bruno Ace", Nabla, system-ui, Arial, Helvetica, sans-serif;
    text-shadow: 2px 2px 5px #c70404; /* Black shadow with blur */

}


::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}



.rights {

    word-spacing: 5px;
    color: white;
}

.rights-container {
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*--------------------------------------*/


@media screen and (max-width: 1080px) {
    .head .img {
        display: none;
    }

    .container2 {
        background: linear-gradient(to right, rgb(2, 97, 129), rgb(150, 149, 149));
        color: rgb(255, 255, 255);
    }

    .menu-bar {
        font-size: xx-large;
    }

    .head {
        display: flex;
        align-items: center;
        justify-items: center;
        width: 100%;
        height: 100vh;

    }

    .head .title {
        margin: 250px 100px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    #input {
        display: inline;
    }


    .menu-container {
        display: inline-flex;
        z-index: 2;
    }

    .nav .navigation,
    .logo {
        display: none;
    }

    .section {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;

    }

    .section p {
        padding: 15px;
        text-align: justify;

    }

    .img-title {
        display: inline;
        width: 110px;
        border-radius: 40%;
    }

    .container1-about .container2 {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        padding: 15px;

    }

    .container1-about .container2 .aboutMe {
        font-size: x-large;
        width: 100%;
        height: auto;
        margin: 10px;
    }

    .title h1 {
        margin: 15px;
    }

    .skills {
        display: grid;
        grid-template-columns: repeat(1, 100%);
        width: 100%;
        align-items: center;
        justify-content: center;
        margin-top: 200px;
        line-height: 50px;
        text-align: center;
        font-family: "Bruno Ace", sans-serif;
    }

    .skills p {
        font-size: 20px;
        background: -webkit-linear-gradient(#ffffff, #ff9d00);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .my-skills-text {
        font-size: 25px;
        color: orange;
        font-family:"Bruno Ace", Verdana,Arial, Helvetica, sans-serif;
    }



}

/* Mobil Ekran Düzenlemeleri */
@media screen and (max-height:668px) {


    .menu-bar {
        display: grid;
        grid-template-columns: repeat(1, 50%);
    }
}


@media screen and (max-width: 375px) {

    .container2,
    .head,
    .skills {
        /* Daha küçük ekranlar için genişlikleri düzenleyin */
        width: 100%;
        margin: 0 auto;
        padding: 20px;
        font-size: 18px;
        /* Yazı boyutlarını küçültün */
    }

    .skills p {
        font-size: 16px;
    }

    .rights-container {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 10px;
        width: 100%;
        position: relative;
        top: 180px;
    }
}