.project_section_1
{
    width: 80%;
    margin: auto;
    /* padding-top: 80px;
    padding-bottom: 50px; */
}

.project_section_1_Container
{
    margin-top: 5%;
    /* display: flex;
    justify-content: space-between; */
    
}
.project_section_1_Containerbox
{
  /* flex-basis: 48%; */
  /* padding: 30px 2px;  */
  text-align: center;
}
/* .project_section_1 .project_section_1_Container .project_section_1_Container1 h2
{
  padding: 15px 0 25px;
  color: #777;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
} */
.project_section_1_mainContainer
{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
    display: grid;
    grid-template-columns: auto auto;
}
.project_section_1_mainContainer .project_section_1_mainContainer_Box
{
  flex-basis: 44%;
    border-radius: 10px;
    margin-bottom: 23%;
    text-align: left;
    /* background: #fff3f3; */
    padding: 2%;
    cursor: pointer;
    display: flex;
}
.project_section_1_mainContainer_BoxContent
{
  width: 100%;
  object-fit: cover;
  transition: 0.2s linear;
}
.project_section_1_mainContainer_BoxContent
{
  text-align: center;
}


@media(max-width: 700px)
{
     

}
.project_section_1_mainContainer_BoxContent
{
  object-position: center;
    object-fit: cover;
}

.project_section_1_subheader
{
    object-position: center;
    object-fit: cover;
}
.project_section_1_image
{
    height: 50vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    object-fit: cover;
    object-position: center;
    position: relative;
    filter: brightness(0.5);
    -webkit-filter: brightness(0.5);
}
.project_section_1_mainheader
{
    width: 100%;
    font-weight: 600;
    color: #fff;
    font-size: 4vw;
    bottom: 45%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 1;
    /* transition: 0.5s; */
    
}
.project_section_1_textmainsubheader
{
    /* background: rgb(1 1 1 / 64%); */
    height: 50%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
    text-align: center;
}

@media (max-width: 769px){
    .project_section_1_mainheader
    {
        font-size: 7vw !important;
    }
}

.project_section_1_mainContainer_Box:hover .project_section_1_itemTextContainerBlur img
{
    /* transform: scale(0.9); */
}
.project_section_1_popup_image
{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0);
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
}
.project_section_1_popup_image span
{
  position: absolute;
  top: 0;
  right: 4%;
  font-size: 10vw;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  z-index: 100;
}
.project_section_1_popup_image img
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 5px solid #fff;
    border-radius: 5px;
    width: 80%;
    object-fit: cover;
}
@media (max-width:320px){
    .project_section_1_popup_image img
    {
        width: 85%;
    }
    
}
@media (max-width:1025px){
  .project_section_1_popup_image img
  {
      width: 80%;
  }
  
}
@media (max-width:481px){
  .project_section_1_popup_image img
  {
      width: 85%;
  }
  
}
@media (max-width:769px){
  .project_section_1_popup_image img
  {
      width: 90%;
  }
  
}
@media (min-width:1026px){
  .project_section_1_popup_image img
  {
      width: 65%;
  }
  .project_section_1_popup_image span
{
  right: 4%;
  font-size: 10vw;
}
  
}