@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;700;800;900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background-color: white;
    font-family: 'Playfair Display', serif;

}

.container{
    position: fixed;
    width: 100vw;
    height: 100%;
    background-color: aqua;
    background: url("img/bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;

    display: flex;
    justify-content: center;
    align-items: center;

    font-weight: 800;
    color: white;

    background-color: black;
    z-index: 10000000000;
}

.container .wrapper{
    text-align: center;
    /* background-color: brown; */
    height: max-content;
}

.container .wrapper .logo img{
    width: 250px;
}

.container .wrapper .text{
    margin-top: 30px;
    /* background-color: aqua; */
}

.container .wrapper .text h1{
    color: white;
    font-size: 35px;
}

.container .wrapper .text .countdown{
    font-size: 80px;
}

.container .wrapper .text .devider{
    /* background-color: rgb(255, 132, 0);
    width: 100px;
    height: 50px; */

    width: 70px;
    margin-top: 20px;
    height: 10px;
    background-color: #fd0b12;
    display: inline-block;
}
.rocket {
    position: relative;

    
    height: 150px;

}
.container .wrapper .rocket img{
    /*
    margin-top: 20px;
    width: 40px;
*/
    width: 60px;
    position: absolute;

    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
}
.container .wrapper .rocket img.rocket_flame{
    /*
    margin-top: 20px;
    width: 40px;
*/
    width: 60px;
    position: absolute;

    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    opacity: 0;
}

@media(max-width:400px){
        
    .container .wrapper .logo img{
        width: 130px;
    }

    .container .wrapper .text{
        margin-top: 20px;
        /* background-color: aqua; */
    }

    .container .wrapper .text h1{
        color: white;
        font-size: 22px;

    }

    .container .wrapper .text .countdown{
        font-size: 60px;
    }

    .container .wrapper .text .devider{
        /* background-color: rgb(255, 132, 0);
        width: 100px;
        height: 50px; */

        width: 50px;
        margin-top: 20px;
        height: 10px;
        background-color: #fd0b12;
        display: inline-block;
    }

    .container .wrapper .rocket img{
        margin-top: 20px;
        width: 40px;
    }
}



/* .container {

    content: '';
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: #0c0c14;
    background: url(bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;

    display: flex;
    justify-content: center;
    align-items: center;
}

.container .wrapper{
    background-color: red;
    background: #fd0b12;
    display: flex;
    justify-content: center;
    align-items: center;
    
}



.container .wrapper img{
    width: 200px;
}


.container .wrapper .text{
    position: fixed;
    top: 340px;
    color: white;
    text-align: center;
}

.container .wrapper .text .countdown{
    text-align: center;
    width: 500px;
    margin-top: 60px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.container .wrapper .text h1{
    font-size: 35px;
}

.container .wrapper .text .devider{
 

}

.container .wrapper .rocket{
    width: 500px;
    position: fixed;
    top: 520px;

}

.container .wrapper .rocket img{
    width: 40px;
    margin-top: 20px;
}

.container .wrapper .countdown{
    position: fixed;
    top: 350px;
    text-align: center;
    padding: 0;
    margin-top: 30px;
    color: white;
    font-weight: 700;
    font-size: 80px;
}

.container .wrapper .logo{
    position: fixed;
    top: 100px;
}

@media(max-width:400px){


.container .wrapper img{
    width: 150px;
}

.container .wrapper .text{
    position: fixed;
    top: 340px;
    color: white;
    text-align: center;
}

.container .wrapper .text{
    position: fixed;
    top: 300px;
    color: white;
    text-align: center;
}

.container .wrapper .text h1{
    font-size: 25px;
    width: 340px;
}


.container .wrapper .text .countdown{
    text-align: center;

    margin-top: 60px;
    background-color: red;

}



.container .wrapper .text .devider{
    width: 70px;
    margin-top: 20px;
    height: 10px;
    background-color: #fd0b12;
    display: inline-block;

}

} */