.home__landing {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  padding: 0;
  background-color: #0052cc;
  box-shadow: inset 0px 0px 15px 0px gray;
}

.home__description__div {
  padding: 4% 0% 4%;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home__description__div h1 {
  letter-spacing: 3px;
  margin-bottom: 2%;
  font-size: 3rem;
  /*    */
  text-align: center;
}
.home__description__div h4 {
  width: 60%;
  line-height: 1.1rem;
  font-family: var(--fontstyle);
  font-size: 100%;
  text-align: center;
}
#home__img {
  background-color: white;
  padding: 0;
  width: 45%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

#home__img img {
  width: 100%;
  height: 100%;
}

#dispatch__btn {
  margin-top: 1rem;
  display: inline-block;
  font-family: var(--fontstyle);
  background-color: black;
  padding: 10px 15px 10px 15px;
  border-radius: 6px;
  text-transform: capitalize;
  font-weight: 300;
  transition: all 0.4s ease;
  text-decoration: none;
  color: white;
}

#dispatch__btn:hover {
  transform: scale(1.1, 1.1);
}

#industries__section {
  background-color: #f5f5f5;
  min-height: 80vh;
  padding: 4% 0 4%;
}

.industries__description {
  padding: 1% 1% 1%;
}

.industries__description h2 {
  letter-spacing: 2px;
}
.industries__description p {
  color: black;
  margin-top: 1%;
  opacity: 71%;
}
.industries__description a {
  margin-top: 1rem;
  display: inline-block;
  font-family: var(--fontstyle);
  background-color: #0052cc;
  padding: 10px 15px 10px 15px;
  border-radius: 6px;
  text-transform: capitalize;
  font-weight: 300;
  transition: all 0.4s ease;
  text-decoration: none;
  color: black;
}

.industries__description a:hover {
  transform: scale(1.1, 1.1);
}

.idustries__card__section {
  padding: 4% 0 4%;
}

.industries__card {
  padding: 1% 2% 1%;
}
.industries__card div {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 25%);
  border-radius: 20px;
  padding: 15% 5% 15%;
  transition: all 0.1s ease;
}
.industries__card div:hover {
  box-shadow: inset 0px 0px 15px rgba(251, 190, 36);
  cursor: pointer;
}

.industries__card div img {
  width: 71px;
  height: 71px;
  transition: all 0.4s ease;
  overflow: clip;
  text-align: center;
}
.industries__card div img:hover {
  transform: scale(1.1, 1.1);
}

.industries__card div p {
  margin-top: 1rem;
  text-transform: capitalize;
}

.dispatch__detail-section {
  background-color: #0052cc;
  padding: 1% 0% 0.5%;
  color: black;
}

.dispatch__detail-div {
  display: flex;

  padding: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.dispatch_heading {
  padding: 0.5% 0.9% 0.5%;
  font-family: var(--fontstyle);

  font-weight: bold;
}

.dispatch_heading div {
  padding: 2% 0 2%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.5px;
}

.dispatch_heading:first-child {
  padding-left: 0%;
}

.dispatch_heading:last-child {
  padding-right: 0%;
}

.dot {
  margin: 0;
  padding: 0;
  width: 0;
  height: 2px; /* Set the desired thickness */
  background-color: gray;
  color: gray;
  opacity: 1;
  margin-top: 2%;
  transition: all 0.4s ease;
}

.active {
  width: 100%;
}
.dispatch_heading div:hover {
  cursor: pointer;
}

.prev {
  padding: 1% 1% 1%;
  margin-right: 5rem;
  transition: all 0.4s ease;
  border-radius: 20px;
}
.prev:hover,
.next:hover {
  background-color: rgba(128, 128, 128, 0.433);
  cursor: pointer;
}
.prev i,
.next i {
  font-size: 3rem;
}

.next {
  padding: 1% 1% 1%;
  margin-left: 5rem;
  transition: all 0.4s ease;
  border-radius: 20px;
}
.dispatch__slide__section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2% 0 2%;
}

.slide {
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: space-between;
  min-height: 64vh;
  transition: all 0.5s ease;

  align-items: stretch;
}

#dispatch__main__card > div:not(:first-child) {
  display: none;
}

.slide_heading_div {
  padding: 8% 2% 10%;

  flex: 1;
}

.slide_heading_div h1 {
  letter-spacing: 1px;

  font-weight: bold;
  margin-bottom: 1rem;
}
.slide_img {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide_img img {
  width: 50%;
  text-align: center;
}

.slide_heading_div ul {
  letter-spacing: 1px;
  padding-top: 1.5rem;
  line-height: 2.1rem;
  margin: 0;
}

.divider_dispatch {
  background-color: #0052cc;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 1% 0% 1%;
  margin-bottom: 1%;
}
.divider_dispatch div {
  flex: 1;
}
.divider_dispatch div p {
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 2%;
  margin-bottom: 0;
}

#dispatch__features {
  padding: 3% 5% 3%;
}

#dispatch__features h1 {
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 5%;
}

#dispatch__features img {
  width: 75%;
}

@media screen and (max-width: 768px) {
  .home__landing {
    flex-direction: column;
    box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.692);
  }
  .home__description__div {
    padding: 30% 0 10%;
  }

  .home__description__div h1 {
    letter-spacing: 1px;
    margin-bottom: 8%;
    font-size: 3rem;
  }

  .home__description__div h4 {
    width: 90%;
    line-height: 1.2rem;
    font-size: 1.2rem;
  }

  #home__img {
    width: 100%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  #home__img img {
    height: 12rem;
  }

  #industries__section {
    padding: 15% 0 6%;
  }
  .industries__description {
    padding: 0% 0% 5%;
  }

  .industries__description h2 {
    margin-bottom: 1.5rem;
    width: 100%;
  }

  .industries__card {
    padding: 4% 5% 4%;
  }

  .dispatch__detail-div {
    flex-direction: column;
    text-align: center;
  }

  .dispatch_heading {
    padding: 0.6% 0% 0.6%;
    margin-bottom: 0.1rem;
  }

  .prev {
    margin: 0;
    padding: 0;
  }
  .next {
    margin: 0;
    padding: 0;
  }

  .slide {
    flex-direction: column-reverse;
    justify-content: center;
  }

  .slide_heading_div {
    flex: 1;
  }

  .dispatch__slide__section {
    position: relative;
    padding: 8% 0 2%;
    margin: 0;
  }

  .prev {
    position: absolute;
    top: 19%;
    left: 11%;
    padding: 0% 1% 0%;
  }

  .next {
    position: absolute;
    top: 19%;
    right: 11%;
    padding: 0% 1% 0%;
  }

  .slide_img {
    flex: 0;
  }

  .slide_img img {
    height: 12rem;
    width: 10rem;
    margin: 0;
  }

  .slide_heading_div h1 {
    text-align: center;
  }

  .divider_dispatch {
    padding: 2% 2% 2%;
  }
  .divider_dispatch div img {
    width: 50%;
  }

  .divider_dispatch div p {
    font-size: 13px;
  }

  #dispatch__features {
    padding: 5% 0% 8%;
  }

  #dispatch__features h1 {
    margin-bottom: 8%;
  }
  #dispatch__features img {
    width: 99%;
  }
}
