* {
    background-color: #e5e5e5;
    font-family: 'Inter';
    font-style: normal;
}

body {
    display: flex;
    flex-direction: row;
}

/* Logo */
.logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 40px;

    position: absolute;
    width: 120px;
    height: 40px;
    left:  40px;
    top: 40px;
}

.logo_small {
    display: none;
}


/* Encrypt Text part */

.encrypt_text {
    position: absolute;
    width: 800px;
    left: 240px;
    top: 168px;
}

form textarea {
    width: 100%;
    height: 600px;
    background: none;

    font-size: 32px;
    font-weight: 400px;
    line-height: 150%;

    color: #0a3871;

    border: none;
}



/* to encript */

.warning {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    gap: 8px;
    color: #495057;

    position: absolute;
    height: 18px;
    left: 240px;
    top: 851px;
}


/* Encrypt buttons */

.buttons_encrypt {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 24px;

    position: absolute;
    width: 680px;
    height: 67px;
    left: 240px;
    top: 885px;

    font-weight: 400px;
    font-size: 19px;
    text-align: center;
}

.Encrypt_button {
    padding: 24px;
    gap: 8px;
    width: 328px;
    height: 67px;
    border-radius: 24px;
    flex: none;
    order: 0;
    flex-grow: 0;
    }

.Encrypt_button:active {
    transform: translateY(4px);
}

.Encrypt_button:first-child {
    background: #0a3871;
    border: none;
    color: #FFFFFF;
}

.Encrypt_button:nth-child(2) {
    background: #d8dfe8;
    border: 1px solid #0a3871;
    color: #0a3871;
}


/* Encripted part*/

.encrypted_box {
    position: absolute;
    right: 40px;
}

.rectangle {
    position: absolute;
    width: 400px;
    height: 944px;
    top: 40px;
    border-radius: 32px;

    background-color: white;

    box-shadow: 0px 24px 32px -8px rgba(0, 0, 0, 0.08);

    right: 40px;
}

.text_space {
    position: absolute;
    width: 336px;
    height: 781px;
    top: 72px;
    right: 70px;
    background: none;

    font-family: "Inter";
    width: 400;
    font-size: 24px;
    line-height: 36px;
}

.empty_text {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 336px;
    height: 304px;
    top: 283px;
    background: none;
    right: 72px;
}

.guy_picture {
    background: none;
}

.empty_text p {
    font-family: "Inter";
    text-align: center;
    background: none;
}

.empty_text img + p {
    margin: 32px 0 16px 0;
    font-weight: bold;
    font-size: 24px;
    line-height: 28.8px;
}

.copy_bttn {
    padding: 24px;
    gap: 8px;
    width: 328px;
    height: 67px;
    border-radius: 24px;
    flex: none;
    order: 0;
    flex-grow: 0;

    position: absolute;
    top: 885px;
    right: 72px;

    background: #d8dfe8;
    border: 1px solid #0a3871;
    color: #0a3871;
}
/* .copy_bttn {
    box-sizing: border-box;


    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 24px;
    gap: 8px;

    position: absolute;
    width: 336px;
    height: 67px;
    left: 1032px;
    left: -60px;
    top: 885px;


    border: 1px solid #0A3871;
    border-radius: 24px;
} */

.copy_bttn:active {
    transform: translateY(4px);
}

@media screen and (max-width:770px) {

    /* Logo */
    .logo {
        display: none;
    }

    .logo_small {
        display: inline;
        position: absolute;
        width: 31.09px;
        height: 50.58px;
        top: 73.42px;
        left: 40px;
    }

    /* to encrypt */
    .encrypt_text {
        width: 668px;
        height: 48px;
        top: 240px;
        left: 40px;

        font-family: "Inter";
        font-weight: 400;
        font-size: 32px;
        line-height: 48px;
        color: #0a3871;
    }

    form textarea {
        height: 500px;
    }

    /* buttons */
    .warning {
        width: Hug (229px);
        height: Hug (18px);
        left: 40px;
        top: 836px;
        gap: 8px;
    }

    .buttons_encrypt {
        width: 688px;
        height: Hug (67px);
        top: 870px;
        left: 40px;
        gap: 24px;
    }

    /* encryted part */
    /* .encrypted_box {
        width: 688px;
        height: Hug (133px);
        top: 1001px;
        left: 40px;
        border-radius: 32px;
        padding: 32px;
        gap: 32px;
    } */

    .encrypted_box {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 32px;
        gap: 32px;

        position: relative;
        width: 628px;
        height: 133px;
        left: 40px;
        top: 1001px;

        /* White */

        background: #FFFFFF;
        /* shadow */

        box-shadow: 0px 24px 32px -8px rgba(0, 0, 0, 0.08);
        border-radius: 32px;
    }

    .rectangle {
        /* height: 133px;
        width: 688px;
        left: 20px; */
        display: none;
    }

    .guy_picture {
        display: none;
    }

    .text_space {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        gap: 16px;

        width: 624px;
        height: 69px;

        flex: none;
        order: 0;
        align-self: stretch;
        flex-grow: 0;
        left: 40px;
    }

    .empty_text {
        position: absolute;
        top: 42px;
        /* padding: 32px; */
        width: 624px;
        height: 69px;
    }

    .copy_bttn {
        box-sizing: border-box;

        flex-direction: row;
        align-items: flex-start;
        padding: 24px;
        gap: 8px;

        width: 624px;
        height: 67px;

        flex: none;
        order: 1;
        align-self: stretch;
        flex-grow: 0;

        position: absolute;
        top: 0;
        left: 32px;
        bottom: 0;
        display: none;
    }

    /* .copy_bttn {
        position: absolute;
        bottom: 0;
    } */
}

@media screen and (max-width:770px) {
    .img_part {
        position: absolute;
        width: 375px;
        height: 96px;
        left: 0px;
        top: 0px;
    }
    .img_part .logo_small {
        position: absolute;
        left: 4.27%;
        right: 87.2%;
        top: 25%;
        bottom: 25%;
    }

    .encrypt_text {
        position: absolute;
        width: 343px;
        height: 48px;
        left: 16px;
        top: 156px;

        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        line-height: 150%;
    }
}
