.Moshtariyan_Content_DIV {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: auto ;
    background-color: #999999;
    background-image: url("BackGround.jpg");
    background-size: 2550px 3000px;
	margin-top : 0 !important;
}

.Moshtariyan_PageTitle {
    display: flex;
    width: 80%;
    height: 100px;
    margin-top: 50px;
    margin-right: 10%;
    /* background-color: red; */
}

.Moshtariyan_PageTitle_Right {
    width: 35%;
    height: 100px;
    border-left: 3px solid #717171;
    background: linear-gradient(90deg, rgba(12, 12, 12, 0.21) -45.63%, rgba(12, 12, 12, 0) 82.28%);

}

.Moshtariyan_PageTitle_Center {
    width: 30%;
    height: 100px;
    text-align: center;
    background: white;

}

.Center_Text_M_P {
    /* background-color: orange ; */
    height: 50px;
    margin-top: 8%;
}

.Center_Text_M_P > span {
    font-size: 25px;
	color: #737373;
}

.Moshtariyan_PageTitle_Left {
    width: 35%;
    height: 100px;
    border-right: 3px solid #717171;
    background: linear-gradient(-90deg, rgba(12, 12, 12, 0.21) -45.63%, rgba(12, 12, 12, 0) 82.28%);

}

.gallery-container {
    width: 80%;
    /* max-width: 1200px; */
    background-color: white;
    padding: 20px;
    margin-top: 100px;
    margin-right: 10%;
    margin-bottom: 100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    position: relative;
    padding-top: 60px; 
}

.gallery-header {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    background-color: #009EB4;
    padding: 10px 20px;
    font-size: 24px;
    border-radius: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    /* gap: 75px; */
    justify-content: space-evenly;
}

.gallery img {
    width: 100px;
    height: auto;
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 50px;
    object-fit: cover;
    border-radius: 4px;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
}


@media only screen and (max-width: 1024px) {
    .gallery img {
        width: 75px;
        margin-left: 15px;
    }
	.Moshtariyan_Content_DIV{
		margin-top : 0;
	}
	
	
}

@media only screen and (max-width: 430px) {
    .gallery-container {
        margin-right: 38px;
    }
    .gallery img {
        margin-left: 10px;
    }
    .gallery-header {
        font-size: 12px;
        top: -20px;
    }
    .Center_Text_M_P > span {
        font-size: 17.5px;
    }
	.Moshtariyan_Content_DIV{
		margin-top : 0;
	}
}

@media only screen and (min-width: 1920px) {
    .gallery img {
        width: 125px;
        margin-left: 50px;
    }
	.Moshtariyan_Content_DIV{
		margin-top : 0;
	}
}