   html {
    scroll-behavior: smooth;
}
body,h1,h2,h3,h4,h5 {font-family: 'Times New Roman', Times, serif}
.w3-third img{margin-bottom: -6px; opacity: 0.8; cursor: pointer}
.w3-third img:hover{opacity: 1}
body {
    margin:0px;
    padding:0px;
    /*
    font-family: Verdana, sans-serif;
    */
    font-family: 'Times New Roman', Times, serif;
    font-weight: 100;
}
.outer-container {
    width: 100%;            /* Visible width of the "focused" view */
    height: 400px;           /* Visible height */
    overflow-x: auto;        /* Enables horizontal scrolling */
    overflow-y: hidden;      /* Hides any vertical overflow */  /* Optional: Border for visibility */
    white-space: nowrap;     /* Prevents content wrapping inside */
    background-color: #ffffff;

}

.box {
        position: relative;
        width:100%;
        height:550px;
        text-align: center;
        }

   img {
        object-fit: cover;
        object-position: center;
        height: 100%;
        width: 100%;
    }

.inner-scroll {
    width: 100%;            /* Width of the inner scrollable area */
    height: 300px;            /* Matches the height of the outer container */
    background-color: #ffffff; /* Optional: Background color for styling */
}

.box_div {
    padding-left: 15px;
    position: relative;
    width:auto;
    height:100%;
    aspect-ratio: 1/1;
    display: inline-block;

}

.item_description {
    margin-left: 15px;
    position:absolute;
    left:0px;
    bottom:-48px;
    font-size: 1rem;
    text-align: left;
    width:auto;
    height: 48px;
    max-width: 350px;
    word-wrap: break-word;  /* Ensures long words break into the next line */
    white-space: normal; 

}
.item_price {
    margin-left: 15px;
    position:absolute;
    left:0px;
    font-size: 1rem;
    text-align: center;
}

.box_div img {
    border-radius:4px;
    width:100%;
    height:100%;
    object-fit: cover;
    filter: contrast(1) saturate(1) brightness(98%) !important;
}
/* Keyframes for zoom effect */
@keyframes zoomIn {
    from {
        transform: scale(2); /* Starting scale */
    }
    to {
        transform: scale(1); /* Final scale */
    }
}


@keyframes zoomOut {
    from {
        transform: scale(1); /* Starting scale */
    }
    to {
        transform: scale(2); /* Final scale */
    }
}

@keyframes opacity_1 {
    from {
        opacity: 0; /* Starting scale */
    }
    to {
        opacity: 1; /* Final scale */
    }
}

.box_xl img {
        width:100%;
        height:100%;
        object-fit: cover;
        object-position: center;
    }
    .box_xl {
        position: relative;
        width:100%;
        height:400px;
    }

    @keyframes upDown {
    0% { top:40px; 
        left:50%;}
    50% { top:98px; 
        left:50%;}
    100% { top:40px; 
        left:50%;}
    }  

    .intro_logo {
    color:black;
    position: fixed;
    top: 40px; /* Initial top position */
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%) scale(1); /* Center and scale */
    height: 30px;
    line-height: 30px;
    font-size: 36px;
    margin: 0;
    padding: 0;
    z-index: 100;
    transition: all 1s ease; /* Smooth transition */
}

.intro_logo.at_top {
    color: #ffffff;
    /*
    text-shadow: 1px 1px #000000;
    
    color:white;
    /*color: #FFFFFF; #c2d0c7;/* white; Fallback color */
    top: 200px; /* Adjusted top position when at the top */
    transform: translate(-50%, -50%) scale(3); /* Center and scale up */
    opacity: 1;
}


.magnifying-glass {
        transition: 1s;
        opacity: 1;
        position: fixed;
        right:0px;
        top:30px;
        transform: translate(-50%,-50%);
        color: #000000; /* Your brand color *
        animation: appear_search 1s ease 2s forwards;
        */
        background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' width='24px' height='24px' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.748 5.773S11.418 5 10.914 5c-.496 0-.754.229-.926.387S6.938 7.91 6.938 7.91s-.837.731-.773 2.106c.054 1.375.323 3.332 1.719 6.058 1.386 2.72 4.855 6.876 7.047 8.337 0 0 2.031 1.558 3.921 2.191.549.173 1.647.398 1.903.398.26 0 .719 0 1.246-.385.536-.389 3.543-2.807 3.543-2.807s.736-.665-.119-1.438c-.859-.773-3.467-2.492-4.025-2.944-.559-.459-1.355-.257-1.699.054-.343.313-.956.828-1.031.893-.112.086-.419.365-.763.226-.438-.173-2.234-1.148-3.899-3.426-1.655-2.276-1.837-3.02-2.084-3.824a.56.56 0 0 1 .225-.657c.248-.172 1.161-.933 1.161-.933s.591-.583.344-1.27-1.906-4.716-1.906-4.716z'/%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        width: 32px;
        height: 32px;
        z-index: 4000;
        }
    .natural_c {
        position: absolute;
        right:2px;
        top:2px;
        width:65px;
        height:24px;
        color:white;
        background: rgb(8, 102, 154);
        line-height: 24px;
        font-size:1rem;
        text-align: center;
        z-index: 1;
        border-radius: 2px;

        color:rgb(255, 255, 255);
        text-decoration: none;
        text-shadow: 0px 0px 8px #000000;
        background: linear-gradient(45deg, #6ec0ff, #7375f5, #8cffe4, #7d13d4);
        background-size: 300% 300%;
        animation: gradientMove 8s ease infinite;
    }

    .new_c {
        position: absolute;
        right:2px;
        top:2px;
        width:125px;
        height:24px;
        color:rgb(0, 0, 0);
        background: rgb(255, 204, 20);
        line-height: 24px;
        font-size:1rem;
        text-align: center;
        z-index: 1;
        border-radius: 2px;

        color:rgb(255, 255, 255);
        text-decoration: none;
        text-shadow: 0px 0px 8px #000000;
        background: linear-gradient(45deg, #ff6ec4, #7873f5, #ff8c8c, #d56073);
        background-size: 300% 300%;
        animation: gradientMove 8s ease infinite;
    }

    .footer {
        grid-column: span 2;
        margin-top: 100px;
        background-color: #f7f5f1;
        color: #000000;
        padding: 30px 20px;
    }
    .footer-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px;
    }
    .footer h3 {
        margin-top: 0;
        color: #000000; /* Brand color */
    }
    .footer-about, .footer-links, .footer-social, .footer-contact {
        flex: 1 1 200px;
        max-width: 250px;
    }
    .footer-links ul {
        list-style: none;
        padding: 0;
    }
    .footer-links ul li {
        margin: 8px 0;
    }
    .footer-links a, .footer-social a {
        color: #000000;
        text-decoration: none;
    }
    .footer-links a:hover, .footer-social a:hover {
        color: #000000;
    }
    .footer-bottom {
        text-align: center;
        margin-top: 20px;
        font-size: 0.9em;
        color: #aaa;
    }

    @keyframes gradientMove {
      0% {
        background-position: 0% 50%;
      }
      50% {
        background-position: 100% 50%;
      }
      100% {
        background-position: 0% 50%;
      }
    }

    @keyframes photo_shrink {
      0% {
        background-position: 0% 50%;
      }
      50% {
        background-position: 100% 50%;
      }
      100% {
        background-position: 0% 50%;
      }
    }

    .container_m {
            position:relative;
            margin-right:auto;
            margin-left:auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            height: auto;
            width: 95%;
            max-width: 100%;
            background-color: #ffffff;
            border-radius: 15px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            padding: 10px;
            box-sizing: border-box;
        }
        .bubble{
            position:relative;
            width: 200px;
            height: 250px;
            margin: 20px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 12px;
            color: #fff;
            text-align: center;
        }

        .bubble img {
            border-radius: 50%;
            width: 200px;
            height: 200px;
        }
        /* Responsive Layout 
        @media (max-width: 768px) {
            .container {
                flex-direction: column;
            }
        }
            */

        .p_edit {
            position:absolute;
            bottom:-30px;
            left:50%;
            transform: translate(-50%,-50%);
            color:black;
            font-size: 1rem;
            width: 250px;
        }
        /* Change styles when width is 1200px or more */
        @media (min-width: 1000px) {
        #stickyBox {
            display:none;
        }

        #intro_logo {
            display:none;
        }

        #orofans_div {
            display:none;
        }

        #orofans_div_button {
            display:none;
        }

        #main_photo_div {
            display:none;
        }

        #w3-main {
            margin-left:400px;
        }

        #intro_logo_nav {
            left:200px !important;
        }
    }

    .videoBoxInfoBtn {
    animation: heartbeat 1s ease infinite;
    position: absolute;
    background: #e53C80 !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-color: #e53C80 !important;
    border-radius: 2px;
    font-size: 18px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding-left:20px;
    padding-right:20px;
    padding-top:10px;
    padding-bottom:10px;
    box-shadow: 0 4px 10px rgba(255, 255, 255, 0.1);
    text-shadow: 0px 0px 1px rgb(95, 95, 95);
    text-align: center;
    max-width: 290px;
    width:100%;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.3);
    }



    .live_inner {
    position: absolute;
    border-style: solid !important;
    border-width: 2px !important;
    border-color: #e53C80 !important;
    border-radius: 3px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 324px;
    width:100%;
    bottom: 40px;
    left: 50%;
    height: 57px;
    transform: translate(-50%, -50%);
    }

    .live_inner_animation {
    animation: live_fade 1s ease infinite;
    animation-duration: 1s;
    position: absolute;
    border-style: solid !important;
    border-width: 2px !important;
    border-color: #e53C80 !important;
    border-radius: 3px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 324px;
    width:100%;
    bottom: 40px;
    left: 50%;
    height: 57px;
    transform: translate(-50%, -50%);
    }

    .pointer_class {
    animation: pointer_move 1.5s ease forwards 2.5s;
    opacity: 0;
    position: absolute;
    transform: translate(-50%,-50%);
    width: 30px;
    height: 30px;
    background-image: url(pointer.webp);
    background-position: center;
    background-size: cover;
    left:90%;
    bottom:15px;
    z-index: 2;
    }







    .grid-container {
        /*
        margin-bottom:80px;
        */
        
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2px;
        width: 100%;
        max-width: 8100%;
        margin-top:40px;
    }

    .grid-container a {
        text-decoration:none;
    }



    .grid-item {
    width: 100%;
    padding-top: 130%; /* Makes the div a perfect square */
    position: relative;
    overflow: hidden; /* Ensures the image doesn't overflow the block */
    }
/*
    .grid-item::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
*/
    .grid-item img {
    position: absolute;
    border-radius:4px;
    top: 0;
    left: 0;
    width: 100%;
    height: 75%;
    object-fit: cover; /* Ensures the image covers the block */
    aspect-ratio: 1/1; /* Optional, ensures the image keeps the square ratio */
    }

    .light_in {
    filter: brightness(100%) !important;
    }

    .grid-item .price_div {
        position: absolute;
        top:75%;
        left:10px;
    }

    .especial_c {
        position: absolute;
        right:2px;
        top:2px;
        width:105px;
        height:24px;
        color:white;
        background: rgb(8, 102, 154);
        line-height: 24px;
        font-size:0.8rem;
        text-align: center;
        z-index: 0;
        border-radius: 2px;

        color:rgb(0, 0, 0);
        text-decoration: none;
        /*
        text-shadow: 0px 0px 8px #000000;
        */
        background: linear-gradient(45deg,rgb(255, 255, 0),rgb(255, 162, 0),rgb(255, 255, 0));
        background-size: 300% 300%;
        animation: gradientMove 8s ease infinite;
    }

    .grid-item img {
        z-index:-1;
    }

    .orofans_container {
            display: flex;
            width: 100%;
            max-width: 100%;
            height: 500px;
        }

        .orofans_box {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            color: black;

        }

        .orofans_box p {
            max-width: 80%;
            
        }

        .orofans_box2 {
            background-color: white;
        }

        .orofans_box2 video {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .orofans_divider {
            width: 0px;
            background-color: black;
        }

        @keyframes gradientMove_s {
      0% {
        background-position: 0% 50%;
      }
      50% {
        background-position: 100% 50%;
      }
      100% {
        background-position: 0% 50%;
      }
    }
    .nav_a_tag {
      text-align:left !important;
    }
    .affirm_button {
      position:relative;
      margin-left:auto;
      margin-right:auto;
      max-width:80%;
      height:45px;
      background-color:#484af2;
      color:white;
      border-radius:4px;
      line-height:45px;
      font-size:1.4rem;
      }
      a {
        text-decoration: none;
      }

      .box_cc {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0)); /* Dark gray to transparent */
}



.bar_ln {
            position: absolute;
            width:70%;
            height: 0.5px;
            background-color: #302f2f;
            right:0px;
        }


        .form-container_lln {
            background: #f7f5f1;
            max-width: 500px;
            width: 93%;
            text-align: center;
            box-sizing: border-box;
            border: none; /* No outline */
            padding:30px;
            padding-top: 50px;
            height:530px;
        }

        .h2_lln {
            position: relative;
            font-size: 2.5rem;
            display: inline-block;
            margin-bottom: 10px;
            padding-bottom: 5px;
            margin-top: 0px;
            font-weight: 100;
        }

        .label_lln {
            display: block;
            text-align: left;
            font-size: 18px;
            margin: 20px 0 5px;
        }

        .input_lln, .textarea_lln {
            width: 100%;
            padding: 12px;
            border: 0px solid #302f2f;
            font-size: 16px;
            outline: none;
            font-family: "Times New Roman", serif;
            box-sizing: border-box;
            border-radius: 0px;
        }

        .textarea_lln {
            height: 100px;
            resize: none;
            border-radius: 0px;
        }

        .send-button_lln {
            background-color: #302f2f;
            color: white;
            border: none;
            padding: 12px;
            font-size: 18px;
            cursor: pointer;
            margin-top: 20px;
            width: 100%;
            height: 46px;
            transition: background 0.3s;
            font-family: 'Times New Roman', Times, serif;
            border-radius: 0pc;
        }

        .input_lln {
            height: 46px;
        }


        .floating-label_lln {
    font-size: 20px;
    font-weight: bold;
    padding: 0 10px;
    background: white; /* Match form background */
    position: absolute;
    border-radius: 0px;
    top: -10px;
    left: 15px;
}


/* silver shit */

.silver_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two items per row */
    gap: 25px; /* Space between items */
    max-width: 600px;
    width: 90%;
    aspect-ratio: 1 / 1;
    margin: auto;
}

.silver_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.silver_box {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}

.silver_box img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 0px; /* Optional: Rounded corners */
}

.silver_text {
    font-size: 18px;
    color: #333; /* Dark text */
    margin-bottom: 0px;
    margin-top: 25px;
}

@keyframes heartbeat {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
  }
}

@keyframes live_fade {
  0% {
    position: absolute;
    border-style: solid !important;
    border-width: 2px !important;
    border-color: #e53C80 !important;
    border-radius: 3px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 324px;
    width:100%;
    bottom: 40px;
    left: 50%;
    height: 57px;
    transform: translate(-50%, -50%);
  }
  100% {
    position: absolute;
    opacity: 0;
    border-style: solid !important;
    border-width: 2px !important;
    border-color: #e53C80 !important;
    border-radius: 3px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 340px;
    width:100%;
    bottom: 27px;
    left: 50%;
    height: 70px;
    transform: translate(-50%, -50%);
  }
}


@keyframes pointer_move {
  0% {
    opacity: 1;
    position: absolute;
    transform: translate(-50%,-50%);
    width: 30px;
    height: 30px;
    background-image: url(pointer.webp);
    background-position: center;
    background-size: cover;
    left:90%;
    bottom:15px;
    z-index: 5;
  }
  100% {
    opacity: 1;
    position: absolute;
    transform: translate(-50%,-50%);
    width: 30px;
    height: 30px;
    background-image: url(pointer.webp);
    background-position: center;
    background-size: cover;
    left:70%;
    bottom:45px;
    z-index: 5;
  }
}

.intro_bag {
    position: absolute;
    width: 200px;
    height: 200px;
    left: 50%;
    top: 100%;
    background-image: url(IMG_1833.webp);
    background-position: center;
    background-size: cover;
    animation: Play_bag 3s ease forwards;
}

@keyframes Play_bag {
    from {
        top: 150%;
        transform: translate(-50%, -50%) scale(3);
    }
    to {
        top: 70%;
        transform: translate(-50%, -50%) scale(1);
    }
}

.intro_bag_emerand {
    position: absolute;
    width: 75px;
    height: 75px;
    left: 50%;
    top: 50%;
    opacity: 0;
    transform: translate(-50%,-50%);
    background-image: url(IMG_1845.webp);
    background-position: center;
    background-size: contain;
    animation: Play_bag_emerand 2s ease forwards;
    animation-delay: 2s;
    background-repeat: no-repeat;
}

@keyframes Play_bag_emerand {
    from {
        left: 50%;
        top: 70%;
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
    to {
        left: 15%;
        top: 70%;
        opacity: 1;
        transform: translate(-50%, -50%) scale(2);
    }
}

.intro_bag_ruby {
    position: absolute;
    width: 75px;
    height: 75px;
    left: 50%;
    top: 50%;
    opacity: 0;
    transform: translate(-50%,-50%);
    background-image: url(IMG_1847.webp);
    background-position: center;
    background-size: contain;
    animation: Play_bag_ruby 2s ease forwards;
    animation-delay: 2s;
    background-repeat: no-repeat;
}

@keyframes Play_bag_ruby {
    from {
        left: 50%;
        top: 70%;
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
    to {
        left: 15%;
        top: 50%;
        opacity: 1;
        transform: translate(-50%, -50%) scale(2);
    }
}


.intro_bag_eng {
    position: absolute;
    width: 75px;
    height: 75px;
    left: 50%;
    top: 50%;
    opacity: 0;
    transform: translate(-50%,-50%);
    background-image: url(IMG_1848.webp);
    background-position: center;
    background-size: contain;
    animation: Play_bag_eng 2s ease forwards;
    animation-delay: 2s;
    background-repeat: no-repeat;
}

@keyframes Play_bag_eng {
    from {
        left: 50%;
        top: 70%;
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
    to {
        left: 45%;
        top: 40%;
        opacity: 1;
        transform: translate(-50%, -50%) scale(2);
    }
}

.intro_bag_brooch {
    position: absolute;
    width: 75px;
    height: 75px;
    left: 50%;
    top: 50%;
    opacity: 0;
    transform: translate(-50%,-50%);
    background-image: url(IMG_1849.webp);
    background-position: center;
    background-size: contain;
    animation: Play_bag_brooch 2s ease forwards;
    animation-delay: 2s;
    background-repeat: no-repeat;
}

@keyframes Play_bag_brooch {
    from {
        left: 50%;
        top: 70%;
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
    to {
        left: 80%;
        top: 45%;
        opacity: 1;
        transform: translate(-50%, -50%) scale(2);
    }
}

.intro_bag_pear {
    position: absolute;
    width: 75px;
    height: 75px;
    left: 50%;
    top: 50%;
    opacity: 0;
    transform: translate(-50%,-50%);
    background-image: url(IMG_1850.webp);
    background-position: center;
    background-size: cover;
    animation: Play_bag_pear 2s ease forwards;
    animation-delay: 2s;
    background-repeat: no-repeat;
}

@keyframes Play_bag_pear {
    from {
        left: 50%;
        top: 70%;
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
    to {
        left: 85%;
        top: 70%;
        opacity: 1;
        transform: translate(-50%, -50%) scale(2);
    }
}

.intro_bag_band {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    opacity: 0;
    transform: translate(-50%,-50%);
    background-image: url(band_d.webp);
    background-position: center;
    background-size: contain;
    animation: Play_bag_band 2s ease forwards;
    animation-delay: 2s;
    background-repeat: no-repeat;
}

@keyframes Play_bag_band {
    from {
        left: 50%;
        top: 50%;
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
    to {
        left: 15%;
        top: 60%;
        opacity: 1;
        transform: translate(-50%, -50%) scale(2);
    }
}

.intro_text_phase {
    position: absolute;
    left:30px;
    top:70px;
    max-width: 300px;
    width:90%;
    height: 400px;
    font-size: 2rem;
    color: white;
    font-weight: 900;
    text-shadow: 2px 2px rgb(0, 0, 0);
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-style: normal;
    line-height: 1.9rem;
}

.ring-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 550px;
  overflow: hidden;
}


    .ring-image {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 540px; /* Original size before scaling */
      height: 540px;
      transform: translate(-50%, -50%) scale(2);
      transform-origin: center center;
      animation: spinRing 16s linear infinite;
      z-index: 1;
      pointer-events: none;
      /*filter: contrast(1) saturate(1) brightness(100%) !important;*/
    }

    @keyframes spinRing {
      0%   { transform: translate(-50%, -50%) rotate(0deg) scale(0.7); }
      100% { transform: translate(-50%, -50%) rotate(360deg) scale(0.7); }
    }

    .sparkle {
      position: absolute;
      width: var(--size);
      height: var(--size);
      top: calc(50% + var(--y));
      left: calc(50% + var(--x));
      transform: translate(-50%, -50%) scale(0.3) rotate(var(--angle));
      transform-origin: center;
      opacity: 0;
      animation: flash 0.5s ease-out forwards;
      pointer-events: none;
      z-index: 2;
    }

    .sparkle::before,
    .sparkle::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      border-radius: 50%;
      background: linear-gradient(to right, transparent, white, transparent);
      width: 100%;
      height: var(--thickness);
      transform: translate(-50%, -50%);
      opacity: 0.9;
      filter: blur(2px);
    }

    .sparkle::after {
      width: var(--thickness);
      height: 100%;
      background: linear-gradient(to bottom, transparent, white, transparent);
    }

    @keyframes flash {
      0%   { opacity: 0; transform: translate(-50%, -50%) scale(0.3) rotate(var(--angle)); }
      30%  { opacity: 1; }
      100% { opacity: 0; transform: translate(-50%, -50%) scale(0.2) rotate(var(--angle)); }
    }

    .shadow {
  position: absolute;
  width: 200px;
  height: 500px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  animation: shadowSquish 8s ease-in-out infinite;
  opacity: 0.3;
  pointer-events: none;
  filter: blur(15px);
}

@keyframes shadowSquish {
  0%   { transform: translate(-50%, -50%) rotate(290deg) scaleX(2) scaleY(2); }
  50%  { transform: translate(-50%, -50%) rotate(290deg) scaleX(0.5) scaleY(2.35); }
  100% { transform: translate(-50%, -50%) rotate(290deg) scaleX(2) scaleY(2); }
}