@import url('https://fonts.googleapis.com/css2?family=Averia+Libre:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=League+Gothic&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
  font-family: "Montserrat", sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  letter-spacing: 1.5px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background-color: rgb(0, 0, 0);
  
}
.header {
  position: fixed;
  top: -250px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: transparent;
  z-index: 1000;
  transition: top 2s ease, background-color 0.3s ease, opacity 0.3s ease;
  overflow: hidden;
}

.header.scrolled {
  background-color: rgba(0, 0, 0, 0.6);

  .headerLogo {
    transform: scale(0.8);
  }

}

.header.top {
  background-color: transparent;
  opacity: 1;
}

.headerLogo {
  width: 10%;
  height: 90%;
  position: absolute;
  transition: all 0.7s ease;
  z-index: 5;
  cursor: pointer;
}

.headerLogo:hover {
  transform: scale(1.1);
}

nav {
  display: flex;
  transition: background-color 0.3s ease;
  width: 100vw;
  height: 13vh;
  overflow: hidden;
  justify-content: space-evenly;
  align-items: center;
}

nav:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

nav .ulSide1 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  text-align: center;
  width: 50vw;
  height: 100%;
  gap: 20px;
}

nav .ulSide3 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  text-align: center;
  width: 50vw;
  height: 100%;
  gap: 20px;
}

nav .ulSide2 {
  height: 100%;
  width: 20vw;
}

nav ul li {
  display: flex;
  list-style: none;
  margin: 0px 20px;
  align-items: center;
  justify-content: center;
}

nav ul li a {
  color: #ffffff;
  text-decoration: none;
  border-radius: 30px;
  font-size: 20px;
  padding: 5px 10px;
  position: relative;
  font-family: 'Nimbus Sans L', sans-serif;
  font-weight: 600;
  font-style: normal;
  cursor: pointer;
  transition: transform 0.3s ease;
}

nav ul li a:hover {
  transform: scale(1.1);
}
#scrollToTop {
    position: fixed;
    /* Sabit konumda kalır */
    bottom: 25px;
    /* Sayfanın altından 20px yukarıda */
    right: 25px;
    /* Sayfanın sağından 20px içeride */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    /* Diğer içeriklerin üstünde olması için */
    cursor: pointer;
    transition: transform 0.3s ease, background 0.3s ease;
  }
  
  #scrollToTop img {
    width: 24px;
    height: 24px;
    filter: invert(100%);
  }
  
  #scrollToTop:hover {
    background: #ff0000;
    transform: scale(1.1);
  }
  

.container10 {
    
    width: 100vw;
    height: 22vh;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 5vh;
  }
  
  .slider10 {
    display: flex;
    position: absolute;
    white-space: nowrap;
    animation: scroll 60s linear infinite;
    height: 22vh;
    justify-content: center;
    align-items: center;
  }
  
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
  
    100% {
      transform: translateX(-50%);
    }
  }
  
  
  
  
  

.image-box10 {
    position: relative;
    width: 12vw;
    height: 20vh;
    margin: 0 10px;
    overflow: hidden;
    transition: all 0.7s ease;
  }
  
  
  
  .image-box10 .karakter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter 0.3s;
  
  }
  
  .image-box10 .vegvisir {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: rotate 40s linear infinite;
    z-index: -1;
  
  }
  
  .image-box10 .karakter:hover {
    filter: grayscale(0%);
  
  }
  
  .image-box10:hover {
    transform: scale(1.1);
  
  }
  
  
  
  
  
  @keyframes rotate {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  
  .slider10:hover {
    animation-play-state: paused;
  }



  .contactus {
    width: 100vw;
    height: 53vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20vh;
  }
  
  .contactus img {
    width: 20vw;
  
  }
  
  .contactus p {
    color: white;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    letter-spacing: -.5px;
  
  }




 /*FOOTER*/
footer {
  width: 100vw;
  height: 33vh;
  /* background-color: #222222; */
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  /* background-image: url(/photos/footeriçin.png); */
  background-position: top;
}

.footer-content {
  display: flex;
  width: 70vw;
  flex: 1;
  padding: 20px;
  justify-content: space-between;
}

.footer-section {
  flex: 1;
  padding: 10px 30px;
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 10px;
}


.footer-section img {
  width: 210px;
}

.footer-section h3 {
  margin-bottom: 10px;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
}

.footer-section p {
  font-size: 15px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 5px;
}

.footer-section ul li a {
  color: #fff;
  transition: all 0.3s ease;
  text-decoration: none;
}

.footer-section ul li a:hover {
  font-weight: bold;
}

.footer-section .large-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.footer-section .large-logo img {
  max-width: 100%;
  max-height: 100%;
}

.social-icons1 {
  display: flex;

  align-items: left;
  flex-direction: row;
  padding: 10px 0;
  gap: 60px;
}

.social-icons2 {
  display: flex;
  align-items: left;
  flex-direction: row;
  padding: 10px 0;
  gap: 60px;
}

.social-icons1 img {
  width: 60px;
  height: 60px;
  margin: 0 10px;
  cursor: pointer;
}

.social-icons2 img {
  width: 60px;
  height: 60px;
  margin: 0 10px;
  cursor: pointer;
}

.discordimg{
  padding: 20px;
}

.copyright {
  text-align: center;
  padding: 10px;
  background-color: #222;
  font-size: 0.8rem;
  width: 100vw;
}

.bize-ulas{
  color: blueviolet;
}

@media (max-width:2047px){
  .image-box10{
    width: 11vw;
  }
  .footer-section{
    padding: 0 15px;
  }
  .footer-section p{
    font-size: 0.8rem;
  }
}


.mobile-logo{
  max-width: 200px;
  padding-top: 300px;
}

.mobile-block{
  text-align: center;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
  color: white;
  justify-content: center;
  align-items: center;
  font-size: clamp(2rem, 0.571rem + 3.81vw, 4rem);
  z-index: 9999;
  padding: 20px;
  box-sizing: border-box;
}

@media (max-width:1300px) {
  .mobile-block{
    display: flex;
    flex-direction: column;
  }
  .header, .container, .container2, .container3, .footer-content, #scrollToTop{
    display: none;
  }
}