/*GENERAL*/

body {
    color: #797979;
    background: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    scroll-behavior: smooth;
    -webkit-transform: translate(0,0,0);
    
    font-family: Super Bubble;
    background: #181c23 ;
   /* --s: 50px;
    --c: #252527;
    --_s: calc(2*var(--s)) calc(2*var(--s));
    --_g: 35.36% 35.36% at;
    --_c: #0000 66%,#34363d 68% 70%,#0000 72%;
    background: 
      radial-gradient(var(--_g) 100% 25%,var(--_c)) var(--s) var(--s)/var(--_s), 
      radial-gradient(var(--_g) 0 75%,var(--_c)) var(--s) var(--s)/var(--_s), 
      radial-gradient(var(--_g) 100% 25%,var(--_c)) 0 0/var(--_s), 
      radial-gradient(var(--_g) 0 75%,var(--_c)) 0 0/var(--_s), 
      repeating-conic-gradient(var(--c) 0 25%,#0000 0 50%) 0 0/var(--_s), 
      radial-gradient(var(--_c)) 0 calc(var(--s)/2)/var(--s) var(--s) var(--c);
    background-attachment: fixed;*/
   /*--s: 50px;
    --c: #181c23;
    --_s: calc(2*var(--s)) calc(2*var(--s));
    --_g: 35.36% 35.36% at;
    --_c: #0000 66%,#101114 68% 70%,#0000 72%;
    background: 
      radial-gradient(var(--_g) 100% 25%,var(--_c)) var(--s) var(--s)/var(--_s), 
      radial-gradient(var(--_g) 0 75%,var(--_c)) var(--s) var(--s)/var(--_s), 
      radial-gradient(var(--_g) 100% 25%,var(--_c)) 0 0/var(--_s), 
      radial-gradient(var(--_g) 0 75%,var(--_c)) 0 0/var(--_s), 
      repeating-conic-gradient(var(--c) 0 25%,#0000 0 50%) 0 0/var(--_s), 
      radial-gradient(var(--_c)) 0 calc(var(--s)/2)/var(--s) var(--s) var(--c);
      background-attachment: fixed;*/
    /*
    background-image: url('../img/backgroundImage.png');
    height: 100%;
    background-size: cover;
    background-position: center, center;
    background: linear-gradient(229deg, #181c23 20%, #2e2431 30%, #382a3d 50%, #402f46 80%, #3d2845 100%) !important;*/
    background: linear-gradient(250deg, #181c23 30%, #302136 70%, #181c23 80%, #302136 90%, #181c23 100%) !important;

}


@font-face {
  font-family:  "Super Bubble";
  src: url("../font/bubble.otf") format("opentype");
}


h1,
h2, 
h3, 
h4,
h5, 
h6 {
    color: #343148;
}

a {
    color: #454545;
    transition: .3s;
}

a:hover,
a:active,
a:focus {
    color: rgba(106, 0, 78, 1);
    outline: none;
    text-decoration: none;
}

.btn:focus,
.form-control:focus {
    box-shadow: none;
}

.container-fluid {
    max-width: 100%;
    
}

.back-to-top {
  position: fixed;
  display: none;
  background: rgba(106, 0, 78, 1);
  width: 3vw;
  height: 3vw;
  text-align: center;
  line-height: 1;
  font-size: 2vw;
  right: 1vw;
  bottom: 1vw;
  transition: background 0.5s;
  z-index: 9;
  border-radius: 50%;
  cursor: pointer;
}

.back-to-top:hover {
    background: white;
}

.back-to-top:hover i {
    color: #483134;
}

.back-to-top i {
    color: white;
    padding-top: 0.5vw
}


/*TOP BAR*/
.top-bar {
    position: relative;
    height: 2.5vw;
    background: #694F8E;
    border-bottom: 1px solid white;
}

.top-bar .top-bar-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.top-bar .top-bar-right {
    display: flex;
    align-items: center;
    right: 1vw;
    position: absolute;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
    width: 15vw;
}

/*.top-bar .text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: 35px;
    padding: 0 10px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, .15);
}*/

.top-bar .text:last-child {
    border-right: 1px solid rgba(255, 255, 255, .15);
}

/*.top-bar .text i {
    font-size: 13px;
    color: #ffffff;
    margin-right: 5px;
}

.top-bar .text h2 {
    color: #eeeeee;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
    margin: 0;
}

.top-bar .text p {
    color: #eeeeee;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 0 5px;
}

.top-bar .social {
    display: flex;
    height: 35px;
    font-size: 0;
    justify-content: flex-end;
}

.top-bar .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 100%;
    font-size: 0.8vw;
    color: #ffffff;
    border-right: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .social a:first-child {
    border-left: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .social a:hover {
    color: #092a49;
    background: #ffffff;
}

@media (min-width: 992px) {
    
    .top-bar {
        z-index: 9999;
        padding: 0 60px;
    }
}*/

.containerFlag{
    display: flex;
    width: 9vw;
    justify-content: space-around;
    height: 2.5vw;
    align-items: center;     position: absolute;
    left: 1vw;
}

.svgIconFlag{
    width: 1.8vw;
    cursor: pointer;
}


.svgIcon{
    width: 1.8vw;
    cursor: pointer;
}

.svgIcon:hover{
    width: 1.8vw;
    opacity: 0.5;
}

/*NAV BAR*/

.titleNavBar{
  font-size: 3vw;
  font-family: Super Bubble;
  text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
  color: white;
}

.navbar {
    position: relative;
    transition: .5s;
    z-index: 999;
}

.navbar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

.navbar .navbar-brand {
    margin: 0;
    color: #ffffff;
    font-size: 45px;
    line-height: 0px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: .5s;
    
}

.navbar .navbar-brand span {
    color: #484031;
    transition: .5s;
}

.navbar.nav-sticky .navbar-brand span {
    color: rgba(106, 0, 78, 1);
}

.navbar .navbar-brand img {
    max-width: 100%;
    max-height: 40px;
}

.navbar-nav {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    width: 60vw;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  padding: 10px 10px 8px 10px;
  color: WHITE;
  font-size: 1.4vw;
  font-weight: bold;
  font-weight: 400;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    background: transparent;
    transition: none;
}

.navbar-dark:hover .navbar-nav:hover .nav-link:hover{
    color:rgb(211, 190, 205);
    /*#694F8E;*/
}

.navbar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
}

.buttonNav {
 
  background-color: #694F8E;
  border: 1px solid white;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1vw;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 8px;
  padding-left: 1.5vh;
  padding-right: 1.5vh;
  font-weight: bold;
  padding-top: 0.3vw;
  padding-bottom: 0.3vw;
  text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
  border-radius: 2vw;
  width: 10vw;
  letter-spacing: 0.1vw;
}

.buttonNav:hover{
    background-color: #694F8E;
    border: 1px solid white;
    color: rgb(88, 1, 65);
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1vw;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
    padding-left: 1.5vh;
    padding-right: 1.5vh;
    font-weight: bold;
    padding-top: 0.3vw;
    padding-bottom: 0.3vw;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    border-radius: 2vw;
    width: 10vw;
    letter-spacing: 0.1vw;
}
  
.navbar {
    padding: 5px 40px;
    position: absolute;
    width: 100%;
    top: 2.5vw;
    background: white !important;
    z-index: 9;
    height: 4vw;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, .3);
    background: linear-gradient(187deg, rgba(106, 0, 78, 1) 28%, rgba(183, 142, 172, 1) 100%) !important;
    z-index: 99999;
  }
  
  .navbar.nav-sticky {
      padding: 5px 20px;
      background: linear-gradient(187deg, rgba(106, 0, 78, 1) 28%, rgba(183, 142, 172, 1) 100%) !important;
      border-bottom-left-radius: 1vw;
      border-bottom-right-radius: 1vw;
      box-shadow: 0 4px 2px -2px rgba(0, 0, 0, .3);
      z-index: 99999;
  }
  
  .navbar a.nav-link {
      padding: 8px 15px;
      font-size: 14px;
      letter-spacing: 1px;
      text-transform: uppercase;
      cursor: pointer;
  }


  /*NAVBAR MOBILE*/
  .navBarContainerMobile{
    width: 100%; 
    position:fixed; 
    top:0; 
    background: linear-gradient(187deg, rgba(106, 0, 78, 1) 28%, rgba(183, 142, 172, 1) 100%) !important;
    height: 7vw; 
    display: flex; 
    align-items: center; 
    border-bottom: 1px solid black;
    z-index: 999999;
    justify-content: space-between;
    border-bottom-right-radius: 6vw;
    border-bottom-left-radius: 6vw;
}

.navBarContainerLogo{

    width: 100%;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
}



.navBarContaierIcon{
    width: 60%; 
    display: flex; 
    justify-content: center; 
    font-size: 7vw; 
}

.navBarContaierIconOpenMenu{
    position: absolute; 
    width: 100%; 
    display: flex; 
    justify-content: center; 
    font-size: 7vw; 
}


.navBarContainerFlag{

    display: flex;
    justify-content: end;
    position: absolute;
    width: 100%;
    right: 4vw;
    z-index: 9999;
}



.pageBackgroundCloud{
    background: url('../img/cloudPattern3.png');
    background-attachment: fixed;    
    border-radius: 1vw;
    border: 1px solid #515151;
    --tw-shadow: -.145vh .579vh 1.447vh rgba(0, 0, 0, .2), .579vh .579vh 1.447vh rgb(233 233 233 / 20%), 2.893vh 2.893vh 6.076vh rgba(0, 0, 0, .38);
    --tw-shadow-colored: -.145vh .579vh 1.447vh var(--tw-shadow-color), .579vh .579vh 1.447vh var(--tw-shadow-color), 2.893vh 2.893vh 6.076vh var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-bottom: 0.3vw;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-style: outset;
    border-color: #ffffff59;

}

.pageBackgroundJoypad{
    background: url('../img/joypadPattern2.png');
    background-attachment: fixed;    
    border-radius: 1vw;
    border: 1px solid #515151;
    --tw-shadow: -.145vh .579vh 1.447vh rgba(0, 0, 0, .2), .579vh .579vh 1.447vh rgb(233 233 233 / 20%), 2.893vh 2.893vh 6.076vh rgba(0, 0, 0, .38);
    --tw-shadow-colored: -.145vh .579vh 1.447vh var(--tw-shadow-color), .579vh .579vh 1.447vh var(--tw-shadow-color), 2.893vh 2.893vh 6.076vh var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-bottom: 0.3vw;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-style: outset;
    border-color: #ffffff59;

}

.pageBackgroundDotPattern{
    background: url('../img/dotPattern2.png');
    background-attachment: fixed;    
    border-radius: 1vw;
    border: 1px solid #515151;
    --tw-shadow: -.145vh .579vh 1.447vh rgba(0, 0, 0, .2), .579vh .579vh 1.447vh rgb(233 233 233 / 20%), 2.893vh 2.893vh 6.076vh rgba(0, 0, 0, .38);
    --tw-shadow-colored: -.145vh .579vh 1.447vh var(--tw-shadow-color), .579vh .579vh 1.447vh var(--tw-shadow-color), 2.893vh 2.893vh 6.076vh var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-bottom: 0.3vw;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-style: outset;
    border-color: #ffffff59;
}


.titleParag{
  width: 100%;
  display: flex;
  align-items: center;
  color: white;
  justify-content: center;
  font-size: 6vw;
  text-shadow: -8px 0 rgba(106, 0, 78, 1), 0 8px rgba(106, 0, 78, 1), 8px 0 rgba(106, 0, 78, 1), 0 -8px rgba(106, 0, 78, 1);
  /*text-shadow: -5px 0 #574175, 0 5px #574175, 5px 0 #574175, 0 -5px #574175;*/
  /*text-shadow: -5px 0 black, 0 5px black, 5px 0 black, 0 -5px black;*/
  margin-bottom: 2vw;
  z-index: 9999;
  position: relative;

}

.fancy {
    font-size: 6vw;
    position: relative;
    white-space: nowrap;
    margin-bottom: 1.5vw;
    &:after {
      --deco-height: 0.2em;
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: calc(var(--deco-height) * -0.625);
      height: var(--deco-height);
      background-image: url("../img/textUnderline.svg");
      background-size: auto 100%;
      background-repeat: round;
      background-position: 0em;
    }
}

.divVideoHomeContainer{
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}

.divVideoHome{
    width: 60vw;
    height: 35vw;
    display: flex;
    justify-content: center;
    background: #1f1f1f;
    border-radius: 3vw;
    border: 0.2vw solid #9d9c9c;
    box-shadow: 0 1vw 2vw rgb(184, 184, 184);
    z-index: 9998;
    align-items: center;
    border-right: 0.5vw;
    border-top: 0.5vw;
    border-style: outset;
    border-color: #00000073;
}

.divContainerHands{
    display: flex;
    width: 100%;
    justify-content: space-around;
    margin-top: -22vw;
}

.line-top {
    width: 26vw;
    height: 17vw;
    background: transparent;
    border: none;
    border-top: dashed 1vw rgba(183, 142, 172, 1);
    padding: 40px 40px;
    border-radius: 50%;
    margin: 1v;
    transform: rotate(90deg);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    position: relative;
    top: 17.5vw;
    left: -1vw;
} 

.containerDivHowToPlay{
  margin-top: 2vw;
  display: flex;
  justify-content: space-evenly;
  position: absolute;
  z-index: 9999;
  width: 100%;
}


.cloudHowToPlay{
    position: absolute;
    width: 96vw;
    top: -10vw;
    left: 2vw;
    z-index: 1;
    opacity: 0.5;
    height: 75vw;
}

.planetHowToPlay{
    position: absolute;
    z-index: 2;
    width: 74vw;
    margin-top: -9vw;
    left: -28vw;
    opacity: 0.8;
}


.alienHowToPlay{
    position: relative;
    width: 32vw;
    margin-top: 11vw;
    z-index: 3;
}

.divHowToPlay{
  margin-left: 3vw;
  text-align: center;
  padding: 1.5vw;
  padding-top: 2vw;
  color: white;
  height: 100%;
  width: 28vw;
  border-radius: 2vw;
  border: 1px solid #515151;
  --tw-bg-opacity: 1;
  background-color: hsl(0deg 0% 11.17% / 90%);
  --tw-shadow: -.145vh .579vh 1.447vh rgba(0, 0, 0, .2), .579vh .579vh 1.447vh rgb(233 233 233 / 20%), 2.893vh 2.893vh 6.076vh rgba(0, 0, 0, .38);
  --tw-shadow-colored: -.145vh .579vh 1.447vh var(--tw-shadow-color), .579vh .579vh 1.447vh var(--tw-shadow-color), 2.893vh 2.893vh 6.076vh var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  border-right: 0.5vw;
  border-top: 0.5vw;
  border-style: outset;
  border-color: #00000073;
  z-index: 8;
}

.diwLineHowToPlay{
  width: 100%;
  display: flex;
  justify-content: center;
  top: 6vw;
  position: relative;
}

.howToPlayStepNumber{
    color:#694F8E;
    font-size: 3vw; 
    padding-right: 1vw; 
    line-height: 1vw;
    text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
}

.howToPlayTextStep{
    font-size:1.2vw; 
    margin-bottom: 0.5vw;
    margin-top: 0.5vw;
    text-shadow: -2px 0 rgba(106, 0, 78, 1), 0 2px rgba(106, 0, 78, 1), 2px 0 rgba(106, 0, 78, 1), 0 -2px rgba(106, 0, 78, 1);
    text-align: start;
}

.iconQrCode{
    width: 13vw; 
    height: 12vw;
}

/*GAMES*/
.gamesContainer{
    width:100; 
    display: flex; 
    justify-content: space-evenly;
}

.containerGame {
    height: 15vw;
    width: 18vw;
    line-height: 4vh;
    font-size: 2vw;
    text-align: center;
    padding-top: 1vw;
    margin-top: 12vw;
    border-radius: 2vw;
    border: 1px solid #515151;
    --tw-bg-opacity: 1;
    background-color: hsl(0, 0%, 11%);
    --tw-shadow: -.145vh .579vh 1.447vh rgba(0, 0, 0, .2), .579vh .579vh 1.447vh rgb(233 233 233 / 20%), 2.893vh 2.893vh 6.076vh rgba(0, 0, 0, .38);
    --tw-shadow-colored: -.145vh .579vh 1.447vh var(--tw-shadow-color), .579vh .579vh 1.447vh var(--tw-shadow-color), 2.893vh 2.893vh 6.076vh var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-top: 1vw;
    border-right: 1vw;
    border-style: outset;
    border-color: #0000009e;
    color: white;
    z-index: 9999;
}

.imageGame{
    position: relative;
    top: -13.5vw;
    height: 17vw;
}

.textGame{
    margin-top: -15.5vw;
    color: white;
    text-shadow: -3px 0 rgba(106, 0, 78, 1), 0 3px rgba(106, 0, 78, 1), 3px 0 rgba(106, 0, 78, 1), 0 -3px rgba(106, 0, 78, 1);
    font-size: 2vw;
    line-height: 2.5vw;
    height: 6.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
  
.buttonGames{
    height: 100%; 
    margin-top: 1vw;
    z-index: 9999;
    position: relative;
    background-color: #ffffff40;
    border: 2px solid #694F8E;
    color: #694F8E;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    padding-left: 1.5vh;
    padding-right: 1.5vh;
    font-weight: bold;
    padding-top: 0.3vw;
    padding-bottom: 0.3vw;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    border-radius: 2vw;
    letter-spacing: 0.1vw;
    font-size: 1.5vw;
    width: 12vw;
}

.buttonGames:hover {
    height: 100%; 
    margin-top: 1vw;
    z-index: 9999;
    position: relative;
    background-color: #694F8E;
    border: 1px solid white;
    color: rgb(88, 1, 65);
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    padding-left: 1.5vh;
    padding-right: 1.5vh;
    font-weight: bold;
    padding-top: 0.3vw;
    padding-bottom: 0.3vw;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    border-radius: 2vw;
    letter-spacing: 0.1vw;
    font-size: 1.5vw;
    width: 12vw;
}
  


/*DETAILS GAMES*/

.glassDiv{
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 9999;
    -webkit-backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 99999;
    cursor: pointer;
}

.divContainerCenterPage{
    width: 56vw;
    height: 80vh;
    background: hsla(0, 0%, 12%, 1);
    top: 13vh;
    left: 22vw;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: fixed;
    z-index: 99999;
    border-radius: 2vw;
    border-right: 0.5vw;
    border-top: 0.5vw;
    border-style: outset;
    border-color: #06060673;
    z-index: 999999;
}

.divtitleGlassDiv{
    border-bottom: 1px solid #ffffff6b;
    width: 90%;
    display: flex;
    position: absolute;
    top: 0;
    align-items: center;
}

.titleGlassDiv{

    width: 68%;
    text-align: center;
    font-size: 3vw;
    color: white;
    text-shadow: -3px 0 rgba(106, 0, 78, 1), 0 3px rgba(106, 0, 78, 1), 3px 0 rgba(106, 0, 78, 1), 0 -3px rgba(106, 0, 78, 1);
}

.closeDivGlass{
    position: absolute;
    top: -0.5vh;
    right: -2vw;
    font-size: 3vw;
    color: #694F8E;
    text-shadow: -3px 0 white, 0 3px white, 3px 0 white, 0 -3px white;
    cursor:pointer;
}

.closeDivGlass:hover{
    position: absolute;
    top: -0.5vh;
    right: -2vw;
    font-size: 3vw;
    color: rgba(106, 0, 78, 1);
    text-shadow: -3px 0 white, 0 3px white, 3px 0 white, 0 -3px white;
    cursor:pointer;
}



.containerDownloadIcon{
    display: flex;
    flex-direction: column;
    height: 27vw;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.iconDownload{
    display: flex;
    margin-top: 5vw; 

    border-radius: 2vw; 
    padding:2vw;
    cursor: pointer;
}

.iconDownload:hover{

    border:0.2vw solid white; 
   
}

.containerInfoSmartScreen{
    display: flex;
    flex-direction: column;
    margin-top: 5vw;
}


.textSmartScreen{
    width: 45vw;
    font-size: 1vw;
    color: #694F8E;
    text-shadow: -2px 0 white, 0 1px white, 2px 0 white, 0 -2px white;
}


.containerImageSmartScreen{
    display: flex;
    width: 100%;
    justify-content: space-around;
    margin-top: 2vw;
    margin-bottom: 1vw;
}

.divContainerCenterPageImages{
    width: 100%;
    position: absolute;
    top: 19vh;
}

.imageDetailsGameShow{

    height: 46vh;
    margin-bottom: 1vh;
    border-radius: 0.5vw;
}

.containerImageDetailsIcon{
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
}

.imageDetailsIcon{
    cursor: pointer;
    height: 9vh;
    margin-left: 0.5vw;
    margin-right: 0.5vw;
    border-radius: 0.5vw;
}

/*CONTACTS*/

.containerDivContacts{
    display: flex;
    justify-content: space-evenly;
    position: absolute;
    z-index: 9999;
    width: 100%;
  }

.divContacts{
    text-align: center;
    padding: 1.5vw;
    color: white;
    height: 100%;
    width: 65vw;
    --tw-bg-opacity: 1;
    display: flex;
    justify-content: space-around;
  }

  .divContactsSon{
    width: 28vw;
    border: 1px solid white;
    border-radius: 2vw;
    padding: 1vw;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-right: 0.5vw;
    border-top: 0.5vw;
    border-style: outset;
    border-color: #ffffff73;
    background-color: hsl(0deg 0% 11.17% / 90%);
  }

.divInput{
    height: 2vw;
    width: 24vw;
    border-radius: 0.5vw;
    background: #ffffff;
    text-align: center;
    color:black;
    font-family: math;
    border: 0.2vw solid rgb(105, 79, 142);
    font-size: 1vw;
}

.titleContacts{
    font-size: 2.5vw;
    color: rgb(105, 79, 142);
    text-shadow: white -1px 0px, white 0px 1px, white 1px 0px, white 0px -1px;
    margin-bottom: 1vw;
}

.mailAlienBash{
    color: white;
}

.mailAlienBash:hover{
    opacity: 0.7;
    color: white;
}
  
.divInputTextArea{
    height: 12vw;
    width: 24vw;
    border-radius: 0.5vw;
    background: #ffffff;
    border: hidden;
    padding:1vw;
    color:black;
    font-family: math;
    border: 0.2vw solid rgb(105, 79, 142);
    font-size: 1vw;
    resize: none;
}

input::placeholder {
    color: #694F8E;
}

textarea::placeholder{
    color: #694F8E;
}

.buttonContact{
    height: 100%;
    margin-top: 1vw;
    z-index: 9999;
    position: relative;
    background-color: #ffffff40;
    border: 2px solid #694F8E;
    color: #694F8E;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    padding-left: 1.5vh;
    padding-right: 1.5vh;
    font-weight: bold;
    padding-top: 0.3vw;
    padding-bottom: 0.3vw;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    border-radius: 2vw;
    letter-spacing: 0.1vw;
    font-size: 1.2vw;
    width: 12vw;
}

.buttonContact:active {
    height: 100%; 
    margin-top: 1vw;
    z-index: 9999;
    position: relative;
    background-color: #694F8E;
    border: 1px solid white;
    color: rgb(88, 1, 65);
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    padding-left: 1.5vh;
    padding-right: 1.5vh;
    font-weight: bold;
    padding-top: 0.3vw;
    padding-bottom: 0.3vw;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    border-radius: 2vw;
    letter-spacing: 0.1vw;
    font-size: 1.2vw;
    width: 12vw;
}

.buttonContactDisabled{
    height: 100%;
    margin-top: 1vw;
    z-index: 9999;
    position: relative;
    background-color: #ffffff40;
    border: 2px solid #898989;
    color: #737373;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    padding-left: 1.5vh;
    padding-right: 1.5vh;
    font-weight: bold;
    padding-top: 0.3vw;
    padding-bottom: 0.3vw;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    border-radius: 2vw;
    letter-spacing: 0.1vw;
    font-size: 1.2vw;
    width: 12vw;
}

.containerIconContact{
    margin-top: 1vw;
    margin-bottom: 1vw;
    width: 25vw;
    padding-bottom: 1vw;
    justify-content: space-evenly;
    display: flex;
}

.divEmailText{
    font-size: 1.5vw;
    margin-bottom: 2vw;
    text-shadow: rgb(105, 79, 142) -2px 0px, rgb(105, 79, 142) 0px 2px, rgb(105, 79, 142) 2px 0px, rgb(105, 79, 142) 0px -2px;
}

.svgIconSocialContanct{
    width: 4vw;
    cursor: pointer;
}

.svgIconSocialContanct:hover{
    width: 4vw;
    opacity: 0.5;
}

 
/*COOKIE*/
.cookieContainer{
        position: fixed;
        right: 1vw;
        bottom: 1vw;
        height: 15vw;
        width: 25vw;
        background-color: white;
        border-radius: 2vw;
        z-index: 9999;
        border-right: 0.5vw;
        border-top: 0.5vw;
        border-style: outset;
        border-color: #d3d3d375;
}

.cookieTextContainer{
        display: flex; 
        flex-direction: column; 
        padding:1vw;
        align-items: center;
}

.cookieTitle{
        font-size: 1.5vw;
        margin-left: 2vw;
        color: white;
        text-shadow: rgb(105, 79, 142) -2px 0px, rgb(105, 79, 142) 0px 2px, rgb(105, 79, 142) 2px 0px, rgb(105, 79, 142) 0px -2px;
        text-wrap: nowrap;
}

.cookieText{
        color: black;
        font-family: math;
        font-size: 1.2vw;
        margin-top: 1vw;
        text-align: start;
        width: 20vw;
        line-height: 1.4vw;
}

/*FOOTER*/
.footer {
    background: #2d2b2b;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-top-left-radius: 1vw;
    border-top-right-radius: 1vw;
    border-top: 2px solid rgba(134, 134, 134, 0.473);
    box-shadow: -3px 10px 10px 12px rgb(0 0 0 / 46%);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
}

.divFooter{
    display: flex; 
    align-items: center;
    width: 95vw;
}

.containerFooterCookie{
    width: 100%; 
    display: flex; 
    justify-content: end; 
}

.footerCookie{

    color:rgb(105, 79, 142); 
    cursor: pointer;
    text-shadow: white -2px 0px, white 0px 2px, white 2px 0px, white 0px -2px;
    font-size: 1vw;
}

.footerCookie:hover{

    color:white; 
    cursor: pointer;
    text-shadow: rgb(105, 79, 142) -2px 0px, rgb(105, 79, 142) 0px 2px, rgb(105, 79, 142) 2px 0px, rgb(105, 79, 142) 0px -2px;
    font-size: 1vw;
}




