@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@1,100..900&family=Saira:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100..900&family=Saira:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gravitas+One&family=Jost:wght@200&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Saira:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Scribble&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  background-color: #f8f9fa;
  border-bottom: 1px solid #ddd;
  position: relative;
  height: 80px;
}

.nav-menu ul {
  display: flex;
  list-style: none;
  gap: 2rem;
}

.nav-menu a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 1rem;
  transition: color 0.3s ease;
}

.nav-menu a:hover {
  color: #2f6b80;
}

.logo-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo {
  height: 50px;
  width: auto;
}

.logo:hover {
  opacity: 0.9;
  transition: opacity 0.2s ease;
}

.account-icon img {
  width: 28px;
  height: 28px;
  transition: transform 0.3s ease;
}

.account-icon img:hover {
  transform: scale(1.1);
}
.server_info{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 50px;
  border-radius: 10px;
  box-sizing: content-box;
  background-image: url('background.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;


}

.server{
  padding-top: 10px;
  color: #ddd;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 10px;
  font-style: normal;
}
.ip{
  font-size: 15px;
  color: #ddd;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 10px;
  font-style: normal;
}
.version{
  color: #2f6b80;
  font-size: 10px;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 10px;
  font-style: normal;
}
.server_info_container{
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 10px;
  font-style: normal;
}
.info {
  padding: 20px;
  margin: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: rgba(206, 255, 190, 0.2); 
  backdrop-filter: blur(10px);         
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px;                      
  box-sizing: border-box;
  color: #fff;                                
  font-weight: 500;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);  
}
.about {
  text-align: center;
  padding: 30px 20px;
  max-width: 800px;
  margin: 20px auto;
  color: #333;
  line-height: 1.6;
}

.about h2 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #2c3e50;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 10px;
  font-style: normal;
}

.about p {
  font-size: 1.1rem;
  margin-bottom: 15px;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 8px;
  font-style: italic;
}
.servern{
  background-color: rgba(0, 225, 255, 0.185)
}
.features {
  max-width: 900px;
  margin: 40px auto;
  text-align: center;
  padding: 0 20px;
}

.feature-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.feature {
  flex: 1 1 300px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: left;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.feature h3 {
  color: #1188ff;
  margin-bottom: 8px;
}

.footer {
  margin-top: 60px;
  padding: 50px 20px 20px;
  text-align: center;
  background-image: url('background.jpg');
  backdrop-filter: blur(10px);
  border-top: 1px solid rgb(0, 0, 0);
  color: #fff;
  border-radius: 20px 20px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-content h3 {
  font-size: 1.6rem;
  margin-bottom: 10px;
  color: #30d6ff;
}

.footer-content p {
  margin-bottom: 30px;
  font-size: 1rem;
  color: #ffffff;
}

.footer-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
}

.footer-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  border-radius: 25px;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  min-width: 130px;
}

.footer-btn:hover {
  background-color: rgb(202, 202, 202);
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.footer-bottom {
  margin-top: 30px;
  color: #aaa;
  font-size: 0.9rem;
}

.ip-box {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 20px 0;
  font-family: 'Courier New', monospace;
}

.ip-text {
  font-size: 1.2rem;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  color: #2c3e50;
}

.copy-btn {
  padding: 10px 15px;
  background: #3498db;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
}

.copy-btn:hover {
  background: #2980b9;
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
/* === СЛАЙДЕР ГАЛЕРЕИ === */
.slide.active .slide-content {
  opacity: 1 !important;
  transform: translateY(0) !important;
  visibility: visible;
}

.slider {
  position: relative;
  width: 90%;
  max-width: 1000px;
  height: 500px;
  margin: 50px auto;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  background: #000;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;

  /* Начальный слайд — первый */
  &:nth-child(1) { opacity: 1; }
}

/* === КОНТЕНТ НА СЛАЙДЕ === */
/* === КНОПКИ СЛАЙДЕРА === */
.slider-controls {
  text-align: center;
  margin: 20px 0 40px;
  z-index: 10;
  position: relative;
}

.prev, .next {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: rgb(0, 0, 0);
  width: 44px;
  height: 44px;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(5px);
  margin: 0 10px;
}

.prev:hover, .next:hover {
  background-color: rgba(255, 255, 255, 0.35);
  transform: scale(1.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.slide-content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  max-width: 500px;
  margin: 0 auto;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  color: rgb(0, 195, 255);
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
  transform: translateY(20px);
  opacity: 0;
  transition: all 1s ease;
  word-wrap: break-word;
  box-sizing: border-box;
  overflow: hidden;
}

.slide-content h3,
.slide-content p {
  margin: 0;
  text-align: left;
  word-break: break-word;
}

.slide-content h3 {
  font-size: 1.8rem;
  color: #ffffff;
  margin-bottom: 10px;
  font-family: "Rubik Scribble", system-ui;
  font-weight: 400;
  font-style: normal;
}

.slide-content p {
  font-size: 1.1rem;
  line-height: 1.5;
}

/* === УВЕДОМЛЕНИЕ О КОПИРОВАНИИ === */
.copy-notification {
  position: fixed;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 1rem;
  font-family: Arial, sans-serif;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 1000;
  transition: top 0.4s ease;
  white-space: nowrap;
}

.copy-notification.show {
  top: 20px;
}

.copy-notification strong {
  color: #2ecc71;
  font-family: "Rubik Scribble", system-ui;
  font-weight: 400;
  font-style: normal;
}

.prev{
  margin-right: 10px;
  padding: 10px 10px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  border-color: #2980b9;
}
.prev:hover{
  margin-right: 5px;
  padding: 15px 15px;
  transition: padding 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 18px;
  border-color: #2980b9;
  cursor: pointer; 
}
.next{
  margin-left: 10px;
  padding: 10px 10px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  border-color: #2980b9;
}
.next:hover{
  margin-left: 5px;
  padding: 15px 15px;
  transition: padding 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 18px;
  border-color: #2980b9;
  cursor: pointer; 
}
/* === FAQ — Частые вопросы === */
.faq {
  max-width: 900px;
  margin: 60px auto;
  padding: 30px 20px;
  background-color: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  color: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  font-family: "Jost", sans-serif;
}

.faq h3 {
  font-size: 1.5rem;
  margin: 20px 0 12px;
  color: #006a8afd;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
}

.faq h3::before {
  content: "❓";
  font-size: 1.4em;
}

.faq p {
  font-size: 1.05rem;
  margin-bottom: 20px;
  line-height: 1.6;
  color: #000000;
  padding-left: 30px;
  position: relative;
  
}

.faq p::before {
  content: "➡️";
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 768px) {
  .slider {
    width: 95%;
    height: 300px;
    margin: 40px auto;
    border-radius: 15px;
    overflow: hidden;
  }

  .slide-content {
    /* Полное центрирование по горизонтали */
    transform: translateX(-50%);
    /* Отключаем старые свойства */
    right: auto;
    /* Убираем margin, мешающий центрированию */
    margin: 0;
    /* Позиционирование сверху-вниз */
    bottom: 40px;
    /* Ширина */
    width: 88%;
    max-width: none;
    padding: 18px;
    /* Выравнивание текста */
    text-align: center;
  }

  .slide-content h3,
  .slide-content p {
    color: white !important;
  }
  

  .slide-content h3 {
    font-size: 1.3rem;
    margin-bottom: 8px;
    text-align: center;
  }

  .slide-content p {
    font-size: 0.95rem;
    line-height: 1.4;
    text-align: center;
  }

  .prev, .next {
    margin: 0 8px;
    padding: 8px;
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
  }

  .nav-menu ul {
    display: flex;
    list-style: none;
    gap: 2rem;
    background-color: transparent;
    color: transparent;
  }
  /* СЕРВЕР-ИНФО */
  .server_info {
    margin: 30px 15px;
  }

  .info {
    padding: 15px;
    margin: 15px;
  }
  .ip-box {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
  }
  /* ХЕАДЕР */
  .site-header {
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px 15px;
    height: auto;
  }

  .logo-container {
    position: static;
    transform: none;
    margin-bottom: 15px;
  }

  .nav-menu ul {
    gap: 1.2rem;
    flex-wrap: wrap;
    justify-content: center;
  }


  /* ПРЕИМУЩЕСТВА */
  .feature {
    flex: 1 1 100%;
    padding: 16px;
  }

  .feature h3 {
    font-size: 1.2rem;
  }

  .feature p {
    font-size: 1rem;
  }

  /* FAQ */
  .faq {
    margin: 40px 15px;
    padding: 20px;
    border-radius: 15px;
  }

  .faq h3 {
    font-size: 1.4rem;
  }

  .faq p {
    font-size: 0.95rem;
    padding-left: 25px;
    color: #000000;
  }

  /* ФУТЕР */
  .footer {
    padding: 30px 15px 15px;
    border-radius: 15px 15px 0 0;
  }

  .footer-content h3 {
    font-size: 1.4rem;
  }

  .footer-content p {
    font-size: 0.95rem;
  }

  .footer-buttons {
    gap: 10px;
  }

  .footer-btn {
    padding: 8px 16px;
    font-size: 0.9rem;
    min-width: 110px;
  }

  .footer-bottom {
    font-size: 0.8rem;
    margin-top: 20px;
  }

  /* ABOUT */
  .about {
    padding: 20px 15px;
  }

  .about h2 {
    font-size: 1.6rem;
  }

  .about p {
    font-size: 1rem;
  }
}