body {
  background-color: #1B1A55;
}
.container {
  
  width: 600px;
  height: 600px;
  border-radius: 600px;
  margin-left: 30%;
  margin-top: 5%;
  position: absolute;
  cursor: pointer;
}
.eyes {
  width: 100px;
  height: 100px;
  background-color: white;
  border: 5px solid black;
  border-radius: 100% 0%;
  transform: rotate(45deg);
  margin-left: 20%;
  margin-top: 20%;
}
.eyelid-1 {
  border-top: 4px solid white;
  border-left: 4px solid white;
  border-radius: 100% 0%;
  width: 100px;
  height: 100px;
  transform: rotate(45deg);
  margin-top: -20%;
  margin-left: 20%;
}
.eye-ball {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 3px solid black;
  background-color: rgb(72, 73, 74);
  margin-top: 25px;
  margin-left: 30px;
}
.iris {
  background-color: black;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin-top: 11px;
  margin-left: 11px;
}

.iris::after {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  width: 15px;
  height: 15px;
  top: 35%;
  left: 60%;
  box-shadow: -35px 20px rgba(255, 255, 255, 0.4);
}
.eyes1 {
  width: 100px;
  height: 100px;
  background-color: white;
  border: 5px solid black;
  border-radius: 100% 0%;
  transform: rotate(45deg);
  margin-left: 50%;
  margin-top: -16%;
}

.eye-ball1 {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 3px solid black;
  background-color: rgb(72, 73, 74);
  margin-top: 25px;
  margin-left: 30px;
}
.iris1 {
  background-color: black;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin-top: 11px;
  margin-left: 11px;
}

.iris1::after {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  width: 15px;
  height: 15px;
  top: 35%;
  left: 60%;
  box-shadow: -35px 20px rgba(255, 255, 255, 0.4);
}
.eyelid-1- {
   border-top: 4px solid white;
  border-left: 4px solid white;
  border-radius: 100% 0%;
  width: 100px;
  height: 100px;
  transform: rotate(45deg);
  margin-top: -20%;
  margin-left: 50%;
}

.eyes:hover .eyeLid {
  transform: rotate(-45deg) rotateX(160deg);
}

.eyes:hover .lid {
  transform: translateY(90px);
}


@keyframes close {
}
@media (min-width: 1440px) {
  body {
  }
  .eyes {
  }
}
