html{
	scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
	overflow-x: hidden;
}

h1{
  font-family: "Bigshot One", serif;
  font-size: 40px;

}

h2{
	font-family: "Cormorant", serif;
	font-weight: 700;

}

h3, p{
	font-family: "Cormorant", serif;
	font-weight: 300;

}
nav {
    position: sticky;
	background: #e0f7ff;
    top: 0;
    width: 100%;
    z-index: 1000;
	overflow:hidden;
	font-family: "Belleza", sans-serif;
	font-size: 28px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	font-style: normal;
}

.iubutton {
    color: black;
	float:left;
	display: flex;
	flex: 1;
}

.navbar{
	color: black;
	display: flex;
	float:right;
	flex:2;
}

li a {
    display: block;
    color: black;
    text-align: left;
    padding: 14px 40px;
    text-decoration: none;
}

li a:hover:not(.active) {
    background-color: #E9EAFE;
}

.active {
    background-color: #E9EAFE;
}

.box li a {
    display: block;
    color: black;
    text-align: left;
    padding: 0;
    text-decoration: none;
}

.box li a:hover:not(.active) {
    background-color:none;
}

.box active{
    background-color: #E9EAFE;
}
.menu-icon {
    display: none;
    font-size: 28px;
    cursor: pointer;
}

#menu-toggle {
    display: none;
}

.scroll-container {
            overflow-x: auto;
		flex-wrap: wrap;
            width: auto;
            height: 100vh;
            position: relative;
            scroll-behavior: smooth; /* Smooth scrolling for manual scrolling */
        }

.scroll-content {
            display: inline-block;
            white-space: nowrap;
        }

.scroll-content img {
            width: 100vw;
            height: 100vh;
            display: inline-block;
            object-fit: cover;
            filter: brightness(0.9);
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
        }
.abouther {
	mmargin:0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
	flex-wrap: wrap;
	gap:20px;
	overflow-x: auto;
    white-space: nowrap;
            position: relative;
            scroll-behavior: smooth; 
}
.aboutherbox:hover {
    transform: scale(1.05);
	transition: transform 0.5s;
}
.aboutherbox {
    background-color: #e0f7ff;
    padding: 20px 70px;
	border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	
}

.iu-image img {
    height: 300px;
    border-radius: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
		object-fit: cover;
            filter: brightness(0.9);
}
.box{
	margin:auto;
    flex-direction: column;
}
.description:hover {
    transform: scale(1.05);
	transition: transform 0.5s;
}
.description {
    background-color: #f9ffe6;
	min-height:300px;
	width:50%;
    padding: 20px 150px;
    border-radius: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	justify-content: center;
	align-content: center;
	align-items: center;
	min-width:300px;
	display: flex;
    flex-direction: column;
    margin: auto;
}

.description h1 {
    margin-top: 0;
	font-size: 50px;
	text-align: left;
	padding-left: 50px;
	
}

.description ul li{
    list-style-type: disc;
    padding: 0 25px;
    text-align: left;
    font-family: "Belleza", sans-serif;
    font-size: 28px;
    flex-wrap: wrap;
    margin: auto;
	display: flex;

	
}

.album-section {
    padding: 20px;
    width: 92%;
    margin: auto;
}

.album-section h1 {
    text-align: left;
    padding-left: 20px;
    margin-bottom: 20px;
    font-size: 36px; /* Adjust font size for heading */
}

.album-container {
    display: flex;
    overflow-x: auto;
    padding: 10px;
    gap: 20px;
	cursor: pointer;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling for iOS */
}

.album-card:hover {
    transform: scale(1.05);
	transition: transform 0.5s;
}
.album-card { 
    background-color: #e0f7ff;
    padding: 20px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 300px; /* Ensure cards are wide enough for scrolling */
    box-shadow: 10px 15px 15px rgba(0, 0, 0, 0.5);
    text-align: center;
    scroll-snap-align: start;
}

.album-card img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    margin-bottom: 15px;
}

.album-card h2 {
    font-size: 24px;
    margin: 10px 0;
}

.album-card p {
    font-size: 16px;
    margin: 5px 0;
}

.album-card ol {
    text-align: left;
    padding-left: 20px;
    font-size: 16px;
}


.songs {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.songs h1 {
    text-align: right;
    margin-left: auto;
    padding-left: 20px;
}
.songs h2 {
    font-size: 36px;
}

.song-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
}

.song {
    display: flex;
    align-items: center;
    border-radius: 30px;
    padding: 10px 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    width: 250px;
    cursor: pointer;
}

#eight, #people-pt2 {
    background-color: #E4F9FF;
}

#bbibbi, #blueming, #love-wins-all {
    background-color: #F4FED8;
}

#strawberry-moon, #lilac, #celebrity {
    background-color: #E9EAFE;
}

.song:hover {
    transform: scale(1.05);
}

.song img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.song span {
    font-size: 1.2em;
    font-weight: bold;
}

/* Hide the audio controls but keep the audio element functional */
audio {
    display:inline;
}
.drama-container {
    margin: 30px auto;
    background-color: #E4F9FF;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    text-align: center;
}

h1 {
    text-align: left;
    margin-bottom: 20px;
}
.drama-container {
    width: 92%;
    margin: auto;
	border-radius: 15px;
	
}

.drama {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 0;
	padding-bottom: 30px;
}
.drama-card img:hover {
    transform: scale(1.05);
	transition: transform 0.3s;
}
.drama-card {
    display: flex;
    background-color: #F4FED8;
    padding: 20px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
    align-items: center;
    justify-content: space-between;
    text-align: left; /* Ensure text is left-aligned */
}
.drama-card img{
    height: 350px;
	border-radius: 20px;
	}
.drama-card drama1, drama3 img {
    width: auto;
    object-fit: cover;
    order: 2; /* Ensure the image is on the right side */
}

.drama-card drama2 img {
    width: auto;
    height: 150px;
	border-radius: 20px;
    object-fit: cover;
    order: 1; /* Ensure the image is on the right side */
}

.drama-info {
    padding: 20px;
    flex: 1;
}

.drama-info h2 {
    margin-bottom: 10px;
	font-size:32px;
}

.drama-info p {
    margin-bottom: 10px;
	font-size:26px;
}

h2 {
    text-align: left;
    margin: 40px 0 20px;
}

.collection-box {
	width:92%;
    margin: 20px auto;
    text-align: center;
    background-color: #eaf0ff;
    padding: 20px;
	
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

h1 {
    margin-bottom: 20px;
    font-weight: bold;
}
.collection {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.collection-box h3 a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #F4FED8;
    color: black;
    text-decoration: none;
    border-radius: 15px;
    font-size: 1.2em;
    font-weight: bold;
    transition: background-color 0.3s, transform 0.3s;
}

.collection-box h3 a:hover {
    background-color: #F4FED8;
    transform: scale(1.05);
}

.collection-box h3 a:active {
    transform: scale(0.95);
}
.collection-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
}

.collection-item {
    position: relative;
    background-color: #E4F9FF;
    border: 20px solid #E4F9FF;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    width: 300px; /* Adjust width according to image */
    height: 300px; /* Adjust height according to image */
    cursor:pointer;
}

.collection-item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
    transition: filter 0.3s;
}

.collection-item:hover img {
    filter: blur(3px);
}

.collection-item:hover .overlay {
    opacity: 5;
}

.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color:cornflowerblue;
    font-size: 1.5em;
    font-family: "Cormorant", serif;
	font-weight: 700;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none; /* Ensure overlay is not clickable */
    width: 100%;
}

.contact{
	width: 95%;
	margin:auto;
    align-items: center;
	padding-bottom: 20px;
}

.newsletter-section {
    margin-top: 40px;
	align-content: center;
    background-color: #F4FED8;
	padding: 0px 20px 30px;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.newsletter-section h1 {
    margin-bottom: 20px;
	text-align: center;
}

 .newsletter-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-group {
    margin-bottom: 15px;
	display: flex;
}

.form-group label {
	align-self: center;
	padding-right: 10px;
	font-family: "Cormorant", serif;
	font-weight: 300;
}

.form-group input, .form-group textarea {
    width: 300px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
	font-family: "Cormorant", serif;
	font-weight: 300;
    box-sizing: border-box;
}

button {
    background-color: #E9EAFE;
    color: black;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-family: "Cormorant", serif;
	font-weight: 300;
    margin-top: 10px;
	
}

button:hover {
    background-color: #718BFF;
}

footer{
	width: 100%;
	padding-bottom: 5px;
	text-align: center;
	font-size:18px;
}

@media (max-width: 768px) {

    .navbar {
        display: none;
        flex-direction: column;
        width: 100%;
    }

    .menu-icon {
        padding: 15px 10px;
        display: flex;
        color: black;
        float: right;
    }

    #menu-toggle:checked ~ .menu-icon + .navbar {
        display: flex;
    }

    ul li a {
        padding: 20px;
        text-align: right;
    }
}
.fade-in {
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

.fade-in.show {
    opacity: 1;
}