@import url('https://fonts.googleapis.com/css2?family=Inter:wght@700&display=swap');

/*suka blyat*/
@media (max-width: 1524px) {

.nav-left {
  margin-left: 10px !important;
  }
  
.logo {
    height: 32px;
    margin-left: auto;
}
  
.nav-right {
    margin-right: 110px !important;
}
html, body {
  height: 100% !important;
  width: 100% !important;
  background-color:#090a0b;
}

}

/*1084px*/
@media (max-width: 1084px) {
.nav-left {
  margin-left: 0px !important;
  }

.logo {
  margin-left: 80px !important;
}

.nav-right {
    margin-right: 0px !important;
    margin-left: 80px !important;
}

.nav-center {
  gap: 15px !important;
}
  
.nav-center a {
  font-size: 24px !important;
  margin: 0 5px !important;
}
html, body {
  height: 100% !important;
  width: 100% !important;
  background-color:#090a0b;
}

}

/*768px*/
@media (max-width: 768px) {
.nav-left {
  margin-left: 0px !important;
  }

.logo {
  margin-left: 50px !important;
}
html, body {
  height: 100% !important;
  width: 100% !important;
  background-color:#090a0b;
}

}

/*725px*/
@media (max-width: 725px) {
.nav-left {
  justify-content: center !important;
  align-items: center !important;
  margin-left: 0px !important;  
  margin-right: 0px !important;
  }

.logo {
  justify-content: center !important;
  align-items: center !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.nav-right {
  display: flex !important;
  position: fixed !important;
  justify-content: center !important;
  right: 15px !important;
  gap: 2px !important;
}

.nav-center {
    margin-top: 75px !important;
    display: flex !important;
    gap: 10px !important;

}
.top-nav {
    justify-content: center !important;
}
.btn {
  width: 100% !important;
  max-width: 460px !important;
  height: 55px !important;
  font-size: 20px !important;
}
.buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: 10px !important;
  margin-right: 10px !important;
}
html, body {
  height: 100% !important;
  width: 100% !important;
  background-color:#090a0b;
}

.spacer {
  margin-top: 250px !important;
}

.snake-background {
  width: 300% !important;
  height: 100% !important;
}

.content svg {
  width: 360px;
  height: auto;
}

.footer {
  padding: 20px 40px !important;
}
.footer-left {
  display: flex !important;
}
.footer-left span {
  display: flex !important;
  max-width: 10px !important;
  font-size: 14px !important;
  font-style: bold !important;
}



.overlay .top-nav .hamburger {
  justify-content: center !important;
  align-items: center !important;
  position: fixed !important;
  top: 15px !important;
  left: 15px !important;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  padding: 2px;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 13000 !important;
  color: #ffffff;
}

.overlay .top-nav .hamburger .bar {
  display: block;
  position: static !important;
  width: 26px;
  height: 3px;
  background: currentColor;
  border-radius: 2px;
  margin: 4px 0;
  transition: transform .25s ease, opacity .25s ease;
}


.nav-backdrop {
  position: fixed !important;
  inset: 0 !important;
  background: rgba(0, 0, 0, 0.651) !important;
  display: none !important;
  z-index: 12990 !important; 
}
.nav-backdrop.show { display: block !important; }

.overlay .top-nav .nav-center {
  display: none !important;
}

.overlay .top-nav .nav-center.open {
  display: flex !important;
  visibility: visible !important;
  transform: translateX(0) !important;
  pointer-events: auto !important;
}

.overlay .top-nav .nav-center a {
  display: block !important;
  width: 100% !important;
  pointer-events: auto !important;
  text-decoration: none !important;
}


body.no-scroll {
  overflow: hidden !important;
  touch-action: none !important;
}


}



.hamburger { display: none !important; }
.nav-backdrop { display: none !important; }


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background: transparent;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0);
  border-radius: 10px;
  transition: background 0s ease;
  border: 2px solid transparent;
  background-clip: padding-box;
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(255, 255, 255);
}

::-webkit-scrollbar-button {
  display: none;
}




* {
  scrollbar-width: thin;
  scrollbar-color: rgb(85, 85, 85) transparent;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #000000;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 70px;
}

.background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  background: rgb(0, 0, 0);
}


.snake-background {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  animation: snakeMove 20s ease-in-out infinite;
  transform-origin: center;
}
.snake-background path {
  fill: #000000;
  animation: pulseFill 20s linear infinite;
}

@keyframes pulseFill {
  0% {
    fill: #77898f;
  }
  50% {
    fill: #d4f5ff;
  }
  100% {
    fill: #6e7f85;
  }
}

  @keyframes snakeMove {
    0% {
      left: 0;
    }
    100% {
      left: calc(100% - 300px);
    }
  }


.overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.822);
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  padding: 0 40px;

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;

  background: rgba(0, 0, 0, 0); 
  transition: background 0.3s, backdrop-filter 0.3s, border-bottom 0.3s;
}
.top-nav.scrolled {
  background: rgba(10, 10, 10, 0.363);
  backdrop-filter: blur(5px);
  border-bottom: 1px solid #141414;
}

.nav-left {
  margin-left: 210px;
}

.logo {
   height: 32px;
  margin-left: 210px;
  transition: transform 0.1s ease;
  cursor: pointer;
}
.logo:active {
  transform: scale(0.95);
}


.nav-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav-center a.active {
  color: #ffffff;
  font-weight: 800;
}

.nav-center a {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.05em;
  color: rgba(87, 87, 87, 1);
  text-decoration: none;
  margin: 0 15px;
  transition: color 0.3s ease;
  user-select: none;
}
.nav-center a:hover {
  color: #ffffff;
}


.nav-right {
  display: flex;
  gap: 15px;
  margin-right: 350px;
}

.nav-links a {
  margin: 0 15px;
  text-decoration: none;
  color: #777;
  font-weight: 600;
  transition: color 0.3s;
}

.nav-links a.active,
.nav-links a:hover {
  color: white;
}

.social-icon {
  color: rgba(87, 87, 87, 1);
  font-size: 24px;
  margin-left: 12px;
  transition: color 0.2s ease;
}

.social-icon:hover {
  color: #777;
}

.spacer {
  height: 80px;
  width: 100%;
}
.content {
  
  text-align: center;
  margin-top: 20px;
  margin-bottom: 200px;
}

.title {
  font-size: 48px;
  font-weight: bold;
}


.buttons {
  margin-bottom: 20px;
  display: flex;
  text-align: center;
  gap: 15px;
  justify-content: center;
  margin-top: 20px;
}

.btn {
  border: none;
  width: 211px;
  height: 53px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 20px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s;
}

.btn.solid {
  background-color: #d9d9d9;
  color: rgba(76, 76, 76, 1);
}

.btn.solid:hover {
  background-color: #afafaf;
  color: rgb(58, 58, 58);
} 

.btn.transparent {
  background-color: rgba(217, 217, 217, 0.08);
  color: rgba(217, 217, 217, 1);
}

.btn.transparent:hover {
  background-color: rgba(170, 170, 170, 0.08);
  color: rgb(187, 187, 187);
}


.page-wrapper {
  min-height: 100vh;
  padding-bottom: 60px;
}
  .footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 180px;
    background: #00000000;
    color: #ccc;
    font-family: sans-serif;
    border-top: 1px solid #1a1a1a96;
    user-select: none;       
    -webkit-user-select: none;
    -moz-user-select: none;   
    -ms-user-select: none;
  }
.footer * {
  user-drag: none;
  -webkit-user-drag: none;
}

.footer.fixed-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
}

.footer-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-logo {
  width: 28px;
  height: auto;
}

.footer-title {
  font-weight: bold;
  color: rgba(87, 87, 87, 1);
  font-size: 16px;
}

.footer-right {
  display: flex;
  gap: 15px;
}

.footer-btn {
  color: rgba(87, 87, 87, 1);
  font-size: 18px;
  transition: color 0.2s ease;
}

.footer-btn:hover {
  color: #777;
}

.footer-hidden {
  transform: translateY(100%);
  opacity: 0;
}

.copy-toast {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: #2222222c;
  color: #FFFFFF;
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 18px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0;
  transition: opacity 0.3s ease, bottom 0.3s ease;
  z-index: 9999;
}

.copy-toast.show {
  opacity: 1;
  bottom: 10px;
}

.copy-toast .checkmark {
  font-size: 18px;
}

.legal-footer {
  width: 100%;
  background-color: #000000;
  color: #000000;
  padding: 30px 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  gap: 20px;
  font-family: sans-serif;
  font-size: 14px;
  border-top: 1px solid #000000;
}

.legal-left {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 800px;
}

.server-name {
  font-weight: 600;
  color: #eeeeee;
  margin: 0;
}

.mojang-legal {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: rgb(255, 255, 255);
}

.mojang-legal img {
  width: 20px;
  height: 20px;
  opacity: 0.7;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  font-size: 13px;
}

.legal-links a {
  color: #888888;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
  padding-bottom: 2px;
}

.legal-links a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #ffffff;
  transition: width 0.3s ease;
}

.legal-links a:hover {
  color: #ffffff;
}

.legal-links a:hover::after {
  width: 100%;
}

.legal-links a.active {
  color: #ffffff;
  font-weight: bold;
}

.legal-links a.active::after {
  width: 100%;
  background-color: #ffffff;
}

.legal-right {
  display: flex;
  align-items: center;
}

.shop-button {
  background-color: #000000;
  color: #ffffff;
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: background-color 0.3s, color 0.3s;
}

.shop-button:hover {
  background-color: #13131396;
  color: #ffffff;
}
.legal-footer {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;

  pointer-events: auto;
}

.legal-footer a {
  pointer-events: auto;
}

.legal-footer * {
  -webkit-user-drag: none;
  user-drag: none;
}

