nav .navbar .links li:first-child a {
  color: #ffffff;
}

nav .navbar .links li:nth-child(4) a {
  color: #ffe608;
}



.sec1 {
  max-width: 1800px;
  margin: auto;
  height: 450px;
  padding-top: 300px;
  background: linear-gradient(rgba(7, 45, 116, 0), rgba(0, 0, 0, 0.457)), url(../image/Industries\ 7.avif);
  background-position: center;
  background-size: 100% 160%;
  text-align: left;
  color: white;
  font-size: 40px;
  position: relative;
  padding-left: 80px;
  /* margin-top: -80px; */
}

.sec1 img {
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
}

.sec1 h1 {
  width: 100%;
  font-size: 50px;
  z-index: 10;
  display: grid;
  position: relative;
  color: white;
  font-weight: 400;
}


.sec9a {
  max-width: 1800px;
  margin: auto;
  padding: 50px 30px;
  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: 22.8%;
  text-align: center;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(rgba(7, 140, 164, 0.23), rgba(0, 0, 0, 0), rgba(231, 192, 120, 0.32));
  border-radius: 20px;
  margin-top: 50px;
  border: 0.1px solid rgba(0, 0, 0, 0.419);
  padding: 20px;
  background: linear-gradient(rgba(255, 255, 255, 0.189), rgba(2, 98, 40, 0.356), rgba(2, 51, 95, 0.913)), url(../image/bg\ img\ 15.avif);
  background-size: 101% 101%;
  background-position: center;
  padding-bottom: 0;
}

.sec9a .swiper1-slide .img {
  overflow: hidden;
}

.sec9a .swiper1-slide .img img {
  width: 100%;
  height: 220px;
  border-radius: 20px;
  transition: ease-in-out 0.5s;
  /* opacity: 0.8; */
  /* clip-path: polygon(100% 0, 100% 56%, 66% 100%, 0 100%, 0 0); */

}



.sec9a .swiper1-slide h4 {
  font-size:20px;
  margin-top: 10px;
  /* font-weight: 400; */
  text-align: center;
  color: #ffffff;
  width: 100%;
  padding: 10px 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) {

  .sec1 {
    background-size: 140% 100%;
    height: 250px;
    padding-top: 160px;
    padding-left: 30px;
  }

  .sec1 h1 {
    font-size: 30px;
  }

  .sec9a {
    padding: 0 20px;

  }

  .sec9a .swiper1-slide {
    width: 100%;
  }


}