@font-face {
  /*font-family: 'NotoSansHans-Black';
  src: url('../font/NotoSansHans-Black.otf');*/

  /*font-family: 'SoukouMincho';
  src: url('../font/SoukouMincho.ttf');*/

  font-family: 'youshehaoshenti';
  src: url('../font/youshehaoshenti.ttf'); 
  
  font-family: 'PixelOperator';
  src: url('../font/PixelOperator.ttf'); 
}

html {
   /*text-rendering: initial;
  -webit-font-smoothing:  auto;
  -moz-osx-font-smoothing:auto; */
  font-size: 16px;
  min-height: 100%;
  position: relative;
  background-color: #f5f5f5;
  /* background-color: #0fc1e7; */
  /* background-color: #212223;
  background-color: #000000; */
  background-image: url('../images/background/grid_3.svg');
  background-repeat: repeat;
  background-size: 120px auto;
}

body {
  font-family: 'PixelOperator','youshehaoshenti';
  /* position: relative; */
  /* line-height: 0; */
  /* color: #dddddd; */
  /* background-color: #111; */
  min-height: 100%;
  
  /* max-width:1200px;
  margin-right: auto;
  margin-left: auto; */
}

.text-logo {
  opacity: 0.9;
  width: 100%;
  width: 18em;
}

.mini-logo {
  display: none;
}

.social-icon {
  height: 20px;
}

.menu-social {
  padding: 0 2rem;
}

.menu-social .navbar-item {
  padding: 0 0.5rem;
}

.top-gap {
  padding-top: 60px;
}

.description-section {
  padding: 0rem 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.works-section {
  /* padding-top: 1.5rem; */
  padding-top: 0rem;
  padding-bottom: 5rem;
}

.workflow-section {
  padding-bottom: 10rem;
}

.workflow-section .tile.is-child {
  padding: 60px;
  background-color: #979797;
}

.home {
  padding-top: 1.5rem;
}

.shop {
  padding-top: 1.5rem;
}

.shop .price-tag {
  background-color: #323335;
}

.labs-section .price-tag {
  min-height: 70px;
}

.shop .price-left {

}

.shop .price-left .title {
  font-size: 1rem !important;
}

.shop .price-right {
}

.shop .price-right .title {
  font-size: 2rem !important;
  color: #ffffff !important;
  text-align: right;
}

.badge[data-badge]::after {
  background: #98ff00;
  border-radius: 0px;
  box-shadow: none;
}

.badge.is-badge-large:not([data-badge=""])::after {
  font-size: 2rem;
  line-height: 3rem;
}

.badge.is-badge-large[data-badge]::after {
  top: 0;
  left: 0;
}

.footer {
  padding: 1.2rem 0;
  background-color: transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 15px;
  color: #aaaaaa;
}

a {
  font-family: 'PixelOperator','youshehaoshenti';
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease;
}

.link-text {
  color: #FF9200;
}

.link-text:hover {
  color: #ffff00;
}

nav {
  box-shadow: none !important;
}

.navbar {
  position: inherit;
  background: #1b1b1c;
  background: #000000;
  height: 60px;
  z-index: 9999999 !important;
}

.navbar .navbar-item img {
  max-height: 3rem;
}

.navbar .navbar-icon {
  height: 1.5rem;
  margin-right: 5px;
}

.navbar-item {
  padding: 0 1.5rem;
}

.navbar-item, .navbar-link {
  color: #ffffff;
}



.navbar-link.is-active, .navbar-link:hover, a.navbar-item.is-active, a.navbar-item:hover,
a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover {
  background: transparent;
  color: #b7ff57;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease;
}

.navbar-brand, .navbar-tabs {
  height: 60px;
}

.navbar-brand a.navbar-item:hover,
/* .navbar-brand a.navbar-item:focus, */
.navbar-brand a.navbar-item:active,
 {
  background-color: #b7ff57 !important;
}

.button.is-warning.is-hovered, .button.is-warning:hover { 
  /*background-color: #ff9346;*/
  background-color: #b7ff57;
}

.navbar-menu {
}

.navbar-burger {
  color: #ffffff;
  height: auto;
}

.hero {
  padding-top: 60px;
}

.hero-slider {

}

.hero-body {
  padding: 2rem 1.5rem;
}

.description-section {
  margin-left: auto;
  margin-right: auto;
  max-width:1200px;
}

.section {
  margin-left: auto;
  margin-right: auto;
  max-width:1200px;
}

.section-title .title {
  letter-spacing: 3px;
  color: #eee;
}

.title {
  font-family: 'PixelOperator','youshehaoshenti';
  letter-spacing: 5px;
  font-size: 2.3em;
}

 .image-holder {
  text-align: center;
}

.image-holder img {
  width: 350px !important;
  max-width: 350px !important;
}


/* masonry style */
.animation-card {
  background-color: rgba(255,255,255,0.2);
  /* min-height: 250px; */
  line-height: 0;
  opacity: 1;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.03);
    border-radius: 40px;
    -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease;

  /*min-height: 15rem;*/

}

.artcard {
  background-color: #ffffff;
  /* min-height: 250px; */
  line-height: 0;
  opacity: 1;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.03);
    border-radius: 0px;
    -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease;
}

.artcard img {
  /* padding: 10px; */
}

.artcard .image-wrapper {
  /* min-height: 250px; */
}

.video-wrapper {
  margin-bottom: 1.5rem;
}

.artcard:hover {
  cursor: pointer;
  /* opacity: 0.9;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); */
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease;
  box-shadow: 0 0 0 10px #b7ff57;
}

.no-hover:hover {
  cursor: default;
  opacity: 1;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.03);
}

.artcard .content {
  padding: 10px;
  text-align: center;
  background-color: #000000;
}

.labs-section .artcard .content {
  background-color: #ffffff;
}

.artcard .content .title {
  font-size: 1rem;
  letter-spacing: 2px;
  line-height: normal;
  /* padding-bottom: 0.5rem; */
  color: #aaaaaa;
}

.artcard .content .subtitle {
  font-size: 0.8rem;
  letter-spacing: 1px;
  line-height: normal;
  color: #aaaaaa;
  margin-top: -0.8rem;
}

.artcard .top-content {
  padding: 20px;
  text-align: center;
}

.artcard .top-content .title {
  font-size: 1.5rem;
  letter-spacing: 1px;
  color: #aaaaaa;
}

.artcard .top-content img {
  /* width: 50px !important;
  height: auto;
  vertical-align: middle; */
}

.uiux .title {
  text-align: center;
  color: #ffffff;
}


.animation-content {
  padding: 50px 10px;
  text-align: center;
}

.animation-content .title {
  font-size: 1rem;
  letter-spacing: 2px;
  line-height: normal;
  /* padding-bottom: 0.5rem; */
  color: #ffffff;
}

.frame {
  width: 100%;
}



.mail {
  width: 64px;
  height: auto;
  fill: #ccc;
}

.artcard .card-inner-wrapper {
  padding: 20px;
}

.subtitle {
  font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.1rem;
    line-height: 2rem;
    color: #c3c3c2 !important;
}

.about .title {
  font-size: 5rem !important;
  color: #b7ff57 !important;
}

.about .subtitle {
  font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 1px;
    /* text-align: right; */
    line-height: 2.2rem;
    color: #000000 !important;
}

.message-content {
  padding: 20px;
  /*background: #323335;*/
  /* border-radius: 10px; */
  color: #2f2f2f;
}

.description-content {
  margin-bottom: .75rem;
  color: #ffffff;
}

.description-content .message-text {
  padding-left: 15px;
    box-shadow: 3px 0px 0px 0px #fafafa inset;
    padding: 30px;
    background: #101010;
    letter-spacing: 1px;
}




.description-content .message-text::before {
  content: "";
  display: none;
  /*position:absolute;*/
  /*right:-4vh;*/
  /* top:10vw; */
  /*top:16vw;*/
  width: 0;
  height: 0;
  border-top: 5vh solid transparent;
  border-bottom: 5vh solid transparent;
  border-left: 5vh solid #101010;
  margin-top:0px;
  z-index: 3;
}







}

.email-message {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.message-content .message-title {
  font-size: 1.2rem;
  letter-spacing: 1px;
  
  font-weight: 700;
  padding-bottom: 5px;
}

.message-content .message-subtitle {
  font-size: 1rem;
  letter-spacing: 1px;
  
  padding-bottom: 10px;
}

.message-content .message-text {
  font-size: 1rem;
  letter-spacing: 1px;
  
}

/* masonry style end */

.banner-text {
  position: absolute;
  top: 0;
  left: 0;
  margin: 20px;
  padding: 20px 50px;
  z-index: 99999;
  /*background-color: #f6802d;*/
  background-color: #b7ff57;


}

/*.banner-text:before {
  content: '';
    position: absolute;
    top: 0; left: 0;
    border-top: 30px solid #ffffff;
    border-right: 30px solid transparent;
    width: 0;
}*/

.banner-text .title {
  letter-spacing: 2px;
  color: #ffffff;
  font-size: 2rem;
}

.slider-section img,
.shop-slider img {
  /* height: 100%; */
  max-width: 100%;

  max-height: 100%;
    
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
  margin: auto;
}


.home-slider img {
  /* height: 100%; */
  max-width: 100%;

  /* max-height: 100%; */
    
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
  margin: auto;
}

.slider-section {
  padding: 1.5rem 0;
  margin-top: 60px;
}

.swiper-container {
    width: 100%;
    min-height: 15vh;
    max-height: 65vh;
    height: 30vw;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.03);
}

.shop .swiper-container {
    background-color: #f0eef0;
}

.slider-text-wrapper {
  max-width: 100%;
  padding: 30px;
  background-color: #323335;
  position: absolute;
  bottom: 0;
}

.shop-swiper .slider-text-wrapper {
  max-width: 35%;
  height: 100%;
  bottom: auto;
  background-color: #ddd;
}

.card-content {
  padding: 3rem;
  text-align: center;
  letter-spacing: 1px;
  /*padding-top: 25vh;*/
}

.banner-card {
    position: relative;
}

.banner-card::before {
  content: "";
  /*display: none;*/
  position:absolute;
  right:-4vh;
   top:10vw; 
  top:43%;
  width: 0;
  height: 0;
  border-top: 5vh solid transparent;
  border-bottom: 5vh solid transparent;
  border-left: 5vh solid #000000;
  margin-top:0px;
  z-index: 999;
}

.tooltip{
  /* text-align: center; */
  font-size: 15px;
  /* font-weight: bold; */
  padding: 10px;
  width: 400px;
  color: #000000;
  background-color: #b7ff57;
  position: relative;
}

.tooltip:after {
position: absolute;
content: "";
border-top: 30px solid #b7ff57;
border-bottom: 0;
border-left: 30px solid transparent;
border-right: 30px solid transparent;
bottom: -30px;
left: 50%;
margin-left: -30px;
}

.contact-message .message-content {
  text-align: center;
}

.slider-text {
  text-align: center;
  line-height: 2rem;
  color: #fff;
}

.list {
  padding-left: 30%;
  margin-bottom: 1.5rem;
}

.list .subtitle {
  display: block;
  text-align: left;
}

.slider-text h1 {
  font-size: 56px;
  font-weight: bold;
  line-height: 5rem;
}

.slider-text h2 {
  font-size: 32px;
  line-height: 2.5rem;
}

.is-fullheight {
  height: 100%;
}

.is-gray {
  background-color: #000000;
  color: #fff;
}

.is-transparent {
  background-color: transparent;
  color: #999;
}

.is-dark {
  background-color: #212223;
}

.grid-background {
  background-image: url(../images/background/grid_background.svg);

  width: 100%;
  height: auto;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.is-gradience-orange {
  background: rgb(255,80,24);
  background: linear-gradient(30deg, rgba(255,80,24,1) 0%, rgba(255,159,71,1) 100%); 
}

.is-gradience-blue {
  background: rgb(148,40,255);
  background: linear-gradient(30deg, rgba(148,40,255,1) 0%, rgba(0,204,191,1) 100%); 
}

.is-gray p, .is-dark p, .is-gradience-orange p {
  color: #fff;
}

.is-bright .title {
  color: #cccccc;
}

.is-orange {
  background-color: #b7ff57;
  border-color: transparent;
  color: #fff;
}

.is-yellow {
  background-color: #ffdb4a;
  border-color: transparent;
  color: #fff;
}

.button, .file-cta, .file-name, .input, .pagination-ellipsis, .pagination-link, .pagination-next, .pagination-previous, .select select, .textarea {
  /* border: 0px; */
}

.button {
  font-family: 'PixelOperator','youshehaoshenti';
  width: 100%;
  -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
  border-radius: 0px;
}

form .label {
  padding: 1rem 0rem .5rem 0rem;
  font-weight: 500;
}

form .button {
  width: 100%;
  -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
}

.input, .textarea {
  box-shadow: none;
}

.input.is-active, .input.is-focused, .input:active, .input:focus, .textarea.is-active, .textarea.is-focused, .textarea:active, .textarea:focus {
  border-color: #ff6600;
  box-shadow: none;
}

.loading {
  background: #ffffff url('../images/gif/loader.gif') center center no-repeat;
  background-size: 100px;
  image-rendering: auto;
}

.artcard img {
  background-color: #2e2f31;
  background-color: #d7d7db;
  width: 100%;
  height: auto;
  opacity:0;
  -webkit-transition: opacity 500ms ease-in-out 100ms;
    -moz-transition: opacity 500ms ease-in-out 100ms;
    -o-transition: opacity 500ms ease-in-out 100ms;
    transition: opacity 500ms ease-in-out 100ms;
}

.labs-section .artcard img {
  background-color: #ffffff;
}

img.b-loaded {
  opacity:1;
}

/* .swiper-slide img {
  opacity: 1;
} */

.count-section {
  padding: 1rem 1.5rem;
}

.count-section:before {
  content: '';
    position: absolute;
    top: 0; right: 0;
    border-top: 50px solid #212223;
    border-left: 50px solid transparent;
    width: 0;
}

.count-section .heading {
  color: #ffffff;
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
}

.count-subtitle {
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: #000000;
}

/*.count-section .title {
  color: #ffffff;
}*/

/* Acordeon styles */
.accordions .accordion .accordion-header {
  border-radius: 0px !important;
  background-color: #000000 !important;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 2px;
}

.accordions .accordion .accordion-header+.accordion-body {
  border-radius: 0px !important;
  background-color: #ffffff;
}

.accordions .accordion .accordion-header .toggle::before {
  top: 0.2em !important;
}

.accordions .accordion .accordion-header .toggle {
  background-color: transparent !important;
}

.accordions .accordion .accordion-header+.accordion-body {
  border: 0px solid #ffffff;
}

.accordions .accordion .accordion-header+.accordion-body .accordion-content {
  font-weight: 500;
  letter-spacing: 1px;
}

/* timeline styles */
/* .timeline .timeline-item {
  padding-bottom: 0.5em !important;
} */

.timeline .timeline-item .timeline-marker {

}

.design-process {
  background-color: #b7ff57;
  padding: 10px;
}

/* .timeline .heading {
  font-size: 1.2rem;
}


.timeline .timeline-item .timeline-marker {
  height: 1.5em;
    left: -0.7em;
    width: 1.5em;
}


.timeline.is-centered .timeline-item:nth-of-type(2n) .timeline-marker {
  right: -.8em;
} */

.navbar-burger span {
  height: 2px;
}

/* .tile .is-parent {
  padding: 3.75rem;
} */

.faq ul li {
  font-size: 0.8rem;
}

.home-slider-container {
  height:100%;
  max-height:100%;
  min-height:100%;
}

@media screen and (max-width: 1087px) {
  /* .tile .is-parent {
    padding: .75rem;
  } */

    .navbar-menu {
      background-color: #000000;
    }

    .navbar-item {
      text-align: center;
      font-size: 1.5rem;
    }

    .menu-social {
      margin-left: auto;
      margin-right: auto;
      width: 90px;
    }

    .swiper-container {
    /* min-height: 25vh; */
    height: 25vw;
  }

  .artcard .content .title {
    font-size: 0.7rem;
    font-weight: 300;
    letter-spacing: 1px;
    color: #cccccc;
  }

  .banner-text {
    display: none;
  }

  .title {
    font-size: 1.5rem;
  }

  .subtitle {
    font-size: 0.7rem;
    line-height: 1.3rem;
    font-weight: 300;
    letter-spacing: 0px;
    color: ##c3c3c2 !important;
  }

  .about .title {
    font-size: 3rem;
  }

  .about .subtitle {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0px;
    font-weight: 300;
    color: ##c3c3c2 !important;
  }

  .accordions .accordion .accordion-header {
    font-size: 1rem;
    letter-spacing: 0px;
    font-weight: 300;
  }

  .shop .price-right .title {
  text-align: center;
}

.works-section {
  /* padding-bottom: 0rem; */
}

.section {
  
}



.workflow-section .tile.is-child {
  padding: 10px;
}


.card-content {
  padding-top: 5vh;
}

.home .is-large {
  font-size: 1rem;
}


}




/*background animation*/
.home-side .card-content {
  position: inherit;
  z-index: 999999;
}




.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 5;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 160px;
    height: 160px;
    /*background: rgba(255, 255, 255, 1);*/
    animation: animate 50s linear infinite;
    bottom: -150px;
    background-image: url('../images/animation_background_elements/88_led_matrix_display.png');
     background-position: center;
     background-size: 50px auto;
     background-repeat: no-repeat;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 160px;
    height: 160px;
    animation-delay: 0s;
   /* background: rgba(0, 255, 255, 0.2);*/
   background-image: url('../images/animation_background_elements/terminal_block_unit.png');
   background-position: center;
   background-size: 50px auto;
   background-repeat: no-repeat;
}


.circles li:nth-child(2){
    left: 10%;
    width: 160px;
    height: 160px;
    animation-delay: 2s;
    animation-duration: 12s;
    background-image: url('../images/animation_background_elements/stepper_motor.png');
   background-position: center;
   background-size: 50px auto;
   background-repeat: no-repeat;
}

.circles li:nth-child(3){
    left: 70%;
    width: 160px;
    height: 160px;
    animation-delay: 4s;
    background-image: url('../images/animation_background_elements/led_rgb.png');
     background-position: center;
     background-size: 30px auto;
     background-repeat: no-repeat;
}

.circles li:nth-child(4){
    left: 40%;
    width: 160px;
    height: 160px;
    animation-delay: 0s;
    animation-duration: 18s;
    background-image: url('../images/animation_background_elements/potentiometer.png');
   background-position: center;
   background-size: 50px auto;
   background-repeat: no-repeat;
}

.circles li:nth-child(5){
    left: 65%;
    width: 160px;
    height: 160px;
    animation-delay: 0s;
    background-image: url('../images/animation_background_elements/circuit_board.png');
     background-position: center;
     background-size: 50px auto;
     background-repeat: no-repeat;
}

.circles li:nth-child(6){
    left: 75%;
    width: 160px;
    height: 160px;
    animation-delay: 3s;
    background-image: url('../images/animation_background_elements/potentiometer_unit.png');
     background-position: center;
    background-size: 50px auto;
    background-repeat: no-repeat;
}

.circles li:nth-child(7){
    left: 35%;
    width: 160px;
    height: 160px;
    animation-delay: 7s;
    background-image: url('../images/animation_background_elements/aa_battery_pack.png');
     background-position: center;
     background-size: 50px auto;
     background-repeat: no-repeat;
}

.circles li:nth-child(8){
    left: 50%;
    width: 160px;
    height: 160px;
    animation-delay: 15s;
    animation-duration: 45s;
    background-image: url('../images/animation_background_elements/9v_battery.png');
     background-position: center;
     background-size: 50px auto;
     background-repeat: no-repeat;
}

.circles li:nth-child(9){
    left: 20%;
    width: 160px;
    height: 160px;
    animation-delay: 2s;
    animation-duration: 35s;
    background-image: url('../images/animation_background_elements/shift_register.png');
     background-position: center;
     background-size: 50px auto;
     background-repeat: no-repeat;
}

.circles li:nth-child(10){
    left: 65%;
    width: 160px;
    height: 160px;
    animation-delay: 5s;
    animation-duration: 28s;
    bottom: -350px;
    background-image: url('../images/animation_background_elements/labtop.png');
     background-position: center;
     background-size: 50px auto;
     background-repeat: no-repeat;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 25%;
    }

    100%{
        transform: translateY(-2000px) rotate(720deg);
        opacity: 1;
        border-radius: 25%;
    }

}





/*background animation end*/

/*station floating animation*/


#station
{

  /*width: 80%;*/ 
  height: auto; 
  padding: 2rem;

  animation: floating 7s infinite ease;
  transform-origin:center;



}

@keyframes floating
{
  0%{ transform: translateY(0) rotate(0deg);


  }
  70%{ transform: translateY(20px) rotate(0deg);


  }
  100%{ transform: translateY(0) rotate(0deg);


  }
}

/*station floating end*/

/*engine animation*/

/*#engine 
{

  animation: engine_floating 7s infinite ease;
  transform-origin:center;

  }


  @keyframes engine_floating
{
  0%{ transform: translateY(0) rotate(0deg);
    opacity: 0;


  }
  70%{ transform: translateY(20px) rotate(0deg);
    opacity: 1;


  }
  100%{ transform: translateY(0) rotate(0deg);
    opacity: 0;


  }



  }
}*/

/*engine animation end*/




/*signal animation*/

#signal 
{

  width: 100px;
  animation: signal_floating 7s infinite ease;
  transform-origin:center;

  }


  @keyframes signal_floating
{
  0%{ transform: translateY(0) rotate(0deg) scale(0);
    opacity: 0;


  }

  10%{opacity: 1; }
  70%{ transform: translateY(20px) rotate(0deg);


  }
  100%{ transform: translateY(0) rotate(0deg) scale(1);
    opacity: 0;



  }
}

/*signal animation end*/









/*background animation 2*/
.home-side .card-content {
  position: inherit;
  z-index: 999999;
}


/*planet animation*/

.planet{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 4;
}

.planet li{
    position: absolute;
    display: block;
    list-style: none;
    width: 360px;
    height: 360px;
    /*background: rgba(255, 255, 255, 1);*/
    animation: backgroundmoving 110s linear infinite;
    animation-duration: 110s;
    bottom: -800px;
    background-image: url('');
     background-position: center;
     background-size: 360px auto;
     background-repeat: no-repeat;
    
}

.planet li:nth-child(1){
    left: -225%;
    width: 360px;
    height: 360px;
    animation-delay: 5s;
    animation-duration: 110s;
   /* background: rgba(0, 255, 255, 0.2);*/
   background-image: url('../images/background/planet_1.svg');
   background-position: center;
   background-size: 360px auto;
   background-repeat: no-repeat;
}

.planet li:nth-child(3){
    left: -225%;
    width: 330px;
    height: 330px;
    animation-delay: 10s;
    animation-duration: 100s;
   /* background: rgba(0, 255, 255, 0.2);*/
   background-image: url('../images/background/planet_3.svg');
   background-position: center;
   background-size: 330px auto;
   background-repeat: no-repeat;
}


.planet li:nth-child(2){
    left: -50%;
    width: 760px;
    height: 760px;
    animation-delay: 15s;
    animation-duration: 105s;
    background-image: url('../images/background/planet_2.svg');
   background-position: center;
   background-size: 760px auto;
   background-repeat: no-repeat;
}

.planet li:nth-child(4){
    left: -55%;
    width: 700px;
    height: 700px;
    animation-delay: 20s;
    animation-duration: 95s;
   /* background: rgba(0, 255, 255, 0.2);*/
   background-image: url('../images/background/planet_3.svg');
   background-position: center;
   background-size: 700px auto;
   background-repeat: no-repeat;
}

@keyframes backgroundmoving {

    0%{
        transform: translateX(0) translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 25%;
    }

    100%{
        transform: translateX(4000px) translateY(-2309px) rotate(0deg);
        opacity: 1;
        border-radius: 25%;
    }

}


/*planet animation end*/




.star{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 5;
}

.star li{
    position: absolute;
    display: block;
    list-style: none;
    width: 160px;
    height: 160px;
    /*background: rgba(255, 255, 255, 1);*/
    animation: animate 50s linear infinite;
    animation-duration: 45s;
    bottom: -150px;
    background-image: url('../images/animation_background_elements/88_led_matrix_display.png');
     background-position: center;
     background-size: 50px auto;
     background-repeat: no-repeat;
    
}

.star li:nth-child(1){
    left: -75%;
    width: 160px;
    height: 160px;
    animation-delay: 22s;
    animation-duration: 52s;
   /* background: rgba(0, 255, 255, 0.2);*/
   background-image: url('../images/animation_background_elements/terminal_block_unit.png');
   background-position: center;
   background-size: 50px auto;
   background-repeat: no-repeat;
}


.star li:nth-child(2){
    left: -10%;
    width: 160px;
    height: 160px;
    animation-delay: 12s;
    animation-duration: 42s;
    background-image: url('../images/animation_background_elements/stepper_motor.png');
   background-position: center;
   background-size: 50px auto;
   background-repeat: no-repeat;
}

.star li:nth-child(3){
    left: -70%;
    width: 160px;
    height: 160px;
    animation-delay: 19s;
    animation-duration: 49s;
    background-image: url('../images/animation_background_elements/led_rgb.png');
     background-position: center;
     background-size: 30px auto;
     background-repeat: no-repeat;
}

.star li:nth-child(4){
    left: 40%;
    width: 160px;
    height: 160px;
    animation-delay: 10s;
    animation-duration: 40s;
    background-image: url('../images/animation_background_elements/potentiometer.png');
   background-position: center;
   background-size: 50px auto;
   background-repeat: no-repeat;
}

.star li:nth-child(5){
    left: -65%;
    width: 160px;
    height: 160px;
    animation-delay: 0s;
    animation-duration: 30s;
    background-image: url('../images/animation_background_elements/circuit_board.png');
     background-position: center;
     background-size: 50px auto;
     background-repeat: no-repeat;
}

.star li:nth-child(6){
    left: 75%;
    width: 160px;
    height: 160px;
    animation-delay: 3s;
    animation-duration: 33s;
    background-image: url('../images/animation_background_elements/potentiometer_unit.png');
     background-position: center;
    background-size: 50px auto;
    background-repeat: no-repeat;
}

.star li:nth-child(7){
    left: -35%;
    width: 160px;
    height: 160px;
    animation-delay: 7s;
    animation-duration: 37s;
    background-image: url('../images/animation_background_elements/aa_battery_pack.png');
     background-position: center;
     background-size: 50px auto;
     background-repeat: no-repeat;
}

.star li:nth-child(8){
    left: -50%;
    width: 160px;
    height: 160px;
    animation-delay: 15s;
    animation-duration: 45s;
    background-image: url('../images/animation_background_elements/9v_battery.png');
     background-position: center;
     background-size: 50px auto;
     background-repeat: no-repeat;
}

.star li:nth-child(9){
    left: 20%;
    width: 160px;
    height: 160px;
    animation-delay: 2s;
    animation-duration: 32s;
    background-image: url('../images/animation_background_elements/shift_register.png');
     background-position: center;
     background-size: 50px auto;
     background-repeat: no-repeat;
}

.star li:nth-child(10){
    left: 65%;
    width: 160px;
    height: 160px;
    animation-delay: 5s;
    animation-duration: 35s;
    bottom: -350px;
    background-image: url('../images/animation_background_elements/labtop.png');
     background-position: center;
     background-size: 50px auto;
     background-repeat: no-repeat;
}


@keyframes animate {

    0%{
        transform: translateX(0) translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 25%;
    }

    100%{
        transform: translateX(3000px) translateY(-1732px) rotate(0deg);
        opacity: 1;
        border-radius: 25%;
    }

}




/*another ten*/




/*.star li:nth-child(11){
    left: -35%;
    width: 160px;
    height: 160px;
    animation-delay: 22s;
    animation-duration: 52s;
   background-image: url('../images/animation_background_elements/terminal_block_unit.png');
   background-position: center;
   background-size: 50px auto;
   background-repeat: no-repeat;
}


.star li:nth-child(12){
    left: -10%;
    width: 160px;
    height: 160px;
    animation-delay: 12s;
    animation-duration: 42s;
    background-image: url('../images/animation_background_elements/stepper_motor.png');
   background-position: center;
   background-size: 50px auto;
   background-repeat: no-repeat;
}

.star li:nth-child(13){
    left: -50%;
    width: 160px;
    height: 160px;
    animation-delay: 19s;
    animation-duration: 49s;
    background-image: url('../images/animation_background_elements/led_rgb.png');
     background-position: center;
     background-size: 30px auto;
     background-repeat: no-repeat;
}

.star li:nth-child(14){
    left: -40%;
    width: 160px;
    height: 160px;
    animation-delay: 10s;
    animation-duration: 40s;
    background-image: url('../images/animation_background_elements/potentiometer.png');
   background-position: center;
   background-size: 50px auto;
   background-repeat: no-repeat;
}

.star li:nth-child(15){
    left: -80%;
    width: 160px;
    height: 160px;
    animation-delay: 0s;
    animation-duration: 30s;
    background-image: url('../images/animation_background_elements/circuit_board.png');
     background-position: center;
     background-size: 50px auto;
     background-repeat: no-repeat;
}

.star li:nth-child(16){
    left: -75%;
    width: 160px;
    height: 160px;
    animation-delay: 3s;
    animation-duration: 33s;
    background-image: url('../images/animation_background_elements/potentiometer_unit.png');
     background-position: center;
    background-size: 50px auto;
    background-repeat: no-repeat;
}

.star li:nth-child(17){
    left: -50%;
    width: 160px;
    height: 160px;
    animation-delay: 7s;
    animation-duration: 37s;
    background-image: url('../images/animation_background_elements/aa_battery_pack.png');
     background-position: center;
     background-size: 50px auto;
     background-repeat: no-repeat;
}

.star li:nth-child(18){
    left: -5%;
    width: 160px;
    height: 160px;
    animation-delay: 15s;
    animation-duration: 45s;
    background-image: url('../images/animation_background_elements/9v_battery.png');
     background-position: center;
     background-size: 50px auto;
     background-repeat: no-repeat;
}

.star li:nth-child(19){
    left: -20%;
    width: 160px;
    height: 160px;
    animation-delay: 2s;
    animation-duration: 32s;
    background-image: url('../images/animation_background_elements/shift_register.png');
     background-position: center;
     background-size: 50px auto;
     background-repeat: no-repeat;
}

.star li:nth-child(20){
    left: -25%;
    width: 160px;
    height: 160px;
    animation-delay: 5s;
    animation-duration: 35s;
    bottom: -350px;
    background-image: url('../images/animation_background_elements/labtop.png');
     background-position: center;
     background-size: 50px auto;
     background-repeat: no-repeat;
}



@keyframes animate {

    0%{
        transform: translateX(0) translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 25%;
    }

    100%{
        transform: translateX(3000px) translateY(-1732px) rotate(0deg);
        opacity: 1;
        border-radius: 25%;
    }

}

/*background animation 2 end*/





@media screen and (min-width: 1472px) {

  .container {
  max-width: 1000px;
  width: 800px;
}

.labs-section .container {
  max-width: 800px;
  width: 800px;
}

}

@media screen and (min-width: 1280px) {

  .container {
  max-width: 1000px;
  width: 100%;
}

  #station {
    width: 90%; 
    height: auto; 
    padding: 0rem;
  }

}

@media screen and (min-width: 1088px) {

  .container {
  max-width: 1000px;
  width: 100%;
}

}


@media screen and (max-width: 769px) { 

#station {
  width: 100%; 
  height: auto; 
  padding: 0rem;
}


.banner-card::before {
  display: none;
}

.text-logo {
  display: none;
}

.mini-logo {
  display: initial;
}

.home-slider-container {
  height:70vh;
}

/* .home-side {
  height: 40vh;
  overflow: auto;
} */

.home {
  padding-top: 0px;
}

.home .top-gap {
  padding-top: 0px;
}

.card-content {
  padding-top: 90px;
}

  }