@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Roboto:wght@400;700&display=swap');
body {
  font-family: 'Roboto', sans-serif;
}

h1, h2, h3 {
  font-family: 'Montserrat', sans-serif;
}
.header-wrapp {
  background: #000;
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 36px;
  padding-bottom: 12px;
  padding-top: 12px;
}
.header-bottom {
  background: #212121;
}
.header-top-logo-img {
  height: 44px;
}
.header-top-nav-list {
  display: flex;
  grid-gap: 12px;
  width: 100%;
}
.header-top-nav{
  width: 100%;
}
.header-logo img{
  height: 50px;
}
.header-top-nav-list-item-link {
  color: rgb(255, 255, 255);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  padding-bottom: 10px;
  transition: 0.3s all;
}
.header-top-nav-list-item-link:hover {
  color: rgb(215, 0, 34);
}
.header{
display: flex;
align-items: center;
justify-content: space-between;
padding: 12px 0;

}
.header-list{
display: flex;
gap: 24px;
}
.res-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.my-container{
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}
.header-top-wrapp-btn {
  display: flex;
  align-items: center;
  grid-gap: 16px;
  margin-left: auto;
}
.btnn {
  padding-bottom: 6px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 6px;
  border-radius: 12px;
  text-transform: uppercase;
  font-size: 18px;
}
  .privacy-hero {
        background: linear-gradient(180deg, #000 0%, #1a1a1a 100%);
        padding: 60px 0;
        text-align: center;
        border-bottom: 3px solid #d70022;
      }
      .privacy-hero h1 {
        font-size: 48px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 16px;
      }
      .privacy-hero p {
        color: #888;
        font-size: 18px;
      }
      .privacy-content {
        background: #0a0a0a;
        padding: 48px 0;
      }
      .privacy-section {
        background: #111;
        border: 1px solid #333;
        border-radius: 12px;
        padding: 32px;
        margin-bottom: 24px;
        transition: all 0.3s ease;
      }
      .privacy-section:hover {
        border-color: #d70022;
      }
      .privacy-section-title {
        font-size: 24px;
        font-weight: 700;
        text-transform: uppercase;
        color: #d70022;
        margin-bottom: 20px;
        padding-bottom: 12px;
        border-bottom: 2px solid #333;
        display: flex;
        align-items: center;
        gap: 12px;
      }
      .privacy-section-title::before {
        content: '';
        width: 4px;
        height: 28px;
        background: #d70022;
        border-radius: 2px;
      }
      .privacy-text {
        color: #ccc;
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 16px;
      }
      .privacy-text:last-child {
        margin-bottom: 0;
      }
      .privacy-list {
        list-style: none;
        padding: 0;
        margin: 16px 0;
      }
      .privacy-list li {
        color: #ccc;
        padding: 12px 0 12px 32px;
        position: relative;
        border-bottom: 1px solid #222;
      }
      .privacy-list li:last-child {
        border-bottom: none;
      }
      .privacy-list li::before {
        content: '♦';
        color: #d70022;
        position: absolute;
        left: 0;
        font-size: 12px;
      }
      .privacy-highlight {
        background: #1a1a1a;
        border-left: 4px solid #d70022;
        padding: 20px 24px;
        margin: 20px 0;
        border-radius: 0 8px 8px 0;
      }
      .privacy-highlight p {
        margin: 0;
        color: #fff;
      }
      .rights-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 16px;
        margin-top: 20px;
      }
      .rights-card {
        background: #1a1a1a;
        border: 1px solid #333;
        border-radius: 8px;
        padding: 20px;
        transition: all 0.3s ease;
      }
      .rights-card:hover {
        border-color: #d70022;
        transform: translateY(-4px);
      }
      .rights-card h4 {
        color: #fff;
        font-size: 18px;
        margin-bottom: 8px;
        font-weight: 600;
      }
      .rights-card p {
        color: #888;
        font-size: 14px;
        margin: 0;
        line-height: 1.6;
      }
      .contact-box {
        background: linear-gradient(135deg, #d70022 0%, #8b0016 100%);
        border-radius: 12px;
        padding: 40px;
        text-align: center;
        margin-top: 32px;
      }
      .contact-box h3 {
        font-size: 28px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 16px;
      }
      .contact-box p {
        color: rgba(255,255,255,0.9);
        margin-bottom: 24px;
      }
      .contact-btn {
        display: inline-block;
        background: #fff;
        color: #d70022;
        padding: 14px 36px;
        border-radius: 40px;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
        transition: all 0.3s ease;
      }
      .contact-btn:hover {
        background: #000;
        color: #fff;
        box-shadow: 0 0 20px rgba(215, 0, 34, 0.5);
      }
      .update-date {
        display: inline-block;
        background: #d70022;
        color: #fff;
        padding: 8px 20px;
        border-radius: 20px;
        font-size: 14px;
        font-weight: 600;
      }
.res-link {
  text-decoration: none;
}
.col-white {
  color: rgb(255, 255, 255);
}
.btn-outline {
  border: 2px solid #d70022;
  transition: 0.3s all;
}

.btn-bg {
  background: #d70022;
  transition: 0.3s all;
}
.btn-bg:hover {
  box-shadow: 0px 0px 15px 0px rgb(215, 0, 34);
}
.header-bottom-nav-list {
  display: flex;
 justify-content: flex-end;
  padding-bottom: 12px;
  padding-top: 12px;
  width: 100%;
  gap: 24px;
}
#toTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none; /* скрыта по умолчанию */
  padding: 10px 15px;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  background: #ff3531;

  color: white;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

#toTopBtn.show {
  display: block;
  opacity: 0.8;
}

#toTopBtn:active {
  opacity: 1;
}
.col-red {
  color: rgb(215, 0, 34);
}
.link-active {
  color: rgb(215, 0, 34);
  border-style: solid;
  border-width: 0;
  border-bottom-width: medium;
}
.wellcome-wrapp {
  background-image: url('../images/6a724890aaa0042ae3d4d42946929462.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.wellcome {
  padding-bottom: 40px;
  padding-top: 40px;
  position: relative;
  z-index: 1;
}
.wellcome-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 16px;
  text-transform: uppercase;
}
.wellcome-text-desc {
  font-size: 24px;
}
.wellcome-text-title{
  font-weight: 700;
}
.overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.45);
}
.isalnd {
  display: flex;
  grid-gap: 24px;


}
.isalnd-card {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  padding-left: 24px;
  padding-right: 24px;
  column-gap: 36px;
  justify-content: center;
  grid-gap: 36px;
}
.isalnd-card-img {
  width: 220px;
}
.bg-red {
  background: #d70022;
}
.bg-black {
  background: #000;
}
.top-games {
  padding-bottom: 32px;
}
.top-games-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 24px;
}
.flex {
  display: flex;
  grid-gap: 50px;
}
.al-end {
  align-items: flex-end;
}
.gap-10 {
  grid-gap: 10px;
}
.icon-50 {
  width: 50px;
}
.upper {
  text-transform: uppercase;
}
.top-games-card {
  position: relative;
  width: 100%;
  border-radius: 8px;
}
.top-games-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.top-games-card-desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.65);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-gap: 24px;
  opacity: 0;
  transition: 0.3s all ease;
  border-radius: 8px;
  backdrop-filter: blur(10px);
}
.top-games-card-desc:hover {
  opacity: 1;
}
.mb-15 {
  margin-bottom: 15px;
}
.jakpot-wrapp {
  background-image: url('../images/384297aa0b3f2aace8c3810d2948bb88.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.jackpot {
  padding-top: 30px;
  padding-left: 100px;
}
.fz-100 {
  font-size: 100px;
}
.fw-700 {
  font-weight: 700;
}
.ff {
  font-family: Times New Roman;
}
.mb-32 {
  margin-bottom: 32px;
}
.white-space {
  white-space: nowrap;
}
.strategy-section {


  color: #fff;
  text-align: center;
}
.strategy-filters {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 24px;
}

.strategy-select {
  background: #111;
  border: 1px solid rgb(215, 0, 34);
  color: #fff;
  padding: 10px 16px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
  appearance: none;
  position: relative;
}

.strategy-select:hover {
  border-color: #ff3344;
  background: #181818;
}

.strategy-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
}

.strategy-card {
  background: #111;
  border: 1px solid #333;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s, border-color 0.3s;
  cursor: pointer;
}

.strategy-card:hover {
  transform: translateY(-6px);
  border-color: rgb(215, 0, 34);
}

.strategy-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.strategy-card h2 {
  color: rgb(215, 0, 34);
  font-size: 22px;
  margin: 16px;
}

.strategy-card p {
  color: #ddd;
  font-size: 15px;
  margin: 0 16px 20px;
}

.strategy-no-results {
  text-align: center;
  margin-top: 60px;
  opacity: 0.9;
}

.strategy-no-results img {
  width: 180px;
  margin-bottom: 20px;
  opacity: 0.8;
}

.strategy-no-results p {
  color: #aaa;
  font-size: 18px;
}
.strategy-title {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 60px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgb(215, 0, 34); /* red accent */
}

.strategy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
}

.strategy-card {
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  
  transition: all 0.3s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items:center;
}

.strategy-card:hover {

  border-color: rgb(215, 0, 34);
  
}

.strategy-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.strategy-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.strategy-card:hover .strategy-image img {
  transform: scale(1.1);
}

.strategy-card-title {
  font-size: 24px;
  font-weight: 700;
  margin: 24px 0 12px 0;
  color: rgb(215, 0, 34);
  transition: 0.3s all;
}
.strategy-card-title:hover{
  color: #fff;
}

.strategy-card-text {
  font-size: 16px;
  color: #ccc;
  line-height: 1.6;
  margin: 0 24px 24px 24px;
}

.strategy-btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 40px;
  background: rgb(215, 0, 34);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 1px;
  transition: 0.3s ease;
  margin-bottom: 12px;
}

.strategy-btn:hover {
  background: #fff;
  color: rgb(215, 0, 34);
  box-shadow: 0 0 15px rgba(215, 0, 34, 0.6);
}


.img-200 {
  width: 200px;
  height: 200px;
  object-fit: cover;
}
.coll {
  display: flex;
  flex-direction: column;
}
.al-start {
  align-items: flex-start;
}
.b-12 {
  border-radius: 12px 0px 0px 12px;
}
.videos {
  background-image: url('../images/af0919bf6ead61877d3ac6d796049669.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: 50vh;
  margin-bottom: 32px;
}
.play {
  width: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all;
}
.play:hover {
  scale: 1.1;
}
.popular-casino {
  padding-bottom: 32px;
}
.popular-casino-cards {
  display: flex;
  align-items: stretch;
  grid-gap: 24px;
}
.popular-casino-card-title{
  transition: 0.3s all;
}
.popular-casino-card-title:hover{
  color: #d70022;
}
.popular-casino-card {
  background: linear-gradient(to bottom, #000, #d70022);;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 24px;
  padding-top: 24px;
  width: 100%;
  transition: 0.3s all;
  border-radius: 12px;
}
.popular-casino-card:hover {
  box-shadow: 0px 0px 20px 0px rgb(76, 76, 76);
}
.popular-casino-card-img {
  object-fit: contain;
  height: 60px;
  margin-bottom: 30px;
  width: 160px;
}
.al-center {
  align-items: center;
}
.fz-20 {
  font-size: 20px;
}
.footer-wrapp {
  background: #000;
}
.footer {
  padding-top: 50px;
  padding-bottom: 10px;
}
.breadcrumbs{
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 12px;
}
.footer-top {
  padding-bottom: 50px;
}
.footer-top-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: flex;
  column-gap: 24px;
}
.footer-top-list0-item {
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
  width: 100%;
}
.footer-top-list0-item-title {
  text-transform: uppercase;
}
.footer-top-list0-item-link {
  transition: 0.3s all ease;
}
.footer-top-list0-item-link:hover {
  color: rgb(215, 0, 34);
}
.footer-bottom-imgs {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 30px;
}
.h-40 {
  height: 40px;
  object-fit: cover;
}
.text-center {
  text-align: center;
}
.p-50 {
  padding-bottom: 50px;
  padding-top: 50px;
}
.m-24 {
  margin-bottom: 24px;
}
.faq-text {
  text-align: center;
  margin-bottom: 50px;
}
  .faq-item {
    background: #111;
    border: 1px solid #222;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
  }

  .faq-item.active {
    border-color: rgb(215, 0, 34);
    box-shadow: 0 0 10px rgb(215, 0, 34, 0.5);
  }

  .faq-question {
    width: 100%;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 18px;
    text-align: left;
    padding: 18px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s;
  }

  .faq-question:hover {
    color: rgb(215, 0, 34);
  }

  .faq-icon {
    font-size: 22px;
    transition: 0.3s;
  }

  .faq-item.active .faq-icon {
    transform: rotate(45deg);
    color: rgb(215, 0, 34);
  }

  .faq-answer {
    max-height: 0;
    overflow: hidden;
    background: #0a0a0a;
    color: #ccc;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.6;
    transition: max-height 0.3s ease, padding 0.3s ease;
  }

  .faq-item.active .faq-answer {
    max-height: 200px;
    padding: 15px 20px 20px;
  }

  .faq-answer p {
    margin: 0;
  }

  @media (max-width: 768px) {
    .faq-header h3 {
      font-size: 22px;
    }
    .faq-question {
      font-size: 16px;
      padding: 14px 16px;
    }
  }
.faq-content {
  display: grid;
 grid-template-columns: 1fr 2fr;
  column-gap: 30px;
  align-items: center;
}
.faq-content-ask {
}
.faq-content-img {
  width: 100%;
}
.faq-content-ask-text {
  align-items: center;
  display: flex;
  grid-gap: 24px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-top: 12px;
  border-radius: 12px;
  transition: 0.3s all;
}
.faq-content-ask-text:hover {
  box-shadow: 0px 0px 10px 0px rgb(51, 51, 51);
}
.faq-btn {
  border-style: none;
  background: #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-weight: 700;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.faq-btn::before {
  transform: translate(-50%, -50%);;
}
.answer {
  background: #000;
  padding-bottom: 12px;
  padding-top: 12px;
  border-radius: 0px 0px 12px 12px;
}
.text-answer {
  padding-left: 12px;
  padding-right: 12px;
  margin-left: 12px;
  border-style: solid;
  border-width: 0;
  border-left-width: 2px;
}
.border {
  border-radius: 12px 12px 0px 0px;
}
.text-symb {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);;
}
.h-200 {
  height: 200px;
  object-fit: cover;
}
.bonuses {
padding: 32px 0;
}

      .bonuses-banner-title {
        font-size: 48px;
        font-weight: 700;
        margin-bottom: 10px;
      }

      .bonuses-banner-subtitle {
        font-size: 20px;
        margin-bottom: 20px;
      }

      /* ===== Кнопки ===== */
      .btnn {
        padding: 10px 25px;
        font-weight: 600;
        border-radius: 8px;
        transition: 0.3s;
        cursor: pointer;
        border: none;
        display: inline-block;
      }

      .btn-bg {
        background-color: rgb(215, 0, 34);
      }

      .btn-bg:hover {
        background-color: #ff2e40;
      }

      .btn-outline {
        border: 1px solid rgb(215, 0, 34);
        background: transparent;
      }

      .btn-outline:hover {
        background-color: rgb(215, 0, 34);
      }

      /* ===== Поиск и фильтры ===== */
      .bonuses-controls {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
        margin: 40px 0;
      }

      .bonuses-search {
        padding: 10px 15px;
        border-radius: 6px;
        border: 1px solid rgb(215, 0, 34);
        background: #111;
        color: #fff;
        outline: none;
      }

      .bonuses-search::placeholder {
        color: #aaa;
      }

      /* ===== Карточки ===== */
      .bonuses-cards {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 25px;
      }

      .bonuses-card {
        background: #111;
        border-radius: 12px;
        overflow: hidden;
        padding: 15px;
        position: relative;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        opacity: 0;
        transform: translateY(30px);
      }

      .bonuses-card.visible {
        opacity: 1;
        transform: translateY(0);
        transition: 0.8s ease;
      }

      .bonuses-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 0 20px rgba(215, 0, 34, 0.3);
      }

      .code {
        position: absolute;
        top: 15px;
        left: 15px;
        background: rgb(215, 0, 34);
        padding: 5px 10px;
        border-radius: 6px;
        display: flex;
        align-items: center;
        gap: 8px;
      }

      .copy-btn {
        background: transparent;
        border: none;
        color: #fff;
        font-size: 14px;
        cursor: pointer;
        text-decoration: underline;
      }

      .bonuses-card-text {
        display: flex;
        flex-direction: column;
        gap: 10px;
      }

      .bonuses-card-text-title {
        font-size: 20px;
        font-weight: 700;
      }

      .bonuses-card-text-desc {
        font-size: 14px;
        line-height: 1.4;
      }

      .bonuses-card-text-date {
        font-size: 13px;
        color: #bbb;
      }

      /* ===== How to Claim ===== */
      .bonuses-howto {
        text-align: center;
        border-top: 1px solid rgb(215, 0, 34);
        border-bottom: 1px solid rgb(215, 0, 34);
        padding: 40px 0;
        background: #0c0c0c;
      }

      .bonuses-steps {
        list-style: none;
        padding: 0;
        margin-top: 20px;
      }

      .bonuses-steps li {
        margin-bottom: 10px;
      }

      /* ===== FAQ ===== */
      .bonuses-faq {
        background: #111;
        padding: 50px 0;
        border-top: 1px solid rgb(215, 0, 34);
      }

     

      .faq-item h3 {
        font-size: 18px;
        margin-bottom: 8px;
      }

      /* ===== Подписка ===== */
      .bonuses-subscribe {
        background: linear-gradient(180deg, #111, #000);
        padding: 60px 0;
        text-align: center;
        border-top: 2px solid rgb(215, 0, 34);
      }

      .subscribe-input {
        padding: 10px 15px;
        border-radius: 6px;
        border: 1px solid rgb(215, 0, 34);
        background: #111;
        color: #fff;
        outline: none;
        width: 260px;
      }

      .subscribe-input::placeholder {
        color: #aaa;
      }

      /* ===== Утилиты ===== */
      .col-white {
        color: #fff;
      }
      .col-red {
        color: rgb(215, 0, 34);
      }
      .flex {
        display: flex;
      }
      .gap-10 {
        gap: 10px;
      }
      .br-12 {
        border-radius: 12px;
      }
      .mb-15 {
        margin-bottom: 15px;
      }
      .w-100 {
        width: 100%;
      }
      .h-200 {
        height: 200px;
        object-fit: cover;
      }
.col-black {
  color: rgb(39, 38, 38);
}
.br-12 {
  border-radius: 12px 12px 0px 0px;
}
.post {
 display: grid;
 grid-template-columns: 3fr 1fr;
 gap: 24px;
}
.post-right {
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
  

}
.post-right .bonuses-card{
  opacity: 1;
  transform: translateY(0);
}
.pb-0 {
  padding-bottom: 0;
}
.pb-32{
  padding-bottom: 32px;
}
.pt-32{
  padding-top: 32px;
}
.contact-section {
  padding: 80px 0;
  background: #000;
  color: #fff;
}

.contact-title {
  text-align: center;
  font-size: 48px;
  font-weight: 800;
  color: rgb(215, 0, 34);
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.contact-subtitle {
  text-align: center;
  color: #ccc;
  font-size: 18px;
  margin-bottom: 60px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 24px;
  align-items: start;
}

.contact-info {
  background: #111;
  border-radius: 16px;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-info-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
  color: rgb(215, 0, 34);
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  line-height: 1.8;
}

.contact-label {
  font-weight: 600;
  color: #fff;
}

.contact-link {
  color: rgb(215, 0, 34);
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-link:hover {
  color: #fff;
}

.contact-socials {
  display: flex;
  gap: 16px;
  margin-top: 20px;
}

.contact-social {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgb(215, 0, 34);
  color: #fff;
  font-size: 20px;
  transition: 0.3s ease;
}

.contact-social:hover {
  background: #fff;
  color: rgb(215, 0, 34);
  transform: scale(1.1);
}

.contact-form {
  background: #111;
  border-radius: 16px;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-input-group {
  margin-bottom: 20px;
}

.contact-input,
.contact-textarea {
  width: 100%;
  padding: 14px 18px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #000;
  color: #fff;
  font-size: 16px;
  outline: none;
  transition: border 0.3s ease;
}

.contact-input:focus,
.contact-textarea:focus {
  border-color: rgb(215, 0, 34);
}

.contact-textarea {
  height: 120px;
  resize: none;
}

.contact-btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 40px;
  background: rgb(215, 0, 34);
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
}

.contact-btn:hover {
  background: #fff;
  color: rgb(215, 0, 34);
  box-shadow: 0 0 15px rgba(215, 0, 34, 0.6);
}

.social {
  display: flex;
  justify-content: space-evenly;
}
.icon-40 {
  height: 40px;
  width: 40px;
}
.scale {
  transition: 0.3s all ease;
}
.scale:hover {
  scale: 1.1;
}
.hover {
  transition: 0.3s all ease;
}
.hover:hover {
  color: rgb(215, 0, 34);
}
.casino {
 padding: 32px 0;
}
.casino-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
}
.overlay-col {
  position: absolute;
  background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(133, 1, 22, 01));;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.casino-top img{
  position: relative;
  z-index: 2;
}
.casino-top-left {
  z-index: 11;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-gap: 20px;
  padding-left: 24px;
  align-items: center;
}
.casino-top-left-link {
  font-size: 48px;
  color: rgb(255, 44, 44);
  font-weight: 700;
}
.casino-center-cards {
  display: flex;
}
.casino-center-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  align-items: center;
}
.casino-center-card-head {
  display: flex;
  align-items: flex-end;
}
.casino-stat-left {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.casino-box {
  display: flex;
 gap: 24px;
}
.casino-box-card {
  width: 100%;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  border: 2px solid #ddd;
  border-radius: 12px;
}
.casino-box-card-title {
}
.casino-box-card-content {
  display: flex;
  grid-gap: 12px;
}
.casino-box-card-content-row {
  display: grid;
  justify-content: space-between;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  justify-items: stretch;
}
.casino-box-card-content-row-text {
  background: #272727;
  color: rgb(255, 255, 255);
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  display: flex;
  text-align: center;
  justify-content: center;
}
.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
}
.casino-end {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.icon-24 {
  width: 24px;
  height: 24px;
  object-fit: cover;
}
.w-33 {
  width: 33%;
}
.casino-stat-card{
  display: grid;
  grid-template-columns: 1fr 6fr;
  gap: 24px;
}
.border-left {
  padding-left: 12px;
  border-style: solid;
  border-width: 0;
  border-left-width: medium;
  border-left-color: rgb(237, 0, 0);
}
.mb-30 {
  margin-bottom: 30px;
}
.casino-stat-right {
  width: 100%;
}
.casino-stat-right-div-col {
  background-color: rgb(206, 0, 0);
  height: 5px;
  border-radius: 2px;
}
.casino-stat-right-div-nocol {
  height: 5px;
  background-color: rgba(0, 0, 0, 0.33);
  width: 100%;
  border-radius: 2px;
}
.between {
  justify-content: space-between;
}
.mb-8 {
  margin-bottom: 8px;
}
.w-40 {
  width: 40%;
}
.w-80 {
  width: 80%;
}
.w-20 {
  width: 20%;
}
.fz-45 {
  font-size: 45px;
}
.casino-info {
  margin-bottom: 32px;
}
.casino-info-cards {
  display: flex;
  grid-gap: 24px;
  align-items: center;
}
.casino-info-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.fz-30 {
  font-size: 30px;
}
.fz-24 {
  font-size: 24px;
}

/* Burger */
.menu-burger {
  width: 30px;
  height: 20px;
  background-color: transparent;
  cursor: pointer;
  border: none;
  padding: 0;
  z-index: 100;
  position: relative;
}
.menu-burger::after,
.menu-burger::before {
  content: "";
  position: absolute;
  left: 0;
}
.menu-burger::before {
  top: 0;
  -webkit-transition: top 0.3s 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, top 0.3s 0.3s;
  transition: transform 0.3s, top 0.3s 0.3s, -webkit-transform 0.3s;
}
.menu-burger::after {
  bottom: 0;
  -webkit-transition: bottom 0.3s 0.3s, -webkit-transform 0.3s;
  transition: bottom 0.3s 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, bottom 0.3s 0.3s;
  transition: transform 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s;
}
.menu-burger__line,
.menu-burger::after,
.menu-burger::before {
  display: block;
  width: 100%;
  border-radius: 10px;
  height: 4px;
  background-color: #efefef;
}
.menu-burger--active .menu-burger__line {
  display: none;
}
.menu-burger--active::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  -webkit-transition: top 0.3s, -webkit-transform 0.3s 0.3s;
  transition: top 0.3s, -webkit-transform 0.3s 0.3s;
  transition: top 0.3s, transform 0.3s 0.3s;
  transition: top 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}
.menu-burger--active::after {
  -webkit-transform: translateY(50%) rotate(-45deg);
  transform: translateY(50%) rotate(-45deg);
  bottom: 50%;
  -webkit-transition: bottom 0.3s, -webkit-transform 0.3s 0.3s;
  transition: bottom 0.3s, -webkit-transform 0.3s 0.3s;
  transition: bottom 0.3s, transform 0.3s 0.3s;
  transition: bottom 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}
.menu-burger {
  display: none;
}
.burger_overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 3;
}
.burger_overlay--active {
  opacity: 1;
  pointer-events: auto;
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}
/* Responsive Breakpoints */

/* Large Desktop (1920px and up) - Your existing styles work here */

/* Desktop (1440px - 1919px) */
@media screen and (max-width: 1919px) {
  .container {
    max-width: 1320px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Small Desktop (1200px - 1439px) */
@media screen and (max-width: 1439px) {
  .container {
    max-width: 1140px;
  }
  
  .isalnd-card-img {
    width: 180px;
  }
  
  .fz-100 {
    font-size: 80px;
  }
  
  .casino-top-left-link {
    font-size: 36px;
  }
}

/* Tablet Landscape (992px - 1199px) */
@media screen and (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
  
  /* Header adjustments */
  .header-bottom-nav-list {
    font-size: 13px;
    padding: 8px 0;
  }
  
  /* Game cards to 3 columns */
  .top-games-cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
  
  .popular-casino-cards {
    flex-wrap: wrap;
  }
  
  .popular-casino-card {
    width: calc(50% - 12px);
   
  }
  .casino-top img.w-100{
    position: absolute;
    height: 80px;
    width: auto !important;
    right: 0;
  }
  .casino-top-left{
    padding: 24px 0;
  }
  .casino-top{
    grid-template-columns: 1fr;
  }
  
  /* Footer adjustments */

  
  .footer-top-list0-item {
    width: 33.333%;
    margin-bottom: 30px;
  }
  
  /* Casino page adjustments */
  .casino-box {
    flex-direction: column;
  }
  
  .w-33 {
    width: 100%;
  }
  
  .casino-center-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  
  .casino-center-card {
    width: 50%;
   
  }
}

/* Tablet Portrait (768px - 991px) */
@media screen and (max-width: 991px) {
   .menu-burger {
    display: block;
  }
  .header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
 .header-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    gap: 24px;
    z-index: 99;
    overflow: scroll;
    width: 250px;

    background-image: url("/images/64b3c42e861f392bfba15f787b60a9b2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    flex-direction: column;
    padding-top: 50px;
    height: 100vh;
    padding-bottom: 50px;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 32px;

    -webkit-transform: translateX(100%);

    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }

  .header-nav-list-mobile {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 50px;
    background: #0c0c0c;
    font-weight: 700;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  
  .header-top-nav-list-item {
    padding: 10px 0;
  }
  
  /* Island cards stack */
  .isalnd {
    flex-direction: column;
  }
  
  /* Game cards to 2 columns */
  .top-games-cards {
    grid-template-columns: 1fr 1fr;
  }
  
  /* Strategy cards stack */
  .strategy-cards {
    flex-wrap: wrap;
  }
  
  .strategy-card {
    width: 100%;
    
  }
  
  /* Bonuses cards to 2 columns */
  .bonuses-cards {
    grid-template-columns: 1fr 1fr;
  }
  
 
  
  .faq-content-img {
    max-width: 400px;
    margin-bottom: 30px;
  }
  
  /* Casino page adjustments */
  .casino-top {
    grid-template-columns: 1fr;
  }
  
  .casino-top-left {
    padding: 30px 20px;
  }
  
  .casino-info-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }
  
  .casino-info-card {
    width: 50%;
    margin-bottom: 20px;
  }
  
  /* Jackpot adjustments */
  .jackpot {
    padding-left: 20px;
    text-align: center;
  }
  
  .fz-100 {
    font-size: 60px;
  }
  .footer-top-list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .strategy-list{
    grid-template-columns: 1fr 1fr;
  }
  .post{
    grid-template-columns: 1fr;
  }
  .post-right{
    flex-direction: row;
  }
  .bonuses-card{
    width: 100%;
  }
}

/* Mobile Landscape (576px - 767px) */
@media screen and (max-width: 767px) {
  .container {
    max-width: 540px;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  /* Header adjustments */
  .header-top-wrapp-btn {
    display: none;
  }
  
  .header-top-logo-img {
    height: 36px;
  }
  
  /* Footer adjustments */
  .footer-top-list0-item {
    width: 50%;
  }
  
  .footer-bottom-imgs {
    flex-wrap: wrap;
    justify-content: center;
  }
  .header-logo img{
    height: 30px;
  }
  
  .footer-bottom-imgs a {
    margin: 5px;
  }
  
  /* Popular casino cards */
  .popular-casino-card {
    width: 100%;
  }
  
  /* Post page adjustments */
  .post {
    flex-direction: column;
  }
  
  .post-right {
    width: 100%;
    min-width: 100%;
  }
  
  /* Contacts cards stack */
  .contacts-cards {
    flex-direction: column;
  }
  
  /* Casino center cards */
  .casino-center-card {
    width: 100%;
  }
  
  /* Title adjustments */
  .wellcome-text-title {
    font-size: 36px;
  }
  
  h3 {
    font-size: 24px;
  }
  
  .fz-30 {
    font-size: 24px;
  }
  
  .fz-24 {
    font-size: 20px;
  }
  .bonuses-filters,.bonuses-controls {
    flex-direction: column;
  }
  .faq-content-img{
    display: none;
  }
  .faq-content{
    grid-template-columns: 1fr;
  }
}
@media(max-width:700px){
  .post-right{
    flex-direction: column;
  }
}

/* Mobile Portrait (320px - 575px) */
@media screen and (max-width: 575px) {
  .container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  /* Single column layouts */
  .top-games-cards,
  .bonuses-cards {
    grid-template-columns: 1fr;
  }
  
  /* Island card adjustments */
  .isalnd-card {
    padding: 15px;
    flex-direction: column;
    text-align: center;
  }
  
  .isalnd-card-img {
    width: 120px;
    margin-top: 20px;
  }
  
  /* Strategy card adjustments */
  .strategy-card {
    flex-direction: column;
    text-align: center;
   
  }
  
  .img-200 {
    width: 100%;
    height: 150px;
    border-radius: 12px;
  }
  
  .b-12 {
    border-radius: 12px;
  }
  
  /* Footer adjustments */
  .footer-top-list0-item {
    width: 100%;
    text-align: center;
  }
  
  /* Casino info cards */
  .casino-info-card {
    width: 100%;
  }
  
  /* Button adjustments */
  .btnn {
    padding: 8px 16px;
    font-size: 14px;
  }
  
  /* Titles and text */
  .wellcome-text-title {
    font-size: 28px;
  }
  
  .wellcome-text-desc {
    font-size: 18px;
  }
  
  .fz-100 {
    font-size: 36px;
  }
  
  .fz-45 {
    font-size: 32px;
  }
  
  h3 {
    font-size: 20px;
  }
  
  h4 {
    font-size: 18px;
  }
  
  h5 {
    font-size: 16px;
  }
  
  /* Padding adjustments */
  .p-50 {
    padding: 30px 0;
  }
  
  .mb-50 {
    margin-bottom: 30px;
  }
  
  .mb-30 {
    margin-bottom: 20px;
  }
  
  /* Videos section */
  .videos {
    height: 30vh;
  }
  
  .play {
    width: 60px;
  }
  
  /* Code block for bonuses */
  .code {
    padding: 8px 12px;
    font-size: 12px;
  }
  
  /* FAQ adjustments */
  .faq-content-ask-text {
    padding: 8px;
  }
  
  .faq-btn {
    width: 25px;
    height: 25px;
    font-size: 16px;
  }
  
  /* Horizontal scroll for tables if needed */
  .casino-center-cards {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .casino-stat-right {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .casino-top-left{
   align-items: flex-start;
   width: 300px;
  }
}
@media(max-width:500px){
  .strategy-list{
    grid-template-columns: 1fr;
  }
  .fz-45{
    font-size: 28px;
  }
  .casino-stat-left .al-center{
    flex-direction: column;
  }
  .casino-stat-span{
    font-size: 12px;
  }
  .casino-stat-card{
   grid-template-columns: 1fr;
  }
  .casino-center-cards{
    grid-template-columns: 1fr;
  }
}
/* Extra small mobile (320px - 375px) */
@media screen and (max-width: 375px) {
  /* Further adjustments for smallest screens */
  .wellcome-text-title {
    font-size: 24px;
  }
  
  .fz-100 {
    font-size: 28px;
  }
  
  .icon-50 {
    width: 40px;
  }
  
  .icon-40 {
    width: 30px;
    height: 30px;
  }
  
  .icon-24 {
    width: 20px;
    height: 20px;
  }
  .casino-top img.w-100{
    height: 50px;
  }
  
  /* Ensure text doesn't overflow */
  body {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  
  /* Adjust grid gaps for smaller screens */
  .flex {
    grid-gap: 15px;
  }
  
  .gap-10 {
    grid-gap: 5px;
  }
  .casino-info-cards{
grid-template-columns: 1fr;
  }
}

/* Horizontal scroll wrapper for wide content */
.scroll-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.scroll-wrapper::-webkit-scrollbar {
  height: 6px;
}

.scroll-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.scroll-wrapper::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}

.scroll-wrapper::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Ensure images don't overflow */
img {
  max-width: 100%;
  height: auto;
}

/* Prevent horizontal scroll on body */
body {
  overflow-x: hidden;
}

/* Fix for fixed positioning on mobile */
@media screen and (max-width: 991px) {
  .header-wrapp {
    position: sticky;
    top: 0;
    z-index: 997;
  }
}
