

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes yukariAsagiSallan {
  0%   { transform: translateY(0); }
  20%  { transform: translateY(-10px); }
  40%  { transform: translateY(10px); }
  60%  { transform: translateY(-6px); }
  80%  { transform: translateY(6px); }
  100% { transform: translateY(0); }
}

.navbar-animasyon {
  animation: yukariAsagiSallan 1s ease;
}
.fotolar 
{
width: 100%;
  height: 450px; 
  object-fit: cover; 
  border-radius: 0.5rem; 

}

.derslerr{
  background-color: #121313;
  color: #f1f1f1;
}
.denemefooter{
  background-color: #18490042;
    border: 2px solid;
    backdrop-filter: blur(7px);
    box-shadow: 0 0 10px grey;
    color: #fff;
    border-radius: 10px;
    padding: 8px 25px;
    width: 90%;
    max-width: 920px;
    box-sizing: border-box;
    margin: 20px auto;
    position: relative;
 
 
}

.deneme{
    
background-color:transparent;
    border: 2px solid;
    backdrop-filter: blur(7px);
    box-shadow: 0 0 10px grey;
    color: #fff;
    border-radius: 10px;
    padding: 8px 25px;
    width: 920px;
    position: relative;
  top: -200px;
  left: 36px;
}
.denemekucuk{
    
background-color:transparent;
    border: 2px solid;
    backdrop-filter: blur(7px);
    box-shadow: 0 0 10px grey;
    color: #fff;
    border-radius: 10px;
    padding: 5px 5px;
    width: 520px;
    position: relative;
  top: -30px;
  left: 200px;
}
.navbarr{
    background-color: #344d26;
    padding-left: 10rem;
}
a:visited {
    text-decoration: none;
    
  }
  
  a:hover {
    text-decoration: none;
    
  }
  .akorion {
  margin-top: 120px;
}
  a:active {
    text-decoration: none;
    color: #fff;
  }

  a:link {
    text-decoration: none;
    color: #fff;

  }
.cizgi {
  height: 20px;               
  background-color: #334100;  
  border: none;
}

.banneryazi {
   border: none; 
  color: rgb(255, 255, 255);  
  padding: 8px 10px;        
  font-size: 20px;             
  box-shadow: 0 0 10px rgb(0, 0, 0);
  cursor: pointer;            
  transition: 0.3s ease;   
  border: 1px solid black;
 border-radius: 8px;
  background-color: rgba(40, 66, 5, 0.555); 
  backdrop-filter: blur(6px);          
  -webkit-backdrop-filter: blur(6px);   
  margin: 6px;

}
.banneryazi:hover {
  background-color: rgba(80, 177, 0, 0.315); 
  color: white; 
  box-shadow: 0 0 15px rgba(6, 172, 0, 0.4);
  transform: scale(1.05); 
}
.txtcolor {
  background-color: #3b6b55;   
  color: white;                
  border: none;
  border-radius: 6px;          
  padding: 6px 12px;           
  font-size: 14px;            
  cursor: pointer;          
  transition: background-color 0.3s ease;
}

.txtcolor:hover {
  background-color: #00b37d;   
}


.ara {
    border: 3px solid #0d0e0d;
    border-radius: 5px;
    margin: 3px;
    padding: 5px;
    background-color: #121313;
    color: white;
    
}
.poetsen-one-regular {
  font-family: "Poetsen One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.tatlifont
{
font-family: "Lucida Console", "Courier New", monospace;
}
.logobuton
{ 

    background-color: transparent;
  border: none;
  cursor: pointer;
  height: 50px;
  padding: 10px 16px;
  border-radius: 8px;
 
}

.nav-link {
  display: flex;
  align-items: center;     
  gap: 1px;              
  text-decoration: none;
  color: #fff;
  padding: 5px 1px;
}

.sol-logo {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 9999;
  padding: 0;
}


.profil-foto {
  width: 170px;
  height: 210px;
  object-fit: cover;
  border: 4px solid #083f08; 
  border-radius: 6px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  transition: transform 0.4s ease, box-shadow 0.3s ease;
}
.profil-foto.kucuk {
  height: 250px;
  width: 250px;
}
.profil-kapsayici {
  position: relative; 
  left: 50%;
  top: 5px; 
  transform: translateX(-50%);
  transition: all 0.6s ease-in-out;
}
.profil-kapsayici.kucuk-konum {
  top: -40px;      
  left: -40px;      
  transform: scale(0.6); 
}

.kucult-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.kucult-icon:hover
{
transform: scale(1.15);
}
.kucuk {
  width: 100px;
  height: 100px;
   transform: scale(0.5);
}

@media (min-width: 600px) {
  .profil-foto:hover {
    transform: scale(1.15);
    box-shadow: 0 0 25px #00ffcc;
  }
  
  .mobil-menu {
    position: absolute;
    top: 60px; 
    left: 0;
    width: 100%;
    background-color: #fff; 
    padding: 10px 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: left; 
  }
 .navbarr {
    padding-left: 157px;
  }
  .gallery-slider {
    height: 400px;
  }

  .mobil-menu li {
    margin: 10px 0;
  }
    .denemefooter {
    font-size: 14px;
    padding: 10px;
    max-width: 50%;
  }

}


@media (max-width: 959px) {
  .profil-foto {
    width: 120px;
    height: 150px;
  }
  
   .deneme {
    width: 90%;
    max-width: 95%;
    padding: 20px 15px;
    margin: 20px auto;
    top: 0;
    left: 0;
    position: relative;
    transform: none;
  }

  .denemekucuk {
    width: 90%;
    max-width: 95%;
    padding: 15px;
    margin: 20px auto;
    top: 0;
    left: 0;
    position: relative;
    transform: none;
  }

  .mobil-menu {
    position: absolute;
    top: 60px; 
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 10px 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: left; 
  }

  .mobil-menu li {
    margin: 10px 0;
  }
 
  .deneme, .denemekucuk {
    width: 90%;
    padding: 80px 20px;
    top: 0;
    left: 0;
  }

  .slidee {
    width: 90%;
    height: auto;
  }

  .sliderr {
    flex-direction: column;
    height: auto;
  }
}


.profil-foto:hover {
  transform: scale(1.15);
  box-shadow: 0 0 25px #00ffcc;
}
body {
  margin: 0;
  padding: 0;
  background-image: url("wallpaperflare.com_jwallpaper.jpg"); /* senin resim dosyan */
  background-repeat: repeat; /* tekrar etsin */

  font-family: 'Segoe UI', sans-serif;
  color: #f1f1f1;
  text-align: center;
   overflow-x: hidden;
} 
.socialmedia {
  display: flex;
  justify-content: center; 
  align-items: center;
  gap: 10px;
  margin: 10px 0;
}

.socialmedia img {
  width: 32px;
  height: 32px;
  transition: transform 0.3s ease;
}

.socialmedia img:hover {
  transform: scale(1.1);
}




 .parlayan-link {
  display: inline-block;
  color: white;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  margin: 6px 0;
  font-size: 20px;
  transition: all 0.3s ease;
}

.parlayan-link:hover {
  color: #00ff9d; 
  text-shadow: 0 0 10px #00ffcc;
  transform: scale(1.05);
   letter-spacing: 1px;
} 

 
.galeri-body {
  background-image: url("wallpaperflare.com_wallpaper\ \(1\).jpg");
  background-repeat: repeat;
 
}


.gallery-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 1rem;
  margin: auto;
  max-width: 90vw;
}

.gallery-sliderr {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: 800px; 
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.slidee {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
  z-index: 1;
}

.slidee.active {
  left: 0;
  opacity: 1;
  z-index: 2;
}


.nav-btn {
  background-color: rgba(0, 0, 0, 0.6);
  color: rgb(209, 209, 209);
  border: none;
  font-size: 2rem;
  padding: 10px 15px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.nav-btn:hover {
  background-color: rgba(80, 177, 0, 0.315); 
  color: white; 
  box-shadow: 0 0 15px rgba(4, 129, 0, 0.4);
}


.fullscreen-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  flex-direction: row;
}
.fullscreen-modal img {
  max-height: 90vh;
  max-width: 90vw;
  object-fit: contain;
}
.fullscreen-modal.show {
  opacity: 1;
  pointer-events: all;
}
.nav-link.active {
  color: #a6ff00 !important;
  font-weight: bold;
  border-bottom: 2px solid #d0ff00;
}
.cizgiii
{
  height: 8px;               
  background-color: #1a5002;  
  border: none;
}

  .nav-btn {
    font-size: 1.5rem;
    padding: 8px 20px;
  }

  .fullscreen-modal .nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  z-index: 10000;
}


.modal-prev {
  left: 10px;
   background: none;
  border: none;
  color: white;
  font-size: 3rem;
  cursor: pointer;
  padding: 1rem;
  z-index: 10000;
}
.modal-prev:hover
{
  background-color: rgba(80, 177, 0, 0.315); 
  color: white; 
  box-shadow: 0 0 15px rgba(4, 129, 0, 0.4);
 
}

.modal-next:hover
{
    background-color: rgba(80, 177, 0, 0.315); 
  color: white; 
  box-shadow: 0 0 15px rgba(4, 129, 0, 0.4);
}
.modal-next {
  right: 10px;
   background: none;
  border: none;
  color: white;
  font-size: 3rem;
  cursor: pointer;
  padding: 1rem;
  z-index: 10000;
}
#fullscreenImage {
  max-height: 90vh;
  max-width: 90vw;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.slide-right {
  transform: translateX(100%);
  animation: slideInRight 0.4s forwards;
}
.slide-left {
  transform: translateX(-100%);
  animation: slideInLeft 0.4s forwards;
}


.fade-left {
  animation: fadeLeft 0.8s ease-out forwards;
}
@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.modalbidi
{
 background-color: #121313;
 color: #f1f1f1;
}
.ara:hover {
 background-color: rgba(80, 177, 0, 0.315); 
  color: white; 
  box-shadow: 0 0 15px rgba(6, 172, 0, 0.4);
  transform: scale(1.05); 
}
  
    .submit-buttonnn {
  background-color: #00b37d;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.submit-buttonnn:hover {
  background-color: #00875a;
}

.formm {
      background-color: rgba(255, 255, 255, 0.05);
      padding: 30px;
      border-radius: 10px;
      width: 90%;
      max-width: 500px;
      margin: auto;
      box-shadow: 0 0 10px grey;
    }
.iletisimbody{
   font-family: Arial, sans-serif;
      color: #f1f1f1;
      text-align: center;
     
    
}