@font-face {
    font-family: '?????';
    src: local('Graphik Regular'), local('Graphik-Regular'),
        url('/css/Graphik-Regular/Graphik-Regular.woff2') format('woff2'),
        url('/css/Graphik-Regular/Graphik-Regular.woff') format('woff'),
        url('/css/Graphik-Regular/Graphik-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

body {
    background: #231F20;
}

/* login */
.login_popup {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 70%);
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
}

.login-popup_body {
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .form-popup {
    background-color: #FFFFFF;
    width: 350px;
    height: 549px;
    border-radius: 15px;
} */
.form-popup {
    background-color: #fff;
    display: block;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.form-title {
    font-family: '?????';
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 24px;
    /* identical to box height, or 150% */

    text-align: center;
    letter-spacing: 0.2px;

    /* light text */

    color: #000;
}

.input-container {
    position: relative;
}

.input-container input,
.form-popup button {
    outline: none;
    border: 1px solid #e5e7eb;
    margin: 10px 0;
}

.input-container input {
    background-color: #fff;
    padding: 1rem;
    padding-right: 3rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    width: 300px;
    border-radius: 0.5rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.input-container span {
    display: grid;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    place-content: center;
}

.input-container span svg {
    color: #9CA3AF;
    width: 1rem;
    height: 1rem;
}

.submit {
    display: block;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    background-color: #4F46E5;
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    width: 100%;
    border-radius: 0.5rem;
    text-transform: uppercase;
    border: none;
    margin: 10px 0;
}

.signup-link {
    color: #6B7280;
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-align: center;
}

.signup-link a {
    text-decoration: underline;
}

/* nav */

.nav-header {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 18px;
}

.nav {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.nav-h3 {
    font-family: '?????';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    text-align: center;
    letter-spacing: 0.2px;

    /* light text */

    color: #FFFFFF;

    position: relative;
}

.nav-h3::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #97CDF4;
    transform-origin: right bottom;
    transition: transform 0.25s ease-out;
}

.nav-h3:hover::after {
    transform: scaleX(1);
    transform-origin: bottom center;
}

a {
    text-decoration: none;
    cursor: pointer;
}

.nav-header_button {
    background: #231F20;
    display: flex;
    width: 139px;
    height: 52px;
    border: 1px solid #FFFFFF;
    filter: drop-shadow(0px 4px 31px rgba(0, 0, 0, 0.15));
    font-family: '?????';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.2px;
    color: #FFFFFF;
    justify-content: center;
    align-items: center;
}

button {
    cursor: pointer;
    transition: 0.7s;
}

button:hover {
    transform: scale(1.1);
}

/* menu */
.menu {
    display: none;
}

/* header */

.header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
}

.header-h1 {
    width: 709px;
    height: 176px;
    font-family: '?????';
    font-style: normal;
    font-weight: 500;
    font-size: 80px;
    line-height: 88px;
    /* or 110% */

    text-align: center;
    letter-spacing: 0.2px;

    /* light text */

    color: #FFFFFF;
}

.header-h3 {
    width: 582px;
    height: 60px;
    font-family: '?????';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    /* or 150% */

    text-align: center;
    letter-spacing: 0.2px;

    /* light text */

    color: #FFFFFF;

    margin-top: 27px;
    margin-bottom: 70px;
}

.buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.button1 {
    background: #231F20;
    width: 178px;
    min-height: 65px;

    /* primary */

    background: #4452FE;
    /* shadow */

    box-shadow: 0px 4px 31px rgba(0, 0, 0, 0.15);

    font-family: '?????';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.2px;
    color: #FFFFFF;
    justify-content: center;
    align-items: center;
    border: none;
}

.button2 {
    background: #231F20;
    display: flex;
    width: 174px;
    height: 65px;

    /* light text */

    border: 1px solid #FFFFFF;
    /* shadow */

    filter: drop-shadow(0px 4px 31px rgba(0, 0, 0, 0.15));

    font-family: '?????';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.2px;
    color: #FFFFFF;
    justify-content: center;
    align-items: center;
}

/* screens */

.screens {
    width: 100%;
    margin-top: 35px;
}

/* features */
.features {
    margin-top: 150px;
}

.features-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 27px;
}

.features-text_h1 {
    width: 251px;
    height: 62px;

    /* Second Headline */

    font-family: '?????';
    font-style: normal;
    font-weight: 400;
    font-size: 52px;
    line-height: 62px;
    /* identical to box height, or 119% */

    letter-spacing: 0.2px;

    /* light text */

    color: #FFFFFF;
}

.features-text_h3 {
    width: 582px;
    font-family: '?????';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    /* or 150% */

    text-align: center;
    letter-spacing: 0.2px;

    /* light text */

    color: #FFFFFF;
}

.features-cards {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 4rem;
}

.features-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 80px;
}

.features-card {
    width: 269px;
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
}

.features-block {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.features-h1 {
    width: 153px;

    font-family: '?????';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    /* or 150% */

    letter-spacing: 0.1px;

    /* light text */

    color: #FFFFFF;
}

.features-p {
    width: 249px;
    /* Paragraphe */

    font-family: '?????';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */

    letter-spacing: 0.2px;

    /* light text */

    color: #FFFFFF;
}

/* contant */

.contant-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 150px;
}

.contant-text_h1 {
    font-family: '?????';
    font-style: normal;
    font-weight: 400;
    font-size: 52px;
    line-height: 62px;
    /* identical to box height, or 119% */

    letter-spacing: 0.2px;

    /* light text */

    color: #FFFFFF;
}

.contant-text_h3 {
    width: 571px;

    /* Sub Heading */

    font-family: '?????';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    /* or 150% */

    text-align: center;
    letter-spacing: 0.2px;

    /* light text */

    color: #FFFFFF;
}

.contant-cards {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
}

.contant-card {
    padding-top: 50px;
    width: 476px;
    height: 624.52px;

    /* light background */

    background: #FFFFFF;
    border: 1px solid #D3D3D3;
    /* shadow */

    box-shadow: 0px 4px 31px rgba(0, 0, 0, 0.15);
    border-radius: 10px;

    display: flex;
    align-items: center;
    flex-direction: column;
}

.contant-card_h1 {
    font-family: '?????';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    /* identical to box height, or 150% */

    text-align: center;
    letter-spacing: 0.1px;

    /* first text */

    color: #000000;
}

.contant-card-h3 {
    width: 266px;
    height: 72px;

    font-family: '?????';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */

    text-align: center;
    letter-spacing: 0.2px;

    /* second text */

    color: #5C5C5C;
    margin-top: 30px;
}

.contant-card-button {
    margin-top: 57px;
    margin-bottom: 57px;
}

.Not {
    height: 310px;
}

/* Gallery */

.gallery-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 150px;
}

.gallery-text_h1 {
    font-family: '?????';
    font-style: normal;
    font-weight: 400;
    font-size: 52px;
    line-height: 62px;
    /* identical to box height, or 119% */

    letter-spacing: 0.2px;

    /* light text */

    color: #FFFFFF;
}

.gallery-text_h3 {
    width: 571px;

    /* Sub Heading */

    font-family: '?????';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    /* or 150% */

    text-align: center;
    letter-spacing: 0.2px;

    /* light text */

    color: #FFFFFF;
}

.bom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 33px;
}

.img-max,
.img-min {
    border-radius: 12px;
    transition: 1s;
}

.img-max:hover,
.img-min:hover {
    transform: scale(1.1);
}


.gallery-container {
    display: flex;
    flex-direction: column;
    gap: 44px;
    align-items: center;
    /* display: flex;
    gap: 33px;
    align-items: center;
    flex-wrap: wrap;
    width: 1087px;
    justify-content: center;
    margin: 0 auto; */
}

.bom:nth-child(3),
.bom:nth-child(4) {
    display: none;
}

/* Partners */

.partners {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.partners-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 150px;
}

.partners-text_h1 {
    font-family: '?????';
    font-style: normal;
    font-weight: 400;
    font-size: 52px;
    line-height: 62px;
    /* identical to box height, or 119% */

    letter-spacing: 0.2px;

    /* light text */

    color: #FFFFFF;
}

.partners-text_h3 {
    width: 571px;

    /* Sub Heading */

    font-family: '?????';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    /* or 150% */

    text-align: center;
    letter-spacing: 0.2px;

    /* light text */

    color: #FFFFFF;
}

.partners-conatiner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 74px;
}

/* grid */

.grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.grid-text_h1 {
    font-family: '?????';
    font-style: normal;
    font-weight: 400;
    font-size: 52px;
    line-height: 62px;
    /* identical to box height, or 119% */

    letter-spacing: 0.2px;

    /* light text */

    color: #FFFFFF;
    margin-top: 180px;
}

.grid-card {
    width: 430px;
    /* dark background */

    background: #181818;
    border: 1px solid #DEDEDE;
    border-radius: 10px;

    padding-top: 40px;
    padding-left: 40px;
    padding-bottom: 40px;

    /* display: flex;
    flex-direction: column;
    gap: 30px; */
}

.grid-cards {
    display: grid;
    grid-template-columns: 472.5px 441.5px;
    gap: 23px;
}

.grid-card_block {
    display: flex;
    align-items: center;
    gap: 13px;
    width: 175px;
    margin-bottom: 30px;
}

.grid-card_h1 {
    /* Link */

    font-family: '?????';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    letter-spacing: 0.2px;

    /* light text */

    color: #FFFFFF;
}

.grid-card_p {
    width: 307px;
    height: auto;

    font-family: '?????';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */

    letter-spacing: 0.2px;

    /* light text */

    color: #FFFFFF;
}

/* Open */

.open {
    width: 1219px;
    height: 370px;

    background: #343434;
    /* shadow */

    box-shadow: 0px 4px 31px rgba(0, 0, 0, 0.15);
    border-radius: 33px;
    position: relative;

    margin: 0 auto;
    margin-top: 190px;

    padding-top: 79px;
    padding-left: 104px;
}

.open-img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.open-h1 {
    width: 480px;
    height: 124px;

    font-family: '?????';
    font-style: normal;
    font-weight: 400;
    font-size: 52px;
    line-height: 62px;
    /* or 119% */

    letter-spacing: 0.2px;

    /* light text */

    color: #FFFFFF;
    margin-bottom: 37px;
}

.open-button {
    width: 226px;
    height: 52px;
}

/* footer */

footer {
    display: flex;
    padding: 107px 0px;
    width: 100%;
    background: #181818;
    margin-top: 180px;
    justify-content: center;
    align-items: flex-start;
}

.footer-center {
    display: flex;
}

.footer-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 106px;
}

.footer-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 19px;
}

.footer-h1 {
    font-family: '?????';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    /* identical to box height, or 150% */

    letter-spacing: 0.1px;

    /* light text */

    color: #FFFFFF;
}

.footer-h3 {
    font-family: '?????';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    letter-spacing: 0.2px;

    /* light text */

    color: #FFFFFF;
}

.footer-imgs {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-imgs {
    margin-left: 150px;
    display: flex;
    gap: 25px;
    flex-direction: column;
}

.footer-imgs_block {
    display: flex;
    align-items: center;
    gap: 6px;
}

.footer-imgs_h1 {
    font-family: '?????';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    letter-spacing: 0.2px;

    /* light text */

    color: #FFFFFF;
}

/* popup */
.popup {
    display: none;
}

@media screen and (max-width: 450px) {
    .x {
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .popup {
        width: 100%;
        height: 100vh;
        background: #FFFFFF;
        position: fixed;
        z-index: 1;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        opacity: 0;
        visibility: hidden;
        transition: 0.8s;
        transform: rotate3d(45);
    }

    .nav {
        display: none;
    }

    .navs {
        display: flex;
        align-items: center;
        gap: 4rem;
        flex-direction: column;
    }

    .nav-h3 {
        font-family: '?????';
        font-style: normal;
        font-weight: 500;
        font-size: 21px;
        line-height: 24px;
        text-align: center;
        letter-spacing: 0.2px;
        color: #0f0f0f;
    }

    .nav-header_button {
        background: #231F20;
        display: flex;
        width: 113px;
        height: 45px;
        border: 1px solid #FFFFFF;
        filter: drop-shadow(0px 4px 31px rgba(0, 0, 0, 0.15));
        font-family: '?????';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 25px;
        letter-spacing: 0.2px;
        color: #FFFFFF;
        justify-content: center;
        align-items: center;
    }

    .nav-header_img {
        width: 150px;
    }

    .menu {
        position: relative;
        max-width: 44px;
        display: flex;
        align-items: flex-end;
        flex-direction: column;
        gap: 7px;
        cursor: pointer;
    }

    .menu-max {
        width: 44px;
        height: 5px;
        background-color: #FFFFFF;
        transition: 4s;
    }

    .menu-min {
        width: 33px;
        height: 5px;
        background-color: #FFFFFF;
    }

    .menu-small {
        width: 19.5px;
        height: 5px;
        background-color: #FFFFFF;
    }

    .header-h1 {
        width: 270px;
        height: 186px;

        font-family: '?????';
        font-style: normal;
        font-weight: 400;
        font-size: 50px;
        line-height: 62px;
        /* or 119% */

        text-align: center;
        letter-spacing: 0.2px;

        /* light text */

        color: #FFFFFF;
    }

    .header-h3 {
        width: 345px;
        height: 120px;

        font-family: '?????';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        /* or 150% */

        text-align: center;
        letter-spacing: 0.2px;

        /* light text */

        color: #FFFFFF;
    }

    .buttons {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
        flex-direction: column;
    }

    .features-text_h3 {
        width: 374px;
        height: 90px;

        font-family: '?????';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        /* or 150% */

        text-align: center;
        letter-spacing: 0.2px;

        /* light text */

        color: #FFFFFF;
    }

    .features-container {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
        margin-top: 80px;
        flex-direction: column;
    }

    .features-imgs {
        width: 85%;
        margin-bottom: 70px;
        margin-left: 0;
    }

    .contant-text_h3 {
        width: 262px;
        height: auto;
        font-family: "?????";
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        letter-spacing: 0.2px;
        color: rgb(255, 255, 255);
        margin-top: 20px;
    }

    .contant-cards {
        flex-direction: column;
    }

    .contant-card {
        width: 92%;
    }

    .contant-card-img {
        width: 90%;
    }

    .Not {
        width: 100%;
    }

    .img-max,
    .img-min {
        border-radius: 12px;
        transition: 1s;
        width: 80%;
    }

    .img-min {
        width: 115%;
    }

    .bom {
        flex-direction: column;
    }

    .gallery-text_h3 {
        width: 323px;
        height: 90px;

        font-family: '?????';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        /* or 150% */

        text-align: center;
        letter-spacing: 0.2px;

        /* light text */

        color: #FFFFFF;
    }

    .partners-img:last-child {
        width: 85px;
    }

    .partners-conatiner {
        display: grid;
        align-items: center;
        justify-content: center;
        gap: 47px;
        grid-template-columns: 56px 56px 55px;
    }

    .partners-text_h3 {
        width: 299px;
        height: 90px;

        font-family: '?????';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        /* or 150% */

        text-align: center;
        letter-spacing: 0.2px;

        /* light text */

        color: #FFFFFF;
    }

    .grid-card {
        width: 90%;
    }

    .grid-cards {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }

    .open {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px;
        gap: 2px;

        width: 100%;
        height: 868px;

        background: #1E1E1E;
        box-shadow: none;
        border-radius: 0;
    }

    .open-img {
        width: 97%;
        height: 302px;
        bottom: 40px;
        right: auto;
    }

    .open-h1 {
        width: 308px;
        height: 186px;

        font-family: '?????';
        font-style: normal;
        font-weight: 400;
        font-size: 46px;
        line-height: 62px;
        /* or 119% */

        text-align: center;
        letter-spacing: 0.2px;

        /* light text */

        color: #FFFFFF;
    }

    .open-block {
        width: 308px;
        height: 186px;

        font-family: '?????';
        font-style: normal;
        font-weight: 400;
        font-size: 52px;
        line-height: 62px;
        /* or 119% */

        text-align: center;
        letter-spacing: 0.2px;

        /* light text */

        color: #FFFFFF;
    }

    .footer-container {
        display: flex;
        align-items: flex-start;
        justify-content: space-around;
        gap: 4rem;
        flex-direction: column;
    }

    .footer-center {
        display: flex;
        flex-direction: column;
        gap: 4rem;
    }

    .footer-imgs {
        margin-left: 0;
        display: flex;
        gap: 25px;
        flex-direction: column;
    }
}

.submit:hover {
    transform: scale(1.1);
}