body {
    background-color: #0a0f1c;
    margin: 0 auto;
}
.color-for-div {
    background-color: #0a0f1c;
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
}
.img-form {
    height: 90vh;
    width: 100%;
    clip-path: polygon(
        1% 15%,
        30% 15%,
        30% 1%,
        60% 1%,
        60% 30%,
        99% 30%,
        99% 80%,
        65% 80%,
        65% 99%,
        40% 99%,
        40% 80%,
        25% 80%,
        25% 70%,
        1% 70%
    );
}
.second-title {
    font-size: 3rem;
    text-align: center;
    margin-top: 30px;
    color: #8c9ebe;
}
.for-text {
    color: white;
    text-align: center;
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
    width: 70%;
    margin: 0 auto;
    height: 30vh;
    align-content: center;
    border-radius: 4vh;
    border: solid white;
    box-shadow: 1px 3px 96px rgba(42, 82, 152, 0.41);
    font-weight: 800;
    font-size: 1.5rem;
}
.trans {
    padding-top: 17px;
}
.one-img {
    width: 30%;
    height: 30vh;
    border-radius: 4vh;
}
.one-img:hover {
    transform: scale(1.1);
    transition: 0.8s;
}
.zah-for-three {
    text-align: center;
    margin: 5% 0 0 0;
}
.title {
    text-align: center;
    font-size: 3rem;
    color: #8c9ebe;
}
.center {
    text-align: center;
    transform: translateY(-4vh);
    height: 60vh;
    margin: 0 auto;
}
.for-center {
    text-align: center;
    height: 80vh;
}
.for-center div {
    align-content: center;
}
.for-center div p {
    margin: 0;
    font-weight: 900;
    font-size: 1.1rem;
}
.first-div {
    color: white;
    background: linear-gradient(135deg, #1e3640, #2a5462, #2390be);
    width: 25%;
    border: solid white;
    border-radius: 4vh;
    margin: 0 auto 54px auto;
    transform: translateY(9vh);
}
.first-div1 {
    color: white;
    background: linear-gradient(135deg, #1e3640, #2a5462, #2390be);
    width: 25%;
    align-content: center;
    border: solid white;
    border-radius: 4vh;
    margin: 111px auto 0 auto;
    transform: translateY(-27vh);
}


.div-wht-dis{
    display: flex;
}

.div-wht-dis2 {
    display: flex;

    justify-content: space-around;
    transform: translateY(12vh);
}
.div-wht-dis3 {
    display: flex;
    justify-content: space-around;
    transform: translateY(-24vh);
}
.div-wht-dis4 {
    display: flex;
    transform: translateY(-36vh);
}
.text-aling {
    align-content: center;
}
.a-div {
    color: white;
    background: linear-gradient(135deg, #1e3640, #2a5462, #2390be);

    width: 20%;
    border: solid white;
    border-radius: 4vh;
}
.rob2-div {
    color: white;
    background: linear-gradient(135deg, #1e3640, #2a5462, #2390be);
    width: 20%;
    border: solid white;
    border-radius: 4vh;
    transform: translateX(-14%);
}
.rob-div {
    color: white;
    background: linear-gradient(135deg, #1e3640, #2a5462, #2390be);
    width: 23%;
    border: solid white;
    align-content: center;
    border-radius: 4vh;
    margin-right: 23%;
}
.trans {
    transform: translateY(-1vh);
}
.aa-div {
    color: white;
    background: linear-gradient(135deg, #1e3640, #2a5462, #2390be);

    width: 20%;
    border: solid white;
    border-radius: 4vh;
    margin-left: 4%;
}
.b-div {
    color: white;
    background: linear-gradient(135deg, #1e3640, #2a5462, #2390be);

    width: 20%;
    border: solid white;
    border-radius: 4vh;
    margin-left: 50%;
}
.l-div {
    color: white;
    background: linear-gradient(135deg, #1e3640, #2a5462, #2390be);

    width: 39%;
    align-content: center;
    border: solid white;
    border-radius: 4vh;
}
.fifty {
    width: 30%;
}
.for-img{
    width: 50%;
}
.text {
    color: white;
    margin-bottom: 0;
    align-content: center;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 900;
    width: 51%;
    display: flex;
    align-items: center
}
.for-vid {
    width: 100%;
    height: 37vh;
    border: solid white;
    border-radius: 2vh;
    margin: 5% 0 0 0;
    box-shadow: 1px 3px 96px rgba(42, 82, 152, 0.41);
}
.pos-for-div {
    align-content: center;
}

/* ===================================== */
/* ====== НАПРЯМКИ (DESKTOP) ============ */
/* ===================================== */

/* за замовчуванням мобільна секція вимкнена */
.for-sec-mobile {
    display: none;
}

/* ===================================== */
/* ====== МОБІЛЬНА ВЕРСІЯ ≤1200px ======= */
/* ===================================== */

@media (max-width: 1200px) {
    /* ховаємо комп'ютерну версію */
    .for-sec {
        display: none;
    }
    .for-text {
        font-size: 2rem;
    }
    .one-img {
        display: block;
        margin: 0 auto;
        width: 75%;
    }
    /* показуємо мобільну */
    .for-sec-mobile {
        display: block;
        padding: 40px 20px;
    }

    .for-sec-mobile .title {
        font-size: 2.2rem;
        margin-bottom: 30px;
    }

    /* список */
    .automation-list {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        max-width: 500px;
        flex-direction: column;
        gap: 15px;
    }

    .automation-list li {
        background: linear-gradient(135deg, #1e3640, #2a5462, #2390be);
        color: #ffffff;
        padding: 18px 20px;
        border-radius: 18px;
        font-size: 2rem;
        font-weight: 500;
        text-align: center;
        letter-spacing: 0.5px;
        border: 1px solid rgba(255, 255, 255, 0.35);
        box-shadow: 0 10px 40px rgba(42, 82, 152, 0.35);
        margin-bottom: 10px;
    }
    .for-img {
        height: 100%;
        width: 100%;
    }
    .text {
        font-size: 40px;
    }
    .forvid {
        width: 40%;
    }

}
