
/* .baslik{
    margin-top: 200px;
} */

/* .h1{
    text-align: center;
    font-family: "Anton", serif;
    font-weight: 90;
    font-style: normal;
    font-size: 25px;
    color: rgb(255, 255, 255);
} */



body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #1a1a1a;
    color: #fff;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #111;
    padding: 15px 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.navbar-logo {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Anton", serif;
    font-weight: 90;
    font-style: normal;
    font-size: 25px;
    margin-left: 42px;
    
}
/* .navbar-LOGO {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Anton", serif;   YAZI ANİMASYONU SABİT SADECE KÜÇÜK!
    font-weight: 45px;
    font-style: normal;
    font-size: 15px;
    
} */
.navbar-links {
    list-style: none;
    display: flex;
}

.navbar-links li {
    margin: 0 15px;
}

.navbar-links a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    transition: color 0.3s ease;
}

.navbar-links a:hover {
    color: #eedb33;
}

.navbar-icons a {
    padding-top: 800px;
    margin-left: 60px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    padding: 0; /* Aradaki boşlukari kaldirdi*/
    margin: 0;
}
/* #f39c1 */
.navbar-icons a:hover {
    color: #eedb33;
}

.navbar-toggle {
    display: none;
}

@media screen and (max-width: 768px) {
    .navbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar-links {
        flex-direction: column;
        width: 100%;
        padding: 0;
    }

    .navbar-links li {
        margin: 10px 0;
    }

    .navbar-toggle {
        display: block;
        font-size: 30px;
        color: #fff;
        cursor: pointer;
    }

    .navbar-links.active {
        display: block;
    }
}
navbar-logo img {
    width: 30px; 
    height: auto;
    margin-right: 10px; 
}

.search-bar {
    position: relative;
}

.search-input {
    margin-top: 10px;
    margin-right: 20px;
    background-color: #333;
    border: none;
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    outline: none;
    width: 180px;
    transition: width 0.4s ease;
}

.search-input:focus {
    width: 250px;
}

.search-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #fff;
    padding-inline-start: 0px;
}



.news-card {
    margin-left: 15px;
    margin-top: 30px;
    background: #222;
    padding: 20px;
    border-radius: 10px;
    color: white;
    width: 300px;
    text-align: center;
    position: absolute; /*BU KOD İLE AYNİ DİVDE YANYANA DURABİLİYOLAR*/
}
.news-card1 {
    margin-left: 375px;/*375*/
    margin-top: 30px;
    background: #222;
    padding: 20px;
    border-radius: 10px;
    color: white;
    width: 300px;
    text-align: center;
    position: absolute;
}
.news-card2 {
    margin-left: 750px;/*750*/
    margin-top: 30px;
    background: #222;
    padding: 20px;
    border-radius: 10px;
    color: white;
    width: 300px;
    text-align: center;
    position: absolute;
}
.news-card3 {
    /* margin-left: 375px; */
    margin-top: 360px;
    background: #222;
    padding: 20px;
    border-radius: 10px;
    color: white;
    width: 300px;
    text-align: center;
    position: absolute;
}
.news-card4 {
    margin-left: 375px;
    margin-top: 360px;
    background: #222;
    padding: 20px;
    border-radius: 10px;
    color: white;
    width: 300px;
    text-align: center;
    position: absolute;
}
.news-card5 {
    margin-left: 375px;
    margin-top: 360px;
    background: #222;
    padding: 20px;
    border-radius: 10px;
    color: white;
    width: 300px;
    text-align: center;
    position: absolute;
}
.news-card6 {
    margin-left: 750px;
    margin-top: 360px;
    background: #222;
    padding: 20px;
    border-radius: 10px;
    color: white;
    width: 300px;
    text-align: center;
    position: absolute;
}
.source-box {
    /* position: relative;
    top: 150px;  ALT KUTUNUN ASAGİ İNDİRME*/ 
    margin-top: 10px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    font-size: 14px;
}

.source-box a {
    color: #91851b;
    text-decoration: none;
    font-weight: bold;
}

.source-box a:hover {
    text-decoration: underline;
}

.img{
    width: 120px;
    height: 96px;
}


.basliki{
    margin-left: 15px;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(30px); 
    }
    to {
        opacity: 1;
        transform: translateY(0); 
    }
} 

.content {
    animation: slideIn 0.9s ease-out; 
}

@keyframes fadeInScale {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes underlineExpand {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

.basliki {
    text-align: center;
    margin-top: 50px;
}

.navbar-logo {
    font-size: 36px;
    font-weight: bold;
    color: white;
    opacity: 0;
    display: inline-block;
    position: relative;
    animation: fadeInScale 1s ease-out forwards;
}

.navbar-logo::after {
    content: "";
    display: block;
    width: 0;
    height: 4px;
    background-color: #91851b;
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
    animation: underlineExpand 1s ease-out 0.5s forwards;
}
.navbar-LOGO {
    font-size: 16px;
    font-weight: bold;
    color: white;
    opacity: 0;
    display: inline-block;
    position: relative;
    animation: fadeInScale 1s ease-out forwards;
}

.navbar-LOGO::after {
    content: "";
    display: block;
    width: 0;
    height: 4px;
    background-color: #91851b;
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
    animation: underlineExpand 1s ease-out 0.5s forwards;
}



/*İLETİSİM*/
 body {
    font-family: Arial, sans-serif;
    background: #fdffe6;
    text-align: center;
    padding: 20px;
}
form {
    background: rgb(110, 107, 107);
    padding: 20px;
    width: 380px;
    margin: auto;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border-radius: 8px;
}
input, textarea, button {
    width: 100%;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
button {
    background: #dac932;
    color: white;
    cursor: pointer;
    border: none;
}
button:hover {
    background: #91851b;
} 

input, textarea, button {
    width: 90%;
    margin: 10px 0;
    padding: 12px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    outline: none;
}

input, textarea {
    background: rgba(255, 255, 255, 0.3);
    color: #000000;
}

button {
    background: linear-gradient(45deg, #dac932, #e68900);
    color: white;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
}

button:hover {
    background: linear-gradient(45deg, #91851b, #ff9800);
    box-shadow: 0px 0px 10px rgba(255, 165, 0, 0.8);
}

textarea::placeholder, input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.video-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    overflow: hidden;
}

.video-background video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    transform: translate(-50%, -50%);
}


.içerikkoru {
    position: relative; /* Video arka planda kalsın diye */
    z-index: 1; /* Videonun önünde durmasını sağlar */
    background: rgba(0, 0, 0, 0.3); 
}


.bizeulas{
    border: #ddd;
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Anton", serif;   
    font-weight: 45px;
    font-style: normal;
    font-size: 15px;
}

.mobile-warning {
    display: none;
    background-color: red;
    color: white;
    text-align: center;
    padding: 10px;
    font-weight: bold;
}
.mobile-text{
    text-decoration: none;
    color: black;
}
/* Mobilde uyarıyı göster */
@media (max-width: 768px) {
    .mobile-warning {
        display: block;
    }
}