/* 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;
  }
  
  .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 p {
    font-size: 18px;
    }
  
     body {
        background-color: #800000;
        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;
  }

  .takim {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    text-align: center;
    margin: 30px;
  }
  
  .uye {
    margin-bottom: 30px;
    background-color: rgb(97, 3, 3);
    padding-top: 40px;
    border-radius: 30px;

  }

  .uye img {
    border-radius: 30px;
  }

  
  
  .uye h3 {
    font-size: 25px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #ffffff;
    font-weight: 1000;
  }

  .uye p {
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #ffffff;
    font-weight: bold;
  }




  .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%);
    }
  }

  .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-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;
  }
  
  
  
  .tema {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  
  
  
  
  
  
  .tema h1 {
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 40px;
    color: #ffffff;
  } 
  
  .anabaslik {
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 50px;  
    
    color: #ffffff;
  } 
  
  .aciklama {
    text-align: center;
    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
  }
  
  .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);
    }
  }
  
  .kutucuk1 {
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-left: 2px solid gainsboro;
    padding: 25px;
    padding-top: 50px;
    border-radius: 5px;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
}

.kutucuk1::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    transition: 0.5s;
    z-index: -1;
}

.kutucuk1:hover::after {
    left: 0;
}

.kutucuk1:hover {
    background-color: #800000;
    border-left: 2px solid #800000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}



  
  .kutucuk1 p {
    align-items: center;
    justify-content: center;
    color: #ffffff;
  }

  .tema p {
    text-align: center;
    font-size: 40px;
    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif; 
    margin-top: 5px;
  }

  .kayit {
    background-color: black;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 25px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: 'Roboto Condensed', sans-serif; 
}

.kayit:hover {
    background-color: rgb(39, 35, 35);
}

  
  @media screen and
  (max-width: 600px) {
    .tema {
      margin: 35px;
      margin-top: 0px;
      padding: 2px;
      padding-top: 0;
      border-radius: 10px;
      margin-bottom: 50px; 
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 5px;
      align-items: center;
      justify-content: center;
      text-align: center;
      
      
      }

     
       
      .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: 30px;
    }
  
     body {
        /* background-image: url("background.png"); */
        background-color: #800000;
        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;
      height: 60px;
      position: fixed;
    }
    .logo img{
      margin-left: 5px;
      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: -15px;
      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;
    }
  
    
  
  
    .anabaslik {
      padding-top: 100px;
      margin-bottom: 0;
      font-size: 35px;
    }
  

    .preloader {
        z-index: 99999;
    }


    .takim {
        grid-template-columns: 1fr;

      }

      .uye {
        padding: 20px;
        padding-top: 40px;
        border: 1px solid #ffffff;
        border-radius: 30px;
      }




    
  
  
  
  
    
  
  
  }
  