@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap');


.card-top {
    margin-top: 10vh;
}

.carousel {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.carousel-indicators {
    list-style-type: none;

}


.image-container {
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: scale-down;
}

.image-container-carousel {
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* Set a fixed width */
    height: 70vw;
    /* Set a fixed height */

    @media (min-width: 992px) {
        height: 40vw;
        /* Make it smaller for large devices */
    }

    overflow: hidden;
    /* Hide overflow to ensure the container size remains fixed */
}

.image-container-carousel img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
        /* Change to cover to ensure the image covers the container */
}


@media (min-width: 768px) {
    .carousel {
        max-width: 75%;
    }
}

@media (min-width: 992px) {
    .carousel {
        max-width: 70%;
    }
}

body {
    transition: all 0.5s ease;
    background-color: black;
}

.vh-mine {
    background-color: #000000;
    height: 100vh;
}



.subtitle {
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    text-align: center;
    color: black;
    padding: 1rem;
    background-color: light-grey;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);

}

.form-group {
    margin-bottom: 1rem;
}





.color-nav {
    color: white !important;
}

.text-collapse {
    font-size: larger;
}

.gradient-custom-2 {
    background: #333333;
}


.btn.btn-primary.btn-lg {
    background-color: #000000;
}

.tabletitle {
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    text-align: left;
    color: black;
}


.form-group {
    margin-bottom: 1rem;
}

.table {
    width: 100%;
    border-collapse: collapse;
}

.table th {
    background-color: #f8f9fa;
    color: black;
    font-weight: bold;
    padding: 0.5rem;
    text-align: left;
}

.table td {
    padding: 0.5rem;
    border-bottom: 1px solid #dee2e6;
}

.table tr:nth-child(even) {
    background-color: #f8f9fa;
}

.table tr:hover {
    background-color: #e9ecef;
}


.btn.delete-button {
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: background-color 0.3s ease;
}

.btn.ban-button {
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: background-color 0.3s ease;
}


.profile {
    height: 100%;
    width: fit-content;
    background-color: #000000;
    border: none;
    cursor: pointer;
    transition: all 0.5s;
}

.name {
    color: #ffffff;
    font-size: 22px;
    font-weight: bold
}

.idd {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600
}

.idd1 {
    color: #ffffff;
    font-size: 12px
}

.follow {
    font-size: 12px;
    font-weight: 500;
    color: #444444
}

.text.mt-3 {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500
}


.image img {
    transition: all 0.5s
}

.card:hover .image img {
    transform: scale(1.1)
}

.prices {
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 50px;
}

.name-price {
    font-size: 20px;
}

.detail-pricing {
    border-bottom: 1px solid;
    padding: 30px 0 30px 0;
}

.detail-pricing .float-left {
    padding: 0 0 0 40px;
}

.detail-pricing .float-left i {
    position: absolute;
    left: 0;
    font-size: 20px;
}

.detail-pricing span {
    display: inline-block;
    position: relative;
    font-weight: 400;
}

.wrap-price {
    background: rgba(32, 33, 36, .1);
    padding: 50px 20px 50px;
    border-radius: 10px;
}

.center-wrap {
    background: #070707;
    color: #fff;
}

.show-image-box {
    height: 50%;
}

/* Path: welcomepage.php style */

/* H1 Title */


.my-text {
    font-family: "Yanone Kaffeesatz";
    font-size: 3.5vw;
    /* Responsive font size */
    display: flex;
    justify-content: center;
    /* Center horizontally */
    align-items: center;
    /* Center vertically */
    margin-top: 18vw;
    /* Adjust according to your design */
    position: relative;
    user-select: none;
    text-align: center;
    /* Center text */
}

.my-wrapper {
    padding: 0.8vw;
    /* Simplified padding */
}

.my-letter {
    transition: ease-out 1s;
    transform: translateY(40%);
    color: #ffffff;
    /* Add this line to change text color to an elegant white */
    white-space: normal;
    /* Allow wrapping for each word */
}

.my-shadow {
    transform: scale(1, -1);
    color: #ffffff0c;
    transition: ease-in 5s, ease-out 5s;
    white-space: normal;
    /* Allow wrapping for each word */
}

.my-mini-text {
    font-family: "Playfair Display", serif;
    font-size: 12vw;
    /* Responsive font size */
    display: flex;
    justify-content: center;
    /* Center horizontally */
    align-items: center;
    /* Center vertically */
    margin-top: 3vw;
    /* Adjust according to your design */
    position: relative;
    user-select: none;
    text-align: center;
    /* Center text */
    flex-wrap: wrap;
    white-space: normal;
}

.my-mini-letter {
    transition: ease-out 1s;
    transform: translateY(40%);
    color: #f5f5f5;
    /* Add this line to change text color to an elegant white */
    white-space: normal;
    /* Allow wrapping for each word */
}


.my-wrapper:hover .my-letter {
    transform: translateY(-200%);
}

.my-wrapper:hover .my-shadow {
    opacity: 0;
    transform: translateY(200%);
}

.my-wrapper:hover .my-mini-letter,
.my-wrapper:active .my-mini-letter {
    transform: scale(1.5);
}




.space {
    margin-left: 2vw;
    /* Adjust this value as needed to create desired space */
}


.scroll-arrow {
    display: block;
    color: white;
    font-size: 6rem;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 10vh;
}


.welcome-subtitle {
    font-family: serif;
    font-weight: 300;
    text-align: center;
    color: rgb(255, 255, 255);
    padding: 0.75rem;
    background-color: rgb(0, 0, 0);
    border-radius: 4px;
    margin-top: 1rem;
}


.welcome-text {
    font-family: serif;
    font-weight: normal;
    text-align: left;
    color: rgb(255, 255, 255);
    padding: 0.5rem;
    background-color: rgb(0, 0, 0);
    border-radius: 3px;
    margin-top: 0.5rem;
}

.welcome-subsub {
    color: white;
}

.welcome-content {
    font-family: 'Arial', sans-serif;
    font-weight: normal;
    text-align: justify;
    color: #333333;
    padding: 1rem;
}

.my-footer {
    left: 0;
    bottom: 0;
    position: relative;
    width: 100%;
    margin-top: 3vw;
}

/* Path: error.php style */
.body-backbutton {
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    color: #333;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
    flex-direction: column;
}

.error-container-backbutton {
    text-align: center;
    padding: 40px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

-backbutton {
    color: #333333;
    margin-bottom: 20px;
}

.p-backbutton {
    margin-bottom: 20px;
}

.back-btn-backbutton {
    padding: 10px 20px;
    background-color: #333333;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.back-btn-backbutton:hover {
    background-color: #0056b3;
}


/* Path: update_profile.php style */

.edit-txt {
    color: #ffffff;
}

.edit-txtblack {
    color: #000000;
}

.edit-back {
    background-color: #ffffff;
}

.edit-backblack {
    background-color: #000000;
}






/* Danilofalconephotostyle */

.welcome-photos {
    width: 90vw;

    @media (min-width: 992px) {
        width: 50vw;
    }

    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    /* Add this line to center the image horizontally */
}

.welcome-gallerybutton {
    background-color: #212529;
    color: #ffffff;
    border-color: #444444;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 12vh;
    width: 30vh;
    text-align: center;
    font-size: 3vh;
    font-weight: bold;
    font-family: sans-serif;

}

.welcome-gallerybutton:hover {
    color: #212529;
    background-color: #ffffff;
    border-color: #000000;
}

.logo1 {
    width: 7vh;
    height: 7vh;
}

.logo2 {
    width: 5vh;
    height: 5vh;
}

a {
    color: #ffffff;
    /* Normal link color */
    text-decoration: none;
    /* No underline */
    display: inline;
    /* Allow links to be next to each other */
}

a:hover {
    color: #797979;
    /* Change this to your desired hover color */
}


.bw-button {
    background-color: #333333;
    color: #ffffff;
    border-color: #444444;
}

.bw-button:hover {
    background-color: #333333;
    border-color: #444444;
}


.my-card {
    margin: 3vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.my-spotlight {
    width: 100%;

    background:
        radial-gradient(45% 85% at 50% 0%, rgba(80, 82, 98, 0.6) 20%, rgba(80, 82, 98, 0) 90%),
        linear-gradient(rgba(28, 35, 50, 1) 0%, rgba(28, 35, 50, 0) 80%);
    z-index: -1;

}

.my-pagination {
    color: black;
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    /* Allow items to wrap if they exceed the screen width */
    justify-content: center;
    /* Center pagination */
    --bs-pagination-padding-x: 2vw;
    /* Adjust horizontal padding */
    --bs-pagination-padding-y: 1.5vw;
    /* Adjust vertical padding */
}


.page-link.active {
    background-color: #333333 !important;
    border-color: #444444 !important;
}

.pagination .page-item.active .page-link {
    background-color: #444444;
    /* Grey background for selected page */
    border-color: #444444;
    /* Optional: Set border color to match */
    color: white;
    /* Text color for the selected page */
}


.my-list-group {
    margin-top: 3vw;
    margin-right: 1vw;
    margin-left: 85vw;
    text-align: left;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;

    /* Ensure it stays on top of other elements */
    @media (max-width: 576px) {
        margin-top: 50vw;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        position: absolute;
        text-align: center;
    }
}

.my-list-group li:hover {
    background-color: #333333 !important;
    color: #ffffff !important;
}

/* Modal overlay & content */
.image-modal {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: none;
    /* toggled by JS */
    align-items: center;
    justify-content: center;
}

.image-modal.open {
    display: flex;
}

/* dark translucent overlay behind the image */
.image-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    -webkit-tap-highlight-color: transparent;
}

/* container for the image + controls */
.image-modal-content {
    position: relative;
    max-width: 96vw;
    max-height: 96vh;
    margin: 1rem;
    z-index: 2001;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

/* inner wrapper to center image */
.image-modal-inner {
    max-width: 100%;
    max-height: 100%;
}

/* actual image sizing: keep aspect ratio, fit inside viewport */
#image-modal-img {
    display: block;
    max-width: 90vw;
    max-height: 85vh;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 4px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.5);
    -webkit-user-select: none;
    user-select: none;
    touch-action: manipulation;
}

/* caption under image */
.image-modal-caption {
    margin-top: 0.6rem;
    color: #fff;
    text-align: center;
    font-size: 0.95rem;
    line-height: 1.2;
}

/* close button */
.image-modal-close {
    position: absolute;
    top: -0.6rem;
    right: -0.6rem;
    background: #222;
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1.4rem;
    line-height: 1;
    z-index: 2002;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

/* mobile: enlarge button and caption spacing */
@media (max-width: 480px) {
    .image-modal-close {
        width: 32px;
        height: 32px;
        font-size: 1.05rem;
        top: 8px;
        right: 8px;
    }

    /* slightly adjust image max-height so button doesn't overlap too much */
    #image-modal-img {
        max-height: 76vh;
    }
}

/* make gallery images show pointer */
img.zoomable {
    cursor: zoom-in;
}

/* when modal open, prevent background scroll */
body.modal-open {
    overflow: hidden;
    touch-action: none;
}