/* Hero */
.home-hero {
    padding: 0px;
    overflow: hidden;
}

.home-hero img{
    width: 100%;
    /* height: 526px; */
    object-fit: cover;
}

/* End Hero */

/* About */
.about {
    padding: 70px 0px 70px;
}

.about .about-text {
    text-align: center;
    width: 988px;
    opacity: 0px;
    margin: 0px auto;
}

.about .about-text .title {
    font-family: 'Satoshi', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    color: #858585;
    margin-bottom: -10px;
}

.about .about-text h2 {
    font-family: 'Satoshi', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #1F2666;
}

.about .about-text p {
    width: 988px;
    font-family: 'Work Sans', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    color: #858585;
    padding-bottom: 24px;
}

.about .about-content {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 80px 32px 40px;
}

.about .about-content .about-image {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

/* End About */

/* Count */
.count {
    padding: 60px 24px 60px 24px;
    gap: 0px;
    opacity: 0px;
}

.count-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.count-content {
    width: 397.33px;
    padding: 0px 32px 0px 32px;
    gap: 16px;
    border: 0px 5px 0px 0px;
    opacity: 0px;
}

.count-content.project-completed,
.count-content.personnel {
    border-right: 5px solid #283382
}

.count .number {
    font-family: 'Satoshi', sans-serif;
    font-size: 54px;
    font-weight: 700;
    line-height: 74px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #283382;
}

.count p {
    font-family: 'Satoshi', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #283382;
}

/* End Count */

/* Service */
 .service {
    padding: 100px 48px 100px;
}

.service .service-text {
    text-align: center;
    width: 988px;
    opacity: 0px;
    margin: 0px auto;
}

.service .service-text .title {
    font-family: 'Satoshi', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    color: #858585;
    margin-bottom: -10px;
}

.service .service-text h2 {
    font-family: 'Satoshi', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #1F2666;
}

.service .service-text p {
    width: 988px;
    font-family: 'Work Sans', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    color: #858585;
    padding-bottom: 24px;
}

.service-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 54px;
    margin: 50px auto 0px;
}
.service-card {
    width: 100%;
    transition: transform 0.3s ease;
}

.service-card img {
    width: 100%;
    height: 365px;
    border-radius: 24px;
    object-fit: cover;
    object-position: 20% 20%;
    position: relative;
    z-index: 1;
}

.service-card .service-card-text {
    width: 100%;
    overflow: auto;
    margin-top: -70px;
    padding: 16px 24px 16px 24px;
    gap: 16px;
    border-radius: 0px 0px 16px 16px;
    opacity: 0px;
    background: #FFFFFF;
    position: relative;
    z-index: 2;
}



.service-card .service-card-text .title {
    font-family: 'Satoshi', sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #1F2666;
}

.service-card .service-card-text p {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #858585;
}

.service-card .service-card-text .icons {
    width: 40px;
    Height: 40px;
    background-color: #C93326;
    border-radius: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-card .service-card-header {
    display: flex;
    justify-content: space-between;
}

/*


/* End Service */

/* Client */
.client {
    padding: 120px 48px 120px 48px;
}

.client-container {
    padding: 48px 0px 48px 0px;
    gap: 48px;
    border-radius: 48px;
    opacity: 0px;
    border: 4px solid #283382
}

.client .client-text {
    text-align: center;
    width: 988px;
    opacity: 0px;
    margin: 0px auto;
}

.client .client-text .title {
    font-family: 'Satoshi', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    color: #858585;
    opacity: 80%;
    margin-bottom: -10px;
}

.client .client-text h2 {
    font-family: 'Satoshi', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #1F2666;
}

.client .client-text p {
    width: 818px;
    margin: 0px auto;
    font-family: 'Work Sans', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    color: #858585;
    opacity: 80%;
    padding-bottom: 24px;
}


.client-content {
    cursor: grab;
    margin: 60px auto 0px;
}

.client-content .splide__list {
    display: flex;
    align-items: top;
}

.client-card {
    width: 324.75px;
    height: 492px;
    overflow: hidden;
    border-radius: 24px;
}


.client-card img {
    width: 324.75px;
    height: 324.75px;
    object-fit: cover;
    position: relative;
    z-index: 1;
    pointer-events: none;
}

.client-card .client-card-text {
    position: relative;
    width: 324.75px;
    margin-top: -100px;
    padding: 16px 24px 16px 24px;
    gap: 16px;
    border-radius: 0px 0px 16px 16px;
    opacity: 0px;
    background: #FFFFFF;
    z-index: 2;
    transition: background-color 0.3s, color 0.3s;
}


.client-card:hover .client-card-text {
    background-color: #283382;
}

.client-card .client-card-text .title {
    font-family: 'Satoshi', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #143054;
}

.client-card:hover .client-card-text .title {
    color: #FFFFFF;
}


.client-card .client-card-text p {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #858585;
}

.client-card:hover .client-card-text p {
    color: #FFFFFF;
    opacity: 80%;
}

.client-card .client-card-text .icons {
    width: 35px;
    Height: 35px;
    background-color: #C93326;
    border-radius: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.client-card:hover .client-card-text .icons {
    background-color: #FFFFFF;
}

.client-card:hover .client-card-text .icons svg path {
    stroke: #283382;
}

.client-card .client-card-header {
    display: flex;
    justify-content: space-between;
}

/* End Client */

/* Inquery form */
.form-label {
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 21.6px;
    text-align: left;
    color: #1F2666;
}

.form-control,
.form-select {
    padding: 8px 14px 8px 14px;
    gap: 0px;
    border-radius: 16px;
    border: 1px;
    justify-content: space-between;
    opacity: 0px;
    border: 1px solid #858585;
    box-shadow: 0px 1px 2px 0px #0000000D;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #1F2666;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border: 1px solid #858585;
}

input.form-control,
.form-select {
    height: 42px;
}

.form-control::placeholder {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #BDBDBD;
}

.form-corner {
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 21.6px;
    text-align: right;
    color: #858585;
}

.form-check {
    display: flex;
    align-items: center;
}

.form-check-input {
    width: 26px;
    height: 26px;
    border-radius: 4px !important;
    border: 2px solid #BDBDBD
}

.form-check-label {
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 21.6px;
    text-align: left;
    color: #1F2666;
    padding-left: 10px;
    align-items: center;
}

.form-check-input:focus {
    box-shadow: none;
}

.form-check-input:hover {
    border: 2px solid #C93326;
}

.form-check-input:checked[type=checkbox] {
    border: 2px solid #C93326;
    background-image: url('../images/check_small.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #C93326;
}

.form-check-input:checked[type=radio] {
    background-image: url('../images/circle.png');
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
}

.inquiry-form {
    display: flex;
    justify-content: center;
    padding: 70px 64px 120px;
}

.inquiry-form-container {
    width: 856px;
}

.inquiry-form h1 {
    font-family: 'Satoshi', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #143054;
}

.inquiry-form-header {
    margin-bottom: 40px;
}

.syarat {
    padding-top: 1px;
}

.syarat a {
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 21.6px;
    text-align: left;
    color: #858585;
}

.inquiry-form .inquiry-form-container .inquiry-form-head-quarter {
    width: 759px;
}

.inquiry-form .inquiry-form-container .inquiry-form-head-quarter img {
    border-radius: 24px;
}

.inquiry-from-text {
    margin: 20px 0px;
}

.inquiry-from-text .title {
    font-family: 'Satoshi', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    color: #143054;
}

.inquiry-from-text .description {
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    color: #858585;
}

.inquiry-from-text .line {
    height: 2px;
    gap: 0px;
    opacity: 0px;
    background-color: #DBDBDB;
    margin: 24px 0px;
}

/* End Inquery form */

.syarat {
    padding-top: 1px;
}

.syarat a {
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 21.6px;
    text-align: left;
    color: #858585;
}

.inquery-form .inquery-form-container .inquery-form-head-quarter {
    width: 759px;
}

.inquery-form .inquery-form-container .inquery-form-head-quarter img {
    border-radius: 24px;
}

.inquery-from-text {
    margin: 20px 0px;
}

.inquery-from-text .title {
    font-family: 'Satoshi', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    color: #143054;
}

.inquery-from-text .description {
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    color: #858585;
}

.inquery-from-text .line {
    height: 2px;
    gap: 0px;
    opacity: 0px;
    background-color: #DBDBDB;
    margin: 24px 0px;
}

/* End Inquery form */


@media only screen and (max-width: 360px) {

    .inquiry-form {
        padding: 0px 24px 120px;
    }

    .inquiry-form h1 {
        font-size: 30px;
        line-height: 52px;
        text-align: left;
    }

    .inquiry-form-container {
        width: 356px;
    }

    .form-label {
        font-size: 15px;
        line-height: 21.6px;
        text-align: left;
    }

    .form-corner {
        font-size: 14px;
    }


    .about {
        padding: 40px 0px 0px;
    }

    .about .about-text {
        text-align: center;
        width: 100%;
        padding: 15px;
    }

    .about .about-text h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .about .about-text p {
        width: 100%;
        font-size: 16px;
        line-height: 22px;
        padding: 24px 24px;
    }

    .about .about-content {
        display: flex;
        gap: 24px;
        justify-content: center;
        flex-wrap: wrap;
        padding: 80px 64px 40px;
    }

    .about .about-content .about-image {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .about .about-content .about-vidio iframe {
        width: 318px !important;
        height: 192px !important;
    }

    .about .about-content .about-vidio img {
        width: 298px !important;
        height: 192px !important;
    }


    .about .about-content .about-image img {
        width: 141px !important;
        height: 118px !important;
    }

    .count {
        padding: 40px 24px 60px 24px;
        gap: 0px;
        opacity: 0px;
    }

    .count-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px;
    }

    .count-content {
        width: 417.33px;
        padding: 0px 24px 0px 24px;
        gap: 16px;
    }

    .count-content.project-completed,
    .count-content.personnel {
        border-right: none;
    }

    .count p {
        font-size: 30px;
        font-weight: 700;
        line-height: 44px;
        letter-spacing: -0.02em;
    }

    .service {
        padding: 0px 24px 40px;
    }

    .service .service-text {
        width: 100%;
        margin: 0px auto;
    }

    .service .service-text h2 {
        font-size: 30px;
        line-height: 44px;
    }

    .service .service-text p {
        width: 100%;
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
        margin: 0px auto;
    }

    .client {
        padding: 20px 24px 80px 24px;
    }

    .client-container {
        padding: 48px 0px 0px 0px;
        gap: 48px;
        border-radius: 48px;
        opacity: 0px;
    }

    .client .client-text {
        width: 100%;
        padding: 0px 24px;
    }

    .client .client-text .title {
        font-size: 20px;
        line-height: 27px;
    }

    .client .client-text h2 {
        font-size: 30px;
        line-height: 44px;
    }

    .client .client-text p {
        width: 100%;
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
    }

    .client-content {
        display: flex;
        gap: 24;
        height: 556px;
        margin-top: 74px;
        /* overflow: auto; */
        scrollbar-width: none;
    }

    .client-card {
        width: 288px;
        height: 492px;
    }

    .client-card:first-child {
        margin-left: 32px;
    }

    .client-card:last-child {
        margin-right: 32px;
    }


    .client-card img {
        width: 288px;
        height: 288px;
        border-radius: 24px;
        object-fit: cover;
        position: relative;
        z-index: 1;
    }

    .client-card .client-card-text {
        width: 288px;
        margin-top: -100px;
        padding: 16px 24px 16px 24px;
    }

    .client-card .client-card-text .title {
        font-size: 20px;
        line-height: 32px;
    }

    .client-card .client-card-text p {
        font-size: 15px;
        font-weight: 500;
        line-height: 22px;
    }

    .client-card .client-card-text .icons {
        width: 30px;
        Height: 30px;
    }

}

@media only screen and (min-width: 361px) and (max-width: 576px) {


    .inquiry-form {
        padding: 0px 24px 120px;
    }

    .inquiry-form h1 {
        font-size: 30px;
        line-height: 52px;
        text-align: left;
    }

    .inquiry-form-container {
        width: 356px;
    }

    .form-label {
        font-size: 15px;
        line-height: 21.6px;
        text-align: left;
    }

    .form-corner {
        font-size: 14px;
    }


    .about {
        padding: 40px 0px 0px;
    }

    .about .about-text {
        text-align: center;
        width: 100%;
        padding: 15px;
    }

    .about .about-text h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .about .about-text p {
        width: 100%;
        font-size: 16px;
        line-height: 22px;
        padding: 24px 24px;
    }

    .about .about-content {
        display: flex;
        gap: 24px;
        justify-content: center;
        flex-wrap: wrap;
        padding: 80px 64px 40px;
    }

    .about .about-content .about-image {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .about .about-content .about-vidio iframe {
        width: 318px !important;
        height: 192px !important;
    }

    .about .about-content .about-vidio img {
        width: 298px !important;
        height: 192px !important;
    }


    .about .about-content .about-image img {
        width: 141px !important;
        height: 118px !important;
    }

    .count {
        padding: 40px 24px 60px 24px;
        gap: 0px;
        opacity: 0px;
    }

    .count-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px;
    }

    .count-content {
        width: 417.33px;
        padding: 0px 24px 0px 24px;
        gap: 16px;
    }

    .count-content.project-completed,
    .count-content.personnel {
        border-right: none;
    }

    .count p {
        font-size: 30px;
        font-weight: 700;
        line-height: 44px;
        letter-spacing: -0.02em;
    }

    .service {
        padding: 0px 24px 40px;
    }

    .service .service-text {
        width: 100%;
        margin: 0px auto;
    }

    .service .service-text h2 {
        font-size: 30px;
        line-height: 44px;
    }

    .service .service-text p {
        width: 100%;
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
        margin: 0px auto;
    }

    .client {
        padding: 20px 24px 80px 24px;
    }

    .client-container {
        padding: 48px 0px 0px 0px;
        gap: 48px;
        border-radius: 48px;
        opacity: 0px;
    }

    .client .client-text {
        width: 100%;
        padding: 0px 24px;
    }

    .client .client-text .title {
        font-size: 20px;
        line-height: 27px;
    }

    .client .client-text h2 {
        font-size: 30px;
        line-height: 44px;
    }

    .client .client-text p {
        width: 100%;
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
    }

    .client-content {
        display: flex;
        gap: 24;
        height: 556px;
        margin-top: 74px;
        /* overflow: auto; */
        scrollbar-width: none;
    }

    .client-card {
        width: 288px;
        height: 492px;
    }

    .client-card:first-child {
        margin-left: 32px;
    }

    .client-card:last-child {
        margin-right: 32px;
    }


    .client-card img {
        width: 288px;
        height: 288px;
        border-radius: 24px;
        object-fit: cover;
        position: relative;
        z-index: 1;
    }

    .client-card .client-card-text {
        width: 288px;
        margin-top: -100px;
        padding: 16px 24px 16px 24px;
    }

    .client-card .client-card-text .title {
        font-size: 20px;
        line-height: 32px;
    }

    .client-card .client-card-text p {
        font-size: 15px;
        font-weight: 500;
        line-height: 22px;
    }

    .client-card .client-card-text .icons {
        width: 30px;
        Height: 30px;
    }

}

@media only screen and (min-width: 577px) and (max-width: 767px) {

    .inquiry-form {
        padding: 64px 24px 120px;
    }

    .inquiry-form h1 {
        font-size: 30px;
        line-height: 52px;
        text-align: left;
    }

    .inquiry-form-container {
        width: 456px;
    }

    .form-label {
        font-size: 15px;
        line-height: 21.6px;
        text-align: left;
    }

    .form-corner {
        font-size: 14px;
    }

    .about {
        padding: 100px 0px 100px;
    }

    .about .about-text {
        text-align: center;
        width: 100%;
        padding: 14px;
    }

    .about .about-text h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .about .about-text p {
        width: 100%;
        font-size: 16px;
        line-height: 22px;
        padding: 24px 24px;
    }

    .about .about-content {
        display: flex;
        gap: 24px;
        justify-content: center;
        flex-wrap: wrap;
        padding: 80px 64px 40px;
    }

    .about .about-content .about-image {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .about .about-content .about-vidio iframe {
        width: 488px !important;
        height: 312px !important;
    }

    .about .about-content .about-vidio img {
        width: 488px !important;
        height: 312px !important;
    }


    .about .about-content .about-image img {
        width: 241px !important;
        height: 218px !important;
    }

    .count {
        padding: 60px 24px 60px 24px;
        gap: 0px;
        opacity: 0px;
    }

    .count-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px;
    }

    .count-content {
        width: 417.33px;
        padding: 0px 24px 0px 24px;
        gap: 16px;
    }

    .count-content.project-completed,
    .count-content.personnel {
        border-right: none;
    }

    .count p {
        font-size: 30px;
        font-weight: 700;
        line-height: 44px;
        letter-spacing: -0.02em;
    }

    .service {
        padding: 100px 24px 100px;
    }

    .service .service-text {
        width: 100%;
        margin: 0px auto;
    }

    .service .service-text h2 {
        font-size: 30px;
        line-height: 44px;
    }

    .service .service-text p {
        width: 100%;
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
        margin: 0px auto;
    }


    .client {
        padding: 120px 24px 120px 24px;
    }

    .client-container {
        padding: 48px 0px 0px 0px;
        gap: 48px;
        border-radius: 48px;
        opacity: 0px;
    }

    .client .client-text {
        width: 100%;
        padding: 0px 24px;
    }

    .client .client-text .title {
        font-size: 20px;
        line-height: 27px;
    }

    .client .client-text h2 {
        font-size: 30px;
        line-height: 44px;
    }

    .client .client-text p {
        width: 100%;
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
    }

    .client-content {
        display: flex;
        gap: 24;
        height: 556px;
        margin-top: 74px;
        /* overflow: auto; */
        scrollbar-width: none;
    }

    .client-card {
        width: 288px;
        height: 492px;
    }

    .client-card:first-child {
        margin-left: 32px;
    }

    .client-card:last-child {
        margin-right: 32px;
    }


    .client-card img {
        width: 288px;
        height: 288px;
        border-radius: 24px;
        object-fit: cover;
        position: relative;
        z-index: 1;
    }

    .client-card .client-card-text {
        width: 288px;
        margin-top: -100px;
        padding: 16px 24px 16px 24px;
    }

    .client-card .client-card-text .title {
        font-size: 20px;
        line-height: 32px;
    }

    .client-card .client-card-text p {
        font-size: 15px;
        font-weight: 500;
        line-height: 22px;
    }

    .client-card .client-card-text .icons {
        width: 30px;
        Height: 30px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 992px) {


    .inquiry-form {
        padding: 64px 24px 120px;
    }

    .inquiry-form h1 {
        font-size: 30px;
        line-height: 52px;
        text-align: left;
    }

    .inquiry-form-container {
        width: 756px;
    }

    .form-label {
        font-size: 15px;
        line-height: 21.6px;
        text-align: left;
    }

    .form-corner {
        font-size: 14px;
    }


    .about {
        padding: 100px 0px 100px;
    }

    .about .about-text {
        text-align: center;
        width: 100%;
        padding: 14px;
    }

    .about .about-text h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .about .about-text p {
        width: 100%;
        font-size: 16px;
        line-height: 22px;
        padding: 24px 24px;
    }

    .about .about-content {
        display: flex;
        gap: 24px;
        justify-content: center;
        flex-wrap: wrap;
        padding: 80px 64px 40px;
    }

    .about .about-content .about-image {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }


    .count {
        padding: 60px 24px 60px 24px;
        gap: 0px;
        opacity: 0px;
    }

    .count-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px;
    }

    .count-content {
        width: 417.33px;
        padding: 0px 24px 0px 24px;
        gap: 16px;
    }

    .count-content.project-completed,
    .count-content.personnel {
        border-right: none;
    }

    .count p {
        font-size: 30px;
        font-weight: 700;
        line-height: 44px;
        letter-spacing: -0.02em;
    }

    .service {
        padding: 100px 24px 100px;
    }

    .service .service-text {
        width: 100%;
        margin: 0px auto;
    }

    .service .service-text h2 {
        font-size: 30px;
        line-height: 44px;
    }

    .service .service-text p {
        width: 100%;
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
        margin: 0px auto;
    }

    .client {
        padding: 120px 24px 120px 24px;
    }

    .client-container {
        padding: 48px 0px 0px 0px;
        gap: 48px;
        border-radius: 48px;
        opacity: 0px;
    }

    .client .client-text {
        width: 100%;
        padding: 0px 24px;
    }

    .client .client-text .title {
        font-size: 20px;
        line-height: 27px;
    }

    .client .client-text h2 {
        font-size: 30px;
        line-height: 44px;
    }

    .client .client-text p {
        width: 100%;
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
    }

    .client-content {
        display: flex;
        gap: 24;
        height: 556px;
        margin-top: 74px;
        /* overflow: auto; */
        scrollbar-width: none;
    }

    .client-card {
        width: 288px;
        height: 492px;
    }

    .client-card:first-child {
        margin-left: 32px;
    }

    .client-card:last-child {
        margin-right: 32px;
    }


    .client-card img {
        width: 288px;
        height: 288px;
        border-radius: 24px;
        object-fit: cover;
        position: relative;
        z-index: 1;
    }

    .client-card .client-card-text {
        width: 288px;
        margin-top: -100px;
        padding: 16px 24px 16px 24px;
    }

    .client-card .client-card-text .title {
        font-size: 20px;
        line-height: 32px;
    }

    .client-card .client-card-text p {
        font-size: 15px;
        font-weight: 500;
        line-height: 22px;
    }

    .client-card .client-card-text .icons {
        width: 30px;
        Height: 30px;
    }

}

@media only screen and (min-width: 993px) and (max-width: 1100px) {

    .inquiry-form {
        padding: 64px 24px 120px;
    }

    .inquiry-form h1 {
        font-size: 30px;
        line-height: 52px;
        text-align: left;
    }

    .inquiry-form-container {
        width: 856px;
    }

    .form-label {
        font-size: 15px;
        line-height: 21.6px;
        text-align: left;
    }

    .form-corner {
        font-size: 14px;
    }

    .about {
        padding: 100px 0px 100px;
    }

    .about .about-text {
        text-align: center;
        width: 100%;
        padding: 14px;
    }

    .about .about-text h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .about .about-text p {
        width: 100%;
        font-size: 16px;
        line-height: 22px;
        padding: 24px 24px;
    }

    .about .about-content {
        display: flex;
        gap: 24px;
        justify-content: center;
        flex-wrap: wrap;
        padding: 80px 64px 40px;
    }

    .about .about-content .about-image {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .count {
        padding: 60px 24px 60px 24px;
        gap: 0px;
        opacity: 0px;
    }

    .count-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px;
    }

    .count-content {
        width: 417.33px;
        padding: 0px 24px 0px 24px;
        gap: 16px;
    }

    .count-content.project-completed,
    .count-content.personnel {
        border-right: none;
    }

    .count p {
        font-size: 30px;
        font-weight: 700;
        line-height: 44px;
        letter-spacing: -0.02em;
    }

    .service {
        padding: 100px 24px 100px;
    }

    .service .service-text {
        width: 100%;
        margin: 0px auto;
    }

    .service .service-text h2 {
        font-size: 30px;
        line-height: 44px;
    }

    .service .service-text p {
        width: 100%;
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
        margin: 0px auto;
    }

    .client {
        padding: 120px 24px 120px 24px;
    }

    .client-container {
        padding: 48px 0px 0px 0px;
        gap: 48px;
        border-radius: 48px;
        opacity: 0px;
    }

    .client .client-text {
        width: 100%;
        padding: 0px 24px;
    }

    .client .client-text .title {
        font-size: 20px;
        line-height: 27px;
    }

    .client .client-text h2 {
        font-size: 30px;
        line-height: 44px;
    }

    .client .client-text p {
        width: 100%;
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
    }

    .client-content {
        display: flex;
        gap: 24;
        height: 556px;
        margin-top: 74px;
        /* overflow: auto; */
        scrollbar-width: none;
    }

    .client-card {
        width: 288px;
        height: 492px;
    }

    .client-card:first-child {
        margin-left: 32px;
    }

    .client-card:last-child {
        margin-right: 32px;
    }


    .client-card img {
        width: 288px;
        height: 288px;
        border-radius: 24px;
        object-fit: cover;
        position: relative;
        z-index: 1;
    }

    .client-card .client-card-text {
        width: 288px;
        margin-top: -100px;
        padding: 16px 24px 16px 24px;
    }

    .client-card .client-card-text .title {
        font-size: 20px;
        line-height: 32px;
    }

    .client-card .client-card-text p {
        font-size: 15px;
        font-weight: 500;
        line-height: 22px;
    }

    .client-card .client-card-text .icons {
        width: 30px;
        Height: 30px;
    }

}
