/* ===============================================
   RESPONSIVE DESIGN: MEDIA QUERIES - ARCHANGELMU
   =============================================== */

/* Small Phones - max-width: 390px */
@media (max-width: 390px) {
  .logo img {
    max-width: 320px;
    width: 300px;
  }
  
  .features-sidebar,
  .side-navbar {
    display: none !important;
  }
  .gameBlock2 {
    padding: 10px;
    margin-top: 20px;
  }
  .gameBlock2 .blockTitle h1 {
    font-size: 24px;
  }
  .gameBlock2 iframe {
    height: 110px;
  }
  .gameBlock2 .description {
    font-size: 13px;
    padding: 8px;
  }
}

/* Phones - max-width: 430px */
@media (max-width: 430px) {
  .logo img {
    max-width: 340px;
  }

  .features-sidebar,
  .side-navbar {
    display: none !important;
  }
  .gameBlock2 {
    padding: 10px;
    margin-top: 10px;
  }
  .gameBlock2 .blockTitle h1 {
    font-size: 24px;
  }
  .gameBlock2 iframe {
    height: 200px;
  }
  .gameBlock2 .description {
    font-size: 13px;
    padding: 8px;
  }
}

/* Phones - max-width: 480px */
@media (max-width: 480px) {
  .logo img {
    max-width: 360px;
  }
 
  .features-sidebar,
  .side-navbar,
.discord-float-button,
.gift-float-button {
    display: none !important;
  }
  .gameBlock2 {
    padding: 20px 10px;
    margin-top: 30px;
  }
  .gameBlock2 .blockTitle h1 {
    font-size: 24px;
  }
  .gameBlock2 iframe {
    height: 220px;
  }
  .gameBlock2 .description {
    font-size: 13px;
    padding: 8px;
  }

    .homeButton {
    margin-top: -350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  
  .social {
    margin-top: 20px;
    display: flex;
    gap: 0px !important;
    flex-wrap: wrap;
  }
}

/* Tablets - max-width: 768px */
@media (max-width: 768px) {
.page-logo {
  left: 0px !important;
}
    .logo {
        margin: 0 auto;
        text-align: center;
        width: 320px;
    }

  .logo img {
    max-width: 320px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .hero-h1,
  .hero-subtitle,
  .bonus-banner,
  .hype-text {
    display: none !important;
  }

  .features-sidebar,
  .side-navbar {
    display: none !important;
  }
  .gameBlock2 {
    padding: 30px 15px;
    margin-top: 50px;
  }
  .gameBlock2 .blockTitle h1 {
    font-size: 28px;
  }
  .gameBlock2 iframe {
    height: 300px;
  }
  .gameBlock2 .description {
    font-size: 14px;
    padding: 10px;
  }
}

/* Medium Screens - max-width: 1024px */
@media (max-width: 1024px) {
  .logo img {
    max-width: 320px;
  }
  .hero-h1,
  .hero-subtitle,
  .bonus-banner,
  .hype-text {
    display: none !important;
  }

  .features-sidebar,
  .side-navbar {
    display: none !important;
  }


  .gameBlock2 {
    padding: 40px 15px;
    margin-top: 60px;
  }
  .gameBlock2 .blockTitle h1 {
    font-size: 32px;
  }
  .gameBlock2 iframe {
    height: 350px;
  }
  .gameBlock2 .description {
    font-size: 15px;
    padding: 12px;
  }
}

/* Large Screens - min-width: 1920px */
@media (min-width: 1920px) {
  .hero-h1 {
    font-size: 28px;
  }
  .hero-subtitle {
    font-size: 18px;
  }
  .homeButton a {
    font-size: 20px;
  }
}

/* Ultra-Wide Screens - min-width: 2560px */
@media (min-width: 2560px) {
  .gameBlock2 {
    max-width: 1800px;
    padding: 80px 50px;
  }
  .gameBlock2 .blockTitle h1 {
    font-size: 50px;
  }
  .gameBlock2 iframe {
    height: 550px;
  }
  .gameBlock2 .description {
    font-size: 22px;
    padding: 30px;
  }
  .video-title-bar {
    font-size: 28px;
  }
}

/* 4K Screens - min-width: 3840px */
@media (min-width: 3840px) {
  .gameBlock2 {
    max-width: 2200px;
    padding: 100px 60px;
  }
  .gameBlock2 .blockTitle h1 {
    font-size: 60px;
  }
  .gameBlock2 iframe {
    height: 650px;
  }
  .gameBlock2 .description {
    font-size: 24px;
    padding: 35px;
  }
}

///
@media screen and (max-width: 768px) {
  .logo {
    margin: 20px auto 0 auto;
    text-align: center;
  }

  .logo img {
    width: 100%;
    max-width: 320px;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .hero-h1,
  .hero-subtitle,
  .bonus-banner,
  .hype-text {
    display: none !important;
  }

  .homeButton {
    margin-top: -350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .homeButton a {
    width: 100%;
    max-width: 500px;
    padding: 14px 10px;
    font-size: 18px;
    text-align: center;
    border-radius: 10px;
  }

.download-m {
display: inline-block;
    background: linear-gradient(135deg, #ff4b4b, #ff6b6b);
    color: #fff;
    text-shadow: 0 0 5px #000;
}

  .download {
    background: linear-gradient(135deg, #ff4b4b, #ff6b6b);
    color: #fff;
    text-shadow: 0 0 5px #000;
    display: none;
  }

  .register {
    background: linear-gradient(135deg, #4b8aff, #6bb6ff);
    color: #fff;
    text-shadow: 0 0 5px #000;
  }

  .social {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }

  .social a img {
    width: 36px;
    height: 36px;
    filter: drop-shadow(0 0 5px black);
  }

  .social a {
    width: 60px !important;
    height: 60px !important;
}
.guide-card img {
  height: 140px;
}



@media (max-width: 1024px) {
.homeButton{
  font-size: 22px !important;
} 
.download {
  font-size: 22px !important;
}


  .logo {
    margin: 30px auto 0 auto;
    text-align: center;
  }

  .logo img {
    width: 100%;
    max-width: 400px;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .hero-h1,
  .hero-subtitle,
  .bonus-banner,
  .hype-text {
    display: none !important;
  }

  .homeButton {
    margin-top: -350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .homeButton a {
    width: 100%;
    max-width: 500px;
    padding: 14px 10px;
    font-size: 18px;
    text-align: center;
    border-radius: 10px;
  }

  .download {
    background: linear-gradient(135deg, #ff4b4b, #ff6b6b);
    color: #fff;
    text-shadow: 0 0 5px #000;
  }

  .register {
    background: linear-gradient(135deg, #4b8aff, #6bb6ff);
    color: #fff;
    text-shadow: 0 0 5px #000;
  }

  .social {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }

  .social a img {
    width: 36px;
    height: 36px;
    filter: drop-shadow(0 0 5px black);
  }


  /* הסתרת סרגל צד ובלוקים */
  .side-navbar,
  .feature-sidebar {
    display: none !important;
  }

  /* כותרות */
  .hero-h1 {
    font-size: 18px;
    padding: 0 10px;
    line-height: 1.4;
  }

  .hero-subtitle {
    font-size: 14px;
    padding: 0 10px;
    line-height: 1.6;
  }

  /* באנר בונוס */
  .bonus-banner {
    display: none;
  }

  /* כפתורי התחלה (הורדה / הרשמה) */
  .homeButton a {
    width: 90%;
    font-size: 16px;
    margin: 10px auto;
    display: block;
  }

  /* כפתורים צפים (וידאו, דיסקורד, מתנה) */
  .gift-float-button,
  .discord-float-button,
  .gameplay-float-button {
    left: 15px;
    width: calc(100% - 30px);
    justify-content: center;
    padding: 12px;
    display: none;
  }


  .video-title-bar {
    font-size: 16px;
    padding: 10px 25px;
  }

    .gameBlock2 {
        padding: 40px 15px;
        margin-top: 60px;
    }

    .gameBlock2 .blockTitle h1 {
        font-size: 32px;
    }

    .gameBlock2 iframe {
        height: 350px;
    }

    .gameBlock2 .description {
        font-size: 15px;
        padding: 12px;
    }

    .promo-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin: 20px auto 0 auto;
    width: 100%;
    max-width: 420px;
    padding: 0 10px;
    display: none;
  }

  .promo-buttons div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    font-weight: bold;
    padding: 14px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    color: white;
    text-shadow: 0 0 5px black;
  }

  .gameplay-float-button {
    background: linear-gradient(to right, #ff4d4d, #ff1a1a);
        display: none;

  }

  .gift-float-button {
    background: linear-gradient(to right, #ff9933, #ff6600);
        display: none;

  }

  .discord-float-button {
    background: linear-gradient(to right, #7289da, #4e5d94);
        display: none;

  }

  .promo-buttons img {
    width: 24px;
    height: 24px;
    filter: drop-shadow(0 0 3px black);
  }


  .gameplay-float-button,
  .gift-float-button,
  .discord-float-button {
    position: static !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    margin: 0;
  }
}

/* רספונסיביות למסכים קטנים (טלפונים) */
@media (max-width: 768px) {
    .gameBlock2 {
        padding: 30px 15px;
        margin-top: 50px;
    }

    .gameBlock2 .blockTitle h1 {
        font-size: 28px;
    }

    .gameBlock2 iframe {
        height: 300px;
    }

    .gameBlock2 .description {
        font-size: 14px;
        padding: 10px;
    }
}

/* רספונסיביות למסכים קטנים מאוד (טלפונים קטנים) */
@media (max-width: 480px) {
    .gameBlock2 {
        padding: 20px 10px;
        margin-top: 30px;
    }

    .gameBlock2 .blockTitle h1 {
        font-size: 24px;
    }

    .gameBlock2 iframe {
        height: 220px;
    }

    .gameBlock2 .description {
        font-size: 13px;
        padding: 8px;
    }
}

/* רספונסיביות למסכים קטנים מאוד (טלפונים קטנים) */
@media (max-width: 430px) {
    .gameBlock2 {
        padding: 10px 10px;
        margin-top: 10px;
    }

    .gameBlock2 .blockTitle h1 {
        font-size: 24px;
    }

    .gameBlock2 iframe {
        height: 200px;
    }

    .gameBlock2 .description {
        font-size: 13px;
        padding: 8px;
    }
}

/* רספונסיביות למסכים קטנים מאוד מאוד (טלפונים קטנים) */
@media (max-width: 390px) {
    .gameBlock2 {
        padding: 10px 10px;
        margin-top: 20px;
    }

    .gameBlock2 .blockTitle h1 {
        font-size: 24px;
    }

    .gameBlock2 iframe {
        height: 110px;
    }

    .gameBlock2 .description {
        font-size: 13px;
        padding: 8px;
    }
}

/* התאמה למסכים ענקיים (2560px+ - Ultra-Wide) */
@media (min-width: 2560px) {
    .gameBlock2 {
        max-width: 1800px;
        padding: 80px 50px;
    }

    .gameBlock2 .blockTitle h1 {
        font-size: 50px;
    }

    .gameBlock2 iframe {
        height: 550px;
    }

    .gameBlock2 .description {
        font-size: 22px;
        padding: 30px;
    }
}

/* התאמה למסכי 4K (3840px ומעלה) */
@media (min-width: 3840px) {
    .gameBlock2 {
        max-width: 2200px;
        padding: 100px 60px;
    }

    .gameBlock2 .blockTitle h1 {
        font-size: 60px;
    }

    .gameBlock2 iframe {
        height: 650px;
    }

    .gameBlock2 .description {
        font-size: 24px;
        padding: 35px;
    }
}


@media (max-width: 370px) {
    .block h1 {
        font-size: 20px;
    }

    .block h1 span {
        font-size: 18px;
    }

    .topPlayer {
        height: 90px;
    }

    .mediaBlock,
    .mediaBlock-top {
        height: 170px;
    }
}

@media screen and (max-width: 768px) {
  /* הסתרת סרגל צד ובלוקים */
  .side-navbar,
  .feature-sidebar {
    display: none !important;
  }

  /* כותרות */
  .hero-h1 {
    font-size: 18px;
    padding: 0 10px;
    line-height: 1.4;
  }

  .hero-subtitle {
    font-size: 14px;
    padding: 0 10px;
    line-height: 1.6;
  }

  /* באנר בונוס */
  .bonus-banner {
    display: none;
  }

  /* כפתורי התחלה (הורדה / הרשמה) */
  .homeButton a {
    width: 90%;
    font-size: 16px;
    margin: 10px auto;
    display: block;
  }

  /* כפתורים צפים (וידאו, דיסקורד, מתנה) */
  .gift-float-button,
  .discord-float-button,
  .gameplay-float-button {
    left: 15px;
    width: calc(100% - 30px);
    justify-content: center;
    padding: 12px;
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .hero-h1 {
    font-size: 16px;
  }

  .hero-subtitle {
    font-size: 13px;
  }

  .hype-text {
    font-size: 13px;
  }
}

@media screen and (max-width: 1024px) {
  .hero-h1 {
    font-size: 22px;
  }

  .hero-subtitle {
    font-size: 15px;
  }

  .homeButton a {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  .hero-h1 {
    font-size: 28px;
  }

  .hero-subtitle {
    font-size: 18px;
  }

  .homeButton a {
    font-size: 20px;
  }
}

@media screen and (min-width: 2560px) {
  .hero-h1 {
    font-size: 34px;
  }

  .hero-subtitle {
    font-size: 20px;
  }

  .homeButton a {
    font-size: 22px;
  }

  .video-title-bar {
    font-size: 28px;
  }
}


