/* @font-face {
    font-family: 'Lusail';
    src: url('../fonts/Lusail-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
} */

/* فقط داخل الشورتكود */
.construction-section {
    background-color: #0D4261;
    /* padding: 10px 5px; */
    padding: 10px 15px;

    font-family: 'Lusail', 'Arial', sans-serif;
    max-width: 1200px;
    margin: 0 ;
    /* width: 500px; */
    border-radius: 20px;
    /* width:300px; */
    width: 100%;
}

.construction-container {
    display: flex;
    flex-direction: column;
     align-items: center;
    /*text-align: center; */
    gap:5px;
    margin: auto;
    
}


.construction-colunm{
    line-height: 5px !important;
    display: flex;
    flex-direction: column;
    gap:5px;
    width: 100%;
    text-align: center;
}
.construction-title  {
    display: flex;
    align-items: center; text-align: center;
    flex-direction: row;
    gap: 4px;
    margin: auto;
}
.construction-icon-pop-box{
    align-items: center; text-align: center;
}

.construction-data{
    display: flex;
    justify-content: space-between ;
    /* align-items: center; */
    flex-direction: row;
    padding: 0 9px;
    gap: 20px;width: 100%;
    justify-content: center;
    
}
.construction-title h4 {
    font-size: 24px;
    margin: 0;
/* color:red; */
}
.construction-icon-pop-box {
    padding: 5px;
}

.construction-pop-icon {
    width: 50px;
    height: 50px;
}

.construction-number {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
    text-align: center;
    margin: 9px;
}

.construction-description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    line-height: 1;
}

.construction-date {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    align-items: center; text-align: center;
    margin: 9px;
}

.construction-source {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 600;
    text-align: right;
}

.white-colored {
    color: #fff;
}
@media (max-width: 768px) {
    .construction-data{
        display: flex;
        justify-content:center ;
        /* align-items: center; */
        flex-direction: column;
        padding: 0 9px;
        gap: 20px;
    }
    .construction-description , .construction-number {
    align-items: center; text-align: center;
    margin-bottom: 10px 0;
    }
    

}
