body {
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
  font-family: "Inter", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
  color: #ffffff;
}

p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all ease 0.3s;
}
a:hover {
  opacity: 0.8;
}

.wrapper {
  max-width: 1920px;
  margin: 0 auto;
}

.wrap {
  max-width: 1440px;
  margin: 0 auto;
}

header {
  font-size: 28px;
  background-color: #2d0f43;
  height: 198px;
  display: flex;
}
header .logo {
  padding-left: 240px;
  padding-top: 100px;
}
header .nav {
  max-width: 950px;
  margin-left: auto;
  color: #b8babc;
  line-height: 92px;
  padding: 75px 235px 0 0;
}
header .nav a {
  display: inline-block;
  padding: 0 60px;
  color: #eeeeee;
  text-decoration: none;
  border-radius: 46px;
}
header .nav a:hover {
  opacity: 0.8;
}
header .nav a.btn {
  height: 94px;
  color: #000;
  border-radius: 80px;
  background-color: #ffdd00;
}

.gallery {
  position: relative;
  background-image: url(./1.jpg);
  height: 618px;
}
.gallery .info {
  max-width: 600px;
  padding: 190px 70px 95px 246px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
}
.gallery .info .btn {
  display: inline-block;
  margin-top: 75px;
  padding: 38px 75px;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  background-color: #ffffff;
  color: #000;
  border-radius: 100px;
}

.apps {
  padding: 100px 0;
}

.app {
  display: flex;
  align-items: center;
  margin-top: 32px;
}
.app .icon {
  width: 175px;
  height: 175px;
  border-radius: 20px;
}
.app .info {
  margin-left: 30px;
  padding-top: 70px;
  align-self: flex-start;
}
.app .info h2 {
  font-size: 40px;
  font-weight: 700;
  color: #4C5461;
  margin: 0;
}
.app .down {
  margin-left: auto;
  max-width: 950px;
}
.app .down a:hover {
  opacity: 0.8;
}

footer {
  padding: 20px 0 80px;
  color: #fff;
  background-color: #2D0F43;
}
footer .wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
}
footer p {
  margin-top: 1em;
}
footer a:hover {
  color: rgb(251, 173, 2);
}
footer .copyright strong {
  font-size: 30px;
}
footer .copyright p {
  font-size: 16px;
}
footer .support {
  width: 300px;
  text-align: right;
}
footer .support em {
  font-size: 20px;
  font-style: normal;
}