/* General Styling */
body {
    font-family: "Playfair Display";
    background: #0a0a0a;
    margin: 0;
    padding: 0;
}

/* Back Button */
.back-btn {
    display: inline-block;
    margin: 10px;
    padding: 10px 15px;
    background: #333;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    position:static;
    left: 6px;
    top: 5px;
}

.back-btn:hover {
    background: #555;
}

/* Preview Container */
.preview-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

/* Full-size Image */
.preview-container img {
    max-width: 90%;
    max-height: 80vh;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(90, 90, 90, 0.2);
}

/* Download Button */
.download-btn {
    text-align: center;
    margin-top: -20px;
    display: inline-block;
    padding: 10px 20px;
    background: #2e2e2e;
    color: rgb(110, 110, 110);
    text-decoration: none;
    font-weight: bold;
    border-radius: 100px;
    transition: background 0.3s;
    position: relative;
    top:0px;

}
#kis{
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
}
@media (max-width: 480px) {

    #one {
        padding: 5px 10px;
        font-size: 0.7rem;
        background: #333;
        color: white;
        text-decoration: none;
        border-radius: 5px;
        position:static;
        left: 0px;
        top: 1px;
    }
    #kis{
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
    }
    #lines{
        position:relative;
        align-items: left;
        text-align:left;
        color: white;
        font-family: "Playfair Display";
        animation-name: line;
        animation-duration: 30s;
        animation-iteration-count: infinite
    }
    @keyframes line {
        0%{
        }
        25%{
            color: #9fb1ff;
        }
        50%{
            color: #65c7ff;
        }
        75%{
            color: #bf9dff;
        }
        100%{
        }
    }
    #imageTitle{
        font-weight: 1500;
        font-size: 2.5rem;
        font-weight: 50;
    }
    #imageDesc{
        text-align:center;
        align-items: center;
    }
    .preview-container img {
        max-width: 90%;
        max-height: 80vh;
        border-radius: 20px;
        box-shadow: 10px 16px 20px rgba(151, 151, 151, 0.2);
        animation-name: Shadow;
        animation-duration: 7s;
        animation-iteration-count: infinite;
        overflow: hidden;
    }
    @keyframes Shadow {
        0%{
        }
        25%{
            box-shadow: -10px -16px 20px rgba(204, 204, 204, 0.2); 
        }
        50%{
            box-shadow: -10px 0px 21px rgba(44, 44, 44, 0.2);
        }
        75%{
            box-shadow: 10px -16px 20px rgba(143, 143, 143, 0.2);
        }
        100%{

        }
    }
    .download-btn {
        margin-top: 160px;
        display: inline-block;
        padding: 9px 125px;
        background: #4882ff;
        color: rgb(255, 255, 255);
        text-decoration: none;
        font-weight: bold;
        border-radius: 30px;
        box-shadow: 0px 10px 10px rgba(143, 143, 143, 0.2);
        position: relative;
        top: -15px;  
        left: 0px;
    
    }
    .download-btn:hover {
     animation-name:click ;
     animation-duration: 1.5s;
     animation-iteration-count: 1;
    }
    @keyframes click {
        0%{
            transform: scale(1);
        }
        50%{
            transform: scale(0.9);
        }
        100%{
            transform: scale(1);
        }
    }
    .download-btn-two{
        font-weight: bold;
        font-size: 1.1rem;
        margin-top: 10px;
        display: inline-block;
        padding: 8px 138px;
        background: #4882ff;
        color: rgb(255, 255, 255);
        text-decoration: none;
        border-radius: 30px;
        box-shadow: 0px 10px 10px rgba(143, 143, 143, 0.2);
        position: relative;
        left: 0px;
        border: none;
        font-family: "playfair Display";
    
    }
    .download-btn-two:hover {
        animation-name:click ;
        animation-duration: 1.5s;
        animation-iteration-count: 1;
    }

    .download-btn-two-three{
        margin-top: 0px;
        display: inline-block;
        padding: 0px 157px;
        height: 37.5px;
        background: #4882ff;
        color: rgb(255, 255, 255);
        text-decoration: none;
        font-weight: bold;
        border-radius: 30px;
        box-shadow: 0px 10px 10px rgba(143, 143, 143, 0.2);
        position: relative;
        left: 0px;
        top: 19px;
        border: none;
    }
    .download-btn-two-three:hover {
        animation-name:click ;
        animation-duration: 1.5s;
        animation-iteration-count: 1;
    }
    .contact{
        text-decoration: none;
        font-size: medium;
        position:relative;
        top:30px;
        left: -48px;
        color: white;
        font-family: "Playfair Display";
        animation-name: line;
        animation-duration: 30s;
        animation-iteration-count: infinite
    }

    .mainttxt{
        margin-left: 30px;
        position: sticky;
        top:0px;
        left:0px;
        font-size:2.3rem ;
        color:white;
        animation-name:hediing;
        animation-duration: 15s;
        animation-iteration-count: infinite;

    }
    @keyframes hediing {
        0%{}
        25%{
            color:rgb(160, 160, 160);
        }
        50%{
            color:white;
        }
        75%{
            color:rgb(117, 117, 117);
        }
        100%{}
    }
    #bg {
        filter:blur(100px);        
        opacity: 70%;
        position: fixed;
        top: 0;
        left: 0;
        width: 50vh;
        height:100vh;
        object-fit: cover; /* Ensures the video fills the screen without stretching */
        z-index: -1; /* Places video behind other content */
        animation-name:rotated_back;
        animation-duration: 25s;
        animation-iteration-count:  infinite;
    }
    @keyframes rotated_back {
        0%{}
        50%{
            transform:rotate(360deg);
        }
        100%{
            transform:rotate(0deg);
        }
    }
    .back-btn{
        width: 50px;
        height: 15px;
        text-align: center;
    }
    #topsen{
        position: sticky;
        filter: drop-shadow(0px 5px 1.5px rgba(32, 32, 32, 0.774));
        bottom:7px;
        left: 900px;
        width: 40px;
    }
    #loader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8) url(loding.gif) no-repeat center;
        background-size :40px; /* Semi-transparent black */
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
        display: none; /* Hidden by default */
        backdrop-filter: blur(20px);
    }
}
#aft{
    filter: invert(75%);
}
#saves{
    filter: invert(0%);
    width: 30px;
    padding-top:0px ;
    align-items: center;
}
#savess{
    filter: invert(75%);
    width: 30px;
    padding-top:-10px ;
}
#l {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8) url(loding.gif) no-repeat center;
    background-size :40px; /* Semi-transparent black */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    display: none; /* Hidden by default */
    backdrop-filter: blur(30px);
    animation:loading infinite ;
}
/* Full-screen blur overlay blurrrrrrrr */
.blur-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay */
    backdrop-filter: blur(10px); /* Apply blur to everything behind */
    display: none; /
}
.nav-btn {
    font-weight: 300;
    background-color: #35353588;
    color: rgb(124, 124, 124);
    padding: 20px 6px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    box-shadow: 3px 6px 20px rgba(207, 207, 207, 0.2);
    border-radius:10px ;
}

#prev-btn {
    left: 0px;
}

#next-btn {
    right: 0px;
}
#love{
    width:50px;
    height: 50px;
    box-shadow: none;
    animation-name:love;
    animation-duration: 5s;
    animation-iteration-count:infinite ;
    filter: invert(30%);
}
@keyframes love {
    0%{}
    50%{
        transform: scale(1.1);
    }
    100%{}
}
#like-btn{
    box-shadow: none;
    background: none;
    border: none;
    padding: 10px 10px;
    position:relative;
    top: 10%;
    left:30%;
    font-size: 2rem;
    font-family: "Playfair";
    text-align: center;
    color:#afafaf;
}
#navx{
    background: solid;
    background-color: #85858550;
    padding: 250px 196px;
    position: fixed;
    align-items: center;
    justify-content: center;
    left: 10px;
    bottom: 0px;
    border-radius:20px 20px 0px 0px;
    backdrop-filter: blur(60px);
    font-weight: -10;
    text-align: left;
    align-items: center;
    justify-content: center;
    opacity:98%;
    z-index: -2;
 }
.dull{
    filter: invert(80%);
    box-shadow: none;
    background: transparent;
    border: none;
    padding: 10px 10px;
    position:relative;
    top: 10%;
    left:-130px;
    font-size: 2rem;
    font-family: "Playfair";
    text-align: center;
    color:#afafaf; 
}
#ss{
    filter: invert(0%);
    background: transparent;
    border-radius:10px;
    width: 20px;
}
#sss{
    filter: invert(0%);
    background: transparent;
    border-radius:10px;
    width: 22px;
}


