@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%);
}





/* footer */

.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;
}

.gallery {
  padding: 2%;
  /* background-color: red; */
}

.gallery-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.gallery-image-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease;
}

.gallery-image-box {
  transition: all 0.2s ease;
  overflow: hidden;
  width: 40vw;
  height: 30vw;
  border: 2px solid grey;
}

.gallery-image-box:hover img {
  scale: 1.1;
}

.titles-wrapper {
  text-align: 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;
}