.opacity1 div img {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.opacity1 div:hover img {
  opacity: 0.5;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #000;
  text-decoration: none;
  background-color: #fff;
}

.swiper-slide .txt {
  position: absolute;
  color: #fff;
  width: 100%;
  bottom: 15%;
  font-size: 30px;
  font-weight: 500;

  left: 5%;

  padding-left: 10px;
  padding-right: 10px;
  /* -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5) */
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}
.swiper-slide .txt2 {
  position: absolute;
  color: #c19e79;
  width: 100%;
  bottom: 10%;
  font-size: 15px;
  font-weight: 400;

  left: 5%;

  padding-left: 10px;
  padding-right: 10px;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}
.lgrey {
  color: grey;
  text-decoration: none;
}
.lgrey:hover {
  color: black;
  text-decoration: none;
}
@media only screen and (min-width: 576px) {
  .swiper-slide .txt {
    position: absolute;
    color: #c19e79;
    width: 100%;
    bottom: 15%;
    font-size: 40px;
    font-weight: 500;

    left: 5%;

    padding-left: 10px;
    padding-right: 10px;
  }
  .swiper-slide .txt2 {
    position: absolute;
    color: #c19e79;
    width: 100%;
    bottom: 10%;
    font-size: 20px;
    font-weight: 500;

    left: 5%;

    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .swiper-slide .txt {
    position: absolute;
    color: #c19e79;
    width: 100%;
    bottom: 15%;
    font-size: 40px;
    font-weight: 500;

    left: 5%;

    padding-left: 10px;
    padding-right: 10px;
  }
  .swiper-slide .txt2 {
    position: absolute;
    color: #c19e79;
    width: 100%;
    bottom: 10%;
    font-size: 20px;
    font-weight: 500;

    left: 5%;

    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (min-width: 992px) {
  #swiper1 {
    height: 500px;
  }
  img.img-fluid.img-thumbnail {
  }
  #imgslider {
    position: relative;
    bottom: 80px;
  }

  .swiper-slide .txt {
    position: absolute;
    color: #c19e79;
    width: 100%;
    bottom: 15%;
    font-size: 40px;
    font-weight: 500;

    left: 5%;

    padding-left: 10px;
    padding-right: 10px;
  }
  .swiper-slide .txt2 {
    position: absolute;
    color: #c19e79;
    width: 100%;
    bottom: 10%;
    font-size: 20px;
    font-weight: 500;

    left: 5%;

    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  #swiper1 {
    height: 500px;
  }

  img.img-fluid.img-thumbnail {
  }
  #imgslider {
    bottom: 150px;
  }

  .swiper-slide .txt {
    position: absolute;
    color: #c19e79;
    width: 100%;
    bottom: 15%;
    font-size: 40px;
    font-weight: 500;

    left: 5%;

    padding-left: 10px;
    padding-right: 10px;
  }
  .swiper-slide .txt2 {
    position: absolute;
    color: #c19e79;
    width: 100%;
    bottom: 10%;
    font-size: 20px;
    font-weight: 500;

    left: 5%;

    padding-left: 10px;
    padding-right: 10px;
  }
}
