@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
}

.box {
    max-width: 1700px;
    width: 100%;
    margin: 0 auto;
    padding: 0 100px;
}

.btn {
    cursor: pointer;
    border-radius: 28px;
    border: none;
    background-color: rgba(118, 50, 237, 1);
    color: white;
    font-weight: 600;
    padding: 10px 24px;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
    text-align: center;
    display: inline-block;
}

.py {
    padding: 70px 0;
}

h2,
h3 {
    color: #11142D
}

h2 {
    font-weight: 800;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
}

/* -----------------------------------------------------------pop-up------------------------------------------------------- */
#popup {
    text-align: center;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 894px;
    padding: 61px 85px;
    background: white;
    color: black;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#popup h2 {
    margin-top: 12px;
    font-size: 32px;
    line-height: 100%;
}

#popup p {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #555;
    margin-top: 24px;
}

#popup .close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
    font-size: 24px;
    color: black;
}

.check-icon {
    background: linear-gradient(to right, #6c63ff, #f953c6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    line-height: 0;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(15px);
    z-index: 999;
}

/* -------------------------------------HEADER---------------------------------------------- */

#top_section {
    background-image: url("../media/bg_img.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15px 0 100px;
}

.header .box {
    padding: 0 40px;
}

.navbar {
    display: flex;
    justify-content: space-between;
    padding: 7px 30px;
    align-items: center;
    gap: 20px;
    border-radius: 40px;
    height: auto;
    background-color: rgba(255, 255, 255, 0.25);
}

.header_logo {
    display: flex;
    align-items: center;
    height: 60px;
}

#header_img {
    width: auto;
    height: 100%;
}

.header_end {
    display: flex;
    gap: 30px;
    align-items: center;
}

.header_language {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    list-style-type: none;
    gap: 10px;
    display: none;
}

.header_language_eng,
.header_language_ru,
.header_language_arm {
    font-size: 14px;
    font-weight: normal;
    text-shadow: 1px 1px black;
    width: 100%;
}

.lenguage_img {
    display: none;
}

.free_ai {
    display: none;
}

/* ----------------------------------------SECTION-1----------------------------------------------- */
.section_1_inner {
    margin-top: 80px;
    max-width: 60%;
    width: 100%;
}

#section_1_h1 {
    max-width: 600px;
    color: white;
    font-size: 44px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.section_1_h1_span {
    display: block;
    color: #0052FF;
}

.section_1_p {
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 20px;
    color: white;
}

/* --------------------------------------------SECTION-2----------------------------------------- */
.section_2 {
    display: grid;
    justify-items: center;
    position: relative;
    overflow: hidden;
}

.section_2 .box {
    position: relative;
}

.section_2_img {
    position: absolute;
    width: 550px;
    right: 0px;
    bottom: -44px;
}

.section_2_h1 {
    margin-bottom: 50px;
}

.section_2_box {
    margin-top: 15px;
    box-shadow: 0px 4px 4.2px 0px rgba(0, 0, 0, 0.11);
    border-radius: 16px;
}

.section_2_box_top {
    background-color: #F6F6F6;
    border: 1px solid #E6E6E6;
    display: flex;
    padding: 30px 30px 25px 40px;
    gap: 30px;
    padding-left: 30px;
    align-items: center;
    border-radius: 16px;
}

.section_2_box_top img {
    width: 64px;
    height: auto;
}

.section_2_h2 {
    font-size: 22px;
    margin-bottom: 6px;
    width: 80%;
}

.section_2_p,
.section_2_bottom_p {
    width: 70%;
    font-size: 18px;
    font-weight: normal;
}

.section_2_box_bottom {
    padding: 25px;
    padding-left: 125px;
    border-radius: 16px;
}

.section_2_h3 {
    color: #002D8A;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.section_2_button,
.section_2_ai {
    margin-top: 50px;
}

.section_2_ai {
    display: none;
}

.section_2_buttons {
    display: flex;
    justify-content: center;
}

/* -----------------------------------------------SECTION-3------------------------------------------------------ */
.section_3 {
    display: grid;
    justify-items: center;
    background-color: #340881;
}

.section_3_h1 {
    margin: 0 auto 60px;
    width: 80%;
    color: white;
}

.section_3_box_left {
    width: 50%;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
    display: flex;
}

.section_3_box_img {
    width: 100%;
    height: auto;
}

.section_3_right {
    margin-top: 30px;
    width: 50%;
}

.section_3_box,
.section_3_boxx {
    margin-top: 40px;
    display: flex;
    align-items: start;
    justify-content: center;
    color: white;
    gap: 20px 30px;
}

.section_3_box {
    text-align: right;
}

.section_3_h2 {
    width: 100%;
    font-size: 26px;
    color: white;
}

.section_3_p {
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    margin-top: 10px;
    border-top: 1px solid white;
    padding-top: 10px;
}

.section_3_img {
    margin-bottom: 70px;
}

/* ----------------------------------------------SECTION-4---------------------------------------------------------------- */
.section_4_inner {
    display: grid;
    justify-items: center;
}

.section_4_top,
.section_4_bottom {
    margin-top: 50px;
    width: 100%;
    display: flex;
    gap: 65px;
    align-items: center;
}

.section_4_box {
    width: 70%;
    display: grid;
    justify-items: center;
    text-align: center;
}

.section_4_h1 {
    width: 80%;
    color: #11142D;
}

.section_4_h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    color: #11142D;
}

.section_4_p {
    color: #000000;
    font-size: 18px;
}

/* ------------------------------------------------------SECTION-5----------------------------------------------------------------- */
.section_5 {
    background: linear-gradient(to right top, #0052FF, #065AFF, #146DFF, #1C78FF, #1F7CFF, #2973F2, #4E56CA, #6E3CA5, #7F2F92, #862A8B, #AB2195, #E713A5, #FF0EAC);
    text-align: center;
    display: grid;
    justify-items: center;
    color: white;
    padding-bottom: 260px;
}

.section_5_h1 {
    color: white;
}

.section_5_inner {
    padding: 0 10%;
}

.section_5_p {
    margin-top: 30px;
    text-align: center;
    font-weight: normal;
    font-size: 18px;
}

.section_5_button {
    margin: 30px auto 0;
}

/* -------------------------------------------------------SECTION-6---------------------------------------------- */
.section_6 {
    padding: 0 0 100px;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
    margin-top: -180px;
}

.section_6 .box {
    padding: 0 70px;
}

.section_6_box {
    background: #F8F8F8;
    padding-left: 40px;
    padding-right: 40px;
    display: grid;
    justify-items: center;
    border-radius: 20px;
    height: auto;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    z-index: 3;
    position: relative;
}

.section_6_h1 {
    width: 80%;
}

.section_6_button,
.section_6_ai {
    margin-top: 30px;
}

.section_6_ai {
    display: none;
}

.section_6_p {
    max-width: 600px;
    width: 100%;
    margin-top: 30px;
    font-size: 18px;
}

/* ------------------------------------------------FOOTER----------------------------------------------- */
.footer {
    background-color: #F8F8F8;
    box-shadow: 0px 0px 11.2px 0px rgba(0, 0, 0, 0.25);

}

.footer_top {
    display: grid;
    justify-items: center;
    text-align: center;
    padding: 50px 0;
}

.footer_top .logo {
    width: 186px;
}

.footer_p {
    font-size: 18px;
    max-width: 760px;
    margin: 10px auto 0;
}

.footer_h3 {
    font-size: 18px;
    margin-top: 40px;
    line-height: 1.5;
}

.contact {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px 150px;
}

.gmail,
.tell {
    font-size: 18px;
}

.a {
    text-decoration: none;
    color: #000000;
}

.network {
    margin-top: 10px;
    display: flex;
    gap: 50px;
}

.info {
    border-top: 1px solid rgba(204, 204, 204, 1);
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    padding: 15px 0 30px;
}

.info_c,
.privacy,
.service {
    font-size: 14px;
    text-decoration: none;
    color: #000000;
}

.privacy_service {
    display: flex;
    gap: 20px;
}

/* ------------------------------------------------mobile-version------------------------------------------- */
@media (max-width: 1400px) {
    .section_2_img {
        width: 370px;
    }

    .section_3_box_img {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .box {
        padding: 0 60px;
    }

    .header .box {
        padding: 0 20px;
    }

    .section_6 .box {
        padding: 0 40px;
    }

    .section_1_inner {
        max-width: 90%;
    }

    #top_section {
        background-position-x: 57%;
    }

    .section_2_img {
        bottom: 70px;
        right: -50px;
    }

    #popup {
        width: 500px;
        padding: 45px 50px;
    }

    .section_3_right {
        margin-top: 0;
    }

    .section_3_h1 {
        width: 100%;
    }
}

@media (max-width: 800px) {

    .box,
    .header .box,
    .section_6 .box {
        padding: 0 16px;
    }

    .btn {
        padding: 5px 24px;
        font-weight: 600;
        font-size: 15px;
        line-height: 23px;
        letter-spacing: 0%;
    }

    .py {
        padding: 60px 0;
    }

    #section_1_h1,
    h2 {
        font-weight: 700;
        font-size: 28px;
        line-height: 36px;
    }

    .section_3_h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .section_2_h2 {
        font-size: 22px;
    }

    .navbar {
        padding: 8px 16px;
    }

    .free_ai {
        display: block;
        flex-shrink: 0;
    }

    .free_demo {
        display: none;
    }

    .header_logo {
        height: 36px;
    }

    #top_section {
        padding-bottom: 50px;
    }

    .section_1_inner {
        margin-top: 130px;
        max-width: 100%;
    }

    .section_4_box {
        width: 100%;
    }

    #popup {
        width: 90%;
        padding: 30px;
    }

    #popup h2 {
        font-size: 20px;
    }

    #popup p {
        font-size: 14px;
    }

    .section_2 .box {
        position: static;
    }

    .section_2 {
        padding-bottom: 260px;
    }

    .section_2_button {
        display: none;
    }

    .section_2_ai {
        display: block;
        width: 190px;
    }

    .section_2_img {
        bottom: 40px;
        right: 0;
        width: auto;
        height: 330px;
    }

    .section_3_boxx,
    .section_3_box {
        flex-direction: column;
        justify-content: center;
        max-width: 500px;
        margin: 40px auto 0;
    }

    .section_3_box {
        flex-direction: column-reverse;
    }

    .section_3_box_left,
    .section_3_right {
        width: 100%;
    }

    .section_4_top,
    .section_4_bottom {
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
    }

    .section_5 {
        padding-bottom: 220px;
    }

    .section_2_h1 {
        margin-bottom: 20px;
    }

    .section_2_box_top {
        padding: 10px;
        align-items: flex-start;
        gap: 12px;
        border: none;
    }

    .section_2_box_bottom {
        padding: 10px 20px 20px 85px;
    }

    .section_3_h1 {
        margin-bottom: 30px;
    }

    .section_3_box {
        text-align: left;
    }

    .section_5_inner {
        padding: 0;
    }

    .section_6_h1 {
        width: 100%;
    }
    .footer_top {
        padding: 40px 0 30px;
    }
    .footer_h3 {
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .info {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }
    .section_6 {
        padding-bottom: 80px;
    }
}

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

    #top_section {
        background-position-x: 80%;
    }

    .header_logo {
        width: 100px;
    }

    #header_img {
        width: 100%;
        height: auto;
    }

    .navbar {
        padding: 8px;
    }

    #nav {
        background-size: 100%;
    }

    .section_2 {
        padding-bottom: 200px;
    }

    .section_2_img {
        width: 250px;
        height: auto;
        right: -20px;
    }

    .section_6_button {
        display: none;
    }

    .section_6_ai {
        display: block;
    }

    #popup {
        padding: 20px;
    }
    .close-btn img {
        width: 20px;
        height: 20px;
    }

    .check-icon img {
        width: 40px;
        height: 40px;
    }

    .section_2_buttons {
        justify-content: flex-start;
    }

    .section_6_box {
        padding-left: 10px;
        padding-right: 10px;
    }
}