/************ COLORS ************/
.c-dark{color: #14171b;}
.c-dark1{/*color: #22272e;*/color: #191a1c;}
.c-light{color: #dfe7f3;}
.c-blue{/*color: #0472d2;*/color: #0050ab;}
.c-blue1{color: #51a3ff;}
.c-academy{color: #e662e8;}


/************ GENERAL ************/
@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree&display=swap');
*{
  font-family: 'Bai Jamjuree', sans-serif;
}

body{
  background-color: #191A1C;
}

.disabled{
  pointer-events: none!important;
}



/************ FOOTER ************/

.footer-container{
  width: 70%;
  margin: auto;
}

  .footer{
    margin-top: 80px;
    margin-bottom: 30px;
    text-align: right!important;
  }

  .footer h2{
    color: #ddd;
    font-size: 12pt;
    text-transform: uppercase;
  }

  .footer a{
    color: #ddd;
  }

  .footer .socials{
    display: flex;
    float: right;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .footer i{
    margin-left: 10px;
  }

  .footer-white{
    background:white;
    height: 100px;
    padding-top: 80px;
  }

  .footer-white .footer{
    margin:0;
  }

  .footer-white h2{
    color: #14171b;
  }



  /************ ICON STYLES ************/

  .icon1 {
    padding: 10px;
    margin: 0 2px;
    text-align: center;
    align-content: center;
    text-decoration: none;
    transition: .3s linear;
    border-radius: 50%;
    font-size: 13px;
    width: 14px;
    height: 14px;
    
  }

  .icon1:hover{
    background: #ddd!important;
    color: #0472d2;
}

.icon2 {
  padding: 10px;
  margin: 0 2px;
  text-align: center;
  align-content: center;
  text-decoration: none;
  transition: .3s linear;
  border: none!important;
  font-size: 15pt;
  width: 14px;
  height: 14px;
  background: none!important;
}

.icon2:hover{
  border: none!important;
background: none!important;
}





/************ ICON COLORS ************/

  .fa-twitter {
    background: #55ACEE;
  }

  .fa-youtube{
    background: #FF0000;
  }

  .fa-instagram{
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  }
  .fa-steam{
      background: #2a475e;
  }
  .fa-behance{
    background: #1769ff;
}

.fa-discord{
  background: #7289da;
}

.fa-twitch{
  background: #6441A4;
}

.fa-tiktok{
  background: #000;
}

.fa-scroll{
  background: #000;
}

/************ SELECTION & SCROLL ************/

::selection{
  color: #dfe7f3;
  background-color: #51a3ff;
}

::-webkit-scrollbar {
  width: 0.4em;
}

::-webkit-scrollbar-track{
  background: none;
}

::-webkit-scrollbar-thumb{
  background: #51a3ff;
  border-radius: 100vw;
}


/************ cookie consent ************/

.cookieconsent .popup {
    right: 20px;
    top: auto;
    bottom: 20px;
    left: auto;
    max-width: 50%;
    position: fixed;
    overflow: auto;
    z-index: 99999999999;
    background-color: #51a3ff;
    background: linear-gradient(-45deg, rgba(0,80,171,1) 0%, rgba(81,163,255,1) 50%);
    border-radius: 10px;

}

.cookieconsent .container {
  padding:  1.5rem 2rem;
  margin: 0;
  width: auto;
}

.cookieconsent .text {
  
}

.cookieconsent .buttons {
  margin-top: 15px;
}

.cookieconsent a{
  display: inline-block;
  color: #ddd;
  background-color: #14171b;
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px 16px;
  border-radius: 4px;
  transition: .3s linear;
}


/************ imprint ************/

.imprint {
  margin-top: 50px;
}

.imprint h1{
  color: #dfe7f3;
  text-transform: uppercase;
}

.imprint p {
  color: #dfe7f3;
  padding: 10px 30px;
  border-color: #51a3ff;
  border-left-style: solid;
  margin-top: 10px;
}

.imprint span{
  font-weight: bold;
}

.imprint .block{
  margin: 30px 0;
}