@import url('https://fonts.googleapis.com/css?family=Poiret+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

body {
    background-color: #702dc2;
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: "Quicksand", variable;
    /* font-family: "Poiret One", sans-serif; */
    max-width: 100vw;
    overflow-x: hidden;
}

#titleLetters, #titleLetters li {
    font-family: "Quicksand", variable;
  /* font-family: "Poiret One", sans-serif; */
}

.dot {
    height: 10px;
    width: 10px;
    background-color: #ffe058;
    opacity: 0.5;
    border-radius: 50%;
    position: absolute;
    pointer-events: none;
    left: -1px;
    top: -1px;
    z-index: 1000;
}

#gradient-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    pointer-events: none;
    z-index: 1;
    background: radial-gradient(circle at 50% 50%, #ffd519 0%, rgba(112,45,194,0) 60%);
    transition: background-position 0.1s;
}

.links {
    position: relative;
    display: flex;
    gap: 8vw;
    justify-content: center;
    align-items: center;
}
.home {
    display: inline-block;
    position: abosulte;
    margin-top: 3vh; 
    padding: 0.3vw 1.5vw;
    font-size: 1.5vw;
    font-weight: bold; 
    text-decoration: none;
    z-index: 1;
    background: transparent;
    border-radius: 30px;
    color: #ffd519;
    transition: background 0.5s, color 0.3s;
}
.home:hover {
    background: #fff; 
    /* #81f21d; #1fab3b 3beb67  */
    color: #702dc2; 
}

h1 {
    font-size: 10vw;
    font-weight: bold; 
    text-align: center;
    color: #ffd519;
    text-decoration: none;
    margin-bottom: 0.2em;
    }

p {
    font-size: 2vw;
    text-align: center;
    color: #eedbff;
    text-decoration: none;
    margin-top: 0.2em;
}

.banner {
    display: block;
    width: 100%;
    height: 10vh;
    background: #702dc2;
    position: absolute;
    z-index: -1;
    border: none;
}

.bottom-banner {
    display: block;
    width: 100%;
    height: 25vh;
    background: linear-gradient(to bottom, transparent 0%, #ffd519 100%);
    position: fixed; 
    bottom: -25vh;
    left: 0;
    z-index: 1;
    opacity: 0.9;
    text-align: center;
    transition: bottom 0.5s ease-out;
    color:#38250c;
    font-size: 1.3vw; 
    font-weight: bold;
}
.bottom-banner .container {
    display: flex; 
    align-items: center; 
    justify-content: center; 
    gap: 20px; 
    height: 100%; 
    padding-top: 1vh;
    position: relative;
}

.backdrop {
    display: block;
    width: 100%;
    height: 127%;
    position: absolute;
    z-index: -1;
    background: linear-gradient(to bottom, #702dc2 0%, #fd9833 100%);
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="100%" height="100%" viewBox="0 0 100 100" preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg"><path d="M0,0 H100 V80 Q50,100 0,80 Z" fill="white"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg width="100%" height="100%" viewBox="0 0 100 100" preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg"><path d="M0,0 H100 V80 Q50,100 0,80 Z" fill="white"/></svg>');
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

main {
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

.content {
    position: relative;
}
.content-body {
    margin-left: 3vw; 
    margin-right: 3vw; 
}

button {
    display: inline-block;
    background: none;
    border: none;
    padding: 1vw;
    border-radius: 10px;
    transition: background 0.3s;
    margin-left: 0.5vw;
    margin-right: 0.5vw;
    font-size: 2vw;
    color: #702dc2;
    margin-top: 1.5vw;
    max-width: 16vw;
    font-family: "Quicksand", variable;
}
button:hover {
    transform: scale(1.1);
}


/* for art and projects */

.gallery {
    display: block;
    flex-wrap: wrap;
    gap: 2vw;
    justify-content: stretch;
    align-items: stretch;
    margin: 4vw 0;
}
.gallery btn {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    position: relative;
    width: min(auto, 100vw);
}
.gallery .hover-text {
    display: none;
    position: absolute;
    left: 50%;
    top: 80%;
    transform: translate(-50%, 0);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), filter 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff;
    font-size: 3vh;
    pointer-events: none;
    width: 70%;
    z-index: 20;
    font-family: "Poiret One", sans-serif; 
    font-weight: bold;
}
.gallery btn:hover .hover-text {
    display: block;
    color: #eedbff;
}
.gallery img {
    max-height: 80vh;
    max-width: 90vw;
    display: inline-block;
    box-shadow: 0 2px 16px rgba(0,0,0,0.08);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), filter 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.gallery btn:hover img {
    filter: brightness(0.5);
}
