/*resCarousel Css*/
.outt {
  display: none;
}
.leftRs {
  background-color: #28163c;
  color: white;
  position: absolute;
  margin: auto;
  top: -30px;
  bottom: 0;
  z-index: 100;
  left: 5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  border: 0;
  box-shadow: 0px 0px 5px #333;
  transition: all 0.5s;
}
.leftRs:hover {
  background-color: #8b153f;
}
.rightRs {
  background-color: #28163c;
  color: white;
  position: absolute;
  margin: auto;
  top: -30px;
  right: 5px;
  bottom: 0;
  z-index: 100;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  border: 0;
  box-shadow: 0px 0px 5px #333;
  transition: all 0.5s;
}
.rightRs:hover {
  background-color: #8b153f;
}
.resCarousel {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.resCarousel img {
  width: 100%;
  height: auto;
}
.resCarousel-inner {
  overflow-x: hidden;
  white-space: nowrap;
  font-size: 0;
  height: auto;
  vertical-align: top;
  padding-right: 30px;
}
.resCarousel-inner .item {
  vertical-align: top;
  display: inline-block;
  font-size: 16px;
  white-space: normal;
  max-width: 400px;
  /* min-height: 650px; */
  background-color: white;
  border: 1px #ccc solid;
  border-radius: 20px;
  padding: 10px;
  background-size: cover;
  margin-left: 10px;
  margin-bottom: 10px;
}
/*banner*/
/* dos */

.resCarousel2 {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.resCarousel2 img {
  width: 100%;
  height: auto;
}
.resCarousel-inner2 {
  overflow-x: hidden;
  white-space: nowrap;
  font-size: 0;
  height: auto;
  vertical-align: top;
  padding-right: 30px;
}
.resCarousel-inner2 .item {
  vertical-align: top;
  display: inline-block;
  font-size: 16px;
  white-space: normal;
  max-width: 350px;
  min-height: 650px;
  background-color: white;
  border: 1px #ccc solid;
  border-radius: 20px;
  padding: 20px;
  background-size: cover;
  margin-left: 10px;
  margin-bottom: 10px;
}
/*  */

.banner {
  overflow: hidden !important;
}

/*tile css*/

.resCarousel-inner .item .tile {
  margin: 10px;
  position: relative;
  /* height: 270px; */
}
.resCarousel-inner .item2 .tile {
  margin: 10px;
  position: relative;
  height: 210px;
}

/*animation*/

.resCarousel[data-animator="lazy"] .item {
  transition: 0.6s ease all;
}

.resCarousel[data-animator="lazy"] .item2 {
  transition: 0.6s ease all;
}
@media screen and (max-width: 768px) {
  .resCarousel-inner .item2 {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  /* .leftRs2 {
    top: 85%;
    left: 20%;
  }

  .rightRs2 {
    top: 85%;
    right: 20%;
  } */
}
@media screen and (max-width: 480px) {
  /* .resCarousel-inner {
    min-height: 720px;
  } */
  .resCarousel-inner .item {
    padding: 10px;
  }
}
