@import url('https:/use.fontawesome.com/releases/v6.4.2/css/all.css');
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
  }

body{
  background-image: url(https://img.freepik.com/vector-premium/fondo-abstract-pintado-mano-acuarela_889452-12424.jpg?semt=ais_hybrid&w=740);
  background-size: cover;
}

.contenedor{
  display: grid;
  grid-template-columns: repeat(2,1fr);
}

.hader1{
    width: 580px;
    height: 60px;
    font-size: 60px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serifs;
    margin-left: 930px;
    background-color: transparent;
    border-radius: 10px;
    color: #131111;
    text-shadow: 0 0 10px #0ff, 0 0 20px #0ff, 0 0 40px #0ff; 
    text-align: center;
    display: inline-block;
    animation: flotar 2s ease-in-out infinite;
}

@keyframes flotar {
  0% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
  100% { transform: translateY(0); }
}

.iniciar{
  width: 60px;
  height: 60px;
  margin-top: 200px;
  margin-left: 600px;
}



.p{
  border-bottom: 2px solid grey;
  margin-top: 8px;
}

ul li{
  list-style: none;
}

.menu{
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(6,1fr);
  margin-right: 600px;
}


#inicio{
  border-radius: 50%;
  box-sizing: border-box;
  background: #d9ecfc;
  width: 90px;
  height: 38px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-shadow: 0 0 10px #0ff, 0 0 20px #0ff, 0 0 40px #0ff; 
  transition: 0.5s;
  color: var(--color);
}

#inicio:hover{
  background: var(--color);
  color:#d9ecfc;
  box-shadow: 0 0 5px var(--color),
    0 0 25px var(--color),
    0 0 50px var(--color),
    0 0 200px var(--color);
}


#clientes{
  margin-left: 40px;
  margin-top: 1px;
}
#cli{
  border-radius: 50%;
  box-sizing: border-box;
  background: #d9ecfc;
  width: 110px;
  font-size: 20px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.5s;
  color: var(--color);
  outline: none;
  border: none;
}

#cli:hover{
  background: var(--color);
  color: #d9ecfc;
  box-shadow: 0 0 5px var(--color),
    0 0 25px var(--color),
    0 0 50px var(--color),
    0 0 200px var(--color);
}

#orden{
  margin-left: 30px;
  margin-top: 1px;
}
#ord{
  border-radius: 50%;
  box-sizing: border-box;
  background: #d9ecfc;
  width: 78px;
  height: 38px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.5s;
  color: var(--color);
  outline: none;
  border: none;
}

#ord:hover{
  background: var(--color);
  color:#d9ecfc;
  box-shadow: 0 0 5px var(--color),
    0 0 25px var(--color),
    0 0 50px var(--color),
    0 0 200px var(--color);
}

#ordende{
  margin-left: 30px;
  margin-top: 1px;
}
#ordd{
  border-radius: 50%;
  box-sizing: border-box;
  background: #d9ecfc;
  width: 140px;
  height: 38px;
  font-size: 20px;
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.5s;
  color: var(--color);
  outline: none;
  border: none;
}

#ordd:hover{
  background: var(--color);
  color: #d9ecfc;
  box-shadow: 0 0 5px var(--color),
    0 0 25px var(--color),
    0 0 50px var(--color),
    0 0 200px var(--color);
}

#producto{
  margin-left: 30px;
  margin-top: 1px;
}
#pro{
  border-radius: 50%;
  box-sizing: border-box;
  background:#d1e5f8;
  width: 90px;
  height: 38px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.5s;
  color: var(--color);
  outline: none;
  border: none;
}

#pro:hover{
  background: var(--color);
  color: #d1e5f8;
  box-shadow: 0 0 5px var(--color),
    0 0 25px var(--color),
    0 0 50px var(--color),
    0 0 200px var(--color);
}

#categoria{
  margin-left: 30px;
  margin-top: 1px;
}
#cate{
  border-radius: 50%;
  box-sizing: border-box;
  background: #d1e5f8;
  width: 90px;
  height: 38px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.5s;
  color: var(--color);
  outline: none;
  border: none;
}

#cate:hover{
  background: var(--color);
  color: #d1e5f8;
  box-shadow: 0 0 5px var(--color),
    0 0 25px var(--color),
    0 0 50px var(--color),
    0 0 200px var(--color);
}

#elemento {
  position: absolute;
  top: 408px; 
  left: 200px;
  transform: translateX(-50%);
  z-index: 10;
}

#comenzar{
  border-radius: 30%;
  box-sizing: border-box;
  background: #fff;
  width: 160px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.5s;
  background: rgba(250, 246, 246, 0.97);
  color: var(--color);
}

#comenzar:hover{
  background: var(--color);
  color: #050801;
  box-shadow: 0 0 5px var(--color),
    0 0 25px var(--color),
    0 0 50px var(--color),
    0 0 200px var(--color);
}

#titulos{
  margin-left: 630px;
  margin-top: 50px;
  font-size: 23px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  animation: zoomColor 4s ease-in-out infinite;
  display: inline-block;
  color: #121212;
  text-shadow: 0 0 10px #0ff, 0 0 20px #0ff, 0 0 40px #0ff; 
}

@keyframes zoomColor {
  0% {
    transform: scale(1);
    color: #121212;
    text-shadow: 0 0 20px #0ff, 0 0 40px #0ff;
  }
  25% {
    transform: scale(1.2);
    color: #0e0d0e;
    text-shadow: 0 0 20px  #E1306C, 0 0 40px  #E1306C;
  }
  50% {
    transform: scale(1);
    color: #080808;
    text-shadow: 0 0 20px rgb(89, 57, 157), 0 0 40px rgb(89, 57, 157);
  }
  75% {
    transform: scale(1.2);
    color: #0d0d0d;
    text-shadow: 0 0 20px #0ff, 0 0 40px #0ff;
  }
  100% {
    transform: scale(1);
    color: #0b0b0b;
    text-shadow: 0 0 20px #8d714c, 0 0 40px #8d714c;
  }
}


.tablass{
  margin-top: 20px;
  width: 800px;
  height: 400px;
  margin-left: 330px;
}
#myTable{
  height: 200px;
}

.anuncio{
  display: flex;
  margin-top: 25px;
  border-top:1px solid #d9ecfc;
  border-bottom: 1px solid #d9ecfc;
  background-color: #d9ecfc;
  cursor: pointer;
  padding: 10px ;
  width: 570px;
  margin-left: 500px;
}

marquee{
  mask: linear-gradient(90deg, transparent, white 5%, white 95%, transparent);  
  width: 400px;
}

.anuncio h2{
  text-align: left;
  font-size: 15px;
  color: rgb(204, 26, 26);
  width: 100px;
  
}


#jhon{
  position: absolute;
  border-radius: 10px;
  top: 60px; 
  left: 200px;
  transform: translateX(-50%);
  z-index: 10;
  font-size: 50px;
  color: #f6f2f2;
  text-shadow: 0 0 50px rgb(245, 245, 246),  
                0 0 60px rgb(245, 245, 246),  
                0 0 70px rgb(53, 146, 238),  
                0 0 120px rgb(53, 146, 238);   
   
}

#jhonky{
  position: absolute;
  border-radius: 10px;
  top: 700px; 
  left: 400px;
  transform: translateX(200%);
  z-index: 10;
  font-size: 20px;
  color: #f6f2f2;
}


.container{
    position: relative;
    width: 858px;
    height: 480px;
    background: #f5f5f5;
    box-shadow: 0 30px 50px #dbdbdb;
}

.container .slide .item {
    width: 165px;
    height: 250px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 20px;
    box-shadow: 0 30px 50px #505050;
    background-position: 50% 50%;
    background-size: cover;
    display: inline-block;
    transition: 0.5s;
}


.slide .item:nth-child(3):hover,
.slide .item:nth-child(4):hover,
.slide .item:nth-child(5):hover {
    transform: scale(1.1) translate(0, -57%);
    z-index: 100;
}


.slide .item:nth-child(1),
.slide .item:nth-child(2){
    top: 0;
    left: 0;
    transform: translate(0, 0);
    border-radius: 0;
    width: 179%;
    height: 152%;
    
}

.slide .item:nth-child(3){
  left: 70%;
  margin-top: 100px;
  height: 350px;
  width: 200px;
}

.slide .item:nth-child(4){
    left: calc(73% + 210px);
    margin-top: 100px;
    height: 350px;
    width: 200px;
}

.slide .item:nth-child(5){
    left: calc(74% + 430px); 
    margin-top: 100px;
    height: 350px;
    width: 200px;
}

.slide .item:nth-child(n + 6){
    left: calc(74% + 650px);
    margin-top: 100px;
    height: 350px;
    width: 200px;
    opacity: 0; 
}


.item .content{
    position: absolute;
    top: 50%;
    left: 100px;
    width: 300px;
    text-align: left;
    color: #eee;
    transform: translate(0, -50%);
    font-family: system-ui;
    display: none;
}

.slide .item:nth-child(2) .content{
    display: block;
}

.content .name{
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    opacity: 0;
    animation: animate 1s ease-in-out 1 forwards;
}

.content .des{
    margin-top: 10px;
    margin-bottom: 20px;
    opacity: 0;
    animation: animate 1s ease-in-out 1s 1 forwards;
}


.content button{
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    opacity: 0;
    animation: animate 1s ease-in-out 0. 6s 1 forwards;
}

@keyframes animate{
    from{
        opacity: 0;
        transform: translate(0, 100px);
        filter: blur(33px);
    }

    to{
        opacity: 1;
        transform: translate(0);
        filter: blur(0);
    }
}

.button{
    width: 100px;
    text-align: center;
    position: absolute;
    bottom: 20px;
}

.button button{
    width: 40px;
    height: 35px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    margin: 0 5px;
    border: 1px solid #000;
    transition: 0.3s;
}

.button button:hover{
    background: #ababab;
    color: #fff;
}