@import url('main.css');

body {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3em;
  text-transform: none;
}

.header-main{
  justify-content: unset;
  gap: 50px;
}
.logo img, .footer-logo img, .offcanvas__logo img {
  height: 100px;
}

.footer-top-wrapper-3 {
  padding: 30px 0px;
}

.footer-top-wrapper-3 .col-md-4 {
  display: flex;
  align-items: center;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  text-transform: none;
  color: var(--white);
  text-align: justify;
  opacity: 0.88;
}
.footer-logo img{
  display: block;
  flex-shrink: 0;
  width: auto;
}
.footer-section-3::before{
  left: 50%;
}
.footer-section-3::after{
  display: none;
}

.hero-content h6 b{
  color:var(--theme);
}

.match-left img, .match-result-box .match-result .thumb img, .match-schedule .flag-item img, .ranking-box-style img, td img {
  width: auto;
  height: 50px;
  border-radius: 500%;
}
.match-result-wrapper .match-result-item ul li .match-left, 
.match-result-wrapper .match-result-item ul li .match-right span, 
.match-result-box .match-result p,
.match-result-wrapper .match-result-item p,
.match-schedule .flag-item span {
  font-size: 13px;
  line-height: 18px;
}
.match-result-wrapper .match-result-item ul li .match-left {
  text-align: center;
}
.brand-logo-3 img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
}

.ranking-wrapper .ranking-table-1 table .club img{
  border-radius: 500%;
}

.match-schedule .match-date{
  font-size: 15px;
  line-height: 20px;
}

.match-schedule .flag-item span, .limited-text{
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.score-logo img{
  width: 288px;
  height: auto;
  border-radius: 500%;
}

.brand-logo-3 {
  padding: 15px;
  height: 100px;
}

.gt-recent-thumb img {
  width: 100px;
  height: auto;
  max-height: 100px;
}
.sponsor-wrapper .sponsor-image {
  padding: 15px;
}
.sponsor-wrapper .sponsor-image img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.upcoming-match-box-items-3 .match-logo-items img {
  width: 100px;
  height: 100px;
  border-radius: 500%;
}
.match-box-items .match-schedule .match-date span {
  font-size: 17px;
}
.lineup-result-items .left-item .thumb img {
  width: 100px;
  height: auto;
  border-radius: 500%;
}

.lineup-item .thumb img, .match-head-title img {
  width: 75px;
  height: auto;
  border-radius: 500%;
}

.ranking-category-items .theme-btn.style-2{
  background-color: transparent;
  border: 1px solid #383673;
  color: var(--header);
}

legend {
  font-size: 15px;
}

.club-blog-items .thumb{
  width: 100%;
  height: 393px;
  background: center center/cover no-repeat;
}
.sponsor-wrapper {
  padding-top: 60px;
}

.about-image img {
  border-radius: 500%;
}
.about-wrapper-2 .about-image-items .about-image .text-circle img {
  width: 190px;
  height: auto;
}
.about-wrapper-2 .about-image-items .about-image .text-circle .ball-cicrle img {
  width: 80%;
  height: auto;
}
.circle-img {
  border-radius: 500%;
}
.our-club-payer-item {
  text-shadow: 0px 0px 3px #000;
}
.our-club-payer-item .player-image .player-content p {
  color: rgba(255, 255, 255, 0.9);
}
.our-club-payer-item .player-image img{
  transition: 0.3s ease;
}
.our-club-payer-item .player-image img:hover{
  filter: blur(5px);
}
.score-section-3 .shape-1 {
  left: 14%;
}
.score-section-3 .shape-2 {
  left: 9%;
}
.score-section-3 .shape-3 {
  right: 9%;
}
.score-section-3 .shape-4 {
  right: 14%;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 60px;
}

@media (max-width: 1399px) {
  .playing-result-box2 .match-result-box {
    display: flex;
    justify-content: center;
  }
  .playing-result-box2 .match-result-box .result-box {
    padding: 10px 15px;
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .sponsor-wrapper .sponsor-image img {
    height: 50px;
    width: auto !important;
  }
}

@media (max-width: 991px) {
  .section-padding {
    padding: 60px 0;
  }
}

@media (max-width: 575px) {
  .header-1 .logo img {
    width: auto;
  }
  .hero-3 .hero-content h6{
    font-size: 15px;
    letter-spacing: 3px;
  }
  .theme-btn {
    font-size: 10px;
    padding: 0 20px;
  }
  .hero-3 .hero-content p {
    text-align: justify;
  }
  .footer-bottom.style-3 .footer-bottom-wrapper-3 {
    font-size: 13px;
  }
}
