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

#unity-canvas { 
  background: #000000 
} 

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

#unity-loading-bar {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 413px;
  width: calc(100% - 37px);
}

#unity-loading-bar-container {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}

#unity-loading-image {
  display: block;
  flex: 0 0 200px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 0 auto;
}

#unity-loading-progress-container {
  display: flex;
  flex-direction: column;
  row-gap: 35px;
}

#unity-progress-percentage {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 75%; /* 24px */
  text-align: center;
  color: #ffffff;
}

#unity-progress-bar-empty {
  width: 100%;
  height: 10px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.3);
}

#unity-progress-bar-full {
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background-color: #ffffff;
}

#unity-loading-text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 128%; /* 18px */
  text-align: center;
  color: #ffffff;
  margin: 0;
}

#unity-logo {
  width: 154px;
  height: 130px;
  background: url("unity-logo-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: 211%; /* 38px */
  font-family: arial;
  font-size: 18px;
}

#unity-fullscreen-button {
  float: right;
  width: 38px;
  height: 38px;
  background: url("fullscreen-button.png") no-repeat center;
}

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

#unity-canvas {
  height: 90%;
  width: 100%;
  aspect-ratio: 3/5;
}

img {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: #000000;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

/* Start of styles for the mobile version */
body.mobile .first-column {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  row-gap: 100px;
  padding: 70px 16px;
}

body.mobile .left-content {
  align-items: center;
  text-align: center;
  row-gap: 28px;
  margin-right: 0;
}

body.mobile .main-title-wrapper {
  align-items: center;
  text-align: center;
}

body.mobile .main-title {
  width: auto;
}

body.mobile .play-on-your-phone-link {
  display: inline-flex;
}

body.mobile .store-links-wrapper {
  display: flex;
}

body.mobile .bottom-left-content {
  margin-right: 0;
}

body.mobile .second-column {
  display: none;
}

body.mobile .featured-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 20px;
}
/* End of styles for the mobile version */

.three-columns-grid {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  min-height: 100vh;
}

.first-column {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  text-align: right;
  padding-top: 80px;
  padding-bottom: 45px;
}

.second-column {
  min-block-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  align-self: center;
  position: relative;
}

/* Left game border */
.second-column::before {
  content: "";
  position: absolute;
  top: 0;
  left: -4px;
  width: 4px;
  height: 100%;
  background: url("/Assets/game-border-icon.svg") no-repeat;
}

/* Right game border */
.second-column::after {
  content: "";
  position: absolute;
  top: 0;
  right: -4px;
  width: 4px;
  height: 100%;
  background: url("/Assets/game-border-icon.svg") no-repeat;
}

.webgl-loading-placeholder-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.webgl-loading-placeholder-screen:not(.visible) {
  display: none;
  visibility: hidden;
  pointer-events: none;
}

.third-column {
  display: flex;
  flex-direction: column;
}

.left-content {
  width: 286px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  row-gap: 42px;
  margin-right: 25px;
}

.main-logo {
  width: 201px;
  max-width: 100%;
  height: 66px;
  flex: 0 0 66px;
}

.main-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  row-gap: 16px;
}

.main-title {
  width: 233px;
  max-width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 900;
  font-style: normal;
  line-height: 120%; /* 24px */
  color: #ffffff;
  margin: 0;
}

.sub-title {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 137.5%; /* 22px */
  color: #ffffff;
  margin: 0;
}

.play-on-your-phone-link {
  display: none;
  margin-top: 24px;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 44px;
  padding: 0px 28px;
  border-radius: 24.5px;
  background: #fabc13;
  color: #000000;
  cursor: pointer;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 18px */
}

.bottom-left-content {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-right: 40px;
}

.featured-wrapper {
  display: flex;
  align-items: stretch;
  column-gap: 17px;
}

.featured-icon {
  flex: 0 0 155px;
  width: 155px;
  max-width: 100%;
  height: 90px;
}

.players-worldwide-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 6px;
}

.players-worldwide-icon {
  width: 125px;
  max-width: 100%;
  height: 40px;
}

.players-worldwide {
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-weight: 900;
  font-style: normal;
  line-height: 120%; /* 12px */
  text-transform: uppercase;
  letter-spacing: 2px; /* 20% */
  color: #ffffff;
  margin: 0;
}

.store-links-wrapper {
  display: none;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  margin-top: 30px;
}

.store-link {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
}

.store-image {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.right-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 91px 40px 24px 0;
  margin-left: 25px;
}

.play-suitsme-text-wrapper {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  text-align: right;
}

.play-suitsme-text {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: 117%; /* 18.75px */
  color: #fabc13;
  margin: 0;
}

.play-suitsme-text-link {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 117%; /* 23.44px */
  color: #fabc13;
  text-decoration: underline;
  margin: 0;
}

.company-info-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 130px;
}

.company-info-text-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 22px;
  position: relative;
}

.company-info-text-wrapper::before {
  content: "";
  position: absolute;
  top: 45px;
  left: 70px;
  z-index: -1;
  width: 178px;
  height: 265px;
  background: url("/Assets/decoration-phone.png") no-repeat;
}

.company-info-text {
  width: 168px;
  max-width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: 121%; /* 16.41px */
  color: #ffffff;
  margin: 0;
}

.qr-code-image {
  flex: 0 0 133px;
  width: 133px;
  max-width: 100%;
  height: 133px;
}

.company-info-bottom-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  column-gap: 68px;
}

.company-contact-info {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 18.2px */
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.company-contact-info-link {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 18.2px */
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  text-decoration: underline;
  margin: 0;
}

.support-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding: 0px 16px;
  border-radius: 20px;
  background: #ffffff;
  color: #000000;
  cursor: pointer;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.conditions {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 18.2px */
}

.conditions > a {
  text-decoration: none;
}

@media screen and (max-width: 1400px) {
  .three-columns-grid {
    grid-template-columns: 1fr 1fr;
  }
  .first-column {
    display: none;
  }
}

@media screen and (max-width: 1137px) {
  .three-columns-grid {
    grid-template-columns: 1fr;
  }
  .third-column {
    display: none;
  }
}

@supports (-webkit-appearance: none) {
  .second-column {
    min-block-size: -webkit-fill-available;
  }
}

/* Solidgate Form Overlay */
.solid-payment-form-overlay {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 998;
}

.solid-payment-form-overlay.visible {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

@supports (-webkit-backdrop-filter: blur(2px)) or (backdrop-filter: blur(2px)) {
  .solid-payment-form-overlay.visible::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 997;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    pointer-events: none;
  }
}

/* Solidgate */
#solid-payment-form-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  background-color: #ffffff;
  padding: 20px;
  display: grid;
  text-align: center;
  border-radius: 20px;
  visibility: hidden;
}

#solid-payment-form-price-text-wrapper {
  order: 1;
  color: #000000;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 24px 0;
}

#solid-payment-form-price-text {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin: 0;
}

#solid-payment-form-or-wrapper {
  order: 2;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

#solid-payment-form-or-pay-by-card-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

#solid-payment-form-or-pay-by-card-line {
  flex: 1 1 auto;
  height: 1px;
  background-color: #00000033;
}

#solid-payment-form-or-pay-by-card {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 75%;
  margin: 0 16px;
}

#solid-payment-form-payment-methods-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 12px;
}

#solid-payment-form-payment-method {
  flex: 0 0 35px;
  width: 35px;
  height: 24px;
}

#solid-payment-form-iframe {
  border: 0;
  background-color: #ffffff;
  display: inline-block;
  order: 3;
  border-radius: 20px;
  width: fit-content;
}

#secured-text {
  display: none;
  margin: 15px 0;
  order: 4;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

#solid-payment-form-privacy-policy-wrapper {
  order: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
}

#solid-payment-form-terms-of-use-link,
#solid-payment-form-privacy-policy-link {
  color: #767676;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-decoration: underline;
}

#solid-payment-form-cancel-button {
  display: none;
  top: 105%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 999;
  order: 6;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  cursor: pointer;
}

#solid-payment-form-cross-cancel-button {
  position: absolute;
  top: 0;
  left: 100%;
  width: 40px;
  height: 40px;
  background: url("/Assets/close-icon.svg") no-repeat;
  cursor: pointer;
}
