@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: 'Poppins', sans-serif;

}


.lastwords {

    color: #333;
    /* Renk kodunu ihtiyacınıza göre değiştirin */
    margin-top: 20px;
    /* İstenilen boşluk miktarını ayarlayın */
    background-color: white;
    text-align: center;
    font-size: 22px;
    /* Örnek metin boyutu */
    padding: 20px;
    font-family: 'Poppins', sans-serif;
}

.lastwords a {
    color: #6633ff;
    /* Bağlantı rengini ihtiyacınıza göre değiştirin */
    text-decoration: none;
    font-weight: bold;
}

.lastwords a:hover {
    text-decoration: underline;
}


/* Genel Stilller */
header {
    padding: 20px 0;
    background: #11141a;
    display: flex;
    justify-content: center;
    /* Ortala */
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.menu-toggle .bar {
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 3px 0;
}

/* Tablet ve Telefon Stilleri */
@media (max-width: 700px) {
    .menu-toggle {
        display: flex;
        flex-direction: column;
        cursor: pointer;
    }

    .menu-toggle .bar {
        width: 25px;
        height: 3px;
        background-color: #fff;
        margin: 3px 0;
        transition: 0.3s;
    }

    .menu-toggle.active .bar:nth-child(1) {
        transform: rotate(-45deg) translate(-7px, 5px);
    }

    .menu-toggle.active .bar:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.active .bar:nth-child(3) {
        transform: rotate(45deg) translate(-7px, -5px);
    }

    nav {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        width: 45%;
        background: rgba(17, 20, 26, 0.9);
        position: absolute;
        top: 0;
        left: 0;
    }

    header.open nav {
        display: flex;
    }

    nav a {
        font-size: 18px;
        color: #fff;
        text-decoration: none;
        font-weight: 500;
        margin-left: 35px;
        transition: .3s;
        margin: 20px;
    }

    nav a:hover,
    nav a.active {
        color: #6633ff;
    }
}




nav a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    margin-left: 35px;
    transition: .3s;
    margin: 20px;

}

nav a:hover,
nav a.active {
    color: #6633ff;
}

.ImgSlider {
    height: 600px;
}

body {
    padding-top: 0;

    -webkit-user-select: none;
    /* Safari/Chrome */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE/Edge */
    user-select: none;
    /*font-family: 'Raleway', sans-serif;*/
    /*font-family: 'Sometype Mono', monospace;*/

}



h2 {
    font-weight: normal !important;
}

.ayrac {
    border: none;
    border-top: 3px solid #343a40;
    max-width: 250px;
    margin: 25px auto;
}

.ibeyaz {
    color: #343a40;
    position: relative;
    top: -55px;
    font-size: 40px;
    border: 10px solid white;
    background-color: white;
}

.igri {
    color: #343a40;
    position: relative;
    top: -55px;
    font-size: 40px;
    border: 10px solid #f2f2f2;
    background-color: #f2f2f2;
}




/* PC (Masaüstü) Stilleri */
.aboutme {
    background-color: white;
    text-align: justify;
    font-size: 18px;
    padding: 20px;
    /* Adjust padding as needed */
    margin: 0 80px;
    /* Add margin to the sides for indentation */
}

/* Tablet Styles */
@media (max-width: 1024px) {
    .aboutme {
        font-size: 16px;
    }
}

/* Phone Styles */
@media (max-width: 768px) {
    .aboutme {
        font-size: 14px;
        padding: 10px;
        margin: 0 10px;
        /* Adjust margin for phone view */
    }
}





/* Genel Stilller */
.games {
    background-color: white;
}

/* Tablet Stilleri */
@media (max-width: 992px) {
    .col-12.col-md-6 {
        width: 100%;
        /* Tabletler için tek sıra olacak şekilde genişliği ayarla */
    }
}


.designs {
    background-color: #f2f2f2;
}

.contact {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    /* Add width and height properties if needed */
}

.figure>:hover {
    opacity: 0.8;
}


.card-img-top {
    position: relative;
    width: 100%;
    height: 200px;
    transition: all 0.7s;
}

.card-img-top::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to left, transparent, #e838cc, #4a22bd);
    opacity: 0;
    transition: all 0.7s;
}

.card-img-top:hover::after {
    opacity: 0.8;
}


.mainContact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 30vw;
    min-height: 30vh;
    /* Add flex properties to center it horizontally and vertically */
    flex-direction: row;
    /* To stack the circle-div elements vertically */
    justify-content: center;
    align-items: center;
}

.circle-div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background-color: white;
    color: #343a40;
    font-size: 20px;
}

a {
    text-decoration: none;
}

#skills {
    background-color: #f2f2f2;
    /* Set the background color to white */
    padding: 5% 0;
    /* Adjust padding as needed */

}

.skill {
    background-color: rgba(255, 255, 255, 0.15);
    /* Set the background color with transparency */
    background: rgba(255, 255, 255, 0.1);
    width: 1000px;
    margin: 60px auto;
    color: #000000;
    padding: 20px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    list-style-type: none;
    border-radius: 15px;
    /* Optional: Add rounded corners to the container */
    overflow: hidden;
    /* Optional: Ensure child elements don't protrude beyond the rounded corners */

}

.skill li {
    margin: 20px 0;
    padding: 10px;
}

.skills-container {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    /* Adjust the margin as needed */
}

.skill-list {
    list-style-type: none;
    padding: 0;
    flex-basis: calc(50% - 10px);
    /* Two columns with a 10px gap */
    box-sizing: border-box;
    margin-bottom: 10px;
    padding: 10px;
}


.skills-container .skill-list li {
    flex-basis: calc(50% - 10px);
    /* İki sütun olacak şekilde ayarlanmıştır */
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 10px;
}

.skill-list h6,
.skill-list .bar {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}




.bar {
    background: #353b48;
    display: block;
    height: 13px;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgb(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.bar:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10x rgb(0, 0, 0, 0.22);
}

.bar span {
    height: 20px;
    float: left;
    background: linear-gradient(135deg, #4a22bd 0%, #e838cc 100%);
}



.rhino {
    width: 90%;
    animation: rhino 3s;
}

@keyframes rhino {
    0% {
        width: 0%;
    }

    100% {
        width: 90%;
    }
}

.render {
    width: 75%;
    animation: render 3s;
}

@keyframes render {
    0% {
        width: 0%;
    }

    100% {
        width: 75%;
    }
}

.csharp {
    width: 80%;
    animation: csharp 3s;
}

@keyframes csharp {
    0% {
        width: 0%;
    }

    100% {
        width: 80%;
    }
}

.sql {
    width: 70%;
    animation: sql 3s;
}

@keyframes sql {
    0% {
        width: 0%;
    }

    100% {
        width: 70%;
    }
}

.netcoremvc {
    width: 50%;
    animation: netcoremvc 3s;
}

@keyframes netcoremvc {
    0% {
        width: 0%;
    }

    100% {
        width: 50%;
    }
}

.css {
    width: 50%;
    animation: css 3s;
}

@keyframes css {
    0% {
        width: 0%;
    }

    100% {
        width: 50%;
    }
}

.html {
    width: 50%;
    animation: html 3s;
}

@keyframes html {
    0% {
        width: 0%;
    }

    100% {
        width: 50%;
    }
}

.unity {
    width: 70%;
    animation: unity 3s;
}

@keyframes unity {
    0% {
        width: 0%;
    }

    100% {
        width: 70%;
    }
}

.photoshop {
    width: 65%;
    animation: photoshop 3s;
}

@keyframes photoshop {
    0% {
        width: 0%;
    }

    100% {
        width: 65%;
    }
}

.english {
    width: 65%;
    animation: english 3s;
}

@keyframes english {
    0% {
        width: 0%;
    }

    100% {
        width: 65%;
    }
}



.scrollbar {
    background-color: #F5F5F5;
    float: left;
    height: 300px;
    margin-bottom: 25px;
    margin-left: 22px;
    margin-top: 40px;
    width: 65px;
    overflow-y: scroll;
}

.force-overflow {
    min-height: 450px;
}

#style-1::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}


#background {
    background: linear-gradient(to bottom, #ff3366, #6633ff);
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

/*---------custom scrollbar-----------*/

::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    background: #11141a;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(#642bff, #ff22e6);
}

/*
.navbar .nav-link {
    background: linear-gradient(#642bff, #830e75);
 
    -webkit-background-clip: text;
   
    color: transparent;
    
}
*/




.nav-item {
    font-size: 20px;
    /* Sağda 20 piksel boşluk ekler, ihtiyacınıza göre değeri ayarlayabilirsiniz */
    transition: .3s;
    color: white;
}

.nav-item :hover {
    color: #642bff;
}

.nav-link {
    color: gray;
    /* İstediğiniz rengi belirleyebilirsiniz */
}

.texttype {
    /*font-family: 'Poppins', sans-serif;*/
    font-family: 'Raleway', sans-serif;
    /*font-family: 'Sometype Mono', monospace;*/
}


.circle-div i {
    color: #212529;
}

.circle-div:hover i {
    color: #642bff;
}



.row-cols-1 .containerx {
    flex-basis: calc(50% - 16px);
    max-width: calc(50% - 16px);
    margin: 8px;
    /* İstenilen boşluğu ekleyin */
}

.row-cols-md-4 .containerx {
    flex-basis: calc(25% - 16px);
    max-width: calc(25% - 16px);
    margin: 8px;
    /* İstenilen boşluğu ekleyin */
}


.img-fluid:hover {
    transform: scale(1.1);
    /* Resmi büyütme efekti */
    transition: transform 0.3s;
    /* Geçiş süresi */
    cursor: pointer;
    /* İşaretçiyi el işareti yap */
    filter: grayscale(0%);
    /* Resmin renkli kalmasını sağlar */

}


/* Resmin üzerine eklenen gradient efekti */
.img-container {
    position: relative;
    overflow: hidden;
}

.img-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1;
}

/* Resmin üzerine gelindiğinde uygulanacak efekt */
.img-container:hover .overlay {
    opacity: 1;
    transition: opacity 0.3s;
    cursor: pointer;
}


.img-container:hover::before {
    opacity: 1;
    transition: opacity 0.3s;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

/* Resim üzerine gelindiğinde daha fazla saydam linear-gradient efekti ve resmin boyutunu küçült */
.card-link {
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
    text-decoration: none;
}

.card-img-top {
    width: 100%;
    height: 100%;
    transition: filter 0.4s, transform 0.4s;
}

.card-link:hover .card-img-top {
    filter: brightness(0.7);

}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(34, 94, 179, 0.5) 50%, rgba(255, 48, 210, 0.5) 75%, rgba(96, 5, 133, 0.5) 100%);
    transition: background 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    opacity: 0;

}


.containerx {
    background: #000;
    background: linear-gradient(135deg, #000 0%, #000 25%, #225eb3 50%, #ff30d2 75%, #600585 100%);
    background-size: 400% 400%;
    background-repeat: no-repeat;
    display: flex;
    width: 500px;
    height: 200px;
    max-width: 100vw;
    max-height: 100vh;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    cursor: pointer;
    transition: 0.5s all;

}



.containerx:hover {
    background-position: 100% 100%;

}

.card-link:hover .overlay {
    background: linear-gradient(180deg, #642bff 0%, #ff22e6 25%, #225eb3 50%, #ff22E6 75%, #642bff 100%);
    background-size: 400% 400%;

    transition: 0.5s all;
    opacity: 0.7;
}



.contact-form {
    max-width: 400px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-group {
    margin: 15px 0;
}

label {
    display: block;
    margin-bottom: 5px;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

button {
    background-color: #007BFF;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    width: 100%;
    font-size: 16px;
}

button:hover {
    background-color: #0056b3;
}

.myimage {
    position: relative;
    display: inline-block;
}

.myimage img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 50%; /* Resmi yuvarlak yapar */
    box-shadow: 0 0 20px #000000b3; /* Kalınlaştırılmış siyah gölge rengi ve opaklığı */
    transition: box-shadow 0.3s ease; /* Geçiş efekti */
}
