#s {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    text-align: center;
    cursor: default;
    display: flex;
    align-content: center;
    height: 92px;
    align-items: center;
}
*{
    box-sizing: border-box;
}
#li2 {
    display: inline-block;
}

#li2 {
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    cursor: default;
}

#li2:hover {
    background-color: #111;
}
nav{
    display: flex;
    justify-content: space-between;
    background-color:#333 ;
    padding: 0px 40px;

}
.first{
    display: inline-block;
    height: 500px;
    width: 100%;
    background-image: url("img4.jpeg");
    background-size: 1520px 500px;
    background-repeat: no-repeat;
    padding: 50px;
}
#sec{
    background-color: rgba(255, 255, 255, 0.381);
    background-image: none;
    display: inline-block;
    padding: 15px;
}
b{
    color: blue;
}

@font-face {
    font-family: 'Shabnam';
    src: url('Shabnam.tff') format('tff');
    font-weight: 100;
    font-style: normal;
}
#j9{
    color: white;
    text-decoration: none; 

}
body {
    font-family: Shabnam !important;
}
.third{
    display: inline-block;
    width: 1320px;
    
}

#fo, #fi,#si {
    width: 350px;
    height: 400px; /* Adjust as needed */
    background-color: lightgray;
    padding: 6px;
    margin: 10px;
    border-radius: 10px;
    text-align: left;
    display:  inline-block;
    vertical-align: top;

}
.h12{
    display: inline-block;
}
.imgs{
    display: inline-block;
    margin-right: 30px;
}
#j2{
    text-align: center;
}
.foot1{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    background-color: purple;
    padding: 10px;
}
#j21{
    width: 300px;
    height: 50px;
    margin: auto 0px;
}
#white{
    color: white;
}
.footer{
    display: inline-block;
    width: 100%;
    height: 350px;
    background-color: lightgray;
    padding: 30px;
}
#f1{
    width: 500px;
    text-align: justify;
}
.footers{
    float: left;
    overflow: auto;
    margin-right: 50px;
    vertical-align: top;
}
.j212{
    margin-top: 0px;
}