* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Markazi Text", serif;
  background-color: #f2f2f2;
  color: #01234a;
  padding-top: 118px;
}
body.scroll-up .ticker-wrap {
  border-bottom-color: transparent;
}
body.scroll-up .navbar {
  top: -80px;
}

@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
h2 {
  font-size: 60px;
}

/* COMMON DEMO STYLE */
.page-view {
  height: 75vh;
  margin-top: 10px;
  position: relative;
  /*width: 100vw;*/
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
}

.page-view .project {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-view .project .text h1 {
  font-size: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  display: table;
  text-align: center;
}

.page-view .project:nth-child(1) {
  z-index: 30;
}

@media screen and (max-width: 640px) {
  .page-view .project .text h1 {
    font-size: 36px;
  }

  .page-view .project .text p {
    bottom: 20px;
    margin: 0;
    text-align: center;
    width: 100%;
    right: auto;
    font-size: 14px;
  }
}
.page-view .arrows {
  position: absolute;
  bottom: 50px;
  left: 100px;
  z-index: 100;
}

.page-view .arrows .arrow {
  float: left;
  cursor: pointer;
}

.page-view .arrows .arrow.next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -11px;
}

.page-view .arrows .arrow:hover.previous {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: translate3d(-5px, 0, 0);
  transform: translate3d(-5px, 0, 0);
}

.page-view .arrows .arrow:hover.next {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: translate3d(5px, 0, 0) rotate(180deg);
  transform: translate3d(5px, 0, 0) rotate(180deg);
}

.page-view .arrows .arrow svg {
  height: 40px;
  width: 25px;
  padding: 2px;
}

.page-view .arrows .arrow svg polygon {
  fill: #fff;
}

.page-view .arrows .arrow {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  margin-right: 10px;
  margin-top: -7px;
}

@media screen and (max-width: 640px) {
  .page-view .arrows {
    bottom: 60px;
    left: 50%;
    z-index: 120;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .page-view .arrows .arrow.previous:hover {
    -webkit-transform: none;
    transform: none;
  }

  .page-view .arrows .arrow.next:hover {
    -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
    transform: translate3d(0, 0, 0) rotate(180deg);
  }
}
@-webkit-keyframes mask-play {
  from {
    -webkit-mask-position: 0% 0;
    mask-position: 0% 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes mask-play {
  from {
    -webkit-mask-position: 0% 0;
    mask-position: 0% 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
/* DEMO 3 */
.demo-3 {
  background: url(../img/urban-sprite.png) no-repeat -9999px -9999px;
}

.demo-3 .page-view {
  background: url(../img/urban-sprite-2.png) no-repeat -9999px -9999px;
}

.demo-3 .page-view h1 {
  font-size: 180px !important;
  letter-spacing: 4px;
  text-shadow: 14px 0px rgba(1, 0, 0, 0.5);
}

.demo-3 .page-view .project:nth-child(1) {
  background-image: url(../img/image6.jpg);
}

.demo-3 .page-view .project:nth-child(2) {
  background-image: url(../img/urban-2.jpeg);
}

.demo-3 .page-view .project:nth-child(3) {
  background-image: url(../img/urban-3.jpeg);
}

.demo-3 .page-view .project:nth-child(4) {
  background-image: url(../img/urban-4.jpeg);
}

.demo-3 .page-view .project .text h3 {
  font: normal normal normal 16px/32px Barlow;
  color: #fff;
  margin-bottom: 40px;
}

.demo-3 .page-view .project .text h2 {
  font: normal normal normal 40px/44px Barlow;
  color: #fff;
  letter-spacing: -1px;
}

.demo-3 .page-view .project .text p {
  font: normal normal normal 13px/20px Barlow;
  color: #fff;
  margin-bottom: 0;
}

.demo-3 .page-view .project .text {
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 476px;
  padding-bottom: 60px;
  padding-right: 50px;
}

.demo-3 .page-view .project:nth-child(odd).hide {
  -webkit-mask: url(../img/urban-sprite.png);
  mask: url(../img/urban-sprite.png);
  -webkit-mask-size: 3000% 100%;
  mask-size: 3000% 100%;
  -webkit-animation: mask-play 1.4s steps(29) forwards;
  animation: mask-play 1.4s steps(29) forwards;
}

.demo-3 .page-view .project:nth-child(even).hide {
  -webkit-mask: url(../img/urban-sprite.png);
  mask: url(../img/urban-sprite.png);
  -webkit-mask-size: 3000% 100%;
  mask-size: 3000% 100%;
  -webkit-animation: mask-play 1.4s steps(29) forwards;
  animation: mask-play 1.4s steps(29) forwards;
}

.no-cssmask .page-view .project.hide {
  opacity: 0;
  -webkit-transition: opacity 1.4s ease;
  transition: opacity 1.4s ease;
  -webkit-mask: none !important;
  mask: none !important;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.modal-1 {
  z-index: 111111111111;
  padding: 0;
}
.modal-1 .modal-header {
  justify-content: space-between;
}
.modal-1 .modal-header h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 66px;
  line-height: 1;
  background: #140238c7;
  border-radius: 45px;
  padding: 0 30px;
}
.modal-1 .modal-header button {
  margin: 0;
  background-size: cover;
  width: 1.1em;
  height: 1.1em;
  background-image: url("../img/cross.svg");
  opacity: 1;
  outline: none;
}
.modal-1 .modal-dialog {
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  top: 0px;
  margin: 0;
}
.modal-1 .modal-content {
  background-image: url("../img/au_1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.modal-1 .modal-body {
  height: 100vh;
  padding-top: 40px;
}
.modal-1 .modal-body .blk-2 {
  height: 350px !important;
  width: 100% !important;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  background-color: #ccc;
  margin-bottom: 25px;
}
.modal-1 .modal-body h3 {
  font-size: 40px;
  color: #fff;
}
.modal-1 .modal-body .blk-1 {
  text-align: left !important;
  background: #18225be8;
  padding: 18px;
  border-radius: 14px;
  margin-bottom: 14px;
}
.modal-1 .modal-body .blk-1 h3 {
  text-align: left;
  color: #fff;
  line-height: 30px;
}
.modal-1 .modal-body .blk-1 ul {
  margin-bottom: 0;
}
.modal-1 .modal-body .blk-1 ul li {
  font-size: 32px;
  color: #fff;
  line-height: 36px;
}
.modal-1 .modal-body p {
  color: #fff;
  font-size: 32px;
  margin-bottom: 0;
  line-height: 32px;
}
.modal-1 .modal-body .cc-1 .blk-1:first-child ul li {
  display: inline-grid;
  margin: 0 35px;
  margin-left: 0;
  position: relative;
}
.modal-1 .modal-body .cc-1 .blk-1:first-child ul li::after {
  content: '';
  position: absolute;
  left: -18px;
  top: 14px;
  border-radius: 26px;
  height: 8.5px;
  width: 8.5px;
  background-color: #fff;
}
.modal-1 .modal-body .cc-1 .blk-1:nth-child(2) ul li {
  display: inline-grid;
  margin: 0 35px;
  margin-left: 0;
  position: relative;
}
.modal-1 .modal-body .cc-1 .blk-1:nth-child(2) ul li::after {
  content: '';
  position: absolute;
  left: -18px;
  top: 14px;
  border-radius: 26px;
  height: 8.5px;
  width: 8.5px;
  background-color: #fff;
}

.btn-1 {
  display: inline-block;
  text-decoration: none;
  background-color: #201644;
  color: #fff;
  transition: 0.6s;
  border-radius: 8px;
  text-align: center;
  font-size: 22px;
  padding: 4px 20px;
}
.btn-1:hover {
  background-color: #3d6995;
  color: #fff;
}

.card-blk {
  background: repeating-radial-gradient(#fffffe, #80f48d);
  border-radius: 15px;
  padding: 24px 0;
  box-shadow: 0px 0px 5px 0px #000000;
  transition: 0.4s;
  height: 100%;
}
.card-blk:hover {
  box-shadow: 0px 0px 8px 1px #000000;
}
.card-blk .blk-1 h3 {
  margin-bottom: 6px !important;
}
.card-blk .blk-2 {
  height: 230px !important;
  width: 230px !important;
  border-radius: 50% !important;
  margin: auto;
  margin-top: 0 !important;
}

.captain-blk {
  position: relative;
}
.captain-blk::after {
  content: '';
  background-image: url(../img/cap-logo.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0px;
  right: 14px;
}

.tabs-top-blk {
  background: linear-gradient(to right, #00aaff, #ff0000, #00aaff);
  padding: 12px;
  border-radius: 10px;
  margin-bottom: 80px;
}
.tabs-top-blk .nav-item .nav-link {
  font-size: 28px;
  padding: 2px 20px;
  color: #fff;
  text-transform: uppercase;
}
.tabs-top-blk .nav-item .nav-link.active {
  background-color: #000;
}

.hero-top-img {
  background-image: url("../img/nomination-banner.webp");
  background-size: cover;
  height: 440px;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonials {
  padding-bottom: 50px;
}
.testimonials .row-2 .cc-1 .owl-carousel .item {
  background-color: #deeaf6;
  padding: 35px;
  padding-left: 50px;
  border-radius: 24px;
  height: 100%;
}
.testimonials .row-2 .cc-1 .owl-carousel .item .blk-1 {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.testimonials .row-2 .cc-1 .owl-carousel .item .blk-1 img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}
.testimonials .row-2 .cc-1 .owl-carousel .item .blk-2 p {
  font-size: 25px;
  line-height: 28px;
  position: relative;
}
.testimonials .row-2 .cc-1 .owl-carousel .item .blk-2 p:first-child::after {
  content: '';
  position: absolute;
  top: -5px;
  left: -25px;
  background-image: url(../img/black-comma.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.testimonials .row-2 .cc-1 .owl-carousel .item h5 {
  color: #336;
  margin-bottom: 0;
  font-size: 24px;
}
.testimonials .row-2 .cc-1 .owl-carousel .item h6 {
  font-size: 20px;
}
.testimonials .row-2 .owl-carousel .owl-nav.disabled {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.testimonials .row-2 .owl-carousel .owl-nav.disabled .owl-prev img, .testimonials .row-2 .owl-carousel .owl-nav.disabled .owl-next img {
  width: 40px;
  margin: 0 30px;
}
.testimonials .row-2 .owl-carousel .owl-nav.disabled .owl-prev img {
  rotate: 180deg;
}

body {
  background-image: url("../img/blue-collage.jpg");
  background-attachment: fixed;
  background-size: contain;
  background-position: -10px 0px;
  background-repeat: repeat-x;
  animation: animatedBackground 20s linear infinite;
}

.register-link {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  background: #1674ff;
  color: #fff;
  z-index: 9999999;
  text-decoration: none;
  padding: 6px 0;
}
.register-link span {
  line-height: 24px;
  border-bottom: 2px solid #fff;
}

.navbar {
  padding: 0;
  background-color: #01234a;
  position: fixed;
  top: 38px;
  left: 0;
  right: 0;
  transition: 0.25s all ease-in-out;
  -webkit-transition: 0.25s all ease-in-out;
  -moz-transition: 0.25s all ease-in-out;
  z-index: 1111;
}
.navbar #navbarText {
  justify-content: flex-end;
}
.navbar .navbar-nav .dropdown .show {
  color: #fff;
}
.navbar .navbar-nav li {
  margin-left: 20px;
}
.navbar .navbar-nav li a {
  color: #fff;
  font-size: 25px;
}
.navbar .navbar-nav li a.dropdown-toggle::after {
  position: relative;
  top: 4px;
}
.navbar .navbar-nav li.dropdown .dropdown-menu li {
  margin-left: 0;
}
.navbar .navbar-nav li.dropdown .dropdown-menu li a {
  color: #01234a;
}
.navbar .navbar-nav .dropdown-2 .dropdown-menu {
  padding: 10px 15px;
}
.navbar .navbar-nav .dropdown-2 .dropdown-menu .nav-item {
  padding: 8px 0;
}
.navbar .navbar-nav .dropdown-2 .dropdown-menu .nav-item .nav-link {
  line-height: 22px;
  padding: 0;
}

footer {
  background-color: #01234a;
  background-image: linear-gradient(#01234a, #000000);
  padding: 30px 0;
}
footer p, footer h3, footer li, footer h5, footer a {
  color: #ffffff;
  margin: 0;
}
footer a {
  text-decoration: none;
}
footer ul li {
  list-style: none;
}
footer .blk-1 h5 {
  margin-top: 10px;
}
footer .blk-1 a, footer .blk-1 p {
  font-size: 20px;
}
footer p {
  font-size: 22px;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.home-main .section-2 {
  text-align: center;
  padding: 50px 0;
}
.home-main .section-2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-main .section-2 ul li {
  margin: 0 20px;
}
.home-main .section-2 ul li a img {
  width: 150px;
}
.home-main .section-3 {
  padding: 50px 0;
}
.home-main .section-3 .video-row {
  align-items: center;
}
.home-main .section-3 iframe {
  display: table;
}
.home-main .section-3 p {
  font-size: 24px;
  line-height: 28px;
}
.home-main .section-4 {
  padding: 50px 0;
}
.home-main .section-4 h2 {
  margin-bottom: 20px;
}
.home-main .section-4 h3 {
  text-align: center;
}
.home-main .section-4 .blk-1 {
  height: 200px;
  background-size: cover;
  background-position: top;
  border-radius: 8px;
  position: relative;
}
.home-main .section-4 .blk-1 span {
  position: absolute;
  top: 6px;
  right: 6px;
}
.home-main .section-4 .blk-1 span img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 30px;
  object-position: center;
}
.home-main .section-04 {
  padding: 50px 0;
}
.home-main .section-04 h2 {
  margin-bottom: 20px;
}
.home-main .section-04 h3 {
  text-align: center;
}
.home-main .section-04 .blk-1 {
  height: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  position: relative;
}
.home-main .section-04 .blk-1 span {
  position: absolute;
  top: 6px;
  right: 6px;
}
.home-main .section-04 .blk-1 span img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 30px;
  object-position: center;
}
.home-main .section-5 {
  padding: 50px 0;
}
.home-main .section-5 .cc-1 img {
  max-width: 100%;
}

.team-main .section-1 {
  height: 400px;
  display: flex;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.team-main .section-1 img {
  width: 250px;
}
.team-main .section-2 {
  padding: 50px 0;
}
.team-main .section-2 .blk-1 {
  margin-bottom: 30px;
  position: relative;
}
.team-main .section-2 .blk-1 img {
  border-radius: 8px;
}
.team-main .section-2 .blk-1 span {
  position: absolute;
  background-color: #DD1E2C;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
  right: 10px;
}
.team-main .section-2 .blk-1 .wk {
  left: 10px;
  font-size: 35px;
}
.team-main .section-2 .blk-1 img {
  width: 100%;
}
.team-main .section-2 .blk-1 h3 {
  text-align: center;
}
.team-main .section-2 .blk-1 .blk-2 {
  height: 306px;
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  background-color: #ccc;
}

.match-main .section-2 {
  padding: 50px 0;
}
.match-main .section-2 .table {
  background-color: #fff;
}
.match-main .section-2 .table th {
  font-size: 25px;
}
.match-main .section-2 .table td {
  font-size: 25px;
}
.match-main .section-2 .list-1 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.match-main .section-2 .list-1 li {
  margin: 0 20px;
}
.match-main .section-2 .list-1 li img {
  width: 200px;
}
.match-main .section-2 .row-01 .btn-1 {
  box-shadow: none;
  border: none;
  font-size: 24px;
  text-transform: uppercase;
  padding: 4px 50px;
  margin-top: 20px;
}

.gallery-main .mansonry-section {
  margin-top: 50px;
}

.comming-soon .cc-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.comming-soon .cc-1 h1 {
  font-size: 150px;
  font-weight: 800;
  word-spacing: 25px;
}

.contact-form .section-2 {
  padding: 60px 0;
}
.contact-form .section-2 .row-1 h2 {
  margin-bottom: 20px;
  text-align: center;
}
.contact-form .section-2 .row-2 .cc-2 form {
  margin-bottom: 100px;
  width: 100%;
  position: relative;
}
.contact-form .section-2 .row-2 .cc-2 form .blk-1 {
  background-color: #fff;
  border: 1px solid;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
.contact-form .section-2 .row-2 .cc-2 form .blk-1 .blk-2 {
  width: 300px;
  height: 300px;
  background-image: url("../img/cpl_qr.jpg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
.contact-form .section-2 .row-2 .cc-2 form h4 {
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
.contact-form .section-2 .row-2 .cc-2 form h4::after {
  content: '*';
  color: #DD1E2C;
  position: absolute;
  right: -10px;
  top: 1px;
}
.contact-form .section-2 .row-2 .cc-2 form input {
  font-size: 20px;
  font-weight: 400;
  width: 100%;
  padding: 0px 0px 6px 0;
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #000;
  outline: none;
}
.contact-form .section-2 .row-2 .cc-2 form input[type=submit] {
  position: absolute;
  bottom: -80px;
  color: #fff;
  background: #3788d0;
  width: 180px;
  border-bottom: none;
  padding: 10px;
  font-weight: 600;
  border-radius: 10px;
}
.contact-form .section-2 .row-2 .cc-2 form input[type=submit]:hover {
  background: #2951be;
  transition: .5s;
}
.contact-form .section-2 .row-2 .cc-2 form ::placeholder {
  color: #000;
  opacity: 0.3;
  font-weight: 400;
}
.contact-form .section-2 .row-2 .cc-2 form input[type=checkbox] {
  width: 18px;
  margin-bottom: 0;
  height: 18px;
  margin-right: 20px;
}
.contact-form .section-2 .row-2 .cc-2 form .checkbox-btn {
  display: flex;
  align-items: center;
}
.contact-form .section-2 .row-2 .cc-2 form .checkbox-btn span {
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-left: 0;
}

.ticker-wrap {
  position: fixed;
  top: 0px;
  width: 100%;
  overflow: hidden;
  padding-left: 100%;
  box-sizing: content-box;
  background: #1674ff;
  z-index: 111111;
}
.ticker-wrap .ticker {
  display: inline-block;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 60s;
  animation-duration: 60s;
}
.ticker-wrap .ticker .ticker-item {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  word-spacing: 8px;
  color: white;
}

.player-main .section-2 {
  padding: 50px 0;
}
.player-main .section-2 .row-1 {
  margin-bottom: 60px;
}
.player-main .section-2 .row-1 h3 {
  background-color: #e7ff00;
  display: inline-block;
  padding: 0 30px;
}
.player-main .section-2 .row-2 .cc-1 .blk-1 {
  position: relative;
}
.player-main .section-2 .row-2 .cc-1 .blk-1 .cap-logo {
  width: 60px;
  position: absolute;
  top: -16px;
  right: 0px;
}
.player-main .section-2 .row-2 .cc-1 .blk-1 .cap-logo-2 {
  width: 60px;
  position: absolute;
  top: -10px;
  left: 5px;
  border-radius: 0;
}
.player-main .section-2 .row-2 .cc-1 .blk-1 h3 {
  margin-bottom: 0;
  line-height: 28px;
  margin-top: 14px;
}
.player-main .section-2 .player-blk {
  text-decoration: none;
}
.player-main .section-2 .blk-1 {
  margin-bottom: 30px;
}
.player-main .section-2 .blk-1 img {
  border-radius: 8px;
}
.player-main .section-2 .blk-1 img {
  width: 100%;
}
.player-main .section-2 .blk-1 h3 {
  font-size: 36px;
  color: #000;
  text-decoration: none;
  margin-top: 10px;
}
.player-main .section-2 .blk-1 .blk-2 {
  height: 200px;
  width: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  background-color: #ccc;
  margin: 0 auto;
}
.player-main .section-2 .modal-body h3 {
  color: #ffffff;
}
.player-main .section-2 .selectize-input > * {
  font-size: 20px;
  font-weight: 600;
}
.player-main .section-2 .selectize-dropdown [data-selectable].option {
  font-size: 18px;
  font-weight: 500;
}
.player-main .section-2 .selectize-dropdown .active:not(.selected) {
  background: #92c836;
  color: #495c68;
}

.auction-main .section-2 .row-1 {
  margin: 40px 0;
}
.auction-main .section-2 .nav {
  background: linear-gradient(to right, #00aaff, #ff0000, #00aaff);
  padding: 12px;
  border-radius: 10px;
  margin-bottom: 60px;
}
.auction-main .section-2 .nav .nav-item {
  margin-right: 10px;
}
.auction-main .section-2 .nav .nav-item .nav-link {
  font-size: 28px;
  padding: 2px 36px;
  color: #fff;
  text-transform: uppercase;
}
.auction-main .section-2 .nav .nav-item .nav-link.active {
  background-color: #000;
}
.auction-main .section-2 .search-players {
  align-items: center;
  margin-bottom: 30px;
}
.auction-main .section-2 .search-players .select-cat {
  width: 300px;
}
.auction-main .section-2 .search-players .select-cat .selectize-input .item {
  font-size: 24px;
}
.auction-main .section-2 .search-players .select-cat .selectize-input input {
  font-size: 22px;
}
.auction-main .section-2 .search-players .select-cat .selectize-dropdown-content .option {
  font-size: 20px;
}
.auction-main .section-2 .search-players .form-control {
  font-size: 26px;
  padding: 4px 15px;
  border-radius: 10px;
  border: none;
  outline: none;
  box-shadow: none;
  background: #000000;
  color: white;
}
.auction-main .section-2 .search-players .form-control::placeholder {
  color: #fff;
}
.auction-main .section-2 .cc-1 {
  min-height: 600px;
}
.auction-main .section-2 .cc-1 .row-2 {
  position: relative;
  background-color: #bac600;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  align-items: center;
  padding: 20px 0;
  margin-bottom: 40px;
}
.auction-main .section-2 .cc-1 .row-2 h3 {
  font-size: 36px;
  line-height: 36px;
}
.auction-main .section-2 .cc-1 .row-2 .cc-2 img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}
.auction-main .section-2 .cc-1 .row-2 .cc-3 .selectize-control.single .selectize-input {
  box-shadow: none;
  border: none;
}
.auction-main .section-2 .cc-1 .row-2 .cc-3 .selectize-input > * {
  font-size: 20px;
}
.auction-main .section-2 .cc-1 .row-2 .cc-3 .form-select {
  font-size: 22px;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
  background-color: #fff;
  border-radius: 10px;
}
.auction-main .section-2 .cc-1 .row-2 .cc-4 .form-control {
  font-size: 22px;
  padding: 4px 10px;
  border-radius: 10px;
  border: none;
  outline: none;
  box-shadow: none;
}
.auction-main .section-2 .cc-1 .row-2 .cc-5 .form-check {
  text-align: center;
}
.auction-main .section-2 .cc-1 .row-2 .cc-5 .form-check .form-check-input {
  background-image: url("../img/unsold.png");
  background-color: transparent;
  border: none;
  background-size: cover;
  height: 36px;
  width: 140px;
  outline: none;
  box-shadow: none;
  float: none;
  border-radius: 0;
}
.auction-main .section-2 .cc-1 .row-2 .cc-5 .form-check .form-check-input:checked {
  background-image: url("../img/sold.png");
  background-color: transparent;
}
.auction-main .section-2 .cc-1 .row-2 .cc-6 a {
  display: inline-block;
  text-decoration: none;
  background-color: #201644;
  color: #fff;
  transition: 0.6s;
  border-radius: 8px;
  text-align: center;
  font-size: 18px;
  padding: 4px 0;
}
.auction-main .section-2 .cc-1 .row-2 .cc-6 a:hover {
  background-color: #3d6995;
}
.auction-main .section-2 .cc-1 option {
  background-color: #2951be !important;
}
.auction-main .section-2 .cc-1 .cat-a::after, .auction-main .section-2 .cc-1 .cat-b::after, .auction-main .section-2 .cc-1 .cat-c::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../img/a-cat.png);
  background-repeat: no-repeat;
  width: 100px;
  height: 50px;
  background-size: contain;
}
.auction-main .section-2 .cc-1 .cat-b::after {
  background-image: url(../img/b-cat.png);
}
.auction-main .section-2 .cc-1 .cat-c::after {
  background-image: url(../img/c-cat.png);
}

.auction-summary .search-players {
  align-items: center;
  margin-bottom: 30px;
}
.auction-summary .search-players .select-cat {
  width: 300px;
}
.auction-summary .search-players .select-cat .selectize-input .item {
  font-size: 24px;
}
.auction-summary .search-players .select-cat .selectize-input input {
  font-size: 22px;
}
.auction-summary .search-players .select-cat .selectize-dropdown-content .option {
  font-size: 20px;
}
.auction-summary .search-players .form-control {
  font-size: 26px;
  padding: 4px 15px;
  border-radius: 10px;
  border: none;
  outline: none;
  box-shadow: none;
  background: #000000;
  color: white;
}
.auction-summary .search-players .form-control::placeholder {
  color: #fff;
}
.auction-summary .section-2 {
  padding: 50px 0;
}
.auction-summary .section-2 .row-1 {
  margin-bottom: 40px;
}
.auction-summary .section-2 .row-2 .nav {
  background: linear-gradient(to right, #00aaff, #ff0000, #00aaff);
  padding: 12px;
  border-radius: 10px;
  margin-bottom: 80px;
}
.auction-summary .section-2 .row-2 .nav .nav-item {
  margin-right: 10px;
}
.auction-summary .section-2 .row-2 .nav .nav-item .nav-link {
  font-size: 28px;
  padding: 2px 36px;
  color: #fff;
  text-transform: uppercase;
}
.auction-summary .section-2 .row-2 .nav .nav-item .nav-link.active {
  background-color: #000;
}
.auction-summary .section-2 .row-2 .cc-1 .tab-content .blk-1 {
  text-align: center;
}
.auction-summary .section-2 .row-2 .cc-1 .tab-content .blk-1 img {
  height: 200px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  margin-bottom: 10px;
}
.auction-summary .section-2 .row-2 .cc-1 .tab-content .blk-1 h2 {
  font-size: 36px;
  text-align: center;
}
.auction-summary .section-2 .row-2 .cc-1 .tab-content .blk-1 ul li {
  font-size: 26px;
}
.auction-summary .section-2 .row-2 .cc-1 .row-3 .blk-1 {
  border: 1px solid;
  border-radius: 10px;
  background: #edffff;
  overflow: hidden;
}
.auction-summary .section-2 .row-2 .cc-1 .row-3 .blk-1 img {
  height: 120px;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  margin-bottom: 0;
}
.auction-summary .section-2 .row-2 .cc-1 .row-3 .blk-1 h2 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 0;
}
.auction-summary .section-2 .row-2 .cc-1 .row-3 .blk-1 h3 {
  border-bottom: 1px solid #000;
  margin: 0;
  padding: 8px 0;
}
.auction-summary .section-2 .row-2 .cc-1 .row-3 .blk-1 ul {
  margin-bottom: 0;
}
.auction-summary .section-2 .row-2 .cc-1 .row-3 .blk-1 ul li {
  padding: 4px 0;
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: center;
}
.auction-summary .section-2 .row-2 .cc-1 .row-3 .blk-1 ul li span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 135px;
  display: inline-block;
}
.auction-summary .section-2 .row-2 .cc-1 .row-3 .blk-1 ul li:last-child {
  border-bottom: none;
}
.auction-summary .section-2 .row-2 .cc-1 .row-4 .blk-01 {
  border: 0.5px solid #000;
  padding: 20px 12px;
  border-radius: 20px;
  background: #f6f6f6db;
  margin-bottom: 25px;
}
.auction-summary .section-2 .row-2 .cc-1 .row-4 .blk-01 h3 {
  text-align: center;
  padding: 5px 0;
  font-weight: 800;
  font-size: 35px;
}
.auction-summary .section-2 .row-2 .cc-1 .row-4 .blk-01 h4 {
  font-size: 30px;
  line-height: 28px;
}

.user-main .section-2 {
  padding: 50px 0;
}
.user-main .section-2 .wpcf7-form .wpcf7-response-output {
  margin-top: 0;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  background: #68d037;
  border: none;
  text-transform: capitalize;
  word-spacing: 5px;
  letter-spacing: 2px;
  padding: 3px 0;
  border-radius: 5px;
  line-height: 25px;
}
.user-main .section-2 .invalid .wpcf7-response-output {
  background-color: red;
}
.user-main .section-2 .row-1 {
  margin-bottom: 40px;
}
.user-main .section-2 .row-1 .cc-1 h3 {
  background-color: #e7ff00;
  display: inline-block;
  padding: 0 30px;
}
.user-main .section-2 .row-1 .cc-1 h3 a {
  padding: 0 5px;
}
.user-main .section-2 .row-2 .note-blk {
  display: none;
  background-color: #ffffff;
  margin: 20px 0;
  padding: 10px 20px;
  border-radius: 5px;
}
.user-main .section-2 .row-2 .note-blk h4 {
  margin-bottom: 0;
  color: #01234a;
}
.user-main .section-2 .row-2 .note-blk ol {
  margin-bottom: 0;
  color: #01234a;
}
.user-main .section-2 .row-2 .note-blk ol li {
  font-size: 20px;
}
.user-main .section-2 .row-2 .nav {
  background: linear-gradient(to right, #00aaff, #ff0000, #00aaff);
  padding: 12px;
  border-radius: 10px;
  margin-bottom: 60px;
}
.user-main .section-2 .row-2 .nav .nav-item {
  margin-right: 10px;
}
.user-main .section-2 .row-2 .nav .nav-item .nav-link {
  font-size: 28px;
  padding: 2px 36px;
  color: #fff;
  text-transform: uppercase;
}
.user-main .section-2 .row-2 .nav .nav-item .nav-link.active {
  background-color: #000;
}
.user-main .section-2 .row-2 .tab-content .row-1 {
  margin-bottom: 30px;
}
.user-main .section-2 .row-2 .tab-content .row-1 .form-select {
  font-size: 24px;
  padding: 4px 10px;
  outline: none;
  box-shadow: none;
  border: 1px solid #000;
  border-radius: 10px;
}
.user-main .section-2 .row-2 .tab-content form {
  margin-bottom: 100px;
  width: 100%;
  position: relative;
}
.user-main .section-2 .row-2 .tab-content form .blk-1 {
  background-color: #fff;
  border: 1px solid;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
.user-main .section-2 .row-2 .tab-content form .blk-1 .blk-2 {
  width: 300px;
  height: 300px;
  background-image: url("../img/cpl_qr.jpg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
.user-main .section-2 .row-2 .tab-content form h4 {
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
.user-main .section-2 .row-2 .tab-content form h4::after {
  content: '*';
  color: #DD1E2C;
  position: absolute;
  right: -10px;
  top: 1px;
}
.user-main .section-2 .row-2 .tab-content form .uploaded-img {
  height: 100px;
  width: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f2f2f2;
  margin-bottom: 20px;
  border-radius: 8px;
}
.user-main .section-2 .row-2 .tab-content form input {
  font-size: 20px;
  font-weight: 400;
  width: 100%;
  padding: 0px 0px 6px 0;
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #000;
  outline: none;
}
.user-main .section-2 .row-2 .tab-content form input[type=submit] {
  position: absolute;
  bottom: -80px;
  color: #fff;
  background: #3788d0;
  width: 180px;
  border-bottom: none;
  padding: 10px;
  font-weight: 600;
  border-radius: 10px;
}
.user-main .section-2 .row-2 .tab-content form input[type=submit]:hover {
  background: #2951be;
  transition: .5s;
}
.user-main .section-2 .row-2 .tab-content form ::placeholder {
  color: #000;
  opacity: 0.3;
  font-weight: 400;
}
.user-main .section-2 .row-2 .tab-content form input[type=checkbox] {
  width: 18px;
  margin-bottom: 0;
  height: 18px;
  margin-right: 20px;
}
.user-main .section-2 .row-2 .tab-content form .checkbox-btn {
  display: flex;
  align-items: center;
  flex-flow: wrap;
}
.user-main .section-2 .row-2 .tab-content form .checkbox-btn span {
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-left: 0;
  width: 100%;
}
.user-main .section-2 .row-2 .tab-content form .wpcf7-spinner::after {
  content: 'Please wait... Submitting the form. Do not refresh the page.';
  min-width: 500px;
  position: absolute;
  top: -6px;
  left: 44px;
  font-size: 24px;
  color: #00006a;
}
.user-main .section-2 .selectize-input > * {
  font-size: 20px;
}
.user-main .section-2 .selectize-control.single .selectize-input {
  border: none;
  background: #fff;
  box-shadow: none;
}

.players-category .section-2 .selectize-input > * {
  font-size: 19px;
}
.players-category .section-2 .row-01 .select-cat-captain .select-captain {
  font-size: 22px;
  margin-bottom: 8px;
}
.players-category .section-2 .row-01 .select-cat-captain .select-captain input {
  position: relative;
  top: 1px;
}
.players-category .section-2 .row-01 .card-blk .selectize-control.single .selectize-input:after {
  right: 8px !important;
}

.match-schedule .section-3 .row-1 {
  padding-bottom: 0 !important;
}
.match-schedule .section-3 .row-2 h2 {
  font-size: 50px;
}
.match-schedule .section-3 .row-3 .tabs-top-blk {
  margin-bottom: 50px;
}
.match-schedule .section-3 .matchs-schudule-blk {
  text-align: center;
  position: relative;
  background: radial-gradient(ellipse at center, #111 0%, #000 100%);
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 30px 0;
}
.match-schedule .section-3 .matchs-schudule-blk::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/lion-roar.png);
  height: 100%;
  width: 20%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.match-schedule .section-3 .matchs-schudule-blk::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../img/lion-roar1.png);
  height: 100%;
  width: 20%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.match-schedule .section-3 .matchs-schudule-blk .title {
  font-size: 40px;
  color: #ffffff;
  letter-spacing: 2px;
  line-height: 40px;
  margin-bottom: 30px;
}
.match-schedule .section-3 .matchs-schudule-blk .ball-blk {
  position: absolute;
  top: 42%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.match-schedule .section-3 .matchs-schudule-blk .ball {
  background-image: url(../img/logo.png);
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  margin: 30px auto;
  box-shadow: 0 0 40px #f00, 0 0 60px #f00;
  animation: spin 4s linear infinite;
}
.match-schedule .section-3 .matchs-schudule-blk .teams {
  display: flex;
  justify-content: space-evenly;
  font-size: 40px;
  margin-bottom: 0;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(to right, #00aaff80, #ff00008a, #00aaff87);
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.match-schedule .section-3 .matchs-schudule-blk .match-time {
  font-size: 25px;
  line-height: 25px;
  color: #00aaff;
  margin-top: 40px;
}

.cpl-rules .section-2 {
  padding: 50px 0;
}
.cpl-rules .section-2 .row-1 .cc-1 h1 {
  color: #01234a;
  font-size: 50px;
  line-height: 50px;
}
.cpl-rules .section-2 .row-1 .cc-1 h4 {
  color: #01234a;
  font-size: 30px;
}
.cpl-rules .section-2 .row-1 .cc-1 h2 {
  font-size: 40px;
  border-bottom: 4px solid #01234a;
  color: #01234a;
  display: inline-block;
  margin-bottom: 20px;
  line-height: 40px;
}
.cpl-rules .section-2 .row-1 .cc-1 .audio-blk {
  background: #efc48b;
  padding: 20px;
  border-radius: 10px;
}
.cpl-rules .section-2 .row-1 .cc-1 .audio-blk h2 {
  border-bottom: none;
  text-transform: uppercase;
}
.cpl-rules .section-2 .row-1 .cc-1 .read-blk h2 {
  border-bottom: none;
  padding: 6px 20px;
  border-radius: 10px;
  text-transform: uppercase;
  display: block;
  text-align: center;
}
.cpl-rules .section-2 .row-1 .cc-1 .blk-1 {
  margin-bottom: 40px;
  box-shadow: 0px 0px 7px 0px #0000003d;
  padding: 20px;
  border-radius: 10px;
}
.cpl-rules .section-2 .row-1 .cc-1 .blk-1 h2 {
  font-size: 40px;
  border-bottom: 4px solid #01234a;
  color: #01234a;
  display: inline-block;
  margin-bottom: 20px;
  line-height: 40px;
}
.cpl-rules .section-2 .row-1 .cc-1 .blk-1 ul li {
  font-size: 23px;
}

.error-404 .section-1 .cc-1 img {
  border-radius: 10px;
  width: 100%;
}

.faq-main .section-1 {
  height: 400px;
  display: flex;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.faq-main .section-3 {
  padding: 60px 0;
}
.faq-main .section-3 .accordion {
  border: 1px solid #e6d8d8;
}
.faq-main .section-3 .accordion-item {
  border-bottom: 1px solid #e6d8d8;
}
.faq-main .section-3 .accordion-item .accordion-header {
  outline: none;
  background-color: transparent;
}
.faq-main .section-3 .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  font-weight: 500;
  padding: 10px 23px;
  font-size: 30px;
  line-height: 30px;
}
.faq-main .section-3 .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
  outline: none;
}
.faq-main .section-3 .accordion-item:last-child {
  border-bottom: 0;
}
.faq-main .section-3 .accordion-item .accordion-button.collapsed {
  border-bottom: none;
}
.faq-main .section-3 .accordion-item .accordion-button {
  border-bottom: 1px solid #e6d8d8;
}
.faq-main .section-3 .accordion-item .accordion-body {
  padding: 22px 22px;
}
.faq-main .section-3 .accordion-item .accordion-body p {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 24px;
}
.faq-main .section-3 .accordion-item .accordion-body ul li {
  font-size: 24px;
  line-height: 24px;
}
.faq-main .section-3 .accordion-item .accordion-body h5 {
  font-weight: 600;
  line-height: 26px;
  font-size: 24px;
  letter-spacing: 0.5px;
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .auction-summary .section-2 .row-2 .cc-1 .row-4 .blk-01 h4 {
    font-size: 26px;
    line-height: 26px;
  }
}
@media screen and (min-width: 300px) and (max-width: 767px) {
  body {
    background-repeat: repeat;
    padding-top: 108px;
  }

  .modal-1 .modal-body .blk-1 h3 {
    font-size: 30px;
  }
  .modal-1 .modal-body p {
    font-size: 24px;
  }

  nav .navbar-brand img {
    width: 60px;
  }
  nav .navbar-toggler {
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
  }
  nav .navbar-toggler .navbar-toggler-icon {
    width: 2.5em;
    height: 2.5em;
  }
  nav .navbar-toggler:focus {
    box-shadow: none;
  }
  nav .navbar-toggler {
    background: url(../img/arya.svg);
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    background-size: cover;
  }
  nav .navbar-toggler-icon {
    background-image: none;
  }

  .register-link {
    font-size: 1.3rem;
  }

  footer .cc-1 .blk-1 {
    margin-bottom: 20px;
  }
  footer .cc-1 .blk-1 img {
    width: 70px !important;
  }
  footer .cc-1 .blk-1 h5 {
    margin-bottom: 6px;
  }
  footer .cc-1 .blk-1 p {
    font-size: 15px;
  }
  footer .copyright {
    margin-top: 0 !important;
  }
  footer .copyright p {
    line-height: 25px;
  }

  .hero-top-img {
    height: 140px;
  }

  h2 {
    font-size: 44px;
    line-height: 44px;
  }

  .card-blk {
    max-width: 350px;
    margin: auto;
  }

  .modal-1 {
    background-image: url(../img/au_1.jpg);
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
  }
  .modal-1 .modal-content {
    background: none;
  }
  .modal-1 .modal-dialog .modal-header img {
    width: 40px;
  }
  .modal-1 .modal-dialog .modal-header h1 {
    padding: 10px;
    text-align: center;
    font-size: 25px;
  }
  .modal-1 .modal-dialog .modal-header button {
    width: 0.1em;
    height: 0.1em;
  }
  .modal-1 .modal-dialog .modal-body .blk-2 {
    height: 250px !important;
  }
  .modal-1 .modal-dialog .modal-body .col-md-4 {
    order: 2;
  }
  .modal-1 .modal-dialog .modal-body .col-md-4:nth-child(2) {
    order: 1;
  }

  .comming-soon .section-1 .cc-1 h1 {
    font-size: 45px;
  }

  .home-main .section-1 .demo-3 .page-view {
    height: 300px;
  }
  .home-main section h2 {
    font-size: 45px !important;
  }
  .home-main .section-3 {
    padding: 25px 0;
  }
  .home-main .section-3 .video-row .cc-1 {
    margin-bottom: 30px;
  }
  .home-main .section-3 iframe {
    width: 100%;
    height: 300px;
  }
  .home-main .section-2 {
    padding: 25px 0;
  }
  .home-main .section-2 li {
    margin: 0 4px !important;
  }
  .home-main .section-2 li a img {
    width: 50px !important;
  }
  .home-main .section-4 {
    padding: 25px 0;
  }
  .home-main .section-4 .blk-1 {
    height: 250px !important;
    width: 250px;
    margin: 0 auto;
  }
  .home-main .section-04 {
    padding: 25px 0;
  }
  .home-main .section-04 .blk-1 {
    height: 250px !important;
    width: 250px;
    margin: 0 auto;
  }
  .home-main .section-5 {
    padding: 25px 0;
  }

  .contact-form .section-2 {
    padding: 30px 0;
  }
  .contact-form .section-2 .row-1 h2 {
    font-size: 35px;
  }

  .team-main h2 {
    font-size: 45px !important;
  }
  .team-main .section-1 {
    height: 350px;
  }
  .team-main .section-2 .blk-1 span {
    top: 10px;
    right: 17%;
  }
  .team-main .section-2 .blk-1 .wk {
    left: 17%;
    top: 10px;
  }
  .team-main .section-2 .blk-1 .blk-2 {
    width: 250px;
    height: 250px;
    margin: 0 auto;
  }

  .ticker-wrap .ticker {
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
  }

  .player-main .section-2 .row-1 {
    margin-bottom: 40px;
  }

  .tabs-top-blk {
    display: block;
  }
  .tabs-top-blk .nav-item .nav-link {
    font-size: 26px;
    padding: 2px 10px;
  }

  .user-main .section-2 .nav, .auction-main .section-2 .nav {
    display: block;
  }
  .user-main .section-2 .nav .nav-item .nav-link, .auction-main .section-2 .nav .nav-item .nav-link {
    padding: 2px 10px;
  }

  .user-main .section-1 {
    background-image: url("../img/mb-nomination-banner.jpg");
    height: 300px;
  }
  .user-main .section-2 .row-1 {
    margin-bottom: 20px;
  }
  .user-main .section-2 .tab-content .wpcf7-spinner::after {
    min-width: 275px !important;
    font-size: 18px !important;
    line-height: 20px !important;
  }

  .auction-summary .section-2 .row-1 {
    margin-bottom: 20px;
  }
  .auction-summary .section-2 .row-2 .nav {
    display: block;
  }
  .auction-summary .section-2 .row-2 .nav .nav-item .nav-link {
    padding: 2px 10px;
  }
  .auction-summary .section-2 .row-2 .cc-1 .row-3 .blk-1 {
    margin-bottom: 40px;
  }
  .auction-summary .section-2 .row-2 .cc-1 .row-3 .blk-1 img {
    height: 160px;
  }
  .auction-summary .section-2 .row-2 .cc-1 .row-3 .blk-1 h3 {
    font-size: 26px;
    font-weight: 600;
  }
  .auction-summary .section-2 .row-2 .cc-1 .row-3 .blk-1 ul li span {
    width: auto;
  }
  .auction-summary .section-2 .row-2 .cc-1 .row-4 .blk-01 h3 {
    text-align: left;
    padding: 10px 0;
    font-size: 40px;
    padding-bottom: 0;
  }

  .match-schedule .section-3 .matchs-schudule-blk::after {
    top: 18px;
    width: 30%;
  }
  .match-schedule .section-3 .matchs-schudule-blk::before {
    top: 18px;
    width: 30%;
  }
  .match-schedule .section-3 .matchs-schudule-blk .ball-blk {
    top: 36% !important;
  }
  .match-schedule .section-3 .matchs-schudule-blk .ball-blk .ball {
    width: 50px;
    height: 50px;
  }
  .match-schedule .section-3 .matchs-schudule-blk .teams {
    font-size: 26px;
    justify-content: space-around;
  }
  .match-schedule .section-3 .matchs-schudule-blk .title {
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .match-schedule .section-3 .row-2 h2 {
    font-size: 44px;
    line-height: 44px;
  }
  .match-schedule .section-3 .row-3 .tabs-top-blk {
    display: flex;
  }

  .cpl-rules .section-2 .row-1 .cc-1 .blk-1 ul {
    padding-left: 18px;
  }
  .cpl-rules .section-2 .row-1 .cc-1 .blk-1 ul li {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 12px;
    font-weight: 400;
  }

  .faq-main .section-3 .accordion-item .accordion-header .accordion-button {
    font-size: 26px;
    line-height: 28px;
  }
}

/*# sourceMappingURL=custom.css.map */
