*:focus {
  outline: none;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

h1,
h2,
h3,
p,
figure,
ul,
li {
  color: inherit;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.rtl {
  direction: rtl;
}

:root {
  --t1: #ec1a19;
}

.special-gothic-expanded-one-regular {
  font-family: "Special Gothic Expanded One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  max-width: 1920px;
  font-size: 14px;
  background-color: #000003;
  color: #fff;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 auto;
}

a {
  color: #fff;
}

a:hover {
  color: var(--t1);
}

.wrap {
  max-width: 1500px;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

section,
footer {
  min-width: 1360px;
}

.downloads {
  display: flex;
  gap: 45px;
}
.downloads .btn-down {
  width: 380px;
  height: 0;
  padding-top: 103px;
  overflow: hidden;
  background: no-repeat center center/contain;
  border-radius: 62px;
}
.downloads .btn-down:hover {
  opacity: 0.8;
}
.downloads .btn-android {
  width: 374px;
  background-image: url("../images/btn-android.png");
}
.downloads .btn-ios {
  background-image: url("../images/btn-ios.png");
}

.main {
  height: 1020px;
  background: url("../images/s1-bg.jpg") no-repeat;
}
.main .wrap {
  position: relative;
}
.main .logo {
  display: flex;
  align-items: center;
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  font-weight: 600;
  white-space: nowrap;
}
.main .logo img {
  margin-right: 30px;
  height: 80px;
}
.main .info {
  max-width: 990px;
  padding-top: 300px;
}
.main h1 {
  font-family: "Special Gothic Expanded One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 59px;
  line-height: 1.06;
  white-space: pre-line;
  text-transform: uppercase;
  margin-top: 46px;
  -webkit-text-stroke: 1px #931fb1;
  text-shadow: 0 0 6px #f05118;
}
.main p {
  font-size: 48px;
  margin-top: 18px;
}
.main .downloads {
  margin-top: 64px;
}
.main .picture {
  position: absolute;
  bottom: 10px;
  right: -100px;
  z-index: 10;
}

.section {
  position: relative;
  height: 1080px;
  background: no-repeat center center;
  overflow: hidden;
}
.section .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}
.section.reverse .wrap {
  flex-direction: row-reverse;
}
.section.reverse .info {
  text-align: left;
}
.section.reverse .info h3::after {
  left: 0;
  right: -300px;
}
.section.column .wrap {
  flex-direction: column;
}
.section.column .info {
  margin-bottom: 40px;
}
.section .info {
  flex-shrink: 0;
  position: relative;
  text-align: right;
  width: 855px;
  z-index: 11;
}
.section .info h3 {
  font-family: "Special Gothic Expanded One", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 70px;
  line-height: 1.2;
  white-space: pre-line;
  text-transform: capitalize;
  -webkit-text-stroke: 1px #de8ad7;
  text-shadow: 0 0 6px #a79ae5;
  /* &::after {
    position: absolute;
    content: "";
    display: block;
    right: 0;
    left: -300px;
    height: 2px;
    background: linear-gradient(90deg, #FF8639 0%, #F541CB 100%);
    margin: 26px auto 0;
  } */
}
.section .info p {
  margin-top: 40px;
  font-size: 35px;
}
.section .picture {
  position: relative;
  z-index: 10;
}

.section-2 {
  height: 869px;
  background-image: url("../images/s2-bg.jpg");
}
.section-2 .info {
  margin-inline-end: -106px;
}

.section-3 {
  padding-top: 318px;
  height: 690px;
  background-image: url("../images/s3-bg.jpg");
}
.section-3 .info {
  width: 925px;
}
.section-3 .info p {
  margin-inline-start: 120px;
}
.section-3 .picture {
  margin-inline-end: 90px;
}

.section-4 {
  padding-top: 204px;
  height: 745px;
  background-image: url("../images/s4-bg.jpg");
}
.section-4 .info {
  margin-inline-end: -90px;
}
.section-4 .picture {
  margin-inline-start: -34px;
}

.section-5 {
  padding-top: 450px;
  height: 1071px;
  background-image: url("../images/s5-bg.jpg");
}
.section-5 .wrap {
  position: relative;
}
.section-5 .info {
  width: 1025px;
  text-align: left;
  margin-inline-start: -75px;
}
.section-5 .picture {
  position: absolute;
  right: -25px;
  bottom: 40px;
}

footer {
  max-width: 1746px;
  margin: 0 auto;
  padding: 50px 20px;
  line-height: 1.5;
  box-sizing: border-box;
  text-align: center;
}
footer .links {
  margin-bottom: 20px;
}
footer .links a {
  margin: 0 1em;
}
footer .copy {
  color: rgba(255, 255, 255, 0.5);
}