.log {
       width: 132%;
        height: 70px;

}

/* Dates and dry start  */
.container {
        max-width: 1100px;
        margin: auto;
        padding: 20px;
}

h2 {
        background-color: #B2383B;
        padding: 10px 15px;
        border-left: 5px solid #f0a500;
        margin-top: 30px;
}

.category {
        margin-bottom: 40px;
}

.item-list {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
}

.item {
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 10px;
        padding: 15px;
        width: calc(25% - 20px);
        /* 4 items per row on PC */
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-align: center;
        transition: transform 0.2s ease;
}

.item:hover {
        transform: translateY(-5px);
}

.product-image {
        width: 100%;
        max-height: 150px;
        object-fit: cover;
        border-radius: 8px;
        margin-bottom: 10px;
}


/* Tablet (2 items per row) */
@media screen and (max-width: 768px) {
        .item {
                width: calc(50% - 20px);
        }
}

/* Mobile (1 item per row) */
@media screen and (max-width: 480px) {
        .item {
                width: 100%;
        }
}

.bg-d {
        background-color: #051105;
        padding: 30px 0;
}

/* Dates and dry End  */


/* gallery Start */

.gallery {
        column-count: 4;
        column-gap: 1rem;
        width: 95%;
        max-width: 1200px;
        margin: 3rem auto;
        background-color: #060f06;
        padding: auto 100px;
}

.bg-d {
        background-color: #051105;
        padding: 30px 0;
}

/* For smaller screens reduce columns */
@media (max-width: 900px) {
        .gallery {
                column-count: 3;
        }
}

@media (max-width: 600px) {
        .gallery {
                column-count: 2;
                column-gap: 0.75rem;
        }

        h1 {
                font-size: 1.8rem;
        }
}

@media (max-width: 400px) {
        .gallery {
                column-count: 1;
                column-gap: 0;
        }
}

/* Gallery item styling */
.gallery-item {
        break-inside: avoid;
        margin-bottom: 1rem;
        border-radius: 16px;
        overflow: hidden;
        box-shadow:
                0 0 8px #174f1d82,
                0 0 18px #174f1d82;
        cursor: pointer;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        background: #222;
}

.gallery-item img {
        width: 100%;
        height: auto;
        display: block;
        transition: transform 0.5s ease;
        border-radius: 16px;
}

.gallery-item:hover {
        transform: scale(1.03);
        box-shadow:
                0 0 20px #B2383Bff,
                0 0 40px #B2383Bff;
}

.gallery-item:hover img {
        transform: scale(1.05);
}

.he1 {
        text-align: center;
        margin: 1rem;
}

.read-more {
        background-color: #3A2A96;
        color: #fff;
        border-radius: 5px;
        border: none;
        padding: 8px 13px;
}

/* gallery end */


.btn {
        background-color: #B2383B;
        color: white;
        border-radius: 3rem;
       
}

.gmi {
        height: 140px;
}

.ont {
        font-size: 2rem;
        color: #fff;
}
.kmi {
        
        position: absolute;
        content: "";
        background: url(../img/date38.jpg) no-repeat;
        z-index: 0.1;
        width: 100%;
}

.bg-gol {
        background-color:#ffffff ;
        border-radius: 10px;
        border-color: #69e780;
        border-style: solid;
}

.num {
        font-size: 25px;
        margin-top: 13px;
        font-style: italic;
        color: #000;
}