.primary_color_bg{
                background-color: #070707 !important;
            }
            .secondary_color_bg{
                background-color: #fff !important;
            }
            .primary_color_text{
                color: #fff !important
            }
            .primary_color_text p{
                color: #000 !important
            }
            .secondary_color_text{
                color: #000 !important
            }
            .secondary_color_text p{
                color: #000 !important
            }
            .nav-clrs{
                background-color: #fff !important;
                color: #000 !important;
            }
            .footer-clrs{
                background-color: #fff !important;
                color: #000 !important;
            }
.gallery-img{
    transition: transform 1.2s;
    border-bottom: 5px solid #000;
}
.gallery-img:hover {
    filter: grayscale(0%);
    transform: scale(1.1);
}