* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}


.image{
  height: 350px;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-image: url(../icons/webg.png);
}

.btnh {
  color: white;
  font-weight: 500;
  display: flex;
  background-color: #7e0c0f;
   border-style: none;
   border-radius: 8px;
}

.recentW {
  font-weight: 700;
  font-size: 45px;
  color: white;
}

.subw {
  color: #7e0c0f;
  font-weight: 700;
  letter-spacing: 5px;
  padding: 2% 0 2% 0;
}

.gallery-section {
  padding: 80px 5%;
  background-color: #f9f9f9;
  text-align: center;
}

.gallery-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 50px;
  color: #333;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.gallery-item {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.gallery-item img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}



/* others */
.titleer {
  margin: 15px;
  color: #3e4355;
  font-size: 20px;
  font-weight: 600;
}

.para {
  font-size: 16px;
  color: #899096;
}

.button4 {
  background-color: #0097a7;
  border-style: none;
  color: white;
  border-radius: 6px;
}

.texxt {
  font-size: 16px;
  font-weight: lighter;
  color: #787878;
  margin-bottom: 22px;

}

.gallery{
  padding: 10px;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
  grid-auto-flow: dense;
  grid-auto-rows: 250px;
}

.verti {
  grid-row: span 1;
}

.hori {
  grid-column: span 1;
}

.square{
  grid-row: span 1;
  grid-column: span 1;
}

.gallery div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.title1 {
  font-weight: 600;
  padding-top: 40px;
  padding-bottom: 10px;
  color: #3e4355;
}

.para1{
  font-size: 15px;
 
  color: #787878;
}

.subt1{
  font-size: 19px;
  color: #3f3f3f;
}

.fsite {
  color: #787878;
}

.fsite1 {
  letter-spacing: -1px;
  color: #0097a7;
}

.dots{
  color: #787878;
}
.other{
  font-size: 30px;
  font-weight: 600;
  margin-bottom: -25px;
  padding-top: 80px;
}

.othersPad{
 display: flex;
 justify-content: space-around;
 padding: 1% 6% 8% 6%;
}

.videowireframe{
  padding: 5% 9%;
}