.prod-img {
  width: 100%;
  height: 419px;
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
  background-image: url(../img//index-1.png);
}

.prod-img2 {
  width: 100%;
  height: 419px;
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
  background-image: url(../img//index-2.png);
}
.blur-collenction {
  background-color: rgba(255, 255, 255, 0.8);
  border: solid 1px #e4e4e4;

  /* margin-left: 5%;
  margin-right: 5%; */
}
h5 {
  font-weight: 600;
}

.index-hero {
  display: block;

  max-height: 100vh;
 /* position: relative; */
}
.index-hero img {
  display: block;

  max-height: 100vh;
 /* position: relative; */
}

.here-img {
  /* position: absolute; */
  width: 100%;
}

.index-hero-wording {
  text-align: center;
  position: absolute;
  color: #fff;
  top: 30%;
  left: 16%;
}

.index-hero-perfume {
  position: absolute;
  right: 15%;
  top: 8%;
  z-index: -1;
  width: 35%;
}

.flex-add-remove {
  display: flex;
}
.index-product {
  margin-top: 8%;
}
.sl-wording {
  color: #fff;
}

@media (max-width: 991px) {
  .french-text {
    font-size: 50px;
  }
  .index-product {
    margin-top: 10%;
  }
  .index-hero-perfume {
    width: 72%;
    right: 18%;
    top: 2%;
  }
  .index-hero-wording {
    color: #000;
    top: 42%;
    /* left: 5px; */
    width: 100%;
    padding: 10px;
    position: inherit;
  }

  .flex-add-remove {
    display: grid;
  }
  .sl-wording {
    color: #000;
  }
  .height-slider {
    height: 160px !important;
  }
}
@media (max-width: 1366px) {
  .index-hero-wording {
    /* color: #000 !important; */
    /* position: inherit !important; */
    top: 14% !important;
    /* left: 5px; */
    /* margin-left: 25px; */
    /* padding: 10px; */
  }
}

.height-slider {
  height: 100px;
}
.drop-show-for-logo {
  filter: drop-shadow(5px 5px 6px black);
}
@media (min-width: 991px) and (max-width: 1398px) {
  .french-text {
    font-size: 55px;
  }
}
