@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 15px;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #0D0D0D;
}

dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
textarea,
p {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
}

fieldset,
img {
    border: 0
}

ol,
ul {
    list-style: none
}

a {
    cursor: pointer;
    text-decoration: none;
}

.clearfix:before,
.clearfix:after {
    display: block;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

.clear {
    clear: both
}

.btn {
    outline: 0px;
}

.lists {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.mainpage {
    position: relative;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Anton", sans-serif;
    font-weight: bold;
}

a {
    font-family: "Anton", sans-serif;
}

span {
    font-family: "Anton", sans-serif;
}

img {
    width: auto;
    height: auto;
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

header {
    background: #C30000;
    padding: 10px;
}

.logo {
    text-align: center;
}

.logo img {
    max-width: 250px;
}

.banner {
    background-image: url(../images/banner.png);
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 300px 0;
    position: relative;
    margin-bottom: 100px;
}

.banner_heading {
    padding: 0;
}

.banner_heading h1 {
    color: #fff;
    font-size: 60px;
    margin: 20px 0 50px 0;
    line-height: 53px;
    position: relative;
    display: block;
    background: rgba(0, 0, 0, 0.50);
    border-radius: 5px;
    width: fit-content;
    letter-spacing: 3px;
    font-weight: 400;
    padding: 10px;
}

.banner_heading h1 b {
    font-weight: 400;
    color: #C30000;
}

.banner_heading p {
    font-size: 28px;
    line-height: normal;
    font-weight: 400;
    color: #fff;
}

.banner_heading a {
    font-size: 34px;
    color: #fff;
    border-radius: 20px;
    background: #C30000;
    padding: 14px 30px;
    gap: 20px;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 4.2px;
}


.days span {
    border-radius: 100px;
    background: #C30000;
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 60px;
    text-transform: uppercase;
    letter-spacing: 4.915px;

}

.welcome {
    padding: 0;
    margin-bottom: 100px;
}

.welcometext {
    background: #353535;
    padding: 50px;
}

.welcometext p {
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 29.87px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.aboutus {
    background-image: url(../images/bg.png);
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0; padding-top: 25px;
}

.aboutus_outer {
    display: flex;
    margin-bottom: 60px;
}

.blackbox {
   background: #0D0D0D;
    width: 70%;
    padding: 30px 30px 30px 30px;
}

.blackbox p {
    line-height: normal;
    color: #fff;
    padding: 30px  0px;
    margin: 0;
    font-size:32px;
    font-style: normal;
    font-weight: 600;
}

.blackbox p:last-child {
    padding-bottom: 0;
}

.aboutus h2 {
    color: #C30000;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;    padding-bottom: 20px;
}

.aboutus h2 b {
    font-weight: 400;
    color: #fff;
}

.redbox {
    background: #C30000;
    width: 50%;
    padding: 30px;
}

.redbox ul {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.redbox ul li {
    padding: 0;
    text-align: center;
}

.redbox ul li span {
       font-size: 27px;
    line-height: normal;
    font-weight: 400;
    color: #fff;
    display: block;
    text-align: center;
    letter-spacing: 0.834px;
    text-transform: uppercase;
}

.redbox ul li img {
    max-width: 100px;
}

.bookshow_outer {
    padding: 0;
}

.bookshow_outer ul {
    display: flex;
    gap: 20px;
    background: #000;
    padding: 40px;
}

.bookshow {
    margin: -100px 0 100px 0;
}

.bookshow p {
    border-radius: 100px;
    background: #C30000;
    font-size: 25px;
    font-weight: 800;
    color: #fff;
    padding: 20px 60px;
    text-transform: uppercase;
    width: fit-content;
    margin: auto;
    display: block;
    letter-spacing: 3.88px;
}

.bookshow_outer ul li {
    border-radius: 20px;
    background: #fff;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 100%;

}

.bookshow_outer ul li img {
    max-width: 150px;
}

.footer_bg {
    background: #C30000;
    padding: 50px;
    position: relative;
}

.logo_footer {
    padding: 0;
}

.logo_footer img {
    max-width: 300px;
}

.footer_outer {
    padding: 0;
}

.footer_outer ul {
    display: flex;
    gap: 20px;
    align-content: center;
}

.footer_outer ul li {
    padding: 0;
    align-items: center;
    display: flex;
    gap: 10px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.257px;
}

.footer_outer ul li img {
    max-width: 40px;
}

.main_outer_footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.copy {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 14px;
}

.count-down { margin: auto;
    padding: 0px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: #c30000;
    padding: 15px 20px 24px;
    border-radius: 15px;
    color: #fff;
}
.count-down .flipdown {
    margin: 0 auto;
    width: auto;
    height: auto;
    display: flex
;
    justify-content: center;
}
.count-down h1 {
    text-align: center;
    font-weight: 400;
    font-size: 3em;
    margin-top: 0;
    margin-bottom: 10px;
}
.rotor-group-heading{ color: #fff;}
.flipdown.flipdown__theme-dark .rotor-group-heading:before {
    color: #fff !important;
}

@media (max-width: 550px) {
    .count-down {
        width: 96%;
    }
    .count-down h1 {
        font-size: 2.5em;
    }
    .banner_heading{ margin-bottom: 4rem;}
}



/* responsive-css */
@media only screen and (max-width:991px) {
    .bookshow_outer ul {
        padding: 20px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .footer_outer ul {
        justify-content: center;
        flex-wrap: wrap;
    }

    .bookshow_outer ul li {
        min-height: 150px;
    }

    .banner {
        padding: 100px 0;
    }

    .banner_heading p {
        font-size: 20px;
        text-align: center;
    }

    .banner_heading h1 {
        font-size: 50px;
        margin: 10px auto 10px auto;
        text-align: center;
    }

    .banner_heading a {
        font-size: 20px;
        margin: auto;
        text-align: center;
        width: fit-content;
        display: block;
    }

    .days span {
        font-size: 20px;
        padding: 20px 60px;
        width: calc(100% - 20px);
        text-align: center;
    }

    .banner {
        margin-bottom: 70px;
    }

    .welcometext {
        padding: 20px;
        text-align: center;
    }

    .welcometext p {
        font-size: 16px;
    }

    .welcome {
        margin-bottom: 50px;
    }

    .aboutus {
        padding: 50px 0;
    }

    .aboutus h2 {
        font-size: 40px;
        text-align: center;
    }

    .blackbox p {
        font-size: 20px;
    }

    .aboutus_outer {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .blackbox {
        padding: 20px;
        width: 100%;
        text-align: center;

    }

    .redbox {
        width: 100%;
        padding: 20px;
    }

    .redbox ul li img {
        max-width: 80px;
    }

    .redbox ul li span {
        font-size: 20px;
    }

    .bookshow p {
        font-size: 20px;
        padding: 20px;
        text-align: center;
        line-height: normal;
    }

    .bookshow {
        margin: 0 0 50px 0;
    }

    .footer_bg {
        padding: 20px 0;
    }

    .logo_footer img {
        max-width: 200px;
    }

    .main_outer_footer {
        padding-bottom: 20px;
    }
}

@media only screen and (max-width:480px) {
    .bookshow_outer ul li img {
        max-width: 100px;
    }

    .bookshow_outer ul li {
        min-height: 100px;
        padding: 10px;
        border-radius: 10px;

    }

    .main_outer_footer {
        flex-wrap: wrap;
    }

    .bookshow_outer ul {
        gap: 14px;
        padding: 10px;

    }

    .banner_heading h1 {
        font-size: 35px;
        margin: 10px auto 10px auto;
        text-align: center;
    }

    .banner_heading p {
        font-size: 16px;
        text-align: center;
    }

    .banner {
        padding: 50px 0;
    }

    .days span {
        font-size: 16px;
        padding: 15px 15px;
    }

    .logo img {
        max-width: 200px;

    }

    header {
        padding: 5px;
    }

    .aboutus {
        padding: 20px 0;
    }

    .aboutus h2 {
        font-size: 30px;
    }

    .blackbox p {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .redbox ul {
        gap: 20px;
    }

    .redbox ul li img {
        max-width: 50px;
    }

    .redbox ul li span {
        font-size: 16px;
    }

    .bookshow p {
        font-size: 15px;
        padding: 10px;
        text-align: center;
        line-height: normal;
    }

    .bookshow {
        margin: 0 0 10px 0;        width: 100%;
    }

    .logo_footer img {
        max-width: 160px;
    }

    .main_outer_footer {
        justify-content: center;
        gap: 20px;
    }

    .redbox {
        padding: 10px;
    }

    .footer_outer ul {
        gap: 10px;
    }

    .footer_outer {
        padding-bottom: 0px;
    }

    .footer_outer ul li img {
        max-width: 30px;
    }

    .copy {
        white-space: nowrap;
    }
    .footer_outer ul li{    font-size: 14px;    justify-content: center;width: 100%;}
}