@font-face {
  font-family: "Eurostile", sans-serif;
  src: url("./eurostile_extended_black.ttf");
}
@font-face {
  font-family: "EuroStile-regular";
  src: url("./EurostileBQ-Regular.otf");
}

:root {
  --primary-font: "Eurostile", sans-serif;
  --paragraph-font--: "EuroStile-regular";
  ---paragraph-weight--: 500;
}
* {
  padding: 0;
  margin: 0;
}

.servicesDiv1 {
  background: url("../image/aboutus/truck-logistics-operation-dusk.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 225px;
  padding-bottom: 80px;
  margin-bottom: 30px;
}
.sectionDiv {
  padding: 0px 7vw;
}
.servicesDiv-top h1 {
  /* font-family: "Outfit"; */
  font-family: var(--primary-font);
  font-size: 4rem;
  color: white;
  text-transform: uppercase;
}
.servicesDiv-top p a {
  color: white;
  text-decoration: none;
  /* font-family: "Poppins"; */
  font-family: var(--primary-font);
  font-size: 1.2rem;
  padding-right: 12px;
}
.servicesDiv-top p i {
  color: white;
  padding-right: 12px;
}
.services-text {
  color: var(--primary-color) !important;
}
.inner-page {
  padding-bottom: 20px;
  padding-top: 50px;
  padding-bottom: 60px;
}

.inner-page .image {
  display: flex;
  justify-content: center;
}
.text-right {
  /* font-family: "Platypi"; */
  font-family: var(--primary-font);
  font-size: 2.8rem;
}
.image {
  border-left: 1px solid #b5b5b5;
}
.image img {
  width: 100%;
}
.inner-page .mvdiv {
  display: flex;
  justify-content: center;
}
.visionMission {
  color: #9f9f9f;
}
.visionMission h3 {
  margin-top: 20px;
  margin-bottom: 17px;
  text-transform: uppercase;
}
.visionMission p {
  font-size: 16px;
  /* font-family: "Nunito"; */
  font-family: var(--paragraph-font--);
  font-weight: var(---paragraph-weight--);
}
.about h5 {
  /* font-family: "Manrope"; */
  font-family: var(--primary-font);
  font-size: 13px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fdb52b;
}
.about h2 {
  /* font-family: "Platypi"; */
  font-family: var(--primary-font);
  line-height: 1.3;
  font-weight: 700;
  margin-top: 14px;
  text-transform: uppercase;
}
.inner-page .text {
  font-size: 16px;
  /* font-family: "Nunito"; */
  font-family: var(--paragraph-font--);
  font-weight: var(---paragraph-weight--);
  position: relative;
  color: #000000;

  line-height: 1.8;
}

.stats {
  background-color: var(--primary-color);
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url("../image/aboutus/80.jpg");
  background-size: cover;
  background-position: center;
}
.stat {
  display: flex;
  flex-direction: column;
  padding-bottom: 8px;
  border-left: 1px solid black;
  padding-left: 30px;
}
.stat-number {
  font-size: 2.5rem;
  /* font-family: "Roboto"; */
  font-family: var(--primary-font);
  font-weight: 700;
}
.stat-title {
  /* font-family: "Rokkitt"; */
  font-family: var(--primary-font);
  font-size: 1.2rem;
  margin-top: 10px;
}
.butn-text {
  font-size: 15px;
  line-height: 1.133em;
  margin-left: 19px;
}
.butn {
  /* font-family: "Poppins"; */
  font-family: var(--primary-font);
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #1b1b1b;
  font-size: 17px;
  line-height: 1.294em;
  position: relative;
  display: inline-flex;
  align-items: center;
  width: auto;
  margin: 0;
  text-decoration: none;
  border-radius: 0;
  outline: 0;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  padding: 18px 40px;
}
.butn-icon {
  align-items: center;
  background-color: var(--primary-color);
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 54px;
  justify-content: center;
  margin: 0;
  width: 54px;
}
.butn-icon i {
  transition: transform 0.3s;
}
.butn:hover .butn-icon i {
  transform: rotate(180deg);
}
.pros {
  margin-top: 50px;
  padding-bottom: 60px;
  display: flex;
  justify-content: center;
}
.pros h2 {
  font-size: 3rem;
  /* font-family: "Platypi"; */
  font-family: var(--primary-font);
}
.e-inner {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  padding: 0 20px;
  margin: 0 0 40px;
}
.post-image {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 50%;
  box-shadow: none;
}
.end {
  margin-bottom: 100px;
}
.role {
  margin: 0;
  display: inline-block;
  /* font-family: "Poppins"; */
  font-family: var(--primary-font);
  font-weight: 700;
  letter-spacing: -0.01em;
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 500;
  color: #777;
}
.title-link {
  /* font-family: "Rokkitt"; */
  font-family: var(--primary-font);
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #1b1b1b;
  font-size: 22px;
  line-height: 1.181em;
  margin: 25px 0;
  word-wrap: break-word;
  text-decoration: none;
}
.media-image {
  transition: transform 1s;
}
.media-image:hover {
  transform: scale(1.1);
  /* padding-right: 10px; */
}
@media screen and (max-width: 808px) {
  .servicesDiv-top h1 {
    font-size: 2.8rem;
  }
  .servicesDiv-top p a {
    font-size: 1rem;
  }
  .text-right {
    font-size: 2rem;
  }
  .inner-page .text {
    font-size: 14px;
  }
  .butn-text {
    font-size: 14px;
  }
  .butn-icon {
    height: 45px;
    width: 45px;
  }
  .image img {
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .pros h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .image {
    border: 0px;
  }
  .visionMission {
    border-left: 0px;
  }
}
@media screen and (max-width: 480px) {
  .servicesDiv-top h1 {
    font-size: 2rem;
  }
  .servicesDiv-top p a {
    font-size: 0.8rem;
  }
  .text-right {
    font-size: 1.2rem;
  }
  .inner-page .text {
    font-size: 14px;
  }
  .butn-text {
    font-size: 12px;
  }
  .butn-icon {
    height: 40px;
    width: 40px;
  }
  .image img {
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .pros h2 {
    font-size: 1.2rem;
  }
}
