@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
*{padding:0;margin:0;box-sizing: border-box;}
html, body {
  height: 100%;
}

body {
    font-family: "Roboto", sans-serif;
    background: #000;
    /* overflow-x: hidden; */
}
/* main {
  width: 1024px;
  margin: 0 auto;
} */
.menu-top {
  width: 100%;
  height: 50px;
}
.menu-top nav {
  width: 100%;
  display: block;
  text-align: right;
}
.menu-top nav ul[aria-hidden="false"] {
  display: block;
}
.menu-top nav ul[aria-hidden="true"] {
  display: none;
}
a {text-decoration: none;color: #fff;}
.menu-top nav ul a {
  display: inline-block;
  margin: 0 25px;
  list-style: none;
  padding: 15px;
  background: #000;
  position: relative;
}
.menu-top nav ul li::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #000;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: -1;
}
.menu-top nav ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #000;
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: -1;
}
.menu-top nav ul a::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #000;
  position: absolute;
  bottom: -1px;
  left: -1px;
  z-index: -1;
}
.menu-top nav ul a::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #000;
  position: absolute;
  bottom: -1px;
  right: -1px;
  z-index: -1;
}
.menu-top nav ul li a{
  width: 100%;
}
.menu-top nav ul a:hover:after, .menu-top nav ul a:hover:before,
.menu-top nav ul a:hover ::after, .menu-top nav ul a:hover ::before
 {
  background: #fff;
  transition: linear .2s;

}
.banner {
  width: 100%;
  position: relative;
}
.banner-video {
  width: 95%;
  height: calc(100% - 150px);
  object-fit:fill;
  margin: 0 auto;
  display: block;
}
.banner-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 25px;
    transform: translate(-50%, -50%);
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(84, 103, 120, .8));
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #333;
}
.banner-modal h1 {
    font-size: 38px;
}
.banner-modal h2 {
    font-size: 26px;
    color: #333;
    font-weight: 400;
    width: 40%;
    text-align: center;
    margin-top: 25px;
}
.banner-btns {
    width: 50%;
    text-align: center;
}
.btn-b {
    padding: 8px;
    background: #222222;
    color: #fff;
    border-radius: 8px;
    display: inline-block;
    margin: 25px 15px;
    box-shadow: 0 0 10px #33333355;
}
.btn-b.download {
    background: #EBEBEB;
    color: #333;
}
.banner-text {
  position: absolute;
  bottom: 15px;
  text-transform: uppercase;
  color: #fff;
  width: 600px;
  right: 100px;
  font-size: 26px;
}
.title {
  color: #fff;
  font-size: 96px;
  font-weight: 400;
  margin-left: 5%;
  margin-bottom: 100px;
}
.events {
  width: 100%;
  padding: 0 5%;
  text-align: center;
  margin-bottom: 50px;
}
.events h1 {
  width: 450px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  margin-left: 80px;
  margin-top: 50px;
  font-size: 32px;
}
.event-box {
  width: 300px;
  height: 300px;
  border: 1px solid #fff;
  border-radius: 6px;
  display: inline-block;
  margin: 15px;
  background: url('../img/soon.jpg') center center;
  background-size: cover;
}
.events a {
    display: block;
    text-align: right;
    padding-right: 80px;
}
.info {
  width: 100%;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
  background: #000;
  gap: 25px;
  z-index: 5;
}
.hr-horizontal {
  width: 90%;
  margin: 0 auto 0 auto;
  border: none;
  height: 1px;
  background: #777;
}
.info-text {
  width: 50%;
  border-right: 1px solid #777;
  flex: 1 0 auto;
}
.join-btn {
  width: 350px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 15px;
  padding: 5px;
  display: block;
  margin-top: 50px;
}
.join-btn:hover {
  background: #fff;
  color: #000;
  transition: linear .2s;
}
.info-title {
  font-size: 72px;
  color: #fff;
  font-weight: 400;
  width: 100%;
  margin: 25px 0;
}
.info-p {
  color: #fff;
  font-size: 18px;
  width: 80%;
  margin: 25px 0;
}
.control-btns {
  width: 80%;
  margin-bottom: 50px;
}
.prev,.next {
  border: none;
  border: 2px solid #fff;
  color: #fff;
  padding: 12px 50px;
  font-size: 32px;
  margin: 25px 50px 0 0px;
  background: transparent;
  border-radius: 16px;
  display: inline-block;
  font-weight: 400;
  cursor: pointer;
}
.carousel {
  width: 1100px;
  overflow: hidden;
}
.wrapper {
  width: 1100px;
  padding: 100px 50px;
  display: flex;
  justify-content: space-between;
}
.c-img {
  width: 350px;
  height: 500px;
  background: #fff;
  display: inline-block;
  margin: 0 10px;
  border-radius: 4px;
  z-index: 2;
  position: relative;
  flex: 1 0 auto;
}
#img1 {
  background: url('../img/img1.png') center center;
  background-size: cover;
}
#img2 {
  background: url('../img/img2.png') center center;
  background-size: cover;
}
#img3 {
  background: url('../img/img3.png') center center;
}
#img4 {
  background: url('../img/img4.png') center center;
  background-size: cover;
}
#img5 {
  background: url('../img/img5.png') center center;
  background-size: cover;
}
#img6 {
  background: url('../img/img6.jpg') center center;
  background-size: cover;
}
#img7 {
  background: url('../img/img7.png') center center;
  background-size: cover;
}
.fade {
  animation: fade .2s;
}

#keyframes fade {
  from {opacity: .4;}
  to{opacity: 1;}
}

.about {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5%;
  color: #fff;
}
.about-btn {
  border: 2px solid #fff;
  padding: 5px 25px;
  border-radius: 15px;
  margin-right: 25px;
}
.about-text {
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  padding: 50px 0;
}
.about-text h1, .about-text h2 {
  padding: 25px 0;
  font-weight: 300;
}
.about-text h2 {
  font-size: 71px;
  text-transform: uppercase;
}
.enrapture {
  width: 100%;
  display: flex;
}
.enrapture-logo-container, .enrapture-text-container {
  width: 50%;
  padding: 5%;
}
.enrapture-logo-container {
  border-right: 1px solid #777;
}
.e-logo {
  width: 500px;
  height: 500px;
  background-image: url('../img/logo.webp');
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
}
.e-text {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
.read-more {
  display: block;
  width: 150px;
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px solid #777;
  margin-top: 25px;
}
.read-more i {font-weight: 400;}
.careers {
  width:90%;
  margin: 150px auto 0 auto;
  height: 800px;
  background-image: url('../img/img5.jpg');
  background-position: center center;
  background-size:cover;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 5%;
}
.careers-title {
  padding: 5px;
  border-radius: 16px;
  border: 1px solid #fff;
  color: #fff;
  width: 100px;
  text-align: center;
  font-size: 16px;
}
.careers h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 52px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.careers p {
  color: #fff;
  width: 500px;
}
.read-more-careers {
  color: #fff;
  display: block;
  width: 150px;
  margin-top: 50px;
  font-weight: 700;
  font-size: 22px;
}
.hud-print {
  width: 80%;
  height: 700px;
  margin: 50px auto;
  background-image: url('../img/hud.webp');
  background-position: center center;
  background-size: cover;
}

footer {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 50px;
  gap: 15px;
}
footer h1 {
  width: 50%;
  color: #fff;
  text-transform: uppercase;
}
footer ul {
  width: 10%;
  color: #fff;
  list-style: none;
}
footer ul h2,.newsletter h2, .copy h2 {
  font-size: 16px;
  color: #777;
  font-weight: 300;
  padding-bottom: 15px;
}
footer li {margin-top: 35px}
footer li a {
  color: #fff;
}
footer li a:hover {
  text-decoration: underline;
}
.final-article {
  width: 30%;
}
.field {
  border: none;
  background: #333;
  border-radius: 8px;
  padding: 12px;
}
.newsletter {margin-bottom: 50px;}
.submit-news {
  padding: 8px 11px;
  border: none;
  position: relative;
  right: 40px;
  border-radius: 8px;
  cursor: pointer;
}
.copy p {
  color: #fff;
}
#hamb[aria-hidden="true"] {
  display: none;
}
#hamb[aria-hidden="false"] {
  display: block;
  position: absolute;
  color: #000;
  font-size: 32px;
  right: 25px;
  top: 25px;
  background: #fff;
  padding: 12px 15px;
  z-index: 9999;
  border-radius: 100%;
}
@media only screen and (max-width: 900px) {
  .banner, .banner-video,.info-text {
    width: 100%;
  }
  .banner-text {
    display: block;
    width: 100%;
    left:0;
    bottom: 15px;
    text-align: center;
    padding: 0;
    font-size: 18px;
  }
  .info {
    flex-direction: column;
  }
  .title {
    font-size: 32px;
    text-align: center;
  }
  .info-title {
    font-size: 32px;
  }
  .menu-top nav ul {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    text-align: center;
  }
  .menu-top nav ul a {
    display: block;
    margin: 0;
    position: unset;
    
  }
  .banner-modal {
      width: 100%;
      height: 60%;
  }
  .banner-modal h1 {
      font-size: 18px;
  }
  .banner-modal h2 {
      font-size: 14px;
  }
  .banner-btns {
      width: 100%;
  }
  .events h1 {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }
  .events a {
      padding: 0;
      text-align: center;
      margin-bottom: 50px;
  }
  .join-btn {
    width: 90%;
    margin-left: auto;
    margin-right: auto; 
  }
  .prev,.next {
    width: 100px;
    display: inline-block;
    padding: 12px;
  }
  .wrapper,.carousel {
    width: 100%;
    position: relative;
    margin: auto
  }
  .about {
    padding: 0;
    flex-direction: column;
  }
  .about-text h1,.about-text h2 {
    font-size: 32px;
  }
  .about-btn {
    display: block;
    margin-top: 50px;
    overflow-x: hidden;
  }
  .enrapture {
    flex-direction: column;
  }
  .enrapture-logo-container,.enrapture-text-container,.info-text {border: none;text-align: center;width: 100%;}
  .info-text p {
    width: 100%;
    text-align: center;
  }
  .control-btns {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .e-logo {
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .careers {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .careers-title {margin: 0 auto;}
  footer {
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
  .final-article,footer ul, .newsletter, .copy, footer h1 {text-align:center;width: 100%;}
}