/* Banner */
.banner-video {
    margin-top: 60px;
    margin-bottom: 30px;
    max-width: 1470px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-inline: 60px;
    box-sizing: border-box;
    position: relative;
}
.banner-video video {
    width: 100%;
    border-radius: 30px;
    object-fit: cover;
    object-position: center;
    height: 540px; 
}
@media only screen and (max-width: 800px) {
    .banner-video {
        padding-inline: 24px;

    }
    .banner-video video {
        height: unset; 
    }
}
.banner {
    margin-top: 60px;
    margin-bottom: 30px;
    max-width: 1470px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-inline: 60px;
    box-sizing: border-box;
    position: relative;
}
.banner .img {
    width: 100%;
    border-radius: 30px;
    object-fit: cover;
    object-position: center;
}

.banner .play-btn {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

@media only screen and (max-width: 800px) {
    .banner {
        padding-inline: 0;
        margin-bottom: 28px;
        margin-top: 0;
    }

    .banner .img {
        min-height: 242px;
        border-radius: 0;
    }
}

/* End Banner*/


/* our service */


.our-services {
    margin-bottom: 60px;
}

.our-services .our-service-greeting h2 {
    color: #191919;
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    max-width: 1150px;
    text-align: center;
    width: 100%;
    margin: 0 auto;

    margin-bottom: 60px;
}

.our-service-title {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
}

.our-service-title h3 {
    margin: 0;
    color: #303030 !important;
    font-family: Inter, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.our-services .accordion-wrapper {
    border-top: solid 1px #8080808c;
    border-bottom: solid 1px #8080808c;
}

.our-services .accordion+.accordion {
    border-top: solid 1px #8080808c;
}


.accordion-heading {
    background-color: #fff;
    color: #303030 !important;
    cursor: poInter, sans-serif;
    padding: 20px 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.accordion-heading:hover {
    background-color: #d8d8d8;
}


.our-services .accordion .accordion-heading {
    position: relative;
    display: flex;
}

.our-services .accordion .accordion-heading .col-left {
    align-items: center;
    display: flex;
    width: 45%;
}

.our-services .accordion .accordion-heading .col-left img {
    max-width: 350px;
    width: 100px;
    height: 100px;
    border-radius: 20px;
    min-width: 0;
    object-position: center;
    object-fit:contain;
}

.our-services .accordion .accordion-heading .col-left .text {
    margin-left: 32px;
    text-wrap: nowrap;
    color: #303030 !important;
    font-family: Inter, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
    min-width: 184px;
    text-transform: uppercase;
}

.our-services .accordion .accordion-heading .col-right {
    align-items: center;
    width: 55%;
    display: flex;
}

.our-services .accordion .accordion-heading .col-right .text {
    color: #303030 !important;
    font-family: Inter, sans-serif;
    font-size: 17px ;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.our-services .accordion .accordion-panel {
    padding: 24px 0;
    display: none;
    background-color: white;
    border-top: solid 1px #8080808c;
    overflow: hidden;
}

.accordion-panel-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 32px;
}

.accordion-panel-content .text {
    color: #303030;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
}


.accordion-panel-content .icon {
    justify-content: start;
}

.our-services .accordion .accordion-panel .col-left {

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 460px;
    width: 50%;
    box-sizing: border-box;
    height: 217px;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    padding: 20px;
    flex-shrink: 0;
}

.our-services .accordion .accordion-panel .col-left .text {
    margin-top: auto;
    text-wrap: nowrap;
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
    min-width: 184px;
}

.our-services .accordion .accordion-heading .col-left .icon svg * {
    fill: #303030 !important;
}

.our-services .accordion .accordion-heading .col-left .icon {
    position: absolute;
    right: 20px;
    transition: transform 0.2s ease;
}

.our-services .accordion.open .accordion-heading .col-left .icon {
    transform: rotate(-180deg);
}


.our-services .accordion .accordion-panel .col-right {
    width: auto;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}



.our-services .accordion .accordion-panel .col-right .text {
    color: #303030 !important;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 166.667% */
}

.our-services .accordion .accordion-panel .col-right .detail {
    display: flex;
    margin-top: auto;
    justify-content: space-between;
}

.our-services .accordion .accordion-panel .col-right .detail .item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #303030 !important;
    font-family: Macan;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.our-services .accordion .accordion-panel .col-right .detail .item .item-readmore svg {
    width: 41.418px;
    height: 19.936px;
    flex-shrink: 0;
}

@media only screen and (max-width: 800px) {
    .our-services {
        margin-bottom: 25px;
    }

    .our-services .our-service-greeting h2 {
        color: #191919;
        text-align: center;
        font-family: Inter, sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: 23px;

        margin-bottom: 26px;
    }

    .our-services .our-service-title {
        display: none;
    }

    .our-services .accordion-wrapper {

        margin-inline: 14px;
    }

    .our-services .accordion .accordion-heading .col-left {
        width: 100%;
        flex: 1;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .our-services .accordion .accordion-heading .col-left img {
        width: 60px;
        object-fit: contain;
        max-width: unset;
        border-radius: 1000px;
    }

    .our-services .accordion .accordion-heading .col-left .icon {
        right: 43.5px;
    }

    .our-services .accordion .accordion-heading .col-left .icon svg * {
        fill: #fff;
    }


    .our-services .accordion .accordion-heading .col-left .text {
        color: #0a0a0a !important;
        font-family: Inter, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 42px;
        margin: 0;
        text-align: right;
        text-transform: uppercase;
        font-weight: bold;
    }

    .our-services .accordion .accordion-panel {
        padding-bottom: 11px;
    }

    .our-services .accordion .accordion-panel .col-right .text {
        color: rgba(0, 0, 0, 0.80);
        font-family: Inter, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 34px;
        margin-bottom: 10px;
    }

    .our-services .accordion .accordion-panel .col-right .detail .item-director {
        order: -1;
    }

    .our-services .accordion .accordion-panel .col-right .detail .item {
        color: rgba(0, 0, 0, 0.40);
        font-family: Inter, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
    }

    .our-services .accordion .accordion-panel .col-right .detail svg path {
        stroke: rgba(0, 0, 0, 0.40);
    }

}

/* end our  service */


/*  We're Achivement */

.were-achi {
    margin-bottom: 60px;
}

.were-achi-title {
    display: flex;
    gap: 16px;
}


.were-achi-title h3 {
    margin: 0;
    color: #303030 !important;
    font-family: Inter, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 42px;
}


.were-achi-content {
    display: flex;
    border-radius: 20px;
    background: #FFF6F6;
    flex-wrap: wrap;
    padding: 80px 106px 64px;
    justify-content: space-evenly;
    row-gap: 35px;
}

.were-achi-content .were-achi-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: fit-content;
}

.were-achi-content .were-achi-block .logo {
    margin: 0 auto;
    height: 77px;
    display: flex;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
}

.were-achi-content .were-achi-block .text {
    min-width: fit-content;
    text-wrap: nowrap;
    flex: 0;
}

.were-achi-content .were-achi-block .text p {
    margin: 0;
    text-align: center;
    color: #910000;
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.were-achi-content .were-achi-block .text p strong {
    color: #910000;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}



@media only screen and (max-width: 800px) {
    .were-achi {
        margin-bottom: 29px;
    }

    .were-achi-title {
        margin-inline: 15px;
    }



    .were-achi-title h3 {
        font-size: 20px;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 62px;
    }

    .were-achi-content {
        margin-top: 25px;
        padding: 27px 0 24px;
        flex-direction: column;
        justify-content: center;
        row-gap: 16px;
        border-radius: 20px;
    }


    .were-achi-content .were-achi-block {
        margin: auto;
        flex-wrap: wrap;
        row-gap: 8px;
    }

    .were-achi-content .were-achi-block .text {
        text-wrap: wrap;
    }

    .were-achi-content .were-achi-block .text p span {
        font-size: 11.2px;
        line-height: 19.2px;
    }

    .were-achi-content .were-achi-block .text p strong {
        font-size: 12.8px;
        line-height: 19.2px;
    }
}


/* end We're Achivement */

/* Highlight */

.highlight {
    margin-bottom: 60px;

}

.highlight .highlight-title {
    display: flex;
    gap: 16px;
}

.highlight .highlight-title h3 {
    margin: 0;
    color: #303030 !important;
    font-family: Inter, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.highlight .highlight-content {
    column-gap: 30px;
    row-gap: 30px;
    display: flex;
    flex-wrap: wrap;
}

.highlight .highlight-content .card {
    flex: 0 0 calc(50% - 16px);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
}

.highlight .highlight-content .card .card-header a {
    width: 100%;
    height: 100%;
    float: left;
}

.highlight .highlight-content .card .card-header a img {
    width: 100%;
    height: 400px;
    max-height: 100%;
    border-radius: 30px;
    object-fit: cover;
    object-position: center;
}

.highlight .highlight-content .card .card-body .card-date {
    color: #C6C6C6;
    font-family: Inter, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 39.99px;
}

.highlight .highlight-content .card .card-body .card-title {
    text-decoration: none;

    color: #303030 !important;
    font-family: Inter, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

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

    .highlight {
        margin-bottom: 60px;

    }

    .highlight .highlight-title {
        margin-bottom: 24px;
    }

    .highlight .highlight-title h3 {
        color: #303030 !important;
        font-family: Inter, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .highlight .highlight-content {
        row-gap: 24px;
        display: flex;
        flex-wrap: wrap;
    }

    .highlight .highlight-content .card {
        flex: 0 0 100%;
        gap: 10px;
    }

    .highlight .highlight-content .card .card-body .card-date {
        font-size: 14px;
        line-height: 23.994px;
    }

    .highlight .highlight-content .card .card-body .card-title {
        font-size: 20px;
        line-height: 28px;
    }

}

/* end highlight */



/* our-client */

.our-client {
    margin-bottom: 60px;

}

.our-client .our-client-title {
    display: flex;
    gap: 16px;
    margin-bottom: 36px;
}

.our-client .our-client-title h3 {
    margin: 0;
    color: #303030 !important;
    font-family: Inter, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


.our-client .our-client-content {
    display: flex;
    flex-wrap: wrap;
    padding: 105px 16px;
    border-radius: 40px;
    background: #FFF6F6;
    row-gap: 50px;
}

.our-client .our-client-content .our-client-block {
    flex: 0 0 16.6666%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-client .our-client-content .our-client-block img {
    max-width: 100%;
}


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

    .our-client {
        margin-bottom: 33px;
    }

    .our-client .our-client-title {
        margin-bottom: 30px;
    }
    .highlight .highlight-content .card .card-header a img {
        height: unset;
        border-radius: 20px;
    }
    .our-client .our-client-content {
        border-radius: 20px;
        column-gap: 15px;
        row-gap: 60px;
        padding: 28px 16px;
    }

    .our-client .our-client-content .our-client-block {
        flex: 0 0 calc(33.3333% - 10px);
    }


    .our-client .our-client-content .our-client-block img {
        max-width: 50%;
    }
}

/* end our-client */


/* news-blog */

.news-blog {
    margin-bottom: 60px;
}

.news-blog .news-blog-title {
    display: flex;
    gap: 16px;
    margin-bottom: 36px;
}

.news-blog .news-blog-title h3 {
    margin: 0;
    color: #303030 !important;
    font-family: Inter, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.news-blog .news-blog-content {
    column-gap: 32px;
    row-gap: 42px;
    display: flex;
    flex-wrap: wrap;
}

.news-blog .news-blog-content .card {
    flex: 0 0 calc(50% - 16px);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    position: relative;
    height: 400px;
}

.news-blog .news-blog-content .card .card-header {
    height: 100%;
}

.news-blog .news-blog-content .card .card-header img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    object-fit: cover;
    object-position: center;
}


.news-blog .news-blog-content .card .card-body {
    position: absolute;
    background: #fff;
    bottom: 28px;
    left: 28px;
    right: 28px;
    padding: 20px 20px;
    gap: 20px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-blog .news-blog-content .card .card-body .card-title {
    text-decoration: none;
    color: #303030 !important;
    font-family: Inter, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

@media only screen and (max-width: 800px) {
    .news-blog .news-blog-content .card {
        height: unset;
    }
    .were-achi-content .were-achi-block .logo {
        height: 43px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .were-achi-content .were-achi-block .logo  img {
        height: 100%;
    }
    .news-blog {
        margin-bottom: 32px;
    }

    .news-blog .news-blog-title {
        margin-bottom: 24px;
    }

    .news-blog .news-blog-title h3 {
        color: #303030 !important;
        font-family: Inter, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .news-blog .news-blog-content {
        row-gap: 24px;
        display: flex;
        flex-wrap: wrap;
    }

    .news-blog .news-blog-content .card {
        flex: 0 0 100%;
        aspect-ratio: 1 / 1;
        width: 100%;
    }


    .news-blog .news-blog-content .card .card-header img {
        border-radius: 20px;
    }

    .news-blog .news-blog-content .card .card-body {
        bottom: 24px;
        left: 24px;
        right: 24px;
        padding: 16px 24px;
        border-radius: 12px;
    }


    .news-blog .news-blog-content .card .card-body .card-title {
        font-size: 18px;
        line-height: 24px;
    }

    .news-blog .news-blog-content .card .card-body .card-body-icon {
        display: none;
    }

}

/* end news-blog */



/* our-project */

.our-project .our-project-title {
    display: flex;
    gap: 16px;
    margin-bottom: 42px;
}

.our-project .our-project-title h3 {
    margin: 0;
    color: #303030 !important;
    font-family: Inter, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.our-project .our-project-content {
    column-gap: 30px;
    row-gap: 30px;
    display: flex;
    flex-wrap: wrap;
}

.our-project .our-project-content .card {
    flex: 0 0 calc(33.3333% - 20px);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
}

.our-project .our-project-content .card .card-header img {
    width: 100%;
    border-radius: 20px;
    height: 260px;
    object-fit: cover;
    object-position: center;
}

.our-project .our-project-content .card .card-body .card-date {
    color: #B6B6B6;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.our-project .our-project-content .card .card-body .card-title {
    text-decoration: none;
    color: #303030 !important;
    font-family: Inter, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
.our-project {
    margin-bottom: 50px;
}
@media only screen and (max-width: 800px) {
    .our-project {
        margin-bottom: unset;
    }
    .our-project .our-project-content {
        column-gap: 24px;
    }
    
    .our-project .our-project-title {
        margin-bottom: 24px;
    }

    .our-project .our-project-title h3 {
        color: #303030 !important;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .our-project .our-project-content {
    }

    .our-project .our-project-content .card {
        flex: 0 0 100%;
        gap: 16px;
    }

    .our-project .our-project-content .card .card-header img {
        height: 206px;
        border-radius: 20px;
    }

    .our-project .our-project-content .card .card-body .card-date {
        font-size: 14px;
        line-height: normal;
    }

    .our-project .our-project-content .card .card-body .card-title {
        font-size: 20px;
        line-height: 24px;
        /* 120% */
    }

}

/* end our-project */