@import url(https://pro.fontawesome.com/releases/v5.12.0/css/all.css);

:root {
}

:root,
body,
body:after,
html {
  font: 400 16px/150% 'Avenir Next', Avenir, 'Segoe UI', Roboto, Futura, 'Century Gothic', AppleGothic, 'Helvetica Neue',
    Helvetica, Arial, sans-serif;
  height: 100%;
  width: 100%;
}

body {
  text-align: center;
  margin: auto;
  display: flex;
  background: #789;
  color: #345;
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  }
  to {
    box-shadow: 0 0 0 35px transparent;
  }
}

.goop {
  font: 400 16px/150% 'Avenir Next', Avenir, 'Segoe UI', Roboto, Futura, 'Century Gothic', AppleGothic, 'Helvetica Neue',
    Helvetica, Arial, sans-serif;
}

.goop {
  z-index: 1;
  position: fixed;
  top: 100%;
  right: 0;
  bottom: 0;
  transform: rotateX(0deg);
  perspective: 0;
}

.goopy {
  filter: url(#goo);
  position: absolute;
  right: 1em;
  bottom: 1em;
  width: 100%;
  height: 100%;
}

.close,
.icon,
.icon:after,
.icon:before,
.info,
.social,
.social > a,
.text {
  transition: all ease-in-out 0.5s 0s;
}

.close,
.info {
  margin: auto;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  right: 0;
}

.info {
  z-index: 1;
}

.close {
  max-width: initial;
}

.goop .text {
  display: inline-block;
  margin: 1em;
  border-radius: 0.5em;
  flex: 1 1 0;
  text-align: left;
}

.close,
.is-closed > .close:after,
.is-closed > .close:before {
  height: 3em;
  width: 3em;
  border-radius: 50%;
  z-index: 2;
  display: inline-block;
}

.is-closed > .close:hover {
  animation: shadow-pulse 1s infinite;
  transform: rotateX(0deg);
  perspective: 0;
  overflow: visible;
}

.close:after {
  transition-delay: 0.22s;
}

.close:before {
  transition-delay: 0.44s;
}

.close {
  background: #04004a;
  color: #fff;
}

.icon,
.icon:after,
.icon:before {
  display: inline-block;
  margin: auto;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}

.icon {
  position: relative;
  height: 100%;
}

.icon:after,
.icon:before {
  position: absolute;
  left: 0;
}

.icon:before {
  content: '\f00d';
}

.icon:after {
  content: '\f102';
}

.is-closed .icon:after,
.is-open .icon:before {
  height: 100%;
  top: 30%;
  opacity: 1;
}

.is-closed .icon:before,
.is-open .icon:after {
  height: 0%;
  top: 50%;
  opacity: 0;
  z-index: -1;
}

.title {
  margin: auto;
}

.info {
  border-radius: 1em;
  width: auto;
  height: auto;
  max-width: 30em;
  max-height: 10em;
  background-image: linear-gradient(-12deg, #020024 0, #090979 35%, rgba(9, 9, 121, 0) 100%);
}

.is-open > .info {
  background-color: #00d4ff;
  clip-path: circle(100% at 50% 50%);
  right: 2em;
  bottom: 1em;
}

.is-closed > .info {
  border-radius: 1.5em;
  background-color: #000;
  clip-path: circle(40% at 60% 60%);
  right: 0.5em;
  bottom: 0.5em;
  max-width: 3em;
  max-height: 3em;
}

.is-open .social > a,
.is-open > .info {
  color: #fff;
}

.is-closed .social > a,
.is-closed > .info {
  color: transparent;
}

.social,
.social > a {
  margin: auto;
  padding: 0;
}

.social {
  align-content: space-between;
  display: flex;
  width: 100%;
  justify-items: stretch;
  align-items: stretch;
  text-align: center;
}

.social > a {
  font-size: 1.25em;
  display: inline-block;
  flex: 1 1 0;
}
