.bodystyle {
    width: 100vw;
    height: 100vh;
    background-color: black;
    background-size: 100%;
}

.notmainblock {
    padding: 15vh 0;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
    background-image: url(/assets/images/dev/devback.jpg);
}

.blocksmain {
    display: flex;
    text-align: center;
    width: 25vw;
    flex-direction: column;
    margin: 0;
}

.texthmain {
    text-shadow: 0px 4px 2px rgb(0 7 255);
    text-align: justify;
    line-height: 1;
    font-size: 4vw;
    color: white;
    font-family: 'Exo 2';
    font-weight: 400;
}

.texthmainh1 {
    text-shadow: 0px 4px 2px rgb(0 7 255);
    text-align: justify;
    font-size: 12vw;
    line-height: 1;
    color: white;
    font-family: 'Exo 2';
    font-weight: 400;
}

.texthmainh2 {
    text-shadow: 0px 4px 2px rgb(0 7 255);
    text-align: justify;
    font-size: 2vw;
    line-height: 1;
    color: white;
    font-family: 'Exo 2';
    font-weight: 400;
}

.divinsidemain {
    margin-top: 2vw;
    width: 40vw;
    margin-left: 0%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.textinhmainblock {
    display: flex;
    font-family: 'Exo 2';
    font-size: 1.3vw;
    color: white;
    width: 100%;
}

.blockdivbutton {
    margin-top: 5%;
    width: 75%;
    display: flex;
    justify-content: space-between;
}

.blockmainbuttonins {
    margin-left: 10%;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.buttonmainsel {
    font-size: 1vw;
    margin: 10px;
    padding: 5% 10%;
    border-radius: 50px;
    border: 1px solid #FFFCFC;
    background: none;
    box-shadow: 0px 10px 20px 0px #FDC959;
    font-family: 'Exo 2';
    font-weight: 400;
    cursor: pointer;
    color: white;
}


@media (max-width: 768px) {
  
    body {
        transition: 1s;
        margin: 0;
        font-family: "Fira Sans", sans-serif;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        text-align: left;
        background-color: #fff;
        width: 100%;
        background-image: url(/assets/images/backdevelop.jpeg);
        min-height: 100%;
        background-size: cover;
    
    .blockfirst {
        display: flex;
        width: 100%;
        flex-direction: column;
    }
    
    .textmain {
        text-shadow: 0px 4px 2px rgb(0 7 255);
        text-align: justify;
        line-height: 100%;
        font-size: 250%;
        color: white;
        font-family: 'Exo 2';
        font-weight: 400;
    }
    
    .block {
        text-align: center;
        margin-top: 40%;
        margin-left: auto;
        width: 100%;
    }
    
    .blockdivtext {
        margin-top: 21%;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .textmaingeneral {
        display: flex;
        font-family: 'Exo 2';
        font-size: 14px;
        color: white;
        width: 85%;
        margin: 0 auto;
        text-align: justify;
    }
    
    .textsecondgeneral {
        display: flex;
        font-family: 'Exo 2';
        font-size: 14px;
        color: white;
        width: 70%;
        width: 85%;
        margin: 0 auto;
        text-align: justify;
    }
    
    .blocksecond {
        margin-top: 5%;
        width: 90%;
        display: flex;
        justify-content: space-between;
        margin: 15% auto;
    }
    
    .buttonmain {
        font-size: 12px;
        margin: 25% 0 10% 0;
        padding: 10px;
        border-radius: 50px;
        border: 1px solid #FFFCFC;
        background: #FFFCFC;
        box-shadow: 0px 10px 20px 0px #FDC959;
    }
    
    }