@font-face {
    font-family: Magical Neverland;
    src: url(../font/magical-neverland.ttf);
    font-size: 1em;
    letter-spacing: 4px;
}

/* Some Code was crafted with ChatGPT */
/* https://chatgpt.com/share/680f1f75-aad8-8005-b1e4-7c03f1f6a315 */
/* https://chatgpt.com/share/681c4aa5-1b78-8005-a379-491cfd705ab4 */

/* Some code was created with Perplexity */
/* https://www.perplexity.ai/search/i-am-trying-to-fix-the-linking-1yYH.V5cQaCdKFuVbJS0.Q */
/* https://www.perplexity.ai/search/please-assume-the-role-of-an-e-EbvZEitwTmmHXio1Xp6Baw */

/* Some Images were crafted with ChatGPT */
/* https://chatgpt.com/share/681c4a70-3dac-8005-88c5-701f6ebfc4f1 */

/* Some Images were crafted with Perplexity */
/* https://www.perplexity.ai/search/create-me-an-image-of-a-footba-ABTRLxtlSRSdpoSfvRpisg */

/* Design Ideas assisted with Perplexity */
/* https://www.perplexity.ai/search/follow-this-introduction-where-x_qCuRcnRq.o9vTgu1v8VQ */

*{
    margin: 0;
    box-sizing: border-box;
}

body{
    background-color: black;
    scroll-behavior: smooth; /* Optional for smooth scrolling */
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    /* https://www.magicpattern.design/tools/css-backgrounds */
    background-image:  linear-gradient(#081a25 3.4000000000000004px, transparent 3.4000000000000004px), linear-gradient(90deg, #081a25 3.4000000000000004px, transparent 3.4000000000000004px), linear-gradient(#081a25 1.7000000000000002px, transparent 1.7000000000000002px), linear-gradient(90deg, #081a25 1.7000000000000002px, #000000 1.7000000000000002px);
    background-size: 85px 85px, 85px 85px, 17px 17px, 17px 17px;
    background-position: -3.4000000000000004px -3.4000000000000004px, -3.4000000000000004px -3.4000000000000004px, -1.7000000000000002px -1.7000000000000002px, -1.7000000000000002px -1.7000000000000002px;
}
/* #section4{
    position: absolute;
    top: 600vh;
} */

.siteHeader{
    height: 60px;
    width: 100vw;
    position: fixed;
    background-color: black;
    z-index: 1000;
    padding: 10px;
    transition: height .6s cubic-bezier(0, 0.4, 0, 1.01);
    transition: background-color .6s cubic-bezier(0, 0.4, 0, 1.01);
    z-index: 10000;
}

#logoLink{
    display: flex;
    gap: 10px;
    justify-content: center;
    text-decoration: none;
}

#menuOptions{
    top: -500px;
    margin: 10px;
    margin: auto;
    width: 70%;
    position: relative;
    /* left: 60px; */
    color: white;
    display: flex;
    /* flex-direction: column; */
    justify-content: space-evenly;
    /* gap: 20px; */
    transition: top .6s cubic-bezier(0, 0.4, 0, 1.01);
}

#menuOptions > a{
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
    text-decoration: none;
}

#logo{
    height: 40px;
}

#headerName{
    font-family: Magical Neverland;
    font-size: 1.5em;
    color: white;
    text-decoration: none;
}

#slideStay{
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: 3;
}

#whatIfStart, #whatIfEnd{
    font-family: Magical Neverland;
    font-size: 4em;
    letter-spacing: 5px;
}

.whatIfTitle{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 15%;
    right: 5vw;
    gap: 15px;
    z-index: 3;
    color: white;
}

#lineDesign, #lineProjections, #lineWeb, #linePerformer {
    display: none;
    transition: opacity 0.5s ease;
}
  
#lineDesign.show, #lineProjections.show, #lineWeb.show, #linePerformer.show {
    display: block;
    opacity: 1;
}

#imgStay{
    z-index: -1;
    /* position: absolute; */
    /* top: 0; */
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    /* transform: translateX(-2%); */
    overflow: hidden;
}

#blurHalo{
    top: 0;
    position: absolute;
}

#blurHalo2{
    top: 100vh;
    position: absolute;
}
#blurHalo3{
    top: 200vh;
    position: absolute;
}

#blurHalo4{
    top: 300vh;
    position: absolute;
}

#blurHalo5{
    top: 400vh;
    position: absolute;
}

.halo{
    width: 100vw;
    height: 100vh;
    opacity: .5;
}

/* Section2 */

.scrollSlide {
    scroll-snap-type: y mandatory;
    display: flex;
    flex-direction: column;
    scroll-behavior: smooth;
}

.scrollSlide > figure {
    /* scroll-snap-align: start; */
    width: 100vw;
    height: 100vh;
}

.slide1, .slide2, .slide3, .slide4, .slide5 {
    /* scroll-snap-align: start; */
    width: 100vw;
    height: 100vh;
}

.imgOriginal{
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    display: block!important;
}

#originalTop{
    z-index: 2;
}

#originalBottom{
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}


#imgProjections, #imgDesign, #imgWeb, #imgPerformer{
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    z-index: -2;
}

#imgDesign{
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 100vh;
    left: 0;
    z-index: -2;
}

@keyframes flicker {
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
      opacity: 0.4;
    }
    20%, 22%, 24%, 55% {
      opacity: 1;
    }
}
  
.imgOverlay {
    display: none;
    width: 100vw;
    height: 100vh;
    /* transform: translateY(10%); */
    opacity: 0.1;
    /* Optional smooth transition */
    transition: opacity 0.3s ease-in-out;
}
  
  /* Class to trigger flicker */
.imgOverlay.flicker {
    display: block;
    animation: flicker 1.5s linear 1 forwards;
    /* forwards to keep final state, or remove if you want it to reset */
}


#imgProjections{
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 200vh;
    left: 0;
    z-index: -2;
}

#imgWeb{
    position: absolute;
    top: 300vh;
}

#imgPerformer{
    position: absolute;
    top: 400vh;
}

#mascotHead {
    position: absolute;
    width: 350px;
    height: auto;
    left: 10vw;   /* Start where you want horizontally */
    top: 450vh;   /* 400vh puts it at the top of slide5 */
    cursor: grab;
    z-index: 1000;
    pointer-events: auto;
}

#section2, #section4{
    width: 100vw;
    height: 100vh;
}

#section2{
    position: absolute;
    top: 400vh;
}

#section3{
    position: absolute;
    top: 500vh;
    width: 100vw;
}

.horizontal-scroll {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
  
.scroll-track {
    display: flex;
    height: 100vh;
    width: max-content;
    position: sticky;
    top: 0;
}
  
.scroll-item {
    flex: 0 0 100vw;
    height: 100vh;
    background: #3498db;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
}

#whatsOffered{
    color: white;
    font-family: Magical Neverland;
    font-size: 2em;
    margin: auto;
    top: 15px;
}
/* https://www.youtube.com/watch?v=yXnK8ND76z8 */
.stickyParent{
    height: 400vh;
    position: relative;
}

.sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    z-index: 5;
    display: flex;
}

/* .scrollSection{
    position: absolute;
    top: 0;
    height: 100%;
    width: 500vw;
    will-change: transform;
    display: flex;
    justify-content: space-between;
} */

.scrollSection {
    display: flex;
    height: 100vh;
    width: 400vw; /* 4 panels x 100vw each */
    will-change: transform;
    transition: transform 0.1s linear;
}

.scrollSection > div {
    width: 100vw;
    height: 100vh;
    flex: 0 0 100vw;
}


/* Sticky Sidebar */
.stickySidebar {
    transform: translateX(-1000px);
    position: fixed;
    /* left: 30px; */
    top: 0;
    width: 250px;
    height: 40vh;
    z-index: 10;
    transition: transform 0.6s cubic-bezier(0.4,0,0.2,1);
  }

#sidebarTitle {
    color: white;
    font-family: 'Magical Neverland';
    font-size: 1.85em;
    padding-top: 15px;
    text-align: center;
}

#sidebarInside{
    height: 40vh;
    top: 30vh;
    width: 250px;
    background-color: #172440;
    border-radius: 30px;
    position: absolute;
}

/* Sidebar Contents */
.sideBarContents{
    width: 80%;
    height: 25vh;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.sideBarContents > a{
    transition: href 0.6s cubic-bezier(0.4,0,0.2,1);
    scroll-behavior: smooth;
}

.itemContents{
    color: white;
    font-size: 1em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-decoration: none;
}

/* Dropdown Menu */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    min-width: 160px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s;
    pointer-events: none;
    border-radius: 0.5rem;
}

.dropdown:hover .dropdown-content {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    transform: translateX(17%);
}

.dropdown-content > a {
    color: #374151;
    padding: 0.5rem 1rem;
    text-decoration: none;
    display: block;
    border-radius: 30px;
}

.dropdown-content a:hover {
    background: #f3f4f6;
}


/* Button */
/* https://freefrontend.com/css-buttons/ */
.btn, .pulse {
    align-items: center;
    transform: translateX(17%);
    background: none;
    color: white;
    border-radius: 30px;
    position: relative;
    padding: 12px 35px;
    background: #FFFFFF;
    font-size: 17px;
    font-weight: 500;
    color: #000000;
    border: 3px solid #4169e1;
    border-radius: 8px;
    box-shadow: 0 0 0 #fec1958c;
    transition: all .3s ease-in-out;
}

.star-1 {
    position: absolute;
    top: 20%;
    left: 20%;
    width: 25px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
  }
  
  .star-2 {
    position: absolute;
    top: 45%;
    left: 45%;
    width: 15px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
  }
  
  .star-3 {
    position: absolute;
    top: 40%;
    left: 40%;
    width: 5px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
  }
  
  .star-4 {
    position: absolute;
    top: 20%;
    left: 40%;
    width: 8px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all .8s cubic-bezier(0, 0.4, 0, 1.01);
  }
  
  .star-5 {
    position: absolute;
    top: 25%;
    left: 45%;
    width: 15px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all .6s cubic-bezier(0, 0.4, 0, 1.01);
  }
  
  .star-6 {
    position: absolute;
    top: 5%;
    left: 50%;
    width: 5px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all .8s ease;
  }
  
  button:hover {
    background: #1e5dbf;
    color: #FFFFFF;
    box-shadow: 0 0 25px #0e3a3a;
      border: 3px solid #FFF;
  }
  
  button:hover .star-1 {
    position: absolute;
    top: -80%;
    left: -30%;
    width: 25px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
  }
  
  button:hover .star-2 {
    position: absolute;
    top: -25%;
    left: 10%;
    width: 15px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
  }
  
  button:hover .star-3 {
    position: absolute;
    top: 55%;
    left: 25%;
    width: 5px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
  }
  
  button:hover .star-4 {
    position: absolute;
    top: 30%;
    left: 80%;
    width: 8px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
  }
  
  button:hover .star-5 {
    position: absolute;
    top: 25%;
    left: 115%;
    width: 15px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
  }
  
  button:hover .star-6 {
    position: absolute;
    top: 5%;
    left: 60%;
    width: 5px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
  }
  
  .fil0 {
    fill: #FFFDEF
}




/* Portfolio Boxes */
#frameBody1, #frameBody2, #frameBody3, #frameBody4{
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* Portfolio Frame */
/* https://prismic.io/blog/css-hover-effects */
.wrapperPortfolio {
    position: relative;
    height: 300px;
    width: 600px;
    margin: 50px 0;

    display: flex;
    flex-direction: row;

    transition: all 200ms ease-in-out;
}

.image-wrapper {
    height: 300px;
    width: 450px;
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
    transition: all 200ms ease-in-out;
}

.image-wrapper > img {
    height: 300px;
    width: 450px;
    object-fit: cover;
    object-position: top;

    transition: all 200ms ease-in-out;
}

.book-design-image {
    object-position: center;
}

.header-wrapper {
    /* display: flex;
    flex-direction: column; */
    position: absolute;
    height: 300px;
    width: auto;
    left: 380px;
    transition: all 200ms ease-in-out;
    overflow: hidden;
}

.header-wrapper > h1 {
    position: relative;
    bottom: 0;
    height: 300px;
    color: #fff;
    font-size: 3.5em;
    font-family: Magical Neverland;
    text-transform: uppercase;
    letter-spacing: 7px;
    transition: all 200ms ease-in-out;
}

.wrapperPortfolio:hover .image-wrapper > img {
    transform: scale(2);
    /* object-position: bottom; */
    margin: auto;
}

.wrapperPortfolio:hover .header-wrapper > h1 {
    bottom: 300px;
}

.wrapperPortfolio:hover .image-wrapper {
    width: 800px;
    opacity: .7;
}

/* Portfolio Button */
/* https://getcssscan.com/css-buttons-examples */
.portfolioButton {
    --b: 3px;   /* border thickness */
    --s: .45em; /* size of the corner */
    --color: #d4af37;
    
    padding: calc(.5em + var(--s)) calc(.9em + var(--s));
    color: var(--color);
    --_p: var(--s);
    background:
      conic-gradient(from 90deg at var(--b) var(--b),#000 90deg,var(--color) 0)
      var(--_p) var(--_p)/calc(100% - var(--b) - 2*var(--_p)) calc(100% - var(--b) - 2*var(--_p));
    transition: .3s linear, color 0s, background-color 0s;
    outline: var(--b) solid #000;
    outline-offset: .6em;
    font-size: 16px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    border: 0;
  
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.portfolioButton > a{
    color: white;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16px;
    text-decoration: none;
}
  
.portfolioButton:hover, .portfolioButton:focus-visible{
    --_p: 0px;
    outline-color: var(--color);
    outline-offset: .05em;
}
  
.portfolioButton:active {
    background: var(--color);
    color: #fff;
}

@media (max-width: 1020px) {
    .siteHeader{
        height: 60px;
        width: 100vw;
        position: fixed;
        background-color: black;
        z-index: 1000;
        padding: 10px;
        transition: height .6s cubic-bezier(0, 0.4, 0, 1.01);
        transition: background-color .6s cubic-bezier(0, 0.4, 0, 1.01);
        z-index: 10000;
    }
    
    #logoLink{
        display: flex;
        gap: 10px;
        justify-content: center;
        text-decoration: none;
    }
    
    #menuOptions{
        top: -500px;
        margin: 10px;
        margin: auto;
        width: 70%;
        position: relative;
        /* left: 60px; */
        color: white;
        display: flex;
        /* flex-direction: column; */
        justify-content: space-evenly;
        /* gap: 20px; */
        transition: top .6s cubic-bezier(0, 0.4, 0, 1.01);
    }
    
    #menuOptions > a{
        padding-top: 5px;
        padding-bottom: 5px;
        color: white;
        text-decoration: none;
    }
    
    #logo{
        height: 40px;
    }
    
    #headerName{
        font-family: Magical Neverland;
        font-size: 1.5em;
        color: white;
        text-decoration: none;
    }
    
    /* Section1 */
    
    #slideStay{
        height: 100vh;
        width: 100vw;
        position: fixed;
        z-index: 3;
    }
    
    #whatIfStart, #whatIfEnd{
        font-family: Magical Neverland;
        font-size: 3em;
        letter-spacing: 0;
    }
    
    .whatIfTitle{
        display: flex;
        flex-direction: column;
        align-items: center;
        position: absolute;
        top: 15%;
        right: 5vw;
        gap: 15px;
        z-index: 3;
        color: white;
    }
    
    .underlineBox{
        font-size: .5em;
    }
    
    #lineDesign, #lineProjections, #lineWeb, #linePerformer {
        display: none;
        transition: opacity 0.5s ease;
    }
      
    #lineDesign.show, #lineProjections.show, #lineWeb.show, #linePerformer.show {
        display: block;
        opacity: 1;
    }
    
    #imgStay{
        z-index: -1;
        /* position: absolute; */
        /* top: 150px; */
        left: 0;
        width: 100vw;
        height: 100vh;
        object-fit: cover;
        /* transform: translateX(-2%); */
        overflow: hidden;
    }
    
    #blurHalo{
        top: 0;
        position: absolute;
    }
    
    #blurHalo2{
        top: 100vh;
        position: absolute;
    }
    #blurHalo3{
        top: 200vh;
        position: absolute;
    }
    
    #blurHalo4{
        top: 300vh;
        position: absolute;
    }
    
    #blurHalo5{
        top: 400vh;
        position: absolute;
    }
    
    .halo{
        width: 100vw;
        height: 100vh;
        opacity: .5;
    }
    
    /* Section2 */
    
    .scrollSlide {
        scroll-snap-type: y mandatory;
        display: flex;
        flex-direction: column;
        scroll-behavior: smooth;
    }
    
    .scrollSlide > figure {
        /* scroll-snap-align: start; */
        width: 100vw;
        height: 100vh;
    }
    
    .slide1, .slide2, .slide3, .slide4, .slide5 {
        /* scroll-snap-align: start; */
        width: 100vw;
        height: 100vh;
    }
    
    .imgOriginal{
        object-fit: cover;
        width: 100vw;
        height: 100vh;
        display: block!important;
    }
    
    #originalTop{
        z-index: 2;
    }
    
    #originalBottom{
        object-fit: cover;
        width: 100vw;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -2;
    }
    
    
    #imgProjections, #imgDesign, #imgWeb, #imgPerformer{
        object-fit: cover;
        width: 100vw;
        height: 100vh;
        z-index: -2;
    }
    
    #imgDesign{
        object-fit: cover;
        width: 100vw;
        height: 100vh;
        position: absolute;
        top: 100vh;
        left: 0;
        z-index: -2;
    }
    
    @keyframes flicker {
        0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
          opacity: 0.4;
        }
        20%, 22%, 24%, 55% {
          opacity: 1;
        }
    }
      
    .imgOverlay {
        display: none;
        width: 100vw;
        height: 100vh;
        /* transform: translateY(10%); */
        opacity: 0.1;
        /* Optional smooth transition */
        transition: opacity 0.3s ease-in-out;
    }
      
      /* Class to trigger flicker */
    .imgOverlay.flicker {
        display: block;
        animation: flicker 1.5s linear 1 forwards;
        /* forwards to keep final state, or remove if you want it to reset */
    }
    
    
    #imgProjections{
        object-fit: cover;
        width: 100vw;
        height: 100vh;
        position: absolute;
        top: 200vh;
        left: 0;
        z-index: -2;
    }
    
    #imgWeb{
        position: absolute;
        top: 300vh;
    }
    
    #imgPerformer{
        position: absolute;
        top: 400vh;
    }
    
    #mascotHead {
        position: absolute;
        width: 200px;
        height: auto;
        left: 45vw;   /* Start where you want horizontally */
        top: 450vh;   /* 400vh puts it at the top of slide5 */
        cursor: grab;
        z-index: 1000;
        pointer-events: auto;
    }
    
    
    /* Sticky Sidebar */
    .stickySidebar {
        transform: translateX(-1000px);
        position: fixed;
        /* left: 30px; */
        top: 0;
        width: 250px;
        height: 40vh;
        z-index: 10;
        transition: transform 0.6s cubic-bezier(0.4,0,0.2,1);
        display: none;
      }
      
    /* Portfolio Boxes */
    #frameBody1, #frameBody2, #frameBody3, #frameBody4{
        width: 100vw;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    /* Portfolio Frame */
    /* https://prismic.io/blog/css-hover-effects */
    .wrapperPortfolio {
        position: relative;
        margin: 50px 0;
        height: 300px;
        display: flex;
        flex-direction: row;
        width: 450px;
        transition: all 200ms ease-in-out;
    }
    
    .header-wrapper {
        /* display: flex;
        flex-direction: column; */
        position: absolute;
        height: 100px;
        width: auto;
        left: 0;
        text-align: center;
        transition: all 200ms ease-in-out;
        overflow: hidden;

        transform: translate(-10%, -60%);
    }
    
    .header-wrapper > h1 {
        position: relative;
        bottom: 0;
        height: 100px;
        color: #fff;
        font-size: 2em;
        font-family: Magical Neverland;
        text-transform: uppercase;
        letter-spacing: 7px;
        transition: all 200ms ease-in-out;
    }
}

@media (max-width: 750px) {
    .siteHeader{
        height: 60px;
        width: 100vw;
        position: fixed;
        background-color: black;
        z-index: 1000;
        padding: 10px;
        transition: height .6s cubic-bezier(0, 0.4, 0, 1.01);
        transition: background-color .6s cubic-bezier(0, 0.4, 0, 1.01);
        z-index: 10000;
    }
    
    #logoLink{
        display: flex;
        gap: 10px;
        justify-content: center;
        text-decoration: none;
    }
    
    #menuOptions{
        top: -500px;
        margin: 10px;
        margin: auto;
        width: 70%;
        position: relative;
        /* left: 60px; */
        color: white;
        display: flex;
        /* flex-direction: column; */
        justify-content: space-evenly;
        /* gap: 20px; */
        transition: top .6s cubic-bezier(0, 0.4, 0, 1.01);
    }
    
    #menuOptions > a{
        padding-top: 5px;
        padding-bottom: 5px;
        color: white;
        text-decoration: none;
    }
    
    #logo{
        height: 40px;
    }
    
    #headerName{
        font-family: Magical Neverland;
        font-size: 1.5em;
        color: white;
        text-decoration: none;
    }
    
    /* Section1 */
    
    #slideStay{
        height: 100vh;
        width: 100vw;
        position: fixed;
        z-index: 3;
    }
    
    #whatIfStart, #whatIfEnd{
        font-family: Magical Neverland;
        font-size: 2em;
        letter-spacing: 0;
    }
    
    .whatIfTitle{
        display: flex;
        flex-direction: column;
        align-items: center;
        position: absolute;
        top: 20%;
        right: 5vw;
        gap: 15px;
        z-index: 3;
        color: white;
    }
    
    .underlineBox{
        font-size: .5em;
    }
    
    #lineDesign, #lineProjections, #lineWeb, #linePerformer {
        display: none;
        transition: opacity 0.5s ease;
    }
      
    #lineDesign.show, #lineProjections.show, #lineWeb.show, #linePerformer.show {
        display: block;
        opacity: 1;
    }
    
    #imgStay{
        z-index: -1;
        /* position: absolute; */
        /* top: 150px; */
        left: 0;
        width: 100vw;
        height: 100vh;
        object-fit: cover;
        /* transform: translateX(-2%); */
        overflow: hidden;
    }
    
    #blurHalo{
        top: 0;
        position: absolute;
    }
    
    #blurHalo2{
        top: 100vh;
        position: absolute;
    }
    #blurHalo3{
        top: 200vh;
        position: absolute;
    }
    
    #blurHalo4{
        top: 300vh;
        position: absolute;
    }
    
    #blurHalo5{
        top: 400vh;
        position: absolute;
    }
    
    .halo{
        width: 100vw;
        height: 100vh;
        opacity: .5;
    }
    
    /* Section2 */
    
    .scrollSlide {
        scroll-snap-type: y mandatory;
        display: flex;
        flex-direction: column;
        scroll-behavior: smooth;
    }
    
    .scrollSlide > figure {
        /* scroll-snap-align: start; */
        width: 100vw;
        height: 100vh;
    }
    
    .slide1, .slide2, .slide3, .slide4, .slide5 {
        /* scroll-snap-align: start; */
        width: 100vw;
        height: 100vh;
    }
    
    .imgOriginal{
        object-fit: cover;
        width: 100vw;
        height: 100vh;
        display: block!important;
    }
    
    #originalTop{
        z-index: 2;
    }
    
    #originalBottom{
        object-fit: cover;
        width: 100vw;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -2;
    }
    
    
    #imgProjections, #imgDesign, #imgWeb, #imgPerformer{
        object-fit: cover;
        width: 100vw;
        height: 100vh;
        z-index: -2;
    }
    
    #imgDesign{
        object-fit: cover;
        width: 100vw;
        height: 100vh;
        position: absolute;
        top: 100vh;
        left: 0;
        z-index: -2;
    }
    
    @keyframes flicker {
        0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
          opacity: 0.4;
        }
        20%, 22%, 24%, 55% {
          opacity: 1;
        }
    }
      
    .imgOverlay {
        display: none;
        width: 100vw;
        height: 100vh;
        /* transform: translateY(10%); */
        opacity: 0.1;
        /* Optional smooth transition */
        transition: opacity 0.3s ease-in-out;
    }
      
      /* Class to trigger flicker */
    .imgOverlay.flicker {
        display: block;
        animation: flicker 1.5s linear 1 forwards;
        /* forwards to keep final state, or remove if you want it to reset */
    }
    
    
    #imgProjections{
        object-fit: cover;
        width: 100vw;
        height: 100vh;
        position: absolute;
        top: 200vh;
        left: 0;
        z-index: -2;
    }
    
    #imgWeb{
        position: absolute;
        top: 300vh;
    }
    
    #imgPerformer{
        position: absolute;
        top: 400vh;
    }
    
    #mascotHead {
        position: absolute;
        width: 200px;
        height: auto;
        left: 45vw;   /* Start where you want horizontally */
        top: 450vh;   /* 400vh puts it at the top of slide5 */
        cursor: grab;
        z-index: 1000;
        pointer-events: auto;
    }
    
    #section2, #section4{
        width: 100vw;
        height: 100vh;
    }
    
    #section2{
        position: absolute;
        top: 400vh;
    }
    
    #section3{
        position: absolute;
        top: 500vh;
        width: 100vw;
    }
    
    .horizontal-scroll {
        position: relative;
        height: 100vh;
        overflow: hidden;
    }
      
    .scroll-track {
        display: flex;
        height: 100vh;
        width: max-content;
        position: sticky;
        top: 0;
    }
      
    .scroll-item {
        flex: 0 0 100vw;
        height: 100vh;
        background: #3498db;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2rem;
        color: white;
    }
    
    #whatsOffered{
        color: white;
        font-family: Magical Neverland;
        font-size: 2em;
        margin: auto;
        top: 15px;
    }
    /* https://www.youtube.com/watch?v=yXnK8ND76z8 */
    .stickyParent{
        height: 400vh;
        position: relative;
    }
    
    .sticky {
        position: sticky;
        top: 0;
        height: 100vh;
        width: 100vw;
        overflow: hidden;
        z-index: 5;
        display: flex;
    }
    
    /* .scrollSection{
        position: absolute;
        top: 0;
        height: 100%;
        width: 500vw;
        will-change: transform;
        display: flex;
        justify-content: space-between;
    } */
    
    .scrollSection {
        display: flex;
        height: 100vh;
        width: 400vw; /* 4 panels x 100vw each */
        will-change: transform;
        transition: transform 0.1s linear;
    }
    
    .scrollSection > div {
        width: 100vw;
        height: 100vh;
        flex: 0 0 100vw;
    }
    
    
    /* Sticky Sidebar */
    .stickySidebar {
        transform: translateX(-1000px);
        position: fixed;
        /* left: 30px; */
        top: 0;
        width: 250px;
        height: 40vh;
        z-index: 10;
        transition: transform 0.6s cubic-bezier(0.4,0,0.2,1);
        display: none;
      }
    
    #sidebarTitle {
        color: white;
        font-family: 'Magical Neverland';
        font-size: 1.85em;
        padding-top: 15px;
        text-align: center;
    }
    
    #sidebarInside{
        height: 40vh;
        top: 30vh;
        width: 250px;
        background-color: #172440;
        border-radius: 30px;
        position: absolute;
    }
    
    /* Sidebar Contents */
    .sideBarContents{
        width: 80%;
        height: 25vh;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
    }
    
    .sideBarContents > a{
        transition: href 0.6s cubic-bezier(0.4,0,0.2,1);
        scroll-behavior: smooth;
    }
    
    .itemContents{
        color: white;
        font-size: 1em;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        text-decoration: none;
    }
    
    /* Dropdown Menu */
    .dropdown {
        position: relative;
        display: inline-block;
    }
    
    .dropdown-content {
        position: absolute;
        top: 100%;
        left: 0;
        background: white;
        min-width: 160px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        opacity: 0;
        transform: translateY(-10px);
        transition: all 0.3s;
        pointer-events: none;
        border-radius: 0.5rem;
    }
    
    .dropdown:hover .dropdown-content {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
        transform: translateX(17%);
    }
    
    .dropdown-content > a {
        color: #374151;
        padding: 0.5rem 1rem;
        text-decoration: none;
        display: block;
        border-radius: 30px;
    }
    
    .dropdown-content a:hover {
        background: #f3f4f6;
    }
    
    
    /* Button */
    /* https://freefrontend.com/css-buttons/ */
    .btn, .pulse {
        align-items: center;
        transform: translateX(17%);
        background: none;
        color: white;
        border-radius: 30px;
        position: relative;
        padding: 12px 35px;
        background: #FFFFFF;
        font-size: 17px;
        font-weight: 500;
        color: #000000;
        border: 3px solid #4169e1;
        border-radius: 8px;
        box-shadow: 0 0 0 #fec1958c;
        transition: all .3s ease-in-out;
    }
    
    .star-1 {
        position: absolute;
        top: 20%;
        left: 20%;
        width: 25px;
        height: auto;
        filter: drop-shadow(0 0 0 #fffdef);
        z-index: -5;
        transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
      }
      
      .star-2 {
        position: absolute;
        top: 45%;
        left: 45%;
        width: 15px;
        height: auto;
        filter: drop-shadow(0 0 0 #fffdef);
        z-index: -5;
        transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
      }
      
      .star-3 {
        position: absolute;
        top: 40%;
        left: 40%;
        width: 5px;
        height: auto;
        filter: drop-shadow(0 0 0 #fffdef);
        z-index: -5;
        transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
      }
      
      .star-4 {
        position: absolute;
        top: 20%;
        left: 40%;
        width: 8px;
        height: auto;
        filter: drop-shadow(0 0 0 #fffdef);
        z-index: -5;
        transition: all .8s cubic-bezier(0, 0.4, 0, 1.01);
      }
      
      .star-5 {
        position: absolute;
        top: 25%;
        left: 45%;
        width: 15px;
        height: auto;
        filter: drop-shadow(0 0 0 #fffdef);
        z-index: -5;
        transition: all .6s cubic-bezier(0, 0.4, 0, 1.01);
      }
      
      .star-6 {
        position: absolute;
        top: 5%;
        left: 50%;
        width: 5px;
        height: auto;
        filter: drop-shadow(0 0 0 #fffdef);
        z-index: -5;
        transition: all .8s ease;
      }
      
      button:hover {
        background: #1e5dbf;
        color: #FFFFFF;
        box-shadow: 0 0 25px #0e3a3a;
          border: 3px solid #FFF;
      }
      
      button:hover .star-1 {
        position: absolute;
        top: -80%;
        left: -30%;
        width: 25px;
        height: auto;
        filter: drop-shadow(0 0 10px #fffdef);
        z-index: 2;
      }
      
      button:hover .star-2 {
        position: absolute;
        top: -25%;
        left: 10%;
        width: 15px;
        height: auto;
        filter: drop-shadow(0 0 10px #fffdef);
        z-index: 2;
      }
      
      button:hover .star-3 {
        position: absolute;
        top: 55%;
        left: 25%;
        width: 5px;
        height: auto;
        filter: drop-shadow(0 0 10px #fffdef);
        z-index: 2;
      }
      
      button:hover .star-4 {
        position: absolute;
        top: 30%;
        left: 80%;
        width: 8px;
        height: auto;
        filter: drop-shadow(0 0 10px #fffdef);
        z-index: 2;
      }
      
      button:hover .star-5 {
        position: absolute;
        top: 25%;
        left: 115%;
        width: 15px;
        height: auto;
        filter: drop-shadow(0 0 10px #fffdef);
        z-index: 2;
      }
      
      button:hover .star-6 {
        position: absolute;
        top: 5%;
        left: 60%;
        width: 5px;
        height: auto;
        filter: drop-shadow(0 0 10px #fffdef);
        z-index: 2;
      }
      
      .fil0 {
        fill: #FFFDEF
    }
    
    
    
    
    /* Portfolio Boxes */
    #frameBody1, #frameBody2, #frameBody3, #frameBody4{
        width: 100vw;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    /* Portfolio Frame */
    /* https://prismic.io/blog/css-hover-effects */
    .wrapperPortfolio {
        position: relative;
        height: 100px;
        width: 150px;
        margin: 50px 0;
    
        display: flex;
        flex-direction: row;
    
        transition: all 200ms ease-in-out;
    }
    
    .image-wrapper {
        height: 100px;
        width: 150px;
        overflow: hidden;
        border-radius: 5px;
        cursor: pointer;
        transition: all 200ms ease-in-out;
    }
    
    .image-wrapper > img {
        height: 100px;
        width: 150px;
        object-fit: cover;
        object-position: top;
    
        transition: all 200ms ease-in-out;
    }
    
    .book-design-image {
        object-position: center;
    }
    
    .header-wrapper {
        /* display: flex;
        flex-direction: column; */
        position: absolute;
        height: 100px;
        width: auto;
        left: 0;
        text-align: center;
        transition: all 200ms ease-in-out;
        overflow: hidden;

        transform: translate(-10%, -60%);
    }
    
    .header-wrapper > h1 {
        position: relative;
        bottom: 0;
        height: 100px;
        color: #fff;
        font-size: 1em;
        font-family: Magical Neverland;
        text-transform: uppercase;
        letter-spacing: 7px;
        transition: all 200ms ease-in-out;
    }
    
    .wrapperPortfolio:hover .image-wrapper > img {
        transform: scale(2);
        /* object-position: bottom; */
        margin: auto;
    }
    
    .wrapperPortfolio:hover .header-wrapper > h1 {
        bottom: 100px;
    }
    
    .wrapperPortfolio:hover .image-wrapper {
        width: 266px;
        opacity: .7;
    }
    
    /* Portfolio Button */
    /* https://getcssscan.com/css-buttons-examples */
    .portfolioButton {
        --b: 3px;   /* border thickness */
        --s: .45em; /* size of the corner */
        --color: #d4af37;
        
        padding: calc(.5em + var(--s)) calc(.9em + var(--s));
        color: var(--color);
        --_p: var(--s);
        background:
          conic-gradient(from 90deg at var(--b) var(--b),#000 90deg,var(--color) 0)
          var(--_p) var(--_p)/calc(100% - var(--b) - 2*var(--_p)) calc(100% - var(--b) - 2*var(--_p));
        transition: .3s linear, color 0s, background-color 0s;
        outline: var(--b) solid #000;
        outline-offset: .6em;
        font-size: 16px;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        border: 0;
      
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
    }
    
    .portfolioButton > a{
        color: white;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-size: 16px;
        text-decoration: none;
    }
      
    .portfolioButton:hover, .portfolioButton:focus-visible{
        --_p: 0px;
        outline-color: var(--color);
        outline-offset: .05em;
    }
      
    .portfolioButton:active {
        background: var(--color);
        color: #fff;
    }
}

@media (max-width: 400px) {
    .siteHeader{
        height: 60px;
        width: 100vw;
        position: fixed;
        background-color: black;
        z-index: 1000;
        padding: 10px;
        transition: height .6s cubic-bezier(0, 0.4, 0, 1.01);
        transition: background-color .6s cubic-bezier(0, 0.4, 0, 1.01);
        z-index: 10000;
    }
    
    #logoLink{
        display: flex;
        gap: 10px;
        justify-content: center;
        text-decoration: none;
    }
    
    #menuOptions{
        top: -500px;
        margin: 10px;
        margin: auto;
        width: 70%;
        position: relative;
        /* left: 60px; */
        color: white;
        display: flex;
        /* flex-direction: column; */
        justify-content: space-evenly;
        /* gap: 20px; */
        transition: top .6s cubic-bezier(0, 0.4, 0, 1.01);
    }
    
    #menuOptions > a{
        padding-top: 5px;
        padding-bottom: 5px;
        color: white;
        text-decoration: none;
    }
    
    #logo{
        height: 40px;
    }
    
    #headerName{
        font-family: Magical Neverland;
        font-size: 1.5em;
        color: white;
        text-decoration: none;
    }
    
    /* Section1 */
    
    #slideStay{
        height: 100vh;
        width: 100vw;
        position: fixed;
        z-index: 3;
    }
    
    #whatIfStart, #whatIfEnd{
        font-family: Magical Neverland;
        font-size: 2em;
        letter-spacing: 0;
    }
    
    .whatIfTitle{
        display: flex;
        flex-direction: column;
        align-items: center;
        position: absolute;
        top: 20%;
        right: 5vw;
        gap: 15px;
        z-index: 3;
        color: white;
    }
    
    .underlineBox{
        font-size: .5em;
    }
    
    #lineDesign, #lineProjections, #lineWeb, #linePerformer {
        display: none;
        transition: opacity 0.5s ease;
    }
      
    #lineDesign.show, #lineProjections.show, #lineWeb.show, #linePerformer.show {
        display: block;
        opacity: 1;
    }
    
    #imgStay{
        z-index: -1;
        /* position: absolute; */
        /* top: 150px; */
        left: 0;
        width: 100vw;
        height: 100vh;
        object-fit: cover;
        /* transform: translateX(-2%); */
        overflow: hidden;
    }
    
    #blurHalo{
        top: 0;
        position: absolute;
    }
    
    #blurHalo2{
        top: 100vh;
        position: absolute;
    }
    #blurHalo3{
        top: 200vh;
        position: absolute;
    }
    
    #blurHalo4{
        top: 300vh;
        position: absolute;
    }
    
    #blurHalo5{
        top: 400vh;
        position: absolute;
    }
    
    .halo{
        width: 100vw;
        height: 100vh;
        opacity: .5;
    }
    
    /* Section2 */
    
    .scrollSlide {
        scroll-snap-type: y mandatory;
        display: flex;
        flex-direction: column;
        scroll-behavior: smooth;
    }
    
    .scrollSlide > figure {
        /* scroll-snap-align: start; */
        width: 100vw;
        height: 100vh;
    }
    
    .slide1, .slide2, .slide3, .slide4, .slide5 {
        /* scroll-snap-align: start; */
        width: 100vw;
        height: 100vh;
    }
    
    .imgOriginal{
        object-fit: cover;
        width: 100vw;
        height: 100vh;
        display: block!important;
    }
    
    #originalTop{
        z-index: 2;
    }
    
    #originalBottom{
        object-fit: cover;
        width: 100vw;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -2;
    }
    
    
    #imgProjections, #imgDesign, #imgWeb, #imgPerformer{
        object-fit: cover;
        width: 100vw;
        height: 100vh;
        z-index: -2;
    }
    
    #imgDesign{
        object-fit: cover;
        width: 100vw;
        height: 100vh;
        position: absolute;
        top: 100vh;
        left: 0;
        z-index: -2;
    }
    
    @keyframes flicker {
        0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
          opacity: 0.4;
        }
        20%, 22%, 24%, 55% {
          opacity: 1;
        }
    }
      
    .imgOverlay {
        display: none;
        width: 100vw;
        height: 100vh;
        /* transform: translateY(10%); */
        opacity: 0.1;
        /* Optional smooth transition */
        transition: opacity 0.3s ease-in-out;
    }
      
      /* Class to trigger flicker */
    .imgOverlay.flicker {
        display: block;
        animation: flicker 1.5s linear 1 forwards;
        /* forwards to keep final state, or remove if you want it to reset */
    }
    
    
    #imgProjections{
        object-fit: cover;
        width: 100vw;
        height: 100vh;
        position: absolute;
        top: 200vh;
        left: 0;
        z-index: -2;
    }
    
    #imgWeb{
        position: absolute;
        top: 300vh;
    }
    
    #imgPerformer{
        position: absolute;
        top: 400vh;
    }
    
    #mascotHead {
        position: absolute;
        width: 200px;
        height: auto;
        left: 45vw;   /* Start where you want horizontally */
        top: 450vh;   /* 400vh puts it at the top of slide5 */
        cursor: grab;
        z-index: 1000;
        pointer-events: auto;
    }
    
    #section2, #section4{
        width: 100vw;
        height: 100vh;
    }
    
    #section2{
        position: absolute;
        top: 400vh;
    }
    
    #section3{
        position: absolute;
        top: 500vh;
        width: 100vw;
    }
    
    .horizontal-scroll {
        position: relative;
        height: 100vh;
        overflow: hidden;
    }
      
    .scroll-track {
        display: flex;
        height: 100vh;
        width: max-content;
        position: sticky;
        top: 0;
    }
      
    .scroll-item {
        flex: 0 0 100vw;
        height: 100vh;
        background: #3498db;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2rem;
        color: white;
    }
    
    #whatsOffered{
        color: white;
        font-family: Magical Neverland;
        font-size: 2em;
        margin: auto;
        top: 15px;
    }
    /* https://www.youtube.com/watch?v=yXnK8ND76z8 */
    .stickyParent{
        height: 400vh;
        position: relative;
    }
    
    .sticky {
        position: sticky;
        top: 0;
        height: 100vh;
        width: 100vw;
        overflow: hidden;
        z-index: 5;
        display: flex;
    }
    
    /* .scrollSection{
        position: absolute;
        top: 0;
        height: 100%;
        width: 500vw;
        will-change: transform;
        display: flex;
        justify-content: space-between;
    } */
    
    .scrollSection {
        display: flex;
        height: 100vh;
        width: 400vw; /* 4 panels x 100vw each */
        will-change: transform;
        transition: transform 0.1s linear;
    }
    
    .scrollSection > div {
        width: 100vw;
        height: 100vh;
        flex: 0 0 100vw;
    }
    
    
    /* Sticky Sidebar */
    .stickySidebar {
        transform: translateX(-1000px);
        position: fixed;
        /* left: 30px; */
        top: 0;
        width: 250px;
        height: 40vh;
        z-index: 10;
        transition: transform 0.6s cubic-bezier(0.4,0,0.2,1);
        display: none;
      }
    
    #sidebarTitle {
        color: white;
        font-family: 'Magical Neverland';
        font-size: 1.85em;
        padding-top: 15px;
        text-align: center;
    }
    
    #sidebarInside{
        height: 40vh;
        top: 30vh;
        width: 250px;
        background-color: #172440;
        border-radius: 30px;
        position: absolute;
    }
    
    /* Sidebar Contents */
    .sideBarContents{
        width: 80%;
        height: 25vh;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
    }
    
    .sideBarContents > a{
        transition: href 0.6s cubic-bezier(0.4,0,0.2,1);
        scroll-behavior: smooth;
    }
    
    .itemContents{
        color: white;
        font-size: 1em;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        text-decoration: none;
    }
    
    /* Dropdown Menu */
    .dropdown {
        position: relative;
        display: inline-block;
    }
    
    .dropdown-content {
        position: absolute;
        top: 100%;
        left: 0;
        background: white;
        min-width: 160px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        opacity: 0;
        transform: translateY(-10px);
        transition: all 0.3s;
        pointer-events: none;
        border-radius: 0.5rem;
    }
    
    .dropdown:hover .dropdown-content {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
        transform: translateX(17%);
    }
    
    .dropdown-content > a {
        color: #374151;
        padding: 0.5rem 1rem;
        text-decoration: none;
        display: block;
        border-radius: 30px;
    }
    
    .dropdown-content a:hover {
        background: #f3f4f6;
    }
    
    
    /* Button */
    /* https://freefrontend.com/css-buttons/ */
    .btn, .pulse {
        align-items: center;
        transform: translateX(17%);
        background: none;
        color: white;
        border-radius: 30px;
        position: relative;
        padding: 12px 35px;
        background: #FFFFFF;
        font-size: 17px;
        font-weight: 500;
        color: #000000;
        border: 3px solid #4169e1;
        border-radius: 8px;
        box-shadow: 0 0 0 #fec1958c;
        transition: all .3s ease-in-out;
    }
    
    .star-1 {
        position: absolute;
        top: 20%;
        left: 20%;
        width: 25px;
        height: auto;
        filter: drop-shadow(0 0 0 #fffdef);
        z-index: -5;
        transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
      }
      
      .star-2 {
        position: absolute;
        top: 45%;
        left: 45%;
        width: 15px;
        height: auto;
        filter: drop-shadow(0 0 0 #fffdef);
        z-index: -5;
        transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
      }
      
      .star-3 {
        position: absolute;
        top: 40%;
        left: 40%;
        width: 5px;
        height: auto;
        filter: drop-shadow(0 0 0 #fffdef);
        z-index: -5;
        transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
      }
      
      .star-4 {
        position: absolute;
        top: 20%;
        left: 40%;
        width: 8px;
        height: auto;
        filter: drop-shadow(0 0 0 #fffdef);
        z-index: -5;
        transition: all .8s cubic-bezier(0, 0.4, 0, 1.01);
      }
      
      .star-5 {
        position: absolute;
        top: 25%;
        left: 45%;
        width: 15px;
        height: auto;
        filter: drop-shadow(0 0 0 #fffdef);
        z-index: -5;
        transition: all .6s cubic-bezier(0, 0.4, 0, 1.01);
      }
      
      .star-6 {
        position: absolute;
        top: 5%;
        left: 50%;
        width: 5px;
        height: auto;
        filter: drop-shadow(0 0 0 #fffdef);
        z-index: -5;
        transition: all .8s ease;
      }
      
      button:hover {
        background: #1e5dbf;
        color: #FFFFFF;
        box-shadow: 0 0 25px #0e3a3a;
          border: 3px solid #FFF;
      }
      
      button:hover .star-1 {
        position: absolute;
        top: -80%;
        left: -30%;
        width: 25px;
        height: auto;
        filter: drop-shadow(0 0 10px #fffdef);
        z-index: 2;
      }
      
      button:hover .star-2 {
        position: absolute;
        top: -25%;
        left: 10%;
        width: 15px;
        height: auto;
        filter: drop-shadow(0 0 10px #fffdef);
        z-index: 2;
      }
      
      button:hover .star-3 {
        position: absolute;
        top: 55%;
        left: 25%;
        width: 5px;
        height: auto;
        filter: drop-shadow(0 0 10px #fffdef);
        z-index: 2;
      }
      
      button:hover .star-4 {
        position: absolute;
        top: 30%;
        left: 80%;
        width: 8px;
        height: auto;
        filter: drop-shadow(0 0 10px #fffdef);
        z-index: 2;
      }
      
      button:hover .star-5 {
        position: absolute;
        top: 25%;
        left: 115%;
        width: 15px;
        height: auto;
        filter: drop-shadow(0 0 10px #fffdef);
        z-index: 2;
      }
      
      button:hover .star-6 {
        position: absolute;
        top: 5%;
        left: 60%;
        width: 5px;
        height: auto;
        filter: drop-shadow(0 0 10px #fffdef);
        z-index: 2;
      }
      
      .fil0 {
        fill: #FFFDEF
    }
    
    
    
    
    /* Portfolio Boxes */
    #frameBody1, #frameBody2, #frameBody3, #frameBody4{
        width: 100vw;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    /* Portfolio Frame */
    /* https://prismic.io/blog/css-hover-effects */
    .wrapperPortfolio {
        position: relative;
        height: 100px;
        width: 150px;
        margin: 50px 0;
    
        display: flex;
        flex-direction: row;
    
        transition: all 200ms ease-in-out;
    }
    
    .image-wrapper {
        height: 100px;
        width: 150px;
        overflow: hidden;
        border-radius: 5px;
        cursor: pointer;
        transition: all 200ms ease-in-out;
    }
    
    .image-wrapper > img {
        height: 100px;
        width: 150px;
        object-fit: cover;
        object-position: top;
    
        transition: all 200ms ease-in-out;
    }
    
    .book-design-image {
        object-position: center;
    }
    
    .header-wrapper {
        /* display: flex;
        flex-direction: column; */
        position: absolute;
        height: 100px;
        width: auto;
        left: 0;
        text-align: center;
        transition: all 200ms ease-in-out;
        overflow: hidden;

        transform: translate(-10%, -60%);
    }
    
    .header-wrapper > h1 {
        position: relative;
        bottom: 0;
        height: 100px;
        color: #fff;
        font-size: 1em;
        font-family: Magical Neverland;
        text-transform: uppercase;
        letter-spacing: 7px;
        transition: all 200ms ease-in-out;
    }
    
    .wrapperPortfolio:hover .image-wrapper > img {
        transform: scale(2);
        /* object-position: bottom; */
        margin: auto;
    }
    
    .wrapperPortfolio:hover .header-wrapper > h1 {
        bottom: 100px;
    }
    
    .wrapperPortfolio:hover .image-wrapper {
        width: 266px;
        opacity: .7;
    }
    
    /* Portfolio Button */
    /* https://getcssscan.com/css-buttons-examples */
    .portfolioButton {
        --b: 3px;   /* border thickness */
        --s: .45em; /* size of the corner */
        --color: #d4af37;
        
        padding: calc(.5em + var(--s)) calc(.9em + var(--s));
        color: var(--color);
        --_p: var(--s);
        background:
          conic-gradient(from 90deg at var(--b) var(--b),#000 90deg,var(--color) 0)
          var(--_p) var(--_p)/calc(100% - var(--b) - 2*var(--_p)) calc(100% - var(--b) - 2*var(--_p));
        transition: .3s linear, color 0s, background-color 0s;
        outline: var(--b) solid #000;
        outline-offset: .6em;
        font-size: 16px;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        border: 0;
      
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
    }
    
    .portfolioButton > a{
        color: white;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-size: 16px;
        text-decoration: none;
    }
      
    .portfolioButton:hover, .portfolioButton:focus-visible{
        --_p: 0px;
        outline-color: var(--color);
        outline-offset: .05em;
    }
      
    .portfolioButton:active {
        background: var(--color);
        color: #fff;
    }
}