* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: 'PingFang SC';
  background-color: black;
  min-width: 1650px;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  padding: 20px 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: black;
  z-index: 1;
}

header img {
  width: 354px;
  height: 63px;
}

header a {
  padding: 10px 18px;
  border-radius: 7px;
  border: 1px solid #FFF;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

main .hero {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

main .hero video {
  position: absolute;
  width: 100%;
}

main .hero .hero-custom {
  width: 1550px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

main .hero .hero-custom > p {
  color: #FFF;
  font-size: 54px;
  font-weight: 275;
  line-height: 71px;
  letter-spacing: 0.4px;
}

main .hero .hero-custom div:nth-of-type(1) {
  margin-top: 20px;
}

main .hero .hero-custom div:nth-of-type(1) span {
  color: #FFF;
  font-size: 104px;
  font-weight: 500;
  line-height: 121px;
  letter-spacing: 0.4px;
}

main .hero .hero-custom div:nth-of-type(1) img {
  width: 152px;
  margin: 0 20px;
  margin-bottom: -10px;
}

main .hero .hero-custom div:nth-of-type(2) {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

main .hero .hero-custom div:nth-of-type(2) span {
  color: #FFF;
  font-size: 54px;
  font-weight: 500;
  line-height: 121px;
  letter-spacing: 0.4px;
}

main .hero .hero-custom div:nth-of-type(2) img {
  width: 152px;
  margin: 0 20px;
}

main .cards {
  margin-top: 100px;
  width: 1550px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 64px;
}

main .cards .card {
  height: 565.33px;
  overflow: hidden;
}

main .cards .card .img-box {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

main .cards .card .img-box .img-cover {
  width: 100%;
  height: 100%;
}

main .cards .card .img-box .img-cover img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}

main .cards .card p:nth-of-type(1) {
  color: #FFF;
  font-size: 19px;
  font-weight: 700;
  line-height: 22.4px;
  letter-spacing: 0.373px;
  text-transform: uppercase;
  padding: 37px 32px;
}

main .cards .card p:nth-of-type(2) {
  width: 100%;
  color: #FFF;
  font-size: 27px;
  font-weight: 300;
  line-height: 37px;
  letter-spacing: -0.533px;
  padding: 0 32px;
  margin-left: 400px;
  transition: all 0.5s ease;
}

main .cards .card:hover .img-box .img-cover img {
  transform: scale(5);
  transform-origin: left top;
}

main .cards .card:hover p:nth-of-type(2) {
  margin: 0;
}

main .floating-card {
  width: 1550px;
}

main .floating-card .headline {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

main .floating-card .headline p:nth-of-type(1) {
  color: #FFF;
  text-align: center;
  font-size: 104px;
  font-weight: 500;
  line-height: 121px;
  letter-spacing: 0.4px;
}

main .floating-card .headline p:nth-of-type(2) {
  color: #FFF;
  text-align: center;
  font-size: 34px;
  font-weight: 275;
  line-height: 72px;
  letter-spacing: 0.4px;
  margin-top: 30px;
}

main .floating-card .card {
  width: 1550px;
  display: flex;
  flex-direction: column;
}

main .floating-card .card > div {
  width: 100%;
  display: flex;
}

main .floating-card .card > div div {
  width: 686.66px;
  height: 457.33px;
  background-position: center;
  background-size: cover;
  padding: 0 32px;
  overflow: hidden;
}

main .floating-card .card > div div p:nth-of-type(1) {
  color: #FFF;
  font-size: 35.26px;
  font-weight: 400;
  line-height: 46.67px;
  margin-top: 332px;
  transition: all 0.5s ease;
}

main .floating-card .card > div div p:nth-of-type(2) {
  color: #FFF;
  font-size: 35.26px;
  font-weight: 400;
  line-height: 46.67px;
  margin-top: 166px;
}

main .floating-card .card > div > div:hover p:nth-of-type(1) {
  margin-top: 32px;
}

main .mixed-media {
  margin-top: 200px;
  width: 1500px;
  display: flex;
  justify-content: space-between;
}

main .mixed-media img {
  width: 844px;
}

main .mixed-media p {
  width: 560px;
  color: #FFF;
  font-size: 44px;
  font-weight: 400;
  line-height: 64px;
  letter-spacing: -1.6px;
  margin-top: 50px;
}

main .mixed-media p span {
  color: #A100FF;
}

main footer {
  width: 1500px;
  display: flex;
  justify-content: space-between;
}

main footer > div:nth-of-type(1) p:nth-of-type(1) {
  color: #FFF;
  font-size: 42.7px;
  font-weight: 700;
  line-height: 51.2px;
  letter-spacing: -0.853px;
  text-transform: uppercase;
  margin-top: 100px;
}

main footer > div:nth-of-type(1) div {
  margin-top: 100px;
  display: flex;
}

main footer > div:nth-of-type(1) div img {
  width: 24px;
  height: 24px;
  margin-right: 20px;
  margin-top: 27px;
}

main footer > div:nth-of-type(1) div span {
  color: #FFF;
  font-size: 35px;
  font-weight: 400;
  line-height: 82px;
  letter-spacing: -1.6px;
}

main footer > div:nth-of-type(1) div:nth-of-type(2) img {
  width: 20px;
  height: 16.25px;
  margin-top: 35px;
}

main footer > div:nth-of-type(2) {
  width: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

main footer > div:nth-of-type(2) img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}

main footer > div:nth-of-type(2):hover img {
  transform: scale(1.5);
}
