* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    width: 100%;
}

body {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: auto;
}

.line-wrapper {
    z-index: -3;
    width: 100%;
    height: 100%;
    justify-content: center;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.line {
    width: 1px;
    height: 0;
    background-color: #1d1d1b;
}


.navbar {
    width: 100%;
    position: fixed;
    top: 20px;
    z-index: 1000;
    padding: 0 calc(6% - 40px);
    max-width: 1920px;
}

.header {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: unset;
    padding: 0 20px;
    transition: all 0.36s;
}

.header-top {
    background-color: #1D1D1B;
}

.logo {
    height: 50px;
}

.contact-btn {
    width: 200px;
    height: 60px;
    border-radius: 35px;
    border: 1px solid #1d1d1b;
    background-color: #F3F3F3;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #1d1d1b;
    text-decoration: unset;
}

.hero-section {
    width: 100%;
    height: 900px;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-black-div {
    width: 150%;
    height: 300px;
    background-color: #1D1D1B;
    transform-origin: bottom left;
    transform: rotate(-9deg);
    flex-shrink: 0;
}

.hero-ic {
    position: absolute;
    width: 28%;
    bottom: 0;
    right: 6%;
}

.inclined-wrap-parent {
    width: 150%;
    height: 200px;
    background-color: #1D1D1B;
    transform-origin: bottom left;
    transform: rotate(-9deg);
    flex-shrink: 0;
}

.inclined-headline {
    color: #FFF;
    text-transform: uppercase;
    font-family: Space Grotesk, sans-serif;
    font-size: 156px;
    font-weight: 600;
    font-style: italic;
}

.inclined-headline.black {
    color: #1D1D1B;
}

.inclined-wrap {
    width: 100%;
    height: 100%;
    background-color: #1D1D1B;
    align-items: center;
    padding-left: 20%;
    display: flex;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
}

.inclined-wrap.animation1 {
    animation: 1s cubic-bezier(0, .6, .72, .38) 0s 1 clipAnimation;
    -webkit-animation-fill-mode: forwards;
}

.inclined-wrap.animation2 {
    animation: 1s cubic-bezier(0, .6, .72, .38) 0.2s 1 clipAnimation;
    -webkit-animation-fill-mode: forwards;
}

.inclined-wrap.animation3 {
    animation: 1s cubic-bezier(0, .6, .72, .38) 0.4s 1 clipAnimation;
    -webkit-animation-fill-mode: forwards;
}

.inclined-wrap-color {
    width: 100%;
    height: calc(100% + 2px);
    align-items: center;
    padding-left: 20%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
}

.inclined-wrap-color.blue {
    background-color: #65a3ff;
}

.inclined-wrap-color.green {
    background-color: #b3e9b2;
}

.inclined-wrap-color.white {
    background-color: #FFF;
}

@keyframes clipAnimation {
    0% {
        clip-path: inset(0% 0% 0% -100%);
    }
    100% {
        clip-path: inset(0% 0% 0% 100%);
    }
}

.home-1-wrapper {
    width: 100%;
    padding: 0 6%;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1920px;
}

.home-1-wrapper-title {
    color: #000;
    text-align: center;
    font-family: Inter, system-ui;
    font-size: 56px;
    font-weight: 600;
    line-height: 75px;
    margin-top: 130px;
    padding-top: 20px;
    background-color: #FFFFFF;
}

.home-1-wrapper-desc {
    color: #000;
    text-align: center;
    font-family: Inter, system-ui;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    padding-top: 40px;
    background-color: #FFFFFF;
}

.home-1-wrapper-ic-box {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 100px;
    display: flex;
    align-items: center;
    position: relative;
    background-color: #FFFFFF;
    justify-content: space-between;
}

.home-1-wrapper-ic-box-div {
    width: calc(50% - 3px)
}

.home-1-wrapper-ic-box-left {
    width: 100%;
}

.home-1-wrapper-ic-box-right {
    width: 100%;
}

.home-1-wrapper-ic-box-top {
    position: absolute;
    top: -160px;
    left: 20px;
    width: 140px;
    height: 140px;
}

.home-1-wrapper-ic-box-bottom {
    position: absolute;
    bottom: -0px;
    width: 198px;
    height: 252px;
    right: 20px;
}

.home-2-wrapper {
    width: 100%;
    padding: 0 6%;
    max-width: 1920px;
}

.home-2-wrapper-title {
    margin-top: 150px;
    padding-top: 50px;
    color: #000;
    font-family: Inter, system-ui;
    font-size: 76px;
    font-style: normal;
    font-weight: 600;
    line-height: 75px;
    background-color: #FFFFFF;
}

.home-2-wrapper-desc {
    color: #000;
    font-family: Inter, system-ui;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    padding-top: 40px;
    background-color: #FFFFFF;
}

.home-2-wrapper-box {
    padding: 90px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FFFFFF;
}

.home-2-wrapper-box-item {
    width: calc(25% - 10px);
    border: 1px solid #000;
    transition: all 0.36s;
}

.home-2-wrapper-box-item:hover{
    background-color: #1D1D1B;
}

.home-2-wrapper-box-item:hover .home-2-wrapper-box-item-p{
    color: #FFFFFF;
}

.home-2-wrapper-box-item.active .home-2-wrapper-box-item-ic{
    display: none;
}

.home-2-wrapper-box-item.active .home-2-wrapper-box-item-ic-active{
    width: 136px;
    margin: 40px;
    display: block;
}

.home-2-wrapper-box-item-ic, .home-2-wrapper-box-item-ic-active {
    width: 136px;
    margin: 40px;
    display: block;
}

.home-2-wrapper-box-item-ic-active {
    display: none;
}

.home-2-wrapper-box-item-p-box {
    margin: 140px 0 40px 40px;
    height: 180px;
    display: flex;
    align-items: center;
}

.home-2-wrapper-box-item-p {
    color: #000;
    font-family: Inter, system-ui;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
}

.home-3-wrapper-left{
    width: 45%;
}

.home-3-wrapper {
    width: 100%;
    padding: 0 6%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1920px;
}

.home-3-wrapper-title {
    color: #000;
    font-family: Inter, system-ui;
    font-size: 76px;
    font-weight: 600;
    line-height: 75px;
}

.home-3-wrapper-desc {
    color: #000;
    font-family: Inter, system-ui;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    margin-top: 50px;
}

.home-3-wrapper-right {
    width: 40%;
}

.home-4-wrapper {
    width: 100%;
    padding: 140px 6% 235px 6%;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    background-color: #FFFFFF;
    max-width: 1920px;
}

.home-4-wrapper-item{
    width: 30%;
}

.home-4-wrapper-item-ic {
    width: 112px;
    height: 112px;
}

.home-4-wrapper-item-title {
    color: #000;
    font-family: Inter, system-ui;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    margin-top: 35px;
}

.home-4-wrapper-item-desc {
    color: #000;
    font-family: Inter, system-ui;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    margin-top: 60px;
}

.footer {
    width: 100%;
    background-color: #1D1D1B;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer > div {
    width: 100%;
    padding: 0 6%;
    background-color: #1D1D1B;
    max-width: 1920px;
}

.footer > div > p {
    color: #FFF;
    font-family: PingFang SC, system-ui;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    margin-top: 30px;
    margin-bottom: 25px;
}

.footer > div > div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer > div > div > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.footer > div > div > div img {
    width: 18px;
    height: 18px;
    margin-right: 15px;
}

.footer > div > div > div p {
    color: #FFF;
    font-family: PingFang SC, system-ui;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}
