.slid {
	width: 100%;
    margin-top: 30px;
}
.slid input {
	display: none;
}
.testimonial{
min-height: 350px;
}
.testimonials{
	min-height: 450px;
	}
.testimonials,
.testimonial {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	perspective: 500px;
	overflow: hidden;
}
.testimonial .items1,
.testimonial .items2,
.testimonials .items1 {
	background-color: #252525;
	color: #fff;
}
.testimonials .items2 {
	background-color: #fff;
	color: #252525;
}

.testimonial .items1 img,
.testimonial .items2 img
{   
	height: 200px;
}
.testimonial .items1,
.testimonial .items2{
	width: 450px;
	height: 300px;
	padding: 0px;
	text-align: left;
    border: 1px solid #fff;
    border-radius: 10px;
	position: absolute;
	top: 0;
	box-sizing: border-box;
	transition: transform 0.4s;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	user-select: none;
}

.testimonials .items1,
.testimonials .items2 {
	width: 450px;
	height: 400px;
	padding: 30px;
	text-align: left;
	border-radius: 5px;
    border: 1px solid #252525;
    border-radius: 10px;
	position: absolute;
	top: 0;
	box-sizing: border-box;
	transition: transform 0.4s;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	user-select: none;
}

.testimonial .items1 h2,
.testimonial .items2 h2,
.testimonials .items1 h2,
.testimonials .items2 h2 {
    font-size: 1.5rem;
	text-align: center;
	margin-bottom: 50px;
}
.testimonial .items1 a,
.testimonial .items2 a,
.testimonials .items1 a{
    color: #fff;
}
.testimonials .items2 a {
    color: #252525;
}
.testimonial .items1 :hover,
.testimonial .items2 :hover
{
	color:#fbfd14;
	text-decoration: none;
}
.testimonials .items1 a:hover{
    color: #fbfd14;
    text-decoration: none;
}
.testimonials .items2 a:hover {
    color: #0000FF;
    text-decoration: none;
}

.dots {
	display: flex;
	justify-content: center;
	align-items: center;
    margin-top: 0px;
}
.dots label {
    height: 10px;
	width: 10px;
	font-size: 0rem;
	border-radius: 50%;
	background-color: #252525;
	margin: 5px;
	transition-duration: 0.2s;
}

#t-1:checked ~ .dots label[for="t-1"],
#t-2:checked ~ .dots label[for="t-2"],
#t-3:checked ~ .dots label[for="t-3"],
#t-4:checked ~ .dots label[for="t-4"],
#t-5:checked ~ .dots label[for="t-5"],
#t-6:checked ~ .dots label[for="t-6"],
#t-7:checked ~ .dots label[for="t-7"],
#t-8:checked ~ .dots label[for="t-8"],
#t-9:checked ~ .dots label[for="t-9"],
#t-10:checked ~ .dots label[for="t-10"]    {
	transform: scale(2);
	background-color:  #616161 ;
}
#t-1:checked ~ .dots label[for="t-2"],
#t-2:checked ~ .dots label[for="t-1"],
#t-2:checked ~ .dots label[for="t-3"],
#t-3:checked ~ .dots label[for="t-2"],
#t-3:checked ~ .dots label[for="t-4"],
#t-4:checked ~ .dots label[for="t-3"],
#t-4:checked ~ .dots label[for="t-5"],
#t-5:checked ~ .dots label[for="t-4"],
#t-5:checked ~ .dots label[for="t-6"],
#t-6:checked ~ .dots label[for="t-5"],
#t-6:checked ~ .dots label[for="t-7"], 
#t-7:checked ~ .dots label[for="t-6"], 
#t-7:checked ~ .dots label[for="t-6"], 
#t-8:checked ~ .dots label[for="t-6"], 
#t-8:checked ~ .dots label[for="t-6"], 
#t-9:checked ~ .dots label[for="t-6"], 
#t-9:checked ~ .dots label[for="t-6"], 
#t-10:checked ~ .dots label[for="t-6"]  
{
	transform: scale(1.5);
}
#t-1:checked ~ .testimonials label[for="t-3"],
#t-2:checked ~ .testimonials label[for="t-4"],
#t-3:checked ~ .testimonials label[for="t-5"],
#t-4:checked ~ .testimonials label[for="t-6"],
#t-5:checked ~ .testimonials label[for="t-7"],
#t-6:checked ~ .testimonials label[for="t-8"],
#t-7:checked ~ .testimonials label[for="t-9"],
#t-8:checked ~ .testimonials label[for="t-10"],
#t-9:checked ~ .testimonials label[for="t-1"],
#t-10:checked ~ .testimonials label[for="t-2"],

#t-1:checked ~ .testimonial label[for="t-3"],
#t-2:checked ~ .testimonial label[for="t-4"],
#t-3:checked ~ .testimonial label[for="t-5"],
#t-4:checked ~ .testimonial label[for="t-6"],
#t-5:checked ~ .testimonial label[for="t-7"],
#t-6:checked ~ .testimonial label[for="t-8"],
#t-7:checked ~ .testimonial label[for="t-9"],
#t-8:checked ~ .testimonial label[for="t-10"],
#t-9:checked ~ .testimonial label[for="t-1"],
#t-10:checked ~ .testimonial label[for="t-2"]  {
	transform: translate3d(600px, 0, -180px) rotateY(-25deg);
	z-index: 2;
}
#t-1:checked ~ .testimonials label[for="t-2"],
#t-2:checked ~ .testimonials label[for="t-3"],
#t-3:checked ~ .testimonials label[for="t-4"],
#t-4:checked ~ .testimonials label[for="t-5"],
#t-5:checked ~ .testimonials label[for="t-6"],
#t-6:checked ~ .testimonials label[for="t-7"],
#t-7:checked ~ .testimonials label[for="t-8"],
#t-8:checked ~ .testimonials label[for="t-9"],
#t-9:checked ~ .testimonials label[for="t-10"],
#t-10:checked ~ .testimonials label[for="t-1"]

#t-1:checked ~ .testimonial label[for="t-2"],
#t-2:checked ~ .testimonial label[for="t-3"],
#t-3:checked ~ .testimonial label[for="t-4"],
#t-4:checked ~ .testimonial label[for="t-5"],
#t-5:checked ~ .testimonial label[for="t-6"],
#t-6:checked ~ .testimonial label[for="t-7"],
#t-7:checked ~ .testimonial label[for="t-8"],
#t-8:checked ~ .testimonial label[for="t-9"],
#t-9:checked ~ .testimonial label[for="t-10"],
#t-10:checked ~ .testimonial label[for="t-2"] {
	transform: translate3d(300px, 0, -90px) rotateY(-15deg);
	z-index: 3;
}
#t-2:checked ~ .testimonials label[for="t-1"],
#t-3:checked ~ .testimonials label[for="t-2"],
#t-4:checked ~ .testimonials label[for="t-3"],
#t-5:checked ~ .testimonials label[for="t-4"],
#t-6:checked ~ .testimonials label[for="t-5"],
#t-7:checked ~ .testimonials label[for="t-6"],
#t-8:checked ~ .testimonials label[for="t-7"],
#t-9:checked ~ .testimonials label[for="t-8"],
#t-10:checked ~ .testimonials label[for="t-9"]
#t-1:checked ~ .testimonials label[for="t-10"],

#t-2:checked ~ .testimonial label[for="t-1"],
#t-3:checked ~ .testimonial label[for="t-2"],
#t-4:checked ~ .testimonial label[for="t-3"],
#t-5:checked ~ .testimonial label[for="t-4"],
#t-6:checked ~ .testimonial label[for="t-5"],
#t-7:checked ~ .testimonial label[for="t-6"],
#t-8:checked ~ .testimonial label[for="t-7"],
#t-9:checked ~ .testimonial label[for="t-8"],
#t-10:checked ~ .testimonial label[for="t-9"],
#t-1:checked ~ .testimonial label[for="t-10"] {
	transform: translate3d(-300px, 0, -90px) rotateY(15deg);
	z-index: 3;
}
#t-3:checked ~ .testimonials label[for="t-1"],
#t-4:checked ~ .testimonials label[for="t-2"],
#t-5:checked ~ .testimonials label[for="t-3"],
#t-7:checked ~ .testimonials label[for="t-4"],
#t-9:checked ~ .testimonials label[for="t-5"],
#t-10:checked ~ .testimonials label[for="t-6"],
#t-8:checked ~ .testimonials label[for="t-7"],
#t-6:checked ~ .testimonials label[for="t-8"],
#t-2:checked ~ .testimonials label[for="t-9"],
#t-1:checked ~ .testimonials label[for="t-10"],

#t-3:checked ~ .testimonial label[for="t-1"],
#t-4:checked ~ .testimonial label[for="t-2"],
#t-5:checked ~ .testimonial label[for="t-3"],
#t-7:checked ~ .testimonials label[for="t-4"],
#t-9:checked ~ .testimonials label[for="t-5"],
#t-10:checked ~ .testimonial label[for="t-6"],
#t-8:checked ~ .testimonial label[for="t-7"],
#t-6:checked ~ .testimonial label[for="t-8"],
#t-2:checked ~ .testimonial label[for="t-10"],
#t-1:checked ~ .testimonial label[for="t-9"] {
	transform: translate3d(-600px, 0, -180px) rotateY(25deg);
}
#t-1:checked ~ .testimonials label[for="t-1"],
#t-2:checked ~ .testimonials label[for="t-2"],
#t-3:checked ~ .testimonials label[for="t-3"],
#t-4:checked ~ .testimonials label[for="t-4"],
#t-5:checked ~ .testimonials label[for="t-5"],
#t-6:checked ~ .testimonials label[for="t-6"],
#t-7:checked ~ .testimonials label[for="t-7"],
#t-8:checked ~ .testimonials label[for="t-8"],
#t-9:checked ~ .testimonials label[for="t-9"],
#t-10:checked ~ .testimonials label[for="t-10"],

#t-1:checked ~ .testimonial label[for="t-1"],
#t-2:checked ~ .testimonial label[for="t-2"],
#t-3:checked ~ .testimonial label[for="t-3"],
#t-4:checked ~ .testimonial label[for="t-4"],
#t-5:checked ~ .testimonial label[for="t-5"],
#t-6:checked ~ .testimonial label[for="t-6"],
#t-7:checked ~ .testimonials label[for="t-7"],
#t-8:checked ~ .testimonials label[for="t-8"],
#t-9:checked ~ .testimonials label[for="t-9"],
#t-10:checked ~ .testimonials label[for="t-10"]
{
	z-index: 4;
}