::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@font-face {
  font-family: 'main' ;
  src: url('../fonts/Almarai-Regular.ttf');
}

@font-face {
  font-family: 'light' ;
  src: url('../fonts/Almarai-Light.ttf');
}

.main_title h6{
  font-family: 'light' !important;
  font-size: 16px;
  font-weight: 400 !important;
     text-align: start;



}
.main_title span
{
  color:#DEAD69;
}
.carousel-inner img {
  width: 100%;
  /* height: 100%; */
}

@media(min-width:767px) {
  .carousel-inner img {

    height: 570px;
  }
}

#custCarousel .carousel-indicators {
  position: relative;
  margin-top: 20px;
  /* z-index: 9999999999; */
  /* top: 100px; */
}

.slider-right-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  /* background: 0 0; */
  border: 0;
  right: -14px;
  /* opacity: .5; */
  transition: opacity .15s ease;
}

.slider-left-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  /* background: 0 0; */
  border: 0;
  /* opacity: .5; */
  left: -11px;
  transition: opacity .15s ease;
}

.carousel-item img {
  border-radius: 21px;
  height: 70%;
}

#custCarousel .carousel-indicators>li {
  width: 100px;
}

#custCarousel .carousel-indicators li img {
  display: block;
  opacity: 0.5;
  border-radius: 21px;

  height: 80px;
}

#custCarousel .carousel-indicators li.active img {
  opacity: 1;
}

#custCarousel .carousel-indicators li:hover img {
  opacity: 0.75;
}

.carousel-item img {

  width: 100%;
  height: 99%;
}

.carousel-indicators {
  margin-right: 10px;
  margin-left: 10px;
}

@media(max-width:767px) {
  .carousel-control-prev {
    height: fit-content;
    top: 30%;
  }

  .carousel-control-next {
    height: fit-content;
    top: 30%;
  }

  .carousel-indicators {
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media(min-width:767px) {
  .carousel-item {
    height: 450px !important;
    object-fit: contain;
  }
}



.timeline-container {
  position: relative;
  /* max-width: 600px; */
  /* margin: 0 auto; */
  padding: 20px 0;
}

.timeline-item {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.timeline-item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: #FFF;
  border: 5px solid #dead69;
  border-radius: 50%;
  z-index: 1;
}

.timeline-line {
  position: absolute;
  width: 3px;
  background-color: #D9D9D9;
  top: 12px;
  bottom: 0;
  right: 8px;
}

.timeline-item-content {
  /* padding-left: 20px; */
}

.timeline-item h4 {
  margin: 0;
  font-size: 16px;
  color: #2196F3;
}

.timeline-item p {
  margin: 4px 0;
  font-size: 14px;
}

.timeline-details {
  max-height: 0;
  padding-left: 20px;
  font-size: 14px;
  overflow: hidden;
  padding-bottom: 0px;
  color: #555;
  transition: max-height 2s ease-in-out;
  /* Smooth transition */
  /* transition: padding-bottom 0.5s ease-in; */
  /* Smooth transition */
}

.timeline-item.expanded .timeline-details {
  max-height: 1500px;
  /* Set a high enough value to handle the content */
  transition: max-height 2s ease-in-out;
  /* transition: max-height 5s ease-in; */
  /* Smooth transition */
  /* transition: padding-bottom 0.5s ease-in-out; Smooth transition */
  /* padding-bottom: 15px; */

}
.slider-pics
{
  height: fit-content !important;
}