.actuator-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4rem 0;
  padding: 1rem;
}
.actuator-with-bg {
  background-image: url("imageActuator/ccm_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.actuator-top-container {
  max-width: 2600px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 0 3rem;
  margin-bottom: 2rem;
}
.actuator-img-box {
  max-width: 518px;
  max-height: 71px;
}
.actuator-img-box img {
  width: 100%;
}
.actuator-top-container span {
  font-size: 2.7vw;
}

.actuator-top-page {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.actuator-top-img {
  max-width: 600px;
}
.actuator-top-img img {
  width: 100%;
}
.actuator-top-text-container {
  align-self: center;
  max-width: 600px;
  width: 100%;
  padding: 2rem;
}
.actuator-top-text-container h2 {
  width: 100%;
  margin: 0 !important;
  text-align: left;
  font-weight: 550;
  font-size: 25px;
}
.actuator-top-text-container p {
  font-size: 21.4px;
}

.actuator-middle-page {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.actuator-info-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem 0;
}
.actuator-info-container span {
  color: #000;
  font-size: 24px;
}
#middle_text {
  max-width: 500px;
  position: absolute;
  text-align: center;
  font-size: 15.4px;
}
@media (max-width: 600px) {
  .actuator-container {
    margin-bottom: 4rem;
  }
  .actuator-img-box {
    max-width: 218px;
  }
  #middle_text {
    font-size: 13.4px;
  }
  .actuator-top-text-container h2 {
    font-size: 21px;
  }
  .actuator-top-text-container p {
    font-size: 15px;
  }
}

.fullscreen-xhsx {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /*background-image: url("imageActuator/ccm_panjur_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  max-height: 1080px;
  height: 100vh;*/
  width: 100%;
  height: auto;
}
.fullscreen-xhsx img {
  position: relative;
  width: 100%;
}
.fullscreen-xhsx span {
  display: inline;
  width: 100%;
  color: #fff;
  position: absolute;
  top: 14%;
  font-size: 1.6vw;
}
.fullscreen-xhsx span:nth-child(2) {
  max-width: 900px;
  text-align: center;
  position: absolute;
  bottom: 5%;
  font-size: 1.1vw;
}
@media (min-width: 7340px) {
  .fullscreen-xhsx span {
    font-size: 1vw;
    top: 12%;
  }
}
@media (max-width: 1600px) {
  /*.fullscreen-xhsx {
    background-size: contain;
    background-position: top;
    height: 900px;
  }*/
  .actuator-with-bg {
    background-size: contain;
  }
} /*
@media (max-width: 1200px) {
  .fullscreen-xhsx {
    height: 690px;
  }
}
@media (max-width: 850px) {
  .fullscreen-xhsx {
    height: 500px;
  }
}
@media (max-width: 650px) {
  .fullscreen-xhsx {
    height: 360px;
  }
}
@media (max-width: 500px) {
  .fullscreen-xhsx {
    height: 320px;
  }
}
@media (max-width: 400px) {
  .fullscreen-xhsx {
    height: 290px;
  }
}
*/
/***************************************************************************/

.all-actuator-page {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.actuator-carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 100%;
  min-height: 100vh;
  background-color: #0e0e0e;
}

.actuator-row {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 7rem 0;
  width: 100%;
  height: 100vh;
  padding: 0.5rem;
  overflow: hidden;

  background-color: #0e0e0e; /**/
  background: url("lucentCamDocuments/light.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.actuator-img-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 311.5px;
  max-height: 192.5px;
  height: 100%;
  background-color: transparent;
}

.actuator-row:hover .actuator-img-container {
  z-index: -1;
}

.actuator-img-container img {
  width: 100%;
  transition: all 0.2s ease-in-out;
  background-color: transparent;
}

.actuator-img-animate {
  position: absolute;
  opacity: 0;
}

.actuator-row:hover .actuator-img-container img {
  transform: scale(1.05);
  z-index: 1;
  filter: drop-shadow(0 0 13px #797979);
}

.actuator-row:hover .actuator-img-animate {
  animation: actuatorLoader 0.4s linear 0s 1 alternate;
  animation-fill-mode: forwards;
}

.actuator-title-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  z-index: 1;
}

.actuator-title-container span:nth-child(1) {
  color: #fff;
  font-weight: bold;
  font-size: 2.8em;
  font-family: "Avenir-Medium" sans-serif;
  cursor: pointer;
}

.actuator-title-container span:nth-child(2) {
  color: #fff;
  font-size: 1.3em;
  font-family: "Avenir-Light" sans-serif;
  cursor: pointer;
}

@keyframes actuatorLoader {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.actuator-c-top-logo-container {
  position: absolute;
  top: 30px;
  max-width: 300px;
  filter: invert(1);
}

.actuator-c-top-logo-container img {
  width: 100%;
}

@media (max-width: 650px) {
  .actuator-c-top-logo-container {
    max-width: 220px;
    top: 50px;
  }
}

.actuator-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;
}
.actuator-left-product-menu-opener i {
  font-size: 25px;
  color: #fff;
}
.actuator-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: #0e0e0e;
  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;
}
.actuator-left-product-menu::-webkit-scrollbar {
  display: none;
}
.actuator-left-product-menu span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem 0;
  max-width: 70px;
  cursor: pointer;
  gap: 0 1rem;
}
.actuator-left-product-menu .actuator-inner-text {
  /*position: absolute;*/
  z-index: -1;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  width: 50px;
}
.actuator-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;
}
.actuator-opener-hide {
  left: -100px;
}
.actuator-menu-show {
  left: 0;
}
.actuator-left-product-menu span img {
  width: 100%;
}
@media (max-height: 700px) {
  .actuator-left-product-menu {
    max-width: 90px;
  }
  .actuator-left-product-menu span {
    max-width: 51px;
  }
}
