.six{
    width: 100%;
    height: auto;
    /* background-color: aqua; */
}

.six .six_one{
    width: 100%;
    height: 100%;
    /* background-color: aquamarine;     */
}


  
.gallery-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
}

.gallery-item {
    position: relative;
    margin: 15px;
    width: calc(33.33% - 30px);
    overflow: hidden;
    border-radius: 10px;
    background-color: rgb(36, 36, 36);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s, box-shadow 0.3s;
}

.gallery-item:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.gallery-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    opacity: 0;
    transition: opacity 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.gallery-item:hover .gallery-item-overlay {
    opacity: 1;
}

.gallery-item-overlay h3 {
    font-size: 1.5em;
    margin: 0;
}

.gallery-item-overlay p {
    text-align: center;
    padding: 10px;
}




.sixg{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* background-color: brown; */
}


.six_two{
    display: flex;
    flex-direction: column;
    /* background-color: azure; */

}
.sixtwo_one{
    /* background-color: aqua; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.sixtwo_two{
    /* background-color: rgb(255, 234, 127); */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.six_three{
    /* background-color: blueviolet; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.sixthree_one{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    /* background-color: bisque; */
}

.sixthree_two{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    /* background-color: bisque; */
    display: none;
}

.gi{
    display: flex;
}

.six h4{
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    margin-top: 100px;
    margin-left: 50px;
    font-size: 30px;
    color: orange;
}























@media only screen and (max-width: 800px)and (min-width: 500px){

    .six{
        width: 100%;
        height: auto;
        /* background-color: aqua; */
    }
    
    .six .six_one{
        width: 100%;
        height: 100%;
        /* background-color: aquamarine;     */
    }
    
    
      
    .gallery-container {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        padding: 20px;
    }
    
    .gallery-item {
        position: relative;
        margin: 15px;
        width: 90%;
        overflow: hidden;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s, box-shadow 0.3s;
    }
    
    .gallery-item:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    }
    
    .gallery-item img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 10px;
    }
    
    .gallery-item-overlay {
        position: absolute;
        margin-top: 0px;
        background: rgba(0, 0, 0, 0.7);
        color: white;
        opacity: 0;
        transition: opacity 0.3s;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
    }
    
    .gallery-item:hover .gallery-item-overlay {
        opacity: 1;
    }
    
    .gallery-item-overlay h3 {
        font-size: 10px;
        margin-top: 10px;
    }
    
    .gallery-item-overlay p {
        text-align: center;
        padding: 0px;
    }
    
    
    
    
    .sixg{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        /* background-color: brown; */
    }
    
    
    .six_two{
        display: flex;
        flex-direction: row;
        /* width: 100%; */
        /* background-color: azure; */
    
    }
    .sixtwo_one{
        /* background-color: aqua; */
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .sixtwo_two{
        /* background-color: rgb(255, 234, 127); */
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        /* width: 100%; */
    }
    
    .six_three{
        /* background-color: blueviolet; */
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
    }
    
    .sixthree_one{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        /* background-color: bisque; */
    }
    
    .sixthree_two{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        /* background-color: bisque; */
        display: none;
    }
    
    .gi{
        display: flex;
    }
    
    .six h4{
        display: flex;
        /* align-items: center; */
        /* justify-content: center; */
        margin-top: 100px;
        margin-left: 20px;
        font-size: 20px;
        color: orange;
    }
    



}























@media only screen and (max-width: 500px)and (min-width: 0px){

    .six{
        width: 100%;
        height: auto;
        /* background-color: aqua; */
    }
    
    .six .six_one{
        width: 100%;
        height: 100%;
        /* background-color: aquamarine;     */
    }
    
    
      
    .gallery-container {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        padding: 20px;
    }
    
    .gallery-item {
        position: relative;
        margin: 15px;
        width: 90%;
        overflow: hidden;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s, box-shadow 0.3s;
    }
    
    .gallery-item:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    }
    
    .gallery-item img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 10px;
    }
    
    .gallery-item-overlay {
        position: absolute;
        margin: 5px;
        background: rgba(0, 0, 0, 0.7);
        color: white;
        opacity: 0;
        transition: opacity 0.3s;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
    }
    
    .gallery-item:hover .gallery-item-overlay {
        opacity: 1;
    }
    
    .gallery-item-overlay h3 {
        font-size: 15px;
        margin: 0;
    }
    
    .gallery-item-overlay p {
        text-align: center;
        padding: 0px;
    }
    
    
    
    
    .sixg{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        /* background-color: brown; */
    }
    
    
    .six_two{
        display: flex;
        flex-direction: row;
        /* width: 100%; */
        /* background-color: azure; */
    
    }
    .sixtwo_one{
        /* background-color: aqua; */
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .sixtwo_two{
        /* background-color: rgb(255, 234, 127); */
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        /* width: 100%; */
    }
    
    .six_three{
        /* background-color: blueviolet; */
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
    }
    
    .sixthree_one{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        /* background-color: bisque; */
    }
    
    .sixthree_two{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        /* background-color: bisque; */
        display: none;
    }
    
    .gi{
        display: flex;
    }
    
    .six h4{
        display: flex;
        /* align-items: center; */
        /* justify-content: center; */
        margin-top: 10px;
        margin-left: 20px;
        font-size: 20px;
        color: orange;
    }
    



}