@import url("https://fonts.googleapis.com/css2?family=Vollkorn:wght@400;500&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: .5s;
  transition: .5s;
}

html, body {
  overflow-x: hidden;
}

body {
  background: url(https://lineage2.gold/assets/img/bg.jpg) top/cover fixed no-repeat;
  background-color: black;
  background-position-y: -4vw;
  font-family: 'Vollkorn';
  -webkit-animation: bg infinite 3s linear;
          animation: bg infinite 3s linear;
}

body::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.2)), to(black));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), black);
}

@-webkit-keyframes levitate {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes levitate {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes bg {
  0% {
    background-position-y: -4vw;
  }
  50% {
    background-position-y: -5vw;
  }
  100% {
    background-position-y: -4vw;
  }
}

@keyframes bg {
  0% {
    background-position-y: -4vw;
  }
  50% {
    background-position-y: -5vw;
  }
  100% {
    background-position-y: -4vw;
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.status {
  position: fixed;
  bottom: 0;
  z-index: 1001;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  left: 0;
  width: 40vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding-bottom: 30px;
}

.status a {
  font-size: 1vw;
  color: #f3a837;
  text-transform: uppercase;
  font-weight: 500;
}

.status a:hover {
  color: white;
}

.status p {
  color: #e4d3b6;
  font-size: 1.2vw;
}

.status h2 {
  font-size: 2.5vw;
  color: #fff4df;
}

/*# top: -32vw; */
.status .logo {
  width: 20vw;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: -52vw;
  -webkit-animation: levitate 3s infinite linear;
          animation: levitate 3s infinite linear;
}

.status .circle {
  position: absolute;
  bottom: -10vw;
  width: 35vw;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: -43vw;
  opacity: 0.2;
  z-index: -1;
  pointer-events: none;
  -webkit-animation: rotate infinite 9s linear;
          animation: rotate infinite 9s linear;
}

.character {
  position: absolute;
  top: 0;
  width: 120vw;
  height: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  left: 0;
  padding: 3vw 0vw 0px 55vw;
  pointer-events: none;
  z-index: -1;
}

.character img {
  width: 55vw;
}

h1 {
  color: white;
  font-size: 2vw;
  line-height: 1vw;
  text-shadow: 0px 0.3vw 1.2vw black;
  margin: 0 auto;
  margin-bottom: 1vw;
}

h2 {
  color: white;
  font-size: 1.3vw;
  line-height: 1vw;
  text-shadow: 0px 0.3vw 1.2vw black;
  margin: 0 auto;
  margin-bottom: 2vw;
}

.container {
  width: 90vw;
  height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  text-align: center;
  z-index: 1000;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

.container .community {
  width: 27%;
}

.container .community iframe {
  width: 100%;
  height: 15.5vw;
  -webkit-box-shadow: 0vw 2vw 3vw rgba(0, 0, 0, 0.5);
          box-shadow: 0vw 2vw 3vw rgba(0, 0, 0, 0.5);
}

.container .server {
  width: 27%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.container .server div {
  width: 100%;
}

.container .server div a:not(:last-child) {
  margin-bottom: 1vw;
}

.container .server div a:nth-child(1) {
  background-color: #8a6c34;
}

.container .server div a:nth-child(1) span:nth-child(1) {
  background-color: #8a6c34;
}

.container .server div a:nth-child(1) span:nth-child(2) {
  background-color: #8a6c34;
}

.container .server div a:nth-child(2) {
  background-color: #8a3e34;
}

.container .server div a:nth-child(2) span:nth-child(1) {
  background-color: #8a3e34;
}

.container .server div a:nth-child(2) span:nth-child(2) {
  background-color: #8a3e34;
}

.container .server div a:nth-child(3) {
  background-color: #322f36;
}

.container .server div a:nth-child(3) span:nth-child(1) {
  background-color: #322f36;
}

.container .server div a:nth-child(3) span:nth-child(2) {
  background-color: #322f36;
}

.container .server a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 1.2vw;
  color: white;
  text-decoration: none;
  width: 100%;
  height: 4vw;
  border: 1px solid #dac280;
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.747);
          box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.747);
}

.container .server a:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.container .server a:hover p {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  text-shadow: 0px 0px 20px white;
}

.container .server a::after {
  content: '';
  position: absolute;
  top: 0;
  background-color: rgba(255, 255, 255, 0.12);
  height: 50%;
  width: 100%;
}

.container .server a span:nth-child(1) {
  width: 1vw;
  height: 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #dac280;
  border-bottom: 1px solid #dac280;
  position: absolute;
  top: 36.5%;
  left: -0.6vw;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  overflow: hidden;
}

.container .server a span:nth-child(1)::after {
  content: '';
  position: absolute;
  top: 0;
  background-color: rgba(255, 255, 255, 0.12);
  height: 100%;
  width: 100%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: -0.6vw;
}

.container .server a span:nth-child(2) {
  width: 1vw;
  height: 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid #dac280;
  border-top: 1px solid #dac280;
  position: absolute;
  top: 36.5%;
  right: -0.58vw;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  overflow: hidden;
}

.container .server a span:nth-child(2)::after {
  content: '';
  position: absolute;
  top: 0;
  background-color: rgba(255, 255, 255, 0.12);
  height: 100%;
  width: 100%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -0.66vw;
}

.container .logo img {
  width: 30vw;
}

@media (max-width: 769px) {
  body {
    background: url(https://cdn.discordapp.com/attachments/860323695708078114/1088833677745721354/652804be-7e98-4a96-bed8-c0210cf791be.jpg) center no-repeat;
    background-position-y: -60px;
    background-position-x: -60px;
    -webkit-animation: none;
            animation: none;
  }
  body::after {
    display: none;
  }
  h1 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .status {
    width: 100%;
    padding-bottom: 23px;
  }
  .status p {
    font-size: 18px;
  }
  .status h2 {
    font-size: 23px;
  }
  .status a {
    font-size: 13px;
  }
  .status .logo {
    width: 130px;
    top: -80px;
  }
  .status .circle {
    width: 250px;
    bottom: -150px;
  }
  .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.7)), to(black));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7), black);
    height: auto;
    padding-top: 50px;
    padding-bottom: 200px;
  }
  .container .community iframe {
    height: 200px;
  }
  .container .server {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }
  .container .server a {
    width: 100%;
    height: 50px;
    margin-bottom: 15px !important;
    font-size: 20px;
  }
  .container .server a span {
    display: none !important;
  }
  .container .community {
    width: 100%;
  }
}
/*# sourceMappingURL=main.css.map */