/* tablet horizontal */

@media screen and (min-width: 768px) and (max-width: 960px){
    .container.grid-container {
        max-width: 100% !important;
    }

    .memu-bar-header,.hide-on-mobile{
        display: none !important;
    }
    .container{
        max-width: 100% !important;
    }
    .menu-item-759 {
        display: none !important;
    }
    .w-80-center{
        width: 90%;
        margin: 0 auto;
    }
    .w-70-center{
        width: 80%;
        margin: 0 auto;
    }
    article.hide-on-pc{
        /* background-color: #ffffff; */
    }
    .font-12px {
        font-size: clamp(8px, 0.8vw, 12px);
    }

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

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

    .font-18px {
        font-size: clamp(14px, 1vw, 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(20px, 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(24px, 2.3vw, 46px);
        line-height: 1.2;
    }

    .font-48px {
        font-size: clamp(27px, 1.9vw, 48px);
    }
    .font-52px {
        font-size: 31px;
        line-height: 1;
    }

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

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

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

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

    .font-96px {
        font-size: clamp(30px, 5vw, 35px);
    }
    .font-100px {
        font-size: clamp(65px, 6vw, 100px);
        line-height: 1;
    }

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

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

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

    .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,
        .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%;
            background:#ffffff;
            z-index: 100;
            min-height: 100%;
            display: flex;
            flex-direction: column;
            padding: 0em;
            padding-top: 0;
            justify-content: space-evenly;
        }

        .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;
            background-color: #fff;
            box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);

            .mobile-logo{
                width: 100%;
            }

        }
        .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: 0;
        }
        .div-manin-menu {
            padding: 0 3rem;
        }
        .div-manin-menu ul {
            text-decoration: none;
            list-style: none;
            padding-left: 0;
            margin: 0;
            display: flex;
            flex-direction: column;
        }
        .div-manin-menu ul li {
            font-size: 20px;
            height: 60px;
            display: flex;
            align-items: center;
            font-weight: 400;
        }
        .div-manin-menu ul li:hover  {
            background-color:#ffffff ;
            transition: all 0.5s;
        }
        .div-manin-menu ul li.current  {
            background-color:#ffffff ;
            height: 60px;
            display: flex;
            align-items: center;
            transition: all 0.5s;
        }
        .div-manin-menu ul li a  {
            color: var(--pp-light);
        }
        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;
        }
        .nav_social {
            justify-content: space-evenly;
            gap: 1em;
            margin-bottom: 1em;
            padding-top: 2rem;
        }


        

        /* !menu!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */

/* !home ----------------------------------------------------------------------------------*/
    /* *start main_banner*/

    section.main_banner{
        --padding-banner: 100px;
        --max-h: 100vh;
        --verticle: -16px;
        --horizon: -32px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        padding: var(--padding-banner) 0 0;
        height: var(--max-h);
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        
        .w-80-center{
            position: relative;
        }

        .title_box{
            display: flex;
            flex-direction: column;
            gap: 2rem;
            max-width: 100%;
        }
        .slogan_text{
            --quote-width: 71px;
            --qoute-height: 40px;
            position: relative;
            text-align: center;

            &::before{
                content: '';
                position: absolute;
                top: var(--verticle);
                left: 0;
                z-index: 10;
                background-image: url(./assets/icons/quote_before.svg);
                background-size: 44%;
                background-position: center;
                background-repeat: no-repeat;
                width: var(--quote-width);
                height: var(--qoute-height);
            }

            p:nth-child(1){
                padding-left: 4rem;
            }

            p:nth-last-child(1){
                position: relative;
                padding-right: 0rem;

                &::after{
                    content: '';
                    position: absolute;
                    bottom: var(--verticle);
                    right: var(--horizon);
                    z-index: 10;
                    background-image: url(./assets/icons/quote_after.svg);
                    background-size: 44%;
                    background-position: center;
                    background-repeat: no-repeat;
                    width: var(--quote-width);
                    height: var(--qoute-height);
                }
            }
        }

        .text-title{
            font-family: "Montserrat";
            font-size: clamp(54px, 14vw, 60px);
            font-weight: 600;
            background-image: linear-gradient(93.95deg, #5C5C5C 16.1%, #1A1A1A 93.72%);
            -webkit-background-clip: text;
            background-clip: text; 
            -webkit-text-fill-color: transparent; 
            color: transparent
        }
    }

    .windown_card{
        border-radius: 10px;
        padding: 1rem;
        background: #FFFFFFCC;
        box-shadow: 0px 4px 4px 0px #00000040;
        width: 100%;
    }
    .windown_header{
        border-bottom: 1px solid #DBDBDB;
        padding: 0 0 1rem 0;
        display: flex;
        justify-content: space-between;
        align-items: center;

        img{
            max-width: 128px;
        }
    }
    .windown_content{
        padding: 1rem;

        
    }

    .windown_content_bt{
        margin-top: 1rem;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: center;
        justify-content: center;
    }

    .bt_link{
        padding: 0.5rem 0.8rem;
        display: inline-block;
        font-size: clamp(16px, 1vw, 18px);
        font-weight: 400;
        transition: all 0.5s ease-in-out;
        flex-grow: 1;
        width: 100%;
        text-align: center;
    }
    .purple-bt{
        color: #fff;
        background: var(--pp-dark);
        &:hover{
            color: #58FF00;
            transition: all 0.5s ease-in-out;
        }
    }

    .light-bt{
        color: #fff;
        background: #2b2b2b83;
        text-transform: uppercase;
        &:hover{
            color: #fff;
            transition: all 0.5s ease-in-out;
        }
    }
    .gray-bt{
        color: #fff;
        background: #5D5D5D;
        text-transform: uppercase;
        &:hover{
            color: #fff;
            transition: all 0.5s ease-in-out;
        }
    }

    .gray_green-bt{
        color: #58FF00;
        background: #5D5D5D;
        text-transform: uppercase;
        &:hover{
            color: #fff;
            transition: all 0.5s ease-in-out;
        }
    }

    .dark-bt{
        background:#2B2B2B;
        color: #58FF00;
        &:hover{
            color: #fff;
            transition: all 0.5s ease-in-out;
        }
    }
    .fb-bt{
        background:#0282FF;
        color: #fff;
        &:hover{
            color: #fff;
            transition: all 0.5s ease-in-out;
        }
    }

    /* *end main_banner*/

    /* *start service_icon*/

    section.service_icon{
        padding: 5rem 0 1rem;

        .service_icon_grid{
            display: grid;
            grid-template-columns: repeat( 3 , 1fr);
            gap: 1rem;
            align-items: center;

            .service_icon_item{
                padding: 0.8rem;
                border: 1px solid #D2D2D2;
                transition: all 0.5s ease-in-out;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                gap: 0.5rem;

                &:hover{
                    border: 1px solid #8E348F;
                    transition: all 0.5s ease-in-out;
                }
            }
        }
    }

    /* *end service_icon/

    /* *start about_home*/

    section.about_home{
        padding: 4rem 0 1rem;
    }

    .about_home_grid{
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;

        .about_home_info{
            padding: 1rem 0.0rem 1rem 0.5rem;
            display: flex;
            flex-direction: column;
            gap: 1.5rem;

            h2{
                background: linear-gradient(3deg, #8E348F 32.73%, #16091d 100%);
                -webkit-background-clip: text;
                background-clip: text; 
                -webkit-text-fill-color: transparent; 
                color: transparent;
                line-height: 1;
                margin-bottom: 0;
            }
        }
    }

    /* *end about_home*/

    /* *start standad*/

    section.standard{
        --standard-width:100%;
        --bar-height:140px;
        --margin-top:30px;
        padding: 4rem 0rem 5rem;
        position: relative;
    }
    /* .standard_grid{
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 1rem;
        align-items: center;

        .standard_card.fixed{
            background: linear-gradient(45.71deg, #919191 -0.02%, #FEFEFE 101.25%);
            padding: 2.3rem 10%;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            gap: 1rem;
            position: relative;
            width: var(--standard-width);
            height: var(--standard-width);
            border-radius: 10px;
            overflow: hidden;

            &::after{
                content: '';
                position: absolute;
                width: 30px;
                height: 240px;
                top: calc((var(--standard-width) - var( --bar-height))/2);
                right: -6px;
                background: #7D7D7D;
                box-shadow: 7px 4px 4px 0px #00000040 inset;
                border-radius: 10px;
            }
        }
    } */

    .standard_grid{
        display: grid;
        grid-template-columns: repeat(4,1fr);
        width: 100%;
        gap: 1rem;
        align-items: center;

        .standard_card.fixed{
            background: linear-gradient(45.71deg, #919191 -0.02%, #FEFEFE 101.25%);
            padding: 2.3rem 10%;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            gap: 1rem;
            position: relative;
            width: var(--standard-width);
            height: var(--standard-width);
            border-radius: 10px;
            overflow: hidden;

            &::after{
                content: '';
                position: absolute;
                width: 30px;
                height: 140px;
                top: calc((var(--standard-width) - var( --bar-height))/2);
                right: -6px;
                background: #7D7D7D;
                box-shadow: 7px 4px 4px 0px #00000040 inset;
                border-radius: 10px;
            }
        }
    }

    .standard_swiper{
        max-width: 100% !important;

        /* ?.swiper-wrapper{
            padding-top: var(--margin-top);
        } */
    }
    .standard_swiper--one{
        width: var(--standard-width) !important;
    }

    .standard_swiper_card{
        aspect-ratio: 1 / 1;
        width: var(--standard-width);
        position: relative;
        /* ?transform: translateY(0px);
        transition: all 0.5s ease-in-out; */

        img{
            border-radius: 10px;
            width: 100%;
        }

        .standard_swiper_abs{
            position: absolute;
            top: 0;
            right:--circle-width 0;
            bottom: 0;
            left: 0;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 1rem ;
        }
        .standard_swiper_text{
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }
    }
    a.link-circle{
        display: inline-flex;
        align-items: center;
        gap: 10px;
        color: #fff;
        
        .circle{
            border-radius: 50%;
            border: 1px solid white;
            width: var(--circle-width);
            height: var(--circle-width);
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
            background: transparent;
            transition: all 0.5s ease-in-out;

            svg{
                opacity: 0;
                transition: all 0.5s ease-in-out;
            }
        }

        span{
            position: relative;
            left: calc((var(--circle-width)/2) - var(--circle-width) - 10px);
            transition: all 0.5s ease-in-out;
        }

    }

    .standard_swiper_card:hover{
        /* ?transform: translateY(-30px);
        transition: all 0.5s ease-in-out; */

        a.link-circle{
            span{
                left: 0;
                transition: all 0.5s ease-in-out;
            }

            .circle {
                background: #fff;
                transition: all 0.5s ease-in-out;
                svg{
                    opacity: 1;
                    transition: all 0.5s ease-in-out;
                }
            }
        }

    }

    

    /* *end standad*/

    /* *start branch*/

    section.branch{
        --standard-width: 67%;
        --margin-top:30px;
        --branch-title-height: 56px;
        background: url(./assets/banner/bg--branch-m.png) no-repeat center / cover;
        padding: 5rem 0 3rem;
        position: relative;
    }

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

    .branch_card{
        flex: 0 0 var(--standard-width);
        padding-top: var(--margin-top);
        display: flex;
        flex-direction: column;
        gap: 1rem;

        .branch_card_title{
            
            position: relative;
            z-index: 2;

            &::after{
                content: 'MR.KLEANE';
                position: absolute;
                bottom: calc(calc(var( --branch-title-height)/ 1) - var(--branch-title-height));
                left: 0;
                z-index: -1;
                background: linear-gradient(90deg, #58FF00 0%, rgba(53, 153, 0, 0) 100%);
                -webkit-background-clip: text;
                background-clip: text;
                -webkit-text-fill-color: transparent;
                color: transparent;
                font-family: 'Press Start 2P';
                font-size: 16.5vw;
                opacity: 0.2;
            }

            h2{
                line-height: 1.4;
            }
            p {
                line-height: 2;
            }
        }
    }

    .branch_swiper_conteinner{
        flex-grow: 1;
        position: relative;
        z-index: 3;
        max-width: 100%;
    }

    .branch_swiper{
        max-width: 100% !important;

        .swiper-wrapper{
            padding-top: var(--margin-top);
        }
    }
    .branch_swiper--one{
        width: 268px !important;
    }
    .branch_swiper_card{
        width: 100%;
        border-radius: 10px;
        position: relative;
        transform: translateY(0px);
        transition: all 0.5s ease-in-out;
        background: linear-gradient(156.82deg, rgba(255, 255, 255, 0.2) 6.43%, rgba(106, 45, 107, 0.2) 98.59%),
            linear-gradient(180deg, rgba(255, 255, 255, 0) 32.21%, rgba(142, 52, 143, 0.2) 89.58%);
        border: 2px solid #686868;
        box-shadow: 4px 5px 4px 0px #00000040;
        backdrop-filter: blur(20px);
        padding: 2rem 1rem;
        display: flex;
        flex-direction: column;
        gap: 10px;
        height: 346px;
        justify-content: space-between;
        
        
        
        
        
        
        
        
        
        
        
        
        .branch_swiper_text{
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }
        
        .overlay_img{
            mix-blend-mode: plus-lighter;
        }
        .contact_bt_flex{
            display: flex;
            gap: 10px;

            a.link-tel{
                border-radius: 50%;
                border: 1px solid white;
                width: var(--circle-width) !important;
                height: var(--circle-width) !important;
                display: flex;
                justify-content: center;
                align-items: center;
                background: white;
            }
        }
    }

    .branch_swiper_card:hover{
        transform: translateY(-30px);
        transition: all 0.5s ease-in-out;

        a.link-circle{
            span{
                left: 0;
                transition: all 0.5s ease-in-out;
            }

            .circle {
                background: #fff;
                transition: all 0.5s ease-in-out;
                svg{
                    opacity: 1;
                    transition: all 0.5s ease-in-out;
                }
            }
        }

    }

    .navigation_bar{
        position: relative;
        display: flex;
        align-items: center;
        gap: 1rem;
        padding-top: calc(var(--circle-width)/2);

        .branch_next{
            position: relative;
            top: 0 !important;
            margin-top: 0 !important;
            opacity: 1 !important;

            &::after{
                content: '';
                background: url(./assets/icons/arrow-right.svg) no-repeat center / 100%;
                width: var(--circle-width);
                height: var(--circle-width);
            }
        }
        .branch_pagination{
            position: relative;
            width: fit-content !important;
            bottom: 0 !important;
            display: flex;
        }
        .branch_prev{
            top: 0 !important;
            position: relative;
            margin-top: 0 !important;
            opacity: 1 !important;

            &::after{
                content: '';
                background: url(./assets/icons/arrow-left.svg) no-repeat center / 100%;
                width: var(--circle-width);
                height: var(--circle-width);
            }
        }
    }

    .cover_black{
        background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
        height: 100%;
        width: 10vw;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 99;
    }

    /* *end branch/

    /* *start service*/

    section.service{
        position: relative;
        background: url(./assets/banner/bg--service.png) no-repeat bottom right / contian;
        padding: 4rem 0;
    }

    .service_grid{
        display: flex;
        flex-direction: column-reverse;
        /* grid-template-columns: 1fr; */
        gap: 1.5rem;

    }

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

    .service_card_items{
        padding: 1rem;
        display: grid;
        grid-template-columns: 17% 1fr;
        gap: 1rem;
        align-items: center;
        background: #fff;
        border-radius: 10px;
        border: 2px solid #D2D2D2;
        transition: all 0.5s ease-in-out;

        &:hover{
            border: 2px solid var(--pp-dark);
            transition: all 0.5s ease-in-out;
        }

        .service_card_text{
            display: flex;
            flex-direction: column;
        }
    }

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

        p:nth-child(2){
            text-align: left !important;
            line-height: 1.4;
        }
    }

    /* *end service*/

    /* *start human_intel*/

    section.human_intel{
        position: relative;
        padding-top: 1.5rem;
        padding-bottom: 5rem;
    }
    .human_intel_grid{
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .human_intel_text{
        display: flex;
        flex-direction: column;
        gap: 1rem;

        h2{
            line-height: 1.4;
        }

        p:nth-child(3){
            letter-spacing: 0rem;
        }
    }
    .key_feature{
        margin-top: 1rem;
        
        .key_feature_grid{
            margin-top: 1rem;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 10px;
        }

        .key_feature_items{
            background: #fff;
            border-radius: 5px;
            border: 0.5px solid #D2D2D2;
            padding: 10px;
        }
    }

    /* *end human_intel*/

    /* *start mini_banner*/

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

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

    .mini_banner_bg{
        position: relative;
        /* height: 388px; */
        padding: 1rem;
        aspect-ratio: 4 / 3;

        &.m1{
            background: url(./assets/banner/bg--mini_1.png) no-repeat center left/ cover;
        }
        &.m2{
            background: url(./assets/banner/bg--mini_2.png) no-repeat center left/ cover;
        }

        .mini_banner_text{
            display: flex;
            flex-direction: column;
            gap: 1rem;
            width: 100%;
            height: 100%;
            justify-content: space-between;
            padding: 0.5rem;
            img{
                max-width: 116px;
            }
            a.bt_link{
                flex-grow: 0;
            }
        }

    }

    /* *end mini_banner*/

    /* *start choose_us*/

    section.choose_us{
        position: relative;
        background: url(./assets/banner/bg--choose.png) no-repeat center / cover;
        padding: 7rem 0;

        center {
            h2{

                span:nth-child(1){
                    background: linear-gradient(93.95deg, #5C5C5C 16.1%, #1A1A1A 93.72%);
                    -webkit-background-clip: text;
                    background-clip: text; 
                    -webkit-text-fill-color: transparent; 
                    color: transparent;
                }
                span:nth-child(2){
                    background: linear-gradient(12.27deg, #8E348F 32.73%, #54266D 114.9%);
                    -webkit-background-clip: text;
                    background-clip: text; 
                    -webkit-text-fill-color: transparent; 
                    color: transparent;
                }
            }
        }
    }

    .choose_us_grid{
        display: grid;
        grid-template-columns: repeat(2 , 1fr);
        gap: 1rem;
        margin-top: 3rem;

        .choose_us_card{
            position: relative;
            max-width: 100%;

            img{
                width: 100%;
                object-fit: cover;
            }


            .text-ad{
                position: absolute;
                bottom: 1rem;
                left: 0;
                right: 0;
                height: 40%;
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
                align-items: center;
                gap: 1rem;
                padding: 1rem;
                text-align: center;
            }
        }
    }

    /* *end choose_us*/

    /* *review */

    section.review{
        --review-card-width: 100%;
        --icon-review-width: 43px;
        --icon-next-prev-width:  61px;
        --icon-top-width:  clamp(50px , 7vw , 60px);

        background: url(./assets/banner/bg--review.png) no-repeat -228px center / cover;
        position: relative;
        padding: 4rem 0;
    }
    .review_icon {
        position: absolute;
        top: calc((var(--icon-top-width)/2) - var(--icon-top-width));
        left: 20%;

        img {
            max-width: 126px;
            width: var(--icon-top-width);
        }
    }
    .review_grid{
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .review_grid_info{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        padding-bottom: 2rem;

        div {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
            
            p{
                line-height: 30px;
            }

            a{
                flex-grow: 1;
            }
        } 
        
    }
    .review_grid_swiper_pc{
        width: 100%;
        position: relative;
        

        .swiper-slide.swiper-slide--one {
            width: 300px !important;
        }
    }
    .review_card{
        width: var(--review-card-width);
    }
    .review_card_img{
        position: relative;
    }
    .float_icon{
        position: absolute;
        bottom: calc(var(--icon-review-width)/2 - var(--icon-review-width) );
        left: 20px;

        img{
            width: var(--icon-review-width);
            aspect-ratio: 1 / 1;
        }
    }

    .review_card{
        background: #fff;
        padding: 1rem;
    }
    .review_card_img img{
        object-fit: cover;
        min-width: 100%;
        min-height: 100%;
    }
    .review_card_detail{
        display: flex;
        flex-direction: column;
        margin: calc(var(--icon-review-width)/2) 0 0.5rem;
        justify-content: flex-start;
        padding: 1rem 0 0.5rem;
        border-bottom: 1px solid #000;
        min-height: 120px;

        div{
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 4; /* number of lines to show */
                    line-clamp: 4; 
            -webkit-box-orient: vertical;
        }
    }
    .review_card_author{
        > div{
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 1; /* number of lines to show */
                    line-clamp: 1; 
            -webkit-box-orient: vertical;
        }
        >p{
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2; /* number of lines to show */
                    line-clamp: 2; 
            -webkit-box-orient: vertical;
        }
    }
    .review_bt{
        display: flex;
        align-items: flex-center;
        justify-content: flex-start;
    }

    /* ?swiper_setting */

    .swiper-review-next {
        background-image: url(assets/icons/button_n.svg) !important;
        background-repeat: no-repeat;
        width: var(--icon-next-prev-width) !important;
        height: var(--icon-next-prev-width) !important;
        right: -30px !important;
        top: 20% !important;
        opacity: 1 !important;
    }
    .swiper-review-prev {
        background-image: url(assets/icons/button_p.svg) !important;
        background-repeat: no-repeat;
        width: var(--icon-next-prev-width)!important;
        height: var(--icon-next-prev-width)!important;
        left: -30px !important;
        top: 20% !important;
        opacity: 1 !important;
    }

    .swiper-review-pagination {
        position: relative;
        text-align: center !important;
        padding: 0!important;
        bottom: -30px !important;
    }
    .swiper-review-next:after, 
    .swiper-review-prev:after{
        content: '' !important;
    }

    /* *End---review */

    /* *start article*/

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

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

    .news_grid_items{
        padding: var(--padding_service);
        position: relative;
        border: 1px solid transparent;
        transition: all 0.5s ease-in-out;
        border: 1px solid #CECECE;
        height: 100%;

        a{
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            height: 100%;
        }
    }


    .news_grid_items:hover{
        border: 1px solid #CECECE;
        transition: all 0.5s ease-in-out;

    }
    
    .news_grid_items_inner{
        position: relative;

        .top img{
            height: 257px;
            width: 100%;
            object-fit: cover;
            object-position: center;
        }
        .bottom{
            border-radius: 0 0 15px 15px;
            padding: 1rem;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 1.5rem;
            margin-top: -2px;
            height: 100%;
            justify-content: space-between;
            

            p{
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 2; /* number of lines to show */
                        line-clamp: 2; 
                -webkit-box-orient: vertical;
            }
        }
    }
    .all_link{
        display: flex;
        justify-content: center;
        margin: 1rem 0;
        a{
            gap: 10px;
            align-items: center;
        }
    }

    .row .three{
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    color: #ecf0f1;
    text-align: center;
    }

    .hamburger .line{
    width: 27px;
    height: 3px;
    background-color: var(--pp-dark);
    display: block;
    margin: 4px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }

    .hamburger:hover{
    cursor: pointer;
    }

    /* FOUR */

    #hamburger-4.is-active .line:nth-child(1),
    #hamburger-4.is-active .line:nth-child(3){
    width: 21px;
    }

    #hamburger-4.is-active .line:nth-child(1){
    -webkit-transform: translateX(8px) rotate(45deg);
    -ms-transform: translateX(8px) rotate(45deg);
    -o-transform: translateX(8px) rotate(45deg);
    transform: translateX(8px) rotate(45deg);
    }

    #hamburger-4.is-active .line:nth-child(3){
    -webkit-transform: translateX(8px) rotate(-45deg);
    -ms-transform: translateX(8px) rotate(-45deg);
    -o-transform: translateX(8px) rotate(-45deg);
    transform: translateX(8px) rotate(-45deg);
    }


    /* *end article*/

    /* *start banner*/

    section.banner{
        padding: 5rem 0 2rem;
    }

    .banner_main{
        position: relative;

        > img{
            width: 100%;
            object-fit: cover;
            object-position: right;
        }
    }
    .banner_text_bg{
        position: absolute;
        top: 21rem;
        bottom: 0;
        z-index: 1;
        display: flex;
        left: 10%;
        align-items: flex-start;


        h2{
            background: linear-gradient(92.68deg, rgba(84, 38, 109, 0.8) 14.45%, rgba(26, 26, 26, 0.2) 74.64%);
            -webkit-background-clip: text;
            background-clip: text; 
            -webkit-text-fill-color: transparent; 
            color: transparent;
        }
    }
    .banner_text_info{
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 2;
        padding: 4rem 10%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
        justify-content: space-between;

        a{
            flex-grow: 0;
            width: 100%;
        }
    }


    /* *end banner*/

    /* *start contact*/

    section.contact_page{
        background: url(./assets/banner/bg--contact-m.png) no-repeat center / cover;
        padding: 6rem 0;
    }

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

    section.contact{
        padding: 3rem 0 8rem;
        position: relative;
        background: url(./assets/banner/bg--contact.png) no-repeat center / cover;
    }

    .contact_grid{
        display: grid;
        grid-template-columns: 1fr;
        border: 1px solid #DBDBDB;
        box-shadow: 6px 12px 37.2px 0px #00000024;

    }

    .contact_bg{
        background: url(./assets/banner/banner--contact-home.png) no-repeat center top / cover;
        height: 150px;
    }

    .contact_form{
        padding: 1rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 2rem;
        background: #fff;
    }
    
    .contact_form_field{
        margin-top: -1rem;
    }

    /* *end contact*/

    /* *start */


    /* *end */

    /* *start */


    /* *end */

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

    /* !footer ----------------------------------------------------------------------------------*/
    section.footer_main {
        --logo-footer-width: 240px;
        --address-width: 400px;
        --grid-gap: 1rem;
        padding: 4rem 0 4rem;
        background: #121213;
        margin-top: -10px;
        position: relative;
        z-index: 10;


        .logo_footer{
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
            gap: 1rem;
        }
        .logo_footer  img:nth-child(1) {
                width: 194px;
            }

        .logo_footer  img:nth-child(2) {
                width: 80px;
            }
    }

    .footer_main_grid {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 2rem;


        div.contact_form_grid {
            display: grid;
            grid-template-columns: 30px 1fr;
            gap: 10px;


            a {
                text-align: left;
            }
        }

        ul {
            margin: 0;
            padding-left: 0;
            list-style: none;

            li a {
                color: #fff;
                font-weight: 300;
            }
        }

        .footer_main_items>p {
            padding-bottom: 0.5rem;
        }

        .footer_main_items:nth-child(4),
        .footer_main_items:nth-child(5) {
            display: none;
        }
    }

    .footer_main_items {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        padding: 0 10%;
    }

    .copy_right {
        display: grid;
        grid-template-columns: 1fr;
        gap: var(--grid-gap);
        padding: 1.5rem 0;
        border-bottom: 1px solid #fff;

        a {
            text-align: center;
        }

        a:nth-child(2) {
            display: none !important;
        }
    }

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


    /* !about_us ----------------------------------------------------------------------------------*/

    /* *start main_banner-about*/

    section.main_banner-about{
        --max-h-banner-about:684px;

        position: relative;
        padding: 3rem 0;
        background-position: center bottom;

        .w-80-center{
            display: flex;
            justify-content: end;
        }

        .title_box{
            display: flex;
            flex-direction: column;
            gap: 1rem;
            padding: 2rem 0;
        }
        .title_box.about {
            align-items: flex-end;

            .box{
                display: flex;
                flex-direction: column;
                width: 100%;
            }
        }

        .text-title{
            font-family: "Montserrat";
            font-size: clamp(90px, 6.12vw, 120px);
            line-height: 1;
            font-weight: 600;
            background-image: linear-gradient(93.95deg, #5C5C5C 16.1%, #1A1A1A 93.72%);
            -webkit-background-clip: text;
            background-clip: text; 
            -webkit-text-fill-color: transparent; 
            color: transparent
        }
    }


    /* *end main_banner-about*/
    
    /* *start dna*/

    section.dna{
        position: relative;
        overflow: hidden;
        background: url(./assets/banner/bg--dna-about-m.png) no-repeat center 42px / 116%;
        padding: 6rem 0;
        z-index: 20;
        top: -10rem;

        .mix_mode{
            mix-blend-mode: multiply;
        }

        center{
            position: relative;
            margin-top: 3rem;
            display: flex;
            flex-direction: column;
            gap: 1rem;

            .banner_text_bg{
                top: -21px;
                left: 0;
                right: -251px;
                z-index: 1;
                display: flex;
                justify-content: center;
                z-index: 1;

                h2{
                    background: linear-gradient(90deg, #58FF00 -21.18%, rgba(255, 255, 255, 0.3) 46.19%, #58FF00 120.14%);
                    -webkit-background-clip: text;
                    background-clip: text;
                    opacity: 0.21;
                }
            }

            p.dna_title{
                position: relative;
                z-index: 5;
                background: linear-gradient(315.71deg, #919191 0%, #FEFEFE 101.27%);
                -webkit-background-clip: text;
                background-clip: text; 
                -webkit-text-fill-color: transparent; 
                color: transparent;
                bottom: -1rem !important;
                padding-bottom: 0rem;
            }
            
        }

        .windown_card{
        }
    }
    .card_window{
        margin: 2rem 0;
    }
    .card-1{
        margin-bottom: 2rem;
    }
    .card-2{
        display: flex;
        justify-content: flex-end;
    }

    .insight{
        margin: 3rem 0 1rem;
        background: url(./assets/banner/bg--dna-about-3-m.png) no-repeat bottom center / cover;
        overflow: hidden;
        /* border-radius: 10px; */
        padding: 2rem;
    }
    .insight_card{
        display: grid;
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 2rem 0;
        
        align-items: center;
    }
    .insight_text{
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 2rem;

        .branch_card_title{
            
            position: relative;
            z-index: 2;

            &::after{
                content: 'MR.KLEANE';
                position: absolute;
                bottom: calc(calc(var( --branch-title-height)/ 1) - var(--branch-title-height));
                left: 0;
                top: -4rem;
                z-index: -1;
                background: linear-gradient(90deg, #58FF00 0%, rgba(53, 153, 0, 0) 100%);
                -webkit-background-clip: text;
                background-clip: text; 
                -webkit-text-fill-color: transparent; 
                color: transparent;
                font-family: 'Press Start 2P';
                font-size: 35.5vw;
                opacity: 0.1;

            }

            h2{
                line-height: 1.4;
            }
            p {
                line-height: 2;
            }
        }
    }

    /* *end dna*/

    /* *start timeline*/

    section.timeline{
        --timeline-start: 30px;
        position: relative;
        padding: 2rem 0 4rem;
        top: -6rem;
        background: url(./assets/banner/bg--timeline-m.png) no-repeat bottom center / cover;

        center{
            position: relative;
            text-align: left;

            .banner_text_bg{
                top: 0;
                left: 0;
                right: 0;
                z-index: 1;
                display: flex;
                justify-content: center;
                z-index: 1;
                align-items: flex-start;

                h2{
                    background: linear-gradient(90deg, #8E348F -21.18%, rgba(255, 255, 255, 0.3) 46.19%, #6A2D6B 120.14%);
                    -webkit-background-clip: text;
                    background-clip: text;
                    opacity: 0.21;
                }
            }

            p.timeline_title{
                position: relative;
                z-index: 5;
                bottom: -1rem !important;
                padding-bottom: 0rem;
            }
            
        }
    }
    .timeline_main{
        padding: 2rem 0 0 2rem;
    }
    .time_grid{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 3rem;
    }
    .time_title{
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative;
    }
    .time_title_histroty{
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding-bottom: 3rem;
    }


    .time_s1{
        .time_title_histroty{
            position: relative;

            &::before{
                content: '';
                position: absolute;
                top: 92px;
                left: -1.5rem;
                height: 200%;
                border: 1px solid #8E348F;
            }
        }


        .time_box {
            --rounded : 16px;
            --dot_pos : -32px;
            padding: 2rem;
            border-radius: 10px;
            box-shadow: 0px 4px 4px 0px #00000040;
            backdrop-filter: blur(4px);
            position: relative;
            border: 1px solid transparent;

            &::before{
                content: '';
                position: absolute;
                width: var(--rounded);
                height: var(--rounded);
                border: 1px solid var(--pp-dark);
                border-radius: 50%;
                top: 50%;
                left: var(--dot_pos);
                background: #fff;
                z-index: 20;
            }
            p.time_box_title{
                color: var(--color-dark);
            }


            &.main{
                border: 1px solid var(--pp-dark);

                &::before{
                    content: '';
                    position: absolute;
                    width: var(--rounded);
                    height: var(--rounded);
                    border: 1px solid var(--pp-dark);
                    border-radius: 50%;
                    top: 50%;
                    left: var(--dot_pos);
                    background: var(--pp-dark);
                    z-index: 20;
                }
                p.time_box_title{
                    color: var(--pp-dark);
                }
            }
        }
    }
    

    .time_s2{
        .time_title_histroty{
            position: relative;

            &::before{
                content: '';
                position: absolute;
                top: 69px;
                left: -1.5rem;
                height: 200%;
                border: 1px solid #8E348F;
            }
        }


        .time_box {
            --rounded : 16px;
            --dot_pos : -32px;
            padding: 2rem;
            border-radius: 10px;
            box-shadow: 0px 4px 4px 0px #00000040;
            backdrop-filter: blur(4px);
            position: relative;
            border: 1px solid transparent;

            &::before{
                content: '';
                position: absolute;
                width: var(--rounded);
                height: var(--rounded);
                border: 1px solid var(--pp-dark);
                border-radius: 50%;
                top: 50%;
                left: var(--dot_pos);
                background: #fff;
                z-index: 20;
            }
            p.time_box_title{
                color: var(--color-dark);
            }


            &.main{
                border: 1px solid var(--pp-dark);

                &::before{
                    content: '';
                    position: absolute;
                    width: var(--rounded);
                    height: var(--rounded);
                    border: 1px solid var(--pp-dark);
                    border-radius: 50%;
                    top: 50%;
                    left: var(--dot_pos);
                    background: var(--pp-dark);
                    z-index: 20;
                }
                p.time_box_title{
                    color: var(--pp-dark);
                }
            }
        }
    }

    .time_s2.end{
        .time_title_histroty{
            position: relative;

            &::before{
                content: '';
                position: absolute;
                top: 69px;
                left: -1.5rem;
                height: 80%;
                border: 1px solid #8E348F;
            }
        }
    }



    /* *end timeline*/

    /* *start history*/

    section.history{
        position: relative;
        padding: 8rem 0;

        .w-80-center{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
    }

    .history_grid{
        display: grid;
        grid-template-columns: repeat( 3 , 1fr);
        gap: 1rem;
        width: 100%;

        &.icon{
            padding: 2rem 0 1rem;
        }

        &.text .history_grid_items{
            padding: 2rem;
        }

        .history_grid_items{
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }
    }

    /* *end history*/

    /* *start partner*/

    section.partner{
        position: relative;
        padding: 4rem 0 8rem;

        .w-80-center{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
    }
    .partner_grid{
        display: grid;
        grid-template-columns: repeat( 4 , 1fr);
        gap: 2rem 10rem;
        width: 100%;
        padding: 2rem 0;
    }

    /* *end partner*/

    /* *start gallery*/

    section.gallery{
        --icon-next-prev-width:  61px;
        padding: 0 0;
        margin-bottom: 0;
    }
    .gallery_bg{
        background: url(./assets/banner/bg--gallery-m.png) no-repeat center / cover;
        padding: 5rem 0;
    }
    .gallery_swiper_containner{
        position: relative;
        max-height: 440px;
    }

    .gallery_grid_area{
                --gallery-max-height: 440px;
        display: grid;
        gap: 10px;
        /* max-height: 440px; */
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 136px);
        grid-template-areas:
        "img1 img2 "
        "img3 img4"
        "img5 img5";
    }
    .grid-item img{
        width: 100%;
        object-fit: cover;
        object-position: center;
        height: 100% !important;
    }
    .grid-item:nth-child(1) { 
        grid-area: img1;
        position: relative;

        &::after{
            content: '';
            width: calc(var(--gallery-max-height)/2);
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
            z-index: 1;
        }
    }
    .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;
        position: relative;
        &::after{
            content: '';
            width: calc(var(--gallery-max-height)/2);
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(270deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
            z-index: 1;
        }
    }

    .gallery-m_next {
        background-image: url(assets/icons/button_n.svg) !important;
        background-repeat: no-repeat;
        width: var(--icon-next-prev-width) !important;
        height: var(--icon-next-prev-width) !important;
        right: -30px !important;
        opacity: 1 !important;
    }
    .gallery-m_prev {
        background-image: url(assets/icons/button_p.svg) !important;
        background-repeat: no-repeat;
        width: var(--icon-next-prev-width)!important;
        height: var(--icon-next-prev-width)!important;
        left: -30px !important;
        opacity: 1 !important;
    }

    .gallery-m_next:after, 
    .gallery-m_prev:after{
        content: '' !important;
    }


    /* *end gallery*/

    /* *start */


    /* *end */

    /* *start */


    /* *end */

    /* !about_us----------------------------------------------------------------------------------*/


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

    .main_banner.services{
        --padding-banner: 100px;
        --max-h: 744px;
        --verticle: -16px;
        --horizon: -32px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 57% center;
        padding: 2rem 0 3rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;


        .circle_bt{
            justify-content: flex-start;
            display: flex;
        }

            a.link-circle {
            .circle {
                border-radius: 50%;
                border: 1px solid var(--pp-dark);
                width: var(--circle-width);
                height: var(--circle-width);
                display: flex;
                justify-content: center;
                align-items: center;
                gap: 10px;
                background: transparent;
                transition: all 0.5s ease-in-out;
            }
        }
    }

    .circle_bt a{
        color: var(--pp-dark);
    }

    .circle_bt:hover{
        /* ?transform: translateY(-30px);
        transition: all 0.5s ease-in-out; */

        a.link-circle{
            span{
                left: 0;
                transition: all 0.5s ease-in-out;
            }

            .circle {
                background: var(--pp-dark);
                transition: all 0.5s ease-in-out;
                svg{
                    opacity: 1;
                    transition: all 0.5s ease-in-out;
                }
            }
        }

    }

    .tag_banner{
            border-radius: 20px;
            padding: 0.2rem 1.3rem;
            background: linear-gradient(156.82deg, rgba(255, 255, 255, 0.2) 6.43%, rgba(106, 45, 107, 0.2) 98.59%);
            backdrop-filter: blur(10px);
            width: fit-content;
        }

    /* *start service_title*/

    section.service_title{
        padding: 6rem 0 3rem;
        position: relative;
    }
    .service_title_flex{
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        z-index: 1;

        &::after{
            content: 'MR.KLEANE';
            font-size: clamp(50px, 7.29vw, 140px);
            font-family: "Press Start 2P";
            background: linear-gradient(90deg, #8E348F -21.18%, #FFFFFF 0.93%, #54266d30 120.14%);
            -webkit-background-clip: text;
            background-clip: text; 
            -webkit-text-fill-color: transparent; 
            color: transparent;
            position: absolute;
            z-index: -1;
            top: -65%;
            right: 0;
            bottom: 0;
            left: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
        }
    }


    /* *end service_title*/

    /* *start service*/
    .service_sec{
        padding: 2rem 0 2rem;
    }

    .service_sec_grid{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 1rem;
        margin-bottom: 2rem;
        

        img{
            aspect-ratio: 1 / 1;
            object-fit: cover;
        }
    }


    /* *end service*/

    /* *start service_main*/

        section.service_main{
            padding: 4rem 0;
        }

        .service_main_items{
            display: grid;
            grid-template-columns: 1fr;
            gap: 0rem;
            border-radius: 10px;
            overflow: hidden;
            border: 1px solid #8A7794;
            margin: 2rem 0;

        }
        .service_main_img{

            a{
                height: 100%;

                img{
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            }
        }

        .service_main_detail{
            padding: 2rem;
            display: flex;
            flex-direction: column;
            justify-content: space-between;

            .circle_bt{
                display: flex;
                justify-content: center;

                .circle{
                    border: 1px solid var(--pp-dark);
                }
            }
            
        }

        
        /* *end service_main*/

    /* *start */


    /* *end */

    /* *start */


    /* *end */

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


    /* *start work_title*/

    section.work_title{
        padding: 5rem 0 3rem;
        position: relative;
    }
    .work_title_flex{
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        z-index: 1;

        &::after{
            content: 'MR.KLEANE';
            font-size: clamp(105px, 7.29vw, 140px);
            font-family: "Press Start 2P";
            background: linear-gradient(90deg, #8E348F -21.18%, #FFFFFF 0.93%, #54266d30 120.14%);
            -webkit-background-clip: text;
            background-clip: text; 
            -webkit-text-fill-color: transparent; 
            color: transparent;
            position: absolute;
            z-index: -1;
            top: -65%;
            right: 0;
            bottom: 0;
            left: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
        }
    }


    /* *end work_title*/

    /* *start work*/
    .work_sec{
        padding: 2rem 0 5rem;
    }

    .work_sec_grid{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 1rem;
        margin-bottom: 2rem;
        

        img{
            aspect-ratio: 1 / 1;
            object-fit: cover;
        }
    }


    /* *end work*/

    /* *start our_work*/

    section.our_work{
        padding: 3rem 0;
    }

    .work_sec_grid{
        margin: 2rem 0;
    }
    .our_work_dettail .our_work_text{
        p{
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2; /* number of lines to show */
                    line-clamp: 2; 
            -webkit-box-orient: vertical;
        }

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


    /* *end our_work*/

    /* *start */


    /* *end */

    /* *start */


    /* *end */

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

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

    /* *start banner_article*/

    section.banner_article{

        .banner_text_bg{
            position: absolute;
            top: 0;
            bottom: 0;
            z-index: 1;
            display: flex;
            left: 32%;
            align-items: center;

            h2{
                background: linear-gradient(92.68deg, rgba(84, 38, 109, 0.8) 14.45%, rgba(84, 38, 109, 0.5) 74.64%);
                -webkit-background-clip: text;
                background-clip: text; 
                -webkit-text-fill-color: transparent; 
                color: transparent;
            }
        }
    }


    /* *end banner_article*/

    /* *start */


    /* *end */

    /* *start */


    /* *end */

    /* *start */


    /* *end */

    /* *start */


    /* *end */

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



    /* !!!!!!!!!!   contact !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/

    section.contact_title{
        padding: 8rem 0 3rem;
        position: relative;
    }
    .contact_title_flex{
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        z-index: 1;

        &::after{
            content: 'MR.KLEANE';
            font-size: clamp(105px, 7.29vw, 140px);
            font-family: "Press Start 2P";
            background: linear-gradient(90deg, #8E348F -123.18%, rgb(255 255 255 / 60%) 55.19%, #54266D 126.14%);
            -webkit-background-clip: text;
            background-clip: text; 
            -webkit-text-fill-color: transparent; 
            color: transparent;
            position: absolute;
            z-index: -1;
            top: -35%;
            right: 0;
            bottom: 0;
            left: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
        }
    }

    /* ?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,
        input#wpforms-553-field_5 {
            background-color: #fff;
            border: 1px solid transparent;
            border-bottom: 1px solid #C8C8C8;
            
            &::placeholder{
                font-weight: 200 !important;
            }
        }
        button.form-bt {
            background: var(--pp-dark) !important;
            color: #fff !important;
            padding: 1rem 110px !important;
            font-weight: 300;
            font-size: clamp(18px, 1.25vw, 24px);
        }
        .wpforms-submit-container {
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }

    /* ?form */

    /* !!!!!!!!!!   contact !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/

    /* !single-service ----------------------------------------------------------------------------------*/
    
    .banner_service{
        position: relative;
        .banner_main{
            filter: brightness(0.3);
            object-fit: cover;
        }
        .banner_service_text{
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            padding: 0 20%;
        }
    }

    .service_content{
        padding: 4rem 0;
    }
    

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

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

        .banner_single{
            position: relative;

            img{
                filter: brightness(0.2);
            }

            .title_abs{
                position: relative;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                display: flex;
                justify-content: center;
                align-items: center;
                
                >div{
                    display: flex;
                    flex-direction: column;
                    gap: 1rem;
                    align-items: center;
                    max-width: 90%;
                    margin: 2rem auto 0;

                    h1,p{
                        color: #000 !important;
                    }
                }
            }
        }

        .work_content{
        --icon-next-prev-width:  61px;
        --position_bt:-33px;
        padding: 2rem 0;

        .work_content_grid{
            display: grid;
            grid-template-columns: 1fr;
            gap: 3rem;
            align-items: start;
            max-width: 100%;
        }

        .work_content_main{
            display: flex;
            flex-direction: column;
            /* gap: 1rem; */
            max-width: 90%;


            .work_grid{
                display: grid;
                grid-template-columns: 1fr;
                gap: 1rem;
                max-width: 100%;
                margin-bottom: 2rem;
            }

            .gallery_img.work_page{
                max-width: 91vw;
            }
        }
        .detail_work {
            padding-bottom: 2rem;
            ul {
                margin: 2rem 0;


            }
        }

        .our_work_grid.work_page{
            grid-template-columns: 1fr;

            .our_work_grid_small{
                grid-template-columns: 1fr;
                padding: 2rem 0;
            }
        }
    }

    /* .swiper-review_hightlight-slide img{
        height: 400px;
    } */

    .swiper-review_hightlight-thumbnail img{
        max-height: 160px;
        object-fit: cover;
        width: 100%;
		height: 160px;
    }

    .gallery_img{
        padding: 0rem 0 4rem;

        .product_img div {
            display: flex;
            justify-content: center;
            margin: 2rem 0;
        }
    }

    .product_hightlight_next,.product_swiper_next {
        background-image: url(assets/icons/button_n.svg) !important;
        background-repeat: no-repeat;
        width: var(--icon-next-prev-width) !important;
        height: var(--icon-next-prev-width) !important;
        right: var(--position_bt) !important;
        opacity: 1 !important;
        box-shadow: 0px 3.9px 3.9px 0px #00000040;
        border-radius: 50%;

    }
    .product_hightlight_prev,.product_swiper_prev {
        background-image: url(assets/icons/button_p.svg) !important;
        background-repeat: no-repeat;
        width: var(--icon-next-prev-width)!important;
        height: var(--icon-next-prev-width)!important;
        left: var(--position_bt) !important;
        opacity: 1 !important;
        box-shadow: 0px 3.9px 3.9px 0px #00000040;
        border-radius: 50%;

    }

    .product_hightlight_next:after, 
    .product_hightlight_prev:after,
    .product_swiper_next:after,
    .product_swiper_prev:after{
        content: '' !important;
    }
    .review_hightlight_pagination{
        position: relative !important; 
        bottom: -10px !important;
        display: flex;
        justify-content: center;
    }

    .swiper-product-slide img{
        aspect-ratio: 1 / 1  !important;
        object-fit: cover;
    }

    .review_hightlight-gallery {
        max-width: 100vw;
    }


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

