/* Custom CSS for Elysa Theme */

:root {
    --yellow: #FEE143;
    --green : #32EA02;
    --bg-black: #0a0a0a;
    --purple: #CC98FF;
}

body {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400; /* Available weights: 200-900 */
}

.thumb .below-image .title {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    /* font-style: italic;  */
}

.text-right {
    text-align: right;
}




@media screen and (max-width: 600px) {
    .navbar {
        background-color: #0a0a0a;
    }
    
}

/* Add your custom styles here */
.custom-header {
    background-color: #f8f9fa;
    padding: 20px;
}

.wherebtn .lay-textformat-parent a{
    text-decoration-line: none;
}

.wherebtn .lay-textformat-parent a:hover{
    text-decoration-line: none;
    
}

.custom-button {
    background-color: #007cba;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.custom-button:hover {
    background-color: #005a87;
}

/* Responsive styles */
@media (max-width: 768px) {
    .custom-header {
        padding: 15px;
    }
}

/* #shadow{
    animation: kv23-theme 3s linear 1s forwards ;
} */

.cover {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}


.cover .cover_header {
    /* position: relative; */
    width: 100%;
    /* height: 100%; */
    height: 80vh;
    background: #0a0a0a;
    display: block;
}



#shadow,
#bigshadow,
#sa,
#cloud1,
#cloud2,
#cloud3,
#cctv,
#hole1,
#hole2,
#hole3 {
    cursor: pointer;
}

#works,
#ArchivedProject {
    display: none;
}

#works.obj-show,
#ArchivedProject.obj-show {
    display: block;
}

#works.obj-show-pre,
#ArchivedProject.obj-show-pre {
    display: block;
    opacity: 1;
    pointer-events: auto;
    transition: opacity 3s ease;
}

#works.obj-show-pre.fade-out,
#ArchivedProject.obj-show-pre.fade-out {
    opacity: 0;
}

/*Sa layer*/


#iamsa {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    /* Adjust the size of the image */
    height: auto;
    /* pointer-events: none; */
    /* Prevents interaction */
    cursor: pointer;
}




/* #shadow.svghide{
    opacity: 0;
    transition: opacity 1s;
}

#shadow{
    opacity: 1;
    transition: opacity 1s;
} */

#shadow {
    animation: moveshadow 5s ease-in-out infinite;
    animation: showshadow 8s linear infinite;
}

.btn {
    color:#fff;
    background:none;
    border:none;
    outline:none;
    cursor: pointer;
    font-size: 20px;
}




@keyframes showshadow {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.6;
    }

    100% {
        opacity: 1;
    }
}

@keyframes moveshadow {
    0% {
        transform: translate(157px, 840px);
    }

    25% {
        transform: translate(157px, 840px);
    }

    75% {
        transform: translate(calc(157px + 10px), 840px);
    }

    100% {
        transform: translate(157px, 840px);
    }
}



#brick1.obj-up {
    transform: translateY(-60px);
    transition: transform 1s;
}

#brick2.obj-up {
    transform: translateY(-120px);
    transition: transform 1s;
}

#brick3.obj-up {
    transform: translateY(-60px);
    transition: transform 1s;
}

#SthElse,
#film,
#Performance {
    opacity: 0;
    transition: opacity 1s;
}

#SthElse.obj-up,
#film.obj-up,
#Performance.obj-up {
    opacity: 100;
    transition: opacity 1s;
}

#cloud {
    display: none;
}



#cloud1 {
    animation: moveCloud1 10s ease-in-out infinite;
}

#cloud2 {
    animation: moveCloud2 13s ease-in-out infinite;
}

#cloud3 {
    animation: moveCloud3 15s ease-in-out infinite;
}


@keyframes moveCloud1 {
    0% {
        transform: translate(681.1px, 133.6px);
    }

    25% {
        transform: translate(calc(681.1px - 10px), calc(133.6px + 2px));
    }

    75% {
        transform: translate(calc(681.1px + 10px), 133.6px);
    }

    100% {
        transform: translate(681.1px, 133.6px);
    }
}

@keyframes moveCloud2 {
    0% {
        transform: translate(421px, 66.1px);
    }

    25% {
        transform: translate(calc(421px + 5px), calc(66.1px - 2px));
    }

    75% {
        transform: translate(calc(421px - 5px), 66.1px);
    }

    100% {
        transform: translate(421px, 66.1px);
    }
}


@keyframes moveCloud3 {
    0% {
        transform: translate(631.4px, 45.6px);
    }

    25% {
        transform: translate(calc(631.4px + 4px), calc(45.6px + 2px));
    }

    75% {
        transform: translate(calc(631.4px - 4px), 45.6px);
    }

    100% {
        transform: translate(631.4px, 45.6px);
    }
}



#where {
    display: none;
}


#where.obj-show {
    display: block;
}

#where.obj-show-pre {
    display: block;
    opacity: 1;
    pointer-events: auto;
    transition: opacity 3s ease;
}

#where.obj-show-pre.fade-out {
    opacity: 0;
}

#title,
#arrow {
    display: none;
}


#title.obj-show,
#arrow.obj-show {
    display: block;
}

#title.obj-show-pre,
#arrow.obj-show-pre {
    display: block;
    opacity: 1;
    pointer-events: auto;
    transition: opacity 3s ease;
}

#title.obj-show-pre.fade-out,
#arrow.obj-show-pre.fade-out {
    opacity: 0;
}


/* Example usage */
.my-custom-text {
    font-family: 'BacteriaHandwrite', cursive, sans-serif;
}






#brick1,
#brick2 {
    transform: translateY(0);
    transition: transform 1s;
}

#brick3 {
    transform: translateY(0);
    transition: transform 1s;
}







@keyframes kv23-theme {
    0% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}



/*filter*/

.lay-thumbnailgrid-filter{
    display: flex;
    justify-content: space-between;
    width: 90% !important;
    flex-wrap: wrap;
}

.thumbnail-wrap{
    background-color: #fff;
    padding: 1% 5px 2% 5px;
}

.thumbnail-wrap .thumb .below-image .title,.thumbnail-wrap .thumb .below-image .descr {
    color:#000;
}

.thumbnail-wrap .thumb{
    width: 98%;
    margin: auto;
}

/* Site title below SVG */
.site-title-container{
    width: 100%;
    display: block;
}

.site-title {
    font-family: 'BacteriaHandwrite', cursive, sans-serif;
    font-size: 1.5rem;
    color: var(--green);
    -webkit-text-stroke: 0.3px var(--green);
    /* font-weight: bold; */
    text-align: right;
    width: calc(( 80vh / 1199px ) * 1599px);
    max-width: 100%;
    margin: auto;
    padding-top: 15px;
    padding-right: 5px;
}

@media screen and (max-width: 846px) {
    .site-title {
        position: absolute;
        font-size: 1.2rem;
        width: 100%;
        text-align: right;
        bottom: calc( (100vh - ((1199/1599) * 100vw) )/2 - 35px);
        right: 10px; 
    }
}


/* Footer Styles */
.elysa-footer {
    background-color: transparent;
    color: #ffffff;
    padding: 60px 0 30px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-section h3 {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
}

/* Footer Info Section */
.footer-info .site-title-footer {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 2rem;
    font-weight: 300;
    color: #fff;
    margin-bottom: 10px;
}

.footer-info .site-description {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 1rem;
    color: #cccccc;
    line-height: 1.6;
}

/* Footer Navigation */
.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    margin-bottom: 10px;
}

.footer-menu a {
    font-family: 'Source Sans 3', sans-serif;
    color: #cccccc;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.footer-menu a:hover {
    color: #fff;
}

/* Social Links */
.social-links {
    display: flex;
    gap: 15px;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    color: #cccccc;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link:hover {
    background-color: #fdd;
    color: #ffffff;
    transform: translateY(-2px);
}

.social-link svg {
    width: 20px;
    height: 20px;
}

.screen-reader-text {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* Footer Bottom */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright p {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.9rem;
    color: #888888;
    margin: 0;
}

.custom-footer-content {
    font-family: 'Source Sans 3', sans-serif;
    color: #cccccc;
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-container {
        padding: 0 20px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    
    .footer-info .site-title-footer {
        font-size: 1.5rem;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .social-links {
        justify-content: center;
    }
    
    .elysa-footer {
        padding: 40px 0 20px;
        margin-top: 60px;
    }
}

@media (max-width: 480px) {
    .footer-content {
        gap: 20px;
    }
    
    .social-link {
        width: 35px;
        height: 35px;
    }
    
    .social-link svg {
        width: 18px;
        height: 18px;
    }
}

/* Mobile/Tablet Popup Styles */
.mobile-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.mobile-popup.show {
    display: flex;
}

.popup-content {
    background-color:  rgba(0, 0, 0, 0.7);;
    border: 2px solid #32EA02 ;
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    position: relative;
    max-width: 350px;
    width: 90%;
}

.popup-close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    font-size: 30px;
    color: #32EA02;
    cursor: pointer;
    transition: color 0.3s ease;
    font-family: Arial, sans-serif;
}

.popup-close:hover {
    color: #ffffff;
}

.popup-text {
    font-family: 'BacteriaHandwrite', cursive;
    font-size: 1.5rem;
    color: #32EA02;
    line-height: 1.4;
    margin: 0;
}

/* Show popup only on mobile and tablet */
@media (max-width: 1024px) {
    .mobile-popup.show {
        display: flex;
    }
}

/* Hide popup on desktop */
@media (min-width: 1025px) {
    .mobile-popup {
        display: none !important;
    }
}

/* Responsive popup sizing */
@media (max-width: 768px) {
    .popup-content {
        padding: 30px 25px;
        max-width: 300px;
    }
    
    .popup-text {
        font-size: 2rem;
    }
    
    .popup-close {
        font-size: 28px;
        top: 12px;
        right: 18px;
    }
}

@media (max-width: 480px) {
    .popup-content {
        padding: 25px 20px;
        max-width: 280px;
    }
    
    .popup-text {
        font-size: 2rem;
    }
    
    .popup-close {
        font-size: 26px;
        top: 10px;
        right: 15px;
    }
}

/**

**/