

.star-big-container {
  background-image: linear-gradient(-181deg, #fdf8e8 29%, #ffa90b 100%);
}

.star-container {
  position: relative;
  margin: 0 auto;
  width: 260px; 
}

.fixstar-container {
  position: absolute;
  width: 100%;
  left:0;
  right: 0;
  height: 286px;
  margin-top: 0px;
  overflow:hidden;
}

.fixstar-container::before {
    content: "C-Vision";
    display: inline-block;
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    right: 390px;
    font-size: 140px;
    margin: 0px auto;
    top: 12%;
    opacity: 0.3;
}

.fixstar-container::after {
  content: "Design";
  display: inline-block;
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  left: 370px;
  font-size: 140px;
  margin: 0 auto;
  top: 15%;
  opacity: 0.3;
}


@media screen and (max-width:640px){
  .fixstar-container::before {
content: "";
right: 0px;

  }
  .fixstar-container::after {
content: "";
  left: 0px;

  }
}


.pink-planet {
  position: relative;
  z-index: 2;
  width: 268px;
  height: 268px;
  border-radius: 100%;
  background: #ffd687;
  box-shadow: 0 2px 17px 7px rgba(242, 186, 198, 0.26);
}

.pink-shadow {
  z-index: 3;
  position: absolute;
  border-radius: 100%;
  box-shadow: inset -40px -40px 0px #fff6d6;
  width: 268px;
  height: 268px;
}

.blue-planet {
  top: 0;
  right: -100px;
  width: 68px;
  height: 68px;
  position: absolute;
  border-radius: 100%;
  background: #fecb6a;
  box-shadow: 0 2px 17px 7px rgba(255, 255, 255, 0.42);
}

@media screen and (max-width:640px){ 
 .blue-planet { 
    right: -37px;
    width: 55px;
    height: 57px;
    overflow-x: hidden;
  }
} 

.blue-planet:before {
  content: '';
  background: #efefef;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 10px 15px;

}

.blue-shadow {
  z-index: 10000;
  top: 0;
  right: -109px;
  width: 68px;
  height: 68px;
  position: absolute;
  border-radius: 100%;
  box-shadow: inset -10px -10px 0px #fdf7ed;
}

@media screen and (max-width:640px){ 
 .blue-shadow { 
    right: -43px;
    width: 55px;
    height: 57px;
    overflow-x: hidden;
  }
} 

.white-gradient {
  top: 50%;
  left: -20%;
  width: 140vw;
  height: 62.5vh;
  border-radius: 100%;
  opacity: 0.18;
  position: fixed;
  box-shadow: inset 0 1px 100px 100px rgba(255, 255, 255, 0.5);
}

.orbit {
  top: -55px;
  right: -33.3%;
  width: 145%;
  height: 140%;
  position: absolute;
  border-radius: 100%;
  opacity: 0.3;
  border: 3px solid #FFFFFF;
}

@media screen and (max-width:640px){ 
 .orbit { 
    top: -65px;
    right: 0%;
    left: -40%;
    width: 399px;
    height: 399px;
  }
} 





.circle {
  z-index: 10000;
  background: #ffeecf;
  opacity: 0.5;
  position: absolute;
  border-radius: 100%;
}

#circle-1 {
  width: 76px;
  height: 76px;
  margin-top: 160px;
  margin-left: 45px;
}

#circle-2 {
  width: 50px;
  height: 50px;
  margin-top: 65px;
  margin-left: 130px;
  opacity: 0.6 !important;
}

#circle-3 {
  width: 12px;
  height: 12px;
  margin-top: 60px;
  margin-left: 200px;
  opacity: 1.0 !important;
}

#circle-4 {
  width: 24px;
  height: 24px;
  margin-top: 40px;
  margin-left: 90px;
  opacity: 1.0 !important;
}

#circle-5 {
  width: 12px;
  height: 12px;
  margin-top: 70px;
  margin-left: 45px;
  opacity: 1.0 !important;
}

#circle-6 {
  width: 24px;
  height: 24px;
  margin-top: 155px;
  margin-left: 190px;
  opacity: 0.46 !important;
}

#circle-7 {
  width: 24px;
  height: 24px;
  margin-top: 220px;
  margin-left: 150px;
  opacity: 0.3 !important;
}

.star-1 {
  z-index: 20000;
  width: 6px;
  height: 6px;
  position: absolute;
  margin-top: -190px;
  margin-left: -90px;
}

.star-2 {
  z-index: 20000;
  width: 6px;
  height: 6px;
  position: absolute;
  margin-top: -90px;
  margin-left: 36vw;
}

.star-1 {
  animation: glitter 4.5s linear 0s infinite normal;
  -webkit-animation: glitter 4.5s linear 0s infinite normal;
  -moz-animation: glitter 4.5s linear 0s infinite normal;
  -ms-animation: glitter 4.5s linear 0s infinite normal;
  -o-animation: glitter 4.5s linear 0s infinite normal;
}

.star-2 {
  animation: glitter 7s linear 0s infinite normal;
  -webkit-animation: glitter 7s linear 0s infinite normal;
  -moz-animation: glitter 7s linear 0s infinite normal;
  -ms-animation: glitter 7s linear 0s infinite normal;
  -o-animation: glitter 7s linear 0s infinite normal;
}

.star-1:before,
.star-1:after, .star-2:before,
.star-2:after {
  content: "";
  position: absolute;
  background-color: white;
  display: block;
  left: 0;
  width: 141.4213%;
  /* 100% * √2 */
  top: 0;
  bottom: 0;
  border-radius: 5%;
  transform: rotate(66.66deg) skewX(45deg);
}

/* the same but +90deg to rotate */
.star-1:after, .star-2:after {
  transform: rotate(156.66deg) skew(45deg);
}

@-webkit-keyframes glitter {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes glitter {
  0% {
    -moz-transform: scale(1);
    opacity: 1;
  }
  25% {
    -moz-transform: scale(0.5);
    opacity: 0;
  }
  50% {
    -moz-transform: scale(1);
    opacity: 1;
  }
  75% {
    -moz-transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}

.small-stars {
  width: 60vw;
  height: 13vh;
  display: inline-block;
  transform: translate(50%, -60%);
}

.small-star {
  z-index: 10000;
  background: white;
  opacity: 0.5;
  position: fixed;
  border-radius: 100%;
  width: 8px;
  height: 8px;
}

#small-star-1 {
  margin-top: 50px;
  margin-left: 100px;
}

#small-star-2 {
  margin-top: 45px;
  margin-left: 50vw;
}

#small-star-3 {
  margin-top: 350px;
  margin-left: 90px;
}

#small-star-4 {
  margin-top: 420px;
  margin-left: 0;
}

#small-star-5 {
  margin-top: 440px;
  margin-left: 50vw;
}

#small-star-6 {
  margin-top: 350px;
  margin-left: 61.5vw;
}



.falling-star {
    z-index: 2000;
    width: 190px;
    height: 2px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, white 33%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    border-radius: 50%;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: falling;
    animation-name: falling;
    -webkit-animation-timing-function: cubic-bezier(0.33, 0.19, 0.26, 1.3);
    animation-timing-function: cubic-bezier(0.33, 0.19, 0.26, 1.3);
    top: -70px;
    -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
    transform: rotate(-45deg) translate3d(0, 0, 0);
    will-change: transform, width, opacity;
}

.falling-star:nth-of-type(1) {
    right: 40px;
    -webkit-animation-delay: 3.2s;
    animation-delay: 3.2s;
}
.falling-star:nth-of-type(2) {
  right: 200px;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
 -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.falling-star:nth-of-type(3) {
  right: -180px;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

@-webkit-keyframes falling {
  60%,
  100% {
    -webkit-transform: rotate(-40deg) translate3d(-560px, 0, 0);
            transform: rotate(-40deg) translate3d(-560px, 0, 0);
    opacity: 0.5;
    width: 0;
  }
}

@keyframes falling {
  60%,
  100% {
    -webkit-transform: rotate(-40deg) translate3d(-560px, 0, 0);
            transform: rotate(-40deg) translate3d(-560px, 0, 0);
    opacity: 0.5;
    width: 0;
  }
}