p,
span,
h1,
h2,
h3,
h4 {
    color: #231f20;
}
.header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000000;
    background: #fff;
}
.header-wrapper {
    align-items: center;
    width: 100%;
    padding: 10px 10px 11px;
    display: flex;
    flex-direction: row;
    border-radius: 0 0 10px 10px;
    justify-content: space-between;
    background: linear-gradient(
        rgba(255, 255, 255, 0.2),
        rgba(196, 227, 255, 0.2)
    );
}
.header-wrapper .icon-btn {
    padding: 0;
}

.block-1 {
    margin-top: 57px;
}
.header .bird {
    position: absolute;
    top: 0;
    right: 10%;
    z-index: 1000002;
    transition: all 0.5s ease-in-out;
    opacity: 1;
}
.header .bird-hide {
    opacity: 0;
}
.block-header .line {
    position: absolute;
    top: 126px;
    /* right: 0;
    left: 0; */
    width: 100%;
    z-index: 1;
}

.container {
    display: flex;
    flex-direction: column;
    padding: 20px 10px 0px 10px;
    gap: 15px;
}
.a-text-center {
    text-align: center !important;
}
.unclickable {
    pointer-events: none;
}
.text-blue {
    color: #a2c7e9;
}
.text-rigth {
    text-align: right;
}
.m-10 {
    margin: 10px;
}
.mb-16 {
    margin-bottom: 16px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mv-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.mh-10 {
    margin-left: 10px;
    margin-right: 10px;
}
.mv-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.p-10 {
    padding: 10px;
}
.ph-10 {
    padding: 0 10px;
}
.pt-10 {
    padding-top: 10px;
}
.flex {
    display: flex;
}
.row {
    flex-direction: row;
}
.jc-between {
    justify-content: space-between;
}
.al-self-stretch {
    align-self: stretch;
}
.align-item-end {
    align-items: flex-end !important;
}
.jc-end {
    justify-content: flex-end;
}
.jc-evenly {
    justify-content: space-evenly;
}
.center {
    align-items: center;
    justify-content: center;
}
.gap-5 {
    gap: 5px;
}
.gap-10 {
    gap: 10px;
}
.gap-15 {
    gap: 15px;
}
.gap-20 {
    gap: 20px;
}
.bg-white {
    background: #fff !important;
}
.bg-green {
    background: #c3edcb !important;
}
.c-green {
    color: #c3edcb !important;
}
.bg-yellow {
    background: #ffecc7 !important;
}
.bg-pink {
    background: #ffdede !important;
}
.f-column {
    flex-direction: column;
}
.f-row-reverse {
    flex-direction: row-reverse;
}
.position-r {
    position: relative;
}
.z_index_6 {
    z-index: 6;
}

.block-header h1 {
    margin-top: 85px;
    gap: 10px;
}
.bc-blue-1 {
    border: 1px solid #a2c7e9;
}
.bc-blue-2 {
    border: 2px solid #a2c7e9;
}
.br-10 {
    border-radius: 10px;
}
.br-15 {
    border-radius: 15px;
}
.br-20 {
    border-radius: 20px;
}
.br-106 {
    border-radius: 106.34px;
}
h1 {
    font-family: Jost;
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0.05em;
    text-align: left;
    text-transform: uppercase;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #231f20;
}
.btn {
    font-family: Jost;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-align: left;
    text-transform: uppercase;
    text-underline-position: from-font;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 15px;
    gap: 10px;
    border-radius: 10px;
    background: #676ab0;
    color: #fff;
    text-decoration: none;
}
.btn-menu {
    width: 100%;
    padding: 13px 15px 13px 15px;
    gap: 10px;
    border-radius: 10px;
    background: #ffffff;
    color: #676ab0;
    text-transform: uppercase;
    font-family: Jost;
    font-size: 20px;
    font-weight: 700;
    line-height: 28.9px;
    letter-spacing: 0.02em;
    text-align: left;
    text-decoration: none;

    box-shadow: 0px 8px 16px 0px #00000014;
}

.block-video {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.preview {
    width: 303px;
    height: 157px;
    border-radius: 106.34px;
    position: relative;
    overflow: hidden;
}
.video-wrapper {
    /* position: relative; */
}
.preview-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4px;
    right: 0;
    background-image: url("../video-control/frame.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.controls-video {
    /* border: 1px solid red; */
    border-radius: 15px;
    background: #fff;
    padding: 10px 12px;
    box-shadow: 0px 0px 5px 0px #00000014;
}
.controls-video button {
    width: 30px;
    height: 30px;
}
.controls-video-wrapper {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    z-index: 100000;
    background: #33333340;
}
.preview-image-close {
    transition: all 0.5s ease-out;
    opacity: 0;
    display: none;
}
.block-video .title {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-orientation: mixed;
    font-family: Jost;
    font-size: 24.48px;
    font-weight: 700;
    line-height: 29.38px;
    max-height: 157px;
    text-align: center;
    text-underline-position: from-font;
}

.block-motivation {
    position: relative;
}
.block-motivation .bg {
    position: absolute;
    z-index: -1;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 100%;
}
.block-motivation p {
    font-family: PT Sans;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    max-width: 372px;
    text-underline-position: from-font;
}
.motivations {
    display: flex;
    flex-direction: row;
    margin-left: 19px;
}
.motivations :nth-child(n) {
    margin-left: -19px;
}
.motivations :nth-child(2n) {
    margin-top: 19px;
}
.motivations img {
    width: 80px;
    height: 80px;
    border-radius: 160px;
    border: 2px;
}

.block-purposes {
    display: grid;
    margin-top: -30px;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.block-purposes-h2 {
    font-family: Jost;
    font-size: 48px;
    font-weight: 700;
    line-height: 150px;
    letter-spacing: 0.05em;
    text-align: center;
}
.block-purposes-h2 span {
    color: #676ab0;
}
.block-purposes :nth-child(1) {
    grid-column: 1 / -1;
}
.grid-column-full {
    grid-column: 1 / -1;
}
.accatdion {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 8px 16px 0px #00000014;
}
.accatdion p {
    font-family: Jost;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
    color: #000;
}
.accatdion button,
.accatdion a,
.accatdion p {
    white-space: pre-line;
}
.accatdion .accatdion-title {
    line-height: 16px;
    color: #676ab0;
}
.accatdion .close {
    transition: all 0.5s ease-out;
    transform: rotateX(0deg);
}
.accatdion .open {
    transition: all 0.5s ease-out;
    transform: rotateX(180deg);
}

.block-download {
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 5px 0px #00000014;
}
.block-download p {
    font-family: Jost;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}
.block-download .images {
    margin-top: -40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.block-download .box-text-2 {
    margin-top: -45px;
}
.block-download .box-text-2,
.box-text {
    position: relative;
    z-index: 1000;
}
.block-download .images :nth-child(1) {
    margin-right: 35px;
}
.block-download .line {
    position: absolute;
    z-index: -1;
    top: -40px;
    width: 100%;

    height: 285px;
    object-fit: fill;
}
.block-download .btn {
    font-size: 20px;
    font-weight: 500;
    line-height: 28.95px;
    text-align: left;
    text-transform: none;
    background: #ba90ff;
    padding: 10px 10px;
}

.block-out-team {
    position: relative;
}

.block-out-team .accatdion h4 {
    font-family: Jost;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
}
.accatdion .description {
    font-family: Jost;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
}
.block-out-team .out-team-description {
    //stylename: Main text;
    font-family: PT Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 25.9px;
    text-align: left;
}
.block-out-team .out-team-title {
    font-family: Jost;
    font-size: 20.4px;
    font-weight: 600;
    line-height: 23.46px;
    text-align: left;
    color: #676ab0;
}

.block-out-team .bg {
    position: absolute;
    z-index: -1;
    top: 0px;
    width: 100%;
    object-fit: contain;
}
.block-out-team .bird {
    padding: 0px 10px;
    margin-top: -30px;
}
.block-out-team h4 {
    font-family: Jost;
    font-size: 48px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: 0.05em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.block-out-team .title {
    position: absolute;
}

.share-card {
    position: relative;
    padding: 10px;
    gap: 5px;
    border-radius: 10px;
    background: #daeaff;
}
.share-card h3 {
    font-family: Jost;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.05em;
    text-align: left;
    text-transform: uppercase;
}
.share-card p {
    font-family: Jost;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.03em;
    text-align: left;
    text-transform: uppercase;
}
.share-card .bird {
    position: absolute;
    top: 45px;
    right: 10px;
}
.share-card .btn {
    max-width: calc(100vw - 40px);
}
.share-card .btn span {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #ffffff;
    text-transform: lowercase;
}
.block-end-menu {
    background: linear-gradient(0deg, #ffffff, #f3f9ff);
    border-radius: 20px 20px 0 0;
}
.block-end-menu .accatdion .btn {
    align-self: stretch;
    line-height: 28.9px;
    text-align: center;
}

footer p {
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
    text-align: center;
}
footer .email {
    font-family: Jost;
    font-size: 16px;
    font-weight: 500;
    line-height: 23.12px;
    text-align: left;
    color: #676ab0;
    text-decoration: none;
    margin-bottom: 3px;
}
footer .site {
    width: 50px;
    height: 50px;
    padding: 10px;
    gap: 4px;
    border-radius: 100px;
    box-shadow: 0px 3px 3px 0px #00000014;
}

.dialog-menu {
    border: 0;
    width: 100vw;
    height: 100vh;
    padding: 0;
    z-index: 2147483647;
    background: transparent;
}
.dialog-menu-wrapper {
    margin: 0 10px;
    border: 0;
    width: calc(100% - 20px);
    padding: 10px;
    gap: 15px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0px 8px 16px 0px #00000014;
}

.fundraising h1 {
    font-family: Jost;
    font-size: 20.4px;
    font-weight: 600;
    line-height: 23.46px;
    text-align: left;
    letter-spacing: 0em;
    text-transform: none;
}
.fundraising p {
    font-family: PT Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 19.8px;
}
.fundraising hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #c4c4c4;
    padding: 0;
}
.fundraising .description {
    max-height: 120px;
    overflow: hidden;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
}
.fundraising .btn {
    font-family: Jost;
    font-weight: 500;
    line-height: 28.95px;
    background: #ba90ff;
    text-transform: none;
}
.max-h-240 {
    max-height: 240px;
}
.fundraising .image {
    width: 100%;
    object-fit: cover;
}
.fundraising .preview-video {
    width: 100%;
    overflow: hidden;
}
.fundraising .preview-video .video-wrapper video {
    max-height: 240px;
    width: 100%;
    object-fit: cover;
}

.container-toast {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
}
.toast {
    margin: 10px;
    display: flex;
    flex-direction: column;
    background: #676ab0;
    border-radius: 10px;
    padding: 10px 14px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    transition: all 0.5s ease-in-out;
    transform: translateY(0);
    opacity: 1;
}
.toast .title {
    color: #ffffff;
    font-family: Jost;
    font-size: 18px;
    font-weight: 600;
    line-height: 19.8px;
}
.toast .description {
    color: #ffffff;
    font-family: Jost;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.8px;
}
.unshow-toast {
    transform: translateY(-120%);
    opacity: 0;
}

@media (min-height: 900px) {
    .fundraising .description {
        max-height: 370px;
    }
}
@media (max-width: 375px) {
    .block-download p {
        font-size: 30px;
    }
}

html {
    scroll-behavior: smooth;
}
