@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.png);
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    /* padding-bottom: 50px; */
}

.containers {
    padding: 0px 20px;
}

.logo {
    display: flex;
    justify-content: center;

}

.logo img {
    margin-top: 100px;
    width: 700px;
}

.download_icons {
    display: flex;
    justify-content: center;
    margin-top: 40PX;
}

.download_flash {
    display: flex;
    justify-content: center;
    margin-top: 10PX;
}

.warnning_text {
    position: absolute;
    right: 30px;
    bottom: 10px;
    background: #121212;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #fff;
}

.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;
}

.instruction {
    display: flex;
    justify-content: flex-end;
}


@media (max-width: 1700px) {
    .blue_star {
        /* background-image: url(../img/bg.png); */
        width: 100%;
        /* height: 100vh; */
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        /* height: 900px !important; */
        padding-bottom: 50px;
    }

    .logo img {
        margin-top: 40px;
        HEIGHT: 238px;
        width: auto;
    }

    .warning {

        bottom: 20px;
    }
}

@media (max-width: 1700px){
    .logo img {
        margin-top: 100px;
        width: au;
    }
}

@media (max-width: 768px) {
    .download_icons img {
        width: 120px;
    }

    .warnning_text {
        position: unset;
        margin-top: 10px;


    }

    .warnning_text p {
        font-size: 14px;
    }

    .warning {
        bottom: 20px;
        position: unset;
        margin-top: 10px;
    }

    .logo img {
        width: auto;
        height: auto;
    }

    .blue_star {
        height: 100vh
    }

    body {
        background-color: #0e030f;
    }
    .download_flash img{
        width: 120px;
    }

    
}

/* -------------Theme settings end ------------- */ 

