@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=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&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=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&display=swap");
* {
  font-family: "Inter", sans-serif;
  padding: 0;
  margin: 0;
}

.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;
}

.container-training {
  padding-top: 5%;
  padding-bottom: 5%;
}

.card1 {
  border: 1px solid;
  border-radius: 20px;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 3%;
  padding-bottom: 3%;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.card1 img {
  width: 90%;
  margin-left: 13%;
  height: 60vh;
  border-radius: 15px;
}

.card1 {
  display: flex;
  color: #5084E4;
}
.card1 .infomation {
  margin-left: 3%;
}
.card1 h4 {
  font-size: 32px;
  margin-left: 10%;
  margin-top: 5%;
  margin-bottom: 5%;
}
.card1 h2 {
  margin-bottom: 5%;
  margin-left: 10%;
  font-size: 45px;
  letter-spacing: 4px;
}
.card1 p {
  margin-bottom: 8%;
  margin-left: 10%;
  color: #001E56;
}
.card1 .join {
  margin-left: 10%;
  border: none;
  background-color: #5084E4;
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: white;
  border-radius: 10px;
}
.card1 .fa-arrow-right {
  border: 1px solid;
  padding: 5px;
  border-radius: 50%;
  color: #5084E4;
  background-color: white;
}

.card2 {
  border: 1px solid;
  border-radius: 20px;
  margin-top: 5%;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 3%;
  padding-bottom: 3%;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.card2 img {
  width: 90%;
  height: 60vh;
  border-radius: 15px;
  margin-right: 15%;
}

.card2 {
  display: flex;
  color: #5084E4;
}
.card2 .infomation {
  margin-right: 10%;
  margin-left: 5%;
}
.card2 h4 {
  font-size: 32px;
  margin-top: 5%;
  margin-bottom: 5%;
}
.card2 h2 {
  margin-bottom: 5%;
  font-size: 45px;
  letter-spacing: 4px;
}
.card2 p {
  margin-bottom: 10%;
  font-style: 20px;
  color: #001E56;
}
.card2 .join {
  border: none;
  background-color: #5084E4;
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: white;
  border-radius: 10px;
}
.card2 .fa-arrow-right {
  font-weight: bold;
  padding: 5px;
  border-radius: 50%;
  color: #5084E4;
  background-color: white;
}

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

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;
}

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

.mix-sport .football-image {
  width: 27%;
  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: 40px;
  color: #fff;
  padding: 10px;
  font-family: "Vast Shadow", serif;
  background: #001E56;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.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;
}

.about-event {
  text-align: center;
  margin: 70px;
}
.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;
}

.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: 30px;
  margin-top: 20px;
  background: rgba(46, 104, 212, 0.6666666667);
  padding: 10px;
  gap: 8px;
  width: 155px;
  border-radius: 4px;
}
.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 .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: 347px;
  -o-object-fit: fill;
     object-fit: fill;
  margin-left: -26px;
  border-radius: 8px;
  opacity: 0.4;
}

.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 .date-day {
  display: flex;
  justify-content: center;
  align-items: center;
  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;
}
.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: -10px;
}
.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;
}

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;
}

.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;
}

.nav-2 {
  display: none;
}

.footer-mobile {
  display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .nav-2 {
    display: none;
  }
  .footer-mobile {
    display: none;
  }
  .card1 .image img {
    margin-left: 10%;
    width: 80%;
    height: 100%;
  }
  .card1 .infomation {
    margin-left: 0.1%;
    width: 80%;
    margin-right: 5%;
  }
  .card1 h4 {
    font-size: 22px;
    margin-left: 5%;
    margin-top: 5%;
    margin-bottom: 4%;
  }
  .card1 h2 {
    margin-left: 5%;
    margin-bottom: 4%;
    font-size: 25px;
    letter-spacing: normal;
  }
  .card1 p {
    margin-left: 5%;
    margin-bottom: 8%;
    text-align: justify;
  }
  .card1 .join {
    margin-left: 5%;
    margin-bottom: 3%;
  }
  .card2 .image img {
    width: 90%;
    height: 100%;
  }
  .card2 .infomation {
    margin-right: 5%;
    width: 80%;
  }
  .card2 h4 {
    font-size: 22px;
    margin-top: 5%;
    margin-bottom: 4%;
  }
  .card2 h2 {
    margin-bottom: 4%;
    font-size: 25px;
  }
  .card2 p {
    margin-bottom: 8%;
    text-align: justify;
  }
  .card2 .join {
    margin-bottom: 3%;
  }
  .nav-bar-header .left-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35%;
    padding-bottom: 1.2%;
  }
  .nav-bar-header .left-nav .logo-header {
    width: 80px;
    height: 70px;
  }
  .nav-bar-header .left-nav .title-name {
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 2px;
    font-family: "Audiowide", sans-serif;
  }
  .nav-bar-header .right-nav .fisrt .text {
    margin-right: 125px;
  }
  .nav-bar-header .right-nav ul li {
    margin-right: 30px;
  }
  .group-footer {
    width: 94%;
  }
  .group-footer p {
    margin-left: 5%;
  }
  .group-footer .foot-img {
    opacity: 0;
  }
  .content-about img {
    width: 41.7%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 35%;
  }
  .content-about .icon-share {
    font-size: 18px;
    width: 90px;
  }
  .content-about .viewers {
    display: none;
  }
  .mini-content img {
    width: 41.7%;
    height: 35%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mini-content1 img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 35.4%;
    width: 89.5%;
  }
  .mini-content2 img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 35.4%;
    border-radius: 8px;
    width: 89.5%;
  }
  .mini-event-section {
    flex-wrap: wrap;
    display: flex;
    flex: 2;
  }
  .mini-content1 {
    width: 60%;
    flex: 0.93;
  }
  .mini-content1 .group-of-icon {
    margin-left: 50%;
  }
  .mini-content2 {
    width: 60%;
    flex: 0.93;
  }
  .mini-content2 .group-of-icon {
    margin-left: 50%;
  }
  .mini-content {
    width: 36.3%;
  }
  .mini-content .icon-share {
    font-size: 18px;
    margin-left: 5%;
  }
  .mini-content h1 {
    margin-bottom: 5%;
  }
  .mini-content p {
    font-size: 18px;
    margin-bottom: 10%;
  }
  .mini-content .date-day {
    margin-bottom: 30px;
    border-radius: 4px;
  }
  .mini-content .date-day p {
    padding-top: 10%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .nav-2 {
    padding: 10px;
    display: flex;
    background: linear-gradient(90deg, rgb(98, 199, 255) 0%, rgb(0, 34, 163) 59%);
  }
  .nav-2 h1 {
    font-size: 23px;
    margin: 25px 0 0 5px;
    color: white;
    font-family: "Audiowide", serif;
  }
  .nav-2 .navlogo2 {
    width: 15%;
    margin: 2%;
  }
  .nav-bar-header {
    display: none;
  }
  .card1 .image img {
    margin-left: 10%;
    width: 90%;
    height: 20vh;
  }
  .card1 .infomation {
    margin-left: 0.1%;
    width: 70%;
  }
  .card1 .infomation p {
    display: none;
  }
  .card1 .infomation h2 {
    font-size: 16px;
    letter-spacing: normal;
    margin-bottom: 10%;
  }
  .card1 .infomation h4 {
    font-size: 14px;
    margin-top: 10%;
    margin-bottom: 10%;
  }
  .card1 .infomation .join {
    width: 65%;
    font-size: 10px;
  }
  .card1 .infomation .join .fa-arrow-right {
    width: 10%;
  }
  .card2 .image img {
    margin-left: -20%;
    width: 110%;
    height: 20vh;
  }
  .card2 .infomation {
    margin-left: 5%;
    width: 70%;
  }
  .card2 .infomation p {
    display: none;
  }
  .card2 .infomation h2 {
    font-size: 16px;
    letter-spacing: normal;
    margin-bottom: 13%;
  }
  .card2 .infomation h4 {
    font-size: 14px;
    margin-top: 15%;
    margin-bottom: 13%;
  }
  .card2 .infomation .join {
    width: 65%;
    font-size: 10px;
  }
  .card2 .infomation .join .fa-arrow-right {
    width: 10%;
  }
  .mobile {
    display: flex;
  }
  .about-event {
    margin-top: 10%;
  }
  .about-event h1 {
    font-size: 30px;
  }
  .mini-event-section {
    flex-wrap: wrap;
    flex: 1;
  }
  .mini-content {
    width: 70%;
  }
  .mini-content h1 {
    margin-bottom: 5%;
  }
  .mini-content .icon-share {
    margin-left: -40%;
  }
  .mini-content img {
    width: 82.7%;
    height: 41.2%;
  }
  .event-section {
    display: flex;
    flex-wrap: wrap;
  }
  .content-about img {
    height: 41.2%;
    width: 82.7%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .content-about {
    width: 70%;
  }
  .content-about .icon-share {
    font-size: 18px;
    width: 90px;
  }
  .content-about .viewers {
    display: none;
  }
  ul {
    z-index: 2;
    position: absolute;
    width: 100%;
    height: calc(110vh - 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 20px;
  }
  #checkbox:checked ~ ul {
    display: block;
  }
  .group-footer {
    width: 87%;
    height: 20%;
  }
  .group-footer .foot-img {
    opacity: 0;
  }
  footer {
    display: none;
  }
  .footer-mobile {
    display: block;
  }
}/*# sourceMappingURL=training.css.map */