/* Default styles for all screen sizes */
@import url("https://fonts.googleapis.com/css2?family=Linefont:wght@100&family=Titillium+Web:wght@300&family=Tourney:wght@200&display=swap");

body {
  font-size: 20px;
  color: #333;
  margin: 0;
  padding: 0;
  color: #0073ff;
  font-family: Titillium Web;
  background: url("static/v3.gif") no-repeat center center fixed;
  background-size: cover;
  width: 100%;
  height: 101vh;
}
#icon {
  cursor: pointer;
  position: absolute;
  top: 2%;
  left: 5%;
}
#close {
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.team-name {
  cursor: pointer;
  width: 53%;
  height: 100px;
  padding: 20px;
  background-color: #0073ff5e;
  position: absolute;
  top: 2%;
  left: 5%;
  font-family: Titillium Web;
  animation: fadeIn 0.3s ease-in-out;
  transition: padding 0.3s ease-in-out;
  border-radius: 10px;
}

.team-name:hover {
  background-color: #0073ff;
}

.team-name:hover .menu-nav-links {
  color: #ffd926;
}

.menu-item-con {
  width: 100%;
  text-align: start;
  margin-left: 20%;
  margin-top: 2%;
}
.menu-nav-links {
  /* color: rgba(22,22,22,.65); */
  color: black;
  margin-right: 2rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
  font-family: Titillium Web;
}

.team-score-board {
  cursor: pointer;
  width: 35%;
  height: 305px;
  background-color: #0073ff5e;
  position: absolute;
  top: 2%;
  right: 5%;
  font-family: "Titillium Web", sans-serif;
  animation: fadeIn 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out;
  border-radius: 10px;
}

.team-score-board:hover {
  background-color: #0073ff;
}

.team-score-board-header {
  width: 100%;
  height: 30px;
  background-color: aliceblue;
  border-radius: 10px 10px 0 0;
}

.score-board {
  text-align: center;
}

.score-board img {
  color: #313131;
  width: 90px;
  padding: 10px;
  border-radius: 100px;
}

.score-board h5 {
  font-size: 1rem;
}

.score-board .score-board-items {
  width: 90px;
  padding: 10px;
}
.view-fixtures {
  color: black;
  text-decoration: none;
}

.view-fixtures:hover {
  animation: fadeIn 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out;
  color: #ffc107;
  text-decoration: none;
}

.my-team-board {
  cursor: pointer;
  width: 53%;
  height: 300px;
  background-color: #0073ff5e;
  position: absolute;
  top: 15%;
  left: 5%;
  font-family: Titillium Web;
  animation: fadeIn 0.3s ease-in-out;
  transition: padding 0.3s ease-in-out;
  border-radius: 10px;
  text-align: start;
}

.my-team-board:hover {
  background-color: #0073ff;
}
.my-team-board-hero {
  position: absolute;
  width: 420px;
  top: 0%;
  right: 0;
}

.my-team-board-head {
  padding: 40px;
  font-family: Tourney;
  font-size: 5rem;
}

.club-news-card {
  cursor: pointer;
  width: 35%;
  height: 90px;
  background-color: #0073ff5e;
  position: absolute;
  top: 38%;
  right: 5%;
  font-family: "Titillium Web", sans-serif;
  animation: fadeIn 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out;
  border-radius: 10px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.club-news-card:hover {
  background-color: #0073ff;
}

.marquee-container {
  display: flex;
  animation: marquee-animation 20s linear infinite; 
}

@keyframes marquee-animation {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.club-news-cards-row {
  cursor: pointer;
  width: 90%;
  height: 48%;
  background-color: #0073ff5e;
  position: absolute;
  top: 50%;
  left: 5%;
  font-family: "Titillium Web", sans-serif;
  animation: fadeIn 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out;
  border-radius: 10px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.club-news-cards-row:hover {
  background-color: #0073ff;
}

.card-main {
  width: 20%;
  height: 90%;
  background-color: #ffff;
  position: absolute;
  top: 5%;
  left: 2%;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  float: left;
}

.card-main-2 {
  width: 20%;
  height: 90%;
  background-color: #ffff;
  position: absolute;
  top: 5%;
  left: 25%;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  float: left;
}

.card-main-3 {
  width: 20%;
  height: 90%;
  background-color: #ffff;
  position: absolute;
  top: 5%;
  left: 49%;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  float: left;
}

.card-main-4 {
  width: 20%;
  height: 90%;
  background-color: #ffff;
  position: absolute;
  top: 5%;
  left: 75%;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  float: left;
}

.card-thumbnail {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}

.card-content {
  color: black;
}

.card-content .card-title {
  color: black;
  font-weight: 900;
}
.card-title:hover {
  color: #ffc107;
  font-weight: 900;
}

.card-content .card-description {
  color: #8a8a8a;
}

.card-content .card-read-more {
  color: #000000;
  transition: opacity 0.5s;
}

.card-content .card-read-more:hover {
  text-decoration: underline;
}

.fullscreen-div {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #ffc10763;
  color: white;
  justify-content: center;
  align-items: center;
  text-align: center;
  animation: fadeIn 0.3s ease-in-out;
  overflow-x: hidden;
}

.show-fullscreen {
  display: flex;
}

.club-history-title:hover{
  color: #ffc107;
}

:root {
  --color: rgba(122, 122, 124, 0.918);
}

body {
  background-color: #212121;
}

.container_mouse {
  text-align: center;
  position: absolute;
  bottom: 5%;
  left: 40%;
  color: rgba(122, 122, 124, 0.918);
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 2rem;
  cursor: pointer;

}

.container_mouse .mouse-btn {
  margin: 10px auto;
  width: 40px;
  height: 80px;
  border: 4px solid rgba(122, 122, 124, 0.537);
  border-radius: 30px;
  display: flex;
}

.container_mouse .mouse-btn .mouse-scroll {
  display: block;
  width: 20px;
  height: 20px;
  background: linear-gradient(170deg, rgba(122, 122, 124, 0.539), rgb(123, 124, 124));
  border-radius: 50%;
  margin: auto;
  animation: scrolling 1s linear infinite;
}


@keyframes scrolling {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(20px);
  }
}

/* Mobile styles (up to 767px) */
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }

  body {
    font-size: 18px;
  }
  .team-name {
    cursor: pointer;
    width: 89%;
    height: 100px;
    padding: 20px;
    background-color: #0073ff5e;
    position: absolute;
    top: 2%;
    left: 5%;
    font-family: Titillium Web;
    animation: fadeIn 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out;
    border-radius: 10px;
  }

  .team-name:hover {
    background-color: #0073ff;
  }

  .menu-nav-links {
    margin-right: 1rem;
    font-size: 0.7rem;
  }

  .team-score-board {
    cursor: pointer;
    width: 90%;
    height: 310px;
    background-color: #0073ff5e;
    position: absolute;
    top: 20%;
    left: 5%;
    font-family: Titillium Web;
    border-radius: 10px;
    animation: fadeIn 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out;
  }

  .team-score-board:hover {
    background-color: #0073ff;
  }
  .team-score-board-header {
    width: 100%;
    height: 30px;
    
    border-radius: 10px 10px 0 0;
  }

  .my-team-board {
    cursor: pointer;
    width: 90%;
    height: 310px;
    background-color: #0073ff5e;
    position: absolute;
    top: 65%;
    left: 5%;
    font-family: Titillium Web;
    animation: fadeIn 0.3s ease-in-out;
    transition: padding 0.3s ease-in-out;
    border-radius: 10px;
    text-align: end;
  }

  .my-team-board:hover {
    background-color: #0073ff;
  }
  .my-team-board-hero {
    position: absolute;
    width: 370px;
    top: 15%;
    right: 0;
  }
  .club-news-card {
    cursor: pointer;
    width: 90%;
    height: 90px;
    background-color: #0073ff5e;
    position: absolute;
    top: 110%;
    right: 5%;
    font-family: "Titillium Web", sans-serif;
    animation: fadeIn 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out;
    border-radius: 10px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
 
  .club-news-cards-row {
    cursor: pointer;
    width: 90%;
    height: 55%;
    background-color: #0073ff5e;
    position: absolute;
    top: 125%;
    left: 5%;
    font-family: "Titillium Web", sans-serif;
    animation: fadeIn 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out;
    border-radius: 10px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .card-main {
    width: 45%;
    height: 90%;
    background-color: #ffff;
    position: absolute;
    top: 5%;
    left: 2%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    float: left;
  }

  .card-main-2 {
    width: 45%;
    height: 90%;
    background-color: #ffff;
    position: absolute;
    top: 5%;
    left: 50%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    float: left;
  }

  .card-main-3 {
    width: 25%;
    height: 90%;
    background-color: #ffff;
    position: absolute;
    display: none;
    top: 5%;
    left: 69%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    float: left;
  }

  .card-main-4 {
    width: 20%;
    height: 90%;
    display: none;
    background-color: #ffff;
    position: absolute;
    top: 5%;
    left: 75%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    float: left;
  }

  .card-content .card-title {
    color: black;
    font-weight: 900;
  }
  .card-title:hover {
    color: #ffc107;
    font-weight: 900;
  }

  .card-content .card-description {
    color: #8a8a8a;
  }
  .container_mouse {
    text-align: center;
    position: absolute;
    bottom: 5%;
    left: 40%;
    color: rgba(122, 122, 124, 0.918);
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 2rem;
    cursor: pointer;
  
  }
}

/* Tablet styles (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 18px;
  }
  .team-name {
    cursor: pointer;
    width: 90%;
    height: 100px;
    padding: 20px;
    background-color: #0073ff5e;
    position: absolute;
    top: 2%;
    left: 5%;
    font-family: Titillium Web;
    animation: fadeIn 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out;
    border-radius: 10px;
  }

  .team-name:hover {
    background-color: #0073ff;
  }

  .team-score-board {
    cursor: pointer;
    width: 35%;
    height: 310px;
    background-color: #0073ff5e;
    position: absolute;
    top: 15%;
    left: 5%;
    font-family: Titillium Web;
    animation: fadeIn 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out;
    border-radius: 10px;
  }

  .team-score-board:hover {
    background-color: #0073ff;
  }

  .my-team-board {
    cursor: pointer;
    width: 53%;
    height: 310px;
    background-color: #0073ff5e;
    position: absolute;
    top: 15%;
    left: 42%;
    font-family: Titillium Web;
    animation: fadeIn 0.3s ease-in-out;
    transition: padding 0.3s ease-in-out;
    border-radius: 10px;
    text-align: end;
  }

  .my-team-board:hover {
    background-color: #0073ff;
  }
  .my-team-board-hero {
    position: absolute;
    width: 370px;
    top: 15%;
    right: 0;
  }

  .club-news-card {
    cursor: pointer;
    width: 90%;
    height: 90px;
    background-color: #0073ff5e;
    position: absolute;
    top: 53%;
    right: 5%;
    font-family: "Titillium Web", sans-serif;
    animation: fadeIn 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out;
    border-radius: 10px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .club-news-cards-row {
    cursor: pointer;
    width: 90%;
    height: 50%;
    background-color: #0073ff5e;
    position: absolute;
    top: 65%;
    left: 5%;
    font-family: "Titillium Web", sans-serif;
    animation: fadeIn 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out;
    border-radius: 10px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .card-main {
    width: 25%;
    height: 90%;
    background-color: #ffff;
    position: absolute;
    top: 5%;
    left: 9%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    float: left;
  }

  .card-main-2 {
    width: 25%;
    height: 90%;
    background-color: #ffff;
    position: absolute;
    top: 5%;
    left: 39%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    float: left;
  }

  .card-main-3 {
    width: 25%;
    height: 90%;
    background-color: #ffff;
    position: absolute;
    top: 5%;
    left: 69%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    float: left;
  }

  .card-main-4 {
    width: 20%;
    height: 90%;
    display: none;
    background-color: #ffff;
    position: absolute;
    top: 5%;
    left: 75%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    float: left;
  }
  .container_mouse {
    text-align: center;
    position: absolute;
    bottom: 5%;
    left: 40%;
    color: rgba(122, 122, 124, 0.918);
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 2rem;
    cursor: pointer;
  
  }
}
