body {
    font-family: 'Arial', sans-serif;
    background-color: #ffffff; /* White background */
    color: #000000; /* Black text */
    margin: 0;
    padding: 0;
}

header {
    background-color: #ffffff; /* Red header background */
    color: #ffffff; /* White text in header */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1em;
    box-shadow: 0px 2px 5px rgba(225, 22, 22, 0.1); /* Box shadow effect */
}

.logo img {
    max-height: 100px; /* Adjust the maximum height as needed */

}

.header-content {
    text-align: center;
}

/* Add more styles for other sections as needed */

footer {
    text-align: center;
    padding: 1em;
    background-color: #ff0000; /* Red footer background */
    color: #ffffff; /* White text in footer */
}


/* Nav */

/* Add this style for navigation */
nav {
    display: flex;
    top: 20px; /* Adjust the top position as needed */
    left: 2000px; /* Adjust the right position as needed */
    

}


nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

nav li {
    margin-right: 20px;
    text-align: right;
}

nav a {
    text-decoration: none;
    color: #ffffff; /* White text for navigation links */
    text-align: right;
}

/* Profile Picture box */

.profile-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    transition: transform 0.09s ease-in-out;
}

.profile-container:hover {
    transform: scale(1.1);
}

.profile-box {
    width: 230px; /* Adjust the width as needed */
    height:  230px; /* Adjust the height as needed */
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    top: 36%;
    left: 10%;
    transform: translateY(-10%);
    box-shadow: 0px 0px 20px #ff4242; /* Red shadow effect */
}

.profile-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}


.artist-description {
    background-color: #ff0000; /* White background for the description box */
    box-shadow: 0px 0px 20px #b30202; /* Red shadow effect */
    padding: 80px;
    max-width: 600px; /* Adjust the maximum width as needed */
    text-align: left; /* Align the text to the left */
    border-radius: 0%;
    left: 60%;
    color: #ffffff;
}

.artist-description-1 {
  
    max-width: 600px; /* Adjust the maximum width as needed */
    text-align: left; /* Align the text to the left */
    border-radius: 0%;
    left: 60%;
    color: #000000;
}

.artist-description {
    margin: 0;
}
/* Carousel */

#carouselSection {
    margin-top: 30px;
    width: 85%; /* Adjust the width of the slider */
    overflow: hidden;
    border-radius: 15px; /* Rounded corners for the slider */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); /* Shadow effect for the slider */
}


.carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel img {
    width: 100%; /* Make sure images fill the container */
    border-radius: 15px; /* Rounded corners for each image */
}

/* Navigation buttons (optional) */
.button-container {
    text-align: center;
    margin-top: 10px;
}

.prev, .next {
    background-color: #666;
    color: #fff;
    padding: 10px 20px;
    margin: 0 10px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
}

.prev:hover, .next:hover {
    background-color: #333;
}

/* Grid */

.column {
    float: left;
    width: 50%;
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }


  /* ------------------------ Portfolio first part ------------------------------- */

  *{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

.hero{
    position: relative;
    width: 100%;
    height: 100vh;
    background: #ff0303;
    position: relative;
}

/* hero picture */

.top-section {
    position: relative;
    background-image: url('assets/Hero.png'); /* Replace with your actual image path */
    background-size: cover;
    background-position: center;
    color: #fff; /* Text color for the top section content */
    text-align: center;
    padding: 100px; /* Adjust the padding as needed */
    box-sizing: border-box;
    opacity: 0.8; /* Adjust the opacity level as needed */
}

.top-section h1 {
    margin: 0;
}



.logo{
    width: 300px; /* Set the desired width */
    height: auto; /* Automatically adjust the height to maintain aspect ratio */
    cursor: pointer;
    right: 50%;
    align-content: center;
}

nav ul li {
    display: inline-block;
    list-style: none;
    margin: 10px 20px;
}

nav ul li a{
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-weight: bold;
}

nav ul li a:hover{
    color: rgb(255, 0, 0);
}

.detel{
    margin-left: 8%;
    margin-top: 15%;
}

.detel h1{
    font-size: 50px;
    color: #ff9d9d;
    margin-bottom: 20px;
}

/* -----Text----- */

span{
    color: rgb(255, 152, 152);
    font-family: 'Alegreya Sans', sans-serif;
    
}

h1{
    font-family: 'Alegreya Sans', sans-serif;
    
}

h2{
    font-family: 'Alegreya Sans', sans-serif;
}

p{
    font-family: 'Cardo', serif;
}

.typewriter h1 {
    overflow: hidden; /* Hide overflowing content */
    border-right: 1px solid #000; /* Vertical cursor line */
    white-space: nowrap; /* Prevent text wrapping */
    margin: 0;
    letter-spacing: 4px; /* Adjust letter spacing as needed */
    animation: typing 3s steps(40, end), blink-caret 0.5s step-end infinite;
}

@keyframes typing {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@keyframes blink-caret {
    from, to {
        border-color: transparent;
    }
    50% {
        border-color: #000;
    }
}

.detel p{
    color: rgb(255, 253, 253);
    line-height: 22px;
}

.detel a{
    background: rgb(241, 19, 19);
    padding: 10px 18px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    margin: 30px 0;
    border-radius: 5px;
}

.images{
    width: 45%;
    height: 80%;
    position: absolute;
    bottom: 0;
    right: 100px;
}

.images img{
    height: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: bottom 1s, left 1s;
}

.images:hover .shape{
    bottom: 40px;
}

.images:hover .girl{
    left: 45%;
}

.social{
    margin-left: 8%;
    margin-top: 100px;
}

.social a{
    font-size: 30px;
    color: #ff0000;
    margin-right: 20px;
}

.social a:hover{
    color: orange;
}

/* biography */

#home {
    text-align: center;
    padding: 50px;
}

.biography-box {
    max-width: 800px;
    margin: 0 auto;
    padding: 50px;
    background-color: #ff0000; /* Light gray background color */
    border: 1px solid #ddd; /* Border color */
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); /* Box shadow effect */
}

.biography-box h2 {
    color: #fff9f9; /* Dark text color for the title */
}

.biography-box p {
    margin: 10px 0;
    line-height: 1.6;
    color: #ffffff; /* Text color */
}


/* Button bio */

.button-container {
    text-align: center;
}

.rounded-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: none;
    border-radius: 20px;
    color: #000000; /* White text color */
    background-color: #ffffff; /* White button background color */
    border: 2px solid #ff0505; /* Border color */
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, transform 0.2s ease-in-out;
}

.rounded-button:hover {
    background-color: #ff0000; /* Button background color on hover */
    color: #ffffff; /* Text color on hover */
    transform: translateY(-5px); /* Add a subtle upward translation on hover */
    border: 2px solid #ffffff; /* Border color */
    text-decoration: none;
}

/* Love without Culture */

#lvc {
    text-align: left;
    padding: 50px;
}

.concept-box {
    max-width: 8000px;
    margin: 0 auto;
    padding: 40px;
    background-color: #ffdcdc; /* Light gray background color */
    border: 1px solid #ddd; /* Border color */
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0px 0px 10px rgba(255, 0, 0, 0.1); /* Box shadow effect */
}

.concept-box h2 {
    color: #ff0000; /* Dark text color for the title */
}

.concept-box p {
    margin: 10px 0;
    line-height: 1.6;
    color: #ff0000; /* Text color */
}

/* breaker */ 

.main-content {
    display: flex;
    max-width: 1100px;
    margin: 20px auto;
}

.left-section, .right-section {
    flex: 1;
    padding: 20px;
    background-color: #fff; /* White background for the sections */
    border-radius: 8px; /* Rounded corners for the sections */
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); /* Shadow effect for the sections */
}

.left-section h2, .right-section h2 {
    color: #333; /* Dark text color for section titles */
}

button {
    display: block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #333; /* Dark background for the button */
    color: #fff; /* White text color */
    border: none;
    border-radius: 5px; /* Rounded corners for the button */
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

button:hover {
    background-color: #555; /* Darker background color on hover */
}

/* ------------- Available button -------------- */

.main-content2 {
    display: flex;
    max-width: 1100px;
    margin: 20px auto;
}

.left-section2, .right-section2 {
    flex: 1;
    padding: 20px;
    background-color: #fff; /* White background for the sections */
    border-radius: 8px; /* Rounded corners for the sections */
    box-shadow: #fff; /* Shadow effect for the sections */
}

.left-section2 h2, .right-section2 h2 {
    color: #333; /* Dark text color for section titles */
}

button {
    display: block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #333; /* Dark background for the button */
    color: #fff; /* White text color */
    border: none;
    border-radius: 5px; /* Rounded corners for the button */
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

button:hover {
    background-color: #555; /* Darker background color on hover */
}


/* --------- Contact Section ------------- */

.main-content1 {
    display: flex;
    max-width: 800px;
    margin: 20px auto;
}

.contact-section {
    flex: 1;
    padding: 20px;
    background-color: #fff; /* White background for the contact section */
    border-radius: 8px; /* Rounded corners for the contact section */
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); /* Shadow effect for the contact section */
    text-align: center;
}

h2 {
    color: #333; /* Dark text color for section title */
}

button.contact-button {
    padding: 10px 20px;
    background-color: #333; /* Dark background for the button */
    color: #fff; /* White text color */
    border: none;
    border-radius: 5px; /* Rounded corners for the button */
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

button.contact-button:hover {
    background-color: #555; /* Darker background color on hover */
}

/* Modal styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    border-radius: 8px;
    width: 80%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

/* contact icons */ 

.gmail-icon {
    font-size: 48px; /* Adjust the size as needed */
    color: #D14836; /* Gmail red color */
}

.icon-text {
    margin-left: 10px;
    font-size: 24px; /* Adjust the size as needed */
    color: #333; /* Dark text color */
}


/* ---- footer -----*/

footer {
    background-color: #ec0000; /* Dark background for the footer */
    color: #fff; /* White text color */
    text-align: center;
    padding: 10px;
    border-top-left-radius: 10px; /* Rounded corners for the top left */
    border-top-right-radius: 10px; /* Rounded corners for the top right */
}

footer a {
    color: #e1c6ff; /* Purple color for the link */
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline; /* Underline on hover for the link */
}


/* gallery */ 

.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px;
}

.gallery-item {
    box-sizing: border-box;
    width: calc(25% - 20px); /* Set the width of each item (25% of the container width with margin) */
    margin: 10px;
    text-align: center;
}

.gallery-item img {
    max-width: 100%;
    height: auto;
    border: 1px solid #ddd; /* Add a border around the image */
    border-radius: px; /* Add rounded corners to the image */
}

.art-title {
    margin: 10px 0;
    font-weight: bold;
}




@media only screen and (max-width: 600px) {
    .gallery-item {
        width: calc(100% - 20px); /* Set the width to 100% for mobile devices */
    }

    
}


/* ------------ Hero NAME Marquee ------------- */




        
.marquee-container {
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 100%; /* Set the width of the marquee container to 100% */
    overflow: hidden;
}

.artist-name {
    white-space: nowrap;
    animation: marquee 40s linear infinite; /* Adjust the animation duration as needed for slower movement */
    z-index: 1; /* Bring the text to the front */
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.letter {
    position: absolute;
    font-size: 3em; /* Adjust the font size as needed */
    color: #FF69B4; /* Pink color for the letters */
    animation: floatAndFall 5s infinite linear;
    z-index: 2; /* Bring the letters to the front */
}

/* Animation keyframes for floating and falling */
@keyframes floatAndFall {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(50vh) rotate(180deg);
    }
    100% {
        transform: translateY(0) rotate(360deg);
    }
}



/* ---------------------------------------- MOBILE RESPONSIVE ----------------------------------------------------*/

@media screen and (max-width: 600px)
{

    header {
        background-color: #ffffff; /* Red header background */
        color: #ffffff; /* White text in header */
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1em;
        box-shadow: 0px 2px 5px rgba(225, 22, 22, 0.1); /* Box shadow effect */
        max-width: 600px;
    }
    

    .header-content {
        text-align: center;
    } 
    
    header {
        text-align: center;
    }



    nav {
        text-align: center;
    }

    nav ul {
        padding: 0;
        list-style: none;
    }

    nav li {
        display: block;
        margin: 10px 0; /* Add some vertical margin for spacing */
    }
    
    h4 {
        font-size: 4px; /* Adjust the font size as needed for smaller screens */
    }

    .gallery-items img {
        max-width: 90%; /* Make sure images don't exceed their container width */
        height: auto; /* Maintain the aspect ratio */
    }
}


/* folders Gallerry */

.gallery-folder {
    width: 500px;
    height: 200px; /* Set a fixed height */
    position: relative;
    overflow: hidden;
}

.gallery-folder img {
    width: 100%;
    height: 100%; /* Use 100% height to fill the container */
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: transform 0.3s ease-in-out;
}

.gallery-folder:hover img {
    transform: scale(1.1);
}

.folder-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    opacity: 20; /* Initially hidden */
    transition: opacity 0.3s ease-in-out;
}

.gallery-folder:hover .folder-title {
    opacity: 1; /* Visible on hover */
}


/*-------------- ZOOM EFFECT --------------- */

/* Zoom effect for gallery images */
.gallery-item {
    position: relative;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    height: auto;
    border: 1px solid #000000;
    border-radius: 8px;
    transition: transform 0.3s ease-in-out;
}

/* Apply zoom effect on hover */
.gallery-item:hover img {
    transform: scale(1.1);
}

/* Zoom container */
.zoom-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    background-size: cover;
    color: #000000; /* Black text */
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

/* Zoomed image */
.zoomed-image {
    max-width: 80%;
    max-height: 80%;
}

/* Close button */
.close-zoom {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    color: #a39999;
    cursor: pointer;
}

/* Responsive styles for smaller screens */
@media only screen and (max-width: 768px) {
    .zoomed-image {
        max-width: 90%;
        max-height: 90%;
    }
}



/* mobile header */


/* Mobile Responsive Header */
@media screen and (max-width: 600px) {
    header {
        flex-direction: column;
        align-items: center; /* Center items horizontally */
        text-align: center; /* Center text within the header */
    }

    .logo {
        margin-bottom: 1em;
        text-align: center;
    }

    nav {
        display: flex;
        flex-direction: column;
        position: static;
        text-align: center;
    }

    nav li {
        margin: 0;
        text-align: center;
    }

    .profile-box {
        position: static;
        transform: none;
        top: auto;
        left: auto;
        width: 100%;
    }

    .artist-description {
        left: auto;
        text-align: center;
    }

    .images {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
}

/* iphone SE mobile header */

/* Mobile Responsive Header */





.social-media-section {
    text-align: center;
    padding: 20px;
    background-color: #ffffff; /* Red background color */
    color: #ffffff; /* White text color */
}

.social-icons {
    display: flex;
    justify-content: space-around; /* Space icons evenly */
    margin-top: 10px;
}

.social-icons a {
    text-decoration: none;
    color: #ff0000; /* Red color for icons */
    font-size: 32px; /* Adjust the size of the icons as needed */
}
