nav .navbar .links li:first-child a {
  color: #000000;
}

nav .navbar .links li:nth-child(4) a {
  color: #e56d18;
}


.header-banner {
  max-width: 1800px;
  margin: auto;
  height: 380px;
  background: linear-gradient(rgba(0, 0, 0, 0.312), rgba(0, 0, 0, 0.551)), url(../images/bg\ img\ 8.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
  padding-top: 250px;
  color: rgb(255, 255, 255);
  font-size: 40px;
  margin-top: -70px;
  margin-bottom: 20px;
}

.header-banner h1 {
  width: fit-content;
  /* background-color: #dc8827; */
  padding: 0px 10px;
  margin-left: 5%;
  font-size: 35px;
  padding-bottom: 8px;
  backdrop-filter: blur(5px);
  font-weight: 600;
  background-color: rgba(220, 220, 220, 0.185);
}



.sec9a {
  max-width: 1800px;
  margin: auto;
  padding: 0 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: 35px;
  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(to bottom, rgb(15, 63, 145), rgba(212, 235, 189, 0.253), rgba(240, 240, 240, 0));
  border-radius: 20px;
  margin-top: 50px;
}

.sec9a .swiper1-slide .img {
  overflow: hidden;
}

.sec9a .swiper1-slide .img img {
  width: 100%;
  height: 280px;
  border-radius: 10px;
  /* border-radius: 20px 20px 150px 0; */
  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:hover .img img {
  border-radius: 20px;
}


.sec9a .swiper1-slide h4 {
  font-size: 25px;
  margin-top: 10px;
  /* font-weight: 400; */
  text-align: center;
  color: #11387b;
  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) {

  .header-banner {
    background-size: cover;
    height: 200px;
    padding-top: 130px;
    margin-top: -0px;
    margin-bottom: 0;
  }

  .header-banner h1 {
    font-size: 25px;
  }


  .sec9a {
    padding: 30px 20px;
  }

  .sec9a .swiper1-wrapper {
    width: 100%;
    justify-content: space-between;
  }

  .sec9a .swiper1-slide {
    width: 48%;
    padding: 0px;
    margin-top: 30px;
  }

  .sec9a .swiper1-slide .img img {
    width: 100%;
    height: 120px;
    border-radius: 20px;
  }


  .sec9a .swiper1-slide h4 {
    font-size: 15px;
    padding: 0;
  }


  nav .navbar .links li:first-child a {
    color: #000000;
  }

  nav .navbar .links li:nth-child(4) a {
    color: #eb8d19;
  }

}