@font-face {
  font-family: "Campton";
  src: url(../fonts/Rene\ Bieder\ -\ Campton\ Bold.otf);
}

@font-face {
  font-family: "CamNormal";
  src: url(../fonts/Rene\ Bieder\ -\ Campton\ Book.otf);
}

* {
  box-sizing: border-box;
  user-select: none;
}

/* input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
} */

label {
  font-size: 1.4rem;
  font-weight: 700;
}

html {
  font-size: 65%;
}

body {
  height: 100vh;
  width: 100%;
}
.bgbody{
  background: rgb(230, 216, 255);
  background-size: cover !important;
}
input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}
.font-size{
  font-size: 3rem;
  color: white;
}

* {
  color: white;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}

#prvi {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  flex-direction: column;
  background: url("../images/Artboard 2@16x.webp");
  background-size: cover;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
}

.hero {
  display: flex;
  justify-content: center;
  gap: 3.2rem;
  background-color: rgba(221, 221, 221, 0.062);
  padding: 2.4rem 2.4rem;
  border-radius: 1rem;
  text-align: center;
  margin-bottom: 3.2rem;
}

.grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  align-items: center;
  z-index: 45;
  width: 25%;
}

.mtel-logo {
  width: 24rem;
  /* filter: brightness(0) invert(0); */
}

.mtel-logo-container {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  /* background-color: rgba(221, 221, 221, 0.062); */
  border-radius: 1rem;
  padding: 0;
  z-index: 1;
}

.square img {
  border-radius: 10px;
}

.mole {
  background: url("../images/Fixed@4x.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 9999;
}

/*background: rgb(0,46,86);
linear-gradient(90deg, rgba(0,46,86,1) 0%, rgba(30,95,152,1) 50%, rgba(0,46,86,1) 100%)*/

/* dobrodosli */

.hidden {
  display: none!important;
}
.form-section{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  background: rgb(2,0,36);
background: linear-gradient(180deg, rgba(2,0,36,0) 0%, rgba(0,0,0,0.5942752100840336) 56%, rgba(0,0,0,0.5886729691876751) 67%, rgba(0,0,0,0.4514180672268907) 85%, rgba(0,0,0,0) 100%);
}

.preloader {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  width: 100%;
  min-height: 100%;
  background: rgb(230, 216, 255);
  background-size: cover;
  position: relative;
  top: 0;
  left: 0;
  z-index: 9999;
}


@media screen and (max-width: 500px) {
  .game-screen {
    background-size: cover;
    background-position: 2.5%;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .game-screen {
    background-position: 40%;
  }
  .main-heading{
    width: 100%!important;
    padding-top: 2.8rem!important;
    padding-bottom: 2.8rem!important;
    margin-bottom: 4.4rem!important;
  }
  .heading-logo {
    height: 10rem!important;
  }
}

.main-heading {
  margin-bottom: 2.4rem;
    display: flex;
    align-items: center;
    width: 26%;
    justify-content: center;
    background-color: #fff;
    color: #003055;
    padding-top: 3.8rem;
    padding-bottom: 3.8rem;
}

.heading-logo {
  height: 16rem;
}

form {
  font-family: "Open Sans", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 3;
}

form div input {
  background-color: #000000e6;
  border-radius: 10px;
  padding: 2.2rem 2.4rem;
  /* margin: 10px 0; */
  text-align: center;
  border: none;
  outline: none;
  font-size: 3rem;
  width: 36%;
}
.form-wrapper:not(:last-child) {
  margin-bottom: 1.4rem;
}

.form-wrapper label {
  color: #ffffff;
  width: 60%;
  font-size: 3rem;
}

::placeholder {
  color: white;
  opacity: 70%;
  font-weight: 300;
}

form div label {
  display: block;
  color: white;
  text-align: center;
  border: none;
}

.preloader h1 {
  font-family: "Open Sans", sans-serif;
  animation: animacija1 800ms ease-in-out;
  padding-bottom: 30px;
  font-size: 3.2rem;
}

.preloader p {
  padding-top: 10px;
  width: 40%;
  font-family: "Open Sans", sans-serif;
  animation: animacija2 4s;
}

.agree-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.2rem;
  margin-bottom: 2.4rem;
  padding: 10px;
}

.agree-label {
  font-size: 1.8rem;
  color: #ffffff;
  text-align: left;
}

.agree-checbox {
  margin-right: 2rem;
  width: 1.6rem;
}

.agree {
  width: 100%;
  display: flex;
  align-items: center;
}

.agree:not(:last-child) {
  margin-bottom: 1rem;
}

/* button {
    z-index: 3;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 10rem;
    padding: 2rem 3rem;
    font-family: "Campton", cursive;
    font-size: 2rem;
    line-height: 2rem;
    text-decoration: none;
    color: rgb(255, 253, 253);
    background: rgba(255, 255, 255, 0);
    outline: none;
    border-radius: 15px;
    border: 0.3rem solid rgb(255, 255, 255);
    position: relative;
    overflow: visible;
    margin-top: 4.8rem;
    transition: 300ms;
    cursor: pointer;
} */

#stopGame {
  margin-top: 10vh;
}

/* button::before {
    content: "";
    display: block;
    position: absolute;
    top: -7px;
    left: -3px;
    right: 0;
    height: 23px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAXCAYAAACS5bYWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABFpJREFUeNrUV0tIo1cUvpkYjQ4xxSA6DxuNqG0dtaUKOgs3s6i0dFd3pSsXdjeIixakiGA34sZuXCkoONLFwJTK4GMYLYXg29gatTpiXurkbd7vv9/5ub+IxuhA7eiFQ5Kbc8/57ne/e87/ywRBYLdl3GG3aNwqsLJ0k0tLS+fmcnNzWUVFBVMoFGx2djarvLxcm5OTw+bm5iytra2xc4ExNjY27iqVyvvwK6CpeDzuCYVC1urq6qDA9UcfPp+PHR4esmAwKK6tr68/l5/8rgQ2Ozub1dbWyiYmJooaGxt/VqvV38jlchX9l0qlwoFA4DWS/RKLxRxFRUVf5+XlPcaaT2AP0sVPJBL2SCRiAPBpu93+vKamZo/Ae71eZjabWV1dXVqw7CKwp43ksrCw8Bhg7MJ/PLDZ5PHx8cz29vYT5JGD/bSYLgTrcDgYdk6siSc6NjZWDaAe4ZoHQL+cmZnRpZPnhWDpD8kw7uKo9ML/NMCsd2tr61vkzboMrEyv138M7TyLRqMWMBsX3sMgaZhMpp+AR5EJrCocDpuEGzKg4x8khs+CVWxubvZfR9JkMik4nU7BarUKLpeLmLsKuwIqTLynp4fqmIzASrqQT09Pf1VVVfX0KsWZ6uHBwQHTaDSsoKAgo6/H4xHLEcrVyRwuEisrKzs5XrrIVAVwiUVDKRRrL+YI32ewdVhMApuHWvcj6vids6J2u90MF4yBHUZNgKoEBaRBQalJqFSqtJfUYrGIlQX+ydXVVTN+u0tKSjQNDQ1axJVl2iTypebn55d7e3v/kqoDgZU1NTU9LCws/Py0M+2ekuGincxJ3yF+18jIyHJLS0slQJUWFxczrBeBE0vE5tHRkbixlZWVfSR8gTX/0P5gH7S1tX3Z3t7+BW8qAvwSfr8/jA0EIRM/qoFtampqbW9vTw+XA+ojUruVd3Z2tvb19T2TQFEim81GgVJoCvvj4+NLOJZgaWmpemdn5y3a6BbcnJDAw8HBwac6ne6eqCW5XDwB3qVSqM9/DAwMUNy/eVLabT7sI25qwgujThCBhWE+mAt2yNc4SQKSZrOQQE1HS22VJkmPAGTr7+//fX19fRk+Zgq0trbGeFAKEAQT98BSqKOj47vm5uaa/Px8JeIk4GcaHh6eWlxcfAU/A8xG67BxAX3fwdcbYUpSDJ06Z49Ak8ZC3OL8f3YiA4PBYKdLQ2AJ9OTk5GpXV9cQiCVh79M94QtlPLDUE/1gPNrd3f0W33W4cBoco48zQuy/IZYAMnGqlSc4c66L9JruQUaSARXeT8HGKzxAqFBekni6+h46+pMzGiJGMgTOJh1yU/KNEGDvZWvfBawkA9ppwGg0mrRa7SOI2g+gxOgbJIpdFpj72PnxSnPX8vqRxTURgBQWKisrH+GThOm+CtAzoK/9/Uiqq/6hoaHfdnd3jaOjo7/yY7yxbwqkWy3sQzpS2C6YirwvUJk0y7hurfyGRrnduPGvAAMASmo8wzeVwfsAAAAASUVORK5CYII=) no-repeat 0 0, url(data:image/png;base64,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) no-repeat 50% 0, url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAXCAYAAACFxybfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAodJREFUeNrsVb1rWlEUv2pN/GqspKRSKFYXWzEloIWif0Fn6dJChQ7OQil0qd3EzcEpg0OgdHDr4CQODk7VRlLMEIVqApX4We0zflR9/Z1Ui4T34ksaaAYP/Hzc673n/M6550PG8zz73yKjn0wm83fDYDAwo9HINBrNnwOQg4MDs0ql2lQqlfdAWont7ng8Pjw+Ps44nc4G1pI9EXWaSOzt7TGO42aH5Pv7+08ajUZ0MBiUeXEZd7vdL5VK5fX29rZ+5tQiEmdxKrlcjsEYczgcynK5/BKKv/IXFNz/XiqVXkHdjUuRIA9SqdRD8or/R8Ez9fr9fqHVakUR4c2z0REjIQuHw2ZcrPBXLCA0RHTezEdHjIQqkUhEr9I4HOILhQLf6/VoOUFEvDMiQiToDx1Cdz+bzZ6bUFarlel0OkkVUK/XWbvdPoVer5fh3ntsfwJ+CJ2XA4p0Op1bpBgJyxDehQQ6nQ5DZXHBYDBZq9V+EhFUndnr9drEqoc2bwJbwGPgtohuVSwWe2Gz2TZMJpNgRKi6qtUqg2EWj8dTgUDgo0KhWPN4PC70EvXOzs67fD6/S6kiRIKeZA1YJ2MiJNbdbvfTUCjkV6vVK2hcDF8GI2w0GrGTkxM2HA5PDxaLxSOfz/cWEfk81X0XIMMFgJJ/srBjCgk8IdcfuVyuZ36//7nFYtkQyAMumUzuRiKRD0jMFLa+AZOpYwqgB/ziBVqmVBKUO7eAB/R0WG/Z7XaTVqtdbTabHJL6EK2djBaBPHA0NSqpbUsiMUeEBgpF4Q5AbZrmSJ/yEWgBTaBNHl9kdkgmMUeG7qwAq9PqovceTA3zlxlgsuswyuXsGsiSxJLEkoSY/BZgAEjRodi+uBruAAAAAElFTkSuQmCC) no-repeat 100% 0;
} */
/* 
button:hover {
  background-color: rgb(255, 255, 255);
  border: 3px solid white;
  color: red;
  /* shadow */

button:focus {
  outline: none;
  /*FF*/
}
/* 
button:active {
  background-color: white(255, 255, 255, 0.702);
  border: 3px solid white;
  color: #d03253;
} */

#snow {
  width: 100%;
  height: 100%;
  position: absolute;
  mix-blend-mode: screen;
  opacity: 30%;
  top: 0;
  z-index: 2;
  animation: snowanim 40s linear infinite;
}

/* ///////////////////////// */

@keyframes snowanim {
  0% {
    background-position: 0 0;
    filter: blur(2px);
  }
  100% {
    background-position: 1920px 1080px;
    filter: blur(2px);
  }
}

@keyframes animacija1 {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 100;
  }
}

@keyframes animacija2 {
  0% {
    opacity: 0%;
  }
  100% {
    opacity: 100;
  }
}

@keyframes animacija3 {
  0% {
    transform: translateY(0%);
  }
}

.active {
  transform: translateY(-250%);
  animation: animacija3 1400ms ease-in-out;
}

.active1 {
  transform: translateY(0%);
  animation: animacija3 3s;
}

.korisnici {
  z-index: 2;
  position: absolute;
}

.left-img {
  height: 70vh;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4.8rem;
  z-index: 999;
}

.right-img {
  height: 70vh;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4.8rem;
  z-index: 999;
}

.ads-mobile {
  display: none;
}
/* gameRules */
.gameRules {
  position: absolute;
  top: -100%;
  height: 70%;
  width: 60%;
  left: 50%;
  padding: 0 5%;
  font-size: larger;
  transform: translateX(-50%);
  z-index: 9999;
  background: #003055e8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gameRules H1 {
  width: 100%;
  text-align: center;
  margin-top: 2.5%;
  margin-bottom: 5%;
}
.gameRules a {
  border: none;
  padding: 10px 20px;
  background-color: #00305500;
  border: 2px solid white;
  border-radius: 10px;
  margin-top: 5%;
  text-decoration: none;
  text-align: center;
}
.gameRules a:hover {
  background-color: white;
  color: #003055;
  border: 2px solid #003055;
}
.rulesActive {
  top: 20%;
  transition: 1s;
}

/* za telefon */

@media screen and (max-width: 768px) {
  .active {
    transform: translateY(-250%);
    animation: animacija3 1400ms ease-in-out;
  }
  .active1 {
    transform: translateY(0%);
    animation: animacija3 3s;
  }
  .korisnici {
    z-index: 2;
    position: absolute;
  }
  .ads-mobile {
    display: flex;
  }

  .form-wrapper{
    width:80%;
  }

  form div input{
    width:100%;
  }

  .form-wrapper label{
    width:100%;
  }

  .agree-label{
    font-size: 1.8rem;
  }

}

@media screen and (max-width: 1000px) {
  html {
    font-size: 60%;
  }
}

@media screen and (max-width: 500px) {
  .agree-wrapper {
    width: 70%;
  }
  .agree {
    display: flex;
    align-items: center;
  }
  .gameRules {
    width: 100%;
    height: 100vh;
    top: -200%;
  }
  .rulesActive {
    top: 0;
  }
}
.manage {
  position: absolute;
  bottom: 3vh;
  left: 3%;
  width: 4%;
  height: calc(17% / 3, 42);
  z-index: 9999999;
}

.link {
  /* text-decoration: none; */
  font-weight: 800;
  color: inherit;
}
.form-wrapper .error {
  height: 10px;
  width: 100%;
  text-align: center;
  font-weight: bolder;
  font-size: small;
  color: red;
}
.form-wrapper{
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 15rem;
}

.ranglist-label{
  text-align: center;
  color: black;
}

