#morning {
position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    z-index: -1;
    object-fit: cover;
    display: block;
}
#rainy {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    z-index: -1;
    object-fit: cover;
    display: block;
}
#field {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    z-index: -1;
    object-fit: cover;
    display: block;
}
#foggy {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    z-index: -1;
    object-fit: cover;
    display: block;
}
body{
    font-family: 'Segoe UI';
}
.nav{
    left: 2%;
    padding: 2%;
}
.navi{
    width: 100%;
    max-width: fit-content;
   /* margin-inline: 3%;*/
    font-size: 1.3rem;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.493);
    background-color: rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(9px);
    font-weight: 100;
    padding-inline: 1.5%;
    padding-block: .4%;
    border-radius: 15px;
    transition: 0.2s ease-out;
}
.navi:hover{
    width: 101%;
    max-width: fit-content;
    font-size: 1.3rem;
    text-decoration: none;
    backdrop-filter: blur(11px);
    background-color: rgba(255, 255, 255, 0.13);
    color: rgba(255, 255, 255, 0.842);
    font-weight: 100;
    padding-inline: 4%;
    padding-block: .4%;
    border-radius: 15px;
}
.navi.aktif {
    width: 100%;
    max-width: fit-content;
    font-size: 1.3rem;
    text-decoration: none;
    backdrop-filter: blur(11px);
    color: rgba(255, 255, 255, 0.842);
    background-color: rgba(255, 255, 255, 0.13);
    font-weight: 100;
    padding-inline: 4%;
    padding-block: .4%;
    border-radius: 15px;
    font-weight: 400;
}
.içerik{
    margin-top: 1.4rem;
    background-color: rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(9px);
    width: 90vw;
    max-width: 1000px;
    padding: 2%;
    border-radius: 20px;
    color: rgba(255, 255, 255, 0.842);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.315);
    column-count: 3;
    overflow-y: auto;
    max-height: 80vh;
    scrollbar-width: none;
    column-gap: 1rem;
    transition: opacity 0.29s ease-out, transform 0.29s ease-out;
    overflow: hidden;
    opacity: 1;
    transform: scale(1);
}
.içerik.geçiş{
    opacity: 0;
    transform: scale(0.95);
}
.içerik img{
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 15px;
    break-inside: avoid;
    transition: 0.29s;
}
.içerik img:hover{
    box-shadow: 0px 0px 70px rgba(255, 255, 255, 0.452);
}
.içerik iframe{
    border-radius: 15px;
    width: 100%;
    height: 280px;
    margin-bottom: 1rem;
    transition: 0.15s ease-out;
}
.içerik iframe:hover{
    box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.651);
}
.başlık{
    background: linear-gradient(rgba(255, 255, 255, 0.13),rgba(0, 0, 0, 0.281));
    backdrop-filter: blur(9px);
    border-radius: 20px;
    max-width: 20%;
    max-height: 50%;
    padding-inline: 2%;
    margin: auto;
    position: absolute;
    right: 2%;
    top: 5%;
    word-wrap: break-word;
    color: rgba(255, 255, 255, 0.842);
    font-weight: 300;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.651);
    padding-bottom: 2%;
}
h1{
    font-weight: 100;
    font-size: 2.5rem;
}
.sonraki{
    transition: .09s ease-out;
    font-size: 0.9rem;
    padding: 1% 1.2% 1% 1.2%;
    position: absolute;
    max-width: 10%;
    bottom: 2%;
    right: 6%;
    max-height: 10%;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.096);
    backdrop-filter: blur(7px);
    border: transparent;
    color: #ffffff6c;
    font-weight: lighter;
    margin: auto;
    text-align: center;
}
.sonraki:hover{
    backdrop-filter: blur(11px);
    color: rgb(0, 0, 0);
    background-color: rgba(255, 255, 255, 0.466);
}
#oynat{
    transition: .09s ease-out;
    font-size: 0.9rem;
    padding: 1% 1.2% 1% 1.2%;
    bottom: 2%;
    right: 2%;
    position: absolute;
    max-width: 10%;
    max-height: 10%;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.096);
    backdrop-filter: blur(7px);
    border: transparent;
    color: #ffffff6c;
    font-weight: lighter;
    margin: auto;
    text-align: center;
}
#oynat:hover{
    backdrop-filter: blur(11px);
    color: rgb(0, 0, 0);
    background-color: rgba(255, 255, 255, 0.466);
}
.hidden{
    opacity: 0;
    pointer-events: none;
}