/* common css ******************************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Anta&display=swap');


@font-face {
    font-family: "Montserrat-Bold";
    src: url("../fonts/montserrat/Montserrat-Bold.ttf");
}

@font-face {
    font-family: "Montserrat-Medium";
    src: url("../fonts/montserrat/Montserrat-Medium.ttf");
}

@font-face {

    font-family: "AG Letterica Compr-Oblique Medium";
    src: url("../fonts/AG\ Letterica\ Compr-Oblique\ Medium.ttf");
}

@font-face {
    font-family: "MYRIADPRO-REGULAR";
    src: url("../fonts/MYRIADPRO-REGULAR.OTF");
}

@font-face {
    font-family: "Barlow-Bold";
    src: url("https://api.staging.cricketliveline.co.in/fonts/Barlow-Bold.ttf");
}

@font-face {
    font-family: "Barlow-Semi-Bold";
    src: url("https://api.staging.cricketliveline.co.in/fonts/Barlow-SemiBold.ttf");
}

@font-face {
    font-family: "Barlow-Regular";
    src: url("https://api.staging.cricketliveline.co.in/fonts/Barlow-Regular.ttf");
}

@font-face {
    font-family: "Barlow-Regular";
    src: url("https://api.staging.cricketliveline.co.in/fonts/Barlow-Regular.ttf");
}


:root {
    --white: #fff;
    --black: #000;
}

.white {
    color: var(--white);
}

.black {
    color: var(--black);
}

.color-orange {
    color: #FF7E00;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

*::before,
*::after {
    box-sizing: border-box;
}

.common::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

body.show {
    position: fixed;
    top: 0;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    line-height: 1.2;
    font-weight: normal;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}

h1 {
    font-size: 55px;
}

h2 {
    font-size: 44px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 20px;
}

p {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: var(--white);
}

p:last-child {
    margin-bottom: 0;
    /* text-align: left; */
}

.small {
    font-size: 16px;
}

ul,
ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    line-height: 1.2;
    color: inherit;
    font-family: inherit;
}

span {
    display: inline-block;
}



/* header css start ******************************************************************************/

.homeBanner {
    position: relative;
    /* Anchor for the video */
    height: calc(100dvh - 52.39px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /* Clips the video to the container */
    background-color: #451277;
    /* Fallback color if video fails */
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* This makes it behave like 'background-size: cover' */
    z-index: 1;
    /* Keep it at the bottom */
}

.homeBanner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.6); */
    /* Adjust the 0.5 (50%) to make it darker or lighter */
    background: linear-gradient(181deg, rgba(39, 11, 104, 0.6) 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 2;
    /* Sits above the video */
}

.homeBanner {
    /* background-color: #451277; */
    /* background-image: url('../images/bg.mp4'); */
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100dvh - 52.39px);
    display: flex;
    align-items: center;
}

#homeBanner .homeBanner-part {
    padding: 0px 0 33px;
    max-width: 84%;
    margin: 0 auto;
}

#homeBanner .homeBanner-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* #homeBanner .homeBanner-box .img-box {
    max-width: 100%;
} */

/* #homeBanner .homeBanner-box .img-box img {
    max-width: 95%;
} */

#homeBanner .homeBanner-box .text-box {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* #homeBanner .homeBanner-box .text-box.logo-box{
    max-width: 30%;
}  */
#homeBanner .homeBanner-box .text-box .logo-box {
    width: 250px;
    margin: 0 auto;
}

#homeBanner .homeBanner-box .text-box h2 {
    color: #ffffff;
    font-size: 98px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-family: "Anta", sans-serif;
    font-weight: 900;
    text-align: center;
}

#homeBanner .homeBanner-box .text-box p {
    color: var(--white);
    text-transform: capitalize;
    font-size: 25px;
}

#homeBanner .homeBanner-box .text-box .btn-box {
    display: flex;
    margin-top: 18px;
    column-gap: 30px;
    justify-content: center;
    /* max-width: 230px; */
    margin: 20px;
}

#homeBanner .homeBanner-box .text-box .btn-box img {
    /* max-width: 45%; */
    border: 2px solid rgb(255, 255, 255);
    border-radius: 100px;
    padding: 5px;
    max-width: 100px;
}

#homeBanner .homeBanner-box .text-box .play-now-btn {
    background-color: #FF7E00;
    color: white;
    padding: 16px 48px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.4rem;
    border-radius: 50px;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(255, 102, 0, 0.3);
    margin-top: 30px;
}

/* ****************************** */



.footer-section {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 15px;
    text-align: center;
}

.disclaimer-box p {
    font-size: 14px;
    line-height: 1.6;
    color: #ffffff;
}

.cta-btn {
    display: flex;
    justify-content: center;
}

.offer-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 5px 25px 5px 5px;
    border: none;
    border-radius: 60px;
    cursor: pointer;
    overflow: hidden;
    background: linear-gradient(135deg, #ff9a3c 0%, #ff7e00 60%, #e66f00 100%);
    box-shadow: 0 10px 25px rgba(255, 126, 0, 0.35);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    margin-top: 20px;
}

.offer-btn:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 18px 35px rgba(255, 126, 0, 0.45);
}

/* Glass shine */
.offer-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -30%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0.35),
            rgba(255, 255, 255, 0.15),
            rgba(255, 255, 255, 0));
    transform: skewX(-20deg);
    transition: left 0.6s ease;
    animation: glassShineMove 2s ease-in-out infinite alternate;
}

@keyframes glassShineMove {
    from {
        left: -40%;
        opacity: 0.6;
    }

    to {
        left: 120%;
        opacity: 0.6;
    }
}

.offer-btn:hover::before {
    left: 120%;
}

.offer-badge {
    position: relative;
    z-index: 1;
    background: radial-gradient(circle at top left, #fff3a0, #ffd400);
    color: #2b0a6b;
    font-weight: 900;
    font-size: 26px;
    line-height: 1;
    padding: 12px 14px;
    border-radius: 50%;
    text-align: center;
    box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.6);
    width: 85px;
    height: 85px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.35s ease;
}

.offer-badge span {
    font-weight: 600;
    font-size: 12px;
}

.offer-btn:hover .offer-badge {
    transform: scale(1.1) rotate(-5deg);
}

.offer-text {
    position: relative;
    z-index: 1;
    color: #ffffff;
    text-align: center;
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition: text-shadow 0.35s ease;
}

.offer-btn:hover .offer-text {
    text-shadow: 0 4px 12px rgba(255, 255, 255, 0.35);
}

.offer-text strong {
    display: block;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 0.5px;
    line-height: 1;
}

.offer-text small {
    display: block;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    opacity: 0.95;
}