@import url('https://fonts.googleapis.com/css2?family=Bungee&family=Cute+Font&family=Dongle&family=Inter:wght@100..900&family=Jost:ital,wght@0,100;0,200;0,300;1,100;1,200&family=Monda:wght@400;700&family=Oswald:wght@200..700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Tektur:wght@400..900&display=swap');

* {
  margin: 0;

}

#header {
  background-color: #222325;
  min-height: 420vh;
  overflow-x: hidden;
  padding-top:9.4%;
}

footer {
  background-color: #1E2023;
  min-height: 45vh;
}

#abt-header {
  background-color: #222325;
  min-height: 330vh;
  width: 100%;

}

#shoes-section {
  background-color: #222325;
  min-height: 330vh;
  width: 100%;

}

/*TEAM BANNER*/
#content {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 9%;
}

#background {
  width: 100%;
  height: auto;
}

#background img {
  width: 100%;
  height: 625px;
  opacity: 0.3;
}

#team-logo {
  position: absolute;
  display: flex;
  justify-content: left;
  width: 100%;
  padding-bottom: 100px;
}

#team-logo img {
  width: 300px;
  height: 300px;
  padding-top: 80px;
  padding-left: 50px;
  padding-bottom: 30px;
}

#team-logo h1 {
  color: #fff;
  font-size: 65px;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 24px;
  padding-left: 8px;
  display: inline-block;
  width: 50%;
  height: 500px;
  text-shadow: 2px 2px 2px gray;
  text-align: center;
}

#player-img {
  position: absolute;
  display: flex;
  justify-content: right;
  width: 100%;
  margin-top: 220px;
}

#player-img img {
  width: 550px;
  height: 400px;
}

#button-cont {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 340px;
}

#button-cont a {
  text-decoration: none;
  color: #fff;
}

#button-cont button:hover {
  background-color: #F5A302;
  border: 1px solid #747272;
  transform: scale(1.2);
  transition: 0.5s ease-in-out;
}

#button-cont button {
  width: 120px;
  height: 50px;
  margin: 80px;
  background-color: transparent;
  border: 3px solid #fff;
  color: #fff;
  font-size: 25px;
  border-radius: 15px;
}

/*END TEAM BANNER*/

/*DROPDOWN TEAMS*/
.row li,
.row li a {
  color: #000000;
  text-decoration: none;
  list-style: none;
  font-size: 10px;
  font-weight: 100;
}

.row li a:hover {
  color: #F5A302;
  transition: all 0.6s ease;
}

.row header {
  color: #000000;
  width: 200px;
}

.row .header-to-hide {
  color: #ffffff;
  opacity: 0;
}

.mega-box {
  z-index: 1000;
  position: fixed;
  background: #ffffff;
  width: 60%;
  height: 62%;
  top: 80px;
  right: 0;
  overflow: hidden;
  text-wrap: nowrap;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mega-box .content {
  background: #ffffff;
  padding: 25px;
  padding-right: 0px;
  display: flex;
  width: 100%;
  gap: 1%;
}

.content .row {
  width: calc(25% - 30px);
  line-height: 45px;
}

.link-list:hover .mega-box {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}

/*LOGIN PAGE*/

#login-section {
  background-color: #222325;
  min-height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}