* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

.body {
  background-color: #ecf1fd;
}

.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: #0097a7;
   border-style: none;
   border-radius: 8px;
}

.layyn {
   font-size: 50px;
   color: #0097a7;
}

.recentW {
  font-weight: 700;
  font-size: 45px;
  color: white;
}

.subw {
  color: #0097a7;
  font-weight: 700;
  letter-spacing: 5px;
  padding: 50px;
}

.subw1 {
  color: #0097a7;
  font-weight: 700;
  letter-spacing: 5px;
  padding: 100px 0 10px 0;
}

.gallery-section {
  padding: 30px 5% 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);
}

.video-section {
  padding: 80px 20px;
  background: #f8f9fb;
}

.video-grid {
  max-width: 1200px;
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

.video-card {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 ratio */
  background: #000;
  border: solid 1px #0097a7;
  border-radius: 9px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

.video-card iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.morvid{
  margin: 0 6%;
  padding-top: 10px;
  text-align: end;
  font-style: italic;
}




/* 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%;
}

/* graphics ----------- */

.graphic-section {
  padding: 80px 20px;
  background: #f8f9fb;
}

.section-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
}

.filter-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
}

.filter-btn {
  padding: 10px 18px;
  border: none;
  border-radius: 7px;
  background: #e5e7eb;
  color: #111827;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
}

.filter-btn.active,
.filter-btn:hover {
  background: #0097a7;
  color: #fff;
}

.gallery-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
}

.gallery-item {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  transition: transform 0.3s ease;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-item:hover {
  transform: translateY(-4px);
}

/* HIDDEN */
.gallery-item.hide {
  display: none;
}
