/**
 * Piano Techniques Method
 *
 * Generated by Dreamz Page Builder on 2026-07-22.
 */



.piano-techniques-method .main-title{
	text-align: center;
	margin-bottom: 30px;
}
.piano-techniques-method .main-title h2{
	margin-bottom: 0px;
}

.piano-techniques-method{
	overflow: hidden;
	padding-bottom: 100px;
	position: relative;
	padding-top: 80px;
}
.piano-techniques-bg{
    background-image: url(../images/Piano-techniques-pattern.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    background-position: center;
	pointer-events: none;
}
.techniques-method-item{
	border-radius: 20px;
	border: 1px solid #C4C4C4;
	background: #FFFAF5;
	padding: 20px;
	position: relative;
	font-family: var(--font-cormorant-garamond);
}
.slide-number{
    color: #B28B50;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: -1.4px;
    opacity: 0.3;
    position: absolute;
    top: -10px;
    right: 20px;
}
.techniques-method-item .image{
    width: 100px;
    height: 100px;
    margin: 0 auto 20px auto;
    border-radius: 50%;
    overflow: hidden;
}
.techniques-method-item .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.piano-techniques-carousel .slick-list {
    margin: 0 -75px;
    overflow: inherit;
}

.piano-techniques-carousel .slick-track {
    display: flex!important;
    margin-left: 0px;
}

.piano-techniques-carousel .slick-slide {
    margin: 0 75px;
    height: auto;
}
.techniques-method-item .text{
	text-align: center;
}

.piano-techniques-carousel .slick-slide:nth-child(even) .techniques-method-item {
    background: #B28B50;
}
.piano-techniques-carousel .slick-slide:nth-child(even) .techniques-method-item .image{
	border: 2px solid #fff;
}
.piano-techniques-carousel .slick-slide:nth-child(even) .techniques-method-item *{
	color: var(--white);
}
.piano-techniques-carousel .slick-slide:nth-child(odd) .techniques-method-item {
	margin-top: 100px;
}

.bg-line{
    position: absolute;
    top: 55%;
    left: 0;
    width: 100%;
    height: 30px; /* Set to your SVG height */
    transform: translateY(-50%);
    background: url("../images/techniques-method-line.svg") repeat-x center;
    background-size: auto 100%;
    pointer-events: none;
}

.techniques-method-item p{
	font-size: 14px;
	font-family: var(--font-inclusive-sans);
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	color: #2C2C2C;
}

@media only screen and (max-width:1200px) {
	.piano-techniques-carousel .slick-list {
		margin: 0 -40px;
	}
	.piano-techniques-carousel .slick-slide {
		margin: 0 40px;
	}
}

@media only screen and (max-width:1024px) {
	.piano-techniques-carousel .slick-list {
		margin: 0 -30px;
	}
	.piano-techniques-carousel .slick-slide {
		margin: 0 30px;
	}
	.slide-number{
		font-size: 50px;
		line-height: 50px;
		top: -5px;
	}
	.piano-techniques-carousel .slick-slide:nth-child(odd) .techniques-method-item {
		margin-top: 80px;
	}
}

@media only screen and (max-width:991px) {
	.piano-techniques-carousel .slick-list {
		margin: 0 -20px;
	}
	.piano-techniques-carousel .slick-slide {
		margin: 0 20px;
	}
	.techniques-method-item .image {
		width: 110px;
		height: 110px;
		margin: 0 auto 15px auto;
	}
	.piano-techniques-method{
		padding-bottom: 70px;
		padding-top: 70px;
	}
}

@media only screen and (max-width:767px) {
	.piano-techniques-carousel .slick-slide:nth-child(odd) .techniques-method-item {
		margin-top: 0px;
	}
	.piano-techniques-method{
		padding-bottom: 50px;
		padding-top: 50px;
	}
	.piano-techniques-method .main-title{
		margin-bottom: 25px;
	}
	.techniques-method-item .image {
        width: 90px;
        height: 90px;
        margin: 0 auto 10px auto;
    }
}