*{
 margin: 0;   
 padding: 0;
 box-sizing: border-box;
 @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oxygen:wght@300;400;700&display=swap');
}

html,body{
    width: 100%;
    height: 100%;
    font-family: "inter";
}
#main{
    height: 100%;
    width: 100%;
    /* background-color: aquamarine; */
}
#nav{
    /* height: 100px; */
    width: 100%;
    /* background-color: red; */
    display: flex;
    justify-content: space-between;
    padding: 40px 60px;
}
#nav-part1{
    display: flex;
    justify-content: space-between;
    width: 45%;
}
#nav-part2{
    display: flex;
    justify-content: space-between;
    width: 30%;
}
#nav h1 {
    font-size: 22px;
    font-weight: 600;
    color: #3f3c3c
}
#nav  h2 {
    font-size: 22px;
    font-weight: 600;
    color: #3f3c3c
}
#nav  h3 {
    font-size: 22px;
    font-weight: 600;
    color: #3f3c3c
}
#nav h4{
    font-size: 22px;
    font-weight: 600;
    color: #3f3c3c
}
#intro{
    margin-top: 60px;
    padding: 40px 65px;
}
#intro h3{
    font-size: 22px;
    font-weight: 600;
    color: #3f3c3c
}
#intro h1{
    margin-top: 30px;
    font-size: 120px;
    line-height: 120px;
    letter-spacing: -7px;
    word-spacing: 5px;
    font-weight: 500;

}
#case{
    padding: 40px 65px;
    margin-top: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#case h4 {
    font-size: 28px;
    font-weight: 600;
    color: #3f3c3c
}
#case h5 {
    font-size: 26px;
    font-weight: 600;
    color: #3f3c3c
}

#right{
    display: flex;
    align-items: center;
    gap: 40px;
}
#line{
    height: 2px;
    width: 160px;
    background-color: #000;
}
#projects{
    display:flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 65px;
    gap: 90px;
}
.elem{
    width: 50%;
}
.elem-img{
    height: 600px;
    /* background-color: rgb(95, 230, 230); */
    border: 1px solid #d3bebe;
    width: 100%;
    border-radius: 30px;
    background-size: cover;
    background-image: center;
}
#img1{
    background-image: url(https://pagedone.io/asset/uploads/1707480017.png);
}
#img2{
    background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSN2TM9RnWmYwjIZCFc1ENDiGdFIaQKXrMjuw&s);

}
.bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
}
.bottom i{
    padding: 14px 30px;
    font-size: 26px;
    font-weight: 600;
    border: 2px solid #000;
    border-radius: 50px;

}
.bottom i:hover{
    background-color: #0e0d0d;
    color: white;
}
.bottom h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
}
.bottom h4{
    font-size: 18px;
    color: #6e6b6b;
    font-weight: 500;
}