* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

.flex {
  display: flex;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10rem;
}

nav {
  font-family: "DM Sans";
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0 0 0;
  font-weight: 400;
  margin-bottom: 4rem;
}

nav ul {
  gap: 3.5rem;
}

nav ul li {
  font-size: 1.5rem;
}

nav ul li a {
  color: #26262699;
}
nav ul li a:hover {
  color: #000;
}

nav ul li a.active {
  color: #262626;
  font-weight: 700;
}

nav button {
  align-items: center;
  gap: 1rem;
  background-color: #b8c2ce;
  border: none;
  color: #fff;
  padding: 1rem 1.5rem;
  border-radius: 6px;
  font-family: "DM Sans";
  font-weight: 400;
  font-size: 1.4rem;
}

.hero-section {
  position: relative;
  padding: 5rem 0 0 0;
  margin-bottom: 10rem;
  display: flex;
  gap: 4rem;
}

.hero-section .left {
  filter: grayscale(100%);
  background-image: url("/images/basketball_sport_icon_in_minimalist_3d_render_2 1.svg");
  background-size: 40%;
  background-repeat: no-repeat;
  width: 60vw;
  position: relative;
}

.left h1 {
  font-size: 8rem;
  font-family: "Sequel Sans", sans-serif;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
  background: linear-gradient(180deg, #262626, #b8c2ce);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 2rem;
}

.left p {
  font-family: "DM Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #262626;
  text-align: left;
  margin-top: 12rem;
  display: flex;
  justify-content: flex-end;
}

.left button {
  font-size: 20px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  padding: 1.2rem 3.2rem;
  border: none;
  border-radius: 6px;
  text-align: right;
}

.left img {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 4rem;
  left: 12rem;
}

.hero-cta {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  position: absolute;
  right: 0;
}

.right {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.right-text {
  font-family: "Sequel Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 410;
  color: #262626;
}

.date {
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #26262699;
  margin-bottom: 0.5rem;
}

.hero-section figure img {
  width: 100%;
}

.overlay {
  padding: 1rem 2rem;
  padding-top: 3.5rem;
  margin-top: -5rem;
  position: relative;
  background-image: linear-gradient(
    180deg,
    transparent,
    #f2f2f2a9,
    #f2f2f2,
    #f2f2f2,
    #f2f2f2
  );
  position: relative;
  z-index: 1;
}

.category {
  margin-bottom: 8rem;
}

.category > p {
  font-family: "Sequel Sans", sans-serif;
  font-weight: 415;
  color: #262626;
  font-size: 2.8rem;
  margin-bottom: 2.5rem;
}

.category ul {
  justify-content: space-between;
  align-items: stretch;
}

.category ul li {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.category ul li img {
  flex: 1;
}

.category-name {
  padding: 2rem 4rem;
  font-family: "squel sans", sans-serif;
  font-weight: 700;
  font-size: 37px;
  background-color: #ebeef3;
  border-radius: 6px;
  text-transform: uppercase;
  text-align: center;
}

.category ul li p span {
  background-image: linear-gradient(180deg, #262626, #b8c2ce);
  background-clip: text;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.trending-heading {
  font-family: "Sequel Sans", sans-serif;
  font-weight: 415;
  color: #262626;
  font-size: 2.8rem;
  margin-bottom: 2.5rem;
}

.trending-news {
  border-radius: 6px;
  display: flex;
  margin-bottom: 5rem;
}

.trending-news .news-side {
  background-color: #ebeef3;
  padding: 6rem;
  padding-left: 4rem;
  flex: 1;
}

.other-side {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 2rem 4rem;
}

.trending-news .news-date {
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #26262699;
  margin-bottom: 1rem;
}

.trending-news .news-description {
  font-family: "Sequel Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 415;
  color: #696868;
  margin-bottom: 2rem;
}

.news-auth {
  font-family: "DM Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #696868;
}

.trending-news ul {
  flex-direction: column;
  gap: 4rem;
}

.trending-news ul li {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.other-side {
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.4)
    ),
    url("images/sportsman-drinking-water-training-stationary-bike\ 1.svg");
  background-size: cover;
  background-position: center;
}

.trending-news ul li:not(:first-child) div {
  padding-top: 5rem;
  border-top: 1px solid #c4c4c4;
}

.other-side button {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #fff;
  padding: 1.2rem 2.6rem;
  border: 1px solid #fff;
  border-radius: 3px;
  background: transparent;
}

.trending-news .other-date {
  font-family: "DM Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 1rem;
}

.trending-other-heading {
  font-family: "Sequel Sans", sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 3.6rem;
}

.football-section {
  margin-bottom: 6rem;
}

.gradient-image {
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0.6)
    ),
    url("images/two-opposing-players-give-handshake-end-game\ 1.svg");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18rem;
  padding: 5rem 8rem;
}

.football-section button {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #fff;
  padding: 1.2rem 2.6rem;
  border: 1px solid #ebeef3;
  border-radius: 3px;
  background: transparent;
}

.football-section .football-date {
  font-family: "DM Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #f9fafc;
  margin-bottom: 1.5rem;
}

.football-section .football-heading {
  font-family: "Sequel Sans", sans-serif;
  font-weight: 800;
  color: #f9fafc;
  font-size: 3.6rem;
  margin-bottom: 2rem;
}

.football-section .football-desc {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #fff;
}

.paggination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2.5rem;
  background-color: #ebeef3;
  padding: 2rem 0;
}

.paggination li {
  font-family: "sequel sans", sans-serif;
  font-weight: 405;
  font-size: 2.4rem;
  text-transform: uppercase;
  color: #2626269c;
}

section .paggination-back-btn,
footer .paggination-back-btn {
  background-color: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}

section .paggination-forward-btn,
footer .paggination-forward-btn {
  background-color: #000;
  color: #fff;
  margin-right: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.paggination .active {
  background-color: #000;
  color: #ebeef3;
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

.clubs-ranking {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 5rem;
  overflow: hidden;
}

.news-side {
  border-radius: 6px;
  overflow: hidden;
  margin-right: 2rem;
  height: auto;
}

.clubs-ranking .news-side-heading {
  font-family: "Sequel Sans", sans-serif;
  font-weight: 415;
  color: #262626;
  font-size: 2.8rem;
  margin-bottom: 2.5rem;
}

.yellow-gradient {
  background: linear-gradient(45deg, #f0a800, #d77600);
  border-radius: 6px;
  position: relative;
}

.clubs-ranking .news-side img {
  width: 100%;
  border-radius: 6px;
}

.clubs-ranking .news-side .about {
  padding: 1.2rem 1.5rem;
  margin-top: -87px;
  position: relative;
  z-index: 1;
  background: linear-gradient(45deg, #f0a800, #d77600);
}

.background {
  background-color: #ebeef3;
  height: 100%;
}

.clubs-ranking .news-side .day {
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #ebeef3;
  margin-bottom: 1rem;
}

.clubs-ranking .news-side .competition {
  font-family: "Sequel Sans", sans-serif;
  font-weight: 600;
  color: #ebeef3;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

.clubs-ranking .middle-side {
  background-color: #ebeef3;
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
}

.clubs-ranking .middle-side li {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.clubs-ranking .half {
  width: 50%;
}

.clubs-ranking .middle-side li .date {
  font-family: "DM Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #26262699;
  margin-bottom: 1rem;
}

.clubs-ranking .middle-side li .type {
  font-family: "Sequel Sans", sans-serif;
  font-weight: 405;
  font-size: 1.8rem;
  color: #262626;
}

.clubs-table-side {
  padding: 0 2rem;
  border-radius: 6px;
  width: 50%;
}

.clubs-table-side img {
  width: 100%;
  border-radius: 6px;
  margin-top: 2rem;
}

.clubs-ranking .more-btn {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  padding: 6px 12px;
  border-radius: 3px;
  background-color: #ccc;
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  align-self: center;
}

.sports-article {
  margin-bottom: 8rem;
}

.posts-container {
  display: flex;
  gap: 10rem;
  margin-bottom: 3rem;
}

.sports-article-heading {
  font-family: "Sequel Sans", sans-serif;
  font-weight: 415;
  color: #262626;
  font-size: 2.8rem;
  margin-bottom: 2.5rem;
}

.sports-article ul li > img {
  width: 100%;
}

.sports-article ul li .author {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #3e3232;
}

.sports-article ul li .sport {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #ebeef3;
  border: 1px solid #ebeef3;
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  padding: 0.6rem 1.2rem;
  border-radius: 3px;
}

.author-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.sports-article ul li .post-date {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #26262699;
}

.sports-article ul li {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.9rem;
  position: relative;
}

.sports-article ul li .post-heading {
  font-family: "Sequel Sans", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  color: #262626;
  line-height: 1.5;
}

.sports-article ul li .post-desceription {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #696868;
  line-height: 1.4;
}

.sports-article .buttons {
  display: flex;
  gap: 2.5rem;
}

.sports-article .buttons button,
footer ol button {
  padding: 1.2rem 2.6rem;
  border: none;
  color: #fff;
  font-size: 2rem;
}

.cta {
  display: flex;
  background-color: #ebeef3;
  margin-bottom: 3rem;
  padding: 1rem;
}

.cta-heading {
  font-family: "Sequel Sans", sans-serif;
  font-weight: 800;
  font-size: 6rem;
  background: linear-gradient(180deg, #262626, #b8c2ce);
  background-clip: text;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
  margin-bottom: 4.5rem;
}

.input-holder {
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #000;
  overflow: hidden;
  gap: 2rem;
  padding-left: 2rem;
}

.input-holder input {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 2.1rem;
  color: #2626265e;
  border: none;
  outline: none;
  background-color: transparent;
  padding: 1rem 0;
  width: 35rem;
  padding-right: 5rem;
}

.input-holder input::placeholder {
  color: #2626265e;
}

.arrow-box {
  background: #000;
  color: #fff;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 2.5rem;
}

.diagonal-arrow {
  transform: rotate(45deg);
}

.cta .text-side {
  align-self: center;
  justify-self: end;
  padding: 0 8rem;
}

.image-side {
  position: relative;
}

.vector {
  position: absolute;
  top: 0;
  left: 0;
}

.baseball-player {
  z-index: 1;
}

.baseball-player {
  position: relative;
  z-index: 1;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer ul {
  display: flex;
  gap: 1.5rem;
  font-size: 3rem;
}
.footer ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #000;
  color: #fff;
  filter: grayscale(100%);
  opacity: 0.8;
  border-radius: 6px;
}
.footer .paggination {
  background-color: transparent;
}
