@charset "UTF-8";
/* line 6, /web/nebula/app/assets/stylesheets/home.scss */
.homegrid {
  background-color: #f9f9f9;
  height: 100%;
  display: grid;
  grid-template-columns: 2vw repeat(6, 1fr) 2vw;
  grid-template-rows: minmax(20em, calc(100vh - 12em)) 6em;
  grid-auto-rows: auto;
  grid-column-gap: 1vw;
}

/* line 15, /web/nebula/app/assets/stylesheets/home.scss */
.frame {
  height: 100%;
  background-color: white;
  grid-column: 1/9;
  grid-row: 1/3;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* line 24, /web/nebula/app/assets/stylesheets/home.scss */
.wrap {
  grid-column: 2/8;
  grid-row: 1/2;
  border-radius: 0.3em;
  height: 100%;
  position: relative;
  overflow: hidden;
  grid-column: 2/8;
  grid-row: 1/2;
  /*   .bg {
      width: 100%;
      height: 100%;
      
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      
      background: url('site cover BP-50 Plus.jpg') no-repeat center center;
      background-size: cover;
  
      transform: scale(1.1);
    } */
}
/* line 55, /web/nebula/app/assets/stylesheets/home.scss */
.wrap .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("DP background.jpg") no-repeat center center;
  background-size: cover;
  z-index: 1;
}
/* line 68, /web/nebula/app/assets/stylesheets/home.scss */
.wrap .covercontent_three {
  position: absolute;
  top: 155px;
  left: 0;
  width: 95%;
  height: 100%;
  background: url("dp foreground BP-50 Plus") no-repeat center center;
  background-size: 50%;
  z-index: 2;
}

/* line 81, /web/nebula/app/assets/stylesheets/home.scss */
video {
  object-fit: cover;
}

/* line 85, /web/nebula/app/assets/stylesheets/home.scss */
#cover {
  grid-column: 2/8;
  grid-row: 1/2;
}

/* line 91, /web/nebula/app/assets/stylesheets/home.scss */
.cover {
  height: calc(100vh - 12em);
  width: 100%;
  border-radius: 0.3em;
  overflow: hidden !important;
  background-size: cover;
  min-height: 20em;
  transition: transform 200ms ease;
}

/* line 103, /web/nebula/app/assets/stylesheets/home.scss */
.img-cover {
  border-radius: 0.3em;
  position: relative;
  width: 125%;
  left: 50%;
  transform: translateX(-50%) translateY(-10%);
  object-fit: cover;
  object-position: center;
}

/* line 114, /web/nebula/app/assets/stylesheets/home.scss */
.div-overlay {
  grid-column: 2/8;
  grid-row: 1/2;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 125, /web/nebula/app/assets/stylesheets/home.scss */
.overlay {
  grid-column: 2/8;
  grid-row: 1/2;
  object-fit: contain;
  object-position: bottom left;
  height: 100%;
  width: 100%;
}

/* line 135, /web/nebula/app/assets/stylesheets/home.scss */
.covercontent {
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  border-radius: 0.3em;
  grid-column: 2/8;
  grid-row: 1/2;
  padding: 1em;
  width: 90%;
  margin: 1em auto auto auto;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  z-index: 30;
}

/* new 01042025 */
/* .covercontent_two {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 0.3em;
  grid-column: 5 / 8;
  grid-row: 1/2;
  padding: 20em 1.5em;
  
  color: white;
  display: flex;
  flex-direction: column;
  gap: 1em;
  z-index: 10;
} */
/* line 165, /web/nebula/app/assets/stylesheets/home.scss */
.covercontent_two {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 0.3em;
  grid-column: 5/8;
  grid-row: 1/2;
  padding: 1em;
  width: 90%;
  margin: 0 auto 0 0;
  /* margin: 1em auto auto auto; */
  transform-style: preserve-3d;
  backface-visibility: hidden;
  z-index: 20;
}

/* new 16062025 */
/* line 183, /web/nebula/app/assets/stylesheets/home.scss */
.covercontent_three {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: url("dp foreground BP-50 Plus") no-repeat center center;
  background-size: cover;
  transform: scale(1.1);
}

/* line 198, /web/nebula/app/assets/stylesheets/home.scss */
.whitetext {
  color: white;
}

/* line 202, /web/nebula/app/assets/stylesheets/home.scss */
.date {
  font-size: 0.9em;
  opacity: 0.8;
  margin-top: 16em;
  margin-bottom: 0;
}

/* line 209, /web/nebula/app/assets/stylesheets/home.scss */
.headline {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.4em;
  margin: 0;
}

/* line 216, /web/nebula/app/assets/stylesheets/home.scss */
.rates {
  display: flex;
  gap: 2em;
  flex-wrap: wrap;
}

/* line 222, /web/nebula/app/assets/stylesheets/home.scss */
.rate-box {
  flex: 1;
  min-width: 150px;
}

/* line 227, /web/nebula/app/assets/stylesheets/home.scss */
.rate-box h2 {
  font-size: 2em;
  margin: 0;
  font-weight: 700;
}

/* line 233, /web/nebula/app/assets/stylesheets/home.scss */
.rate-box p {
  margin-top: 0.5em;
  font-size: 0.9em;
  line-height: 1.4em;
}

@media (max-width: 768px) {
  /* line 239, /web/nebula/app/assets/stylesheets/home.scss */
  .covercontent_two {
    grid-column: 2/8;
    grid-row: 1/2;
    width: 90%;
    margin: 0 auto auto auto;
    height: 100%;
  }

  /* line 246, /web/nebula/app/assets/stylesheets/home.scss */
  .rates {
    display: flex;
    /* flex-direction: column; /* За вертикално подреждане на мобилни */
    gap: 1em;
  }

  /* new 16062025 */
  /* line 252, /web/nebula/app/assets/stylesheets/home.scss */
  .covercontent_three {
    background-size: 100% !important;
  }

  /* line 255, /web/nebula/app/assets/stylesheets/home.scss */
  .r
  .date {
    margin-top: 21em;
  }

  /* line 260, /web/nebula/app/assets/stylesheets/home.scss */
  .rate-box {
    width: 100%;
    /* По-стабилно от flex: 1 за мобилни */
    min-width: 0;
  }

  /* line 265, /web/nebula/app/assets/stylesheets/home.scss */
  .rate-box h2 {
    font-size: 1.8em;
  }

  /* line 269, /web/nebula/app/assets/stylesheets/home.scss */
  .rate-box p {
    font-size: 1em;
  }

  /* 	  .rates {
  	  display: flex;
  	  gap: 2em;
  	  flex-wrap: wrap;
  	}
  
  	.rate-box {
  	  flex: 1;
  	  min-width: 150px;
  	}
  	.rate-box h2 {
  	  font-size: 2em;
  	  margin: 0;
  	  font-weight: 700;
  	}
  
  	.rate-box p {
  	  margin-top: 0.5em;
  	  font-size: 0.9em;
  	  line-height: 1.4em;
  	} */
}
/* end 01042025 */
/* line 295, /web/nebula/app/assets/stylesheets/home.scss */
.coverbuttons {
  display: flex;
  justify-content: space-between;
}

/* line 300, /web/nebula/app/assets/stylesheets/home.scss */
h2 {
  margin: 0;
}

/* line 304, /web/nebula/app/assets/stylesheets/home.scss */
p {
  margin: 1em 0;
}

/* line 308, /web/nebula/app/assets/stylesheets/home.scss */
.whitetext {
  color: white;
}

/* line 312, /web/nebula/app/assets/stylesheets/home.scss */
button {
  width: calc(50% - 0.5vw);
  font: inherit;
  border: none;
  border-radius: 0.3em;
  background-color: #393939;
  color: white;
  padding: 0.6em;
}

/* line 321, /web/nebula/app/assets/stylesheets/home.scss */
button:focus {
  outline: 0;
}

/* line 324, /web/nebula/app/assets/stylesheets/home.scss */
.device-buttons {
  width: 40vw;
  height: 100%;
}

/* line 330, /web/nebula/app/assets/stylesheets/home.scss */
.device-hrefs {
  padding: 0.5em;
}

/* line 334, /web/nebula/app/assets/stylesheets/home.scss */
.highlight {
  background-color: #0096FF;
}

/* line 337, /web/nebula/app/assets/stylesheets/home.scss */
.scroll-downs {
  grid-column: 1/9;
  grid-row: 2/3;
  margin: auto;
  padding: 1.6em;
}

/* line 343, /web/nebula/app/assets/stylesheets/home.scss */
.mousey {
  padding: 0.6em;
  height: 1.5em;
  border: 1px solid #393939;
  border-radius: 1.5em;
  box-sizing: content-box;
}

/* line 350, /web/nebula/app/assets/stylesheets/home.scss */
.scroller {
  width: 0.3em;
  height: 0.3em;
  border-radius: 0.3em;
  background-color: #393939;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
}

/* line 360, /web/nebula/app/assets/stylesheets/home.scss */
.erp_ul {
  list-style-type: disc;
  margin: 0;
  padding: 0 0 0 25px;
  text-align: left;
}

/* line 366, /web/nebula/app/assets/stylesheets/home.scss */
.block {
  height: 50vh;
  position: relative;
}

/* line 370, /web/nebula/app/assets/stylesheets/home.scss */
.img-parallax {
  width: 100vmax;
  vertical-align: middle;
  position: absolute;
  top: 0;
  text-align: center;
  pointer-events: none;
}

@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(0.6em);
    opacity: 0;
  }
}
/* line 384, /web/nebula/app/assets/stylesheets/home.scss */
.shortabout {
  padding: 4em 0;
  grid-column: 2/8;
  grid-row: 3/4;
  text-align: center;
}

/* line 391, /web/nebula/app/assets/stylesheets/home.scss */
.cards {
  display: none;
  width: 100%;
  max-width: 55em;
  grid-column: 3/7;
  margin: 0 auto;
}

/* line 398, /web/nebula/app/assets/stylesheets/home.scss */
.advantages {
  margin-top: 3em;
  grid-column: 2/8;
  display: flex;
  justify-content: space-between;
  text-align: center;
  flex-wrap: wrap;
}

/* line 406, /web/nebula/app/assets/stylesheets/home.scss */
.plates {
  width: 100%;
  padding: 1em;
  background-color: white;
  border-radius: 0.3em;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-top: 1em;
}

/* line 414, /web/nebula/app/assets/stylesheets/home.scss */
.homeicons {
  width: 6em;
}

/* line 417, /web/nebula/app/assets/stylesheets/home.scss */
.firstcolor {
  fill: #B3447F;
}

/* line 420, /web/nebula/app/assets/stylesheets/home.scss */
.nocolor {
  fill: none;
}

/* line 423, /web/nebula/app/assets/stylesheets/home.scss */
.secondcolor {
  fill: #FF5700;
}

/* line 426, /web/nebula/app/assets/stylesheets/home.scss */
.thirdcolor {
  fill: #6732FF;
}

/* line 429, /web/nebula/app/assets/stylesheets/home.scss */
.fourthcolor {
  fill: #00A8B6;
}

/* line 432, /web/nebula/app/assets/stylesheets/home.scss */
.banner {
  grid-column: 2/8;
  grid-row: 14/15;
  background-color: #5ED6CE;
  border-radius: 0.3em;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto auto;
  text-align: center;
  margin-bottom: 6em;
}

/* line 443, /web/nebula/app/assets/stylesheets/home.scss */
.bannertitle {
  height: auto;
  grid-column: 1/6;
  grid-row: 1/2;
  margin: 1em 1em 0 1em;
}

/* line 449, /web/nebula/app/assets/stylesheets/home.scss */
.kasa {
  width: 100%;
  margin: 70% 0 0 0;
  grid-column: 1/3;
  grid-row: 2/3;
}

/* line 455, /web/nebula/app/assets/stylesheets/home.scss */
.andstand {
  width: 100%;
  grid-column: 4/6;
  grid-row: 2/3;
  margin-top: 2.3em;
}

/* line 461, /web/nebula/app/assets/stylesheets/home.scss */
.stand {
  width: 100%;
  grid-column: 4/6;
  grid-row: 2/3;
  margin-top: auto;
}

/* line 468, /web/nebula/app/assets/stylesheets/home.scss */
.banneritems {
  grid-column: 3/4;
  grid-row: 2/3;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2em;
}

/* line 478, /web/nebula/app/assets/stylesheets/home.scss */
.bannericon {
  width: 4em;
  margin: 1em;
}

/* line 491, /web/nebula/app/assets/stylesheets/home.scss */
#devices-loop {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  width: 100%;
  grid-column: 2/8;
}

/* line 502, /web/nebula/app/assets/stylesheets/home.scss */
#bluepad {
  grid-column: 1/4;
  grid-row: 1/2;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
}

/* line 512, /web/nebula/app/assets/stylesheets/home.scss */
.current-device {
  grid-column: 1/2;
  grid-row: 1/2;
}

/* line 518, /web/nebula/app/assets/stylesheets/home.scss */
.div-info {
  grid-column: 1/4;
  grid-row: 2/3;
  display: inline-block;
  min-height: 14em;
}

/* line 525, /web/nebula/app/assets/stylesheets/home.scss */
.devicenames-li {
  margin: 1em 0;
  white-space: nowrap;
  cursor: pointer;
}

/* line 531, /web/nebula/app/assets/stylesheets/home.scss */
.splash {
  width: 100%;
  margin: auto;
}

/* line 535, /web/nebula/app/assets/stylesheets/home.scss */
.devicepics {
  cursor: pointer;
  max-width: 100%;
  margin: auto;
  position: relative;
}

/* line 543, /web/nebula/app/assets/stylesheets/home.scss */
#div-splash {
  grid-column: 2/4;
  grid-row: 1/2;
}

/* line 548, /web/nebula/app/assets/stylesheets/home.scss */
#img-bluepad {
  grid-column: 2/4;
  grid-row: 1/2;
}

/* line 553, /web/nebula/app/assets/stylesheets/home.scss */
.img-device {
  height: auto;
}

/* line 556, /web/nebula/app/assets/stylesheets/home.scss */
ul {
  text-align: right;
  margin: auto 0;
  padding: 0;
  list-style: none;
}

/* line 562, /web/nebula/app/assets/stylesheets/home.scss */
.info {
  text-align: left;
  overflow-x: auto;
  /* Use horizontal scroller if needed */
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap !important;
  /* Mozilla, since 1999 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  white-space: normal;
}

/* #b50-0{
	font-weight:bold;

} */
/* line 576, /web/nebula/app/assets/stylesheets/home.scss */
#b55-plus-0 {
  font-weight: bold;
}

/* line 580, /web/nebula/app/assets/stylesheets/home.scss */
.devicebuttons {
  grid-column: 1/4;
  grid-row: 2/3;
  margin: 2em auto;
  display: flex;
  flex-wrap: no-wrap;
}

/* line 589, /web/nebula/app/assets/stylesheets/home.scss */
.bluepad-buttons {
  cursor: pointer;
}

/* line 592, /web/nebula/app/assets/stylesheets/home.scss */
.pics {
  width: 100%;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* line 601, /web/nebula/app/assets/stylesheets/home.scss */
.paras {
  min-height: 35em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 608, /web/nebula/app/assets/stylesheets/home.scss */
#pic1 {
  position: relative;
  height: auto;
  grid-column: 2/5;
  grid-row: 8/9;
}

/* line 615, /web/nebula/app/assets/stylesheets/home.scss */
#pic1-2 {
  position: relative;
  grid-column: 2/5;
  grid-row: 8/9;
}

/* line 622, /web/nebula/app/assets/stylesheets/home.scss */
#pic1-3 {
  position: relative;
  grid-column: 2/5;
  grid-row: 8/9;
}

/* line 629, /web/nebula/app/assets/stylesheets/home.scss */
#pic2 {
  position: relative;
}

/* line 634, /web/nebula/app/assets/stylesheets/home.scss */
#pic2-2 {
  position: relative;
}

/* line 639, /web/nebula/app/assets/stylesheets/home.scss */
#pic2-3 {
  position: relative;
}

/* line 645, /web/nebula/app/assets/stylesheets/home.scss */
#para1 {
  grid-column: 5/8;
  grid-row: 8/9;
}

/* line 650, /web/nebula/app/assets/stylesheets/home.scss */
.pic2 {
  grid-column: 5/8;
  grid-row: 9/10;
}

/* line 655, /web/nebula/app/assets/stylesheets/home.scss */
#para2 {
  text-align: right;
  grid-column: 2/5;
  grid-row: 9/10;
}

/* line 661, /web/nebula/app/assets/stylesheets/home.scss */
#pic3 {
  grid-column: 2/5;
  grid-row: 10/11;
  position: relative;
}

/* line 666, /web/nebula/app/assets/stylesheets/home.scss */
#pic3-2 {
  grid-column: 2/5;
  grid-row: 10/11;
  position: relative;
}

/* line 672, /web/nebula/app/assets/stylesheets/home.scss */
#para3 {
  grid-column: 5/8;
  grid-row: 10/11;
}

/* line 677, /web/nebula/app/assets/stylesheets/home.scss */
#pic4 {
  grid-column: 5/8;
  grid-row: 11/12;
}

/* line 684, /web/nebula/app/assets/stylesheets/home.scss */
#para4 {
  text-align: right;
  grid-column: 2/5;
  grid-row: 11/12;
}

/* line 689, /web/nebula/app/assets/stylesheets/home.scss */
#loop-text {
  text-align: center;
}

/* line 692, /web/nebula/app/assets/stylesheets/home.scss */
.block {
  height: 50vh;
}

/* line 700, /web/nebula/app/assets/stylesheets/home.scss */
.priceshead {
  color: white;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 1vw;
  padding: 1rem;
  border-radius: 0.3em;
  text-align: center;
  align-items: center;
  background-image: linear-gradient(to bottom right, #00a8b6, #6732ff);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* line 713, /web/nebula/app/assets/stylesheets/home.scss */
#prices-div {
  display: grid;
  grid-column: 2/8;
  grid-row: 13/14;
  grid-template-rows: repeat(7, 1fr);
  grid-row-gap: 1vw;
  margin: 10em 0;
}

/* line 721, /web/nebula/app/assets/stylesheets/home.scss */
.prices {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 3fr 3fr 3fr;
  padding: 1rem;
  grid-gap: 1vw;
  border-radius: 0.3em;
  text-align: center;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  align-items: center;
}

/* line 733, /web/nebula/app/assets/stylesheets/home.scss */
.start {
  padding: 5px;
}

/* line 737, /web/nebula/app/assets/stylesheets/home.scss */
.start > h2 {
  color: #00a8b6;
}

/* line 747, /web/nebula/app/assets/stylesheets/home.scss */
.start > span > h2 {
  color: #00a8b6;
}

/* line 750, /web/nebula/app/assets/stylesheets/home.scss */
.flight > h2 {
  color: #0070ff;
}

/* line 754, /web/nebula/app/assets/stylesheets/home.scss */
.orbit > h2 {
  color: #6732ff;
}

/* line 758, /web/nebula/app/assets/stylesheets/home.scss */
.space > h2 {
  color: #b3447f;
  /* 	height: 40px; */
}

/* line 762, /web/nebula/app/assets/stylesheets/home.scss */
.galaxy > h2 {
  color: #FF5700;
}

/* line 767, /web/nebula/app/assets/stylesheets/home.scss */
.grend > h2 {
  color: #FF5700;
}

/* line 772, /web/nebula/app/assets/stylesheets/home.scss */
.grend > span {
  grid-column: 1/5;
}

/* line 775, /web/nebula/app/assets/stylesheets/home.scss */
.grend > span > a {
  color: #0096FF;
  text-decoration: none;
  cursor: pointer;
}

/* line 780, /web/nebula/app/assets/stylesheets/home.scss */
.grend {
  grid-column: 1/4;
}

/* line 784, /web/nebula/app/assets/stylesheets/home.scss */
#div-questions {
  width: 100%;
  text-align: center;
  margin-bottom: 2em;
}

/* line 790, /web/nebula/app/assets/stylesheets/home.scss */
.faq {
  display: block;
}

/* line 794, /web/nebula/app/assets/stylesheets/home.scss */
.faqlink {
  display: block;
  color: #0096FF;
}

@media screen and (orientation: landscape) {
  /* line 802, /web/nebula/app/assets/stylesheets/home.scss */
  .priceshead {
    color: white;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 1vw;
    padding: 1rem;
    border-radius: 0.3em;
    text-align: center;
    align-items: center;
    background-image: linear-gradient(to bottom right, #00a8b6, #6732ff);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  /* line 815, /web/nebula/app/assets/stylesheets/home.scss */
  #prices-div {
    display: grid;
    grid-column: 3/7;
    grid-row: 13/14;
    grid-template-rows: repeat(7, 1fr);
    grid-row-gap: 1vw;
    margin: 10em 0;
  }

  /* line 823, /web/nebula/app/assets/stylesheets/home.scss */
  .prices {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 3fr 3fr 3fr;
    padding: 1rem;
    grid-gap: 1vw;
    border-radius: 0.3em;
    text-align: center;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    align-items: center;
  }

  /* line 835, /web/nebula/app/assets/stylesheets/home.scss */
  .start {
    padding: 5px;
  }

  /* line 839, /web/nebula/app/assets/stylesheets/home.scss */
  .start > h2 {
    color: #00a8b6;
  }

  /* line 849, /web/nebula/app/assets/stylesheets/home.scss */
  .start > span > h2 {
    color: #00a8b6;
  }

  /* line 852, /web/nebula/app/assets/stylesheets/home.scss */
  .flight > h2 {
    color: #0070ff;
  }

  /* line 856, /web/nebula/app/assets/stylesheets/home.scss */
  .orbit > h2 {
    color: #6732ff;
  }

  /* line 860, /web/nebula/app/assets/stylesheets/home.scss */
  .space > h2 {
    color: #b3447f;
  }

  /* line 863, /web/nebula/app/assets/stylesheets/home.scss */
  .galaxy > h2 {
    color: #FF5700;
  }

  /* line 868, /web/nebula/app/assets/stylesheets/home.scss */
  .grend > h2 {
    color: #FF5700;
  }

  /* line 873, /web/nebula/app/assets/stylesheets/home.scss */
  .grend > span {
    grid-column: 1/5;
  }

  /* line 876, /web/nebula/app/assets/stylesheets/home.scss */
  .grend > span > a {
    color: #0096FF;
    text-decoration: none;
    cursor: pointer;
  }

  /* line 881, /web/nebula/app/assets/stylesheets/home.scss */
  .grend {
    grid-column: 1/4;
  }

  /* line 885, /web/nebula/app/assets/stylesheets/home.scss */
  .block {
    height: 70vh;
  }

  /* line 889, /web/nebula/app/assets/stylesheets/home.scss */
  #loop-text {
    text-align: left;
  }

  /* line 892, /web/nebula/app/assets/stylesheets/home.scss */
  .div-info {
    grid-column: 3/4;
    grid-row: 1/2;
    display: inline-block;
    width: 70%;
    min-height: auto;
  }

  /* line 899, /web/nebula/app/assets/stylesheets/home.scss */
  .banner {
    grid-column: 3/7;
  }

  /* line 902, /web/nebula/app/assets/stylesheets/home.scss */
  .bannertitle {
    grid-column: 2/5;
  }

  /* line 905, /web/nebula/app/assets/stylesheets/home.scss */
  .kasa {
    grid-column: 1/2;
    grid-row: 1/3;
    margin: auto 0;
  }

  /* line 910, /web/nebula/app/assets/stylesheets/home.scss */
  .andstand {
    grid-column: 5/6;
    grid-row: 1/3;
    margin-top: -2.3em;
  }

  /* line 915, /web/nebula/app/assets/stylesheets/home.scss */
  .stand {
    grid-column: 5/6;
    grid-row: 1/3;
  }

  /* line 919, /web/nebula/app/assets/stylesheets/home.scss */
  .banneritems {
    grid-column: 2/5;
    grid-row: 2/3;
    flex-direction: row;
  }

  /* line 924, /web/nebula/app/assets/stylesheets/home.scss */
  .overlay {
    object-fit: contain;
  }

  /* line 927, /web/nebula/app/assets/stylesheets/home.scss */
  .covercontent {
    margin: 5% auto auto 5%;
    width: 40%;
    height: 30%;
  }

  /* new 01042025 */
  /* line 933, /web/nebula/app/assets/stylesheets/home.scss */
  .covercontent_two {
    /* margin: 5% auto auto 5%; */
    width: 50%;
    height: 100%;
  }

  /* new 16062025 */
  /* 	 .covercontent_three {
          grid-column: 2 / 8;
          grid-row: 1 / 2;
          width: 90%;
          margin: 0 auto auto auto;
  	} */
  /* line 945, /web/nebula/app/assets/stylesheets/home.scss */
  .shortabout {
    grid-column: 3/7;
    line-height: 2em;
  }

  /* line 949, /web/nebula/app/assets/stylesheets/home.scss */
  #img-bluepad {
    grid-column: 2/3;
    grid-row: 1/2;
  }

  /* line 954, /web/nebula/app/assets/stylesheets/home.scss */
  .device-buttons {
    width: 22vw;
  }

  /* line 957, /web/nebula/app/assets/stylesheets/home.scss */
  .info {
    text-align: left;
  }

  /* line 960, /web/nebula/app/assets/stylesheets/home.scss */
  .devicebuttons {
    grid-column: 1/4;
    grid-row: 2/3;
    margin: 2em auto;
    margin-top: 0px;
  }

  /* line 967, /web/nebula/app/assets/stylesheets/home.scss */
  #para1 {
    grid-column: 5/7;
    grid-row: 8/9;
  }

  /* line 971, /web/nebula/app/assets/stylesheets/home.scss */
  #para2 {
    grid-column: 3/5;
  }

  /* line 974, /web/nebula/app/assets/stylesheets/home.scss */
  #para3 {
    grid-column: 5/7;
  }

  /* line 977, /web/nebula/app/assets/stylesheets/home.scss */
  #para4 {
    grid-column: 3/5;
  }

  /* line 980, /web/nebula/app/assets/stylesheets/home.scss */
  #div-splash {
    grid-column: 2/3;
    grid-row: 1/2;
  }

  /* line 984, /web/nebula/app/assets/stylesheets/home.scss */
  .advantages {
    grid-column: 3/7;
  }

  /* line 987, /web/nebula/app/assets/stylesheets/home.scss */
  .cards {
    display: block;
  }

  /* line 990, /web/nebula/app/assets/stylesheets/home.scss */
  .plates {
    width: calc((100% - 3vw)/4);
  }

  /* line 994, /web/nebula/app/assets/stylesheets/home.scss */
  #div-questions {
    margin-bottom: 0px;
  }
}
@media (max-width: 1100px) {
  /* line 1004, /web/nebula/app/assets/stylesheets/home.scss */
  .pics {
    position: absolute;
    text-align: center;
    pointer-events: none;
  }
}
@media (max-width: 700px) {
  /* line 1013, /web/nebula/app/assets/stylesheets/home.scss */
  .devicepics {
    width: 100%;
  }

  /* line 1018, /web/nebula/app/assets/stylesheets/home.scss */
  .div-info {
    width: 100%;
  }

  /* line 1022, /web/nebula/app/assets/stylesheets/home.scss */
  .pics {
    position: absolute;
    text-align: center;
    pointer-events: none;
  }
}
@media (max-width: 1200px) and (min-height: 1200px) {
  /* line 1029, /web/nebula/app/assets/stylesheets/home.scss */
  .img-cover {
    border-radius: 0.3em;
    position: relative;
    width: 180%;
    left: 30%;
  }
}
@media (max-width: 750px) and (min-height: 700px) {
  /* line 1040, /web/nebula/app/assets/stylesheets/home.scss */
  .img-cover {
    border-radius: 0.3em;
    position: relative;
    width: 250%;
    left: 10%;
  }
}
@media (max-width: 450px) and (min-height: 700px) {
  /* line 1048, /web/nebula/app/assets/stylesheets/home.scss */
  .img-cover {
    border-radius: 0.3em;
    position: relative;
    width: 300%;
    left: 0%;
  }
}
@media (max-width: 350px) and (min-height: 700px) {
  /* line 1058, /web/nebula/app/assets/stylesheets/home.scss */
  .img-cover {
    border-radius: 0.3em;
    position: relative;
    width: 320%;
    left: 0%;
  }
}
@media (max-width: 1200px) {
  /* line 1069, /web/nebula/app/assets/stylesheets/home.scss */
  .info {
    width: 100%;
  }
}
@media (max-width: 1000px) and (max-height: 600px) {
  /* line 1077, /web/nebula/app/assets/stylesheets/home.scss */
  .info {
    width: auto;
  }
}
