@font-face {
  font-family: "Metropolis";
  src: url("metropolis.regular.otf") format("opentype");
}

@font-face {
  font-family: "Inter-Regular";
  src: url("fonts/Inter-Regular.ttf") format("opentype");
}

@font-face {
  font-family: "Inter-Bold";
  src: url("fonts/Inter-Bold.ttf") format("opentype");
}

@font-face {
  font-family: "Inter-Light";
  src: url("fonts/Inter-Light.ttf") format("opentype");
}

@font-face {
  font-family: "Inter-Medium";
  src: url("fonts/Inter-Medium.ttf") format("opentype");
}

@font-face {
  font-family: "Inter-SemiBold";
  src: url("fonts/Inter-SemiBold.ttf") format("opentype");
}

@font-face {
  font-family: "Inter-Thin";
  src: url("fonts/Inter-Thin.ttf") format("opentype");
}

:root {
  --bg-color: #000;
  --card-color: rgb(23, 23, 23);
  --purple: rgb(123, 31, 162);
  --violet: rgb(103, 58, 183);
  --pink: rgb(244, 143, 177);
  --fade-text: #6e6e73;
  --text-color: #dfdfe3;
  --form-color-top: #424242;
  --form-color-left: #303030;
  --form-border: #858585;
  --form-social: #404040;
}

img {
  max-width: 100%;
  display: block;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#lds-roller-text {
  color: #fff;
  font-size: 1.5rem;
  font-family: "Inter-Regular";
  margin-top: 10px;
}

@media screen and (max-width: 480px) {
  .lds-roller {
    scale: 0.65;
  }
}

@media screen and (max-width: 960px) {
  .lds-roller {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    top: 20%;
  }
  #lds-roller-text {
    opacity: 0;
  }
  #lds-roller-text {
    scale: 0.1;
  }

  #lds_svg {
    scale: 0.1;
    opacity: 0;
  }
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--fade-text);
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--fade-text);
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--fade-text);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Inter-Regular";
  scroll-behavior: smooth;
  background-color: var(--bg-color);
  background-color: transparent;
}

html,
body {
  background-color: var(--bg-color);
  /* overflow: hidden; */
  /* overflow-x: hidden; */
  position: relative;
}

.spacer {
  height: 10vh;
  background-color: var(--bg-color);
}

.navbar {
  background-color: #181818;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  position: sticky;
  top: 0;
  z-index: 55;
}

.navbar__container {
  background-color: transparent;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 60px;
  z-index: 55;
  width: 100%;
  max-width: 3000px;
  margin: 0 0;
  margin-right: 4rem;
  padding: 0 0;
}

#navbar__logo {
  margin-left: 6.5rem;
}

#navbar__logo__link {
  height: 60px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

li {
  margin-left: 50px;
}

.navbar__menu {
  height: 60px;
  display: flex;
  align-items: right;
  list-style: none;
  background-color: transparent;
}

.navbar__item {
  background-color: transparent;
  height: 60px;
}

.navbar__links {
  color: #fff;
  background-color: transparent;
  display: flex;
  align-items: center;
  padding-top: 2.5px;
  justify-content: center;
  text-decoration: none;
  height: 100%;
  transition: all 0.3s ease;
  font-family: "metropolis", sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
}

.navbar__links:hover {
  color: #a3a3a3;
  transition: all 0.3s ease;
}

#contactUs {
  height: 50%;
}

#contact_us {
  padding-right: 15px;
}

.navbar__btn {
  display: flex;
  background-color: transparent;
  justify-content: center;
  align-items: center;
  /* padding: 0 1rem; */
  width: 110px;
  height: 60px;
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height: 100%;
  width: 100%;
  border: none;
  font-weight: 400;
  font-size: 0.95rem;
  outline: none;
  border-radius: 4px;
  background: #48586f;
  color: #fff;
  transition: all 0.3s ease;
}

.button:hover {
  background: #3f4a59;
  color: #a3a3a3;
  transition: all 0.3s ease;
}

@media screen and (max-width: 960px) {
  .navbar__container {
    display: flex;
    justify-content: space-between;
    height: 80px;
    z-index: 99;
    width: 100%;
    max-width: 1300px;
    padding: 0;
  }

  .navbar__menu {
    display: grid;
    grid-template-columns: auto;
    margin: 0;
    width: 100%;

    position: absolute;
    top: -1000px;
    opacity: 1;
    transition: all 0.7s ease-out;
    z-index: -1;
  }

  .navbar__menu.active {
    background: #181818;
    top: 100%;
    opacity: 1;

    transition: all 0.5s cubic-bezier(0.21, 0.94, 0.23, 1);
    z-index: 999;
    height: 40vh;
    font-size: 1.6rem;
  }

  #navbar__logo {
    padding-left: 10px;
    margin-left: 1.5rem;
    margin-top: 16.5px;
    background-color: transparent;
  }

  .navbar__toggle .bar {
    width: 25px;
    height: 3px;
    margin: 5px auto;
    transition: all 0.3s ease-in-out;
    background: #fff;
  }

  .navbar__item {
    width: 100%;
    margin: 0 0;
  }

  .navbar__links {
    text-align: center;
    padding: 2rem;
    width: 100%;
    font-size: 1.25rem;
    display: table;
  }

  .navbar__links:hover {
    color: #a3a3a3;
    transition: all 0.3s ease;
  }

  .navbar__btn {
    display: flex;
    margin: 0 0;
    text-align: center;
    align-items: center;
    width: 100%;
    font-size: 1.25rem;
  }

  #contactUs {
    width: 130px;
    height: 50px;
    font-size: 1.25rem;
  }

  .button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 120px;
    margin: 0;
  }

  #mobile-menu {
    position: absolute;
    top: 21.5%;
    right: 5%;
  }

  .navbar__toggle .bar {
    display: block;
    cursor: pointer;
  }

  #mobile-menu.is-active .bar:nth-child(2) {
    opacity: 0;
  }

  #mobile-menu.is-active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  #mobile-menu.is-active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}

/* Hero Section */
#title_video_wrapper {
  height: 43vw;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 5%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#title_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  scale: 0.9;
  z-index: 3;
  transition: scale 1.25s cubic-bezier(0.05, 0.6, 0.27, 1.01);
}

#title_led_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  scale: 0.9;
  z-index: 1;
  transition: scale 1.25s cubic-bezier(0.05, 0.6, 0.27, 1.01);
}

#title_text_wrapper {
  width: 100%;
  top: 18%;
  position: absolute;
  z-index: 2;
}

#title_text {
  font-family: "Inter-Medium";
  font-size: 12vw;
  color: var(--text-color);
  text-align: center;
  opacity: 0;
  animation: fadeIn ease 2.5s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

#title_video {
  position: absolute;
  top: 0%;
}

.title_spacer {
  width: 100%;
  height: 0vh;
}

@media screen and (max-width: 820px) {
  #title_video_wrapper {
    padding-top: 65%;
    width: 100%;
    margin-bottom: 10vh;
    margin-top: 15vh;
  }

  #title_video {
    width: 90%;
  }

  .title_spacer {
    height: 8vh;
  }
}

/* interactive demo and contact us form */
.button_container {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 15vh;
  gap: 25px;
  position: relative;
  z-index: 5;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

#title_buttons {
  opacity: 0;
  /* animation: fadeIn ease 2.5s;
  animation-delay: 1.25s;
  animation-fill-mode: forwards; */
}

#contact_us_svg {
  margin-bottom: 2px;
}

/* No PC section */
.image_stack {
  width: 100%;
  height: clamp(550px, 60vw, 1500px);
}

.No_Programming {
  list-style-type: none;
  position: absolute;
  height: 400px;
  width: 400px;
  display: flex;
  flex-direction: column;
  background-color: transparent;
  justify-content: start;
  align-items: start;
  gap: 10px;
  margin-left: 60%;
  margin-top: 18%;
  z-index: 5;
}

.no_programming_required {
  color: var(--text-color);
  width: 259.0908203125px;
  background-color: transparent;
  height: clamp(16px, 1.5vw, 25px);
  margin: 0 0;
  left: 0px;
  top: 0px;
  text-align: left;
  font-size: clamp(18px, 1.5vw, 1.3125rem);
  font-family: "Inter-SemiBold";
}

.no_programming_body {
  margin: 0 0;
  color: var(--fade-text);
  width: 324.017578125px;
  background-color: transparent;
  height: auto;
  left: 0px;
  top: 35px;
  text-align: left;
  font-size: clamp(18px, 1.5vw, 1.3125rem);
  letter-spacing: 0.23100000619888306;
}

.interactive_demo {
  text-decoration: none;
  padding-right: 10px;
  padding-left: 10px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  display: flex;
  flex-direction: row;
  gap: 5px;
}

.interactive_demo:hover {
  scale: 1.05;
  transition: 0.2s;
}

.interactive_demo:not(:hover) {
  scale: 1;
  transition: 0.2s;
}

.interactive_demo_text {
  color: #fff;
  background-color: transparent;
  font-size: 16px;
  font-size: clamp(14px, 1.55vw, 15px);
  font-family: "Inter-Regular";
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 0px;
  margin-left: 5px;
  text-align: center;
}

.image_class {
  width: 100%;
  position: absolute;
  z-index: 1;
  object-fit: cover;
  object-position: 25% 25%;
}

.interactive_demo_svg {
  color: #fff;
  background-color: transparent;
  margin-bottom: 0px;
  margin-left: 2px;
  margin-right: 4px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0px;
  text-align: center;
}

@media screen and (max-width: 820px) {
  .image_stack {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    height: auto;
  }

  .image_class {
    position: absolute;
    top: 0;
    width: 97.5%;
    height: 100%;
    margin-bottom: 10vw;
    scale: 1.1;
    object-fit: cover;
    object-position: 50% 0;
  }

  .image_container {
    position: relative;
    width: 97.5%;
    height: 0;
    padding-top: 100%;
  }

  .No_Programming {
    margin-left: 10%;
    position: relative;
    z-index: 1;
    gap: 15px;
  }

  .no_programming_required {
    font-size: 21px;
  }

  .no_programming_body {
    font-size: 21px;
    height: auto;
  }

  .interactive_demo_text {
    font-size: 15px;
  }
}

@media screen and (max-width: 480px) {
  .No_Programming {
    margin-left: 10%;
    width: 70%;
  }

  .interactive_demo {
    margin-top: 10px;
  }
}

@media (max-width: 360px) {
  .no_programming_required {
    font-size: 16px;
  }
  .no_programming_body {
    font-size: 15px;
    width: 90%;
  }
  .image_class {
    width: 90%;
  }
  .interactive_demo_text {
    font-size: 12px;
  }
}

/* animations */
.hidden {
  background-color: transparent;
  opacity: 0;
  filter: blur(5px);
  transform: translateY(15%);
  transition: all 0.75s ease-in-out;
  transition-delay: calc(var(--order) * 0.1s);
}

.show {
  opacity: 1;
  filter: blur(0px);
  transform: translateY(0%);
  background-color: transparent;
  transition-delay: calc(var(--order) * 0.1s);
}

/* Styles */
.hero_title {
  background-color: var(--bg-color);
  width: 100%;
  height: clamp(150px, 75vh, 800px);
  margin-bottom: 10%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: start;
}

.hero_title_text {
  width: clamp(0px, 90%, 980px);
  height: clamp(250px, 50vh, 743px);
  margin-left: 10%;
  position: absolute;
  display: flex;
  justify-content: end;
  flex-direction: column;
  column-gap: 30rem;
}

@keyframes background-pan {
  from {
    background-position: 0% center;
  }

  to {
    background-position: -200% center;
  }
}

.magic {
  font-family: "Inter-SemiBold";
  animation: background-pan 4s linear infinite;
  background: linear-gradient(
    to right,
    var(--purple),
    var(--violet),
    var(--pink),
    var(--purple)
  );
  background-size: 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}

.nopc_title {
  font-family: "Inter-SemiBold";
  color: var(--text-color);
  width: clamp(0px, 90%, 1000px);
  height: 400px;
  position: absolute;
  left: 0px;
  top: -15px;
  text-align: left;
  font-size: clamp(3.75rem, 7.5vw, 7.5rem);
  line-height: clamp(3.75rem, 7.5vw, 7.5rem);
  letter-spacing: -2px;
}

.nopc_body {
  color: var(--text-color);
  width: clamp(0px, 90%, 790px);
  height: clamp(240px, 42vw, 325px);
  position: absolute;
  left: 0px;
  top: clamp(180px, 25vw, 373px);
  /* line-height: clamp(1rem, 5vw, 2.25rem); */
  font-size: clamp(1.25rem, 2vw, 2rem);
  text-align: left;
  letter-spacing: 0.12800000607967377;
}

/* logic controller */
#logic_controller_container {
  margin-top: 5vh;
  margin-bottom: 5vh;
}

#logic_controller_text_controller {
  margin-left: 70%;
  margin-top: 15%;
}

@media screen and (max-width: 820px) {
  #logic_controller_text_controller {
    margin-left: 10%;
  }
}

@media (max-width: 360px) {
  .nopc_title {
    font-size: 15vw;
  }
}

/* lens with letters  */
#lens_with_letters {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45vw;
}

#lens_with_letters_video {
  width: 80vw;
  z-index: 1;
}

#rfid_smart_and_smarter_video {
  width: 80vw;
  z-index: 1;
}

#built-in-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  color: var(--fade-text);
  background-color: transparent;
  position: relative;
  z-index: 9;
}

#built-in-visual-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

#built-in-visual-text {
  width: 50%;
  height: 100%;
  background-color: transparent;
  text-align: left;
}

@media (max-width: 1000px) {
  #built-in-visual-text {
    width: 80%;
  }
}
/* visual verification */
.visual_verification {
  height: 50vw;
  width: 100%;
  border-top: #424245 1px solid;
  border-bottom: #424245 1px solid;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.visual_verification_horizontal {
  width: 50%;
  height: 50vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-self: center;
}

#visual_verification_img {
  width: 35%;
}

#leftside.visual_verification_horizontal {
  border-right: #424245 1px solid;
  padding-top: 1.5%;
}

#rightside.visual_verification_horizontal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.visual_verification_verticle {
  width: 100%;
  height: 25vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 8px;
  padding-left: 15%;
}

#top.visual_verification_verticle {
  border-bottom: #424245 1px solid;
}

.visual_verification_verticle_svg_container {
  width: calc(75vw * 0.5);
  height: 2.25vw;
  display: flex;
  justify-content: start;
  align-items: start;
}

#svgs {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: start;
}

.visual_verification_verticle_text_title {
  width: 75%;
  font-size: 1.5vw;
  color: var(--text-color);
  font-family: "Inter-SemiBold";
}

.visual_verification_verticle_text_body {
  width: 75%;
  font-size: 1.1vw;
  color: var(--fade-text);
  font-family: "Inter-Regular";
}

@media (max-width: 1000px) {
  .visual_verification {
    flex-direction: column;
    height: 165vh;
    justify-content: start;
    border-top: #424245 0px solid;
  }

  .visual_verification_horizontal {
    height: 90vh;
    width: 100%;
    border-top: #424245 1px solid;
  }

  .visual_verification_verticle {
    height: 100%;
  }

  .visual_verification_verticle_svg_container {
    width: 75%;
    height: 3.5vh;
  }

  .visual_verification_verticle_text_title {
    font-size: 4.5vw;
  }

  .visual_verification_verticle_text_body {
    font-size: 2.8vw;
  }

  #leftside.visual_verification_horizontal {
    height: 75vh;
    border-right: #000 0 solid;
    padding-top: 7.5%;
  }

  #visual_verification_img {
    width: 85%;
    height: 100%;
    position: relative;
  }
}

@media (max-width: 480px) {
}
/* Have PC have plc no probelm */
#have-pc-have-plc {
  font-size: 36px;
}

#modes_img_text_padding {
  padding: 0 10%;
  color: var(--fade-text);
}

#gpio_video {
  width: 45vw;
}

@media (max-width: 1000px) {
  #have-pc-have-plc {
    font-size: 28px;
  }
  #gpio_video {
    width: 75vw;
  }

  #modes_img_text_padding {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  #have-pc-have-plc {
    font-size: 20px;
  }

  #gpio_video {
    width: 90vw;
  }

  #modes_img_text_padding {
    font-size: 18px;
    padding: 0 5%;
    font-size: 17px;
  }
}

/* Fully Modular Design */
.modes_image {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
  margin-bottom: 100px;
  margin-top: 25px;
}

.modes_image_container {
  width: 50%;
  overflow: hidden;
  height: 27.5vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top: #424245 1px solid;
  border-bottom: #424245 1px solid;
}

#modes_image_one {
  border-right: #424245 1px solid;
}

.modes_image_img {
  margin: 25px 25px;
  margin-bottom: 0px;
  width: 75%;
  height: auto;
}

.modes_img_text {
  color: var(--text-color);
  margin: 25px;
  font-size: 1.25vw;
}

#fully_modular_design {
  margin-top: 20vh;
  margin-bottom: 20vh;
}

@media (max-width: 1000px) {
  .modes_image {
    flex-direction: column;
  }

  .modes_image_container {
    width: 100%;
    height: 50vh;
    border-right: none;
  }

  #modes_image_one {
    border-right: 0px;
    border-bottom: 0px;
  }
}

/* Real-time label preview */
#real_time_label_preview_left1 {
  position: absolute;
  opacity: 1;
}

#real_time_label_preview_left2 {
  position: absolute;
  opacity: 0;
}

#real_time_label_preview_right1 {
  position: absolute;
  opacity: 1;
}

#real_time_label_preview_right2 {
  position: absolute;
  opacity: 0;
}

.center_text {
  height: 200px;
  width: 100%;
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  list-style-type: none;
}

.center_text_title {
  font-family: "Inter-SemiBold";
  font-size: 48px;
  font-size: clamp(28px, 5vw, 48px);
  text-align: center;
  background-color: transparent;
  margin: 0 0;
  margin-bottom: 10px;
}

.center_text_body {
  font-size: clamp(18px, 1.5vw, 20px);
  font-family: "Inter-Regular";
  width: clamp(200px, 75vw, 705px);
  color: var(--fade-text);
  text-align: center;
  margin: 0 0;
}

@media screen and (max-width: 480px) {
  .center_text {
    margin-bottom: 10px;
  }

  .center_text_body {
    width: 95vw;
  }
}

/* real time label videos */
.real_time_label_videos {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: start;
  margin-top: 25px;
  margin-bottom: 4.5vh;
  gap: 1.5vw;
}

.real_time_label_img {
  width: 100%;
  flex-direction: row;
  position: relative;
  display: flex;
  justify-items: center;
  align-items: center;
}

.real_time_label_img_two {
  height: 45vw;
  flex-direction: row;
  position: relative;
}

#build_your_own_video_left1 {
  position: absolute;
  opacity: 1;
}

#build_your_own_video_left2 {
  position: absolute;
  opacity: 0;
}

#build_your_own_video_right1 {
  width: 70%;
  margin: auto;
  position: absolute;
  opacity: 1;
}

#build_your_own_video_right2 {
  width: 70%;
  position: absolute;
  opacity: 0;
}

#build_your_own_ui_videos_button {
  margin-top: 5%;
}

.focused {
  scale: 1.05;
  opacity: 1;
  transition: scale 0.6s cubic-bezier(0.06, 0.37, 0.37, 0.99);
  z-index: 15;
  width: 35%;
  background-color: transparent;
  display: flex;
  justify-items: center;
  align-items: center;
}

.unfocused {
  scale: 1;
  width: 35%;
  opacity: 0.75;
  transition: scale 0.6s cubic-bezier(0.06, 0.37, 0.37, 0.99);
  background-color: transparent;
  color: #6e6e73;
  z-index: 1;
  display: flex;
  justify-items: center;
  align-items: center;
}

.replayButton {
  display: flex;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: auto;
  height: 30px;
}

.replay_button_wrapper {
  display: flex;
  flex-direction: row;
  gap: 5px;
  color: #1f6feb;
  justify-content: center;
  align-items: center;
  width: 100px;
  overflow: hidden;
  height: 0px;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.replay_button_text {
  color: #1f6feb;
}

.replay_button_wrapper_show {
  height: 30px;
  opacity: 1;
  transition: opacity 0.25s ease;
}

.replay_button_wrapper:hover {
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.5s ease;
}

.show {
  opacity: 1;
  filter: blur(0px);
  transform: translateY(0%);
}

#vid_one {
  height: 50vw;
}

#vid_two {
  display: flex;
  justify-content: center;

  height: 50vw;
}

@media screen and (max-width: 1000px) {
  .real_time_label_videos {
    height: calc(100vw * 1.085);
    overflow: auto;
    margin-bottom: 0px;
  }
  .unfocused {
    position: absolute;
    width: 80%;
  }

  .focused {
    position: absolute;
    width: 80%;
  }

  #vid_one {
    margin-bottom: 25px;
    margin-right: 25px;
    height: 62.5vh;
  }

  #vid_two {
    margin-top: 25px;
    margin-left: 25px;
    height: 62.5vh;
  }
}

@media screen and (max-width: 480px) {
  .real_time_label_videos {
    height: calc(100vw * 1.175);
    overflow: auto;
    margin-bottom: 0px;
  }
  .replay_button_wrapper:hover {
    cursor: pointer;
    opacity: 1;
  }
  .replayButton {
    margin-top: 2.5vh;
  }
}

/* Build your own UI */
.build_your_own_ui_videos {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: start;
  margin-top: 25px;
  margin-bottom: 4.5vh;
  gap: 25px;
}

#build_your_own_ui {
  margin-top: 25px;
}

@media screen and (max-width: 1000px) {
  .build_your_own_ui_videos {
    height: calc(100vw * 1.085);
    overflow: auto;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 480px) {
  .build_your_own_ui_videos {
    height: calc(100vw * 1.175);
    overflow: auto;
    margin-bottom: 0px;
  }
}

#zero_programming_setup {
  margin-bottom: 15vh;
}

/* change image on click */
#controls-container {
  height: 80px;
  width: 100%;
  padding-left: 25%;
  padding-right: 25%;
  justify-content: center;
  align-items: center;
  margin-top: 2.5%;
}

.controls-container:after {
  content: "";
  display: block;
  clear: both;
}

.control {
  position: relative;
  float: left;
  width: 25%;
  height: 100%;
}

.control-btn {
  width: 75%;
  height: 65%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: white;
  opacity: 0.5;
  font-size: 20px;
  text-align: center;
  line-height: 46px;
  border-radius: 12px;
  transition: all 0.3s;
}

.control-btn-selected {
  background-color: rgba(98, 89, 89, 0.4);
  opacity: 1;
}

.control-btn:hover {
  background-color: rgba(98, 89, 89, 0.3);
  opacity: 0.8;
}

.container {
  width: 100%;
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#change_image_on_click {
  width: 100%;
  padding: 0% 25%;
}

.image {
  width: 35%;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 1;
  transition: all 0.2s;
}

.hide {
  opacity: 0.75;
}

#ui.image {
  background-size: contain;
}

#label.image {
  background-size: contain;
}

@media screen and (max-width: 820px) {
  #ui.image {
    width: 80%;
    height: 65%;
  }

  .control-btn {
    font-size: 16px;
    width: 85%;
    height: 55%;
  }

  #controls-container {
    margin-top: 2.5%;
    padding-left: 5%;
    padding-right: 5%;
  }

  #label.image {
    width: 80%;
    height: 30vh;
    margin-top: 2.5%;
  }

  .container {
    height: 10vh;
    flex-direction: column;
    width: 90%;
    margin: auto;
  }

  #change_image_on_click {
    width: 100%;
    padding: 0% 2.5%;
  }
}

@media screen and (max-width: 820px) {
  #tailor-made-solution-video-text {
    height: auto;
    margin-bottom: 2.5vh;
    margin-top: 5vh;
  }
  #tailor-made-solution {
    height: 57.5vw;
    padding-top: 0%;
  }
}

/* Tailor-made solutions */
#tailor-made-solution {
  height: 57.5vw;
}

#tailor-made-solution-text {
  height: 250px;
}

#tailor-made-solution-video-text {
  height: auto;
  margin-bottom: 2.5vh;
}

/* and much more section */
.and_much_more_text {
  text-align: left;
  margin-top: 25px;
  margin-bottom: 10vh;
  padding-left: 14.5%;
}

.and_much_more_body {
  color: var(--text-color);
  font-size: 32px;
  font-family: "Inter-semiBold";
}

.much_more_grid {
  width: 100%;
  padding-left: 12.5vw;
  padding-right: 12.5vw;
  justify-content: center;
  align-items: start;
  display: grid;
  grid-row-gap: 65px;
  grid-column-gap: 12.5vw;
  margin: 0 0px;
  grid-template-columns: repeat(auto-fill, 400px);
}

.much_more_container {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 5px;
  max-width: 450px;
}

.much_more_svg_container {
  position: relative;
  left: -5px;
  scale: 0.9;
  width: auto;
}

.much_more_title {
  color: var(--text-color);
  font-size: 21px;
  font-family: "Inter-semibold";
  text-align: center;
}

.much_more_body {
  font-family: "Inter-Regular";
  color: var(--fade-text);
  font-size: 17px;
}

.and_much_more_disclaimer {
  width: 100%;
  padding-right: 20vw;
  height: 100%;
  margin-top: 5vh;
}

.and_much_more_disclaimer_body {
  font-family: "Inter-Regular";
  color: var(--fade-text);
  font-size: 14px;
  text-align: right;
}

@media (max-width: 1000px) {
  .much_more_grid {
    margin: 0 0;
  }

  .and_much_more_disclaimer {
    padding-right: 15vw;
  }

  .and_much_more_body {
    font-size: 28px;
  }

  .and_much_more_text {
    padding-left: 2.5%;
  }
}

@media (max-width: 480px) {
  .much_more_grid {
    padding-left: 8vw;
    padding-right: 0vw;
    overflow: clip;
  }

  #python_based_app {
    font-size: 3.5vw;
    text-align: center;
  }

  .much_more_title {
    color: var(--text-color);
    font-size: 4.3vw;
    font-family: "Inter-semibold";
    width: 100%;
    text-align: left;
  }

  .much_more_body {
    font-family: "Inter";
    color: var(--fade-text);
    font-size: 3.8vw;
    width: 80vw;
  }

  .and_much_more_body {
    font-size: 24px;
  }

  .and_much_more_disclaimer_body {
    font-size: 15px;
  }
}

/* left justify text */
.left_justify_text {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.left_justify_text_wrapper {
  width: 72%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.left_justify_text_title {
  color: var(--text-color);
  font-size: 48px;
  font-family: "Inter-semibold";
  margin-top: 25px;
  margin-bottom: 5px;
  letter-spacing: -0.75px;
  display: flex;
  flex-direction: row;
  gap: 5px;
}

.left_justify_text_body {
  color: var(--fade-text);
  font-size: 20px;
  max-width: 720px;
  font-family: "Inter-Regular";
  margin-bottom: 25px;
  letter-spacing: -0.75px;
}

#RFID_smart_and_smarter {
  margin-top: 2.5vw;
}

@media (max-width: 1000px) {
  #RFID_smart_and_smarter {
    margin-top: 5vw;
  }

  .left_justify_text_wrapper {
    width: 85%;
  }

  .left_justify_text_title {
    font-size: 34px;
  }

  .left_justify_text_body {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .left_justify_text_title {
    font-size: 28px;
  }

  .left_justify_text_body {
    font-size: 14px;
  }
}

/* Pick a size, pick your size */
.three_image_holder {
  margin-top: 5vh;
  width: 100%;
  height: 60vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.single_image_holder {
  width: 30vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.single_image_holder_text {
  width: 100%;
  color: var(--text-color);
  margin-top: 10%;
  height: auto;
  text-align: center;
  font-size: clamp(18px, 1.5vw, 1.3125rem);
}

#mx_pro_with_arm {
  offset: 30% 0;
  scale: 1.25;
}

#mx_pro {
  margin-top: 2.5%;
  scale: 0.85;
}

#mx_pro_text {
  margin-top: 1%;
}

#mx_print_engine_text {
  margin-top: -12%;
}

#mx_print_engine {
  margin-top: 14.25%;
  scale: 0.55;
}

/*MxParameter*/
.product3 { position: relative;  padding: 120px 0 150px; overflow: hidden; background-size: cover; }

.product3Con { width: 1299px; margin: 0 auto; color: #fff; }

.product3Tit h5 { font-size: 24px; line-height: 46px;}

.product3Tab-mod { margin-top: 120px; }

.product3Tab-mod .tab-term { display: inline-block; font-size: 18px; border-bottom: 2px solid transparent; -webkit-transition: all 0.3s; transition: all 0.3s; margin-right: 20px; margin-top: 40px; cursor: pointer; }

.product3Tab-mod .tab-modTit { display: inline-block; width: 140px; font-size: 24px; margin-top: 40px; }

.product3Tab-mod .tab-term.active, .product3Tab-mod .tab-term:hover { color: #d30a2d; border-color: #d30a2d; }
.product3Tab-mod .tab-bar{max-width: 87%;}

.product3Tab-mod .tab-cont { position: relative; margin-top: 90px; }

.product3Tab-mod .tab-item { position: absolute; top: 0; left: 0; display: none; }

.product3Tab-mod .tab-item.active { position: static; }
.product3TabitemBox { width: auto; margin-right: 100px; display: inline-block; }

.product3TabitemBox p { font-size: 14px; color: #fff; }

.product3TabitemBox .num {font-size: 16px; color: #d30a2d;}
.product3TabitemBox .num span{ font-size: 72px; line-height: 1; margin-top: 20px; font-family: Rubik;padding-right: 20px;color: #d30a2d }

.product3TabitemMore { padding-left: 30px; position: absolute; bottom: 0; right: 0; cursor: pointer; }

.product3TabitemMore i{width: 24px;height: 24px;background: #d30a2d;border-radius: 50%;display: inline-block;position: relative;vertical-align: bottom;
  -webkit-animation: ldonhua 1s infinite alternate;margin-right: 10px;}
.product3TabitemMore i::before{width: 14px;height: 2px;content: "";background: #fff;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.product3TabitemMore i::after{width: 2px;height: 14px;content: "";background: #fff;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}

.product3TabitemMore .t { font-size: 14px; color: #fff; display: inline-block; line-height: 24px;transition: all 0.3s; }

.product3TabitemMore:hover .t{color: #d30a2d;}
@keyframes ldonhua
{
    from {background:#d30a2d ;box-shadow: 0 0 0 #d30a2d;}
    to {background:#810116 ;box-shadow: 0 0 8px #d30a2d;}
}

.product3ModalBox { color: #fff; display: none; }

.product3ModalBox .modal { width: 100%; height: 100%; overflow: auto; position: fixed; top: 0; left: 0; background: rgba(0, 0, 0, 0.4); z-index: 1000; }

.product3ModalBox .modal-content { width: 88%; height: auto; background: #161a21; padding: 150px 120px 175px 140px; margin: 0 auto; position: absolute; top: 200px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.product3ModalBox .modal-header p { font-size: 30px; color: #d30a2d; }
.product3ModalBiBox .modal-header #header{
  display: flex;
}
.product3ModalBox .modal-header h2 { font-size: 36px; color: #fff;display: inline;white-space:nowrap; }

.product3ModalBiBox .modal-header a{position: relative;margin-left: 60%;border-radius: 8px;height: 33px;
  width: 202px; background-color: #2B3543;}

.product3ModalBiBox .modal-header a button{
  height: 100%;
  width: 100%;  
  position: absolute;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  border:none;
  cursor:pointer;
  color: #B3B3B3;}

.product3ModalBox .modal-body { margin-top: 40px; }

.modal-body table{width: 100%}
.modal-body table p{word-break: break-all;line-height: 27px;}
.modal-body table tr{ border-bottom: 1px solid #45484d; font-size: 16px; }
.modal-body table tr td{border: none;padding: 15px 0 10px;}
.modal-body table tr td:first-child{ width: 220px; font: 16px 'siyuan','Microsoft YaHei', 'Hiragino Sans GB', sans-serif,Arial; }
.ModalBoxListsConBr { margin-top: 5px; padding-left: 150px; }
.product3ModalBoxclose { position: absolute; top: -90px; right: 0; width: 50px; height: 50px; cursor: pointer; }
.product3ModalBoxclose img { width: 100%; }
/* Tables ========================================================================== */
/** Remove most spacing between table cells. */
table { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0; }
@media (max-width: 1620px){
  .product3ModalBox .modal-header h2 { font-size: 30px; white-space: normal;}
}
@media (max-width: 1220px){
  .product3Con { width: 100%; }
  .product3Tit h5 { padding-left: 50px; }
  .product3Tab-mod { margin-top: 60px; padding-left: 50px; }
  .product3TabitemMore { right: 20px; font-size: 14px; }
  /*.product4ConBoxText .text { height: 217px; }*/
  .product3ModalBox .modal-content { padding: 50px; }
  .product3ModalBox .modal-header p { font-size: 26px; }
  .product3ModalBox .modal-header h2 { font-size: 30px; white-space: normal;}
  .product3ModalBox .modal-header a button { font-size: 14px; }
  .product3ModalBox .modal-body { margin-top: 20px; }
  }

@media (max-width: 992px){
  .product3Tit h5 { font-size: 18px; line-height: 26px; }
  .product3Tab-mod { margin-top: 0; }
  .product3Tab-mod .tab-modTit { font-size: 20px; margin-top: 20px; }
  .product3Tab-mod .tab-term { margin-top: 20px; }
  .product3Tab-mod .tab-cont { margin-top: 50px; }
  .product3TabitemBox { margin-right: 50px; }
  .product3ModalBoxclose { width: 50px; height: 50px; top: -70px; }
  .product3ModalBox .modal-content { top: 100px; }
  .product3ModalBox .modal-header p { font-size: 22px; }
  .product3ModalBox .modal-header h2 { font-size: 28px; word-wrap: normal;}
  .product3ModalBox .modal-header a button { font-size: 13px; }
  .product3ModalBox .modal-body { margin-top: 10px; }
  .ModalBoxLists { padding: 8px 5px; }
  }
@media (max-width: 768px){
  .product3Tab-mod { padding: 0 15px; }
  .product3Tit h5 { padding:0 20px; }
  .product3Tit h5 { font-size: 16px; line-height:1.4; }
  .product3Tab-mod { padding-left: 20px; text-align: center; }
  .product3Tab-mod .tab-modTit { text-align: left; }
  .product3Tab-mod .tab-cont { margin-top: 30px; }
  .product3Tab-mod .tab-item { font-size: 0; }
  .product3TabitemBox { margin-right: 0; width: 50%; text-align: center; }
  .product3TabitemBox .num span{ font-size: 46px;padding-right: 10px; }
  .product3TabitemMore { position: static; float: none; text-align: left; margin-top: 30px; }
  .product3ModalBox .modal-content { padding: 20px; }
  .product3ModalBox .modal-header p { font-size: 18px; }
  .product3ModalBox .modal-header h2 { font-size: 22px; word-wrap: normal;}
  .product3ModalBox .modal-header a button { font-size: 11px;text-overflow: ellipsis;overflow: hidden; }
  .ModalBoxLists { font-size: 16px; }
  .ModalBoxLists h5 { width: 100px; }
  .ModalBoxListsConBr { padding-left: 100px; }
}
@media (max-width: 465px){
.product3{margin-top:-5px}
.product3Tab-mod .tab-modTit { display: block; }
.product3Tab-mod .tab-term { width: auto; padding: 0 10px; margin-right: 0; }
.product3Tab-mod { text-align: left; }
.product3TabitemBox { width: 50%; margin-top: 10px; }
.modal-body table tr td{font-size: 12px;}
.modal-body table tr td{padding: 5px 0 5px;}
}



@media (max-width: 640px) {
  .three_image_holder {
    flex-direction: column;
    width: 100%;
    height: 150vh;
    align-items: center;
  }
  
  .single_image_holder {
    width: 80%;
  }
}

/* cards */
#cards_title_text {
  margin-bottom: 4vh;
  margin-top: 10vh;
}

#heat_card {
  background-size: contain;
}

#touch_screen {
  background-size: contain;
}

#RFID_card {
  background-size: contain;
}

#printhead_card {
  background-size: contain;
}

#peripherals_card {
  background-size: contain;
}

#processor_card {
  background-size: contain;
}

.cardsScaffold {
  align-items: start;
  background-color: var(--bg-color);
  display: flex;
  height: 90vh;
  justify-content: center;
  margin: 0px;
  overflow: hidden;
  padding: 0px;
  max-height: 950px;
}

#cards {
  /* background-color: var(--bg-color); */
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  max-width: 1200px;
  width: calc(100% - 20px);
}

#cards:hover > .card::after {
  opacity: 1;
}

.card_svg_wrapper {
  width: 10%;
}
.card {
  /* background-color: rgba(255, 255, 255, 0.1); */
  background-color: #181818;
  border-radius: 10px;
  border-width: 1px;
  /* cursor: pointer; */
  display: flex;
  height: 331px;
  flex-direction: column;
  position: relative;
  width: 388px;
}

/* .card:not(:hover) {
  transform: scale(1);
  transition: 0.3s ease-in;
}
.card:hover {
  transform: scale(1.01);
  transition: 0.3s ease-in;
} */

.card:hover::before {
  opacity: 1;
}

.card::before,
.card::after {
  border-radius: inherit;
  content: "";
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  transition: opacity 500ms;
  width: 100%;
}

#ox_script {
  font-family: "Inter-SemiBold";
  font-size: clamp(3rem, 8vw, 10rem);
  background: #da22ff; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #9114ff,
    #da22ff
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    94.76deg,
    #ed57fe -9.36%,
    #eb59fe -9.35%,
    #29edd5 84.73%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  width: 100%;
  text-align: center;
  border-radius: clamp(0.4rem, 0.75vw, 1rem);
}

#ox_script_text {
  margin-top: 2.5vh;
  height: auto;
  text-align: center;
}

.card::before {
  background: radial-gradient(
    800px circle at var(--mouse-x) var(--mouse-y),
    rgba(255, 255, 255, 0.06),
    transparent 40%
  );
  z-index: 3;
}

.card::after {
  background: radial-gradient(
    600px circle at var(--mouse-x) var(--mouse-y),
    rgba(255, 255, 255, 0.4),
    transparent 40%
  );
  z-index: 1;
}

.card > .card-content {
  /* background-color: var(--bg-color); */
  background-color: #101010;
  border-radius: inherit;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  inset: 1px;
  padding: 10px;
  position: absolute;
  z-index: 2;
}

/* -- ↓ ↓ ↓ extra card content styles ↓ ↓ ↓ -- */

h1,
h2,
h3,
h4,
span {
  color: rgb(240, 240, 240);
  font-family: "Inter-Regular";
  font-weight: 400;
  margin: 0px;
}

i {
  color: rgb(240, 240, 240);
}

.card-images {
  height: 140px;
  /* width: 140px; */
}

.card-image {
  align-items: center;
  display: flex;
  height: 140px;
  justify-content: center;
  overflow: hidden;
}

.card-image > i {
  font-size: 6em;
  opacity: 0.25;
}

.card-info-wrapper {
  align-items: center;
  display: flex;
  flex-grow: 1;
  justify-content: flex-start;
  padding: 0px 10px;
}

.card-info {
  align-items: flex-start;
  display: flex;
  gap: 10px;
}

.card-info > i {
  font-size: 1em;
  height: 20px;
  line-height: 20px;
}

.card-info-title > h3 {
  font-size: 1.1em;
  line-height: 20px;
}

.card-info-title > h4 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85em;
  margin-top: 8px;
}

/* -- ↓ ↓ ↓ some responsiveness ↓ ↓ ↓ -- */

@media (max-width: 480px) {
  html,
  body {
    overflow-x: hidden;
    position: relative;
  }
}

@media (max-width: 360px) {
  html,
  body {
    overflow-x: hidden;
    position: relative;
  }
}

@media (max-width: 1000px) {
  body {
    align-items: flex-start;
    overflow-x: hidden;
  }

  #cards {
    max-width: 1000px;
    padding: 10px 0px;
    gap: 8px;
  }

  .card {
    height: 260px;
    flex-shrink: 1;
    width: calc(50% - 4px);
  }
}

@media (max-width: 500px) {
  .cardsScaffold {
    margin-left: 0%;
  }
  .card {
    height: 180px;
  }

  .card-image {
    height: 80px;
  }

  .card-image > i {
    font-size: 3em;
  }

  .card-info-wrapper {
    padding: 0px 5px;
  }

  .card-info > i {
    font-size: 0.8em;
  }

  .card-info-title > h3 {
    font-size: 0.9em;
  }

  .card-info-title > h4 {
    font-size: 0.8em;
    margin-top: 4px;
  }
}

@media (max-width: 320px) {
  .card {
    width: 100%;
  }
}

/* contact-us form */

.form {
  width: 100%;
  max-width: 820px;
  background-color: var(--form-color-left);
  border-radius: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  z-index: 22;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.contact-form {
  background-color: var(--form-color-top);

  position: relative;
}

.circle {
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 20%, #149279);
  position: absolute;
}

.circle.one {
  width: 130px;
  height: 130px;
  top: 130px;
  right: -40px;
}

.circle.two {
  width: 80px;
  height: 80px;
  top: 10px;
  right: 30px;
}

.contact-form:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: var(--form-color-top);
  color: var(--form-color-top);
  transform: rotate(45deg);
  top: 50px;
  left: -13px;
}

form {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}

.title {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.7rem;
}

.input-container {
  position: relative;
  margin: 1rem 0;
}

.input {
  width: 100%;
  outline: none;
  border: 2px solid var(--form-border);
  background: none;
  padding: 0.6rem 1.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 25px;
  transition: 0.3s;
}

textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 22px;
  resize: none;
  overflow-y: auto;
}

.input-container label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: var(--text-color);

  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem;
}

.input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem;
}

.btn {
  padding: 0.6rem 1.3rem;
  background-color: #fff;
  border: 2px solid #fafafa;
  font-size: 0.95rem;
  color: var(--form-corlor);
  line-height: 1;
  border-radius: 25px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
}

.btn:hover {
  background-color: transparent;
  color: #fff;
}

.input-container span {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}

.input-container span:before,
.input-container span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  background-color: var(--form-color-top);
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  opacity: 1;
}

.input-container span:before {
  width: 45%;
}

.input-container span:before {
  left: 50%;
}

.input-container span:after {
  right: 50%;
}

.contact-info {
  padding: 2.3rem 2.2rem;
  position: relative;
  display: flex;
  flex-direction: column;
}

.contact-info .title {
  color: var(--text-color);
}

.text {
  color: var(--text-color);
  margin: 1.5rem 0 2rem 0;
}

.information {
  display: flex;
  color: #555;
  margin: 0.7rem 0;
  align-items: center;
  font-size: 0.95rem;
}

.icon {
  width: 28px;
  margin-right: 0.7rem;
}

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

.social-media p {
  color: var(--text-color);
}

.social-icons {
  display: flex;
  margin-top: 0.5rem;
}

.social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: var(--form-social);
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s;
}

.social-icons a:hover {
  transform: scale(1.05);
}

#youtube_icon {
  padding: 1.75%;
  padding-top: 1.25%;
}
#form_container {
  background-size: contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  margin-top: 10%;
  margin-bottom: 15%;
  max-height: 900px;
}

@media (max-width: 850px) {
  #form_container {
    background-image: none;
    background-color: var(--bg-color);
  }

  .form {
    grid-template-columns: 1fr;
  }

  .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }

  .contact-form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }

  .square {
    transform: translate(140%, 43%);
    height: 350px;
  }

  .big-circle {
    bottom: 75%;
    transform: scale(0.9) translate(-40%, 30%);
    right: 50%;
  }

  .text {
    margin: 1rem 0 1.5rem 0;
  }

  .social-media {
    padding: 1.5rem 0 0 0;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 1.5rem;
  }

  .contact-info:before {
    display: none;
  }

  .square,
  .big-circle {
    display: none;
  }

  form,
  .contact-info {
    padding: 1.7rem 1.6rem;
  }

  .text,
  .information,
  .social-media p {
    font-size: 0.8rem;
  }

  .title {
    font-size: 1.15rem;
  }

  .social-icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .icon {
    width: 23px;
  }

  .input {
    padding: 0.45rem 1.2rem;
  }

  .btn {
    padding: 0.45rem 1.2rem;
  }
}

/* Footer CSS */
.footer__container {
  /* background-color: #2d3337; */
  background-color: #181818;
  padding: 0 0;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding-bottom: 25px;
}

#footer__logo {
  background-color: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  font-size: 2rem;
}

.footer__links {
  background-color: transparent;
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: space-between;
  padding-left: 10vw;
  padding-right: 6vw;
}

.footer__link--wrapper {
  background-color: transparent;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: space-between;
}

#first__part {
  width: 23vw;
}

#second__part {
  width: 56vw;
}

.footer__link--items {
  display: flex;
  background-color: transparent;
  flex-direction: column;
  align-items: flex-start;
  margin: 16px 0px;
  text-align: left;
  width: 160px;
  box-sizing: border-box;
}

.footer__link--items h2 {
  margin-bottom: 12px;
  font-size: 14.5px;
  background-color: transparent;
  color: #919a9f;
}

.divider {
  height: 1.5px;
  width: 24px;
  background-color: #515b62;
  margin-bottom: 12px;
}

#empty {
  background-color: transparent;
}

.footer__link--items a {
  font-size: 13.5px;
  color: #919a9f;
  text-decoration: none;
  margin-bottom: 0.5rem;
  transition: 0.3 ease-out;
}

.footer__link--items a:hover {
  color: #e9e9e9;
  transition: 0.3 ease-out;
}

.logo_space {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-left: 10vw;
}

.legal_stuff {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  width: 80%;
}

.legal_stuff a {
  font-size: 13.5px;
  color: #919a9f;
  text-decoration: none;
  margin-bottom: 0.5rem;
  transition: 0.3 ease-out;
}

#bottom_logo {
  height: 80px;
  width: 100%;
}

#big_divider {
  height: 1.5px;
  width: 80%;
  background-color: #515b62;
  margin-bottom: 12px;
}

#verticle.divider {
  height: 20px;
  width: 1.5px;
  background-color: #515b62;
  margin-left: 12px;
  margin-right: 12px;
}

.social__icon--link {
  background-color: transparent;
  color: #fff;
  font-size: 24px;
}

.copyrights {
  background-color: transparent;
  font-size: 13.5px;
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: start;
  justify-content: start;
}

.copyrights span {
  background-color: transparent;
  color: #919a9f;
  margin: 0;
}

@media screen and (max-width: 1000px) {
  #big_divider {
    width: 0px;
  }

  .footer__links {
    padding-top: 2rem;
  }

  #footer__logo {
    margin-bottom: 2rem;
  }

  .website__rights {
    margin-bottom: 2rem;
  }

  .footer__link--wrapper {
    flex-direction: column;
  }

  .social__media--wrap {
    flex-direction: column;
  }
}

@media screen and (max-width: 480px) {
  .footer__link--items {
    margin: 0;
    padding: 10px;
    width: 100%;
  }
}



/* 网站修改部分 */
.product4ConMore { margin-top: 50%; margin-left: -50%;  }

.product4ConMore .More { width: 215px; height: 60px; background: #ecebea; margin-left: 10px; display: inline-block; position: relative; }

.product4ConMore .More:first-child { margin-left: 0; -webkit-transition: all 0.3s; transition: all 0.3s; }

.product4ConMore a { text-decoration: none; display: block; width: 100%; height: 100%; padding-left: 38px; font-size: 18px; color: #333; line-height: 60px; -webkit-transition: all 0.3s; transition: all 0.3s; text-align: left; }

.product4ConMore img { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); right: 30px; }

.product4ConMore .iov { display: none; }

.product4ConMore .More:hover .iov { display: block; }

.product4ConMore .More:hover .sow { display: none; }

.product4ConMore .More:hover { background: #d30a2d; }

.product4ConMore .More:hover a { color: #fff; }

@media (max-width: 992px) { 
  .product4ConMore { margin-top: 0%; margin-left: 0%; margin-bottom: 0%;  text-align: center; }
}

@media (max-width: 465px) {
  .product4ConMore .More { width: 150px; height: 40px; }
  .product4ConMore .More a { line-height: 40px; padding-left: 10px; }
  .product4ConMore .More{width: 120px;}
  .product4ConMore a{font-size: 14px;}
  .product4ConMore img { right: 10px; }
}
