p,
span,
h1,
h2,
h3,
h4 {
  color: #231f20;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  background: #fff;
}

.header-wrapper {
  align-items: center;
  width: 100%;
  padding: 10px 10px 11px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.header-wrapper .icon-btn {
  padding: 0;
}

.desktop-menu {
  display: none;
}

.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;
  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;
}

.preview-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  right: 0;
  border-radius: 110px;
  background: url('../video-control/video-background.png') no-repeat center center / cover;

  @media (min-width: 768px) {
    border-radius: 30px;
  }
}

.controls-video {
  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;
}

.accordion {
  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;
}

.accordion p {
  font-size: 20px;
  font-weight: 600;
  color: rgba(103, 106, 176, 1);
}
.accordion button,
.accordion a,
.accordion p {
  white-space: pre-line;
}

.accordion .accordion-title {
  line-height: 16px;
  color: #676ab0;
}

.accordion > img {
  margin: 0 auto !important;
}

.accordion .close {
  transition: all 0.5s ease-out;
  transform: rotateX(0deg);
}
.accordion .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;
}

.accordion .description {
  font-family: Jost;
  font-size: 20px;
  color: #231f20;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.block-out-team .out-team-description {
  font-family: PT Sans;
  font-size: 20px;
  font-weight: 400;
  line-height: 25.9px;
  text-align: left;
}

.block-end-menu {
  background: linear-gradient(0deg, #ffffff, #f3f9ff);
  border-radius: 20px 20px 0 0;
}

.block-end-menu .accordion .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: 15;
  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;
}

.video-wrapper {
  position: relative;
}

.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;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .container {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px 20px;
  }

  .header-wrapper {
    margin: 0 auto;
  }

  h1 {
    font-size: 48px;
    line-height: 56px;
  }

  .block-header h1 {
    margin-top: 100px;
    text-align: center;
  }

  .block-video {
    flex-direction: column;
    gap: 40px;
    padding: 60px 20px;
    text-align: center;
  }

  .block-video .title {
    writing-mode: horizontal-tb;
    transform: none;
    text-orientation: initial;
    font-size: 36px;
    line-height: 44px;
  }

  .block-purposes {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 60px 20px;
  }

  .block-out-team .flex.f-column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
  }

  .header-wrapper {
    margin: 0 auto;
    padding: 20px 20px 21px;
    justify-content: space-between;
    position: relative;
  }

  .desktop-menu {
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .desktop-menu-item {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    padding: 14px 20px;
    border-radius: 10px;
    box-shadow:
      0px 8px 16px 0px rgba(0, 0, 0, 0.08),
      0px 0px 4px 0px rgba(0, 0, 0, 0.04);
    color: rgba(103, 106, 176, 1);
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .mobile-menu-btn {
    display: none;
  }

  .header .bird {
    right: 5%;
  }

  h1 {
    font-size: 64px;
    line-height: 72px;
  }

  .block-header {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .block-header h1 {
    margin-top: 0;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
  }

  .block-header .line {
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    max-height: 400px;
  }

  .block-header .container {
    position: relative;
    z-index: 10;
  }

  .block-video {
    flex-direction: row;
    align-items: center;
    gap: 80px;
    padding: 100px 20px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .block-video .preview {
    width: 500px;
    height: 280px;
    flex-shrink: 0;
    border-radius: 20px;
  }

  .block-video .title {
    writing-mode: horizontal-tb;
    transform: none;
    text-orientation: initial;
    font-size: 48px;
    line-height: 56px;
    max-height: none;
    text-align: left;
    flex: 1;
  }

  .block-motivation {
    padding: 80px 20px;
    text-align: center;
  }

  .block-motivation p {
    font-size: 32px;
    line-height: 40px;
    max-width: 800px;
    margin: 0 auto 40px;
  }

  .motivations {
    justify-content: center;
    gap: 20px;
    margin-left: 0;
  }

  .motivations :nth-child(n) {
    margin-left: 0;
  }

  .motivations :nth-child(2n) {
    margin-top: 0;
  }

  .motivations img {
    width: 120px;
    height: 120px;
  }

  .block-download {
    margin: 80px 20px;
    padding: 60px 40px;
  }

  .block-download p {
    font-size: 48px;
    line-height: 56px;
  }

  .block-download .images {
    margin-top: -60px;
  }

  .block-download .images img:first-child {
    width: 300px;
    height: auto;
  }

  .block-download .line {
    height: 400px;
    top: -60px;
  }

  .block-out-team {
    padding: 100px 20px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .block-out-team .flex.f-column {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }

  .block-out-team h4 {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 20px;
  }

  .block-out-team .accordion {
    min-height: 300px;
    padding: 30px 20px;
    transition:
      transform 0.3s ease,
      box-shadow 0.3s ease;
  }

  .block-out-team .accordion:hover {
    transform: translateY(-5px);
    box-shadow: 0px 12px 24px 0px #00000020;
  }

  .block-out-team .accordion img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-bottom: 20px;
  }

  .block-out-team .out-team-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
  }

  .block-out-team .out-team-description {
    font-size: 16px;
    line-height: 22px;
  }

  .share-card {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px;
  }

  .share-card h3 {
    font-size: 48px;
    line-height: 56px;
  }

  .share-card p {
    font-size: 32px;
    line-height: 40px;
  }

  .block-end-menu {
    padding: 60px 40px;
  }

  .block-end-menu .flex.f-column {
    max-width: 600px;
    margin: 0 auto;
  }

  .btn {
    font-size: 24px;
    padding: 20px 30px;
  }

  .btn-menu {
    font-size: 24px;
    padding: 20px 30px;
  }

  /* Additional desktop improvements */
  .block-motivation .btn {
    max-width: 400px;
    margin: 0 auto;
  }

  .block-download .btn {
    font-size: 18px;
    padding: 15px 25px;
    min-width: 200px;
  }

  .share-card .btn {
    font-size: 20px;
    padding: 15px 25px;
    max-width: 500px;
    margin: 0 auto;
  }

  .block-end-menu .btn {
    font-size: 20px;
    padding: 15px 25px;
  }

  /* Smooth scrolling for desktop */
  html {
    scroll-behavior: smooth;
  }

  /* Better spacing for desktop */
  .mv-40 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .mb-40 {
    margin-bottom: 80px;
  }

  .container {
    padding: 60px 20px;
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 1600px;
    padding: 80px 40px;
  }

  .header-wrapper {
    padding: 25px 46px;
  }

  h1 {
    font-size: 80px;
    line-height: 88px;
  }

  .block-header h1 {
    margin-top: 150px;
  }

  .block-video {
    padding: 120px 40px;
    gap: 100px;
  }

  .block-video .preview {
    width: 600px;
    height: 340px;
  }

  .block-video .title {
    font-size: 56px;
    line-height: 64px;
  }

  .block-motivation p {
    font-size: 40px;
    line-height: 48px;
    max-width: 1000px;
  }

  .motivations img {
    width: 150px;
    height: 150px;
  }

  .block-purposes {
    padding: 100px 40px;
    gap: 50px;
  }

  .block-purposes-h2 {
    font-size: 88px;
    line-height: 140px;
    margin-bottom: 100px;
  }

  .block-download {
    margin: 100px 40px;
    padding: 80px 60px;
  }

  .block-download p {
    font-size: 56px;
    line-height: 64px;
  }

  .block-out-team {
    padding: 120px 40px;
  }

  .block-out-team h4 {
    font-size: 56px;
    line-height: 64px;
  }

  .share-card {
    max-width: 1000px;
    padding: 60px;
  }

  .share-card h3 {
    font-size: 56px;
    line-height: 64px;
  }

  .share-card p {
    font-size: 40px;
    line-height: 48px;
  }

  .btn {
    font-size: 28px;
    padding: 25px 40px;
  }

  .btn-menu {
    font-size: 28px;
    padding: 25px 40px;
  }
}

.block-banner {
  position: relative;
}

.banner-content {
  display: flex;
  align-items: flex-start;
  padding-inline: 46px;
}

.banner-left {
  flex: 1;
  position: relative;
  z-index: 2;
}

.banner-left-vector {
  position: absolute;
  top: 0;
  left: 0;
}

.banner-right-vector {
  position: absolute;
  top: 350px;
  right: -15px;
}
.banner-text {
  position: relative;
  z-index: 3;
}

.banner-title {
  font-size: 76px;
  font-weight: 700;
  line-height: 1.4;
  color: #231f20;
  margin-bottom: 22px;
  letter-spacing: -0.02em;
}

.banner-subtitle {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 40px;
  max-width: 419px;
}

.banner-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 23px 35px;
  background: rgba(103, 106, 176, 1);
  border-radius: 10px;
  transition: all 0.3s;

  & > span {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
  }
}

.banner-button:hover {
  transform: translateY(-2px);
}

.video-title {
  font-size: 24px;
  font-weight: 600;
  color: #231f20;
  margin-bottom: 12px;
}

.video-container {
  position: relative;
  width: 904px;
  height: 521px;
}

.banner-video {
  width: 100%;
  height: 100%;
}

.banner-bird {
  position: absolute;
  bottom: -60px;
  right: 15px;
  z-index: 10;
}

@media (max-width: 768px) {
  .banner-content {
    flex-direction: column;
    padding: 20px 10px;
    gap: 30px;
    min-height: auto;
  }

  .banner-title {
    font-size: 32px;
    text-align: center;
  }

  .banner-subtitle {
    text-align: center;
    max-width: none;
  }

  .banner-button {
    width: 100%;
    justify-content: center;
  }

  .hand-icons {
    display: none;
  }

  .wave-svg {
    height: 100px;
  }

  .video-title {
    font-size: 20px;
  }

  .banner-video {
    height: 200px;
  }

  .banner-bird {
    bottom: 10px;
    right: 10px;
  }
}

@media (max-width: 480px) {
  .banner-title {
    font-size: 28px;
  }

  .banner-subtitle {
    font-size: 16px;
  }

  .banner-button {
    font-size: 14px;
    padding: 12px 20px;
  }
}
