@import url("https://fonts.googleapis.com/css2?family=Bitcount+Grid+Single:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BBH+Sans+Bartle&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  text-decoration: none;
  font-family: "Bitcount Grid Single", system-ui;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  color: white;
}

body {
  font-style: normal;
  background: #0b0c10;
}

.header {
  padding: 30px 0;
}

.container {
  max-width: 1800px;
  padding: 0 40px;
}

.logo {
  color: #fff;
  font-size: 70px;
  font-family: "BBH Sans Bartle", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.green {
  color: green;
}

.bbh {
  font-family: "BBH Sans Bartle", sans-serif;
  font-weight: 400;
  font-style: normal;
}

button {
  border: 1px dashed green;
  padding: 10px 20px;
  background: transparent;
  color: green;
  font-size: 24px;
  border-radius: 20px;
  cursor: pointer;
}

button:hover {
  background: green;
  color: #0b0c10;
}

.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

input {
  padding: 10px;
  border-radius: 8px;
  border: none;
  width: 260px;
  margin: 5px;
  font-size: 16px;
  text-align: center;
  color: grey;
}

.info {
  margin-top: 20px;
  font-size: 18px;
}

.transfer {
  margin-top: 30px;
  display: none;
}

.content {
  margin: 80px auto;
  text-align: center;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.title {
  color: #fff;
  font-size: 100px;
  width: 600px;
}

canvas {
  max-width: 100%;
  width: 100%;
  background: transparent;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

#result {
  font-size: 24px;
}

.eth__container {
  margin: 20px 0;
}

.about {
  padding: 40px 0 80px;
}
.about img {
  width: 500px;
}
.about__text {
  max-width: 600px;
}
.about__title {
  font-size: 47px;
  font-family: "BBH Sans Bartle", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 10px;
}
.about__subtitle {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 28px;
}

.moto {
  font-size: 28px;
  margin-left: 20px;
  color: grey;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  display: block;
}

.contact__desk {
  font-size: 36px;
  text-align: center;
  margin: 0 auto 20px;
}
.contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact__title {
  font-size: 20px;
}
.contact__item {
  width: 400px;
  height: 100px;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 10px;
  border: 1px solid #fff;
  border-radius: 15px;
}
.contact__item img {
  height: 80px;
  width: 80px;
}
.contact__item:hover {
  -webkit-box-shadow: #fff;
          box-shadow: #fff;
}
.contact__info {
  color: blue;
}

#send {
  margin: 10px;
}

#wrapper {
  margin: 40px auto 0;
  width: 266px;
  position: relative;
}

#txt {
  color: #eaeaea;
}

.games {
  padding: 75px 0;
}
.games__title {
  font-size: 36px;
}
.games__item {
  width: 400px;
  height: 300px;
  padding: 10px 20px;
  border: 1px dashed #fff;
  border-radius: 15px;
}
.games__item img {
  width: 310px;
  height: 200px;
}
.games__name {
  font-size: 32px;
}
.games__subtitle {
  color: grey;
}

#cube .front {
  -webkit-transform: translateZ(100px);
          transform: translateZ(100px);
}

#cube .back {
  -webkit-transform: rotateX(-180deg) translateZ(100px);
          transform: rotateX(-180deg) translateZ(100px);
}

#cube .right {
  -webkit-transform: rotateY(90deg) translateZ(100px);
          transform: rotateY(90deg) translateZ(100px);
}

#cube .left {
  -webkit-transform: rotateY(-90deg) translateZ(100px);
          transform: rotateY(-90deg) translateZ(100px);
}

#cube .top {
  -webkit-transform: rotateX(90deg) translateZ(100px);
          transform: rotateX(90deg) translateZ(100px);
}

#cube .bottom {
  -webkit-transform: rotateX(-90deg) translateZ(100px);
          transform: rotateX(-90deg) translateZ(100px);
}

.show-1 {
  -webkit-transform: rotateX(720deg) rotateZ(-720deg);
          transform: rotateX(720deg) rotateZ(-720deg);
}

.show-2 {
  -webkit-transform: rotateX(-900deg) rotateZ(1080deg);
          transform: rotateX(-900deg) rotateZ(1080deg);
}

.show-3 {
  -webkit-transform: rotateY(-450deg) rotateZ(-1440deg);
          transform: rotateY(-450deg) rotateZ(-1440deg);
}

.show-4 {
  -webkit-transform: rotateY(810deg) rotateZ(720deg);
          transform: rotateY(810deg) rotateZ(720deg);
}

.show-5 {
  -webkit-transform: rotateX(2070deg) rotateY(1440deg);
          transform: rotateX(2070deg) rotateY(1440deg);
}

.show-6 {
  -webkit-transform: rotateX(450deg) rotateZ(-720deg);
          transform: rotateX(450deg) rotateZ(-720deg);
}

.roll {
  width: 200px;
  height: 200px;
  position: relative;
  top: 100px;
  margin: 0 auto 40px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-perspective-origin: 50% 100%;
          perspective-origin: 50% 100%;
}

#cube {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 3s;
  transition: -webkit-transform 3s;
  transition: transform 3s;
  transition: transform 3s, -webkit-transform 3s;
}

#cube:hover {
  cursor: pointer;
}

#cube div {
  background: hsla(152, 100%, 47%, 0.6);
  display: block;
  position: absolute;
  width: 200px;
  height: 100px;
  border: 2px solid #00F080;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 500%;
  text-align: center;
  padding: 50px 0;
}

.dot {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 15px;
}

.front .dot1 {
  top: 85px;
  left: 85px;
}

.back .dot1 {
  top: 45px;
  left: 45px;
}

.back .dot2 {
  top: 125px;
  left: 125px;
}

.right .dot1 {
  top: 45px;
  left: 45px;
}

.right .dot2 {
  top: 85px;
  left: 85px;
}

.right .dot3 {
  top: 125px;
  left: 125px;
}

.left .dot1 {
  top: 45px;
  left: 45px;
}

.left .dot2 {
  top: 45px;
  left: 125px;
}

.left .dot3 {
  top: 125px;
  left: 45px;
}

.left .dot4 {
  top: 125px;
  left: 125px;
}

.top .dot1 {
  top: 45px;
  left: 45px;
}

.top .dot2 {
  top: 45px;
  left: 125px;
}

.top .dot3 {
  top: 85px;
  left: 85px;
}

.top .dot4 {
  top: 125px;
  left: 45px;
}

.top .dot5 {
  top: 125px;
  left: 125px;
}

.bottom .dot1 {
  top: 45px;
  left: 45px;
}

.bottom .dot2 {
  top: 45px;
  left: 85px;
}

.bottom .dot3 {
  top: 45px;
  left: 125px;
}

.bottom .dot4 {
  top: 125px;
  left: 45px;
}

.bottom .dot5 {
  top: 125px;
  left: 85px;
}

.bottom .dot6 {
  top: 125px;
  left: 125px;
}

.roll {
  padding: 75px 0;
}
.roll__desk {
  font-size: 14px !important;
  max-width: 100px;
}
.roll__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.intro {
  max-width: 1100px;
  margin: 70px auto;
  padding: 40px;
  background: rgba(20, 20, 20, 0.7);
  border: 2px solid #23a8f2;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 0 0 30px #23a8f2;
          box-shadow: 0 0 30px #23a8f2;
  -webkit-animation: fadeIn 1.2s ease;
          animation: fadeIn 1.2s ease;
}

.project__title {
  text-shadow: 0 0 15px #23a8f2;
  font-size: 3rem;
  margin-bottom: 20px;
}

.project__subtitle, .project__item {
  font-size: 1.15rem;
  line-height: 1.7;
}

.project__list {
  padding-left: 20px;
}

.project__item::marker {
  color: #23a8f2;
  font-size: 1.3rem;
}

.btn-group {
  margin-top: 40px;
}

.btn {
  font-size: 1.2rem;
  padding: 15px 30px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: inline-block;
}

.start {
  background: #23a8f2;
  color: #000;
  -webkit-box-shadow: 0 0 20px #23a8f2;
          box-shadow: 0 0 20px #23a8f2;
}

.btn:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-box-shadow: 0 0 30px #23a8f2, 0 0 40px #ff0099;
          box-shadow: 0 0 30px #23a8f2, 0 0 40px #ff0099;
}

.tryai {
  padding: 150px 0 200px;
  text-align: center;
}
.tryai__title {
  font-size: 100px;
  font-weight: 600;
  text-shadow: 1px 1px 2px white, 0 0 1em white, 0 0 0.2em white;
}
.tryai__sibtitle {
  font-size: 30px;
  color: gray;
  margin: 10px 0 20px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}