@import url("https://fonts.googleapis.com/css2?family=Black+Ops+One&display=swap");

* {
  cursor: url("../cursor/cursor.png"), auto;
}

body {
  margin: 0;
  width: 100%;
  background-color: #303030;
  color: #fff;
  font-family: "Black Ops One", system-ui;
  font-style: normal;

  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

a,
h1,
h2,
h3,
p,
span,
address {
  font-weight: 10;
}

.navbar {
  z-index: 2;
  display: flex;
  margin: 0 0 0 0;
  flex-direction: row-reverse;
  /* flex-wrap: wrap; */
  align-items: center;
  justify-content: space-between;
  height: 4rem;

  background-color: #242424;
  -webkit-filter: drop-shadow(0px 12px 6px rgba(0, 0, 0, 0.746));
  filter: drop-shadow(0px 12px 6px rgba(0, 0, 0, 0.746));
}

.navlink {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 2rem;
  gap: 2rem;
}

#title {
  margin: 0 4rem 0 0;
  font-size: 32px;
}

.navlink a.active,
.navlink a:hover,
.main-left a:hover,
#title:hover,
.notif-container-1 .news-item a:hover,
.notif-container-2 .news-item a:hover {
  color: #ff4242;
  transition: ease-in-out 0.2s;
}

.navlink li,
.navlink a {
  color: #fff;
  text-decoration: none;
  list-style: none;
  font-size: 24px;
}

#hero,
#hero-actus {
  position: relative;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  height: 24rem;
  color: #fff;
  overflow: hidden;
  z-index: 1;
}

#hero-lore {
  position: relative;
  margin: 0;
  height: 15rem;
  color: #fff;
  overflow: hidden;
  z-index: 1;
}

#hero::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 1;
  -webkit-filter: blur(6px);
  filter: blur(6px);
  background: url("../images/home-background.png") center/cover no-repeat;
}

#hero-actus::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 1;
  -webkit-filter: blur(6px);
  filter: blur(6px);
  background: url("../images/actus-background.png") center/cover no-repeat;
}

#hero-lore::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 1;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  background: url("../images/lore-background.png") center/cover no-repeat;
}

.hero-title-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.hero-title-container > h2 {
  font-size: 64px;
  border-bottom: 4px solid;
  margin-left: 4rem;
}

.hero-title-container .social-container a > img {
  width: 70px;
}

.hero-left h2,
.hero-left h3 {
  top: 0;
  margin: 0;
  margin-left: 4rem;
}

.hero-left h2 {
  border-bottom: 2px solid;
  font-size: 64px;
}

.hero-left h3 {
  border-top: 2px solid;
  padding-top: 10px;
  font-size: 24px;
}

.hero-left {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin-right: auto;
}

.hero-right {
  margin: 4rem;
  display: flex;
  flex-flow: column wrap;
  font-size: 32px;
  justify-content: flex-end;
}

.hero-right > .container {
  display: flex;
  border-radius: 23px;
  justify-content: center;
  background-color: #303030c4;
  width: 720px;
  height: 90px;
}

.social-container-lore {
  position: absolute;
  right: 4rem;
  margin: 2rem 0 auto 0;
  display: flex;
  flex-flow: row wrap;
  gap: 0.5rem;
}

.social-container {
  position: absolute;
  margin: 4rem 0 auto 35rem;
  display: flex;
  flex-flow: row wrap;
  gap: 0.5rem;
}

.social-container-lore a > img {
  width: 70px;
  transition: ease-in-out 0.2s;
}

.social-container-lore a > img:hover {
  width: 80px;
  transition: ease-in-out 0.2s;
}

.social-container a > img {
  width: 50px;
  transition: ease-in-out 0.2s;
}

.social-container a > img:hover {
  width: 60px;
  transition: ease-in-out 0.2s;
}

#player-count {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.hero-main-separator {
  align-self: center;
  border: 2px solid;
  width: 99.8%;
}

main {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin: 2rem 4rem 0 4rem;
}

@media (max-width: 1470px) {
  .navlink a {
    font-size: 60%;
  }

  #title {
    font-size: 150%;
  }

  main {
    justify-content: center;
    gap: 1rem;
  }
}

.main-lore {
  position: relative;
  display: flex;
  flex-flow: column;
}

.main-left {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 0;
  flex: 1;
  max-width: 50%;
}

.main-left h2 {
  margin: 0;
  font-size: 64px;
}

.main-left a,
.main-left p {
  position: relative;
  margin: 0;
  top: -1.5rem;
}

.main-left a {
  margin: 0;
  margin-left: auto;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
}

.main-left p {
  margin: 0;
  max-width: auto;
  padding-top: 0.5rem;
  text-align: justify;
  border-top: 3px solid;
}

.video-zone {
  display: flex;
  margin: 0;
  flex: 1;
  max-width: 100%;
}

.video-zone video {
  margin-left: auto;
  display: flex;
  width: fit-content;
  height: auto;
}

footer {
  position: relative;
  margin: 2rem 0 1rem 0;
  left: 4rem;
  border-top: 3px solid;
  padding: 10px 0 0 0;
  width: fit-content;
  height: fit-content;
}

.actus,
.devlogs {
  margin: 0 0 0 0;
  display: flex;
  flex-flow: column wrap;
  font-size: 48px;
}

.actus h2 {
  margin: 0;
}

.devlogs h2 {
  margin: 0;
}

.notif-container-1,
.notif-container-2 {
  display: flex;
  flex-flow: column wrap;
  gap: 1rem;
}

.devlogs {
  align-items: end;
}

.actus {
  align-items: start;
}

.notif-container-1 {
  padding: 1rem;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
}

.notif-container-2 {
  padding: 1rem;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.notif-container-1 .news-item,
.notif-container-2 .news-item {
  border: 1px solid rgba(255, 255, 255, 0.169);
  display: flex;
  flex-direction: column;
  width: 600px;
  background-color: #242424;
}

.notif-container-1 .news-item {
  align-items: flex-start;
}
.notif-container-2 .news-item {
  align-items: flex-end;
}

.notif-container-1 .news-item h3,
.notif-container-1 .news-item p,
.notif-container-1 .news-item a,
.notif-container-2 .news-item h3,
.notif-container-2 .news-item p,
.notif-container-2 .news-item a {
  font-size: 13px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #fff;
  text-align: justify;
}

.notif-container-1 .news-item h3,
.notif-container-1 .news-item p {
  margin-left: 1rem;
}

.notif-container-2 .news-item h3,
.notif-container-2 .news-item p {
  margin-right: 1rem;
}

.notif-container-1 .news-item h3,
.notif-container-2 .news-item h3 {
  padding-top: 1rem;
}

.notif-container-1 .news-item a {
  margin-left: 32.5rem;
}

.notif-container-2 .news-item a {
  margin-right: 32.5rem;
}
