﻿* {
    font-family: Gilroy, Arial;
    padding: 0;
    margin: 0;
    letter-spacing: 0.3px;
    text-decoration: none;
    list-style: none;
}

a {
    color: inherit;
}

body {
    overflow-x: hidden;
}

header {
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
}

:root {
    --lmc-white: white;
    --lmc-orange: #ef7c00;
    --lmc-soft-orange: #ef7c006b;
    --lmc-gray: #353e45b8;
    --lmc-blue: #3399FF;
    --lmc-soft-blue: #14ffca;
}

p {
    margin: 0 !important;
}

a {
    text-decoration: none;
}

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: var(--lmc-orange);
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 24px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition:300ms;
}

    .scroll-to-top:hover {
        background-color: var(--lmc-soft-orange);
    }
/*#region Notification*/
:is(#Notification) {
    position: fixed;
    bottom: 50px;
    right: -2000px;
    z-index: 100;
    min-width: 350px;
    display: flex;
    gap: 20px;
    padding: 20px;
    align-items: center;
    opacity: 0.95;
    transition: 700ms ease;
    background: var(--lmc-orange);
    color: white;
}

    :is(#Notification) > i {
        border-radius: 50%;
        font-size: 40px;
        color: var(--yh-dark-green);
        background: var(--lmc-orange)
    }

    :is(#Notification) p {
        margin: 0;
    }

    :is(#Notification) b {
        color: var(--yh-dark-green);
    }
/*#endregion*/
/*#region Header*/
#HeaderResponsive {
    display: none;
}

header {
    background: var(--lmc-white);
    color: white;
    position: relative;
    z-index: 10;
    box-shadow: 0 0 15px 0px var(--lmc-soft-orange);
}

    header > div:first-of-type {
        display: flex;
        justify-content: center;
        height: 100%;
        align-items: center;
        margin: 0 1%;
    }

        header > div:first-of-type > nav {
            display: flex;
            width: 100%;
            flex-direction: column;
            justify-content: center;
        }

            header > div:first-of-type > nav > ul {
                margin: 0;
                padding: 0;
                display: flex;
                list-style: none;
                align-items: center;
                justify-content: end;
            }

                header > div:first-of-type > nav > ul > li {
                    padding-bottom: 5px;
                    transition: box-shadow 0.3s ease-in-out;
                    position: relative;
                    z-index: 2;
                    transition: 0.2s ease-in-out;
                    display: flex;
                    gap: 5px;
                    margin: 5px 10px;
                }

                    header > div:first-of-type > nav > ul > li:not(:last-of-type) > i {
                        background: #EF7C00;
                        background: repeating-linear-gradient(to top, #EF7C00 0%, #CECECE 100%);
                        -webkit-background-clip: text;
                        -webkit-text-fill-color: transparent;
                    }


                    header > div:first-of-type > nav > ul > li:not(#guide):not(.activeNavItem):hover::before {
                        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200%25' height='100%25'%3E%3Cdefs%3E%3Cstyle%3E .wave%7B animation:wave 2s linear infinite; animation-delay:0s; stroke:%23ef7c00; stroke-width:2; stroke-dashoffset:0px; stroke-dasharray:80px; stroke-linecap:round; fill:none; %7D @keyframes wave%7B 25%25%7B stroke-dashoffset:-80px; %7D 50%25%7B stroke-dashoffset:-80px; %7D 100%25%7B stroke-dashoffset:-160px; %7D %7D %3C/style%3E%3C/defs%3E%3Cpattern id='wavePattern' x='0' y='0' width='80' height='80' patternUnits='userSpaceOnUse'%3E%3Cpath class='wave' d='M 0 40 L 50 40 L 80 40 L 54 44 L 54 36 L 80 40 ' /%3E%3C/pattern%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='url(%23wavePattern)'%3E%3C/rect%3E%3C/svg%3E") calc(100% - 10px) 50% / 40px 80px no-repeat, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200%25' height='100%25'%3E%3Cdefs%3E%3Cstyle%3E .wave%7B stroke:%23ef7c00; stroke-width:2; stroke-linecap:round; fill:none; %7D %3C/style%3E%3C/defs%3E%3Cpattern id='wavePattern' x='0' y='0' width='80' height='80' patternUnits='userSpaceOnUse'%3E%3Cpath fill='none' class='wave' d='M 0 40 Q 20 40 40 40 Q 60 40 80 40' /%3E%3C/pattern%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='url(%23wavePattern)'%3E%3C/rect%3E%3C/svg%3E") 0px 50% / calc(100% - 25px) 80px no-repeat;
                    }

                    header > div:first-of-type > nav > ul > li:not(#guide):not(.activeNavItem):hover::before {
                        transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 300ms ease-in-out;
                        transform-origin: right;
                        transform: scaleX(1);
                        opacity: 1;
                        width: 90%;
                        margin-left: 10%;
                        margin-bottom: 4%;
                    }

                    header > div:first-of-type > nav > ul > li:not(#guide):not(.activeNavItem)::before {
                        content: "";
                        position: absolute;
                        width: 100%;
                        height: 80px;
                        left: 0;
                        bottom: -45px;
                        z-index: -1;
                        transform-origin: right;
                        transform: scaleX(0);
                        transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1), opacity 300ms ease-in-out;
                        opacity: 0;
                    }


@keyframes waving {
    to {
        background-position: 80px 50%, 160px 50%;
    }
}

header > div:first-of-type > nav > ul > li > a {
    color: black !important;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    cursor: pointer;
}

header > div:first-of-type > a {
    width: 13%;
}

    header > div:first-of-type > a > img {
        width: 100%;
    }


.activeNavItem {
    border-bottom: 3px solid var(--lmc-orange);
}

#guide > a {
    color: white;
    cursor: pointer;
    transition: 300ms;
}

    #guide > a > i {
        margin-right: 5px;
    }

#guide > * {
    color: white !important;
}

/*#endregion*/
/*#region Footer*/
.footerContainer {
    background-color: #f1eae3;
    padding: 5%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

    .footerContainer > div > h4 {
        font-size: 28px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 2em;
        position: relative;
        margin-bottom: 20px;
    }

        .footerContainer > div > h4:before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            height: 5px;
            width: 55px;
            background-color: var(--lmc-orange);
        }

        .footerContainer > div > h4:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 2px;
            height: 1px;
            width: 95%;
            max-width: 255px;
            background-color: var(--lmc-orange);
        }

.footerLogo > img {
    width: 70%;
}

.footerMenu > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .footerMenu > ul > li {
        padding: 5px 0;
    }

        .footerMenu > ul > li > a {
            cursor: pointer;
            color: black;
        }

.footerBottomInfo {
    background-color: var(--lmc-orange);
    color: white;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 5px 50px;
    place-items: center;
}

    .footerBottomInfo > div {
        text-align: center;
    }

        .footerBottomInfo > div > p > a {
            color: white !important;
        }
        .footerBottomInfo > div > a {
            color: white !important;
        }

.footerContact {
    padding-right: 20px;
}

    .footerContact > div {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

        .footerContact > div > p:first-of-type {
            padding: 5px 0;
        }

        .footerContact > div > p > a {
            text-decoration: none;
            color: black;
        }

.footerSocialMedia > div {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 5px 0;
}

    .footerSocialMedia > div > a {
        text-decoration: none;
        color: black;
    }


/*#endregion*/
/*#region Button*/
.lmcBtn {
    position: relative;
    padding: 10px 25px;
    text-align: center;
    transition: color 0.3s ease;
    background-color: var(--lmc-gray);
    color: white;
    display: block;
    font-weight: 500;
    box-shadow: 0px 0px 14px -7px #f09819;
    cursor: pointer;
    user-select: none;
    border-radius: 0px;
    border-bottom: 4px solid var(--lmc-orange);
    overflow: hidden;
    z-index: 0;
}

    .lmcBtn::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0%;
        background-color: var(--lmc-orange);
        z-index: -1;
        transition: height 0.4s ease;
    }

    .lmcBtn:hover::before {
        height: 100%;
    }


/*#endregion*/
/*#region Responsive*/
/*#region Header*/
@media (max-width: 480px) {
    header > div:first-of-type {
        position: fixed !important;
        top: 0 !important;
        left: 100px !important;
        width: 100% !important;
        height: 100% !important;
        background: #f1eae3 !important;
        z-index: 9999991999 !important;
        overflow: hidden !important;
        box-shadow: -100px 0px 170px 60px var(--lmc-gray);
        flex-direction: column;
        justify-content: start;
        /* Animasyon için eklenenler: */
        opacity: 0;
        visibility: hidden;
        transform: translateX(30px);
        transition: all 0.6s ease;
    }

        header > div:first-of-type.active {
            opacity: 1;
            visibility: visible;
            transform: translateX(0);
        }

        header > div:first-of-type > nav {
            width: auto !important;
            margin-right: 100px !important;
        }

            header > div:first-of-type > nav > ul {
                display: flex !important;
                flex-direction: column !important;
                justify-content: center !important;
                gap: 25px;
            }

            header > div:first-of-type > nav li a {
                color: white !important;
            }

        header > div:first-of-type > a {
            display: flex !important;
            flex-direction: column !important;
            overflow: hidden !important;
            margin-right: 100px !important;
            text-align: center !important;
            width: 74%;
        }

            header > div:first-of-type > a > img {
                width: 80% !important;
                margin: auto;
            }

    #HeaderResponsive {
        display: flex !important;
        align-items: center !important;
        padding: 0 10px !important;
        justify-content: space-between;
    }

        #HeaderResponsive > i {
            color: var(--lmc-orange) !important;
            font-weight: bold !important;
            font-size: x-large !important;
        }

        #HeaderResponsive > a {
            width: 45%;
            max-width: 430px;
        }

            #HeaderResponsive > a > img {
                width: 100% !important;
            }
    .scroll-to-top {
        bottom: 65px !important;
    }
}
/*#endregion*/
/*#region Header*/
@media (min-width: 768px) and (max-width: 1024px) {
    header > div:first-of-type {
        position: fixed !important;
        top: 0 !important;
        left: 50% !important;
        width: 60% !important;
        height: 100% !important;
        background: #f1eae3 !important;
        z-index: 9999991999 !important;
        overflow: hidden !important;
        box-shadow: -100px 0px 170px 60px var(--lmc-gray);
        flex-direction: column;
        justify-content: start;
        /* Animasyon için eklenenler: */
        opacity: 0;
        visibility: hidden;
        transform: translateX(30px);
        transition: all 0.6s ease;
    }

        header > div:first-of-type.active {
            opacity: 1;
            visibility: visible;
            transform: translateX(0);
        }

        header > div:first-of-type > nav {
            width: auto !important;
            margin-right: 100px !important;
        }

            header > div:first-of-type > nav > ul {
                display: flex !important;
                flex-direction: column !important;
                justify-content: center !important;
                gap: 25px;
            }

            header > div:first-of-type > nav li a {
                color: white !important;
            }

        header > div:first-of-type > a {
            display: flex !important;
            flex-direction: column !important;
            overflow: hidden !important;
            margin-right: 100px !important;
            text-align: center !important;
            width: 74%;
        }

            header > div:first-of-type > a > img {
                width: 50% !important;
                margin: auto;
            }

    #HeaderResponsive {
        display: flex !important;
        align-items: center !important;
        padding: 0 10px !important;
        justify-content: space-between;
    }

        #HeaderResponsive > i {
            color: var(--lmc-orange) !important;
            font-weight: bold !important;
            font-size: xx-large !important;
        }

        /*#HeaderResponsive > a {
            width: 25%;
            max-width: 430px;
        }*/

            #HeaderResponsive > a > img {
                width: 30% ;
            }
}
/*#endregion*/
/*#region Footer*/
@media (max-width: 480px) {
    .footerContainer {
        padding: 5% !important;
        display: flex !important;
        flex-direction: column !important;
        text-align: center !important;
    }

    .footerContact {
        padding: 0;
    }

    .footerBottomInfo {
        display: flex !important;
        flex-direction: column !important;
    }

    .footerLogo > img {
        width: 40% !important;
    }

    .scroll-to-top {
        bottom: 65px !important;
    }

    footer h4 {
        width: 100%;
    }

    .footerContainer > div > h4:before {
        left: 36%;
        width: 30%;
    }

    .footerContainer > div > h4:after {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .footerContainer {
        padding: 5% !important;
        display: flex !important;
        flex-direction: column !important;
        text-align: center !important;
    }

    .footerContact {
        padding: 0;
    }

    .footerBottomInfo {
        display: flex !important;
        flex-direction: column !important;
    }

    .footerLogo > img {
        width: 40% !important;
    }

    .scroll-to-top {
        bottom: 65px !important;
    }

    footer h4 {
        width: 100%;
    }

    .footerContainer > div > h4:before {
        left: 36%;
        width: 30%;
    }

    .footerContainer > div > h4:after {
        max-width: 100%;
    }

    .footerContainer > div > h4 {
        font-size: 22px;
    }
}

/* Küçük dizüstü */
@media (max-width: 1024px) {
}
/*#endregion*/
/*#endregion*/
