@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap');

/* -------------Theme settings start------------------------------ */


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {

    line-height: 1.4;
    transition: all 0.2s ease;
    overflow-x: hidden !important;
    font-family: "Exo", sans-serif;
}

li {
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: "Exo", sans-serif !important;
}

h1 {
    font-size: 54px !important;
    margin-bottom: 20px !important;
    font-weight: 600 !important;
}



body {
    /* background-color: rgb(12, 0, 36); */
    /* padding: 0 10px; */
}

.blue_star {
    background-image: url(../img/bg.jpg);
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.containers {
    padding: 0px 20px;
}

.logo {
    display: flex;
    justify-content: center;

}

.logo img {
    margin-top: 100px;
}

.download_icons {
    display: flex;
    justify-content: center;
    margin-top: 40PX;
}

.download_flash {
    display: flex;
    justify-content: center;
    margin-top: 10PX;
}

.warnning_text{
    position: absolute;
    left: 30px;
    bottom: 140px;
    

}
.warnning_text p{
    color: #fff;
    /* max-width: 350px; */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 18px;
}
.warning {
    /* margin-top: 50px;
    display: flex;
    justify-content: flex-end; */
    position: absolute;
    left: 20px;
    bottom: 40px;
}

.download_flash img {
    width: 150px;
}

@media  (max-width: 1700px) {
    .blue_star {
        background-image: url(../img/bg.jpg);
        width: 100%;
        /* height: 100vh; */
        background-repeat: no-repeat;
        background-size: cover;
        height: 900px !important;
    }
    .logo img {
        margin-top: 50px;
    }
    .warning {
       
        bottom: 20px;
    }
}
@media  (max-width: 768px){
    .download_icons img{
        width: 150px;
    }
    .warnning_text{
        position: unset;
        margin-top: 10px;
        
    
    }
    .warnning_text p{
        font-size: 14px;
    }
    .warning {
        bottom: 20px;
        position: unset;
        margin-top: 10px;
    }
    .logo img{
        width: 280px;
    }
    .blue_star{
        height: 100vh
    }
    body{
        background-color: #0e030f;
    }
    .download_flash img {
        width: 108px;
    }
}
/* -------------Theme settings end------------------------------ */