* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

h2 {
  font-size: 6.2rem;
  color: #0c75a5;
  margin: 0;
  padding: 0;
}

h3 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 600;
  line-height: 40px;
}

p {
  font-size: 1.2rem;
  font-weight: 300;
}

h4 {
  font-size: 1.8rem;
  font-weight: 600;
}

.side-padding {
  padding-left: 5%;
  padding-right: 5%;
}

/*Navigation*/
header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 1000;
  background-color: #262626;
  padding-inline: 10px;
}

.logo {
  font-size: 1.8rem;
  display: none;
}

.nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3em;
  width: 100%;
  height: 100%;
  list-style: none;
}

ul li a {
  text-decoration: none;
  color: white;
  font-size: 1rem;
}

ul li a:hover {
  color: #03d5ed;
  transition: color 0.3s ease-in-out;
  transform: translateY(-2px);
}

.mobile-nav {
  position: fixed;
  background: linear-gradient(#122d70 0%, #05c8e2 100%);
  width: 100%;
  height: 100vh;
  z-index: 9999;
  justify-content: center;
  display: none;
}

.mobile-nav ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  gap: 2em;
}

.mobile-nav ul li {
  list-style: none;
  text-align: center;
}

.mobile-nav ul li a {
  font-size: 1.8rem;
}

.menu {
  position: relative;
}

.close {
  position: absolute;
  right: 50px;
  top: 50px;
  cursor: pointer;
}

.open {
  cursor: pointer;
  display: none;
}

/***************************************
Hero
**********************************************/

.home {
  position: relative;
  height: 100vh;
  width: 100%;
  background-color: #262626;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 100px;
}

.path1 {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.path2 {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.hero-image {
  position: absolute;
  max-height: 540px;
  width: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -100px;
}

.subtitle-content {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 10;
}

h1 {
  font-size: 8.4rem;
  line-height: 120px;
  color: #ffffff;
  font-weight: black;
}

.title p {
  font-size: 2.8rem;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
}

.description-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.description-container p {
  font-size: 1.2rem;
  font-weight: 300;
  color: #ffffff;
}

.learn-more {
  padding: 12px 24px;
  font-size: 1.2rem;
  color: #ffffff;
  background: linear-gradient(-70deg, #03d5ed 50%, #122d70 50%);
  border: none;
  margin-top: 1em;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.learn-more:hover {
  background: linear-gradient(-70deg, #122d70 80%, #122d70 20%);
}

/******************************
About US
******************************/

.about {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about h2 {
  margin-bottom: 20px;
  margin-top: 30px;
}

.about-section {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.about-img {
  max-width: 400px;
  height: auto;
}

.about-img img {
  width: 100%;
  height: auto;
}

.about-content {
  max-width: 700px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
}

.fla img {
  max-width: 150px;
  height: auto;
}

.socials {
  width: 165px;
  height: 36px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.socials img {
  width: 30px;
  height: auto;
  cursor: pointer;
}

.updates {
  max-width: 1920px;
  width: 100%;
  height: 775px;
  background-color: #f1f1f1;
}

.updates-container {
  max-width: 1487px;
  width: 100%;
  height: 328px;
  margin: 49px auto 193px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.update-box {
  width: 429px;
  height: 328px;
  overflow: hidden;
}

/*******************************
Services
**********************************/
.services {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3em;
}

.services-header {
  position: relative;
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(#122d70 0%, #05c8e2 100%);
}

.services-header h2 {
  color: white;
}

.services-description {
  text-align: center;
}

.services-img {
  position: absolute;
  margin: auto;
  right: 346px;
}

.path3 {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.services-content {
  margin-bottom: 5em;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.column {
  max-width: 350px;
  width: 100%;
}

.column-2 {
  max-width: 350px;
  width: 100%;
  margin-top: 50px;
}

.column-4 {
  max-width: 350px;
  width: 100%;
  background-color: #f3f3f3;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.box {
  width: 350px;
  height: 300px;
  background-color: #122d70;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  text-align: center;
  gap: 1em;
}

.box-img {
  width: 100%;
  max-width: 350px;
  max-height: 350px;
}

.box h5, h5 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #ffffff;
}

.box p {
  font-size: 1.2rem;
  font-weight: 300;
  color: #ffffff;
  margin: 0;
}

.column-4 h5 {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #000;
  margin: 0;
  padding: 10px;
}

.column-4 p {
  font-size: 1.2rem;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  color: #000;
  margin: 0;
  padding: 20px;
}

/********************************
Players
************************************/
.showcase-section {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  background-color: #113d7c;
  height: 100vh;
  padding-bottom: 2em;
}

.carousel-container {
  position: relative;
  overflow: hidden;
  padding: 1em 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.carousel-viewport {
  width: 100%;
  max-width: 1400px;
  overflow: hidden;
  position: relative;
}

.carousel-track {
  display: flex;
  gap: 2rem;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  align-items: center;
  width: fit-content;
}

.player-card {
  position: relative;
  flex-shrink: 0;
  width: 280px;
  height: 400px;
  background: #0c75a5;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: relative;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: scale(0.8);
  opacity: 0.6;
  cursor: pointer;
}

.player-card.center {
  transform: scale(1);
  opacity: 1;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.player-image {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: linear-gradient(45deg, #f0f0f0, #e0e0e0);
}

.player-info {
  position: absolute;
  top: 95px;
  right: 15px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 8px 12px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 0.9rem;
}

.player-details {
  position: absolute;
  bottom: 0;
  padding: 1rem;
  width: 100%;
  height: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
  margin: 0 auto;
  background-color: #113d7c;
}

.player-card.center .player-details {
  opacity: 1;
  transform: translateY(0);
}

.player-name {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1rem;
  text-align: center;
}

.view-more-btn {
  background: linear-gradient(135deg, #1e3c72, #2a5298);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.view-more-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(30, 60, 114, 0.4);
}

.carousel-nav {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.nav-btn {
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid white;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.nav-btn:hover {
  background: white;
  color: #1e3c72;
  transform: scale(1.1);
}

/********************************************************************/

.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 3em;
}

.contact-container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-around;
}

.location-container {
  height: auto;
  display: flex;
  flex-direction: column;
}

.contact-form {
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.contact-form p {
  margin-bottom: 20px;
}

.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

.contact-form input {
  padding: 12px 8px;
  width: 100%;
  font-size: 1.2rem;
  border-radius: 15px;
  border: 1px solid #8f8f8f;
}

.contact-form textarea {
  height: 200px;
  padding: 12px 8px;
  width: 100%;
  border-radius: 15px;
  resize: none;
  border: 1px solid #8f8f8f;
}

.send {
  border-radius: 15px;
  padding: 12px 8px;
  background-color: #113d7c;
  color: white;
  border: none;
  font-size: 1.2rem;
}

input::placeholder,
textarea::placeholder {
  color: #aaa; /* Makes the placeholder text italic */
  font-size: 1rem; /* Adjusts the font size */
}

/***********************
Live Updates Section
***********************/

.facebook-updates {
  max-width: 1920px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: fit-content;
  padding-top: 2em;
  padding-bottom: 2em;
}

.fb-page {
  margin: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.carousel .post-card {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin: 0 10px;
}

.post-card img {
  max-width: 100%;
  border-radius: 10px;
}

.post-card .meta {
  font-size: 1.4rem;
  color: #666;
}

.post-card .caption {
  font-size: 14px;
  margin-top: 10px;
}

/*Assets*/
.badge-container {
  position: relative;
  width: 200px;
  height: 200px;
}

.badge-circle {
  max-width: 100px;
  width: 100%;
  height: 100px;
  background-image: url(Assets/fifa_logo.png);
  background-size: cover;
  background-position: center center;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.text-ring {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  animation: rotateText 10s linear infinite;
  z-index: 2;
}

.text-ring span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: 0 0;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: sans-serif;
  color: rgb(255, 255, 255);
}

@keyframes rotateText {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/************************Animations***************************/
/* Animation base class */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}

/* When in view */
.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-left {
  transform: translateX(-30px);
}

.fade-right {
  transform: translateX(30px);
}

.fade-up {
  transform: translateY(30px);
}

/*************************************
Mobile Responsiveness
*************************************************/

@media (max-width: 960px) {
  .player-info {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 6px 10px;
    font-size: 0.8rem;
    border-radius: 15px;
  }

  .player-card {
    width: 250px;
    height: 350px;
  }

  .player-name {
    font-size: 1.2rem;
  }

  .view-more-btn {
    padding: 8px 16px;
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .player-info {
    top: 8px;
    right: 8px;
    padding: 4px 8px;
    font-size: 0.7rem;
    border-radius: 12px;
  }

  .player-card {
    width: 220px;
    height: 320px;
  }

  .player-name {
    font-size: 1.1rem;
  }

  .view-more-btn {
    padding: 6px 12px;
    font-size: 0.8rem;
  }

  .about-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .about-content {
    margin-top: 20px;
  }

  h2 {
    text-align: center;
  }

  .about-content p {
    padding-inline: 10px;
  }

  .socials {
    margin-top: 10px;
  }

  .services-content {
    flex-direction: column;
    align-items: center;
  }

  .contact-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .contact-form {
    margin-top: 50px;
    text-align: center;
  }

  .column {
    margin-top: 50px;
  }

  .column-4 {
    margin-top: 50px;
  }

  .box {
    margin: auto;
  }
}

@media (max-width: 768px) {
  .hero-image {
    max-height: 650px;
  }

  .open,
  .logo {
    display: block;
  }

  .nav ul {
    justify-content: space-between;
    padding-left: 5%;
    padding-right: 5%;
  }

  .about-section {
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .socials {
    display: flex;
    justify-content: space-around;
    width: 100%;
  }

  .services {
    text-align: center;
  }

  .tab-off {
    display: none;
  }

  .player-card {
    width: 280px;
    height: 400px;
  }

  .carousel-track {
    gap: 1rem;
  }

  .player-details {
    padding: 1rem;
  }

  .player-name {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }

  .nav-btn {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .hero-image {
    max-height: 480px;
  }

  .player-card {
    width: 180px;
    height: 280px;
  }

  h1 {
    font-size: 5.4rem;
    line-height: 100px;
  }

  h2 {
    font-size: 3.2rem;
    text-align: center;
  }

  .section-title {
    font-size: 3.2rem;
  }

  .carousel-track {
    gap: 0.5rem;
  }

  .player-name {
    font-size: 1.1rem;
  }

  .view-more-btn {
    padding: 8px 16px;
    font-size: 0.9rem;
  }

  .badge-container {
    position: relative;
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 360px) {
  .learn-more {
    padding: 8px 14px;
    font-size: 1.2rem;
    color: #ffffff;
    background: linear-gradient(-70deg, #03d5ed 50%, #122d70 50%);
    border: none;
    margin-top: 1em;
  }

  .about-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .facebook-updates {
    max-width: 1200px;
    margin: auto;
    height: 800px;
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
