.ani {
  padding-top: 2rem;
  width: 100%;
  height: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 99px;
  text-align: center;
  position: relative;
}
.ani div {
  position: absolute;
}

main {
  position: sticky;
  background: #fff;
  width: 100%;
  height: 10%;
  top: 0;
  left: 0%;
}

.scrollDist {
  width: 100%;
  height: 10%;
}

@media (max-width: 768px) {
  .ani {
    display: none;
  }
}
/* gallery  */
.new {
  position: relative;
  height: 10vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery .slide {
  height: 30rem;
  position: relative;
  overflow: hidden;
}
.gallery .slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.map {
  margin-bottom: 2rem;
}

.label {
  position: absolute;
  bottom: 7%;
  left: 6%;
  background: #fff;
  color: #000;
  font-weight: 300 !important;
  letter-spacing: 0.1rem;
  padding: 4px 10px;
  font-weight: bold;
  border-radius: 2px;
  z-index: 1;
  font-size: 1.3rem;
}

@media (max-width: 668px) {
  .newheader p {
    width: 92%;
    margin: auto;
  }
}
