@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Nunito", sans-serif;
}

.commingSoonImg {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.dilLogo {
    width: 100%;
    max-width: 160px;
}

.navUlBox {
    display: flex;
    list-style: none;
    gap: 20px;
    margin: 0px;
}

.headerInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 30px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 0.8s;
}

.navDropdownC i.fa-solid.fa-angle-down {
    color: #fff;
    font-size: 10px;
    margin-left: 5px;
}

.fixedTop .headerInner {
    border-radius: 0px;
}


.header {
    position: fixed;
    width: 92%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 25px;
    z-index: 1;
    transition: 0.8s;
    z-index: 99999;
}

.headerInner::before {
    content: '';
    background-image: url(../img/dot.png);
    position: absolute;
    width: 50px;
    height: 91px;
    top: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
}

.headerInner::after {
    content: '';
    background-image: url(../img/dot1.png);
    position: absolute;
    width: 50px;
    height: 91px;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
}

.navLiItem a {
    color: #fff;
    text-decoration: none;
    font-family: "Nunito", sans-serif;
    font-weight: 450;
    font-size: 17px;
}

.navLiItem a:hover {
    color: #e85720 !important;
}

.activeMenu {
    color: #e85720 !important;
}

.loginRegisterB a {
    text-decoration: none;
    background: #e95721;
    color: #fff;
    padding: 2px 12px;
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    border-radius: 20px;
    margin: 0px 4px;
    display: flex;
    align-items: center;
    gap: 7px;
}

.loginRegisterB {
    display: flex;
}

.loginRegisterIcon {
    width: 100%;
    max-width: 17px;
    filter: invert(1);
}

img.homeIcon {
    width: 100%;
    max-width: 22px;
}

.bars {
    flex-direction: column;
    gap: 4px;
    align-items: end;
    cursor: pointer;
    display: none;
}

.bars span {
    width: 25px;
    height: 2px;
    display: block;
    background: #fff;
}

.searchBars {
    display: flex;
    align-items: center;
}

span.bar2 {
    width: 17px;
}

img.searIcon {
    width: 100%;
    max-width: 20px;
    cursor: pointer;
}

.rightSideMenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

#registrationFormSection {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding: 1rem 1rem 0rem;
    position: relative;
    width: 100%;
}

.registrPagebg .sectionTitlee {
    color: #fff !important;
    font-size: 40px !important;
}

.registrPagebg .form-label {
    color: #fff !important;
}

#registrationFormSection .sectionTitle {
    color: #000;
    margin-bottom: 40px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}

#registrationFormSection .form-label {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}

#registrationFormSection .form-control {
    appearance: auto;
    border: 1px solid #001b69;
    color: #010123;
    font-size: 16px;
    height: 45px;
}

.sqrBtn {
    border: 0.5px solid #e95721;
    border-radius: 1rem;
    font-size: 20px;
    font-weight: 600;
    padding: 4px 20px;
    color: #fff;
    background: #e95721;
}

#registrationFormSection .btmText {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin-top: 30px;
    text-align: center;
}

#registrationFormSection .btmText .regster-bn {
    color: #e95721;
    text-decoration: none;
}

.fixedTop {
    width: 100%;
    margin: 0;
    border-radius: 0;
    top: 0px;
}

.CoordinatorUniquId {
    color: green;
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
}

.socialIcon a {
    display: flex;
}

.socialIcon {
    display: flex;
    align-items: center;
    gap: 5px;
}

.socialIcon img {
    width: 100%;
    max-width: 19px;
}

.tpHeader {
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding: 5px 45px;
}

.tpHidden {
    display: none;
}

.socialBox {
    display: flex;
    gap: 10px;
    align-items: center;
}

.socialBox p {
    margin-bottom: 0;
}

.bg_wrap {
    background-image: url(../img/Background.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.headerMargin {
    height: 180px;
}


/* Home Banner */

.homeBannerImg img {
    width: 100%;
}

.HeaderBanner .swiper-pagination-bullet,
.fixtureSection .swiper-pagination-bullet,
.commanSection .swiper-pagination-bullet,
.bestPerformerSection .swiper-pagination-bullet,
.latestVideoSection .swiper-pagination-bullet,
.magicSection .swiper-pagination-bullet,
.socialWallSection .swiper-pagination-bullet {
    width: 40px;
    height: 7px;
    display: inline-block;
    border-radius: 5px;
    background: #fff;
    opacity: 0.8;
}

.HeaderBanner .swiper-pagination-bullet-active,
.fixtureSection .swiper-pagination-bullet-active,
.commanSection .swiper-pagination-bullet-active,
.bestPerformerSection .swiper-pagination-bullet-active,
.latestVideoSection .swiper-pagination-bullet-active,
.magicSection .swiper-pagination-bullet-active,
.socialWallSection .swiper-pagination-bullet-active {
    background: #df3427 !important;
    opacity: 1;
}

.HeaderBanner .swiper.mySwiper,
.fixtureSection .swiper,
.commanSection .swiper,
.bestPerformerSection .swiper,
.latestVideoSection .swiper,
.magicSection .swiper,
.socialWallSection .swiper {
    padding-bottom: 33px;
}

.aboutUsContent img {
    width: 100%;
}

.aboutUsContent {
    position: relative;
    overflow: hidden;
}

a.ablink {
    color: #fff;
    font-size: 14px;
}

.aboutUsCBox {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    text-align: right;
    width: 60%;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    padding-right: 50px;
}

.aboutUsCBox h2 {
    font-size: 60px;
}

.aboutUsCBox p {
    padding-left: 120px;
    font-size: 19px;
    text-align: left;
}

.blogListImg img {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    transition: 0.5s;
}

.blogListImg {
    overflow: hidden;
    border-radius: 5px;
}

.blogListBox:hover .blogListImg img {
    transform: scale(1.1);
}

.blogListHeading {
    font-size: 17px;
    margin: 20px 0px 12px;
}

.blogListInfo a {
    color: #fff;
    text-decoration: none;
}

.blogDate {
    color: #fff;
    font-size: 12px;
}

.sigleBlogPage .container {
    max-width: calc(100% - 215px);
}

.sigleBlogPage {
    padding: 40px 0px;
}

.blogBreatclume a {
    color: #000;
    text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">" !important;
    color: #000 !important;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 6px !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 6px !important;
}

.homeBreadclume {
    font-weight: 600 !important;
}

.breadcrumb-item.active {
    color: #000 !important;
}

.sigleBlogImg img {
    width: 100%;
    border-radius: 5px;
}

.sigleBlogTitle {
    color: #000;
}

.sigleBlogTitle h1 {
    font-size: 27px;
    margin: 40px 0px 20px;
}

.sigleBlogCOntent {
    color: #000;
    padding-top: 50px;
}

.sigleBlogCOntent a {
    color: #000;
}

.sigleBlogCOntent p {
    font-size: 18px;
}

.sigleBlogCOntent h2,
.sigleBlogCOntent h3,
.sigleBlogCOntent h4,
.sigleBlogCOntent h5 {
    margin: 30px 0px;
}

.socilShare {
    display: flex;
    gap: 20px;
    align-items: center;
}

.socialShareIcon {
    display: flex;
    align-items: center;
    gap: 15px;
}

.date-share {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0px;
}

.socilShare {
    display: flex;
    gap: 20px;
    align-items: center;
    background: #001b69;
    padding: 7px 15px;
    border-radius: 7px;
    color: #fff;
}

.socialShareIcon a {
    color: #fff;
}

.pageTitle {
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
}

.homeBannerBox {
    position: relative;
}

.homeBannerContent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.h1highlight {
    color: #ec5c1f;
    text-shadow: 1px 2px 0px #fff;
}

.tennisShadow {
    text-shadow: 2px 2px 0px #282974;
}

.bannerHeading {
    text-align: center;
    color: #fff;
    font-size: 45px;
    margin-left: -100px;
    margin-top: 40px;
}

.hbSubHeading {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    width: 720px;
    line-height: normal;
    margin-bottom: 25px;
}

.hrButton button {
    background: yellow;
    padding: 3px 25px;
    border: none;
    border-radius: 20px;
}

.hrButton button a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

.homebannerSubCo {
    position: absolute;
    bottom: 90px;
    left: 70px;
}

#blogRow {
    row-gap: 30px;
}

.card-item {
    height: max-content;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 1.4rem 2.8rem hsla(var(--hsl-c-pure-black) / 0.25), 0 1rem 1rem hsla(var(--hsl-c-pure-black) / 0.25);
    position: relative;
    border-radius: 15px;
    background-color: #fff;
}


.card-thumbnail {
    height: 180px;
    z-index: 1;
    position: relative;
}

.card-thumbnail::before {
    background: url(../../uploads/team-eliment.png) no-repeat;
    background-size: cover;
    content: "";
    border-radius: 16px 16px 0 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.06;
}

.thumbnailBg {
    width: 100%;
    height: 100%;
}

.team1 {
    background: #0074ba;
}

.team2 {
    background: #231e1f;
}

.team3 {
    background: #d8212d;
}

.team4 {
    background: #1d174f;
}

.team5 {
    background: #152549;
}

.team6 {
    background: #14407f;
}

.card-players-image {
    transition: transform .2s linear;
    object-fit: contain;
    height: 100%;
    object-position: bottom;
    transform-origin: bottom;
    position: relative;
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
}

.card-team {
    border-radius: 0 0 16px 16px;
    padding-block: 0 1rem;
    gap: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-inline: 1rem;
    background-color: #fff;
}

.card-team::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 205px solid #ffffff;
    border-right: 205px solid #ffffff;
    border-top: 105px solid #00000000;
    border-bottom: 55px solid #ffffff;
    top: -90px;
    z-index: 1;
}

.card-logo {
    width: 198px;
    height: 198px;
    aspect-ratio: 1;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    margin-top: -8rem;
    border-radius: 50%;
    overflow: visible;
}

.card-logo img {
    height: auto;
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
}

.card-name {
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}

#fixturePages {
    row-gap: 25px;
}

ul.submenuArea {
    list-style: none;
    background: #e95721;
    padding: 10px 20px;
    border-radius: 5px;
}

.singPageHeading h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;

}

.navDropdownC {
    position: relative;
}

.navDropdownC:hover .subMenubox {
    top: 30px;
    opacity: 1;
    visibility: visible;
}

li.navLiItemSub a {
    transition: 0.5s !important;
}

li.navLiItemSub a:hover {
    color: #000 !important;
}

.subMenubox {
    position: absolute;
    top: 70px;
    left: 0;
    width: 200px;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

.card-name .name {
    color: #282974;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    line-height: 30px;
}

.card-team:after {
    content: "";
    bottom: 0;
    height: 2px;
    width: 70%;
    z-index: 1;
    pointer-events: none;
    background: #df3427;
    position: absolute;
    border-radius: 1rem;
    overflow: visible;
}

.HomeHeading {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
}

.teamSection {
    padding-top: 40px;
    margin-bottom: 60px;
}


div#homeTeamRow {
    row-gap: 25px;
}

.fixtureT img {
    width: 100%;
    max-width: 90px;
    background: #fff;
    border-radius: 50%;
    padding: 5px;
    border: 5px solid #ec5c1f;
}

.versisImg img {
    width: 100%;
    max-width: 35px;
}

.fixtureTeamVs {
    display: flex;
    align-items: center;
    column-gap: 50px;
    margin: 5px 0px;
    justify-content: center;
}


.commanSection .container {
    max-width: calc(100% - 85px);
}

.fixterHbox {
    background: #282974;
    color: #fff;
    padding: 10px 16px;
    border-radius: 8px;
}

.fixterHboxP {
    background-image: url(../img/Fixturesbg.png);
    color: #fff;
    padding: 10px 16px;
    border-radius: 8px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.fixtureMiddleP {
    padding: 5px 0px;
    margin: 7px 0px;
}

.fixturetopP {
    position: absolute;
    background: #e95721;
    padding: 5px 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    /* transform: skew(20deg); */
    /* color:transparent; */
}

.fixturetopP::before {
    content: '';
    width: 100%;
    background: #e95721;
    height: 100%;
    position: absolute;
    left: -8px;
    top: 0;
    transform: skew(20deg);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: -1;
}

.fixturetopP::after {
    content: '';
    width: 100%;
    background: #e95721;
    height: 100%;
    position: absolute;
    left: 7px;
    top: 0;
    transform: skew(-20deg);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: -1;
}

.fixtureTeamVsP {
    display: flex;
    align-items: center;
    column-gap: 50px;
    justify-content: space-around;
}

.mCenter {
    display: flex;
    justify-content: center;
}

.mCenter a.viewMoe {
    background: #e95721;
    border: 1px solid #e95721;
    color: #fff;
    padding: 2px 40px;
    margin-bottom: 10px;
}

.vsimg {
    text-align: center;
}

.fixtureTP img {
    position: absolute;
    width: 170px;
    height: 170px;
    left: -34px;
    top: -82px;
}

.fixtureTP.fixtureT2P img {
    left: -140px;
}

.fixtureTP {
    position: relative;
}

.versisImgP img {
    width: 100%;
    max-width: 45px;
}

.matchShape {
    height: 34px;
}

.vanueFixtureP {
    text-align: center;
}

.leagueNameP {
    text-align: center;
}

.fixturetop {
    text-align: center;
}

.leagueName {
    text-align: center;
    line-height: normal;
}

.fixtureMiddle {
    border-top: 1px solid #ffffff59;
    border-bottom: 1px solid #ffffff59;
    padding: 5px 0px;
    margin: 7px 0px;
}

.fixtureFooter {
    text-align: center;
}

.vanueFixture {
    font-weight: 100;
    font-size: 15px;
}

.fixtureHeading h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
}

.headingWithmore {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.viewMoe {
    background: #fff;
    text-decoration: none;
    padding: 2px 9px;
    color: #df3427;
    border-radius: 5px;
    transform: skew(-18deg, 0deg);
    transition: 0.5s;
    border: 1px solid #fff;
}

.viewMoe:hover {
    background: #df3427;
    border: 1px solid #df3427;
    color: #fff;
}

.viewMoe.active {
    background: #df3427;
    border: 1px solid #df3427;
    color: #fff;
}

.viewMoe span {
    transform: skew(18deg, 0deg);
    display: block;
}

.fixtureSection {
    padding-bottom: 50px;
}

.magicMomentBox img {
    width: 100%;
}

.magicMomentBox {
    background: #fff;
}

.magicTitle,
.magicDate {
    padding: 4px 10px 4px;
    border-bottom: 1px solid #00000073;
    color: #343177;
}

.magicSection {
    padding-bottom: 40px;
}

.lVideoPoster {
    width: 100%;
    height: 310px;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
    overflow: hidden;
}

.lVideoImg {
    position: relative;
    overflow: hidden;
}

.lvplyaBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 50px;
    height: auto;
    transform: translate(-50%, -50%);
}
.lvplyaBtnVideop {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 50px;
    height: auto;
    transform: translate(-50%, -50%);
    height: auto !important;
}

.lvideoBox {
    background: #fff;
    border-radius: 15px;
}

.lvInfo ul {
    list-style: none;
    display: flex;
    padding: 0;
    justify-content: space-between;
    margin: 0;
}

.lvContent {
    padding: 20px 20px 10px;
    position: relative;
}

.lvHeading {
    color: #282974;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}

.latestVideoSection {
    padding-bottom: 50px;
    padding-top: 50px;
    position: relative;
}

.lvContent::before {
    content: '';
    position: absolute;
    width: 80%;
    height: 13px;
    background: #ec5c1f9c;
    bottom: -10px;
    border-radius: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.swiper.latestVideos {
    padding-bottom: 40px;
}

.lvContent::after {
    content: '';
    position: absolute;
    width: 60%;
    height: 16px;
    background: #ec5c1f;
    bottom: -16px;
    border-radius: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.socialWallSection {
    padding-top: 50px;
    padding-bottom: 50px;
}

.socialWallSection .images li {
    border: 1px solid #fff;
    padding: 0px;
    width: 266px;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
}

.socialWallSection .images img:hover {
    transform: scale(1.1);
}

.socialWallSection .images img {
    width: 100%;
    transition: all 0.5s;
    object-fit: cover;
}

.instafeeItem a {
    display: block;
    width: 100%;
    height: 100%;
}

.instafeeItem video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 17px;
    overflow: hidden;
    border: 1px solid #fff;
    margin-bottom: -6px;
}

li.img.sWall2 img {
    height: 100%;
}

.socialWallSection .images {
    display: grid;
    grid-template-areas:
        "sWall1 sWall2 sWall3 sWall4"
        "sWall5 sWall6 sWall7 sWall8";
    gap: 5px;
    row-gap: 15px;
    max-width: 100%;
    list-style: none;
    padding: 0;
}


.sWall1 {
    grid-area: sWall1;
}

.sWall2 {
    grid-area: sWall2;
}

.sWall3 {
    grid-area: sWall3;
}

.sWall4 {
    grid-area: sWall4;
}

.sWall5 {
    grid-area: sWall5;
}

.sWall6 {
    grid-area: sWall6;
}

.sWall7 {
    grid-area: sWall7;
}

.standingInnerBox {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
}

.machWL {
    width: 100%;
    max-width: 20px;
}

.standiLogo {
    width: 100%;
    max-width: 70px;
}

.standPtsRow {
    display: flex;
    list-style: none;
    gap: 50px;
    padding-left: 0;
    justify-content: center;
}

.standingTname {
    display: flex;
    gap: 50px;
    align-items: center;
}

.stadingNo {
    font-size: 180px;
    font-weight: 600;
    font-style: italic;
    color: #fff;
    line-height: 130px;
    -webkit-text-stroke: 2px #282974;
}

.standingTeamName {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    color: #fff;
}

.standingTeamName span {
    padding-left: 30px;
}

.standPtsItem {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 20px;
}

.standingWinLoss {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.standingPtsbox {
    margin: 15px 0px;
}

.standingTLogo {
    background: #fff;
    border: 3px solid #ec5c1f;
    border-radius: 50%;
    padding: 10px;
    width: 96px;
    height: 96px;
}

.stadingMBox {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.standingTeam1 {
    background: linear-gradient(90deg, #ffffff00, #3b369bd2, #3b369b, #3b369b, #3b369b, #312c85);
}

.standingTeam2 {
    background: linear-gradient(90deg, #ffffff00, #3e246090, #3e2460, #3e2460, #3e2460, #3e2460);
}

.standingTeam3 {
    background: linear-gradient(90deg, #ffffff00, #46b8d8b2, #46b9d8, #46b9d8, #46b9d8, #46b9d8);
}

.standingTeam4 {
    background: linear-gradient(90deg, #ffffff00, #3e2460cc, #3e2460, #3e2460, #3e2460, #3e2460);
}

.standingTeam5 {
    background: linear-gradient(90deg, #ffffff00, #3e2460cc, #3e2460, #3e2460, #3e2460, #3e2460);
}

.standingTeam6 {
    background: linear-gradient(90deg, #ffffff00, #3e2460cc, #3e2460, #3e2460, #3e2460, #3e2460);
}

.stadingMBox::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 28%;
    background-image: url(../../uploads/triagleEli.png);
    width: 80px;
    height: 230px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1;
    opacity: 0.5;
}

.stadingMBox::after {
    content: '';
    position: absolute;
    top: -10px;
    right: 0px;
    background-image: url(../../uploads/team-eliment.png);
    width: 270px;
    height: 210px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1;
    opacity: 0.1;
}

.standingSection {
    padding-bottom: 50px;
}

#standiRow {
    row-gap: 20px;
}

.footerIlogo {
    width: 100%;
    max-width: 200px;
}

.footerLogo {
    text-align: center;
    margin-bottom: 50px;
}

.footerLinks a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.footerLinks a {
    display: block;
    color: #fff;
    text-decoration: none;
    margin-bottom: 3px;
}

.footerTitle {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}

.footersection {
    padding-top: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.footerC {
    color: #fff;
    font-size: 22px;
    text-align: center;
    padding: 20px 0px;
    opacity: 0;
}

.footerLinks p {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.commanSection.footerBottom {
    background: linear-gradient(90deg, #0d34a6, #0b53a1, #052e9e);
    padding: 10px 0px;
    color: #fff;
}

.tpLeftSide {
    display: flex;
    gap: 13px;
    align-items: center;
}

.footerCopyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.organizerLogo img {
    width: 100%;
    max-width: 110px;
}

.organizerLogo {
    position: relative;
}

.organizerLogo p {
    color: #fff;
    margin: 0;
    position: absolute;
    left: 50%;
    top: -13px;
    font-size: 10px;
    transform: translateX(-48%);
    width: 57px;
}

.blog1BoxContent h2 {
    font-size: 20px;
}

.registrPagebg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#referIdBox {
    position: relative;
    border-radius: 0.375rem;
    overflow: hidden;
}

button#referappId {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 100%;
    background: #000;
    color: #fff;
    border: none;
}

span#curr {
    font-family: auto;
}

.policySection {
    color: #fff;
    padding-bottom: 50px;
}

.policyHeading {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px;
    color: #fff;
}

.contactBox {
    text-align: center;
    padding: 20px;
    color: #fff;
}

.contactSection {
    padding-bottom: 50px;
}

.aboutP {
    color: #fff;
}

.abuDliH {
    color: #ff5e01;
    font-size: 35px;
}

.aboutH {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.aboutDliSection {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.vmImg img {
    width: 100%;
    max-width: 130px;
}

.VMHeading span {
    background: #ffff00;
    color: #032ea0;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 2px 10px;
    border-radius: 15px;
    border-top-left-radius: 0;
}

.VMHeading {
    margin-bottom: 10px;
}

.visiionMissImg {
    text-align: center;
}

.visionMbox {
    display: flex;
    align-items: center;
    gap: 40px;
}

.vmConnetnt p {
    color: #fff;
    margin: 0;
}

.visionSection {
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
    padding: 50px 0px;
}

.vmDivider {
    width: 3px;
    height: 100px;
    background: #fff;
    border-radius: 3px;
    position: relative;
}

.vmDivider::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    border-left: 10px solid #ffffff;
    border-right: 10px solid #ffffff00;
    border-top: 10px solid #00000000;
    border-bottom: 10px solid #ffffff00;
    transform: translateY(-50%);
}

.visionMbox.missionBox .vmDivider::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    border-left: 10px solid #00000000;
    border-right: 10px solid #ffffff;
    border-top: 10px solid #00000000;
    border-bottom: 10px solid #ffffff00;
    transform: translateY(-50%);
}

.vmConnetnt p img {
    width: 100%;
    max-width: 20px;
    margin-right: 9px;
}

.visionMbox.missionBox {
    justify-content: flex-end;
}

.vmConnetnt.visionP {
    width: calc(100% - 600px);
}

.toast-top-center-amit {
    top: 150px !important;
}

.toast-top-center-amit>div {
    width: 450px !important;
}

.blog1Box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 361px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog1ContainerBox {
    height: 100%;
}

.blogs3Container {
    height: 100%;
}

.blog1BoxContent {
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 100px 20px 10px;
    background: linear-gradient(0deg, #001b69, #612b4000);
    display: flex;
    flex-direction: column;
}

.blogListBox {
    background: linear-gradient(0deg, #001b69, #f94400);
    border-radius: 5px;
}

.blogListInfo {
    padding-left: 10px;
    padding-bottom: 15px;
}

.mhlH {
    font-size: 60px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
}

#metchHeigligh {
    row-gap: 25px;
}

.matchHeghlights {
    padding: 50px 0px;
}

.mhHeading {
    display: flex;
    align-items: center;
    height: 100%;
}

.mhTopHeading {
    font-size: 23px !important;

}

.mhLighContent h3 {
    color: #fff;
    font-size: 18px;
    margin: 0px;
}

.mhLightImg a {
    color: #fff;
    text-decoration: none;
}

.mhLightBox {
    position: relative;
}

.mhLighContent {
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.bestPerformerSection {
    padding: 50px 0px;
}

.bestperTeamLogo img {
    max-width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #100766;
    padding: 5px;
}

.capLabel span {
    color: #fff;
    padding: 3px 10px;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    font-weight: 600;
    line-height: normal;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 14px;
}

.orangeCap,
.orangeCap:before,
.orangeCap::after {
    background: #ffA500;
}

.purpleCap,
.purpleCap::before,
.purpleCap::after {
    background-color: #800080;
}

.mostVP,
.mostVP::before,
.mostVP::after {
    background-color: #2e2f91;
}

.capLabel span::before {
    content: '';
    position: absolute;
    right: 0px;
    top: 3px;
    width: 8px;
    height: 13px;
    transform: rotate(72deg);
}

.capLabel span::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 10px;
    width: 8px;
    height: 14px;
    transform: rotate(292deg);
}

.bestPPlayerstatInfo {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #ffffffbf;
    margin-bottom: 4px;
    padding-bottom: 4px;
    font-weight: 600;
    text-shadow: 1px 1px black;
}

.bppName {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 30px;
    text-shadow: 1px 1px #000;
}

.bestPerformerPlayerImg {
    position: absolute;
    bottom: -22px;
    right: -11px;
    width: 211px;
}

.bpplayerName {
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, #41bbda00, #27879f, #21758a);
    width: 100%;
    padding-left: 10px;
    padding-bottom: 7px;
    padding-right: 10px;
    padding-top: 40px;
}

.bestPerPlayerStats {
    position: absolute;
    left: 15px;
    top: 80px;
}

.bestperTeamLogo {
    position: absolute;
    right: 10px;
    top: 10px;
}

.bppMore {
    text-align: right;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}

.bestPerBg {
    height: 100%;
    position: relative;
}

.bestPerformerBox {
    position: relative;
    background: #41bbda;
    border-radius: 10px;
    overflow: hidden;
    height: 380px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.blogHLimg img {
    width: 100%;
    height: 100%;
}

.blogsHL {
    display: grid;
    grid-template-columns: 40% 60%;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
    overflow: hidden;
}

h4.blogListHh {
    font-size: 17px;
    margin: 0;
}

.blogHLdateCat {
    font-size: 12px;
}

.blogHLcontent a {
    color: #000;
    text-decoration: none;
}

.blogHLcontent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 23px 10px;
    height: 100%;
}

.blogSection {
    padding: 50px 0px;
}

.bloHadingBox {
    display: flex;
    height: 85%;
    position: relative;
    align-items: center;
    justify-content: center;
}

.bloHadingBox h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    margin-top: 30px;
}

.bloHadingBox::before {
    content: '';
    position: absolute;
    background-image: url(../../uploads/bloghomebg.png);
    top: 50%;
    left: 0;
    width: 480px;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-43%);
}

.dliSB1,
.dliStatB2_1,
.dliStatB2_2,
.dliStateBC3_team,
.dliStatBC3B2 {
    position: relative;
    height: 130px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    z-index: -1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dliSB1 {
    background: #001b69;
}

.dliStatB2_1 {
    background: #ff5c00;
}

.dliStatB2_2 {
    background: #8ea828;
}

.dliStateBC3_team {
    background: #8ea828;
}

.dliStatBC3B2 {
    background: #ff5c00;
}

.dliSB1::before,
.dliStatB2_1::before,
.dliStatB2_2::before,
.dliStateBC3_team::before,
.dliStatBC3B2::before {
    content: '';
    position: absolute;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
}

.dliSB1::before {
    background-image: url(../../uploads/dli-Runs.png);
}

.dliStatB2_1::before {
    background-image: url(../../uploads/dli-Wickets.png);
}

.dliStatB2_2::before {
    background-image: url(../../uploads/dli-Catches.png);
}

.dliStateBC3_team::before {
    background-image: url(../../uploads/dli-Teams.png);
}

.dliStatBC3B2::before {
    background-image: url(../../uploads/dli-Balls.png);
}

.dliStatSixes::before {
    background-image: url(../../uploads/dli-Sixes.png) !important;
}

.dliStatFours::before {
    background-image: url(../../uploads/dli-Fours.png);
}

.dliStatB2_1.dliStatSixes {
    background: #001b69;
}

.dliStatbox1Title,
.dliStatBcBalls {
    font-size: 25px;
    font-weight: 600;
    line-height: 25px;
}

.dliStatbox1Nuber,
.dliStatBcBallsNu {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
}

.dliStatBox1,
.dliStatBoxC3 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dliStatBox2 {
    display: grid;
    grid-template-columns: 48.5% 48.5%;
    justify-content: space-between;
}

.dliStatBoxC2 {
    position: relative;
    background: #fafa2e;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    z-index: -1;
    overflow: hidden;
}

.dliStatBoxC2::before {
    content: '';
    position: absolute;
    background-image: url(../../uploads/dli-Matches.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
}

.dliStatB2Title {
    font-size: 45px;
    font-weight: 600;
}

.dliStatB2Number {
    font-size: 160px;
    font-weight: 700;
    line-height: 160px;
}

.dliStatB2 {
    color: #001b69;
}

.dliStatBC3_1 {
    display: grid;
    grid-template-columns: 29% 69%;
    gap: 2%;
}

.dliStatBC3TeTi {
    font-size: 25px;
    font-weight: 600;
    line-height: 25px;
}

.dliStatBC3TeNu {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
}

.dliStatSection {
    padding: 50px 0px;
}

.downloadAppSection {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.blogViewMore {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.downloadAppContent h2 {
    margin: 0;
    font-size: 55px;
    color: #ffff00;
    font-weight: 700;
}

.downloadAppContent p {
    color: #fff;
    margin: 0;
}

img.appIoon {
    max-width: 150px;
}

.downloadAppButton {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
    position: absolute;
    bottom: 80px;
    right: 22%;
}

.downloadAppBox {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 100px 0px;
}

.downloadApphandImg {
    position: relative;
    height: 100%;
}

.downloadApphandImg img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 64%;
}

.sponsorRow {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.sponsorTitle {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.sponsorSection {
    padding: 50px 0px;
    background: #fff;
}

img.sponsorImg {
    width: 100%;
    max-width: 150px;
}

.sponsorRow {
    display: flex;
    justify-content: center;
    gap: 200px;
    margin-bottom: 30px;
}

.sponsorImgBox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.deviserlogo {
    width: 1px;
    background: #9b9b9b;
    height: unset;
}

.sponsorHeading h2 {
    font-size: 50px;
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}

.coordinatorSection {
    text-align: center;
    background: #fff;
    padding-bottom: 50px;
    padding-top: 50px;
}

.coordinatorSection img {
    width: 80%;
    border-radius: 10px;
}

.galleryTabs {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 40px;
}

.myaccountHeader {
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.profileInfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 55%;
}

.myaccInner {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.proImg {
    display: flex;
    align-items: center;
    gap: 10px;
}

.userIcon {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.userIcon i.fa-solid.fa-user {
    font-size: 30px;
    color: #012370;
}

.profileName {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
}

.profileName span {
    font-size: 15px;
    font-weight: 100;
    line-height: 15px;
}

.logout {
    background: yellow;
    color: #000;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 13px;
}

.myAccLeftSide {
    background: linear-gradient(90deg, #022573, #022673);
    padding: 40px;
    color: #fff;
    display: flex;
    height: 100%;
    flex-direction: column;
}

.myAcoutH {
    font-size: 25px;
    font-weight: 600;
}

.myNavItem {
    display: flex;
}

.myAccontNave {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
}

.myNavItem .viewMoe.active {
    background: #df3427;
    text-decoration: none;
    padding: 2px 20px;
    color: #ffffff;
    border-radius: 5px;
    transform: skew(-18deg, 0deg);
    transition: 0.5s;
    border: 1px solid #df3427;
    font-size: 20px;
    font-weight: 600;
}

.myNavItem .viewMoe {
    background: #ffffff00;
    text-decoration: none;
    padding: 2px 20px;
    color: #ffffff;
    border-radius: 5px;
    transform: skew(-18deg, 0deg);
    transition: 0.5s;
    border: 1px solid #ffffff00;
    font-size: 20px;
    font-weight: 600;
}

.myAcountRightSide {
    background: linear-gradient(90deg, #072f7bb5, #052878c2);
    width: 100%;
    height: 100%;
    padding: 40px;
}

.noPadding {
    padding: 0 !important;
}

div#myacontBody {
    border-radius: 30px;
    overflow: hidden;
}

.personaleDetails {
    width: 100% !important;
    margin: 0 auto;
}

.formField1 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 20px;
}

.inputRadio {
    display: flex;
    gap: 20px;
    align-items: center;
}

select.selectBoxR {
    width: 150px;
    padding: 6px;
    color: #000;
    border: 1px solid #0000007a;
    border-radius: 3px;
    outline: none;
}

.inputTextBox input {
    width: 100%;
    color: #000;
    border: 1px solid #001b69;
    margin-bottom: 20px;
    padding: .375rem .75rem;
    border-radius: .375rem;
    outline: none;
}

.inputTextBox input::placeholder {
    color: #000;
}

.formtitle {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    text-decoration: underline;
    text-underline-offset: 5px;
    color: #fff;
}

.formField {
    align-items: center;
    margin-bottom: 15px;
    gap: 20px;
    display: grid;
    grid-template-columns: 20% 80%;
}

.inputText {
    font-weight: 700;
    text-align: right;
    color: #fff;
}

.inputRadio {
    display: flex;
    gap: 20px;
    align-items: center;
}

.inputRadio label {
    margin: 0;
    color: #fff;
}

input#crickeAcademyName {
    width: 100%;
    padding: 5px;
    border: 1px solid #000;
    border-radius: 3px;
}

.submitSection {
    text-align: center;
    margin-top: 40px;
}

button.submitBtn {
    background: #4caf50;
    color: #ffffff;
    font-size: 22px;
    padding: 5px 20px;
    border-radius: 5px;
    border: 1px solid #4caf50;
    font-weight: 900;
}

button.submitBtn {
    background: #e95721;
    color: #ffffff;
    font-size: 18px;
    padding: 2px 15px;
    border-radius: 15px;
    border: 1px solid #e95721;
    font-weight: 600;
}

.myPTBox {
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px 25px 10px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.paymentPurpose {
    font-size: 30px;
    font-weight: 600;
}

img.pStar {
    width: 100%;
    max-width: 18px;
}

.myPSMsg {
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 6px;
}

span.rsSymbol {
    font-family: serif;
    font-size: 60px;
}

.myPAmount {
    font-size: 50px;
    font-weight: 500;
    line-height: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.myPDate {
    font-size: 12px;
}

.myPaymentRow {
    border-radius: 15px;
    overflow: hidden;
}

.myPDetailsBox {
    background: #fff;
    padding: 20px;
}

.myPDetails {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f443366b;
    font-weight: 500;
}

.myPdBox {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

a.logoutLink {
    text-decoration: none;
}

.termAccept {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}

.termAccept a {
    color: #fff;
}

.welocmeMsg {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 20px;
}

.textUpper {
    text-transform: uppercase;
}

.comingSoonM {
    color: #fff;
    font-size: 30px;
    text-align: center;
}

svg.x1lliihq.x1n2onr6.x9bdzbf {
    fill: #fff;
}

.viIcon {
    position: absolute;
    top: 3px;
    right: 7px;
    z-index: 1;
}

/* .instafeeItem {
    border: 1px solid #fff;
    border-radius: 7px;
    overflow: hidden;
} */
.naviGation {
    color: #fff !important;
    background-color: #000;
    border-radius: 5px;

}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px !important;
}

.aboutManagement {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0px;
}

.dliMangaName {
    background: #282974;
    color: #fff;
    padding: 4px 22px;
    border-radius: 30px;
    border-top-left-radius: 0px;
    margin-top: 15px;
    text-align: left;
}

.dliMname {
    font-weight: 500;
    font-size: 30px;
    line-height: normal;
}

.dliManageContent p {
    font-size: 22px;
}

.dliManageImg img {
    width: 100%;
}

.dliManageImg {
    text-align: right;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.dliManageContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.manageHeading span {
    font-size: 50px;
    font-weight: 700;
    color: #282974;
    position: relative;
}

.manageHeading span::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #ea560c;
    width: 100%;
}

.nodatafound {
    color: #fff;
    text-align: center;
    font-size: 30px;
}

.blog1Box img {
    height: 100%;
    object-fit: cover;
}

.featured-date {
    margin: 0;
    font-size: 12px;
    color: gray;
}

.featured-overlay {
    margin-bottom: 20px;
}

.featured-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0 !important;
    padding-top: 5px;
    line-height: normal;
}

.blog-category,
.featured-category {
    margin-bottom: 0px !important;
}

.downloadAppSection {
    position: relative;
}

.aboutDliImg {
    display: flex;
    height: 100%;
    align-items: end;
}

#rishabImgMobile {
    display: none;
}

#rishabImgDesktop {
    display: block;
}

.blog1Box a {
    display: block;
    height: 100%;
}

.aboutDlink {
    display: flex;
    justify-content: flex-end;
    margin-top: -15px;
}