.home-testimonial-slider{
	max-width: 775px;
	margin: auto;
}
.home-testimonial-slider h3{
	font-family: Outfit Regular;
	font-size: 28px;
	text-align: center;
	margin-bottom: 30px;
}

.home-testimonial-slider .testimonial-content{
	font-family: Outfit Light;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	margin-bottom: 30px;
}

.home-testimonial-slider .testimonial-person-name{
	font-family: Outfit Medium;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
}

.home-testimonial-slider .testimonial-designation{
	font-family: Outfit Light;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
}



.music-video-item{
	width: 100%;
}


.music-videos-wrapper .background-image {
	height: 268px;
    width: 476px; /* Adjust the height as needed */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	border-radius: 10px;
}



.music-videos-wrapper .video-content {
    margin-bottom: 15px;
}

.music-videos-wrapper .button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #3498db; /* Adjust the button background color */
    color: #fff; /* Adjust the button text color */
    text-decoration: none;
    border-radius: 5px;
}

.music-video-item{
	margin-bottom: 60px;
}

.music-video-item .content{
	max-width: 540px;
}

.music-videos-wrapper .content h2{
	font-family: Outfit Regular;
	font-size: 28px;
	line-height: 36px;
	color: #080012;
	margin-bottom: 20px;
}

.music-videos-wrapper .content .year{
	font-family: Outfit Regular;
	font-size: 20px;
	color: #080012;
	margin-bottom: 10px;
}

.music-videos-wrapper .content .video-content{
	font-family: Outfit Light;
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 30px;
}

.music-videos-wrapper .button {
    color: #080012;
    position: relative;
    display: inline-block;
    padding: 18px 30px;
    text-decoration: none;
    background: transparent;
    overflow: hidden;
    font-family: 'Outfit Medium', sans-serif;
    font-size: 16px;
	border-radius: 5px;
    }

.music-videos-wrapper .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border: 3px solid transparent;
    border-image: linear-gradient(270deg, #67118B, #1B073E) 1;
    border-image-slice: 1;
    border-radius: 5px;
}

.background-image{
	position: relative;
}

.music-videos-wrapper .background-image img{
	position: absolute !important;
	left: 45%;
	top: 45%;
}

.pagination span.page-numbers.current,
.pagination a.page-numbers,
.pagination a.next.page-numbers{
	font-family: Outfit Medium;
	font-size: 16px;
	padding: 10px 20px;
	background: #67118B;
	border-radius: 3px;
	color: #ffffff;
}

.pagination span.page-numbers.current,
.pagination a.page-numbers{
	margin-right: 10px;
}

.pagination{
	text-align: center;
}
.single-product .product_meta {
    border: none !important;
}

/**********************************************************************************************************************/
@media only screen and (min-width: 600px){
.music-video-item{
    display: grid;
        grid-template-columns: repeat(2, 1fr); /* Two columns with equal width */
       
}
}
/**********************************************************************************************************************/

@media only screen and (min-width: 600px) and (max-width: 980px){
	.music-videos-wrapper .background-image {
	height: 180px;
    max-width: 300px;
	border-radius: 10px;
}
	.music-videos-wrapper .content h2{
	font-family: Outfit Regular;
	font-size: 22px;
	line-height: 30px;
	color: #080012;
	margin-bottom: 0px;
}
	.music-videos-wrapper .content .year{
	font-family: Outfit Regular;
	font-size: 16px;
}
	.music-videos-wrapper .content .video-content{
	font-family: Outfit Light;
	font-size: 16px;
	line-height: 26px;
	}
}
/**********************************************************************************************************************/

@media only screen and (max-width: 600px){
	.music-videos-wrapper .background-image {
	height: 180px;
    width: 100% !important;
	border-radius: 10px;
		margin: 0px auto 30px auto;
}
	.music-videos-wrapper .content h2{
	font-family: Outfit Regular;
	font-size: 22px;
	line-height: 30px;
	color: #080012;
	margin-bottom: 0px;
}
	.music-videos-wrapper .content .year{
	font-family: Outfit Regular;
	font-size: 16px;
}
	.music-videos-wrapper .content .video-content{
	font-family: Outfit Light;
	font-size: 16px;
	line-height: 26px;
	}
	.music-videos-wrapper .button {
    color: #080012;
    position: relative;
    display: inline-block;
    padding: 10px 20px;
	}
}
