*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Segoe UI;
}
html ,body{
    height: 100%;
    width: 100%;
    background-color: rgb(248, 249, 235);
}

#main{
    height: 100%;
    width: 100%;
}
#nav{
    position: fixed;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 25px 50px;
}
#nav h3{
    background-color: black;
    color: white;
    padding: 16px 25px;
    border-radius: 40px;
    margin-left: 10px;
    /* position: fixed; */
    /* width: 100%; */
}

#intro{
    height: 60%;
    width: 100%;
    /* background-color: bisque; */
    padding: 30px 60px;
}

#intro h1{
    font-size: 140px;
    line-height: 140px;
    letter-spacing: -4px;
    font-weight: 600;
}

#place{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

#place h2,#place h3{
    font-size: xx-large;
    font-weight: 500;
    padding-top: 0px;
}

#hero-image{
    height: 90%;
    width: 100%;
    background-image: url(https://assets-global.website-files.com/64589fb989b2b33c593db89d/6458a6db645ec6a527000cfa_home-hero-p-2000.webp);
    background-size: cover;
}

#about{
    height: 80%;
    width: 100%;
    padding: 60px;
    /* background-color: burlywood; */
    justify-content: space-between;
    align-items: center;
    display: flex;
}

#about h2{
    /* background-color: brown; */
    width: 65%;
    font-size: 88px;
    line-height: 87px;
    font-weight: 600;
    letter-spacing: -1px;
    padding: 45px 20px;
}

#about-2{
    width: 35%;
    height: 100%;
    /* background-color: aquamarine; */
    font-size: 25px;
    border-left: 3px solid black;
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#about-2 h3{
    font-size: 30px;
    font-weight: 600;
}

#icons{
    /* background-color: blue; */
    font-size: 25px;
    padding: 3px 0px;
}

#icons i{
    background-color: black;
    color: white;
    border-radius: 35px;
    padding: 12px;
    margin: 4px;
}

#work{
    width: 100%;
    height: 100%;
    border-top: 2px solid black;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px;
}

#work1{
    width: 35%;
    height: 100%;
    /* background-color: blue; */
    display: flex;
    padding-right: 40px;
    justify-content: space-between;
    border-right: 2px solid black;

}

#work1 h3{
    font-size: 33px;
    font-weight: 500;
}

#work1 i{
    font-size: 33px;
}

#work2{
    width: 65%;
    height: 100%;
    /* background-color: red; */
    padding: 0 60px;
}

.work2-part{
    /* background-color: red; */
    align-items: center;
    justify-content: space-between;
    display: flex;
    padding: 40px 0;
}

.work2-part:nth-child(1){
    padding-top: 0px;
    border-bottom: 2px solid black;
    padding-bottom: 80px;
}

.work2-part:nth-child(2){
    /* padding-top: 0px; */
    /* border-bottom: 2px solid black/; */
    padding-top: 70px;
}

.work2-part .elmen{
    width: 70%;
    height: 100%;
}

.work2-part .elmen:nth-child(1){
    border-right: 2px solid black;
    padding-right: 60px;
}

.work2-part .elmen:nth-child(2){
    padding-left: 50px;
    /* padding-right: 0px; */
}

.work2-part .elmen h4{
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 10px;
}

.work2-part .elmen p{
    font-size: 20px;
    color: rgb(75, 71, 71);
    /* font-weight: 500; */
}