
:root{
    --bg-grient:linear-gradient(133deg, rgba(0, 144, 160, 0.856) 0%, rgba(9, 49, 97, 0.904) 100%);
}
.about-container{
    width: 100%;
    min-height: 960px;
   
    background-image: url('../images/our-project-bg.jpg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
   z-index: 60;
    display: flex;
    justify-content: center;
    align-items: center;
    
    
    flex-direction: column;
    position: relative;
}
.about-container-bg{
    position: absolute;
    width: 100%;
    min-height: 100%;
    z-index: -6;
    top: 0px;
    background-image: var(--bg-grient);
}
.about-to-child{
   
   
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: white;
}
.about-title{
   
    text-align: center;
    width:600px ;
    border-bottom: 2px solid rgb(255, 253, 253);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 200px;
}
.about-title h1{
    font-family: 'TT Firs Neue Trial Var Roman';
    font-weight:bold;
    font-style: normal;
    font-size: 60px;

}
.about-title p{
   
    max-width: 300px;
  
    font-family: 'TT Firs Neue Trial Var';
    font-weight: normal;
    font-style: italic;
}
.text-about{
    display: flex;
    padding-top: 50px;
    flex-direction: column;
    gap: 20px;
   

}
.text-about p{
    text-align: center;
    max-width: 1000px;
    padding: 0px 30px;
    font-size: 20px;
    font-family: 'TT Norms Pro';
    font-weight: normal;
    font-style: normal;
   font-size: 20px;
}
.about-bottam{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 40px 0px;
}
.about-bottam-child{
    /* background-color: aqua; */
    margin:50px 0px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.about-bottam-child .item-about{
    display: flex;
    flex-direction: row;
    justify-content: center;
   
    gap: 60px;
    align-items: center;
}
.missiom-img{
    width: 70%;
}
.missiom-img img{
    width: 100%;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
    object-fit: cover;

    height: 500px;
}
.item-title-about{
    width: 50%;
    display: flex;
    flex-direction: column;
}
.title-about{
   
    display: flex;
    width: 100%;
    gap: 10px;
    align-items: center;

}
.title-about h2{
    font-family: 'TT Firs Neue Trial Var Roman';
    font-weight:600;
    font-style: normal;
    font-size: 30px;
}
.title-about .line-box{
    width: 15px;
    height: 35px;
    transform: skewX(-20deg);
    object-fit: cover;
    border-top-left-radius: 200px;
   
    border-bottom-right-radius: 200px;
    background-image: var(--bg-grient);
}
.item-title-about p{
    margin-top: 10px;
    max-width: 400px;
  
    font-family: 'TT Norms Pro';
    font-weight: normal;
    font-style: normal;
   font-size: 20px;
}

.item-about:nth-child(2){
    display: flex;
    flex-direction:row-reverse;
   
    
    
}
.item-title-about:nth-child(2) p{
    max-width: 600px;
}

/* .item-about:nth-child(3){
    display: flex;
    flex-direction: row-reverse;
} */