*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*Cursor Start*/
[class^="cursor"]{
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    z-index: 9999;
    pointer-events: none;
}
.cursor-outer{
    z-index: 11111111;
    width: 50px;
    height: 50px;
    border: 1px solid rgb(255, 196, 1);
    transition: all .08s ease-out;
}
.cursor-inner{
    z-index: 11111111;
    width: 7px;
    height: 7px;
    background: rgb(255, 183, 1);
}
#ccc:hover ~ .cursor-outer{
    width: 90px;
    height: 90px;
    background: rgb(1, 162, 255);
    mix-blend-mode: difference;
}
#ccc:hover ~ .cursor-inner{
    opacity: 0;
}

.bn632-hover {
    width: 160px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 20px;
    height: 55px;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
  
  .bn632-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
  
  .bn632-hover:focus {
    outline: none;
  }
  
  .bn632-hover.bn26 {
    background-image: linear-gradient(
      to right,
      #25aae1,
      #4481eb,
      #04befe,
      #3f86ed
    );
    box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
  }
  .flexx{
display: flex;

  }