/*stroke menupage pasif --menu hove anime*/
.gd-top-header {
    /*position: relative;
  height: 100px;*/
}

button.navbar-toggler .icon-close {
    display: block;
}

button.navbar-toggler .icon-expand {
    display: none;
}

button.navbar-toggler.collapsed .icon-close {
    display: none;
}

button.navbar-toggler.collapsed .icon-expand {
    display: block;
}

.phone a {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

    .phone a:hover {
        text-decoration: underline;
    }

    .phone a span {
        opacity: 0.5;
        color: #000;
    }

header {
    padding: 0px;
    transition: all 0.4s ease 0s;
    background: #fff;
    color: #000;
    height: 80px;
    display: grid;
    align-items: center;
    /* box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);*/
}

    header.active {
        background: rgba(0, 0, 0, 0.7);
    }

.navbar {
    padding: 0;
}

    .navbar .navbar-brand {
        margin: 0;
        padding: 0;
        font-size: 32px;
        font-weight: 600;
        text-transform: capitalize;
        color: #000;
        letter-spacing: -1px;
    }

        .navbar .navbar-brand span.fa {
            display: inline-block;
            color: #000;
        }

        .navbar .navbar-brand:hover {
            opacity: 0.95;
        }

a.menu {
    background: #AC4481 url(/images/menu.png) no-repeat center;
    background-size: 25px;
    text-align: center;
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50px;
}

.navbar .navbar-brand img {
    /* max-width: 140px;*/
    transition: all 0.5s ease;
}

.navbar-expand-lg .navbar-nav .nav-item {
    padding: 0 12px;
    transition: all 0.5s ease;
    position: relative;
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-expand-lg .navbar-nav .nav-link { /*menu ayar*/
    text-transform: capitalize;
    color: #000;
    transition: all 0.5s ease;
    padding: 14px 0 10px;
    font-size: 16px;
    font-weight: 400;
}

    .navbar-expand-lg .navbar-nav .nav-link:hover {
        color: #AC4481;
    }

header.nav-fixed {
    padding: 0px;
    background-color: #fff;
    height: 65px;
    border-bottom: none;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
}

.nav-fixed .navbar-expand-lg .navbar-nav .nav-link {
    color: #333;
    opacity: 0.95;
}

    .nav-fixed .navbar-expand-lg .navbar-nav .nav-link:hover {
        color: #AC4481;
        opacity: 0.95;
    }

/*.dropdown-item a {
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;

    
    font-weight: 400;
}

    .dropdown-item a:hover {
        color: #000;
        text-decoration: none;
        background-color: #AC4481;
    }
*/
.navbar-dark .navbar-nav .show >
.navbar-dark .navbar-nav .nav-link.show {
    color: #000;
}

nav ul li {
    display: inline-block;
}

    nav ul li a,
    nav ul li a:after,
    nav ul li a:before {
        transition: all .5s;
    }

        nav ul li a:hover {
            color: #555;
        }

nav.stroke ul li a,
nav.fill ul li a {
    position: relative;
    font-weight: 400;
}

    nav.stroke ul li a:after,
    nav.fill ul li a:after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 0%;
        content: '.';
        color: transparent;
        background: #333;
        height: 1px;
        font-size: 0;
    }

    nav.stroke ul li a:hover:after {
        width: 100%;
    }

nav.fill ul li a {
    transition: all 2s;
}

    nav.fill ul li a:after {
        text-align: left;
        content: '.';
        margin: 0;
        opacity: 0;
    }

    nav.fill ul li a:hover {
        color: #fff;
        z-index: 1;
    }

        nav.fill ul li a:hover:after {
            z-index: -10;
            animation: fill 1s forwards;
            -webkit-animation: fill 1s forwards;
            -moz-animation: fill 1s forwards;
            opacity: 1;
        }

nav.stroke ul li.fill-none a:after, nav.fill ul li.fill-none a:after {
    background: none;
}

.navbar-dark .navbar-nav .nav-link:focus {
    color: #000;
}

.nav-fixed .navbar-expand-lg .navbar-nav .nav-link {
    color: #333;
    opacity: 0.95;
}

.nav-fixed .phone a {
    color: #fff;
}

    .nav-fixed .phone a span {
        opacity: 1;
        color: #fff;
    }

.nav-fixed .navbar-expand-lg .navbar-nav li.nav-item.active .nav-link {
    color: #AC4481;
}
/*mor renk*/

.nav-fixed .navbar-expand-lg .navbar-brand {
    color: #AC4481;
}

    .nav-fixed .navbar-expand-lg .navbar-brand span {
        color: #AC4481;
    }

@media only screen and (max-width: 1440px) {
    .navbar-expand-lg .navbar-nav .nav-item {
        padding: 0 10px;
    }

    .navbar-expand-lg .nav_btn > li {
        padding: 0;
    }

    header .navbar-nav a {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1199px) {
    .navbar .navbar-brand {
        font-size: 28px;
    }

        /*.navbar .navbar-brand img {
            max-width: 109px;
        }*/

    .navbar-expand-lg .btn-gradient {
        padding: 10px 20px;
        font-size: 14px;
    }

    .navbar-expand-lg .navbar-nav.nav_btn > li {
        margin-left: 0px;
    }

    .navbar-expand-lg .navbar-nav.nav_btn a.btn {
        padding: 10px 20px;
    }

    .navbar-expand-lg .navbar-nav.nav_btn a {
        font-size: 14px;
        padding: 0px;
    }
}

@media only screen and (min-width: 991px) {
    .navbar-expand-lg .navbar-nav li:hover > .dropdown-menu {
        display: block;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-menu {
        display: none;
        left: 100%;
        top: 0;
    }

    .navbar-nav .dropdown-menu {
        display: none;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        margin-top: 0px;
    }

        .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-toggler {
            padding-right: 35px;
        }

    .dropdown-menu .dropdown-toggler::after {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #000;
        text-decoration: none;
        background-color: transparent;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-expand-lg .navbar-nav .nav-link:hover {
        color: #ffffff;
    }

    .popup {
        display: none;
    }

    /*.navbar .navbar-brand img {
        max-width: 140px;
    }*/

    .navbar-toggler {
        border: 0 none;
        font-size: 24px;
    }

    .navbar-nav {
        -webkit-animation-name: none;
        animation-name: none;
        float: left;
        text-align: center;
        width: 100%;
    }

        .navbar-nav:last-child {
            border: 0;
        }

    .navbar-expand-lg .navbar-nav .nav-item {
        -webkit-animation-name: none;
        animation-name: none;
        padding: 0;
    }

    .navbar-expand-lg .navbar-nav.nav_btn > li {
        padding-bottom: 10px;
    }

    .navbar-nav .dropdown-menu {
        border: 0 none;
        text-align: center;
    }

        .navbar-nav .dropdown-menu .dropdown-menu {
            background-color: rgba(0, 0, 0, 0.3);
        }

    .navbar-expand-lg .navbar-nav .nav-item .nav-link.active::before {
        bottom: 0;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        display: inline-block;
        padding: 10px 0;
        text-align: center;
    }

    header {
        height: auto;
        padding: 15px 0;
    }

    .phone {
        text-align: center;
    }

        .phone a {
            font-size: 18px;
            color: #fff;
            font-weight: 500;
        }

            .phone a span {
                color: #fff;
            }

    header.nav-fixed {
        height: auto;
        padding: 8px 0;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        color: #fff;
    }

    .navbar-dark .navbar-toggler-icon {
        background-image: none;
        padding: 0;
        width: 34px;
        height: 34px;
        display: inline-block;
        background: #AC4481;
        border-radius: 4px;
        text-align: center;
    }

    .navbar-toggler-icon.fa {
        font-size: 20px;
        line-height: 1.2em;
        color: #fff;
        line-height: 34px;
    }

    .navbar-toggler {
        padding: 0rem 0rem !important;
    }

    .navbar-expand-lg .navbar-nav .nav-item.active a {
        color: #fff;
    }
}

@media only screen and (max-width: 767px) {
    #site-footer .copyright,
    #site-footer ul.footer-menu {
        text-align: center;
    }
}

/*@media only screen and (max-width: 480px) {
    .navbar-brand img {
        max-width: 200px;
    }
}*/

@media screen and (min-device-width: 350px) and (max-device-width: 500px) {
    navbar-brand img {
        max-width: 200px;
    }

    @media only screen and (max-width: 991px) {
        .gd-top-header {
            position: relative;
            height: 73px;
        }
    }

    .address p a {
        color: #000;
        font-weight: 600;
        font-size: 16px;
    }

        .address p a:hover, ul.icon-rounded li a.social-link:hover {
            color: #333;
        }

    .address p span.fa {
        color: #000;
        width: 30px;
        font-size: 18px;
    }

    h2.logo {
        color: #AC4481;
    }

    h5.widget-title {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    ul.icon-rounded li {
        display: inline-block;
    }

        ul.icon-rounded li a.social-link {
            color: #000;
            width: 30px;
            display: inline-block;
            font-size: 20px;
        }
}
