header {
  height: 80vh;
  object-fit: cover;
  margin-top: 1rem;
}
header .container {
  align-items: center;
  border-radius: 30px;
  object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  overflow: hidden;
}
header .container .media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .container .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}


header .container .header-content {
    height: 100%;
    width: 100%;
    z-index: 2;
    display: flex;
    color: var(--white-color);
    text-align: center;
    font-family: Amaranth;
    flex-direction: column;
    justify-content: center;
}
header .container .header-content h1 {
  font-size: 48px;
  font-weight: 700;
}
header .container .header-content p {
  font-size: 15px;
  font-family: poppins;
  font-weight: 400;
  margin-top: 10px;
}

header .container .media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
header .container .media video {
  width: 100%;
  height: 100%;
  object-fit: cover;}

/* Services Section */
.services {
  padding: 50px 0;
}
.services .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.services .container h1 {
  font-family: Amaranth;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--primary-color);
}
.services .container p {
  font-family: poppins;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 40px;
  text-align: center;
  color: var(--secondary-color);
  max-width: 80%;
}
.services .container .service-cards {
  width: 100%;
}
.services .container .service-cards .row {
  justify-content: space-between;
}
.services .container .service-cards .row .card {
  padding: 20px;
  width: 300px;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  background-color: transparent;
  min-block-size: -webkit-fill-available;
  box-shadow: none;
}
.services .container .service-cards .row .card .icon-container {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  background-color: var(--primary-color);
}
.services .container .service-cards .row .card h2 {
  font-family: poppins;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--black-color);
}
.services .container .service-cards .row .card p {
  font-family: poppins;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: var(--black-color);
}
/*nubmer section*/
.numbers {
  padding: 50px 0;
}
.numbers .container {
  background-image: url(../images/aerial-view-container-cargo-ship-sea_335224-735-1-1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 43px;
  position: relative;
  overflow: hidden;
  padding: 10px 50px;
}
.numbers .container .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(38, 101, 162, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.numbers .container .row {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  color: var(--white-color);
}
.numbers .container .row h1 {
  font-family: Amaranth;
  font-size: 64px;
  width: 40%;
  font-weight: 700;
}
.numbers .container .row .number-card {
  width: 50%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.numbers .container .row .number-card .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 330px;
  height: 162px;
  background-color: rgba(204, 204, 204, 0.27);
  border-radius: 14px;
  margin-bottom: 1.5rem;
  justify-content: center;
  text-align: center;
  padding: 10px 10px;
}
.numbers .container .row .number-card .card h2 {
  font-family: poppins;
  font-size: 48px;
  font-weight: 700;
}
.numbers .container .row .number-card .card p {
  font-family: poppins;
  font-size: 15px;
  font-weight: 400;
}

/* Clients Section */
.clients {
  padding: 50px 0;
}
.clients .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.clients .container h1 {
  font-family: Amaranth;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--primary-color);
}
.Lines {
  padding: 50px 0;
}
.Lines .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Lines .container h1 {
  font-family: Amaranth;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--primary-color);
}
footer {
  color: var(--white-color);
  text-align: center;
  padding: 20px 0;
}
footer .container {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  padding: 10px 30px;
  background-color: var(--primary-color);
}
footer .container .row{
    justify-content: space-between;
    width: 100%;
}
footer p {
  margin: 0;
  font-family: poppins;
  font-size: 15px;
  font-weight: 700;
}
footer .container .row .social-icons {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}

