*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  --display-color: #777;
}

body {
  background-color: rgba(0, 0, 0, 0.3);
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.smartphone {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 16cm;
  width: 8cm;
  background-color: #fafafa;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 2px 3px #fff inset, 0px 0px 1px 2px #d4d4d4;
          box-shadow: 0px 0px 2px 3px #fff inset, 0px 0px 1px 2px #d4d4d4;
  cursor: default;
}

.smartphone .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.4cm;
}

.smartphone .top .cam {
  position: absolute;
  border-radius: 50%;
  background-color: #000;
  width: 0.35cm;
  height: 0.35cm;
  top: 50%;
  left: 1.7cm;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.smartphone .top .camlight {
  position: absolute;
  border-radius: 50%;
  background-color: #111;
  width: 0.25cm;
  height: 0.25cm;
  top: 50%;
  left: 2.5cm;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.smartphone .top .earphone {
  position: absolute;
  border-radius: 5px;
  width: 1.25cm;
  height: 0.2cm;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: var(--display-color);
  background-image: radial-gradient(circle at 2px 2px, #444 1.1px, transparent 0);
  background-size: 3.5px 3.5px;
  -webkit-box-shadow: 0px 0px 3px 1.5px rgba(0, 0, 0, 0.5) inset;
          box-shadow: 0px 0px 3px 1.5px rgba(0, 0, 0, 0.5) inset;
  border: 0.5px solid #111;
}

.smartphone .top .statusled {
  position: absolute;
  border-radius: 50%;
  background-color: transparent;
  width: 0.12cm;
  height: 0.12cm;
  top: 50%;
  right: 0.9cm;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation: blinkFade 8s infinite ease-in-out;
          animation: blinkFade 8s infinite ease-in-out;
}

@-webkit-keyframes blinkFade {
  0%,
  25%,
  75%,
  100% {
    background-color: transparent;
  }
  50% {
    background-color: lime;
  }
}

@keyframes blinkFade {
  0%,
  25%,
  75%,
  100% {
    background-color: transparent;
  }
  50% {
    background-color: lime;
  }
}

.smartphone .display {
  background-color: #000;
  position: absolute;
  margin: 1.4cm 0.2cm;
  padding: 3px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: var(--display-color);
  border-radius: 2px;
}

.smartphone .display .overlay {
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-animation: scale 250ms ease forwards 500ms;
          animation: scale 250ms ease forwards 500ms;
}

.smartphone .display .overlay .info {
  position: absolute;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.1cm;
  font-size: 7px;
  font-weight: 600;
}

.smartphone .display .overlay .info > * {
  max-height: 0.3cm;
  max-width: 0.5cm;
}

.smartphone .display .overlay .info::after {
  content: "de4deye.com";
  position: absolute;
  top: 0;
  left: 5px;
}

.smartphone .display .overlay .info .signal {
  width: 1.8em;
  height: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 1px;
}

.smartphone .display .overlay .info .signal > span {
  width: 20%;
  background-color: var(--display-color);
  border-radius: 1px;
}

.smartphone .display .overlay .info .signal > span:nth-child(1) {
  height: 20%;
}

.smartphone .display .overlay .info .signal > span:nth-child(2) {
  height: 40%;
}

.smartphone .display .overlay .info .signal > span:nth-child(3) {
  height: 60%;
}

.smartphone .display .overlay .info .signal > span:nth-child(4) {
  height: 80%;
}

.smartphone .display .overlay .info .signal > span:nth-child(5) {
  height: 100%;
}

.smartphone .display .overlay .info .battery {
  position: relative;
  width: 16px;
  height: 8px;
  border-radius: 1px;
  border: 0.5px solid var(--display-color);
  background: transparent;
  padding: 0.7px;
}

.smartphone .display .overlay .info .battery::after {
  content: "";
  position: absolute;
  right: -1.9px;
  top: 0;
  width: 1px;
  height: 70%;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  background-color: var(--display-color);
  border-radius: 0.5px;
}

.smartphone .display .overlay .info .battery .charge {
  background-color: var(--display-color);
  width: 80%;
  height: 100%;
  border-radius: inherit;
}

.smartphone .display .overlay .info .time {
  width: 100%;
}

.smartphone .display .overlay .controls {
  position: absolute;
  bottom: -30px;
  width: 100%;
  height: 1cm;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  opacity: 0.1;
  -webkit-animation: controlsFade 250ms ease forwards 750ms;
          animation: controlsFade 250ms ease forwards 750ms;
}

.smartphone .display .overlay .controls > * {
  width: 1.5cm;
  height: 0.7cm;
  cursor: pointer;
  position: relative;
  border-radius: 1em;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.smartphone .display .overlay .controls > *:hover, .smartphone .display .overlay .controls > *:focus {
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.07);
          box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.07);
}

.smartphone .display .overlay .controls > *::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.3cm;
  height: 0.3cm;
}

.smartphone .display .overlay .controls > *.back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.smartphone .display .overlay .controls > *.back .arrow {
  position: relative;
  width: 0.3cm;
  height: 0.3cm;
}

.smartphone .display .overlay .controls > *.back .arrow span:nth-child(1) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--display-color);
  border-radius: 100vw;
  width: 1.3px;
}

.smartphone .display .overlay .controls > *.back .arrow span:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: rotateZ(-26deg) translate(-1.2px, -0.9px);
          transform: rotateZ(-26deg) translate(-1.2px, -0.9px);
  background-color: var(--display-color);
  border-radius: 100vw;
  height: 1.3px;
  width: calc(100% + 1px);
}

.smartphone .display .overlay .controls > *.back .arrow span:nth-child(3) {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: rotateZ(26deg) translate(-1.2px, 1px);
          transform: rotateZ(26deg) translate(-1.2px, 1px);
  border-radius: 100vw;
  background-color: var(--display-color);
  width: calc(100% + 1px);
  height: 1.3px;
}

.smartphone .display .overlay .controls > *.home::after {
  border-radius: 100%;
  border: 1.5px solid var(--display-color);
}

.smartphone .display .overlay .controls > *.menu::after {
  border-radius: 1px;
  border: 1.5px solid var(--display-color);
}

.smartphone .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.4cm;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.smartphone .bottom .branding {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.1);
}

.smartphone ::-moz-selection {
  background-color: transparent;
}

.smartphone ::selection {
  background-color: transparent;
}

@-webkit-keyframes scale {
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scale {
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes controlsFade {
  to {
    bottom: 0;
    opacity: 1;
  }
}

@keyframes controlsFade {
  to {
    bottom: 0;
    opacity: 1;
  }
}
/*# sourceMappingURL=style.css.map */