body {
  background-color: #FDFBF8;
  overflow: hidden;
  position: relative;
}

.section_01 {
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_01_bg {
  width: 100vw;
  height: 100vh;
  filter: blur(6vw);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.body {
  background-color: #f1f1f1;
  font-family: Cormorant Garamond, sans-serif;
}

.div-logo {
  flex-direction: column;
  display: flex;
}

.image {
  width: 40vw;
}

.button_div {
  height: 20vh;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button_cs {
  justify-content: center;
  display: flex;
  position: relative;
}

.button {
  background-color: #a16ec1;
  border-radius: 20px;
  padding: 12px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  box-shadow: 0 4px 9px 2px rgba(0, 0, 0, .2);
}

/* CIRCLE LINES */

.outlinecircles_bg {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Ouline-Circles_BG.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 110vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}


.sun {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
}


/* /// PLANETS BASE /// */

.planet {
  position: absolute;
  width: 46vw;
  height: 46vw;
  border-radius: 50%;
  filter: blur(30px);
  transition: width 90s linear, height 90s linear;
}

.planet:hover {
  width: 56vw;
  height: 56vw;
  filter: blur(30px);
}

.planet-partner {
  position: absolute;
  width: 39vw;
  height: 39vw;
  border-radius: 50%;
  filter: blur(30px);
}


/* /// PLANET STRUCTURE /// */

.planet1 {
  top: -15%;
  bottom: auto;
  left: 5%;
  right: auto;
  z-index: 4;
  background-color: #A16EC1;
  animation: animatePlanet1 60s linear infinite;
}


.planet-partner1 {
  top: 20%;
  left: 30%;
  z-index: 1;
  background-color: #A16EC1;
  animation: animatePlanetPartner1 60s linear infinite;
}

.planet2 {
  top: 39%;
  right: 20%;
  z-index: 3;
  background-color: #3F7C58;
  animation: animatePlanet2 60s linear infinite;
}

.planet-partner2 {
  top: 37%;
  right: 35%;
  z-index: 1;
  background-color: #3F7C58;
  animation: animatePlanetPartner2 60s linear infinite;
}

.planet3 {
  bottom: -10%;
  right: 40%;
  z-index: 1;
  background-color: #71B3FF;
  animation: animatePlanet3 80s linear infinite;
}

.planet-partner3 {
  bottom: 20%;
  right: 50%;
  z-index: 4;
  background-color: #71B3FF;
  animation: animatePlanetPartner3 80s linear infinite;
}

.planet4 {
  bottom: 30%;
  left: 15%;
  z-index: 3;
  background-color: #FC9A40;
  animation: animatePlanet4 90s linear infinite;
}

.planet-partner4 {
  bottom: 35%;
  left: 5%;
  z-index: 1;
  background-color: #FC9A40;
  animation: animatePlanetPartner4 90s linear infinite;
}


blur-overlay {
  position: absolute;
  top: 100%;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: #FDFBF8;
  z-index: 3;
}

.outlinecircles_bg {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Ouline-Circles_BG.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 110vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

/* SOCIAL CONTACT */

.social_contact {
  height: 64px;
  opacity: 1;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.linkedin_icon {
  width: 100%;
  height: auto;
}

.instagram_icon {
  width: 100%;
}

.image-2 {
  background-image: url('../images/linkedin.svg');
  background-position: 0 0;
  background-size: cover;
}

.div-block {
  -webkit-text-stroke-color: #a16ec1;
  background-image: url('../images/linkedin.svg');
  background-position: 0 0;
  background-size: auto;
}

.embed_instagram {
  width: 48px;
  opacity: .48;
  color: #a16ec1;
  mix-blend-mode: normal;
  margin-right: 12px;
}

.embed_instagram:hover {
  opacity: 1;
  mix-blend-mode: normal;
}

.embed_linkedin {
  width: 48px;
  opacity: .48;
  color: #a16ec1;
  mix-blend-mode: normal;
  margin-left: 12px;
}

.embed_linkedin:hover {
  opacity: 1;
  mix-blend-mode: normal;
}

.text-block {
  color: #a16ec1;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 3vh;
}

@media screen and (max-width: 767px) {
  .image {
    width: 70vw;
  }

  .outlinecircles_bg {
    background-size: 170vw;
  }

  .embed_instagram, .embed_linkedin {
    width: 32px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    letter-spacing: .5px;
    padding: 8px 16px;
    font-size: 14px;
  }

  .sun {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
  }

  .planet1 {
    width: 40vh;
    height: 40vh;
  }

  .planet4 {
    width: 40vh;
    height: 40vh;
    bottom: 0%;
    right: -30%;
  }

  .planet2 {
    width: 40vh;
    height: 40vh;
    top: 10%;
  }

  .planet3 {
    width: 40vh;
    height: 40vh;
    bottom: -12%;
  }

  .planet-partner2 {
    top: 20%;
  }

  .social_contact {
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block {
    text-align: left;
    line-height: 3vh;
  }
}


@keyframes animateRotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

@keyframes animatePlanet1 {
  0% {
    transform: rotate(0deg) translate(-50vw) rotate(0deg);
  }
  25% {
    transform: rotate(-90deg) translate(-50vw) rotate(90deg);
  }
  50% {
    transform: rotate(-180deg) translate(-50vw) rotate(180deg);
  }
  75% {
    transform: rotate(-270deg) translate(-50vw) rotate(270deg);
  }
  100% {
    transform: rotate(-360deg) translate(-50vw) rotate(360deg);
  }
}

@keyframes animatePlanetPartner1 {
  0% {
    transform: rotate(0deg) translate(-44vw) rotate(0deg);
  }
  25% {
    transform: rotate(-90deg) translate(-44vw) rotate(90deg);
  }
  50% {
    transform: rotate(-180deg) translate(-44vw) rotate(180deg);
  }
  75% {
    transform: rotate(-270deg) translate(-44vw) rotate(270deg);
  }
  100% {
    transform: rotate(-360deg) translate(-44vw) rotate(360deg);
  }
}

@keyframes animatePlanet2 {
  0% {
    transform: rotate(0deg) translate(50vw) rotate(0deg);
  }
  25% {
    transform: rotate(90deg) translate(50vw) rotate(-90deg);
  }
  50% {
    transform: rotate(180deg) translate(50vw) rotate(-180deg);
  }
  75% {
    transform: rotate(270deg) translate(50vw) rotate(-270deg);
  }
  100% {
    transform: rotate(360deg) translate(50vw) rotate(-360deg);
  }
}

@keyframes animatePlanetPartner2 {
  0% {
    transform: rotate(0deg) translate(30vw) rotate(0deg);
  }
  25% {
    transform: rotate(90deg) translate(30vw) rotate(-90deg);
  }
  50% {
    transform: rotate(180deg) translate(30vw) rotate(-180deg);
  }
  75% {
    transform: rotate(270deg) translate(30vw) rotate(-270deg);
  }
  100% {
    transform: rotate(360deg) translate(30vw) rotate(-360deg);
  }
}

@keyframes animatePlanet3 {
  0% {
    transform: rotate(0deg) translate(-30vw) rotate(0deg);
  }
  25% {
    transform: rotate(-90deg) translate(-30vw) rotate(90deg);
  }
  50% {
    transform: rotate(-180deg) translate(-30vw) rotate(180deg);
  }
  75% {
    transform: rotate(-270deg) translate(-30vw) rotate(270deg);
  }
  100% {
    transform: rotate(-360deg) translate(-30vw) rotate(360deg);
  }
}

@keyframes animatePlanetPartner3 {
  0% {
    transform: rotate(0deg) translate(-30vw) rotate(0deg);
  }
  25% {
    transform: rotate(-90deg) translate(-30vw) rotate(90deg);
  }
  50% {
    transform: rotate(-180deg) translate(-30vw) rotate(180deg);
  }
  75% {
    transform: rotate(-270deg) translate(-30vw) rotate(270deg);
  }
  100% {
    transform: rotate(-360deg) translate(-30vw) rotate(360deg);
  }
}

@keyframes animatePlanet4 {
  0% {
    transform: rotate(0deg) translate(35vw) rotate(0deg);
  }
  25% {
    transform: rotate(90deg) translate(35vw) rotate(-90deg);
  }
  50% {
    transform: rotate(180deg) translate(35vw) rotate(-180deg);
  }
  75% {
    transform: rotate(270deg) translate(35vw) rotate(-270deg);
  }
  100% {
    transform: rotate(360deg) translate(35vw) rotate(-360deg);
  }
}

@keyframes animatePlanetPartner4 {
  0% {
    transform: rotate(0deg) translate(40vw) rotate(0deg);
  }
  25% {
    transform: rotate(90deg) translate(40vw) rotate(-90deg);
  }
  50% {
    transform: rotate(180deg) translate(40vw) rotate(-180deg);
  }
  75% {
    transform: rotate(270deg) translate(40vw) rotate(-270deg);
  }
  100% {
    transform: rotate(360deg) translate(40vw) rotate(-360deg);
  }
}

