/* Videolu arka plan */
#bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Video'nun ekran boyutuna orantÄ±lÄ± olarak doldurmasÄ±nÄ± saÄŸlar */
  z-index: -1; /* Video'nun sayfa iÃ§eriÄŸinin arkasÄ±nda gÃ¶rÃ¼nmesini saÄŸlar */
  pointer-events: none; /* Video'nun tÄ±klanmasÄ±nÄ± engeller */
}
/* Mobil uyumlu düzenleme */
@media screen and (max-width: 768px) {
  #bg-video {
    object-fit: cover;
    height: 50vh; /* Mobilde video boyutunu kısıtla */
    width: 100%; /* Genişliği %100 yap */
  }
}

/* Küçük ekranlarda (örn. telefonlar) */
@media screen and (max-width: 480px) {
  #bg-video {
    height: 40vh; /* Video boyutunu daha da küçük yap */
    width: 100%; /* Genişliği %100 yap */
  }
}

/* Sayfa genelinde imleci değiştirme */
body {
    cursor: url('../img/Cursor_2.cur'), auto; /* Kendi kursor dosyanızı doğru yolla kullanın */
}

/* Bağlantılara özel imleç */
a, img a {
    cursor: url('../img/Cursor_4.cur'), auto; /* Linklerde farklı bir imleç */
}


.smoke {
    position: absolute;
    z-index: -9999;
    left: 0;
    right: 0;
    top: 261px;
	opacity: 0.7;
    height: 484px;
    width: 100%;
    background-image: url(../img/smoke.png);
    background-position: left top;
    background-repeat: repeat-x;
    -webkit-animation: 20s linear infinite forwards smoke;
    animation: 20s linear infinite forwards smoke
}
.specialhvr:hover{
	filter: brightness(1.2);	
}
@-webkit-keyframes smoke {
    0% {
        background-position: left -1920px top
    }
    100% {
        background-position: left 1920px top
    }
}
@keyframes smoke {
    0% {
        background-position: left -1920px top
    }
    100% {
        background-position: left 1920px top
    }
}
.highlight {
    width: 731px;
    height: 480px;
    position: absolute;
    left: 232px;
    top: 438px;
    text-align: center;
    -webkit-animation: 10s linear infinite highlight;
    animation: 10s linear infinite highlight;
    z-index: 17
}
.sparks {
    position: fixed;
    width: 1200px;
    left: 50%;
    top: 400px
	pointer-events: none	
}
.sparks > div {
    position: absolute
}
.sparks .spark_1 {
    background: url(../img/spark_1.png) no-repeat;
    width: 764px;
    height: 313px;
    right: 0;
    bottom: -320px;
    -webkit-transform: scale(.6);
    transform: scale(.6);
    -webkit-animation: 4s linear 1s infinite spark-1;
    animation: 4s linear 1s infinite spark-1
}
.sparks .spark_2 {
    background: url(../img/spark_2.png) no-repeat;
    width: 179px;
    height: 335px;
    right: 230px;
    bottom: -320px;
    -webkit-transform: scale(.6);
    transform: scale(.6);
    -webkit-animation: 4s linear 2s infinite spark-1;
    animation: 4s linear 2s infinite spark-1
}
.sparks .spark_3 {
    background: url(../img/spark_3.png) no-repeat;
    width: 128px;
    height: 165px;
    right: 280px;
    bottom: -140px;
    -webkit-transform: scale(.6);
    transform: scale(.6);
    -webkit-animation: 4s linear 2s infinite spark-3;
    animation: 4s linear 2s infinite spark-3
}
.sparks .spark-big {
    background: url(../img/spark_4.png) no-repeat;
    width: 794px;
    height: 176px;
    right: 0;
    bottom: -180px;
    -webkit-transform: scale(.6);
    transform: scale(.6);
    -webkit-animation: 4s linear infinite spark-5;
    animation: 4s linear infinite spark-5
}
.sparks .spark_5 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    right: 40px
}
.sparks_1 {
    margin-left: -1200px
}
.sparks_1 .spark_1 {
    background: url(../img/spark-l_1.png) no-repeat;
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}
.sparks_1 .spark_2 {
    background: url(../img/spark-l_2.png) no-repeat;
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}
.sparks_1 .spark_3 {
    background: url(../img/spark-l_3.png) no-repeat;
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}
.sparks_1 .spark-big {
    background: url(../img/spark-l_4.png) no-repeat
}
.sparks_1 .spark_5 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}
.sparks_2 {
    margin-left: -400px
}
@-webkit-keyframes spark-1 {
    0% {
        bottom: -320px;
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: 0
    }
    25% {
        bottom: -240px;
        -webkit-transform: scale(.7);
        transform: scale(.7);
        opacity: 1
    }
    50% {
        bottom: -160px;
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 1
    }
    75% {
        bottom: -80px;
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: .5
    }
    100% {
        bottom: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}
@keyframes spark-1 {
    0% {
        bottom: -320px;
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: 0
    }
    25% {
        bottom: -240px;
        -webkit-transform: scale(.7);
        transform: scale(.7);
        opacity: 1
    }
    50% {
        bottom: -160px;
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 1
    }
    75% {
        bottom: -80px;
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: .5
    }
    100% {
        bottom: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}
@-webkit-keyframes spark-3 {
    0% {
        bottom: -140px;
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: 0
    }
    25% {
        bottom: -80px;
        -webkit-transform: scale(.7);
        transform: scale(.7);
        opacity: 1
    }
    50% {
        bottom: -20px;
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 1
    }
    75% {
        bottom: 40px;
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: .5
    }
    100% {
        bottom: 100px;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}
@keyframes spark-3 {
    0% {
        bottom: -140px;
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: 0
    }
    25% {
        bottom: -80px;
        -webkit-transform: scale(.7);
        transform: scale(.7);
        opacity: 1
    }
    50% {
        bottom: -20px;
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 1
    }
    75% {
        bottom: 40px;
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: .5
    }
    100% {
        bottom: 100px;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}
@-webkit-keyframes spark-5 {
    0% {
        bottom: -180px;
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: 0
    }
    25% {
        bottom: -120px;
        -webkit-transform: scale(.7);
        transform: scale(.7);
        opacity: 1
    }
    50% {
        bottom: -60px;
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 1
    }
    75% {
        bottom: 0;
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: .5
    }
    100% {
        bottom: 60px;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}
@keyframes spark-5 {
    0% {
        bottom: -180px;
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: 0
    }
    25% {
        bottom: -120px;
        -webkit-transform: scale(.7);
        transform: scale(.7);
        opacity: 1
    }
    50% {
        bottom: -60px;
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 1
    }
    75% {
        bottom: 0;
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: .5
    }
    100% {
        bottom: 60px;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}
#topbar {
    display: flex; /* Flexbox kullan */
    justify-content: center; /* Yatayda ortala */
    align-items: center; /* Dikeyde ortala */
    height: 100px; /* Üst çubuğun yüksekliği (isteğe göre ayarla) */
    width: 100%; /* Tüm genişliği kapsa */
    position: relative; /* Bağıl pozisyon */
}

#topbar_localization_tr {
	background: url(../img/tr.jpg) 0 50% no-repeat;
    display: inline-block;
    background-size: 28px;
    padding-left: 35px; /* Bayrağın yanındaki boşluk */
    height: 39px;
    line-height: 39px;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-right: 20px; /* Türkçe ve English arasında boşluk */
}
#topbar_localization_en
{
	background: url(../img/en.jpg) 0 50% no-repeat;
    display: inline-block;
    background-size: 28px;
    padding-left: 35px; /* Bayrağın yanındaki boşluk */
    height: 39px;
    line-height: 39px;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-right: 20px; /* Türkçe ve English arasında boşluk */
}

