* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-family: "Kia Signature OTF";
}

a {
  text-decoration: none;
  color: black;
}

body {
  overflow: hidden;
}

section {
  position: relative;
}

#background_desk {
  width: 100vw;
  height: 100vh;
  position: relative;
}

#background_mobile {
  display: none;
}

#big-logo>img,
#logo,
#qr,
#seltos .btn-seltos,
#sonet .btn-sonet,
#seltos img,
#sonet img,
#technical img {
  opacity: 0;
  transform: scale(0.5);
  animation: moveIn 2s forwards;
}

#big-logo>p {
  opacity: 0;
  transform: scale(0.5);
  animation: moveIn 2s forwards;
  color: #f7f7f7;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 35px;
  text-align: center;
}

#fixed-image {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
}

#logo {
  position: absolute;
  width: 10%;
  bottom: 5%;
  left: 4%;
  transform: translate(-50%, 200%) scale(0.5);
  animation-delay: 0s;
}

#big-logo {
  position: absolute;
  width: 45%;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
}

#seltos-sonet {
  width: 100%;
}

#big-logo img:nth-child(1) {
  transform: translate(-100%, -100%) scale(0.5);
  animation-delay: 0s;
}

#qr {
  position: absolute;
  width: 20%;
  bottom: 5%;
  right: 4%;
  transform: translate(100%, -100%) scale(0.5);
  animation-delay: 0s;
}

#title {
  color: #f7f7f7;
  position: absolute;
  top: 10%;
  right: 13%;
  font-weight: 600;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  text-wrap: nowrap;
  text-align: end;

  opacity: 0;
  transform: scale(0.5);
  animation: moveIn 2s forwards;
  font-size: 20px;
}

.box {
  width: 50%;
}

#seltos {
  position: relative;
}

#seltos img {
  position: absolute;
  top: 43%;
  right: -1%;
  width: 80%;
  transition: transform 0.2s;
}

#sonet {
  position: relative;
}

#sonet img {
  position: absolute;
  right: 30%;
  width: 65%;
  top: 46%;
  transition: transform 0.2s;
}

#technical {
  position: absolute;
  bottom: 4%;
  left: 50%;
  /* width: 50%; */
  z-index: 2;
  /* display: flex; */
  transform: translateX(-50%);
}

#technical_desk {
  z-index: 2;
  width: 82%;
  /* height: 10%; */
}

#fixed-image .box:nth-child(1) img {
  transform: translate(-100%, 100%) scale(0.5);
  animation-delay: 0.8s;
}

#fixed-image .box:nth-child(2) img {
  transform: translate(100%, 100%) scale(0.5);
  animation-delay: 0.8s;
}

#led {
  top: 0;
  left: 10%;
  transform: translate(100%, 100%) scale(0.5);
  animation-delay: 0s;
}

@keyframes moveIn {
  to {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}

.btn-seltos {
  position: absolute;
  top: 82%;
  left: 20%;
  transform: translate(-50%, -50%);
  width: max-content;
  height: 10%;
  z-index: 3;
  /* cursor: pointer; */
}

.btn-sonet {
  position: absolute;
  top: 82%;
  left: 53%;
  transform: translate(-50%, -50%);
  width: max-content;
  height: 10%;
  z-index: 3;
  /* cursor: pointer; */
}

/* button */
.cta-seltos {
  display: flex;
  padding: 11px 33px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: white;
  background: #284464;
  transition: 1s;
  box-shadow: 6px 6px 0 #f7f7f7;
  transform: skewX(-15deg);
  border: none;
  cursor: pointer;
}

.cta-seltos:focus {
  outline: none;
}

.cta-seltos:hover {
  transition: 0.5s;
  box-shadow: 10px 10px 0 #192638;
}

.cta-seltos .second {
  transition: 0.5s;
  margin-right: 0px;
}

.cta-seltos:hover .second {
  transition: 0.5s;
  margin-right: 20px;
}

.cta-sonet {
  display: flex;
  padding: 11px 33px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: white;
  background: #ad343d;
  transition: 1s;
  box-shadow: 6px 6px 0 #f7f7f7;
  transform: skewX(-15deg);
  border: none;
  cursor: pointer;
}

.cta-sonet:focus {
  outline: none;
}

.cta-sonet .second {
  transition: 0.5s;
  margin-right: 0px;
}

.cta-sonet:hover {
  transition: 0.5s;
  box-shadow: 10px 10px 0 #742732;
}

.cta-sonet:hover .second {
  transition: 0.5s;
  margin-right: 20px;
}

.cta .span {
  transform: skewX(15deg);
}

.cta .second {
  width: 10px;
  margin-left: 20px;
  position: relative;
  top: 12%;
}

.cta .one {
  transition: 0.4s;
  transform: translateX(-60%);
}

.cta .two {
  transition: 0.5s;
  transform: translateX(-30%);
}

.cta:hover .three {
  animation: color_anim 1s infinite 0.2s;
}

.cta:hover .one {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.6s;
}

.cta:hover .two {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.4s;
}

@keyframes color_anim {
  0% {
    fill: white;
  }

  50% {
    fill: #fbc638;
  }

  100% {
    fill: white;
  }
}

/* response */
/* 1024 768 480 320 */

@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .cta-seltos {
    font-size: 16px;
    padding: 10px 20px;
  }

  .cta-seltos:hover .second {
    transition: 0.5s;
    margin-right: 15px;
  }

  .btn-seltos {
    top: 75%;
    left: 30%;
  }

  .cta-sonet {
    font-size: 16px;
    padding: 10px 20px;
  }

  .cta-sonet:hover .second {
    transition: 0.5s;
    margin-right: 15px;
  }

  .btn-sonet {
    top: 75%;
    left: 30%;
  }

  #technical {
    position: absolute;
    bottom: 14%;
    left: 50%;
    /* width: 60%; */
    z-index: 2;
    display: flex;
    transform: translateX(-50%);
  }

  #technical_desk {
    z-index: 2;
    width: 100%;
    /* height: 10%; */
  }

}

@media only screen and (min-width: 477px) and (max-width: 768px) {
  #big-logo {
    width: 70%;
  }

  #qr {
    width: 30%;
  }

  #logo {
    width: 15%;
  }

  /* button */
  .cta-seltos {
    font-size: 12px;
    padding: 5px 15px;
  }

  .cta-seltos:hover .second {
    transition: 0.5s;
    margin-right: 15px;
  }

  .btn-seltos {
    top: 77%;
    left: 20%;
  }

  .cta-sonet {
    font-size: 12px;
    padding: 5px 15px;
  }

  .cta-sonet:hover .second {
    transition: 0.5s;
    margin-right: 15px;
  }

  .btn-sonet {
    top: 82%;
    left: 20%;
  }

  #technical {
    position: absolute;
    bottom: 15%;
    left: 45%;
  }

  #technical_desk {
    z-index: 2;
    width: 100%;
    /* height: 10%; */
  }

  #seltos img {
    top: 55%;
    width: 98%;
    left: 2%;
  }

  #sonet img {
    top: 55%;
    width: 98%;
    right: 2%;
  }
}

@media only screen and (max-width: 476px) {
  #big-logo {
    width: 70%;
  }

  #qr {
    width: 30%;
  }

  #logo {
    width: 15%;
  }

  /* button */
  .cta .second {
    margin-right: 0px;
    margin-left: 0px;
  }

  .cta span {
    padding-top: 6%;
  }

  .cta-seltos {
    font-size: 9px;
    padding: 2px 20px;
    height: 30%;
  }

  .cta-seltos .second {
    transition: 0.5s;
    margin-right: 0px;
  }

  .cta-seltos .second svg {
    display: none;
  }

  .btn-seltos {
    top: 73%;
    left: 15%;
  }

  .cta-sonet {
    font-size: 9px;
    padding: 2px 20px;
    height: 30%;
  }

  .cta-seltos .second {
    transition: 0.5s;
    margin-right: 0px;
  }

  .cta-sonet .second svg {
    display: none;
    margin-right: 0px;
  }

  .btn-sonet {
    top: 73%;
    left: 15%;
  }

  #technical {
    position: absolute;
    bottom: 25%;
    left: 41%;
    /* width: 50%; */
    z-index: 2;
    display: flex;
    transform: translateX(-50%);
  }

  #technical_desk {
    width: 125%;
  }

  #seltos img {
    top: 55%;
    width: 98%;
    left: 2%;
  }

  #sonet img {
    top: 55%;
    width: 98%;
    right: 2%;
  }
}