@media screen and (max-width:767px) {
    .memu-bar-header,.hide-on-mobile{
        display: none !important;
    }
    
    .menu-item-759 {
        display: none !important;
    }
    .w-80-center{
        width: 90%;
        margin: auto;
    }
    .w-70-center{
        width: 80%;
        margin: auto;
    }
    article.hide-on-pc{}

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

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

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

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

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

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

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

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

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

    .font-36px {
        font-size: clamp(14px, 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(16px, 1.9vw, 48px);
    }

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

    .font-64px {
        font-size: clamp(26px, 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(36px, 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(36px, 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;
    }

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

    font-5m{
        font-size: 5px;
    }
    .font-8m{
        font-size: 8px;
    }
    .font-10m{
        font-size: 10px;
    }
    .font-12m{
        font-size: 12px;
    }
    .font-14m{
        font-size: 14px;
    }
    .font-16m{
        font-size: 16px;
        line-height: 1.5;
    }
    .font-18m{
        font-size: 18px;
    }
    .font-20m{
        font-size: clamp(17px,5vw,20px);
    }
    .font-22m{
        font-size: clamp(18px,5.0vw,22px);
    }
    .font-24m{
        font-size: 24px;
    }
    .font-28m{
        font-size: 28px;
    }
    .font-30m{
        font-size: 30px;
    }
    .font-32m{
        font-size: 32px;
    }
    .font-48m{
        font-size: 48px;
    }
    .font-68m{
        font-size: clamp(54px, 15.8vw ,68px);
    }
    .font-78m{
        font-size: 78px;
    }

    /* !menu!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
    .button-hamburger img{
        filter: brightness(0);
    }
    
    body.page-id-16 {
        .mobile-show {
            background: transparent;
            position: absolute;
            z-index: 100;
            top: 0;
            right: 0;
            left: 0;
        }

        .mobile-logo {
            img {
                filter: brightness(100);
            }
        }
        .button-hamburger img{
        filter: brightness(100);
    }
    }
    

    .side_bar_nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 90%;
        margin: 0 auto;

        img{
            max-width: 170px;
        }
    }
    
    
        .button-hamburger,
        .button-hamburger:hover {
            background: none;
            border: none;
            padding: 0;
        }

        .sidebar-page {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            transform: translateX(-100%);
            transition: all 0.7s;
            max-width: 100%;
            width: 100%;
            z-index: 100;
            min-height: 100%;
            display: flex;
            flex-direction: column;
            padding: 0em;
            padding-top: 0;
            background: #fff;
            justify-content: flex-start;
        }

        .show-sidebar {
            transform: translateX(0);
            transition: transform 1s;
        }

        .nav.d-grid {
            grid-template-columns: 50% 1fr;
            justify-content: space-between;
            justify-items: self-end;
            max-width: 100% !important;
            align-items: center;
            width: 100%;
            padding: 18px 20px 10px 20px;

        }
        .site-content{
            padding: 0 !important;
        }
        .container{
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
        .entry-content:not(:first-child), .entry-summary:not(:first-child), .page-content:not(:first-child){
            margin-top: 1em;
        }
        .mobile-icons.d-flex {
            gap: 1em;
            align-items: center;
        }
        /* .close-bt button img {
            width: 80%;
        }
        .close-bt {
            position: absolute;
            top: 0;
            right: -15px;
        } */
        .div-manin-menu {
            padding: 0 3rem;
        }
        ul#menu-menu-main-1 {
            text-decoration: none;
            list-style: none;
            padding-left: 0;
            margin: 0;
            display: flex;
            flex-direction: column;
            gap: 2rem;
            margin-top: 2rem;
        }
        ul#menu-menu-main-1 li {
            font-size: 20px;
            height: 60px;
            display: flex;
            align-items: center;
            font-weight: 400;
        }
        ul#menu-menu-main-1 li:hover  {
            background-color:#ffffff ;
            transition: all 0.5s;
        }
        ul#menu-menu-main-1 li.current  {
            background-color:#ffffff ;
            height: 60px;
            display: flex;
            align-items: center;
            transition: all 0.5s;
        }
        ul#menu-menu-main-1 li a  {
            color: #282A60;
        }
        img.img-fluid-40.img1 {
            padding: 0 2em;
        }
        button.style-button-sidebar {
            border-radius: 10px;
            background: transparent;
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #000;
            font-weight: 900;
            font-size: 2em;
        }
        .nav-footer-mobile {
            background: #ffffff;
            padding-top: 1.5em;
            padding-left: 30px;
            padding-right: 30px;
            padding-bottom: 1em;
        }
        .social-icon-mobile.d-flex {
            justify-content: space-evenly;
            gap: 1em;
            margin-bottom: 1em;
        }
        .nav-contack a {
            color: #fff;
            font-size: 1.1em;
            margin-bottom: 1em;
        }
        .padding-lr{
            padding:0 20px;
        }

        .other-link p {
            border-bottom: 1px solid #167F4D;
            margin-bottom: 25px;
            height: 45px;
        }
        
        /* !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-m.png);
        position: relative;
        top: 0;
        z-index: 10;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center bottom;
        padding: 100px 0 2rem;
        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;
        flex-direction: column;
        gap: 1rem;
        align-items: center;
        margin-top: 4rem;
    }

    .bt_link {
        width: 175px;
        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;
        gap: 1rem;
        align-items: center;

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


    /* *end about*/

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

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

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

        .service_items {
            position: relative;
            border-radius: 10px;
            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: 0.6rem;
            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: 8px 0;
        }
    }


    /* *end service*/

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

    .standard_grid {
        display: grid;
        grid-template-columns: repeat(1, 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: 10px;
        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: 10px;
        }

        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: 2rem 0 300px;
        background: url(./assets/banner/bg--reward-home.png) no-repeat bottom center / contain;
    }

    .reward_grid {
        display: grid;
        grid-template-columns: 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;
        max-width: 100%;

        &.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: 2rem 0;
    }

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

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

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

            .project_text {
                padding: 1rem !important;
            }

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

            p {
                font-size: 12px !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: 10px;
            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: 2rem 0 3rem;
        position: relative;
        background: url(./assets/banner/bg--review-home.webp) no-repeat center / cover;

        center {
            position: relative;

            img {
                width: 103px;
                margin-bottom: 1rem;
            }
        }
    }

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

    .review_swiper_conteinner {
        position: relative;
        margin-top: 3rem;
    }
    .review_swiper--one{
        overflow: hidden;
        border-radius: 10px;
    }

    .review_swiper_card {
        border-radius: 10px;
        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: 10px;
        }
    }

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

    .review_card_detail {
        background: #fff;
        padding: 1rem;
        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: 2rem 0;
    }
    .Marquee-box {
            position: relative;
            display: inline-block;
            margin: 2rem 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: 2rem 0;
        background: #121213;
    }

    .faq{
        padding: 2rem 0 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: 2rem 0;
    }
    .blog_grid{
        display: grid;
        grid-template-columns: repeat(1,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: 2rem 0 1rem;
        background: linear-gradient(180deg, #FFFFFF 45.16%, #B2B2B2 165.82%);
    }
    .footer_top{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        padding-bottom: 5px;
        border-bottom: 1px solid #dddddd;

        p{
            text-align: left;
        }
    }
    .footer_mid{
        padding: 1rem 0 1rem 10px;
        border-bottom: 1px solid #dddddd;
    }
    .footer_mid_grid{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 1rem;
        
    }
    .footer_g1{
        display: flex;
        flex-direction: column;
        justify-content: left;
        gap: 1rem;
    }
    .footer_g2{
        display: none;
        justify-content: flex-end;
        gap: 1rem;
        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-start;
        gap: 10px;

    }

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

    /* *end */

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

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

    section.banner_about{
        padding: 2rem 0;
    }

    /* *start about_info*/

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

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


    /* *end about_info*/

    /* *start feature*/

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

    }
    .feature_grid{
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        margin: 3rem 0;
    }
    .feature_item{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        flex-basis: 149px;
        flex-grow: 1;

        p{
            text-align: center;
        }
    }

    /* *end feature*/

    /* *start gallerys*/

    section.gallerys{
        padding: 4rem 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 20px 1fr;
        grid-template-rows: repeat( 4, auto);
        grid-template-areas: 
            "img1 img1 img2"
            "img3 img3 img3"
            "img4 img4 img4"
            "img5 img6 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: 143px;
            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: 95px;
                filter: brightness(100);
            }
        }

        section.work_centent{
            padding: 2rem 0;
        }

        /* *work-single */

        .project_content{
            padding: 1rem 0 2rem;
        }

        .project_flex{
            display: flex;
            flex-direction: column;
            gap: 1rem;
            align-items: flex-start;
        }

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

        .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: 1rem;
            }
        }

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

        /* *work-single */

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


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

    /* *start service_banner*/

    section.service_banner {
        padding: 2rem 0;

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

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

        img{
            width: 264px;
        }
    }

    .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: 188px;
    }


    /* *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;

        .w-50{
            width: 90% !important;
        }
    }

    .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;
    }

    .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: 2rem 0;
    }
    .post_content,.post_tag{
        padding:  0 0 2rem;
    }
    .post_tag_flex{
        display: flex;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
    }
    .post_tag_bt{
        color: post_tag_bt;
        padding: 0.3rem 0.5rem;
        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 ----------------------------------------------------------------------------------*/
}