.previewTop {
  position: relative;
  width: 100%;
  height: 560px;
  margin: auto;
  text-align: center;
  overflow: hidden;
}
.previewTop .slogan {
  position: absolute;
  top: 334px;
  right: 0;
  left: 0;
  margin: auto;
  color: #fff;
  text-align: center;
  word-break: keep-all;
}
.previewTop .slogan h5 {
  font-family: "Cormorant", serif;
  font-size: 70px;
  line-height: 1;
  letter-spacing: -1.7px;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.previewTop .slogan h6 {
  position: relative;
  margin-top: 1rem;
  font-size: 20px;
  line-height: 1;
  color: #eee;
  transition-delay: 0.3s;
  letter-spacing: -0.4px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.previewTop .scrollDown {
  height: 104px;
}

/* sub title */
.section_title {
  text-align: center;
}
.section_title h6 {
  margin-top: 18px;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 28px;
  color: #3d3935;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition-delay: 0.2s;
}
.section_title .txt {
  margin-top: 18px;
  padding-bottom: 30px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #9c9c9c;
  letter-spacing: 0.05em;
  transition-delay: 0.3s;
}

/* inside slider */
.firstSlider .slogan {
  position: absolute;
  top: 49.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  color: #fff;
  text-align: center;
  word-break: keep-all;
  z-index: 10;
}
.firstSlider .slogan h5 {
  font-family: "Cormorant", serif;
  font-size: 70px;
  line-height: 1;
  letter-spacing: -1.7px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.firstSlider .slogan h6 {
  position: relative;
  margin-top: 1rem;
  font-size: 20px;
  line-height: 1;
  transition-delay: 0.3s;
  letter-spacing: -0.4px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
/* 
@media (max-width: 1024px) {
  .previewTop {
    height: auto;
    margin: auto;
  }

  .previewTop .loader {
    padding-top: 27%;
    min-height: 220px;
  }

  .previewTop .slogan {
    top: 40%;
  }

  .firstSlider .slogan {
    display: none;
  }
}

@media (max-width: 750px) {
  .previewTop .slogan {
    padding-left: 15px;
    padding-right: 15px;
    top: 43%;
  }
  .previewTop .slogan h5 {
    font-size: 32px;
  }
  .previewTop .slogan h6 {
    font-size: 13px;
    margin-top: 14px;
  }
} */
