h1{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
h3{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
label{font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;}
p{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
#hakkında{
    border: 1px solid black;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    margin-top: 20px;
}
#sonucdiv{
    border: 1px solid black;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    margin-top: 20px;
}
#div1{
    width: 400px;
    height: auto;
    border: 1px solid black;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    margin-top: 20px;
}
.kutu {
    width: 600px;
    height: 300px;
    border: 1px solid black;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    overflow-y: auto;
    overflow-x: hidden;
}
#div2{
    width: 400px;
    height: 340px;
    border: 1px solid black;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
}
#fullScreenDiv {
    position: fixed;
    top: 0;
    left: 0;    
    width: 100vw;
    height: 100vh;
    border: 1px solid black;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    z-index: 9999;
    flex-direction: column;
}

        #hideButton {
            margin-top: 20px;
            padding: 10px 20px;
            font-size: 1rem;
            cursor: pointer;
        }
#pup{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: large;
}
#pup1{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    
}
#divayarı{width: 1000px; height: 600px;}
.bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/site.jpg");
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.content {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    
}


.gallery {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.photo-area {
    width: 420px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid black;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

#photo {
    width: 400px;
}
.gallery button {
    font-size: 36px;
    padding: 18px 28px;
    border-radius: 20px;
    background-color: rgba(0,0,0,0.6);
    color: white;
    border: none;
    cursor: pointer;
}

.gallery button:hover {
    background-color: rgba(0,0,0,0.8);
}
html {
    scroll-behavior: smooth;
}
.alt {
    padding: 6px 8px;
    border-radius: 20px;
    background-color: rgba(0,0,0,0.6);
    color: white;
    border: none;
    cursor: pointer;
}
.alt:hover {
    background-color: rgba(0,0,0,0.8);
}
select {
    background-color: rgba(0,0,0,0.6);
    color: white;
    border: 1px solid rgba(255,255,255,0.3);
}
select option {
    background-color: rgba(0,0,0,0.6);
    color: white;
}
button{
     padding: 6px 8px;
    border-radius: 20px;
    background-color: rgba(0,0,0,0.6);
    color: white;
    border: none;
}
geri
#geri{
    border-radius: 20px;
    background-color: rgba(0,0,0,0.6);
    color: white;
}



