.switch-btn i {
  transform: rotate(90deg);
}

.tournament-style5 .team-degi {
  text-align: center;
}

.spinner {
  position: relative;
  margin: auto;
  box-sizing: border-box;
  background-clip: padding-box;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  border: 4px solid rgba(0, 199, 180, 0.1);
  -webkit-mask: linear-gradient(rgba(0, 199, 180, 0.1), #00c7b4 90%);
}

.spinner:before {
  border-top-color: rgba(0, 199, 180, 0.9);
}

.spinner:after {
  border-top-color: rgba(0, 199, 180, 0.6);
  animation-delay: 0.3s;
}

.header-logo2:before {
  background-color: #0d1e3a;
}

.text-link {
  color: #f5f5f5;
  border-bottom: 1px dotted #f5f5f5;
}
.text-link:hover {
  color: #f5f5f5;
  border-bottom: 0px dotted #f5f5f5;
}

.home-prizes {
  padding-bottom: 50px !important;
}

.home-upcoming-tournaments {
  padding-top: 100px !important;
}

.process-icon {
  border-radius: 120px;
  background: #0d1e3a !important;
  align-content: center !important;
}

.slider-subtitle {
  font-size: 1.2rem;
}

img.main-logo {
  max-width: 530px;
  rotate: -4deg;
  height: auto;
  margin-top: 80px;
}

footer .footer-logo {
  width: 250px;
}

.modal-header {
  border: 0px solid #dee2e6;
  text-align: center;
}
.modal-content {
  background-color: #020013;
}

.modal-footer {
  border: 0px solid #dee2e6;
}

.btn-close {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  opacity: 1;
}
.btn-close:hover {
  color: #00c6b4;
}

.modal-content .match-details .match-date {
  font-size: 12px;
  font-weight: 500;
  display: block;
  margin: 0;
  text-align: left;
}

.gallery-wrap1 {
  max-width: 340px;
  margin-left: auto;

  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 30px;
}

@media screen and (max-width: 768px) {
  img.main-logo {
    max-width: 100%;
    height: auto;
  }

  .testi-quote {
    display: none !important;
  }
}
