/* common css start  */
*{  
    padding: 0;
    margin: 0;
}

a{
    text-decoration: none;
    display:inline-block
}

ul,li{
    list-style-type: none;
    display: inline-block;
}
.container{
    width: 1320px;
    margin: 0 auto;
}
/* common css end  */




/* header css start  */
.header-part {
    padding: 25px 0;
    background-color: rgba(49, 48, 51, 0.5);
    margin: 0 auto;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
}
.logo a img{
    height: 50px;
    width: 150px;
}
.header-part3{
    display: flex;
    justify-content: space-between;
}
ul,li,a{
    padding: 7px 5px;
    font-family: system-ui, 
    -apple-system, BlinkMacSystemFont, 
    'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
     'Open Sans', 'Helvetica Neue', sans-serif;
     font-size: 25px;
     font-weight: 200;
     font-style: normal;
     color: rgb(255, 255, 255);
     transition: all linear 0.3s;

}
ul,li,a:hover{
    color: #e4b855;
}
.button-part{
    margin: 25px 0;
}
.button-part button {
    height: 40px;
    width: 168px;
    border-radius: 14px;
    border: none;
    background-color: #e4b855;
    transition: all linear 0.3s;
    cursor: pointer;
}
.button-part button:hover{
    background-color: #ffffff;
}
/* header css end  */






/* banner css start  */
.banner-part{
    background: url(../images/about-img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.overlay{
    padding: 350px 0;
    background-color: rgba(0, 0, 7, 0.70);
}
.text-part{
    text-align: center;
    text-transform: uppercase;
}
.text-part h1{
font-size: 60px;
font-weight: 700;
color: white;
}
.text-part h2 {
    font-size: 19px;
    font-weight: 400;
    color: white;
    line-height: 24px;
    width: 776px;
    margin: 0 auto;
    padding: 20px;
}
/* banner css end  */




/* description css start  */
.info-part{
    display: flex;
    justify-content: space-between;
    
}
.info-img img{
height: 500px;
width: 500px;
}

.info-text h1{
    font-size: 41px;
    padding: 81px 47px;
}
.info-text h2{
    font-size: 17px;
    font-weight: 300;
    margin-top: -53px;
    padding: 0 45px;
}
/* description css end  */






/* header css start  */
/* header css end  */
/* header css start  */
/* header css end  */
