.controls{
    opacity: 0;
    height: 0 !important;
}

#blob {
  position: relative;
}
#blob canvas {
  width: 100vw;
  margin-top: -7%;
}
@media (max-width: 1200px) {
  #blob canvas {
    margin-top: -10%;
    width: 800px;
  }
}
@media (max-width: 600px) {
  #blob canvas {
    width: 800px;
  }
}

.controls {
  background: #3F4656;
  display: flex;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  z-index: 3;
  box-shadow: 0 4px 20px -1px rgba(18, 22, 33, 0.7);
}
@media (max-width: 1200px) {
  .controls {
    margin-top: -4%;
  }
}
@media (max-width: 600px) {
  .controls {
    flex-direction: column;
  }
}
.controls label {
  color: #CDD9ED;
  font-weight: 500;
  font-size: 14px;
  display: block;
  margin-bottom: 16px;
}
@media (max-width: 600px) {
  .controls label {
    margin-bottom: 12px;
  }
}
.controls [type=range] {
  width: 160px;
}
@media (max-width: 600px) {
  .controls [type=range] {
    width: 280px;
  }
}
.controls > div:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 600px) {
  .controls > div:not(:last-child) {
    margin: 0 0 24px 0;
  }
}

.rangeSlider {
  position: relative;
  background: none;
  border: 1px solid #fff;
  border-radius: 6px;
  cursor: pointer;
}
.rangeSlider.rangeSlider__horizontal {
  height: 10px;
  width: 160px;
}
.rangeSlider .rangeSlider__fill {
  border-radius: 7px;
  background: #fff;
  position: absolute;
}
.rangeSlider .rangeSlider__fill:before {
  content: "";
  left: -2px;
  top: -2px;
  bottom: -2px;
  right: -2px;
  border: 2px solid #3F4656;
  border-radius: 6px;
  position: absolute;
}
.rangeSlider .rangeSlider__fill__horizontal {
  height: 100%;
  top: 0;
  left: 0;
}
.rangeSlider .rangeSlider__handle {
  border: 2px solid #3F4656;
  cursor: grab;
  cursor: -webkit-grab;
  display: inline-block;
  width: 22px;
  height: 22px;
  position: absolute;
  background: white;
  border-radius: 50%;
}
.rangeSlider .rangeSlider__handle__horizontal {
  top: -7px;
}

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: inherit;
}
*:before, *:after {
  box-sizing: inherit;
}

html,
body {
  overflow: hidden;
}

body {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Source Sans Pro", Arial;
}
body .dribbble {
  position: fixed;
  display: block;
  right: 20px;
  bottom: 20px;
}
body .dribbble img {
  display: block;
  height: 28px;
}


img{
    position: absolute;
    height: 65vh;
    top: 35%;
    left: 48%;
    transform: translate(-50%,-50%) rotate(-10deg);
    animation: img 5s infinite ease-in-out;
}


@keyframes img {
    0%   {top: 35%;}
    50%   {top: 39%;}
    80%   {top: 33%;}
    90%   {top: 36%;}
    100%   {top: 35%;}
}


.heart-wrap{
    width: 48vh;
    height: 48vh;
    border-radius: 100%;
    border: 1px solid #b4b6ca;
    position: absolute;
    animation: border 25s infinite ease-in-out;
}


@keyframes border {
    0%   {
        border-top-left-radius: 100%;
        border-top-right-radius: 100%;
        border-bottom-right-radius: 100%;
        border-bottom-left-radius: 100%;
        transform: scale(1) rotate(0deg);
    }
    10%   {
        border-top-left-radius: 100%;
        border-bottom-right-radius: 100%;
        border-top-right-radius: 100%;        
        border-bottom-left-radius: 100%;
        transform: scale(1) rotate(0deg);
    }
    15%   {
        border-top-left-radius: 800px;
        border-bottom-right-radius: 1200px;
        border-top-right-radius: 100%;        
        border-bottom-left-radius: 100%;
        transform: scale(0.8) rotate(80deg);
    }
    25%   {
        border-top-left-radius: 800px;
        border-bottom-right-radius: 1200px;
        border-top-right-radius: 100%;        
        border-bottom-left-radius: 100%;
        transform: scale(0.8) rotate(80deg);
    }
    30%   {
            border-top-left-radius: 100%;
            border-top-right-radius: 1200px;
            border-bottom-right-radius: 100%;
            border-bottom-left-radius: 900px;
            transform: scale(1.2) rotate(170deg);
    }
    40%{
        border-top-left-radius: 100%;
        border-top-right-radius: 1200px;
        border-bottom-right-radius: 100%;
        border-bottom-left-radius: 900px;
        transform: scale(1.2) rotate(170deg);
    }
    45%{
        border-top-left-radius: 400px;
        border-top-right-radius: 200px;
        border-bottom-right-radius: 449px;
        border-bottom-left-radius: 300px;
        transform: scale(1.1) rotate(90deg);
    }
    55%{
        border-top-left-radius: 400px;
        border-top-right-radius: 200px;
        border-bottom-right-radius: 449px;
        border-bottom-left-radius: 300px;
        transform: scale(1.1) rotate(90deg);
    }
    60%{
        border-top-left-radius: 100%;
        border-top-right-radius: 1200px;
        border-bottom-right-radius: 100%;
        border-bottom-left-radius: 900px;
        transform: scale(0.8) rotate(80deg);
    }
    70%{
        border-top-left-radius: 100%;
        border-top-right-radius: 1200px;
        border-bottom-right-radius: 100%;
        border-bottom-left-radius: 900px;
        transform: scale(0.8) rotate(80deg);
    }
  
    75%{
         border-top-left-radius: 800px;
        border-bottom-right-radius: 1200px;
        border-top-right-radius: 100%;        
        border-bottom-left-radius: 100%;
        transform: scale(1.3) rotate(288deg);
    }
    85%{
         border-top-left-radius: 800px;
        border-bottom-right-radius: 1200px;
        border-top-right-radius: 100%;        
        border-bottom-left-radius: 100%;
        transform: scale(1.3) rotate(288deg);
    }
    94%{
        border-top-left-radius: 100%;
        border-top-right-radius: 100%;
        border-bottom-right-radius: 100%;
        border-bottom-left-radius: 100%;
        transform: scale(1) rotate(0deg);
    }
   
  
}
