
body{
    background-color: #b4b9f1;
    width:auto;
    height: auto;
    position: relative;
    margin: auto;
    padding: auto;
  
  }
  
  input[type="checkbox"]{
    appearance: none;
     
      position: absolute;
      display: inline-block;
      height: 150px;
      width: 150px;
      background-color: #303a7caa;
      border-radius: 50%;
      cursor: pointer;
      z-index: 1;
      left: 200px;
      top: 90px;
  
  }
  input[type="checkbox"]::before{
  
    position: absolute;
    content: "";
    height: 70px;
    width: 25px;
    background-color:rgba(180, 185, 241, 0.5);
    bottom: 10px;
    margin: auto;
    left: 0px;
    right: 0;
    animation: alternate 3s dest;
  
    
  }
   .to{
    position: absolute;
    height: 80px;
    width: 80px;
    background-color: #08475e;
    border-radius: 0 0 20px 20px;
    
    left: 240px;
   top: 232px;
    background: linear-gradient(black 50%, #08708f 50%);
  z-index: 2;
    cursor: pointer;
   }
   .to::before{
    position: absolute;
    height: 20px;
    width: 20px;
   
    border-radius: 50%;
    z-index: 1;
    left: 14px;
   top: -118px;
   border: 15px solid  rgba(180, 185, 241, 0.5);
  
  content: "";
  
    
   }
  
  
  
   .to::after{
    content: "";
    position: relative;
    width: 200px;
    height: 200px;
    background-color: #7e8f94;
    right: 300px;
    border-radius: 33px blue;
    border: 222px;
  
   }
  
  
   input[type="checkbox"]:checked {
    background-color: #ffd845;
    box-shadow: 0 0 40px 20px #ffd845;
    position: absolute;
  }
  input[type="checkbox"]:checked:before {
    background-color:  rgba(180, 185, 241, 0.5);
    box-shadow: 0 0px 9px 0  rgba(180, 185, 241, 0.5);
    border: 0  40px 0 0;
    
  
  }
  
  .pot{
  background: inear-gradient(black 50%, #08708f 50%);
  width: 30px;
  height: 30px;
  position: relative;
  background-color: #18343d;
  top: 295px;
  left: 265px;
  border-radius: 45%;
  z-index: 0;
  }
  
  
  
  
  @keyframes dest{
  0%{ top: -200px;}
  25%{transform: matrix(3);}
  100%{top: 0;}
  
  }
  
  
  .pott{
   
    background-color: #03080a;
    width: 75px;
      height: 150px;
      border-radius: 0px 90px 90px 0px;
     
    position: absolute;
    left: 13px;
    top: -202px;;
  
  
  
  }
  
  
  