body {
  background: #fff;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.banner {
  font-family: "FuturaPT-ExtraBold", Arial, sans-serif;
  font-weight: normal;
  color: #fff;
  background: linear-gradient(180deg, #E20D00 0%, #FA6801 100%);
  width: 100%;
  max-width: 1024px;
  height: 120px;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1); /* easeInOutCubic */
}
@media all and (min-height: 122px) {
  .banner {
    height: 500px;
  }
}
.banner.hidden #text1 {
  transform: scale(1.2);
  opacity: 0;
}
.banner.hidden #text2 {
  opacity: 0;
}
.banner.hidden #phones {
  opacity: 0;
}

#text1 {
  text-align: center;
  font-size: 32px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  line-height: 1;
  margin-top: -2px;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1); /* easeInOutCubic */
}
@media all and (max-width: 359px) {
  #text1 {
    font-size: 28px;
  }
}
@media all and (max-width: 319px) {
  #text1 {
    font-size: 24px;
  }
}
@media all and (min-height: 122px) {
  #text1 {
    margin-top: 0;
    transform: scale(0.6);
    height: 60px;
  }
}
#text1 .copy {
  display: flex;
  align-items: center;
}
#text1 .copy img {
  margin-right: 12px;
}

#text2 {
  position: relative;
  z-index: 2000;
  height: 140px;
  transform: translate(0px, 50px);
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1); /* easeInOutCubic */
}
@media all and (min-height: 122px) {
  #text2 {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

#text2 .copy {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 0;
  left: 0;
  font-size: 40px;
  font-weight: normal;
  line-height: 0.9;
}
@media all and (max-width: 368px) {
  #text2 .copy {
    font-size: 36px;
  }
}
@media all and (max-width: 359px) {
  #text2 .copy {
    font-size: 32px;
  }
}
#text2 .copy .txt {
  display: block;
  width: 100%;
}
#text2 .copy .buttons {
  position: relative;
  display: flex;
  width: 246px;
  padding-top: 12px;
  margin: 0 auto;
  justify-content: space-between;
}
#text2 .copy .buttons img {
  height: auto;
}

#phones {
  position: absolute;
  bottom: 130px;
  left: 50%;
  width: 0;
  height: 0;
  perspective: 1500px;
  transform-style: preserve-3d;
  opacity: 0;
  transform: scale(0.8);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94); /* easeInOutCubic */
  transition-delay: 0.5s;
}
@media all and (min-height: 122px) {
  #phones {
    opacity: 1;
    transform: scale(1);
  }
}

#phones > div {
  position: absolute;
  top: -220px;
  left: -135px;
  width: 250px;
  height: 520px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  will-change: transform, filter;
}

#phone1 {
  background-image: url("images/phone3@2x.webp");
}

#phone2 {
  background-image: url("images/phone2@2x.webp");
}

#phone3 {
  background-image: url("images/phone1@2x.webp");
}

#phone4 {
  background-image: url("images/phone4@2x.webp");
}

.clicktag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
}

/*# sourceMappingURL=styles.css.map */
