/*
Theme Name: Twenty Twenty-Four
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 7.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfour
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300;400;500;600;700;800;900&display=swap');

body.home,
.editor-styles-wrapper,
.block-editor-writing-flow,
.block-editor-editor-skeleton {
    font-family: 'Kanit', sans-serif;
}

.wp-block-navigation.navbar-mobile {
    display: none !important;
}

.about-mobile{
    display: none !important;
}

.footer-nav-mobile{
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Kanit', sans-serif;
}

.foreground {
    z-index: 2;
}

.elipse img {
    position: absolute;
    right: 0;
    z-index: -1;
    top: 0;
}

.elipse-2 {
    position: absolute;
    right: 0;
    z-index: 1;
    /* transform: translateY(4vw); */
    /* top: 97.5%; */
    bottom: 1;
}

.background-overlay {
    position: absolute;
    z-index: -2;
    inset: 0, 0, 0, 0;
    width: 100%;
    height: 100%;
}

hr.wp-block-separator {
    border-top: 10px solid;
}

a :hover {
    color: #EC8B00;
    text-decoration: underline;
}

.footer-icon {
    font-size: 30px;
    text-decoration: none !important;
}

hr.seperator-footer {
    border-top: 1px solid;
}

@media only screen and (max-width: 768px) {

    /* Show/Hide blocks */
    .wp-block-navigation.navbar-dekstop {
        display: none;
    }

    .wp-block-navigation.navbar-mobile {
        display: block !important;
        /* background-color: rgba(255, 255, 255, 0) !important; */
    }

    .about-dekstop{
        display: none !important;
    }

    .about-mobile{
        display: block !important;
    }

    .footer-nav-desktop{
        display: none !important;
    }

    .footer-nav-mobile{
        display: block !important;
    }

    /* //////////////////////////////////////////////////////////////////////////////////// */

    .wp-block-navigation__responsive-container ul{
        margin-top: 15vw !important;
    }

    .wp-block-navigation__container .wp-block-navigation-item.header-nav-item {
        border-bottom: 1px solid white;
        padding-bottom: 3vw !important;
    }
    
    .wp-block-navigation__container .wp-block-navigation-item.header-nav-item a
    {
        position: relative;
    }
    
    .wp-block-navigation__container .wp-block-navigation-item.header-nav-item a:hover
    {
        color: white;
    }
    

    /* Create a custom indicator using pseudo-element */
    .wp-block-navigation__container .wp-block-navigation-item.header-nav-item a::after {
        content: ">";
        /* Replace '>' with your desired icon */
        /* display: inline-block; */
        position: absolute;
        right: 5%;
        /* Adjust spacing between text and arrow */
        font-size: 20px;
        /* Adjust icon size */
    }

    /* Target specific menu items if needed */
    .your-menu-item-class a::after {
        /* Apply different styles to specific menu items */
    }


    h1.has-large-font-size,
    h2.has-large-font-size,
    h3.has-large-font-size,
    h4.has-large-font-size,
    h5.has-large-font-size,
    h6.has-large-font-size {
        font-size: 1.2em !important;
    }

    h2.aboutme {
        font-size: 1.2em !important;
    }

    h2.services {
        font-size: 1.2em !important;
    }

    p.aboutme {
        font-size: .8em !important;
    }

    p.has-medium-font-size {
        font-size: .8em !important;
    }



    .aboutme-services {
        background-image: url("https://nineseconds.gjsolutions.nl/wp-content/uploads/2024/02/Group-16-1.png") !important;
    }

    .services {
        padding-top: 20vh !important;
    }

    .responsive-row {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .responsive-row.left {
        align-items: flex-start;
        text-align: left;
        /* justify-content: start; */
    }

    .responsive-row.right {
        align-items: flex-end;
        text-align: right;
    }

    .about-me-image img {
        width: calc(100% / 1.5) !important;
        padding-top: 5vw;
    }

    .wp-block-post-navigation-link.is-style-custom-pijl a {
        display: grid;
        grid-template-columns: 1fr auto; /* Flexible column widths */
        align-items: center; /* Vertically align content */
        text-decoration: none; /* Remove default link underline */
        color: inherit; /* Inherit text color from parent */
      }
      
      .wp-block-post-navigation-link.is-style-custom-pijl a::after {
        content: ">"; /* Replace '>' with your desired icon */
        display: block;
        justify-self: end; /* Align arrow to the right */
        font-size: 14px; /* Adjust icon size */
      }      
}