body,
html {
  overflow-x: hidden;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Bebas Neue";
  font-weight: 400;
  font-style: normal;
  color: #141a20;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.header {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.header__logo {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.header__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.header__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 2;
}
.header__title {
  font-family: "Bebas Neue";
  font-size: 3.3rem;
  letter-spacing: 0.09em;
  margin-bottom: 0;
  margin-top: 14.5rem;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .header__title {
    font-size: 2rem;
    margin-top: 10rem;
  }
}
.header__subtitle {
  font-family: "Open Sans";
  font-size: 1rem;
  font-weight: 400;
  padding-top: 0rem;
}
@media (max-width: 599px) {
  .header__subtitle {
    font-size: 0.8rem;
  }
}
.header__scrolldown {
  font-family: "Open Sans";
  letter-spacing: 0.2rem;
  font-size: 0.6rem;
  font-weight: 600;
  margin-top: 10rem;
}
@media (max-width: 599px) {
  .header__scrolldown {
    font-size: 0.5rem;
    margin-top: 8rem;
  }
}

.svg-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10vh;
}

.navbar {
  background-color: #ffffff;
  padding: 2rem 0;
  font-family: "Open Sans";
  letter-spacing: 0.1rem;
}
.navbar__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  gap: 25.6rem;
}
@media (min-width: 600px) {
  .navbar__container {
    gap: 10rem;
  }
}
@media (max-width: 599px) {
  .navbar__container {
    gap: 2rem;
    flex-direction: column;
  }
}
.navbar__logo img {
  width: 100px;
  height: auto;
}
.navbar__links {
  display: flex;
  gap: 3rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 599px) {
  .navbar__links {
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.navbar__links a {
  color: #48555b;
  font-family: "Open Sans";
  font-size: 0.8rem;
  text-decoration: none;
  font-weight: 600;
}
.navbar__links a:hover {
  color: #00a4e5;
}

.our-story {
  padding: 2rem 0;
}
.our-story__content {
  display: flex;
  gap: 2rem;
  font-family: "Open Sans";
}
@media (max-width: 599px) {
  .our-story__content {
    flex-direction: column;
    gap: 1rem;
  }
}
.our-story__text {
  font-size: 1rem;
  padding-left: 9rem;
  padding-right: 3rem;
  max-width: 50%;
  line-height: 140%;
}
@media (max-width: 599px) {
  .our-story__text {
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 100%;
  }
}
.our-story__text .first {
  font-size: 1.2rem;
  font-weight: bold;
  color: #48555b;
}
.our-story__text .highlight {
  color: #00a4e5;
  font-weight: bold;
}
.our-story__text .article {
  color: #48555b;
  font-weight: light;
}
.our-story__images {
  padding-top: 3rem;
  display: flex;
  padding-right: 1rem;
  gap: 1rem;
}
@media (max-width: 599px) {
  .our-story__images {
    flex-direction: column;
    padding-right: 0;
  }
}
.our-story__image img {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.our-story__image h3 {
  font-family: "Bebas Neue";
  font-size: 1.5rem;
  color: #48555b;
}

.capabilities {
  padding: 4rem 0;
  background-color: #ffffff;
  text-align: center;
  padding-left: 9rem;
  padding-right: 9rem;
}
@media (max-width: 599px) {
  .capabilities {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.capabilities__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1rem;
}
.capabilities__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 4rem;
}
@media (max-width: 599px) {
  .capabilities__top {
    flex-direction: column;
    gap: 2rem;
  }
}
.capabilities__top img {
  width: 200px;
  height: auto;
}
.capabilities__top .section__subtitle {
  flex: 1;
  font-family: "Open Sans";
  font-size: 0.8rem;
  color: #48555b;
  text-align: left;
  margin: 2rem;
  padding-left: 5rem;
  line-height: 140%;
}
@media (max-width: 599px) {
  .capabilities__top .section__subtitle {
    padding-left: 0;
    margin: 1rem;
    text-align: center;
  }
}
.capabilities__top .btn {
  padding: 0.75rem 2rem;
  background-color: #00a4e5;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-family: "Open Sans";
  transition: background-color 0.3s ease;
}
.capabilities__top .btn:hover {
  background-color: #007fb2;
}
.capabilities__cards {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 599px) {
  .capabilities__cards {
    flex-direction: column;
  }
}
.capabilities__card {
  border: 1px solid #e0e0e0;
  padding: 2rem;
  flex: 1;
  text-align: left;
  background-color: #ffffff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  line-height: 140%;
}
.capabilities__card img {
  width: 60px;
  height: auto;
  margin-bottom: 1rem;
}
.capabilities__card h3 {
  font-family: "Open Sans";
  font-size: 1.5rem;
  color: #48555b;
  margin-bottom: 1rem;
}
.capabilities__card p {
  font-family: "Open Sans";
  font-size: 0.9rem;
  color: #666;
}

.services {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.services__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.services__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services__content {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #48555b;
  z-index: 2;
}
@media (max-width: 599px) {
  .services__content {
    top: 30%;
  }
}
.services .btn {
  padding: 1rem 3rem;
  background-color: #00a4e5;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 0.9rem;
}
.services__header {
  font-family: "Open Sans";
  padding-left: 3rem;
  line-height: 3rem;
  font-size: 3rem;
  display: flex;
  font-weight: 700;
  margin-bottom: 2rem;
  max-width: 90%;
  color: #48555b;
}
@media (max-width: 599px) {
  .services__header {
    font-size: 2rem;
    padding-left: 1rem;
  }
}

.subscribe {
  padding: 2rem 0;
  background-color: #171819;
}
.subscribe__container {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 0 1rem;
}
.subscribe__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 599px) {
  .subscribe__content {
    flex-direction: column;
    gap: 1rem;
  }
}
.subscribe .section__header {
  font-family: "Open Sans";
  font-style: normal;
  color: white;
  letter-spacing: 0.06rem;
  white-space: nowrap;
  margin: 0;
}
.subscribe__form {
  display: flex;
  align-items: center;
  border: none;
  width: 60%;
}
@media (max-width: 599px) {
  .subscribe__form {
    width: 100%;
  }
}
.subscribe__form input {
  width: 70%;
  padding: 0.75rem;
  border: none;
  outline: none;
  font-size: 0.9rem;
}
.subscribe__form .btn {
  padding: 0.75rem 2.5rem;
  background-color: #00a4e5;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 0.9rem;
}

.footer {
  background-color: #141a20;
  color: white;
  padding-top: 2rem;
  padding-bottom: 0;
  font-family: "Open Sans";
}
.footer__container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 6fr repeat(4, 2fr) 1fr;
  gap: 4rem;
  padding: 0 7rem;
  font-size: 0.8rem;
}
@media (max-width: 599px) {
  .footer__container {
    grid-template-columns: 1fr;
    padding: 0 1rem;
  }
}
.footer__col {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.7rem;
  letter-spacing: 0.1rem;
}
.footer__col img {
  width: 4rem;
  height: 4rem;
}
.footer__col p {
  margin-right: -3rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
  line-height: 140%;
}
.footer__title {
  font-weight: normal;
  margin-bottom: 1rem;
}
.footer__bar {
  text-align: center;
  padding: 1rem 0;
  background-color: #171819;
  margin-top: 3rem;
}
.footer__bar p {
  margin: 0;
  font-size: 0.9rem;
  padding: 1rem 0;
}

.socials {
  display: flex;
  gap: 1rem;
  margin-bottom: 10rem;
}
.socials span {
  font-size: 1.5rem;
  cursor: pointer;
}/*# sourceMappingURL=styles.css.map */