@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    list-style-type: none;
    user-select: none;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

html, body {
    list-style-type: none;
    background: var(--dark-dark-050505, #050505);
}

a {
    color: var(--color-white-100-ffffff, #FFF);
    text-align: center;
    font-style: normal;
    text-decoration: none;
    cursor: pointer;
}

button {
    background: var(--color-tech-blue-3739-ff, #3739FF);
    color: var(--color-white-100-ffffff, #FFF);
    text-align: center;
    font-family: "Space Grotesk";
    display: inline-flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

img {
    object-fit: contain;
    padding-right: 50px;
    max-height: 72vh;
    object-fit: cover;
    object-position: top;
    min-height: 427px;
}

::-webkit-scrollbar {
    width: 0;
}

#blockDemonstration {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 6vh 12vh;
}

.blockDemonstration-nav {
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 3vh;
    gap: 6vh;
}

.blockDemonstration-nav > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    font-family: "Space Grotesk";
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.384px;
    transform: translateY(0);
}

.blockDemonstration-nav > button {
    display: block;
    padding: 8px 18px;
    gap: 10px;
    border-radius: 20px;
    font-size: 14px;
    letter-spacing: 0.224px;
    transform: translateY(0);
}

#blockHeader {
    position: relative;
    display: flex;
    height: 10vh;
    align-items: center;
    justify-content: space-between;
    z-index: 3;
    opacity: 0;
}

.blockHeader-menu > a {
    font-family: "Raleway";
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.256px;
}

.blockHeader-menu > button {
    padding: 16px 32px;
    border-radius: 32px;
    font-size: 16px;
    letter-spacing: 0.256px;
}

.blockHeader-menu {
    display: flex;
    gap: 80px;
    align-items: center;
}

#blockHeader > svg {
    height: 100%;
}


.burger {
    z-index: 2;
    position: absolute;
    cursor: pointer;
    left: 0;
    width: auto;
    display: none;
}

.burger span{
    display: block;
    width: 4vh;
    height: 0.25vh;
    margin-bottom: 0.6vh;
    background-color: var(--color-tech-blue-3739-ff, #3739FF);
    position: relative;
    transition: all .3s ease-in-out;
}

.burger.open span:nth-child(2) {
    opacity: 0;
}

.burger.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 0.8vh;
}

.burger.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: -1vh;
}

label {
    position: relative;
}

label input,
label textarea {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    color: var(--color-white-100-ffffff, #FFF);
    background: transparent;
    padding: 1rem 1.2rem;
    min-width: 320px;
    border-radius: 16px;
    border: 1px solid rgba(157, 157, 157, 0.40);
    /* transition: border-color 0.2s; */
}

label input:focus,
label textarea:focus {
    border: 1px solid rgba(157, 157, 157, 0.40);
}

label p {
    color: var(--color-white-100-ffffff, #FFF);
    font-family: "Raleway";
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 16px;
    user-select: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0.8rem;
    padding: 0 .4rem;
    background: var(--dark-dark-050505, #050505);
    transition: top 0.2s, font-size 0.2s, color 0.2s;
}

label input:focus+p,
label input:not(:placeholder-shown)+p {
    top: -115%;
    font-size: 0.9rem;
}

label textarea:focus+p,
label textarea:not(:placeholder-shown)+p {
    top: 0;
}

label input:not(:focus)+p,
label textarea:not(:focus)+p {
    color: #b5b5b5;
}

.item3 {
    grid-column: span 2;
}

.item3 > label,
.item3 > label > textarea {
    display: block;
    width: 100%;
    height: 173px;
    resize: none;
}

.item3 > label > p {
    top: 16%;
}

.contact > div {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto;
    grid-auto-flow: row;
    gap: 50px;
    justify-content: center;
}

.contact > button {
    display: flex;
    width: 170px;
    padding: 16px 32px;
    font-size: 16px;
    letter-spacing: 0.256px;
    border-radius: 32px;
    margin: auto;
    margin-top: 50px;
}


.information-page-1 {
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#information-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 10vh 0vh;
    justify-content: center;
    height: 90vh;
    opacity: 0;
    transform: translateY(20px);
}

#information-title > .title {
    color: var(--color-white-100-ffffff, #FFF);
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 80px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

#information-title > .bold-text {
    color: #b5b5b5;
    text-align: center;
    font-family: "Raleway";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.384px;
    margin-top: 24px;
}

#information-about,
#information-packages,
#information-achievement,
#information-contact,
#information-meet {

    gap: 100px;
    width: 100%;
    padding: 72px 0 72px 0;
    align-items: flex-start;
    /* scroll-margin: 50px; */
}

#information-story {
    display: flex;
    padding: 50px 0 50px 0;
    width: 100%;
    flex-direction: column;
    /* scroll-margin: 50px; */
}

#information-about > div,
.story-block > .story {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.story-block {
    display: flex;
    margin-bottom: 24px;
    /* gap: 100px; */
    width: 100%;
    justify-content: flex-end;
    padding: 50px 0 0 ;
}

#information-packages {
    gap: 0;
}

#information-achievement {
    flex-direction: column;
    gap: 50px;
    align-items: center;
}

#information-contact,
#information-meet {
    flex-direction: column;
    gap: 50px;
    align-items: center;
    width: 670px;
    margin: auto;
}

#information-meet {
    width: 100%;
}

.packages,
.achievement,
#information-contact > .head,
#information-meet > .meet {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

#information-meet > .meet {
    max-width: 500px;
}

#information-achievement > .desk {
    padding: 0;
    max-height: none;
    object-fit: contain;
    min-height: auto;
    width: 100%;
}

#information-achievement > .mobil {
    display: none;
    padding: 0;
    max-height: none;
    object-fit: cover;
    min-height: auto;
    height: 800px;
    overflow: visible;
}

#information-meet > .desk {
    max-height: 600px;
}

#information-meet > .mobil {
    display: none;
}

.story-block > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#information-about > .sub-text,
#story > .sub-text,
.achievement > .sub-text,
#information-contact > div > .sub-text,
#information-meet > div > .sub-text {
    color: #b5b5b5;
    text-align: justify;
    font-family: "Raleway";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: 0.288px;
}

#information-contact > div > .sub-text,
#information-meet > div > .sub-text {
    padding-top: 40px;
    margin-bottom: 20px;
    text-align: center;
}

#about > .title,
.story-block > div > .title,
.packages > .title,
.achievement > .title,
#information-contact > div > .title,
#information-meet > div > .title {
    color: var(--color-white-100-ffffff, #FFF);
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 1.024px;
}

#about > .bold-text,
#story > .bold-text {
    color: var(--color-white-100-ffffff, #FFF);
    font-family: "Raleway";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.512px;
    margin-top: 50px;
    margin-bottom: 20px;
}

#story > .bold-text {
    
    margin-top: 0;
    margin-bottom: 32px;
}

#information-packages {
    flex-direction: column;
}

.list-packages {
    display: flex;
    padding-top: 50px;
    gap: 32px;
}

.pack {
    border-radius: 16px;
    border: 1px solid var(--dark-dark-902-b-2-b-2-b, #2B2B2B);
    background: rgba(43, 43, 43, 0.10);
    display: flex;
    padding: 32px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.pack > .title {
    color: #EFEFEF;
    font-family: "Space Grotesk";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.pack > .info {
    color: var(--color-gray-9-d-9-d-9-d, #9D9D9D);
    font-family: "Raleway";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: 0.256px;
}

.pack > .but {
    display: flex;
    width: 116px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 32px;
    border: 1px solid var(--color-tech-blue-3739-ff, #3739FF);
    color: var(--color-tech-blue-3739-ff, #3739FF);
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.256px;
    cursor: pointer;
    text-wrap: nowrap;
    flex-wrap:nowrap;
    -ms-flex-wrap: nowrap;
    -ms-word-wrap: nowrap;
    margin-top: auto;
}

.footer {
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 56px;
}

.footer > svg {
    width: 72px;
}

.footer > .social {
    display: flex;
    gap: 24px
}

.footer > .social > svg {
    cursor: pointer;
}

.footer > .info {
    display: flex;
}

.footer > .info > div {
    color: var(--color-white-100-ffffff, #FFF);
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 4px 16px;
    border-right: 1px solid var(--color-tech-blue-3739-ff, #3739FF);
}

#up-button {
    display: flex;
    position: fixed;
    width: 50px;
    height: 50px;
    background: #3739FF;
    bottom: 0;
    right: 0;
    margin: 30px 32px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0;
    transform: translateY(20px);
    z-index: 3;
}

#up-button > svg {
    width: 32px;
    height: 32px;
}


.scroll-appear {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s ease, transform 1s ease;
}

.scroll-appear.appear {
    opacity: 1;
    transform: translateY(0);
}


@media screen and (max-width: 1200px) {
    .blockHeader-menu {
        display: none;
    }

    #blockHeader{
        justify-content: center; 
    }

    .burger {
        display: block;
    }

    #blockDemonstration {
        padding: 30px 16px;
    }

    #blockHeader > svg {
        height: 4vh;
    }

    #information-title > .title {
        font-size: 9vw;
    }

    #information-title > svg {
        width: 32vw;
    }

    #information-title > .bold-text {
        font-size: 3vw;
    }
}

@media screen and (max-width: 1000px) {
    img {
        object-fit: contain;
        width: 100%;
        padding: 0;
        max-height: 48vh;
    }

    .image {
        order: 1;
    }

    #information-about,
    .story-block {
        flex-direction: column;
        gap: 16px;
        padding: 50px 0 0 0;
    }

    #information-about > div,
    .story-block > div {
        width: 100%;
    }

    #story {
        gap: 16px;
    }

    #information-about > .sub-text,
    #story > .sub-text,
    #information-contact > div > .sub-text,
    #information-meet > div > .sub-text {
        font-size: 14px;
        font-weight: 500;
        line-height: 180%;
        letter-spacing: 0.224px;
    }

    #information-contact > div > .sub-text,
    #information-meet > div > .sub-text {
        padding-top: 12px;
    }

    #about > .title,
    .story-block > div > .title,
    .packages > .title,
    .achievement > .title,
    #information-contact > div > .title,
    #information-meet > div > .title {
        font-size: 24px;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: 0.384px;
    }

    #about > svg,
    .story-block > div > svg,
    .packages > svg,
    .achievement > svg,
    #information-contact > div > svg,
    #information-meet > div > svg {
        width: 128px;
    }
    
    #about > .bold-text,
    #story > .bold-text {
        font-size: 18px;
        font-weight: 700;
        line-height: 180%;
        letter-spacing: 0.256px;
        margin-top: 16px;
        width: 100%;
    }

    #story > .bold-text {
        margin: 0;
    }

    .list-packages {
        flex-direction: column;
    }

    #information-achievement > .desk {
        display: none;
    }

    #information-achievement > .mobil {
        display: block;
    }
}

@media screen and (max-width: 720px) {
    .contact {
        width: 100%;
    }

    .contact > div {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 32px;
    }

    #information-contact,
    label input, 
    label textarea {
        width: 100%;
    }

    #information-meet > .desk {
        display: none;
    }

    #information-meet > .mobil {
        display: block;
    }

    .footer > .info > div {
        color: var(--color-white-100-ffffff, #FFF);
        font-family: Raleway;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 4px 8px;
        border-right: 0px;
    }

}