.mob-design {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 50px;
  align-items: stretch;
}
.gradient-border,
.gradient-border-first {
  --borderWidth: 3px;
  background: #efe2e2;
  position: relative;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: center;
  gap: 10px;
  padding: 10px 30px;
  position: relative;
  color:black;
}
.top-ribon {
  position: absolute;
  top: -19px;
  left: -23px;
}
.top-ribon span {
  position: absolute;
  left: 30px;
  top: 4px;
  color: black;
}
.bottom-ribon {
  position: absolute;
  left: -21px;
  top: 4px;
  z-index: -1;
}
.bottom-sec-img {
  position: absolute;
  left: -10px;
}

.mob-design section:nth-child(2) {
  order: -1;
}
.gradient-border-first:after {
  content: "";
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(
    60deg,
    #f79533,
    #f37055,
    #ef4e7b,
    #a166ab,
    #5073b8,
    #1098ad,
    #07b39b,
    #6fba82
  );
  border-radius: calc(2 * var(--borderWidth));
  z-index: -1;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}
.mySwiper {
  display: none;
}
.filter-content {
  display: flex;
  gap: 30px;
  margin-top: 40px;
    margin-bottom: 30px;

}

@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.mob-brand-img {
  width: 170px;
  height: 100px;
  border-radius:7px;
}
.mob-brand-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
border-radius:7px;

}
.brandIcons {
  border-radius: 4px;
  /*background: #202020;*/
  display: flex;
  gap: 15px;
  padding: 12px 10px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.Icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.Icon span {
  text-align: center;
  font-family: Gilmer Regular;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color:black;
}
.mob-welcome-bonus {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 5px;
  font-family: Larken-Black;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
}
.mob-welcome-bonus-text {
  text-align: center;
  font-family: sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight:700;
  letter-spacing:1px;
  line-height: 150%;
  height: 100%;
  padding: 0 10px;
  max-width:250px;
}
.mob-min-depo {
  text-align: center;
  font-family: Larken-Black;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.mob-min-amount {
  text-align: center;
  font-family: Gilmer Medium;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.mob-play-btn {
  border-radius: 8px;
  background: #b02626;
  color: #fff;
  text-align: center;
  font-family: Gilmer Bold;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing:0.85px;
  display: block;
  width: 92%;
  padding: 10px;
  display: block;
  text-decoration: none;
  text-transform:uppercase;
}
.main-wrapper {
  display: flex;
  justify-content: space-between;
  padding-left:30px;
  padding-right:30px;
}
.left-wrapper {
  margin-right: 125px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.screen {
  width: 246px;
  height: auto;
  position: relative;
  border: none;
    border-radius:8px;

}
.screen img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius:8px;
}
.pay-btn {
  display: block;
  padding: 9px 0;
  border-radius: 8px;
  background: linear-gradient(0deg, #6c27ff 0%, #905bff 100%);
  color: #fff;
  text-align: center;
  font-family: Gilmer Bold;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  text-decoration: none;
  width: 90%;
  margin: auto;
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
.s_title h1 {
  color: white;
  font-family: Gilmer Medium;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 36px */
  text-align: left;
}
.s_content p,
.s_content > * {
  color: #fff ;
  font-family: Gilmer Medium;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  text-align: left;
}
.t_news, .t_page p,.t_page, .t_review{
    color:black;
}
.swiper {
  display: block;
}
.swiper {
  width: 100%;
  height: 100%;
  margin: auto;
  /* overflow: initial !important; */
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  height: 395px !important;
  background-color: black;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  display: none !important;
}
.pay-and-earn {
  color: #fff;
  text-align: center;
  font-family: Gilmer Bold;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-top: 120px;
  margin-bottom: 30px;
  text-align: left;
}
.right-wrapper h1 {
  display: none;
}

@media only screen and (max-width: 1199.9px) {
  .desktop-partners,
  .t_body {
    display: none !important;
  }

  .item1 {
    grid-area: item1;
  }

  .main-wrapper {
    flex-direction: column;
  }
  .swiper {
    display: block !important;
  }
  .screen {
    width: 100%;
    height: 367px;
  }
  .screen img {
    border-radius: 8px;
  }
  .left-wrapper {
    display: none;
  }
  .swiper-slide {
    margin-right: 20px !important;
  }
  .pay-btn {
    width: 85%;
  }
  #top-filters {
    display: block !important;
  }
  .list_features {
    flex-wrap: wrap;
  }
  .filter-content {
    flex-direction: column;
    gap: 10px;
  }
  .list_features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .list_features li {
    margin: 0 !important;
  }
  .s_content p {
    /*opacity: 0.7;*/
    margin-bottom: 29px !important;
  }
  .right-wrapper h1 {
    display: block;
    color: #fff;
    text-align: center;
    font-family: Gilmer Bold;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    margin-top: 80px;
    margin-bottom: 30px;
    text-align: left;
  }
  .mob-design {
    grid-template-columns: repeat(1, 1fr);
  }
  .mob-design section:nth-child(2) {
    order: 1;
  }
  .t_body {
    display: none;
  }
}
body{
      /*background-image: url(../img/bg/bg-151.jpg);*/
      background-attachment:fixed;
      background-repeat:no-repeat;

}