/*Google Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding:0;
    box-sizing: border-box;
    
}
.nav-bar{
    display: flex;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
    background-color: black;
    color: white;
}
.nav-bar img {
    height: 100px;
    width: auto;
}
.nav-bar button{
    background-color: white;
    padding: 10px 24px;
    color: black;
}
.nav-bar ul{
    display: flex;
    column-gap: 5rem;
    list-style: none;
}
.nav-bar ul li a {
    text-decoration: none;
    color: white;
    font-size: 20px;
}
.words1-container{
    display: flex;
    justify-content: space-between;
    padding: 40px;
    background-color: black;
    color: white;
}
.bold-words{
    font-weight: 700;
    font-size: 50px;
}
.thin-words{
    font-weight: 100;
    font-size: 30px;
}
.header-img{
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    background-color: black;
    color: white;
}
.header-img img {
    width: 1400px;
    height: auto;
}
.logo-line-container{
     background-color: #424242;
     padding: 20px;
     display: flex;
     justify-content: space-around;
}

.logo-line-container img{
    height: 150px;
    width: auto;
    background-color: #424242;
}
.aboutus{
    display: flex;
    justify-content: space-around;
    padding: 20px;
    color: white;
    background-color: black;
}
.right-side1 img{
    height: 468px;
    width: 702;
}
.title1{
    font-weight: 700;
    font-size: 50px;
}
.paragraph1{
    font-weight: 100;
    font-size: 20px;
}
.left-side1 button{
    background-color: white;
    padding: 10px 24px;
    color: black;
}
.left-side2 img {
    height: 600px;
    width: auto;
}
.prop-sec{
    display: flex;
    justify-content: space-around;
    padding: 20px;
    align-items: center;
    background-color: black;
    color: white;
}
.title2{
    font-weight: 700;
    font-size: 50px;
}
.sub-title{
    font-weight: 100;
    font-size: 30px;
}
.right-side2 ul{
    font-weight: 200;
    font-size: 20px;
    padding-bottom:10px ;
}
.right-side2 button{
    background-color: white;
    padding: 10px 24px;
    color: black;
}
.pre{
    padding: 60px;
    background-color: black;
    color: white;
}
.year{
    display: flex;
    justify-content: space-between;
    background-color: black;
    color: white;
}
.year ul{
    display: flex;
    column-gap: 2rem;
    list-style: none;
}
span{
    padding-right: 30px;
}
.img-cont{
    height: 600px;
    width: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.pair{
    padding-left: 90px;
}

.background {
    background-image: url(images/pic1.jpg);
    height: 50vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-container {
    text-align: center;
    color: black;
}

.heading {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 10px;
}

.par {
    font-size: 30px;
}
.text-container button{
    background-color: white;
    padding: 10px 24px;
    color: black;
}
.footer{
    background-color: black;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 100px;
}
.left-s img{
    height: 100px;
    width: auto;
    
}
.email-cont{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}
.righ-s{
    display: flex;
    flex-direction: column;
    width: 500px;
}
.email-cont button{
    background-color: white;
    padding: 10px 24px;
    color: black;
}
.links{
    display: flex;
    justify-content: space-between;
}
.row1 ul{
    column-gap: 5rem;
    list-style: none;
}
.titl2 {
    font-size: 20px;
}
.row1 ul li a {
    text-decoration: none;
    color: white;
    
}