@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
}
a{
    text-decoration: none;
    
}
body{
    background: #efefef;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      height: 100vh;
      box-sizing: border-box;
      
}
.eyes {
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
    display: flex;
    margin-right: 15px;
  }
  .eyes-left {
    border-bottom-left-radius: 2.7rem;
    border-bottom-right-radius: 1.3rem;
    border-top-right-radius: 1.3rem;
    transform: rotate(10deg);
  }
  .eyes-right {
    border-bottom-left-radius: 1.3rem;
    border-bottom-right-radius: 2.7rem;
    border-top-left-radius: 1.3rem;
    border-top-right-radius: 0;
    transform: rotate(-10deg);
  }
  .eyes-left,
  .eyes-right {
    animation: eyes 10s ease-in infinite reverse;
    background-color: #141414;
    box-shadow: 0 0 20px #1414148f;
    height: 1.5rem;
    width: 2rem;
  }
  @keyframes eyes {
    0% {
      height: 0;
    }
    2% {
      height: 1.3rem;
    }
    70% {
      height: 1.3rem;
    }
    80% {
      height: 0;
    }
    90% {
      height: 1.3rem;
    }
    100% {
      height: 0;
    }
  }
  .top {
    display: flex;
    align-items: center;
  }
  .top .text {
    color: #141414;
    font-family: Poppins, sans-serif;
    font-size: 30px;
    font-weight: 900;
    position: relative;
    text-transform: uppercase;
    z-index: 10;
    margin-left: 7px;
  }
  .top .text span {
    background: rgb(158, 158, 158);
    border-radius: 0.7rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    right: -18px;
    top: -0px;
    padding: 0 0.5rem;
    font-weight: 900;
    position: absolute;
    z-index: -1;
  }

  

/* From uiverse.io by @mrhyddenn */

  
  .progress-loader {
    width: 350px;
    background: rgba(160, 160, 160, 0.253);
    height: 3px;
    border-radius: 7px;
  }
  
  .progress {
    content: '';
    width: 1px;
    height: 3px;
    border-radius: 7px;
    background: #141414;
    transition: 0.5s;
    animation: loading1274 2s ease;
  }
  .cards-home{
    display: flex;
    gap: 20px;
    height: 0px;
    overflow: hidden;
    transition: all .5s ease;
    
  }
  .cards-home .card {
    width: 120px;
    height: 150px;
    border-radius: 30px;
    background: #e0e0e0;
    box-shadow: 3px 3px 15px #bebebe,
                -3px -3px 15px #ffffff;
     transition: all .3s ease;
     padding:20px;
     cursor:pointer;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
   }
   .cards-home  .card:hover{
    box-shadow: 10px 10px 20px #bebebe,
    -10px -10px 20px #ffffff;
    
   }
   .cards-home .card img{
    height: 120px;
    object-fit: cover;
   }
   .cards-home .card span{
    font-weight: 500;
    line-height: 15px;
    text-align: center;
    margin-top: 15px;
    color: #141414;
   }

   /*SIGNIN*/
   .auth-float-signin{
    z-index: 10;
    height: 320px;
    width: 400px;
    position: fixed;
    /*top: calc(50% - 160px);*/
    top: -150%;
    left: calc(50% - 200px);
    border-radius: 20px;
    transition: all .5s ease;
    background: rgba( 255, 255, 255, 0.7 );
    box-shadow: 0px 0px 100px -41px rgba(0,0,0,0.1);
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

 .auth-float-signin .no-account{
    width: 80%;
}
 .sig-in_google{
    width: 80%;
}
 .sig-in_google button{
    height: 45px;
    width: 100%;
    border-radius: 10px;
    border: none;
    background: rgb(66 133 244);
    color: #FFFF;
    cursor: pointer;
    margin: 15px 0;
}
 .sig-in_google button i{
    margin-right: 5px;
}
 .auth-float-signin .no-account a{
    border-bottom: 1px solid #141414;
    color: #141414;
}
.auth-float-signin .title-signin{
    width: 80%;
    font-size: 30px;
    
    color: #141414;
}
 .inputs{
    width: 80%;
    margin-top: 25px;
    
}
  .inputs p{
    font-size: 13px;
    color: gray;
}
 .inputs input{
    height: 45px;
    border-radius: 10px;
    margin-top: 10px;
    width: 100%;
    border: none;
    outline-color: #efefef;
    padding-left: 5px;
    /*border: 2px solid #efefef;*/
    
}
.inputs input:focus{
    box-shadow: 0px 0px 100px rgb(0 0 0 / 10%);
}
  .buttons{
    width: 80%;
    margin-top: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
}
  .buttons button{
    height: 45px;
    width: 50%;
    border-radius: 10px;
    border: none;
    background: #141414;
    color: #FFFF;
    cursor: pointer;
}
 .buttons button#close-modal{
  height: 45px;
  width: 50%;
  border-radius: 10px;
  border: none;
  background: #d2d2d2;
  color: #141414;
  cursor: pointer;
}


/*SIGNUP*/
.auth-float-signup{
  z-index: 10;
  height: 320px;
  width: 400px;
  position: fixed;
  /*top: calc(50% - 160px);*/
  top: -150%;
  left: calc(50% - 200px);
  border-radius: 20px;
  transition: all .5s ease;
  background: rgba( 255, 255, 255, 0.7 );
  box-shadow: 0px 0px 100px -41px rgba(0,0,0,0.1);
  backdrop-filter: blur( 4px );
  -webkit-backdrop-filter: blur( 4px );
  
  border: 1px solid rgba( 255, 255, 255, 0.18 );
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.auth-float-signup .no-account{
  width: 80%;
}
.auth-float-signup .no-account a{
  border-bottom: 1px solid #141414;
  color: #141414;
}
.auth-float-signup .title-signin{
  width: 80%;
  font-size: 30px;
  
  color: #141414;
}


/* ALERTA */
.alert-message {
  position: fixed;
  top: -110%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin: 0 auto;
  background: #ffff;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  transition: all 0.5s ease;
}
.alert-message p {
  font-size: 14px;
}
@media (max-width:700px){
     .auth-float-signin{
        left: calc(50% - 200px);
    }
}

@media (max-width:430px){
     .auth-float-signin{
        
        width: 100%;
        height: 100vh;
        justify-content: start;
        padding-top: 50px;
    }
}
  
  @keyframes loading1274 {
    0% {
      width: 0%;
    }
  
    10% {
      width: 10%;
    }
  
    50% {
      width: 40%;
    }
  
    60% {
      width: 60%;
    }
  
    100% {
      width: 100%;
    }
  }