@import url('https://fonts.googleapis.com/css2?family=Ephesis&family=Oswald:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Righteous&family=Saira+Condensed:wght@100;200;300;400;500;600;700;800&display=swap');



*




{
  margin: 0;
padding: 0;
box-sizing: border-box;
}

body {
background-color: #000000;
  background-repeat: no-repeat;
  background-size: cover;
}

.logo img {
  height: 75px;
position: absolute;
top: 26px;
left: 140px;
}



header {
   
  height: 90px;
     position: absolute;
     margin: auto;
     top: 41px;
     left: 0;
     right: 0;
     width: 100%;
     background-color: rgba(255, 255, 255, 0); 
     z-index: 1000; 
     display: flex;
     flex-direction: column;
     align-items: flex-end; 
     justify-content: center;
    
    
 }







 .logo img {
  height: 70px;
position: absolute;
top: 40px;
left: 250px;
z-index: 9999;
transition: transform 0.8s ease;

}

.logo img.rotate-once {
  animation: rotateOnce 0.6s linear; /* 1 saniyelik dönme animasyonu */
}






 
 #btn-menu {
     display: none;
 }
 
 header label {
     display: none;
     width: 32px;
     height: 32px;
     padding: 10px;
     
 }
 
 header label:hover {
     cursor: pointer;
     
 }
 
 .menu ul {
     margin: 0;
     padding: 0;
     list-style: none;
     display: flex;
 float: right;
  text-align: center;
 margin-right: 245px;

 
 }
 
 
 .menu li a {
     display: block;
     padding: 25px 20px;
     color: #ffffff;
     text-decoration: none;
     font-family: 'Noto Serif', serif;
font-weight: bolder;
     font-size: 16px;
     font-weight: 600;
     
 }
 


 
 .menu li a:hover  {
 color: rgb(215, 215, 215);
 transition: ease 0.5s;

 }




 .containerx {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

.galeri {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 30px;
  width: 80%;

  margin: 110px auto;

}

.galeri img {
width: 100%;
height: 300px;
object-fit: cover;
box-shadow: 0px 0px 5px 5px #d4d4d4a8;
border-radius: 10px;
}


.galyazi {
  width: 100%;
  height: 150px;
  position: relative;
  top: 130px;
 border-bottom: solid 2px;
 border-color: #ffffff59;
  display: flex;
  width: 72%;
  margin: auto;
}

.galyazi h2 {
  text-align: center;
  margin: auto;
  position: relative;
  align-items: center;
  justify-content: center;
  font-family: 'Ephesis', cursive;
  color: white;
  font-weight: 100;
  font-size: 82px;
}






*
{
    margin: 0;
    padding: 0;
 box-sizing: border-box;
}


/* Üst hızlı erişim menüsü için stil */

/* Sosyal medya bağlantıları için stil */
.sosyal-medya {
    list-style-type: none; /* Liste işareti yok */
    margin: 0;
    padding: 0;
    margin-left: 190px;
}

/* Menü bağlantıları için stil */
.sosyal-medya li {
    display: inline; /* Bağlantıları yan yana göster */
    margin: 0 10px; /* Bağlantılar arasındaki boşluk */
    
}

/* Bağlantıların stil */
.sosyal-medya a {
    text-decoration: none; /* Altçizgi kaldır */
    color: rgb(34, 34, 34); /* Kırmızı bağlantı rengi */
    font-weight: bold; /* Kalın yazı tipi */
    font-size: 18px; /* Yazı tipi boyutu */
}

/* Telefon numarası için stil */
.tel-no a {
    text-decoration: none; 
    color: #1d1d1d; 
    font-weight: bold; 
    font-size: 16px; 
    margin-right: 250px;
}   


.ust-menu {
  background-color: rgba(54, 97, 153, 0); /* Menü arka plan rengi */
  color: #1f1f1f; /* Metin rengi */
  height: 40px; /* Menü yüksekliği */
  padding: 10px 0; /* Menü içeriği etrafındaki iç kenarlık */
  display: flex; /* İçerikleri yatay olarak hizala */
  justify-content: space-between; /* İçerikleri sağa ve sola hizala */
  align-items: center; /* İçerikleri dikey olarak ortala */
  position: relative; /* Göreceli konumlandırma */
  border-bottom: solid 1px #99999965;
  z-index: 1100;
  top: 0;
  
}


@media (max-width: 767px) { 
	.ust-menu{
    display: none;
		
	}

  }


/* Kayan yazı stilini tanımla */
.scrolling-text-container {
  position: absolute; /* Mutlak konumlandırma */
  top: 20px; /* Üst menünün ortasına hizala */
  left: 50%; /* Üst menünün ortasına hizala */
  transform: translate(-50%, -50%); /* Ortasına hizalama */
  width: 50%; /* %40 genişlik */
  overflow: hidden; /* Taşan metni gizle */
}

.scrolling-text {
  white-space: nowrap; /* Metni bir satırda tut */
  animation: scrollText 18s linear infinite; /* Kaydırma animasyonu */
}

/* Kayan yazı için animasyon tanımı */
@keyframes scrollText {
  from {
      transform: translateX(-100%); /* Başlangıçta sol kenardan başla */
  }
  to {
      transform: translateX(100%); /* Sonunda sağ kenara gel */
  }
}


ul.navbar-nav.ml-auto.py-4.py-md-0 {
  -ms-flex-direction: row;
  flex-direction: row;
  display: flex !important;
  align-items: center !important;
}






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






.slider-container {
  /* position: relative; */ /* Bu satırı kaldırın */
  width: 90%;
  height: auto;
  overflow: hidden;
  margin: auto;
}



.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: 100%;
  box-sizing: border-box;
}

.x {
  width: 100%;
  height: auto;
}





.duyuru-baslik {
  position: relative;
left: 175px;
top: 10px;
height: 20px;
  background-color: #f7f7f7;
  padding: 10px;
  z-index: 9999; /* Diğer öğelerden üstte olması için */
}

.duyuru-baslik span {
  font-size: 22px;
  font-weight: bold;
  color: #1f1f1f;
}

.duyuru {
  margin-top: 50px; /* Başlığın altında bir boşluk bırakmak için */
}


.duyuru {
  width: 90%;
  margin: auto;
  height: auto;
  background-color: #f7f7f7;
  display: flex;
  flex-wrap: wrap; /* Satırlara sığmayan içerikleri bir sonraki satıra geçir */

}

.photo-with-text {
  width: 45%; /* İki öğenin toplamı 100%'den biraz az olsun, böylece aralarında boşluk olur */
  display: flex;
 
  z-index: 999;
  margin: 85px auto; /* Boşluklar arasında biraz boşluk bırak */
}

.square-container {
  width: 50%; /* İki resmin toplamı 100%'den biraz az olsun, böylece aralarında boşluk olur */
  height: 200px;
  overflow: hidden;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.square-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text {
  flex-grow: 1;
  width: 50%; /* İki öğenin toplamı 100%'den biraz az olsun, böylece aralarında boşluk olur */
  
  flex-direction: column;
  align-items: center;
}

.text h2 {
  font-size: 24px;
  margin-bottom: 10px;

}

.text p {
  font-size: 16px;
  line-height: 1.4;
  
}



span i {
  color: #e40000;
  margin-right: 5px;
}






.center-container {
  text-align: center;
  background-color: #f7f7f7;
}

.slider-container {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column; /* Dikey düzenleme */
  align-items: center; /* Ortaya hizalama */
  position: relative;
height: 650px; /* Yükseklik otomatik ayarlanacak */

}

.slider {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

.slider li {
  width: 100%;
}

.slider li img {
  width: 100%;
}

.prev,
.next {
  position: absolute;
  font-size: 18px;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}



.announcement-card {
  display: flex;
  width: 80%;
  margin: 20px auto;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: 250px;

  transition: transform 0.2s ease-in-out;
}

.announcement-card:hover {
  transform: scale(1.05); /* Hover efekti */
}

.announcement-card img {
  width: 40%; /* Resim alanının genişliği */
  height: auto;
  object-fit: cover;
}

.announcement-content {
  flex: 1;
  padding: 20px;
}

h2 {
  color: #333;
  font-size: 1.5em;
  margin-bottom: 10px;
}

p {
  color: #666;
  font-size: 1em;
}


.duyuru {
  width: 100%;
}

.duyuru i {
  margin-bottom: 10px;
  width: 80%;
  font-size: 34px;
margin: 30px auto;
  margin-top: 30px;
  display: flex;
  color: rgb(78, 150, 243);

}

.duyuru i p {
  margin-left: 10px;
font-size: 20px;
font-family: sans-serif;
font-weight: 400;
margin-top: 8px;
}



.sponsor-container {
  text-align: center;
  padding: 20px;
}

.sponsor-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.logo-slider {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.logo-container {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.logo {
  max-width: 100%;
  max-height: 100px;
  margin: 0 10px;
}

.prev-btn, .next-btn {
  font-size: 18px;
  cursor: pointer;
  background-color: #333;
  color: #fff;
  border: none;
  padding: 10px 20px;
  margin-top: 10px;

}











#carouselExampleIndicators {
  height: 82vh; /* Sayfanın yüksekliğinin 60%'u olarak ayarlayın */
}

.carousel-inner {
  height: 100%; /* İçeriği carousel yüksekliğiyle doldurun */
}

.carousel-item {
  height: 100%; /* Her öğeyi carousel yüksekliğiyle doldurun */
}

.carousel-item img {
  width: 100%; /* Resimlerin tüm alanı kaplamasını sağlayın */
  height: 100%; /* Resimleri carousel öğe yüksekliğiyle doldurun */
  object-fit: cover; /* Resimleri kesebilir ve orantılı olarak sığdırabilir */
}


.onebanner {
  width: 80%;
  display: flex;
  margin: auto;

}

.onebanner img {
  width: 100%;    margin-bottom: 50px;
}










footer {
  background-color: rgb(31, 31, 31);
  color: white;
  padding: 60px 0;
  text-align: center;
}


.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}




footer .haklar {
  color: white;
width: 90%;
margin: auto;
position: relative;
top: 50px;

}

.footer-section {
  flex: 1;
  margin: 20px;
}

.footer-heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: sans-serif;

}

.footer-menu {
  list-style: none;
  padding: 0;
}

.footer-menu li {
  margin-bottom: 10px;
}

.footer-menu li a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  transition: color 0.3s ease;
  font-family: sans-serif;
  font-size: 14px;
}

.footer-menu li a:hover {
  color: #e74c3c;
}

.footer-logo {
  text-align: center;
  margin-bottom: 20px;
}



.social-icons {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.social-icons a {
  display: inline-block;
  margin: 0 10px;
  color: #ffffff;
  font-size: 24px;
  transition: color 0.3s ease;
  
}

.social-icons a:hover {
  color: #e74c3c;
}





  .contact-info h2 img {
      height: 4rem;
      margin-top: 30px;
    }
    
    .contact-info h2 {
      font-size: 24px;
    
    }

    .info-details {
      height: 220px;
    }

    .contact-details {
      width: 90%;
      margin: auto;
    
    }

    .contact-details a {
      font-size: 20px;
    }


    
    .social-media {
      display: flex;
      flex-direction: row;
      align-items: center;
      margin-top: -10px;
  }

  


/* Please ❤ this if you like it! */


@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');


.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 0px 0;
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 10px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 24px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: sticky;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0;
}
.navbar-brand img{
	height: 80px;
	width: auto;
	display: block;
  
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #212121 !important;
	font-weight: 500;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
	color: #8167a9 !important;
}
.nav-item.active .nav-link{
	color: #212121 !important;
}
.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #8167a9;
	opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}

/* #Primary style
================================================== */

.bg-light {
	background-color: #fff !important;
    transition: all 200ms linear;
}
.section {
    position: relative;
	width: 100%;
	display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
  margin-top: 40px;
	transform: translateY(-50%);
	z-index: 20;
}
h1{
	font-size: 48px;
	line-height: 1.2;
	font-weight: 700;
	color: #212112;
	text-align: center;
}
p{
	text-align: center;
	margin: 0;
	padding-top: 10px;
	opacity: 1;
	transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1700ms;
}
body.hero-anime p{
	opacity: 0;
	transform: translateY(40px);
    transition-delay: 1700ms;
}
h1 span{
	display: inline-block;
    transition: all 300ms linear;
	opacity: 1;
	transform: translate(0);
}
body.hero-anime h1 span:nth-child(1){
	opacity: 0;
	transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(2){
	opacity: 0;
	transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(3){
	opacity: 0;
	transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(4){
	opacity: 0;
	transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(5){
	opacity: 0;
	transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(6){
	opacity: 0;
	transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(7){
	opacity: 0;
	transform: translateY(-40px);
}
body.hero-anime h1 span:nth-child(8){
	opacity: 0;
	transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(9){
	opacity: 0;
	transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(10){
	opacity: 0;
	transform: translateY(-20px);
}
h1 span:nth-child(1){
    transition-delay: 1000ms;
}
h1 span:nth-child(2){
    transition-delay: 700ms;
}
h1 span:nth-child(3){
    transition-delay: 900ms;
}
h1 span:nth-child(4){
    transition-delay: 800ms;
}
h1 span:nth-child(5){
    transition-delay: 1000ms;
}
h1 span:nth-child(6){
    transition-delay: 700ms;
}
h1 span:nth-child(7){
    transition-delay: 900ms;
}
h1 span:nth-child(8){
    transition-delay: 800ms;
}
h1 span:nth-child(9){
    transition-delay: 600ms;
}
h1 span:nth-child(10){
    transition-delay: 700ms;
}
body.hero-anime h1 span:nth-child(11){
	opacity: 0;
	transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(12){
	opacity: 0;
	transform: translateY(50px);
}
body.hero-anime h1 span:nth-child(13){
	opacity: 0;
	transform: translateY(20px);
}
body.hero-anime h1 span:nth-child(14){
	opacity: 0;
	transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(15){
	opacity: 0;
	transform: translateY(50px);
}
h1 span:nth-child(11){
    transition-delay: 1300ms;
}
h1 span:nth-child(12){
    transition-delay: 1500ms;
}
h1 span:nth-child(13){
    transition-delay: 1400ms;
}
h1 span:nth-child(14){
    transition-delay: 1200ms;
}
h1 span:nth-child(15){
    transition-delay: 1450ms;
}
#switch,
#circle {
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
} 
#switch {
	width: 60px;
	height: 8px;
	border: 2px solid #8167a9;
	border-radius: 27px;
	background: #000;
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	opacity: 1;
	transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1900ms;
}
body.hero-anime #switch{
	opacity: 0;
	transform: translateY(40px);
    transition-delay: 1900ms;
}
#circle {
	position: absolute;
	top: -11px;
	left: -13px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #000;
}
.switched {
	border-color: #000 !important;
	background: #8167a9 !important;
}
.switched #circle {
	left: 43px;
	box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
	background: #fff;
}
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding: 3px 15px;
	color: #212121;
	border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color: rgba(129,103,169,.6);
}

body.dark{
	color: #fff;
	background-color: #1f2029;
}
body.dark .navbar-brand img{
  filter: brightness(100%);
}
body.dark h1{
	color: #fff;
}
body.dark h1 span{
    transition-delay: 0ms !important;
}
body.dark p{
	color: #fff;
    transition-delay: 0ms !important;
}
body.dark .bg-light {
	background-color: #14151a !important;
}
body.dark .start-header {
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
body.dark .start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
body.dark .nav-link{
	color: #fff !important;
}
body.dark .nav-item.active .nav-link{
	color: #999 !important;
}
body.dark .dropdown-menu {
	color: #fff;
	background-color: #1f2029;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
body.dark .dropdown-item {
	color: #fff;
}
body.dark .navbar-light .navbar-toggler-icon {
	border-bottom: 1px solid #fff;
}
body.dark .navbar-light .navbar-toggler-icon:after, 
body.dark .navbar-light .navbar-toggler-icon:before{
	background-color: #fff;
}
body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}



/* #Media
================================================== */

@media (max-width: 767px) { 
	h1{
		font-size: 38px;
	}
	.nav-item:after{
		display: none;
	}
	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #ffffff;
	
	}


  .announcement-card {
    display: flex;
    width: 80%;
    margin: 20px auto;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: 200px;
  
    transition: transform 0.2s ease-in-out;
  }
  


	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
    margin-top: 6px ;
		height: 11px;
		content: "";
		border: none;
		background-color: #ffffff;

		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
	body.dark .nav-item::before {
		background-color: #fff;
	}
	body.dark .dropdown-toggle::after {
		background-color: #fff;
	}
	body.dark .dropdown-menu {
		background-color: transparent;
		box-shadow: none;
	}
}

/* #Link to page
================================================== */

.logo {
	position: absolute;
	bottom: 30px;
	right: 30px;
	display: block;
	z-index: 100;
	transition: all 250ms linear;
}
.logo img {
	height: 26px;
	width: auto;
	display: block;
  filter: brightness(10%);
	transition: all 250ms linear;
}
body.dark .logo img {
  filter: brightness(100%);
}

















@media (max-width: 991px)
{
    
    header label {
		display: block;
        position: relative;
        float: right;
        z-index: 999;
        right: 35px;
        top: 56px;
        font-size: 27px;
        color: rgb(255, 255, 255);
	}


    header {
        background-color: transparent;
        z-index: 990;
        margin: 0;
        padding: 0;
        display: block;
        top: 0;
        width: 100%;
        position: absolute;
        border-bottom: 0px;
        border-top: 0px;
        box-shadow: none;

   
        
    }

    .menu {
		position: absolute;
		background-color: #000000;
		width: 100%;
		margin-top: -250%;
		transition: all 0.5s;
        height: 100vh;
       
        z-index: 998;
        
        
	}


	
	.menu ul {
		flex-direction: column;
        float: left;
        width: 100%;
        top: 125px;
        position: relative;
        z-index: 999;
        transition: transform 0.5s; /* Transform animasyonu için geçiş süresi ekle */

	}


.menu ul li  {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ffffff4d; 
    z-index: 990;
    }

    .menu ul li:first-child {
        border-top: 1px solid #ffffff4d;; 
     
        margin-top: 0; 
    }
   


.menu ul li a {
    font-size: 14px;
    color: #ffffff;

}

.logo img {
   position: absolute;
   left: 50px;
   top: 35px;
   z-index: 999;
}



#btn-menu:checked ~ .menu {
	margin: 0;
}


.arka {
    display: block;
    height: 900px;
}


.arka .foto {
    height: 300px;
}

.arka .yazi {
    width: 100%;
}


.arka .yazi h2 {
    font-size: 25px;
}

.arka .yazi p {
    font-size: 15px;
}

.arka .foto2 {
    width: 100%;
    height: 400px;
}

.foto {
    width: 100%;
    top: 130px;
}
.foto img {
    width: 100%;
    object-fit: fill;
}


.foto2 {
    top: 50px;
    position: relative;
}


}