@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Righteous&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Righteous&family=Vast+Shadow&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Righteous&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Audiowide&family=Changa+One:ital@0;1&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Orbitron:wght@400..900&family=Righteous&family=Vast+Shadow&display=swap");
.nav-bar-header {
  display: flex;
}
.nav-bar-header .left-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #113B89;
  width: 40%;
  padding: 20px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
  position: absolute;
}
.nav-bar-header .left-nav .logo-header {
  width: 70px;
  height: 60px;
  margin-right: 20px;
}
.nav-bar-header .left-nav .h1 {
  color: #fff;
  padding: 20px;
}
.nav-bar-header .left-nav .title-name {
  font-weight: bold;
  font-size: 32px;
  text-shadow: 0 5px 5px #000;
  font-family: "Audiowide", sans-serif;
}
.nav-bar-header .right-nav {
  width: 100%;
}
.nav-bar-header .right-nav .fisrt {
  height: 20px;
  display: flex;
  justify-content: right;
  background: #00205A;
  color: white;
  padding: 20px;
}
.nav-bar-header .right-nav .fisrt .text {
  margin-right: 180px;
  font-size: 17px;
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 1rem;
  font-style: italic;
}
.nav-bar-header .right-nav .fisrt .text .fa-brands {
  font-size: 30px;
}
.nav-bar-header .right-nav .fisrt .text .fa-brands:hover {
  color: skyblue;
}
.nav-bar-header .right-nav ul {
  display: flex;
  justify-content: right;
  background: #474747;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.nav-bar-header .right-nav ul .active-link {
  background-color: #fff;
  color: darkblue;
  padding: 10px;
  text-shadow: 2px 0 3px gray;
}
.nav-bar-header .right-nav ul li {
  padding: 10px;
  list-style-type: none;
  margin-right: 50px;
}
.nav-bar-header .right-nav ul li .fa-magnifying-glass {
  background-color: rgb(49, 49, 224);
  position: absolute;
  font-size: 30px;
  margin-top: -10px;
  padding: 5px;
  margin-left: -25px;
}
.nav-bar-header .right-nav ul li {
  position: relative;
  display: inline-block;
  color: #333;
  text-decoration: none;
}
.nav-bar-header .right-nav ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: orangered;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.nav-bar-header .right-nav ul li:hover::after {
  transform: scaleX(1);
}
.nav-bar-header .right-nav ul a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size: 17px;
}

footer {
  display: flex;
}
footer .group-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 30px 50px 30px;
  background-color: rgba(26, 61, 125, 0.768627451);
  min-height: 200px;
  position: absolute;
}
footer .group-footer .foot-img img {
  width: 54%;
  margin-left: 40px;
  padding: 10px;
  padding-top: 30px;
}
footer .group-footer .about ul li {
  display: flex;
  list-style-type: none;
  color: #fff;
  margin-bottom: 10px;
  font-size: 14px;
}
footer .group-footer .about ul li:hover {
  cursor: pointer;
  -webkit-text-decoration: underline 2px;
          text-decoration: underline 2px;
}
footer .group-footer .title p {
  font-size: 20px;
  margin-bottom: 20px;
}
footer .background-foot {
  width: 100%;
  min-height: 270px;
  background-image: url(../../images/foot.png);
  background-position: center;
  background-size: cover;
}

* {
  font-family: "Inter", sans-serif;
  font-weight: 450;
}

.title {
  margin-right: 180px;
}
.title h3 {
  font-size: 21px;
}
.title p {
  padding-top: 15px;
}

.about-container {
  display: flex;
  justify-content: center;
  flex: 4;
  gap: 5%;
  width: 100%;
  background: #E0EBFF;
  height: 100vh;
  box-shadow: rgba(4, 18, 42, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.mix-sport {
  margin-left: 2%;
  margin: 20px;
}

.mix-sport .football-image {
  width: 25%;
  margin-top: 30px;
  border-radius: 15px;
  border: 3px solid #f4f4f4;
  margin-left: 70px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.mix-sport .ruby-image {
  width: 25%;
  position: absolute;
  margin-left: -150px;
  margin-top: 190px;
  border-radius: 15px;
  border: 3px solid #f4f4f4;
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.mix-sport .photo-image {
  width: 25%;
  position: absolute;
  margin-top: 350px;
  border-radius: 15px;
  margin-left: -315px;
  border: 3px solid #f4f4f4;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.mix-sport .football-image:hover, .photo-image:hover, .ruby-image:hover {
  transition: 0.5s;
  transform: translateY(-8px);
  cursor: pointer;
}

.title-club-sport {
  flex: 2;
  position: absolute;
  margin-left: 50%;
  margin-top: 50px;
  width: 500px;
}
.title-club-sport h2 {
  font-size: 45px;
  color: #001E56;
  padding: 10px;
  font-family: "Audiowide", sans-serif;
  font-weight: bold;
}
.title-club-sport p {
  color: #001E56;
  margin-top: 20px;
  font-size: 22px;
}
.title-club-sport .detail-club p {
  font-size: 17px;
  margin-top: 80px;
}

.btn-learn-more button {
  margin-top: 20px;
  padding: 5px;
  background: #5084E4;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}
.btn-learn-more button .fa-arrow-right {
  background: #fff;
  border-radius: 50%;
  padding: 6px;
  color: #5084E4;
}

.btn-learn-more button:hover {
  background: #001E56;
  transition: 0.3s;
}

.cr7 img {
  width: 60%;
  margin-left: 250px;
  rotate: y -180deg;
  filter: grayscale(100%);
}

.cr7 img:hover {
  filter: contrast(100%);
  transition: 0.5s;
  transform: translateY(-7px);
  cursor: pointer;
}

.nav-bar-header {
  display: flex;
}
.nav-bar-header .left-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #113B89;
  width: 40%;
  padding: 20px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
  position: absolute;
}
.nav-bar-header .left-nav .logo-header {
  width: 70px;
  height: 60px;
  margin-right: 20px;
}
.nav-bar-header .left-nav .h1 {
  color: #fff;
  padding: 20px;
}
.nav-bar-header .left-nav .title-name {
  font-weight: bold;
  font-size: 32px;
  text-shadow: 0 5px 5px #000;
  font-family: "Audiowide", sans-serif;
}
.nav-bar-header .right-nav {
  width: 100%;
}
.nav-bar-header .right-nav .fisrt {
  height: 20px;
  display: flex;
  justify-content: right;
  background: #00205A;
  color: white;
  padding: 20px;
}
.nav-bar-header .right-nav .fisrt .text {
  margin-right: 180px;
  font-size: 17px;
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 1rem;
  font-style: italic;
}
.nav-bar-header .right-nav .fisrt .text .fa-brands {
  font-size: 30px;
}
.nav-bar-header .right-nav .fisrt .text .fa-brands:hover {
  color: skyblue;
}
.nav-bar-header .right-nav ul {
  display: flex;
  justify-content: right;
  background: #474747;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.nav-bar-header .right-nav ul .active-link {
  background-color: #fff;
  color: darkblue;
  padding: 10px;
  text-shadow: 2px 0 3px gray;
}
.nav-bar-header .right-nav ul li {
  padding: 10px;
  list-style-type: none;
  margin-right: 50px;
}
.nav-bar-header .right-nav ul li .fa-magnifying-glass {
  background-color: rgb(49, 49, 224);
  position: absolute;
  font-size: 30px;
  margin-top: -10px;
  padding: 5px;
  margin-left: -25px;
}
.nav-bar-header .right-nav ul li {
  position: relative;
  display: inline-block;
  color: #333;
  text-decoration: none;
}
.nav-bar-header .right-nav ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: orangered;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.nav-bar-header .right-nav ul li:hover::after {
  transform: scaleX(1);
}
.nav-bar-header .right-nav ul a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size: 17px;
}

.footer-mobile {
  background: rgb(98, 199, 255);
  background: linear-gradient(90deg, rgb(98, 199, 255) 0%, rgb(0, 34, 163) 59%);
  padding: 15px;
}
.footer-mobile .copy-sign {
  text-align: center;
  padding: 15px;
}
.footer-mobile .foot-group-icon {
  text-align: center;
  font-size: 30px;
}
.footer-mobile .foot-group-icon .fa-google-plus, .footer-mobile .foot-group-icon .fa-facebook, .footer-mobile .foot-group-icon .fa-youtube, .footer-mobile .foot-group-icon .fa-square-x-twitter {
  padding: 15px;
}
.footer-mobile .foot-group-icon .fa-google-plus:hover, .footer-mobile .foot-group-icon .fa-facebook:hover, .footer-mobile .foot-group-icon .fa-youtube:hover, .footer-mobile .foot-group-icon .fa-square-x-twitter:hover {
  color: #fff;
}

.footer-mobile {
  display: none;
}

.nav-2 {
  display: none;
}

.about-event {
  text-align: center;
  margin: 70px;
  text-shadow: 0 2px 5px gray;
}
.about-event h1 {
  font-size: 45px;
  font-weight: bold;
  color: #001E56;
  margin-bottom: 20px;
}
.about-event p {
  font-size: 19px;
  color: #001E56;
  font-weight: bold;
}

.title-club-sport .add-heading {
  display: none;
}

.event-section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-about img {
  position: absolute;
  z-index: -1;
  margin-top: -25px;
  height: 275px;
  width: 538px;
  -o-object-fit: fill;
     object-fit: fill;
  margin-left: -26px;
  border-radius: 8px;
  opacity: 0.4;
}

.content-about {
  display: flex;
  justify-content: space-between;
  height: 35vh;
  width: 36%;
  gap: 7%;
  padding: 25px;
  margin: 20px;
  border-radius: 8px;
  border: 2px solid #001E56;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.content-about .event-football-card h1 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 30px;
  margin-top: -8px;
}
.content-about .event-football-card .date-day {
  display: flex;
  margin-bottom: 15px;
  margin-top: 30px;
  background: rgba(46, 104, 212, 0.6666666667);
  padding: 10px;
  gap: 8px;
  width: 155px;
  border-radius: 4px;
}
.content-about .event-football-card .date-day p {
  font-weight: bold;
}
.content-about .event-football-card .btn-learn-more button {
  border-radius: 30px;
}
.content-about .event-football-card .btn-learn-more button .btn-learn-more button {
  margin-top: 20px;
  padding: 5px;
  background: #5084E4;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}
.content-about .event-football-card .btn-learn-more button .btn-learn-more button .fa-arrow-right {
  background: #fff;
  border-radius: 50%;
  padding: 6px;
  color: #5084E4;
}
.content-about .event-football-card .btn-learn-more button .btn-learn-more button:hover {
  background: #001E56;
  transition: 0.3s;
}
.content-about .icon-share {
  margin-bottom: 185px;
  font-size: 20px;
  cursor: pointer;
}
.content-about .icon-share .fa-heart, .content-about .icon-share .fa-share, .content-about .icon-share .fa-bookmark, .content-about .icon-share .fa-message {
  color: #001E56;
}
.content-about .icon-share .fa-heart:hover, .content-about .icon-share .fa-share:hover, .content-about .icon-share .fa-bookmark:hover, .content-about .icon-share .fa-message:hover {
  color: rgb(255, 170, 0);
}
.content-about .viewers {
  display: flex;
  gap: 7px;
  margin-left: 15px;
}
.content-about .viewers .fa-eye {
  color: #001E56;
}

.mini-event-section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mini-content img {
  position: absolute;
  z-index: -1;
  margin-top: -25px;
  height: 275px;
  width: 538px;
  -o-object-fit: fill;
     object-fit: fill;
  margin-left: -26px;
  border-radius: 8px;
  opacity: 0.4;
  width: 346px;
}

.mini-content {
  display: flex;
  height: 35vh;
  width: 21.7%;
  padding: 25px;
  margin: 20px;
  border-radius: 8px;
  border: 2px solid #001E56;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.mini-content .event-football-card h1 {
  margin-top: -8px;
  font-weight: bold;
  font-size: 30px;
}
.mini-content .event-football-card p {
  font-size: 13px;
}
.mini-content .event-football-card .none {
  display: none;
}
.mini-content .event-football-card .date-day {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  margin-top: 10px;
  background: rgba(46, 104, 212, 0.6666666667);
  padding: 15px;
  gap: 8px;
  width: 200px;
  border-radius: 4px;
}
.mini-content .event-football-card .date-day p {
  font-size: 16px;
  font-weight: bold;
}
.mini-content .event-football-card .btn-learn-more button {
  border-radius: 30px;
  margin-left: 65px;
}
.mini-content .event-football-card .btn-learn-more button .btn-learn-more button {
  margin-top: 20px;
  padding: 5px;
  background: #5084E4;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}
.mini-content .event-football-card .btn-learn-more button .btn-learn-more button .fa-arrow-right {
  background: #fff;
  border-radius: 50%;
  padding: 6px;
  color: #5084E4;
}
.mini-content .event-football-card .btn-learn-more button .btn-learn-more button:hover {
  background: #001E56;
  transition: 0.3s;
}
.mini-content .icon-share {
  cursor: pointer;
  font-size: 18px;
  display: flex;
  gap: 6px;
  margin-left: -50px;
}
.mini-content .icon-share .fa-heart, .mini-content .icon-share .fa-share, .mini-content .icon-share .fa-bookmark, .mini-content .icon-share .fa-message {
  color: #001E56;
}
.mini-content .icon-share .fa-heart:hover, .mini-content .icon-share .fa-share:hover, .mini-content .icon-share .fa-bookmark:hover, .mini-content .icon-share .fa-message:hover {
  color: rgb(255, 170, 0);
}
.mini-content .viewers {
  display: none;
}

.lead-member {
  text-align: center;
  margin: 70px;
  text-shadow: 0 2px 5px gray;
}
.lead-member h1 {
  font-size: 45px;
  font-weight: bold;
  color: #001E56;
  margin-bottom: 20px;
}
.lead-member p {
  font-size: 19px;
  color: #001E56;
  font-weight: bold;
}

.member-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background: #E0EBFF;
  padding: 45px;
  width: 80%;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.member-container .lead-img img {
  width: 60%;
  border-radius: 50%;
}
.member-container #lead-name {
  margin-left: -17%;
  width: 50%;
}
.member-container #lead-name h1 {
  font-size: 65px;
  font-weight: bold;
  margin-bottom: 5px;
  background: linear-gradient(to right, rgba(80, 132, 228, 0.9098039216), #092c76);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.member-container #lead-name h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #3875e5;
}
.member-container #lead-name p {
  margin-bottom: 10px;
}

.main-team {
  font-size: 45px;
  text-align: center;
  font-weight: bold;
  margin: 70px;
  text-shadow: 0 2px 5px gray;
}

.team-member {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E0EBFF;
  padding: 30px;
  text-align: center;
  margin-bottom: 70px;
  height: 50vh;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.team-member .card img {
  width: 85%;
  border: 2px solid #001E56;
  border-radius: 10px;
  box-shadow: 0 4px 7px gray;
}
.team-member .card img:hover {
  transform: translateY(-10px);
  transition: 0.3s;
  width: 90%;
  box-shadow: 0 15px 20px gray;
}
.team-member .card p {
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
}
.team-member .card .fa-fire {
  color: orangered;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .footer-mobile {
    display: none;
  }
  .nav-2 {
    display: none;
  }
  .about-container {
    height: 65vh;
  }
  .mix-sport {
    margin-left: 0%;
    margin: 20px;
  }
  .mix-sport .football-image {
    width: 30%;
    margin-top: 30px;
    margin-left: 35px;
  }
  .mix-sport .ruby-image {
    width: 30%;
    margin-left: -230px;
    margin-top: 190px;
  }
  .mix-sport .photo-image {
    width: 30%;
    margin-top: 320px;
    margin-left: -285px;
  }
  .title-club-sport {
    width: 50%;
    margin-right: 80px;
  }
  .title-club-sport .add-heading {
    display: block;
    position: relative;
    top: 0px;
    font-weight: bold;
    color: #001E56;
  }
  .title-club-sport p {
    color: #001E56;
    margin-top: 0px;
    font-size: 20px;
  }
  .title-club-sport .detail-club p {
    margin-top: 20px;
  }
  .cr7 img {
    margin-left: 200px;
  }
  .content-about {
    height: 28vh;
    padding: 20px;
    width: 82%;
    width: 39%;
    height: 23.8vh;
  }
  .content-about .event-football-card h1 {
    margin-bottom: 7px;
    padding-top: 5px;
  }
  .content-about .event-football-card p {
    font-size: 15px;
  }
  .content-about .event-football-card .date-day {
    margin-bottom: 5px;
    margin-top: 25px;
  }
  .content-about .icon-share {
    margin-bottom: 180px;
    margin-left: -25px;
    margin-top: 2px;
    font-size: 17px;
    cursor: pointer;
  }
  .content-about .viewers {
    margin-left: -15%;
  }
  .content-about .viewers .fa-eye {
    color: #001E56;
  }
  .content-about img {
    width: 424px;
    height: 262px;
    margin-top: -20px;
    margin-left: -22px;
  }
  .mini-event-section {
    display: flex;
    flex-wrap: wrap;
  }
  .mini-event-section .mini-content {
    height: 28vh;
    padding: 20px;
    width: 82%;
    width: 39%;
    height: 23.8vh;
  }
  .mini-event-section .mini-content .event-football-card h1 {
    margin-bottom: 7px;
    padding-top: 5px;
  }
  .mini-event-section .mini-content .event-football-card p {
    font-size: 14px;
  }
  .mini-event-section .mini-content .event-football-card .date-day {
    margin-bottom: 0px;
    margin-top: 15px;
    width: 155px;
    margin-left: 0px;
    padding: 10px;
  }
  .mini-event-section .mini-content .icon-share {
    margin-bottom: 175px;
    margin-left: 0px;
    margin-top: 7px;
  }
  .mini-event-section .mini-content .viewers {
    display: flex;
    gap: 7%;
    margin-right: -250px;
  }
  .mini-event-section .mini-content .viewers .fa-eye {
    color: #001E56;
  }
  .mini-event-section .mini-content .btn-learn-more button {
    margin-left: 0px;
  }
  .mini-event-section .mini-content img {
    width: 424px;
    height: 262px;
    margin-top: -20px;
    margin-left: -22px;
  }
  .mini-event-section .volley-ball {
    width: 87%;
    height: 46.5vh;
  }
  .mini-event-section .volley-ball .event-football-card h1 {
    margin: 0 0 0 170px;
    padding-top: 10px;
    font-size: 50px;
    text-shadow: 0 10px 10px gray;
  }
  .mini-event-section .volley-ball .event-football-card .none-respone {
    display: none;
  }
  .mini-event-section .volley-ball .event-football-card .none {
    display: flex;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 0 168px;
  }
  .mini-event-section .volley-ball .event-football-card .second-none {
    margin: 3px 0 0 280px;
  }
  .mini-event-section .volley-ball .event-football-card .date-day {
    padding: 15px;
    width: 300px;
    margin: 50px 0 0 252px;
  }
  .mini-event-section .volley-ball .event-football-card .date-day p {
    font-size: 20px;
  }
  .mini-event-section .volley-ball .icon-share {
    margin: 23% 0% 20% 135%;
    display: inline-block;
    font-size: 25px;
    margin-bottom: 230px;
  }
  .mini-event-section .volley-ball .icon-share .fa-heart, .mini-event-section .volley-ball .icon-share .fa-share, .mini-event-section .volley-ball .icon-share .fa-bookmark, .mini-event-section .volley-ball .icon-share .fa-message {
    margin-bottom: 15px;
  }
  .mini-event-section .volley-ball .icon-share .fa-heart:hover, .mini-event-section .volley-ball .icon-share .fa-share:hover, .mini-event-section .volley-ball .icon-share .fa-bookmark:hover, .mini-event-section .volley-ball .icon-share .fa-message:hover {
    color: rgb(255, 170, 0);
  }
  .mini-event-section .volley-ball .viewers {
    gap: 3%;
    margin-left: 72%;
    font-size: 20px;
    margin-top: -30px;
  }
  .mini-event-section .volley-ball .viewers .fa-eye {
    font-size: 20px;
  }
  .mini-event-section .volley-ball .viewers .fa-eye:hover {
    color: rgb(255, 170, 0);
  }
  .mini-event-section .volley-ball .btn-learn-more button {
    margin: 50px 0 0 335px;
    padding: 5px;
    font-size: 15px;
  }
  .mini-event-section .volley-ball img {
    width: 91.5%;
    height: 40%;
  }
  .member-container .lead-img img:hover {
    box-shadow: 0 10px 10px gray;
    transition: 0.5s;
    transform: translateY(-10px);
    cursor: pointer;
  }
  .member-container #lead-name {
    margin-left: -22%;
  }
  .member-container #lead-name h1 {
    font-size: 50px;
  }
  .member-container #lead-name p {
    letter-spacing: 0.5px;
  }
  .team-member {
    height: 25vh;
  }
  footer {
    width: 100%;
  }
  footer .group-footer {
    width: 93.99%;
  }
  footer .group-footer .foot-img img {
    opacity: 0;
  }
  .nav-bar-header {
    display: flex;
  }
  .nav-bar-header .left-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33%;
    padding: 15px;
  }
  .nav-bar-header .left-nav .logo-header {
    width: 80px;
    height: 70px;
  }
  .nav-bar-header .left-nav .title-name {
    font-weight: bold;
    font-size: 27px;
    letter-spacing: 2px;
  }
  .nav-bar-header .right-nav .fisrt .text {
    margin-right: 120px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  nav .mobile {
    display: flex;
    align-items: center;
    background: #18283B;
  }
  ul {
    list-style: none;
  }
  ul li {
    display: inline-block;
  }
  ul li a {
    text-decoration: none;
    transition: all 0.3s ease;
  }
  #icon {
    padding: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  #icon svg {
    margin-top: 40%;
    color: #FFF;
    height: 28px;
    transition: all 0.3s ease;
  }
  #checkbox,
  #icon {
    display: none;
  }
  .nav-2 {
    width: 100%;
    padding: 10px;
    display: flex;
    background: linear-gradient(90deg, rgb(98, 199, 255) 0%, rgb(0, 34, 163) 59%);
  }
  .nav-2 h1 {
    font-size: 23px;
    color: white;
    font-family: "Audiowide", serif;
    margin: 28px 0 0 45px;
  }
  .nav-2 .navlogo2 {
    width: 15%;
    margin: 2%;
  }
  ul {
    top: 20px;
    z-index: 2;
    position: absolute;
    width: 100%;
    height: calc(140vh - 71px);
    background-color: #18283B;
    left: 0;
    text-align: center;
    display: none;
    margin-top: 15%;
  }
  ul li {
    display: block;
    padding: 40px 20px;
  }
  ul li a {
    display: block;
    padding: 10px 0;
    color: white;
  }
  #icon {
    display: block;
    margin: 5px 0 0 30px;
  }
  #checkbox:checked ~ ul {
    display: block;
  }
  .nav-bar-header {
    display: none;
  }
  .about-container {
    height: 170vh;
  }
  .about-container .mix-sport {
    margin: 120% 0 0 4%;
  }
  .about-container .mix-sport .football-image {
    width: 90%;
    margin: 30px 0 0 10px;
  }
  .about-container .mix-sport .ruby-image {
    width: 86.5%;
    margin: 250px 0 0 -444px;
  }
  .about-container .mix-sport .photo-image {
    width: 86.5%;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    margin: 450px 0 0 -444px;
  }
  .about-container .mix-sport .photo-image:hover, .about-container .mix-sport .ruby-image:hover, .about-container .mix-sport .football-image:hover {
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  }
  .about-container .title-club-sport h2 {
    margin-left: -95px;
    text-shadow: 0 5px 4px gray;
    font-size: 40px;
  }
  .about-container .title-club-sport .add-heading {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .about-container .title-club-sport p {
    margin: -5px 0 0 -100px;
    font-size: 20px;
    width: 90%;
    font-weight: bold;
  }
  .about-container .title-club-sport .detail-club {
    width: 100%;
    margin-left: -95px;
  }
  .about-container .title-club-sport .detail-club .add-heading {
    font-size: 20px;
    font-weight: bold;
    color: red;
    text-align: center;
    margin-top: 40px;
  }
  .about-container .title-club-sport .detail-club p {
    margin: 10px 0 0 -8px;
    letter-spacing: 0.3px;
    line-height: 30px;
    font-size: 18px;
    font-weight: normal;
  }
  .about-container .cr7 img {
    margin: -50px 0 0 100px;
    width: 50%;
  }
  .about-container .btn-learn-more {
    margin: 15px 0 0 -103px;
  }
  .event-section {
    display: grid;
  }
  .event-section .content-about {
    box-shadow: 0 10px 10px gray;
    height: 28vh;
    padding: 20px;
    width: 82%;
  }
  .event-section .content-about .event-football-card h1 {
    margin-bottom: 7px;
    padding-top: 5px;
  }
  .event-section .content-about .event-football-card p {
    font-size: 15px;
  }
  .event-section .content-about .event-football-card .date-day {
    display: flex;
    justify-content: center;
    margin: 15px 0 0 70px;
    padding: 15px;
    width: 200px;
  }
  .event-section .content-about .event-football-card .date-day p {
    font-weight: bold;
  }
  .event-section .content-about .icon-share {
    margin: 2px 0 180px -25px;
    font-size: 17px;
  }
  .event-section .content-about .icon-share .fa-heart:hover, .event-section .content-about .icon-share .fa-share:hover, .event-section .content-about .icon-share .fa-bookmark:hover, .event-section .content-about .icon-share .fa-message:hover {
    color: rgb(255, 170, 0);
  }
  .event-section .content-about .icon-share .fa-heart:hover, .event-section .content-about .icon-share .fa-share:hover, .event-section .content-about .icon-share .fa-bookmark:hover, .event-section .content-about .icon-share .fa-message:hover {
    color: rgb(255, 170, 0);
  }
  .event-section .content-about .viewers {
    margin-left: -15%;
  }
  .event-section .content-about .viewers .fa-eye {
    color: #001E56;
  }
  .event-section .content-about .btn-learn-more {
    margin-left: 110px;
  }
  .event-section .content-about img {
    margin-top: -20px;
    margin-left: -22px;
    width: 41.4%;
    height: 270px;
    width: 81.8%;
    height: 27.7%;
  }
  .mini-event-section {
    display: grid;
    margin-left: 115px;
  }
  .mini-event-section .mini-content {
    box-shadow: 0 10px 10px gray;
    width: 94%;
    height: 27vh;
    margin-left: -70px;
  }
  .mini-event-section .mini-content .event-football-card p {
    font-size: 15px;
  }
  .mini-event-section .mini-content .event-football-card .date-day {
    margin: 10px 0 0 65px;
  }
  .mini-event-section .mini-content .icon-share {
    margin-left: 0px;
  }
  .mini-event-section .mini-content .icon-share .fa-heart:hover, .mini-event-section .mini-content .icon-share .fa-share:hover, .mini-event-section .mini-content .icon-share .fa-bookmark:hover, .mini-event-section .mini-content .icon-share .fa-message:hover {
    color: rgb(255, 170, 0);
  }
  .mini-event-section .mini-content .btn-learn-more {
    margin-left: 38px;
  }
  .mini-event-section .mini-content img {
    width: 83%;
    height: 33.3vh;
  }
  .mini-event-section .volley-ball h1 {
    width: 50%;
  }
  footer {
    display: none;
  }
  .member-container {
    width: 70%;
    flex-wrap: wrap;
  }
  .member-container .lead-img {
    width: 100%;
  }
  .member-container .lead-img img {
    width: 100%;
    border-radius: 50%;
  }
  .member-container #lead-name {
    width: 100%;
  }
  .member-container #lead-name h1 {
    font-size: 48px;
    margin-top: 20px;
  }
  .member-container #lead-name h1, .member-container #lead-name h2, .member-container #lead-name p, .member-container #lead-name .btn-learn-more {
    position: relative;
    top: 0;
    left: 30px;
  }
  .member-container #lead-name h2 {
    font-size: 30px;
    text-decoration: underline;
  }
  .member-container #lead-name p {
    line-height: 25px;
  }
  .team-member::before {
    margin-top: -50px;
    content: "Our team member always brings positive energy and dedication to every practice, inspiring everyone around them.";
  }
  .team-member {
    flex-wrap: wrap;
    height: 90vh;
    padding-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .team-member .card img {
    width: 83%;
  }
  .team-member .card img:hover {
    cursor: pointer;
    transform: none;
    width: 83%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  }
  .team-member p {
    margin-bottom: 20px;
  }
  .team-member .card-1 {
    width: 100%;
  }
  .footer-mobile {
    display: block;
  }
}/*# sourceMappingURL=about.css.map */