/*****album-slider-style*****/

.slick-slider .slide {
    background: #151923;
}
.slide-content {
    text-align: left;
    position: relative;
    left: 6%;
    padding-right: 240px!important;
}
.right-image-container {
    left: -3%;
}
img.right-image {
    box-shadow: 0px 25px 30px rgba(0, 0, 0, 0.4);
    border-radius: 15px;
}
.bi.bi-chevron-left::before {
    color: #fff;
}
.bi-chevron-right::before {
    color: #fff;
}
.text {
    text-align: left!important;
}
.button-container {
    margin-top: -61px!important;
}
p.album-text {
    margin-top: -42px;
}
.slick-slider .slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.slick-slider {
    margin-left: -1px;
}
i.bi.bi-play.play-front {
    position: relative;
    top: 4px;
}
.slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.slide-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 2;
}
img.img-new-project {
    width: 35.8%;
}
.slide-content {
    flex: 0 0 50%;
    padding: 40px;
    color: #fff;
    background: rgba(0, 0, 0, 0.0);
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: left;
}
.button-henry-2 {
    padding: 25px 50px;
    font-family: "Raleway", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    border-style: none;
    border-radius: 0;
    color: #fff;
    background-color: #129790;
    margin-right: 15px;
}
.button-henry-secondary {
    padding: 30px 50px;
    font-family: "Raleway", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    border-style: none;
    border-radius: 0;
    color: #000;
    background-color: #fff;
}
span.text-btn {
    position: relative;
    top: -3px;
}
.button-container {
    display: flex;
    align-items: center;
}
h1, .heading-size-1, h2, .heading-size-2, h3, .heading-size-3 {
    margin: 0px;
}
.slide-content h2 {
    font-size: 58px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 400;
    padding-top: 10px;
}
.slide-content p {
    font-size: 26px;
    line-height: 1.5em;
    margin-bottom: 45px;
    font-weight: 300;
    color: #FFFFFF;
}
.slide-content img, .slide-content h2, .slide-content p, .slide-content a.button-henry-2, .slide-content a.button-henry-secondary {
    opacity: 0;
    transform: translateY(40px);
    animation: slideUp 1s forwards;
}
.slide-content img {
    animation-delay: 0s;
    animation-duration: 0.4s;
}
.slide-content h2 {
    animation-delay: 0.15s;
    animation-duration: 0.4s;
}
.slide-content p {
    animation-delay: 0.3s;
    animation-duration: 0.4s;
}
.slide-content a.button-henry-2 {
    animation-delay: 0.45s;
    animation-duration: 0.4s;
}
.slide-content a.button-henry-secondary {
    animation-delay: 0.6s;
    animation-duration: 0.4s;
}
@keyframes slideUp {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
}
.right-image-container {
    flex: 0 0 40%;
    padding-right: 5%;
    position: relative;
    z-index: 2;
}
.right-image {
    width: 100%;
    height: auto;
    border-radius: 15px;
    object-fit: cover;
}
.slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: transparent;
    border: none;
    padding: 10px 15px;
    font-size: 24px;
    color: #fff;
}
.slick-prev {
    left: -2px;
}
.slick-next {
    right: 41px;
}
.slick-prev::before, .slick-next::before {
    display: none;
}
.bi-chevron-right::before {
    content: "\f285";
    font-size: 40px !important;
}
.bi.bi-chevron-left::before {
    content: "\f284";
    font-size: 40px !important;
}

/* Mobile & Tablet CSS */
@media (max-width: 992px) {
    .slide {
        flex-direction: column;
        height: 100vh;
    }
    .slide-inner {
        flex-direction: column;
    }
    .slide-content {
        flex: 0 0 80%;
        padding: 30px;
    }
    .right-image-container {
        flex: 0 0 35%;
        padding: 20px;
    }
    .slide-content h2 {
        font-size: 42px;
        margin-bottom: 15px;
    }
    .slide-content p {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .img-new-project {
        width: 50%;
        margin-bottom: 12px;
    }
    .button-henry-2, .button-henry-secondary {
        padding: 18px 40px;
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    .slide {
        height: 90vh;
    }
    .slide-content {
        flex: 0 0 90%;
        padding: 20px;
    }
    .right-image-container {
        flex: 0 0 30%;
        padding: 10px;
    }
    .slide-content h2 {
        font-size: 34px;
    }
    .slide-content p {
        font-size: 18px;
    }
    .img-new-project {
        width: 60%;
    }
    .button-henry-2, .button-henry-secondary {
        padding: 15px 30px;
        font-size: 16px;
    }
}
@media (max-width: 480px) {
	a.glightbox {
    display: none;
}
	.slick-slider .slide {
		height: 96vh;
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.slide-content h2 {
		font-size: 26px!important;
	}
	.slide-content {
		padding-right: 48px!important;
	}
    .slide {
        height: 60vh;
    }
	.button-container {
		display: grid;
		align-items: center;
		float: left;
		width: 100%;
		text-align: center;
	}
	a.button-henry-2 {
		width: 100%;
		margin-bottom: 10px;
	}
    .slide-content {
		flex: 0 0 100%;
		padding: 0px;
	}
    .right-image-container {
        flex: 0 0 25%;
        padding: 5px;
    }
    .slide-content p {
        font-size: 16px!important;
		padding-bottom: 10px;
    }
    .img-new-project {
        width: 70%;
    }
    .button-henry-2, .button-henry-secondary {
        padding: 12px 25px;
        font-size: 15px;
    }
    .bi.bi-chevron-left::before, .bi-chevron-right::before {
        font-size: 27px !important;
        background: #fff;
        color: #000;
        border-radius: 50px;
        padding: 10px;
    }
}
@media (max-width: 1366px) {
    .slide-content h2 {
        font-size: 38px;
        font-family: "le-Jour-Serif", Sans-serif;
        font-weight: 400;
    }
    .slide-content p {
        font-size: 21px;
    }
    .button-henry-2 {
        padding: 12px 25px 24px 25px;
        font-size: 15px;
    }
    .button-henry-secondary {
        padding: 25px 30px;
        font-size: 16px;
    }
	.slide-content {
    padding-right: 83px;
}
}

/* Player Styles */
body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', sans-serif;
    background: #111;
    color: #fff;
    text-align: center;
}
button#prev, button#play, button#next {
    padding: 0;
}
.bi-pause::before, .bi-play::before {
    font-size: 33px;
}
.bi-play::before {
    content: "\f4f5";
}
.player {
    display: none;
    background: #000;
    color: #fff;
    padding: 15px 30px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
    z-index: 1000;
    border-top: 2px solid #222;
}
.player.show {
    display: flex;
    transform: translateY(0);
    opacity: 1;
}
.player {
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.left-info {
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 220px;
}
.left-info img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
}
.left-info .text h3 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}
.left-info .text p {
    margin: 0;
    font-size: 12px;
    color: #bbb;
}
#waveform {
    flex: 1;
    height: 64px;
    min-width: 200px;
    transition: opacity 0.3s ease;
}
.controls {
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 100px;
}
.controls button {
    background: transparent;
    border: none;
    color: white;
    font-size: 22px;
    cursor: pointer;
}
@keyframes fadeInWave {
    0% { opacity: 0.2; filter: blur(3px); transform: scaleY(0.7); }
    50% { filter: blur(1px); transform: scaleY(1.1); }
    100% { opacity: 1; filter: blur(0); transform: scaleY(1); }
}
#waveform.animate-fade {
    animation: fadeInWave 1.2s ease-in-out;
}
@media (max-width: 768px) {
    .player {
		flex-direction: row;
		align-items: stretch;
		text-align: center;
	}
    .left-info, .controls {
        justify-content: center;
    }
}