body {
    background-color: antiquewhite;
    font-family: 'Courier New', Courier, monospace;
}

/* Reset default margin & padding */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 0;
}

.trup {
    height: 100vh;
    width: 100%;
    display: flex;
    font-family: 'Courier New', Courier, monospace;
    justify-content: center;
    background: none;
    align-items: center;
    flex-direction: column;
    background-color: bisque;
    /* Fallback color */
    position: relative;
}

.levizje {
    animation: levizje 2s ease-in-out;
}

@keyframes levizje {
    0% {
        opacity: 0;
        transform: translateY(-200px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.levizje2 {
    animation: levizje2 ease-in-out 4s;
    color: rgb(0, 0, 0) !important;
}

@keyframes levizje2 {
    0% {
        opacity: 0;
        transform: translateY(200px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

/* Background Image */
.sfond-imazh {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.sfond-imazh img {
    max-width: 100%;
    max-height: 100vh;
    object-fit: contain;
    /* Ensures full image visibility */
}

/* Title (h1) */
h1 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 200px;
    color: white;
    position: relative;
    z-index: 2;
    /* Above background, below PNG */
    margin: 0;
}

.buton-bli {
    z-index: 4;
    padding: 20px;
    background-color: rgba(255, 228, 196, .5);
    color: transparent;
    -webkit-text-stroke: 1px rgb(0, 0, 0);
    position: relative;
    font-family: 'Courier New', Courier, monospace;
    top: 40px;
    border-radius: 10px;
    text-decoration: none;
}

.shfaq-avash {
    animation: shfaq 6s ease-in-out;
}

@keyframes shfaq {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* PNG Image (Layer Above h1) */
.imazh {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 120vh;
    width: 100vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 3;
    /* Above h1 */
}

.ndrysho-ngjyren {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120vh;
    background-size: cover;
    z-index: 3;
    /* On top of the original background */
    animation: ndrysho-ngjyren 6s ease-in-out forwards infinite;
    opacity: 1;
}

@keyframes ndrysho-ngjyren {
    from {
        filter: hue-rotate(0deg);
    }

    to {
        filter: hue-rotate(360deg);
    }
}

/* Subtitle (h3) */
h3 {
    font-family: 'Courier New', Courier, monospace;
    font-size: 75px;
    color: white;
    position: relative;
    z-index: 4;
    /* Above PNG image */
    margin-top: 20px;
    -webkit-text-stroke: 2px white;
    color: transparent;
}

@media (max-width: 540px) {
    .trup {
        height: 120vh;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-family: 'Courier New', Courier, monospace;
        background: none;
        position: relative;
        overflow: hidden;
    }

    .sfond-imazh {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 120vh;
        background-size: cover;
        z-index: 2;
    }

    h1 {
        font-size: 12vw;
        /* Slightly smaller for readability */
        -webkit-text-stroke: 1.5px black;
        /* Adjust stroke for clarity */
        bottom: 10px;
        z-index: 0;
        text-align: center;
    }

    h3 {
        font-size: 5vw;
        -webkit-text-stroke: 0.5px rgb(0, 0, 0);
        margin-top: 5px;
    }

    .buton-bli {
        top: 150px;
        padding: 15px;
        font-size: 4vw;
        border-radius: 8px;
    }

    .imazh {
        width: 90vw;
        /* Make sure the image scales well */
        height: auto;
        top: 200px;
    }

    @keyframes levizje {
        0% {
            opacity: 0;
            transform: translateY(-150px);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .levizje2 {
        color: rgb(0, 0, 0) !important;
        text-align: center;
    }

    @keyframes levizje2 {
        0% {
            opacity: 0;
            transform: translateY(150px);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

@media (min-width: 540px) {
    .trup {
        height: 120vh;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-family: 'Courier New', Courier, monospace;
        background: none;
        position: relative;
        overflow: hidden;
    }

    .sfond-imazh {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 120vh;
        background: url("https://raw.githubusercontent.com/Brigli-The-Coder/Projects-Files/refs/heads/main/1754341336444.png") no-repeat center center;
        background-size: cover;
        z-index: 2;
    }

    h1 {
        font-size: 12vw;
        /* Slightly smaller for readability */
        -webkit-text-stroke: 1.5px rgb(0, 0, 0);
        /* Adjust stroke for clarity */
        bottom: 10px;
        z-index: 0;
        text-align: center;
    }

    h3 {
        font-size: 5vw;
        text-align: center;
        -webkit-text-stroke: 0.8px rgb(0, 0, 0);
        margin-top: 5px;
    }

    .buton-bli {
        /* top: 150px; */
        padding: 15px;
        /* font-size: 4vw; */
        border-radius: 8px;
    }

    .imazh {
        width: 90vw;
        /* Make sure the image scales well */
        height: auto;
        top: 200px;
    }

    @keyframes levizje {
        0% {
            opacity: 0;
            transform: translateY(-150px);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .levizje2 {
        color: rgb(0, 0, 0) !important;
    }

    @keyframes levizje2 {
        0% {
            opacity: 0;
            transform: translateY(150px);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
}



.reviews-wrapper {
    margin-bottom: 20px;
    position: relative;
}

.reviews-content {
    display: flex;
    animation: scroll 45s linear infinite;
}

.review-item {
    flex: 0 0 auto;
    width: 300px;
    color: black;
    margin-right: 15px;
}

.card {
    height: 100%;
    box-shadow: 0 2px 5px rgb(255, 255, 255);
}

.star-rating {
    color: gold;
    font-size: 1.25rem;
}

@keyframes scroll {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* From Uiverse.io by iZOXVL */
.boton-elegante {
    display: inline-block;
    padding: 15px 30px !important;
    border: 2px solid #2c2c2c !important;
    background-color: #1a1a1a !important;
    color: #ffffff !important;
    font-size: 1.2rem !important;
    cursor: pointer !important;
    border-radius: 30px !important;
    transition: all 0.4s ease !important;
    outline: none !important;
    position: relative !important;
    overflow: hidden !important;
    font-weight: bold !important;
    text-decoration: none !important;
}

.boton-elegante::after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 70%) !important;
    transform: scale(0) !important;
    transition: transform 0.5s ease !important;
}

.boton-elegante:hover::after {
    transform: scale(4) !important;
}

.boton-elegante:hover {
    border-color: #666666 !important;
    background: #292929 !important;
}

.card {
    background-color: #ffffff;
}

/* Improve Responsiveness */
@media (max-width: 768px) {
    .reviews-wrapper {
        overflow-x: auto;
    }

    .levizje2 {
        color: rgb(2, 2, 2) !important;
    }

    .carousel-inner .carousel-item img {
        width: 100%;
        height: auto;
    }

    .card-body {
        padding: 15px;
    }

    .boton-elegante {
        font-size: 1.1rem;
        padding: 12px 25px;
    }

    /* Ensure images scale well */
    .img-fluid {
        max-width: 100%;
        height: auto;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .col-md-6 {
        margin-bottom: 20px;
    }

    /* Small screens */
    .display-4 {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
    .levizje2 {
        color: rgb(5, 5, 5) !important;
    }

    .display-4 {
        font-size: 1.5rem;
    }

    .card-body h5 {
        font-size: 1.2rem;
    }

    .star-rating {
        font-size: 1rem;
    }
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -5;
    /* Kthehet pas tekstit */
}