@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap");
nav {
  background-color: #282828;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  display: grid;
  grid-template-columns: auto 10rem auto;
  padding: 1rem 4rem;
  position: relative;
}
nav .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
nav .logo img {
  width: 3rem;
}
nav::after {
  content: "";
  position: absolute;
  background: linear-gradient(to left, #f00b12 0%, transparent 100%);
  opacity: 0.3;
  width: 30%;
  right: 0;
  height: 100%;
  z-index: 1;
}
nav::before {
  content: "";
  position: absolute;
  background: linear-gradient(to right, #0ed796 0%, transparent 100%);
  opacity: 0.3;
  width: 30%;
  left: 0;
  height: 100%;
  z-index: 1;
}
nav .socials, nav .links {
  position: relative;
  z-index: 2;
  display: flex;
  font-weight: 500;
}
nav .socials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.8rem;
  color: #0ed796;
}
nav .socials span {
  margin-right: 5px;
}
nav .socials a i {
  color: white;
  font-weight: 400;
  font-size: 1.5rem;
  opacity: 0.5;
  margin: 0 7px;
  transition: opacity 0.1s;
}
nav .socials a i:hover {
  opacity: 1;
}
nav .links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
nav .links a {
  margin-left: 36px;
}

@media (max-width: 1000px) {
  nav {
    grid-template-columns: 1fr;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  nav .socials {
    grid-row: 2;
    flex-direction: column;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
  }
  nav .socials .socials-container {
    margin: 0.8rem 0;
  }
  nav .links {
    margin-left: auto;
    margin-right: auto;
  }
  nav .links a {
    margin: 0;
    margin: 0 5px;
  }
}
header {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/bg-header.png");
  background-position: center;
  background-size: cover;
  position: relative;
  min-height: 60vh;
  padding: 0 2rem;
}
header.placeholder {
  height: 50vh;
  margin-top: 50vh;
  transform: translateY(-50%);
}
header.placeholder .center img {
  width: 7rem;
}
header.placeholder h1 {
  margin-top: 2rem;
}
header.placeholder a::before {
  display: none;
}
header.placeholder a::after {
  display: none;
}
header .center {
  text-align: center;
}
header h1, header h2, header h3, header a {
  text-transform: uppercase;
  z-index: 10;
  position: relative;
}
header h2 {
  font-weight: 400;
  margin: 0;
  font-size: 2.25rem;
}
header h1 {
  margin: 0;
  font-size: 3.3rem;
}
header h3 {
  font-weight: 400;
  font-size: 1.75rem;
  margin: 1rem;
  margin-bottom: 4rem;
}
header a {
  background-color: rgba(25, 25, 25, 0.7);
  padding: 0.6rem 2.5rem;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 1.25rem;
}
header a::after {
  content: "";
  height: 4px;
  width: 50%;
  background-color: #0ed796;
  position: absolute;
  bottom: -4px;
  left: 0;
}
header a::before {
  content: "";
  height: 4px;
  width: 50%;
  background-color: #f00b12;
  position: absolute;
  bottom: -4px;
  right: 0;
}
header .agent {
  position: absolute;
  bottom: 0;
  height: 100%;
}
header .agent img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
header .agent.left {
  left: 0;
}
header .agent.right {
  right: 0;
}

@media (max-width: 1024px) {
  header.placeholder {
    height: 100vh;
    padding: 0;
    margin: 0;
    transform: none;
  }
  header .agent {
    display: none;
  }
}
@media (max-width: 768px) {
  header {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
section.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
section.about .left {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 2rem;
}
section.about .left h2 {
  margin: 0;
  font-size: 3rem;
  text-transform: uppercase;
  letter-spacing: 0;
}
section.about .left p {
  font-size: 1.15rem;
}
section.about .left a {
  background-color: rgba(25, 25, 25, 0.7);
  padding: 0.6rem 0.6rem;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 1rem;
  position: relative;
  display: inline-block;
  width: 20%;
  margin-right: 1rem;
}
section.about .left a::after {
  content: "";
  height: 4px;
  width: 50%;
  background-color: #0ed796;
  position: absolute;
  bottom: -4px;
  left: 0;
}
section.about .left a::before {
  content: "";
  height: 4px;
  width: 50%;
  background-color: #f00b12;
  position: absolute;
  bottom: -4px;
  right: 0;
}
section.about .right img {
  display: block;
  width: 100%;
  height: 40vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 20% 40%;
     object-position: 20% 40%;
}

section.break {
  height: auto;
  padding: 1.7rem 0 2rem 0;
  background: linear-gradient(to right, #14bc87, #078861);
  display: flex;
  align-items: center;
  justify-content: center;
}
section.break .container {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.break .container .partner {
  display: flex;
  flex-direction: column;
  margin: 0 15px;
}
section.break .container .partner img {
  max-width: 100%;
}
section.break .container .partner span {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1rem;
  letter-spacing: 0.2em;
  margin-bottom: 1rem;
}
section.break .container .partner span.big {
  font-size: 3rem;
  margin: 0;
}

@media (max-width: 1024px) {
  section.break {
    height: auto;
  }
  section.break .container {
    width: auto;
    padding: 2rem;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  section.about {
    grid-template-columns: 1fr;
  }
  section.about .left {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  section.about .left a {
    width: auto;
  }
  section.break .container {
    justify-content: center;
  }
  section.break .container .partner {
    margin-bottom: 2rem;
  }
}
@media (max-width: 500px) {
  section.break .container .partner {
    text-align: center;
    margin-bottom: 2rem;
  }
}
section.teams {
  padding: 4rem 8rem;
  padding-bottom: 8rem;
}
section.teams h2 {
  text-align: center;
}
section.teams .teams-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
section.teams .teams-container .team-container {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
section.teams .teams-container .team-container h3 {
  font-size: 2rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  position: relative;
  z-index: 10;
}
section.teams .teams-container .team-container h3::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 3px;
  height: 14px;
  width: 90px;
  background-color: #0ed796;
  opacity: 0.33;
  z-index: -1;
}
section.teams .teams-container .team-container.red {
  background-image: url("../img/team-bg-red.png");
  background-size: cover;
}
section.teams .teams-container .team-container.red h3::after {
  background-color: #f00b12;
}
section.teams .teams-container .team-container.green {
  background-image: url("../img/team-bg-green.png");
  background-size: cover;
}
section.teams .teams-container .team-container ul {
  padding: 0;
  list-style: none;
}
section.teams .teams-container .team-container ul li {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
section.teams .teams-container .team-container ul li img {
  height: 1.25rem;
  margin-right: 8px;
}

@media (max-width: 1330px) {
  section.teams .teams-container {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 3rem;
  }
}
@media (max-width: 768px) {
  section.teams {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  section.teams .teams-container {
    grid-template-columns: 1fr;
  }
  section.teams .teams-container .team-container {
    margin-left: auto;
    margin-right: auto;
  }
}
section.roadtolan {
  padding: 4rem 8rem;
  padding-bottom: 8rem;
  background: linear-gradient(to right, #14bc87, #078861);
}
section.roadtolan h2 {
  text-align: center;
}
section.roadtolan .photo-container {
  display: flex;
  justify-content: center;
}
section.roadtolan .photo-container .mobile {
  display: none;
}
section.roadtolan .photo-container img {
  max-width: 100%;
}

@media (max-width: 1330px) {
  section.roadtolan {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 768px) {
  section.roadtolan {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  section.roadtolan .pc {
    display: none;
  }
  section.roadtolan .photo-container .mobile {
    display: block;
  }
}
section .schedule-container {
  padding: 0 4rem;
  padding-bottom: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1rem;
}
section .schedule-container .full {
  grid-column: span 2;
}
section .schedule-container h3 {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
section .schedule-container h3::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 3px;
  height: 14px;
  width: 90px;
  background-color: #0ed796;
  opacity: 0.33;
  z-index: -1;
}
section .schedule-container h3.red::after {
  background-color: #f00b12;
}

@media (max-width: 1024px) {
  section .schedule-container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 425px) {
  section .schedule-container {
    padding: 0 1rem;
    padding-bottom: 3rem;
  }
}
section.watch {
  padding: 4rem 8rem;
  padding-bottom: 8rem;
  background: linear-gradient(to right, #14bc87, #078861);
}
section.watch h2 {
  text-align: center;
}
section.watch .watch-container {
  display: grid;
  grid-template-columns: 1fr 3fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
section.watch .watch-container .list {
  color: black;
  max-height: 600px;
  overflow-y: scroll;
  background-color: #e4e4e4;
}
section.watch .watch-container .list::-webkit-scrollbar {
  width: 10px;
  cursor: pointer;
}
section.watch .watch-container .list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
section.watch .watch-container .list::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid #c5c5c5;
  cursor: pointer;
}
section.watch .watch-container .list h3 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  margin: 0;
  cursor: pointer;
  border-bottom: 1px solid #c5c5c5;
}
section.watch .watch-container .list h3 i {
  font-size: 1.5rem;
  line-height: 1;
  color: #c5c5c5;
  margin-top: -10px;
}
section.watch .watch-container .list h3 + ul {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  transition: max-height 0.2s ease-in;
  list-style: none;
}
section.watch .watch-container .list h3 + ul li {
  padding-left: 1rem;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-top: 6px;
  padding-bottom: 6px;
  cursor: pointer;
}
section.watch .watch-container .list h3 + ul li:hover {
  background-color: white;
}
section.watch .watch-container .list h3 + ul li img {
  height: 1rem;
  margin-right: 8px;
}
section.watch .watch-container .list h3 + ul li.live::after {
  content: "live";
  text-transform: uppercase;
  display: inline-block;
  background-color: #ff3737;
  border-radius: 3px;
  color: white;
  font-weight: 700;
  font-size: 0.8rem;
  padding-left: 6px;
  padding-right: 6px;
}
section.watch .watch-container .list h3.expand + ul {
  max-height: 500px;
  transition: max-height 0.2s ease-in;
}

@media (max-width: 1024px) {
  section.watch {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  section.watch .watch-container {
    grid-template-columns: 1fr;
    row-gap: 1rem;
  }
}
@media (max-width: 425px) {
  section.watch {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  section.watch .watch-container {
    grid-template-columns: 1fr;
    row-gap: 1rem;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background-color: #282828;
  font-family: "Rajdhani";
  color: white;
  background-image: url("../img/tlo_infinite_slv.png");
}

a {
  color: inherit;
  text-decoration: none;
}

section h2 {
  font-size: 3.3rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  section h2 {
    font-size: 2rem;
  }
}
footer {
  background: #282828;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  align-items: center;
  padding: 0.5rem 2rem;
  justify-content: space-between;
}
footer .socials {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: white;
}
footer .socials a i {
  color: white;
  font-weight: 400;
  font-size: 1.5rem;
  opacity: 0.5;
  margin: 0 7px;
  transition: opacity 0.1s;
}
footer .socials a i:hover {
  opacity: 1;
}
footer img {
  height: 3rem;
}

@media (max-width: 425px) {
  footer {
    grid-template-columns: 1fr;
    padding: 1rem 0.5rem;
  }
  footer > * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
section.center {
  text-align: center;
  padding-bottom: 1rem;
}/*# sourceMappingURL=style.css.map */