/* Make the image fully responsive */
.litt-bg {
  position: absolute;
  background: url(../images/litt-bg.png) no-repeat;
  background-position: left 16px top 88px;
  background-size: auto;
  width: 180px;
  height: 617px;
  z-index: -1;

}

.about-inside h4.tag {
  font-size: 20px;
  font-weight: 200;
  line-height: 40px;
  padding-top: 3rem;
  padding-bottom: 2rem;
  letter-spacing: 1px;
}

.about-inside h4.tag-2 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1.5px;
}

.box-color {
  margin-top: 2rem;
  padding: 1rem;
  background-color: rgba(239, 239, 239, 0.857);
  border-radius: .5em;
}

.event-item {
  border-color: #ff4605;
  padding: 10px 0px 10px 20px;
  border-style: solid;
  border-width: 0px 0px 0px 5px;
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
  color: #00391a;
}

.about-inside span.tag-sold {
  font-size: 20px;
  color: #00391a;
  text-align: justify;
}

.carousel-inner img {
  width: 100%;
  height: auto;
}

.carousel-indicators {
  display: inline-block;
  height: 320px;
  overflow-x: hidden;
  overflow-y: scroll;
  position: static;
  direction: rtl;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(184, 184, 184);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(40, 177, 241);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(23, 83, 161);
}

@media screen and (max-width:1280px) {
  .litt-bg {
    background-position: left 16px top 0px;
  }
}

@media screen and (max-width:1024px) {
  .litt-bg {
    background-position: left 16px top 0px;
  }
}

@media screen and (max-width:992px) {
  .about-inside h4.tag {
    padding-top: .8rem;
    padding-bottom: 2rem;
  }

  .litt-bg {
    background-position: left 16px top 2px;
  }

  .carousel-indicators {
    overflow-x: scroll;
    overflow-y: hidden;
    display: inline-flex;
    direction: inherit;
    height: auto;
    width: 100%;
    max-width: 800px;
    overflow-x: auto;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    justify-content: normal;
  }

  .carousel-inner {
    margin-left: 0 !important;
  }

  .carousel-inner img {
    width: 100%;
  }
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #2f7d01;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(6, 160, 37);
}

.item {
  margin-left: 5px;
  cursor: pointer;
  margin-bottom: 10px;
}

.item.active img {
  outline: 1.5px solid rgb(12, 136, 37);
  opacity: 1;
}

.item img {
  border: 1px solid transparent;
  opacity: 0.5;
  transition: 0.5s;
  height: 2rem;
}

.item:hover img {
  outline: 1.5px solid rgb(65 173 2);
  opacity: 1;
}



@media screen and (min-width: 1440px) {
  .carousel-inner {
    margin-left: -35px;
    width: 530px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .carousel-inner {
    margin-left: -20px;
    width: 450px;
  }
}

@media screen and (min-width: 880px) and (max-width: 1199px) {
  .carousel-inner {
    margin-left: -15px;
    width: 400px;
  }

}

@media screen and (min-width: 576px) and (max-width: 879px) {
  .carousel-inner {
    margin-left: 50px;
  }


}

@media screen and (max-width: 575px) {
  .box-color {
    margin-top: 2rem;
    padding: 1rem;
    background-color: rgba(239, 239, 239, 0.857);
    border-radius: .5em;
    margin: 1rem 1rem;
  }

  .event-item {
    border-color: #ff4605;
    padding: 10px 0px 10px 10px;
    border-style: solid;
    border-width: 0px 0px 0px 5px;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
    color: #00391a;
    margin-left: 1rem;
  }

  .about-inside span.tag-sold {
    padding-right: 1rem;
  }

  .litt-bg {
    background-position: left 16px top 8px;
  }

  .about-inside h4.tag {
    font-size: 20px;
    font-weight: 200;
    line-height: 37px;
    letter-spacing: 1px;
    padding: 1rem 1.25rem 2rem 1.25rem;
    text-align: justify;
  }

  .carousel-inner img {
    width: 100%;
    height: auto;
  }

  .item img {
    border: 1px solid transparent;
    opacity: 0.5;
    transition: 0.5s;
    height: auto;
  }

  .carousel-indicators {
    margin-bottom: .25rem;
  }
}

.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}