.nav {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.nav a {
  outline: none !important;
  text-decoration: none !important;
  border: 0px !important;
}
.nav .fa-regular {
  color: black;
}
.base {
  height: 65px;
  width: 65px;
  background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
  border-radius: 50%;
  margin: 0 10px;
  box-shadow: 0 3px 35px 0 #4facfe;
  z-index: 2;
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Hover Fx1 */
@-webkit-keyframes act {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes act {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}@-webkit-keyframes act {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes act {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.act {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}
.act:hover, .act:focus, .act:active {
  -webkit-animation-name: act;
  animation-name: act;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.act {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}
.act:hover, .act:focus, .act:active {
  -webkit-animation-name: act;
  animation-name: act;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* hover Fx2 */
.hvr {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr:hover, .hvr:focus, .hvr:active {
  -webkit-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
}
/* over */

.base:hover {
  cursor: auto;
}

.hidden-childs {
  height: 65px;
  width: 65px;
  overflow: hidden;
  margin: 0 10px;
  background-color: #1b1a25;
  border-radius: 50%;
  height: 0px;
  width: 0px;
  margin: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  color: black;
  transition: all 300ms ease-in-out;
}

.base-wrapper {
  height: 80px;
  min-width: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms ease-in-out;
  position: fixed;
  bottom: 40px;
  left: 40px;
  z-index: 999;
}


.base-wrapper:hover {
  cursor: pointer;
  border-radius: 500px;
  width: auto;
}

.base-wrapper:hover .hidden-childs {
  height: 65px;
  width: 65px;
  margin: 0 10px;
}

.hc-1 {
  box-shadow: 0 3px 35px 0 #f6d36588;
  transition-delay: 50ms;
  background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
}

.hc-2 {
  box-shadow: 0 3px 35px 0 #ff6c6c88;
  transition-delay: 100ms;
  background-image: linear-gradient(to top, #ff0844 0%, #ffb199 100%);
}

.hc-3 {
  box-shadow: 0 3px 35px 0 #9795f088;
  transition-delay: 150ms;
  background-image: linear-gradient(-225deg, #FFBAC3 0%, #C5C1FF 56%, #9795f0 100%);; 
}

.hc-4 {
  box-shadow: 0 3px 35px 0 #0fd85088;
  transition-delay: 200ms;
  background-image: linear-gradient(to top, #0fd850 0%, #f9f047 100%);
}

.base-wrapper:hover .hc-1 {
  transition-delay: 50ms;
}

.base-wrapper:hover .hc-2 {
  transition-delay: 100ms;
}

.base-wrapper:hover .hc-3 {
  transition-delay: 150ms;
}

.base-wrapper:hover .hc-4 {
  transition-delay: 200ms;
}

/* media queries */

@media screen and (max-width: 500px) {
 .base-wrapper {
   left: 10px;
   bottom: 10px;
 }

 .base-wrapper:hover .hidden-childs {
   height: 45px;
   width: 45px;
   margin: 0 10px;
   font-size: 20px;
 }

 .base {
   height: 45px;
   width: 45px;
   margin: 0 10px;
   font-size: 20px;
 }

 .heading {
   font-size: 40px;
 }

 .sub-heading {
   font-size: 18px;
   padding-bottom: 4px;
 }

 .tgr {
   pointer-events:none;
 }
}