@import url("../css/bootstrap.css");
/*@import url('../css/animate.css');*/
@import url("../css/jquery.fancybox.min.css");
@import url("../css/slick.css");
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?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&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.css");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cuprum:ital,wght@0,400..700;1,400..700&display=swap");
@import url(https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.js);
@import url("../fonts/new_customfont/stylesheet.css");

@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");

.nav-set {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-1 ul {
  padding: 0;
}

.nav-1 li {
  list-style: none;
  display: inline-block;
  padding: 0 10px 0;
}

.nav-2 ul {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-2 li {
  list-style: none;
  display: inline-block;
  padding: 0 15px 0;
}

.search form {
  display: flex;
  align-items: center;
  justify-content: center;
}

.search input.form-control {
  background-color: #808080;
  border: none;
}

.search {
  border: 1px solid black;
  margin: 0 0 3px 0;
  background-color: transparent;
}
.search button.input-group-text {
  background-color: transparent;
  border: none;
}

.shopping-list li {
  padding: 0 15px 0 0;
}

.nav-2 a {
  text-decoration: none;
  color: white;
}

.grey-nav {
  background: #808080;
  padding: 10px 0 0;
}

.nav-1 i {
  font-size: 20px;
  color: white;
}

.nav-2 i {
  font-size: 20px;
}

.main-nav {
  background: black;
  padding: 25px 0;
}

.nav-flex {
  display: flex;
  justify-content: space-between;
  gap: 0px;
  align-items: center;
}

.site-logo {
  width: 8%;
}
.nav-opt {
  width: 78%;
  text-align: center;
}
.contact-btn {
  width: 11%;
  text-align: right;
}

.nav-opt ul {
  padding: 0;
}

.nav-opt li {
  list-style: none;
  display: inline-block;
  padding: 0 12px 0 0px;
}

.nav-opt a {
  text-decoration: none;
  color: white !important;
  font-size: 14px;
}

.contact-btn a {
  text-decoration: none;
  font-size: 12px;
  background: #808080;
  padding: 10px 20px 10px;
  color: white !important;
  border-radius: 1px;
  font-weight: 500;
}

.banner-bg img {  
    width: 100%;   
    height: 600px;   
    object-fit: cover;
}

.banner-bg-tm img {
    object-position: unset; 
}

img.stad-2 {
  height: 239px;
  object-fit: cover;
  object-position: 10%;
}

.banner-bg {
  position: relative;
}

.banner-cont {
  position: absolute;
  top: 45%;
  left: 6%;
}

.banner-cont h5 {
  color: white;
  font-size: 16px;
}

.banner-cont h1 {
  font-size: 55px;
  font-weight: 800;
  color: white;
  text-transform: uppercase;
}

.banner-cont p {
  margin: 0;
  color: white;
}

.banner-cont a {
  text-decoration: none;
  background: #808080;
  color: white;
  font-weight: 500;
  padding: 10px 20px 10px;
  border-radius: 2px;
  position: relative;
  top: 20px;
}

.display-players img {
  width: 100%;
  height: 100%;
  object-fit: none;
  object-position: left;
}

.players-info {
  background-image: url(../images/sec-2-bg.png);
  background-color: black;
  background-size: cover;
  padding: 60px 0 0px;
  overflow-x: hidden;
}

.circle-wrapper {
  overflow-y: scroll;
  height: 195px;
  margin: 20px 0;
}

.circle-wrapper::-webkit-scrollbar-thumb {
    background-color: #808080;
    border-radius: 11px;
}
.circle-wrapper::-webkit-scrollbar {
    background-color: #505050;
    width: 14px;
    border-radius: 10px;
}

.circle-logo img {
  width: 145%;
  background: black;
  border-radius: 80px;
  padding: 10px 10px 10px;
}

.display-players {
  position: relative;
  height: 100%;
}

.circle-logo {
  position: absolute;
  top: 75%;
  left: 60%;
}

.player-circle {
  display: flex;
  justify-content: space-between;
}

.player-bio h6 {
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  padding: 25px 0 10px;
}

.player-bio h2 {
  color: white;
  font-size: 40px;
  font-weight: 700;
  padding: 0 0 10px;
}

.player-bio p,
.player-bio ul li {
  color: white;
  font-size: 14px;
  font-weight: 300;
  padding: 5px 0 10px;
}

.about-other p,
.about-other ul li {
  color: white;
  font-size: 14px;
  font-weight: 300;
  padding: 5px 0 10px;
}

.about-other p b,
.player-bio p b {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.about-other strong, .player-bio strong {
  font-weight: 900;
  font-size: 16px;
}

.player-bio a {
  text-decoration: none;
  background: #808080;
  color: white;
  padding: 10px 25px 10px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 1px;
}

.slider-top {
  text-align: center;
  padding: 80px 0 0;
}

.our-services {
  padding: 80px 0 80px;
}

.slider-top h2 {
  font-size: 45px;
  color: white;
}

.slider-top p {
  color: white;
  font-size: 14px;
  font-weight: 300;
}

.circle-1 {
  text-align: center;
}

.circle-bio {
  padding: 80px 0 80px;
}

.circle-1 h3 {
  color: white;
  padding: 20px 0 0;
  font-size: 20px;
  text-transform: uppercase;
}

.circle-1 p {
  color: white;
  font-size: 15px;
  font-weight: 300;
  position: relative;
  padding: 0 10px;
  text-align: left;
}

.circle-1 i {
  color: white;
  font-size: 16px;
}

.circle-1 img {
  width: 70%;
}

.circle-bio .row {
  margin: 0 110px 0;
}

.book-btn {
  text-align: center;
  padding: 60px 0 0;
}

.book-btn a {
  background: #808080;
  color: white;
  text-decoration: none;
  padding: 10px 30px 10px;
  border-radius: 1px;
  font-weight: 500;
}

.submit a {
  background: #808080;
  color: white;
  text-decoration: none;
  padding: 10px 30px 10px;
  border-radius: 1px;
  font-weight: 500;
}

.submit a:hover {
  background-color: #000;
  border: 1px solid #fff;
}

.submit {
  text-align: center;
  padding: 15px 0 0;
}

.numbering-slides {
  text-align: center;
  padding: 0 0 80px;
}

.numbering-slides h2 {
  font-size: 40px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
}

.numbering-slides p {
  font-size: 14px;
  color: white;
}

.slide-box {
  padding: 0 20px;
  text-align: center;
}

.slide-box h4 {
  color: #fff;
  font-size: 19px;
  margin: 10px 0 20px;
}

.slides-1 {
  text-align: center;
}

.slides-1 h2 {
  background: #a9a9a9d4;
  display: inline-block;
  padding: 15px 30px 17px;
  border-radius: 35px;
  color: white;
}

.slides-2 {
  text-align: center;
}

.slides-2 h2 {
  background: #b8b8b8;
  display: inline-block;
  padding: 15px 28px 17px;
  border-radius: 45px;
  color: white;
}

.slides-3 {
  text-align: center;
}

.slides-3 h2 {
  background: #b8b8b8;
  display: inline-block;
  color: white;
  padding: 15px 29px 19px;
  border-radius: 45px;
}

.our-coaching-plan {
  background-image: url(../images/ground-bg.png);
  background-size: cover;
  padding: 0 0 80px;
}

.slides-1 p {
  color: white;
}

.slides-2 p {
  color: white;
}

.slides-3 p {
  color: white;
}

.player-1 img {
  width: 85%;

  position: relative;
}

.player-1 {
  position: relative;
}

.player-1::before {
  content: "";
  position: absolute;
  width: 85%;
  height: 93%;
  background-color: #808080;
  top: 56px;
  left: -3%;
}

.grey-bg h2 {
  color: white;
  background: #808080;
  border: 5px solid black;
  padding: 20px 23px 20px;
  border-radius: 65px;
  font-size: 25px;
  text-align: center;
}

.grey-bg {
  position: absolute;
  top: -7%;
  left: 74%;
}

.frame-players {
  padding: 75px 0 0;
}

.player-listing p {
  color: white;
  line-height: 28px;
  margin-bottom: 10px;
}

.player-listing p b {
  font-size: 19px;
  display: block;
  margin-bottom: 5px;
}

.player-listing i {
  border: 1px solid white;
  padding: 3px 4px 3px;
  border-radius: 15px;
}

.start-btn a {
  text-decoration: none;
  background: #808080;
  color: white;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px 10px;
  border-radius: 1px;
}

.start-btn {
  padding: 40px 0 0;
}

.site-footer {
  background-image: url(../images/blurr-bg.png);
  padding: 65px 0;
}

.full-fc p {
  color: grey;
  padding: 10px 0 0;
}

.full-fc ul {
  padding: 0;
}

.full-fc li {
  list-style: none;
  display: inline-block;
  padding: 0 10px 0;
}

.full-fc i {
  color: white;
  font-size: 20px;
}

.quick-links h4 {
  color: white;
  text-transform: uppercase;
}

.other-links h4 {
  color: white;
  text-transform: uppercase;
}

.new-letter h4 {
  color: white;
  text-transform: uppercase;
}

.quick-links ul {
  padding: 0;
}

.quick-links li {
  list-style: none;
  padding: 10px 0 0;
}

.quick-links a {
  text-decoration: none;
  color: grey !important;
  text-transform: uppercase;
}

.other-links ul {
  padding: 0;
}

.other-links li {
  list-style: none;
  padding: 10px 0 0;
  text-transform: uppercase;
}

.other-links a {
  text-decoration: none;
  color: grey !important;
}

input#exampleFormControlInput1 {
    border-radius: 0;
    padding: 10px 25px 10px 13px;
    font-size: 13px;
    text-overflow: ellipsis;
}

.search-field {
  position: relative;
}

.search-field {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-btn a {
    text-decoration: none;
    background: #808080;
    color: white;
    padding: 7px 19px 7px;
    border-radius: 2px;
}
.grey-txt-footer p {
  text-align: center;
  margin: 0;
  color: white;
}

.grey-txt-footer {
  background: #808080;
  padding: 15px 0 15px;
}

.club-head {
  text-align: center;
}

.club-trend {
  padding: 70px 0 0px;
  background: #000000cf;
}

.club-head h2 {
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
}

.club-head p {
  font-size: 14px;
  color: white;
}

.brands-1 {
  position: relative;
  margin: 0 10px 0;
}

.brand-adds-1 {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
}

.brand-adds-1 img {
    width: auto;
}

.brand-adds-4 img {
    width: 40%;
}



.merchandise {
    background-image: url('../images/football-shoot-bg.png');
    background-size: cover;
    background-position: center;
    padding: 190px 0 120px;
}

.product-90 {
    background-image: url('../images/Rectangle 39380.png');
    padding: 20px 15px 15px;
    transition: all 0.5s;
}

.products-main .col-md-3:nth-child(odd) .product-90 {
  margin-top: 80px;
}

.pro-img-wrap {
    text-align: center;
}

.product-90 .pro-img-wrap a {
  display: block;
  position: relative;
  height: 200px;
  text-align: center;
}

.product-90 .pro-img-wrap a img {
  max-height: 100%;
  max-width: 100%;
}

.product-90 .pro-img-wrap a img:hover {
  filter: drop-shadow(2px 4px 6px #808080);
  transform: scale(1.10);
}

.stars i {
  font-size: 17px;
  color: orange;
}
.product-wrapper {
  margin-top: 50px;
}
.product-wrapper h5 {
  font-size: 20px;
  text-transform: uppercase;
  color: white;
  margin-top: 6px;
}
.product-wrapper p {
  font-size: 14px;
  color: white;
  margin-bottom: 10px;
}
.product-wrapper .pricing {
  display: flex;
  gap: 10px;
  align-items: center;
}
.product-wrapper .pricing i {
  color: darkgray;
  font-size: 17px;
}
.product-wrapper .pricing h4 {
  color: #fff;
  margin-bottom: 4px;
}

.pro-shop {
  position: absolute;
  top: -13%;
}

.pro-shop p {
  text-align: left;
  color: #fff;
  margin-bottom: 7px;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Poppins";
}

.pro-view {
  position: absolute;
  top: -13%;
}

.pro-view p {
  color: #fff;
  font-family: poppins;
  font-weight: 500;
}

.view-all a {
  text-decoration: none;
  background: #808080;
  color: white;
  padding: 10px 25px 10px;
  font-size: 14px;
  font-weight: 600;
}

.view-all:hover a {
    color: #fff;
}

.stars li {
  display: inline-block;
  padding-right: 8px;
}


/*.shoot img {*/
/*  width: 100%;*/
/*}*/

/*.mechandise .container-fluid {*/
/*  padding: 0;*/
/*}*/

/*.rating ul {*/
/*  padding: 0;*/
/*}*/

/*.rating li {*/
/*  list-style: none;*/
/*  display: inline-block;*/
/*  padding: 0 5px 0;*/
/*}*/

/*.team-brand img {*/
/*  width: 70%;*/
  /* background: #a9a9a982; */
/*  margin: 0 0 30px;*/
/*}*/

/*.rating h2 {*/
/*  font-size: 20px;*/
/*  text-transform: uppercase;*/
/*  color: white;*/
/*}*/

/*.rating p {*/
/*  font-size: 14px;*/
/*  color: white;*/
/*}*/

/*.rating i {*/
/*  color: orange;*/
/*}*/

/*.down-head i {*/
/*  color: darkgrey;*/
/*}*/

/*.shoot {*/
/*  position: relative;*/
/*}*/

/*.team-brand {*/
/*  position: absolute;*/
/*  top: 40%;*/
/*  left: 7%;*/
/*}*/

/*.down-head h4 {*/
/*  color: white;*/
/*}*/

/*.shirt-bg {*/
/*  position: absolute;*/
/*  top: -10%;*/
/*}*/

/*.uniform img {*/
/*  width: 45%;*/
/*}*/

/*.uniform {*/
/*  position: absolute;*/
/*  top: 28%;*/
/*  left: 34%;*/
/*}*/

/*.uniform-bg {*/
/*  position: absolute;*/
/*  top: -5%;*/
/*  left: -22%;*/
/*}*/

/*.uniform-bg img {*/
/*  width: 80%;*/
/*}*/

/*.uniform .rating {*/
/*  position: relative;*/
/*  right: 51px;*/
/*}*/

/*.inner-head {*/
/*  position: absolute;*/
/*  top: -24%;*/
/*  left: -23%;*/
/*}*/

/*.inner-head h4 {*/
/*  color: white;*/
/*  font-size: 23px;*/
/*  margin: 0;*/
/*  font-weight: 700;*/
/*}*/

/*.uniform h3 {*/
/*  color: white;*/
/*  text-transform: uppercase;*/
/*  margin: 0;*/
/*  font-weight: 700;*/
/*  font-size: 23px;*/
/*}*/

/*.product img {*/
/*  width: 65%;*/
/*}*/

/*.shorts {*/
/*  position: absolute;*/
/*  top: 28%;*/
/*  left: 59%;*/
/*}*/

/*.product-dis p {*/
/*  color: white;*/
/*  width: 100%;*/
/*}*/

/*.shorts.bg {*/
/*  position: absolute;*/
/*  top: -40%;*/
/*  left: -14%;*/
/*}*/

/*.shorts.bg img {*/
/*  width: 87%;*/
/*}*/

/*.product {*/
/*  position: absolute;*/
/*  top: 114%;*/
/*  left: -14%;*/
/*}*/

/*.view-all a {*/
/*  text-decoration: none;*/
/*  background: #808080;*/
/*  color: white;*/
/*  padding: 10px 25px 10px;*/
/*  font-size: 14px;*/
/*  font-weight: 600;*/
/*}*/

/*.product-dis {*/
/*  position: relative;*/
/*  top: -80px;*/
/*  right: 109px;*/
/*}*/

/*.product .rating {*/
/*  position: absolute;*/
/*  top: 122%;*/
/*  left: -15%;*/
/*}*/

/*.new-team img {*/
/*  width: 100%;*/
/*}*/

/*.new-team {*/
/*  position: absolute;*/
/*  top: 25%;*/
/*  left: 76%;*/
/*}*/

/*.new-shirt-bg {*/
/*  position: absolute;*/
/*  top: -15%;*/
/*  left: -13%;*/
/*  right: -20%;*/
/*}*/

.medical-treatment img {
  width: 100%;
}

.muscle-mental {
  background-image: url(../images/treatment.png);
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}

/* .muscles p {
    width: 44%;
} */

.medical-treatment {
  position: relative;
}

.muscles {
  background: #000000b5;
  padding: 25px 45px 25px;
  width: 100%;
  border: 1px solid white;
}

.muscles h2 {
  color: white;
  font-size: 27px;
  text-transform: uppercase;
}

.muscles p {
  font-size: 14px;
  color: white;
}

.start-btn-new a {
  text-decoration: none;
  background: #808080;
  color: white;
  font-size: 14px;
  padding: 8px 15px 8px;
}

.testimonials .slick-track {
  margin: 30px 0;
}

.user-1 ul {
  padding: 0;
}

.user-1 li {
  list-style: none;
  display: inline-block;
  padding: 0 5px 0;
}

.user-1 {
  text-align: center;
  border: 1px solid white;
  padding: 50px 40px 40px;
  background: #00000082;
  position: relative;
  height: 330px;
}

.kent a {
  text-decoration: none;
  color: white !important;
  font-weight: 600;
  text-transform: uppercase;
}

.kent i {
  font-size: 5px;
  margin: 0px 8px 0px;
}

.testimonials {
  padding: 70px 0 70px;
}

.testimonials .slick-arrow {
  z-index: 9;
  top: 60%;
}

.testimonials .slick-prev {
    left: 0;
}

.testimonials .slick-next {
    right: 0;
}

.testimonials {
  background-image: url(../images/new-soccer-bg.png);
  background-size: cover;
}

.user-1 p {
  color: white;
  font-size: 14px;
}

.user-1 i {
  color: gold;
}

.user-dp {
  position: absolute;
  top: -28%;
  left: 33%;
}

.user-dp img {
  width: 60%;
}

.kent i {
  color: white;
}

.txt-bio h4 {
  color: white;
  text-transform: uppercase;
}

.txt-bio h2 {
  color: white;
  font-size: 40px;
  font-weight: 700;
}

.txt-bio {
  position: relative;
  margin-left: 40px;
  display: inline-block;
}

.view-btn a {
  text-decoration: none;
  background: #808080;
  color: white;
  font-size: 14px;
  padding: 10px 25px 10px;
  font-weight: 500;
}

/*.view-btn {*/
/*  padding: 20px 0 0;*/
/*}*/

.quick-links {
  padding: 0 40px 0;
}

.player-bio {
  position: relative;
}

.privacy {
  padding: 70px 0 70px;
}

.policy h2 {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 0 30px;
}

.contact-us {
  padding: 70px 0 70px;
}

textarea#exampleFormControlTextarea5 {
  height: 170px;
}

.contact-head h2 {
  text-align: center;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 0 40px;
}

.circle-1 img:hover {
  transform: scale(1.15);
}

.circle-1 img {
  transition: all 0.5s ease-in-out;
  margin-bottom: 20px;
  position: relative;
}

.circle-1:hover {
  border-color: #fff;
}

.circle-1 {
  padding-top: 50px;
  padding-bottom: 20px;
  transition: all 2.5s ease-in-out;
  border-width: 1px;
  border-radius: 20px;
  border-style: solid;
  border-color: #f000;
  position: relative;
  z-index: 1;
}

.circle-bio {
  padding-top: 20px !important;
}

.circle-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: #8080805e;
  border-radius: 20px;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}

.circle-1 h3 {
  position: relative;
  height: 80px;
}
.circle-1 a {
  position: relative;
}

.circle-1:hover:before {
  height: 100%;
}

.book-btn a {
  transition: all 0.5s ease-in-out;
  border: 1px solid #f000;
}

.book-btn a:hover {
  background-color: #000;
  border: 1px solid #fff;
}

.frame-players .row.align-items-center {
  display: flex;
  padding: 60px 0;
}

.brands-1 {
  overflow: hidden;
}

.brands-1 img {
  transition: all 0.5s ease-in-out;
}

.brands-1 img:hover {
  transform: scale(1.1);
}

.brands-2 {
  overflow: hidden;
}

.brands-2 img {
  transition: all 0.5s ease-in-out;
}

.brands-2 img:hover {
  transform: scale(1.3);
}
.brands-3 {
  overflow: hidden;
}

.brands-3 img {
  transition: all 0.5s ease-in-out;
}

.brands-3 img:hover {
  transform: scale(1.3);
}

.brands-4 {
  overflow: hidden;
}

.brands-4 img {
  transition: all 0.5s ease-in-out;
}

.brands-4 img:hover {
  transform: scale(1.3);
}

section.club-trend .slick-next,
section.club-trend .slick-prev {
  top: 30%;
}

.nav-1 ul li a:hover i {
  color: #222;
}

.nav-1 ul li a i {
  transition: all 0.5s ease-in-out;
}

.nav-2 ul li a:hover {
  color: #222;
}

.nav-2 ul li a:hover i {
  color: #222;
}

.nav-2 ul li a i {
  transition: all 0.5s ease-in-out;
}

.nav-2 ul li a {
  transition: all 0.5s ease-in-out;
}

.nav-opt a:hover {
  color: grey;
}

.nav-opt a {
  transition: all 0.5s ease-in-out;
}

.contact-btn a:hover {
  background-color: #222;
  border: 1px solid #fff;
}

.contact-btn a {
  transition: all 0.5s ease-in-out;
  border: 1px solid #f000;
}

.banner-cont a:hover {
  background: #f000;
  border: 1px solid #fff;
}

.banner-cont a {
  transition: all 0.5s ease-in-out;
  border: 1px solid #f000;
}

.player-bio a {
  transition: all 0.5s ease-in-out;
  border: 1px solid #f000;
}

.player-bio a:hover {
  background: #f000;
  border: 1px solid #fff;
}

.start-btn a {
  transition: all 0.5s ease-in-out;
  border: 1px solid #f000;
}

.start-btn a:hover {
  background: #f000;
  border: 1px solid #fff;
}

.start-btn-new a {
  transition: all 0.5s ease-in-out;
  border: 1px solid #f000;
}

.start-btn-new a:hover {
  background: #f000;
  border: 1px solid #fff;
}

img.prod-img {
  z-index: 1;
  position: relative;
  transition: all 0.5s ease-in-out;
}

img.prod-img:hover {
  transform: scale(1.15);
  filter: drop-shadow(2px 4px 6px #808080);
}

.view-all a {
  transition: all 0.5s ease-in-out;
  border: 1px solid #f000;
}

.view-all a:hover {
  border: 1px solid #fff;
  background: #f000;
}

.user-1 {
  margin-top: 80px;
  margin-right: 20px;
}

.view-btn a {
  transition: all 0.5s ease-in-out;
  border: 1px solid #f000;
}

.view-btn a:hover {
  background: #f000;
  border: 1px solid #fff;
}

.quick-links ul li a:hover {
  color: #fff;
}

.quick-links ul li a {
  transition: all 0.5s ease-in-out;
}

.other-links ul li a {
  transition: all 0.5s ease-in-out;
}

.other-links ul li a:hover {
  color: #fff !important;
}

.testimonials-txt h2 {
  color: white;
  text-transform: uppercase;
  font-weight: 500;
}

.testimonials-txt p {
  color: white;
}

.abroad-head h2 {
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  font-size: 40px;
  color: white;
  padding: 0 0 45px;
}

.abroad-international {
  /* background: #000000cf; */
  padding: 80px 0 80px;
  background-image: url(../images/football-shoot-bg.png);
  background-size: cover;
}

.abroad-img img {
  width: 100%;
}

.abroad-disc p {
  color: white;
}

/*.street-img img {*/
/*    width: 100%;*/
/*    height: 500px;*/
/*    object-fit: contain;*/
/*}*/

.street-txt p {
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.full90-street {
  padding: 130px 0 0;
}

p.p-1 {
  color: white;
  font-size: 30px;
  font-weight: 500;
}

.p-1 ul {
  padding-left: 20px;
  margin-bottom: 19px;
}

.p-1 ul li {
  margin-bottom: 10px;
  list-style: disc;
}

.p-1 a {
  text-decoration: underline;
}

.street-img {
  text-align: center;
}


.affilation-head h2 {
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  padding: 65px 0 60px;
}

.affilation-bg img {
  width: 69%;
  height: 90px;
  object-fit: contain;
}

.affilation-box {
  position: relative;
}

.affilation-bg {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.player-listing h3 {
  color: white;
  font-size: 20px;
}

.abroad-disc h2 {
  color: white;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 35px;
}

.abroad-disc p {
  text-align: center;
  font-size: 25px;
  font-weight: 400;
}

.street-txt h2 {
  color: white;
  font-size: 31px;
}

#more {
  display: none;
}

button#myBtn {
  background: #a1a1a1;
  color: white;
  border: none;
  font-weight: 500;
  padding: 3px 10px 3px;
  border-radius: 1px;
}

.brands-4 img {
  width: 125%;
}

.numbering p {
  color: white;
  font-weight: 500;
}

.numbering {
  position: absolute;
  top: 78%;
  left: 34%;
}

.player-slide-1 img {
  width: 85%;
}

.sinlge-bar.shopping.cart-icn.ic-none i {
  position: relative;
  left: 10px;
}

span.total-count {
  background: black;
  font-size: 12px !important;
  padding: 2px 5px;
  border-radius: 50%;
  top: -12px;
  left: 0px;
  position: relative;
  color: #ffffff;
}

/*#core-principles {*/
/*  max-height: 0;*/
/*  overflow: hidden;*/
/*  transition: max-height 0.5s ease-out;*/
/*}*/

/*#core-principles.show {*/
/*  max-height: 760px;*/
/*}*/


/*.relative.inline-flex.items-center.px-2.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.rounded-r-md.leading-5.hover\:text-gray-400.focus\:z-10.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-500.transition.ease-in-out.duration-150 svg {*/
/*  display: none !important;*/
/*}*/
/*.relative.inline-flex.items-center.px-2.py-2.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.rounded-l-md.leading-5.hover\:text-gray-400.focus\:z-10.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-500.transition.ease-in-out.duration-150 svg {*/
/*  display: none;*/
/*}*/

nav.flex.items-center.justify-between {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 10px 0;
}

.hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between {
  display: none;
}

span.relative.z-0.inline-flex.shadow-sm.rounded-md {
  display: flex;
  align-items: center;
  gap: 0px;
  height: 100%;
  width: 100%;
}

.about-other {
  margin-top: 40px;
}

.offcanvas, .offcanvas-btn {
    display: none;
}

a.btn.offcanvas-btn {
    display: none;
}

@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1200px) {
    .nav-opt li {
        padding: 0 11px 0 0px;
    }
    .nav-opt a {
        font-size: 14px;
    }
    .player-listing-inner {
        height: 400px;
        overflow-y: scroll;
    }
    .player-listing-inner::-webkit-scrollbar-thumb {
        background-color: #808080;
        border-radius: 11px;
    }
    .player-listing-inner::-webkit-scrollbar {
        background-color: #505050;
        width: 14px;
        border-radius: 10px;
    }
}

@media only screen and (max-width: 992px) {
    .contact-btn a {
        font-size: 12px;
        padding: 10px 11px 10px;
    }
    .nav-opt li {
        padding: 0 7px 0 0px;
    }
    .nav-opt a {
        font-size: 13px;
    }
    .banner-cont h1 {
        font-size: 45px;
    }
    .banner-cont p {
        font-size: 13px;
    }
    .circle-1 p {
        font-size: 12px;
    }
    .slide-box h4 {
        font-size: 16px;
        line-height: 20px;
        height: 50px;
    }
    .slide-box p {
        font-size: 14px;
    }
    section.club-trend .slick-next, section.club-trend .slick-prev {
        top: 50%;
    }
    .user-1 {
        padding: 40px 20px 20px;
    }
    .user-1 p {
        font-size: 12px;
        line-height: 21px;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .player-bio-inner {
        position: relative;
        height: 450px;
        overflow-y: scroll;
        margin-bottom: 30px;
    }
    .player-bio-inner::-webkit-scrollbar-thumb {
        background-color: #808080;
        border-radius: 11px;
    }
    .player-bio-inner::-webkit-scrollbar {
        background-color: #505050;
        width: 14px;
        border-radius: 10px;
    }
}
@media only screen and (max-width: 768px) {
    .nav-opt li {
        padding: 0 3px 3px 12px;
    }
    .nav-opt a {
        font-size: 15px;
    }
    .site-logo {
        width: 10%;
    }
    .nav-opt {
        width: 72%;
    }
    .contact-btn {
      width: 16%;
    }
    .circle-bio .row {
         margin: 0 0 0; 
    }
    .slide-box h4 {
        font-size: 16px;
        line-height: 20px;
        height: 40px;
    }
    .slide-box p {
        font-size: 13px;
        line-height: 24px;
        text-align: center;
    }
    .player-1 img {
        width: 100%;
        position: relative;
    }
    .frame-players .row.align-items-center {
        display: flex;
        padding: 60px 0;
        margin: 0 !important;
    }
    .frame-players .col-md-5 {
        max-width: 57%;
        flex: 0 0 57%;
    }
    .frame-players .col-md-7 {
        max-width: 43%;
        flex: 0 0 43%;
    }
    .player-listing-inner {
        height: 350px;
        overflow-y: scroll;
    }
    .brand-adds-4 img {
        width: 80%;
    }
    .brand-adds-1 {
       padding: 25px;
    }
    .affilation-bg {
        padding: 30px;
    }
    .product-wrapper h5 {
        font-size: 16px;
        line-height: 25px;
    }
    .pro-view {
        top: -15%;
    }
    .user-1 {
        margin-right: 0;
    }
    .user-1 p {
        font-size: 16px;
        line-height: 27px;
        margin-top: 15px;
    }
    .testimonial-slider-2 .user-1 p {
        font-size: 13px;
    }
    .user-1 ul {
        margin-top: 20px;
    }
    .user-dp {
        left: 36%;
    }
    .abroad-international .col-md-6 .row .col-md-6:first-child img {
        height: 190px;
        object-fit: cover;
    }
    img.stad-2 {
        height: 190px;
    }
    .abroad-img img {
        height: 160px;
        object-fit: cover;
    }
    .street-txt h2 {
        font-size: 22px;
    }
    .quick-links ul li a {
        font-size: 14px;
        white-space: nowrap;
    }
    .other-links ul li a {
        font-size: 14px;
    }
    .full-fc p {
        font-size: 12px;
        line-height: 26px;
    }
    .full-fc li {
        padding: 0 6px 0;
    }
    .search-btn a {
        padding: 7px 7px 7px;
    }
    .products-main .col-md-3 {
        max-width: 50% !important;
        flex: 0 0 50% !important;
    }
    .products-main .col-md-3:nth-child(3) .product-90 {
        margin-top: 120px !important;
    }
    .products-main .col-md-3:nth-child(odd) .product-90 {
        margin-top: 0;
    }
    .pro-view {
        top: 0;
    }
    .pro-shop {
        top: -15%;
    }
    .merchandise {
        padding: 120px 0 120px;
    }
    .banner-bg img {
        height: 250px;
    }
    .banner-main img {
        height: 600px;
    }
    .our-coaching-plan-inner {
        padding: 50px 0 80px;
    }
}
@media only screen and (max-width: 767px) {
    .player-bio-inner {
        position: relative;
        height: auto;
    }
    .player-bio-inner::-webkit-scrollbar-thumb {
        display: none;
    }
    .player-bio-inner::-webkit-scrollbar {
        display: none;
    }
}
@media only screen and (max-width: 576px) {
   .offcanvas, .offcanvas-btn {
        display: block;
    } 
    .nav-opt {
        display: none;
        width: 100%;
    }
    .nav-opt-offcanvas {
        display: block !important;
    }
    .offcanvas {
        background-color: black;
    }
    .nav-opt a {
        color: #fff !important;
    }
    .nav-opt li {
        padding: 0 3px 3px 12px;
        display: block;
        text-align: left;
        margin-bottom: 10px;
    }
    .offcanvas-body {
        padding-top: 50px;
    }
    .nav-1 {
        display: none;
    }
    .nav-1-off {
        display: block;
    }
    .nav-1.nav-1-off ul {
        display: flex;
        margin-top: 20px;
        gap: 0 10px;
    }
    .contact-btn {
        width: 22%;
    }
    a.btn.offcanvas-btn {
        font-size: 30px;
        padding: 5px 20px;
        border-radius: 5px;
        background-color: #808080;
        color: #fff;
        display: block;
    }
    .site-logo {
        width: 15%;
    }
    .banner-cont h1 {
        font-size: 31px;
    }
    .banner-cont p {
        font-size: 11px;
    }
    .player-bio-inner {
         position: relative; 
         height: 100%;  
         margin-bottom: 0; 
    }
    .circle-1 img {
        width: 40%;
    }
    .circle-1 h3 {
        height: auto;
        font-size: 23px;
    }
    .circle-1 p {
        font-size: 15px;
    }
    .slide-box p {
        font-size: 10px;
        line-height: 24px;
    }
    .frame-players .col-md-5 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .frame-players .col-md-7 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .player-listing-inner {
        height: auto;
        overflow-y: hidden;
        margin-top: 61px;
    }
    .club-head h2 {
        font-size: 33px;
    }
    .brands-1 {
        text-align: center;
    }
    .brands-1 {
        text-align: center;
        margin-bottom: 20px;
    }
    .brand-adds-4 img {
        width: 20%;
    }
    .affilation-head h2 {
        padding: 65px 0 0;
    }
    .products-main .col-md-3:nth-child(3) .product-90 {
        margin-top: 140px !important;
    }
    .txt-bio {
        margin-left: 0px; 
        text-align: center;
        width: 100%;
    }
    .abroad-international {
        padding: 50px 0 80px;
    }
    .abroad-international .col-md-6 .row .col-md-6 {
        width: 50%;
    }
    .abroad-international .col-md-6 .row .col-md-6 img {
        width: 100%;
    }
    .abroad-disc {
        margin-top: 20px;
    }
    .street-txt h2 {
        font-size: 26px;
        text-align: center;
    }
    .street-txt p {
        font-size: 19px;
    }
    p.p-1 {
        font-size: 26px;
    }
    .full-fc {
        text-align: center;
        margin-bottom: 20px;
    }
    .full-fc p {
        font-size: 15px;
        line-height: 26px;
    }
    .site-footer .col-md-3:nth-child(2), .site-footer .col-md-3:nth-child(3) {
        width: 50%;
        margin-bottom: 20px;
    }
    .quick-links, .other-links {
        padding: 0;
    }
    .search-btn a {
        padding: 7px 37px 7px;
        border-radius: 0;
    }
    .site-footer {
        background-size: cover;
        background-repeat: no-repeat;
    }
}
@media only screen and (max-width: 430px) {
    .contact-btn {
        width: 32%;
    }
    .site-logo {
        width: 28%;
    }
    .nav-2 li:last-child {
        width: 48%;
        padding-right: 0;
    }
    a.btn.offcanvas-btn {
        width: 17%;
    }
    div#offcanvasExample {
        width: 60%;
    }
    .banner-cont p br {
        display: none;
    }
    .banner-cont p {
        font-size: 13px;
        width: 90%;
    }
    .slide-box h4 {
        font-size: 17px;
        line-height: 26px;
    }
    .slide-box p {
        font-size: 13px;
        line-height: 26px;
    }
    .frame-players {
        padding: 0;
    }
    .club-head h2 {
        font-size: 28px;
    }
    .affilation-bg img {
        width: 89%;
        height: 120px;
    }
    .affilation-box img{
        width: 100%;
    }
    .products-main .col-md-3:first-child, .products-main .col-md-3:last-child {
        display: none;
    }
    .products-main .col-md-3:nth-child(3) .product-90 {
        margin-top: 60px !important;
    }
    .pro-view {
        top: -16%;
    }
    .muscles h2 {
        font-size: 21px;
    }
    .muscles p {
        font-size: 14px;
        line-height: 27px;
    }
    .testimonials-txt h2 {
        font-size: 26px;
    }
    .user-1 p {
        font-size: 14px;
        line-height: 25px;
    }
    .full90-street {
        padding: 50px 0 0;
    }
    .club-trend {
        overflow-x: hidden;
    }
    
}
@media only screen and (max-width: 390px) {
    .nav-2 li:last-child {
        width: 42%;
        padding-right: 0;
    }
    .contact-btn {
        width: 30%;
    }
    a.btn.offcanvas-btn {
        width: 19%;
    }
    .site-logo {
        width: 21%;
    }
    .pro-view {
        top: 5%;
    }
    .products-main .col-md-3:nth-child(3) .product-90 {
        margin-top: 40% !important;
    }
    .muscles h2 {
        font-size: 20px;
    }
    .products-main .col-md-3 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
    .products-main .col-md-3:nth-child(1) {
        display: none;
    }
    .user-1 p {
        font-size: 12px;
    }
    .quick-links h4, .other-links h4{
        font-size: 21px;
    }
    .nav-2 li:first-child {
        width: 46%;
    }
    .contact-btn {
        width: 32%;
    }
    a.btn.offcanvas-btn {
        width: 20%;
        padding: 0px;
    }
    .our-coaching-plan-inner .numbering-slides h2 {
        font-size: 31px;
    }
}

