@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;300;400;500;600;800;900&display=swap);

html {
    scroll-behavior: smooth;
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* user-select: none; */
}

body {
    font-family: 'Roboto', sans-serif;
    color: white;
    background: #000;
    position: relative;
}


.buttons-translate {
    position: absolute;
    display: flex;
    width: 200px;
    justify-content: space-between;
    top: 0;
    right: 0;
    height: 40px;
    background: #000;
}

.ukbutton img {
    cursor: pointer;
    width: 60px;
    height: 30px;
    background: #000;
}

.Enbutton img {
    cursor: pointer;
    width: 60px;
    height: 30px;
    background: #000;
}

.container {
    width: 1440px;
    margin: 0 auto;
}

.header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 123px;
    /* background: #000000; */
}

.header-content {
    display: flex;
    justify-content: space-between;
    width: 1230px;
    height: 17px;
    /* background: #000000; */
}




/* глобальні стилі підсекцій */

.section-title {
    height: 68px;
    width: 177px;
    margin-bottom: 45px;
    margin: 218px 0 45px;
    font-family: Roboto;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    text-transform: uppercase;

}

/* підсекція overview*/

.overview-text {
    display: flex;
    width: 603px;

}

.falcon-parameters {
    width: 50%;

}

.falcon-parameters-item {
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;

}

.falcon-parameters-item span {
    color: RGB(178, 176, 178);
}


.line {
    margin: 0 auto;
}


.article-title {
    margin: 0 auto;
}

/* підсекція perfomance */

.section-article {
    width: 490px;
    height: 145px;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
}

.nav {
    display: flex;
    gap: 20px;
    list-style: none;

}

.nav-link {
    text-decoration: none;
    font-family: Roboto;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff;

}

.nav-link span {
    color: #808080;
}

.main-section span {
    color: #808080;
}

/* секція falcon */
.falcon {
    display: flex;
    height: 1718px;

}

.group {
    padding: 340px 0 0 149px;
}



.main {
    height: 1250px;

    /* background: #000000; */
}

.main-title {
    font-size: 64px;
    font-family: Roboto;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    width: 382;
    height: 75;
    top: 190px;
    left: 529px;
    /* background: #000000; */
    color: white;
}

.main-section {
    width: 177;
    height: 68px;
    font-family: Roboto;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: white;
    justify-content: center;
    display: flex;

}

.logo {
    display: block;
    margin: 0 auto;
}

.footer {
    margin: 0 auto;


}

.parameters-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px;

}

.email snap {
    margin: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #545252;

}

.contact-us {
    display: block;
    margin: 0 auto;

}

.contact {
    display: block;
    margin: 0 auto;
    height: 60px;
    width: 260px;
    background: #000;
    color: white;
    border-radius: 6px 2px;
}

.ukButton {
    position: absolute;
    width: 5px;
    height: 5px;
    top: 100px;
    left: 1350px;
}

@media screen and (max-width: 1439px) {
    .container {
        width: 800px;
    }

    .header {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 400px;
    }

    .header-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 800px;
        height: 17px;
        /* background: #000000; */
    }




    /* глобальні стилі підсекцій */

    .section-title {
        height: 68px;
        width: 177px;
        margin-bottom: 45px;
        margin: 218px 0 45px;
        font-family: Roboto;
        font-weight: 700;
        font-size: 24px;
        line-height: 140%;
        text-transform: uppercase;

    }

    .earth{
        margin-left: -330px;
    }



    .rocket{
        width: 500px;
        height: 1000px;
        margin-left: -300px;
        margin-top: 300px;
    }

    /* підсекція overview*/

    .overview-text {
        display: flex;
        width: 603px;

    }

    .falcon-parameters {
        width: 50%;
        list-style: none;
    }

    .falcon-parameters-item {
        font-family: Roboto;
        font-weight: 400;
        font-size: 18px;
        line-height: 180%;

    }

    .falcon-parameters-item span {
        color: RGB(178, 176, 178);
    }

    /* підсекція perfomance */

    .section-article {
        width: 490px;
        height: 145px;
        font-weight: 400;
        font-size: 16px;
        line-height: 180%;
    }









    .nav {
        display: flex;
        gap: 20px;
        list-style: none;

    }

    .nav-link {
        text-decoration: none;
        font-family: Roboto;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        color: #ffffff;

    }

    .nav-link snap {
        color: #808080;
    }

    .main-section snap {
        color: #808080;
    }

    /* секція falcon */
    .falcon {
        display: flex;
        height: 1718px;

    }

    .group {
        padding: 340px 0 0 149px;
    }



    .main {
        height: 1250px;

        /* background: #000000; */
    }

    .main-title {
        font-size: 64px;
        font-family: Roboto;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        width: 382;
        height: 75;
        top: 190px;
        left: 529px;
        /* background: #000000; */
        color: white;
    }

    .main-section {
        width: 177;
        height: 68px;
        font-family: Roboto;
        font-weight: 700;
        font-size: 16px;
        line-height: 140%;
        letter-spacing: 0%;
        text-transform: uppercase;
        color: white;
        justify-content: center;
        display: flex;

    }

    .logo {
        display: block;
        margin: 0 auto;
    }

    .footer {
        margin: 0 auto;


    }

    .parameters-footer {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 30px;

    }

    .email snap {
        margin: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #545252;

    }

    .contact-us {
        display: block;
        margin: 0 auto;

    }

    .contact {
        display: block;
        margin: 0 auto;
        height: 60px;
        width: 260px;
        color: white;
        border-radius: 6px 2px;
    }
}

@media screen and (max-width: 767px) {
    .container {
        width: 412px;
    }

    .header {
        align-items: flex-start;
        height: 300px;
        /* background: #000000; */
        padding: 50px;
    }

    .header-content {
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }


    .earth{
        position: relative;
        height: 500px;
        left: 160px;
    }



    /* глобальні стилі підсекцій */


    .section-title {
        position: relative;
        height: 68px;
        width: 177px;
        margin-bottom: 45px;
        margin: 218px 0 45px;
        font-family: Roboto;
        font-weight: 700;
        font-size: 24px;
        line-height: 140%;
        text-transform: uppercase;
        right: 150px;
    }

    /* підсекція overview*/

    .overview-text {
        position: relative;
        display: flex;
        width: 412px;
        right: 150px;
    }

    .falcon-parameters {
        width: 50%;
        list-style: none;
    }

    .falcon-parameters-item {
        font-family: Roboto;
        font-weight: 400;
        font-size: 18px;
        line-height: 180%;

    }

    .falcon-parameters-item span {
        color: RGB(178, 176, 178);
    }


    /* підсекція perfomance */

    .section-article {
        position: relative;
        width: 412px;
        height: 145px;
        font-weight: 400;
        font-size: 10px;
        line-height: 180%;
        right: 150px;
    }




    .article-title{
        position: relative;
        right: 150px;
    }

    .rocket{
        position: relative;
        height: 1000px;
        right: 160px;
    }


    .nav {
        display: flex;
        gap: 20px;
        list-style: none;

    }

    .nav-link {
        text-decoration: none;
        font-family: Roboto;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        color: #ffffff;

    }

    .nav-link snap {
        color: #808080;
    }

    .main-section snap {
        color: #808080;
    }

    /* секція falcon */
    .falcon {
        display: flex;
        height: 1718px;

    }

    .group {
        padding: 340px 0 0 149px;
    }



    .main {
        height: 1250px;

        /* background: #000000; */
    }

    .main-title {
        margin: 0 auto;
        font-size: 16px;
        font-family: Roboto;
        font-weight: 300;
        line-height: 140%;
        letter-spacing: 0%;
        text-align: center;
        width: 268px;
        height: 44px;
        /* background: #000000; */
        color: white;
    }

    .line {
        margin: 0 auto;
        width: 59px;
        height: 0px;
        opacity: 1;
        top: 361px;
        left: 720px;
        border-width: 1px;
        margin: 6px 719px;
        align-items: center;
    }

    .main-section {
        width: 177;
        height: 68px;
        font-family: Roboto;
        font-weight: 700;
        font-size: 16px;
        line-height: 140%;
        letter-spacing: 0%;
        text-transform: uppercase;
        color: white;
        justify-content: center;
        display: flex;

    }

    .logo {
        display: block;
        margin: 0 auto;
    }

    .footer {
        margin: 0 auto;


    }

    .parameters-footer {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 30px;

    }

    .email snap {
        margin: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #545252;

    }

    .contact-us {
        display: block;
        margin: 0 auto;

    }

    .contact {
        display: block;
        margin: 0 auto;
        height: 60px;
        width: 260px;
        color: white;
        border-radius: 6px 2px;
    }

}