.pc1 {
    color: #800000 !important;
}

.pc2 {
    color: #000000 !important;
}

.pc3 {
    color: #ddd6d5 !important;
}

.pb1 {
    background-color: #800000 !important;
}

.pb2 {
    background-color: #000000 !important;
}

.pb3 {
    background-color: #ddd6d5 !important;
}

.pborder1 {
    border: 2px solid #800000 !important;
}

.pborder2 {
    border: 1px solid #000000 !important;
}

.pborder3 {
    border: 1px solid #ddd6d5 !important;
}

.pay-img {
    position: absolute;
    top: 0;
    z-index: 1;
    background-color: rgb(255 255 255 / 0%);
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
    padding: 20px;
    display: none;
}

.pay-img video {
    width: 550px;
    border-radius: 20px;
}


/* Login section */
.login-side-img {
    width: 100%;
    height: 100%;
}

.login-side-img img {
    height: 100%;
    width: 100%;
}

input::placeholder {
    font-size: 0.8rem;
    /* Smaller font size */
    color: #000000 !important;
    /* Optional color change */
}

.vh100 {
    height: 100vh;
}

/* Login section */



/* HOme */
.gallery {
    columns: 4;
    /* column-gap: 40px; */
}

.gallery .box {
    width: 100%;
    margin-bottom: 10px;
    break-inside: avoid;
}

.gallery .box img {
    max-width: 100%;
    border-radius: 15px;
}

@media(max-width:1200px) {
    .gallery {
        columns: 3;
    }
}

@media(max-width:991.99px) {
    .gallery {
        columns: 3;
    }

    .hover-content {
        left: auto !important;
        transform: none !important;
        bottom: 0px !important;
    }


    .ab-content svg {
        width: 15px;
    }

    .hover-content a {
        font-size: 10px;
    }

    .hover-content button {
        font-size: 10px;
        width: 30px;
        height: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
}

@media(max-width:767.99px) {
    .gallery {
        columns: 3;
    }

    .hover-content {
        left: auto !important;
        transform: none !important;
        bottom: 0px !important;
    }

    .box:hover .hover-content{
        
        display:none !important;
    }

    .ab-content svg {
        width: 15px;
    }

    .hover-content a {
        font-size: 10px;
    }

    .hover-content button {
        font-size: 10px;
        width: 30px;
        height: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
}

@media(max-width:480px) {
    .gallery {
        columns: 2;
    }
}

.category-img {

    background: #f9f9f9;
    border: none;
    transition: 0.5s ease-in-out;
    /* border: 1px solid lightgray; */
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(145, 23, 76, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}

.category-img:hover {
    transform: scale(1.1);
    background-color: rgb(243, 236, 194)
}

a {
    text-decoration: none;
}

.box {
    position: relative;
    cursor: pointer;
}

.ab-content {
    position: absolute;
    top: 0;
    background: #00000059;
    margin: 8px;
    padding: 7px 10px;
    border-radius: 10px;
}


.box {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    /* Transition effect */
}

.hover-content {
    display: none;
    /* Initially hidden */
    opacity: 0;
    /* Make it invisible */
    transition: opacity 0.3s ease;
    /* Smooth fade-in effect */
}

.box:hover .hover-content {
    display: block;
    /* Make it visible on hover */
    opacity: 1;
    /* filter: drop-shadow(0px 10px 30px red); */
    transform: scale(1.1);
}

.outline-btn {
    border: 2px solid black;
    /* Black outline for the download button */
}

.box:hover .outline-btn {
    border-color: black;
    /* Keep the black border on hover */
}

.box:hover .favorite-btn {
    display: none;
    /* Remove favorite button on hover */
}

.box:hover img {
    filter: brightness(70%);
}

/* home */


/* layour responsize */

/* end */
