@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 {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}




main {
  width: 100%;
  height: 100%;
}

.page1 {
  width: 100%;
  height: 100vh;
  /* full screen */
  position: relative;
  overflow: hidden;
}

.video-here {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.66);
  z-index: 2;
}

.bgVideo video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* cover the whole section */
  z-index: 1;
}


.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%);
}


.content {
  margin-top: 20px;
  /* background-color: red; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 40px;
  text-align: center;
  z-index: 2;
}



/* page 1 content  */


.msg {
  display: flex;
  align-items: center;
  justify-content: center;
}

.h-line {
  width: 50px;
  height: 2px;
  background-color: grey;
}

.msg {
  font-family: 'oswald'
}

.msg h2 {
  font-size: 1.8vw;
  padding: 0 6px;
}

.title h1 {
  font-family: 'oswald';
  font-size: 5vw;
}

.title h1::before {
  content: "PLAYMAKER FOOTBALL ACADEMY";
  position: absolute;
  color: black;
  top: 35px;
  left: 2px;
  -webkit-text-stroke: 1px var(--blue);
  z-index: -1;
}

.description {
  font-family: 'poppins';
  font-size: 1.1vw;
}

.button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-wrapper a {
  font-family: 'poppins';
  font-size: 1.3vw;
  text-decoration: none;
  color: white;
  padding: 8px;
  border: 1px solid white;
  transition: all 0.2s ease;
}

#contactUs {
  background-color: var(--yellow);
  color: black;
}

#contactUs:hover {
  background-color: transparent;
  color: white;
}

#getStarted:hover {
  background-color: var(--blue);
  color: black;
}

/* page 2  */


.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: 100%;
  height: 100%;
  z-index: 9;
}

.page2Content {
  backdrop-filter: blur(5px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  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  */

.page3 {
  margin: 5vw;
  margin-top: 450px;
  height: 100%;
  /* background: red; */
}

.our-gallery {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.titles-wrapper h1 {
  font-family: 'poppins';
}

.effect-line-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.effect-line {
  width: 120px;
  height: 4px;
  border-radius: 10px;
  background: linear-gradient(to right, #78FFAC, #C5FF68, #C5FF68);
  margin-bottom: 20px;
}

.our-gallery .photos-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  /* Gap between the top and bottom rows */
}

#showMoreButtonGallery {
  background: linear-gradient(to right, var(--yellow), var(--yellow2));
  padding-left: 50%;

  text-decoration: none;
  color: black;
  font-size: 22px;
  cursor: pointer;
  transition: all 1s ease;
}

#showMoreButtonGallery:hover {
  padding-left: 86%;
  padding-right: 0%;
  color: red;
}



#showMoreButtonGallery::before {
  font-family: 'oswald';
  content: "Show More.";
  width: 0%;
  height: 100%;
  /* display: none; */
}


.our-gallery .photos-wrapper .top-row .bottom-row {
  display: flex;
  gap: 16px;
  /* Gap between items within a row */
}

.our-gallery .photos-wrapper img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.photos-wrapper .top-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.photos-wrapper .bottom-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.photos-wrapper .flex-item {
  flex: 1;
}

.photos-wrapper .large-left {
  width: 40%;
}

.photos-wrapper .large-left img {
  height: 320px;
}

.photos-wrapper .large-right img {
  height: 320px;
}

.photos-wrapper .large-right {
  width: 40%;
}

.photos-wrapper .flex-item {
  overflow: hidden;
  width: 100%;
  transition: all 0.2s ease-in;
}

.photos-wrapper .flex-item:hover img {
  scale: 1.5;
}

.photos-wrapper .flex-item img {
  transition: all 0.5s ease;
  cursor: pointer;
}

.our-coaches {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* coaches box  */
.coaches-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.coaches-box {

  background-position: center !important;
  background-size: cover !important;
  cursor: pointer;
  color: white;
  /* border: 1px solid black; */
  width: 25vw;
  height: 70vh;
  position: relative;
  border-radius: 5px;
  z-index: 1;
  font-family: 'oswald';
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;

}

/* coaches image */



.coaches-box:hover .coaches-cover {
  opacity: 0.4;
}

.coaches-box:hover .description {
  text-decoration: underline;
  text-decoration-color: var(--yellow2);
}

.coaches-cover {
  transition: all 1s ease;
  position: absolute;
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(0, 0, 0));
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.coaches-title {
  text-transform: uppercase;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(127, 255, 137, 0.436) 0px 3px 7px -3px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 100px;
  width: 100%;
  height: 50px;
  font-size: 1.5vw;
  background: linear-gradient(to right, #b2d551, #55ed8f);
}

.coaches-box .description {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 1vw;
}


.coaches-batch {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  position: absolute;
  right: 10px;
  color: black;
  top: 10px;
  background-color: #D4F076;
  padding: 10px 14px;
  border-radius: 10px;
}

/* page 4  */

.page4 {
  margin-top: 1200px;
  background-color: red;
  width: 100%;
  height: 100%;
}

.archievement-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.archievement-container video {
  position: absolute;
  width: 100%;
  object-fit: cover;
  height: 110vh;
}

.archievement-container .archievement-content {
  position: absolute;
  z-index: 11;
}

.video-container {
  position: absolute;
  width: 100%;
  height: 110vh;
  background: linear-gradient(transparent, rgba(74, 251, 74, 0.631), rgb(67, 248, 67));
  z-index: 10;
}

.arch-title {
  position: absolute;
  color: black;
  top: 40vh;
  text-align: center;
  width: 98.8vw;
}

.arch-title p {
  padding: 8px 14px;
  background: linear-gradient(to left, rgba(246, 255, 0, 0.583), rgba(255, 0, 0, 0.67));
  font-family: 'Barlow';
  font-weight: 800;
  color: white;
}

.toffie-wrapper {
  /* background-color: orange; */
  width: 98.5vw;
  height: 400px;
  position: absolute;
  top: 22vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tw-box {
  text-align: center;
}

.toffie-wrapper img {
  width: 50vw;
}

.tw-box p {
  font-family: 'Barlow';
  color: white;
  font-weight: 800;
  font-size: 3vw;
  text-shadow: 4px 4px #088767;
}


/* page 4  */

.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: 80%;
  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;
}


/* smooth scroll  */
/* === Preloader === */
#preloader {
  font-family: 'oswald';
  display: flex;
  color: white;
  justify-content: center;
  align-items: center;
}

#preloader {
  position: fixed;
  top: 0%;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

#preloader.hidden {
  opacity: 0;
  visibility: hidden;
}

.loader-container {
  text-align: center;
}

.loader-title {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 5px;
  color: #fff;
  text-transform: uppercase;
  animation: pulse 1.5s ease-in-out infinite alternate;
}

.loader-tagline {
  font-size: 14px;
  color: #ccc;
}

.football-loader {
  margin: 30px auto;
  position: relative;
  width: 80px;
  height: 80px;
}

.outer-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.1);
  position: absolute;
}

.inner-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  animation: spin 1s linear infinite;
}

.ball-pattern {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 25px;
  left: 25px;
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.3),
    inset 5px -5px 0 2px rgba(255, 255, 255, 0.2),
    inset -5px -5px 0 2px rgba(255, 255, 255, 0.2);
}

.loading-text {
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 3px;
}

.progress-container {
  width: 200px;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
  margin: 14px auto 0;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  width: 0%;
  background: #fff;
  animation: progress 2s ease-in-out infinite;
}

/* Animations */
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes progress {
  0% {
    width: 0%
  }

  50% {
    width: 70%
  }

  100% {
    width: 100%
  }
}

@keyframes pulse {
  0% {
    opacity: 0.7
  }

  100% {
    opacity: 1
  }
}

/* popup */

.hidden {
  opacity: 0;
  scale: 0;
}

.register-wrapper .row2 button {
  height: 60%;
}