/* 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;
}

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: 70px;
    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: #092a7e;
}


/*buttons*/

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

.btn-web-primary:hover {
    color: #FFF;
    background-color: #e24110;
    border-color: #e24110;
}

.item-link {
    display: block;
}

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

.login-btn {
    color: #FFF;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    background-color: #ff5722;
}

.login-btn:hover {
    color: #FFF;
    background-color: #e24110;
    border-color: #e24110;
}

.login-btn i {
    margin-right: 5px;
}

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


/* forms */

.form-control {
    font-weight: 600;
}

.form-select {
    font-weight: 600;
}


/*end forms */


/*headings */

.web-heading {
    display: block;
}

.web-heading h2 {
    display: block;
    font-weight: 700;
    font-size: 30px;
    color: #e24110;
    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: 30px;
    color: #e24110;
    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: #ff5722 !important;
}

@media screen and (max-width: 992px) {
    .web-heading h2 {
        font-size: 20px;
    }
    .web-heading h3 {
        font-size: 16px;
    }
    .web-heading-flex {
        flex-direction: column;
        align-items: center;
    }
    .web-heading-flex .ms-3 {
        margin: 0px !important;
    }
    .web-heading-flex h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .web-heading-flex h3 {
        font-size: 16px;
    }
}


/* end headings */


/* paddings */

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

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

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


/* 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: linear-gradient(04deg, #121257 25%, #092a7e 50%, #121257 100%);
    box-shadow: 0px 5px 15px #121257;
    border: 1px solid #161692;
}

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

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

.input-group-text {
    color: #161692;
    background-color: #FFF;
}

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

.login-card .input-group-text {
    border: none !important;
}


/* 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: 5px 0px;
    background: linear-gradient(92.04deg, #121257 25%, #092a7e 50%, #121257 100%);
    box-shadow: 0px 3px 7px rgb(6 22 66 / 68%);
    border-bottom: 1px solid #161692;
}

.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-nav {
        text-align: start !important;
    }
    .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 */

.scores-wrapper {
    position: fixed;
    overflow: hidden;
    width: 100%;
    z-index: 99;
    bottom: 0px;
    background: #ff5722;
    box-shadow: 0px 3px 7px rgb(6 22 66 / 68%);
    border-bottom: 1px solid #161692;
}

.match-cards {
    display: flex;
    color: #303030;
    align-items: center;
    transition: 400ms;
    background: #F9F9F9;
    font-size: 13px;
    justify-content: space-between;
    padding-right: 15px;
}

.match-cards:hover {
    background-color: #ececec;
}

.date-card {
    position: relative;
    height: 100%;
    background-color: #c9c9c9;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px;
    flex-direction: column;
    line-height: normal;
}

.date-card h5 {
    font-size: 14px;
    font-weight: 700;
}

.date-card p {
    font-size: 12px;
    font-weight: 400;
}

.match-cards-team img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.scores-index {
    display: flex;
}

.batting-card {
    margin: 0px 10px;
}

.batting-card h5 {
    font-size: 14px;
    font-weight: 700;
    color: #121212;
}

.batting-card h6 {
    font-size: 12px;
    font-weight: 500;
    color: #323232;
}

.match-message {
    display: block;
    color: #FFF;
    text-align: center;
    background: rgb(231, 58, 4);
    background: linear-gradient(90deg, rgba(231, 58, 4, 1) 0%, rgba(255, 87, 34, 1) 100%);
}

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


/* end live */


/*slider wrapper */

.slider-wrapper {
    display: block;
    padding: 30px 0px;
    background: url(../images/slider-wrapper-2.jpg) no-repeat center center;
    background-size: cover;
}

.scores-updates-homepage {
    position: relative;
    padding: 15px;
    border-radius: 10px;
    background: url(../images/scorecard.jpg) no-repeat center center;
    background-size: cover;
}

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

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

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

.scores-tabs {
    display: flex;
}

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

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

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

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

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

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

.match-cards-2 {
    display: flex;
    color: #FFF;
    align-items: center;
    transition: 400ms;
    background: #052064a0;
    font-size: 13px;
    justify-content: space-between;
    border-radius: 5px !important;
    overflow: hidden;
}

.match-cards-2:hover {
    background: #052064;
}

.date-card-2 {
    position: relative;
    height: 100%;
    background: #052064;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    line-height: normal;
}

.date-card-2 h5 {
    font-size: 14px;
    font-weight: 700;
}

.date-card-2 p {
    font-size: 12px;
    font-weight: 400;
}

.match-cards-team-2 {
    background-color: #FFF;
    padding: 5px;
}

.match-cards-team-2 img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.scores-index-2 {
    display: flex;
}

.batting-card-2 {
    margin: 0px 10px;
}

.batting-card-2 h5 {
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
}

.batting-card-2 h6 {
    font-size: 13px;
    font-weight: 500;
    color: #FFF;
}

.match-message-2 {
    display: block;
    color: #FFF;
    text-align: center;
}

.match-message-2 p {
    display: block;
    font-weight: 500;
    font-size: 12px;
}

.live-card-home {
    display: block;
    padding: 50px 30px;
    background: #052064a0;
    border-radius: 10px;
}

.live-card-home:hover {
    background: #052064;
}

.match-cards-team-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 10px;
    flex-direction: column;
    color: #FFF;
    font-weight: 600;
}

.match-cards-team-3 img {
    width: 70px;
    height: 70px;
    padding: 10px;
    background-color: #FFF;
    border-radius: 50%;
    object-fit: contain;
}

.match-cards-team-3 h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.batting-card-3 {
    margin: 0px 10px;
    text-align: center;
}

.batting-card-3 h5 {
    font-size: 30px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}

.batting-card-3 h6 {
    font-size: 13px;
    font-weight: 500;
    display: block;
}

.match-message-3 {
    display: block;
    color: #FFF;
    text-align: center;
    margin-top: 10px;
    padding: 5px;
    background: #011a58a0;
    border-radius: 10px;
    border: 1px solid #011956;
}

.match-message-3 p {
    display: block;
    font-weight: 600;
    font-size: 12px;
}


/* end scores homes */

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


/* 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;
    text-align: center;
    background: #121257;
    box-shadow: 0px 3px 7px rgb(6 22 66 / 68%);
    border-bottom: 1px solid #161692;
    overflow: hidden !important;
    color: #FFF;
}

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

.points-card-player-img {
    display: block;
    padding: 15px 15px 0px 15px;
    background: url(../images/scorecard.jpg) no-repeat center center;
    background-size: cover;
}

.points-card-player-img img {
    display: inline-block;
    width: 100%;
    height: 220px;
    object-fit: contain;
}

.playername-card {
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
    background-color: #000f36;
}

.playername-card h5 {
    background-color: #ff5722;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 0px;
    margin-bottom: 4px;
}

.points-digit {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #FFF;
    padding: 15px 0px;
}

.points-digit h3 {
    font-weight: 700;
}


/* end points table details*/


/* gallery */

.image-gallery-h {
    position: relative;
    height: 100%;
    border-radius: 5px;
}

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

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

@media screen and (max-width: 1024px) {
    .image-gallery-h {
        position: relative;
        height: 25vh;
        margin-bottom: 20px;
        border-radius: 5px;
    }
}


/* end gallery */


/* app promotion */

.cricforever-app {
    position: relative;
    display: flex;
    background: url(../images/scorecard.jpg) no-repeat center center;
    background-size: cover;
    padding: 20px;
    border-radius: 10px;
    color: #FFF;
}

.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: 30px 0px 110px;
    background-color: #000f36;
}

.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) {
    .footer-wrapper {
        position: relative;
        padding: 20px 0px 135px;
        background-color: #000f36;
    }
    .d-flex-footer p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .d-flex-footer {
        flex-direction: column;
        text-align: center;
    }
}


/*footer end*/


/* end home page */