@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Nunito Sans", sans-serif;
    scroll-behavior: smooth;
}

:root {
    --gradient: linear-gradient(90deg, rgba(255, 255, 255, 0.592), #ffffff);
    --mshadow: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --glass-bg: rgba(255, 255, 255, 0.05);
    --border: 1px solid rgba(255, 255, 255, 0.1);
    --shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.25);
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Nunito Sans", 'Helvetica Neue', Arial, Helvetica, sans-serif;
    line-height: 1.28571429em;
    margin: calc(2rem - .14285714em) 0 1rem;
    font-weight: 1000;
    padding: 0
}

.ui.green.header {
    color: #45911e !important
}

.yesil {
    color: #45911e !important
}

.ui.green.dividing.header {
    border-bottom: 2px solid #44911e8b
}

.ui.card>.content>.header,
.ui.cards>.card>.content>.header {
    display: block;
    margin: '';
    font-family: "Nunito Sans", sans-serif;
    color: rgba(0, 0, 0, .85);
    font-weight: 700;
}

.ui.card>.content>.header,
.ui.cards>.card>.content>a.header:hover {
    display: block;
    margin: '';
    color: #45911e;
}

a {
    color: #45911e;
    text-decoration: none
}

a:hover {
    color: #586353;
    text-decoration: none
}

.text-lg {
    font-size: 1.5rem;
    line-height: 2.3rem;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;

}


.adresbox {
    width: 100%;
    height: 100%;
    background-color: #ffffff9f;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    padding: 20px;
    box-sizing: border-box;
}




.figure {

    width: 100%;
    overflow: hidden;
}

.figure img {

    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.figure img:hover {


    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

main {
    padding: 0;
    margin: 0;

}




[role="tablist"] {
    margin-top: 4rem;


}

[role="presentation"] {
    display: block;
}


[role="presentation"][data-tab-active] {
    background: #d2f703;
    outline: 0;

}


[role="tab"] {
    display: block;
    position: relative;
    text-decoration: none;
    font-weight: 400;
    font-family: "Fjalla One", sans-serif;
    font-size: 17pt;
    padding: 10px;


}


[role="tab"]:focus {
    outline: 0;


}


[role="tabpanel"] {

    margin-top: 3rem;
    margin-bottom: 5rem;


}



[role="tabpanel"][aria-hidden="true"] {
    display: none;
}

[role="tabpanel"]:focus {
    outline: 0;

}

@media screen and (min-width: 750px) {
    [role="presentation"] {
        display: inline-block;
    }

    [role="presentation"][data-tab-active] [role="tab"]:after {
        content: '';
        display: inline-block;
        margin: auto;
        position: absolute;
        bottom: -9px;
        left: 0;
        right: 0;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #d2f703;

    }
}





.about_img {
    --_g: 10%/45% 45% no-repeat conic-gradient(#000 0 0);
    mask:
        left var(--_i, ) top var(--_g),
        bottom var(--_i, ) left var(--_g),
        top var(--_i, ) right var(--_g),
        right var(--_i, ) bottom var(--_g);
    filter: grayscale();
    transition: .2s linear;
    cursor: pointer;

}


.about_img:hover {
    --_i: 10%;
    filter: grayscale(0);
}

.jenerik {
    position: absolute;
    left: 60%;
    top: 50%;
    z-index: 10;
    transform: translate(-60%, -50%);
    text-align: left;
}

.ui.header {

    font-family: "Nunito Sans", sans-serif;

}

.jenerik h1 {
    font-size: 2.8vw;
    font-weight: 1000;
    font-family: "Nunito Sans", sans-serif;
    letter-spacing: 1pt;
    color: #000;
    opacity: 0.8;
}

.jenerik p {
    opacity: 0.8;
    color: #000;
    font-size: 1.5vw;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;

}

@media screen and (max-width: 600px) {
    .jenerik {
        position: absolute;
        left: 60%;
        top: 50%;
        z-index: 10;
        transform: translate(-60%, -50%);
        text-align: left;
    }

    .jenerik h1 {
        font-size: 3vw;
        font-weight: 1000;
        font-family: "Nunito Sans", sans-serif;
        color: #000;
        opacity: 0.8;
    }

    .jenerik p {
        opacity: 0.8;
        color: #000;
        font-size: 1.8vw;
        font-family: "Nunito Sans", sans-serif;
        font-weight: 400;

    }

}


.white {
    color: #ffffff;

}

.white:hover {
    color: #ffffff;
    opacity: 0.5;
}

a.item {
    color: rgba(255, 255, 255, .5);
}



.scrollTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 50%;

}

.scrollTop a {
    font-size: 40px;
    color: #000;
    opacity: 0.5;
    transition: all 0.4s ease-in-out 0s;

}

.scrollTop a:hover {
    color: #000;
    font-size: 40px;
    opacity: 0.8;
    transition: all 0.4s ease-in-out 0s;
}




.ui.vertical.stripe .button+h3,
.ui.vertical.stripe p+h3 {
    margin-top: 3em;
}

.ui.vertical.stripe .floated.image {
    clear: both;
}

.ui.vertical.stripe p {
    font-size: 1.5em;
}

.ui.vertical.stripe .horizontal.divider {
    margin: 3em 0em;
}





.ui.vertical.stripe {
    padding: 4.8em 0em;
    border: none;
}





.ui.teal.button,
.ui.teal.buttons .button {
    background: #b0cb1f;
    color: #fff;
    text-shadow: none;
    background-image: none
}

.ui.teal.button:hover,
.ui.teal.buttons .button:hover {
    background: #a1b81c;
    color: #fff;
    text-shadow: none;
}


@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.banner h1 {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 1000;
    font-family: "Nunito Sans", sans-serif;
    line-height: 25px;
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #ffffff87;
    width: 13%;
    margin-bottom: 3px;

}



.tab-link {

    color: #000;

}

.tab-link:hover {

    color: #000;

}


.info {

    font-size: 10px;
    color: #45911e;
    letter-spacing: 1px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
}

.banner {
    padding-top: 25px;
    width: 100%;
    min-height: 120px;
    margin-top: 107px;
    background: transparent;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #f6d365, #b0cb1f);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f6d365, #b0cb1f);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.69);
    -webkit-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.69);
    -moz-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.69);
    transition: box-shadow .1s ease, transform .1s ease;
}

.ui.large.breadcrumb {
    font-size: 1.14285714rem;
    color: #fff;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
    opacity: 0.7;

}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.2rem 4%;
    backdrop-filter: blur(12px);
    z-index: 1000;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: var(--shadow);
    background: linear-gradient(-90deg, #45911e 0%, #b0cb1f 100%);
}



.navbar.scrolled {
    padding: 0.8rem 5%;
    background: linear-gradient(-180deg, #45911e 0%, #b0cb1f 100%);
}

.navbar img {
    width: 156px;
    min-height: 67px;
}

.navbar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1127px;
    margin: 0 auto;
}



.nav-links {
    display: flex;
    gap: 2.5rem;
    list-style: none;
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-weight: 800;
    position: relative;
    padding: 0.5rem 0;
    transition: all 0.3s ease;
    font-size: 1.5rem;
    letter-spacing: 0.3px;
}

.nav-links a::before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--gradient);
    background-size: 300%;
    transition: width 0.2s ease;
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    right: 0;
    width: 0;
    height: 2px;
    background: var(--gradient);
    background-size: 300%;
    transition: width 0.2s ease;
}

.nav-links a:hover {
    color: #fff;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
}

.nav-links a:hover::before,
.nav-links a:hover::after {
    width: 100%;
    animation: gradient 8s linear infinite;
}

.mobile-nav-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 1001;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.mobile-nav-toggle:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.mobile-nav-toggle .bar {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 2px;
    background: white;
    transition: all 0.4s ease;
}

.mobile-nav-toggle .bar:nth-child(1) {
    top: 14px;
}

.mobile-nav-toggle .bar:nth-child(2) {
    top: 19px;
}

.mobile-nav-toggle .bar:nth-child(3) {
    top: 24px;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 768px) {
    .nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        height: 100vh;
        width: 80%;
        max-width: 400px;
        background: linear-gradient(-180deg, #45911e 0%, #b0cb1f 100%);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2rem;
        transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: -10px 0 30px rgba(0, 0, 0, 0.5);
        padding: 2rem;
        backdrop-filter: blur(10px);
    }

    .nav-links::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.03));
        pointer-events: none;
    }

    .nav-links.active {
        right: 0;
    }

    .nav-links a {
        font-size: 1.2rem;
        opacity: 0;
        transform: translateX(20px);
        transition: all 0.4s ease;
    }

    .nav-links.active a {
        opacity: 1;
        transform: translateX(0);
    }

    .nav-links a:nth-child(1) {
        transition-delay: 0.1s;
    }

    .nav-links a:nth-child(2) {
        transition-delay: 0.2s;
    }

    .nav-links a:nth-child(3) {
        transition-delay: 0.3s;
    }

    .nav-links a:nth-child(4) {
        transition-delay: 0.4s;
    }

    .nav-links a:nth-child(5) {
        transition-delay: 0.5s;
    }

    .mobile-nav-toggle {
        display: block;
    }

    .mobile-nav-toggle.active .bar:nth-child(1) {
        transform: translate(-50%, 5px) rotate(45deg);
        width: 24px;
    }

    .mobile-nav-toggle.active .bar:nth-child(2) {
        opacity: 0;
    }

    .mobile-nav-toggle.active .bar:nth-child(3) {
        transform: translate(-50%, -5px) rotate(-45deg);
        width: 24px;
    }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s ease;
        backdrop-filter: blur(4px);
    }

    .overlay.active {
        opacity: 1;
        visibility: visible;
    }
}