/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    font-family: 'Prompt', sans-serif;
    margin: 0;
    padding: 0;
    
}
:root{
    --color-green:#518C73;
    --color-red:#D00D2E;
    --color-gold:#F6931D;
}
html {
    scroll-behavior: smooth;
    background-color: #ffffff;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
}
h1.entry-title{
    display: none !important;
}
.site-content{
    flex-direction: column;
}
.page-numbers {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    background: #8B8B8B;
    border-radius: 50%;
    color: #ffffff !important;
    justify-content: center;
    margin-left: 1rem;
}
.page-numbers.current {
    background: var(--color-red);
    color: #fff !important;
}
ul#menu-menu-main{
    list-style: none;
    margin-bottom: 0 !important;
}
.font-title{
    font-size: 1.7rem;
    text-transform: uppercase;
}
.font-sub-title{
    font-size: 1.5rem;
}

.font-w-200 {
    font-weight: 270;
}
.font-w-300{
    font-weight: 300;
}
.font-w-400{
    font-weight: 400;
}
.font-w-500{
    font-weight: 500;
}
.font-w-600{
    font-weight: 600;
}
.font-w-700{
    font-weight: 700;
}
.text-gold_gadient{
    background: linear-gradient(180deg, #554023 0%, #C99846 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-green{
    color: #518C73 !important;
}
.text-green-light{
    color: #37AF7C !important;
}
.text-gold{
    color: #F6931D !important; 
}

.text-org{
    color: #F6931D !important; 
}
.text-blown{
    color: #7E5B30 !important;
}
.text-dark{
    color: #3F3F3F !important;
}
.text-gray{
    color: #606060 !important;
}
.img-dot{
    border-radius: 50% !important;
}
.text-red{
    color: #c20222 !important;
}

.w-80-center{
    width: calc(100% - 20%);
    margin: auto;
}
.w-70-center{
    width: calc(100% - 30%);
    margin: auto;
}
.elementor-widget-container{
    background: #ffffff !important;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
ิ.border-radius-20{
    border-radius: 20px !important;
    transition:  0.5s;
}
ิ.border-radius-top-20{
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    transition:  0.5s;
}
.inside-site-info {
    display: none !important;
    
}
.bg-cream{
    background: #fffff9;
}
.font-404 {
    font-size: 10rem;
}
.sub-font-404{
    font-size: 3rem;
}
p.sub-font-404{
    font-size: 1rem;
}
.hover-up:hover{
    transform:translateY(-15px);
    transition:  0.5s;
}
.hover-big:hover{
    transform:scale(1.05);
    transition:  0.5s;
}
.hover-down:hover{
    transform:translateY(-15px);;
    transition:  0.5s;
}
label.wpforms-field-label {
    color: #1a1a1a !important;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: bisque;
}
.main-bt a:hover{
    color: #fff;
    transform: scale(1.05);
    transform-origin: center;
    transition: 0.5s;
}
.card-article-body-small {
    padding: 1rem;
}

/* header */
@media screen and (min-width: 1181px){
    .hide-on-pc{
        display: none;
    }
    .container{
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .one-container .site-content{
        padding: 0 !important;
    }
    .mobile-show{
        display: none;
    }
    .font-14px {
        font-size: 12px;
    }
    .font-16px {
        font-size: 14px;
    }
    .font-20px{
        font-size: 17px;
    }
    .font-24px{
        font-size: 20px;
    }
    .font-32px{
        font-size: 23px;
    }
    .font-36px{
        font-size: 28px;
    }
    .font-40px{
        font-size: 32px;
    }
    .font-48px{
        font-size: 43px;
    }
    .font-60px{
        font-size: 50px;
    }
    .font-64px{
        font-size: 54px;
    }
    .font-80px{
        font-size: 70px;
    }
    .font-96px{
        font-size: 90px;
    }
    .font-86px{
        font-size: 80px;
    }


    /* !top-menu---------------------------------------------------------------------------------- */
    div#nav-header-menu {
        background: #fff;
    }

    #nav-header-menu .d-grid.align-content-center.align-center {
        grid-template-columns: 1fr 60%;
        padding: 1em 10% 1rem 1rem;
        align-items: center;
        gap: 1rem;
        width: 90%;
        margin: auto;
    }

    .d-grid.align-content-center.align-center .logo a img {
        width: 140px;
    }

    ul#menu-menu-main {
        padding-left: 0;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: space-evenly;
    }

    .hover-text-underline:hover {
        border-bottom: 1px #F6931D solid;
        transition:  600ms;
    }

    p.text-dark.font-w-200.d-flex {
        margin-bottom: 9px;
        justify-content: flex-end;
        padding-right: 20%;
    }

    ul#menu-menu-main li {
        position: relative;
    }

    ul#menu-menu-main li.current-menu-item a{
        border-bottom: 2px solid #F6931D !important;
    }

    ul#menu-menu-main li a {
        color: #606060;
        font-size: 17px;
        display: flex;
        flex-direction: row-reverse;
    }

    

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


    /* !home ----------------------------------------------------------------------------------*/
    div.main-banner {
        width: 100%;
        height: auto;
        background-image: url(./assets/pc/banner/main-banner.png);
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        margin-top: -2rem;
    }
    section.hero_banner{
        position: relative;
        margin-top: -2rem;
    }


    .main-bt {
        background: linear-gradient(180deg, #FFFFFF 0%, #888888 100%);
        border-radius: 100px;
        max-width: 120%;
        width: fit-content;
    	width: -webkit-fit-content;
    	width: -moz-fit-content;
        padding: 0.2em 2.2em;
    }


    .d-flex.bt {
        align-items: center;
        gap: 1rem;
    }

    /* *metra_asset */

    .metra_asset{
        padding: 4rem;
        background-color: #2E2E2E;
    }
    .border-line-bottom{
        width: 100px;
        border-bottom: 5px solid #F6931D ;
    }

    /* *END--metra_asset */

    /* *concept */


    section.concept {
        margin-bottom: 6rem;
    }
    .concept_title_p {
        border-left: 4px solid #F6931D;
        margin: 1.5rem 0;
        padding: 0 1rem;
    }
    .concept_blog[data="ltr"]{
        background-color: #F9F9F9;
    }
    .concept_blog[data="rlt"]{
        background-color: #fff;
    }
    .d-grid_concept{
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }
    .grid_concept_img{
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
    .concept_detail {
        padding: 3rem;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }



    /* *END--concept */


    /* *home_slide */

    section.home_slide{
        background: url('./assets/pc/banner/home_slide.png') no-repeat center center/ cover;
        padding: 3rem 0 6rem 0;
    }
    .d_grid_home_slide{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 3rem;
    }
    .card_home_slide{
        background-size: cover;
        background-position: bottom center;
        background-repeat: no-repeat;
        border-radius: 15px;
        height: 520px;
        position: relative;
        margin-top: 3rem;
    }
    .card_home_slide_detail{
        padding: 2rem;
    }
    .card_home_slide_detail_except{
        width: 70%;
    }
    /* *END---home_slide */


    /* *perfect_happiness */

    section.perfect_happiness{
        padding: 10rem 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    img.perfect_happiness_font {
        margin: -3rem 0;
    }

    /* *END---perfect_happiness */


    /* *happy_space_banner */

    section.happy_space_banner{
        position: relative;
    }
    .happy_space_banner_ads {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 0 10%;
    }
    .happy_space_banner_d_flex_box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .happy_space_banner_d_flex_box > img:nth-child(1){
        max-width: 200px !important;
    }

    /* *END---happy_space_banner */


    /* *project */

    section.project{
        padding: 3rem 0;
    }

    /* *END---project */


    /* *warunya */

    section.warunya{
        background: url('./assets/pc/banner/warunya_bg.png') no-repeat center center / cover;
        padding: 5rem 0;
    }
    .d_grid_warunya{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }
    .warunya_img img{
        border-radius: 20px;
    }
    .d_grid_warunya_icon{
        display: grid;
        grid-template-columns: repeat(4,1fr);
        gap: 1rem;
        padding: 0 4rem;
        justify-items: center;
        justify-content: center;
    }


    /* *END---warunya */

    
    /* *new_project */

    section.new_project{
        padding: 5rem 0;
    }

    .new_project_slide_grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
        padding: 3rem 0;
    }
    .new_project_slide{
        padding: 3rem 0;
    }
    .new_project_card {
        border-radius: 10px;
        position: relative;
    }
    .new_project_comming{
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;  
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }
    .new_project_thumbnail{
        border-radius: 10px 10px 0 0;
        position: relative;
    }
    .new_project_datail {
        box-shadow: 0px 4px 4px 0px #00000040;
        padding: 1rem;
        border-radius: 0 0 10px 10px;
    }
    a.bt-link {
        width: fit-content;
        border-radius: 5px;
        padding: 5px 2rem;
    }
    a.bt-link:hover {
        background: #F6931D;
        color: #fff !important;
        transition: 0.5s ;
    }
    .border-gold{
        border: 1px solid #F6931D ;
    }
    .border-white{
        border: 1px solid #FFFFFF ;
    }

    /* *END---new_project */

    /* *warunya_banner */

    section.warunya_banner{
        position: relative;
    }
    .warunya_banner_ads {
        position: absolute;
        top: 0;
        left: 0;
        width: 60%;
        min-height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 0 0% 0 5%;
    }
    .warunya_banner_d_flex_box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }


    /* *END---warunya_banner */

    /* *article_home */

    section.article_home{
        padding: 0 0 3rem 0;
    }

    .article_home_d_grid{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 2rem;
    }
    .card-article-img a img{
        border-radius: 10px 10px 0 0;
    }


    /* *END---article_home */

    /* *bottom_banner */


    section.bottom_banner{
        position: relative;
    }

    .warunya_banner_d_flex_box.bottom_banner img {
        max-width: 170px;
    }
    


    /* *END---bottom_banner */

    /* *contact_from */

    section.contact_from{
        padding: 5rem 0;
        background: url('./assets/pc/banner/contact_from_bg.png') no-repeat center / cover;
    }
    .contact_from_bg {
        background: #fff;
        padding: 3rem;
        border-radius: 10px;
    }


    /* *END---contact_from */


    /* * */
    /* *END--- */


    /* * */
    /* *END--- */


    /* * */
    /* *END--- */


    

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

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

    section.footer-main{
        background: #292929;
        padding: 2rem 0;
    }
    .logo-footer.d-flex{
        align-items: center;
        gap: 1rem;
        justify-content: center;
    }
    .logo-footer.d-flex img{
        width: 300px;
    }
    .d-grid.grid-3.footer-bt{
        grid-template-columns: 1fr 20% 1fr;
        gap: 1rem;
        margin-top: 1rem;
        justify-items: center;
    }
    .d-grid.adress-detail{
        grid-template-columns: 1fr;
    }
    .d-grid.adress-qr{
        grid-template-columns: 30% 1fr;
        padding-left: 2rem;
        gap: 1rem;
        align-items: center;
        justify-items: center;
    
    }
    .address-text.social{
        width: 60%;
    }
    .follow_social_grid {
        display: grid;
        grid-template-columns: 50% repeat(4, 10%);
        justify-items: center;
    }
    .social-footer.d-grid.grid-5{
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        align-items: center;
        gap: 1rem;
        margin-top: 2rem;
        padding-left: 2rem;
    }
    section.copy-right{
        background: #1F1F1F;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .d-flex.copy-right-text{
        justify-content: space-between;
    }
    section.copy-right-mobile{
        display: none !important;
        background-color: #1F1F1F;
    }

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


    /* !about ----------------------------------------------------------------------------------*/
    .mt-d2{
        margin-top: -2rem !important;
    }

    section.about_banner{
        background: url('./assets/pc/banner/about_metra.png') no-repeat center/cover;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 600px;
    }
    .about_info {
        background: url('./assets/pc/banner/about_metra_bg.png') no-repeat center/cover;
        padding: 1rem 0;
    }
    .about_gallery{
        padding: 3rem 0;
    }
    .about_grid {
        display: grid;
        grid-template-columns: 1fr 200px 200px 1fr;
        grid-template-rows: 1fr 100px 1fr 1fr;
        grid-gap: 1rem;
        grid-template-areas:
            "g_1 g_2 g_2 g_3"
            "g_1 g_2 g_2 g_5"
            "g_4 g_2 g_2 g_5"
            "g_6 g_6 g_7 g_7";
    }
    .g_1 {
    grid-area: g_1;
    }
    .g_2 {
    grid-area: g_2;
    }
    .g_3 {
    grid-area: g_3;
    }
    .g_4 {
    grid-area: g_4;
    }
    .g_5 {
    grid-area: g_5;
    }
    .g_6 {
    grid-area: g_6;
    }
    .g_7 {
    grid-area: g_7;
    }
    .item img{
        width: 100%;
        height: 100% !important;
        object-fit: cover;
    }




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


    /* !project ----------------------------------------------------------------------------------*/

    section.project_banner{
        background: url('./assets/pc/banner/project_banner.png') no-repeat center/cover;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 770px;
    }    


    /* !project ----------------------------------------------------------------------------------*/



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


    .mt-banner{
        margin-top: -2rem;
    }
    /* *our-product-list */

    section.our-product-list{
        padding: 3rem 0;
    }
    .d-grid.grid-2{
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
        align-items: center;
    }

    /* *our-product-list */

    /* *sub-banner-service */

    .d-grid.sub-banner-service{
        grid-template-columns: 50% 1fr;
        background-image: url(./assets/pc/banner/sub-banner-service.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    div.sub-main-title-service {
        padding: 9rem 0rem 5rem 3rem;
        flex-direction: column;
        gap: 1rem;
        justify-content: space-between;
        height: 100%;
    }
    p.main-text-1 {
        font-size: 40px;
    }
    p.main-text-2 {
        font-size: 60px;
        line-height: 20px;
    }
    p.main-text-3 {
        font-size: 78px;
        margin-top: 5rem;
    }
    

    /* *sub-banner-service */

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


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

    section.article_banner{
        background: url('./assets/pc/banner/article_banner.png') no-repeat center/cover;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 600px;
    }

    section.service-home-swiper.bg-white{
        padding: 5rem 0 8rem 0 !important;
    }

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

    /* !contact ----------------------------------------------------------------------------------*/
    .mt-10px{
        margin-top: -10px;
    }
    section.contact_banner{
        background: url('./assets/pc/banner/contact_banner.png') no-repeat center/cover;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 600px;
    }
    .contact_info{
        background: url('./assets/pc/banner/contact_bg.png') no-repeat center/cover;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 8rem 0 4rem 0;
    }
    .contact-form.d-grid {
        grid-template-columns: 1fr;
        padding: 4rem 4rem;
    }
    .contact-detail.d-flex{
        flex-direction: column;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 5px 0px 0px 5px;
        gap: 2rem;
    }
    .contact-logo img {
        width: 250px;
    }
    .contact-form-detail{
        background: #FFFFFF;
        border-top-right-radius: 5px;
        border-bottom-right-radius:5px;
        padding: 3rem;
    }
    h4.contact-text{
        font-size: 2.2rem;
    }
    .d-flex.icons-contact {
        gap: 1rem;
        align-items: flex-start;
    }

    /* ?form */

        div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
            height: 100px !important;
        }
        label.wpforms-field-label {
            font-size: 1.1rem !important;
            font-weight: 400 !important;
            color: #393939 !important;
            display: flex !important;
            gap: 1rem;
        }
        input#wpforms-553-field_0, input#wpforms-553-field_3, input#wpforms-553-field_1, textarea#wpforms-553-field_2 {
            border-top: 1px solid #fff;
            border-left: 1px solid #fff;
            border-right: 1px solid #fff;
            border-bottom: 1px solid #F6931D !important;
            background-color: #fff;
        }
        button.form-bt {
            border-radius: 10px !important;
            border: 1px solid #F6931D !important;
            background: #fff !important;
            color: #606060 !important;
            padding: 0.5rem 3rem !important;
            font-weight: 300;
        }
        .wpforms-submit-container {
            display: flex;
            align-items: center;
            justify-content: center;
        }
        div.wpforms-container-full .wpforms-form input[type=date], 
        div.wpforms-container-full .wpforms-form input[type=datetime], 
        div.wpforms-container-full .wpforms-form input[type=datetime-local], 
        div.wpforms-container-full .wpforms-form input[type=email], 
        div.wpforms-container-full .wpforms-form input[type=month], 
        div.wpforms-container-full .wpforms-form input[type=number], 
        div.wpforms-container-full .wpforms-form input[type=password], 
        div.wpforms-container-full .wpforms-form input[type=range], 
        div.wpforms-container-full .wpforms-form input[type=search], 
        div.wpforms-container-full .wpforms-form input[type=tel], 
        div.wpforms-container-full .wpforms-form input[type=text], 
        div.wpforms-container-full .wpforms-form input[type=time], 
        div.wpforms-container-full .wpforms-form input[type=url], 
        div.wpforms-container-full .wpforms-form input[type=week], 
        div.wpforms-container-full .wpforms-form select, 
        div.wpforms-container-full .wpforms-form textarea {
            border:none;
        }

    /* ?form */

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


    /* !single-post ----------------------------------------------------------------------------------*/
    
    section.article-4 div.service-img{
        margin: 3rem 0;
    }
    .page-header-image-single,footer.entry-meta,.entry-header,.comments-area{
        display: none;
    }
    .d-grid.grid-single{
        grid-template-columns:1fr;
        gap: 1.5rem;
        background: #ffffff;
    }

   
    .link-bt.bt-404 {
        width: 420px;
    }
    .d-grid.sub-banner-single{
        grid-template-columns: 50% 1fr;
        background-image: url(./assets/pc/banner/sub-banner-single.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }


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


    /* !single-project----------------------------------------------------------------------------------*/

    .project_banner_grid{
        display: grid;
        grid-template-columns: 45% 1fr;
    }
    .project_banner_detail{
        padding: 3rem 10%;
        display: flex;
        align-items: center;
    }
    a.price_bt {
        border: 2px solid white;
        color: #fff;
        padding: 0.5rem 1rem;
        border-radius: 50px;
        font-size: 30px;
        font-weight: 500;
    }
    .project_concept{
        padding: 3rem 0;
    }
    .project_concept_grid{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .project_concept_detail{
        padding: 2rem;
    }
    .project_facility_icon{
        background: linear-gradient(180deg, rgba(236, 233, 230, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
        border-width: 1px 0px 1px 0px;
        border-style: solid;
        border-color: #6060607D;
    }
    .project_facility_icon_grid{
        display: grid;
        grid-template-columns: repeat(4,1fr);
        padding: 1rem 0;

    }
    .project_facility_icon_item img {
        max-width: 60px;
    }
    .project_facility_icon_item {
        padding: 0 10px;
        border-right: 1px solid #6060607D;
        display: flex;
        justify-content: space-around;
        align-items: center;
        gap: 10px;
    }
    .project_facility_icon_item:nth-last-child(1) {
        border-right: none;
    }
    .project_plan{
        padding: 3rem 0 0 0;
    }
    .project_option_house_plan_grid{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }
    .project_option_gallery{
        padding: 3rem 0;
    }
    .project_option_address_img{
        padding: 3rem 0;
    }
    .project_option_near_detail_grid{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 2rem;
    }
    .project_option_near_detail_item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }
    .bg-circle{
        background-color: #F6931D;
        border-radius: 50%;
        padding: 10px 25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .bg-circle p {
        line-height: 40px;
    }
    section.contact_from_single{
        padding: 5rem 0;
        background: url('./assets/pc/banner/contact_bg_single.png') no-repeat center / cover;
    }
    .contact_grid{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        padding: 1rem 0;
        width: 50%;
    }
    .contact_grid_icon{
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0.5rem 2rem;
        border-radius: 25px;
        border: 1px solid #D9D9D9
    }
    .contact_grid_icon.fb{
        background-color: #3D5A98;
    }


    /* *tab */

    .tabbed {
        overflow-x: hidden; /* so we could easily hide the radio inputs */
        margin: 1rem 0;
        padding-bottom: 16px;
    }
    
    .tabbed [type="radio"] {
        /* hiding the inputs */
        display: none;
    }
    
    .tabs {
        display: flex;
        justify-content: center;
        gap: 1rem;
        align-items: stretch;
        list-style: none;
        padding: 0;
        margin: 2rem 0;
        padding-bottom: 1px;
    }
    .tab > label {
        display: block;
        margin-bottom: -1px;
        padding: 12px 0;
        color: #606060;
        font-weight: 500;
        font-size: 24px;
        text-transform: uppercase;
        letter-spacing: 1px;
        cursor: pointer;
        transition: all 0.3s;
    }
    .tab:hover label {
        border-top-color: #333;
        color: #333;
    }
    
    .tab-content {
        display: none;
        color: #777;
    }
    
    /* As we cannot replace the numbers with variables or calls to element properties, the number of this selector parts is our tab count limit */
    .tabbed [type="radio"]:nth-of-type(1):checked ~ .tabs .tab:nth-of-type(1) label,
    .tabbed [type="radio"]:nth-of-type(2):checked ~ .tabs .tab:nth-of-type(2) label,
    .tabbed [type="radio"]:nth-of-type(3):checked ~ .tabs .tab:nth-of-type(3) label,
    .tabbed [type="radio"]:nth-of-type(4):checked ~ .tabs .tab:nth-of-type(4) label,
    .tabbed [type="radio"]:nth-of-type(5):checked ~ .tabs .tab:nth-of-type(5) label {
            color: #F6931D;
            padding-bottom: 5px;
            border-bottom: 5px solid #F6931D;
    }
    
    .tabbed [type="radio"]:nth-of-type(1):checked ~ .tab-content:nth-of-type(1),
    .tabbed [type="radio"]:nth-of-type(2):checked ~ .tab-content:nth-of-type(2),
    .tabbed [type="radio"]:nth-of-type(3):checked ~ .tab-content:nth-of-type(3),
    .tabbed [type="radio"]:nth-of-type(4):checked ~ .tab-content:nth-of-type(4) {
        display: block;
    }

    /* *END---tab */


    /* *END---light-box */

    .tz-gallery .lightbox img {
        width: 100%;
        min-height: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 0;
        position: relative;
    }
    .tz-gallery .lightbox  {
        position: relative;
        min-height: 100%;
        display: block;
    }
    
    .tz-gallery .lightbox:before {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -13px;
        margin-left: -13px;
        opacity: 0;
        color: #fff;
        font-size: 26px;
        font-family: "Font Awesome 5";
        content: url(./assets/logo/magnifying-glass-solid.svg);
        pointer-events: none;
        z-index: 9000;
        transition: 0.4s;
    }
    
    
    .tz-gallery .lightbox:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        background-color: #F6931D;
        content: '';
        transition: 0.4s;
    }
    
    .tz-gallery .lightbox:hover:after,
    .tz-gallery .lightbox:hover:before {
        opacity: 1;
    }
    
    .baguetteBox-button {
        background-color: transparent !important;
    }

    .tz-gallery {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        grid-gap: 1rem;
        grid-template-areas:
            "g_1 g_2 g_3"
            "g_4 g_4 g_5"
            "g_4 g_4 g_6";
    }

    .tz-gallery_grid:nth-child(1){
        grid-area: g_1;
    }
    .tz-gallery_grid:nth-child(2){
        grid-area: g_2;
    }
    .tz-gallery_grid:nth-child(3){
        grid-area: g_3;
    }
    .tz-gallery_grid:nth-child(4){
        grid-area: g_4;
    }
    .tz-gallery_grid:nth-child(5){
        grid-area: g_5;
    }
    .tz-gallery_grid:nth-child(6){
        grid-area: g_6;
    }

    /* *END---light-box */



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


    


}

@media screen and (min-width:1400px) {
    .font-16px {
        font-size: 16px;
    }
    .font-20px{
        font-size: 20px;
    }
    .font-24px{
        font-size: 24px;
    }
    .font-36px{
        font-size: 36px;
    }
    .font-40px{
        font-size: 40px;
    }
    p.main-text-1 {
        font-size: 40px;
    }
    p.main-text-2 {
        font-size: 60px;
        line-height: 20px;
    }
    p.main-text-3 {
        font-size: 78px;
        margin-top: 3rem;
    }
    .absolute-text {
        position: absolute;
        top: -70px;
        width: 50%;
    }
}