*{
    padding:0;
    margin:0;
    box-sizing: border-box;
}

body{
    font-family: 'Poppins', sans-serif;
    background-image: url('../img/background.jpg');
    background-size:cover;
    background-repeat: no-repeat;
}
.section-1 {
    display: flex;
    align-items: center;
    margin-top: 10px;
    gap: 30px;
}
.section-1 h1{
    
        font-weight: 800;
        font-size: 55px;
    
}
.logo{
  margin-left:70px;
}
.logo img{
    width:120px;
}
.section-2{
    display: flex;
    margin-top:4px;
}
.intro {
    background-image: url('../img/introduction.png');
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 100px;
    height: 200px;
    width:100%;
    margin-top: 14px;
    padding:20px;
}
.intro h1 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: aliceblue;
    margin-left: 9rem;
}
.intro h2 {
    font-weight: 800;
    font-size: 21px;
    margin-top: -5px;
    color: rgb(175, 224, 246);
    margin-left: 9rem;
}
.intro p{
    line-height: 1.2;
    margin-left: 9rem;
     color:#fff;
    font-size: 14px;
    margin-top:10px;
    margin-bottom:5px;
    word-spacing: 0.4em;
}
.intro a{
   
    margin-left: 9rem;
    color: rgb(175, 224, 246);
    word-spacing: 0.4em;
}

.circle{
    position: absolute;
    margin-left:20px;
}
.circle img{
    border: 1px solid #fff;
    width: 220px;
    height:220px;
    border-radius: 50%;

}

.section-3 {
    display: flex;
    margin-left: 70px;
    margin-top: 20px;
    align-items: center;
    gap:150px;
}
.section-3 .left ul li p{
    font-size:18px;
    line-height: 2rem;
}
.section-3 .right p{
    font-weight: 800;
    font-size: 18px;
}

.section-4{
    display:flex;
    justify-content: center;
    gap: 40px;
}
.contact-us{
    line-height:1.5rem;
}
.contact-us p{
    font-weight: 700;
}