* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.container {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  position: relative;
  overflow: hidden;
}
.background {
  position: relative;
  width: 600px;
  height: 100vh;
}
.background img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.logo {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo img {
  width: 100%;
  height: 100%;
  max-width: 300px;
  object-fit: contain;
}
.register {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100000;
}
.register img {
  width: 100%;
  height: 100%;
  max-width: 350px;
  object-fit: contain;
  cursor: pointer;
  animation: zoomInOut 2s infinite;
}

@keyframes zoomInOut {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.pointer {
  position: absolute;
  top: 20%;
  left: 80%;
  transform: translate(-50%, -50%);
  width: 10%;
  display: flex;
  justify-content: end;
  align-items: center;
  z-index: 100000;
}
.pointer img {
  width: 100%;
  height: 100%;
  max-width: 80px;
  object-fit: contain;
  animation: zoomInOut 1s infinite;
}
.text1 {
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
}
.text1 img {
  width: 100%;
  height: 100%;
  max-width: 300px;
  object-fit: contain;
}
.text2 {
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 20px;
}
.text2 img {
  width: 100%;
  height: 100%;
  max-width: 300px;
  object-fit: contain;
}
.frame {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.frame img {
  width: 100%;
  height: 100%;
  max-width: 600px;
  object-fit: cover;
}
.model {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.model img {
  width: 100%;
  height: 100%;
  max-width: 600px;
  object-fit: contain;
}

/* =====================
   RESPONSIVE DESIGN ONLY
   ===================== */

@media (max-width: 768px) {
  .logo img {
    max-width: 300px;
  }

  .register {
    top: 15%;
  }
  .register img {
    max-width: 300px;
  }

  .pointer {
    top: 20%;
    left: 75%;
    width: 15%;
  }
  .pointer img {
    max-width: 60px;
  }
  .text1 {
    top: 30%;
    left: 60%;
    align-items: start;
  }
  .text2 {
    top: 30%;
    left: 40%;
    align-items: end;
  }
  .text1 img,
  .text2 img {
    max-width: 220px;
  }

  .frame {
    top: 65%;
  }
  .frame img {
    max-width: 80%;
  }

  .model {
    top: 51%;
  }
  .model img {
    max-width: 88%;
  }
}
@media (max-width:440px){
  .text1 {
    top: 35%;
    left: 50%;
    align-items: start;
  }
  .text2 {
    top: 35%;
    left: 50%;
    align-items: end;
    z-index: 10;
  }
  .text1 img,
  .text2 img {
    max-width: 220px;
  }
  .model {
    top: 53%;
  }
  .model img {
    max-width: 100%;
}
}
@media (max-width: 430px) {
  .background {
    width: 100%;
  }
  .background img {
    width: 100%;
    height: 100%;
    object-fit: fill;
  }
  .logo {
    top: 15%;
  }
  .logo img {
    max-width: 250px;
  }

  .register {
    top: 25%;
  }
  .register img {
    max-width: 250px;
  }

  .pointer {
    top: 29%;
    left: 70%;
    width: 20%;
  }
  .pointer img {
    max-width: 50px;
  }

  .text1 {
    top: 40%;
    left: 50%;
    align-items: start;
  }
  .text2 {
    top: 40%;
    left: 50%;
    align-items: end;
    z-index: 10;
  }
  .text1 img,
  .text2 img {
    max-width: 210px;
  }

  .frame {
    top: 68%;
  }
  .frame img {
    max-width: 99%;
    object-fit: cover;  
  }
  .model {
    top: 60%;
    width: 100%;
  }
  .model img {
    max-width: 120%;
    object-fit: cover;
  }

}
@media (max-width: 390px) {
  .logo {
    top: 10%;
  }
  .logo img {
    max-width: 250px;
  }

  .register {
    top: 20%;
  }
  .register img {
    max-width: 250px;
  }

  .pointer {
    top: 25%;
    left: 75%;
    width: 20%;
  }
  .pointer img {
    max-width: 50px;
  }

  .text1 {
    top: 38%;
    left: 50%;
    align-items: start;
  }
  .text2 {
    top: 38%;
    left: 50%;
    align-items: end;
    z-index: 10;
  }
  .text1 img,
  .text2 img {
    max-width: 190px;
  }

  .frame {
    top: 68%;
  }
  .frame img {
    max-width: 99%;
    object-fit: cover;  
  }
  .model {
    top: 60%;
    width: 100%;
  }
  .model img {
    max-width: 500px;
    object-fit: cover;
  }

}
@media (max-width: 360px) {
  .background {
    width: 100%;
  }
  .background img {
    width: 100%;
    height: 100%;
    object-fit: fill;
  }
  .logo {
    top: 10%;
  }
  .logo img {
    max-width: 250px;
  }

  .register {
    top: 20%;
  }
  .register img {
    max-width: 250px;
  }

  .pointer {
    top: 25%;
    left: 75%;
    width: 20%;
  }
  .pointer img {
    max-width: 50px;
  }

  .text1 {
    top: 35%;
    left: 50%;
    align-items: start;
  }
  .text2 {
    top: 35%;
    left: 50%;
    align-items: end;
    z-index: 10;
  }
  .text1 img,
  .text2 img {
    max-width: 180px;
  }

  .frame {
    top: 68%;
  }
  .frame img {
    max-width: 99%;
    object-fit: cover;  
  }
  .model {
    top: 57%;
    width: 100%;
  }
  .model img {
    object-fit: cover;
  }

}
