/* header */
@media screen and (min-width: 1181px) {
    .hide-on-pc {
        display: none;
    }

    .container {
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .one-container .site-content {
        padding: 0 !important;
    }

    .mobile-show {
        display: none;
    }

    .font-14px {
        font-size: clamp(8px, 0.8vw, 14px);
    }

    .font-16px {
        font-size: 16px;
    }

    .font-18px {
        font-size: clamp(15px, 0.8vw, 18px);
    }

    .font-20px {
        font-size: clamp(17px, 1.1vw, 20px);
    }

    .font-24px {
        font-size: clamp(18px, 1.2vw, 24px) !important;
    }

    .font-28px {
        font-size: clamp(19px, 1.35vw, 28px);
    }

    .font-32px {
        font-size: clamp(24px, 1.6vw, 32px);
    }

    .font-33px {
        font-size: clamp(26px, 1.5vw, 33px);
    }

    .font-36px {
        font-size: clamp(28px, 1.65vw, 36px);
    }

    .font-40px {
        font-size: clamp(30px, 1.9vw, 40px);
        line-height: 0.8;
    }

    .font-44px {
        font-size: clamp(34px, 2.3vw, 46px);
        line-height: 0.8;
    }

    .font-48px {
        font-size: clamp(31px, 1.9vw, 48px);
    }

    .font-54px {
        font-size: 54px;
        line-height: 1;
    }

    .font-64px {
        font-size: clamp(48px, 1.4vw, 64px);
        line-height: 1.2;
    }

    .font-72px {
        font-size: clamp(56px, 3.8vw, 72px);
    }

    .font-84px {
        font-size: clamp(65px, 4vw, 84px);
    }

    .font-88px {
        font-size: clamp(68px, 4.5vw, 88px);
    }

    .font-90px {
        font-size: clamp(71px, 1.4vw, 90px);
        line-height: 1.2;
    }

    .font-96px {
        font-size: clamp(72px, 5vw, 96px);
    }

    .font-114px {
        font-size: clamp(82px, 6.5vw, 114px);
        line-height: 1;
    }

    .font-128px {
        font-size: clamp(95px, 8.5vw, 128px);
        line-height: 1;
    }

    .font-200px {
        font-size: 200px;
        line-height: 1;
    }

    .font-400px {
        font-size: clamp(200px, 1.4vw, 400px);
        line-height: 1.2;
    }

    /* !top-menu---------------------------------------------------------------------------------- */

    #nav-header-menu {
        --nav-height: 4rem;
        background: #fff;
    }

    .nav_pc {
        display: flex;
        justify-content: space-between;
        align-items: center;

        .logo img {
            max-width: 19vw;
        }
    }

    ul#menu-menu-main {
        display: flex;
        margin: 0;
        margin-bottom: 0;
        padding-left: 0;
        gap: 3rem;
        list-style: none;

        li.current-menu-item {
            border-bottom: 1px solid var(--color-blue);
        }

        li a {
            color: var(--color-blue);
            font-weight: 500;
        }
    }

    body.page-id-16 {
        #nav-header-menu {
            background: transparent;
            position: absolute;
            z-index: 100;
            top: 0;
            right: 0;
            left: 0;
        }

        .nav_pc {
            .logo img {
                filter: brightness(100);
            }
        }

        ul#menu-menu-main {
            display: flex;
            margin: 0;
            margin-bottom: 0;
            padding-left: 0;
            gap: 3rem;
            list-style: none;

            li.current-menu-item {
                border-bottom: 1px solid white;
            }

            li a {
                color: white;
                font-weight: 500;
            }
        }
    }


    /* !top-menu---------------------------------------------------------------------------------- */


    /* !home ----------------------------------------------------------------------------------*/
    /* *start banner_main*/

    section.main_banner {
        --max-h: 848px;
        --padding-banner: 100px;
        --verticle: -16px;
        --horizon: -32px;

        background-image:url(./assets/banner/banner--main-home.png);
        position: relative;
        top: 0;
        z-index: 10;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        padding: var(--padding-banner) 0;
        max-height: var(--max-h);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        .main_banner_text {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 1.5rem;
            padding: 8% 0 2rem;
            text-align: center;
        }
    }

    .bt_flex {
        display: flex;
        gap: 1rem;
        align-items: center;
    }

    .bt_link {
        width: 240px;
        flex-grow: 1;
        padding: 0.6rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 26px;
        transform: scale(1);
        transition: all 0.5s ease-in-out;
    }

    .bg-purple {
        background: linear-gradient(90deg, #86316F 0%, #282A60 100%);

        &:hover {
            transform: scale(1.05);
            transition: all 0.5s ease-in-out;
        }

        span {
            color: #fff;
        }
    }

    .bg-white {
        background: #fff;

        &:hover {
            transform: scale(1.05);
            transition: all 0.5s ease-in-out;
        }

        span {
            background: linear-gradient(90deg, #86316F 0%, #282A60 100%);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            color: transparent;
        }
    }






    /* *end banner_main*/

    /* *start about*/

    section.about {
        position: relative;
        background: url(./assets/banner/bg--about-home.png) no-repeat center bottom / cover;

    }

    .about_grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        align-items: center;

        .about_grid_detail {
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            height: 100%;
        }
    }


    /* *end about*/

    /* *start service*/
    section.service {
        position: relative;
        padding: 4rem 0;

        &.signle{
            background: linear-gradient(186.92deg, #FFFFFF 17.98%, #B4B4B4 100%);
        }
    }

    .service_grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 1rem;
        padding: 2rem 0;

        .service_items {
            position: relative;
            border-radius: 20px;
            overflow: hidden;

            img{
                transition: all 0.5s ease-in-out;
            }
        }
        .service_items:hover img {
            transform: scale(1.05);
            transition: all 0.5s ease-in-out;
        }

        .service_items_title {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 1.2rem;
            background: linear-gradient(90deg, rgba(47, 42, 97, 0) 1.92%, #782662 23.08%, #272960 77.4%, rgba(40, 42, 96, 0) 100%);
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 10px 0;
        }
    }


    /* *end service*/

    /* *start standard*/
    section.standard {
        position: relative;
        padding: 4rem 0;
    }

    .standard_grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    .standard_info {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .standard_info_text {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;

        img {
            width: 320px;
        }
    }

    .standard_icon {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        padding: 2rem 0 1rem;

    }

    .standard_i_items {
        padding: 1rem;
        border: 1px solid #86316F;
        border-image-slice: 1;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .standard_i_items_flex {
        display: flex;
        align-items: flex-end;
        gap: 1rem;
    }

    .standard_i_items.sp {
        .standard_i_items_flex {
            display: flex;
            align-items: flex-start;

            div {
                margin-top: 1rem;
            }
        }
    }

    .standard_img {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 1rem;
    }

    .standard_img_grid {
        display: grid;
        grid-template-columns: 1fr 30px 1fr;
        grid-template-rows: 1fr 1fr;
        grid-template-areas: "i1 i2 i2"
            "i3 i3 i4";
        gap: 1rem;

        img {
            height: 100%;
            object-fit: cover;
            border-radius: 20px;
        }

        img:nth-child(1) {
            grid-area: i1;
        }

        img:nth-child(2) {
            grid-area: i2;
        }

        img:nth-child(3) {
            grid-area: i3;
        }

        img:nth-child(4) {
            grid-area: i4;
        }
    }

    /* *end standard*/

    /* *start reward*/

    section.reward {
        position: relative;
        padding: 6rem 0 10rem;
        background: url(./assets/banner/bg--reward-home.webp) no-repeat top right / cover;
    }

    .reward_grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .reward_title {
        display: flex;
        flex-direction: column;
        align-items: center;

        center img {
            width: 300px;
        }
    }

    .reward_logo {
        display: grid;
        gap: 1rem;
        align-items: center;
        justify-content: center;
        justify-items: center;

        &.i5 {
            grid-template-columns: repeat(5, 1fr);
        }

        &.i4 {
            width: 80%;
            grid-template-columns: repeat(4, 1fr);
        }
    }



    /* *end reward*/

    /* *start project*/

    section.project {
        position: relative;
        padding: 4rem 0;
    }

    .project_grid {
        display: grid;
        grid-template-columns: 50% 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        grid-template-areas: "i1 i2 i3"
            "i1 i4 i5";
        gap: 1rem;
        margin: 2rem 0;

        img {
            height: 100%;
            object-fit: cover;
            border-radius: 20px;
        }

        .project_card:nth-child(1) {
            grid-area: i1;

            .project_text {
                padding: 3rem !important;
            }

            h3 {
                font-size: 32px !important;
                font-weight: 700 !important;
            }

            p {
                font-size: 18px !important;
                font-weight: 500 !important;
            }
        }

        .project_card:nth-child(2) {
            grid-area: i2;
        }

        .project_card:nth-child(3) {
            grid-area: i3;
        }

        .project_card:nth-child(4) {
            grid-area: i4;
        }

        .project_card:nth-child(5) {
            grid-area: i5;
        }

        .project_card {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            display: block;

            img {
                transform: scale(1.0);
                transition: all 0.5s ease-in-out;
            }

            h3 {
                font-size: 24px;
                font-weight: 600;
            }

            p {
                font-size: 18px;
                font-weight: 500;
            }
        }

        .project_text {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(180.15deg, rgba(0, 0, 0, 0) 0%, #86316F 100%);
            height: 50%;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 2rem;
            opacity: 0;
            transition: all 0.5s ease-in-out;
        }

        .project_card:hover {
            img {
                transform: scale(1.05);
                transition: all 0.5s ease-in-out;
            }

            .project_text {
                opacity: 1;
                transition: all 0.5s ease-in-out;
            }
        }
    }


    /* *end project*/

    /* *start review*/

    section.review {
        padding: 4rem 0;
        position: relative;
        background: url(./assets/banner/bg--review-home.webp) no-repeat center / cover;

        center {
            position: relative;

            img {
                width: 300px;
            }
        }
    }

    .filter-white {
        filter: brightness(100);
    }

    .review_swiper_conteinner {
        position: relative;
        margin-top: 3rem;
    }

    .review_swiper_card {
        border-radius: 20px;
        overflow: hidden;

        .b_title{
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2; /* number of lines to show */
                    line-clamp: 2; 
            -webkit-box-orient: vertical;
        }

        .b_except{
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 3; /* number of lines to show */
                    line-clamp: 3; 
            -webkit-box-orient: vertical;
        }
    }

    .review_position {
        position: relative;

        img {
            aspect-ratio: 1 / 1;
            max-width: 466px;
            object-fit: cover;
            width: 100%;
            transition: all 0.5s ease-in-out;
        }

        

        .review_bt {
            position: absolute;
            right: 1rem;
            bottom: 1rem;
            padding: 0.3rem 0.8rem;
            background: #959696;
            border-radius: 20px;
        }
    }

    .review_position:hover img {
        transform: scale(1.05);
        transition: all 0.5s ease-in-out;
    }

    .review_card_detail {
        background: #fff;
        padding: 1.5rem;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        height: 190px;

        p {
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            /* number of lines to show */
            line-clamp: 1;
            -webkit-box-orient: vertical;
        }

        div {
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            /* number of lines to show */
            line-clamp: 3;
            -webkit-box-orient: vertical;
        }
    }

    .swiper-pagination {
        position: relative;
        bottom: -2rem !important;

        .swiper-pagination-bullet {
            width: 20px;
            height: 4px;
            border-radius: 10px;
        }

        .swiper-pagination-bullet-active {
            background: linear-gradient(90deg, #86316F 0%, #282A60 100%) !important;

        }
    }

    .swiper-button-next {
        position: relative;
        margin-top: 0 !important;
        opacity: 1 !important;
        right: -4rem !important;

        &::after {
            content: '';
            color: #fff;
            font-size: 24px !important;
            background: linear-gradient(90deg, #86316F 0%, #282A60 100%);
            padding: 0.7rem 1rem;
            border-radius: 25px;
        }
    }

    .swiper-button-prev {
        position: relative;
        margin-top: 0 !important;
        opacity: 1 !important;
        left: -4rem !important;

        &::after {
            content: '';
            color: #86316F;
            font-size: 24px !important;
            background: #fff;
            padding: 0.7rem 1rem;
            border-radius: 25px;
        }
    }


    /* *end review*/

    /* *start client*/

    section.client{
        padding: 5rem 0;
    }
    .Marquee-box {
            position: relative;
            display: inline-block;
            margin: 3rem auto; 
        }
    .MyMarquee {
        text-align: center;
        font-weight: bold;
        width: 100%;
        height: 100%;
        font-size: 25px;
        border: 1px solid #FFFFFF;
        color: #FFFFFF;
        font-family: Arial, Helvetica, sans-serif;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
                box-sizing: border-box;
        background-color: #FFFFFF;

    }
    .MyMarquee div {
        display: inline-block;
        vertical-align: middle;
    }
    .MyMarquee a, .MyMarquee img {
        display: inline-block;
        text-decoration: underline;
        color: #FFFFFF;
        vertical-align: middle;
    }


    /* *end client*/

    /* *start faq*/

    section.faq_sec{
        --width-icon:30px;
        --margin-icon:15px;
        padding: 5rem 0;
        background: #121213;
    }

    .faq{
        padding: 3rem 0;
    }


    .faq-item {
        border-bottom: 1px solid #7B7B7B;
        padding: 1rem 0;
        margin: 1rem 0;
    }

    .faq-question {
        
        display: flex;
        align-items: center;
        cursor: pointer;
        position: relative;
        justify-content: space-between;
    }

    .faq-icon::before {
        content: "+";
        font-weight: 300;
        font-size: 30px;
        margin-right: var(--margin-icon);
        transition: transform 0.3s;
        width: var(--width-icon);
        height: var(--width-icon);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 480ms ease-in-out 0ms;
    }

    .faq-answer {
        height: auto;
        max-height: 0;
        overflow: hidden;
        padding: 0 calc(var(--width-icon) + var(--margin-icon));
        color: #ffffff8a;
        transition: all 480ms ease-in-out 0ms; 
    }

    input[type="checkbox"] {
        display: none;
    }

    input[type="checkbox"]:checked + label .faq-icon::before {
        transform: rotate(45deg);
        transition: all 480ms ease-in-out 0ms;
    }

    input[type="checkbox"]:checked + label + .faq-answer {
        padding: 1rem calc(var(--width-icon) + var(--margin-icon));
        max-height: fit-content;
        transition: all 350ms ease-in-out 0ms;
    }
    .all_link.faq_bt{
        justify-content: center;
        margin-top: 1.5rem;
    }

    /* *end faq*/


    /* *start blog*/

    section.blog{
        padding: 5rem 0;
    }
    .blog_grid{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        align-items: stretch;
        gap: 2rem;
        padding: 3rem 0;
    }
    .blog_items{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 1rem;
        border-radius: 20px 20px 0 0;
        overflow: hidden;
    }
    .blog_top{
        display: flex;
        flex-direction: column;
        gap: 1rem;
        overflow: hidden;
        
        img{
            aspect-ratio: 4 / 3;
            width: 100%;
            object-fit: cover;
            max-height: 268px;
            transition: all 0.5s ease-in-out;
        }

        &:hover{
            img{
                transform: scale(1.05);
                transition: all 0.5s ease-in-out;
            }
        }

        .b_title{
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2; /* number of lines to show */
                    line-clamp: 2; 
            -webkit-box-orient: vertical;
        }

        .b_except{
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 3; /* number of lines to show */
                    line-clamp: 3; 
            -webkit-box-orient: vertical;
        }
    }
    .blog_bottom{
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: flex-start;

        img{
            transform: translate(0px);
            transition: all 0.5s ease-in-out;
        }

        &:hover{
            cursor: pointer;

            img{
                transform: translate(10px);
                transition: all 0.5s ease-in-out;
            }
        }
    }

    


    /* *end blog*/

    /* *start */


    /* *end */

    /* !END-home ----------------------------------------------------------------------------------*/

    /* !footer ----------------------------------------------------------------------------------*/
    
    /* *start */

    section.footer{
        padding: 5rem 0 1rem;
        background: linear-gradient(180deg, #FFFFFF 45.16%, #B2B2B2 165.82%);
    }
    .footer_top{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 5px;
        border-bottom: 1px solid #dddddd;

        p{
            text-align: right;
        }
    }
    .footer_mid{
        padding: 3rem 0 2rem 10px;
        border-bottom: 1px solid #dddddd;
    }
    .footer_mid_grid{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 2rem;
        
    }
    .footer_g1{
        display: flex;
        flex-direction: column;
        justify-content: left;
        gap: 2rem;
    }
    .footer_g2{
        display: flex;
        justify-content: flex-end;
        gap: 2rem;
        padding-right: 1rem;

        ul{
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1rem 2rem;
            padding-left: 0;
            margin: 0;
            list-style: none;

            li a{
                color: #0e0f12;
            }
        }
    }

    .footer_g3{
        display: flex;
        justify-content: flex-end;
        gap: 10px;

    }

    .footer_low{
        display: flex;
        justify-content: space-between;
        gap: 10px;
        padding: 1rem 0;
    }

    /* *end */

    /* !END-footer ----------------------------------------------------------------------------------*/

    /* !about ----------------------------------------------------------------------------------*/

    section.banner_about{
        padding: 4rem 0;
    }

    /* *start about_info*/

    .about_info{
        padding: 5rem 0;
    }
    .about_info_grid{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        align-items: end;
        gap: 5rem;
    }

    .about_info_text{
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }


    /* *end about_info*/

    /* *start feature*/

    section.feature{
        padding: 5rem 0;
        background: linear-gradient(90deg, #86316F 0%, #282A60 100%);

    }
    .feature_grid{
        display: grid;
        grid-template-columns: repeat(5,1fr);
        gap: 2rem;
        margin: 3rem 0;
    }
    .feature_item{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;

        p{
            text-align: center;
        }
    }

    /* *end feature*/

    /* *start gallerys*/

    section.gallerys{
        padding: 7rem 0;

        &.about{
            background: linear-gradient(180deg, #D9D9D9 0%, #FFFFFF 35.97%, #FFFFFF 67.7%, #DADADA 110.01%);
        }

        &.service{
            background: linear-gradient(222.38deg, #EBDAE7 19.51%, #FFFFFF 81.71%, rgba(40, 42, 96, 0.88) 145.11%);

            center{
                margin-bottom: 2rem;
            }
        }
    }

    .gallery_grid_area{
        display: grid;
        gap: 2rem 1rem;
        grid-template-columns: 1fr 50px 1fr 1fr;
        grid-template-rows: repeat( 2, 1fr);
        grid-template-areas: 
            "img1 img1 img2 img3 "
            "img4 img5 img5 img6 "
            ;
    }

    .grid-item{
        border-radius: 20px;
        overflow: hidden;
    }
    .grid-item img{
        width: 100%;
        object-fit: cover;
        object-position: center;
        height: 100% !important;
        max-height: 318px;
    }

    .grid-item:nth-child(1) { grid-area: img1;}
    .grid-item:nth-child(2) { grid-area: img2;}
    .grid-item:nth-child(3) { grid-area: img3;}
    .grid-item:nth-child(4) { grid-area: img4;}
    .grid-item:nth-child(5) { grid-area: img5;}
    .grid-item:nth-child(6) { grid-area: img6;}


    .icons_zoom{
        position: relative;
        transition: all 0.5s ease-in-out;
        
        &:hover{
            filter: brightness(0.8);
            transition: all 0.5s ease-in-out;
        }

        &::after{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0;
            z-index: 10;
            transition: opacity 0.5s ease-in-out;
        }

    }
    .icons_zoom:hover::after{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background: url(./assets/icons/zoom.svg) no-repeat center / 10%;
        z-index: 10;
        opacity: 1;
        transition: opacity 0.5s ease-in-out;
    }

    .lightbox{
        display: inline-block;
        height: 100%;
    }


    /* *end gallerys*/


    /* !END-about ----------------------------------------------------------------------------------*/

    /* !work ----------------------------------------------------------------------------------*/

    section.banner{
        height: 695px;
        display: flex;
        justify-content: center;
        align-items: center;

        h1{
            line-height: 0.9;
            margin-bottom: 0;
        }

        &.work{
            background: url(./assets/banner/banner--main-work.png) no-repeat center / cover;
        }
        &.article{
            background: url(./assets/banner/banner--main-article.png) no-repeat center / cover;
        }

        img{
            max-width: 267px;
            filter: brightness(100);
        }
    }

    section.work_centent{
        padding: 5rem 0;
    }

    /* *work-single */

    .project_content{
        padding: 5rem 0;
    }

    .project_flex{
        display: flex;
        gap: 3rem;
        align-items: flex-start;
    }

    .project_gallery,.project_detail{
        width: 50%;
    }

    .work_hightlight_next{
        right: 1rem !important;
    }
    .work_hightlight_prev{
        left: 1rem !important;
    }
    .project_detail{
        display: flex;
        flex-direction: column;
        gap: 2rem;

        .work_grid{
            display: grid;
            grid-template-columns: 90px 1fr;
            gap: 2rem;
        }
    }

    .work_gallery_grid{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 2rem;
        padding: 1rem 0;
    }
    

    /* *work-single */

    /* !END-work ----------------------------------------------------------------------------------*/




    /* !service ----------------------------------------------------------------------------------*/

    /* *start service_banner*/

    section.service_banner {
        padding: 7rem 0;

        .service_width {
            width: 60%;
            margin: 0 auto;
        }
    }

    .service_banner_text {
        display: flex;
        flex-direction: column;
        gap: 6rem;
    }

    .work_items{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 1rem;
        border-radius: 20px 20px 0 0;
        overflow: hidden;
    }
    .work_top{
        display: flex;
        flex-direction: column;
        gap: 1rem;

        img{
            aspect-ratio: 4 / 3;
            object-fit: cover;
            object-position: center;
            height: 100%;
            max-height: 395px;
            transition: all 0.5s ease-in-out;
        }

        &:hover{
            img{
                transform: scale(1.05);
                transition: all 0.5s ease-in-out;
            }
        }

        .b_title{
            display: -webkit-box;
            -webkit-line-clamp: 2; /* number of lines to show */
            line-clamp: 2; 
            -webkit-box-orient: vertical;
        }

        .b_except{
            display: -webkit-box;
            -webkit-line-clamp: 3; /* number of lines to show */
            line-clamp: 3; 
            -webkit-box-orient: vertical;
        }
    }


    /* *end service_banner*/


    /* *start bg_parallax*/

    section.bg_parallax {
        background: url(./assets/banner/bg--service.png) no-repeat center / cover;
        background-attachment: fixed;
        position: relative;
        height: 624px;
    }


    /* *end bg_parallax*/

    /* *start zyn_film*/

    section.zyn_film {
        padding: 4rem 0;
        position: relative;
    }

    section#panel-zynth{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .tabs {
        display: flex;
        gap: 40px;
        justify-content: center;
        margin: 3rem 0 6rem;
    }

    .tab {
        border: 0;
        background: none;
        cursor: pointer;
        position: relative;
        padding: 0px 1rem;
        color: #000;

        &:focus,&:hover{
            background: transparent;
            color: #000;
        }
    }

    .tab[aria-selected="true"]::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -6px;
        height: 2px;
        background: #0e0f12;
    }

    .panel {
        display: none;
        text-align: center
    }

    .panel.active {
        display: block;
        animation: fade .25s ease;
    }

    @keyframes fade {
        from {
            opacity: 0;
            transform: translateY(4px);
        }

        to {
            opacity: 1;
            transform: none;
        }
    }

    .title {
        
    }

    .swatch {
        width: min(420px, 78vw);
        aspect-ratio: 1/1;
        margin: 1rem auto 16px;
        border-radius: 28px;
        border: 2px solid rgba(0, 0, 0, .08);
        box-shadow: 2px 2px 6.8px 0px #00000030;
        background: #ccc;
        transition: background .3s ease;
    }

    .code,
    .color-name {
        margin: 6px 0;
        text-align: center;
    }

    .palette {
        display: flex;
        gap: 14px;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 14px;
    }

    .dot {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        border: 2px solid rgba(0, 0, 0, .1);
        box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
        cursor: pointer;
    }

    .dot.active {
        outline: 1px solid #000;
    }

    /* *end zyn_film*/

    /* *start */
    section.service.bg{
        background: linear-gradient(186.92deg, #FFFFFF 17.98%, #B4B4B4 103.52%);
    }

    /* *end */

    /* *single service*/

    .bar{
        width: 10vw;
        height: 6px;
        background: linear-gradient(90deg, #86316F 0%, #282A60 100%);
        margin-top: 1rem;
    }


    /* *end  single */

    

    /* !service----------------------------------------------------------------------------------*/


    /* !article ----------------------------------------------------------------------------------*/

    /* *start post_title*/

    section.post_title{
        padding: 3rem 0;
    }
    .post_content,.post_tag{
        padding:  0 0 2rem;
    }
    .post_tag_flex{
        display: flex;
        align-items: center;
        gap: 12px;
        flex-wrap: wrap;
    }
    .post_tag_bt{
        color: post_tag_bt;
        padding: 0.5rem 1.2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #989898;
        border: 1px solid #989898;
        border-radius: 20px;
    }


    /* *end post_title*/

    /* *start */


    /* *end */

    /* *start */


    /* *end */

    /* *start */


    /* *end */

    /* *start */


    /* *end */


    /* !END-article ----------------------------------------------------------------------------------*/

    /* !contact ----------------------------------------------------------------------------------*/
    .mt-10px {
        margin-top: -10px;
    }

    section.contact {
        background-image: url('./assets/pc/banner/contact-bg.png');
        background-size: cover;
        background-repeat: no-repeat;

    }

    .contact-form.d-grid {
        grid-template-columns: 1fr;
        padding: 4rem 4rem;
    }

    .contact-detail.d-flex {
        flex-direction: column;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 5px 0px 0px 5px;
        gap: 2rem;
    }

    .contact-logo img {
        width: 250px;
    }

    .contact-form-detail {
        background: #FFFFFF;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        padding: 3rem;
    }

    h4.contact-text {
        font-size: 2.2rem;
    }

    .d-flex.icons-contact {
        gap: 1rem;
        align-items: flex-start;
    }

    /* ?form */

    div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
        height: 100px !important;
    }

    label.wpforms-field-label {
        font-size: 1.1rem !important;
        font-weight: 400 !important;
        color: #393939 !important;
        display: flex !important;
        justify-content: space-between;
    }

    input#wpforms-553-field_0,
    input#wpforms-553-field_3,
    input#wpforms-553-field_1,
    textarea#wpforms-553-field_2 {
        border-radius: 10px;
        border: 1px solid var(--color-red);
        background-color: #fff;
    }

    button.form-bt {
        border-radius: 30px !important;
        background: linear-gradient(180deg, #B5001F 0%, #7C0015 100%) !important;
        color: #fff !important;
        padding: 1rem 3rem !important;
        font-weight: 300;
    }

    .wpforms-submit-container {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* ?form */

    /* !END-contact ----------------------------------------------------------------------------------*/


    /* !single-post ----------------------------------------------------------------------------------*/



    /* !single-post ----------------------------------------------------------------------------------*/


    /* !single-our-work----------------------------------------------------------------------------------*/




    /* !END-single-our-work ----------------------------------------------------------------------------------*/



}

@media screen and (min-width:1400px) {}