.video {
  position: fixed;
  top: 50%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
  opacity: 0.8;
}

@media (min-width: 300px) {
  .right-nav {
    position: fixed;
    left: 96%;
    top: 39%;
    display: flex;
    flex-direction: column;
    visibility: hidden;
  }
}

@media (min-width: 1200px) {
  .right-nav {
    position: fixed;
    left: 96%;
    top: 39%;
    display: flex;
    flex-direction: column;
    visibility: visible;
  }
}

.servers {
  width: 178px;
  height: 178px;
  display: inline-block;
  transition: all .3s ease-in;
}

.servers .server-msg {
  visibility: hidden;
}

.servers:hover .server-msg {
  visibility: visible;
}

.servers:hover {
  transform: scale(1.03);
}

@media (min-width: 300px) {
  .menu-bottom {
    position: fixed;
    margin: 0;
    width: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.74));
    height: 150px;
  }
}

@media (min-width: 1200px) {
  .menu-bottom {
    position: fixed;
    margin: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.74));
    height: 150px;
  }
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #ffffff;
  text-shadow: 0px 0px 20px #ffd464;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #ffffff;
  text-shadow: 0px 0px 20px #ffd464;
}

.feature {
  width: 120px;
  margin-right: 25px;
  margin-left: 25px;
  transition: all .3s ease-in;
}

.feature:hover {
  transform: scale(1.08);
}

@media (min-width: 300px) {
  .content {
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media (min-width: 1200px) {
  .content {
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media (min-width: 1600px) {
  .content {
    margin-left: 10%;
    margin-right: 10%;
  }
}

@media (min-width: 1920px) {
  .content {
    margin-left: 15%;
    margin-right: 15%;
  }
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

@media (min-width: 300px) {
  .p {
    width: 100%;
    margin-top: 19px;
    font-family: Philosopher, sans-serif;
    font-size: 18px;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .p {
    width: 50%;
    margin-top: 19px;
    font-family: Philosopher, sans-serif;
    font-size: 18px;
    text-align: left;
  }
}

.h {
  font-family: Philosopher, sans-serif;
  font-size: 38px;
  color: rgb(94,67,37);
  font-weight: 700;
  letter-spacing: -1.0px;
}

.a-news {
  text-decoration: none;
  color: #5e4325;
  font-size: 22px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.p2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  color: rgb(23,26,28);
  font-weight: 700;
  margin-top: 9px;
}

.p3 {
  margin-right: 18px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  color: rgb(149,149,149);
  font-weight: 400;
}

.p1 {
  font-size: 18px;
  font-family: Philosopher, sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.p6 {
  font-size: 18px;
  font-family: Philosopher, sans-serif;
}

.h3 {
  font-family: Philosopher, sans-serif;
  color: rgb(109,67,43);
  font-size: 29px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.circle-2 {
  height: 140px;
  background: rgba(0,0,0,0);
  border-radius: 122px;
  width: 140px;
  margin-top: -10px;
  border: 1px solid rgba(170,130,70,0.81);
  margin-left: -130px;
}

.imgcontent {
  height: 120px;
  border-radius: 122px;
  width: 120px;
  margin-left: 10px;
}

@media (min-width: 300px) {
  .content-body {
    width: 100%;
    background: rgba(255,255,255,0.74);
    border-radius: 6px;
    padding: 45px;
    display: inline-block;
    align-content: center;
    align-items: center;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .content-body {
    width: 100%;
    background: rgba(255,255,255,0.74);
    border-radius: 6px;
    padding: 45px;
    display: inline-block;
    align-content: center;
    align-items: center;
    margin-right: 20px;
    margin-bottom: 0px;
  }
}

.content-body-1 {
  width: 100%;
  background: rgba(255,255,255,0.74);
  border-radius: 6px;
  padding: 45px;
  display: inline-block;
  align-content: center;
  align-items: center;
  margin-right: 0px;
}

.new-tag {
  color: rgb(255,255,255);
  margin-right: 9px;
  background: #dd30d6;
  border-radius: 4px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
  padding-left: 15px;
  font-weight: 400;
  font-size: 16px;
}

.title-new {
  width: 100%;
  padding-bottom: 21px;
  border-bottom: 3px solid rgb(89,72,52);
}

.news-body {
  padding-top: 25px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(40,29,23,0.25);
  transition: all .3s ease-in;
}

a:hover {
  color: #936e38;
  text-decoration: none;
}

.news-body:hover {
  background-color: #eaeaea;
  padding-left: 35px;
}

@media (min-width: 300px) {
  #community-button {
    width: 70px;
    height: 70px;
    border-radius: 67px;
    border-style: none;
    background: rgba(0,0,0,0.7);
    margin: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 1200px) {
  #community-button {
    width: 80px;
    height: 80px;
    border-radius: 67px;
    border-style: none;
    background: rgba(0,0,0,0.7);
    margin: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

#community-button:hover {
  background-color: #5e4325;
}

.footer-link {
  color: rgb(79,79,79);
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  margin: 25px;
}

@media (min-width: 300px) {
  .button1 {
    margin-top: 41px;
    width: 0px;
    height: 72px;
    font-family: Philosopher, sans-serif;
    font-size: 0px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1px;
    color: rgb(255,255,255);
    backdrop-filter: blur(9px);
    padding-bottom: 0px;
    padding-right: 0px;
    background: linear-gradient(rgb(126,102,40) 36%, rgb(123,103,50) 89%), rgb(126,102,40);
    margin-right: 20px;
    margin-left: 20px;
    padding-left: 0px;
    box-shadow: 0px 7px 12px rgba(0,0,0,0.3);
    border-style: none;
    border-top-style: solid;
    border-top-color: rgb(171,143,68);
    border-bottom-style: solid;
    border-bottom-color: rgb(195,164,85);
  }
}

@media (min-width: 1200px) {
  .button1 {
    margin-top: 41px;
    width: 290px;
    height: 72px;
    font-family: Philosopher, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -1px;
    color: rgb(255,255,255);
    backdrop-filter: blur(9px);
    padding-bottom: 8px;
    padding-right: 50px;
    background: linear-gradient(rgb(126,102,40) 36%, rgb(123,103,50) 89%), rgb(126,102,40);
    margin-right: 20px;
    margin-left: 20px;
    padding-left: 50px;
    box-shadow: 0px 7px 12px rgba(0,0,0,0.3);
    border-style: none;
    border-top-style: solid;
    border-top-color: rgb(171,143,68);
    border-bottom-style: solid;
    border-bottom-color: rgb(195,164,85);
    transition: all .5s ease-in;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 300px) {
  .features {
    margin-top: 60px;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
  }
}

@media (min-width: 1200px) {
  .features {
    margin-top: 60px;
    display: flex;
    grid-template-columns: auto;
    justify-content: center;
  }
}

@media (min-width: 300px) {
  .h1 {
    color: rgb(255,255,255);
    font-family: Philosopher, sans-serif;
    font-weight: 700;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 40px;
    margin-top: 46px;
    font-size: 55px;
    letter-spacing: -2px;
  }
}

@media (min-width: 300px) {
  .logo {
    width: 233px;
  }
}

@media (min-width: 1200px) {
  .logo {
    width: 333px;
  }
}

@media (min-width: 300px) {
  .h2 {
    font-family: Philosopher, sans-serif;
    color: rgb(94,67,37);
    font-size: 45px;
    font-weight: 700;
    letter-spacing: -1px;
    width: 100%;
    line-height: 56px;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .h2 {
    font-family: Philosopher, sans-serif;
    color: rgb(94,67,37);
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -1px;
    width: 60%;
    line-height: 56px;
    text-align: left;
  }
}

@media (min-width: 300px) {
  .content-div {
    margin-top: 102px;
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .content-div {
    margin-top: 102px;
    display: flex;
  }
}

@media (min-width: 300px) {
  #features {
    height: 100%;
    background: url("../images/bg-mobile.png") top / auto no-repeat, rgba(255,255,255,0);
    margin-top: -28px;
    padding-bottom: 85px;
  }
}

@media (min-width: 1200px) {
  #features {
    height: 100%;
    background: url("../images/bg.png") top / auto no-repeat, rgba(255,255,255,0);
    margin-top: -28px;
    padding-bottom: 55px;
  }
}

@media (min-width: 300px) {
  #button3 {
    width: 90%;
    height: 75px;
    border-radius: 92px;
    margin-top: 23px;
    margin-bottom: 23px;
    font-size: 25px;
    font-family: Philosopher, sans-serif;
    border-style: none;
    background: rgb(89,72,52);
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
  }
}


@media (min-width: 1200px) {
  #button3 {
    width: 23%;
    height: 65px;
    border-radius: 92px;
    margin-top: 23px;
    margin-bottom: 23px;
    font-size: 15px;
    font-family: Philosopher, sans-serif;
    border-style: none;
    background: rgb(89,72,52);
    color: rgb(255, 255, 255);
    transition: all .4s ease-in;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 300px) {
  .news-content {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .news-content {
    display: flex;
  }
}

.cm-body {
  width: 100%;
  margin-right: 40px;
}

@media (min-width: 300px) {
  .forum-body {
    width: 100%;
    margin-right: 0px;
    margin-top: 60px;
  }
}

@media (min-width: 1200px) {
  .forum-body {
    width: 100%;
    margin-right: 0px;
    margin-top: 0px;
  }
}

@media (min-width: 300px) {
  #footer-links {
    padding-top: 31px;
    border-top: 1px solid rgba(33,37,41,0.42);
    margin-top: 45px;
    display: grid;
    line-height: 0;
  }
}

@media (min-width: 1200px) {
  #footer-links {
    padding-top: 31px;
    border-top: 1px solid rgba(33,37,41,0.42);
    margin-top: 45px;
    display: flex;
    justify-content: center;
    line-height: 0;
  }
}

@media (min-width: 300px) {
  #community-heading {
    font-size: 40px;
    padding-top: 100px;
  }
}

@media (min-width: 1200px) {
  #community-heading {
    font-size: 45px;
    padding-top: 140px;
  }
}

#login {
  color: rgb(167,136,56);
  font-size: 18px;
  font-family: Philosopher, sans-serif;
}

#login:hover {
  color: #ffffff;
  text-shadow: 0px 0px 20px #ffd464;
}

@media (min-width: 300px) {
  #footer {
    background: #121212;
    padding-top: 75px;
    padding-bottom: 12px;
  }
}

@media (min-width: 1200px) {
  #footer {
    background: #121212;
    padding-top: 75px;
    padding-bottom: 112px;
  }
}

.button1:hover {
  margin-top: 16px;
  filter: brightness(140%);
}

.button2 {
  border-radius: 32px;
  background: rgba(126,102,40,0.1);
  font-size: 18px;
  font-family: Philosopher, sans-serif;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 35px;
  padding-left: 35px;
  color: rgb(126,102,40);
  border-style: solid;
  border-color: rgb(125,102,43);
  transition: all .4s ease-in;
}

.button2:hover {
  background: rgba(126,102,40);
  color: #ffffff;
}

#plus-icon {
  font-size: 44px;
  color: #5e4325;
}

#plus-icon:hover {
  color: #b38147;
}

#button3:hover {
  background: #ffffff;
  color: #171a1c;
  border: 1px solid #9a7549 ;
}

.nav-item {
  font-family: Philosopher, sans-serif;
  font-size: 18px;
  margin-right: 45px;
  margin-left: 45px;
}

.link-nav-right:hover {
  filter: brightness(290%);
}

@media (min-width: 300px) {
  .wiki-content {
    margin-left: 5%;
    margin-right: 5%;
    height: 100%;
    padding-bottom: 90px;
  }
}

@media (min-width: 1200px) {
  .wiki-content {
    margin-left: 32%;
    margin-right: 4%;
    height: 100%;
    padding-bottom: 90px;
  }
}

@media (min-width: 1366px) {
  .wiki-content {
    margin-left: 28.5%;
    margin-right: 4.5%;
    height: 100%;
    padding-bottom: 90px;
  }
}

@media (min-width: 1600px) {
  .wiki-content {
    margin-left: 28.5%;
    margin-right: 8%;
    height: 100%;
    padding-bottom: 90px;
  }
}

@media (min-width: 1920px) {
  .wiki-content {
    margin-left: 25%;
    margin-right: 8%;
    height: 100%;
    padding-bottom: 90px;
  }
}

.title-icon {
  margin-top: -5px;
  margin-right: 21px;
}

@media (min-width: 300px) {
  .title-icon-wiki {
    margin-top: -5px;
    margin-right: 21px;
    visibility: hidden;
    width: 0;
    height: 0;
  }
}

@media (min-width: 1200px) {
  .title-icon-wiki {
    margin-top: 1px;
    margin-right: 21px;
    visibility: visible;
    width: 17px;
    height: 28px;
  }
}

#list {
  margin-top: 20px;
  margin-bottom: 20px;
}

.topic-wiki {
  margin-top: 40px;
  background: rgba(255,255,255,0.8);
  border-radius: 6px;
  padding: 50px;
  margin-bottom: 40px;
}

@media (min-width: 300px) {
  .wiki-topic {
    padding-top: 210px;
  }
}

@media (min-width: 1200px) {
  .wiki-topic {
    padding-top: 130px;
  }
}

@media (min-width: 1600px) {
  .wiki-topic {
    padding-top: 180px;
  }
}

@media (min-width: 1920px) {
  .wiki-topic {
    padding-top: 222px;
  }
}

.h7 {
  color: rgb(255,255,255);
  font-family: Philosopher, sans-serif;
  font-weight: 800;
  font-size: 31px;
}

@media (min-width: 300px) {
  .wiki-title {
    width: 0%;
    margin-bottom: 22px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.09);
    visibility: hidden;
  }
}

@media (min-width: 1200px) {
  .wiki-title {
    width: 100%;
    margin-bottom: 22px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.09);
    visibility: visible;
  }
}

img {
  vertical-align: middle;
  border-style: none;
}

@media (min-width: 300px) {
  .img2 {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .img2 {
    width: auto;
  }
}

.wiki-link {
  width: 100%;
  display: flex;
  color: rgb(255,255,255);
  font-family: Philosopher, sans-serif;
  font-size: 20px;
  margin-bottom: 12px;
  margin-top: 12px;
  margin-right: 68px;
  line-break: initial;
  transition: all .4s ease-in;
}

@media (min-width: 300px) {
  .wiki-links {
    width: 100%;
    display: flex;
  }
}

@media (min-width: 1200px) {
  .wiki-links {
    width: 100%;
    display: grid;
  }
}

@media (min-width: 300px) {
  .wiki-menu {
    position: fixed;
    top: 71px;
    left: 0%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    border-radius: 0px;
    background: rgba(1,1,1,0.75);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.15);
    height: 100px;
    overflow-x: scroll;
    scrollbar-width: thin;
  }
}

@media (min-width: 1200px) {
  .wiki-menu {
    position: fixed;
    top: 20%;
    left: 4%;
    width: 300px;
    display: block;
    justify-content: center;
    align-items: center;
    padding: 30px;
    border-radius: 5px;
    background: rgba(1,1,1,0.75);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.15);
    height: 510px;
    overflow-x: initial;
    overflow-y: scroll;
    scrollbar-width: thin;
  }
}

@media (min-width: 1600px) {
  .wiki-menu {
    position: fixed;
    top: 22%;
    left: 8%;
    width: 300px;
    display: block;
    justify-content: center;
    align-items: center;
    padding: 30px;
    border-radius: 5px;
    background: rgba(1,1,1,0.75);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.15);
    height: 510px;
    overflow-x: initial;
    overflow-y: scroll;
    scrollbar-width: thin;
  }
}

.wiki-link:hover {
  color: #c6a25d;
  padding-left: 20px;
}

.page {
  height: 100%;
  width: 100%;
  margin-top: -72px;
  background: url("../images/bg-page.png") top / auto no-repeat fixed;
}

@media (min-width: 300px) {
  .download-btn {
    display: initial;
    justify-content: space-around;
  }
}

@media (min-width: 1200px) {
  .download-btn {
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
  }
}

.list-title {
}

.list-title {
  font-size: 23px;
  font-weight: 800;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  background: rgba(255,255,255,0.3);
  border: none;
  border-top: rgba(0,0,0,0.74) solid 1px;
  border-radius: 0px;
}

.list-item {
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  background: rgba(255,255,255,0.5);
  border: none;
}

@media (min-width: 300px) {
  .requirement-list {
    margin-top: 40px;
    display: grid;
    grid-template-columns: auto;
  }
}

@media (min-width: 1200px) {
  .requirement-list {
    margin-top: 40px;
    display: grid;
    grid-template-columns: auto auto;
  }
}

@media (min-width: 300px) {
  .page-body {
    height: 100%;
    padding-top: 124px;
    padding-bottom: 115px;
  }
}

@media (min-width: 1200px) {
  .page-body {
    height: 100%;
    padding-top: 184px;
    padding-bottom: 115px;
  }
}

@media (min-width: 300px) {
  .page-body2 {
    margin-top: 34px;
    padding: 30px;
    background: rgba(255,255,255,0.7);
    border-radius: 3px;
  }
}

@media (min-width: 1200px) {
  .page-body2 {
    margin-top: 34px;
    padding: 60px;
    background: rgba(255,255,255,0.7);
    border-radius: 3px;
  }
}

.input {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  height: auto;
  width: auto;
  background: #171a1c;
  border-radius: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  border: none;
  outline: none;
  text-decoration: none;
  color: #d6b88b;
  transition: all .3s ease-in;
}

.input:hover {
  background: #594834;
  color: rgb(255,254,252);
}

.p8 {
  font-size: 20px;
  color: rgba(232,237,242,0.78);
  font-family: Philosopher, sans-serif;
  line-height: 22px;
  margin-top: 15px;
}

.right-nav-link {
  margin-bottom: 20px;
}

