/* Reset default margin/padding */
*{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth; 
}

body {
  font-family: 'Arial', sans-serif;
  background-color: #f0f0f0;
width: 100;

}


.site-header {
  background-color: #0d47a1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  color: white;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5); /* ده الظل */
}


.logo-container {
  display: flex;
  align-items: center;
  border-radius: 30px;
}

.logo {
  height: 60px;
  margin-right: 10px;
}


.navbar ul {
  list-style: none;
  display: flex;
  gap: 20px;
  align-items: center;
}

.navbar ul li a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  transition: color 0.3s;
}

.navbar ul li a:hover {
  color: #FFD700;
}
.img-site{
  width: 100%;
  height: 100%;
  justify-content: center;
  
}
.booked {
  background-color: #ffb3b3;
  color: #a00;
  font-weight: bold;
}

section{
  padding: 2rem 7%;
}
.Home .contents{
  max-width: 60rem;

}
.Home .contents h3{
  font-size: 6rem;
  text-transform: uppercase;
  color: #fff;
}
.btn {
   background:#ffcc00;
   color:#0d47a1;
   padding: 12px 30px;
   border: none;
   font-size: 40px;
   cursor: pointer;
   border-radius:5px;
   text-decoration: none;}


.btn :hover{
   transform: scale(1.1);
}

.Contact-h1{
  color: #0d47a1;
  justify-content: center;
  display: flex;
  font-weight: bold;
  letter-spacing: 1px; 
}
 .container {
      max-width: 500px;
      margin: 50px auto;
      padding: 30px;
      background: #ffffff;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
      border-radius: 8px;
    }

    h2 {
      text-align: center;
      color: #0d47a1;
      margin-bottom: 25px;
    }

    label {
      display: block;
      margin-bottom: 8px;
      font-weight: 600;
      color: #0d47a1;
    }

    input, textarea {
      width: 100%;
      padding: 12px 15px;
      margin-bottom: 20px;
      border: 1px solid #ccc;
      border-radius: 5px;
      transition: 0.3s;
      font-size: 16px;
    }

    input:focus, textarea:focus {
      border-color: #0d47a1;
      outline: none;
    }

    textarea {
      resize: vertical;
      min-height: 100px;
    }

    button {
      width: 100%;
      padding: 12px;
      background-color: #0d47a1;
      color: white;
      border: none;
      border-radius: 5px;
      font-size: 16px;
      cursor: pointer;
      transition: 0.3s;
    }

    button:hover {
      background-color: #0d47a1;
    }

    @media (max-width: 600px) {
      .container {
        margin: 20px;
        padding: 20px;
      }
    }
    .content {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

   .projects {
    background-color:white;
}

.projects .content{
    margin-top: 30px;
}

.project-card {
    background-color: #0d47a1;
    border: 1px solid #0d47a1;
    min-height: 14em;
    width: 23em;
    overflow: hidden;
    border-radius: 10px;
    margin: 20px;
    transition: 0.7s ease;
    background: url();
}

.project-card:hover {
   transform: scale(1.1);
}

.project-card:hover .project-image {
    opacity: 0.9;
 }

.project-image img{
    width: 100%
}

.project-info {
    padding: 1em
}

.project-category {
    font-size: 0.8em;
    color: #0d47a1;
}

.project-title {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-weight: 1000;
    margin-top: 10px;
    
}

.more-details {
    text-decoration: none;
    color: #0d47a1;
    justify-content: center;
    margin: auto;
}

.more-details:hover {
    color: #0056b3;
}
 .announcement-bar {
      background-color: white;
      overflow: hidden;
      white-space: nowrap;
      position: relative;
      padding: 10px 0;
    }

    .announcement-content {
      display: inline-block;
      padding-left: 100%;
      animation: scroll-left 15s linear infinite;
      font-size: 16px;
      color: #0d47a1;
      font-weight: bold;
    }

    @keyframes scroll-left {
      0% {
        transform: translateX(0%);
      }
      100% {
        transform: translateX(-100%);
      }
    }
    .hidden {
      display: none;
    }
/* Tournaments Section */
.tournaments {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  padding: 40px 20px;
}

/* Tournament Card */
.tournament-card {
  background-color: white;
  border-left: 6px solid #0d47a1;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.tournament-card h2 {
  color: #0d47a1;
  margin-bottom: 10px;
}

.tournament-card a {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 15px;
  background-color: #0d47a1;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  transition: 0.7s ease;
}
.tournament-card img{
  float: right;
  width: 70px;
  border-radius: 5px;
}
.buttons-container{
  justify-content: center;
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.locked{
  pointer-events: none;
}

.card.hero{
  size: 50%;
  display:grid;grid-template-columns:1.1fr 1fr;align-items:center;
  margin: auto;
  background:var(--card);padding:48px;
  justify-content: center;
  height: 80vh;
}

.hero-text h1{
  font-size: clamp(2.4rem, 4.2vw, 4rem);
  line-height:1.05;margin:0 0 14px 0;
  letter-spacing:-.5px;
}
.hero-text p{margin:0 0 22px 0;color:var(--muted);font-size:1.05rem}
.cta{
  display:inline-block;background:var(--primary);color:#0d47a1;text-decoration:none;
  padding:14px 22px;border-radius:12px;font-weight:800;letter-spacing:.1px; 
}
.cta:hover{transform:translateY(-1px);filter:brightness(1.05)}

.hero-media{justify-self:end}
.hero-media img{
  display:block;width:min(100%,560px);height:auto;
  border-radius:18px;
  box-shadow: 0 15px 30px rgba(13,71,161,0.15);
}
.sports-list {
  margin: 10px 0 20px;
  padding-left: 20px;
  color: #333;
  font-size: 1em;
}

.sports-list li {
  margin-bottom: 5px;
}
.site-footer {
  background-color: #0d47a1;
  color: white;
  padding: 30px 20px;
  margin-top: 40px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-about {
  max-width: 300px;
}

.footer-about h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.footer-social {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
}

.footer-social a {
  display: inline-block;
  background: #0d47a1; 
  color: white;
  text-decoration: none;
  padding: 12px 20px;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 6px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.3);
  transition: 0.3s ease;
}

.footer-social a:hover {
  background: #005f8a;
  box-shadow: 0 6px 10px rgba(0,0,0,0.25);
  color: #fff;
}


.site-footer {
  background-color: #0d47a1;
  color: white;
  padding: 30px 20px;
  margin-top: 40px;
  box-shadow: 0px -4px 6px rgba(0, 0, 0, 0.3); 
}


