#showcase {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 1600px;
  height: 800px;
  margin: auto;
  background-image: url("/assets/RESIZED PHOTOS/global-transportation-industry2.jpg");
  display: flex;
}

.showcase-title {
  font-size: 90px;
  text-transform: uppercase;
}

.showcase-subtitle {
  font-size: 90px;
  text-transform: uppercase;
  font-family: "Carnas-bold";
}

#showcase-overlay {
  margin: auto;
  width: 1600px;
  height: 800px;
  position: absolute;
  background: #000;
  opacity: 0.5;
  z-index: 1;
}

#showcase-content {
  padding: 13%;
  position: relative;
  z-index: 2;
  font-family: "Carnas-light";
  font-size: 70px;
  color: #ffffff;
}

.progressbar {
  position: absolute;
  height: 10px;
  top: 0;
  left: 0;
}

/* .progressbar > p {
  position: relative;
  color: #000;
  background-image: url("../assets/ICONS/progressbar.png");
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 8px 200px 5px 20px;
} */

.showcase-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.showcase-list button,
.transport-block-content button {
  margin-top: 20px;
}

.list-items {
  padding-inline-start: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

.list-item {
  font-size: 23px;
  color: #ffffff;
  font-family: "Carnas-light";
  font-weight: 300;
}

/* steel-related-services-block */

.steel-related-services-block {
  width: 100%;
  padding: 85px 20px;
}

.steel-related-services-title {
  max-width: 1000px;
  /* width: 40%; */
  text-align: center;
  margin: auto;
  font-size: 35px;
  font-family: "Carnas-light";
  font-weight: 300;
  color: #474747;
}

.steel-related-services-content {
  padding: 85px 20px;
  max-width: 1600px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.steel-related-services-item {
  justify-self: center;
  text-align: center;
}

.steel-related-services-item img {
  max-height: 150px;
  margin-bottom: 20px;
}

.steel-related-services-item-title {
  padding: 20px 0 10px 0;
  font-size: 30px;
  color: #454545;
  font-family: "Carnas-bold";
}

.steel-related-services-item-subtitle {
  margin: auto;
  width: 60%;
  font-size: 20px;
  color: #454545;
}

/* end */

/* transport-block */
.transport-block {
  width: 100%;
  height: 750px;
  background-image: url("/assets/RESIZED PHOTOS/transportation-logistics2.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
}

.transport-block-content {
  position: relative;
  max-width: 1200px;
  margin: auto;
}

.transport-block-content-title {
  padding-top: 70px;
  color: #ffffff;
  border-bottom: 2px solid white;
  text-transform: uppercase;
  font-family: "Carnas-bold";
  font-size: 35px;
  width: 60%;
  padding-bottom: 35px;
}

.transport-block-content-subtitile {
  padding: 30px 0;
  font-family: "Carnas-light";
  font-size: 20px;
  color: #fff;
  width: 60%;
}

.transport-block-content .progressbar>p::after {
  z-index: 1;
}

.transport-block-content .progressbar>p:after {
  width: 32%;
}

/* end */

/* about-us */

.about-us {
  width: 100%;
  padding: 100px 50px 190px 50px;
}

.about-us-content {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.about-us-img-block {
  position: relative;
  width: 500px;
  height: 454px;
}

.about-us-img1 {
  position: absolute;
  width: 400px;
  height: 600px;
  background-position: center;
  background-size: cover;
  background-image: url("/assets/RESIZED PHOTOS/warehouse-metal-blank-electroplating-plant-metal.jpg");
}

.about-us-img2 {
  border: 5px solid #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  background-image: url("/assets/RESIZED PHOTOS/warehouse-metal-blank-electroplating-plant-metal (2).jpg");
  position: absolute;
  width: 400px;
  height: 600px;
  background-position: center;
  background-size: cover;
  top: 50%;
  margin-top: -80px;
  right: -135px;
}

.about-us-content-block {
  position: relative;
}

.about-title {
  color: #454545;
  margin-top: 90px;
  border-bottom: 2px solid #e5e5e5;
  text-transform: uppercase;
  font-family: "Carnas-bold";
  font-size: 35px;
  padding-bottom: 30px;
}

.about-subtitle {
  font-size: 20px;
  color: #454545;
  font-family: "Carnas-light";
  margin-top: 30px;
}

.about-list {
  padding: 30px 0;
  list-style: none;
  padding-inline-start: 0px;
}

.about-list li {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}

.about-list-item {
  font-size: 17px;
  color: #454545;
  font-family: "Carnas-light";
  padding-left: 10px;
}

/* end */

/*  steel-products */
.steel-products {
  background-image: url("/assets/RESIZED PHOTOS/future-building-construction-engineering-project2.jpg");
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px;
  height: 800px;
  display: flex;
  flex-direction: column;
}

.steel-products-content {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.steel-products-content img {
  justify-self: center;
  max-height: 120px;
}

.steel-products-content-item {
  margin-left: -60px;
}

.steel-products-content-block {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.steel-products-content-title {
  color: #454545;
  font-family: "Carnas-light";
  font-size: 35px;
}

.steel-products-content-subtitle {
  color: #454545;
  font-family: "Carnas-light";
  font-size: 20px;
}

/* end */

@media (max-width: 1546px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0;
  }
}

@media (max-width: 1498px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
  }
}

@media (max-width: 1414px) {
  .about-us-img-block {
    display: none;
  }

  .about-us {
    padding: 100px;
  }

  .about-us-content {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1398px) {
  .transport-block {
    padding-left: 100px;
  }
}
@media (max-width: 1500px) {

#showcase {
  width: 100%;
  height: 100vh;
  /* height: auto; */
}

#showcase-overlay {
  width: 100%;
  height: 100vh;
  /* height: 630px; */
}

.showcase-title {
  font-size: 50px;
  text-transform: uppercase;
}

.showcase-subtitle {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 600;
}

#showcase-overlay {
  margin: auto;
  /* height: fit-content; */
}

#showcase-content {
  padding: 13%;
  position: relative;
  z-index: 2;
  font-size: 70px;
  color: #ffffff;
}
}

@media (max-width: 1200px) {


  /* .steel-related-services-title {
    width: 85%;
  } */

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

  .transport-block-content-title {
    width: 85%;
  }

  .transport-block-content-subtitile {
    width: 85%;
  }

  .steel-products {
    height: 1500px;
  }

  .steel-products-content-item {
    margin-left: 0px;
  }

  .steel-products-content {
    grid-template-columns: 1fr;
  }

  .steel-products-content-block {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .steel-related-services-content {
    gap: 40px;
  }

  .about-us {
    padding: 100px;
  }
}


/* @media (max-width: 1174px) {
  #showcase-overlay {
    height: 625px;
  }
}

@media (max-width: 1124px) {
  #showcase-overlay {
    height: 610px;
  }
}

@media (max-width: 1068px) {
  #showcase-overlay {
    height: 600px;
  }
}

@media (max-width: 1029px) {
  #showcase-overlay {
    height: 585px;
  }
}

@media (max-width: 980px) {
  #showcase-overlay {
    height: 575px;
  }
}

@media (max-width: 935px) {
  #showcase-overlay {
    height: 563px;
  }
}

@media (max-width: 868px) {
  #showcase-overlay {
    height: 545px;
  }
}

@media (max-width: 808px) {
  #showcase-overlay {
    height: 530px;
  }
}

@media (max-width: 741px) {
  #showcase-overlay {
    height: 515px;
  }
}

@media (max-width: 679px) {
  #showcase-overlay {
    height: 495px;
  }
}

@media (max-width: 664px) {
  #showcase-overlay {
    height: 525px;
  }
} */

@media (max-width: 633px) {
  .transport-block {
    height: 800px;
  }
}

@media (max-width: 590px) {
  .steel-products {
    height: 1600px;
  }
}

@media (max-width: 556px) {
  .transport-block {
    height: 850px;
  }

  .transport-block,
  .about-us {
    padding-left: 70px;
  }
}


@media (max-width: 535px) {
  .showcase-list {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

}

@media (max-width: 498px) {

  .transport-block,
  .about-us {
    padding: 50px;
  }
}


@media (max-width: 463px) {
  .steel-products {
    height: 1800px;
  }
}

@media (max-width: 460px) {
  .transport-block {
    height: 950px;
  }
}

@media (max-width: 439px) {
  .steel-products {
    height: 1800px;
  }
}

@media (max-width: 433px) {
  .transport-block {
    height: 1000px;
  }
}

@media (max-width: 414px) {
  .transport-block {
    height: 1050px;
  }
}

@media (max-width: 408px) {
  .steel-products {
    height: 1900px;
    padding: 50px;
  }

  .steel-related-services-title {
    margin-bottom: 40px;
  }

  .steel-products-content {
    margin-top: 40px;
  }

  .steel-products-content-block {
    padding: 40px;
  }
}

@media (max-width: 400px) {
  /* #showcase {
    width: 100%;
    height: auto;
  } */

  .showcase-title {
    font-size: 35px;
    margin-top: 35px;
  }

  .showcase-subtitle {
    font-size: 35px;
  }

  /* #showcase-overlay {
    height: 500px;
  } */

  #showcase-content {
    padding: 10%;
    font-size: 20px;
  }

  .block-border-title {
    font-size: 30px;
    color: #454545;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 15px;
    border-bottom: 10px solid #e5e5e5;
    width: fit-content;
  }
}

@media (max-width: 388px) {
  .steel-products {
    height: 2000px;
  }
}

@media (max-width: 375px) {
  .steel-products {
    height: 2100px;
  }
}