@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400&display=swap');

* {
    font-family: 'Rubik', sans-serif;
}
html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

#navbar {
    z-index: 99999999;
}
#navbar.fixed {
    position: fixed;
    top: -127px;
    width: 160px;
}
#yorumlar {
    z-index: 1;
}
.dahaonce{
    font-size: 48px;
}
.navbar-nav {
    margin-top: 130px;
}
#profil{
    padding-top: 50px;
    box-shadow: -4px 4px 10px 0px rgb(163, 163, 163);
    color:#2a2a2a;
    width: 300px;
    height: 300px;
    margin-left: calc(50% - 150px);
}

.iconlar i {
    font-size: 24px;
    margin: 5px;
    margin-bottom: 7px;
    cursor: pointer;
    transition: all 500ms;
    color: #2a2a2a;
}

.iconlar i:hover {
    text-shadow: 0px 0px 10px black;
    transform: scale(1.2);
}
.navbar-nav li a {
    color: white;

    background-color: #2a2a2a;
    padding: 8px 15px;
    margin: 5px 0px;
    color: white;
    font-size: 14px;
    padding-left: 10px !important;
    width: 100%;
    transition: all 200ms;
}

.navbar-nav li a:hover {
    background-color: black;
}

.katman {
    width: 150px;
    height: auto;
    padding-left: 4%;
}

.katman span {
    position: absolute;
    color: black;
    margin-left: -18px;
    margin-top: 10px;
}

.noron {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1.5px solid black;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    padding-top: 12.5px;
    font-size: 12px;
}

.noron div {
    margin-left: 10px;
    width: 100px;
    position: absolute;
    z-index: 99999;
}

#model {
    display: flex;
    /*margin-top: 100px;*/
    padding-bottom: 100px;
    margin-bottom: 10px;
    overflow-x: auto;
    overflow-y: hidden;
}

#modelyan {
    margin-top: 10px;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.son_cikti_label {
    background-color: transparent;
    border: 2px solid black;
    width: 75px;
    height: 75px
}

#predict {
    margin-bottom: 50px;
}

#predict button {
    padding: 8px 20px;
}

button {
    background-color: white;
    padding: 2px 10px;
    border: 1px solid black;
}

#predict input {
    width: 25%;
    background-color: transparent;
    border: 0px solid black;
    border-bottom: 2px solid black;
    padding-left: 25px;
}

.nokta {
    background: url('./Drawing-116.sketchpad.png');
    width: 50px;
    height: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: visible;
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-left: 40px;
}

.bf {
    border: 2px solid black;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.bf span {
    margin-top: 3px;
}

.cizgi {
    background-color: black;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
}

#epoch {
    width: 400px;
    padding-left: 10px;
}

#konsol {
    width: 100%;
    height: 220px;
    border: 1px solid black;
    margin-top: 10px;
    border-top: 30px solid rgb(39, 39, 39);
    background-color: silver;
    padding: 20px;
    overflow-y: scroll !important;
    margin-bottom: 7px;
}

#konsol2 {
    width: 100%;
    height: 220px;
    border: 1px solid black;
    margin-top: 10px;
    border-top: 30px solid rgb(39, 39, 39);
    background-color: silver;
    padding: 20px;
    overflow-y: scroll !important;
}

#konsol #name {
    color: white;
    position: relative;
    top: -48px;
    left: -10px;
}

#dene {
    margin-top: -30px;
    width: 100%;
}

#dene input {
    width: 100%;
    padding: 3px 5px;
}

#canvas {
    width: 90%;
    background-color: red;
    stroke: white;
}

#model_arka {
    position: absolute;
    fill: red;
    stroke: red;
    top: -70px;
    left: 20px;
    z-index: -1;
}

#model_arka2 {
    position: absolute;
    fill: blue;
    stroke: blue;
    top: -70px;
    left: 20px;
    z-index: -1;
}

.sembol_katman {
    max-height: 160px;
    width: 20px;
    background-color: red;
    border-radius: 25px;
    margin: 15px;
}

.sembol_katman input {
    background-color: black;
    color: white;
    padding: 5px;
    top: -40px;
    position: relative;
    width: 50px;
    border: 0px solid black;
    left: -15px;
    border-radius: 3px;
    text-align: center;
}

#layer_sizes {
    margin-top: 50px;
    margin-left: 50px;
}

code {
    background: hsl(220, 80%, 90%);
    border-radius: 5px;
    display: block;
}

pre {
    white-space: pre-wrap;
    padding: 15px;
    background: silver;
}

#weights {
    position: absolute;
    top: 0px;
    z-index: 9999;
    left: 0px;
}

#weights_panel {
    background-color: white;
    height: 80px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99999;
    overflow-y: scroll;
}

#weights_panel button {
    margin: 5px;
    border-radius: 3px;
    margin-top: 4px;
    color: black;
}

button {
    border-radius: 5px;
}

.efekt {
    width: 10px;
    height: 10px;
    background-color: white;
    box-shadow: 0px 0px 10px 0px black;
    z-index: -1;
    border-radius: 50%;
    position: absolute;

}

#sayi_resim {
    width: 300px;
    height: 300px;
}

#mesaj {
    height: 300px;
    width: 100%;
    padding: 10px;
}

#cikti {
    padding: 10px;
    background-color: rgb(146, 138, 138);
    color: white;
}

#cubuk {
    width: 100px;
    height: 10px;
    background-color: red;
    position: absolute;
    top: 400px;
}

.tugla {
    border: 2px solid black;
    width: 30px;
    height: 30px;
    margin: 5px 5.25px;
    margin-bottom: 0px;
}

#oyun {
    height: 500px;
    width: 500px;
    border:2px solid #2a2a2a;

    
    top: 22px;
    position: relative;
}

#top {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background-color: blue;
    position: absolute;
    left: 50px;
    display: block;
    z-index: 99999;
}

.yanspan {
    position: absolute;
    left: 60px;
    font-size: 18px;
    background-color: red;

    padding: 5px 10px;
    color: white !important;
    width: 60px;
    text-align: center;
}
.yanspan.label_efect{
    background-color: green;
}
#bas_h1 {
    width: 100%;
    text-align: center;
    margin: 25px 0px;
}

.metin {
    width: 95%;
    margin-left: 2.5%;
    font-size: 18px;
}

#yazi {
    /*  box-shadow: 0px 0px 5px 0px rgb(37, 37, 37);*/
    padding: 50px;
    margin-top: 70px
}

#yazi h1 {
    width: 100%;
    text-align: center;
    margin: 15px 0px;

}

#yazi h3 {
    width: 95%;
    margin: 50px 0px;
    margin-left: 2.5%;
    margin-bottom: 15px;
}

#yazi img {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
}

#yazi p.bilgilendirme {
    width: 100%;
    text-align: center;
}

#yazi h5 {
    font-weight: 600;
}

#yazi .devam {
    margin: 35px 0px;
    margin-top: 100px;
}

#okumaya_devam_button {

    margin: 0px 10px;
    margin-top: -7px;
    transition: all 500ms;
}

#okumaya_devam_button:hover {
    background-color: #2a2a2a;
    color: white;
}
#uyari{
    width: 500px;
    margin-top:35px;
}
#logo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 10px 0px;
}
.buttons button{
    border-radius: 0px;
}
.buttons .secili{
    background-color: #2a2a2a;
    color:white;
    transition: all 500ms;
}
#begeni{
 padding: 25px;   
}
#begeni i{
    font-size: 38px;
    margin-bottom: 10px;
    cursor: pointer;
}
#begeni i.fa-heart-o
{
    transition: all 500ms;
}
#begeni i.fa-heart-o:hover{
   text-shadow: 0px 0px 5px red;
}
pre {
    color: White !important;
    background-color: #2a2a2a;
    box-shadow: 0px 0px 5px 0px silver;
    border-radius: 0px;
    margin-left: 2.5%;
}
.buttons{
    margin-left: 2.5%;

}
code {
    background-color: transparent;
}
#nedenler i{
    font-size: 14px;
}
#githup {
    cursor: pointer;
    width: 25vw;
    margin-top: 50px;
    height: 12vw;
    background-color: rgb(15, 14, 15);
    transition: all 500ms;
    border-radius: 25px;
    box-shadow: inset 0px 0px 40px 0px rgba(255, 255, 255, 0.103);

}

#githup h2 {
    transition: all 100ms;
}

#githup:hover {
    background-color: white;
    color: black;
    box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.703);
    font-weight: 600;
}

#githup:hover img {
    filter: invert(100%) sepia(0%) saturate(7474%) hue-rotate(105deg) brightness(112%) contrast(100%);


}

#githup img {
    transition: all 500ms;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 25px;
}

.yorum {
    border: 1px solid #2a2a2a;
    margin: 0px 25px;
    padding: 25px;
    padding-top: 15px;
}

.yorum:first-child {
    margin-top: 25px;
}

.yorum .ust {
    display: flex;
}

.yorum .ust img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.yorum h3 {
    margin-right: 10px;
    margin-top: 17px;
}

.yorum span.tarih {
    margin-top: 15px;
}

.iler {
    margin: 5px 0px;
}

.iler i {
    font-size: 32px;
    width: 35px;
    height: 25px;
    cursor: pointer;
}

.yorum_sizin {
    border: 0px solid black;
    background-color: red;
    color: white;
    width: 100%;
    padding: 8px;
    margin-top: 20px;
    border-radius: 0px;
    transition: all 500ms;
}

.yorum_sizin:hover {
    background-color: rgb(148, 21, 21);
}

#yorum_post input {
    border: 1px solid #2a2a2a;
    margin: 10px 0px;
    font-size: 16px;
    padding: 8px 15px;
    width: calc(50% - 8px);
}

#yorum_post input:first-child {
    margin-right: 8px;
}

#yorum_post textarea {
    border: 1px solid #2a2a2a;
    padding: 8px 15px;
    margin-top: 10px;
    resize: none;
}

#yorum_post button {
    background-color: #2a2a2a;
    width: 100%;
    margin-top: 5px;
    color: White;
    padding: 8px 15px;
    border: 1px solid transparent;
    transition: all 500ms;
    border-radius: 0px;
}

#yorum_post button:hover {
    background-color: white;
    border: 1px solid #2a2a2a;
    color: #2a2a2a;

}
#durdur_buton{
    position: absolute;
    font-size: 48px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border:4px solid #2a2a2a;
    opacity: 0.5;
    transition: all 500ms;
    margin-left: 0px;
    margin-top: 180px;
    z-index: 9999;
    background-color: transparent;
}
#durdur_buton:hover{
    opacity: 1;
}
.popup{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.703);
    align-items: center;
    justify-content: center;
    z-index: 999999;
    flex-direction: column;
}
.popup img{
    width: 565px;
    cursor: pointer;
}
.popup i{
    color: #000000;
    font-size: 20px;
    transform: translateY(30px);
    margin-left: 520px;
    cursor: pointer;
    transition: all 500ms;
}
.popup i:hover{
    color:red;
}
@media(max-width:1500px) {
    #githup h2 {
        font-size: 24px;
    }

    #githup img {
        margin-bottom: 15px;
    }

    #githup {
        width: 480px;
        height: 230px;
    }
}
@media(max-width:1200px){
    .navbar-nav {
        margin-top: 50px;
    }
    #yazi{
        margin-top:10px;
    }
    #navbar{
        width: 50%;
        margin-left: 25%;
    }
}
@media(max-width:570px){
    .popup img{
        width: 90%;
        cursor: pointer;
    }
    .popup i{
        color: #000000;
        font-size: 20px;
        transform: translateY(30px);
        margin-left: calc(90% - 40px);
    }
}
@media(max-width:501px) {
    #durdur_buton{
        width: 100px;
        height: 100px;
        margin-top: calc(200px - 1%);        font-size: 36px;
        
    }
    #uyari{
        width: 100%;
        margin-top:-25px;
    }
    code {
        padding-left: 15px;
    width: 800px !important ;
    }
    pre{
        width: 100%;
        overflow-x: auto;
    }
    #yazi img {
        width: 80%;
        margin-left: 10%;
        margin-right:10%;
    }
    #yazi h1 {
        font-size: 2rem;
    }
    #modelyan{
        margin-bottom: 0px;
    }
    #navbar{
        width: 80%;
        margin-left: 10%;
    }
    ul{
        padding-left: 25px;
    }
    #yazi {
        /* box-shadow: 0px 0px 5px 0px rgb(37, 37, 37); */
        padding: 15px;
        margin-top: 70px;
    }
    .yorum {
        border: 1px solid #2a2a2a;
        margin: 0px 15px;
        padding: 15px;
        padding-top: 15px;
    }

    .yorum .ust {
        display: block;
    }

    #oyun {
        width: auto;
 
            position: static;
            left:0px;
        
    }
.noron{
    
    transform: scale(0.8);
}
    #noron {
        width: 100%;
    }

    pre {
        overflow-x: auto;
    }

    code {
        width: 500px;
    }

    #githup {
        width: 100%;
        height: 200px;
    }

    #githup h2 {
        font-size: 20px;
    }

    #model {
        width: 100%;
        overflow-x: scroll;
    }

    .katman span:not(.yanspan) {
        display: none;
    }
}