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/dev/devback.jpg);
    min-height: 100%;
    background-size: 100%;
}

.divmainblock {
    padding: 20vh 0;
    width: 100vw;
    background-color: black;
    min-height: 100%;
    background-size: 100%;
    height: 60vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    background-image: url(/assets/images/dev/devback.jpg);
}

.blockfirst {
    display: flex;
    width: 100%;
}

.block {
    text-align: center;
    margin-top: 20%;
    margin-left: auto;
    width: 50%;
}

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

.blockdivtext {
    margin-top: 21%;
    width: 45%;
    margin-left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.textmaingeneral {
    display: flex;
    font-family: 'Exo 2';
    font-size: 14px;
    color: white;
    width: 70%;

}

.textsecondgeneral {
    display: flex;
    font-family: 'Exo 2';
    font-size: 14px;
    color: white;
    width: 70%;
}

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

.buttonmain {
    font-size: 12px;
    margin: 15% 0;
    padding: 10px;
    border-radius: 50px;
    border: 1px solid #FFFCFC;
    background: #FFFCFC;
    box-shadow: 0px 10px 20px 0px #FDC959;
}


.blockbuttonins {
    display: flex;
}

.blocksmain {
    display: flex;
    text-align: center;
    height: 50vh;
    width: 40vw;
    margin: 0;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 2vh;
    width: 50%;
}

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

.divinsidemain {
    height: 40vh;
    width: 30vw;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

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

.textdescription {
    display: flex;
    font-family: 'Exo 2';
    font-size: 14px;
    color: white;
    width: 70%;
}

.blockdivbutton {
    margin-top: 2vh;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.arrowdev {
    width: 5vw;
}

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

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

@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;
        }

    }