* {
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1.5px;
    padding: 0;
    margin: 0;
    
  }


body {
    background-color: #000000;
    overflow-x: hidden;
    
}

#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);
}

.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);
}



.container {
    width: 100vw;
    height: 80vh;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#map {
    height: 70vh;
    width: 70vw;
    border-radius: 5px;
    border: 2px solid #300c0c;
    color: #1c1c1c;
    margin-top: 15vh;
}


.counter{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 65.3vw;
    height: 15vh;
    background-color: rgba(0, 0, 0, 0.04);
    padding: 0 30px;
    border: 2px solid #300c0c;
    border-radius: 5px;
}

.field{
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;

}

.field p{
    color: rgb(255, 255, 255);
    font-size: clamp(1.063rem, -0.063rem + 1.667vw, 1.438rem);
    font-weight: bold;
    font-family: 'Nimbus Sans L', sans-serif;
    letter-spacing: -1px;
}

.field span{
    font-size: 35px;
}

.container2 {
    width: 100vw;
    height: 20vh;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.textslot{
    width: 80vw;
    height: 10vh;
}
.textslot p{
    color: white;
    font-size: 27px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    letter-spacing: -1.5px;
    line-height: 50px;
    text-align: center;
}

.container3{
    width: 100vw;
    height: 20vh;
    display: flex;
    justify-content: center;
    align-items: center;
}





/*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){
    .container3{
      height: 25vh;
      margin-bottom: 10vh;
      
    }
}

.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;
  }
}