    /* 
  **********************************************
  ************  about all  section  ************
  **********************************************
 */ 

 section
 {
    padding: 20px 0px;
}

.main {
  
    width: 100%;
    padding-top: 126px;
    padding-bottom: 70px;
}



.application-title
{
    font-family: 'Medium';
    display: flex;
    justify-content: center;
    color: #fff;
    font-size:100px;
    font-weight: 400;
      
}



/* 
  **********************************************
  ************  core card   ************
  **********************************************
 */ 

.content
{
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.cover-card
{
    background-color: #072826;
    border: 1px solid #4CDC6B;
    height:517.54px;
    width: 485px;
    overflow: hidden;
    border-radius: 15px;
    margin-left: 28px;
    margin-bottom: 33px; 
    position: relative;
    isolation: isolate;
    transition: 0.5s ease;
}     

.cover-card:hover
{   
    transform: scale(1.03);     
}

.image-News,
.image-Industrial,
.image-Thewinner,
.image-IMC,
.image-Governor,
.image-Cop29,
.image-TheNational,
.image-Chinese,
.image-Egyptproject,
.image-Intra-African,
.image-Metal,
.image-Visiting,
.image-VisitingMoscow,
.image-Quality,
.image-enterprise
{
    background-color: #072826;
    height: 311px;
    width: 463px;
    margin: 10px;
    border-radius: 12px;        
    overflow: hidden;
    position: relative;
    isolation: isolate;
}

.image-News:after,
.image-Industrial:after,
.image-Thewinner:after,
.image-IMC:after,
.image-Governor:after,
.image-Cop29:after,
.image-TheNational:after,
.image-Chinese:after,
.image-Egyptproject:after,
.image-Intra-African:after,
.image-Metal:after,
.image-Visiting:after,
.image-VisitingMoscow:after,
.image-Quality:after,
.image-enterprise:after
{
    content: '';
    position: absolute;
    z-index: -1;
    inset: 0;   
   
}
.image-News:after
{
    background: url(../images/news/1-Housing&BuildingNationalResearchCenterinternationalConference/DSC_0109.JPG) ;
    background-repeat: no-repeat;
    background-size: 500px; 
}

.image-Industrial:after
{
    background: url(../images/news/2-IndustrialIntegrationPartnership/IMG-20250220-WA0031.jpg) ;
    background-repeat: no-repeat;
    background-size: 560px; 
}

.image-Thewinner:after
{
    background: url(../images/news/3-TheWinnerPrize/IMG-20250220-WA0074.jpg) ;
    background-repeat: no-repeat;
    background-position-y: -250px;
    background-size: 460px; 
}

.image-IMC:after
{
    background: url(../images/news/4-IMC3Expo2024/IMG_3487.jpeg);
    background-repeat: no-repeat;
    background-size: 560px; 
}

.image-Governor:after
{
    background: url(../images/news/5-Governor_svisit/IMG-20241122-WA0085.jpg) ;
    background-repeat: no-repeat;
    background-size: 460px;
}

.image-Cop29:after
{
    background: url(../images/news/6-COP29/IMG-20241122-WA0020.jpg);
    background-repeat: no-repeat;
    background-size: 460px;
}
.image-TheNational:after
{
    background: url(../images/news/7-TheNationalInitiativefortheDevelopment/9T8A0615.JPG) ;
    background-repeat: no-repeat;
    background-position-x: -100px;
    background-size: 560px;
}       
.image-Chinese:after
{
    background: url(../images/news/8-ChineseDelegationVisit/covers/cover-1-china.png) ;
    background-repeat: no-repeat;
    background-size: 460px;
}
.image-Egyptproject:after
{
    background: url(../images/news/9-Egyptproject/DSC_0007.jpg) ;
    background-repeat: no-repeat;
    background-size: 460px;
}
.image-Intra-African:after
{
    background: url(../images/news/10-IATFExhabition/YSR_4437.JPG) ;
    background-repeat: no-repeat;
    background-size: 460px;
}
.image-Metal:after
{
    background: url(../images/news/11-metal&steelExhabition/DSC00132-1024x683.jpg.jpg) ;
    background-repeat: no-repeat;
    background-size: 460px;
}
.image-Visiting:after
{
    background: url(../images/news/12-VisitingUniversityspecialistinCompositeTechnologies/IMG_2073.jpg) ;
    background-repeat: no-repeat;
    background-position-y: -220px;
    background-size: 460px;
}
.image-VisitingMoscow:after
{
    background: url(../images/news/13-Winningsecondplace/3.png) ;
    background-repeat: no-repeat;
    background-size: 460px;
    background-position-y: -30px;
}

.image-Quality:after
{
    background: url(../images/news/14-QualitycontrolandmanufacturingGFRP/DSC02860.jpg) ;
    background-repeat: no-repeat;
    background-size: 460px;
}

.image-enterprise:after
{
    background: url(../images/news/15-Visitofadelegation/DSC02963.jpg) ;
    background-repeat: no-repeat;
    background-size: 460px;
}


.title-new-card
{   
    font-family: 'DemiBold';
    color: #4CDC6B;         
    margin-top: 20px;
    padding: 0px 10px;
    font-size: 23px;
}

.sec-title-new-card
{   
    font-family: 'DemiBold';
    color: #fff;
    margin-top: 40px;         
    padding: 0px 10px;
    font-size: 20px;

}

.location-date,
.location-date-fix-padding
{
    display: flex;
    justify-content: left;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0px 10px;
    margin-top: 30px;
}
.location-date-fix-padding
{
    margin-top: 55px;
}
.date-p
{
    font-family: 'DemiBold';
    color: #fff;
    padding-left: 5px;
    font-size: 12px;
}
    
.location-date i,
.location-date-fix-padding i
{
    color: #4CDC6B;
}

.footer-card
{
   width: 1792px; 
}


@media(max-width:1540px)
{

    .application-title
    {
        font-size:80px;
    }
    .cover-card
    {
        height:517.54px;
        width: 455px;
        margin-left: 28px;
        margin-bottom: 33px; 
    }     
    
.image-News,
.image-Industrial,
.image-Thewinner,
.image-IMC,
.image-Governor,
.image-Cop29,
.image-TheNational,
.image-Chinese,
.image-Egyptproject,
.image-Intra-African,
.image-Metal,
.image-Visiting,
.image-VisitingMoscow,
.image-Quality,
.image-enterprise
    {
        height: 311px;
        width: 433px;
        margin: 10px;     
    }

    .image-News:after
    {
        background-position-y: 0px;
    }
    
    .title-new-card
    {         
        margin-top: 20px;
        padding: 0px 10px;
        font-size: 20px;
    }
    
    .sec-title-new-card
    {   
        margin-top: 40px;         
        padding: 0px 10px;
        font-size: 20px;
    }
    
    .location-date
    {
        margin: 0px 10px;
        margin-top: 30px;
    }
    .date-p
    {
        padding-left: 5px;
        font-size: 12px;
    }

    .footer-card
    {
        width: 1439px; 
    }


}
@media(max-width:1439px)
{
    .application-title
    {
        font-size:70px;
    }
    .cover-card
    {
        height:457.54px;
        width: 345px;
        margin-left: 8px;
        margin-bottom: 23px; 
    }     
    
    .image-News,
    .image-Industrial,
    .image-Thewinner,
    .image-IMC,
    .image-Governor,
    .image-Cop29,
    .image-TheNational,
    .image-Chinese,
    .image-Egyptproject,
    .image-Intra-African,
    .image-Metal,
    .image-Visiting,
    .image-VisitingMoscow,
    .image-Quality,
    .image-enterprise
    {
        height: 261px;
        width: 333px;
        margin: 5px;     
    }
    .image-Chinese:after
    {

        background-size: 390px;
    }
    .image-Intra-African:after,
    .image-Metal:after,
    .image-Visiting:after,
    .image-VisitingMoscow:after,
    .image-Quality:after,
    .image-enterprise:after
    {
        background-size: 360px;
    }
    .image-News:after
    {
        background-position-y: 0px;
    }
    
    .title-new-card
    {         
        margin-top: 20px;
        padding: 0px 13px;
        font-size: 17px;
    }
    
    .sec-title-new-card
    {   
        margin-top: 40px;         
        padding: 0px 13px;
        font-size: 17px;
    }
    
    .location-date
    {
        margin: 0px 10px;
        margin-top: 39px;
    }
        .location-date-fix-padding
        {
            margin-top: 60px;
        }
    .date-p
    {
        padding-left: 5px;
        font-size: 12px;
    }

    .footer-card
    {
        width: 1120px;
    }
    
}

@media(max-width:1119px)
{
    .application-title
    {
        font-size:50px;
    }

    .cover-card
    {
        height:357.54px;
        width: 245px;
        margin-left: 8px;
        margin-bottom: 23px; 
    }     
    
    .image-News,
    .image-Industrial,
    .image-Thewinner,
    .image-IMC,
    .image-Governor,
    .image-Cop29,
    .image-TheNational,
    .image-Chinese,
    .image-Egyptproject,
    .image-Intra-African,
    .image-Metal,
    .image-Visiting,
    .image-VisitingMoscow,
    .image-Quality,
    .image-enterprise
    {
        height: 191px;
        width: 233px;
        margin: 5px;     
    }

    .image-News:after
    {
        background-position-y: 0px;
    }

    .image-News:after,
    .image-Industrial:after,
    .image-Thewinner:after,
    .image-IMC:after,
    .image-Governor:after,
    .image-Cop29:after,
    .image-TheNational:after,
    .image-Chinese:after,
    .image-Egyptproject:after,
    .image-Intra-African:after,
    .image-Metal:after,
    .image-Visiting:after,
    .image-VisitingMoscow:after,
    .image-Quality:after,
    .image-enterprise:after
    {
        background-position-y: 0px;
        background-position-x: 0px;
        background-size: 360px;
    }

    .image-Thewinner:after
    {
        background-position-y: -220px;
        background-position-x: -20px;
    }
    .image-TheNational:after
    {
        background-position-y: -20px;
        background-position-x: -30px;
    }
    .image-Chinese:after
    {
        background-size: 310px;
        background-position-y: 0px;
        background-position-x: -30px;
    }
    .image-Egyptproject:after
    {
        background-size: 300px;
        background-position-y: 0px;
        background-position-x: -30px;
    }
    .image-Intra-African:after,
    .image-Metal:after,
    .image-Visiting:after,
    .image-VisitingMoscow:after,
    .image-Quality:after,
    .image-enterprise:after
    {
        background-size: 330px;
        background-position-y: 0px;
        background-position-x: -70px;
    }
    .image-Visiting:after
    {
        background-position-y: -200px;
    }
    .title-new-card
    {         
        margin-top: 10px;
        padding: 0px 10px;
        font-size: 13px;
    }
    
    .sec-title-new-card
    {   
        margin-top: 20px;         
        padding: 0px 10px;
        font-size: 13px;
    }
    
    .location-date
    {
        margin: 0px 10px;
        margin-top: 39px;
    }
    .location-date-fix-padding
    {
        margin-top: 70px;
    }
    .date-p
    {
        padding-left: 5px;
        font-size: 12px;
    }
    .footer-card
    {
        width: 779px; 

    }

    
}

@media (max-width: 779px)
{

    .cover-card
    {
        height:517.54px;
        width: 455px;
        margin-left:0px;
        margin-bottom: 33px; 
    }     
    
    .image-News,
    .image-Industrial,
    .image-Thewinner,
    .image-IMC,
    .image-Governor,
    .image-Cop29,
    .image-TheNational,
    .image-Chinese,
    .image-Egyptproject,
    .image-Intra-African,
    .image-Metal,
    .image-Visiting,
    .image-VisitingMoscow,
    .image-Quality,
    .image-enterprise
    {
        height: 311px;
        width: 433px;
        margin: 10px;     
    }
    .image-News:after,
    .image-Industrial:after,
    .image-Thewinner:after,
    .image-IMC:after,
    .image-Governor:after,
    .image-Cop29:after,
    .image-TheNational:after,
    .image-Chinese:after,
    .image-Egyptproject:after,
    .image-Intra-African:after,
    .image-Metal:after,
    .image-Visiting:after,
    .image-VisitingMoscow:after,
    .image-Quality:after,
    .image-enterprise:after
    {
        background-position-y: 0px;
        background-position-x: 0px;
    }
    .image-News:after
{
    background-repeat: no-repeat;
    background-size: 500px; 
}

.image-Industrial:after
{
    background-repeat: no-repeat;
    background-size: 560px; 
}

.image-Thewinner:after
{
    background-repeat: no-repeat;
    background-position-y: -250px;
    background-size: 460px; 
}

.image-IMC:after
{
    background-repeat: no-repeat;
    background-size: 560px; 
}

.image-Governor:after
{
    background-repeat: no-repeat;
    background-size: 460px;
}

.image-Cop29:after
{
    background-repeat: no-repeat;
    background-size: 460px;
}
.image-TheNational:after
{
    background-repeat: no-repeat;
    background-position-x: -100px;
    background-size: 560px;
}       
.image-Chinese:after
{
    background-repeat: no-repeat;
    background-size: 460px;
}
.image-Egyptproject:after
{
    background-repeat: no-repeat;
    background-size: 460px;
}
.image-Intra-African:after
{
    background-repeat: no-repeat;
    background-size: 460px;
}
.image-Metal:after
{
    background-repeat: no-repeat;
    background-size: 460px;
}
.image-Visiting:after
{
    background-repeat: no-repeat;
    background-position-y: -220px;
    background-size: 460px;
}
.image-VisitingMoscow:after
{
    background-repeat: no-repeat;
    background-size: 460px;
}

.image-Quality:after
{
    background-repeat: no-repeat;
    background-size: 460px;
}

.image-enterprise:after
{
    
    background-repeat: no-repeat;
    background-size: 460px;
}

    .image-News:after
    {
        background-position-y: 0px;
    }
    
    .title-new-card
    {         
        margin-top: 20px;
        padding: 0px 10px;
        font-size: 20px;
    }
    
    .sec-title-new-card
    {   
        margin-top: 40px;         
        padding: 0px 10px;
        font-size: 20px;
    }
    
    .location-date
    {
        margin: 0px 10px;
        margin-top: 30px;
    }
    .location-date-fix-padding
    {
        margin-top: 60px;
    }
    .date-p
    {
        padding-left: 5px;
        font-size: 12px;
    }

    .footer-card
    {
        width: 579px; 
    }


}

@media (max-width: 579px)
{

    .cover-card
    {
        height: 457.54px;
        width: 360px;
        margin-left:0px;
        margin-bottom: 33px; 
    }     
    
    .image-News,
    .image-Industrial,
    .image-Thewinner,
    .image-IMC,
    .image-Governor,
    .image-Cop29,
    .image-TheNational,
    .image-Chinese,
    .image-Egyptproject,
    .image-Intra-African,
    .image-Metal,
    .image-Visiting,
    .image-VisitingMoscow,
    .image-Quality,
    .image-enterprise
    {
        height: 271px;
        width: 333px;
        margin: 10px;     
    }

    .image-News:after,
    .image-Industrial:after,
    .image-Thewinner:after,
    .image-IMC:after,
    .image-Governor:after,
    .image-Cop29:after,
    .image-TheNational:after,
    .image-Chinese:after,
    .image-Egyptproject:after,
    .image-Intra-African:after,
    .image-Metal:after,
    .image-Visiting:after,
    .image-VisitingMoscow:after,
    .image-Quality:after,
    .image-enterprise:after
    {
        background-size: 420px;
        background-position-x: -40px;
    }
    .image-Industrial:after,
    .image-IMC:after
    {
        background-size: 480px;
    }
    .image-News:after
    {
        background-position-y: 0px;
    }
    
    .title-new-card
    {         
        margin-top: 15px;
        padding: 0px 10px;
        font-size: 17px;
    }
    
    .sec-title-new-card
    {   
        margin-top: 35px;         
        padding: 0px 10px;
        font-size: 17px;
    }
    
    .location-date
    {
        margin: 0px 10px;
        margin-top: 30px;
    }
    .date-p
    {
        padding-left: 5px;
        font-size: 12px;
    }

    .footer-card
    {
        width: 360px; 
    }

}


@media (max-width: 360px)
{

    .cover-card
    {
        height: 457.54px;
        width: 330px;
        margin-left:0px;
        margin-bottom: 33px; 
    }     
    
    .image-News,
    .image-Industrial,
    .image-Thewinner,
    .image-IMC,
    .image-Governor,
    .image-Cop29,
    .image-TheNational,
    .image-Chinese,
    .image-Egyptproject,
    .image-Intra-African,
    .image-Metal,
    .image-Visiting,
    .image-VisitingMoscow,
    .image-Quality,
    .image-enterprise
    {
        height: 271px;
        width: 313px;
        margin: 10px;     
    }



    .footer-card
    {
        width: 344px; 
    }
}