*{
    font-family: "Open Sans", serif;
}

nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 230px 0px 226px;
}
.nav-title{
    color: var(--Dark-01, #181818);
    font-size: 45px;
    font-weight: 800;

}
nav>ul>li{
    color: var(--Dark-02, #474747);
    font-size: 20px;
    font-weight: 400;
    list-style: none;

}
nav>ul{
    display: flex;
    align-items: center;
    gap: 50px;
}

.btn-primary {
    padding: 18px 36px;
    background-color: #FD6E0A;
    color: white;
    font-size: 20px;
    font-weight: 700;
    border-radius: 5px;
    border: none;
}

header{
    width: auto;
   height: 837px;
   background: #FFF8F3;
    background-image: url("./images/developer.png"),url("./images/hardy.png");
    background-repeat: no-repeat;
    background-position: top 20px left 20px,top 170px right;
}
.banner {
    margin-left: 230px;
    margin-top: 47px;
    display: flex;
    align-items: center;
}

.banner-inform{
     max-width: 585px
}
.banner-1sttitle{
    color: var(--Dark-02, #474747);
     font-size: 40px;
    font-weight: 600;
    width: 150px;
    height: 20px;
    margin-bottom: 4px;


}
.banner-2ndtitle{
    color: var(--Dark-01, #181818);
     font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
    width: 498px;
    height: 100px;

}
.banner-para{
    color: var(--Dark-03, #757575);

   font-size: 18px;
   font-style: normal;
   font-weight: 400;
   line-height: 30px; 
   margin-bottom: 20px;
}
.btn-secondary {
    padding: 18px 36px;
    color: #FD6E0A;
    background-color: white;
    font-size: 20px;
    font-weight: 700;
    border-radius: 5px;
    border: 1px solid #FD6E0A;
    margin-left: 30px;
}

    .about-section {
        width: 1140px;
        height: 550px;
        border-radius: 10px;
        background: #FFF8F3;
        display: flex;
        justify-content: center;
        margin: 130px auto;
    }

    .aboutme {
        margin: 121px 157px;
        width: 827px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        border: 1px solid #000;
        background: #FFF;
        height:312px;
    }

    .aboutme-title {
        margin-top: 0px;
        align-self: stretch;
        color: var(--Dark-02, #222121);
        text-align: center;
        font-size: 35px;
        font-weight: 700;

    }

    .aboutme-des {
        align-self: stretch;
        color: var(--Dark-03, #757575);
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
        margin-top: -35px;
    }
    .aboutme-eachinfo {
        margin-top: 0px;
    }

    .aboutme-info {
        margin-top: -30px;
        display: flex;
        width: 950px;
        justify-content: center;
        align-items: center;
        gap: 50px;
    }

    .aboutme-info h3 {
        color: var(--Dark-03, #757575);
        text-align: center;
        font-size: 20px;
        font-weight: 400;
    }

    .aboutme-info p {
        color: var(--Dark-02, #474747);
        font-size: 18px;
        font-weight: 700;
       
    }