/**
* Template Name: Knight - v4.3.0
* Template URL: https://bootstrapmade.com/knight-free-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/*body {
  font-family: "Open Sans", sans-serif;
  color: #555555;
}*/

a {
  text-decoration: none;
  color: rgb(29,89,200);
}

a:hover {
  color: darkblue;
  text-decoration: none;
}

@font-face { font-family: HitmarkerCondensed; src: url('../../fonts/HitmarkerCondensed-Regular.ttf'); } 
@font-face { font-family: Industry; src: url('../../fonts/INDUSTRY-MEDIUM.OTF');}

body {
  font-family: Industry;
  background-color: rgb(242, 242, 242);
}


/*h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
}*/

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: rgb(29,89,200);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #97d193;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 90px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  box-shadow: 0 4px 10px -3px rgba(191, 191, 191, 0.5);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

@media (max-width: 992px) {
  #header {
    height: 70px;
  }
}

.scrolled-offset {
  margin-top: 90px;
}

@media (max-width: 992px) {
  .scrolled-offset {
    margin-top: 90px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  color: #151515;
  text-transform: uppercase;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: rgb(29,89,200);
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: rgb(29,89,200);
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #151515;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #151515;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: rgb(29,89,200);
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: rgb(29,89,200);
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/hero-bg.png");
  position: relative;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

#hero .hero-logo {
  margin-bottom: 30px;
}

#hero h1 {
  margin: 0 0 30px 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: #aeaeae;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

#hero .btn-get-started {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 30px;
  border-radius: 3px;
  margin: 10px;
  color: #fff;
  background: rgb(29,89,200);
}

#hero .btn-get-started:hover {
  transition: 0.5s;
  background: #fff;
  color: rgb(29,89,200);
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    line-height: 22px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: whitesmoke;
}

.section-title {
  text-align: center;
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 0;
  color: #151515;
}

.section-title p {
  margin-bottom: 0;
  color: #aeaeae;
}


/*--------------------------------------------------------------
# Schedule
--------------------------------------------------------------*/

.schedule .wrapper {
  width: 100%;
  overflow: hidden hidden;
  margin-top: 20px;
  padding-top: 50px;
}

.schedule .container {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-template-areas:
        "matchup1 connector1 matchup3 connector2 matchup5"
        "matchup2 connector1 matchup3 connector2 matchup5"
        ". . matchup4 connector2 matchup5"
        ". . matchup4 connector2 matchup5";
}

/*    "labelWR1 . labelWR2 . labelSF1 . labelFinals"
        "matchup1 line1 matchup5 connector1 matchup9 connector3 matchup11"
        "matchup2 line2 matchup6 connector1 matchup9 connector3 matchup11"
        ". . . . labelSF2 connector3 matchup11"
        "matchup3 line3 matchup7 connector2 matchup10 connector3 matchup11"
        "matchup4 line4 matchup8 connector2 matchup10 connector3 matchup11";
*/

.schedule .connector {
  width: 4rem;
  display: flex;
  height: 101%;
  -webkit-box-align: center;
  align-items: center;
  margin-top: -12px;
  z-index: -1;
}

.schedule .connector .merger {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 50%;
  border-right: medium solid rgb(192, 192, 200);
  border-bottom: medium solid rgb(192, 192, 200);
  border-top: medium solid rgb(192, 192, 200);
}

.schedule .connector .line {
  width: 100%;
  height: 1px;
  align-self: center;
  border-bottom: medium solid rgb(192, 192, 200);
}

.schedule .connector1 {
  grid-area: connector1;
}

.schedule .connector2 {
  grid-area: connector2;
}

.schedule .matchup1 {
  grid-area: matchup1;
}
.schedule .matchup2 {
  grid-area: matchup2;
}
.schedule .matchup3 {
  grid-area: matchup3;
}
.schedule .matchup4 {
  grid-area: matchup4;
}
.schedule .matchup5 {
  grid-area: matchup5;
}

.schedule .matchup {
  align-self: center;
  margin-bottom: 20px;
}

.schedule .matchup figure {
  width: 16.51rem;
  height: 100%;
  padding: 0px;
  margin: 0px;
}

.schedule .gamestyles {
  display: flex;
  flex-direction: column;
  position: relative;
  text-decoration: none;
}

.schedule .labelstyles {
  font-family: HitmarkerCondensed;
  font-size: 24px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 2px;
  text-align: left;
  color: black;
  position: relative;
  top: -20px;
  left: 0px;
}

.schedule .cardstyles {
  min-width: 265px;
  min-height: 55px;
  display: flex;
  -webkit-box-align: stretch;
  align-items: stretch;
  font-family: HitmarkerCondensed;
  text-transform: uppercase;
  margin-bottom: 2px;
  background: rgb(33,33,33);
  border: 2px solid rgb(33, 33, 33);
}

.schedule .victorious {
  border: 2px solid rgb(39, 109, 255);
}

.schedule .imagestyles {
  width: 55px;
  background-position: center center;
  padding: 5px;
  filter: none;
  background-repeat: no-repeat;
  background-size: 75%;
}

.schedule .textcontainer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 5px;
  flex: 1 1 0%;
}

.schedule .textcontainer .largetext{
  margin: 0px 0px 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 1.5px;
  font-size: 24px;
  line-height: 110%;
  color: white;
}

.schedule .score {
  min-width: 52px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 5px;
  border-left: 2px solid rgb(255, 255, 255);
  font-size: 26px;
  line-height: 110%;
  color: white;
  background: rgb(33,33,33);
}

.schedule .victorious .score {
  background: rgb(39,109,255);
}

.schedule .defeated .score {
  color: rgb(140, 140, 140);
}
.schedule .defeated .largetext {
  color: rgb(140, 140, 140);
}

/*--------------------------------------------------------------
# Rules
--------------------------------------------------------------*/

.rules {
  background: white;
}

/*--------------------------------------------------------------
# Game
--------------------------------------------------------------*/
.game-section {
  padding-top: 0px !important;
}

.game-title-container {
  display: flex;
  flex-direction: row;
}

.game-section .game-title{
  height: 250px;
}

.game-title{
  height: 150px;
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
}

.game-section .game-title-left{
  padding-left: 120px;
  padding-right: 80px;
}

.game-title-left {
  display: flex;
  flex: 1 1 0%;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 23px;
  padding-right: 56px;
}

.game-section .game-title-right{
  padding-left: 80px;
  padding-right: 120px;
}

.game-title-right {
  display: flex;
  flex: 1 1 0%;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 23px;
  padding-right: 56px;
}

.game-title-left .team-content-wrapper{
  padding-left: 84px;
}

.game-title-right .team-content-wrapper{
  padding-right: 84px;
  -webkit-box-pack: end;
  justify-content: flex-end;
  flex-direction: row;
}

.team-content-wrapper {
  height: 84px;
  display: flex;
  flex: 1 1 0%;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: 0px;
}

.game-title-right .team-shield{
  justify-content: flex-end;
}

.team-shield {
  -webkit-box-pack: start;
  justify-content: flex-start;
  width: 100%;
  margin-top: 0px;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: row;
  display: flex;
}

.game-title-right .team-logo{
  margin-left: 28px;
  margin-right: 0px;
}

.team-logo {
  margin-right: 28px;
  height: 150px;
  width: 150px;
  margin-bottom: 8px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.game-title-left .team-name {
  text-align: left;
  color: black;
}
.team-name {
  text-align: right;
  font-family: HitmarkerCondensed;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 36px;
  line-height: 105%;
  display: block;
  color: white;
}

.game-title-left .score{
  margin-right: 10px;
  margin-left: 25px;
  color: black;
}

.game-title-right .score{
  margin-left: 10px;
  margin-right: 25px;
  color: white;
}

.score {
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  font-size: 80px;
  font-family: HitmarkerCondensed;
  font-weight: normal;
}

.status-box {
  top: calc(50% - 10px);
  left: calc(50% - 49px);
  height: unset;
  min-height: 26px;
  width: 100px;
  font-size: 14px;
  padding-left: 2px;
  padding-right: 2px;
  background-color: white;
  position: absolute;
  font-weight: 500;
  line-height: 1.2;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}


.status-text {
  font-size: 14px;
  color: rgb(51, 51, 51);
  font-family: HitmarkerCondensed;
  font-weight: 700;
  line-height: 1.5;
}

/*--------------------------------------------------------------
# Rounds
--------------------------------------------------------------*/
.section-title-game{
  box-sizing: border-box;
  margin: 36px 0px 20px;
  min-width: 0px;
  font-size: 56px;
  font-weight: 600;
  line-height: 90%;
  text-transform: uppercase;
  font-family: HitmarkerCondensed;
}

.rounds-container{
  box-sizing: border-box;
  margin: 0px 0px 36px;
  min-width: 0px;
}

.round-container{
  box-sizing: border-box;
  margin: 0px 0px 15px;
  min-width: 0px;
  overflow: hidden;
  height: 128px;
  display: flex;
  justify-content: space-between;
  position: relative;
  font-weight: normal;
  text-transform: uppercase;
  color: black;
}

.round{
  display: flex;
  flex: 1 1 0%;
  height: 100%;
  background-color: white;
  align-items: center;
}

.god-logo{
  width: 128px;
  height: 128px;
  flex-shrink: 0;
}

.god-logo img{
  width: 100%; /* Ensures it fills the parent container */
  height: 100%; /* Ensures it fills the parent container */
  object-fit: cover; /* Ensures the image covers the area without distortion */
}

.god-logo .loser{
  filter: grayscale(100%);
}

.round-team-name-left {
  margin-left: 50px;
  text-align: left;
}
.round-team-name-right {
  margin-right: 50px;
  text-align: right;
}

.round-team-name {
  font-size: 30px;
  width: 50%;
  font-weight: bold;
}
.loser {
  font-weight: normal;
}


.round-map-container {
  position: relative;
  height: 100%;
}

.round-map-text{
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 65.03%);
  width: 100%;
  height: 59px;
  position: absolute;
  bottom: 0px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  color: white;
}

.round-map-picture{
  width: 128px;
  height: 128px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

/*--------------------------------------------------------------
# Replays
--------------------------------------------------------------*/


.replays-container{
  box-sizing: border-box;
  margin: 0px 0px 36px;
  min-width: 0px;
}

.replays-line{
  box-sizing: border-box;
  margin: 0px 0px 15px;
  min-width: 0px;
  overflow: hidden;
  height: 128px;
  display: flex;
  justify-content: space-around;
  position: relative;
  font-weight: normal;
  text-transform: uppercase;
  color: black;
  background-color: white;
}

.replay-container{
  width: 200px;
  height: 100%;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: column;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  background: url("../img/hero-bg.png");
  position: relative;
}

#footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 1;
}

#footer .footer-top {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 80px 0;
}

#footer .footer-top .footer-logo img {
  height: 80px;
}

#footer .footer-top h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  padding: 30px 0 0 0;
  margin-bottom: 0;
}

#footer .footer-top p {
  font-size: 15;
  font-style: italic;
  margin: 30px 0 0 0;
  padding: 0;
}

#footer .footer-top .footer-newsletter {
  text-align: center;
  font-size: 15px;
  margin-top: 30px;
}

#footer .footer-top .footer-newsletter form {
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: rgb(29,89,200);
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #5ab652;
}

#footer .footer-top .social-links {
  margin-top: 30px;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgb(29,89,200);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #5ab652;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  border-top: 1px solid #222222;
  z-index: 2;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  padding-top: 5px;
}
