.home__landing {
  background: linear-gradient(110deg, white 50%, #fbbf24 50%);
  min-height: 400px;
  display: flex;
  align-items: center;
}

.dipatch_landing_content {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}

.dipatch_landing_content h3 {
  font-weight: 700;
  font-size: 45px;
}

.dipatch_landing_content p {
  font-size: 18px;
  width: 90%;
  color: #616161 !important;
}

@media screen and (max-width: 1100px) {
  .dipatch_landing_content h3 {
    font-size: 45px;
  }

  .dipatch_landing_content p {
    font-size: 18px;
  }
}

@media screen and (max-width: 992px) {
  .dipatch_landing_content {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
  }

  .dipatch_landing_content p {
    width: 100%;
    color: black !important;
    text-align: center;
  }
  .dipatch_landing_content a {
    background-color: #1c2b39 !important;
    color: white !important;
  }

  .dipatch_landing_Image {
    justify-content: center !important;
  }

  .dipatch_landing_Image img {
    width: 600px;
  }
}

@media screen and (max-width: 600px) {
  .dipatch_landing_content h3 {
    font-size: 40px;
  }
}

.Pick_Industry_Icon_div {
  height: 100%;
}

.Pick_Industry_Icon_div img {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  object-fit: contain;
}

#industries__section {
  background-color: #f5f5f5;
}

.Industry_tab_Image img {
  width: 500px;
  height: 350px;
  object-fit: fill;
}

#Industry_tab_Nav_links .nav-tabs .nav-link.active {
  background-color: #1c2b39 !important;
  color: #fbbe24 !important;
}

@media screen and (max-width: 992px) {
  .Industry_tab_Image img {
    width: 500px;
    height: 300px;
    object-fit: contain;
  }
}

@media screen and (max-width: 768px) {
  .Industry_tab_Content {
    margin-bottom: 30px;
  }

  .Industry_tab_Image img {
    width: auto;
    height: auto;
  }

  .Industry_tab_Div h5 {
    font-size: 22px;
  }
}

.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: #fbbe24;
  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: #fbbe24;
  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%;
}

#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: #fbbe24;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(192, 192, 192, 0.695);
  margin-bottom: -60px;
  z-index: 500;
  position: relative;
}

.divider_dispatch div {
  flex: 1;
}

.divider_dispatch div i {
  color: #1c2b39;
}
.divider_dispatch div p {
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: normal;
  color: #1c2b39;
  margin-top: 10px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .divider_dispatch div p {
    font-size: 14px;
  }

  .divider_dispatch div i {
    font-size: 35px;
  }
}

@media screen and (max-width: 600px) {
  .divider_dispatch {
    flex-direction: column !important;
    width: 90%;
    row-gap: 20px;
  }
}

#dispatch__features img {
  width: 70%;
}

@media screen and (max-width: 768px) {
  .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_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;
  }

  #dispatch__features img {
    width: 99%;
  }
}
