@import url('https://smc.org.in/fonts/uroob.css');
@font-face {
    font-family: 'gotham-medium';
    src: url('../fonts/Gotham-Medium.otf');
}
@font-face {
    font-family: 'gotham-bold';
    src: url('../fonts/Gotham-Bold.otf');
}
@font-face {
    font-family: 'gotham-black';
    src: url('../fonts/Gotham-Black.otf');
}
@font-face {
    font-family: 'bebas';
    src: url('../fonts/Bebas-Regular.otf');
}
body{
    margin: 0 auto;
}
.cl {clear: both;}

.section-hide {
    display: none!important;
}

.main-bg-section {
    float: left;
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url('../images/banner.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* padding: 10em; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bismi-logo {
    position: absolute;
    right: 1em;
    top: 1em;
    width: 7%;
}
.unit-logo img {
    width: 100%;
}
.unit-logo-footer {
    width: 10%;
    position: absolute;
    left: 1em;
    bottom: 1em;
}

/* Section Two */
.slider-text {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.slider-text h2 {
    font-family: 'Uroob', sans-serif;;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    font-size: 7em;
    line-height: .9em;
    word-spacing: -5px;
}
.slider-text h3 {
    font-family: 'Uroob', sans-serif;;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    font-size: 5.5em;
    line-height: .9em;
    word-spacing: -5px;
    margin-top: 10px;
}
.news-band {
    padding-top: 1em;
    width: 95%;
    margin: 0 auto;
    background-color: #ba0c0c;
    position: absolute;
    bottom: 1em;
    left: 0;
    right: 0;
}
.news-band img {
    width: 24%;
    mix-blend-mode: screen;
    opacity: 1;
}
/* Section Two End*/

/* Game Section */
.game-wrap {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    position: relative;
}
.game-wrap h2 {
    font-family: 'gotham-black';
    font-size: 3em;
    color: #ffffff;
    margin-bottom: 1em;
    position: relative;

}
.game-wrap h2 span {
    font-family: 'gotham-medium';
}
.location-box-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.location-name {
    background-color: #20adf7;
    padding: .5em;
}
.location-name h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.7em;
    margin-bottom: 0;
    font-family: 'gotham-bold';
}
.temprature-box {
    background-image: url('../images/temp-bg.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    margin-top: 1.5em;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.temprature-box h4 {
    color: #fff;
    font-size: 10em;
    font-family: 'bebas';
}
.chasebox {
    background-image: url('../images/temp-bg.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    padding: .5em;
}
.chasebox h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.7em;
    margin-bottom: 0;
    font-family: 'gotham-bold';
}
.vs-logo {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.temprature-box span.degree {
    font-size: .7em;
    position: absolute;
}
.temprature-box span.celcious {
    font-size: .8em;
    font-family: 'gotham-bold';
    position: relative;
    left: 10px;
}
.next-update {
    margin-top: 1em;
}
.next-update h6 {
    font-size: 2em;
    font-family: 'gotham-bold';
    color: #fff;
    background-color: #20adf7;
    width: 450px;
    margin: 0 auto;
    padding: 5px;
    position: relative;
}
.next-update h5 {
    font-size: 2em;
    color: #fff;
    margin-bottom: 20px;
}
.next-update h6::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #ff0019;
    top: 20%;
    left: -17px;
    border-radius: 50%;
    border: 5px solid #ff6b11;
}
.next-update h6::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #ff0019;
    top: 20%;
    right: -17px;
    border-radius: 50%;
    border: 5px solid #ff6b11;
}

.game-wrap h2::before {
    content: '';
    position: absolute;
    width: 20%;
    height: 3px;
    left: .3em;
    background-color: #fff;
    top: 50%;
}
.game-wrap h2::after {
    content: '';
    position: absolute;
    width: 20%;
    height: 3px;
    right: .3em;
    background-color: #fff;
    top: 50%;
}

img.loader-pic {
    width: 40%;
}


/* Game Section End */

/* Countdown */
.countdown {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: blueviolet;
    display: flex;
    justify-content: center;
}

.countdown div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.countdown div:not(:last-child) {
    margin-right: 15px;
}
.countdown span {
    border: 2px solid;
    padding: 10px 20px;
    border-radius: 6px;
}
.countdown span:not(:last-child) {
    margin-right: 10px;
}
/* CountDown End */

/* Offer Slide */
.offer-slide-content {
    width: 80%;
    padding: 2em;
    margin: 0 auto;
}
.offer-slide-content h2 {
    font-family: 'Uroob', sans-serif;;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    font-size: 2.6em;
    line-height: .9em;
    word-spacing: -5px;
    text-align: center;
    position: relative;
}
.offer-slide-content h4 {
    font-family: 'Uroob', sans-serif;;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    font-size: 3em;
    line-height: .9em;
    word-spacing: -5px;
    text-align: center;
    position: relative;
}
.offer-slide-content h3 {
    background-color: #ba0c0c;
    padding: 10px;
    color: #fff;
    width: 250px;
    text-align: center;
    border-radius: 50px;
    font-size: 1.1em;
    margin: 0 auto;
    font-family: 'gotham-medium';
    position: absolute;
    bottom: 2.5em;
    left: 0;
    right: 0;
}
.offer-slide-content h3 span {
    font-family: 'gotham-black';
    font-size: 1.5em;
}
img.ac-img {
    width: 45%!important;
    margin-top: 1em;
    margin-bottom: 0em;
}
img.brand-logo-emi {
    position: absolute;
    right: 2em;
    bottom: 2em;
    width: 15%!important;
}
.offer-slide-content h5 {
    width: 275px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    padding: .3em;
    font-size: 1.7em;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'gotham-black';
    border-radius: .5em;
    letter-spacing: 1px;
}

/* Offer Slide End */
img.brand-logo-emi-mobile {
    display: none!important;
}

.in-mob-screen {
    display: none;
}

/* Media Query */
@media screen and (max-width: 1024px) {
    .slider-text h2 {
        font-size: 75px;
    }
    .game-wrap {
        width: 90%;
    }
    .location-name h3 {
        font-size: 20px;
    }
    .game-wrap h2 {
        font-size: 35px;
    }
    .chasebox h3 {
        font-size: 20px;
    }
    .next-update h5 {
        font-size: 22px;
    }
    .next-update h6 {
        font-size: 18px;
        width: 300px;
    }
    .next-update h6::before {
        width: 20px;
        height: 20px;
        top: 20%;
        left: -11px;
        border: 2px solid #ff6b11;
    }
    .next-update h6::after {
        width: 20px;
        height: 20px;
        top: 20%;
        right: -11px;
        border: 2px solid #ff6b11;
    }
    .temprature-box h4 {
        color: #fff;
        font-size: 85px;
        font-family: 'bebas';
    }  
}

@media screen and (max-width: 991px) {
    .news-band img {
        width: 40%;
    }
    .slider-text h2 {
        font-size: 55px;
    }
    .slider-text h3 {
        font-size: 60px;
    }
    .bismi-logo {
        width: 12%;
    }
    .unit-logo-footer {
        top: 1em;
        width: 17%;
    }
    .game-bg {
        height: auto;
        padding: 3em;
    }
    .vs-logo {
        display: none;
    }
    
    .location-box-wrap {
        margin-bottom: 1em;
    }
    .vands {
        /* margin-top: 1em; */
        margin-bottom: 1em;
    }
    .chasebox {
        background: none;
    }
    .game-wrap h2 {
        font-size: 35px;
        margin-top: 2em;
    }
    .game-wrap h2::before {
        display: none;
    }
    .game-wrap h2::after {
        display: none;
    }
    .offer-slide-content h3 {
        bottom: 0;
    }
    .offer-bg {
        /* height: auto; */
        padding: 1em;
    }
    .in-mob-screen {
        display: block;
    }
    
}
@media screen and (max-width: 768px) {
    img.brand-logo-emi {
        display: none!important;
    }
    .offer-slide-content {
        width: 90%;
    }
    
    img.brand-logo-emi-mobile {
        display: block!important;
        width: 54%!important;
    }
    .offer-slide-content h3 {
        position: relative;
        margin-top: 30px;
        font-size: 18px;
        padding: 5px;
    }
    img.ac-img {
        width: 58%!important;
    }
}
@media screen and (max-width: 580px) {
    .slider-text {
        width: 90%;
    }
    .news-band img {
        width: 70%;
    }
    .temprature-box h4 {
        /* padding: .5em 0; */
        padding: 20px;
    }
    .game-bg {
        height: auto;
        padding: 1em;
    }
    .offer-slide-content h2 {
        font-size: 30px;
    }
    .offer-slide-content h4 {
        font-size: 40px;
    }
    .offer-slide-content h5 {
        font-size: 22px;
    }
    .offer-slide-content h3 {
        position: relative;
        top: -30px;
        font-size: 18px;
        padding: 5px;
    }
    img.ac-img {
        width: 58%!important;
    }
}

@media screen and (max-width: 400px) {
    .slider-text h2 {
        font-size: 48px;
    }
    .slider-text h3 {
        font-size: 50px;
    }
    .unit-logo-footer {
        top: 1em;
        width: 23%;
    }
    .bismi-logo {
        width: 15%;
    }
}
/* Media Query End */