@font-face {
  font-family: "Thunder";
  src: url("/assets/font/Thunder-VF.ttf");
}

/* General styles */
body {
  background-color: #000;
  color: #fff !important;
  font-family: "Thunder";
}

.description {
  font-size: 1.5rem !important;
  font-weight: 300 !important;
}

/* SECTIONS  */

/* Header styles */
nav.navbar {
  background-color: transparent !important;
  border: none;
}
nav.navbar a.nav-link {
  font-size: 1.2rem;
  color: #fff !important;
}

nav.navbar-scroll {
  background-color: #000000c8 !important;
  transition: 0.5s;
}

/* Hero section */
.hero {
  background: url("/assets/images/hero.jpg") no-repeat center center;
  background-size: cover;
  min-height: 40vh;
  width: 100%;
  position: relative;
  -webkit-box-shadow: inset 0px -30px 23px -9px rgba(0, 0, 0, 0.89);
  -moz-box-shadow: inset 0px -30px 23px -9px rgba(0, 0, 0, 0.89);
  box-shadow: inset 0px -30px 23px -9px rgba(0, 0, 0, 0.89);
}

.hero .container {
  height: 100vh;
}

.hero__title {
  font-size: 10rem;
  font-weight: 800;
}

.hero__subtitle {
  font-weight: 300;
  font-size: 3rem;
}

.hero__button {
  font-weight: 1rem;
  padding-right: 1rem !important;
}

.hero__button > i {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.section__title {
  font-size: 3.375rem;
  font-weight: 300;
}

.section-title {
  font-size: 4.375rem;
  font-weight: 500;
}

/* Who we are section */
.who-we-are {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

/* Our Games section */
.our-games-title {
  margin-bottom: 3rem;
}

.games-1 {
  background: url("/assets/images/games-1.jpg") no-repeat center;
  background-size: cover;
  min-height: 80vh;
  width: 100%;
}

.games-2 {
  background: url("/assets/images/games-2.jpg") no-repeat center;
  background-size: cover;
  min-height: 80vh;
  width: 100%;
}

.games-3 {
  background: url("/assets/images/games-3.jpg") no-repeat center;
  background-size: cover;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.games-4 {
  background: url("/assets/images/games-4.jpg") no-repeat center;
  background-size: cover;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.games-5 {
  background: url("/assets/images/games-5.jpg") no-repeat center;
  background-size: cover;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.games-6 {
  background: url("/assets/images/games-6.jpg") no-repeat center;
  background-size: cover;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.games-1,
.games-2,
.games-3,
.games-4,
.games-5,
.games-6 {
  border: 1px solid rgba(255, 255, 255, 0.643);
}
.games-1 {
  border-top: 2px solid rgba(255, 255, 255, 0.643);
}
.games-6 {
  border-bottom: 2px solid rgba(255, 255, 255, 0.643);
}
.games-1,
.games-2 {
  border-right: none;
  border-left: none;
}

.games-3,
.games-5 {
  border-left: none !important;
}

.games-4,
.games-6 {
  border-right: none !important;
}

.section-subtitle {
  font-size: 1.1rem;
  font-weight: 200;
}
.sub-title-bold {
  font-weight: 500;
}

/* News Section */
.news-title {
  padding-top: 5rem;
  padding-bottom: 2rem;
}
.card-title {
  font-size: 1.8rem !important;
}

.card-date {
  color: rgba(255, 255, 255, 0.4);
}

.card-text {
  font-size: 1.3rem !important;
  font-weight: 300 !important;
}

.investors {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.investors-image {
  width: 200px;
  margin: 3rem;
  /* TODO: need media query; */
}

/* Contact Section */
.contact {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: url("/assets/images/contact.png") no-repeat center;
  background-size: cover;
  min-height: 60vh;
  width: 100%;
}

.social-icon {
  margin: 1rem;
  color: #fff;
}

.social-icon:hover {
  color: #2f36f3;
  transition: 0.5s;
}

footer .nav-link {
}

/* COMPONENTS */

/* Buttons */
.btn {
  border-radius: 60px !important;
  padding: 10px 30px;
  background-color: #2f36f3 !important;
  border: 1px solid #2f36f3 !important;
  letter-spacing: 2px;
  font-size: 1.1rem;
}

.btn:hover {
  background-color: #fff !important;
  color: #2f36f3 !important;
  border-color: #fff !important;
}

/* Cards */
.card {
  border-radius: 0px !important;
  border: 0.5px solid #fff !important;
  background-color: transparent !important;
  color: #fff !important;
}

/* Owl */
.owl-stage-outer {
  margin-left: -365px !important;
  /* TODO: need media query */
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 3rem !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #2f36f3 !important;
}

/* Link */
.nav-link {
  color: #fff !important;
}

a.nav-link:hover {
  color: #2f36f3 !important;
  transition: 0.5s;
}
nav.navbar a.nav-link:hover,
nav.navbar a.nav-link:focus {
  transition: 0.5s;
  color: #2f36f3 !important;
}

.p-md-5 .section-title + .description {
  padding-right: 10rem;
}

.navbar-nav .nav-link.active,
a.nav-link.active {
  color: #2f36f3 !important;
}

/* Media Queries */
@media (max-width: 960px) {
  .p-md-5 .section-title + .description {
    padding-right: 0rem;
  }
  #navbarText,
  .navbar-nav {
    display: none !important;
  }
}
