.page.home{
    background: linear-gradient(to bottom, #030912, #0c2b53, #154b90);
}
.glow-button {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 1;
    background: transparent;
    border: 2px solid #dce4f7;
    cursor: pointer;
    border-radius: 150px;
    color: var(--purple-300);
    padding: 12px 30px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    width: max-content;
    font-size: 24px;
    min-width: 270px;
}

.glow-button:after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: 0.6;
    border-radius: inherit;
    box-shadow: 0 0 10px 5px #dce4f7;
    transition: opacity .2s ease-in-out;
}

.glow-button:hover:after,
.glow-button:focus:after {
    opacity: 1
}

.glow-button img{
    height: 30px;
}
.glow-button div{
    flex: 1;
    text-align: center;
}

.home_navigation{
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 40px 0;
}

.temp_leagues_logo{
    background: none;
    width: 140px;
    height: 140px;
}
.temp_leagues_sport{
    margin-top: 5px;
}
.temp_leagues_name{
    margin-top: 0;
}
.home_leagues,
.home_events,
.home_sports,
.home_providers{
    background: none;
}

.home_events .event-wrap,
.home-block__slider{
  background: none;
}
.home_leagues .swiper-slide{
    height: auto;
    background: none;
}
.home_casino_head > div:first-child{
    flex: inherit;
    position: relative;
    width: max-content;
}
.home_casino_head > div:last-child{
    margin-left: auto;
}
.home_casino_head .block_line{
    margin: 0;
}
.home-block__title{
  position: relative;
  width: max-content;
  margin-bottom: 15px;
}
.home-block__title::after{
  position: absolute;
  left: 0;
  bottom: -5px;
  content: '';
  width: 100%;
  height: 1px;
  border-radius: 50px;
  background: #fff9f9;
  box-shadow: 0 0 4px 3px #ec0102;
}

.home_casino_list{
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 600px) {
    .home_casino_list {
        grid-template-columns: repeat(2, 1fr);
    }
}
.eventsSwiper .swiper-button-next, .eventsSwiper .swiper-button-prev{
    color: rgb(255 255 255) !important;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 30px !important;
    font-weight: 800;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
    right: 0 !important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
    left: 0 !important;
}

.header__content > .header__link{
  font-weight: 600;
}