nav .navbar .links li:first-child a {
  color: #000000d4;
}

nav .navbar .links li:nth-child(4) a {
  color: #e07c35;
}

.sec1a {
  max-width: 1800px;
  margin: auto;
  height: 400px;
  background: linear-gradient(rgba(7, 17, 47, 0.709), rgba(7, 18, 68, 0.082)), url(../images/Industries5.webp);
  background-position: center;
  background-size: 100%;
  text-align: center;
  margin-top: -120px;
}

.sec1a h1 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 600;
  padding-top: 300px;
}


.about-color-box {
  max-width: 1800px;
  margin: auto;
  height: 300px;
  /* background-color: rgb(53, 43, 195); */
}



.sec9a {
  max-width: 1800px;
  margin: auto;
  padding: 50px 30px;
  /* margin-top: 300px; */
  padding-bottom: 80px;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  display: flex;
}

.sec9a h1 {
  width: fit-content;
  font-size: 45px;
  color: #000000;
  text-align: center;
  margin: auto;
}

.sec9a .swiper1-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.sec9a .swiper1-slide {
  width: 32%;
  text-align: center;
  font-size: 18px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  /* background-image: linear-gradient(rgba(57, 75, 111, 0.312), rgba(0, 0, 0, 0), rgba(231, 192, 120, 0.26)); */
  border-radius: 20px;
  background-color: #2c335d;
  margin-top: 50px;
}

.sec9a .swiper1-slide .img {
  overflow: hidden;
}

.sec9a .swiper1-slide .img img {
  width: 100%;
  height: 280px;
  border-radius: 10px;
  transition: ease-in-out 0.5s;
  /* opacity: 0.8; */

}

.sec9a .swiper1-slide:hover .img img {
  border-radius: 20px;
}


.sec9a .swiper1-slide h4 {
  font-size: 25px;
  margin-top: 10px;
  /* font-weight: 400; */
  text-align: center;
  color: #ffffff;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 0;
}

.sec9a .swiper1-slide h5 {
  font-size: 16px;
  color: #5793e7;
  display: none;
}

.sec9a .swiper1-slide .text .btn {
  width: 150px;
  height: 150px;
  background-color: white;
  border-radius: 50%;
  margin-right: -60px;
  margin-top: 15px;
}

.sec9a .swiper1-slide .text .btn img {
  margin-top: 20px;
  width: 30px;
  margin-left: -40px;
}

@media screen and (max-width: 900px) {

  .sec1a {
    height: 300px;
    background-size: 150% 100%;
    margin-top: -120px;
  }

  .sec1a h1 {
    font-size: 28px;
    margin-top: 30px;
    padding-top: 250px;
  }


  .sec9a {
    padding: 30px 20px;
  }

  .sec9a .swiper1-wrapper {
    width: 100%;
    justify-content: space-between;
  }

  .sec9a .swiper1-slide {
    width: 48%;
    padding: 0px;
    margin-top: 20px;
    border-radius: 10px;

  }

  .sec9a .swiper1-slide .img img {
    width: 100%;
    height: 120px;
    border-radius: 10px 10px 0 0;
  }


  .sec9a .swiper1-slide h4 {
    font-size: 12.8px;
    padding: 0;
    padding-bottom: 8px;
    margin-top: 5px;
  }

  nav .navbar .links li:first-child a {
    color: #ffffffd4;
  }

}