/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

body {
  position: relative;
  padding: 0;
  margin: 0;
  background-color: #240039;
  font-family: "rubik";
  background: #240039 url(../TemplateData/gaming_BG.jpg);
  font-family: "Josefin Sans", sans-serif;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

#unity-container {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin-top: 50px;
}

#unity-container.unity-desktop {
  margin: 30px auto;
}

#unity-container.unity-mobile {
  width: 100%;
  height: 100%;
}

#unity-canvas {
  background: #FFFFFF;
  -webkit-box-shadow: -14px 23px 33px -15px #000000;
  box-shadow: -14px 23px 33px -15px #000000;
  border-radius: 10px;
  border: 1px solid #000000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.unity-mobile #unity-canvas {
  width: 100%;
  height: 100%
}

#unity-loading-bar {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none
}

#unity-logo {
  width: 154px;
  height: 130px;
  background: url('unity-logo-dark.png') no-repeat center
}

#unity-progress-bar-empty {
  width: 141px;
  height: 18px;
  margin-top: 10px;
  background: url('progress-bar-empty-dark.png') no-repeat center
}

#unity-progress-bar-full {
  width: 0%;
  height: 18px;
  margin-top: 10px;
  background: url('progress-bar-full-dark.png') no-repeat center
}

#unity-footer {
  position: relative
}

.unity-mobile #unity-footer {
  display: none
}

#unity-webgl-logo {
  float: left;
  width: 204px;
  height: 38px;
  background: url('webgl-logo.png') no-repeat center
}

#unity-build-title {
  float: right;
  margin-right: 10px;
  line-height: 28px;
  font-family: arial;
  font-size: 14px;
  color: #ffffff;
}

#unity-fullscreen-button {
  float: right;
  width: 30px;
  height: 30px;
  background: url('fullscreen-button.png') no-repeat center;
  cursor: pointer;
  -webkit-filter: invert(1);
  filter: invert(1);
}

#unity-mobile-warning {
  position: absolute;
  left: 50%;
  top: 5%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  background: white;
  padding: 10px;
  display: none
}

.logo {
  background: #1f1d29;
  -webkit-clip-path: polygon(0 0, 100% 0, 78% 100%, 22% 100%);
  clip-path: polygon(0 0, 100% 0, 78% 100%, 22% 100%);
  display: block;
  text-align: center;
  max-width: 500px;
  margin: auto;
  -webkit-box-shadow: -5px -5px 8px -3px rgb(0 0 0 / 34%) inset;
  box-shadow: -5px -5px 8px -3px rgb(0 0 0 / 34%) inset;
}

.d2 {
  text-align: center;
  width: 50%;
  margin: auto;
  color: #ffffff;
  margin-top: 60px;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  /*flex-wrap: wrap;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

a {
  text-decoration: none;
}

.d2 p {
  font-family: 'Nova Round', cursive;
  max-width: 520px;
  margin: auto;
  font-size: 20px;
  color: #aa7fbf;
}

@media (max-width: 1700px) {
  .d-flex {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 1200px) {
  .d-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #unity-container {
    -ms-flex-preferred-size: 100%;
    margin-top: 50px;
  }
}
.d2 {
  width: 100% !important;
}

@media (max-width:960px) {
  #unity-container,
  #unity-canvas {
    width: 100% !important;
    height: 100% !important;
    flex-basis: 100%;
  }
}
