.Gallary-top {
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.7)
    ),
    url(../assets/galla.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;

  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.Gallary-image {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 40px;
  width: 100%;
}

.Gallary-image-col2 {
  margin-top: 150px;
  display: flex;
  flex-direction: column;
}
.Gallary-image-col1 {
  display: flex;
  flex-direction: column;
}
.Gallary-image-col3 {
  display: flex;
  flex-direction: column;
}
.Gallary-image-col {
  width: 350px;
  height: 500px;
  margin: 10px;
  padding: 7px;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.3);
}
.Gallary-image-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Gallary-res {
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 1260px) {
  .Gallary-image-col {
    width: 300px;
    height: 400px;
  }
}
@media screen and (max-width: 1150px) {
  .Gallary-image-col {
    width: 250px;
    height: 350px;
  }
}
@media screen and (max-width: 970px) {
  .Gallary-image-col {
    width: 210px;
    height: 310px;
  }
}
@media screen and (max-width: 768px) {
  .Gallary-image-col {
    width: 260px;
    height: 360px;
  }

  .Gallary-res {
    display: flex;
    flex-direction: column;
  }
  .Gallary-image-col2 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 580px) {
  .Gallary-image-col {
    width: 210px;
    height: 310px;
  }

  .Gallary-res {
    display: flex;
    flex-direction: column;
  }
  .Gallary-image-col2 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 450px) {
  .Gallary-image-col {
    width: 180px;
    height: 280px;
  }

  .Gallary-res {
    display: flex;
    flex-direction: column;
  }
  .Gallary-image-col2 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 370px) {
  .Gallary-image-col {
    width: 150px;
    height: 250px;
  }

  .Gallary-res {
    display: flex;
    flex-direction: column;
  }
  .Gallary-image-col2 {
    margin-top: 10px;
  }
}
