/*-----------------about-us page :start ------------------*/
.about_us .custom-header {
    height: 50vh;
    background:  url("../images/about_us.png") no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
}

.feature-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 2rem;
    text-align: center;
    backface-visibility: hidden;
    transform: translate(-50%, -50%);
}

.feature-content h1{
    color: white;
}

.card-img-overlay {
    color: #ffff;
    font-weight: 700;
}

.sponsors img {
    width:100px;
}


@media only screen and (min-width: 768px) {
    .main-carousel img {
        height: 90vh;
    }


  }


  @media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 20px;
        padding-left: 20px;
    }
  }

  @media (max-width: 767px){
    .sponsors img {
        height: 100px;
        width: 100px !important;
    }
    .innerheader-text {
        top: 66%;
    }
.hover-1 img {
    width: 100% !important;
	height:auto !important;
}

  }

  @media (min-width: 1400px){
  #tournamentCarousel img {
    max-height: 168px;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
    #tournamentCarousel img {
        max-height: 84px;
        width: 100%;
    }
}


@media (min-width: 991px) and (max-width: 1399px) {
    #tournamentCarousel img {
        max-height: 120px;
        width: 100%;
    }
}

/* @media (min-width: 768px) and (max-width: 990px) {
    #tournamentCarousel img {
        max-height: 102px;
        width: 100%;
    }
} */
/*-----------------about-us page :end ------------------*/


/* ========================== member list page css start ========================================= */

.member-box {
  border-radius: 27px;
  position: relative;
  margin: 0px 10px;
}

.member-image img {
    width: 100%;
    min-height: 282px;
    max-height: 282px;
    border-radius: 27px;
}

.member-details p {
  width: fit-content;
  border: 1px solid #fff;
  background: #0000004D;
  padding: 10px 35px;
  margin-top: -49px;
  color: #fff;
  z-index: 1;
  position: relative;
  border-radius: 0px 27px;
  font-size: 18px;
  font-weight: 700;
}

.member-list-main {
  margin-top: 20px;
}





/* ========================== member list page css end ========================================= */

/* ============================ Event page Css Start =========================== */


.event-listing .card {
    font-family: Arial, Helvetica, sans-serif;
    max-width: 17em;
    margin: 1em;
    text-align: center;
    margin-inline: auto;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  }

  .event-listing .card img {
    max-width: 100%;
    clip-path: polygon(0 0, 0 100%, 100% 85%, 100% 0%);
  }

  .description {
    padding: 0 1em 1em 1em;
  }

  .event-link {
    font-size: 1em;
    padding: 0.5em 1em;
    color: #fff;
    background-color: #8B9BC1;
    border: none;
    border-radius: 6px;
  }

  .event-link:hover {
    background-color: #0A2D7C;
  }

  .event-listing {
    margin-top: 50px;
  }

  .info-box {
    margin: 50px 0;
  }

  .addition-information h3 {
    color: #0B2E7D;
    font-weight: 700;
    background: none;
    padding: 20px 0;
    border-bottom: 2px solid #0B2E7D;
    font-size: 18px;
  }

  .addition-information {
    border: 1px solid #0B2E7D;
    margin: 10px;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
  }

  .payment-box h3 {
    color: #0B2E7D;
    font-weight: 600;
    background: none;
    padding: 20px 0;
    font-size: 24px;
  }

  .payment-box {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    margin: 10px;
    padding: 50px;
    border-radius: 10px;
  }

  .addition-information p {
    color: #0B2E7D;
    font-size: 28px;
  }


  .addition-information span {
    color: #000000;
    font-size: 16px;
  }

  .price {
    color: #0A2D7C;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
  }

  ul.features {
    list-style: circle;
    text-align: left;
    margin-bottom: 20px;
  }

  .payment-link {
    font-size: 1em;
    padding: 0.5em 1em;
    color: #fff;
    background-color: #8B9BC1;
    border: none;
    border-radius: 6px;
  }

  .payment-link:hover {
    background-color: #0A2D7C;
  }

  .contact-link {
    margin-top: 20px;
    font-size: 1em;
    padding: 0.5em 1em;
    color: #fff;
    background-color: #d37700;
    border: none;
    border-radius: 6px;
  }

  .other-info {
    margin-top: 50px;
  }

  /* ============================ Event page Css End =========================== */


  /* ============================ News page Css Start =========================== */

  .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .wrapper .card {
    overflow: hidden;
    box-shadow: 0px 2px 20px #d7dfe2;
    background: white;
    border-radius: 0.5rem;
    position: relative;
    width: 350px;
    margin: 1rem;
    transition: 250ms all ease-in-out;
    cursor: pointer;
  }

  .wrapper .card:hover {
    transform: scale(1.05);
    box-shadow: 0px 2px 40px #d7dfe2;
  }

  .banner-img {
    position: absolute;
    object-fit: cover;
    height: 14rem;
    width: 100%;
  }

  .category-tag {
    font-size: 0.8rem;
    font-weight: bold;
    color: white;
    background: red;
    padding: 0.5rem 1.3rem 0.5rem 1rem;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
    top: 1rem;
    border-radius: 0 2rem 2rem 0;
  }

  .popular {
    background: #ef257a;
  }

  .technology {
    background: #651fff;
  }

  .psychology {
    background: #e85808;
  }

  .news-listng .card-body {
    margin: 15rem 1rem 1rem 1rem;
  }

  .blog-hashtag {
    font-size: 0.9rem;
    font-weight: 500;
    color: #4d97b2;
  }

  .blog-title {
    line-height: 1.5rem;
    margin: 0rem 0 0.5rem;
    font-size: 24px;
    font-weight: 700;
    color: #5b5b5b;
  }

  .blog-description {
    color: #616b74;
    font-size: 0.9rem;
  }

  .card-profile {
    display: flex;
    margin-top: 2rem;
    align-items: center;
  }

  .profile-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
  }

  .card-profile-info {
    margin-left: 1rem;
  }

  .profile-name {
    font-size: 1rem;
  }

  .profile-followers {
    color: #616b74;
    font-size: 0.9rem;
  }

  section.news-listng {
    margin-top: 50px;
  }

@media (max-width: 1399px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 8px;
        padding-left: 8px;
    }
    }

  /* ============================ News page Css End =========================== */



  .modal-header {
    border: none;
}

.modal-header #close {
  position: relative !important;
  margin-left: 15%;
  color: black;
  border: 1px solid #ffd;
  padding: 14px 10px 10px 10px;
  line-height: 4px;
  margin-bottom: 0;
  background-color: #fff;
  font-size: 22px;
  border-radius: 10px;
}

.extra-btn {
  margin-bottom: 10px;
}

.btn-div {
  border-bottom: 1px solid #000;
}

.team-logo {
  text-align: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.team-details h3{
  margin: 0;
  font-size: 29px;
  color: #333333;
  font-weight: bold;
}

.team-info {
  margin-top: 20px;
}

.player-list {
  padding: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.validation {
  color: red;
}

.player-list {
  padding: 20px;
  margin-left: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 16px;
}

.player-list h4{
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  padding-bottom: 10px;
}