.top{
    position: absolute;
    top: 0px;
    right: 0px;
    max-height: 150px;
    overflow: hidden;
}

.top img{
    margin-top: -40px;
    margin-right: -30px;
    max-width: 100px;
}

.mt-6{
    margin-top: 5%;
}

.logo{
    max-width: 30%;
    max-height: auto;
}

.padding-x{
    padding-left: 5%;
    padding-right: 5%;
}

.banner{
    z-index: 99;
    height: 350px;
}

.banner img{
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.box{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 8px;
}

.blur{
    position: absolute;
    vertical-align: middle;
    object-fit: cover;
    left: 0px;
    width: 100%;
    filter: blur(15px);
    z-index: -10;
}

.pe-6{
    padding-right: 20%;
}

.bot{
    display: none;
}

.btn-size{
    width: 145px;
    background: #0B0350;
    border-radius: 8px;
    color: white;
}

@media screen and (max-width: 576px){
    /* body{
       background: url("images/illustration.svg") right -20% bottom 0vh no-repeat;
       background-size: 40%;
    } */

    .spacex{
        padding-left: 20px;
        padding-right: 20px;
    }

    .banner{
        max-height: 150px;
    }

    .top img{
        max-width: 50px;
        margin-top: -20px;
        margin-right: -15px;
    }

    .logo{
        margin-top: 20px;
        max-width: 60%;
    }

    .pe-6{
        padding-right: unset;
    }

    .hero{
        display: none;
    }

    .bot{
        position: absolute;
        max-height: 100px;
        right: 0px;
        z-index: -99;
        margin-top: -30px;
        overflow: hidden;
        display: unset;
    }

    .bot img{
        margin-right: -25px;
        margin-bottom: -5px;
        max-width: 80px;
    }
}

.is-required {
    color: #f55;
    margin-right: 5px;
    font-weight: 900;
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
    .top img{
        margin-top: -30px;
        margin-right: -20px;
        max-width: 100px;
    }

    .logo{
        margin-top: 20px;
        max-width: 50%;
    }

    .pe-6{
        padding-right: unset;
    }

    .bot{
        position: absolute;
        max-height: 100px;
        right: 0px;
        z-index: -99;
        margin-top: -30px;
        overflow: hidden;
        display: unset;
    }

    .bot img{
        margin-right: -25px;
        margin-bottom: -5px;
        max-width: 80px;
    }

    .hero{
        display: none;
    }
}