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', Gilroy, sans-serif; 
    font-size: 15rem; 
    font-weight: bold; 
    color: #333; 
}

h2 {
    font-family: 'Ugly Dave', Gilroy, 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;
}

.hero_image a img{
    border-radius:100px;
}

h4{
    margin: 40px 0px 40px 20%;
    font-size: 400%;

}


/* Optional: Style for the button */
.buttons a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 5px solid black;
    border-radius: 50px; /* Rounded corners */
    padding: 20px 30px; /* Adjust padding as needed */
    color: black;
    font-size: 24px; /* Adjust font size as needed */
}

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


/* Flexbox styles for the arrow_button row */
.arrow_button.row {
    display: flex; 
    justify-content:flex-start; 
    align-items: center; 
    margin:40px 0px 40px 15%;

}

/* Style for the arrow images */
.arrow {
    margin: 0 10px; 
}

.arrow img {
    height: 40px; 
    width: auto; 
}

/* Reset some default styles */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Optional: Adjust spacing */
.About {
    padding: 20px; 
}

/* Flexbox styles for About_Musician row */
.About_Musician.row {
    display:flex; 
    
    flex-wrap: wrap; 
    
}

/* Styling for each musician section */
.About_Musician1,
.About_Musician2,
.About_Musician3,
.About_Musician4 {
    flex: 1 0 20px; 
    max-width: 15px;  
    text-align: flex; 
    
    
}
.About_Musician1{

    margin:0px 0px 0px 0px ;
    
}

.About_Musician2{
    margin:0px 0px 0px 25%
}

.About_Musician3{
    margin: 0px 0px 0px 25%
}

.About_Musician4{
    margin: 0px 0px 0px 25%
}


/* Styling for musician images */
.About_Musician1_images,
.About_Musician2_images,
.About_Musician3_images,
.About_Musician4_images {
    margin: 0; 
    width: 100%;
    height: auto;
    display:block;
    justify-content: flex;
    
}

.About_Musician1_images img,
.About_Musician2_images img,
.About_Musician3_images img,
.About_Musician4_images img{
    border-radius: 18px;
}

/* Styling for musician text */
.About_Musician1_text,
.About_Musician2_text,
.About_Musician3_text,
.About_Musician4_text {
    font-weight: bold; 
    margin-top: 25px ;
}

/* Optional: Reset default styles */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Flexbox styles for tour content */
.tour-content {
    display: flex;
    justify-content:center; 
    align-items: center;
    max-width: 1600px;
    margin: 20px;
    
}

/* Tour images */
.Tour_images {
    flex: 0 0 100%;
    margin-right: 20px; /* Space between image and text */
    max-width:900px; /* Adjust maximum width for smaller images */
}

.Tour_images img {
    max-width: 100%;
    height: auto;
    border-radius: 18px;
}

/* Tour text container */
.Tour_text {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 700px;
    margin-left: 40px; /* Add left margin for spacing */
}


/* Tour Title */
.header {
    margin-bottom: 10px; 
    
    
}

.image_name {
    font-size: 25px;
    
}

.header h2 {
    font-size: 100px; 
    font-weight: bold; 
    text-align: center;
    
}


/* Explanation text */
.explanation h4 {
    font-size: 60px; /
    
}

p {
    font-size: 20px;
    margin: 10px;
    text-decoration: none;
    text-align: center;
    
} 


/* Buy Ticket button */
.button {
    display: flex;
    padding: 40px 30px; 
    text-decoration: none;
    border: 5px solid black;
    border-radius: 100px; 
    justify-content:center;
    align-content:end;
    text-align: center;
    color: black;
    transition: background-color 0.3s ease; 
    font-size: 15px;
    margin-top: 20px;
    margin: 10px;

    
    

}

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


.shop_row {
    display: flex; 
    justify-content:space-between; 
    flex-wrap: wrap; 
    max-width: 2000px; 
    margin: 0 auto; 
}

.shop_gallery {
    flex: 0 0 calc(25% - 20px); /* Four images per row */
    text-align: flex; /* Center align images */
}

.shop_gallery .Shop_text {
    text-align: center; /* Center align text if present */
}


.shop_gallery img {
    max-width: 80%; 
    height: auto; 
    border-radius: 8px; 
}


h1{
    text-align: center;
    font-size: 100px;
}

.news-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 3000px; 
    margin: 0 auto;
}

.New_Album,
.New_Mini_Show,
.New_Hozo_Festival {
    flex: 0 0 calc(50% - 20px); 
    margin: 10px;
    text-align: left;
}

.New_Album img {
    width: 100%; 
    max-height: 400px; 
    border-radius: 8px;
    object-fit: cover; 
}

.New_Mini_Show,
.New_Hozo_Festival {
    flex: 0 0 calc(25% - 20px); 
    margin: 10px;
    text-align: left;
}

.New_Mini_Show img,
.New_Hozo_Festival img {
    width: 100%; 
    max-height: 400px; 
    border-radius: 8px;
    object-fit: cover; 
}

.image_name{
    font-weight:bolder;
}

.image_name,
.explanation {
    margin: 5px 0;
    text-align: left;
}

.stay_tune {
     
    text-align:center;
    margin: 40px 0;
     
}

.stay_tune img { 
    height: auto; 
    max-width: 30%; 

}

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

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


.footer_column .word_logo img{
    height:60px

}

.footer_copyright {
    text-align: left;
}

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

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

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

}

.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 */
}

.text_column_footer{
    font-size: 20px;
    font-weight:bolder;
    text-align: left;
    margin-right: 20px;
    
}

.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;
    }

    /* Adjust margin for About_Musician sections */
    .About_Musician1, .About_Musician2, .About_Musician3, .About_Musician4 {
        flex: 1 0 50%; /* Two musicians per row */
        flex-wrap: wrap;
        margin: 0;
    }

    /* Adjust margin for musician images */
    .About_Musician1_images, .About_Musician2_images, .About_Musician3_images, .About_Musician4_images {
        margin-bottom: 20px; /* Space between images */
    }

        /* Adjust margin for About_Musician sections */
        .About_Musician1,
        .About_Musician2,
        .About_Musician3,
        .About_Musician4 {
            flex: 1 0 50%; /* Two musicians per row */
            max-width: 50%; /* Limit to half of the container width */
            margin: 0; /* Remove existing margin */
            padding: 10px; /* Add padding for spacing */
            text-align: center; /* Center align content */
        }
    
        /* Adjust margin for musician images */
        .About_Musician1_images,
        .About_Musician2_images,
        .About_Musician3_images,
        .About_Musician4_images {
            margin-bottom: 20px; /* Space between images */
        }
    
        /* Ensure images display side by side */
        .About_Musician1_images img,
        .About_Musician2_images img,
        .About_Musician3_images img,
        .About_Musician4_images img {
            width: 100%; /* Ensure images fill their containers */
            height: auto;
            border-radius: 18px;
        }

    /* Adjust Tour images and text container */

        .Tour_container {
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            align-items: center; /* Center align items */
            padding: 10px; /* Add padding for spacing */
        }
    
        .Tour_images {
            flex: 1 0 80%; /* Full width */
            margin: 0; /* Remove margin */
            margin-bottom: 10px; /* Adjusted bottom margin */
        }
    
        .Tour_images img {
            width: 100%; /* Ensure images fill their containers */
            height: auto; /* Maintain aspect ratio */
            border-radius: 18px; /* Rounded corners */
        }
    
        .Tour_text {
            flex: 1 0 20%; /* Full width */
            margin: 0; /* Remove margin */
            margin-bottom: 20px; /* Adjusted bottom margin */
            font-size: 12px;
        }
    
    
    /* Adjust shop gallery */
    .shop_gallery {
        flex: 0 0 calc(50% - 20px); /* Two images per row */
        margin: 10px;
    }
   
    /* 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 query for mobile devices */
@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: 35px; /* Reduced font size */
    }

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

        /* Adjust musician sections for mobile */
    .About_Musician1,
    .About_Musician2,
    .About_Musician3,
    .About_Musician4 {
        flex: 1 0 100%; /* Full width for each musician */
        max-width: 100%; /* Limit to full width of the container */
        margin: 10px 0; /* Adjusted margin */
        padding: 10px; /* Added padding for spacing */
        text-align: center; /* Center align content */
    }
    
        /* Adjust musician images for mobile */
        .About_Musician1_images,
        .About_Musician2_images,
        .About_Musician3_images,
        .About_Musician4_images {
            margin-bottom: 10px; /* Reduced space between images */
        }
    
        /* Ensure images display one per row on mobile */
        .About_Musician1_images img,
        .About_Musician2_images img,
        .About_Musician3_images img,
        .About_Musician4_images img {
            width: 100%; /* Ensure images fill their containers */
            height: auto; /* Maintain aspect ratio */
            border-radius: 18px; /* Rounded corners */
            margin-bottom: 10px; /* Space between images */
        }
    
    

    .Tour_images,
    .Tour_text{
        display:flex;
        flex-direction: column;

    }

    .shop_gallery {
        flex: 100%; /* Full width for tour images, text, and shop images */
        flex-wrap: wrap;
        margin-bottom: 10px; /* Adjusted margin */
    }

    .Tour_images img{
        width:400%;
        
    }

    .New_Album,
    .New_Mini_Show,
    .New_Hozo_Festival {
        flex: 1 0 100%; /* Full width for album, mini show, hozo festival */
        margin: 10px 0; /* Adjusted margin */
    }

    .New_Album img,
    .New_Mini_Show img,
    .New_Hozo_Festival img {
        width: 100%; /* Ensure images fill their containers */
        height: auto;
        border-radius: 8px;
    }

    .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;
    }
    
    .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; 
    }

}
