* {
    user-select: none;
    box-sizing: border-box;
    list-style: none;
    transition:  color .3s;
    -webkit-transition:  color .3s;
    -moz-transition:  color .3s;
    -ms-transition:  color .3s;
    -o-transition:  color .3s;
}





body{
    background-color: #efeed6 !important;
    color: #112A5C;
    align-items: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    display: grid;
    place-items: center;
    width: 100% !important;
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}



.fixed-header {
  position: absolute; /* veya fixed, sayfa kaydırıldığında da sabit kalmasını istiyorsanız */
  top: 120px;          /* üstten uzaklığı, mevcut tasarımınıza göre ayarlayın */
  left: 50%;          /* yatayda ortalamak için */
  transform: translateX(-50%); /* tam ortalama */
  font-size: 54px;    /* mevcut font-size ile aynı */
  color: #262262;     /* mevcut renk ile aynı */
  z-index: 1000;      /* diğer öğelerin üstünde görünsün */
  pointer-events: none; /* tıklanabilir olmasını engeller, isterseniz kaldırabilirsiniz */
  font-weight: 500;
}

@media (max-width: 768px) {
  .fixed-header {
    font-size: 29px;
    top: 120px;
    width: 100% !important;
    text-align: center;
  }
}




* {
  scrollbar-width: auto;
  scrollbar-color: #002244 silver;
}

*::-webkit-scrollbar {
  width: 16px;
}

*::-webkit-scrollbar-track {
  background: silver;
}

*::-webkit-scrollbar-thumb {
  background-color: #112A5C;

}



.ds:hover{ 
    background-color: #002244 !important;
}




#br{
    width: 20%;
}

#item{
    padding-left: 0;    
}


.social__links {
    display: inline-block;
    z-index: 500;
}



#beyaz{
    width: calc(3vh + 4vw );
  }


a{
    text-decoration: none;
}
.container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
}




h3{
    margin-bottom: .5rem;
}


.social__links ul li:hover p,
.social__links ul li:hover h3,
.social__links ul li:hover i {
    color: #A18F61;
}

.social__links ul li{
    display: flex;
    flex-direction: column;
    align-items: center;  
    justify-content: center;
    gap: 8px;
    border-radius: 8px;
    margin: 20px 0;
    padding: 20px;
    background: silver;
    backdrop-filter: blur( 0px );
    border-radius: 5px;
    transform-style: preserve-3d;
    perspective: 500px;
    box-shadow: 0 0 0.8rem  rgba(4, 0, 0, 0.725);
    user-select: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.js-tilt-glare{
    border-radius: 5px;
}
.social__links ul li a{
    width: 100%;
    display: flex;
    align-items: center;
    color: white;
    font-size: 1rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    gap: 10px;

}

span {
    border-bottom: none;
}

.social__links ul li a i{
    text-align: center;
    line-height: 4rem;
    padding: 10px 20px;
    font-size: 2rem;
    text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5);
    transform: scale(1.4) translateZ(50px);
    transition: 0.25s;
    position: static;
}
.social__links ul li p{
    line-height: 1.4rem;

}

.lin{
  font-size: 1.2rem;
}


.social__links ul li a span p{
    line-height: 1.4rem;
    font-size: 1.3rem;
}


.social__links ul .twitch:hover,
.social__links ul .youtube:hover,
.social__links ul .discord:hover,
.social__links ul .tiktok:hover {
    background: #262262;
}







@media all and (max-width: 1158px) {
    .msg{
    font-size: 18px;
    }
    #br{
        width: 35%;
    }
}



.social__links p{
    font-size: 1.5rem;
    margin-top: 0.5rem;
}


@media (max-width: 768px) {
    #beyaz{
        width: calc(6vh + 5vw );
      }
    .social__links ul li {
        padding: 0.3rem 0.6rem;
    }
    .social__links ul li a i {
        font-size: 1.4rem !important;
        line-height: 3rem;
        padding: 8px 16px;
    }
    .fa-brands.fa-instagram{
      font-size: 1.8rem !important;
    }
    .social__links ul li a span {
        font-size: 0.9rem;
    }
    .social__links ul li:hover p,
    .social__links ul li:hover h3,
    .social__links ul li:hover i {
        color: #A18F61;
    }
    .lin{
      font-size: 1rem !important;
    }
    h2 {
        font-size: 40px; 
      }
      .layer{
        background: rgba(17, 42, 92, 0.8) !important; 
      }
}


@media (max-width: 576px) {
    .social__links ul li {
        padding: .5rem 3rem;
    }
    .social__links ul li a i {
        font-size: 1.2rem;
        line-height: 2.4rem;
        padding: 6px 12px;
    }
    .social__links ul li a span {
        font-size: 0.8rem;
    }
    .social__links ul li p,
    .social__links ul li h3,
    .social__links ul li i {
        color: #A18F61;
        margin: 2px;
    }
    .social__links ul li{
        background-color: #002244;}
    .social__links p {
            font-size: .8rem !important;
            margin-top: 0.5rem;
    }
    .container{
        width: 88vw;
    }
    #br{
        width: 40%;
      }

}

.navbar{
    font-family: mon !important;
}


* {
    user-select: none;
    box-sizing: border-box;
  }
  
  @font-face {
    font-family: lii;
    src: url(Merriweather-LightItalic.ttf);
  }
  
  @font-face {
  font-family: geor;
  src: url(fonts/georgiaz.ttf);
  }
  
  @font-face {
    font-family: garv;
    src: url(Sarkowik.ttf);
  }
  
  @import url(https://fonts.googleapis.com/css?family=Montserrat:200);
  @font-face {
    font-family: mon;
    src: url(/fonts/Montserrat-Thin.ttf);
  }
  @font-face {
    font-family: monm;
    src: url(/fonts/Montserrat-Medium.ttf);
  }
  @font-face {
    font-family: lii;
    src: url(/fonts/LibreBaskerville-Italic.ttf);
  }
  @font-face {
    font-family: lib;
    src: url(/fonts/LibreBaskerville-Bold.ttf);
  }
  
  #beyaz{
    width: 90px;
  }
  
  html {
    height: 100%;
  } 
  body{
    background-color: white;
    color: #112A5C;
    align-items: center;
    margin: 0;
    padding: 0;
    align-content: space-around;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
  }
  body::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 280px;
    z-index: 2;
  }
  


  
  
  * {
    scrollbar-width: auto;
    scrollbar-color: #002244 silver;
  }
  
  *::-webkit-scrollbar {
    width: 16px;
  }
  
  *::-webkit-scrollbar-track {
    background: silver;
  }
  
  *::-webkit-scrollbar-thumb {
    background-color: #112A5C;
  
  }
  
