@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

@font-face {
  font-family: "Times New Roman-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("https://anima-uploads.s3.amazonaws.com/projects/649e2363b0a7215929c8ec36/fonts/inter-semibold.ttf")
    format("truetype");
}

.screen textarea:focus,
.screen input:focus {
  outline: none;
}

.popup-modal {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  background: black;
  color: white;
  font-family: "Courier New", Courier, monospace;
  padding: 100px;
  font-size: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.popup-modal a {
  color: white;
  text-align: center;
  display: inline;
  margin-bottom: 10px;
}

.popup-modal u {
  margin-bottom: 10px;
}

.popup-modal p {
  margin-bottom: 10px;
  text-align: center;
}

.screen * {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

.text-link.a {
  text-align: center;
  color: white;
}

a {
  color: white !important;
  font-size: 20px;
}

.screen div {
  -webkit-text-size-adjust: none;
}

.component-wrapper a {
  display: contents;
  pointer-events: auto;
  text-decoration: none;
}

.component-wrapper * {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  pointer-events: none;
}

.component-wrapper a *,
.component-wrapper input,
.component-wrapper video,
.component-wrapper iframe {
  pointer-events: auto;
}

.component-wrapper.not-ready,
.component-wrapper.not-ready * {
  visibility: hidden !important;
}

.screen a {
  display: contents;
  text-decoration: none;
}

.full-width-a {
  width: 100%;
}

.full-height-a {
  height: 100%;
}

.container-center-vertical {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 100%;
  pointer-events: none;
}

.container-center-vertical > * {
  flex-shrink: 0;
  pointer-events: auto;
}

.container-center-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  pointer-events: none;
  width: 100%;
}

.container-center-horizontal > * {
  flex-shrink: 0;
  pointer-events: auto;
}

.auto-animated div {
  --z-index: -1;
  opacity: 0;
  position: absolute;
}

.auto-animated input {
  --z-index: -1;
  opacity: 0;
  position: absolute;
}

.auto-animated .container-center-vertical,
.auto-animated .container-center-horizontal {
  opacity: 1;
}

.overlay-base {
  display: none;
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.overlay-base.animate-appear {
  align-items: center;
  animation: reveal 0.3s ease-in-out 1 normal forwards;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
}

.overlay-base.animate-disappear {
  animation: reveal 0.3s ease-in-out 1 reverse forwards;
  display: block;
  opacity: 1;
  pointer-events: none;
}

.overlay-base.animate-disappear * {
  pointer-events: none;
}

@keyframes reveal {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.animate-nodelay {
  animation-delay: 0s;
}

.align-self-flex-start {
  align-self: flex-start;
}

.align-self-flex-end {
  align-self: flex-end;
}

.align-self-flex-center {
  align-self: flex-center;
}

.valign-text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.valign-text-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

input:focus {
  outline: none;
}

.listeners-active,
.listeners-active * {
  pointer-events: auto;
}

.hidden,
.hidden * {
  pointer-events: none;
  visibility: hidden;
}

.smart-layers-pointers,
.smart-layers-pointers * {
  pointer-events: auto;
  visibility: visible;
}

.listeners-active-click,
.listeners-active-click * {
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

:root {
  --font-size-m: 30px;
  --font-family-times_new_roman-bold: "Times New Roman-Bold", Helvetica;
}

:root {
}

/* screen - iphone-14-plus-1 */
.iphone-14-plus-1 {
  background-color: #000000;
  height: 926px;
  overflow: hidden;
  overflow-x: hidden;
  position: relative;
  width: 428px;
}

.iphone-14-plus-1 .ellipse-1-loR5yj,
.pole-base {
  background-color: #e2e2e2;
  border-radius: 99px/47px;
  height: 94px;
  left: 114px;
  position: absolute;
  top: 600px;
  width: 198px;
}

.iphone-14-plus-1 .ellipse-2-loR5yj,
.pole-base {
  background-color: transparent;
  height: 44px;
  left: 121px;
  position: absolute;
  top: 801px;
  width: 184px;
}

.iphone-14-plus-1 .rectangle-14-loR5yj,
.str-pole {
  background: linear-gradient(
    180deg,
    rgb(136.28222554922104, 136.28222554922104, 136.28222554922104) 0%,
    rgb(255, 255, 255) 70.99999785423279%,
    rgb(207.00000286102295, 207.00000286102295, 207.00000286102295) 100%
  );
  background-color: transparent;
  border-radius: 10px;
  height: 500px;
  left: 209px;
  mix-blend-mode: normal;
  position: absolute;
  top: 145px;
  width: 12px;
}

.iphone-14-plus-1 .title-loR5yj,
.countervalue {
  background-color: transparent;
  color: #ffffff;
  font-family: var(--font-family-times_new_roman-bold);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 700;
  height: auto;
  /* left: 36px; */
  letter-spacing: 0px;
  line-height: normal;
  position: relative;
  margin: 20px;
  text-align: center;
  text-align: center;
  /* top: 27px; */
  white-space: nowrap;
  width: auto;
}

.iphone-14-plus-1 .group-15-loR5yj {
  background-color: transparent;
  height: 270px;
  left: 48px;
  position: absolute;
  top: 512px;
  width: 334px;
}

.iphone-14-plus-1 .x6666-1-traced-DnDMBU,
.stripper-pole {
  background-color: transparent;
  height: 270px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 334px;
  z-index: 99;
}

.iphone-14-plus-1 .x25385-1-DnDMBU,
.kelly-face {
  background-color: transparent;
  height: 96px;
  left: 246px;
  object-fit: cover;
  position: absolute;
  top: 69px;
  width: 88px;
  z-index: 100;
  animation: rotateLeftRight 2s infinite linear;
}

@keyframes rotateLeftRight {
  0%,
  100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-20deg);
  }
}

.iphone-14-plus-1 .x16240-1-loR5yj {
  background-color: transparent;
  height: 86px;
  left: 267px;
  object-fit: cover;
  position: absolute;
  top: 220px;
  width: 126px;
}

.iphone-14-plus-1 .x48696-1-loR5yj {
  background-color: transparent;
  height: 102px;
  left: 13px;
  object-fit: cover;
  position: absolute;
  top: 372px;
  width: 190px;
}

.iphone-14-plus-1 .x41209-1-loR5yj {
  background-color: transparent;
  height: 117px;
  left: 19px;
  object-fit: cover;
  position: absolute;
  top: 205px;
  width: 117px;
}

.iphone-14-plus-1 .group-14-loR5yj {
  background-color: transparent;
  height: 99px;
  left: 176px;
  position: absolute;
  top: 91px;
  transform: rotate(180deg);
  width: 97px;
}

.iphone-14-plus-1 .x91925-1-l23J93 {
  background-color: transparent;
  height: 44px;
  left: 0px;
  object-fit: cover;
  position: absolute;
  top: 55px;
  transform: rotate(-180deg);
  width: 44px;
}

.iphone-14-plus-1 .x54712-1-traced-l23J93 {
  background-color: transparent;
  height: 63px;
  left: 28px;
  position: absolute;
  top: 12px;
  transform: rotate(-180deg);
  width: 67px;
}
