@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Boldonse&family=Imbue:opsz,wght@10..100,100..900&family=Inder&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Special+Gothic+Expanded+One&display=swap');


:root {
  --blue: #27e8b7;
  --darkblue: #088767;
  --yellow: #FFFA65;
  --yellow2: #CCFF56;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;


}

/* Start https://www.cursors-4u.com */
* {
  cursor: url(https://cur.cursors-4u.net/sports/spo-1/spo17.ani), url(https://cur.cursors-4u.net/sports/spo-1/spo17.png), auto !important;
}

/* End https://www.cursors-4u.com */

html,
body {
  height: 100%;
  width: 100%;
}


body {
  overflow-x: hidden;
}


main {
  width: 100%;
  height: 100%;
}

.page1 {
  font-family: 'oswald';
  position: relative;
  width: 100%;
  height: 70vh;
  background-image: url(../assets/images/dynamic\ background.png);
  color: white;
}

.page1content {
  font-size: 4vw;
  transform: translate(-50%);
  position: absolute;
  top: 40%;
  left: 50%;
}


.nav {
  font-family: 'Barlow';
  background: rgba(0, 0, 0, 0.289);
  padding: 0 10px;
  height: 80px;
  border-bottom: 1px solid white;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: white;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-third {
  margin-right: 10px;
}

.nav ul li {
  list-style-type: none;
}

.menu {
  display: none;
}

.nav ul {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  color: white;
}

ul li a {
  color: white;
  text-decoration: none;
  position: relative;
  padding: 4px;
  transition: all 0.2s ease;
}

.nav-third ul li a:hover {
  color: black;
  background-color: var(--yellow2);
}

.nav-third ul li a:hover::after {
  width: 100%;
}

.nav-third ul li a::after {
  /* z-index: -1; */
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0%;
  height: 2px;
  background-color: var(--blue);
}


.nav-second img {
  width: 150px;
  position: relative;
  bottom: -40px;
  transform: translateX(-50%);
}

.page2 {
  position: relative;
  height: 100%;
  background: #f5f5f5;
}

.page2 .footballimage img {
  position: absolute;
  z-index: 5;
  top: -4vw;
  width: 100%;
}

.pagebg {
  position: relative;
  display: inline-block;
  z-index: 9;
}

.pagebg #bgImgpg2 {
  display: block;
  object-fit: cover;
  width: 100vw;
  height: 100%;
  z-index: 9;
}

.page2Content {
  backdrop-filter: blur(5px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: rgba(255, 255, 255, 0.841);
  z-index: 9;
}

.about-football-club {
  font-family: 'oswald';
  margin: 2vw;
  margin-top: 10vw;
  margin-bottom: 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.af-second {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.af-first img {
  width: 46vw;
}

.af-first {
  width: 50%;
}

.af-second .row1 {
  display: flex;
  align-items: center;
  gap: 5px;
}

.af-second .row2 {
  margin-left: 20px;
  font-size: 25px;
}

.af-second .row2 h2 {
  padding: 0;
  margin: 0;
  line-height: 40px;
  margin-bottom: 10px;
}

.af-second .row2 span {
  color: var(--darkblue);
  text-decoration: underline wavy;
  -webkit-text-decoration-line: wavy;
  -webkit-text-decoration-style: wavy;
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: rgb(248, 194, 93);




}

.af-second .row3 {
  width: 85%;
  margin-bottom: 20px;
  font-size: 19px;
}

.af-second .row4 a {
  transition: all 0.2s ease;
  margin-top: 20px;
  text-decoration: none;
  color: black;
  border: 1px solid black;
  padding: 8px 14px;
  font-weight: 1000;
}


.af-second .row4 a:hover {
  background-color: var(--yellow2);
  color: black;
  box-shadow: 4px 5px black;
}



.explore-tournaments {
  display: inline-flex;
  align-items: center;
  justify-self: space-between;
  margin-left: 5vw;
}

.explore-tournaments .et-second img {
  width: 40vw;
}

.et-second {
  width: 50%;
  height: 100%;
  padding-left: 5%;
}

.et-first {
  width: 60%;

}

.et-first .row1 {
  margin-bottom: 10px;
  font-family: 'oswald';
  font-size: 25px;
}

.et-first .row1 span {
  color: var(--darkblue)
}

.et-first .row2 p {
  font-family: 'poppins';
  margin-bottom: 20px;
}

.et-first .row3 a {
  font-weight: 600;
  font-size: 18px;
  font-family: 'oswald';
  text-decoration: none;
  color: black;
  padding: 8px 20px;
  border: 1px solid black;
  transition: all 0.2s ease;
}

.et-first .row3 a:hover {

  background-color: var(--yellow2);
  box-shadow: 4px 4px black;
}

/* page 3 ? */

.page3zuzu {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  padding: 4vw;
}

.page3content {
  font-family: 'oswald';
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.p3first {
  width: 50%;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  gap: 2px;
}

.page4zuzu p {
  padding-bottom: 20vw;
}

.p3first p:nth-child(1) {
  font-weight: 600;
}

.p3second {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.p3first h2 {
  color: maroon;
}

/* page 4  */
.page4zuzu {
  width: 100%;
  height: 100%;
  padding: 4vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4vw;
  padding: 0px 20%;
  font-family: 'poppins';
  margin-bottom: 50vh;
}

.page4zuzu .title h1 {
  /* line-height: 140px; */
  color: rgb(234, 35, 35);
  font-size: 5vw;
  padding: 0 14px;
}

.p3second img {
  width: 45vw;
}

.page4zuzu p {
  margin-top: 0.4vw;
  font-size: 19px;
}

.text span {
  display: inline-block;
  /* Important for GSAP */
  opacity: 0;
  /* Start hidden */
  transform: translateY(30px);
  /* Start below */
}



@media (max-width: 765px) {
  .page5 {
    margin-top: 32vh !important;
  }


  .page3zuzu {
    border-top: 1px solid black;
    margin-top: 150px;
    padding-left: 20px;
  }



  .page4zuzu {
    margin-bottom: 20vh;
    margin-top: 100vh;
    padding: 14px;
  }

  .page4zuzu .title h1 {
    font-size: 17vw;
    line-height: 60px;
    padding: 4px;
  }

  .page4zuzu p {
    font-size: 14px;
  }

  .page4zuzu .title {
    padding: 14px;
    margin-bottom: 700px;
  }
}

.page5 {
  margin-top: 10vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8vw;
}

.register-wrapper {
  /* border: 1px solid red; */
  margin-top: 10vh;
  width: 100%;
  height: 300px;
  background: url(../assets/images/dynamic\ background.png);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background-position: center;
  background-size: cover;
}

.register-wrapper .first img {
  width: 50vw;
  transform: translateX(-32px) translateY(20px);
}

.register-wrapper .first {
  width: 60%;
}

.register-wrapper .second {
  width: 40%;
}

.register-wrapper .row1 h1 {
  color: white;
  font-family: 'oswald';
  font-size: 3vw;
  line-height: 52px;
  text-shadow: 2px 1px 14px black;
}

.register-wrapper .row2 form input {
  width: 90%;
  height: 50px;
  outline: none;
  border: none;
  padding: 25px;
  background: transparent;
  border: 2px soild white;
  color: white;
  font-family: 'barlow';
  font-size: 1.2vw;
}

.register-wrapper .row2 form input::placeholder {
  font-family: 'oswald';
  color: grey;
  font-size: 1.2vw;
}

.register-wrapper .row2 form {
  margin-top: 25px;
  position: relative;
  /* background-color: red; */
}


.register-wrapper .row2 button {
  position: absolute;
  right: 3.2vw;
  margin: 5px;
  height: 60%;
  font-family: 'oswald';
  font-size: 1.3vw;
  background-color: var(--yellow2);
  border: 1px solid white;
  width: 30%;
}

/* footer  */

footer {
  color: white;
  font-family: "Barlow";
  background: url(../assets/images/footer.png);
  background-size: cover;
  background-position: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

footer .row1 {
  margin: 2vw 7vw;
  display: flex;
  /* align-items: center; */
  justify-content: space-between;

  gap: 10px;
}

.v-row2 .social-icons {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.v-row2 .social-icons a {
  color: white;
  font-size: 20px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.v-row2 .social-icons a:hover {
  color: var(--yellow);
}


.v-row1 img {
  width: 40vh;
}

.v-row3 .quick-links {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.v-row3 .quick-links ul {
  display: flex;
  gap: 10px;
  flex-direction: column;
  font-size: 20px;
  list-style-type: none;
}

.v-row .quick-links ul li a {
  transition: all 0.2s ease;
}

.v-row3 .quick-links ul li a:hover {
  color: var(--yellow);
}

footer .row2 {
  font-family: 'barlow';
  border-top: 2px solid white;
  width: 100%;
  backdrop-filter: blur(20px);
  background-color: rgba(32, 32, 32, 0.38);
  text-align: center;
  padding: 14px;
  font-size: 12px;
}

footer .row2 a {
  text-decoration: none;
  color: var(--blue);
}

footer .v-row4 .contact-wrapper {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  flex-direction: column;
}

footer .v-row4 .contact-wrapper ul {
  display: flex;
  gap: 10px;
  flex-direction: column;
  font-size: 20px;
  list-style-type: none;
}