@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lexend:wght@100..900&display=swap');

/* Apply Lato to all headings, paragraphs, and spans */
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
    font-family: 'Lato', sans-serif;
}

/* Apply Lato to all elements globally */
body {
    font-family: 'Lato', sans-serif;
}

img {
    width: 100%;
}

.p-0 {
    padding: 0;
}

.biggest_stage {
    padding-block: 50px;
    position: relative;
    /* Required for ::before to position correctly */
}

.biggest_stage::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: url(../home_img/header_background.png) no-repeat center center;
    background-size: contain;

    z-index: 1;
    /* Keep it behind text */
}



.biggest_stage h1 {
    font-family: Lato, sans-serif;
    font-weight: 600;
    /* semi-bold */
    font-size: 72px;
    text-align: center;
    text-transform: uppercase;

    /* Gradient text fix */
    background: linear-gradient(90deg, #D73466 0%, #322E73 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /* for some browsers */
}

.biggest_stage p {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 30px;
    text-align: center;
    color: #000000;
}

.flag_section {
    padding-block: 50px;
    position: relative;
}

.flag_image_div img {
    position: relative;
    z-index: 9;
}

.flag_section::after {
    content: "";
    background-image: url(../home_img/background_sbi.png);
    background-repeat: repeat-x;
    background-position: bottom center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* height: 250px; */
    height: 60vh;
    z-index: 99;
}

.flag_conetent {
    padding-top: 25px;
}

.flag_conetent p {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #000000;
}

.over_section {
    padding-block: 50px;
    position: relative;
    background-image: url(../home_img/over_background.png);
}

.over_section p {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 30px;
    text-align: center;
    color: #000000;
}

.spellionaire_section {
    background: url(../home_img/spellionaire_background1.png) no-repeat center center;
    background-size: cover;
    padding-block: 50px;
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spellionaire_section p {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 45px;
    color: #FFFFFF;
}

.spellionaire_section h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    /* bold */
    font-size: 70px;

    text-transform: uppercase;

    /* Gradient text fix */
    background: linear-gradient(-4.63deg,
            #8C421D 5.2%,
            #FBE67B 31.67%,
            #FCFBE7 48.78%,
            #F7D14E 67.86%,
            #D4A041 86.58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /* for Firefox */
}

.steper_div {
    position: relative;
}

.spellionaire_left p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    /* regular */
    font-style: normal;
    font-size: 42px;
    line-height: 53px;
    letter-spacing: normal;
    color: #000000;
}

.spellionaire_left p span {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    /* bold */
    font-style: italic;
    font-size: 52px;
    line-height: 53px;
    letter-spacing: normal;
}

.stakes_section {
    padding-block: 10px;
}

.stakes_section p {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    /* SemiBold */
    font-style: normal;
    font-size: 72px;
    text-align: center;
    text-transform: uppercase;
}

.identify_section {
    background: url(../home_img/spell_bee_back.png);
    background-size: cover;
    padding-block: 50px;
    position: relative;
}

.identify_section p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    /* Regular */
    font-style: normal;
    font-size: 36px;
    text-align: center;
    color: #FFFFFF;
}

.identify_section h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    /* Regular */
    font-style: normal;
    font-size: 42px;
    line-height: 60px;
    letter-spacing: normal;
    text-align: center;
    text-transform: uppercase;
    padding-top: 25px;
    /* Gradient text fix */
    background: linear-gradient(142.63deg,
            #8C421D 5.2%,
            #FBE67B 31.67%,
            #FCFBE7 48.78%,
            #F7D14E 67.86%,
            #D4A041 86.58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /* Firefox support */
}

.identify_section_inner {
    padding-top: 10pc;
    padding-bottom: 2pc;
}

.stories_div_bee {
    padding-top: 25px;
}

.stories_div_bee img {
    padding-top: 25px;
}

.footer_home_bee {
    /* background-image: url(../home_img/footer_bee.png); */
    position: relative;
}

.tickets_list_para {
    position: absolute;
    top: 10pc;
    /* left: -3pc; */
}

.tickets_list_para p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    /* regular */
    font-style: normal;
    font-size: 30px;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.tickets_list_para p span {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    /* semi-bold */
    font-style: italic;
    font-size: 35px;
    line-height: normal;
    letter-spacing: normal;
}

.time_position p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 44px;
    text-transform: uppercase;
    color: #000000;
}

.Spell_position p {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    /* bold */
    font-style: normal;
    font-size: 130px;
    line-height: 1;
    /* equivalent to 100% */
    letter-spacing: normal;
    text-transform: uppercase;

    /* Proper gradient text */
    background: linear-gradient(90deg, #D73466 0%, #322E73 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /* for Firefox */
}

.time_position {
    position: absolute;
    top: 39pc;
    /* left: -5pc; */
    z-index: 99;
}

.Spell_position {
    position: absolute;
    top: 43pc;
    /* left: -5pc; */
    z-index: 99;
}

@media (min-width: 1900px) {

    /* CSS here applies only at exactly 1900px wide */
    .tickets_list_para {
        position: absolute;
        top: 20pc;
        /* left: -3pc; */
    }

    .time_position {
        position: absolute;
        top: 60pc;
        /* left: -5pc; */
        z-index: 99;
    }

    .Spell_position {
        position: absolute;
        top: 65pc;
        /* left: -5pc; */
        z-index: 99;
    }
}

@media (max-width: 1199px) {
    .time_position {
        top: 28pc;
    }

    .Spell_position {
        top: 35pc;
    }

    .Spell_position p {
        font-size: 110px;
    }
}

@media (max-width: 991px) {
    .spellionaire_section h2 {
        font-size: 35px;
        text-align: end;
    }

    .spellionaire_section p {
        font-size: 25px;
    }

    .stakes_section p {
        font-size: 28px;
    }

    .identify_section p {
        font-size: 16px;
    }

    .identify_section h3 {
        font-size: 26px;
        line-height: normal;
    }

    .flag_conetent p {
        font-size: 20px;
    }

    .over_section p {

        font-size: 20px;
    }

    .spellionaire_section {
        background-size: auto;
    }

    .identify_section_inner {
        padding-top: 2pc;
    }

    .tickets_list_para {
        position: unset;
    }

    .time_position {
        position: unset;
    }

    .Spell_position {
        position: unset;
    }

    .Spell_position p {
        font-size: 43px;
    }

    .tickets_list_para p {
        font-size: 26px;
        padding-bottom: 15px;
    }

    .time_position p {
        font-size: 30px;
    }

    .biggest_stage h1 {
        font-size: 30px;
    }

    .footer_home_bee {
        padding-block: 50px;
    }

    .flag_image_div {
        text-align: center;
    }

    .flag_image_div img {
        width: 50%;
    }
}
