/* Default */
* {
  transition: all 0.5s linear;
}

html,
body {
  scroll-behavior: smooth;
}

.container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1560px) {
  .container-xxl {
    width: 1560px;
  }
}

/* Fonts */
@font-face {
  font-family: "inter-fonts-bold";
  src: url(../fonts/inter-Bold.ttf);
}

@font-face {
  font-family: "euclid-fonts";
  src: url(../fonts/euclid-Circular-A-Medium.woff);
}

.inter-fonts-bold {
  font-family: "inter-fonts-bold";
}

.euclid-fonts {
  font-family: "euclid-fonts";
}

.times-new-roman-fonts {
  font-family: "Times New Roman", Times, serif;
}

/* Header */
header {
  background: #ffffff;
  padding: 1rem 0;
}

.main-logo-text {
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 0.15em;
}

.header-btn {
  background: #000000;
  border-radius: 87px;
  padding: 8px 16px;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}

.header-btn:hover {
  color: #ffffff;
  text-decoration: none;
}

/* Home Section */
section.home {
  background: #fdfef5;
  padding: 3rem 0;
}

@media (min-width: 992px) {
  section.home .row {
    height: calc(100vh - 59px);
  }
}

.home-title {
  font-weight: bold;
  font-size: 78px;
  line-height: 90px;
  color: #000000;
}

.home-text {
  font-size: 22px;
  line-height: 27px;
  color: #818287;
}

.home-btns a {
  padding: 18px 40px;
  border: 4px solid #000000;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.17em;
}

.home-btns .solid-btn {
  color: #ffffff;
  background: #000000;
}

.home-btns .outline-btn {
  background: #ffffff;
  color: #000000;
}

.home-btns a:hover {
  text-decoration: none;
}

.home-btns .solid-btn:hover {
  background: #ffffff;
  color: #000000;
}

.home-btns .outline-btn:hover {
  background: #000000;
  color: #ffffff;
}

.video-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 560px;
  position: relative;
}

.video-wrapper .video {
  display: block;
  width: 620px;
  height: auto;
  z-index: 2;
}

.video-wrapper::before {
  content: "";
  width: 64px;
  height: 100%;
  border-left: 17px solid #6f74ff;
  border-right: 17px solid #6f74ff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.video-wrapper .before {
  width: 220px;
  height: 200px;
  background: #ec6e6e;
  position: absolute;
  top: 5%;
  left: 5%;
}

.video-wrapper .after {
  width: 250px;
  height: 230px;
  background: #ece76e;
  position: absolute;
  bottom: 5%;
  right: 5%;
}

@media (max-width: 1440px) and (min-width: 1361px) {
  .home-title {
    font-size: 60px;
    line-height: 72px;
  }

  .video-wrapper .video {
    width: 500px;
  }

  .video-wrapper .before {
    top: 8%;
    left: 8%;
  }

  .video-wrapper .after {
    bottom: 8%;
    right: 8%;
  }
}

@media (max-width: 1360.98px) {
  .home-title {
    font-size: 52px;
    line-height: 64px;
  }

  .home-text {
    font-size: 20px;
    line-height: 25px;
  }

  .home-btns a {
    padding: 12px 28px;
    font-size: 15px;
  }

  .video-wrapper .video {
    width: 480px;
  }

  .video-wrapper .before {
    width: 195px;
    height: 180px;
    top: 7%;
    left: 7%;
  }

  .video-wrapper .after {
    width: 210px;
    height: 195px;
    bottom: 7%;
    right: 7%;
  }

  .video-wrapper {
    height: 525px;
  }
}

@media (max-width: 991.98px) {
  .video-wrapper .before {
    top: 15%;
    left: 15%;
  }

  .video-wrapper .after {
    bottom: 15%;
    right: 15%;
  }
}

@media (max-width: 767.98px) {
  .home-title {
    font-size: 44px;
    line-height: 60px;
  }

  .home-text {
    font-size: 18px;
    line-height: 24px;
  }

  .video-wrapper .before {
    top: 10%;
    left: 10%;
  }

  .video-wrapper .after {
    bottom: 10%;
    right: 10%;
  }
}

@media (max-width: 630px) {
  .home-title {
    font-size: 35px;
    line-height: 42px;
  }

  .home-text {
    font-size: 16px;
    line-height: 21px;
  }

  .home-btns a {
    padding: 8px 20px;
    font-size: 14px;
  }

  .video-wrapper .before {
    top: 5%;
    left: 0;
  }

  .video-wrapper .after {
    bottom: 5%;
    right: 0;
  }

  .video-wrapper {
    height: 500px;
  }
}

@media (max-width: 575.98px) {
  .video-wrapper .before {
    width: 150px;
    height: 150px;
  }

  .video-wrapper .after {
    width: 160px;
    height: 160px;
  }

  .video-wrapper {
    height: 400px;
  }
}

@media (max-width: 470px) {
  .video-wrapper .before,
  .video-wrapper .after {
    display: none;
  }

  .video-wrapper .video {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .video-wrapper {
    height: 300px;
  }
}

@media (max-width: 335px) {
  .home-btns a {
    font-size: 13px;
  }
}

/* Mission Section */
section.mission {
  background: #fdfef5 url(../images/mission-sec-bg.png) no-repeat bottom right;
  background-size: contain;
  padding: 4rem 0;
}

@media (min-width: 992px) {
  section.mission .row {
    height: calc(100vh - 117px);
  }
}

.mission-title {
  font-weight: bold;
  font-size: 48px;
  line-height: 77px;
  letter-spacing: 0.17em;
  color: #000000;
}

.mission-text {
  font-size: 16px;
  line-height: 32px;
  color: #393b42;
}

@media (min-width: 992px) {
  .mission-text {
    max-width: 575px;
  }
}

.donation-states {
  width: 400px;
  background: #ffffff;
  box-shadow: 0px 18px 202px rgba(33, 54, 106, 0.15);
  border-radius: 20px;
  padding: 1rem;
}

.donation-states a {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  padding: 8px 16px;
  background: #ec6e6e;
  border-radius: 87px;
}

.donation-states a:hover {
  text-decoration: none;
}

.set-size {
  font-size: 10em;
}

.charts-container:after {
  clear: both;
  content: "";
  display: table;
}

.pie-wrapper {
  height: 1em;
  width: 1em;
  position: relative;
  margin: auto;
}

.pie-wrapper .pie {
  height: 100%;
  width: 100%;
  clip: rect(0, 1em, 1em, 0.5em);
  left: 0;
  position: absolute;
  top: 0;
}

.pie-wrapper .pie .half-circle {
  height: 100%;
  width: 100%;
  border: 0.07em solid #3498db;
  border-radius: 50%;
  clip: rect(0, 0.5em, 1em, 0);
  left: 0;
  position: absolute;
  top: 0;
}

.pie-wrapper .label {
  background: transparent;
  border-radius: 50%;
  bottom: 0.4em;
  color: #ec6e6e;
  cursor: default;
  display: block;
  font-size: 0.15em;
  left: 0.4em;
  line-height: 2.6em;
  position: absolute;
  right: 0.4em;
  text-align: center;
  top: 45%;
  transform: translateY(-45%);
}

.pie-wrapper .shadow {
  height: 100%;
  width: 100%;
  border: 0.07em solid #cadae6;
  border-radius: 50%;
}

.pie-wrapper.style-2 .label .smaller {
  color: #000;
  font-size: 0.4em;
  display: block;
  text-transform: uppercase;
  line-height: 0px;
  font-weight: bold;
  letter-spacing: 0.36em;
  color: #000000;
}

.pie-wrapper.progress-h .pie .right-side {
  display: none;
}

.pie-wrapper.progress-h .pie .half-circle {
  border-color: #ec6e6e;
}

.pie-wrapper.progress-h .pie .left-side {
  transform: rotate(162deg);
}

.donation-table td {
  padding-left: 1.5rem;
  color: #77738d;
  font-size: 20px;
  line-height: 28px;
}

.donation-table th {
  padding-right: 1.5rem;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  text-align: right;
}

.donation-table th small {
  color: #a1aeb8;
}

@media (max-width: 991.98px) {
  .mission-title {
    font-size: 40px;
    line-height: 70px;
  }
}

@media (max-width: 767.98px) {
  .mission-title {
    font-size: 35px;
    line-height: 55px;
  }

  .mission-text {
    font-size: 14px;
    line-height: 28px;
  }

  .donation-table td {
    padding-left: 1rem;
    font-size: 16px;
    line-height: 20px;
  }

  .donation-table th {
    padding-right: 1rem;
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 425px) {
  .donation-states {
    width: 100%;
  }
}

/* Footer */
footer {
  background: #0d0c13;
  padding: 0.5rem 0;
}

.copyright-text {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #cec5c5;
}

@media (max-width: 767.98px) {
  footer img.footer-logo {
    display: block;
    margin: auto;
  }
}
