:root {
  --text-color: #ADC9DA;
  --page-width: 1440px;
}
* {
  box-sizing: border-box;
}


html, body {
  background-color: #000000;
  color: white;
  font-family: Inter, Impact , Arial;
  width: 100%;
  height:100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  background-image: url('./img/bg.svg');
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: cover;
}
a {
  color: white;
}
body.responsibility {
  background: none;
}
#termsAndCond {
  display:none;

}
#termsAndCond.visible {
  display: block;
}
main, header > div, #aboutUs > div, #faq > div, #responsibility {
  width: var(--page-width);
  margin: 0 auto;
}

main {
  height: 565px;
}
#aboutUs > div {
  padding: 88px 40px;
}
#aboutUs {
  height: 452px;
  border-top-width: 2px;
  border-top-style: solid;
  border-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0.48), rgba(255,255,255,1), rgba(255,255,255,0.48), rgba(255,255,255,0)) 2;
  background-color: rgba(255,255,255,0.08);
}
#aboutUs > div, #aboutUs div.infoContainer {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
#aboutUs .info{
  width: 525px;
  padding-left: 60px;
  position: relative;
}
#aboutUs h2{
  margin: 0;
}
.info h3 {
  margin: 0;
  line-height: 48px;;
}
#aboutUs .info::before{
  content: " ";
  width: 48px;
  height: 48px;
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url('./img/ab1.png');
}
#aboutUs .info:nth-child(2)::before{
  background-image: url('./img/ab2.png');
}

#aboutUs .info p{
  color: var(--text-color);
  font-size: 14px;
  line-height: 22px;
}

main {
  position: relative;
  background-image: url('./img/ship2.svg');
  background-repeat: no-repeat;
  background-position: center right -140px;
}

main > div {
  width: 50%;
  padding: 40px;
}
main .subtitle{
  color: var(--text-color);
  font-size: 20px;
}
footer {
  padding: 40px;
  color: var(--text-color);
  font-size: 12px;
  background-color: #000;
}
footer .copy{
  text-align: center;
}
header {
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
header > div{
  display: flex;
  padding: 24px 40px;
  justify-content: space-between;
  
  align-items: center;
}
.lngSwitch {
  font-size: 13px;
  font-weight:bold;
}
.lngSwitch span{
  opacity: 0.5;
  padding-left: 10px;
  cursor: pointer;
}
.lngSwitch span.active{
  opacity: 1;
}
.toggler-select {
  display:none;
}
h1 {
  font-size: 56px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
#events {
  background-color: #000;
  background-image: url('./img/sports2.png');
  background-repeat: no-repeat;
  background-position: center 100px;
  padding: 88px 0 40px;
  position:relative;
  height: 800px;
}
#events h2 {
  text-align: center;
  margin: 0;
}
.sportsBar {
  position:absolute;
  bottom: 80px;
  width:100%;
  max-width: 100vw;
  height: 26px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-image: url('./img/sports_bar.png');
}


h2 span, h1 span {
  color: #FFBA00;
}

.footerRow a {
  display: block;
  margin-bottom: 24px;
  font-size: 16px;
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
}
.footerRow {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom:24px;
}
.footerRow p{
  text-align: right;
}
.footerRow:first-of-type {
  align-items: center;
}
.footerRow img.adm{
  padding-top:24px;
}
.info18 {
  display: flex;
}
.info18 p{
  width: 223px;
  margin:0;
  margin-left: 12px;
  text-align: left;
  line-height: 20px;
}

.bettingInfo {
  width: 380px;
}

#faq > div {
  user-select: none;
  padding: 80px;
}
#faq h2 {
  text-align: center;
  margin: 0;
  margin-bottom: 24px;
}

.faqList {
  list-style: none;
  padding: 0;
}
.faqList li {
  border-top: 1px solid #4A687B;
}
.faqList h4:after{
  content:"\00d7";
  color: #FFBA00;
  position: absolute;
  right: 4px;
  top: -5px;
  font-size: 22px;
  cursor: pointer;
}
.faqList li.closed h4:after{
  content:"+";
}
.faqList li.closed p {
  display:none;
}

.faqList li:last-child {
  border-bottom: 1px solid #4A687B;
}
.faqList h4{
  font-size: 16px;
  font-weight: 500;
  position:relative;
}
.faqList p {
  transition: ease-in-out;
  color: var(--text-color);
  font-size: 14px;
}

table {
  font-size: 18px;
  color: var(--text-color);
}

div#responsibility {
  padding: 0 40px;
  display:none;
}
body.responsibility div#responsibility {
  display:block;
}
body.responsibility div#main{
  display:none;
}
#responsibility p{
  font-size: 16px;
  color: var(--text-color);
  line-height: 24px;
}
#responsibility h1{
  margin-top: 0;
}
#responsibility h3{
  margin-bottom: 6px;
}
#responsibility h4{
  margin-top: 24px;
}


ol li{
  font-size: 16px;
  padding:8px 0;
  margin:12px 0;
  position: relative;
  padding-left: 56px;
}
ol {
  padding: 0;
}
.rules {
  counter-reset: rulesCounter;
  list-style:none;
}
.stop {
  counter-reset: stopCounter;
  list-style:none;
}
.rules li {
  counter-increment: rulesCounter;
}
.stop li {
  counter-increment: stopCounter;
}
.rules li::before {
  content: counter(rulesCounter);
}
.stop li::before {
  content: counter(stopCounter);
}
ol li::before {
  display: inline-block;
  width: 29px;
  height: 20px;
  color: black;
  background-color: #FFBA00;
  text-align: center;
  font-weight: 900;
  border-radius: 4px;
  margin-right: 24px;
  font-size: 16px;
  position: absolute;
  left: 0;
}


table td{
  width: 270px;
  padding: 4px  8px 4px 0;
}
table h4{
  color: white;
}
#breadcrumb {
  margin-top: 48px;
  margin-bottom: 24px;
  font-size: 12px;
  display: flex;
  align-items: center;
  border-radius: 4px;
}
#breadcrumb a{
  text-decoration: underline;
   color: var(--text-color);
}
#breadcrumb div {
  padding: 8px 16px;
  font-size: 12px;
  line-height: 20px;
  background-color: #061F2F
}
#breadcrumb div:first-child{
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#breadcrumb div:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #143245
}
.baner {
  background-image: url('./img/baner.png');
  height: 374px;
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 40px;
}

@media screen and (min-width: 1440px) {
  main {
    background-image: none;
  }
  main::after {
    content: " ";
    position: absolute;
    width: 1016px;
    height: 474px;
    z-index: 0;
    background-image: url('./img/ship2.svg');
    background-repeat: no-repeat;
    top: 46px;
    transform: translateX(55.5%);
  }
}
@media screen and (max-width: 1439px) {
  :root {
    --page-width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .baner {
    height: 26vw;
  }
  h1 {
    font-size: 45px;
  }
  #aboutUs {
    height: auto;
  }
  #events {
    padding: 56px 0;
  }
  #aboutUs > div {
    padding: 40px;
    flex-direction: column;
  }
  div.infoContainer{
    width:100%;
  }
}
@media screen and (max-width: 1023px) {
  .baner {
    padding-top: 8px;
    padding-left: 20px;
  }
  .baner h1{
    font-size: 4vw;
  }
  .baner h3{
    font-size: 3vw;
  }
  #faq > div {
    padding: 56px 20px;
  }
  .faqList h4 {
    padding-right: 24px;
  }
  #aboutUs > div {
    padding: 0;
  }

}

@media screen and (max-width: 850px) {
  header img {
    height: 24px;
  }
  table tr td {
   padding: 4px 0px;
    font-size: 16px;
    display: block;
    word-break: break-word;
  }
  div#responsibility {
    padding: 0 24px;
  }
  h1{
    font-size: 32px;
  }
  h2 {
    font-size: 30px;
  }
  main {
    height: 720px;
    background-position: center bottom;
  }
  main h1,main .subtitle{
    text-align: center;
  }
  main > div {
    width: 100%;
  }

  .infoContainer {
    flex-direction: column;
  }
  #aboutUs .info {
    width: auto;
  }
  main > div, #aboutUs{
    padding: 20px;
  }
  footer {
    padding: 20px;
  }
  .footerRow img.adm{
    padding:0;
    height: 24px;
    margin-right: 16px;
  }
  .footerRow:nth-child(2) {
    display: block;
    text-align: center;
  }
  .info18 p{
    width: auto;
  }
  .bettingInfo{
    width: auto;
  }
  .bettingInfo p{
    text-align: center;
  }
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #353535;
}