@font-face {
  font-family: Jumbalo, sans-serif;
  src: url("/assests/font/Jumbalo.ttf") format("opentype");
}
@font-face {
  font-family: Dinomouse, sans-serif;
  src: url("/assests/font/Dinomouse.otf") format("opentype");
}
* {
  font-family: Jumbalo, "roboto", "sans-serif";
  font-weight: 100;
  box-sizing: border-box;
}

body {
  background: url("../img/bg-global.svg") repeat-y;
  background-size: cover;
  margin: 0;
  padding: 0;
  /**
    animation zoom in zoom
   */
  /**
    animation ratate any element
   */
  /**
    block loader with image  without animation
    display ,per default block && position : absolute
   */
}
body main {
  overflow: hidden;
  margin: 0 auto;
}
body .txt-jumbalo {
  font-family: Jumbalo, sans-serif;
}
body .txt-dinamouse {
  font-family: Dinomouse, sans-serif;
}
body .btn {
  text-decoration: none;
  color: white;
  background-color: rgba(51, 106, 114, 0.5);
  padding: 0px 30px;
  border-radius: 25px;
  font-size: 20px;
}
body .btn_brd_blk {
  text-shadow: rgb(0, 0, 0) 4px 0px 0px, rgb(0, 0, 0) 3.87565px 0.989616px 0px, rgb(0, 0, 0) 3.51033px 1.9177px 0px, rgb(0, 0, 0) 2.92676px 2.72656px 0px, rgb(0, 0, 0) 2.16121px 3.36588px 0px, rgb(0, 0, 0) 1.26129px 3.79594px 0px, rgb(0, 0, 0) 0.282949px 3.98998px 0px, rgb(0, 0, 0) -0.712984px 3.93594px 0px, rgb(0, 0, 0) -1.66459px 3.63719px 0px, rgb(0, 0, 0) -2.51269px 3.11229px 0px, rgb(0, 0, 0) -3.20457px 2.39389px 0px, rgb(0, 0, 0) -3.69721px 1.52664px 0px, rgb(0, 0, 0) -3.95997px 0.56448px 0px, rgb(0, 0, 0) -3.97652px -0.432781px 0px, rgb(0, 0, 0) -3.74583px -1.40313px 0px, rgb(0, 0, 0) -3.28224px -2.28625px 0px, rgb(0, 0, 0) -2.61457px -3.02721px 0px, rgb(0, 0, 0) -1.78435px -3.57996px 0px, rgb(0, 0, 0) -0.843183px -3.91012px 0px, rgb(0, 0, 0) 0.150409px -3.99717px 0px, rgb(0, 0, 0) 1.13465px -3.8357px 0px, rgb(0, 0, 0) 2.04834px -3.43574px 0px, rgb(0, 0, 0) 2.83468px -2.82216px 0px, rgb(0, 0, 0) 3.44477px -2.03312px 0px, rgb(0, 0, 0) 3.84068px -1.11766px 0px, rgb(0, 0, 0) 3.9978px -0.132717px 0px;
}
body .shadow {
  box-shadow: 1px 3px 7px #000;
}
body .rotate {
  display: inline-block;
  margin: 0 10px;
  transform: rotate(20deg);
}
@keyframes zoom-in-zoom-level-1 {
  0% {
    transform: scale(0.8, 0.8);
  }
  50% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.8, 0.8);
  }
}
@keyframes rotate-infinite {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
body .rotate-infinite {
  animation: rotate-infinite 2s linear infinite;
}
body .reload {
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.29);
  display: block;
  position: absolute;
  top: 80%;
  right: 35%;
  border-radius: 50%;
  background: url("../img/reload.svg") no-repeat center;
  background-size: 70%;
  filter: brightness(0) invert(1);
}
body .reload:active, body .reload:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.09);
  background-size: 74%;
}
body .reload.shadow {
  box-shadow: 1px 3px 7px rgba(255, 255, 255, 0.67) !important;
}

main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /***Section1****/
  /****Section buttons*****/
}
main header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
main header .lang {
  display: inline-block;
  height: 40px;
  width: px;
  cursor: pointer;
}
main header h1 {
  color: white;
  margin-right: 15px;
  font-size: 20px;
  text-align: right;
  text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px;
}
main .section1 .img img {
  background-size: cover;
  width: 64px;
  position: relative;
  right: 80px;
}
main .section1 div {
  display: flex;
  justify-content: space-around;
  position: relative;
  width: max-content;
  margin: 0 auto;
}
main .section1 div .stylo {
  position: absolute;
  right: 0;
  opacity: 0.5;
  max-width: 48px;
}
main .section1 div .stylo img {
  max-width: 100%;
  padding: 5px;
}
main .section1 div .stylo:active {
  cursor: pointer;
  opacity: 1;
}
main .section1 div .anonime {
  padding: 5px 45px 5px 10px;
  font-size: 32px;
  width: 283px;
  height: 53px;
  border-radius: 15px;
  background-color: rgba(93, 155, 164, 0.7);
  border: none;
  text-align: center;
  color: white;
}
main .section1 div .anonime::placeholder {
  color: white;
  text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px;
}
main .section1 .text {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 28px;
}
main .section1 .text h2 {
  font-family: "Dinomouse", sans-serif;
  font-size: 1.75rem;
  color: white;
  text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px;
}
main .section1 .text h3 {
  font-family: "Dinomouse", sans-serif;
  margin: 0;
  font-size: 2rem;
  color: white;
  text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px;
}
main .buttons {
  position: absolute;
  bottom: 158px;
  width: 100%;
}
main .buttons .div1 {
  position: relative;
  display: flex;
}
main .buttons .div1 div {
  display: inline-block;
  flex-basis: 50%;
  font-size: 100%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
main .buttons .div1 div:active {
  opacity: 0.8;
}
main .buttons .div1 div.b1 {
  background-color: rgba(93, 129, 150, 0.89);
  clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
  height: 158px;
  width: 60%;
  position: absolute;
  text-align: center;
}
main .buttons .div1 div.b2 {
  background-color: rgba(245, 115, 43, 0.89);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 33% 100%);
  height: 158px;
  width: 60%;
  position: absolute;
  right: 0;
  text-align: center;
}
main .buttons .div2 {
  position: relative;
  display: flex;
  margin-top: 157px;
}
main .buttons .div2 div {
  display: inline-block;
  flex-basis: 50%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
main .buttons .div2 div:active {
  opacity: 0.8;
}
main .buttons .div2 div.b3 {
  background-color: rgba(255, 5, 4, 0.84);
  clip-path: polygon(0 0, 100% 0, 67% 100%, 0 100%);
  height: 158px;
  width: 60%;
  position: absolute;
  text-align: center;
}
main .buttons .div2 div.b4 {
  background-color: rgba(246, 49, 156, 0.89);
  clip-path: polygon(33% 0%, 100% 0, 100% 100%, 0 100%);
  height: 158px;
  width: 60%;
  position: absolute;
  right: 0;
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
