* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
}

.container {
  width: 100%;
  max-width: 1510px;
  padding: 0 15px;
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
}

p {
  font-size: 20px;
  line-height: 30px;
  font-family: "proxima-nova", sans-serif;
}
p.blue {
  color: #3a86ff;
}
p.purple {
  color: #8338ec;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 767px) {
  p {
    font-size: 18px;
  }
}

.hero-heading {
  font-weight: 900;
  font-size: 60px;
  color: white;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hero-heading {
    font-size: 48px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 767px) {
  .hero-heading {
    font-size: 36px;
  }
}

.heading {
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 35px;
}
.heading.blue {
  color: #3a86ff;
}
.heading.purple {
  color: #8338ec;
}

.btn {
  padding: 20px 40px;
  border-radius: 15px;
  text-transform: uppercase;
}
.btn:link, .btn:visited, .btn:active {
  color: white;
  text-decoration: none;
}
.btn.purple {
  background-color: #8338ec;
}
.btn.purple:hover {
  background-color: #3a86ff;
  transition: all 0.2s ease-out;
}
.btn.blue {
  background-color: #3a86ff;
}
.btn.blue:hover {
  background-color: #8338ec;
  transition: all 0.2s ease-out;
}
.btn.blue.yellow:hover {
  background-color: #ffbe0b;
  color: #3a86ff;
}
.btn.big {
  padding: 20px 140px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn.big {
    padding: 16px 120px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 767px) {
  .btn.big {
    padding: 12px 100px;
  }
}
.btn.big.purple {
  background-color: #8338ec;
  border: 2px solid transparent;
}
.btn.big.purple:hover {
  background-color: transparent;
  border: 2px solid #8338ec;
}
.btn.big.blue {
  background-color: #3a86ff;
  border: 2px solid transparent;
}
.btn.big.blue:hover {
  background-color: transparent;
  border: 2px solid #3a86ff;
  color: #3a86ff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn {
    padding: 16px 36px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 767px) {
  .btn {
    padding: 12px 32px;
  }
}

.donate {
  text-align: center;
  background-color: #f6f6f6;
  padding: 40px 0;
  margin: 100px 0;
}
@media only screen and (min-width: 120px) and (max-width: 767px) {
  .donate {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .donate {
    margin-bottom: 50px;
  }
}
.donate p {
  text-align: center;
  padding-bottom: 40px;
}
.donate .cta {
  display: flex;
  flex: 0 0 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.home-hero {
  margin-top: -95px;
  background-image: url("../../img/hero-img.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 900px;
  width: 100%;
}

.home-hero-inner {
  height: 900px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .home-hero-inner {
    height: 700px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 767px) {
  .home-hero-inner {
    height: 500px;
  }
}

.home-hero-inner-content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.home-hero-inner-content a {
  font-size: 16px;
  width: fit-content;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .home-hero-inner-content {
    gap: 30px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 767px) {
  .home-hero-inner-content {
    gap: 20px;
    width: 100%;
    align-items: center;
    padding-top: 40px;
  }
}

.header {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  align-items: center;
}

.logo-header {
  font-weight: 900;
  font-size: 36px;
  text-transform: uppercase;
  color: white;
  flex: 0 0 35%;
  max-width: 35%;
}
.logo-header:link, .logo-header:visited, .logo-header:hover, .logo-header:active {
  text-decoration: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .logo-header {
    flex: 0 0 70%;
    max-width: 70%;
  }
}
@media only screen and (min-width: 120px) and (max-width: 767px) {
  .logo-header {
    flex: 0 0 70%;
    max-width: 70%;
  }
}
@media (max-width: 1100px) {
  .logo-header {
    flex: 0 0 70%;
    max-width: 70%;
  }
}

.main-nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 100px;
}
@media only screen and (min-width: 120px) and (max-width: 767px) {
  .main-nav-list {
    display: none;
  }
}
@media (max-width: 1100px) {
  .main-nav-list {
    position: absolute;
    top: -100%;
    left: 0;
    height: 500px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    background-color: #3a86ff;
    z-index: 1;
  }
}

.active {
  top: 0;
  transition: 0.5s ease;
}

.main-nav-link:link, .main-nav-link:visited {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
}
.main-nav-link:hover {
  opacity: 0.6;
  transition: all 0.3s ease-out;
}

.translator {
  display: flex;
  gap: 5px;
}
.translator span {
  display: block;
  height: 15px;
  width: 1px;
  background-color: white;
  transform: translatey(5px);
}
.translator .main-nav-link.active {
  font-weight: bold;
  text-decoration: underline;
}

.menu-toggle {
  display: none;
}
.menu-toggle span {
  display: block;
  width: 35px;
  height: 5px;
  background-color: white;
  margin: 6px 0;
  transition: 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .menu-toggle {
    display: block;
    z-index: 100;
  }
}
@media only screen and (min-width: 120px) and (max-width: 767px) {
  .menu-toggle {
    display: block;
  }
}
@media (max-width: 1100px) {
  .menu-toggle {
    display: block;
    z-index: 100;
  }
}

/* Styling the three lines to make it an X */
.menu-toggle.close .btn-line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 10px);
}

.menu-toggle.close .btn-line:nth-child(2) {
  opacity: 0;
}

.menu-toggle.close .btn-line:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -11px);
}

.text-image {
  padding-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .text-image {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 767px) {
  .text-image {
    padding-top: 50px;
  }
}

.text-image-inner {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  flex-wrap: wrap;
  gap: 2%;
}

.text-image-inner-col:nth-child(1) {
  flex: 0 0 60%;
  max-width: 60%;
  border: 2px solid #3a86ff;
  border-radius: 15px;
  padding: 38px 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .text-image-inner-col:nth-child(1) {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 767px) {
  .text-image-inner-col:nth-child(1) {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 25px;
    padding: 22px 40px;
  }
}
@media (max-width: 1100px) {
  .text-image-inner-col:nth-child(1) {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }
}

.text-image-inner-col:nth-child(2) {
  flex: 0 0 38%;
  max-width: 38%;
  background-image: url("../../img/text-image-first.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .text-image-inner-col:nth-child(2) {
    flex: 0 0 100%;
    max-width: 100%;
    height: 400px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 767px) {
  .text-image-inner-col:nth-child(2) {
    flex: 0 0 100%;
    max-width: 100%;
    height: 400px;
  }
}
@media (max-width: 1100px) {
  .text-image-inner-col:nth-child(2) {
    flex: 0 0 100%;
    max-width: 100%;
    height: 400px;
  }
}

.text-image.second {
  padding-top: 30px;
}
.text-image.second .text-image-inner-col:nth-child(1) {
  order: 2;
  border: 2px solid #8338ec;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .text-image.second .text-image-inner-col:nth-child(1) {
    order: 1;
  }
}
@media only screen and (min-width: 120px) and (max-width: 767px) {
  .text-image.second .text-image-inner-col:nth-child(1) {
    order: 1;
  }
}
@media (max-width: 1100px) {
  .text-image.second .text-image-inner-col:nth-child(1) {
    order: 1;
  }
}
.text-image.second .text-image-inner-col:nth-child(2) {
  background-image: url("../../img/text-image-second.png");
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .text-image.second .text-image-inner-col:nth-child(2) {
    order: 1;
  }
}
@media only screen and (min-width: 120px) and (max-width: 767px) {
  .text-image.second .text-image-inner-col:nth-child(2) {
    order: 1;
  }
}
@media (max-width: 1100px) {
  .text-image.second .text-image-inner-col:nth-child(2) {
    order: 1;
  }
}

.section-form {
  padding-top: 40px;
}

.form-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.form-inner h2 {
  padding: 0;
}
.form-inner p {
  text-align: center;
}

form {
  display: flex;
  flex: 0 0 100%;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2%;
}
form input {
  flex: 0 0 23%;
  width: 100%;
  border: 1px solid #8338ec;
  border-radius: 15px;
  height: 60px;
  padding: 0 30px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #8338ec;
}
form input::placeholder {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #8338ec;
  vertical-align: middle;
}
form input:focus {
  outline: none;
  border: 1px solid #8338ec;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  form input {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 767px) {
  form input {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}
form button {
  color: white;
  font-weight: 500;
  cursor: pointer;
}
form .input-wrapper {
  flex: 0 0 23%;
  width: 100%;
}
form .input-wrapper label {
  padding-left: 10px;
  color: red;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  form .input-wrapper {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 767px) {
  form .input-wrapper {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}
form .status-message {
  color: #8338ec;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.form .cta {
  display: flex;
  flex: 0 0 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}
.form .cta .btn {
  font-size: 16px;
  width: fit-content;
}
.form .cta .btn:hover {
  color: #8338ec;
}

.drag-drop {
  padding-top: 20px;
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  justify-content: center;
}

.drag-drop-inner {
  max-width: 650px;
  width: 100%;
  background: #fff;
  border-radius: 20px;
}

.drag-area {
  height: 230px;
  border: 2px solid #8338ec;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 10px auto;
  border-radius: 15px;
  background-color: #f6f6f6;
}
.drag-area h3 {
  margin-bottom: 20px;
  font-weight: 500;
}
.drag-area .drag-img {
  width: 128px;
  height: 101px;
}
.drag-area .icon {
  font-size: 50px;
  color: #1683ff;
}
.drag-area .header-drag {
  display: flex;
  font-size: 20px;
  font-weight: 500;
  color: #34495e;
  padding-top: 0;
}
.drag-area .header-drag p {
  color: #8338ec;
}
.drag-area .support {
  font-size: 12px;
  color: gray;
  margin: 10px 0 15px 0;
}
.drag-area .button {
  font-size: 20px;
  font-weight: 500;
  color: #1683ff;
  cursor: pointer;
}
.drag-area.active {
  border: 2px solid #8338ec;
}
.drag-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hidden-input {
  position: absolute;
  top: -100%;
  left: -100%;
}

.error {
  color: red;
}

.status-message {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.footer {
  padding-bottom: 60px;
}

.footer-inner {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
}
.footer-inner .logo-footer {
  flex: 0 0 20%;
  max-width: 20%;
}
.footer-inner p {
  font-size: 16px;
  flex: 0 0 60%;
  max-width: 60%;
  display: flex;
  justify-content: center;
}
.footer-inner .social-icons {
  display: flex;
  flex: 0 0 20%;
  max-width: 20%;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer-inner {
    flex-direction: column;
    gap: 15px;
  }
  .footer-inner .logo-footer {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-inner p {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 120px) and (max-width: 767px) {
  .footer-inner {
    flex-direction: column;
    gap: 15px;
  }
  .footer-inner .logo-footer {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-inner p {
    text-align: center;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.logo-footer {
  font-weight: 900;
  font-size: 28px;
  text-transform: uppercase;
  color: #8338ec;
}
.logo-footer:link, .logo-footer:visited, .logo-footer:hover, .logo-footer:active {
  text-decoration: none;
}

.social-icons a {
  text-decoration: none;
}
.social-icons img {
  height: 16px;
  fill: black;
  filter: invert(26%) sepia(52%) saturate(4652%) hue-rotate(256deg) brightness(93%) contrast(99%);
}

.error-hero {
  margin-top: -95px;
  background-image: url("/img/error-hero.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
}

.main-nav,
.translator,
.logo-header {
  z-index: 100;
}

.error-hero-inner {
  height: 900px;
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .error-hero-inner {
    height: 700px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 767px) {
  .error-hero-inner {
    height: 500px;
  }
}

.error-hero-inner-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.error-hero-inner-content a {
  width: fit-content;
}
.error-hero-inner-content a:link, .error-hero-inner-content a:visited, .error-hero-inner-content a:hover, .error-hero-inner-content a:active {
  color: white;
}
.error-hero-inner-content h2 {
  font-size: 40px;
  color: white;
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .error-hero-inner-content {
    gap: 30px;
  }
  .error-hero-inner-content h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 767px) {
  .error-hero-inner-content {
    gap: 20px;
    width: 100%;
    align-items: center;
    padding-top: 40px;
  }
  .error-hero-inner-content h2 {
    font-size: 18px;
  }
}

.error-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(-70px);
}
@media only screen and (min-width: 120px) and (max-width: 767px) {
  .error-footer {
    flex-direction: column;
    transform: translateY(-40px);
  }
}
.error-footer .logo-header {
  flex: 0 0 20%;
  max-width: 20%;
  font-size: 28px;
}
@media only screen and (min-width: 120px) and (max-width: 767px) {
  .error-footer .logo-header {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.error-footer p {
  font-size: 16px;
  color: white;
  display: flex;
  flex: 0 0 60%;
  max-width: 60%;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .error-footer p {
    flex: 0 0 70%;
    max-width: 70%;
  }
}
@media only screen and (min-width: 120px) and (max-width: 767px) {
  .error-footer p {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.error-footer .social-icons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex: 0 0 20%;
  max-width: 20%;
}
.error-footer .social-icons img {
  filter: invert(100%) sepia(7%) saturate(0%) hue-rotate(343deg) brightness(104%) contrast(103%);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .error-footer .social-icons {
    flex: 0 0 10%;
    max-width: 10%;
  }
}
@media only screen and (min-width: 120px) and (max-width: 767px) {
  .error-footer .social-icons {
    flex: 0 0 100%;
    max-width: 100%;
  }
}