#air-services{
  /* background-color: black; */
  width: 100%;
  
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;

  /* padding: 5vh 10vw 5vh 10vw; */

  background-image: url(https://images.pexels.com/photos/4159867/pexels-photo-4159867.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
#air-services .services{
  
  background-color: rgba(0, 0, 0, 0.66);
  width: 100%;
  min-height: 500px;
  /* padding: 10vh 0px 5vh 0px; */
  padding-left: 10vw;
  padding-right: 10vw;
  padding-top: 10vh;
  padding-bottom: 5vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#air-services .services .title-services{
  background-color: rgba(0, 0, 0, 0.505);
  background: linear-gradient(to right, rgba(0, 204, 255, 0.482), rgba(136, 136, 136, 0));
  width: 100%;
  height: 50px;
  padding: 10px 30px 10px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  border-radius: 10px;
  margin-bottom: 30px;
  margin-top: 20px;
}
.bnm{
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-button h2{
  width: 100%;
  height: 100%;
  background-color: #00eeff2e;
  padding: 10px 20px 10px 20px;
  border-radius: 15px;
  border: #74c5ff solid 3px;
  cursor: pointer;
  transition: 0.5s;
}.services-button h2:hover{
  background-color: #0000007d;
  border: #ffffff7d solid 3px;
}
.content-services{
  /* background-color: black; */
  display: flex;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px;
  color: #ffffff;
}
#services-card{
  width: 280px;
  min-height: 200px;
  border-radius: 10px;
  padding: 20px 30px 20px 30px;
  /* border-left: #157278 solid 4px; */
  border-top: #ffffff solid 4px;
  background: linear-gradient(to bottom, rgba(0, 204, 255, 0.345), rgba(136, 136, 136, 0)30%);
}
#services-card ol{
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  /* list-style:decimal-leading-zero; */
}
#services-card ol li{
  cursor: pointer;
  transition: 0.5s;
  width: 100%;
  padding: 2px;
  border-radius: 7px;
  border-bottom: #15717800 solid 3px;
}
#services-card ol li:hover{
  background-color: #00a3af7d;
  border-bottom: #00eeff solid 3px;
  /* color: #00565c; */
}
#services-card ol li::marker {
  font-size: 25px;
  color: #77b9ff;
}
.title-services-card{
  border-bottom: #ffffff solid 3px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
  padding-bottom: 5px;
}
.icon-service{
  background-color: #ffffff;
  /* background-image: url(https://cdn-icons-png.flaticon.com/128/1163/1163809.png); */
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  border-radius: 10px;
}
#is-1{
  background-image: url(https://cdn-icons-png.flaticon.com/128/1163/1163809.png);
}
#is-2{
  background-image: url(https://cdn-icons-png.flaticon.com/128/12515/12515705.png);
  background-size: 70%;
}
#is-3{
  background-image: url(https://cdn-icons-png.flaticon.com/128/8790/8790340.png);
  background-size: 80%;
}
#is-4{
  background-image: url(https://cdn-icons-png.flaticon.com/128/3038/3038144.png);
  background-size: 80%;
}
#is-5{
  background-image: url(https://preview.redd.it/gif-loading-files-update-ark-os-first-before-using-v0-ubbi1p7z7euc1.gif?width=640&auto=webp&s=284413e4a741aa0bfc7f562955b6927dddbe3b3e);
  background-size: 300%;
  margin-right: 10px;
}
#is-6{
  background-image: url(https://preview.redd.it/gif-loading-files-update-ark-os-first-before-using-v0-ubbi1p7z7euc1.gif?width=640&auto=webp&s=284413e4a741aa0bfc7f562955b6927dddbe3b3e);
  background-size: 300%;
  width: 100%;
  height: 200px;
}
@media (max-width:1000px) {
  .content-services{
    display: flex;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    padding: 20px;
    color: #ffffff;
  }
  #air-services .services{
  padding: 5vh 5vw 0vh 5vw;
  }
  #air-services .services .title-services{
    padding: 10px 30px 10px 30px;
    margin-bottom: 80px;
  }
  #services-card{
    width: 380px;
    background: linear-gradient(to bottom, rgba(0, 204, 255, 0.345), rgba(136, 136, 136, 0)60%);
  }
  #is-6{
    height: 300px;
  }
}