@font-face {
  font-family: BlauerNue;
  src: url(assets/fonts/BlauerNue-Regular.otf);
}

@font-face {
  font-family: BlauerNue-bold;
  src: url(assets/fonts/BlauerNue-Bold.otf);
}

body {
  font-family: "BlauerNue", sans-serif;
  /* Use the font family */
}

h1 {
  font-family: "BlauerNue-bold", sans-serif;
}

h2 {
  font-family: "BlauerNue-bold", sans-serif;
  font-weight: 700;
}

h4 {
  font-family: "BlauerNue-bold", sans-serif;
  font-weight: 700;
}

.nav-bar {
  background-color: rgba(19, 29, 46, 0.4);
  padding-top: 1em;
  padding-bottom: 1em;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #131d2e;
  position: sticky;
}

.navigation a {
  color: white;
  font-weight: 600;
}

#whatsIcon {
  max-height: 24px;
}

.whatsapp {
  align-items: center;
  display: flex;
}

#heroContainer {
  display: flex;
  flex-direction: column;
  z-index: 2;
  position: relative;
}

.wa {
  max-height: 50px;
  align-items: center;
  
}

.wa:hover {
  background-color: #3cb64c;
  text-decoration: none;
}

.logo-slot {
  display: flex;
  gap: 40px;
}

.whatappb button {
  max-height: 50px;
}

.nav-elements {
  width: 100%;
  margin: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  gap: 3em;
  justify-content: space-between;
}

.navigation {
  align-self: center;
  display: flex;
  gap: 2em;
}

.sub-container {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  display: grid;
  gap: 130px;
}

.sub-section {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.hero::before {
  content: '';
  position: absolute; 
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(19, 29, 46, 0.4); 
  z-index: 1; 
}

.hero-logo {
  min-height: 100px;
}

#hero {
  display: flex;
  flex-direction: column;
}

.services {
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 40px;
  justify-items: center;
}

.sub-section h1 {
  margin-bottom: 40px;
}

.aboutUs {
  display: flex;
  gap: 78px;
  align-items: center;
}

#aboutImg {
  max-width: 416px;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

#about {
  padding: 72px;
  background-color: #b6d8d4;
  border-radius: 32px;
}

.aboutUsContent h4 {
  font-weight: 700;
  color: #025d67;
  font-size: 48px;
  text-align: left;
  margin-bottom: 0;
}

.aboutUsContent {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.aboutUsContent p {
  text-align: left;
  color: black;
  font-size: 24px;
}

#aboutImg {
  border-radius: 24px;
}

.service-card {
  /* max-width: 350px;
    max-height: 250px; */
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 16px;
}

.service-card p {
  font-size: 24px;
}

.service-card h4 {
  font-size: 32px;
}

.clients {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero {
  background-image: url(assets/images/cover.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 82px);
  /* padding: 164px; */
  position: relative;
  align-content: center;
}

#serviceSection {
  background-color: #131d2e;
}

.hero-title {
  font-size: 96px;
  color: white;
  text-align: center;
}

.hero-text {
  font-size: 32px;
  color: white;
  text-align: center;
}

.logo {
  max-height: 50px;
  max-width: 150px;
}

button {
  background-color: #025d67;
  border: 0;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  border-radius: 0.375rem;
  color: white;
  cursor: pointer;
  font-size: 1.2rem;
}

.serviceIcon {
  max-height: 64px;
  margin-bottom: 40px;
}

.cardTitle {
  margin-bottom: 24px;
}

h4 {
  font-size: 24px;
  color: white;
  margin-bottom: 40px;
  text-align: center;
}

.logos {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(4, 1fr);
  gap: 56px;
  justify-items: center;
}

p {
  color: white;
  text-align: center;
}

h1 {
  text-align: center;
  color: white;
  font-size: 48px;
  font-weight: 700;
}

.features {
  display: grid;
  gap: 32px;
}

.featureImg img {
  height: 100%;
  max-height: 276px;
}

.feature1 {
  display: inline-flex;
  gap: 80px;
  padding: 16px;
}

#feature2 {
  display: inline-flex;
}

.features h1 {
  color: black;
  margin-bottom: 32px;
  font-size: 48px;
  font-weight: 700;
}

.features h2 {
  color: black;
  margin-bottom: 24px;
}

.features p {
  color: black;
  text-align: left;
}

.featureContent {
  align-content: center;
}

.featureContent p {
  font-size: 24px;
}

#form-section {
  background-color: #d7ebd4;
  border-bottom: 0;
}

.form-control {
  height: 3rem;
  border-radius: 0.375rem;
  border-color: #b0b0b0;
}

form {
  display: grid;
  gap: 2.5em;
}

#form-section h1 {
  color: #025d67;
  max-width: 480px;
  text-align: left;
  align-content: center;
}

.form-container {
  display: grid;
  gap: 1.5em;
  width: -webkit-fill-available;
}

.form-control:hover {
  border-color: #49454f;
}

.form-control:focus {
  box-shadow: none;
  border-color: #49454f;
  border-width: 2px;
  outline: 0;
}

.row {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.5em;
}

.formElements {
  display: flex;
  gap: 120px;
}

nav button {
  background-color: #40c351;
  display: flex;
  gap: 24px;
  font-weight: 600;
}

button img {
  max-height: 32px;
}

.button-container {
  display: flex;
  justify-content: center;
}

.footer {
  background-color: white;
  padding-bottom: 4em;
  padding-top: 4em;
}

.legal {
  width: 40%;
  margin: auto;
  display: flex;
  justify-content: center;
}

#footer-elements {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4.5em;
}

.footer h2 {
  font-size: 1.25rem;
  font-weight: 600;
  padding-bottom: 1.5em;
}

.navbar-expand-lg-bg-body-tertiary {
  margin-left: 760px;
  margin-right: 760px;
}

.contentBx .label {
  font-size: 1.5rem;
}

@media (max-width: 820px) {

  .hero::before {
    background-color: rgba(19, 29, 46, 0.6); 
  }

  #heroContainer {
    width: 90%;
  }

  .hero-logo {
    min-height: 40px;
  }

  .serviceIcon {
    max-height: 90px;
  }

  .sub-section {
    width: 90%;
  }

  .services {
    grid-template-columns: 1fr;
  }

  .aboutUs {
    flex-direction: column-reverse;
  }

  #aboutImg {
    max-width: 416px;
  }

  .feature1 {
    flex-direction: column;
    gap: 40px;
  }

  .features {
    gap: 48px;
    justify-content: center;
  }

  #about {
    width: 90%;
    padding: 40px;
  }

  .featureImg {
    justify-content: center;
    display: flex;
  }

  #feature2 {
    flex-direction: column-reverse;
  }

  .featureContent {
    text-align: center;
  }

  .featureContent p {
    text-align: center;
  }

  .formElements {
    flex-direction: column;
    gap: 0;
    align-items: center;
  }

  #form-section h1 {
    text-align: center;
  }

  .aboutUsContent p {
    text-align: center;
  }

  .aboutUsContent h4 {
    text-align: center;
  }

  h1 {
    text-align: center;
  }

  .hero {
    background-image: url(assets/images/mobile.jpg);
    height: 100vh;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
    height: auto;
    padding: 72px;
  }

  .hero-title {
    font-size: 80px;
  }

  .logos {
    display: grid;
    grid-template-columns: 2fr 2fr;
    align-items: center;
  }

  .navigation {
    display: none;
  }

  .nav-elements {
    width: 100%;
  }

  .logo-slot {
    max-height: 42px;
  }

  .wa {
    max-height: 42px;
    max-width: 230px;
    justify-content: center;
  }

  .wa img {
    max-height: 24px;
  }
}

@media (max-width: 480px) {
  #about {
    width: 100%;
  }

  #about img {
    display: none;
  }

  .aboutUs {
    gap: 0;
  }

  .feature1 {
    padding: 0;
  }

  .features h1 {
    font-size: 40px;
  }

  .h1 {
    font-size: 40px;
  }

  .nav-elements {
    width: 90%;
    padding: 0;
  }

  .featureImg img {
    max-height: 232px;
  }

  .wa span {
    display: none;
  }

  .hero-title {
    font-size: 64px;
  }

  .hero-text {
    font-size: 24px;
  }

  #footer-elements {
    display: grid;
    gap: 2.5em;
    justify-content: center;
  }

  .footer h2 {
    padding-bottom: 1em;
    margin-bottom: 0;
  }
}