.video-background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.video-foreground iframe {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200vh;
}

.video-foreground::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Siyah renk ve %50 opaklık */
    z-index: 1;
}

.logo-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    animation: logo-animation 1s ease-in-out 3s forwards, fade-in 1s ease-in-out 3s forwards;
    z-index: 2;
}

@keyframes logo-animation {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        transform: translate(-50%, -50%) scale(0.7);
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.logo-container img {
    max-width: 100%;
    height: auto;
}

.burger-menu {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 2;
    transition: background-color 0.5s ease, color 0.5s ease;

}

.burger-menu::before,
.burger-menu::after {
    content: '';
    position: absolute;
    width: 26px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
}

.burger-menu::before {
    top: 12px;
}

.burger-menu::after {
    bottom: 12px;
}

.enter {
    color: white;
    position: absolute;
    bottom: 10%;
    left: 50%;
    font-size: 30px;
    opacity: 0;
    animation: fadeIn 2s ease-in-out 5s forwards; /* 5 saniye sonra başlasın */
    color: white;
    position: absolute;
    bottom: 10%;
    left: 50%;
    font-size: 30px;
    transform: translateX(-50%);
    border: solid 1px white;
    border-radius: 30px;
    padding: 10px 50px 10px 50px;
    transition: background-color 0.5s ease, color 0.5s ease;
    text-decoration: none;
    cursor: pointer;

}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.font {
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
}

.enter:hover {
    background-color: antiquewhite;
    color: black
}

.burger-menu:hover {
    background-color: darkgray;
}

.story {
    background-image: url(story.jpg);
    background-size: cover;
    background-color: #323232;
}.main {
     background-image: url(bg.jpg);
     background-size: cover;
     background-color: #323232;
 }

.mm li a {
    font-size: 80px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: color 0.3s ease; /* Renk değişimi için geçiş tanımı */


}

.mm li a:hover {
    color: navajowhite;
}

.mm {
    list-style: none;
    font-family: Marcellus;
}


.mm {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top:30px;
    overflow: hidden;
}

.mm li {
    opacity: 0;
    animation: fadeInRight 0.5s ease forwards;
}


@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(5%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.mm li:nth-child(1) {
    animation-delay: 0.2s;
}

.mm li:nth-child(2) {
    animation-delay: 0.4s;
}

.mm li:nth-child(3) {
    animation-delay: 0.6s;
}

.mm li:nth-child(4) {
    animation-delay: 0.8s;
}

.mm li:nth-child(5) {
    animation-delay: 1s;
}

.close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 2;
    transition: background-color 0.5s ease, color 0.5s ease;
    text-decoration: none !important;
}

.close-button::before,
.close-button::after {
    content: '';
    position: absolute;
    width: 26px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
}

.close-button::before {
    transform: rotate(45deg);
}

.close-button::after {
    transform: rotate(-45deg);

}

.close-button:hover {
    background-color: darkgray;
}

.fm {
    list-style: none;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.fm li {
    float: left;
    margin-right: 50px;
}

.fm li a {
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.5);
    font-family: Marcellus;
    transition: color 0.3s ease; /* Renk değişimi için geçiş tanımı */

}

.fm li a:hover { color: navajowhite; text-decoration: none}

.container {
    position: relative !important;
    padding-bottom: 150px
}
.logo { margin-top: 10px;}

.metin { color: white; margin-top: 120px; font-family: Marcellus; }
.metin p { font-size: 20px;}
.metin h2 { font-size: 60px;}
.sagdan {     animation: fadeInRight 0.8s ease forwards;}
.alttan {     animation: alttananim 0.8s ease forwards;}

@keyframes alttananim {
    from {
        opacity: 0;
        transform: translateY(50%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

body { padding-top: 20px;}

.container { overflow: hidden!important;}

.sm { position: absolute; right: 50px; bottom: 20px;}
.sm a { color: rgba(255, 255, 255, 0.6) !important; margin-right: 40px;}
