body {
  background: rgb(5, 19, 26);
  color: #fff;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Prompt", sans-serif;
}

p,
ul,
button,
a {
  font-family: "Montserrat", sans-serif;
}

/* Atoms */

h1 {
  color: #fff;
  font-family: Prompt;
  font-size: 80px;
  font-style: normal;
  font-weight: 800;
  margin: 0;
  line-height: 1.2;

  @media (max-width: 1200px) {
    font-size: 60px;
  }
  @media (max-width: 768px) {
    font-size: 50px;
  }
  @media (max-width: 600px) {
    font-size: 40px;
  }
}
h2 {
  color: #fff;
  font-family: Prompt;
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  margin: 0;

  @media (max-width: 1200px) {
    font-size: 50px;
  }
  @media (max-width: 768px) {
    font-size: 40px;
  }
  @media (max-width: 600px) {
    font-size: 30px;
  }
}
h3 {
  color: #fff;
  font-family: Prompt;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  margin: 0;

  @media (max-width: 1200px) {
    font-size: 35px;
  }
  @media (max-width: 768px) {
    font-size: 30px;
  }
  @media (max-width: 600px) {
    font-size: 20px;
  }
}
h4 {
  color: #fff;
  font-family: Prompt;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  margin: 0;

  @media (max-width: 1200px) {
    font-size: 30px;
  }
  @media (max-width: 768px) {
    font-size: 25px;
  }
  @media (max-width: 600px) {
    font-size: 20px;
  }
}
h5 {
  color: #fff;
  font-family: Prompt;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  margin: 0;

  @media (max-width: 1200px) {
    font-size: 20px;
  }
  @media (max-width: 768px) {
    font-size: 18px;
  }
  @media (max-width: 600px) {
    font-size: 16px;
  }
}
p {
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  margin: 0;

  @media (max-width: 1200px) {
    font-size: 18px;
  }
  @media (max-width: 768px) {
    font-size: 16px;
  }
  @media (max-width: 600px) {
    font-size: 16px;
  }
}

.smaller-paragraph {
  font-size: 18px;
  @media (max-width: 1200px) {
    font-size: 18px;
  }
  @media (max-width: 768px) {
    font-size: 16px;
  }
  @media (max-width: 600px) {
    font-size: 16px;
  }
}

.button,
.button:visited,
.button:active,
.button:focus {
  text-decoration: none;
  border-radius: 4px;
  background: #95c556;
  box-shadow: 4px 12px 20px 2px rgba(104, 144, 50, 0.14);
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  outline: none;
  border: none;
  padding: 20px 30px;
  cursor: pointer;
  @media (max-width: 1200px) {
    font-size: 18px;
  }
  @media (max-width: 768px) {
    font-size: 16px;
    padding: 15px 20px;
  }
  @media (max-width: 600px) {
    font-size: 14px;
  }
}

.button:hover {
  color: #000;
}

.button-link,
.button-link:visited,
.button-link:active,
.button-link:focus {
  padding: 10px 20px !important;
  font-size: 18px;
  @media (max-width: 1200px) {
    font-size: 17px;
  }
  @media (max-width: 768px) {
    font-size: 15px;
  }
  @media (max-width: 600px) {
    font-size: 14px;
  }
}

/* Navigation Style */

.navbar {
  background: #05131a !important;
  width: 100%;
  position: fixed;
  z-index: 10;
}
.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
  padding: 10px 50px;

  @media (max-width: 768px) {
    padding: 10px 20px;
  }
}

.navbar-brand img {
  width: 100px;
}

.wrapper {
  max-width: 1300px;
  width: 100%;
  padding: 50px;
  margin: 0 auto;

  @media (max-width: 768px) {
    padding: 20px;
  }
}

/* Section Hero */

.hero {
  height: 100vh;
  display: flex;
  align-items: center;
  background-image: url(/assets/images/hero-background.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;

  @media (max-width: 786px) {
    background-position: 50%;
  }
}

.hero-container {
  max-width: 900px;
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 20px;
}

/* Section About */

.about {
  display: flex;
  align-items: center;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}

.about-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;

  @media (max-width: 768px) {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
}

.about-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 600px;
  @media (max-width: 768px) {
    max-width: 100%;
  }
}
.about-image-wrapper {
  max-width: 460px;
  max-height: 338px;
  @media (max-width: 768px) {
    width: 70%;
  }
}

.about-image {
  width: 100%;
}

/* Section Organization */

.organizations {
  display: flex;
  flex-direction: column;
}
.organizations-container {
  display: flex;
  flex-direction: column;
}
.organizations-content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.organizations-heading-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Section Contact */

.contact {
  display: flex;
  flex-direction: column;
}
.contact-container {
  display: flex;
  flex-direction: column;
}
.contact-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-info {
  max-width: 800px;
  display: flex;
  gap: 20px;
  justify-content: space-between;

  @media (max-width: 768px) {
    max-width: 100%;
  }
  @media (max-width: 500px) {
    flex-direction: column;
  }
}
.contact-address {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contact-phone {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contact-phone-wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
}
.contact-phone-image {
  width: 30px;
  @media (max-width: 768px) {
    width: 25px;
  }
}

/* Footer */

.footer {
  border-top: 1px solid #0f242e;
}
.footer-container {
  display: flex;
  flex-direction: column;
}
.footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-numbers {
  display: flex;
  gap: 10px;
}

/* Other */

.main-background {
  background-image: url(/assets/images/main-background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;

  @media (max-width: 786px) {
    background-size: cover;
  }
}

.text-gray {
  color: rgb(93, 109, 117);
}

.text-teal {
  color: #0c1e27;
}
.text-green {
  color: #95c555;
}

.title-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.line-img {
  width: 20px;
}

.small {
  font-size: 16px;
  font-weight: 600;

  @media (max-width: 1200px) {
    font-size: 15px;
  }
  @media (max-width: 768px) {
    font-size: 14px;
  }
  @media (max-width: 600px) {
    font-size: 13px;
  }
}
.cards-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: stretch;
  justify-content: center;
}
.card {
  background: #0c1e27;
  padding: 40px;
  max-width: 580px;
  display: flex;
  gap: 30px;
  flex-direction: column;

  @media (max-width: 768px) {
    width: 100%;
    padding: 20px;
  }
}
.card-heading {
  display: flex;
  align-items: center;
}
.card-tag {
  background-color: #475bc5;
  clip-path: polygon(0 0, 85% 0%, 100% 100%, 0 95%);
  padding: 10px 20px;
}
.card-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding: 0;
  padding-left: 20px;
  gap: 10px;
}

.card-list-2x2 {
  grid-template-columns: repeat(2, 1fr);
}
.card-item {
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  margin: 0;

  @media (max-width: 1200px) {
    font-size: 18px;
  }
  @media (max-width: 768px) {
    font-size: 16px;
    margin-right: 30px;
  }
  @media (max-width: 600px) {
    font-size: 14px;
  }
}

.card-link {
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  margin: 0;
  text-decoration: underline;
  text-underline-offset: 2px;

  @media (max-width: 1200px) {
    font-size: 18px;
  }
  @media (max-width: 768px) {
    font-size: 16px;
    margin-right: 30px;
  }
  @media (max-width: 600px) {
    font-size: 14px;
  }
}

.link {
  text-decoration: none;
}
.bg-red {
  background-color: #cd3f3f;
}
.bg-teal {
  background-color: #00303b;
}
.bg-brown {
  background-color: #c67a33;
}
.bg-blue {
  background-color: #475bc5;
}
.bg-green {
  background-color: #95c556;
}
.bg-yellow {
  background-color: #c9bf03;
}
.bg-white {
  background-color: #fff;
}
.main-wrapper {
  position: relative;
}

.back-to-top {
  height: 50px;
  width: 50px;
  background-color: #95c556;
  position: fixed;
  left: calc(100% - 50px);
  transform: translate(-50%, -50%);
  bottom: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  font-family: sans-serif;
  text-decoration: none;
  border-radius: 50%;
  color: #000;
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  transition: all 250ms ease;

  @media (max-width: 800px) {
    display: none;
  }
}
.show {
  display: flex;
  visibility: visible;
  @media (max-width: 800px) {
    display: none;
    visibility: hidden;
  }
}
