/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    color: #232323;
    font-family: 'Source Sans Pro', sans-serif;
    scroll-behavior: smooth;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #252525;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: #232323;
    text-decoration: none;
    display: inline-block;
}

a:hover {
    color: #232323;
    text-decoration: none;
}

img {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ul li,
p {
    padding: 0px;
    margin: 0px;
    display: inline-block;
}

.btn {
    font-size: 15px;
    font-weight: 600;
    padding: 7px 15px;
}

.scrollup {
    position: fixed;
    right: 10px;
    bottom: 60px;
    width: 40px;
    height: 40px;
    color: #000;
    text-align: center;
    line-height: 40px;
    font-weight: 900;
    font-size: 20px;
    z-index: 9999;
    display: none;
    border-radius: 7px;
    background: #fff;
    transition: 400ms;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 10px 20px -5px, rgba(0, 0, 0, 0.3) 0px 10px 20px -6px;
}

.scrollup:hover {
    color: #fff;
    background: #303030;
}


/*buttons*/

.btn-web-primary {
    display: inline-block;
    color: #262a2b;
    background-color: #a8ef0c;
    border-color: #a8ef0c;
    outline: none !important;
    transition: 400ms;
}

.btn-web-primary:hover {
    color: #a8ef0c;
    background-color: #262a2b;
    border-color: #262a2b;
}

.item-link {
    display: block;
}

.bg-dark {
    background-color: #000000 !important;
}

.login-btn {
    color: #FFF;
    display: flex;
    align-items: center;
    background-color: #303030;
}

.login-btn i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #323232;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #a8ef0c;
    margin-right: 10px;
    font-size: 13px;
}

.login-btn:hover {
    color: #323232;
}

.login-btn:hover {
    background-color: #a8ef0c;
}

@media screen and (max-width: 992px) {
    .mob-30 {
        margin-bottom: 30px;
    }
    section {
        margin: 0px !important;
        display: block !important;
    }
}

.main-wrapper {
    position: relative;
}

.overflow {
    overflow: hidden !important;
}


/* backgrounds */

.main-bg-1 {
    background: #e4e4e4 url(../images/slider-wrapper-2.jpg) no-repeat bottom center;
    background-size: cover;
}


/*end backgrounds */


/*headings */

.web-heading {
    display: block;
}

.web-heading h2 {
    display: block;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
}

.web-heading h3 {
    display: block;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
}

.web-heading h6 {
    display: block;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.sub-heading {
    display: block;
}

.sub-heading h6 {
    display: block;
    font-weight: 600;
}

.sub-heading a {
    display: block;
    width: max-content;
    font-weight: 600;
    border-bottom: 2px solid #232323;
}

.web-heading-flex {
    display: flex;
    justify-content: space-between;
}

.web-heading-flex h2 {
    display: block;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
}

.web-heading-flex h3 {
    display: block;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
}

.web-heading-flex h6 {
    display: block;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.dark-heading {
    background-color: #303030;
    padding: 5px 10px;
}

.green {
    color: #a8ef0c !important;
}


/* end headings */


/* paddings */

.padding-1 {
    padding: 70px 0px;
}

.padding-2 {
    padding: 120px 0px 70px;
}

.padding-3 {
    padding: 70px 0px 0px;
}

.fill-height {
    min-height: 100vh;
}

.tab-padding-1 {
    padding: 20px 0px;
}

@media screen and (max-width: 992px) {
    .padding-1 {
        padding: 40px 0px;
    }
    .padding-2 {
        padding: 80px 0px 40px;
    }
    .padding-3 {
        padding: 40px 0px 0px;
    }
}


/* end paddings */


/* start default content */

.table td,
.table th {
    vertical-align: middle;
}

.web-content-1 {
    display: block;
}

.web-content-1 p {
    display: block;
}

.default-cards {
    display: block;
}

.default-cards h6 {
    display: block;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 4px;
}

.default-cards p {
    display: block;
    font-size: 15px;
}

hr {
    height: 1px !important;
    margin: 10px 0px !important;
}


/* end default content */


/* login */

.btn-lg-1 {
    min-width: 200px;
}

.login-container {
    display: flex;
    width: 100%;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
}

.login-logo {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.header-1 {
    font-size: 24px;
    font-weight: 700;
}

.login-card {
    display: block;
    border-radius: 7px;
    padding: 60px 40px;
    color: #FFF;
    background-color: #1b1b1b;
    box-shadow: 0px 2px 3px rgb(65 65 65 / 10%);
}

.anchor-link {
    font-weight: 700;
}

.line-height-0 {
    line-height: 15px;
}

.input-group-text {
    border: none !important;
    padding: 10px 20px;
}

.login-card .form-control {
    border: none !important;
    padding: 10px;
}


/* end login */

.btn-lg-1 {
    min-width: 200px;
}

.header-1 {
    font-size: 24px;
    font-weight: 700;
}

.anchor-link {
    font-weight: 700;
}

.line-height-0 {
    line-height: 15px;
}


/* end login */


/*header wrapper*/

.header-wrapper {
    position: relative;
    padding: 10px 0px;
}

.main-logo {
    height: 50px;
}

.nav-item {
    margin: 0px 15px;
}

.nav-link {
    color: #c9c9c9 !important;
    text-transform: uppercase;
    font-weight: 700;
}

.nav-link.active {
    color: #FFF !important;
}

.dropdown-menu {
    padding: 0px;
    border-radius: 10px !important;
    background-color: #FFF;
    text-transform: uppercase;
    border: none !important;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.2);
    padding: 10px;
}

.dropdown-menu li {
    display: block;
}

.dropdown-item {
    color: rgb(38, 34, 61) !important;
    font-size: 15px;
    font-weight: 700;
    display: block;
    width: 100%;
    border-radius: 5px;
}

.dropdown-item:hover {
    background-color: rgb(238, 238, 238);
}

@media screen and (max-width: 992px) {
    .navbar-toggler {
        border: none !important;
        outline: none !important;
    }
    .sign-in-fixed {
        margin: 10px 0px 0px;
    }
    .sign-in-fixed .text-end {
        text-align: start !important;
    }
    .navbar-collapse {
        padding: 15px !important;
    }
    .nav-item {
        margin: 0px 0px;
    }
}


/* end header */


/*slider wrapper */

.slider-wrapper {
    display: block;
    padding: 0px 0px 120px;
}

.scores-updates-homepage {
    position: relative;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 6px 12px rgb(0 0 0 / 20%);
    border: 1px solid #121212;
    background-color: rgb(47 47 47 / 70%);
}

.slider {
    position: relative;
    min-height: 75vh;
    border-radius: 5px;
}

.bg-overlay {
    background-color: rgb(0 0 0 / 70%);
}

.height-100 {
    position: relative;
    height: 100%;
}

.scores-tabs {
    display: block;
}

.scores-tabs li {
    margin: 0px;
}

.scores-tabs .nav-link {
    color: #FFF !important;
}

.nav-tabs {
    border-bottom: 1px solid #a8ef0c !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #252525 !important;
    background-color: #a8ef0c;
}

.scores-tabs li button {
    border: none !important;
}

.scores-tabs li button:hover {
    border: none !important;
}

@media screen and (max-width: 1024px) {
    .slider {
        position: relative;
        min-height: 45vh;
        border-radius: 5px;
        margin-bottom: 30px;
    }
}

.match-status-card {
    display: flex;
    color: #FFF;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid rgb(39, 39, 39);
    box-shadow: 0px 1px 0px rgb(58 58 58);
    transition: 400ms;
    background: rgb(26 26 26 / 80%);
    font-size: 13px;
    margin-bottom: 10px;
}

.match-status-card:hover {
    background: rgb(39, 39, 39);
}

.match-team {
    display: block;
    background: rgb(39, 39, 39);
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.match-team ul {
    display: flex;
    justify-content: center;
}

.match-team ul li {
    color: #FFF;
    margin: 0px 5px;
    font-size: 13px;
}

.teamscard {
    display: block;
    margin-right: 15px;
}

.teamscard ul {
    display: flex;
    align-items: center;
    color: #FFF;
}

.teamscard ul li {
    margin: 0px 5px;
    font-weight: 700;
    font-size: 13px;
}

.teamscard ul li img {
    height: 40px;
    object-fit: contain;
}

.match-message {
    display: block;
    color: #FFF;
}

.match-message p {
    display: block;
    font-weight: 500;
}

.match-live-card {
    display: block;
    color: #FFF;
    align-items: center;
    transition: 400ms;
    font-size: 13px;
    padding: 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid #121212;
    box-shadow: 0px 1px 0px rgb(61 61 61 / 70%);
}

.match-live-card:hover {
    background: rgb(30, 30, 30);
}

.match-live-card ul {
    display: flex;
    justify-content: center;
    background-color: rgb(43, 43, 43);
    padding: 5px 0px;
}

.match-live-card ul li {
    color: #FFF;
    margin: 0px 5px;
    font-size: 13px;
}

.teamscard-live {
    display: block;
}

.teamscard-live ul {
    display: flex;
    align-items: center;
    color: #FFF;
}

.teamscard-live ul li {
    margin: 0px 5px;
    font-weight: 700;
    font-size: 13px;
}

.teamscard-live ul li img {
    height: 26px;
    object-fit: contain;
}

.livescores-home {
    display: block;
}

.runs-home {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgb(43, 43, 43);
}

.batting-card {
    display: flex;
    align-items: center;
}

.batting-card h5 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
    color: #a8ef0c;
}

.batting-card h6 {
    font-weight: 400;
    font-size: 13px;
    margin-left: 10px;
}

.split-line {
    position: relative;
    height: 40px;
    width: 1px;
    margin: 0px 15px;
    background: rgb(43, 43, 43);
}

.match-message-live {
    display: block;
    color: #FFF;
    padding-top: 3px;
}

.match-message-live p {
    display: block;
    font-weight: 500;
    text-align: center;
}


/* end slider wrapper */


/* sponsors */

.sponsors {
    display: flex;
    align-items: center;
    width: 140px;
    height: 140px;
    justify-content: center;
    transition: 400ms;
}

.sponsors img {
    width: 120px !important;
}

@media screen and (max-width: 992px) {
    .sponsors {
        width: 100px;
        height: 100px;
    }
    .sponsors img {
        width: 70px !important;
    }
}


/* end sponsors */


/* points table details */

.points-card {
    position: relative;
    border-radius: 10px;
    background-color: #1b1b1b;
    padding: 30px 0px 0px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden !important;
}

.points-card img {
    display: inline-block !important;
    width: 100px !important;
    height: 100px !important;
    object-fit: contain;
    margin-bottom: 15px;
    -webkit-filter: drop-shadow(2px 1px 25px #a8ef0c) drop-shadow(0px 0px 5px #a8ef0c);
    filter: drop-shadow(2px 1px 25px #a8ef0c) drop-shadow(0px 0px 5px #a8ef0c);
}

.points-card h2 {
    position: absolute;
    top: 0px;
    right: 10px;
    font-weight: 700;
    font-size: 50px;
    color: #ccc;
}

.points-card ul {
    display: block;
    text-align: left;
    overflow: hidden !important;
    background-color: #232323;
}

.points-card ul li {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    color: #FFF;
    padding: 5px 15px;
    border-bottom: 1px solid rgb(0 0 0 / 70%);
}

.points-card ul li:hover {
    background-color: #1b1b1b;
}

.points-card ul li span {
    font-weight: 700;
    color: #a8ef0c;
}

.players-1 {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px;
    transition: 400ms;
    border: 2px solid #dcdcdc;
    background-color: #FFF;
    font-size: 13px;
    margin-bottom: 7px;
    border-radius: 10px;
}

.players-1-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px !important;
    height: 90px !important;
    border-radius: 100%;
    border: 2px solid #dcdcdc;
    background-color: #FFF;
    position: relative;
    color: #FFF;
}

.players-1-img img {
    width: 70px !important;
    height: 70px !important;
    object-fit: cover;
    border-radius: 100%;
}

.players-1 h3 {
    display: block;
    font-weight: 800;
    font-size: 30px;
}

.players-1 h5 {
    display: block;
    font-weight: 700;
    font-size: 18px;
}

.players-1 h6 {
    font-size: 14px;
}

.players-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    padding: 10px 15px;
    background-color: #FFF;
    border: 1px solid #dcdcdc;
    transition: 400ms;
}

.players-2:hover {
    box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
}

.players-2-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #dcdcdc;
    background-color: #FFF;
}

.players-2-img img {
    width: 40px !important;
    height: 40px !important;
    object-fit: cover;
    border-radius: 100%;
}

.players-2 h3 {
    font-weight: 800;
    display: block;
    font-size: 18px;
}

.players-2 h3 span {
    font-weight: 400;
    font-size: 14px;
    display: block;
}

.players-2 h5 {
    font-weight: 700;
    font-size: 15px;
    display: block;
}

.players-2 h6 {
    display: block;
    font-size: 13px;
}

.players-2 p {
    display: block;
    font-size: 13px;
}

.ml-2 {
    margin: 0px 0px 0px 15px;
}


/* end points table details*/


/* gallery */

.image-gallery {
    display: block;
    margin-bottom: 30px;
}

.image-gallery img {
    border-radius: 5px;
}


/* end gallery */


/* app promotion */

.cricforever-app {
    position: relative;
    display: flex;
}

.cricforever-app h3 {
    display: block;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 5px;
}

.cricforever-app p {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}

.cricforever-app ul {
    margin-top: 20px;
    display: block;
}

.cricforever-app img {
    width: 120px;
}

.pos-img {
    position: relative;
    text-align: center;
}

.pos-img img {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .cricforever-app {
        position: relative;
        display: flex;
        text-align: center;
    }
    .cricforever-app h3 {
        font-size: 22px;
    }
    .pos-img img {
        width: 70%;
        margin-top: 30px;
    }
}


/* end app promotion */


/* footer started */

.footer-wrapper {
    position: relative;
    padding: 50px 0px 50px;
    background-color: #000000;
}

.d-flex-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFF;
}

.footer-social ul {
    display: flex;
}

.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;
}

@media screen and (max-width: 1124px) {
    .d-flex-footer p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .d-flex-footer {
        flex-direction: column;
        text-align: center;
    }
}


/*footer end*/


/* end home page */