
.header-banner{
    max-width: 1800px;
    margin: auto;
    height: 500px;
    padding-top: 350px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.968), rgba(3, 60, 122, 0), rgba(0, 0, 0, 0.889)), url(../image/gallery\ banner.jpg);
    background-position: center;
    background-size: 100% 180%;
    text-align: center;
    margin-top: -80px;
  }
 

  .header-banner h1{
    font-weight: 800;
    color: white;
  }

  .gallery{
      max-width: 1800px;
      margin: auto;
      padding: 5% 3%;
  }
  .gallery-container{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .gallery h1{
    width: 100%;
    margin: 0;
    color: #023728;
    text-align: left;
    font-size: 40px;
  }

  .gallery img{
      width: 32%;
      margin-top: 30px;
      border-radius: 20px;
  }
  
.sec8{
  max-width: 1800px;
  margin: auto;
  margin-top: 50px;
}
.sec8 h1{
  font-size: 40px;
  margin-left: 35px;
  color: #023728;
}
.sec8-container{
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.sec8-container h1{
  margin-left: 10px;
}
.sec8-container img{
  width: 22%;
  border-radius: 20px;
}

.sec8-container2{
  width: 100%;
  /* margin-top: 50px; */
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 50px;
}
.sec8-container2 h1{
  margin-left: 0;
  font-size: 40px;
}
.sec8-container2 .container-a{
  width: 48%;
}
.container-a-container{
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: space-between;
}
.container-a-container img{
  width: 49%;
  justify-content: space-between;
  border-radius: 20px;
}
.waiting-area{
  max-width: 1800px;
  margin: auto;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 30px;
}

.sec8-container3{
  width: 100%;
}
.sec8-container3 h1{
  margin-left: 3%;
  font-weight: 500;
  font-size: 40px;
}

.sec8-container3 img{
  width: 23.5%;
  border-radius: 20px;
}

.sec9{
  max-width: 1800px;
  margin: auto;
  margin-top: 50px;
  padding: 30px 0;
  margin-bottom: 50px;
}
.sec9 h1{
  font-size: 45px;
  color: #023728;
  text-align: center;
  font-weight: 600;

}
.sec9-container{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}


.sec9 h1{
  margin-left: 20px;
}

.sec9-container img{
  width: 22%;
  height: 270px;
  border-radius: 10px;
  margin: 8px;
}


    @media screen and (max-width: 900px) {
  
      .header-banner{
        height: 450px;
      }
      .header-banner h1{
        font-weight: 600;
      }
      .gallery{
        padding: 20px;
      }
      .gallery h1{
        font-size: 25px;
      }

      .gallery img{
        width: 100%;
      }



      .sec8 h1{
        font-size: 25px;
      }
      .sec8-container{
        padding: 0 20px;
        margin-top: -20px;
      }
      .sec8-container img{
        width: 100%;
        margin-top: 30px;
      }


      .sec8-container2{
        padding: 20px;
        margin-top: 0px;
      }

      .sec8-container2 .container-a{
        width: 100%;
      }
      
      .container-a h1{
        margin-top: 20px;
      }

      .container-a-container {
        margin-top: -20px;
      }
      .container-a-container img{
        width: 100%;
        margin-top: 30px;
      }


      .sec8-container3{
        width: 100%;
        margin-top: 20px;
        padding: 0 20px ;
      }
      .waiting-area{
        padding: 0;
      }

      .sec8-container3 img{
        width: 100%;
        margin-top: 30px;
      }


      .sec9{
        padding: 20px;
        margin-top: 10px;
      }

      .sec9 h1{
        font-size: 25px;
      }

      .sec9-container{
        margin-top: 0;
      }
      
      .sec9-container img{
        width: 100%;
      }





      
  }
  