/* Navbar Stil Ayarları */



.navbar {
  position: sticky;
  z-index: 999;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: black;
  padding: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  height: 80px;
  border-bottom: 1px solid #800000;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #800000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 1;
  animation: slide-out 1s 1s forwards;
}

.preloader-logo {
  max-width: 600px;
  max-height: 600px;
}

@keyframes slide-out {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}


.menu.closed {
  max-height: 0;
  transition: max-height 0.3s ease-in-out;
}

.menu.open {
  max-height: 500px; /* maksimum menü yüksekliği */
  transition: max-height 0.3s ease-in-out;
}





  
.tema h1 {
  font-size: 30px;
  }

  
  
  .tema p {
  font-size: 18px;
  }

   body {
      /* background-image: url("background.png"); */
      background-color: black;
      background-image: url("smkphoto.jpeg");
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: fixed;
      margin: 0;
  }
  
  body::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Siyah renkte ve %50 saydamlıkta bir arkaplan */
    z-index: -1;
  }


.menu ul li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
  font-family: 'Roboto Condensed', sans-serif;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
}
.logomuz {
  scale: 0.6;
}
.tema .fotolar img {
  height: 130px;
  text-align: center;
  padding: 25px  
}
.tema .fotolar {
text-align: center;
align-items: center;
}
.fotolar img:not(:last-child) {
  margin-right: 20px;
  border-right: 1px solid black;
  padding-right: 20px;
}

.videolar iframe {
  height: 260px;
  width: 390px;
  text-align: center;
  border: 3px solid #800000; 
  margin-left: 80px;
  display: inline-block;
}

.videolar {
  margin-left: 70px;
  margin-right: 70px;
}


.menu {
 margin-top: -37px;
 margin-right: 20px;
}

.menu ul li a:hover {
  border-bottom: 2px solid #800000;
} 
.navbar a{
  text-decoration: none;
  color: #fff;
}
.logo img{
  margin-left: 0;
  margin-top: -32px; 
  font-weight: 500;
  font-size: 20px;
}
.list{
  list-style: none;
  display: flex;
  gap:10px;
  color: #fff;
  margin-right: 10px;
}

#toggler, .navbar label{
  color: #ffffff;
  background-image: url("menu-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  display: none;
}

/* Menü Öğesi Arkaplan Rengi */
.active {
  content: "";
  border-bottom: 2px solid #800000;
}



 body {
    /* background-image: url("background.png"); */
    background-color: black;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
}

.tema {
  margin: 100px;
  margin-top: 35px;
  margin-bottom: auto;
  padding: 50px;
  padding-top: 30px;
  border-radius: 15px;
  display: block; 
  align-items: center;
  justify-content: center;
  text-align: center;
}

.tema h1 {
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 40px;
  color: #ffffff;
} 

.tema h2 {
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 50px;  
  
  color: #ffffff;
} 

.sfhr {
  height: 3px;
  background-color: #000;
  
}

.countdown {
  color: white;
  margin: 0 auto;
  text-align: center;
  background-color: black;
  border-radius: 15px;
  padding: 5px;
  scale: 0.9;
}

.countdown h2 {
  font-size: 2.5em;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-weight: 300;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  color: #ffffff;
}

.countdown li {
  display: inline-block;
  font-size: 1.5em;
  list-style-type: none;
  padding: 1em;
  padding-top: 0.1em;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;

}

.countdown li span {
  display: block;
  font-size: 4.5rem;
  font-family: 'Roboto Condensed', sans-serif;

}


@media all and (max-width: 768px) {
  h1 {
    font-size: calc(1.5rem * var(--smaller));
  }
  
  li {
    font-size: calc(1.125rem * var(--smaller));
  }
  
  li span {
    font-size: calc(3.375rem * var(--smaller));
  }
}


.tema p {
  text-align: left;
  font-size: 20px;
  color: #000;
  font-family: 'Roboto Condensed', sans-serif;
  
  font-size: 25px;

}
.footer {
  background-color: #000;
  height: 60px;
  width: 100%;
  margin: 0;
  margin-top: 25px;
  padding: auto;
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 999;
  border-top: 1px solid #800000 ;
} 

.footer p {
  color: white;
  text-align: center;
  padding-top: auto;

  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;  
}

.chatbot {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #00bfff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 9999;
}

.yazilar h2 {
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 45px; 
  margin-top: -20px; 
  
  color: white;
}

.yazilar p{
  color: white;
  font-size: 20px;
  font-family: sans-serif;
}

.yazilar {
  margin-left: 150px;
  margin-right: 150px;
  margin-top: 1px;
}

.popup {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 250px;
  height: 300px;
  background-color: #fff;
  border: 1px solid #ccc;
  z-index: 9999;
}

.content {
  height: 250px;
  overflow-y: auto;
  padding: 10px;
}



.yazimamasusluolan {
  position: relative;
  display: inline-block;
  color: #800000;
}

.yazimamasusluolan::before,
.yazimamasusluolan::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #800000;
  animation: yazimamasusluolan-animation 1s infinite;
}

.yazimamasusluolan::before {
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
}

.yazimamasusluolan::after {
  bottom: 0;
  right: 0;
  transform: scaleX(0);
  transform-origin: right;
}

@keyframes yazimamasusluolan-animation {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}


.asagipng {
  scale: 0.3;
  display: flex;
  align-items: center;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
  animation: yukari-asagi 2s infinite alternate ease-in-out;
}

@keyframes yukari-asagi {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}

.harita {
  width: 100%;
}





@media screen and
(max-width: 600px) {
  .tema {
    margin: 15px;
    margin-top: 90px;
    padding: 2px;
    padding-top: 0;
    border-radius: 10px;
    margin-bottom: 50px; 
    }

    .harita {
      width: 100%;
      height: 300px;
      border-radius: 15px;
          }

     
    .yazilar {
      margin-left: 30px;
      margin-right: 30px;
      margin-top: 1px;
      color: #ffffff;
    }

    .yazilar h1 {
      font-size: 30px;
    }
  

  .navbar {
    z-index: 9999;
  }


  .menu ul li:hover {
    border-bottom: 2px solid #800000;
  } 

  .fotolar img:not(:last-child) {
    margin-right: 0;
    border-right: none;
    padding-right: 0;
  }

  .sfhr {
    height: 2px;
    background-color: #000;
    
  }
  
  .tema h2 {
  font-size: 40px;
  padding-top: 35px;
  }
  
  .tema p {
  font-size: 18px;
  }

   body {
      /* background-image: url("background.png"); */
      background-color: black;
      background-image: url("smkphoto.jpeg");
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: fixed;
      margin: 0;
  }

  
  
  body::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Siyah renkte ve %50 saydamlıkta bir arkaplan */
    z-index: -1;
  }
  

  .footer {
    background-color: #000;
    width: 100%;
    display: absolute;
    margin-bottom: 0;  
    height: 20px;
    bottom: 0;
    padding-bottom: 50px;
    left: 0;
    z-index: 999;
  } 
  
  .footer p {
    color: white;
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;  
  }

  .navbar{
    padding: 10px;
    width: 100%;
    margin-left: 0;
    margin-top: 0px;
    height: 60px;
    position: fixed;
  }
  .logo img{
    margin-left: 30px;
    font-size: 10px;
    height: 100px;
    
  }

  .asagipng {
    scale: 0.2;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    animation: yukari-asagi 2s infinite alternate ease-in-out;
    margin-top: -100px;
  }

  .item a {
    color: white;
    text-align: center;
    
  }

  .list{
    gap: 10px;
    margin-right: 5px;
    color: white;
  }
  #toggler, .navbar label{
    display: none;
    margin-top: -15px;
    margin-right: 30px;
  }
  .menu{
    margin-top: 5px;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    margin: auto;
    position: relative;
    transition: all 0.3s ease-in-out;


   
  }
  
  .logomuz {
    scale: 0.6;
  }

  
  .logo{
    margin-left: -45px;
    height: -40px;
    margin-top: 13px;  
  }
  .list{
    flex-direction: column;
    align-items: center;
    padding: 10px;
    
  }
  .navbar label{
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    
  }
  #toggler:checked ~ .menu{
    max-height: 100vh;
    width: 100%;
    background-color: #000;
    border-radius: 10px;
    border-bottom: 2px solid #800000;
    border-left: 2px solid #800000; 
    border-right: 2px solid #800000; 
    border-top: 2px solid #800000;  
    border-color: #800000;
    transition: all 0.3s ease-in-out;
    margin-right: 20px;

    
  }


  .yazilar {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: -100px;
  }

    
  .countdown li {
    display: inline-block;
    gap: 10px;
  }

  .countdown {
    justify-content: center;
    align-items: center;
    scale: 0.7;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    margin-top: -85px;
  }

  .preloader {
    z-index: 99999;
  }


  


}
