.rgb-page {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #000;
}
.rgb-video-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.rgb-video-left-text {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  position: absolute;
  color: #fff;
  left: 10%;
  top: 30%;
}
.rgb-logo-model {
  max-width: 181px;
  max-height: 53px;
}
.rgb-logo-model img {
  width: 100%;
  height: auto;
}
.rgb-middle-text {
  font-size: 4.2em;
  font-weight: bold;
  text-shadow: 0 0 5px #fff;
}
.rgb-last-text {
  font-size: 1.6em;
}
@media (max-width: 650px) {
  .rgb-logo-model {
    max-width: 90px;
    max-height: 26px;
  }
  .rgb-middle-text {
    font-size: 3.2em;
  }
  .rgb-last-text {
    font-size: 1.3em;
  }
}
@media (max-width: 500px) {
  .rgb-middle-text {
    font-size: 2.2em;
  }
  .rgb-last-text {
    font-size: 0.9em;
  }
}
@media (max-width: 340px) {
  .rgb-middle-text {
    font-size: 1.8em;
  }
  .rgb-last-text {
    font-size: 0.7em;
  }
}

.rgb-video-text {
  position: absolute;
  bottom: 20%;
  color: #fff;
  font-size: 2.5em;
  text-align: center;
  /*margin: 2rem 0.5rem;*/
  border-radius: 10px;
  backdrop-filter: blur(20px);
  padding: 1rem 2rem;
}
@media (max-width: 900px) {
  .rgb-video-text {
    font-size: 2.2em;
  }
}
@media (max-width: 750px) {
  .rgb-video-text {
    font-size: 1.8em;
  }
}
@media (max-width: 640px) {
  .rgb-video-text {
    font-size: 1.4em;
  }
}
@media (max-width: 500px) {
  .rgb-video-text {
    font-size: 1.1em;
  }
}
@media (max-width: 400px) {
  .rgb-video-text {
    font-size: 0.9em;
    margin-top: 1rem;
  }
}
.rgb-video-wrapper video {
  width: 100%;
  height: auto;
}
/**********************************************************************************************/
.rgb-row-container {
  width: 100%;
  height: 1100px;
  background-color: #111111;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.rgb-features-container {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 1rem;
  gap: 1rem;
}
.rgb-features-img {
  max-width: 482px;
  max-height: 370px;
}
.rgb-features-img img {
  width: 100%;
  height: auto;
}
.rgb-features-text {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-self: flex-start;
  width: 100%;
  max-width: 500px;
  padding: 1rem;
}
.rgb-features-text h1 {
  font-size: 3.2em !important;
}
.rgb-features-text p {
  font-size: 1.7em !important;
}
.rgb-nova-logo {
  max-width: 189px;
  max-height: 55px;
}
.rgb-nova-logo img {
  width: 100%;
  height: auto;
}
.rgb-rgb-slider-img {
  max-width: 350px;
  max-height: 174px;
  margin-top: 20px;
}
.rgb-rgb-slider-img img {
  width: 100%;
  height: auto;
}
.rgb-nova-img {
  max-width: 643px;
  max-height: 354px;
}
.rgb-nova-img img {
  width: 100%;
  height: auto;
}
.rgb-features-text h1 {
  text-align: left;
  padding: 0;
  margin: 0;
  color: #fff;
  font-weight: bold;
}
.rgb-line {
  max-width: 768px;
  margin-bottom: 1rem;
}
.rgb-line img {
  width: 100%;
  height: 2px;
}
.rgb-features-text p {
  color: #fff;
  font-size: 1.3em;
}
/**********************************************************************************************/

.rgb-row-functional-img-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  background-color: #111111;
  width: 100%;
  height: auto;
  padding: 2rem;
}
.rgb-row-functional-img {
  max-width: 1100px;
  max-height: 550.2px;
}
.rgb-row-functional-img img {
  width: 100%;
  height: auto;
}
.rgb-functional-set-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4rem 0;
  max-width: 1500px;
  width: 100%;
  height: auto;
  padding: 3rem 0.8rem;
}
.rgb-functional-light {
  max-width: 100px;
  max-height: 100px;
  cursor: pointer;
}
.rgb-functional-light img {
  width: 100%;
  height: auto;
}
.rgb-functional-slider-container {
  max-width: 500px;
  width: 100%;
  height: auto;
  padding: 2rem 3rem;
  background-color: #000;
  border-radius: 10px;
}

#light-range {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-progress-appearance: none;
  appearance: none;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    to right,
    rgb(0, 0, 0) 0%,
    rgb(26, 26, 26) 17%,
    rgb(58, 58, 58) 33%,
    rgb(126, 126, 126) 50%,
    rgb(151, 151, 151) 67%,
    rgb(211, 211, 211) 83%,
    rgb(255, 255, 255) 100%
  );
  outline: none;
}
#light-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
}

#rgb-range {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-progress-appearance: none;
  appearance: none;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    to right,
    #f00 0%,
    #ff0 17%,
    #0f0 33%,
    #0ff 50%,
    #00f 67%,
    #f0f 83%,
    #f00 100%
  );
  outline: none;
}
#rgb-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
}
/**********************************************************************************************/
.rgb-mobile-info {
  max-width: 400px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  align-self: flex-start;
  padding: 1rem;
}
.rgb-mobile-info span {
  color: #fff;
}
.rgb-mobile-info span:nth-child(1) {
  font-weight: bold;
  font-size: 2.8em;
}
.rgb-mobile-info span:nth-child(2) {
  font-weight: bold;
  font-size: 3em;
}
.rgb-mobile-info span:nth-child(3) {
  font-size: 3em;
}
.rgb-mobile-app-logo-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0 0.6rem;
  margin-top: 2rem;
}
.rgb-mobile-app-logo-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
.rgb-mobile-inohomplus {
  max-width: 99px;
  max-height: 99px;
}
.rgb-mobile-inohomplus img {
  width: 100%;
  height: auto;
}
.rgb-mobile-market {
  max-width: 164px;
  max-height: 51px;
}
.rgb-mobile-market img {
  width: 100%;
  height: 100%;
}
.rgb-mobil-mockup {
  max-width: 613px;
  max-height: 612px;
}
.rgb-mobil-mockup img {
  width: 100%;
  height: auto;
}
@media (max-width: 500px) {
  .rgb-features-img {
    max-width: 337.4px;
    max-height: 259px;
  }
  .rgb-features-text h1 {
    font-size: 2.2em !important;
  }
  .rgb-features-text p {
    font-size: 1.2em !important;
  }
  .rgb-nova-img {
    max-width: 386px;
    max-height: 213px;
  }
  .rgb-mobile-info span {
    width: 100%;
    text-align: center;
  }
  .rgb-mobile-info span:nth-child(1) {
    font-weight: bold;
    font-size: 2em;
  }
  .rgb-mobile-info span:nth-child(2) {
    font-size: 2.2em;
  }
  .rgb-mobile-info span:nth-child(3) {
    font-size: 2.2em;
  }
  .rgb-mobile-inohomplus {
    max-width: 70px;
    max-height: 70px;
  }
  .rgb-mobile-market {
    max-width: 114.8px;
    max-height: 35.7px;
  }
  .rgb-mobile-app-logo-container {
    width: 100%;
    justify-content: center;
  }
  .rgb-row-container {
    height: auto;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
