/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #111;
    background-color: #FFF;
    scroll-behavior: smooth;
    font-family: 'Outfit', sans-serif;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    width: 100%;
}

a {
    color: #212529;
    transition: 400ms;
    text-decoration: none;
}

a:hover {
    color: #d61f28;
    text-decoration: none;
}

.scrollup {
    position: fixed;
    right: 12px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-weight: 900;
    font-size: 20px;
    z-index: 99999999 !important;
    display: none;
    border-radius: 4px;
    background: #d61f28;
    transition: 400ms;
}

.scrollup:hover {
    color: #fff;
    background: #d61f28;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.wrapper {
    position: relative;
    overflow: hidden;
}

.padding-1 {
    padding: 100px 0px;
}

.padding-2 {
    padding: 30px 0px 30px 0px;
}

.padding-3 {
    padding: 150px 0px;
}

.bg-pattern-1 {
    background: url(../images/slider-wrapper-2.jpg) no-repeat center center;
    background-size: cover;
}

@media screen and (max-width: 992px) {
    .padding-1 {
        padding: 50px 0px;
    }
}

.btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 35px;
    border-radius: 5px;
    transition: 400ms;
}

.btn:focus {
    box-shadow: none !important;
}

.bg-overlay {
    color: #FFF;
    background-color: rgb(14 14 14 / 50%);
}


/*header CSS*/

.main-header-wrapper {
    position: relative;
    padding: 10px 0px 0px;
    background: url(../images/slider-wrapper-1.jpg) no-repeat center center;
    background-size: cover;
}

.header-wrapper {
    display: block;
    top: 0px;
    width: 100%;
    z-index: 999;
}

.menu-navbar {
    color: #FFF;
    border-radius: 5px;
    padding: 10px 15px;
    background-color: rgb(14 14 14 / 50%);
    border-bottom: 3px solid #000;
}

.navbar-brand {
    width: 180px;
}

.nav-item {
    margin-left: 15px;
}

.nav-link {
    color: #CCC;
    border-bottom: 2px solid transparent;
}

.nav-link:hover {
    color: #FFF;
    border-bottom: 2px solid #d61f28;
}

.nav-link.active {
    color: #FFF !important;
    border-bottom: 2px solid #d61f28;
}

.nav-link:focus {
    color: #FFF;
}

.mobile-margin {
    margin: 0px 0px 0px 30px;
}

.top-quick-links {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    justify-content: space-between;
}

.top-quick-links ul {
    display: flex;
}

.top-quick-links ul li a {
    color: #CCC;
    font-size: 13px;
}

.left-top li a {
    margin-right: 10px;
}

.right-top li a {
    margin-left: 10px;
}

@media screen and (max-width: 992px) {
    .mobile-margin {
        margin: 15px 0px 0px 0px;
    }
    .nav-item {
        margin-left: 0px;
    }
}


/* header end */


/* Start Slider Wrapper */

.slider-wrapper {
    position: relative;
    padding: 20px 0px 0px;
}

.slider {
    color: #FFF;
    align-items: center;
    margin-bottom: 30px;
}

.slider-image {
    display: block;
    text-align: center;
}

.slider-image img {
    width: 100%;
    margin: 0px;
}

.slider h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
    .slider h1 {
        font-size: 34px;
        font-weight: 700;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .slider-image img {
        width: auto !important;
        height: 300px;
        margin: 0px;
    }
}

.news-slider {
    display: block;
    filter: grayscale(100%);
    border-radius: 5px;
    overflow: hidden;
}

.news-item {
    display: flex;
    height: 200px;
    padding: 20px 20px 20px;
    color: #FFF;
    justify-content: end;
    flex-direction: column;
    transition: 400ms;
    background-color: rgb(14 14 14 / 50%);
}

.news-item h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    display: block;
    line-height: 20px;
    text-overflow: ellipsis " [..]";
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 44px;
}

.news-item ul {
    display: flex;
}

.news-item ul li {
    display: block;
    font-size: 13px;
    margin-right: 10px;
}

#news-item-slider .owl-dots {
    position: relative;
    text-align: start;
}

.news-slider:hover {
    filter: grayscale(0%);
    color: #FFF !important;
}

.news-item:hover {
    color: #FFF !important;
    background-color: rgb(14 14 14 /50%);
}


/* End Slider Wrapper */


/* Content area start */

.web-title {
    display: block;
}

.web-title h2 {
    display: block;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #d61f28;
}

.web-title h3 {
    display: block;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.web-title h4 {
    display: block;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}

.web-title p {
    display: block;
    font-size: 18px;
    font-weight: 300;
}

@media screen and (max-width: 992px) {
    .web-title {
        margin-bottom: 30px;
    }
}

.default-content {
    display: block;
}

.default-content h2 {
    display: block;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}

.big-title {
    font-size: 70px !important;
}

.default-content h3 {
    display: block;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}

.default-content h4 {
    display: block;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.default-content h5 {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.default-content h6 {
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.default-content p {
    display: block;
    font-size: 18px;
    line-height: 30px;
}

.about-logo {
    width: 86%;
}

.flex-cards {
    display: flex;
    width: 100%;
    height: 400px;
    padding: 20px;
    align-items: flex-end;
}

.flex-cards-content {
    display: block;
    width: 100%;
    min-height: 70%;
    padding: 20px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.5);
}

.flex-cards-content h6 {
    display: inline-block;
    background-color: #d61f28;
    color: #FFF;
    padding: 3px 10px;
    font-size: 13px;
    margin-bottom: 5px;
}

.flex-cards-content h3 {
    display: block;
    font-size: 24px;
}

.flex-cards-content a {
    display: inline-block;
    font-size: 13px;
    color: #FFF;
    padding-bottom: 2px;
    border-bottom: 2px solid #d61f28;
}

.cricket-wrapper {
    padding: 300px 0px 70px;
}

@media screen and (max-width: 1100px) {
    .big-title {
        font-size: 50px !important;
    }
    .cricket-wrapper {
        padding: 200px 0px 50px;
    }
}

@media screen and (max-width: 992px) {
    .big-title {
        font-size: 30px !important;
    }
    .cricket-wrapper {
        padding: 200px 0px 50px;
    }
}

.tweets {
    padding: 30px;
    border-top: 2px solid #212529;
    border-left: 2px solid #212529;
    border-right: 2px solid #212529;
    border-bottom: 4px solid #212529;
    position: relative;
    background-color: rgba(255, 255, 255, 0.7);
}

.sponsors {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 400ms;
    border-radius: 5px;
    padding: 10px;
    background-color: #fff;
}

.sponsors img {
    object-fit: contain;
}


/* end content area*/

.footer-wrapper {
    position: relative;
    padding: 50px 0px 30px;
    background-color: #111;
}

.footer {
    position: relative;
    color: #F1F1F4;
}

.footer img {
    width: 200px;
}

.footer h5 {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
}

.footer p {
    font-size: 16px;
}

.footer a {
    font-size: 16px;
}

.footer ul {
    display: block;
}

.footer ul li {
    display: block;
    list-style: none;
    margin: 0px 0px 10px 0px;
}

.footer ul li a {
    color: #f4f4f4;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
}

.footer-social ul {
    display: flex;
    justify-content: center;
}

.footer-social ul li {
    display: inline-block;
    margin: 0px 0px 0px 15px;
}

.footer-social ul li a {
    color: #FFF;
    text-decoration: none;
}

.footer-social ul li a:hover {
    text-decoration: none;
}

.copyright-wrapper {
    position: relative;
    padding: 20px 0px;
    background-color: #000000;
}

.copyrights {
    display: block;
}

.copyrights p {
    text-align: center;
    color: #FFF;
    font-size: 13px;
}

@media screen and (max-width: 1124px) {
    .footer ul {
        display: flex;
        justify-content: space-between;
        padding-bottom: 30px;
        flex-wrap: wrap;
        flex-direction: column;
        margin-top: 20px;
    }
    .copyrights p {
        text-align: center;
        margin-bottom: 10px;
    }
}


/*end home page*/

.font-small {
    font-size: 14px !important;
    margin: 0px !important;
}

.gallery {
    border: 4px solid #111;
}

.gallery img {
    height: 180px;
    object-fit: cover;
}

.teams-card {
    display: block;
    padding: 0px 0px 15px 0px;
    margin-bottom: 30px;
}

.team-logo {
    display: block;
    margin-bottom: 10px;
}

.team-logo img {
    display: inline-block;
    padding: 10px;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    border: 1px solid #CCC;
    object-fit: contain;
}

.teams-card h4 {
    display: block;
    font-size: 18px;
}

.player-image {
    display: block;
    margin-bottom: 30px;
}

.player-image img {
    display: block;
    height: 100px;
    width: 100px;
    object-fit: cover;
    object-position: top;
}

.player-details {
    padding: 30px;
    border-top: 2px solid #212529;
    border-left: 2px solid #212529;
    border-right: 2px solid #212529;
    border-bottom: 4px solid #212529;
    position: relative;
    background-color: rgba(255, 255, 255, 0.7);
}
.align-center {
	justify-content:center;
}
.abt p {
	margin-bottom: 10px;
}
.text-center {
	text-align: center;
}

#yearSelect {
  min-width: 120px;
  padding: 8px 12px;
  border: 2px solid #000;
  border-radius: 8px;
  font-weight: 600;
}

.year-select-wrapper {
  display: flex;
  justify-content: flex-end; /* Pushes select to the right */
  margin-top: 20px; /* Space after GALLERY */
  margin-bottom: 20px;
}

.gallery-title {
    display: block;
    font-size: 14px;
    font-weight: bolder;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #d61f28;
    text-align: center;
}
