/*
Theme Name: tokogi
Theme URI: https://xdevlabs.com/themes/simple-wp-theme/
Author: the xDevLabs team
Author URI: https://xdevlabs.com/
Description: Blank is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how xDev-theme elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 5.6
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: xdev-theme
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Xdev-theme WordPress Theme, (C) 2021 xDevlabs.com
Xdev-theme is distributed under the terms of the GNU GPL.
*/

.section+.section{
    padding-top: 0;
}
.section.section--blue{
    padding-block: 60px 60px;
}
@media only screen and (min-width: 992px){
    .section.section--blue{
        padding-block: 80px 80px;
    }
}
.section.section--blue+.section{
    padding-block: 60px 60px;
}
@media only screen and (min-width: 992px){
    .section.section--blue+.section{
        padding-block: 80px 80px;
    }
}

.buttons-mgt{
    margin-top: 60px;
}
.overflow-hidden{
    overflow: hidden;
}
.pull-right{
    float: right;
}
.mb-1{
    margin-bottom: 1rem;
}
.title-section{
    font-size: 24px;
    line-height: 1.3;
    margin: 0 0 30px;
}
.logo h1{
    font-size: 16px;
    font-weight: 400;
    display: none;
}
.banner__image video{
    width: 100%;
    pointer-events: none;
}
@media only screen and (min-width: 768px){
    .logo h1{
        display: block;
    }
    .md-pull-right{
        float: right;
    }
    .md-mb-0{
        margin-bottom: 0;
    }
    .digital-manufacturing--section01 figure{
        max-width: 320px;
    }
    .digital-manufacturing--section02 figure{
        max-width: 320px;
    }
}

.banner__image h2 {
    color: var(--white);
    line-height: 1.2;
    margin: 0;
    bottom: 30px;
    position: absolute;
    z-index: 1;
    font-size: 26px;
    right: 20px;
}
@media only screen and (min-width: 768px) {
    .banner__image h2 {
        right: 30px;
        font-size: 32px;
    }
    .site-header .btn{
        line-height: 35px;
    }
}
@media only screen and (min-width: 992px) {
    .banner__image h2 {
        font-size: 46px;
    }
}

@media only screen and (max-width: 767px){
    .service{
        padding-top: 40px;
    }
    .section-heading p{
        font-size: 12px;
    }
    .service__heading a{
        font-size: 13px;
    }

    .partner-other__body{
        font-size: 12px;
    }
    .case-study__item--body h3{
        font-size: 16px;
    }
    .case-study__item--body{
        font-size: 12px;
    }
    .column__item--body h3{
        font-size: 16px;
    }
    .column__item--body p{
        font-size: 13px;
        line-height: 1.6;
    }
    .faq__item--heading h3{
        font-size: 14px;
    }
    .faq__item--body{
        font-size: 14px;
    }
    .nav-bottom__col ul li a{
        font-size: 12px;
    }

    .site-header .btn svg{
        padding-left: 6px;
    }
    .banner__image{
        overflow: hidden;
    }
    .banner__image video {
        width: 150vw;
        height: 80vw;
        transform: translateX(-20%);
    }
    .partners .swiper-slide figure img{
        max-width: 145px;
    }
}

.btn-arrow{
    padding-block: 11px 13px;
    padding-left: 30px;
}

.site-header__nav nav ul li a{
    cursor: context-menu;
}

.service__item{
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}
.service__item.hidden{
    opacity: 0;
    display: none;
}

.banner__scroll{
    overflow: hidden;
}

.banner__scroll img{
    bottom: 10px;
    animation: scrollimg 1s linear infinite;
}
@keyframes scrollimg{
    0% {
        transform: translate(-50%,0);
    }
    100% {
        transform: translate(-50%,calc(100% + 20px));
    }
}


.text-center{
    text-align: center;
}
.grid-items{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    flex-wrap: wrap;
}
.case-study__list.grid-items{
    margin-bottom: 60px;
}
.case-study__list.grid-items .item-col{
    width: 100%;
}

.content-type--list{
    margin-bottom: 60px;
}
.heading-bg--green{
    background: #ECF6F5;
    padding-block: 30px 30px;
    color: #00443C;
}
.heading-bg--green h2{
    font-size: 6.5vw;
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: 0.06em;
    margin: 0;
}
.content-type--list h3{
    font-size: 18px;
    line-height: 1.6;
}
@media only screen and (min-width: 575px) {
    .case-study__list.grid-items .item-col{
        width: calc(50% - 15px/2);
    }
    .case-study__list.grid-items .item-col:last-child{
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .heading-bg--green h2{
        font-size: 2rem;
    }
    .content-type--list h3{
        font-size: 24px;
        line-height: 1.6;
    }
    .grid-items{
        gap: 30px;
    }
    .case-study__list.grid-items .item-col{
        width: calc(33.333333% - 20px);
    }
    .case-study__list.grid-items .item-col:last-child{
        display: block;
    }
}
@media only screen and (max-width: 1024px){
    .case-study__list.grid-items{
        padding-inline: 20px;
    }
}

.partners__list .swiper-wrapper{
    height: auto;
}

.post-content{
    color: #333;
    line-height: 1.6;
}
.title-heading{
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #00443C;
    position: relative;
    z-index: 1;
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 40px;
}
.post-content h2{
    font-size: 22px;
    line-height: 1.3;
    margin-block: 60px 15px;
    font-weight: 500;
}
.post-content h3{
    font-size: 18px;
    line-height: 1.3;   
    margin-block: 30px 15px;
    font-weight: 500;
}

.post-content .wp-block-separator {
    border: none;
    border-top: 2px solid;
    margin-block: 30px;
    border-color: #ababab;
    border-width: 1px;
}

.pagination-single__inner{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 60px;
}
.pagination-single__inner div{
    border: 1px solid #ddd;
    padding: 15px 20px;
    width: 50%;    
}
.pagination-single__inner p{
    display: none;
}
.pagination-single__inner .pagination-single__prev {
    margin-right: -1px;
    position: relative;
    padding-left: 45px;
}
.pagination-single__inner .pagination-single__prev svg{
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
}
.pagination-single__inner .pagination-single__next {
    position: relative;
    padding-right: 45px;
}
.pagination-single__inner .pagination-single__next svg{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    margin-left: auto;
}
@media only screen and (min-width: 768px){
    .title-heading{
        font-size: 36px;
        margin-bottom: 70px;
    }
    .post-content h2{
        font-size: 32px;  
        color: #3ea79f;
    }
    .post-content h3{
        font-size: 1.8rem;		
        border-left: 5px solid #3ea79f;		
        padding-left: 20px;
    }
    .pagination-single__inner p{
        display: block;
    }
    .pagination-single__inner span{
        display: none;
    }
    .pagination-single__inner div{
        padding: 30px 20px;
    }
}

.sb-grid-items{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 60px;
}
.sb-grid-items .sb-item-col-2{
    width: calc(50% - 30px);
}
.sb-grid-items .sb-item-col-3{
    width: calc(33.333333% - 40px);
}
.pc-block+.pc-block{
    margin-top: 60px;
}

.features-of-parts .content-image{
    position: relative;
}
.features-of-parts .content-image+.content-image{
    margin-top: 60px;
}
.features-of-parts .content-image figure{
    max-width: 640px;
    border-radius: 20px;
    overflow: hidden;
}
.features-of-parts .content-image__body{
    margin-top: 30px;
    border: 1px solid #d6d6d6;
    padding: 20px;
    background: #fff;
    border-radius: 20px;
}
.features-of-parts .content-image__body h3{
    font-size: 18px;
    line-height: 1;
    margin: 0 0 15px;
    text-align: center;
}
.features-of-parts .content-image__body h2{
    font-size: 24px;
    line-height: 1;
    margin: 0 0 15px;
    text-align: center;
}
.features-of-parts .content-image__body p{
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
.features-of-parts .content-image.reserve figure{
    margin-left: auto;
}
.features-of-parts .content-image.reserve .content-image__body{
    right: auto;
    left: 0;
}

.section-respond{
    background: #79c9c2;
    padding-block: 60px 60px;
}
@media only screen and (min-width: 768px){
    .features-of-parts .content-image__body{
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 0;
        max-width: 520px;
    }
}
@media only screen and (min-width: 992px){
    .section+.section.section-respond{
        padding-block: 80px 80px;
    }
}
.section-respond .title-section{
    text-align: center;
}
.content-box-items{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.content-box-items .item{
    width: 100%;
    max-width: 460px;
    margin-inline: auto;    
}
.content-box-items .item h3{
    font-size: 16px;
    line-height: 1.3;
    margin-block: 20px 15px;
}
@media only screen and (min-width: 768px){
    .content-box-items .item{
        width: calc(33.333333% - 20px);
    }
    .content-box-items .item h3{
        font-size: 18px;
        text-align: center;
        margin-block: 15px 10px;
    }
    .content-box-items .item p{
        font-size: 16px;
        line-height: 1.6;
    }
}


.xdev--content-image h3{
    font-size: 24px;
    line-height: 1.3;
}
.xdev--content-image figure{
    margin-bottom: 15px;
}
@media only screen and (min-width: 768px){
    .xdev--content-image figure{
        max-width: 320px;
        margin-bottom: 0;
    }
    .xdev--content-image .content-image__body{
        width: calc(100% - 350px);
    }
}

.xdev--content-image{

}
.xdev--grid-items{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.section-board-problems .xdev--grid-items{
    gap: 15px;   
}
.section-board-problems .col-item{
    background: #d6d6d6;  
    display: flex;justify-content: center;align-items: center;
    height: 60px;
}
.xdev--grid-items .col-item-4{
    width: calc(50% - 15px/2);
}
@media only screen and (min-width: 768px){
    .xdev--content-image{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 30px;        
    }
    .xdev--content-image+.xdev--content-image{
        margin-top: 30px;
    }
    .xdev--content-image.reverse{
        flex-direction: row-reverse;
    }
    .xdev--grid-items{
        gap: 30px;
    }
    .section-board-problems .col-item{
        height: 80px;
    }
    .xdev--grid-items .col-item-4{
        width: calc(25% - 90px/4);
    }
}

@media only screen and (min-width: 768px){
    .content-image--body .heading-dot:first-child{
        margin-top: 0;
    }
}

.main-table{
    width: 100%;
}
.xdev--content-image-table .content-image--body{
    width: 100%;
}
.main-table tr th{
    background: #d6d6d6;
    text-align: center;
    padding: 15px;
    border: 1px solid #ababab;
    font-weight: 400;
}
.main-table tr td{
    padding: 15px;
    border: 1px solid #ababab;
}


.case-study__list .case-study__item--body ul{
    margin-top: 10px;
}
@media only screen and (min-width: 768px){
    .xdev--content-image-table .content-image--body{
        width: calc(100% - 350px);
    }
    .case-study__list .case-study__item--body ul{
        margin-top: 40px;
    }
}

.faq--2 .faq__item .faq__item--heading h3 {
    /*position: relative;*/
    /*background: url("../images/arrow-down.svg") no-repeat 100% 50%/14px;*/
}
.faq--2 .faq__item .faq__item--heading h3::after{
    content: "";
    width: 15px;
    height: 14px;
    background: url("assets/images/arrow-down.svg") no-repeat 100% 50%/14px;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(0deg);
}
.faq--2 .faq__item.show .faq__item--heading h3::after{
    transform: rotate(180deg);
}

@media only screen and (min-width: 768px){
    .modularization--section01 figure{
        max-width: 420px;
    }
    .modularization--section02 figure{
        max-width: 320px;
    }
}

.heading-circle.service-title h2{
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}
.heading-circle.service-title h2.hidden{
    opacity: 0;
    display: none;
}

@media only screen and (max-width: 767px){
    .voice__list{
        max-height: 640px;
    }
}


.section-parts .sb-item-col h3{
    font-size: 18px;
    text-align: center;
    margin: 10px 0 15px;
}
.section-parts .sb-item-col p{
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #595857;
}
.parts--list{
    margin-top: 30px;
    gap: 15px;
    flex-wrap: wrap;
}
.section-parts .sb-item-col-3{
    width: 100%;
    max-width: 320px;
    margin-inline: auto;
}
@media only screen and (min-width: 575px){
    .section-parts .sb-item-col-3{
        width: calc(33.333333% - 10px);
        margin-inline: 0;
    }
}
@media only screen and (min-width: 768px){
    .voice__list{
        max-height: 640px;
    }
    .parts--list{
        gap: 30px;
    }
    .section-parts .sb-item-col-3{
        width: calc(33.333333% - 20px);
    }
    .section-parts .sb-item-col h3{
        font-size: 24px;
    }
    .section-parts .sb-item-col p{
        font-size: 16px;
        line-height: 28px;
    }
}

.inner-contact{
    max-width: 780px;
    margin-inline: auto;
}
.form-row{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 30px;
}
.form-row+.form-row{
    margin-top: 15px;
}
.form-row label{
    width: 100%;
}
.form-row label{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-row label span{
    background: var(--second);
    color: #fff;
    font-size: 14px;
    padding: 0 7px;
}
.form-row .form-input{
    width: 100%;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #d6d6d6;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 24px;
}
.form-row .form-textarea{
    width: 100%;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #d6d6d6;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 24px;
    min-height: 180px;
}

.form-submit{
    text-align: center;
    margin-top: 30px;
}
.btn-submit{
    transition: all 0.3s;
    color: var(--white);
    padding: 12px 20px;
    text-align: center;
    font-weight: 700;
    border-radius: 100px;
    background: var(--primary);
    border: 0;
    font-weight: 500;
    font-size: 16px;
    min-height: 52px;
    min-width: 220px;
    display: inline-block;
    border: 2px solid var(--white);
}
.btn-submit:hover{
    background: var(--white);
    border: 2px solid var(--primary);
}
@media only screen and (min-width: 768px){
    .form-row label{
        width: 180px;
        margin: 0;
    }
    .form-row .form-input{
        
    }

    .form-row .wpcf7-form-control-wrap {
        width: calc(100% - 210px);
    }
}

@media only screen and (max-width: 767px){
    .partners .partner-other__logo{
        height: auto;
    }
    .voice .swiper-wrapper{
        height: auto;
        align-items: stretch;
    }
    .voice .swiper-wrapper .voice__item{
        height: 100%;
    }
    .voice__heading .section-heading{
        margin-bottom: 60px;
    }
}


.equiqment--item h3{
    font-size: 16px;
    color: var(--primary);
}
@media only screen and (min-width: 768px){
    .equiqment--item figure{
        width: 320px;
    }
    .equiqment--item .equiqment-item--body{
        width: calc(100% - 350px);
    }
    .equiqment--item h3{
        font-size: 18px;
    }
}
@media only screen and (min-width: 992px){
    .equiqment--list{
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 30px;
    }
    .equiqment--item{
        width: calc(50% - 15px);
    }
    .equiqment--item figure{
        width: 200px;
    }
    .equiqment--item .equiqment-item--body{
        width: calc(100% - 230px);
    }
    .equiqment--item+.equiqment--item{
        margin-top: 0;
    }
}