li.mega-menu-item {
    width: 33%;
    text-align: center;
}

    li.mega-menu-item img {
        width: 200px;
    }

.mega-menu-item-title {
    font-size: 13px;
}

.readmore {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 4px;
    width: 100px;
    height: 70px;
}

.shop {
    color: #fff;
    background: rgb(93, 8, 104);
    border: 1px solid #fff;
    border-radius: 4px;
    width: 70px;
    height: 50px;
}

.columnx {
    float: left;
    width: 25%;
    padding: 10px;
}

    /* Style the images inside the grid */
    .columnx img {
        opacity: 0.8;
        cursor: pointer;
    }

.column img:hover {
    opacity: 1;
}

/* Clear floats after the columns */
.rowx:after {
    content: "";
    display: table;
    clear: both;
}

/* The expanding image container */
.containerx {
    position: relative;
    display: none;
}

/* Expanding image text */
#imgtext {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: white;
    font-size: 20px;
}

/* Closable button inside the expanded image */
.closebtn {
    position: absolute;
    top: 10px;
    right: 15px;
    color: white;
    font-size: 35px;
    cursor: pointer;
}

.login-box {
    width: 100%;
    margin: auto;
    max-width: 525px;
    min-height: 580px;
    position: relative;
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19);
    margin-bottom: 70px;
}

.login-snip {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 30px 40px 20px 40px;
    background: #D6D6D6;
    border: none;
}

    .login-snip .login,
    .login-snip .sign-up-form {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        transform: rotateY(180deg);
        backface-visibility: hidden;
        transition: all .4s linear
    }

    .login-snip .sign-in,
    .login-snip .sign-up,
    .login-space .group .check {
        display: none
    }

    .login-snip .tab,
    .login-space .group .label,
    .login-space .group .button {
        text-transform: uppercase
    }

    .login-snip .tab {
        font-size: 17px;
        margin-right: 15px;
        padding-bottom: 0px;
        margin: 0 15px 10px 0;
        display: inline-block;
        border-bottom: 2px solid transparent;
        color: #565555;
    }

    .login-snip .sign-in:checked + .tab,
    .login-snip .sign-up:checked + .tab {
        color: #000;
        border-color: #b8860b;
    }

.login-space {
    min-height: 345px;
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d
}

    .login-space .group {
        margin-bottom: 15px
    }

        .login-space .group .label,
        .login-space .group .input,
        .login-space .group .button {
            width: 100%;
            color: #212121;
            display: block;
        }

        .login-space .group .input,
        .login-space .group .button {
            border: none;
            padding: 15px 20px;
            border-radius: 25px;
            background: rgb(255 255 255 / 98%);
        }

        .login-space .group input[data-type="password"] {
            text-security: circle;
            -webkit-text-security: circle
        }

        .login-space .group .label {
            color: #6b6b6b;
            font-size: 12px;
        }

        .login-space .group .button {
            background: #1161ee
        }

            .login-space .group .button:hover {
                background: rgb(187, 31, 230);
            }

        .login-space .group label .icon {
            width: 15px;
            height: 15px;
            border-radius: 2px;
            position: relative;
            display: inline-block;
            background: rgba(255, 255, 255, .1)
        }

            .login-space .group label .icon:before,
            .login-space .group label .icon:after {
                content: '';
                width: 10px;
                height: 2px;
                background: #fff;
                position: absolute;
                transition: all .2s ease-in-out 0s
            }

            .login-space .group label .icon:before {
                left: 3px;
                width: 5px;
                bottom: 6px;
                transform: scale(0) rotate(0)
            }

            .login-space .group label .icon:after {
                top: 6px;
                right: 0;
                transform: scale(0) rotate(0)
            }

        .login-space .group .check:checked + label {
            color: #fff
        }

            .login-space .group .check:checked + label .icon {
                background: #1161ee
            }

                .login-space .group .check:checked + label .icon:before {
                    transform: scale(1) rotate(45deg)
                }

                .login-space .group .check:checked + label .icon:after {
                    transform: scale(1) rotate(-45deg)
                }

.login-snip .sign-in:checked + .tab + .sign-up + .tab + .login-space .login {
    transform: rotate(0)
}

.login-snip .sign-up:checked + .tab + .login-space .sign-up-form {
    transform: rotate(0)
}

*,
:after,
:before {
    box-sizing: border-box
}

.clearfix:after,
.clearfix:before {
    content: '';
    display: table
}

.clearfix:after {
    clear: both;
    display: block
}

.foot {
    text-align: center
}


::placeholder {
    color: #b3b3b3;
}

.breadcrumb-section {
    background: #e3dfee;
    margin-bottom: 50px;
}

.col-12.d-flex.align-items-center.justify-content-between {
    margin-top: 0px;
}

.footer-nav li {
    color: white;
}

    .footer-nav li .fa-map-pin,
    .footer-nav li .fa-tty {
        margin-right: 5px;
        color: red;
    }

    .footer-nav li .fa-envelope {
        color: white;
        margin-right: 5px;
    }


@media (max-width:576px) {

    img.marka-img {
        width: 34% !important;
    }
}


.btn-primary {
    color: #fff !important;
}


.butonadi,  .kartbox {
    display: none;
}

.slides-show {
    margin-bottom: 30vh;
}

.myslides {
    display: none;
    object-fit: cover;
}

.cursor {
    cursor: pointer;
}

.slgprev,
.slgnext {
    cursor: pointer;
    position: absolute;
    top: 100%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: rgb(215, 201, 245);
    ;
    font-weight: bold;
    font-size: 45px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.slgnext {
    right: 2%;
    border-radius: 3px 0 0 3px;
}

.slgprev {
    left: 2%;
    border-radius: 3px 0 0 3px;
}

    .slgprev:hover,
    .slgnext:hover {
        background-color: #9b1ba7;
    }

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

.container .row:after {
    content: "";
    display: table;
    clear: both;
}

.container .row .column {
    float: left;
    width: 16.66%;
}

.demo {
    opacity: 0.6;
}

    .active,
    .demo:hover {
        opacity: 1;
    }

.project-items {
    display: inline-block;
    margin-top: 50px;
}

    .project-items .image-box img {
        width: 100%;
    }

.icerik-item .image-box img {
    width: 100%;
}

.container-xxl {
    margin-bottom: 30vh;
}

.btn-kahve {
    background-color: #b8860b;
    border: 1px solid #b8860b;
}