/* HOMEPAGE */

*{
  font-family: 'MADE TOMMY';
}

.background-hero {
  background-image: url('./images/background.png');
   /* min-width: 100vw; */
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;

  padding-top: 80px;
}
@media screen and (max-width: 1600px){
  .background-hero {
      padding-top: 30px;
  }
}

@media screen and (max-width: 1450px){
  .background-hero{
      padding-top: 20px;
  }
}

.menu-nav{
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 0 50px;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  /*overflow-y: visible;*/
  /*overflow-x: hidden;*/
}
@media screen and (max-width: 500px){
  .menu-nav{
      flex-direction: row;
      height: auto;
      padding: 0 50px;
      gap: 15px;
  }

  .lp-section{
    margin-top:0px!important;
  }

  .br-desktop {
    display: none;
  }
  .no-br-mobile {
    display: block;
  }
}

@media (min-width: 501px) {
  .br-desktop {
    display: block;
  }
  .no-br-mobile {
    display: none;
  }
}

.menu-border-elem{
  height: 28px;
  width: 100%;
  background-image: url("./images/border_model_1.png");
  background-position: center;
  background-repeat: repeat-x;
  position: relative;
  z-index: 1;
}

.menu-heading-container{
  flex-shrink: 0;
  flex-grow: 0;
}
.menu-heading{
  font-size: 36px;
  font-weight: 900;
}
@media screen and (max-width: 1780px){
  .menu-heading{
      font-size: 30px;
  }
}
@media screen and (max-width: 1450px) {
  .menu-heading {
      font-size: 20px;
  }
}
@media screen and (max-width: 768px){
  .menu-heading-container{
      display: none;
  }
}

.menu-image-container{
  flex-grow: 0;
  flex-shrink: 1;
  margin: 0 10px;
}
.menu-image-container img{
  height: 180px;
  position: relative;
  z-index: 4;
  max-width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1640px){
  .menu-image-container img{
      height: 100px;
  }
}

.menu-burger, .menu-burger-close{
  display: none;
}
.menu-items{
  flex-shrink: 1;
  flex-grow: 0;
  display: flex;
  justify-content: flex-end;
}
.menu-items > ul{
  display: flex;
  flex-direction: row;
  margin: 0;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px){
  .menu-burger{
      display: block;
      background-color: #d41016;
      font-size: 22px;
      font-weight: 700;
      border-radius: 5px;
      border: none;
      outline: none;
      margin: 0;
      color: #fff;
      padding: 10px;
      line-height: 1;
      cursor: pointer;
  }
  .menu-burger-close{
      display: block;
      background-color: #d41016;
      font-size: 22px;
      font-weight: 700;
      border-radius: 5px;
      border: none;
      outline: none;
      margin: 0;
      color: #fff;
      padding: 10px;
      line-height: 1;
      cursor: pointer;
      position: absolute;
      right: 15px;
      top: 15px;
  }
  .menu-items{
      display: none;
      position: fixed;
      width: 100%;
      height: 100%;
      background-color: #fff;
      top: 0;
      left: 0;
      z-index: 99;
  }

  .menu-open .menu-items{
      display: block;
  }
  .menu-items > ul{
      height: 100%;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  }
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

header, header h2 {
  font-weight: 700;
}

header ul li {
  margin: 0 10px;
}
header ul li:first-child {
  margin-left: 0;
}
header ul li:last-child {
  margin-right: 0;
}

header ul li a{
  text-decoration: none;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
.mobile-only {
  display: none;
}
@media screen and (max-width: 991px){
  header ul li a{
      font-size: 30px;
  }
  .mobile-only {
    display: block;
  }
}

.form-container {
  background-color: #00000092;
  color: #FFF;
}

.unisol-container img {
  bottom: 0;
  left: 50px;
  max-height: 500px;
  animation-name: move_oil;
  animation-duration: 0.7s;
}

.form-input {
  font-size: 20px;
}

.hero-btn {
  background-color: #B8100E!important;
  color: #FFF !important;
}

.hero-btn:hover {
  background-color: #911614;
}

.menu-hand-container{
  align-self: flex-start;
}
.hand_1 {
  animation-name: move_hand_1;
  animation-duration: 0.7s;
  max-width: 540px;
  margin-top: calc(-28px - 80px);
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 1780px){
  .hand_1{
      max-width: 450px;
  }
}
@media screen and (max-width: 1600px){
  .hand_1{
      max-width: 300px;
      margin-top: calc(-28px - 30px);
  }
}
@media screen and (max-width: 1450px){
  .hand_1{
      max-width: 250px;
      margin-top: calc(-28px - 20px);
  }
}

.hand_2 {
  margin-left: 200px;
  /*animation-name: move_hand_2;*/
  animation-duration: 0.7s;
  margin-top: calc(-28px);
  max-width: 540px;
  z-index: 4;
  position: fixed;
  bottom: 0;
  transform: translateY(0px);
}
@media screen and (max-width: 1780px){
  .hand_2{
      max-width: 450px;
  }
}
@media screen and (max-width: 1600px){
  .hand_2{
      max-width: 300px;
  }
}
@media screen and (max-width: 1450px){
  .hand_2{
      max-width: 250px;
  }
}

@media (min-width: 991px) {
  .position-hero {
      position: absolute;
  }
}

@media (max-width: 1000px) {
  .hand_1, .hand_2 {
      display: none;
  }
}

@media (max-width: 576px) {
  header ul li {
      margin: 0;
  }
}

@keyframes move_hand_1 {
  from {transform: translateY(-460px);}
  to {transform: translateY(0px);}
}

@keyframes move_hand_2 {
  from {
      transform: translateY(0);
  }
  to {
      transform: translateY(-396px);
  }
}

@keyframes move_oil {
  from {left: -200px;}
  to {left: 50px;}
}

/* CHOOSE */

.logo {
  max-width: 200px;
}

.banner-text {
  font-size: 22px;
  background-color: #FFF;
  font-weight: 700;
}

.egg {
  background-color: #00000092;
  color: #FFF;
  height: 350px;
  border: 1px solid #FFF;
  border-radius: 40px !important;
}

.egg p {
  margin-bottom: 0;
  font-size: 13px;
}

.link-input {
  border: none;
  outline: none;
  width: 100%;
}

/* GAME */

.game-background {
  background: url('./images/background_blur.png');
  min-width: 100vw;
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
}

/* #gameCanvas {
  height: 90vh;
  width: 90vw;
  object-fit: contain;
} */

/* #game-container {
  background: url('./assets/bg-back.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  .screen16x9 {
    width: 100%;
    height: 100%;
    padding: 0 !important;
    object-fit: contain;
  }
}
.screen16x9 #gameCanvas {
  object-fit: contain;
} */

.game-menu {
  position: absolute;
  top: 10px;
  right: 10px;
}

.frame-top img, .frame-bottom img {
  max-height: 40px;
}

.frame-top {
  position: absolute;
  left:0;
  top: 0;
  width: 100%;
}

.frame-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.black-box {
  background-color: #0000008b;
}

.egg-1 {
  position: absolute;
  top: 70px;
  left: calc(50% - 78.5px);
}

.egg-2 {
  position: absolute;
  bottom: 70px;
  left: calc(50% - 78.5px);
}

/* Clasament */

.ranking-container {
  background-color: #00000092;
  padding: 20px 50px;
  border-radius: 10px;
  color: #FFF;
  user-select: none;
}

.name-select-container{
  margin-left: -50px;
  margin-right: 0;
  padding: 0 100px 0 50px;

  background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.6) 10%, rgba(0,0,0,0.6) 90%, rgba(0,0,0,0.1) 100%);
  color: #fff;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1780px){
  .name-select-container{
      padding: 0 100px 0 100px;
  }
}
.name-select-insider{
  width: 100%;
  max-width: 1100px;
}

.name-select-border-top,
.name-select-border-bottom{
  background-image: url("./images/border_model_2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 62px;
  width: 100%;
}
.name-select-border-top{
  transform: translateY(-27%);
}
.name-select-border-bottom{
  transform: translateY(27%);
}

.lp-section{
  margin-top: 50px;
}
.lp-ulei{
  text-align: right;
  width: 30%;
}
.lp-ulei img{
  position: relative;
  z-index: 3;
  height: 100%;
}
.lp-nume{
  width: 70%;
  margin-top: 140px;
}
.lp-nume-p{
  font-size: 22px;
  font-weight: 700;
}
.lp-nume-label{
  font-size: 42px;
  margin: 0;
  line-height: 1;
  font-weight: 700;
  flex-shrink: 0;
  flex-grow: 0;
}
.lp-nume-input{
  font-size: 32px;
  background-color: #fff;
  color: #000;
  border: none;
  margin: 0;
  flex-shrink: 1;
  flex-grow: 1;
  width: 100%;
}
.lp-nume-button{
  background-color: #d41016;
  font-size: 22px;
  font-weight: 700;
  border-radius: 15px;
  border: none;
  outline: none;
  margin: 0;
  color: #fff;
  padding: 5px 10px;
  flex-shrink: 0;
  flex-grow: 0;
}
.lp-nume-button:hover{
  background-color: #B8100E;
}
@media screen and (max-width: 1400px){
  .lp-nume-label, .lp-nume-input{
      font-size: 36px;
  }
}
@media screen and (max-width: 1200px){
  .lp-nume-label, .lp-nume-input{
      font-size: 32px;
  }
}
@media screen and (max-width: 1000px){
  .name-select-container{
      margin: 0;
      padding: 0 10px;
  }
  .lp-ulei{
      display: none;
  }
  .lp-nume{
      width: 100%;
      margin-top: 0;
  }
}
@media screen and (max-width: 768px){
  .lp-nume-label{
      width: 100%;
      margin-bottom: 5px;
      text-align: left;
  }
  .lp-nume-input{
      width: 100%;
      margin: 5px 0;
  }
  .lp-nume-label, .lp-nume-input{
      font-size: 20px;
  }

  .background-hero{
    padding-top:0px;
  }


}

/* Share */

.text-content {
  text-align:center;
}

.btn-image {
  min-width: 24px;
  min-height: 24px;
}

.hero-secondary-btn {
  background-color: rgb(212, 17, 23);
  border-radius: 10px;
  padding: 5px 20px;
  color: #FFF;
  font-weight: 700;
}

.img-banner {
  position: absolute;
  width: 250%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.first-header {
  font-size: 24px;
}

@media (max-width: 501px) {
  .img-banner {
      width: 220%;
  }
  .first-header {
      font-size: 14px;
  }
  .first-paragraph {
      font-size: 12px;
  }
}

@media (max-width: 471px) {
  .actions {
      display: flex;
      flex-direction: column;
  }
  .actions .hero-secondary-btn {
      margin-bottom: 20px;
  }
}

/* Ulei */

.ulei-background {
  background-image: url('./images/screenshot_2024-03-14_at_.png');
  min-width: 100vw;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: end;
  padding-top: 100px;
  padding-right: 75px;
  background-color: rgba(255, 255, 255, 0.5);
}

.ulei-content {
  font-size: 20px;
  text-align: center;

}

.ulei-content-wrapper {
  background: rgba(0, 0, 0, 0.647);
  border-radius: 20px;
}

.border-image {
  width: 65%;
}

.icon {
  width: 75px;
}

@media (max-width: 1300px) {
  .ulei-background {
      padding-right: 20px;
      padding-left: 20px;
      justify-content: center;
  }
}

@media (max-width: 767px) {
  .ulei-background {
      padding-top: 300px;
  }
}

button a {
  color: #FFF;
  text-decoration: none;
}