@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Saira+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  width: 100%;
  background-color: #ededed;
}
.nav {
  height: 75px;
  background-color: #003366;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: white;
  font-size: 17px;
  font-weight: 400;
}
.hamburger-logo {
  display: none;
}
.nav-list li {
  font-family: "Saira Condensed", sans-serif;
}
.nav-list {
  display: flex;
  list-style: none;
  gap: 5px;
}
.nav-list1 {
  display: flex;
  gap: 10px;
}
.nav-list1 img {
  margin-top: 5px;
}
.button {
  font-family: Saira Condensed;
  font-weight: 400;
  font-size: 20px;
}
.hero-text {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 30px;
}
.hero-text1 {
  display: flex;
  font-family: "Saira Condensed", sans-serif;
}
.hero-text2 {
  display: flex;
  list-style: none;
  gap: 20px;
  font-family: "Saira Condensed", sans-serif;
}
.hero-text2 a {
  text-decoration: none;
  color: black;
}
.hero-text-li {
  display: flex;
  align-items: center;
}
.hero-text-li a:hover,
.hero-text-li a:active {
  color: #ff7a00;
}
.ERL {
  font-size: 50px;
  color: #4c1010;
}
.logistics {
  font-size: 25px;
  padding-top: 20px;
  color: #003366;
}
.btn {
  height: 50px;
  width: 120px;
  background-color: #ff7a00;
  color: white;
  border: none;
  font-size: 17px;
  font-weight: 800;
  border-radius: 0.5rem;
}
.btn a {
  text-decoration: none;
  color: white;
}

.btn:hover{
  scale: 1.05;
  color: white;
}
/* hero section */
.hero-image {
  height: 800px;
  width: 100%;
  background-image: url(./Images/About-hero-image.png);
}
.hero-image p {
  color: white;
  text-align: center;
  font-family: Saira Condensed;
  font-weight: 500;
  font-size: 64px;
  padding-top: 500px;
  padding-left: 90px;
}
/* vision section */
.vision {
  height: 350px;
  background-color: white;
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
.vision-text {
  padding-left: 150px;
  padding-top: 40px;
}
.vision-text1 {
  font-family: Saira Condensed;
  font-weight: 400;
  font-size: 50px;
  text-align: justify;
  color: #ff7a00;
}
.vision-text2 {
  font-family: Saira Condensed;
  font-weight: 400;
  font-size: 25px;
  text-align: justify;
}
.vision img {
  padding-bottom: 10px;
}
/* delivery section */
.delivery {
  height: 681px;
  width: 100%;
  background-image: url(./Images/Delivery-image.png);
}
.delivery-text {
  color: white;
  font-family: Poppins;
  font-weight: 700;
  font-size: 64px;
  padding-top: 285px;
  padding-left: 250px;
}
.play-icon {
  padding-left: 650px;
}
/* mission section */
.mission {
  display: flex;
  justify-content: space-between;
  height: 500px;
}
.mission-1 {
  font-family: Saira Condensed;
  font-weight: 400;
  font-size: 60px;
  text-align: justify;
  color: #ff7a00;
  padding-top: 50px;
}
.mission-2 {
  max-width: 350px;
  font-family: Saira Condensed;
  font-weight: 400;
  font-size: 20px;
  text-align: justify;
}
.mission-image {
  padding-top: 30px;
  padding-bottom: 30px;
}
.mission-image1 {
  padding-top: 30px;
  padding-bottom: 30px;
}
/* footer section */
.footer {
  height: 600px;
   background-color: #441818;
  margin-bottom: 25px;
}
.footer1 {
  color: #d4dee8;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 90px;
  font-family: Saira Condensed;
  font-weight: 400;
  font-size: 20px;
  padding: 50px;
}
.footer-image {
  padding-left: 22px;
}
.hr-tag {
  margin-top: 50px;
  width: 100%;
}
.line-1 {
  font-size: 60px;
  line-height: 100%;
}
.footer-text {
  color: #a0a0a0;
  display: flex;
  justify-content: space-around;
  padding-bottom: 120px;
}
.ERL1 {
  font-size: 55px;
  color: #ff7a00;
  padding-top: 10px;
}
.logistics1 {
  font-size: 30px;
  padding-top: 30px;
  color: #d4dee8;
}
ul {
  list-style: none;
}
.footer-text1 img {
  padding-top: 75px;
}
.footer-text2 {
  padding-top: 40px;
  line-height: 30px;
}
.text {
  font-family: Saira Condensed;
  font-weight: 700;
  font-size: 25px;
  color: #d4dee8;
}
.text1 {
  font-family: Saira Condensed;
  font-weight: 500;
  font-size: 15px;
  color: #d4dee8;
}
.hr-tag1 {
  width: 90%;
  margin: 0 auto;
}
.footer-button {
  background-color: #a0a0a0;
  color: white;
  border: none;
  width: 200px;
  height: 38px;
  display: flex;
  gap: 90px;
  padding-top: 10px;
  padding-left: 10px;
  font-family: Saira Condensed;
  font-weight: 500;
  font-size: 15px;
  border: none;
  border-radius: 0.3rem;
}
.footer-button:hover{
  scale: 1.05;
  color: white;
}
.footer-bottom {
  color: #a0a0a0;
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  font-family: Saira Condensed;
  font-weight: 500;
  font-size: 15px;
  padding-right: 20px;
  padding-top: 30px;
}
.footer-bottom p {
  padding-top: 5px;
}
@media only screen and (max-width: 600px) {
  .nav {
    display: none;
  }
  .hero-text {
    display: flex;
    justify-content: space-between;
  }
  .ERL {
    font-size: 50px;
    color: #ff7a00;
    padding-left: 20px;
  }
  .logistics {
    font-size: 25px;
    padding-top: 20px;
    color: #003366;
  }
  .hero-text2 {
    display: none;
  }
  .btn {
    display: none;
  }
  .hero-text1 {
    display: flex;
    justify-content: space-around;
  }
  .hamburger-logo {
    display: flex;
    margin-top: 25px;
    margin-left: 110px;
  }
  /* vision section */
  .vision {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-top: 30px;
  }
  .vision-text {
    padding-left: 50px;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .vision img {
    width: 100%;
  }
  /* delivery section */
  .delivery-text {
    color: white;
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    padding-top: 395px;
    padding-left: 15px;
  }
  .play-icon {
    padding-left: 150px;
    height: 50px;
  }
  /* mission section */
  .mission {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 900px;
  }
  .mission-1 {
    font-family: Saira Condensed;
    font-weight: 400;
    font-size: 60px;
    text-align: justify;
    color: #ff7a00;
    padding-top: 40px;
  }
  .mission-2 {
    max-width: 350px;
    font-family: Saira Condensed;
    font-weight: 400;
    font-size: 20px;
    text-align: justify;
    padding-bottom: 40px;
  }
  .mission-image {
    height: 450px;
    width: 100%;
  }
  .mission-image1{
 display: none;
  }
  /* footer section */
  .footer1 {
    color: #a0a0a0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-family: Saira Condensed;
    font-weight: 400;
    font-size: 10px;
    padding: 0;
  }
  .footer1 p {
    font-size: 15px;
  }
  .hr-tag {
    margin-top: 50px;
    width: 100%;
  }
  .line-1 {
    display: none;
  }
  .footer-text {
    color: #a0a0a0;
    display: flex;
    justify-content: space-around;
    padding-bottom: 90px;
  }
  .ERL1 {
    font-size: 35px;
    color: #ff7a00;
    padding-top: 10px;
  }
  .logistics1 {
    font-size: 15px;
    padding-top: 30px;
    color: #003366;
  }
  .footer-text1 img {
    padding-top: 50px;
  }
  .footer-image {
    height: 35px;
  }
  .footer-text2 {
    padding-top: 40px;
    line-height: 20px;
  }
  .text {
    font-family: Saira Condensed;
    font-weight: 700;
    font-size: 18px;
  }
  .text1 {
    font-family: Saira Condensed;
    font-weight: 500;
    font-size: 10px;
  }
  .hr-tag1 {
    width: 90%;
    margin: 0 auto;
  }
  .footer-button {
    background-color: #a0a0a0;
    color: white;
    border: none;
    width: 110px;
    height: 50px;
    display: flex;
    gap: 40px;
    font-family: Saira Condensed;
    font-weight: 500;
    font-size: 13px;
    border-radius: 0.3rem;
  }
  .footer-bottom {
    color: #a0a0a0;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    font-family: Saira Condensed;
    font-weight: 500;
    font-size: 15px;
    padding-right: 20px;
  }
}
