@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Expletus+Sans:wght@600;700&display=swap');

body{
    margin: 0;
    background: url('./assets/image.png');
    background-size: cover;
	background-repeat: no-repeat;
    background-position: 50% 0px;
    height: 100vh;
    /* background-size: 100% auto;  */
    font-family: 'Roboto', sans-serif;
}

header{
    display: flex;
    justify-content: space-between;
}




.header-command-name{
    font-family: 'Expletus Sans';
    font-weight: 600;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    font-size: 33px;
    display: inline-block;
    width: auto;
}

/* .name-service{
    font-size: 33px;
    font-weight: bold;

    background: rgb(71,97,255);
    background: linear-gradient(114deg, rgba(71,97,255,1) 0%, rgba(175,74,255,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;


    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 30px;
} */


.index{
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    align-items: center
}

.main-page-text{
    background-color: rgba(255, 255, 255, 0.400);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 35px;
    padding-left: 55px;
    padding-right: 55px;
    color: black;
    margin: 0 0 0 70px;
}

.main-page-text2{
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 25px;
    color: rgb(255, 255, 255);
    margin: 10px 0 10px 0;
}

.main-page-text2 p{
    font-size: 23px;
    margin: 0;
    font-weight: 300;
}

.project-name{
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    font-size: 50px;
    /* font-weight: 300; */
    line-height: 44px;
    width: 600px;
    margin-top: 0;
}

.description{
    width: 610px;
    font-size: 45px;
    font-weight: 300;
}

.nextp-button{
    border-radius: 10px;
    padding: 15px 80px;
    font-size: 18px;
    border: 0;
    background-color: rgb(117, 154, 255);
    color: white;
    cursor: pointer;
}

.nextp-button:hover{
    background-color: rgb(84, 95, 255);
}

.health-image{
    width: 430px;
    margin: 0 40px 0 0;
    
    display: flex;
    flex-direction: column;
}









