@font-face {
  font-family: "RNS Sanz";
  src: url("./assets/fonts/RNSSanz-Light.woff2") format("woff2"),
    url("./assets/fonts/RNSSanz-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "RNS Sanz";
  src: url("./assets/fonts/RNSSanz-Medium.woff2") format("woff2"),
    url("./assets/fonts/RNSSanz-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "RNS Sanz";
  src: url("./assets/fonts/RNSSanz-Bold.woff2") format("woff2"),
    url("./assets/fonts/RNSSanz-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "RNS Sanz";
  src: url("./assets/fonts/RNSSanz-SemiBold.woff2") format("woff2"),
    url("./assets/fonts/RNSSanz-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "RNS Sanz Normal";
  src: url("./assets/fonts/RNSSanz-Normal.woff2") format("woff2"),
    url("./assets/fonts/RNSSanz-Normal.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Myriad Pro";
  src: url("./assets/fonts/MyriadPro-Regular.woff2") format("woff2"),
    url("./assets/fonts/MyriadPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "RNS Sanz";
}

.landing {
  overflow: hidden;
}

.navbar {
  background-color: white;
  padding: 0;
}

.navbar img {
  height: 1.5vh;
}

.nav-link {
  color: #333333;
  padding: 12px 8px;
}

.navbar hr {
  border-top: 0;
  opacity: 1;
  height: 5px;
  background: rgb(51, 0, 114);
  background: linear-gradient(
    90deg,
    rgba(51, 0, 114, 1) 0%,
    rgba(0, 103, 161, 1) 33%,
    rgba(65, 171, 219, 1) 66%,
    rgba(42, 199, 190, 1) 100%
  );
  width: 100%;
  position: fixed;
  top: 33px;
}

.navbar-nav {
  align-items: center;
}

.nav-solution {
  background: rgb(51, 0, 114);
  background: linear-gradient(
    90deg,
    rgba(51, 0, 114, 1) 0%,
    rgba(0, 103, 161, 1) 33%,
    rgba(65, 171, 219, 1) 66%,
    rgba(42, 199, 190, 1) 100%
  );
}

.nav-solution a {
  color: white !important;
  font-weight: bold !important;
  opacity: 0.5;
}

.nav-solution .dropdown-item {
  color: white !important;
  font-weight: bold !important;
  opacity: 0.5;
}

.nav-solution .nav-active {
  color: white !important;
  font-weight: bold !important;
  opacity: 1;
}

.dropdown-menu {
  border: 0;
  border-radius: 0;
  left: 0;
  background-color: #e5e5e5;
  margin: 0 !important;
}

.dropdown-menu .col {
  padding: 0;
}

.dropdown-submenu img {
  height: 6vh;
  margin: auto;
  transition: 0.2s;
}

#power-strip-nav img {
  height: 3vh;
  margin: 1.5vh 0;
}

.dropdown-submenu a {
  text-decoration: none;
  color: #808080;
  font-weight: bold;
}

.dropdown-hover:hover > .dropdown-menu {
  display: inline-block;
}

.dropdown-item {
  transition: 0.2s;
}

.dropdown-submenu .container:hover .dropdown-item {
  background-color: transparent;
  color: #0067AC;
  text-decoration: underline;
}

.dropdown-hover:hover > .dropdown-submenu {
  display: inline-block;
}

.dropdown-hover > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.nav-product {
  margin: 30px 30px 0 30px;
}

.nav-product {
  display: flex;
  justify-content: center;
  text-align: center;
}

.nav-product a {
  transition: 0.2s;
}

.nav-product p {
  padding-top: 10px;
  font-weight: normal;
}

.nav-product:hover img {
  transform: scale(1.2) translateY(-5px);
  color: #0067AC;
}

.nav-product:hover a {
  color: #0067AC;
}

.landing {
  background: url("./assets/image/landing-bg.svg"),
    radial-gradient(circle, rgba(65, 171, 219, 1) 0%, rgba(51, 0, 114, 1) 75%);
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: overlay;
  position: relative;
}

.landing .container {
  width: 80%;
  padding: 120px 0;
}

.landing img {
 width: 20vh;
}

.iphone-picture {
    max-width: 28vh;
}

.landing-icon {
  position: absolute;
  mix-blend-mode: overlay;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30vw !important;
}

.bg-img {
  width: 50vh !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 40%;
  margin: auto;
  mix-blend-mode: overlay;
}

.landing h1 {
  color: white;
  font-weight: bold;
  font-size: 2.5vh;
  text-align: start;
}

.landing h2 {
  color: white;
  font-weight: bold;
  font-size: 1.7vh;
  padding-top: 10px;
  text-align: start;
}

.landing p {
  color: white;
  padding-right: 20vh;
  line-height: 25px;
}

.landing .left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.landing .right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.landing-home {
  overflow: hidden;
}

.landing-home .container {
  padding: 60px 0;
  max-width: 80%;
}

.landing-section .container {
  max-width: 100%;
}

.landing-home h2 {
  font-size: 3.5vh;
  margin: 0;
  color: #333333;
}

.landing-home p {
  font-size: 2.5vh;
  color: #333333;
  line-height: 25px;
}

.landing-home img {
  width: 15vh;
  padding-top: 20px;
}

.landing-home h3 {
  font-weight: 100;
  font-size: 2vh;
  padding-top: 20px;
}

.landing-home .image-container {
  height: 8vh;
}

.landing-home .col {
  padding: 50px 20px;
}

.landing-home .col img {
  height: 100%;
}

.landing-home a {
  text-decoration: none;
  color: #4e4e4e;
}

.landing-home a img {
  transition: 0.5s;
}

.landing-home a img:hover {
  filter: brightness(150%);
  transform: scale(1.2);
}

.why-primero .container {
  height: 40vh;
  background-image: url("./assets/image/why-primero.jpg");
  background-size: 130%;
  background-repeat: no-repeat;
  background-position: 78% 0%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 9vh;
}

.safety-security .container {
  height: 40vh;
  background-image: url("./assets/image/safety-security.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 78% 0%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding: 9vh;
}

.energy-management .container {
  height: 40vh;
  background-image: url("./assets/image/energy-management.jpg");
  background-size: 159%;
  background-repeat: no-repeat;
  background-position: 58% 17%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 9vh;
}

.facial-recognition .container {
  height: 40vh;
  background-image: url("./assets/image/facial-recognition.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 9vh;
}

.business-partner .container {
  height: 40vh;
  background-image: url("./assets/image/business\ partner.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 9vh;
}

.smart-home .container {
  height: 40vh;
  background-image: url("./assets/image/smart-home.jpg");
  background-size: 110%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 9vh;
}

.energy-management .container h2,
.energy-management .container p {
  color: white;
}

.smart-home .container h2 {
  color: white;
}

.facial-recognition .container h2,
.facial-recognition .container h4,
.facial-recognition .container p {
  color: white;
}

.facial-recognition .container h4 {
  margin: 0 !important;
}

.facial-recognition .container p {
  padding: 0 0 10px 0 !important;
}

.facial-recognition .row {
  width: 34%;
}

.facial-recognition .col-6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.facial-recognition .col-6 img {
  height: 15vh;
}

.business-partner h2,
.smart-home h2 {
  padding-bottom: 5vh;
}

.landing-section h2 {
  color: #32256c;
  font-weight: bold;
  font-size: 2.7vh;
}

.landing-section h4 {
  font-weight: 100;
  font-size: 2.3vh;
}

.landing-section p {
  color: #32256c;
  font-weight: 100;
  font-size: 2vh;
  padding: 3vh 0;
}

.wifi-paragraph {
  font-size: 1.5vh !important;
}

.landing-section hr {
  border-top: 1px solid white;
  width: 100%;
  opacity: 1;
}

.landing-section button {
  background: rgb(51, 0, 114);
  background: linear-gradient(
    90deg,
    rgba(51, 0, 114, 1) 0%,
    rgba(0, 103, 161, 1) 33%,
    rgba(65, 171, 219, 1) 66%,
    rgba(42, 199, 190, 1) 100%
  );
  color: white;
  border: none;
  border-radius: 50px;
  padding: 5px 25px;
  font-size: 1.8vh;
}

.landing-section .text-container {
  width: 33%;
}

.landing-section .text-container-2 {
  width: 48%;
}

.landing-video {
  padding: 30px 0 100px 0;
}

.landing-video h3 {
  font-size: 3.5vh;
  margin: 0;
  color: #333333;
  padding: 30px 0;
}

.video-container video {
  width: 100%;
  object-fit: cover;
  height: 50vh;
  filter: brightness(50%);
}

.video-container {
  position: relative;
  height: 50vh;
}

.wrapper {
  position: absolute;
  width: 150px;
  height: 150px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
.wrapper .circle {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: white;
  margin: auto;
  transform: scale(1, 1);
}
.wrapper .circle.pulse {
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  background-color: white;
  opacity: 0.7;
}
.wrapper svg {
  fill: #e0e0e0;
  stroke: #e0e0e0;
  stroke-linejoin: round;
  stroke-width: 5;
  transition: all 0.3s;
}
.wrapper svg:hover {
  cursor: pointer;
  fill: #d4d4d4;
  stroke: #d4d4d4;
  transform: scale(1.2, 1.2);
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.5, 1.5);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }

  100% {
    transform: scale(1.6, 1.6);
    opacity: 0;
  }
}

.home-timeline {
  margin-top: 50px;
}

.home-timeline .vl {
  display: none;
}

.home-timeline .container {
  padding: 80px 0;
}

.home-timeline svg {
  height: 10px;
  fill: #0067a1;
}

.home-timeline h1,
.home-timeline h4,
.home-timeline p {
  color: #0067a1;
}

.home-timeline h1 {
  font-size: 5vh;
  text-align: center;
  padding-bottom: 50px;
  font-weight: 100;
}

.home-timeline h4 {
  font-size: 2vh;
}

.home-timeline p {
  font-size: 1.4vh;
}

.home-timeline .col {
  align-items: center;
  flex-direction: column;
  display: block;
  position: relative;
}

.timeline-hr {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  opacity: 1;
  margin: 14px auto;
  border-top: 1px solid #0067a1;
}

.timeline-hr-left {
  position: absolute;
  left: 50%;
  right: 0;
  opacity: 1;
  width: 50%;
  opacity: 1;
  margin: 14px auto;
  border-top: 1px solid #0067a1;
}

.timeline-hr-right {
  position: absolute;
  left: 0;
  right: 50%;
  opacity: 1;
  width: 50%;
  opacity: 1;
  margin: 14px auto;
  border-top: 1px solid #0067a1;
}

.timeline-scene h3 {
  text-align: center;
  color: #0067a1;
  font-size: 6vh;
  font-weight: 100;
}

.timeline-scene p {
  text-align: center;
  color: #0067a1;
  font-size: 1.5vh;
  font-weight: 100;
}

.timeline-scene .d-flex {
  align-items: center;
}

.timeline-scene .col-12 {
  padding: 30px 0;
}

.timeline-scene .col-12 .row {
  position: relative;
}

.timeline-scene .row-left {
  flex-direction: row-reverse;
}

.timeline-scene .col-lg-8 img {
  width: 100%;
  object-fit: cover;
  height: 44vh;
}

.timeline-scene .col-lg-6 img {
  width: 100%;
  object-fit: cover;
  height: 44vh;
}

.timeline-scene .right {
  background: rgb(51, 0, 114);
  background: linear-gradient(
    90deg,
    rgba(51, 0, 114, 1) 0%,
    rgba(0, 103, 161, 1) 33%,
    rgba(65, 171, 219, 1) 66%,
    rgba(42, 199, 190, 1) 100%
  );
  padding: 50px 80px;

  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 45%;
  height: 80%;
}

.timeline-scene .left {
  background: rgb(51, 0, 114);
  background: linear-gradient(
    90deg,
    rgba(51, 0, 114, 1) 0%,
    rgba(0, 103, 161, 1) 33%,
    rgba(65, 171, 219, 1) 66%,
    rgba(42, 199, 190, 1) 100%
  );
  padding: 50px 80px;

  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 45%;
  height: 80%;
}

.timeline-scene .col-lg-4 h2,
.timeline-scene .col-lg-4 p {
  color: white;
  font-size: 2vh;
  text-align: left;
}

.timeline-scene .col-lg-4 h2 {
  margin: 0;
}

.timeline-scene .col-lg-4 p {
  line-height: 25px;
}

.timeline-scene .col-lg-4 img {
  width: 6vh;
  padding-right: 20px;
}

.timeline-scene p {
  text-align: center;
}

.timeline-scene button {
  background: transparent;
  border: 1px solid white;
  color: white;
  border-radius: 50px;
  padding: 5px 25px;
  font-size: 1.5vh;
}

.timeline-arrow {
  width: 5% !important;
  height: auto;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}

.ir-remote {
  background-color: #d9dadb;
  overflow: hidden;
}

.ir-remote .container {
  width: 80%;
  padding: 120px 0 260px 0;
}

.ir-remote .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.ir-product-img {
  width: 20%;
  z-index: 3;
  padding-top: 60px;
}

.ir-background-img {
  position: absolute;
  z-index: 1;
  top: 305px;
}

.ir-remote button {
  background: rgb(51, 0, 114);
  background: linear-gradient(
    90deg,
    rgba(51, 0, 114, 1) 0%,
    rgba(0, 103, 161, 1) 33%,
    rgba(65, 171, 219, 1) 66%,
    rgba(42, 199, 190, 1) 100%
  );
  color: white;
  border: none;
  border-radius: 50px;
  padding: 5px 25px;
  margin: 30px 0;
  font-size: 1.8vh;
  z-index: 2;
}

.ir-remote h1 {
  color: #0067ac;
  font-weight: 100;
  font-size: 5.5vh;
}

.ir-remote p {
  font-weight: bold;
  color: #0067ac;
  padding: 0 20%;
  text-align: center;
  font-size: 1.8vh;
  line-height: 15px;
}

.icon1,
.icon2,
.icon3,
.icon4,
.icon5,
.icon6,
.icon7,
.icon8 {
  position: absolute;
  z-index: 2;
  width: 20px;
}

.icon1 {
  top: 300px;
  left: 30%;
  width: 25px;
}

.icon2 {
  top: 450px;
  left: 15%;
  width: 120px;
}

.icon3 {
  top: 600px;
  left: 27%;
  width: 60px;
}

.icon4 {
  top: 630px;
  left: 40%;
  width: 80px;
}

.icon5 {
  top: 650px;
  left: 55%;
  width: 90px;
}

.icon6 {
  top: 600px;
  left: 68%;
  width: 90px;
}

.icon7 {
  top: 450px;
  left: 77%;
  width: 55px;
}

.icon8 {
  top: 350px;
  left: 67%;
  width: 120px;
}

.ir-video .container {
  max-width: 100%;
  padding: 0;
}

.ir-remote-2 {
  padding: 60px 0;
  height: 250vh;
  overflow: hidden;
}

.ir-remote-2 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.ir-remote-2 h2 {
  color: #0067ac;
  font-weight: 100;
  font-size: 4.5vh;
}

.ir-remote-2 p {
  font-weight: 100;
  color: #0067ac;
  font-size: 2vh;
  text-align: center;
  padding: 0 13%;
  line-height: 15px;
}

.ir-product-dimension-1 {
  margin-top: 60px;
  width: 50%;
}

.ir-product-dimension-2 {
  width: 50%;
  margin-top: 30px;
  margin-right: 20%;
}

.ir-product-2 {
  position: absolute;
  left: -5%;
  top: 117%;
  width: 40%;
}

.ir-product-line {
  position: absolute;
  left: 6%;
  top: 110%;
  width: 30%;
   clip-path: inset(0% 100% 0% 0%);  /* Initially hide it from the bottom */
 transition: clip-path 1s ease; /* Smooth transition for clip-path change */
}

.ir-product-3 {
  position: absolute;
  left: 60%;
  top: 150%;
  width: 50%;
}

.ir-product-4 {
  position: absolute;
  left: 28%;
  top: 217%;
  width: 45%;
}

#container-9 {
  width: 800px;
  height: 200px;
  background-size: cover;
}

.ir-remote-3 {
  padding: 80px 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(./assets/image/voice-background.jpg);
  background-size: cover;
  background-position: center;
}

.ir-remote-3 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ir-remote-3 h2 {
  font-weight: 100;
  font-size: 4.5vh;
  color: white;
}

.ir-remote-3 img {
  width: 60%;
}

.ir-remote-4 {
  padding: 80px 0 80px 0;
}

.ir-remote-4 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ir-remote-4 .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}

.ir-remote-4 img {
  width: 9vh;
  padding-bottom: 10px;
}
.ir-remote-4 p {
  font-weight: normal;
  color: #0067ac;
  font-size: 1.8vh;
  text-align: center;
  line-height: 20px;
}

.ir-remote-5 {
  padding: 250px 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url(./assets/image/ir-remote-5-background.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}

.ir-remote-5 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.ir-remote-5 h2 {
  font-weight: 100;
  font-size: 4.5vh;
  color: white;
}

.ir-remote-6 {
  position: relative;
  margin-top: 60px;
  overflow: hidden;
}

.ir-remote-6 .bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url(./assets/image/ir-remote-6.jpg);
  background-size: 1920px;
  background-position: center;
  height: 900px;
}

.ir-remote-6 .ring {
  width: 250px;
  height: 250px;
  top: 130px;
  left: -300px;
}

.ir-remote-6 .ring2 {
  top: -200px;
  left: -578px;
}

.ir-remote-6 .ring3 {
  top: -510px;
  left: -278px;
}

.ir-remote-6 .ring4 {
  top: -310px;
  left: 522px;
}

.ir-remote-6 .ring5 {
  top: 28px;
  left: -520px;
}

.ir-remote-6 .ring i {
  display: block;
  position: absolute;
  width: 10%;
  height: 10%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #f7b814;
}

.ir-remote-6 .yellow span {
  background: radial-gradient(
    circle at center,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 50%,
    #f7b814 100%
  );
}

.ir-remote-6 .circle {
  width: 800px;
  position: absolute;
  left: 50%;
  top: 458px;
}

.pulsating-circle {
  position: absolute;
  left: 30rem;
  top: -14rem;
  transform: translateX(-50%) translateY(-50%);
  width: 20px;
  height: 20px;

  &:before {
    content: "";
    position: relative;
    display: block;
    width: 500%;
    height: 500%;
    box-sizing: border-box;
    margin-left: -100%;
    margin-top: -100%;
    border-radius: 200px;
    background-color: #f7b814;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1)
      infinite;
  }

  &:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 100%;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f7b814;
    border-radius: 50px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
    -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s
      infinite;
  }
}

@keyframes pulse-ring {
  0% {
    transform: scale(0);
  }
  80%,
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes pulse-ring {
  0% {
    transform: scale(0);
  }
  80%,
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}

@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}

#circle2 {
  left: -26rem;
  top: -26rem;
}

#circle2 {
  left: -24rem;
  top: -27rem;
}

#circle3 {
  left: -21rem;
  top: 15rem;
}

#circle4 {
  left: -39rem;
  top: -7rem;
}

#circle5 {
  left: -35rem;
  top: 8rem;
  &:before {
    background-color: white;
  }

  &:after {
    background-color: white;
    width: 0%;
    height: 0%;
  }
}

.ir-remote-7 tbody,
td,
tfoot,
th,
thead,
tr {
  border-style: none;
}

.ir-remote-7 .container {
  padding: 60px 0;
  max-width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.ir-remote-7 h2 {
  font-weight: bold;
  font-size: 3vh;
  color: #0067ac;
  padding-bottom: 30px;
}

.ir-remote-7 th {
  text-align: end;
  font-size: 2vh;
}

.ir-remote-7 td {
  font-size: 2vh;
  font-weight: 100;
}

.ir-remote-7 tr:nth-child(odd) {
  background-color: #f2f2f2;
}

.ir-remote-7 .table > :not(caption) > * > * {
  background-color: transparent;
}

.ir-remote-7 th {
  border-right: 15px solid white;
}

.ir-remote-8 {
  background-image: radial-gradient(
      circle,
      rgba(255, 255, 255, 0.8) 5%,
      rgba(42, 199, 190, 0) 70%
    ),
    url(./assets/image/qr-background.jpg);
  background-size: cover;
  background-position: 300px 0, 0 -40px;
  padding: 120px 0;
}

.ir-remote-8 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-content: flex-end;
  flex-wrap: wrap;
  max-width: 80%;
}

.ir-remote-8 .qr-background {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ir-remote-8 h2 {
  font-weight: bold;
  font-size: 4vh;
  color: #0067ac;
}

.ir-remote-8 p {
  font-weight: normal;
  color: #0067ac;
  font-size: 2.9vh;
  text-align: center;
  line-height: 35px;
  margin-top: 30px;
  margin-bottom: 60px;
}

#product-solution .container {
  padding: 90px 0;
}

#product-solution .col {
  padding-bottom: 0;
}

#product-solution h2 {
  font-size: 3.5vh;
  font-weight: bold;
}

#accordion-product-solution {
  background-color: #eff0f0;
}

#accordion-product-solution .container {
  padding: 90px 0;
}

#accordion-product-solution .col {
  padding-bottom: 0;
}

#accordion-product-solution h2 {
  font-size: 3.5vh;
  font-weight: bold;
}

#smart-gateway {
  background: rgb(42, 210, 201);
  background: radial-gradient(
    circle,
    rgba(42, 210, 201, 1) 0%,
    rgba(0, 103, 172, 1) 50%,
    rgba(51, 0, 114, 1) 100%
  );
  position: relative;
}

#smart-gateway h1,
#smart-gateway p {
  color: white;
}

#smart-gateway button {
  background: white;
  color: #2ad2c9;
  position: relative;
  z-index: 3;
}

#smart-gateway .container {
  position: relative;
  padding-bottom: 500px;
}

.smart-gateway-product {
  z-index: 3;
  width: 30%;
  position: absolute;
  top: 68%;
}

.smart-gateway-background {
  position: absolute;
  top: 305px;
  mix-blend-mode: screen;
}

.circle-container {
  position: absolute;
  top: 55%;
  left: 0%;
  right: 0%;
  margin: auto;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  opacity: 0.7;
}

.circle-container .ring {
  width: 100px;
  height: 100px;
  top: -100px;
  left: 33%;
}

.circle-container .ring i {
  display: block;
  position: absolute;
  width: 20%;
  height: 20%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: white;
}

.circle-container p {
  font-size: 2.2vh;
}

#circle-container-2 {
  left: 54%;
}

#circle-container-3 {
  top: 60%;
  left: 35%;
}

#circle-container-3 .ring span {
  animation-delay: 0.9s;
}

#circle-container-4 {
  top: 75%;
  left: 55%;
}

#circle-container-4 .ring span {
  animation-delay: 0.5s;
}

#circle-container-5 {
  top: 60%;
  left: -35%;
}

#circle-container-5 .ring span {
  animation-delay: 0.7s;
}

#circle-container-6 {
  top: 75%;
  left: -55%;
}

#circle-container-6 .ring span {
  animation-delay: 0.2s;
}

#smart-gateway-circle {
  top: -3vh;
  left: -1.5vh;
  position: relative;
  &:before {
    background-color: white;
  }

  &:after {
    background-color: white;
  }
}

#smart-gateway-2 {
  background: rgb(50, 37, 108);
  background: linear-gradient(
    90deg,
    rgba(50, 37, 108, 1) 0%,
    rgba(0, 104, 172, 1) 100%
  );
  overflow: hidden;
  height: 140vh;
  margin-bottom: 120px;
}

#smart-gateway-2 .col-md-6 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#smart-gateway-2 #left {
  position: relative;
  margin: auto;
  padding: 0 7%;
}

#smart-gateway-2 #right {
  position: relative;
  top: 10%;
}

.smart-gateway-2-img {
  width: 60%;
}

.smart-gateway-3-img {
  position: relative;
  width: 70%;
  left: 14%;
  top: 10%;
  z-index: 1;
}

.smart-gateway-4-img {
  position: relative;
  mix-blend-mode: multiply;
  top: -60vh;
}

#smart-gateway-2 #left h2 {
  color: white;
  text-align: center;
}

#smart-gateway-2 #left p {
  color: white;
  text-align: center;
  padding: 0;
  font-size: 2.5vh;
  font-weight: bold;
  line-height: 38px;
}

#smart-gateway-3 {
  margin-top: 90px;
  width: 100%;
  background-image: url(./assets/image/ir-pair-background.jpg);
  background-size: 2400px;
  background-position: top;
  height: 1000px;
  display: flex;
  align-items: center;
  position: relative;
}

#smart-gateway-3 .container,
#smart-gateway-4 .container,
#smart-gateway-5 .container {
  position: absolute;
}

#smart-gateway-4 {
  margin-top: 90px;
  background-image: url(./assets/image/ir-pair-background2.jpg);
  background-size: 2000px;
  background-position: center;
  height: 1000px;
}

#smart-gateway-5 {
  margin-top: 90px;
  background-image: url(./assets/image/ir-pair-background4.jpg);
  background-size: 2000px;
  background-position: top left;
  height: 100vh;
  overflow: hidden;
}

#smart-gateway-3 .ring {
  top: -198px;
  left: 202px;
}

#smart-gateway-4 .ring {
  top: -72px;
  left: 440px;
}

#smart-gateway-5 .rings {
  top: 0;
  left: 0;
}

#smart-gateway-5 .ring {
  top: 414px;
  left: 1034px;
}

#smart-gateway-5 .ring2 {
  top: 543px;
  left: 893px;
}

.slide1 {
  position: absolute;
  object-fit: cover;
  width: 2000px;
  top: 0;
  left: 0;
  margin: auto;
  background-image: url(./assets/image/ir-pair-background4.jpg) !important;
}

.slide2 {
  position: absolute;
  object-fit: cover;
  width: 100%;
  top: 0;
}

.circle-container-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

#ir-pair-circle {
  top: -4rem;
  left: 12rem;
  position: relative;
  &:before {
    background-color: transparent;
    border: 5px solid white;
  }

  &:after {
    background-color: white;
    width: 0;
    height: 0;
  }
}

#ir-pair-circle2 {
  top: 12rem;
  left: 25rem;
  width: 70px;
  height: 70px;
  border-radius: 100px;
  position: relative;
  &:before {
    background-color: transparent;
    border: 5px solid white;
  }

  &:after {
    background-color: white;
    width: 0;
    height: 0;
  }
}

#ir-pair-circle3 {
  top: 17rem;
  left: 63rem;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  position: absolute;
  &:before {
    background-color: transparent;
    border: 5px solid white;
  }

  &:after {
    background-color: white;
    width: 0;
    height: 0;
  }
}

#ir-pair-circle4 {
  top: 27rem;
  left: 55rem;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  position: absolute;
  &:before {
    background-color: transparent;
    border: 5px solid white;
  }

  &:after {
    background-color: white;
    width: 0;
    height: 0;
  }
}

.container-pair,
.container-pair2,
.container-pair3,
.container-pair4,
.container-pair5 {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  position: relative;
}

.container-pair h3,
.container-pair2 h3,
.container-pair3 h3,
.container-pair4 h3,
.container-pair5 h3 {
  color: #0067a1;
  text-align: center;
  font-size: 3.5vh;
  font-weight: bold;
}

.container-pair p,
.container-pair2 p,
.container-pair3 p,
.container-pair4 p,
.container-pair5 p {
  color: #0067a1;
  text-align: center;
  font-size: 2vh;
}

#qr-background2 {
  background-image: url(./assets/image/qr-background2.jpg);
  background-size: cover;
  background-position: 0 -115px;
  padding: 120px 0;
}

#qr-background2 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-content: flex-start;
  flex-wrap: wrap;
}

#qr-background2 h2 {
  font-weight: bold;
  font-size: 3.9vh;
  color: white;
  margin-bottom: 0;
}

#qr-background2 p {
  font-weight: normal;
  color: white;
  font-size: 2.9vh;
  text-align: center;
  line-height: 1.7vw;
  margin-bottom: 60px;
}

.smart-plug-img {
  width: 25%;
  z-index: 3;
  padding-top: 30px;
}

.smart-plug-background-img {
  position: absolute;
  z-index: 1;
  top: 505px;
}

#smart-plug {
  overflow: hidden;
}

#smart-plug .container {
  padding-bottom: 90px;
}

#smart-plug button {
  z-index: 3;
  position: relative;
}

.smart-plug-dimension {
  width: 65%;
  padding-bottom: 100px;
}

.container-smart-plug .container-text {
  width: 50%;
  position: relative;
  left: 65%;
  top: 20vh;
}

.container-smart-plug h3 {
  color: #0067a1;
  text-align: start;
  font-size: 3.5vh;
  font-weight: bold;
  margin-bottom: 30px;
}

.container-smart-plug p {
  text-align: start;
  padding: 0;
  font-size: 2.9vh;
  line-height: 35px;
}

.smart-plug4 {
  position: absolute;
  left: -45%;
  top: 80%;
  width: 100%;
  opacity: 0;
}

.smart-plug-line {
  position: absolute;
  left: 38%;
  top: 123%;
  width: 8%;
  height: auto;
  transform: rotate(-5deg);
 clip-path: inset(0% 0% 100% 0%);  /* Initially hide it from the bottom */
 transition: clip-path 1s ease; /* Smooth transition for clip-path change */
}

.smart-plug5 {
  position: absolute;
  left: 69%;
  top: 23rem;
  width: 40%;
  opacity: 0;
}

#smart-plug2 {
  height: 1800px;
}

#smart-plug3 {
  padding: 60px 0;
  height: 70vh;
  background-image: url(./assets/image/smart-plug-background.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}

#smart-plug3 .container {
  top: 10%;
}

#smart-plug3 img {
  padding-top: 12%;
}

#smart-plug3 h2 {
  color: #0067a1;
  font-size: 4.5vh;
}

#smart-plug3 p {
  color: #0067a1;
  font-size: 2.5vh;
  font-weight: 100;
  padding: 0px 10%;
  text-align: center;
  line-height: 31px;
}

#smart-plug-voice {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(./assets/image/voice-background2.jpg);
}

.smart-plug6 {
  background-image: url(./assets/image/smart-plug-background-2.jpg);
  background-size: cover;
  background-position: center;
}

.smart-plug6 .container {
  max-width: 100%;
}

.smart-plug6 .row {
  justify-content: flex-end;
  height: 80vh;
}

.smart-plug6 h2 {
  font-size: 3.5vh;
  font-weight: bold;
  color: #0067a1;
  padding-bottom: 30px;
  text-align: center;
}

.smart-plug6 p {
  font-size: 2.5vh;
  font-weight: normal;
  text-align: center;
  color: #0067a1;
}

.smart-plug6 .col-md-5 {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 6%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.smart-plug6 img {
  width: 50%;
  position: absolute;
  top: 57%;
  opacity: 0;
}

.smart-plug7 {
  margin-top: 20vh;
}

.smart-plug7 img {
  width: 100%;
}

.smart-plug7 h2 {
  color: #0067a1;
  text-align: start;
  font-size: 3.5vh;
  font-weight: bold;
}

.smart-plug7 p {
  color: #0067a1;
  text-align: start;
  font-size: 2vh;
}

.smart-plug7 .col-md-7 {
  position: relative;
}

.smart-plug7 .col-md-5 {
  padding: 60px 0 60px 120px;
  margin: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
}

.smart-plug7 .row {
  padding: 60px 0;
}

.smart-plug7 .left {
  padding: 60px 120px 60px 0 !important;
}

.smart-plug-img-3 {
  width: 24% !important;
  position: absolute;
  top: 30%;
  left: -9%;
  opacity: 0;
}

.smart-plug-img-2 {
  width: 24% !important;
  position: absolute;
  top: 30%;
  left: 83%;
  opacity: 0;
}

.smart-power-strip-img {
  width: 50%;
  z-index: 3;
  padding-top: 30px;
}

.smart-power-strip-background-img {
  position: absolute;
  z-index: 1;
  top: 29vh;
}

.container-smart-power-strip .container-text {
  width: 50%;
  position: relative;
  top: 2rem;
  left: 15%;
}

.container-smart-power-strip h3 {
  color: #0067a1;
  text-align: start;
  font-size: 3.8vh;
  font-weight: bold;
}

.container-smart-power-strip p {
  text-align: start;
  padding: 0;
  font-weight: normal;
  font-size: 2.9vh;
  line-height: 35px;
}

.smart-power-strip-2 {
  position: absolute;
  left: 23%;
  top: 100%;
  width: 80%;
}

.smart-power-strip-line {
  position: absolute;
  left: 30%;
  top: 97%;
  width: 50%;
  clip-path: inset(0% 100% 0% 0%);  /* Initially hide it from the bottom */
 transition: clip-path 1s ease; /* Smooth transition for clip-path change */
}

#smart-power-strip-2 {
  height: 1800px;
}

.container-smart-power-strip-2 .container-text {
  width: 50%;
  position: relative;
  top: 36rem;
  left: 5%;
}

.container-smart-power-strip-2 h3 {
  color: #0067a1;
  text-align: start;
  font-size: 3.8vh;
  font-weight: bold;
}

.container-smart-power-strip-2 p {
  text-align: start;
  padding: 0;
  font-weight: normal;
  font-size: 2.9vh;
  line-height: 35px;
}

.smart-power-strip-3 {
  position: absolute;
  left: 59%;
  top: 142%;
  width: 100%;
}

.smart-power-strip-4 {
  background-image: url(./assets/image/smart-power-strip-background.jpg);
  background-size: cover;
  background-position: left;
  padding: 120px 0;
  height: 90vh;
  margin-bottom: 350px;
}

.smart-power-strip-4 .row {
  position: relative;
  display: flex;
  top: 42vh;
}

.smart-power-strip-4 .col-md-5 {
  display: flex;
  justify-content: center;
}

.power-strip-iphone {
  width: 70%;
  position: relative;
  z-index: 3;
}

.smart-power-strip-4 .col-md-7 {
  padding-top: 6%;
}

.smart-power-strip-4 .col-md-7 img {
  width: 50%;
  padding-bottom: 30px;
}

.iphone-screen {
  width: 26%;
  position: absolute;
  border-radius: 58px;
  overflow: hidden;
  display: flex;
  top: 5px;
}

.power-strip-iphone-2 {
  width: 100%;
}

.power-strip-iphone-3 {
  width: 100%;
}

.smart-power-strip-4 h2 {
  color: white;
  font-size: 3.8vh;
  font-weight: bold;
}

.smart-power-strip-4 p {
  color: white;
  font-size: 2vh;
  font-weight: 100;
  font-size: 2.9vh;
  line-height: 35px;
}

#smart-power-strip-icon-2 {
  opacity: 1;
}

#smart-power-strip-icon-2 img {
  height: 100px !important;
  margin-bottom: 10px;
}

.smart-power-strip-5 {
  background-image: url(./assets/image/living-room.jpg);
  background-size: cover;
  padding: 120px 0;
  height: 80vh;
}

.smart-power-strip-5 .col-md-4 {
  display: flex;
  justify-content: center;
}

.smart-power-strip-5 .col-md-4 img {
  width: 60%;
}

.smart-power-strip-5 .col-md-7 {
  padding-top: 50px;
}

.smart-power-strip-5 .col-md-7 h2 {
  color: #0067a1;
  font-size: 3.8vh;
  font-weight: bold;
}

.smart-power-strip-5 .col-md-7 p {
  color: #0067a1;
  font-weight: normal;
  padding-top: 30px;
  font-size: 2.9vh;
  line-height: 35px;
}

#entry-sensor {
  height: 190vh;
}

.container-entry-sensor {
  display: flex;
}

.entry-sensor-img-1 {
  height: 35vh;
  margin: 0 20px 0 0;
  z-index: 3;
}

.entry-sensor-img-2 {
  height: 25vh;
  margin: auto 10px;
  z-index: 3;
}

.entry-sensor-dimension {
  padding-top: 60px;
  width: 40%;
}

.container-entry-sensor {
  display: flex;
  justify-content: flex-end;
}

.container-entry-sensor .container-text {
  width: 32%;
  top: 10vh;
  position: relative;
}

.container-entry-sensor h3 {
  color: #0067a1;
  font-size: 3.8vh;
  font-weight: bold;
  padding-bottom: 20px;
}

.container-entry-sensor p {
  color: #0067a1;
  font-size: 2.9vh;
  line-height: 35px;
  font-weight: 100;
  padding: 0;
  text-align: left;
}

.entry-sensor-img-3 {
  position: absolute;
  left: -44%;
  top: 62%;
  width: 95%;
  opacity: 0;
}

.entry-sensor-img-4 {
  position: absolute;
  left: 78%;
  top: 163%;
  width: 64%;
  opacity: 0;
}

.entry-sensor-4 {
  background-image: url(./assets/image/entry-sensor-background.jpg);
  background-size: 2000px;
  background-repeat: no-repeat;
  height: 60vh;
  position: relative;
}

.entry-sensor-4 .rings {
  top: 0;
  left: 0;
}

.entry-sensor-4 .ring {
  top: -19px;
  left: 1251px;
  width: 200px;
  height: 200px;
}

.entry-sensor-4 h3 {
  color: #0067a1;
  font-size: 3.5vh;
  font-weight: bold;
}

.entry-sensor-4 p {
  color: #0067a1;
  font-size: 2vh;
  font-weight: 100;
}

.container-entry-sensor-2 {
  background-color: rgba(255, 255, 255, 0.9);
  width: 40%;
  padding: 60px;
  transform: translateY(10%);
  opacity: 0;
}

#entry-sensor-circle {
  top: 4rem;
  left: 74rem;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  position: absolute;
  &:before {
    background-color: white;
  }

  &:after {
    background-color: white;
    width: 0;
    height: 0;
  }
}

#entry-sensor-circle-2 {
  top: 13rem;
  left: 60rem;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  position: absolute;
  &:before {
    background-color: white;
  }

  &:after {
    background-color: white;
    width: 0;
    height: 0;
  }
}

#entry-sensor-circle-3 {
  top: 10rem;
  left: 65rem;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  position: absolute;
  &:before {
    background-color: white;
  }

  &:after {
    background-color: white;
    width: 0;
    height: 0;
  }
}

#entry-sensor-circle-4 {
  top: 27rem;
  left: 39rem;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  position: absolute;
  &:before {
    background-color: white;
  }

  &:after {
    background-color: white;
    width: 0;
    height: 0;
  }
}

#entry-sensor-right-1 {
  background-image: url(./assets/image/thieves.jpg);
  background-size: 2000px;
  background-position: center;
  position: relative;
}

#entry-sensor-right-1 .container {
  display: flex;
  justify-content: flex-end;
}

#entry-sensor-right-1 .rings {
  top: 50%;
  left: 50%;
}

#entry-sensor-right-1 .ring {
  top: -200px;
  left: 67px;
  width: 200px;
  height: 200px;
}

#entry-sensor-right-2 .container {
  display: flex;
  justify-content: flex-end;
}

#entry-sensor-left {
  background-image: url(./assets/image/baby.jpg);
  position: relative;
}

#entry-sensor-left .rings {
  top: 0;
  left: 0;
}

#entry-sensor-left .ring {
  top: 90px;
  left: 1108px;
  width: 200px;
  height: 200px;
}

#entry-sensor-right-2 {
  background-image: url(./assets/image/drawer.jpg);
  background-position: center;
  position: relative;
}

#entry-sensor-right-2 .rings {
  top: 50%;
  left: 50%;
}

#entry-sensor-right-2 .ring {
  top: 36px;
  left: -507px;
  width: 200px;
  height: 200px;
}

#qr-background3 {
  background-image: url(./assets/image/qr-background-3.jpg);
  background-position: center;
  background-size: cover;
}

#qr-background3 h2,
#qr-background3 p {
  color: white;
}

#qr-background4 {
  background-image: url(./assets/image/qr-background-4.jpg);
  background-position: center;
  background-size: cover;
}

#qr-background4 .container {
  align-content: flex-start;
}

#qr-background4 h2,
#qr-background4 p {
  color: white;
}

#qr-background5 {
  background-image: url(./assets/image/qr-background-5.jpg);
  background-position: center;
  background-size: cover;
}

#qr-background5 h2,
#qr-background5 p {
  color: white;
}

#qr-background6 {
  background-image: url(./assets/image/qr-background-6.jpg);
  background-position: center;
  background-size: cover;
}

#qr-background6 h2,
#qr-background6 p {
  color: white;
}

#qr-background7 {
  background-image: url(./assets/image/energy-management-qr.jpg);
  background-position: center;
  background-size: cover;
}

#qr-background7 h2,
#qr-background7 p {
  color: white;
}

#qr-background8 {
  background-image: url(./assets/image/safety-qr.jpg);
  background-size: cover;
  background-position: center;
  padding: 120px 0;
}

#qr-background8 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-content: flex-start;
  flex-wrap: wrap;
}

#qr-background8 h2 {
  font-weight: bold;
  font-size: 3.9vh;
  color: white;
  margin-bottom: 0;
}

#qr-background8 p {
  font-weight: normal;
  color: white;
  font-size: 2.9vh;
  text-align: center;
  line-height: 1.7vw;
  margin-bottom: 60px;
}

#qr-background9 {
  background-image: url(./assets/image/p7-qr.jpg);
  background-size: cover;
  background-position: center;
  padding: 120px 0;
}

#qr-background9 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-content: flex-end;
  flex-wrap: wrap;
}

#qr-background9 h2 {
  font-weight: bold;
  font-size: 3.9vh;
  color: white;
  margin-bottom: 0;
}

#qr-background9 p {
  font-weight: normal;
  color: white;
  font-size: 2.9vh;
  text-align: center;
  line-height: 1.7vw;
  margin-bottom: 60px;
}

#qr-background10 {
  background-image: url(./assets/image/qr-background-10.png);
  background-position: center;
  background-size: cover;
}

#qr-background10 .container {
  align-content: flex-start;
}

#qr-background10 h2,
#qr-background10 p {
  color: white;
}

.manual-icon {
  position: absolute;
  right: -30vh;
  bottom: 9vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.manual-icon img {
  width: 30%;
  margin-bottom: 20px;
}

.manual-icon p {
  font-size: 2.5vh;
  text-align: center;
  font-weight: 100;
  color: #0067a1;
  line-height: 28px;
}

.entry-sensor-5 {
  position: relative;
}

.smart-gateway-pair {
  position: relative;
  overflow: hidden;
}

.disclaimer {
  display: flex;
  position: absolute;
  z-index: 5;
  background: rgb(51, 0, 114);
  background: linear-gradient(
    90deg,
    rgba(51, 0, 114, 1) 0%,
    rgba(0, 103, 161, 1) 33%,
    rgba(65, 171, 219, 1) 66%,
    rgba(42, 199, 190, 1) 100%
  );
  border-radius: 20px;
  padding: 20px;
  width: 20%;
  flex-direction: row;
  align-items: center;
  top: 40vh;
  right: 0;
}

.disclaimer img {
  width: 60%;
  margin-right: 20px;
}
.disclaimer p {
  color: white;
  line-height: 17px;
  margin: 0;
}

.disclaimer2 {
  display: flex;
  position: absolute;
  z-index: 5;
  background: rgb(51, 0, 114);
  background: linear-gradient(
    90deg,
    rgba(51, 0, 114, 1) 0%,
    rgba(0, 103, 161, 1) 33%,
    rgba(65, 171, 219, 1) 66%,
    rgba(42, 199, 190, 1) 100%
  );
  border-radius: 20px;
  padding: 20px;
  width: 20%;
  flex-direction: row;
  align-items: center;
  top: 40vh;
  right: 0;
}

.disclaimer2 img {
  width: 60%;
  margin-right: 20px;
}

.disclaimer2 p {
  color: white;
  line-height: 17px;
  margin: 0;
}

.audible-alarm-images {
  display: flex; /* Align images in the same row */
  justify-content: center; /* Center align them */
  gap: 20px; /* Add spacing between images */
}

.audible-alarm-dimension {
  width: 30%;
  padding-bottom: 100px;
}

.audible-alarm-dimension-2 {
  width: 25%;
  padding-bottom: 100px;
}

#audible-alarm .container {
  padding: 120px 0 120px 0;
}

.audible-alarm-img {
  width: 20%;
  z-index: 2;
  padding-top: 30px;
}

.audible-alarm-background-img {
  position: absolute;
  z-index: 1;
  top: 460px;
}

.audible-alarm-img-2 {
  position: absolute;
  left: -5%;
  top: 104%;
  width: 50%;
  height: auto;
}

.audible-alarm-line {
  position: absolute;
  left: 35%;
  top: 145%;
  width: 5%;
  height: auto;
  clip-path: inset(0% 0% 100% 0%);  /* Initially hide it from the bottom */
  transition: clip-path 1s ease; /* Smooth transition for clip-path change */
 }

.audible-alarm-img-3 {
  position: absolute;
  left: 58%;
  top: 600px;
  width: 35%;
  transform: rotate(35deg);
}

.audible-alarm-img-4 {
  position: absolute;
  left: 20%;
  top: 950px;
  width: 20%;
  transform: rotate(130deg);
}

.audible-alarm-img-5 {
  position: absolute;
  left: 53%;
  top: 1500px;
  width: 44%;
}

.container-audible-alarm .container-text {
  width: 25%;
  position: relative;
  left: 62%;
  top: 30vh;
}

.container-audible-alarm h3 {
  color: #0067a1;
  text-align: start;
  font-size: 3.8vh;
  margin-bottom: 20px;
  font-weight: bold;
}

.container-audible-alarm p {
  text-align: start;
  padding: 0;
  font-size: 2.9vh;
  line-height: 35px;
}

#audible-alarm-2 {
  height: 3100px;
}

.container-audible-alarm .container-text-2 {
  width: 25%;
  position: relative;
  left: 17%;
  top: 230vh;
}

#audible-alarm-2 .container-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  top: 1200px;
}

#audible-alarm-3 {
  margin-top: 90px;
  background-image: url(./assets/image/audible-alarm-bg1.jpg);
  background-size: cover;
  background-position: center;
  height: 90vh;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

#audible-alarm-3 .container {
    max-width: 90%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#audible-alarm-3 .container-text {
  width: 90%;
   padding-left: 50px; /* Moves all text inside slightly right */
   padding-top: 80px;
}

#audible-alarm-3 h3 {
  color: white;
  text-align: start;
  font-size: 5vh;
  font-weight: bold;
}

#audible-alarm-3 h3 .highlight-blue {
  color: #2AD2C9; /* Blue color for "blue light" */
}

#audible-alarm-3 p {
  text-align: start;
  padding: 0;
  font-size: 4.5vh;
  line-height: 1.2;
  color: white;
}

#audible-alarm-3 .audible-alarm-icon {
 position: absolute;
 top: 56%;
 left: 66%;
 width: 5%;
 z-index: 2;
}

#audible-alarm-3 .audible-alarm-circle1 {
 position: absolute;
 top: 50%;
 left: 63%;
 width: 15%;
}

#audible-alarm-4 {
  margin-top: 90px;
  background-image: url(./assets/image/audible-alarm-bg3.jpg);
  background-size: contain;
  background-repeat: no-repeat; 
  background-position: center;
  height: 140vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 0;
}

#audible-alarm-4 .container {
  max-width: 90%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    top: -30vh;
}

#audible-alarm-4 .container-text {
  width: 30%;
}

#audible-alarm-4 h3 {
  color: white;
  text-align: start;
  font-size: 5vh;
  font-weight: bold;
  margin-bottom: 30px;
}

#audible-alarm-4 .ringtone-number {
  color: white;
  text-align: start;
  font-size: 7vh;
  font-weight: bold;
  margin-bottom: 30px;
}

#audible-alarm-4 p {
  text-align: start;
  padding: 0;
  font-size: 3.5vh;
  line-height: 1.2;
  color: white;
}

#audible-alarm-4 .audible-alarm-icon {
 position: absolute;
 top: 26%;
 left: 47%;
 width: 5%;
 z-index: 2;
}

#audible-alarm-4 .audible-alarm-circle2 {
 position: absolute;
 top: 21%;
 left: 43.5%;
 width: 17%;
}

#audible-alarm-4 .audible-alarm-musicnote {
 position: absolute;
 top: 23%;
 left: 10%;
 width: 60%;
 mix-blend-mode: screen;
 z-index: 10;
 opacity: 0; /* Start fully transparent */
  clip-path: inset(0 100% 0 0); /* Initially clipped */
  will-change: clip-path, opacity; /* Optimize for animation */
}

#audible-alarm-5 {
  margin-top: 90px;
  background-image: url(./assets/image/audible-alarm-bg2.png);
  background-size: 1000px;
  background-position: center;
  height: 700px;
}

#audible-alarm-5 .container {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 60px;
    margin-top: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    position: relative;
}

#audible-alarm-5 .audible-alarm-pair {
    flex-direction: column;
    align-items: center;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    position: relative;
}

#audible-alarm-5 .audible-alarm-pair img {
    max-width: 500px; /* Set the width */
    width: 80%;
    height: auto; /* Automatically adjust height to maintain aspect ratio */
    /* Alternatively, set a specific height:
       height: 100px; 
    */
    object-fit: contain; /* Ensure the image fits within the specified dimensions without distortion */
}

#audible-alarm-5 .audible-alarm-icon {
 position: absolute;
 top: 24%;
 left: 57%;
 width: 5%;
 z-index: 2;
}

#audible-alarm-5 .audible-alarm-circle3 {
 position: absolute;
 top: 21%;
 left: 55.5%;
 width: 10%;
}

#audible-alarm-6 {
    height: 1100px;
}

#audible-alarm-6 .container {
     position: relative;
     height: 100%;
}

#audible-alarm-6 .container-text {
      width: 90%;
      text-align: center;
      position: absolute;
      bottom: 0%;
}

#audible-alarm-6 .container-text h3 {
    color: #0067a1;
     font-size: 5vh;
    font-weight: bold;
}

#audible-alarm-6 .container-text p {
  color: #0067a1;
  padding: 0;
  font-size: 4.5vh;
  line-height: 20px;
}

#audible-alarm-6 .audible-alarm-db1{
    width: 30%;
    height:auto;
    top: 170%;
    left: 5%;
    position: absolute;
}

#audible-alarm-6 .audible-alarm-db2{
    width: 15%;
    height:auto;
    top: 145%;
    left: 40%;
    position: absolute;
}

#audible-alarm-6 .audible-alarm-db3{
    width: 10%;
    height:auto;
    top: 26%;
    left: 51%;
    position: absolute;
}

#audible-alarm-6 .audible-alarm-db4{
    width: 7%;
    height:auto;
    top: -88%;
    left: 58%;
    position: absolute;
}

#audible-alarm-6 .audible-alarm-db5{
    width: 14%;
    height:auto;
    top: -211%;
    left: 62%;
    position: absolute;
}

#audible-alarm-6 .audible-alarm-db6{
    width: 18%;
    height:auto;
    top: -340%;
    left: 72%;
    position: absolute;
}

#audible-alarm-6 .audible-alarm-db7{
    width: 10%;
    height:auto;
    top: -530%;
    left: 62%;
    position: absolute;
}

#audible-alarm-7 {
    height: auto;
    display: none;
}

.audible-alarm-pair h3 {
    color: #0067a1;
    text-align: center;
    font-size: 3.5vh;
    font-weight: bold;
}

.audible-alarm-pair p {
    color: #0067a1;
    text-align: center;
    font-size: 2vh;
}

#environment-sensor .container {
  padding: 120px 0 120px 0;
}

.environment-sensor-img {
  width: 20%;
  z-index: 2;
  padding-top: 30px;
}

.environment-sensor-background-img {
  position: absolute;
  z-index: 1;
  top: 460px;
}

.environment-sensor-img-2 {
  position: absolute;
  left: -15%;
  top: 104%;
  width: 50%;
  height: auto;
  transform: rotate(-45deg);
}

.environment-sensor-line {
  position: absolute;
  left: 35%;
  top: 145%;
  width: 5%;
  height: auto;
  clip-path: inset(0% 0% 100% 0%);  /* Initially hide it from the bottom */
  transition: clip-path 1s ease; /* Smooth transition for clip-path change */
}

.environment-sensor-img-3 {
  position: absolute;
  left: 53%;
  top: 200px;
  width: 44%;
}

.environment-sensor-img-4 {
  position: absolute;
  left: 4%;
  top: 700px;
  width: 45%;
}

.container-environment-sensor .container-text {
  width: 25%;
  position: relative;
  left: 57%;
  top: 20vh;
}

.container-environment-sensor h3 {
  color: #0067a1;
  text-align: start;
  font-size: 3.8vh;
  font-weight: bold;
  margin-bottom: 20px;
}

.container-environment-sensor p {
  text-align: start;
  padding: 0;
  font-size: 2.9vh;
  line-height: 35px;
}

#environment-sensor-2 {
  height: 2900px;
}

.container-environment-sensor .container-text-2 {
  width: 25%;
  position: relative;
  left: 57%;
  top: 97vh;
}

#environment-sensor-2 .container-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  top: 1200px;
}

#environment-sensor-3 {
  background-color: #dcddde;
  padding: 120px 0 0 0;
}

#environment-sensor-3 .container {
  max-width: 80%;
}

#environment-sensor-3 .row-2 {
  align-items: center;
}

#environment-sensor-3 .row-2 h3 {
  color: #0067a1;
  text-align: start;
  font-size: 3.5vh;
  font-weight: bold;
}

#environment-sensor-3 .row-2 p {
  text-align: start;
  padding: 0;
  font-size: 2.5vh;
  line-height: 20px;
  color: #0067a1;
}

#environment-sensor-4 {
  margin-top: 90px;
  background-image: none;
  height: 100vh;
  padding: 120px;
}

.environment-sensor-4-bg {
  background-image: url(./assets/image/environment-sensor-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1700px;
  height: 100%;
  width: 100%;
  position: relative;
}

#environment-sensor-4 .container {
  bottom: 0;
}

#environment-sensor-circle {
  top: 15vh;
  left: 19vh;
  width: 70px;
  height: 70px;
  border-radius: 100px;
  position: relative;
  &:before {
    background-color: white;
  }

  &:after {
    background-color: white;
    width: 0;
    height: 0;
  }
}

#environment-sensor-circle-2 {
  top: 15rem;
  left: 25rem;
  width: 70px;
  height: 70px;
  border-radius: 100px;
  position: relative;
  &:before {
    background-color: white;
  }

  &:after {
    background-color: white;
    width: 0;
    height: 0;
  }
}

#motion-sensor .container {
  padding: 120px 0 120px 0;
}

.motion-sensor-img {
  width: 18%;
  z-index: 2;
  padding-top: 30px;
}

.motion-sensor-dimension {
  width: 50%;
  padding: 60px 0;
}

.container-motion-sensor .container-text {
  width: 25%;
  position: relative;
  left: 15%;
  top: 20vh;
}

.container-motion-sensor h3 {
  color: #0067a1;
  text-align: start;
  font-size: 3.8vh;
  font-weight: bold;
  margin-bottom: 30px;
}

.container-motion-sensor p {
  text-align: start;
  padding: 0;
  font-size: 2.9vh;
  line-height: 35px;
}

.motion-sensor-img-2 {
  position: absolute;
  left: 42%;
  top: 91%;
  width: 70%;
}

.motion-sensor-img-3 {
  position: absolute;
  left: 0%;
  top: 400px;
  width: 34%;
}

.motion-sensor-img-4 {
  position: absolute;
  left: 82%;
  top: 700px;
  width: 24%;
}

.motion-sensor-img-5 {
  position: absolute;
  top: 900px;
  width: 52%;
}

#motion-sensor-2 {
  height: 2450px;
}

.motion-sensor-3 {
  height: 900px;
  background-image: url(./assets/image/motion-sensor-bg.jpg);
  background-size: 2000px;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  position: relative;
}

.motion-sensor-3 .container {
  display: flex;
  justify-content: center;
}

.motion-sensor-3 h3 {
  text-align: center;
  color: white;
  font-size: 4vh;
  font-weight: bold;
  margin-top: 120px;
}

.motion-sensor-3 .ring {
  top: -421px;
  left: -377px;
}

.motion-sensor-3 .rings-2 .ring {
  top: -285px;
  left: -767px;
}

.motion-sensor-3 .rings-3 .ring {
  top: -578px;
  left: 753px;
}

#motion-sensor-circle-1 {
  top: -14rem;
  left: 47rem;
  position: relative;
  &:before {
    background-color: white;
  }

  &:after {
    background-color: white;
    width: 0;
    height: 0;
  }
}

#motion-sensor-circle-2 {
  top: -6rem;
  left: -24rem;
  position: relative;
  &:before {
    background-color: white;
  }

  &:after {
    background-color: white;
    width: 0;
    height: 0;
  }
}

#motion-sensor-circle-3 {
  top: 1rem;
  left: -48rem;

  position: relative;
  &:before {
    background-color: white;
  }

  &:after {
    background-color: white;
    width: 0;
    height: 0;
  }
}

.target {
  top: 5vh;
  left: 0;
  position: relative;
}

#motion-sensor-3 {
  margin-top: 90px;
  background-image: url(./assets/image/motion-sensor-bg-3.jpg);
  background-size: cover;
  background-position: top;
  height: 100vh;
  overflow: hidden;
}

#motion-sensor-4 {
  margin-top: 90px;
  background-image: url(./assets/image/motion-sensor-bg-4.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh;
}

#motion-sensor-5 {
  margin-top: 90px;
  background-image: url(./assets/image/motion-sensor-bg-5.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#motion-sensor-5 .container {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: auto;
  align-items: flex-end;
}

.motion-sensor-iphone img {
  width: 140%;
}

#smart-cctv .container {
  padding: 120px 0 120px 0;
}

.smart-cctv-img {
  width: 14%;
  z-index: 2;
  padding-top: 30px;
}

#smart-cctv-2 {
  height: 3100px;
}

#smart-cctv-2-icon {
  position: relative;
  top: 1650px;
}

.container-smart-cctv .container-text {
  width: 25%;
  position: relative;
  left: 57%;
  top: 20vh;
}

.container-smart-cctv h3 {
  color: #0067a1;
  text-align: start;
  font-size: 3.8vh;
  font-weight: bold;
  margin-bottom: 30px;
}

.container-smart-cctv p {
  text-align: start;
  padding: 0;
  font-size: 2.9vh;
  line-height: 35px;
}

.smart-cctv-img-2 {
  position: absolute;
  left: -48%;
  top: 56%;
  width: 115%;
}

.smart-cctv-img-3 {
  position: absolute;
  left: 71%;
  top: 170px;
  width: 47%;
}

.smart-cctv-img-4 {
  position: absolute;
  left: 27%;
  top: 520px;
  width: 57%;
}

.smart-cctv-img-5 {
  position: absolute;
  left: -14%;
  top: 1000px;
  width: 48%;
}

.smart-cctv-img-6 {
  position: absolute;
  left: 71%;
  top: 1100px;
  width: 67%;
}

.smart-cctv-3 {
  margin-top: 90px;
  background-image: url(./assets/image/smart-cctv-bg.jpg);
  background-size: cover;
  background-position: center;
  height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.smart-cctv-3 h3 {
  color: #0067a1;
  text-align: start;
  font-size: 3.8vh;
  font-weight: bold;
  margin-bottom: 30px;
}

.smart-cctv-3 p {
  text-align: start;
  padding: 0;
  font-size: 2.9vh;
  line-height: 35px;
  color: #0067a1;
}

.smart-cctv-3 .container {
  max-width: 90%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.smart-cctv-3 .container-text {
  width: 30%;
}

.smart-cctv-4 .container {
  max-width: 90%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.smart-cctv-4 {
  padding: 120px 0 120px 0;
}

.smart-cctv-4 h3 {
  color: #0067a1;
  text-align: center;
  font-size: 3.8vh;
  font-weight: bold;
  margin-bottom: 30px;
}

.smart-cctv-4 p {
  text-align: center;
  padding: 0;
  font-size: 2.9vh;
  line-height: 35px;
  color: #0067a1;
}

.smart-cctv-4 img {
  width: 100%;
}

.smart-cctv-4 .col-md-4 {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.smart-cctv-4 .container-text {
  padding: 0 60px;
}

.smart-cctv-5 {
  padding: 120px 0;
}

.smart-cctv-5 .container {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.smart-cctv-5 .row {
  width: 100%;
  display: flex;
}

.smart-cctv-5 .wave-left {
  height: auto;
  display: flex;
  overflow: hidden;
  position: absolute;
  top: 14%;
  padding: 0;
}

.smart-cctv-5 .wave-right {
  height: auto;
  display: flex;
  overflow: hidden;
  position: absolute;
  top: 33%;
  right: 0;
  padding: 0;
}

.smart-cctv-5 img {
  width: 20%;
  z-index: 2;
}

.smart-cctv-5 .sound-wave {
  width: 110%;
  position: relative;
  top: 0%;
  z-index: 1;
}

.smart-cctv-5 .sound-wave-2 {
  width: 110%;
  position: relative;
  top: 0%;
  left: -100vw;
  z-index: 1;
}

.smart-cctv-6 .container {
  max-width: 90%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.smart-cctv-6 {
  padding: 120px 0 120px 0;
}

.smart-cctv-6 h3 {
  color: #0067a1;
  text-align: center;
  font-size: 3.8vh;
  font-weight: bold;
  margin-bottom: 30px;
}

.smart-cctv-6 p {
  text-align: center;
  padding: 0;
  font-size: 2.9vh;
  line-height: 35px;
  color: #0067a1;
}

.smart-cctv-6 img {
  width: 100%;
}

.smart-cctv-6 .col-md-4 {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.smart-cctv-6 .container-text {
  padding: 0 60px;
}

.smart-cctv-7 .container {
  max-width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.smart-cctv-7 {
  padding: 120px 0 120px 0;
}

.smart-cctv-7 h3 {
  color: #0067a1;
  text-align: center;
  font-size: 3.8vh;
  font-weight: bold;
  margin-bottom: 30px;
}

.smart-cctv-7 p {
  text-align: center;
  padding: 0;
  font-size: 2.5vh;
  line-height: 30px;
  color: #0067a1;
}

.smart-cctv-7 img {
  width: 100%;
}

.smart-cctv-7 .col-md-4 {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.smart-cctv-7 .container-text {
  padding: 0 60px;
}

.smart-cctv-8 {
  background-image: radial-gradient(
      circle,
      rgba(255, 255, 255, 0.8) 0%,
      rgba(42, 199, 190, 0) 40%
    ),
    url(./assets/image/smart-cctv-bg-5.jpg);
  background-size: cover;
  background-position: 300px 0, 0 0;
  height: 88vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.smart-cctv-8 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-content: flex-end;
  flex-wrap: wrap;
}

.smart-cctv-8 .qr-background {
  display: flex;
  flex-direction: column;
  width: 30%;
}

.smart-cctv-8 h3 {
  font-weight: bold;
  font-size: 4vh;
  color: #0067ac;
  text-align: start;
  padding-bottom: 20px;
}

.smart-cctv-8 p {
  font-weight: normal;
  color: #0067ac;
  font-size: 2.9vh;
  text-align: start;
  line-height: 35px;
  margin-bottom: 30px;
}

.smart-cctv-9 {
  background-image: radial-gradient(
      circle,
      rgba(255, 255, 255, 0.8) 0%,
      rgba(42, 199, 190, 0) 0%
    ),
    url(./assets/image/smart-cctv-bg-6.jpg);
  background-size: cover;
  background-position: 300px 0, 0 0;
  height: 88vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.smart-cctv-9 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-content: center;
  flex-wrap: wrap;
  top: -22vh;
}

.smart-cctv-9 .qr-background {
  display: flex;
  flex-direction: column;
  width: 55%;
}

.smart-cctv-9 h3 {
  font-weight: bold;
  font-size: 4vh;
  color: white;
  text-align: center;
  padding-bottom: 20px;
  text-shadow: 1px 1px 10px black;
}

.smart-cctv-9 p {
  font-weight: normal;
  color: white;
  font-size: 2.9vh;
  text-align: center;
  line-height: 35px;
  margin-bottom: 30px;
  text-shadow: 1px 1px 10px black;
}

.smart-cctv-11 {
  background-image: radial-gradient(
      circle,
      rgba(255, 255, 255, 0.8) 0%,
      rgba(42, 199, 190, 0) 0%
    ),
    url(./assets/image/smart-cctv-bg-7.jpg);
  background-size: cover;
  background-position: 300px 0, 0 0;
  height: 88vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.smart-cctv-11 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-content: center;
  flex-wrap: wrap;
  top: -22vh;
}

.smart-cctv-11 .qr-background {
  display: flex;
  flex-direction: column;
  width: 55%;
}

.smart-cctv-11 h3 {
  font-weight: bold;
  font-size: 4vh;
  color: white;
  text-align: center;
  padding-bottom: 20px;
  text-shadow: 1px 1px 10px black;
}

.smart-cctv-11 p {
  font-weight: normal;
  color: white;
  font-size: 2.9vh;
  text-align: center;
  line-height: 35px;
  margin-bottom: 30px;
  text-shadow: 1px 1px 10px black;
}

.smart-cctv-10 {
  padding: 80px 0 80px 0;
  background-color: #dfe0e1;
}

.smart-cctv-10 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.smart-cctv-10 .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}

.smart-cctv-10 img {
  height: 9vh;
  margin-bottom: 20px;
}

.smart-cctv-10 h3 {
  font-weight: bold;
  font-size: 3vh;
  color: #0067ac;
  text-align: center;
  padding-bottom: 50px;
}

.smart-cctv-10 p {
  font-weight: normal;
  color: #0067ac;
  font-size: 1.8vh;
  text-align: center;
}

#smart-door-lock {
  background-image: url(./assets/image/smart-door-lock-bg.jpg);
  background-size: cover;
  background-position: center 40px;
  height: 90vh;
}

#p7-smart-door-lock {
  background-image: url(./assets/image/p7-smart-door-lock-landing.jpg);
  background-size: cover;
  background-position: top;
  height: 95vh;
}

#p7-smart-door-lock h1 {
  color: white;
}

#p7-smart-door-lock p {
  color: white;
}

#smart-door-lock img {
  width: 13%;
}

#smart-door-lock h1 {
  color: white;
}

#smart-door-lock h2 {
  color: white;
  font-size: 1.8vh;
}

#smart-door-lock p {
  color: white;
}

#smart-door-lock .container {
  padding: 120px 0 120px 0;
}

#smart-door-lock-2 {
  height: 240vh;
}

#p7-smart-door-lock-2 {
  height: 115vh;
}

#p7-smart-door-lock-2 img {
  width: 40%;
}

.container-smart-door-lock .container-text {
  width: 30%;
  position: relative;
  left: 57%;
  top: 20vh;
}

.container-smart-door-lock h3 {
  color: #0067a1;
  text-align: start;
  font-size: 3.8vh;
  font-weight: bold;
  margin-bottom: 30px;
}

.container-smart-door-lock p {
  text-align: start;
  padding: 0;
  font-size: 2.9vh;
  line-height: 30px;
}

.container-smart-door-lock-2 .container-text {
  width: 30%;
  position: relative;
  left: 20%;
  top: 62vh;
}

.container-smart-door-lock-2 h3 {
  color: #0067a1;
  text-align: start;
  font-size: 3.8vh;
  font-weight: bold;
  margin-bottom: 30px;
}

.container-smart-door-lock-2 p {
  text-align: start;
  padding: 0;
  font-size: 2.9vh;
  line-height: 30px;
}

.smart-door-lock-img-2 {
  position: absolute;
  left: -25%;
  top: 85vh;
  width: 80%;
}

.smart-door-lock-img-3 {
  position: absolute;
  left: 49%;
  top: 25vh;
  width: 90%;
}

.smart-door-lock-img-4 {
  position: absolute;
  left: 31%;
  top: 42vh;
  width: 50%;
}

.smart-door-lock-img-5 {
  position: absolute;
  left: -15%;
  top: 86vh;
  width: 50%;
}
#smart-door-lock-3 {
  background: rgb(65, 171, 219);
  background: radial-gradient(
    circle,
    rgba(65, 171, 219, 1) 0%,
    rgba(0, 103, 161, 1) 31%,
    rgba(0, 0, 19, 1) 100%
  );
  position: relative;
}

#p7-smart-door-lock-3 {
  background-image: url(./assets/image/p7-smart-door-lock-features.jpg);
  background-position: center;
  background-size: 1500px;
  position: relative;
}

#smart-door-lock-3 h2 {
  color: #00679f;
  font-size: 8vh;
  text-align: center;
  font-weight: bold;
  padding: 0 40%;
}

#p7-smart-door-lock-3 h2 {
  color: #00679f;
  font-size: 8vh;
  text-align: center;
  font-weight: bold;
  padding: 0 40%;
}

#smart-door-lock-3 button {
  background: white;
  color: #2ad2c9;
}

#p7-smart-door-lock-3 button {
  background: white;
  color: #2ad2c9;
}

#smart-door-lock-3 .container {
  position: relative;
  overflow: hidden;
  padding-bottom: 200px;
  width: 100%;
}

#p7-smart-door-lock-3 .container {
  position: relative;
  overflow: hidden;
  padding-bottom: 200px;
  width: 100%;
  height: 2000px;
}

.smart-door-lock-product {
  z-index: 3;
  width: 300px;
  padding-top: 10%;
}

.smart-door-lock-background {
  position: absolute;
  top: 73vh;
  mix-blend-mode: screen;
  width: 70%;
}

.smart-door-lock-feature-1 .container-text {
  width: 30%;
  position: absolute;
  left: 0;
  top: 34rem;
}

.smart-door-lock-feature-1 h3 {
  color: white;
  font-size: 4.5vh;
  text-align: end;
  font-weight: bold;
}

.smart-door-lock-feature-1 p {
  color: white;
  font-size: 3.5vh;
  text-align: end;
  font-weight: 200;
  padding: 0;
  line-height: normal;
}

#smart-door-lock-circle-1 {
  left: -1vh;
  top: -92rem;
  position: relative;
  z-index: 10;
  &:before {
    background-color: white;
    animation: pulse-ring 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  }

  &:after {
    background-color: transparent;
    width: 200%;
    height: 200%;
    top: 150%;
    left: 50%;
    border: 2px solid white;
  }
}

.smart-door-lock-feature-2 .container-text {
  width: 30%;
  position: absolute;
  left: 57rem;
  top: 42rem;
}

.smart-door-lock-feature-2 h3 {
  color: white;
  font-size: 4.5vh;
  text-align: start;
  font-weight: bold;
}

.smart-door-lock-feature-2 p {
  color: white;
  font-size: 3.5vh;
  text-align: start;
  font-weight: 200;
  padding: 0;
  line-height: normal;
}

#smart-door-lock-circle-2 {
  left: -1vh;
  top: -87rem;
  position: relative;
  z-index: 10;
  &:before {
    background-color: white;
    animation: pulse-ring 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  }

  &:after {
    background-color: transparent;
    width: 200%;
    height: 200%;
    top: 150%;
    left: 50%;
    border: 2px solid white;
  }
}

.smart-door-lock-feature-3 .container-text {
  width: 30%;
  position: absolute;
  left: 0;
  top: 46rem;
}

.smart-door-lock-feature-3 h3 {
  color: white;
  font-size: 4.5vh;
  text-align: end;
  font-weight: bold;
}

.smart-door-lock-feature-3 p {
  color: white;
  font-size: 3.5vh;
  text-align: end;
  font-weight: 200;
  padding: 0;
  line-height: normal;
}

#smart-door-lock-circle-3 {
  left: -1vh;
  top: -81rem;
  position: relative;
  z-index: 10;
  &:before {
    background-color: white;
    animation: pulse-ring 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  }

  &:after {
    background-color: transparent;
    width: 200%;
    height: 200%;
    top: 150%;
    left: 50%;
    border: 2px solid white;
  }
}

.smart-door-lock-feature-4 .container-text {
  width: 30%;
  position: absolute;
  left: 57rem;
  top: 53rem;
}

.smart-door-lock-feature-4 h3 {
  color: white;
  font-size: 4.5vh;
  text-align: start;
  font-weight: bold;
}

.smart-door-lock-feature-4 p {
  color: white;
  font-size: 3.5vh;
  text-align: start;
  font-weight: 200;
  padding: 0;
  line-height: normal;
}

#smart-door-lock-circle-4 {
  left: 2rem;
  top: -75rem;
  z-index: 10;
  position: relative;
  &:before {
    background-color: white;
    animation: pulse-ring 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  }

  &:after {
    background-color: transparent;
    width: 200%;
    height: 200%;
    top: 150%;
    left: 50%;
    border: 2px solid white;
  }
}

.smart-door-lock-feature-5 .container-text {
  width: 30%;
  position: absolute;
  left: 0;
  top: 62rem;
}

.smart-door-lock-feature-5 h3 {
  color: white;
  font-size: 4.5vh;
  text-align: end;
  font-weight: bold;
}

.smart-door-lock-feature-5 p {
  color: white;
  font-size: 3.5vh;
  text-align: end;
  font-weight: 200;
  padding: 0;
  line-height: normal;
}

#smart-door-lock-circle-5 {
  left: -1vh;
  top: -66rem;
  position: relative;
  z-index: 10;
  &:before {
    background-color: white;
    animation: pulse-ring 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  }

  &:after {
    background-color: transparent;
    width: 200%;
    height: 200%;
    top: 150%;
    left: 50%;
    border: 2px solid white;
  }
}

.smart-door-lock-feature-6 .container-text {
  width: 30%;
  position: absolute;
  left: 57rem;
  top: 69rem;
}

.smart-door-lock-feature-6 h3 {
  color: white;
  font-size: 4.5vh;
  text-align: start;
  font-weight: bold;
}

.smart-door-lock-feature-6 p {
  color: white;
  font-size: 3.5vh;
  text-align: start;
  font-weight: 200;
  padding: 0;
  line-height: normal;
}

#smart-door-lock-circle-6 {
  left: 2rem;
  top: -58rem;

  position: relative;
  z-index: 10;
  &:before {
    background-color: white;
    animation: pulse-ring 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  }

  &:after {
    background-color: transparent;
    width: 200%;
    height: 200%;
    top: 150%;
    left: 50%;
    border: 2px solid white;
  }
}

.smart-door-lock-feature-7 .container-text {
  width: 30%;
  position: absolute;
  left: 0;
  top: 74rem;
}

.smart-door-lock-feature-7 h3 {
  color: white;
  font-size: 4.5vh;
  text-align: end;
  font-weight: bold;
}

.smart-door-lock-feature-7 p {
  color: white;
  font-size: 3.5vh;
  text-align: end;
  font-weight: 200;
  padding: 0;
  line-height: normal;
}

#smart-door-lock-circle-7 {
  left: -1vh;
  top: -54rem;
  position: relative;
  z-index: 10;
  &:before {
    background-color: white;
    animation: pulse-ring 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  }

  &:after {
    background-color: transparent;
    width: 200%;
    height: 200%;
    top: 150%;
    left: 50%;
    border: 2px solid white;
  }
}

.smart-door-lock-feature-8 .container-text {
  width: 30%;
  position: absolute;
  left: 57rem;
  top: 80rem;
}

.smart-door-lock-feature-8 h3 {
  color: white;
  font-size: 4.5vh;
  text-align: start;
  font-weight: bold;
}

.smart-door-lock-feature-8 p {
  color: white;
  font-size: 3.5vh;
  text-align: start;
  font-weight: 200;
  padding: 0;
  line-height: normal;
}

#smart-door-lock-circle-8 {
  left: -1.5vh;
  top: -49rem;
  position: relative;
  z-index: 10;
  &:before {
    background-color: white;
    animation: pulse-ring 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  }

  &:after {
    background-color: transparent;
    width: 200%;
    height: 200%;
    top: 150%;
    left: 50%;
    border: 2px solid white;
  }
}

.smart-door-lock-feature-9 .container-text {
  width: 30%;
  position: absolute;
  left: 0;
  top: 100rem;
}

.smart-door-lock-feature-9 h3 {
  color: white;
  font-size: 4.5vh;
  text-align: end;
  font-weight: bold;
}

.smart-door-lock-feature-9 p {
  color: white;
  font-size: 3.5vh;
  text-align: end;
  font-weight: 200;
  padding: 0;
  line-height: normal;
}

#smart-door-lock-circle-9 {
  left: -4vh;
  top: -25rem;
  position: relative;
  z-index: 10;
  &:before {
    background-color: white;
    animation: pulse-ring 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  }

  &:after {
    background-color: transparent;
    width: 200%;
    height: 200%;
    top: 150%;
    left: 50%;
    border: 2px solid white;
  }
}

.smart-door-lock-feature-10 .container-text {
  width: 30%;
  position: absolute;
  left: 57rem;
  top: 124rem;
}

.smart-door-lock-feature-10 h3 {
  color: white;
  font-size: 4.5vh;
  text-align: start;
  font-weight: bold;
}

.smart-door-lock-feature-10 p {
  color: white;
  font-size: 3.5vh;
  text-align: start;
  font-weight: 200;
  padding: 0;
  line-height: normal;
}

#smart-door-lock-circle-10 {
  left: -1.5vh;
  top: -4rem;
  position: relative;
  z-index: 10;
  &:before {
    background-color: white;
    animation: pulse-ring 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  }

  &:after {
    background-color: transparent;
    width: 200%;
    height: 200%;
    top: 150%;
    left: 50%;
    border: 2px solid white;
  }
}

.p7-smart-door-lock-feature-1 {
  position: absolute;
}

.p7-smart-door-lock-feature-1 .container-text {
  width: 15rem;
  position: absolute;
  left: -6rem;
  top: 28rem;
}

.p7-smart-door-lock-feature-1 h3 {
  color: white;
  font-size: 3vh;
  text-align: end;
  font-weight: bold;
}

.p7-smart-door-lock-feature-1 p {
  color: white;
  font-size: 2vh;
  text-align: end;
  font-weight: 200;
  padding: 0;
  line-height: 1.2rem;
}

#p7-smart-door-lock-circle-1 {
  left: 15rem;
  top: 29rem;
  position: relative;
  z-index: 10;
  &:before {
    background-color: white;
    animation: pulse-ring 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  }

  &:after {
    background-color: transparent;
    width: 200%;
    height: 200%;
    top: 150%;
    left: 50%;
    border: 2px solid white;
  }
}

.p7-smart-door-lock-feature-2 {
  position: absolute;
}

.p7-smart-door-lock-feature-2 .container-text {
  width: 15rem;
  position: absolute;
  left: 25rem;
  top: 34rem;
}

.p7-smart-door-lock-feature-2 h3 {
  color: white;
  font-size: 3vh;
  text-align: start;
  font-weight: bold;
}

.p7-smart-door-lock-feature-2 p {
  color: white;
  font-size: 2vh;
  text-align: start;
  font-weight: 200;
  padding: 0;
  line-height: 1.2rem;
}

#p7-smart-door-lock-circle-2 {
  left: 15rem;
  top: 34rem;
  position: relative;
  z-index: 10;
  &:before {
    background-color: white;
    animation: pulse-ring 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  }

  &:after {
    background-color: transparent;
    width: 200%;
    height: 200%;
    top: 150%;
    left: 50%;
    border: 2px solid white;
  }
}

.p7-smart-door-lock-feature-3 {
  position: absolute;
}

.p7-smart-door-lock-feature-3 .container-text {
  width: 15rem;
  position: absolute;
  left: -6rem;
  top: 38rem;
}

.p7-smart-door-lock-feature-3 h3 {
  color: white;
  font-size: 3vh;
  text-align: end;
  font-weight: bold;
}

.p7-smart-door-lock-feature-3 p {
  color: white;
  font-size: 2vh;
  text-align: end;
  font-weight: 200;
  padding: 0;
  line-height: 1.2rem;
}

#p7-smart-door-lock-circle-3 {
  left: 16rem;
  top: 38rem;
  position: relative;
  z-index: 10;
  &:before {
    background-color: white;
    animation: pulse-ring 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  }

  &:after {
    background-color: transparent;
    width: 200%;
    height: 200%;
    top: 150%;
    left: 50%;
    border: 2px solid white;
  }
}

.p7-smart-door-lock-feature-4 {
  position: absolute;
}

.p7-smart-door-lock-feature-4 .container-text {
  width: 15rem;
  position: absolute;
  left: 25rem;
  top: 44rem;
}

.p7-smart-door-lock-feature-4 h3 {
  color: white;
  font-size: 3vh;
  text-align: start;
  font-weight: bold;
}

.p7-smart-door-lock-feature-4 p {
  color: white;
  font-size: 2vh;
  text-align: start;
  font-weight: 200;
  padding: 0;
  line-height: 1.2rem;
}

#p7-smart-door-lock-circle-4 {
  left: 14rem;
  top: 44rem;
  position: relative;
  z-index: 10;
  &:before {
    background-color: white;
    animation: pulse-ring 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  }

  &:after {
    background-color: transparent;
    width: 200%;
    height: 200%;
    top: 150%;
    left: 50%;
    border: 2px solid white;
  }
}

.p7-smart-door-lock-feature-5 {
  position: absolute;
}

.p7-smart-door-lock-feature-5 .container-text {
  width: 15rem;
  position: absolute;
  left: -6rem;
  top: 48rem;
}

.p7-smart-door-lock-feature-5 h3 {
  color: white;
  font-size: 3vh;
  text-align: end;
  font-weight: bold;
}

.p7-smart-door-lock-feature-5 p {
  color: white;
  font-size: 2vh;
  text-align: end;
  font-weight: 200;
  padding: 0;
  line-height: 1.2rem;
}

#p7-smart-door-lock-circle-5 {
  left: 15.5rem;
  top: 50rem;
  position: relative;
  z-index: 10;
  &:before {
    background-color: white;
    animation: pulse-ring 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  }

  &:after {
    background-color: transparent;
    width: 200%;
    height: 200%;
    top: 150%;
    left: 50%;
    border: 2px solid white;
  }
}

.p7-smart-door-lock-feature-6 {
  position: absolute;
}

.p7-smart-door-lock-feature-6 .container-text {
  width: 15rem;
  position: absolute;
  left: 25rem;
  top: 52rem;
}

.p7-smart-door-lock-feature-6 h3 {
  color: white;
  font-size: 3vh;
  text-align: start;
  font-weight: bold;
}

.p7-smart-door-lock-feature-6 p {
  color: white;
  font-size: 2vh;
  text-align: start;
  font-weight: 200;
  padding: 0;
  line-height: 1.2rem;
}

#p7-smart-door-lock-circle-6 {
  left: 14rem;
  top: 52rem;
  position: relative;
  z-index: 10;
  &:before {
    background-color: white;
    animation: pulse-ring 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  }

  &:after {
    background-color: transparent;
    width: 200%;
    height: 200%;
    top: 150%;
    left: 50%;
    border: 2px solid white;
  }
}

.p7-smart-door-lock-feature-7 {
  position: absolute;
}

.p7-smart-door-lock-feature-7 .container-text {
  width: 15rem;
  position: absolute;
  left: -6rem;
  top: 56rem;
}

.p7-smart-door-lock-feature-7 h3 {
  color: white;
  font-size: 3vh;
  text-align: end;
  font-weight: bold;
}

.p7-smart-door-lock-feature-7 p {
  color: white;
  font-size: 2vh;
  text-align: end;
  font-weight: 200;
  padding: 0;
  line-height: 1.2rem;
}

#p7-smart-door-lock-circle-7 {
  left: 13.5rem;
  top: 56rem;
  position: relative;
  z-index: 10;
  &:before {
    background-color: white;
    animation: pulse-ring 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  }

  &:after {
    background-color: transparent;
    width: 200%;
    height: 200%;
    top: 150%;
    left: 50%;
    border: 2px solid white;
  }
}

.p7-smart-door-lock-feature-8 {
  position: absolute;
}

.p7-smart-door-lock-feature-8 .container-text {
  width: 15rem;
  position: absolute;
  left: -25rem;
  top: 62rem;
}

.p7-smart-door-lock-feature-8 h3 {
  color: white;
  font-size: 3vh;
  text-align: end;
  font-weight: bold;
}

.p7-smart-door-lock-feature-8 p {
  color: white;
  font-size: 2vh;
  text-align: end;
  font-weight: 200;
  padding: 0;
  line-height: 1.2rem;
}

#p7-smart-door-lock-circle-8 {
  left: -7rem;
  top: 63rem;
  position: relative;
  z-index: 10;
  &:before {
    background-color: white;
    animation: pulse-ring 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  }

  &:after {
    background-color: transparent;
    width: 200%;
    height: 200%;
    top: 150%;
    left: 50%;
    border: 2px solid white;
  }
}

.p7-smart-door-lock-feature-9 {
  position: absolute;
}

.p7-smart-door-lock-feature-9 .container-text {
  width: 15rem;
  position: absolute;
  left: -6rem;
  top: 68rem;
}

.p7-smart-door-lock-feature-9 h3 {
  color: white;
  font-size: 3vh;
  text-align: end;
  font-weight: bold;
}

.p7-smart-door-lock-feature-9 p {
  color: white;
  font-size: 2vh;
  text-align: end;
  font-weight: 200;
  padding: 0;
  line-height: 1.2rem;
}

#p7-smart-door-lock-circle-9 {
  left: 13rem;
  top: 68rem;
  position: relative;
  z-index: 10;
  &:before {
    background-color: white;
    animation: pulse-ring 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  }

  &:after {
    background-color: transparent;
    width: 200%;
    height: 200%;
    top: 150%;
    left: 50%;
    border: 2px solid white;
  }
}

.p7-smart-door-lock-feature-10 {
  position: absolute;
}

.p7-smart-door-lock-feature-10 .container-text {
  width: 15rem;
  position: absolute;
  left: -17rem;
  top: 85rem;
}

.p7-smart-door-lock-feature-10 h3 {
  color: white;
  font-size: 3vh;
  text-align: start;
  font-weight: bold;
}

.p7-smart-door-lock-feature-10 p {
  color: white;
  font-size: 2vh;
  text-align: start;
  font-weight: 200;
  padding: 0;
  line-height: 1.2rem;
}

#p7-smart-door-lock-circle-10 {
  left: -22rem;
  top: 86rem;
  position: relative;
  z-index: 10;
  &:before {
    background-color: white;
    animation: pulse-ring 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  }

  &:after {
    background-color: transparent;
    width: 200%;
    height: 200%;
    top: 150%;
    left: 50%;
    border: 2px solid white;
  }
}

.p7-smart-door-lock-feature-11 {
  position: absolute;
}

.p7-smart-door-lock-feature-11 .container-text {
  width: 15rem;
  position: absolute;
  left: -22rem;
  top: 93rem;
}

.p7-smart-door-lock-feature-11 h3 {
  color: white;
  font-size: 3vh;
  text-align: start;
  font-weight: bold;
}

.p7-smart-door-lock-feature-11 p {
  color: white;
  font-size: 2vh;
  text-align: start;
  font-weight: 200;
  padding: 0;
  line-height: 1.2rem;
}

#p7-smart-door-lock-circle-11 {
  left: -27rem;
  top: 93rem;
  position: relative;
  z-index: 10;
  &:before {
    background-color: white;
    animation: pulse-ring 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  }

  &:after {
    background-color: transparent;
    width: 200%;
    height: 200%;
    top: 150%;
    left: 50%;
    border: 2px solid white;
  }
}

.smart-door-lock-img-6 {
  width: 80% !important;
  padding-bottom: 120px;
}

.smart-door-lock-4 {
  background-image: url(./assets/image/smart-door-lock-bg-2.png);
  background-size: cover;
  background-position: center;
  height: 85vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.smart-door-lock-4 .container {
  display: flex;
  justify-content: flex-end;
}

.smart-door-lock-4 img {
  width: 30%;
  margin-right: 10%;
}

.door-lock-row {
  max-width: 50%;
}

#p7-smart-door-lock-4 {
  background-color: #f0eff0;
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  max-width: 100%;
  margin-top: 250px;
}

#p7-smart-door-lock-4 .container {
  display: flex;
}

#p7-smart-door-lock-4 .row {
  width: 80%;
}

#p7-smart-door-lock-4 h3 {
  color: #0067ac;
  font-size: 6.2vh;
  font-weight: bold;
}

#p7-smart-door-lock-4 p {
  margin-top: 2rem;
  color: #0067ac;
  font-size: 3vh !important;
  text-align: start !important;
  padding-right: 20%;
  line-height: 1.7rem !important;
}

#p7-smart-door-lock-4 img {
  width: 80% !important;
  position: absolute;
  top: -30rem;
  left: 29rem;
}

.p7-smart-door-lock-5 {
  overflow: hidden;
  padding: 80px 0 0 0 !important;
}

#smart-door-lock-4 .col img {
  height: 9vh;
  margin-bottom: 10px;
  margin-top: 20px;
}

#smart-door-lock-4 {
  padding: 80px 0 80px 0;
}

#smart-door-lock-4 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#smart-door-lock-4 .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}

#smart-door-lock-4 img {
  width: 9vh;
}
#smart-door-lock-4 p {
  font-weight: normal;
  color: #0067ac;
  font-size: 1.8vh;
  line-height: 20px;
  text-align: center;
}

.smart-door-lock-5 {
  background-image: url(./assets/image/smart-door-lock-bg-3.jpg);
  background-size: cover;
  background-position: center;
  height: 85vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.smart-door-lock-5 .container {
  display: flex;
  justify-content: flex-end;
  max-width: 80%;
}

.smart-door-lock-5 img {
  width: 11%;
  margin-right: 30px;
}

.smart-door-lock-5 .vl {
  border-left: 4px solid white;
  height: 100%;
  padding-left: 30px;
}

.smart-door-lock-5 p {
  color: white;
  font-size: 2.7vh;
  text-align: start;
  font-weight: 200;
  padding-right: 50%;
}

.p7-smart-door-lock-6 {
  background-image: url(./assets/image/p7-flashlight.jpg);
  background-size: cover;
  background-position: center;
  height: 85vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p7-smart-door-lock-6 .container {
  display: flex;
  flex-direction: column;
  max-width: 80%;
  padding-left: 40%;
}

.p7-smart-door-lock-6 img {
  width: 11%;
  margin-right: 30px;
}

.p7-smart-door-lock-6 .vl {
  border-left: 4px solid white;
  height: 100%;
  padding-left: 30px;
}

.p7-smart-door-lock-6 h3 {
  color: white;
  font-size: 6.1vh;
  text-align: start;
  font-weight: bold;
}

.p7-smart-door-lock-6 p {
  color: white;
  font-size: 2.7vh;
  text-align: start;
  font-weight: 200;
}

.smart-door-lock-6 .container {
  max-width: 90%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.smart-door-lock-6 {
  padding: 120px 0 120px 0;
  position: relative;
  overflow: hidden;
}

.smart-door-lock-6 h3 {
  color: #0067a1;
  text-align: start;
  font-size: 3.5vh;
  font-weight: bold;
  margin-bottom: 30px;
}

.smart-door-lock-6 p {
  text-align: start;
  padding: 0;
  font-size: 2.5vh;
  line-height: 30px;
  color: #0067a1;
}

.smart-door-lock-6 .col-md-8 img {
  width: 100%;
  padding-left: 10%;
}

.smart-door-lock-6 .col-md-4 img {
  width: 50%;
  position: relative;
  left: -4vh;
}

.smart-door-lock-6 .col-md-4 {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.smart-door-lock-6 .container-text {
  padding: 0 60px;
}

.smart-door-lock-img-7 {
  position: absolute;
  width: 15% !important;
  top: -21vh;
  left: 15vh;
  padding: 0 !important;
}

.smart-door-lock-7 {
  overflow: hidden;
}

.smart-door-lock-7 .bg {
  background-image: url(./assets/image/smart-door-lock-bg-5.png);
  background-size: cover;
  background-position: bottom;
  width: 2000px;
  height: 900px;
  position: relative;
}

.smart-door-lock-7 .container-text {
  width: 18%;
  position: absolute;
  top: 34rem;
  left: 68rem;
}

.smart-door-lock-7 h3 {
  font-weight: bolder;
  font-size: 5.5vh;
  color: #0067ac;
  text-align: start;
}

.smart-door-lock-7 p {
  font-weight: normal;
  color: #0067ac;
  font-size: 3.5vh;
  text-align: start;
  line-height: normal;
}

.p7-smart-door-lock-7 {
  overflow: hidden;
}

.p7-smart-door-lock-7 .bg {
  background-image: url(./assets/image/p7-display.jpg);
  background-size: cover;
  background-position: center -600px;
  width: 1500px;
  height: 600px;
  position: relative;
}

.p7-smart-door-lock-7 .container-text {
  width: 18%;
  position: absolute;
  top: 4rem;
  left: 16rem;
}

.p7-smart-door-lock-7 h3 {
  font-weight: bolder;
  font-size: 3.5vh;
  color: #0067ac;
  text-align: end;
}

.p7-smart-door-lock-7 p {
  font-weight: normal;
  color: #0067ac;
  font-size: 2.5vh;
  text-align: end;
}

.smart-door-lock-8 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.smart-door-lock-8 .container {
  position: relative;
}

.smart-door-lock-8 .container-text {
  width: 60%;
  position: relative;
  padding: 60px 0 120px 60px;
}

.smart-door-lock-8 img {
  position: absolute;
  top: -30vh;
}

.smart-door-lock-8 h3 {
  font-weight: bolder;
  font-size: 3.8vh;
  color: #0067ac;
  text-align: start;
  padding-bottom: 20px;
}

.smart-door-lock-8 p {
  font-weight: normal;
  color: #0067ac;
  font-size: 2.9vh;
  text-align: start;
}

.p7-smart-door-lock-8 {
  background-image: url(./assets/image/p7-animation.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  position: relative;
}

.p7-smart-door-lock-8 img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.p7-container-text {
  width: 80%;
}

.p7-container-text h3 {
  font-weight: bold;
  color: #006898;
  font-size: 6.1vh;
  text-align: end;
}

.p7-container-text p {
  font-weight: 100;
  color: #006898;
  font-size: 3vh;
  text-align: end;
}

.p7-container-text-2 {
  width: 80%;
  margin-left: 20%;
}

.p7-container-text-2 h3 {
  font-weight: bold;
  color: #006898;
  font-size: 6.1vh;
  text-align: start;
}

.p7-container-text-2 p {
  font-weight: 100;
  color: #006898;
  font-size: 3vh;
  text-align: start;
}

.smart-door-lock-9 {
  background-image: url(./assets/image/smart-door-lock-bg-6.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 80vh;
  margin: 120px;
}

.smart-door-lock-9 .container {
  position: relative;
}

.smart-door-lock-9 .container-text {
  width: 50%;
  position: relative;
  top: -21vh;
  left: 12vh;
}

.smart-door-lock-9 h3 {
  font-weight: bolder;
  font-size: 3.8vh;
  color: #0067ac;
  text-align: start;
  padding-bottom: 20px;
}

.smart-door-lock-9 p {
  font-weight: normal;
  color: #0067ac;
  font-size: 2.9vh;
  text-align: start;
}

#smart-light-switch .container {
    padding: 120px 0 120px 0;
}

#smart-light-switch-phone-1 {
    display: none;
    height: auto;
}

#smart-light-switch-phone-2 {
    display: none;
    height: auto;
}

.smart-light-switch-heading {
  display: flex;
  justify-content: center; /* Center the images horizontally */
  align-items: center; /* Align images vertically in the middle */
  gap: 20px; /* Space between the images */
  margin-top: 20px; /* Add spacing between text and images */
}

.smart-light-switch-black-img {
    width: 20%;
    z-index: 2;
    margin-left: 20px;
}

.smart-light-switch-white-img {
    transform: scaleX(-1); 
    width: 20%;
    z-index: 2;
    margin-right: 20px;
}

.smart-light-switch-background-img {
    position: absolute;
    z-index: 1;
    top: 360px;
}

#smart-light-switch-1 {
    background: linear-gradient(to bottom, white, lightgrey);
    height: 290vh;
}

.smart-light-switch-dimension {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.smart-light-switch-dimension-1 {
    width: 30%;
    margin-bottom: 100px;
    margin-top: 30px;
}

.smart-light-switch-dimension-2 {
    width: 30%;
    margin-bottom: 100px;
    margin-top: 30px;
}

#smart-light-switch-1 .container p {
    line-height: 20px;
    width: 80%;
    font-weight: 400;
}

.smart-light-switch-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 700px;
}
    
.smart-light-switch-2 {
    width: 30%;
    height: auto;
    position: absolute;
    left: 60%;
    top: 0%;
}

.smart-light-switch-product-line {
    width: 33%;
    height: auto;
    position: absolute;
    left: 1%;
    top: 70%;
    z-index: 2;
    clip-path: inset(0% 100% 0% 0%); /* Start with the image hidden on the right */
    transition: clip-path 2s ease-out;
}

.smart-light-switch-3 {
    width: 35%;
    height: auto;
    position: absolute;
    left: -12%;
    top: 30%;
}

.smart-light-switch-4 {
    width: 40%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 110%;
}

.smart-light-switch-container-text-1 {
    width: 100%;
    margin-top: -20%;
}

.smart-light-switch-container-text-1 h3 {
    color: #0067a1;
    text-align: start;
    font-size: 3.8vh;
    margin-bottom: 20px;
    font-weight: bold; 
    width: 30%;
    margin-left: 30%;
}

.smart-light-switch-container-text-2 {
    width: 100%;
    padding-top: 35%;
}

.smart-light-switch-container-text-2 p {
    text-align: start;
    padding: 0;
    font-size: 2.9vh;
    line-height: 35px;
    font-weight: 400;
    color: #0067ac;
    width: 30%;
    margin-left: 10%
}

.smart-light-switch-part-2 {
  background-image: url(./assets/image/smart-light-switch-part-2-img.png);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 80vh;
  justify-content: flex-end;
}

.smart-light-switch-part-2 .container {
   display: flex; /* Makes `.container` a flex container */
    flex-direction: column; /* Aligns children vertically within `.container` */
    align-items: flex-end; /* Aligns `.container-text` to the right */
    justify-content: flex-end; /* Centers `.container-text` vertically */
    width: 100%; /* Ensures the container spans full width */
    padding-left: 70%;
}

.smart-light-switch-part-2 .container-text {
    padding-right: 10%;
}

.smart-light-switch-part-2 p {
    text-align: start;
    padding: 0;
    font-size: 2.9vh;
    line-height: 35px;
    font-weight: 400;
    color: grey;
    width: 100%;
}

.smart-light-switch-product-line-2 {
    width: 23%;
    height: auto;
    position: absolute;
    left: 43%;
    top: 441%;
    z-index: 2;
}
    
.smart-light-switch-part-3 {
  background-image: url(./assets/image/smart-light-switch-part-3-img.png); 
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  height: 80vh;
  align-items: center;
}

.smart-light-switch-part-3 .container {
   display: flex; /* Makes `.container` a flex container */
    flex-direction: column; /* Aligns children vertically within `.container` */
    align-items: flex-end; /* Aligns `.container-text` to the right */
    justify-content: flex-end; /* Centers `.container-text` vertically */
    width: 100%; /* Ensures the container spans full width */
    padding-left: 70%;
}

.smart-light-switch-part-3 .container-text {
    padding-right: 10%;
}

.smart-light-switch-part-3 p{
    text-align: left;
    padding: 0;
    font-size: 2.9vh;
    line-height: 35px;
    font-weight: 400;
    color: lightgrey;
    width: 100%;
    }

#smart-light-switch-part-4 {
    background: url(./assets/image/smart-light-switch-part4-bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 90vh;
    align-items: flex-start;
}

#smart-light-switch-part-4 .container {
    text-align: left;
    align-items: flex-start;
    z-index: 10;
    width: 38%;
    margin-left: 5%;
}

#smart-light-switch-part-5 {
    background: url(./assets/image/smart-light-switch-part-5-bg2.jpeg);
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative;
    height: 90vh;
}

#smart-light-switch-part-5 .darkmode {
  position: absolute; /* Make the image overlay the background */
    top: 0;
    left: 0;
    object-fit: cover; /* Ensure the image covers the container */
    width: 100%; /* Match the container's width */
    height: 90vh; /* Match the container's height */
    z-index: 1; /* Place it above the background */
    background-position: center;
}

#smart-light-switch-part-5 .container {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 60px;
    margin-top: 60px;
    margin-left: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 40%;
    position: relative;
    z-index: 2;
}

#smart-light-switch-part-5 .smart-light-switch-pair {
    flex-direction: column;
    align-items: center;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    position: relative;
}

#smart-light-switch-part-5 .smart-light-switch-pair img {
    max-width: 500px; /* Set the width */
    width: 80%;
    height: auto; /* Automatically adjust height to maintain aspect ratio */
    /* Alternatively, set a specific height:
       height: 100px; 
    */
    object-fit: contain; /* Ensure the image fits within the specified dimensions without distortion */
}

.smart-light-switch-pair h3 {
    color: #0067a1;
    text-align: center;
    font-size: 3.5vh;
    font-weight: bold;
}

.smart-light-switch-pair p {
    color: #0067a1;
    text-align: center;
    font-size: 2vh;
}

#smart-light-switch-part-6 {
    background: url(./assets/image/smart-light-switch-part6-bg.png);
    background-size: cover;
    background-position: center;
    height: 90vh;
}

#smart-light-switch-part-6 .container {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 60px;
    margin-top: 60px;
    margin-left: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 40%;
    position: relative;
}

#smart-light-switch-part-6 .smart-light-switch-pair {
    flex-direction: column;
    align-items: center;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    position: relative;
}

#smart-light-switch-part-6 .smart-light-switch-pair img {
    max-width: 500px; /* Set the width */
    width: 80%;
    height: auto; /* Automatically adjust height to maintain aspect ratio */
    /* Alternatively, set a specific height:
       height: 100px; 
    */
    object-fit: contain; /* Ensure the image fits within the specified dimensions without distortion */
}

#smart-light-switch-part-6 .smart-light-switch-ring-1 {
    position: absolute;
    width: 10%;
    left: 58%;
    top: 20%;
    opacity: 1;
    transform: scale(0);
}

#smart-light-switch-part-6 .smart-light-switch-ring-2 {
    position: absolute;
    width: 12%;
    left: 63%;
    top: 36%;
    opacity: 1;
    transform: scale(0);
}

#smart-light-switch-siri {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(./assets/image/smart-light-switch-siri-background.jpg);
}

#smart-light-switch-icon img{
    width: 40vw;
}

#smart-light-switch-part-7 {
    position: relative;
    height: 80vh; /* Make space for scrolling */
    width: 100%;
    background: url(./assets/image/smart-light-switch-black-background.png);
    background-size: cover;
    background-position: center;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#smart-light-switch-part-7 .container {
    text-align: left;
    align-items: flex-start;
    z-index: 10;
    padding-bottom: 12%;
}

#smart-light-switch-part-7 img {
    width: 25vw;
    height: auto;
    position: absolute;
    left: 34%;
    top: 45%;
}

#smart-light-switch-part-7 h3 {
    color: grey;
    font-weight: bold;
    font-size: 3.8vh;
    width: 30%;
    align-self: flex-end;
}

#smart-light-switch-part-7 p {
    color: grey;
    font-size: 2.9vh;
    line-height: 35px;
    width: 30%;
    align-self: flex-end;
    font-weight: 400;
}

.spacer-smart-light-switch {
    height: 10vw;
    background: transparent;
}

#smart-light-switch-part-8 {
    position: relative;
    height: 80vh; /* Make space for scrolling */
    width: 100%;
    background: url(./assets/image/smart-light-switch-white-background.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#smart-light-switch-part-8 .container {
    text-align: left;
    align-items: flex-start;
    z-index: 10;
    padding-bottom: 12%;
}

#smart-light-switch-part-8 img {
    width: 25vw;
    height: auto;
    position: absolute;
    left: 34%;
    top: 45%;
}

#smart-light-switch-part-8 h3 {
    color: grey;
    font-weight: bold;
    font-size: 3.8vh;
}

#smart-light-switch-part-8 p {
    color: grey;
    font-size: 2.9vh;
    line-height: 35px;
    width: 30%;
    align-self: flex-start;
    font-weight: 400;
}

#smart-light-switch-qr-background {
     background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(./assets/image/smart-light-switch-qr-background.png);
}

#smart-light-switch-qr-background .container {
    align-content: flex-start;
}

#smart-light-switch-qr-background h2 {
    color: white;
}

#smart-light-switch-qr-background p {
    color: white;
}

.z2-container-1 {
    background: url(./assets/image/z2-container-1-bg.png);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    height: fit-content;
    max-height: 1000px;
}

.z2-container-1 .container1 {
    padding: 120px 0 120px 0;
    text-align: center;
    color: lightgrey;
}

.z2-container-1 .container1 h1 {
    font-size: 5.5vh;
    font-weight: 100;
}

.z2-container-1 .container1 p {
    font-weight: bold;
    padding: 0 20%;
    text-align: center;
    font-size: 1.8vh;
    line-height: 15px;
}

.z2-container-1 .container1 button {
    background: linear-gradient(90deg, rgba(51, 0, 114, 1) 0%, rgba(0, 103, 161, 1) 33%, rgba(65, 171, 219, 1) 66%, rgba(42, 199, 190, 1) 100%);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 5px 25px;
    margin: 30px 0;
    font-size: 1.8vh;
}

.z2-container-1 .container2 {
    height: 300px;
}

.z2-container-1-img1 {
    width: 30%;
    position: absolute;
    right: 0%;
    top: 0%;
}

.z2-container-1-img2{
    transform: scaleX(-1);
    width: 40%;
    position: absolute;
    left: 10%;
}

.z2-container-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    height: auto;
    overflow: hidden;
}

.z2-container-3 .container1 {
    padding-top: 100px;
    text-align: center;
    color: #0067ac;
}

.z2-container-3 .container1 h1 {
    font-size: 5.5vh;
    font-weight: 100;
}

.z2-container-3 .container1 p {
    font-weight: bold;
    padding: 0 20%;
    text-align: center;
    font-size: 1.8vh;
    line-height: 15px;
}

.z2-container-3 .container2 {
    padding-bottom: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.z2-container-3-dimension1 {
    width: 30%;
}

.z2-container-3-dimension2 {
    width: 30%;
}

.z2-container-4 {
    background: url(./assets/image/z2-container-4-bg.png);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    height: fit-content;
}

.z2-container-4 .container1 {
    padding-top: 100px;
    text-align: center;
    color: lightgrey;
}

.z2-container-4 .container1 h1 {
    font-size: 5.5vh;
    font-weight: 100;
}

.z2-container-4 .container2 {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 20px; /* Add spacing between images */
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
}

.z2-container-4 .container2 .img {
    display: flex;
    gap: 20px; /* Space between images */
    position: relative;
}

.z2-container-4 .container2 .img img {
    width: 25%;
    transition: transform 0.3s ease;
    transform-origin: center;
}

.z2-container-5 {
    background: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    height: fit-content;
    overflow: hidden;
}

.z2-container-5 .container1 {
    padding: 100px 0 300px 0;
    text-align: center;
    color: lightgrey;
}

.z2-container-5 .container1 h1 {
    font-size: 5.5vh;
    font-weight: 100;
}

.z2-container-5 .container2 {
    background: url(./assets/image/z2-container-5-bg.png);
    background-size: cover;
    background-position: center;
    padding-bottom: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    aspect-ratio: 16/9;
}

.z2-iphone-mocking {
    position: relative;
    width: 50%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.z2-iphone-screen {
    width: 100%; /* Adjust to fit the screen area */
    height: 91%;
    background: url(./assets/image/z2-container-5-bg.png) no-repeat center;
    background-size: 150%;
    background-position: 50% 10%;
    overflow: hidden; 
    position: absolute;
    border-radius: 10%; 
    z-index: 1;
    top: -100%;
    left: 0%;
}

.z2-container-5-iphone-frame {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: -105%;
    left: 0%;
    z-index: 2;
}

/* Hand animation */
.z2-container-5-hand {
    position: absolute;
    transform: scaleX(-1);
    width: 50%;
    left: 5%;
    top: 0%;
    z-index: 4;
}

.z2-container-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 100px;
}

.z2-container-6 img{
    width: 7%;
}

.z2-container-7 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 50px 0;
    position: relative;
}

.z2-container-7 .container1 {
    position: relative;
    width: 80%;
    max-width: 1000px;
    height: 500px;
    overflow: hidden;
}

.z2-container-7-clear {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.z2-blur-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    clip-path: inset(0 50% 0 0);
}

.z2-container-7-blur {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.z2-container-7-line {
    position: absolute;
    top: 0;
    width: 8px;
    height: 100%;
    cursor: ew-resize;
    z-index: 5;
    transform: translateX(-100%);
}

.z2-container-8 .container-1 {
    background: url(./assets/image/z2-container-8-bg.jpg);
    background-size: cover;
    background-position: center;
    padding-bottom: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    aspect-ratio: 16/9;
}

.z2-container-8-alertsign {
    position: absolute;
    width: 20%;
    top: 5%;
    left: 40%;
}

.z2-container-8-iphone {
    position: absolute;
    width: 20%;
    top: 5%;
    left: 10%;
}

.z2-container-8-notification {
    position: absolute;
    width: 15%;
    top: 50%;
    left: 12.5%;
}

.z2-container-8 .container-1 .text-1 {
    padding-left: 60%;
    padding-top: 20%;
}

.z2-container-8 .container-1 .text-1 h1 {
    text-align: left;
    color: white;
    width: 90%;
    font-size: 5.5vh;
    font-weight: bold;
    line-height: 1;
}

.z2-container-9 .container-1 {
    background: url(./assets/image/z2-container-9-bg.png);
    background-size: cover;
    background-position: center;
    padding-bottom: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    aspect-ratio: 16/9;
    margin-top: 10px;
    margin-bottom: 10px;
}

.z2-line-1 {
    position: absolute;
    width: 25%;
    left: 10%;
    top: 10%;
}

.z2-line-2 {
    position: absolute;
    width: 25%;
    left: 45%;
    top: 10%;
}

.z2-container-9 .container-1 .text-1 {
    width: 50%;
}

.z2-container-9 .container-1 .text-1 h1 {
    font-size: 5.5vh;
    line-height: 1;
    color: white;
    font-weight: bold;
}

.z2-container-10 .container-1 {
    background: url(./assets/image/z2-container-10-red.png);
    background-size: cover;
    background-position: center;
    padding-bottom: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    aspect-ratio: 16/9;
}

.z2-container-10 .container-1 .text-1 {
    width: 100%;
    padding-top: 50%;
    padding-left: 30%;
    position: absolute;
}

.z2-container-10 .container-1 .text-1 h1 {
    font-size: 5.5vh;
    line-height: 1;
    color: white;
    font-weight: bold;
}

.z2-container-11 .container-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 10px;
}

.z2-container-11-bg {
    position: relative;
    width: 80%;
}

.z2-container-11-img1 {
    position: absolute;
    width: 20%;
    top: 40%;
}

.z2-container-11-text1 {
    position: absolute;
    top: 25%;
    left: 20%;
    width: 20%;    
}

.z2-container-11-text2 {
    position: absolute;
    top: 1%;
    left: 51%;
    width: 20%;    
}

.z2-container-11 .container-1 .text-1 {
    width: 100%;
    position: absolute;
    text-align: center;
    color: #0067ac;
    top: 75%;
    font-weight: bold;
}

.z2-container-11 .container-1 .text-1 h1 {
    font-size: 5.5vh;    
}

.z2-container-12 .container-1 {
    background: url(./assets/image/z2-container-12-bg.jpg);
    background-size: cover;
    background-position: center;
    padding-bottom: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    aspect-ratio: 16/9;
}

.z2-container-12-img1 {
    position: absolute;
    width: 10%;
    top: 30%;
    left: 5%;
}

.z2-container-12-img2 {
    position: absolute;
    width: 10%;
    transform: scaleY(-1);
    top: 0%;
    left: 5%;
}

.z2-container-13 .container-1 {
    background: url(./assets/image/z2-container-13-bg.png);
    background-size: cover;
    background-position: center;
    padding-bottom: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    aspect-ratio: 16/9;
    margin-top: 10px;
    margin-bottom: 10px;
}

.z2-container-13 .container-1 .text-1 {
    width: 75%;
    text-align: center;
    color: white;
    font-weight: bold;
}

.z2-container-13 .container-1 .text-1 h1 {
    font-size: 5.5vh;    
}

#z2-container-14 .container {
    max-width: 50%;
}

.z2-container-15 .container-1 {
    background: url(./assets/image/z2-qr-bg.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    display: flex;
    position: relative;
    aspect-ratio: 16/9;
}

.z2-container-15 .container-1 .text-1 {
    color: white;
    text-align: center;
    position: absolute;
    padding-top: 15%;
    padding-left: 1%;
}

.z2-container-15 .container-1 .text-1 h1 {
    font-size: 5.5vh;
    font-weight: bold;
}

.z2-container-15 .container-1 .text-1 p {
    font-size: 3.5vh;
}

.z2-qr {
    position: absolute;
    width: 20%;
    top: 50%;
    left: 10%;
}

.about-us-1 {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(./assets/image/about-us-1.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.about-us-1 .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-us-1 video {
  padding-top: 50px;
  filter: brightness(50%);
}

.about-us-1 h1 {
  font-size: 5.5vh;
  font-weight: 300;
  color: white;
  text-align: center;
}

.about-us-hr {
  border-top: 0;
  opacity: 1;
  height: 7px;
  background: rgb(51, 0, 114);
  background: linear-gradient(
    90deg,
    rgba(51, 0, 114, 1) 0%,
    rgba(0, 103, 161, 1) 33%,
    rgba(65, 171, 219, 1) 66%,
    rgba(42, 199, 190, 1) 100%
  );
  width: 100%;
  margin: 0;
}

.about-us-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px 0;
}

.about-us-2 .container {
  max-width: 80%;
}

.about-us-2 p {
  font-weight: 300;
  color: #0067ac;
  font-size: 5vh;
  line-height: 7vh;
  text-align: center;
}

.about-us-3 .container {
  max-width: 100%;
}

.about-us-3 .row {
  position: relative;
  margin-right: 5%;
}

.about-us-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-us-3 .col-md-6 {
  padding: 0;
}

.about-us-3 .text-box {
  background-color: #e7e7e7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px;
}

.about-us-3 h2 {
  color: #0067ac;
  font-size: 3.8vh;
  font-weight: bold;
  padding-bottom: 25px;
}

.about-us-3 p {
  color: #0067ac;
  font-size: 2.9vh;
  line-height: 40px;
  font-weight: normal;
}

.about-us-4 {
  margin: 120px 0;
}

.about-us-4 .container {
  max-width: 100%;
}

.about-us-4 .row {
  position: relative;
  margin-left: 5%;
}

.about-us-4 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.about-us-4 .col-md-6 {
  padding: 0;
}

.about-us-4 .text-box {
  background-color: #e7e7e7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px;
}

.about-us-4 h2 {
  color: #0067ac;
  font-size: 3.8vh;
  font-weight: bold;
  padding-bottom: 25px;
}

.about-us-4 p {
  color: #0067ac;
  font-size: 2.9vh;
  line-height: 40px;
  font-weight: normal;
}

.about-us-5 {
  background-image: url(./assets/image/about-us-4.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  height: 80vh;
}

.about-us-5 .container {
  max-width: 80%;
}

.about-us-5 h3 {
  color: white;
  font-size: 4.5vh;
  font-weight: 300;
}

.about-us-5 p {
  color: white;
  font-size: 2.5vh;
  font-weight: 300;
}

.about-us-5 hr {
  color: white;
  border-top: 2px solid white;
  opacity: 1;
  width: 40%;
}

.about-us-5 .text-box {
  padding-top: 120px;
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-shadow: 1px 1px 10px black;
}

.about-us-6 {
  background-image: url(./assets/image/about-us-5.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  height: 80vh;
}

.about-us-6 .container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 80%;
}

.about-us-6 h3 {
  color: black;
  font-size: 4.5vh;
  font-weight: 300;
}

.about-us-6 p {
  color: black;
  font-size: 2.5vh;
  font-weight: 300;
}

.about-us-6 hr {
  color: black;
  border-top: 2px solid black;
  opacity: 1;
  width: 40%;
}

.about-us-6 .text-box {
  padding-top: 120px;
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.referal {
    background: url(./assets/image/referal-bg1.png);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    height: 70vh;
}

.referal .container {
    width: 70%;
    text-align: center;
}

.referal h1 {
    font-size: 6vh;
    text-align: center;
    color: #0067ac;
    font-weight: 900;
}

.referal p1 {
    font-size: 4vh;
    text-align: center;
    font-weight: bold;
}

.referal p2 {
    font-size: 3vh;
    text-align: center;
}

.referal-2 {
    padding-top: 60px;
    padding-bottom: 60px;
    width: 100%;
    background: url(./assets/image/referal-bg2.png);
    background-size: cover;
    background-position: center;
}

.referal-2 .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:20px
}

.referal-2 .image1{
    flex: 1;
    text-align: center;
}

.referal-img1 {
    width: 70vh;
}

.referal-2 .text1 {
    flex: 1;
    padding-left: 30px;
}

.referal-2 .text1 h1 {
    font-size: 6vh;
    color: #0067ac;
    font-weight: 900;
}

.referal-2 .text1 .referal-line1 {
    font-size: 4vh;
    font-weight: bold;
}

.referal-2 .text1 p {
    font-size: 3vh;
}

.referal-2 .textbox {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.referal-2 .top .row {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.referal-2 .icon-box {
    width: 50px;
}

.referal-2 .icon-box img {
    width: inherit;
}

.referal-2 .referal-line1 {
    font-weight: bold;
}

.referal-2 .bottom {
    text-align: center;
    margin-top: 50px;
}

.referal-2 .bottom h1 {
    font-size: 6vh;
    color: #0067ac;
    margin-bottom: 30px;
    font-weight: 900;
}

.referal-2 .bottom .row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 20px;
}

.referal-2 .column {
    width: 30%;
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.referal-2 .referal-img2 {
    width: auto;
    align-items: center;
    text-align: center;
    display: flex;
}

.referal-2 .referal-img3 {
    width: auto;
    align-items: center;
    display: flex;
}

.referal-2 .bottom .text-box2 h1 {
    font-size: 3vh;
    margin: 10px 0;
    font-weight: bold;
}

.referal-2 .bottom .text-box2 p {
    font-size: 2vh;
}

.referal-3 {
    padding-top: 60px;
    padding-bottom: 60px;
    width: 100%;
    background: url(./assets/image/referal-bg3.png);
    background-size: cover;
    background-position: center;
}

.referal-3 .heading-1 {
    display: flex;
    justify-content: center;
}

.referal-3 .heading-1 h1{
    color: white;
    font-weight: bold;
    font-size: 3vh;
}

.referral-form {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 20px auto;
    width: 80%;
}

.referral-form .form-row {
    margin-bottom: 15px;
}

.referral-form .form-row h1 {
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 3vh;
}

.referral-form .form-row p {
    margin-bottom: 0px;
    color: white;
}

.referal-tnc {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.referal-tnc a {
    color: white; /* Change to your preferred color */
    text-decoration: none; /* Remove underline */
}

.referal-tnc a:hover {
    color: #0067ac; /* Darker color when hovered */
    text-decoration: underline; /* Underline on hover */
}

.referal-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.referal-button button {
    background-color: #0055A4; /* Dark blue background */
    color: white; /* White text */
    border: none; /* Remove default border */
    padding: 10px 60px; /* Make the button long */
    font-size: 18px; /* Larger text */
    border-radius: 35px; /* Smooth curve at the edges */
    width: 100%; /* Full width button */
    max-width: 600px; /* Set max width so it's not too long */
    cursor: pointer; /* Change cursor to pointer */
    transition: background-color 0.3s ease, transform 0.2s ease;
    font-weight: bold; /* Make text bold */
    text-align: center;
    display: block;
    margin: 20px auto; /* Center the button */
}

.referal-button button:hover {
    background-color: #004080; /* Highlight darker blue on hover */
    transform: scale(1.05); /* Slight zoom effect */
}

.referal-slogan {
    text-align: center;
    color: white;
    font-weight: 900;
    font-size: 4vh;
}   

.why-primero-1 {
  background: url(./assets/image/why-primero-1.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 90vh;
}

.why-primero-1 h1 {
  font-size: 5.5vh;
  font-weight: 300;
  color: white;
  text-align: center;
}

.why-primero-2 {
  padding: 120px 0;
}

.why-primero-2 img {
  width: 7%;
  padding-bottom: 20px;
}

.why-primero-2 h2 {
  font-size: 3.5vh;
  font-weight: bold;
  color: #0067ac;
  text-align: center;
}

.why-primero-2 .accordion-flush .accordion-item .accordion-button,
.why-primero-2 .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
  display: flex;
  flex-direction: column;
  padding: 50px 0;
}

.why-primero-2 .accordion-body {
  box-shadow: inset 60px -14vh 50px -150px #ccc,
    inset 60px 13vh 50px -150px #ccc;
  padding: 0;
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.why-primero-2 .accordion-body-2 {
  box-shadow: inset 60px -14vh 50px -150px #ccc,
    inset 60px 13vh 50px -150px #ccc;
  padding: 0;
  padding-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.why-primero-2 .accordion-body p {
  font-size: 3vh;
  font-weight: lighter;
  color: black;
  text-align: center;
  padding: 0 60px;
}

.why-primero-2 .accordion-body-2 p {
  font-size: 3vh;
  font-weight: lighter;
  color: black;
  text-align: center;
  padding: 0 60px;
}

.why-primero-2 .accordion {
  --bs-accordion-border-color: none !important;
}

.why-primero-2 .accordion-button::after {
  display: none;
}

.why-primero-2 .accordion-button:not(.collapsed) {
  color: transparent;
  background-color: transparent;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color);
  border: none;
}

.why-primero-2 .accordion-img {
  width: 100% !important;
  margin-bottom: 60px;
}

.why-primero-2 .accordion-img-2 {
  width: 50% !important;
  margin-bottom: 60px;
  margin-top: 60px;
}

.why-primero-2 .accordion-button-2 {
  background: rgb(51, 0, 114);
  background: linear-gradient(
    90deg,
    rgba(51, 0, 114, 1) 0%,
    rgba(0, 103, 161, 1) 33%,
    rgba(65, 171, 219, 1) 66%,
    rgba(42, 199, 190, 1) 100%
  );
  color: white;
  border: none;
  border-radius: 50px;
  padding: 5px 25px;
  font-size: 1.8vh;
  margin-top: 20px;
}

.why-primero-2 .accordion-button-2 p {
  margin-bottom: 0 !important;
}

.energy-management-1 {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(./assets/image/energy-management-1.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 90vh;
}

.energy-management-1 h1 {
  font-size: 5.5vh;
  font-weight: 300;
  color: white;
  text-align: center;
}

.energy-management-3 .col-12 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
}

.energy-management-3 button {
  background: rgb(51, 0, 114);
  background: linear-gradient(
    90deg,
    rgba(51, 0, 114, 1) 0%,
    rgba(0, 103, 161, 1) 33%,
    rgba(65, 171, 219, 1) 66%,
    rgba(42, 199, 190, 1) 100%
  );
  color: white;
  border: none;
  border-radius: 50px;
  padding: 5px 25px;
  margin: 30px 0;
  font-size: 1.8vh;
  z-index: 2;
}

.solution-nav {
  background: rgb(51, 0, 114);
  background: linear-gradient(
    90deg,
    rgba(51, 0, 114, 1) 0%,
    rgba(0, 103, 161, 1) 33%,
    rgba(65, 171, 219, 1) 66%,
    rgba(42, 199, 190, 1) 100%
  );
  width: 100%;
  position: fixed;
  top: 49px;
  padding: 14px 0;
}

.solution-nav a {
  color: white;
  text-decoration: none;
  font-weight: lighter;
  text-align: center;
  opacity: 0.75;
}

.solution-nav .active {
  font-weight: bold;
}

.solution-nav .container {
  display: flex;
}

.solution-nav .col {
  display: flex;
  justify-content: center;
}

.energy-management-img {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  overflow: hidden;
  height: 30vh;
}

.energy-management-2 {
  padding: 120px 0;
  background-color: #dadbdb;
}

.energy-management-2 h2 {
  padding: 0 0 60px 0;
  font-size: 5.5vh;
  font-weight: 300;
  color: #0067ac;
  text-align: center;
}

.energy-management-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.energy-management-2 .text-box img {
  width: 100%;
}

.energy-management-2 .col-md-4 {
  padding: 0 30px;
  max-width: 42vh;
}

.energy-management-2 .col-md-6 {
  padding: 0 30px;
  max-width: 42vh;
}

.energy-management-2 .row {
  justify-content: center;
}

.energy-management-2 .text-box {
  background: rgb(51, 0, 114);
  background: linear-gradient(
    90deg,
    rgba(51, 0, 114, 1) 0%,
    rgba(0, 103, 161, 1) 33%,
    rgba(65, 171, 219, 1) 66%,
    rgba(42, 199, 190, 1) 100%
  );
  padding: 20px 50px;
  margin-top: 10px;
  height: 21vh;
  display: flex;
  justify-content: center;
}

.energy-management-3 {
  background-color: #dadbdb;
}

.energy-management-3 h2 {
  padding: 0 0 60px 0;
  font-size: 5.5vh;
  font-weight: 300;
  color: #0067ac;
  text-align: center;
}

.energy-management-3 .col-12 h2 {
  padding: 0 0 60px 0;
  font-size: 5.5vh;
  font-weight: 300;
  color: #0067ac;
  text-align: center;
  padding: 0;
}

.energy-management-3 h3 {
  padding: 0 0 20px 0;
  font-size: 2vh;
  font-weight: bold;
  color: black;
}

.energy-management-3 p {
  padding: 0 0 20px 0;
  font-size: 2vh;
  font-weight: lighter;
  line-height: 1.7vw;
  color: black;
}

.energy-management-3 .text-box {
  background-color: white;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.energy-management-3 .text-box img {
  width: 80%;
}

.energy-management-img-2 {
  padding: 0;
}

.energy-management-img-2 img {
  width: 100%;
  object-fit: cover;
}

.energy-management-3 .col-md-6 {
  margin: 60px 0;
}

#safe-security {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(./assets/image/safe&secure-bg.jpg);
  background-size: cover;
}

#ambient-customization {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(./assets/image/ambient-bg.jpg);
  background-size: cover;
}

#control {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(./assets/image/control-bg.jpg);
  background-size: cover;
}

#lifestyle {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(./assets/image/lifestyle-bg.jpg);
  background-size: cover;
}

.smart-device .container {
  padding: 120px 0 0 0;
}

.smart-device h2 {
  padding: 0 0 60px 0;
  font-size: 5.5vh;
  font-weight: 300;
  color: #0067ac;
  text-align: center;
}

.smart-device .col-md-4 {
  padding: 20px;
}

.smart-device .col-md-4 .inner-container {
  padding: 30px;
  border: 1px solid #dadad9;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.smart-device .col-md-4 .text-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 33vh;
}

.smart-device .col-md-4 .image-container {
  height: 12vh;
  width: 12vh;
  display: flex;
  margin: 50px;
  align-items: center;
  justify-content: center;
}

.smart-device .col-md-4 .image-container-2 {
  height: 12vh;
  width: 73%;
  display: flex;
  margin: 50px;
}

.smart-device .col-md-4 .button-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.smart-device .col-md-4 img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.smart-device .col-md-4 h3 {
  color: #58595b;
  font-weight: bold;
  font-size: 3vh;
  text-align: center;
  padding: 20px;
}

.smart-device .col-md-4 p {
  color: #58595b;
  font-weight: normal;
  font-size: 2.1vh;
  text-align: center;
  line-height: normal;
}

.smart-device .col-md-4 button {
  background-color: transparent;
  border: none;
  font-size: 2.1vh;
  color: #0067ac;
  margin: 20px;
}

.smart-device-button {
  background: rgb(51, 0, 114);
  background: linear-gradient(
    90deg,
    rgba(51, 0, 114, 1) 0%,
    rgba(0, 103, 161, 1) 33%,
    rgba(65, 171, 219, 1) 66%,
    rgba(42, 199, 190, 1) 100%
  );
  color: white;
  border: none;
  border-radius: 50px;
  padding: 5px 25px;
  margin: 100px 0 0 0;
  font-size: 1.8vh;
}

.smart-device .col-12 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.primero-solution .container {
  padding: 60px 0;
}

.primero-solution h2 {
  font-size: 3.5vh;
  margin: 0;
  color: #333333;
}

.primero-solution p {
  font-size: 2.5vh;
  color: #333333;
  line-height: 25px;
}

.primero-solution img {
  width: 15vh;
  padding-top: 20px;
}

.primero-solution h3 {
  font-weight: 100;
  font-size: 2vh;
  padding-top: 20px;
}

.primero-solution .image-container {
  height: 8vh;
}

.primero-solution .col {
  padding: 50px 20px;
}

.primero-solution .col img {
  height: 100%;
}

.primero-solution a {
  text-decoration: none;
  color: #4e4e4e;
}

.primero-solution a img {
  transition: 0.5s;
}

.primero-solution a img:hover {
  filter: brightness(150%);
  transform: scale(1.2);
}

.primero-solution-typing {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(./assets/image/ambient-qr.jpg);
  background-size: cover;
  background-position: center;
  padding: 200px 0;
}

.primero-solution-typing .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-content: center;
  flex-wrap: wrap;
}

.primero-solution-typing .typing-background {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 60px 0;
}

.primero-solution-typing h3 {
  font-weight: 100;
  font-size: 5.2vh;
  color: white;
}

.primero-solution-typing p {
  font-weight: normal;
  color: #0067ac;
  font-size: 2.9vh;
  text-align: center;
  line-height: 35px;
  margin-top: 30px;
  margin-bottom: 60px;
}

.primero-solution-typing img {
  width: 50%;
}

.products {
  padding-top: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 40vh;
  background-color: #e5e5e5;
}

.products .container {
  max-width: 80%;
}

.products h1 {
  text-align: center;
  font-weight: bold;
  color: #666666;
}

.products-2 .container {
  max-width: 80%;
  padding: 120px 0;
}

.products-2 .row {
  max-width: 80%;
  margin: auto;
  padding: 30px 0;
}

.products-2 .row a {
  text-align: center;
  text-decoration: none !important;
  color: black;
  transition: 0.2s;
}

.products-2 .row a:hover {
  color: #0067AC;
}

.products-2 .row p {
  padding-top: 20px;
}

.products-2 .col-md-3 {
  display: flex;
  flex-direction: column;
  align-content: center;
  flex-wrap: nowrap;
}

.products-container img {
  height: 4rem;
}

.products-category {
  padding: 0;
  flex: 0;
}

.products-category p {
  font-size: 2vh;
  padding: 10px;
  background-color: #e5e5e5;
  white-space: nowrap;
}

.products-category-top {
  display: flex;
  border-top: 2px solid #e5e5e5;
}

.e-brochure {
  padding-top: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 70vh;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(./assets/image/e-brochure.jpg);
  background-position: 10%;
  background-size: cover;
}

.e-brochure h1 {
  color: white;
  text-align: center;
  font-weight: 100;
}

.e-brochure-2 {
  padding: 160px 0;
}

.e-brochure-2 img {
  width: 100%;
}

.e-brochure-2 .row {
  max-width: 80%;
  margin: auto;
}

.e-brochure-2 .col {
  display: flex;
  justify-content: center;
}

.e-brochure-2 a {
  text-decoration: none;
  color: black;
}

.e-brochure-2 a img {
  transition: 0.2s;
}

.e-brochure-2 a img:hover {
  transform: scale(1.02) translateY(-5px);
  color: #0067ac;
}

.e-brochure-2 a:hover p {
  color: #0067ac;
}

.e-brochure-2 p {
  text-align: center;
  padding-top: 30px;
  color: #333333;
  font-size: 2.5vh;
  transition: 0.2s;
}

.b2b {
  padding-top: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 70vh;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(./assets/image/b2b-bg.jpg);
  background-position: 0 70%;
  background-size: cover;
}

.b2b h1 {
  color: white;
  text-align: center;
  font-weight: 100;
}

.b2b-2 .container {
  padding: 120px 0;
  max-width: 80%;
}

.b2b-2 .row {
  padding: 60px 0;
}

.b2b-2 h2 {
  font-size: 4.5vh;
  text-align: center;
  font-weight: 100;
}

.b2b-2 h3 {
  font-size: 4.5vh;
  text-align: center;
  font-weight: 100;
}

.b2b-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.b2b-2 .col {
  padding: 0 1%;
}

.b2b-2 .text-box {
  height: 20%;
  background-color: #0068b2;
  margin-top: 4%;
  display: flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
}

.b2b-img-1 {
  height: 50%;
  margin-top: 4%;
}

.b2b-img-2 {
  height: 50%;
  margin-top: 4%;
}

.b2b-img-3 {
  height: 80%;
  margin-top: 4%;
}

.b2b-2 .button {
  background: rgb(51, 0, 114);
  background: linear-gradient(
    90deg,
    rgba(51, 0, 114, 1) 0%,
    rgba(0, 103, 161, 1) 33%,
    rgba(65, 171, 219, 1) 66%,
    rgba(42, 199, 190, 1) 100%
  );
  color: white;
  border: none;
  border-radius: 50px;
  padding: 5px 25px;
  font-size: 2.5vh;
  font-weight: 100;
  display: flex;
  margin: 60px auto 0 auto;
}

.modal-footer {
  border-top: transparent;
}

.modal-header {
  border-bottom: transparent;
}

.modal-content {
  border-radius: 0;
  border: transparent;
}

.modal .row {
  padding: 0 10%;
}

.modal h3 {
  text-align: center;
  font-weight: bold;
  margin: 0;
}

.modal p {
  text-align: center;
  font-weight: 100;
  font-size: 1.5vh;
}

.modal .form-group {
  margin-bottom: 60px;
}

.modal .form-control {
  border-radius: 0;
  border: transparent;
  border-bottom: 1px solid grey;
  color: #0068b2;
  outline: none !important;
  box-shadow: none;
}

.modal ::placeholder {
  color: #0068b2;
  font-weight: 100;
  opacity: 0.5;
}

select:required:invalid {
  color: rgba(0, 104, 178, 0.5);
  font-weight: 100;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.modal .button {
  background: rgb(51, 0, 114);
  background: linear-gradient(
    90deg,
    rgba(51, 0, 114, 1) 0%,
    rgba(0, 103, 161, 1) 33%,
    rgba(65, 171, 219, 1) 66%,
    rgba(42, 199, 190, 1) 100%
  );
  color: white;
  border: none;
  border-radius: 50px;
  padding: 5px 25px;
  font-size: 1.8vh;
  display: flex;
  margin: 60px auto 0 auto;
}

.career {
  padding-top: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 70vh;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(./assets/image/career.jpeg);
  background-position: bottom;
  background-size: cover;
}

.career h1 {
  color: white;
  text-align: center;
  font-weight: 100;
}

.career-2 .row {
  max-width: 70%;
  margin: auto;
  padding: 120px 0;
}

.career-2 h3 {
  font-size: 4vh;
  text-align: center;
  font-weight: 200;
  color: #00679b;
}

.career-3 {
  background: rgb(50, 37, 108);
  background: linear-gradient(
    0deg,
    rgba(50, 37, 108, 1) 0%,
    rgba(0, 104, 177, 1) 33%,
    rgba(59, 178, 230, 1) 86%,
    rgba(64, 190, 192, 1) 100%
  );
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.career-bg-1 {
  position: absolute;
  width: 70%;
  top: -30%;
  left: 0;
  right: 0;
  margin: auto;
  mix-blend-mode: overlay;
  opacity: 0.5;
}

.career-bg-2 {
  position: absolute;
  width: 70%;
  top: 59%;
  left: 0;
  right: 0;
  margin: auto;
  mix-blend-mode: overlay;
  opacity: 0.5;
}

.career-3 .container {
  position: relative;
  z-index: 2;
}

.career-3 .row {
  max-width: 90%;
  margin: auto;
}

.career-3 h2 {
  font-size: 7vh;
  color: white;
  font-weight: 100;
  text-align: center;
  padding-bottom: 60px;
}

.career-3 .text-container {
  border: 1px solid white;
  border-radius: 20px;
  position: relative;
}

.career-3 .overlay {
  opacity: 0;
}

.career-3 .col-md-6 {
  padding: 10px;
}

.career-3 p {
  color: white;
  margin: 0;
  text-align: center;
  padding: 50px;
  font-size: 2.5vh;
}

.career-3 .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  border-radius: 19px;
  border: 1px solid white;
  transition: 0.2s;
  display: flex;
}

.career-3 .overlay p {
  color: black;
  padding: 0 50px;
  margin: auto;
  font-size: 2vh;
}

.career-3 .text-container:hover .overlay {
  opacity: 1;
}

.career-3 .row-form {
  padding: 120px 0;
}

.career-3 #contactForm .row {
  max-width: 100%;
}

.career-3 #contactForm .form-control {
  background-color: transparent;
  border-radius: 20px;
}

.career-3 #contactForm #file {
  background-color: white;
  color: black;
}

.career-3 #contactForm p {
  padding: 0;
}

.career-3 #contactForm h4 {
  font-size: 2vh;
  color: white;
  padding-top: 20px;
}

.career-3 #contactForm input {
  margin: 20px 0;
  color: white;
  outline: none !important;
  box-shadow: none;
}

.career-3 ::placeholder {
  color: white;
  opacity: 0.3;
}

.career-3 #contactForm .button {
  background: rgb(51, 0, 114);
  background: linear-gradient(
    90deg,
    rgba(51, 0, 114, 1) 0%,
    rgba(0, 103, 161, 1) 33%,
    rgba(65, 171, 219, 1) 66%,
    rgba(42, 199, 190, 1) 100%
  );
  color: white;
  border: none;
  border-radius: 50px;
  padding: 5px 25px;
  font-size: 1.8vh;
  display: flex;
  margin: 60px auto 0 auto;
  z-index: 10;
}

.contact {
  padding-top: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 70vh;
  background: linear-gradient(
    90deg,
    rgba(51, 0, 114, 1) 0%,
    rgba(0, 103, 161, 1) 33%,
    rgba(65, 171, 219, 1) 66%,
    rgba(42, 199, 190, 1) 100%
  );
  background-position: center;
  background-size: cover;
}

.contact h2 {
  color: white;
  text-align: center;
  font-size: 4.5vh;
  font-weight: bold;
}

.contact-bg {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.contact-bg img {
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: overlay;
  opacity: 40%;
}

.contact-2 {
  padding: 120px 0;
}

.contact-2 .container {
  max-width: 80%;
}

.contact-2 h2 {
  font-weight: bold;
  font-size: 2.8vh;
}

.contact-2 p {
  font-weight: normal;
  font-size: 2vh;
}

.contact-2 a {
  text-decoration: none;
}

.contact-2 .col-md-4 button {
  background-color: #009b4d;
  border: transparent;
  border-radius: 10px;
  font-size: 2.1vh;
  color: white;
  font-weight: bold;
  padding: 5px 15px;
  margin-top: 20px;
}

.contact-2 .business-collab {
  display: flex;
  margin-top: 30px;
  align-items: center;
}

.contact-2 .business-collab img {
  width: 20%;
}

.contact-2 .business-collab h4 {
  font-size: 2.5vh;
  font-weight: bold;
  color: #00679b;
  margin-left: 20px;
}

.contact-2 .form-control {
  background-color: #e6e7e8;
  color: white;
}

.contact-2 ::placeholder {
  color: white;
}

.contact-2 .col-md-8 {
  padding-left: 5%;
}

.contact-2 textarea.form-control {
  min-height: 18vh;
}

.contact-2 .col-md-8 button {
  background: linear-gradient(
    90deg,
    rgba(51, 0, 114, 1) 0%,
    rgba(0, 103, 161, 1) 33%,
    rgba(65, 171, 219, 1) 66%,
    rgba(42, 199, 190, 1) 100%
  );
  border: transparent;
  padding: 10px 20px;
}

.faq {
  padding-top: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 45vh;
  background: linear-gradient(
    90deg,
    rgba(51, 0, 114, 1) 0%,
    rgba(0, 103, 161, 1) 33%,
    rgba(65, 171, 219, 1) 66%,
    rgba(42, 199, 190, 1) 100%
  );
  background-position: center;
  background-size: cover;
}

.faq h1 {
  color: white;
  text-align: center;
  font-size: 5.5vh;
  font-weight: normal;
}

.faq-bg {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.faq-bg img {
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: overlay;
  opacity: 40%;
}

.faq-2 .container {
  padding: 120px 0;
  max-width: 80%;
}

.faq-2 .accordion-button {
  font-size: 2.4vh;
  font-weight: 600;
  color: #00679b;
}

.faq-2 .accordion-body {
  font-size: 2.2vh;
  color: black;
  padding-top: 20px;
  padding-bottom: 60px;
}

.faq-2 .accordion-button:not(.collapsed) {
  background-color: transparent;
}

.faq-2 .accordion-button:focus {
  border: none;
  box-shadow: none;
}

.faq-2 .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230067ac'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

body.preloader-site {
  overflow: hidden;
}

.preloader-wrapper {
  height: 100%;
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: block;
}

.loader-button {
  z-index: 99999;
  position: absolute;
}

.preloader:target {
  display: block;
}

.preloader-wrapper .preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.preloader-wrapper .preloader video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes circle-out-center {
  from {
    clip-path: circle(125%);
  }
  to {
    clip-path: circle(0%);
  }
}

[transition-style="out:circle:center"] {
  animation: 1s cubic-bezier(0.25, 1, 0.3, 1) circle-out-center both;
}
.anim-fade-out {
  animation: 1s cubic-bezier(0.25, 1, 0.3, 1) circle-out-center both;
}

.rings {
  position: absolute;
  height: 100%;
  width: 300px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.ring {
  width: 300px;
  height: 300px;
  position: absolute;
  display: block;
  z-index: 100;
}

.ring span {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(
    circle at center,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 50%,
    #fff 100%
  );
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  opacity: 0;
  -webkit-animation: ring 1.8s ease-in infinite;
  animation: ring 1.8s ease-in infinite;
}

@-webkit-keyframes ring {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes ring {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.ring span:nth-of-type(1) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.ring span:nth-of-type(2) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

#environment-sensor-rings .ring {
  top: -76px;
  left: -42px;
}

#environment-sensor-rings-2 .ring {
  top: -2rem;
  left: 28rem;
}

#presence-sensor-1 .container {
    padding-bottom: 10%;
}

.presence-sensor-heading {
    text-align: center;
}

.presence-sensor-img {
    width: 25%;
    z-index: 3;
    position: relative;
}

.presence-sensor-background-img {
    position: absolute;
    top: 40%;
    z-index: 2;
}

#presence-sensor-2 .container-1 {
    text-align: center;
}

.presence-sensor-dimension {
    text-align: center;
}

.presence-sensor-dimension-1 {
    width: 60%;
    position: relative;
}

#presence-sensor-2 {
    height: auto;
}

#presence-sensor-2 .container-2 {
    margin: 5% 5% 5% 5%;
}

#presence-sensor-2 .container-2 h2 {
    width: 40%;
    position: absolute;
    padding-top: 8%;
    font-size: 5.5vh;
}

#presence-sensor-2 .container-2 img {
    width: 50%;
    left: 50%;
    top: 10%;
    position: relative;
}

#presence-sensor-2 .container-3 {
    margin: 5% 5% 5% 5%;
}

#presence-sensor-2 .container-3 h2 {
    width: 40%;
    position: relative;
    left: 55%;
    font-size: 5.5vh;
}

.presence-sensor-img2 {
    width: 40%;
    position: absolute;
}

.presence-sensor-img3 {
    width: 25%;
    left: 60%;
    padding-top: 15%;
    position: relative;
}

.presence-sensor-img4 {
    width: 20%;;
    left: 30%;
    padding-top: 40%;
    position: absolute;
    transform: rotate(25deg);
}

.presence-sensor-icon {
    text-align: center;
    padding-top: 5%;
}

.presence-sensor-iconimg {
    width: 70%;
    margin: 5%;
    position: relative;
}

.presence-sensor-3 {
    height: auto;
    background-color: lightgrey;
}

.presence-sensor-3 .container-1 {
    text-align: center;
}

.presence-sensor-img5 {
    position: relative;
    width: 50%;
    margin-top: 5%;
}

.presence-sensor-3 .container-2 {
    text-align: center;
}

.presence-sensor-img6 {
    position: relative;
    width: 50%;
    margin-top: 5%;
}

.presence-sensor-3 .container-3 {
    text-align: center;
    margin: 5%;
    padding-bottom: 5%;
}

.presence-sensor-3 .container-3 h1 {
    font-size: 3vh;
    color: #0067ac;
}

.presence-sensor-4 .container-1 {
    height: auto;
    text-align: center;
}

.presence-sensor-img8 {
    position: relative;
    width: 100%;
}

.presence-sensor-5 .container-1 {
    height: auto;
    text-align: center;
    position: relative;
}

.presence-sensor-cycle {
    width: 60%;
    margin: 10% 20% 10% 20%;
}

.presence-sensor-zigbee {
    position: absolute;
    width: 25%;
    left: 35%;
    top: 35%;
}

.presence-sensor-6 .container-1 {
    height: auto;
    position: relative;
    text-align: center;
}

.presence-sensor-6 .container-1 h1 {
    position: absolute;
    left: 10%;
    top: 5%;
    color: #0067ac;
}

.presence-sensor-6 .container-1 h2 {
    position: absolute;
    left: 10%;
    top: 15%;
    text-align: left;
    color: #0067ac;
    width: 25%;
}

.presence-sensor-bg2 {
    width: 100%;
}

.presence-sensor-ripple1 {
    width: 10%;
    position: absolute;
    left: 67%;
}

.presence-sensor-bg3 {
    width: 100%;
    padding-top: 5%;
}

.presence-sensor-7 .container-1 {
    position: relative;
    text-align: center;
}

.presence-sensor-bg3 {
    width: 85%;
    align-items: center;
}

.presence-sensor-iphone1 {
    width: 40%;
    position: absolute;
    left: 40%;
    top: 50%;
}

.presence-sensor-7 .container-2 {
    text-align: center;
    padding-top: 10%;
    color: #0067ac;
}

.presence-sensor-8 {
  position: relative;
}

.presence-sensor-8 .container-1 {
  position: relative;
  z-index: 1;
  padding-top: 4%;
}


#presence-sensor-bg4 {
    position: relative;
    width: 100%;
}

#presence-sensor-ripple2 {
    position: absolute;
    top: 0%;
    left: 59%;
    width: 10%;
    padding-top: 4%;
}

.presence-sensor-8-icon {
    text-align: center;
    position: absolute;
    top: 67%;
    width: 100%;
    height: 100%;
}

#presence-sensor-icon2 {
    width: auto;
    height: 25%;
}

.presence-sensor-8 .container-1 .text-1 {
    position: absolute;
    width: 50%;
    left: 15%;
    top: 15%;
    color: white;
}

.presence-sensor-8 .container-4 {
  width: 100%;
  text-align: center;   
}

.presence-sensor-8 .container-4 h1 {
    color: #0067ac;
    font-size: 3.5vh;
    font-weight: bold;
}

.presence-sensor-8 .container-4 p {
    color: #0067ac;
    font-size: 3.5vh;
    width: 70%;
    margin: 0 auto;
}

.presence-sensor-qr-background {
    background-image: radial-gradient(
      circle,
      rgba(255, 255, 255, 0.8) 5%,
      rgba(42, 199, 190, 0) 70%
    ),
    url(./assets/image/presence-sensor-qr-background.jpg);
    background-size: cover;
    background-position: 300px 0, 0 -40px;
    padding: 120px 0;
}

.presence-sensor-qr-background .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    align-content: flex-end;
    flex-wrap: wrap;
    max-width: 80%;
}

.presence-sensor-qr-background .container .qr-background {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.presence-sensor-qr-background h2 {
    font-weight: bold;
    font-size: 4vh;
    color: white;
}

.presence-sensor-qr-background p {
    font-weight: normal;
    color: white;
    font-size: 2.9vh;
    text-align: center;
    line-height: 35px;
    margin-top: 30px;
    margin-bottom: 60px;
}

.warranty {
  padding: 120px 0;
}

.warranty .container {
  max-width: 80%;
}

.warranty h1 {
  font-size: 5.5vh;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.warranty h2 {
  font-weight: bold;
  margin-top: 60px;
  font-size: 3vh;
}

.warranty a {
  color: #00679b;
  text-decoration: none;
}

.policy {
  padding-top: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 40vh;
  background: #e6e7e8;
  background-position: 10%;
  background-size: cover;
}

.policy h1 {
  color: #333333;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}

.policy .nav-pills {
  display: flex;
  justify-content: center;
}

.policy .nav-link {
  padding: 5px 20px;
  color: #00679b;
}

.policy .nav-pills .nav-link {
  border-radius: 50px;
}

.policy .nav-item {
  margin: 0 10px;
  border: 1px solid #00679b;
  border-radius: 50px;
}

.policy .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #b7d7ea;
  color: #00679b;
  border-radius: 50px;
}

.policy-2 .container {
  max-width: 80%;
  padding: 80px 0;
}

.policy-2 p {
  line-height: 20px;
  color: #333333;
}

.policy-2 h2 {
  padding-top: 30px;
  font-weight: bold;
  color: #333333;
}

.policy-2 h3 {
  font-weight: bold;
  color: #333333;
  font-size: 2vh;
}

.policy-2 ul {
  line-height: 20px;
}

.policy-2 ul li {
  padding-bottom: 10px;
}

.policy-2 a {
  word-wrap: break-word;
}

ol {
  counter-reset: list;
  margin: 20px 0;
}

ol > li {
  list-style: none;
  position: relative;
}

ol > li:before {
  content: counter(list) ")";
  counter-increment: list;
  left: -40px;
  padding-right: 10px;
  position: absolute;
  text-align: right;
  width: 40px;
}

.policy-ol-1 {
  counter-reset: foo;
  margin-left: 30px;
}
.policy-ol-1 li {
  list-style-type: none;
}
.policy-ol-1 li::before {
  counter-increment: foo;
  content: "1." counter(foo) " ";
}

.policy-ol-2 {
  counter-reset: foo;
  margin-left: 30px;
}
.policy-ol-2 li {
  list-style-type: none;
}
.policy-ol-2 li::before {
  counter-increment: foo;
  content: "2." counter(foo) " ";
}

.policy-ol-3 {
  counter-reset: foo;
  margin-left: 30px;
}
.policy-ol-3 li {
  list-style-type: none;
}
.policy-ol-3 li::before {
  counter-increment: foo;
  content: "3." counter(foo) " ";
}

.policy-ol-4 {
  counter-reset: foo;
  margin-left: 30px;
}
.policy-ol-4 li {
  list-style-type: none;
}
.policy-ol-4 li::before {
  counter-increment: foo;
  content: "4." counter(foo) " ";
}

.policy-ol-5 {
  counter-reset: foo;
  margin-left: 30px;
}
.policy-ol-5 li {
  list-style-type: none;
}
.policy-ol-5 li::before {
  counter-increment: foo;
  content: "5." counter(foo) " ";
}

.policy-ol-5-1 {
  counter-reset: foo;
  margin-left: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.policy-ol-5-1 li {
  list-style-type: none;
}
.policy-ol-5-1 li::before {
  counter-increment: foo;
  content: counter(foo) ") ";
}

.policy-ol-6 {
  counter-reset: foo;
  margin-left: 30px;
}
.policy-ol-6 li {
  list-style-type: none;
}
.policy-ol-6 li::before {
  counter-increment: foo;
  content: "6." counter(foo) " ";
}

.policy-ol-6-1 {
  counter-reset: foo;
  margin-left: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.policy-ol-6-1 li {
  list-style-type: none;
}
.policy-ol-6-1 li::before {
  counter-increment: foo;
  content: "6.1." counter(foo) " ";
}

.policy-ol-6-2 {
  counter-reset: foo;
  margin-left: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.policy-ol-6-2 li {
  list-style-type: none;
}
.policy-ol-6-2 li::before {
  counter-increment: foo;
  content: counter(foo) ") ";
}

.policy-ol-7 {
  counter-reset: foo;
  margin-left: 30px;
}
.policy-ol-7 li {
  list-style-type: none;
}
.policy-ol-7 li::before {
  counter-increment: foo;
  content: "7." counter(foo) " ";
}

.policy-ol-8 {
  counter-reset: foo;
  margin-left: 30px;
}
.policy-ol-8 li {
  list-style-type: none;
}
.policy-ol-8 li::before {
  counter-increment: foo;
  content: "8." counter(foo) " ";
}

.policy-ol-8-1 {
  counter-reset: foo;
  margin-left: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.policy-ol-8-1 li {
  list-style-type: none;
}
.policy-ol-8-1 li::before {
  counter-increment: foo;
  content: counter(foo) ") ";
}

.policy-ol-9 {
  counter-reset: foo;
  margin-left: 30px;
}
.policy-ol-9 li {
  list-style-type: none;
}
.policy-ol-9 li::before {
  counter-increment: foo;
  content: "9." counter(foo) " ";
}

.policy-ol-10 {
  counter-reset: foo;
  margin-left: 30px;
}
.policy-ol-10 li {
  list-style-type: none;
}
.policy-ol-10 li::before {
  counter-increment: foo;
  content: "10." counter(foo) " ";
}

.policy-list-1 {
  margin: 20px 0;
}

footer {
  background: rgb(51, 0, 114);
  background: linear-gradient(
    90deg,
    rgba(51, 0, 114, 1) 0%,
    rgba(0, 103, 161, 1) 33%,
    rgba(65, 171, 219, 1) 66%,
    rgba(42, 199, 190, 1) 100%
  );
  padding: 100px 0;
}

footer h5,
footer li,
footer p {
  color: white;
}

footer h5 {
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 1.3vw;
}

footer li {
  line-height: 40px;
  font-weight: 100;
}

footer p {
  font-weight: 100;
  margin-top: 30px;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer a {
  color: white;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

footer img {
  height: 10vh;
}

footer .affiliate {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  bottom: -30%;
}

footer .affiliate img {
  height: 5vh;
}

footer .affiliate-mobile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  bottom: -30%;
}

footer .affiliate-mobile img {
  height: 5vh;
}

footer .col-md-4,
footer .col-md-2 {
  margin: 0;
}

footer hr {
  border-top: 0;
  opacity: 1;
  height: 5px;
  background: rgb(51, 0, 114);
  background: linear-gradient(
    90deg,
    rgba(42, 199, 190, 1) 0%,
    rgba(65, 171, 219, 1) 33%,
    rgba(0, 103, 161, 1) 66%,
    rgba(51, 0, 114, 1) 100%
  );
}

footer svg {
  fill: white;
  width: 2vh;
  height: 2vh;
}

.footer-social {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.social-icon {
  margin: 0 10px;
}

.footer-social a {
  transition: 0.2s;
}

.footer-social a:hover {
  opacity: 0.5;
}

#menu-toggle {
  position: absolute;
  appearance: none;
  cursor: pointer;
  left: -100%;
  top: -100%;
}
#menu-toggle:checked ~ .menu {
  opacity: 1;
  visibility: visible;
}
#menu-toggle:checked ~ .menu nav ul .menu-item {
  opacity: 1;
  transform: translateY(5px);
}
#menu-toggle:checked ~ .menu-button .menu-icon {
  background: transparent;
}
#menu-toggle:checked ~ .menu-button .menu-icon:before {
  transform: rotate(-45deg);
  top: 0;
  background: #0067ac;
}
#menu-toggle:checked ~ .menu-button .menu-icon:after {
  transform: rotate(45deg);
  top: 0;
  background: #0067ac;
}

.menu {
  display: block;
  background: white;
  color: #fff;
  text-align: center;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  margin: auto;
  padding: 60px 30px 20px 30px;
  transition: 0.2s;
  overflow: hidden;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
}
.menu .menu-item {
  opacity: 0;
  transition: 0.3s;
}

.menu nav ul {
  color: #0067ac;
  list-style: none;
}
.menu nav ul .menu-item {
  margin-bottom: 1.5em;
}
.menu nav ul a {
  text-decoration: none;
  color: #0067ac;
}
.menu-button {
  cursor: pointer;
  display: none;
  padding: 28px 20px;
  border-radius: 100%;
  position: relative;
  user-select: none;
  z-index: 300;
}
.menu-icon {
  background: #0067ac;
  display: block;
  height: 2px;
  position: relative;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.15s ease-out;
  width: 25px;
}
.menu-icon:before,
.menu-icon:after {
  background: #0067ac;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  width: 100%;
}
.menu-icon:before {
  top: 8px;
}
.menu-icon:after {
  top: -8px;
}

.menu .nav-link {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 100;
  color: #333333;
}

.menu .nav-link.show {
  color: #00679f;
  font-weight: normal;
}

.dropdown-menu .show {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}

.menu .dropdown-item {
  color: #333333;
  font-weight: 100;
  margin: 10px 0;
}

/* By default, show the "All Devices" tab */
.all-devices-tab {
  display: none;  /* Hide by default (on PC) */
}

/* Show the "All Devices" tab on mobile (screen width <= 768px) */
@media (max-width: 768px) {
  .all-devices-tab {
    display: block;  /* Show on mobile */
  }
  .all-devices-btn {
      display: none;
  }
}

/* Hide the "All Devices" tab on larger screens (PC, screen width >= 769px) */
@media (min-width: 769px) {
  .all-devices-tab {
    display: none;  /* Hide on PC */
  }
}

.menu .dropdown-menu {
  background: transparent;
}

.menu .dropdown-item:hover {
  background-color: transparent;
}

.menu .show {
  color: #00679f;
  padding: 10px;
  font-weight: normal;
}

.menu .show img {
  height: 4vh;
  padding-right: 20px;
}
