* {
  transition: all 0.5s linear;
}

html,
body {
  scroll-behavior: smooth;
  font-size: 100%;
  overflow-x: hidden;
  background: url(../images/bg-whole-section-2.png) no-repeat center fixed;
  background-size: cover;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  background: #6445f6;
}

.preloader img {
  display: block;
  margin: auto;
}

@media (max-width: 112.5rem) {
  .container {
    max-width: 100% !important;
    width: 100% !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 992px !important;
  }
}

/* Fonts */
@font-face {
  font-family: "pixellari-font";
  src: url(../fonts/Pixellari.ttf);
}

@font-face {
  font-family: "nikkyou-sans-font";
  src: url(../fonts/Nikkyou-Sans.ttf);
}

.pixellari-font {
  font-family: "pixellari-font";
}

.nikkyou-sans-font {
  font-family: "nikkyou-sans-font";
}

.navabr-logo {
  width: 10rem;
}

.navbar-nav .nav-link {
  font-family: "nikkyou-sans-font";
  letter-spacing: 0.1rem;
  color: #ffffff;
  font-size: 1rem;
}

.navbar-nav .nav-link {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.navbar-nav .nav-link img {
  max-width: 75%;
}

@media (min-width: 768px) {
  .navbar-nav.mr-auto .nav-link {
    padding-top: 1rem;
  }
}

.hero-section .text {
  letter-spacing: 0.3rem;
  color: #ffffff;
  text-shadow: -0.25rem 0 0.5rem #000000;
  font-size: 2.5rem;
  position: absolute;
  bottom: 1rem;
  left: 3rem;
}

.buttons-wrapper button {
  border: none;
  outline: 0 !important;
  cursor: pointer;
  background: url(../images/button-blue-hero-section.png) no-repeat center;
  background-size: 100% 100%;
  letter-spacing: 0.15rem;
  color: #ffffff;
  font-size: 1.35rem;
  padding: 1rem 1rem 2rem;
  width: 17rem;
  margin: 0.3125rem;
}

.buttons-wrapper button img {
  display: block;
  margin: auto;
  max-width: 80%;
}

.frames-section .frame {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  height: 16rem;
  position: relative;
}

.frames-section img[alt="flag"] {
  width: 12.5rem;
  margin-bottom: 2rem;
}

.frames-section .frame img {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: 81%;
}

.buy-ticket-section .row {
  background: url(../images/buy-ticket-bg.png) no-repeat center;
  background-size: 100% 100%;
}

.buy-ticket {
  background: url(../images/buy-ticket-btn-unhovered.png) no-repeat center;
  background-size: 100% 100%;
  width: 15rem;
  height: 6rem;
  position: relative;
}

.buy-ticket:hover {
  background: url(../images/buy-ticket-btn-hovered.png) no-repeat center;
  background-size: 100% 100%;
}

.buy-ticket input {
  border: none;
  outline: 0 !important;
  background: transparent;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  color: #ffffff;
  width: 5rem;
  position: absolute;
  top: 1.75rem;
  right: 0.5rem;
}

.x-btn-wrapper {
  display: flex;
}

.x-btn-wrapper button {
  border: none;
  outline: 0 !important;
  cursor: pointer;
  background: transparent;
  padding: 0;
}

.x-btn-wrapper button img {
  width: 100%;
}

.x-btn-wrapper button img.hover {
  display: none;
}

.x-btn-wrapper button:hover img.hover {
  display: block;
}

.x-btn-wrapper button:hover img.static {
  display: none;
}

.buy-statistics .label {
  color: #ffffff;
  letter-spacing: 0.1rem;
  color: #ffffff;
  font-size: 0.8rem;
}

.buy-statistics input {
  display: block;
  border: none;
  outline: 0 !important;
  background: url(../images/buy-text-field.png) no-repeat center;
  background-size: 100% 100%;
  height: 2.5rem;
  letter-spacing: 0.1rem;
  color: #ffffff;
  font-size: 1rem;
}

.buy-statistics input.w-icon {
  position: relative;
  z-index: 1;
  width: 100%;
}

.w-icon-wrap {
  position: relative;
}

.buy-statistics .w-icon-wrap::before {
  content: "";
  width: 1rem;
  height: 1.25rem;
  background: url(../images/ethereum-icon.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.5rem;
  z-index: 2;
}

.spin-btn {
  width: 100%;
  height: 8rem;
  border: none;
  outline: 0 !important;
  cursor: pointer;
  background: url(../images/spin-btn-play-unhovered.png) no-repeat center;
  background-size: 100% 100%;
  position: relative;
}

.spin-btn:hover {
  background: url(../images/spin-btn-play-hovered.png) no-repeat center;
  background-size: 100% 100%;
}

.spin-btn input {
  color: #ffffff;
  letter-spacing: 0.15rem;
  font-size: 1.25rem;
  background: transparent;
  border: none;
  outline: 0 !important;
  text-align: center;
  width: 3rem;
  position: absolute;
  top: 2.35rem;
  right: 1rem;
}

.history .container {
  background: url(../images/base-tab-bg.png) no-repeat center;
  background-size: 100% 100%;
  position: relative;
  padding: 2rem 1rem 3rem 3rem;
}

.reset-btn,
.racer-btn {
  border: none;
  background: transparent;
  outline: 0 !important;
  cursor: pointer;
}

.reset-btn img,
.racer-btn img {
  max-width: 80%;
}

.reset-btn img.hover {
  display: none;
}

.reset-btn:hover img.static {
  display: none;
}

.reset-btn:hover img.hover {
  display: inline;
}

.history-input {
  text-align: center;
  width: 6rem;
  height: 3.3rem;
  background: url(../images/history-input-field.png) no-repeat center;
  background-size: 100% 100%;
  border: none;
  outline: 0 !important;
  letter-spacing: 0.15rem;
  color: #ffffff;
  font-size: 1.5rem;
}

.history .text {
  letter-spacing: 0.15rem;
  color: #ffffff;
  font-size: 1.25rem;
}

.info .container {
  background: url(../images/base-tab-bg.png) no-repeat center;
  background-size: 100% 100%;
  position: relative;
  padding: 2rem 3rem;
}

.bas_images img {
  width: 200px;
}

.info .text {
  letter-spacing: 0.11rem;
  color: #ffffff;
  font-size: 1rem;
}

.info .heading {
  letter-spacing: 0.15rem;
  color: #ffffff;
  font-size: 1.5rem;
  background: url(../images/history-input-field.png) no-repeat center;
  background-size: 100% 100%;
  padding: 0.625rem 0.625rem 0.3125rem;
}

.footer {
  background-color: #6445f6;
  padding: 1rem 0;
}

.footer-logo {
  width: 8rem;
}

.footer-icons img {
  margin-left: 0.5rem;
  width: 30px;
}

.footer-text,
.footer-text a {
  letter-spacing: 0.08rem;
  color: #ffffff;
}

.progress-section .container {
  background: url(../images/base-tab-bg.png) no-repeat center;
  background-size: 100% 100%;
  padding: 2rem;
}

.progress-label {
  background: url(../images/history-input-field.png) no-repeat center;
  background-size: 100% 100%;
  font-size: 1.25rem;
  letter-spacing: 1.76px;
  color: #ffffff;
  padding: 0.625rem 2rem;
}

.meter-wrapper {
  position: relative;
}

.meter {
  display: block;
  margin: auto;
  max-width: 70%;
}

.needle {
  display: block;
  margin: auto;
  margin-top: -4rem;
  cursor: grab;
  width: 35px;
}

.progress-wrapper {
  position: relative;
  width: 800px;
  margin: auto;
}

.progress-wrapper .rod {
  display: block;
  margin: auto;
  width: 800px;
}

.flag-end {
  position: absolute;
  bottom: 4.2rem;
  right: 0.2rem;
  width: 75px;
}

.car {
  position: absolute;
  bottom: 4rem;
  width: 100px;
}

.spining-gif {
  width: 78%;
  height: 65%;
}

.description-section {
  margin: 2rem auto;
}

.description-section .container {
  background: url(../images/base-tab-bg.png) no-repeat center;
  background-size: 100% 100%;
  padding: 2rem;
}

.description-section .text {
  letter-spacing: 2px;
  color: #ffffff;
  font-size: 18px;
}

.description-section .text strong {
  letter-spacing: 2.4px;
  color: #f6be45;
  font-size: 22px;
}

.home-logo {
  width: 300px;
}

.main-section .text {
  letter-spacing: 1.6px;
  color: #fefefe;
  font-size: 18px;
}

.main-section .heading {
  letter-spacing: 0.6px;
  color: #ffffff;
  text-shadow: 0px 0px 8px #000000;
  font-size: 45px;
  line-height: 45px;
}

.main-buttons button {
  background: transparent;
  border: none;
  outline: 0 !important;
  cursor: pointer;
}

.main-buttons button .hover,
.main-buttons button:hover .static {
  display: none;
}

.main-buttons button:hover .hover {
  display: inline;
}
