/*
    Theme Name: Groene hart Website Template
    Author: DotNyma
    Version:1.0
*/
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

p {
    margin: 0;
    padding: 0;
}

.site-header {
    height: 64px;
    width: 100vw;
    position: fixed;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    transition: background-color 0.5s ease-in-out;

    &.scrolled {
        background-color: #1E2736;
    }

    .logo-clip-wrapper {
        height: 100%;
        position: absolute;

        .nav-bar-logo-container {
            position: absolute;
            height: 176px;
            width: 176px;
            background-color: #FFFFFF;
            border-radius: 100%;
            left: -21px;
            top: -49px;
            display: flex;
            justify-content: center;
            align-items: center;
            align-content: center;
            transition: all 0.5s ease-in-out, -webkit-mask-image 0.5s ease-in-out, mask-image 0.5s ease-in-out;
            clip-path: inset(0 0 0 0);

            &.scrolled {
                height: 120px;
                width: 120px;
                left: 31px;
                top: -20px;
                clip-path: inset(0 0 calc(100% - 84px) 0);

                .nav-bar-logo {
                    width: 50px;
                    top: 0;
                }
            }

            .nav-bar-logo {
                position: relative;
                top: 15px;
                transition: all 0.5s ease-in-out;
                width: 89px;
            }
        }
    }

    ul {
        display: flex;
        gap: 1rem;
        box-sizing: border-box;
        padding: 0 0 0 230px;

        li {
            a {
                font-family: var(--wp--preset--font-family--montserrat);
                font-size: 14px;
                font-weight: 500;
                color: #FFFFFF;
            }
        }
    }

    .right-menu {
        padding-right: 180px;
        display: flex;
        gap: 22px;
        align-items: center;
        align-content: center;

        a {
            font-family: var(--wp--preset--font-family--montserrat);
            font-size: 14px;
            font-weight: 500;
            color: #FFFFFF;
        }

        .social-icon {
            &.facebook {

            }
        }
    }

    .mobile-menu {
        display: none;
    }
}

.footer-container {
    display: flex;
    justify-content: space-between;
    padding: 93px 180px;
    background-color: #1E2736;
    gap: 46px;

    .footer-block {
        flex: 1;

        h2 {
            color: #FFFFFF;
            font-size: 24px;
            font-family: var(--wp--preset--font-family--poppins);
            margin-bottom: 1rem;
        }

        h3 {
            color: #3DD42F;
            font-size: 16px;
            font-family: var(--wp--preset--font-family--poppins);
            font-weight: 600;
            margin-bottom: 3px;
        }

        .small-border {
            display: block;
            height: 2px;
            width: 38px;
            background-color: #3DD42F;
            margin-bottom: 19px;
        }

        p {
            color: #FFFFFF;
            font-size: 12px;
            font-family: var(--wp--preset--font-family--poppins);
            margin-bottom: 1rem;
            font-weight: 500;
        }

        .socials-container {
            display: flex;
            gap: 3px;

            .socials-icon {
                height: 22px;
                width: 22px;
                border-radius: 100%;
                background-color: #3DD42F;
                color: #FFFFFF;
                display: flex;
                justify-content: center;
                align-content: center;
                align-items: center;
            }
        }

        .images-container {
            display: flex;
            gap: 1rem;
            padding-top: 1rem;

            img {
                height: 50px;
            }
        }

        ul {
            display: flex;
            flex-direction: column;
            gap: 9px;

            li {
                display: flex;
                justify-content: start;
                align-items: center;
                align-content: center;

                span {
                    color: #3DD42F;
                }

                a {
                    color: #FFFFFF;
                    font-size: 12px;
                    font-family: var(--wp--preset--font-family--poppins);
                }
            }
        }

        .contact-info-container {
            display: flex;
            gap: 1rem;
            flex-direction: column;

            .contact-info-block {
                display: flex;
                gap: 7px;

                span {
                    color: #3DD42F;
                }

                .contact-info {
                    .contact-info-header {
                        color: #FFFFFF;
                        font-size: 12px;
                        font-family: var(--wp--preset--font-family--poppins);
                        margin-bottom: 0;
                    }

                    .contact-info-label {
                        color: #FFFFFF;
                        font-size: 12px;
                        font-family: var(--wp--preset--font-family--poppins);
                        margin-bottom: 0;
                    }
                }
            }
        }
    }
}

.footer-bottom {
    height: 53px;
    background-color: #3DD42F;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;

    p {
        font-family: var(--wp--preset--font-family--montserrat);
        font-size: 12px;
        font-weight: 600;
        color: #FFFFFF;
    }
}


@media only screen and (max-width: 1920px) {
    .site-header {
        position: fixed;

        ul {

        }
    }
}

@media only screen and (max-width: 1440px) {
    .site-header {
        position: fixed;

        ul {

        }
    }
    .footer-container {
        padding: 93px 160px;
    }
}

@media only screen and (max-width: 1280px) {
    .footer-container {
        padding: 93px 140px;
    }
}

@media only screen and (max-width: 991px) {
    .footer-container {
        padding: 93px 120px;
    }
}

@media only screen and (max-width: 768px) {
    .site-header {
        position: fixed;

        .logo-clip-wrapper {
            .nav-bar-logo-container {
                height: 112px;
                width: 112px;
                left: -23px;
                top: -39px;

                &.scrolled {
                    height: 100px;
                    width: 100px;
                    left: -19px;
                    top: -20px;
                    clip-path: inset(0 0 calc(100% - 84px) 0);

                    .nav-bar-logo {
                        width: 40px;
                        top: 0;
                    }
                }

                .nav-bar-logo {
                    position: relative;
                    top: 15px;
                    transition: all 0.5s ease-in-out;
                    width: 50px;
                }
            }
        }

        ul {
            display: none;
        }

        .right-menu {
            display: none;
        }

        .mobile-menu {
            display: block;
            margin-right: 1rem;
            position: absolute;
            right: 0;

            .nav-bar-menu-container {
                position: relative;
                display: flex;
                flex-direction: column;
                align-content: center;
                align-items: center;
                gap: 1rem;
                cursor: pointer;
            }

            .menu-button-hamburger {
                transition: background-color .2s ease-in-out;
                background-color: transparent;
                cursor: pointer;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 30px;
                height: 28px;
                position: relative;
                z-index: 10;
                border: 1px solid #FFFFFF;

                &.selected {
                    background-color: transparent;
                }
            }

            .icon-1, .icon-2, .icon-3 {
                width: 20px;
                height: 2px;
                background-color: #FFFFFF;
                transition: all 400ms cubic-bezier(.84, .06, .52, 1.8);
            }

            .icon-1 {
                transform: translateY(-4px);
                animation-delay: 100ms;
            }

            .icon-3 {
                transform: translateY(4px);
                animation-delay: 250ms;
            }

            .icon-1.a {
                transform: translateY(2.3px) rotate(45deg);
                background-color: #FFFFFF;
            }

            .icon-3.b {
                transform: translateY(-2.3px) rotate(-45deg);
                background-color: #FFFFFF;
            }

            .icon-2.c {
                opacity: 0;
                background-color: #FFFFFF;
            }

            .icon-1.d {
                transform: translateY(2.3px) rotate(45deg);
                background-color: #FFFFFF;
            }

            .icon-3.f {
                transform: translateY(-2.3px) rotate(-45deg);
                background-color: #FFFFFF;
            }

            .icon-2.e {
                opacity: 0;
                background-color: #FFFFFF;
            }

            .clear {
                clear: both;
            }

            .mobile-menu-container {
                background-color: transparent;
                position: absolute;
                right: 0;
                top: -21px;
                width: 32px;
                max-height: 30px;
                padding: 9px;
                box-sizing: border-box;
                margin-top: 21px;
                transition: all 0.3s ease-in-out;

                &.active {
                    background-color: #FFFFFF;
                    top: 20px;
                    width: 90vw;
                    max-height: 500px;

                    .mobile-menu-list {
                        opacity: 1;
                        padding: 0;
                    }
                }

                .mobile-menu-list {
                    display: block;
                    opacity: 0;
                    transition: all 0.3s ease-in-out;

                    .mobile-menu-list-item {
                        padding-top: 14px;
                        padding-bottom: 14px;
                        border-bottom: 1px solid #D9D9D9;

                        &:last-child {
                            border-bottom: none;
                        }

                        a {
                            color: #000000;
                            font-size: 1rem;
                        }
                    }
                }
            }
        }
    }

    .footer-container {
        padding: 93px 15px;
        flex-direction: column;
    }
}

@media only screen and (max-width: 480px) {

}