@font-face {
  font-family: "Avenir-Light";
  src: url("fonts/Avenir_LT_STD_35.otf") format("opentype");
}
@font-face {
  font-family: "Avenir-Medium";
  src: url("fonts/Avenir_LT_STD_65.otf") format("opentype");
}
.all-lucent-page {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0e0e0e; /**/
}
.lucent-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 100%;
  min-height: 100vh;
}
.lucent-row {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 7rem 0;
  width: 100%;
  height: 100vh;
  background-color: #0e0e0e; /**/
  background: url("lucentCamDocuments/light.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0.5rem;
  overflow: hidden;
}
.lucent-img-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 350px;
  max-height: 540px;
  height: 100%;
}
.lucent-row:hover .lucent-img-container {
  z-index: -1;
}
.lucent-img-container img {
  width: 100%;
  transition: all 0.2s ease-in-out;
}
.lucent-img-animate {
  position: absolute;
  opacity: 0;
}

.lucent-row:hover .lucent-img-container img {
  transform: scale(1.05);
  z-index: 1;
  box-shadow: 0 0 40px #1740db;
}
.lucent-row:hover .lucent-img-animate {
  animation: lucentLoader 0.4s linear 0s 1 alternate;
  animation-fill-mode: forwards;
}
@keyframes lucentLoader {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.lucent-title-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  z-index: 1;
}
.lucent-title-container span:nth-child(1) {
  color: #fff;
  font-weight: bold;
  font-size: 2.8em;
  font-family: "Avenir-Medium" sans-serif;
  cursor: pointer;
}
.lucent-title-container span:nth-child(2) {
  color: #fff;
  font-size: 1.3em;
  font-family: "Avenir-Light" sans-serif;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .lucent-row-container {
    flex-wrap: wrap;
    height: auto;
  }
}
@media (max-height: 790px) {
  .lucent-img-container {
    max-width: 150px;
    max-height: 240px;
    height: 100%;
  }
}
.lucent-wrapper {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lucent-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 1920px;
  position: relative;
}
.arrow-animate {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 40px;
  width: 100px;
  height: 100px;
  z-index: 2;
  cursor: pointer;
}
.arrow-animate span {
  color: #fff;
  font-weight: bold;
  user-select: none;
}
.lucent-top-logo-bg-container {
  max-width: 1920px;
  max-height: 520px;
  width: 100%;
  position: absolute;
  top: 0;
}
.lucent-top-logo-bg-container img {
  width: 100%;
}
.lucent-top-logo-container {
  position: absolute;
  top: 30px;
  max-width: 200px;
}
.lucent-top-logo-container img {
  width: 100%;
}
@media (max-width: 650px) {
  .lucent-top-logo-container {
    max-width: 120px;
  }
}
@media (max-width: 450px) {
  .lucent-top-logo-container {
    top: 10px;
    max-width: 70px;
  }
}
.lucent-banner-container {
  max-width: 1920px;
  max-height: 900px;
}
.lucent-banner-container img {
  width: 100%;
  object-fit: cover;
  height: auto;
}
.lucent-content-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem 0;
  background-image: url("lucentCamDocuments/lucent-light.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #000000fa;
  padding: 1rem;
  padding-bottom: 12rem;
}
.lucent-title-container {
  width: 100%;
  padding: 3rem 1rem;
  height: auto;
}
.lucent-title-container h3 {
  font-family: "Avenir", sans-serif;
  font-weight: 700;
  font-size: 3.4em;
  color: #fff;
}
.lucent-devices-container {
  max-width: 1859px;
}
.lucent-devices-container img {
  width: 100%;
}
.lucent-text-container {
  width: 100%;
  max-width: 1200px;
  padding: 0.5rem;
}
.lucent-text-container p {
  color: #fff;
  font-size: 1.4em;
  text-align: center;
}
.lucent-features-container {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0rem 1.5rem;
  margin-top: 2rem;
}
.lucent-features-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 320px;
  width: 100%;
  min-height: 300px;
  gap: 0.5rem 0;
  padding: 1rem;
}
.lucent-features-img {
  max-width: 80px;
  overflow: hidden;
}
.lucent-features-img img {
  width: 100%;
}
.lucent-features-box h4 {
  font-family: "Avenir", sans-serif;
  color: #fff;
  font-weight: bold;
}
.lucent-features-box p {
  text-align: center;
  color: #fff;
}
.lucent-grup-features-container {
  width: 100%;
  max-width: 1200px;
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.lucent-grup-features-img {
  max-width: 1020px;
}
.lucent-grup-features-img img {
  width: 100%;
}
.lucent-title-container h4 {
  font-family: "Avenir", sans-serif;
  font-weight: 500;
  font-size: 2em;
  color: #fff;
}
.lucent-title-container p {
  color: #fff;
  text-align: center;
  max-width: 1200px;
  font-size: 20px;
}
.lucent-left-product-menu-opener {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #000;
  padding: 0.5rem;
  z-index: 3;
  left: 10px;
  top: 120px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 10px #fff, 0 0 40px #fff, 0 0 10px #000;
  transition: all 0.4s ease-in-out;
}
.lucent-left-product-menu-opener i {
  font-size: 25px;
  color: #fff;
}
.lucent-left-product-menu {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem 0;
  top: 130px;
  left: -160px;
  width: 100%;
  max-width: 120px;
  background-color: #000;
  padding: 0.7rem 0.1rem;
  z-index: 3;
  transition: all 0.4s ease-in-out;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 0 10px #fff;
}
.lucent-left-product-menu::-webkit-scrollbar {
  display: none;
}
.lucent-left-product-menu span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 70px;
  cursor: pointer;
  gap: 0 1rem;
}
.lucent-left-product-menu .lucent-inner-text {
  /*position: absolute;
  z-index: -1;*/
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  width: 50px;
}
/*.lucent-left-product-menu span:hover .lucent-inner-text {
  position: initial;
  z-index: initial;
}*/
.lucent-left-product-menu span:nth-child(1) {
  position: absolute;
  right: -25px;
  top: -25px;
  font-size: 30px;
  background-color: #660000;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  color: #fff;
}
.lucent-left-product-menu span img {
  width: 100%;
  box-shadow: 0 0 10px #1740db;
}
.lucent-opener-hide {
  left: -100px;
}
.lucent-menu-show {
  left: 0;
}
@media (max-height: 700px) {
  .lucent-left-product-menu {
    max-width: 90px;
  }
  .lucent-left-product-menu span {
    max-width: 51px;
  }
}

.lucent-document-container {
  width: 100%;
  min-height: 200px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  background-color: #1a1a1a;
}
.lucent-document-container h2 {
  color: #fff;
  font-weight: 500;
  margin: 0 !important;
}
.lucent-document-container h3 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 2rem;
}
.lucent-documents {
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem 8rem;
  border-bottom: 1px solid rgba(78, 78, 78, 0.603);
}
.lucent-document-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 120px;
  width: 100%;
  padding: 0.5rem;
  cursor: pointer;
  gap: 1rem 0;
  align-self: flex-start;
}
.lucent-document-box i {
  font-size: 50px;
  color: #fff;
  border: 3px solid #fff;
  padding: 1.5rem;
  border-radius: 50%;
}
.lucent-document-box span {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.2em;
}

@media (max-width: 300px) {
  .lucent-documents {
    justify-content: center;
  }
}
