/*FOOTER STYLE*/
:root {
  --dark: #10181c;
  --white: #ffffff;
  --green: #17bb00;
  --lightgray: #d7d7d7;
  --border: 1px solid #2e5465;
  --red: #d11101;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
li::marker {
  margin: 0px !important;
}

.footer-wrapper {
  margin: 0 auto;
  padding: 40px 0;
  gap: 10px !important;
}

.slider-container.is-static .slider-wrapper {
  transform: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-container.is-static .slider-slide {

  max-width: 200px;
}
.social-networks {
  display: flex;
  padding: 10px 0;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-top: 1rem;
  border-bottom: 1px solid #d9a44540;
}
.social-networks a {
  opacity: 0.5;
}
.social-networks h3 {
  width: 100%;
  color: #f1f1f1;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  flex-direction: column;
  align-self: center;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
}
.social-networks h4 {
  color: #898989;
  font-size: 11px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
}
.social-networks-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.social-networks-icon img {
  height: 25px !important;
}
.payments {
  display: flex;
  padding: 10px 0;
  flex-direction: column;
  gap: 8px;
  position: relative;
  border-bottom: 1px solid #d9a44540;
}

.payments-text h3 {
  width: 100%;
  color: #f1f1f1;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  flex-direction: column;
  align-self: center;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
}
.payments-text h4 {
  color: #898989;
  font-size: 11px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
}
.payments-icons {
  width: 100%;
  overflow: hidden;
}
.link {
  text-align: center;
  margin-bottom: 2rem;
}
.link a {
  font-size: 14px;
  color: #898989;
  text-transform: uppercase;
}
.sponsorships {
  display: flex;
  padding: 10px 0;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.sponsorships::before {
    content: "";
    position: absolute;
    right: 0;
    width: 24%;
    height: 15%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.9), transparent);
    z-index: 10;
}
.sponsorships-icons::before {
     content: "";
    position: absolute;
    left: 0;
    width: 18%;
    height: 8%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9), transparent);
    z-index: 10;
}

.sponsorships-text h3 {
  width: 100%;
  color: #f1f1f1;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  flex-direction: column;
  align-self: center;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
}
.sponsorships-text h4 {
  color: #898989;
  font-size: 11px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
}
.sponsorships-icons {
  width: 100%;
  overflow: hidden;
}

.copyright {
  text-align: center;
  color: #898989;
  padding: 20px 0;
  width: 90%;
  margin: 0 auto;
  line-height: 16px;
  font-size: 10px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}
.copyright a {
  color: #d9a445;
}
.slider-wrapper {
  display: flex;
}


.payments-icons .slider-slide img {
  display: block;
  width: 130px;
  height: 40px;
  object-fit: contain;
  padding: 8px;
  max-width: none;
      opacity: 0.5;
}
.sponsorships-icons img {
  display: block;
  width: 80px;
  height: 45px;
  object-fit: contain;
  max-width: none;
}
.block-title img {
  width: 10% !important;
}
.authority {
  display: flex;
  padding-top: 26px;
  border-top: 1px solid #d9a44540;
  justify-content: center;
  align-items: center;
}
.authority img {
  height: 30px;
}

.font-gothic {
  font-family: "GothicCGNo1", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  line-height: 1;
  vertical-align: middle;
  text-transform: uppercase;
  color: #dbdcdd;
}
.text-collapse {
  overflow: hidden;
  max-height: 150px;
  transition: max-height 0.5s ease;
  position: relative;
}
.text-collapse.expanded {
  max-height: none;
}
.fade-overlay {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3em;
  background: linear-gradient(to top, rgba(16, 24, 28, 1), transparent);
  transition: opacity 0.5s ease;
}
.fade-overlay.hidden {
  opacity: 0;
  pointer-events: none;
}
.small-font {
  font-size: 40px;
}
.video-mask {
  --r: 60%;
  -webkit-mask-image: radial-gradient(
    closest-side,
    #000 var(--r),
    transparent 100%
  );
  mask-image: radial-gradient(closest-side, #000 var(--r), transparent 100%);
}
#authority {
  text-align: center;
  padding: 20px 25px;
  height: 100%;
}

#authority > img {
  height: 40px;
  margin: 0 10px;
}

#authority > a {
  display: inline-block;
  height: 50px;
}

#authority > a:hover {
  opacity: 1;
}

authority > a img {
  height: 50px !important;
  margin: 0 10px;
}
.responsible-gambling {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  gap: 10px;
  flex-wrap: wrap;
  height: 100%;
}
.responsible-gambling a {
  text-decoration: none;
}
.box1 {
  display: flex;
  justify-content: start;
  align-items: center;
  border: 1px solid;
  height: 73px;
  width: 195px;
  padding: 10px;
  gap: 8px;
  opacity: 0.5;
}
.text-box-gambling {
  display: flex;
  flex-direction: column;
}
.text-box-gambling p {
  text-transform: uppercase;
  color: #fff;
  font-family: Kumbh Sans, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 14.06px;
  text-align: left;
}
.responsible-gambling span {
  text-transform: none;
}
.box1 {
  border: 1px solid #d9a445;
  border-radius: 4px;
}
.box1 p {
  text-transform: uppercase;
  color: #fff;
  font-family: Kumbh Sans, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 14.06px;
  text-align: left;
}

@media (max-width: 767px) {
  .btn-text {
    font-size: clamp(22px, 2.4vw, 36px);
  }
  .winners::before {
    display: none;
  }

}
