@import url('https://fonts.googleapis.com/css2?family=Poppins: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');

:root {
    --main-body: #23155b;
    --main-primary: #8053ff;
    --main---white: #fff;
    --main---gray: rgba(146, 140, 171, 0.27);
    --main---gray-light: #d4cdef;
}

:root {
    --font-family: "Poppins", sans-serif;
    --font-size--4rem: clamp(2rem, 1.243rem + 3.11vw, 4rem);
    --font-size--3_25rem: clamp(1.3rem, -0.093rem + 3.714vw, 3.25rem);
    --font-size--1_5rem: clamp(1rem, 0.811rem + 0.78vw, 1.5rem);
    --font-size--1_125rem: clamp(0.9rem, 0.739rem + 0.429vw, 1.125rem);
    --font-size--0_875rem: clamp(0.775rem, 0.737rem + 0.16vw, 0.875rem);
}

.container {
    margin: auto;
    max-width: 1460px;
    width: 100%;
    padding: 0 20px;
}

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

body {
    height: 100%;
    width: 100%;
    background-color: var(--main---white);
}

h1 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: var(--font-size--4rem);
    text-align: center;
    color: var(--main-body);
}

h2 {
    font-family: var(--font-family);
    line-height: 123%;
    font-weight: 700;
    font-size: var(--font-size--3_25rem);
    letter-spacing: 0.02em;
    color: var(--main-body);
    margin: unset;
}

h3 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: var(--font-size--1_5rem);
    color: var(--main-body);
}

h5 {
    font-family: var(--font-family);
    line-height: 156%;
    font-weight: 600;
    font-size: var(--font-size--1_125rem);
    color: var(--main-primary);
    margin: unset;
}

.colored-text {
    color: var(--main-primary);
}

.btn-primary {
    border-radius: 8px;
    width: 232px;
    height: 60px;
    background: var(--main-primary);
    align-items: center;
    justify-content: center;
    font-family: var(--font-family);
    color: var(--main---white);
    font-weight: 500;
    font-size: var(--font-size--1_125rem);
    line-height: 200%;
}

.btn-primary:hover {
    background: var(--main---gray);
}

.btn-primary:active {
    background: var(--main-body);
}

.btn-secondary {
    border-radius: 8px;
    width: 232px;
    height: 60px;
    background: var(--main---white);
    align-items: center;
    justify-content: center;
    border: 1px solid var(--main-primary);
    font-family: var(--font-family);
    color: var(--main-primary);
    font-weight: 500;
    font-size: var(--font-size--1_125rem);
    line-height: 200%;
}

.btn-secondary:hover {
    background: var(--main---gray-light);
}

.btn-secondary:active {
    background: var(--main-body);
    border: unset;
    color: var(--main---white);
}

.btn__wrapper {
    display: flex;
    width: 100%;
    gap: 10px;
}

.main-header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 116px;
    background-color: var(--main---white);
    width: 100%;
}

.main-header__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.logo {
    display: flex;
    align-items: center;
}

.logo span {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: var(--font-size--1_125rem);
    line-height: 222%;
    color: var(--main-body);
    margin-left: 10px;
}

.main-header h1 {
    display: flex;
    align-items: center;
    margin: 0;
}

.main-nav ul, li {
    display: flex;
    align-items: center;
}

.main-nav li {
    margin-left: 32px;
}

.main-nav button{
    border: none;
    outline: none;
    background: none;
    font-family: var(--font-family);
    color: var(--main-body);
    font-size: var(--font-size--1_125rem);
}

.main-nav .btn {
    margin-left: 32px;
}

a {
    text-decoration: none;
    display: flex;
    color: var(--main-body);
    font-family: var(--font-family);
}

.hero__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 168px 385px;
    margin-bottom: 200px;
    border-radius: 24px;
    background: rgba(237, 233, 246, .25) url(../source/bg-vision-capital.png) no-repeat;
}

.hero__content .btn__wrapper {
    justify-content: center;
}

.hero__content p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: var(--font-size--1_5rem);
    line-height: 150%;
    text-align: center;
    color: var(--main-body);
    margin: 0 0 40px;
}

.hr-line {
    display: flex;
    justify-content: center;
}

.hr-line h3 {
    margin: 0 20px 0 20px;
}

hr {
    margin-bottom: 48px;
    color: #F4F5F4;
    border-style: solid;
}

.list__sponsors {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1180px;
    margin: auto;
}

.fundraising .container {
    padding-bottom: 200px;
}

.fundraising__content {
    padding: 200px 0;
    height: 648px;
    margin: auto;
}

.fundraising__content h2 {
    position: absolute;
    max-width: 370px;
}

.list__items-numbers {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-end;
}

.list__items-numbers p {
    font-family: var(--font-family);
    font-size: var(--font-size--1_125rem);
    line-height: 156%;
    color: var(--main-body);
}

.list__items-numbers li {
    border-radius: 8px;
    box-shadow: 0 14px 64px -4px rgba(35, 21, 91, 0.05), 0 8px 12px -6px rgba(35, 21, 91, 0.05);
    background: var(--main---white);
    width: 580px;
    padding: 24px;
    align-items: unset;
}

.list__items-numbers ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.item-number {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    color: var(--main-primary);
    margin-right: 12px;
}

.list__items ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: unset;
    margin: 40px 0;
    align-items: unset;
}

.list__items li {
    flex: 0 1 calc(50% - 10px);
    margin: unset;
    padding: unset;
    border-radius: 8px;
    box-shadow: 0 14px 64px -4px rgba(35, 21, 91, 0.05), 0 8px 12px -6px rgba(35, 21, 91, 0.05);
    background: var(--main---white);
}

.list__items li .list__item {
    display: flex;
    padding: 24px;
    width: 100%;
}

.list__items p {
    font-family: var(--font-family);
    font-size: var(--font-size--1_125rem);
    color: var(--main-body);
    line-height: 24px;
    margin-bottom: 4px;
}

.for_projects {
    border-radius: 250px 0 0 0;
    background: rgba(237, 233, 246, .25) no-repeat url(../source/bg-for-project.png);
}

.for_projects .container {
    max-width: 1180px;
    padding-top: 200px;
    padding-bottom: 200px;
}

.for_projects__content h5 {
    line-height: 156%;
}

.for_projects__content h2 {
    line-height: 123%;
    margin: 0 0 10px;
}

.for_projects__content .for_projects__content-description {
    font-family: var(--font-family);
    max-width: 616px;
    font-weight: 400;
    font-size: var(--font-size--1_125rem);
    line-height: 156%;
    color: var(--main-body);
}

.list__item-description {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: var(--font-size--0_875rem);
    color: var(--main---gray);
    line-height: 24px;
}

.list__item-checkmark {
    margin-right: 12px;
}

.for_investors {
    border-radius: 0 250px 0 0;
    background: rgba(237, 233, 246, .25) right no-repeat url(../source/bg-for-investors.png);
    background-position-y: top;
}

.for_investors h2 {
    max-width: 887px;
}

.for_investors .container {
    max-width: 1180px;
    padding-top: 200px;
    padding-bottom: 200px;
}

.about .container {
    max-width: 1920px;
    padding: 0 0 200px;
    display: flex;
    align-items: center;
}

.about__content {
    max-width: 579px;
    margin-left: 260px;
}

.about__content .logo {
    margin-bottom: 16px;

}

.about__content h2 {
    margin-bottom: 52px;
}

.about__content p {
    font-size: var(--font-size--1_5rem);
    line-height: 156%;
    color: var(--main-body);
    font-family: var(--font-family);
}

.about img {
    border-radius: 0 200px 200px 0;
}

.sponsors-footer {
    padding: 0 0 200px 0;
}

.main-footer .container {
    max-width: 1180px;
}

.main-footer {
    border-radius: 250px 0 0 0;
    background: var(--main-body) no-repeat url(../source/bg-footer.png);
    background-color: #23155B;
    background-blend-mode: overlay;
    padding: 176px 0;
}

.footer__cols {
    display: flex;
    justify-content: space-between;
}

.footer__head {
    margin-bottom: 64px;
}

.footer__col-head {
    max-width: 700px;
}

.footer__head h2 {
    font-family: var(--font-family);
    color: var(--main---white);
    line-height: 123%;
    letter-spacing: 0.02em;
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
}

.footer__head p {
    font-family: var(--font-family);
    color: var(--main---gray-light);
    font-size: var(--font-size--1_125rem);
    line-height: 156%;
}

.footer__form-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 40px 0;
}

.footer__form-field {
    flex: 0 1;
}

.footer__form-field label {
    font-family: var(--font-family);
    font-size: 0.875rem;
    line-height: 171%;
    color: var(--main---gray-light);
    margin-bottom: 4px;
}

.footer__form-field input {
    border: 2px solid #f4f5f4;
    border-radius: 8px;
    padding: 14px 12px;
    width: 340px;
    height: 48px;
}

.footer__form-btn .btn-primary {
    border: unset;
}

.footer__col-social h5 {
    font-family: var(--font-family);
    color: var(--main---gray-light);
    font-size: var(--font-size--0_875rem);
    text-decoration: underline;
}

.footer__col-social {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.social__icons {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: flex-end;
    margin-bottom: 24px;
}

.footer__contacts {
    display: flex;
    gap: 40px;
}

@media (max-width: 1420px) {
    .list__sponsors {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .hero__content {
        padding: 168px 0;
        margin-bottom: 100px;
    }

    .fundraising__content {
        padding: 100px 0;
    }

    .list__items-numbers li {
        width: 500px;
    }

    .for_projects {
        border-radius: 125px 0 0 0;
    }

    .for_projects .container {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .for_investors {
        border-radius: 125px 0 0 0;
    }

    .for_investors .container {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .about .container {
        justify-content: center;
        padding: 150px 0 150px;
    }

    .about__content {
        margin-left: 0;
    }

    .about img {
        max-width: 0;
    }

    .main-footer {
        padding: 100px 0 0 0;
        border-radius: 125px 0 0 0;
    }

    .footer__cols {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer__col-head {
        margin-bottom: 100px;
    }

    .footer__form-btn {
        display: flex;
        justify-content: center;
    }

    .footer__contacts {
        justify-content: flex-end;
    }

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

    .footer__col-social {
        margin-bottom: 20px;
    }
}

@media (max-width: 900px) {
    .fundraising__content h2 {
        position: unset;
        max-width: unset;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .list__items-numbers {
        justify-content: center;
    }

    .list__items-numbers li {
        width: 100%;
    }

    .list__items-numbers p {
        display: flex;
        align-items: center;
    }

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

    .for_investors-btn {
        display: flex;
        justify-content: center;
    }

    .for_projects {
        border-radius: unset;
    }

    .for_investors {
        border-radius: unset;
    }

    .about__content .logo {
        justify-content: center;
    }

    .about__content h2 {
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .footer__form-fields {
        justify-content: center;
    }

    .main-footer {
        border-radius: unset;
    }
}

@media (max-width: 600px) {
    .ham-menu {
        height: 50px;
        width: 40px;
        margin-left: auto;
        position: relative;
    }

    .ham-menu span {
        height: 5px;
        width: 100%;
        background-color: var(--main-primary);
        border-radius: 25px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: .3s ease;
    }

    .ham-menu span:nth-child(1) {
        top: 25%;
    }

    .ham-menu span:nth-child(3) {
        top: 75%;
    }

    .ham-menu.active span {
        background-color: var(--main-primary);
    }
    .ham-menu.active span:nth-child(1) {
        top: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
    }
    .ham-menu.active span:nth-child(2) {
        opacity: 0;
    }
    .ham-menu.active span:nth-child(3) {
        top: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .main-header .container {
        padding: unset;
    }

    .logo {
        margin-left: 20px;
    }

    .ham-menu {
        margin-right: 20px;
        z-index: 100;
    }

    .main-nav li {
        margin: unset;
    }

    .main-nav ul {
        gap: 20px;
        flex-direction: column;
    }

    .main-nav .btn {
        margin: unset;
    }

    .main-nav {
        transform: translateY(-110%);
        display: flex;
        align-items: center;
        justify-content: center;
        justify-items: center;
        width: 100%;
        background-color: var(--main---white);
        transition: .3s ease;
        position: absolute;
        overflow-y: hidden;
        min-height: 100svh;
    }

    .main-nav.active {
        transform: translateY(0);
        min-height: 100svh;
        /*position: fixed;*/
    }

    body.active{
        /*justify-content: flex-end;*/
        overflow: hidden;
    }

    .main-header__content nav.active {
        /*position: fixed;*/
        z-index: 100;
    }
    .fundraising .container {
        padding-bottom: 100px;
    }

    .fundraising__content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .fundraising__content h2 {
        display: unset;
    }

    .list__items-numbers ul {
        gap: 10px;
    }

    .list__items-numbers {
        justify-content: center;
    }

    .list__items-numbers li {
        width: 100%;
    }

    .for_projects .container {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .for_investors .container {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .about .container {
        padding: 0 0 50px 0;
    }

    .footer__col-head {
        margin-bottom: 64px;
    }

    .list__items ul {
        display: unset;
    }

    .list__items li {
        margin: 10px 0;
    }

    .about__content p {
        padding: 0 20px;
    }

    .sponsors-footer {
        padding: 0 0 100px 0;
    }

    .footer__head h2 {
        align-items: center;
    }

    .footer__head {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 390px) {
    .hero__content .btn__wrapper {
        flex-direction: column;
        align-items: center;
    }

    .hero__content {
        margin-bottom: 50px;
    }

    .for_projects .container {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .sponsors-footer {
        padding: unset;
    }

    hr {
        margin: unset;
    }

    .footer__contacts {
        gap: 30px;
    }
}

