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: 110px) {
  .banner {
    height: 500px;
  }
}
@media all and (max-height: 400px) {
  .banner {
    height: 250px;
  }
}
@media all and (max-height: 200px) {
  .banner {
    height: 120px;
  }
}
.banner.hidden #text1 {
  transform: translate(0px, 30px);
  opacity: 0;
}
.banner.hidden #text2 {
  transform: translate(0px, 30px);
  opacity: 0;
}
.banner.hidden #phones {
  transform: translate(0px, 30px);
  opacity: 0;
}

#text1 {
  text-align: center;
  font-size: 21px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  line-height: 1;
  margin-top: -2px;
  transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1); /* easeInOutCubic */
}
@media all and (min-height: 110px) {
  #text1 {
    margin-top: 0;
    height: 60px;
  }
}
@media all and (max-height: 400px) {
  #text1 {
    width: 50%;
    justify-content: flex-start;
    text-align: left;
    margin-left: 30px;
  }
}
@media all and (max-width: 767px) and (max-height: 400px) {
  #text1 {
    font-size: 18px;
    width: 100%;
    margin-left: 10px;
    height: 48px;
    margin-bottom: 20px;
    text-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
  }
}
@media all and (max-height: 200px) {
  #text1 {
    font-size: 14px;
    width: 100%;
    margin-left: 12px;
    height: 40px;
    margin-bottom: 20px;
    text-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
  }
}
#text1 .copy {
  display: flex;
  align-items: center;
}
#text1 .copy img {
  width: 32px;
  height: 32px;
  margin-right: 12px;
}
@media all and (max-height: 200px) {
  #text1 .copy img {
    width: 26px;
    height: 26px;
    margin-right: 8px;
  }
}

#text2 {
  position: relative;
  z-index: 2000;
  height: 140px;
  transform: translate(0px, 50px);
  opacity: 0;
  transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1); /* easeInOutCubic */
  transition-delay: 0.2s;
}
@media all and (min-height: 110px) {
  #text2 {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}
@media all and (max-height: 400px) {
  #text2 {
    margin-top: 20px;
  }
}
@media all and (max-width: 880px) and (max-height: 400px) {
  #text2 {
    margin-top: 28px;
  }
}
@media all and (max-height: 200px) {
  #text2 {
    margin-top: -10px;
  }
}

#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;
  }
}
@media all and (max-height: 400px) {
  #text2 .copy {
    width: 100%;
    font-size: 58px;
    text-align: left;
    margin-left: 30px;
  }
}
@media all and (max-width: 880px) and (max-height: 400px) {
  #text2 .copy {
    font-size: 48px;
  }
}
@media all and (max-width: 767px) and (max-height: 400px) {
  #text2 .copy {
    font-size: 32px;
    margin-left: 12px;
    margin-top: 16px;
    width: 200px;
    text-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
  }
}
@media all and (max-width: 374px) and (max-height: 400px) {
  #text2 .copy {
    font-size: 30px;
  }
}
@media all and (max-height: 200px) {
  #text2 .copy {
    font-size: 24px;
    margin-left: 12px;
    margin-top: -4px;
    text-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
  }
}
@media all and (max-width: 349px) and (max-height: 200px) {
  #text2 .copy {
    font-size: 20px;
    margin-top: 0;
  }
}
@media all and (max-height: 400px) {
  #text2 .copy[data-index="3"] {
    margin-top: -10px;
  }
}
@media all and (max-width: 880px) and (max-height: 400px) {
  #text2 .copy[data-index="3"] {
    margin-top: -10px;
  }
}
@media all and (max-width: 767px) and (max-height: 400px) {
  #text2 .copy[data-index="3"] {
    margin-top: 2px;
  }
}
@media all and (max-height: 200px) {
  #text2 .copy[data-index="3"] {
    margin-top: -6px;
  }
}
@media all and (max-width: 349px) and (max-height: 200px) {
  #text2 .copy[data-index="3"] {
    margin-top: -4px;
  }
}
#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;
}
@media all and (max-height: 400px) {
  #text2 .copy .buttons {
    margin: 0;
  }
}
@media all and (max-width: 767px) and (max-height: 400px) {
  #text2 .copy .buttons {
    width: auto;
    justify-content: flex-start;
    padding-top: 8px;
  }
}
@media all and (max-height: 200px) {
  #text2 .copy .buttons {
    width: auto;
    justify-content: flex-start;
    padding-top: 6px;
  }
}
#text2 .copy .buttons img {
  height: auto;
}
@media all and (max-width: 767px) and (max-height: 400px) {
  #text2 .copy .buttons img {
    width: auto;
    height: 28px;
    margin-right: 4px;
  }
}
@media all and (max-width: 374px) and (max-height: 400px) {
  #text2 .copy .buttons img {
    height: 24px;
  }
}
@media all and (max-height: 200px) {
  #text2 .copy .buttons img {
    width: auto;
    height: 20px;
    margin-right: 4px;
  }
}

#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 600ms cubic-bezier(0.215, 0.61, 0.355, 1); /* easeInOutCubic */
  transition-delay: 0.4s;
}
@media all and (min-height: 110px) {
  #phones {
    opacity: 1;
    transform: scale(1);
  }
}
@media all and (max-height: 400px) {
  #phones {
    left: 75%;
    bottom: 100px;
    transform: scale(0.9);
  }
}
@media all and (max-width: 767px) and (max-height: 400px) {
  #phones {
    bottom: 80px;
    transform: scale(0.7);
  }
}
@media all and (max-width: 389px) and (max-height: 400px) {
  #phones {
    left: 76%;
    transform: scale(0.6);
  }
}
@media all and (max-width: 349px) and (max-height: 400px) {
  #phones {
    left: 79%;
    transform: scale(0.5);
  }
}
@media all and (max-width: 310px) and (max-height: 400px) {
  #phones {
    left: 79%;
    transform: scale(0.4);
  }
}
@media all and (max-height: 200px) {
  #phones {
    bottom: 42px;
    transform: scale(0.5);
  }
}
@media all and (max-width: 767px) and (max-height: 200px) {
  #phones {
    bottom: 50px;
    transform: scale(0.35);
  }
}
@media all and (max-width: 319px) and (max-height: 200px) {
  #phones {
    left: 80%;
  }
}

#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 */
