body{
    font-family: 'Gilroy-Bold', sans-serif;
    font-family: 'Gilroy-Heavy', sans-serif;
    font-family: 'Gilroy-Light', sans-serif;
    font-family: 'Gilroy-Medium', sans-serif;
    font-family: 'Gilroy-Regular', sans-serif;

}

@font-face {
    font-family: 'Ugly Dvae'; 
    src: url('https://1drv.ms/f/s!AvuadUUbjAL9h2m30ps2Xtpe2Hwy?e=Jl0mjc') format('woff2'), 
         url('https://1drv.ms/f/s!AvuadUUbjAL9h2m30ps2Xtpe2Hwy?e=Jl0mjc') format('woff'); 
    font-weight: normal; 
    font-style: normal; 
}

h1 {
    font-family: 'Ugly Dave', sans-serif; 
    font-size: 15rem; 
    font-weight: bold; 
    color: #333; 
}

h2 {
    font-family: 'Ugly Dave', sans-serif; 
    font-size: 15rem; 
    font-weight:bold; 
    color: #333; 
}

.merchandise1 {
    font-family: 'Ugly Dave', sans-serif; 
    font-size: 15rem; 
    font-weight:bold; 
    color: #333; 
}

/* start reset*/
html, body {
    margin: 30;
    padding: 0;

}

nav{
    margin:3rem;
    display:flex;
    justify-content: space-between;
    align-items: center;
}

* Basic styling for the header */
.header {
    background-color: white;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}


/* Styling for the logo */
.logo img {
    max-width: 100px; 
    height: auto;

}

/* navigation */
.menu { 
    width: 100%;
    display: flex;
    justify-content: right;
    font-size: 200%;
    

}


.menu {
    display: flex;

}

.menu li {
    margin: 8px 24px;
    list-style-type: none;
    
    
}

.menu li a {
    text-decoration: none;
    color:black;
    
}

.menu li a:hover {
    color:#b783f2;
}

.Shop_New_Album{
    display:flex;
    margin-top: 30px;

}

.icon_note3 {
    display: flex;
    justify-content: center; /* Center align horizontally */
    align-items: center; /* Center align vertically */
    width: 200%; /* Optionally set width to 100% of parent container */
    height: auto; /* Ensure height adjusts proportionally */
    max-width: 200px; /* Adjust maximum width to make the image smaller */
    margin-top: 30px;
}

.icon_note3 img {
    max-width: 200%; /* Ensure image resizes within its container */
    height: auto; /* Maintain aspect ratio */

    
}

h4{
    font-size: 55px;

}

p {
    font-size: 24px; /* Adjust the font size as desired */
    font-weight: normal; /* Ensure text is normal weight */
    /* Optional: Adjust other styles like color, etc. */
}

.buttons {
    text-align: center; /* Center align the button */
}

.button {
    display: inline-block; /* Ensure the anchor tag behaves like a block element */
    text-decoration: none; /* Remove underline from the anchor tag */
}

.button button {
    padding: 10px 20px; /* Adjust padding as needed */
    
    color: black; /* Button text color */
    border: solid black; /* Remove default border */
    border-radius: 20px; /* Rounded corners */
    cursor: pointer; /* Change cursor to pointer on hover */
    font-size: 16px; /* Adjust font size */
    transition: background-color 0.3s ease; /* Smooth transition for background color */
}

.button button:hover {
    background-color: #b783f2; 
    color:white
}

.album_image .album_image img{
    width:170%;
    margin-left:20px;
    border-radius: 20px;

}

.header .image_name{
    text-align: center;
    font-size: 200px;
    font-weight: bolder;
}

.Merchandise_text .image_name{
font-weight: bolder;

}

.Shop_Merchandise.images_row1 {
    display: flex;
    justify-content: space-between; /* Space items evenly across the row */
    align-items: left; 
    flex-wrap: nowrap; 
    overflow-x: auto; 
    padding: 20px; 
}

.buttons {
    flex: 0 0 auto; /* Prevent buttons from growing */
}

.buttons_left img {
    max-width: 50px; /* Adjust button image size */
    height: auto;
    align-items: left;
}

.buttons_right img {
    max-width: 50px; /* Adjust button image size */
    height: auto;
    align-items:end;
}

.Merchandise_image {
    flex: 0 0 auto; /* Prevent items from growing */
    width: 500px; /* Adjust width of each merchandise item */
    margin-right: 20px; /* Adjust margin between items */
    text-align: left; /* Center align content */
}

.Merchandise_image img {
    max-width: 100%; /* Ensure images resize properly */
    height: auto; /* Maintain aspect ratio */
    border-radius: 10px; /* Optional: Add rounded corners to images */
}

.Merchandise_text {
    margin-top: 10px; /* Optional: Adjust spacing between image and text */
}

.Shop_Merchandise.images_row2 {
    display: flex;
    justify-content: space-between; /* Space items evenly across the row */
    align-items: left; /* Center items vertically */
    flex-wrap: nowrap; /* Prevent items from wrapping onto multiple lines */
    overflow-x: auto; /* Enable horizontal scrolling if items exceed container width */
    padding: 20px; /* Optional padding around the gallery */
}

.Merchandise_image {
    flex: 0 0 auto; /* Prevent items from growing */
    width: 500px; /* Adjust width of each merchandise item */
    margin-right: 20px; /* Adjust margin between items */
    text-align: left; /* Center align content */
}

.Merchandise_image img {
    max-width: 100%; /* Ensure images resize properly */
    height: auto; /* Maintain aspect ratio */
    border-radius: 10px; /* Optional: Add rounded corners to images */
}

.Merchandise_text {
    margin-top: 10px; /* Optional: Adjust spacing between image and text */
}

.View_Product_link a{
    text-decoration: none;
    color:black;

}

.View_Product_link a:hover{
    color:#b783f2;
}

.Shop_Booklet {
    max-width: 2000px;
    margin: 0 auto;
    padding: 20px; /* Optional: Add padding around the section */
}

.Shop_booklet_row1 {
    display: flex; /* Use flexbox for row layout */
    align-items: center; /* Center items vertically */
}

.Shop_booklet_image {
    flex: 0 0 auto; /* Prevent image from growing */
    margin-right: 20px; /* Adjust spacing between image and text */
    max-width: 1400px; /* Limit the width of the image */
}

.Shop_booklet_image img {
    max-width: 100%; /* Ensure image resizes properly */
    height: auto; /* Maintain aspect ratio */
    display: block; /* Remove extra space below the image */
    border-radius: 10px; /* Optional: Add border radius */
}

.Shop_booklet_text {
    flex: 1; /* Allow text to grow and fill remaining space */
}

.booklet_header {
    margin-bottom: 10px; /* Optional: Adjust spacing above the title */
}

.image_name1 {
    font-size: 100px; /* Adjust font size as needed */
    font-weight: bold; /* Make title bold */
}

.explanation1 {
    font-size: 38px; /* Adjust font size as needed */
    line-height: 1.5; /* Optional: Adjust line height for readability */
}

.buttons {
    margin-top: 10px; /* Optional: Adjust spacing above buttons */
    text-align: left; /* Center align the button */
}

.button {
    text-decoration: none; /* Remove underline from the anchor tag */
}

.button button {
    padding: 30px 40px;
    color: black;
    border: black solid;
    border-radius: 50px;
    cursor: pointer;
    font-size: 28px;
    transition: background-color 0.3s ease;
    margin-bottom: 100px;
}

.button button:hover {
    background-color: #b783f2; 
    border: white solid;
}


.Digital_Song {
    
    list-style: none;
    margin: 60PX;
    padding: 0;
}

.song_item {
    display:flex;
    align-items: center;
    padding: 5px;
}


.Song_item img {
    width: 150px;
    height: 150px;
    margin-right:20px;

    
}

.cover1 {
    border-radius: 20px;
}

.song_item a .play_button {
    width:25px;
    height:25px;
    cursor: pointer;
    margin-right:50px;

}

.song_item a .download_button {
    width:40px;
    height:40px;
    cursor: pointer;
    margin-right:50px;
    margin-left:20px;

}
.song_name{
    flex-grow:1;
    margin-left: 40%;
    font-size:23px;
    font-weight:bold;
    letter-spacing: 1px;
    
}

.song_time {
    margin-right: 60px;
    font-size: 23px;
    font-weight:bold;
    letter-spacing: 1px;
     
}

.song_name{
    display:flex;
    justify-content: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 28px;
    margin-left: 50px;
    padding: 0;
}

.song_time {
    display:flex;
    justify-content: right;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 28px;
    margin-right: 50px;
    padding: 0;
}



.download_button img {
    width:25px;
    color: black;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
    justify-content: flex-end;
}

.button button:hover {
    background-color: #b783f2;
    color: white;
}

.footer {
    display: flex;
    justify-content: flex-start;  
}

.footer_column {
    display: flex;
    flex: 1; 
    flex-direction: column;
    font-size: 20px; 
}


.footer_column .word_logo img{
    height:60px

}

.footer_social_media_row img {
    display: inline-block; 
     
    align-items:flex-start; 
    width: 32px;
    text-decoration: none;
    border: 0; 
}

.text_column_footer {
    font-size: 20px;
    font-weight: bold;
}

.footer_social_media_row div a img{
    display:flex;
    max-width: 35px; 
    height: auto; 
     
}

.footer_column {
    font-weight: bold;  
   
}

.footer_column a, .text_column_footer ul a{
    text-decoration: none;

}

.footer_column {
    /* Your column styling */
    width: 200px;
    /* Add more styles as needed */
}

.footer_column p.text_column_footer {
    /* Styling for the "Store" heading */
    font-weight: bold;
}

.footer_column ul {
    /* Remove default list styles */
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer_column ul {
    /* Styling for each list item */
    margin-bottom: 5px; /* Adjust spacing between items */
}

.footer_column ul a {
    /* Styling for each link */
    text-decoration: none; /* Remove underline */
    color: black; /* Link color */
}

.footer_column ul a:hover {
    /* Hover effect for links */
    color:#b783f2 /* Hover color */
}


.footer_column3 {
    display:flex;
    justify-content: flex-start;
    flex-direction: column;
    max-width:300px;
}

.footer_column3 form {
    display: flex;
    align-items:center;
    border: 1px solid black;
    border-radius: 20px;
    padding:5px;
    width: 100%;
    max-width:300px;
    margin-top: 10px; 
}

.footer_column3 input {
    border: none;
    outline:none;
    padding: 5px 10px; 
    flex:1;
    border-radius: 40px;
}

.footer_column3 button {
    padding: 8px 20px; 
    color: black;
    border: 1px solid black; 
    cursor: pointer;
    border-radius: 20px;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s; 
}

.footer_column button:hover {
    background-color: #b783f2; 
    color: white; 
    border-color: #333; 
}

@media (max-width: 768px) {
   /* CSS rules for tablets */

   html, body{
    margin: 10px 10px 10px 10px;
}

/* Adjust header padding */
.header {
    padding: 10px;
}

/* Adjust logo size */
.logo img {
    max-width: 80px;
}

/* Adjust menu font size */
.menu li {
    margin: 8px 12px;
}

/* Adjust h1 and h2 font sizes */
h1, h2 {
    font-size: 60px;
}

/* Adjust margin for h4 */
h4 {
    font-size: 30px;
    margin: 20px 0;
}

.icon_note3 {
    flex-wrap: wrap; /* Allow items to wrap onto multiple lines */
}

.icon_note3 img {
    max-width: 40%; /* Adjust maximum width of each image */
    margin-bottom: 10px; /* Add space between images */
}

h4 {
    font-size: 23px; /* Decrease font size for tablets */
}

p {
    font-size: 15px; /* Decrease font size for tablets */
}

.button button {
    padding: 5px 10px; /* Adjust padding as needed */
    
    color: black; /* Button text color */
    border: solid black; /* Remove default border */
    border-radius: 20px; /* Rounded corners */
    cursor: pointer; /* Change cursor to pointer on hover */
    font-size: 12px; /* Adjust font size */
    transition: background-color 0.3s ease; /* Smooth transition for background color */
}


.album_image .album_image img{
    width:100%;
}

.merchandise1{
    display: flex;
    font-size: 100px;
    justify-content: center;
}

    .Shop_Merchandise.images_row1,
    .Shop_Merchandise.images_row2 {
        display: flex;
        flex-direction: column; /* Display items in a column */
        align-items: center; /* Center items horizontally */
        overflow-x: auto; /* Enable horizontal scrolling if needed */
        padding: 20px; /* Optional padding around the gallery */
    }

    .Merchandise_image {
        flex: 0 0 auto; /* Prevent items from growing */
        width: 100%; /* Adjust width of each merchandise item */
        max-width: 500px; /* Limit the maximum width */
        margin-bottom: 20px; /* Adjust margin between items */
        text-align: center; /* Center align content */
    }

    .Merchandise_image img {
        max-width: 100%; /* Ensure images resize properly */
        height: auto; /* Maintain aspect ratio */
        border-radius: 10px; /* Optional: Add rounded corners to images */
    }

    .Merchandise_text {
        margin-top: 10px; /* Optional: Adjust spacing between image and text */
        text-align: center; /* Center align text */
    }


    .Shop_booklet_row1{
        display:flex;
        flex-direction: column;
    }

    .booklet_header .image_name1{
        font-size: 100px;
    }

    .Shop_booklet_image {
        width: 100%; /* Ensure image still takes full width */
        border-radius: 10px; /* Optional: Retain border-radius */
    }

    .Shop_booklet_text {
        text-align:center; /* Center align text */
    }


    /* Footer column for smaller screens (tablet and below) */
.footer_column {
    display: flex;
    flex-direction: column;
    font-size: 16px; /* Adjust font size for smaller screens */
    width: 100%; /* Full width */
}

/* Footer column for larger screens (desktop and above) */

    .footer_column {
        font-size: 12px; /* Default font size for desktop */
    }


/* Optional: Adjust image size for smaller screens */
.footer_column .word_logo img {
    height: 40px; /* Adjust image height */
}

/* Adjust copyright text size */
.footer_copyright {
    font-size: 14px; /* Adjust font size for smaller screens */
}


    .footer_copyright {
        font-size: 16px; /* Default font size for desktop */
    }



}

@media (max-width: 576px) {

    .header {
        padding: 10px; /* Adjusted padding */
    }

    .logo img {
        max-width: 40px; /* Further reduced logo size */
    }

    .menu li {
        margin: 8px 8px; /* Adjusted margin */
    }

    .menu li a{
        font-size: 15px;
    }

    h1, h2 {
        font-size: 20px; /* Reduced font size */
    }

    h4 {
        font-size: 30px; /* Reduced font size */
    }

    .Shop_New_Album{
        display:flex;
        flex-direction: column;
    }

    .icon_note3 {
        display: flex;
        flex-direction: column; /* Align items in a column */
        justify-content: center; /* Center align horizontally */
        align-items: center; /* Center align vertically */
        width: 20%; /* Ensure full width of parent container */
        max-width: none; /* Reset max-width */
        margin-top: 30px;
        text-align: center; /* Center align text */
    }
    
    .icon_note3 img {
        display: flex;
        max-width: 130%; /* Ensure images take full width */
        height: auto; /* Maintain aspect ratio */
        border-radius: 10px; /* Optional: Add rounded corners */
        justify-content: center;
    }
    
    h4 {
        font-size: 25px; /* Adjust font size for heading */
        text-align: center; /* Center align heading */
        
    }
    
    p {
        font-size: 16px; /* Adjust font size for paragraph */
        font-weight: normal; /* Ensure text is normal weight */
        text-align: center; /* Center align paragraph text */
        
    }
    
    .buttons {
        text-align: center; /* Center align the button */
    }
    
    .button {
        display: flex; /* Ensure the anchor tag behaves like a block element */
        justify-content: center;
        text-decoration: none; /* Remove underline from the anchor tag */
    }
    
    .button button {
        padding: 10px 20px; /* Adjust padding as needed */
        border-radius: 20px; /* Rounded corners */
        cursor: pointer; /* Change cursor to pointer on hover */
        font-size: 16px; /* Adjust font size */
     
    }
    
    .merchandise1{
        display: flex;
        font-size: 60px;
        justify-content: center;
    }

        .Shop_Merchandise.images_row1,
        .Shop_Merchandise.images_row2 {
            display: flex;
            flex-direction: column; /* Display items in a column */
            align-items: center; /* Center items horizontally */
            overflow-x: auto; /* Enable horizontal scrolling if needed */
            padding: 20px; /* Optional padding around the gallery */
        }
    
        .Merchandise_image {
            flex: 0 0 auto; /* Prevent items from growing */
            width: 80%; /* Adjust width of each merchandise item */
            max-width: 300px; /* Limit the maximum width */
            margin-bottom: 20px; /* Adjust margin between items */
            text-align: center; /* Center align content */
        }
    
        .Merchandise_image img {
            max-width: 100%; /* Ensure images resize properly */
            height: auto; /* Maintain aspect ratio */
            border-radius: 10px; /* Optional: Add rounded corners to images */
        }
    
        .Merchandise_text {
            margin-top: 10px; /* Optional: Adjust spacing between image and text */
            text-align: center; /* Center align text */
        }
    
    
    .Shop_booklet_row1{
        display:flex;
        flex-direction: column;
        justify-content: center;
    }

    .booklet_header .image_name1{
        font-size: 60px;
    }

    .Shop_booklet_image {
        width: 100%; /* Ensure image still takes full width */
        border-radius: 10px; /* Optional: Retain border-radius */
    }

    .Shop_booklet_text {
        text-align:center; /* Center align text */
    }

    .Shop_booklet_text .buttons{
        display: flex;
        justify-content: center;
    }

    .header .image_name{
        font-size: 60px;
    }

    .song_item img{
        display: flex;
        width:20%;
        height:20%;
        justify-content: center;
    }

    .song_item a .play_button {
        width:10px;
        height:10px;
        cursor: pointer;
        
    
    }

    .song_item a .download_button {
        margin-left: auto; /* Align download button to the end of the row */
        width: 10px;
        height: 10px;
        cursor: pointer;
    }
    

    .song_name{
        flex-grow:1;
        font-size:10px;
        font-weight:bold;
        letter-spacing: 1px;
        
    }

    .song_time {

        font-size: 10px;
        font-weight:bold;
        letter-spacing: 1px;
         
    }
    
    .song_name{
    
        font-size: 10px;
     
    }
    
    .song_time {
    
        font-size: 10px;
       
    }


    .footer_column {
        max-width: 100%; /* Full width on smaller screens */
        margin-bottom: 10px; /* Adjusted margin */
    }

    .footer_column3 {
        max-width: 100%; /* Full width on smaller screens */
        margin-top: 10px; /* Reduced margin for spacing */
    }
    
    .footer_column3 .subscribe{
        font-size: 10px;
    }

    .footer_column3 {
        display:flex;
        justify-content: flex-start;
        flex-direction: column;
        max-width:90px;
        font-size: 10px;
    }
    
    .footer_column3 form {
        display: flex;
        align-items:center;
        border: 1px solid black;
        border-radius: 20px;
        padding:5px;
        width: 100%;
        max-width:250px;
        margin-top: 10px; 
    }
    
    .footer_column3 input {
        border: none;
        outline:none;
        padding: 5px 8px; 
        flex:1;
        font-size: 10px;
        border-radius: 40px;
    }
    
    .footer_column3 button {
        padding: 8px 20px; 
        font-size: 10px;
        color: black;
        border: 1px solid black; 
        cursor: pointer;
        border-radius: 20px;
        transition: background-color 0.3s, color 0.3s, border-color 0.3s; 
    }
    
    .footer_column button:hover {
        background-color: #b783f2; 
        color: white; 
        border-color: #333; 
    }

}

    