body {
  background-color: #1e1c1d;
}

.container {
  max-width: 1920px;
  margin: 0 auto;
  min-width: 1600px;
}

.wrapper {
  background-image: url("../assets/1.jpg?55sss55");
  background-repeat: no-repeat;
  height: 1080px;
  background-position: center center;
  position: relative;
  overflow: hidden;
}

.wrapper .logo {
  display: block;
  position: absolute;
  top: 48px;
  left: 550px;
  width: 270px;
  height: 156px;
  background-image: url("../assets/logo.png");
}

.wrapper .top-links {
  position: absolute;
  width: 300px;
  height: 78px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 30px;
  top: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-image: url("../assets/link-bg.png");
}

.wrapper .top-links li a {
  display: block;
  width: 93px;
  height: 78px;
}

.wrapper .links {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  left: 50%;
  top: 545px;
  margin-left: -520px;
}

.wrapper .links li {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.wrapper .links li a {
  display: block;
  width: 136px;
  height: 418px;
  margin: 0px 5px;
}

.wrapper .links li:nth-of-type(1) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.wrapper .links li:nth-of-type(1) a {
  background-image: url("../assets/link-1.png");
}

.wrapper .links li:nth-of-type(2) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.wrapper .links li:nth-of-type(2) a {
  background-image: url("../assets/link-2.png");
}

.wrapper .links li:nth-of-type(3) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.wrapper .links li:nth-of-type(3) a {
  background-image: url("../assets/link-3.png");
}

.wrapper .links li:nth-of-type(4) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.wrapper .links li:nth-of-type(4) a {
  background-image: url("../assets/link-4.png");
}
/*# sourceMappingURL=index.css.map */