@font-face {
    font-family: "Michroma-Regular";
    src: url("../Assets/fonts/Michroma/Michroma-Regular.ttf");
}

@font-face {
    font-family: "Oswald-Regular";
    src: url("../Assets/fonts/Oswald/Oswald-Regular.ttf");
}

@font-face {
    font-family: "Poppins-Regular";
    src: url("../Assets/fonts/Poppins/Poppins-Regular.ttf");
}

@font-face {
    font-family: "ZenDots-Regular";
    src: url("../Assets/fonts/Zen_Dots/ZenDots-Regular.ttf");
}

*{
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
}

body {
    width: 100%;
    height: 100%;
    font-family: "Michroma-Regular";
    overflow-x:hidden;
    overflow-y: scroll;
    scroll-behavior: smooth;
    position: relative;
    outline: none;
}

img{
    width: 100%;
    height: 100%;
}

svg{
    width: 100%;
    height:100%
}

::-webkit-scrollbar{
    display: none;
}

ul li{
    list-style: none;
}

a{
    text-decoration: none;
    color: #fff;
    outline: none;
    border: none;
}

.d-flex{
    width: 1400px;
}

section{
    width: 100%;
    height: 100%;
    position: relative;
}

.flex_center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.selected{
    color:#D8094F ;
}

.bj-banner{
    width: 100%;
    position: relative;
    background: #17073D;
    /* padding-bottom: 150px; */
    overflow: hidden;
}

.bj-bannermainblock{
    width: 100%;    
    height: 100%;
}


@media screen and (max-width:1924px) {
    .d-flex{
        width:1400px
    }
}

@media screen and (max-width:1600px) {

    .bj-banner{
        /* padding-bottom: 100px; */
    }
    
}

@media screen and (max-width:1440px) {
    .d-flex{
        width:1200px
    }
}

@media screen and (max-width:1250px) {
    .d-flex{
        width:100%
    }
    
    .pb_1{
        padding: 0px 60px;
    }
}

@media screen and (max-width:1100px) {
    .pb_1{
        padding: 0px 50px;
    }
}

@media screen and (max-width:990px) {
    .pb_1{
        padding: 0px 40px;
    }

    .bj-banner{
        /* padding-bottom: 80px; */
    }
}

@media screen and (max-width:830px) {
    .pb_1{
        padding: 0px 30px;
    }
}

@media screen and (max-width:480px) {
    .bj-banner{
        /* padding-bottom: 50px; */
    }
}

@media screen and (max-width:430px) {
    .pb_1 {
        padding: 0px 20px;
    }
}
