::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
background: linear-gradient(0deg, rgba(58,168,255,1) 0%, rgba(185,14,121,1) 100%);
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}


/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background:  rgb(213,54,152);
}

h1{
    background-color: #f3ec78;
background: linear-gradient(30deg, rgba(30,239,255,1) 0%, rgba(104,119,224,1) 35%, rgba(129,79,236,1) 53%, rgba(165,69,198,1) 77%, rgba(207,32,185,1) 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
}

.home-testimonial{
	background-color: #231834;
	height: 480px
}

.home-testimonial-bottom{
background-color: #f8f8f8;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 20px;
	margin-bottom: 0px;
	position: relative;
	height: 180px;
	top: 190px
}
.home-testimonial h3 {
color: #818cae;
font-size: 14px;
font-weight: 500;
text-transform: uppercase
}

.home-testimonial h2 {
color: white;
font-size: 28px;
font-weight: 700
}

.testimonial-inner {
position: relative;
top: -174px
}
.testimonial-pos {
position: relative;
top: 14px
}

.testimonial-inner 
.tour-desc {
border-radius: 8px;
padding: 30px
}

.color-grey-3 {
font-size: 16px;color: #4C5259
}

.box-shadow-hover:hover {
  -webkit-filter: brightness(90%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.pointer {
  cursor: pointer;
}
.testimonial-inner img.tm-people{width: 60px;height: 60px;-webkit-border-radius: 50%;border-radius: 50%;-o-object-fit: cover;object-fit: cover;max-width: none}
.link-name{font-size: 16px;color: #4C5259}.link-position{font-size: 14px;color: #4C5259}



/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}