@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
}


::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(147 128 107);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #b7a692;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #93806b;
}

a {
    text-decoration: none !important;
    cursor: pointer;
    transition-duration: 0.3s;
}

.ust-menu-logo {
    width: 400px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 37px;
}

.map {
    height: 60%;
    filter: grayscale(100%) invert(92%) contrast(83%);
}

.dropdownFixedMenu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: #33302be7;
    z-index: 999;
    padding-top: 100px;
    transform: translateY(-300%);
    transition: .3s;
    padding-top: 30px;
    padding-right: 10rem;
    padding-left: 10rem;
}

.urun-menu {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 30px;
    background-color: #74726c;
    margin-top: 150px;
    height: 70vh;
}

.animKutu {
    transition: 1s;
    transform: translateY(-250%);
    opacity: 0;
}

.dropdownFixedMenu ul li {
    font-weight: 200;
    list-style: none !important;
    font-size: 23px;
    margin-bottom: 10px;
    transition: .3s;
}

.searchKapsa {
    transform: translateX(-100%);
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: 1s;
}


.search {
    position: fixed;
    top: 0;
    overflow: scroll;
    overflow-x: hidden;
    left: 0;
    width: 30%;
    height: 100vh;
    z-index: 999999;
    background-color: #242424d1;
    transform: translateX(-100%);
    transition: 1s;
    text-align: center;
    padding-bottom: 50px;
}

    .search form {
        margin-top: 15%;
    }

.form__group {
    position: relative;
    padding: 15px 0 0;
    margin-top: 15%;
    width: 85%;
    margin-left: 5%;
}

.form__field {
    font-family: inherit;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #9b9b9b;
    outline: 0;
    font-size: 1.3rem;
    color: #fff;
    padding: 7px 0;
    background: transparent;
    transition: border-color 0.2s;
}

    .form__field::placeholder {
        color: transparent;
    }

    .form__field:placeholder-shown ~ .form__label {
        font-size: 1.3rem;
        cursor: text;
        top: 20px;
    }

.form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 1rem;
    color: #9b9b9b;
}

.form__field:focus {
    padding-bottom: 6px;
    font-weight: 700;
    border-width: 3px;
    border-image: linear-gradient(to right, #b7a692, #93806b);
    border-image-slice: 1;
}

    .form__field:focus ~ .form__label {
        position: absolute;
        top: 0;
        display: block;
        transition: 0.2s;
        font-size: 1rem;
        color: #93806b;
        font-weight: 700;
    }

/* reset input */
.form__field:required, .form__field:invalid {
    box-shadow: none;
}


.searchKapat {
    position: absolute;
    right: 2rem;
    top: 2rem;
    color: black;
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
    #menuKapandi svg {
        width: 23px;
    }


    .dropdownFixedMenu ul li {
        font-weight: 200;
        list-style: none !important;
        font-size: 11px;
        margin-bottom: 10px;
        transition: .3s;
    }

    .ust-menu-logo {
        width: 100% !important;
        height: 80px !important;
    }


    .urun-menu {
        margin-top: 100px;
    }
}



.dropdownFixedMenu ul a li:hover {
    color: #33302be7 !important;
    transform: translateX(5%);
    transition: .3s;
}

.dropdownFixedMenu ul a li {
    color: #ffffff;
}

.defne-bg {
    background-image: url("../img/div.tp-bgimg.png");
    height: 100vh;
    animation: fadeBackground 5s infinite;
}

.nav-colored {
    background-color: #242424 !important;
}

.nav-transparent {
    background-color: transparent !important;
}

.dropdown-nav-transparent {
    background-color: #242424c4 !important;
}


.buttonbg {
    display: inline-block;
    height: 30px;
    width: 30px;
    background-color: transparent;
    border: 1px black solid;
    border-radius: 50%;
}

.önsliderbuton {
    padding: 0;
    border: 0;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: rgb(20, 20, 20);
}

.bg2 {
    background-image: url(../img/Section.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.cok-yakinda-craft {
    font-size: 30px;
    color: white;
    font-weight: 200;
}

.bg3 {
    background-image: url("../img/Section\ \(1\).png");
    background-repeat: no-repeat;
    background-size: cover;
}

.iimg {
    height: 150px;
    width: 150px;
    transform: scale(1);
    transition-duration: 0.5s;
}

    .iimg:hover {
        cursor: pointer;
        transform: scale(1.150);
        transition-duration: 0.5s;
    }


.nav-pills .nav-link {
    font-family: Poppins;
    font-weight: bold;
    font-size: 14px;
    border: none;
    height: 70px;
    width: 200px;
    color: #000 !important;
    border-radius: 5px;
    background: #242424;
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        font-family: Poppins;
        font-weight: bold;
        font-size: 14px;
        border: none;
        height: 70px;
        width: 200px;
        background-color: #242424 !important;
        border-radius: 5px;
        color: #000 !important;
    }

.tabkapat {
    font-family: Poppins;
    font-weight: bold;
    font-size: 14px;
    border: none;
    height: 40px;
    width: 130px;
    background-color: #ffffff;
    border-radius: 5px;
}

.ürünkategori {
    border: 1px solid #E4E6E8;
    padding-top: 6px;
    margin-top: 5px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    color: #7D8285;
    background-color: transparent;
    transition: 0.3s;
    cursor: pointer;
    margin-right: 10px;
    font-size: 14px;
}

#digerKategori {
    animation: fade 0.5s;
}

.önsayfarenkbuton {
    height: 20px;
    width: 20px;
    border: 0;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-repeat: no-repeat;
    background-size: cover;
}

.ürünkategori:hover {
    color: #242424 !important;
}

#firsatürünleri {
    animation: fade 0.7s;
}

#önecikarilanlar {
    animation: fade 0.7s;
}

@-webkit-keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: 0;
    }

    query to {
        opacity: 1;
    }
}

.mobilnav {
    margin-left: 65px;
    margin-right: 65px;
}

.nav-link {
    font-size: 14px !important;
    margin-left: 5px;
}











.hero {
    position: relative;
    width: 100%;
    height: 75vh;
    z-index: 0;
}

/* Hero carousel */
.carousel {
    height: calc(100% - 90px);
    z-index: 1;
}

.carousel-inner,
.carousel-item {
    height: 100%;
}

.carousel-content {
    position: relative;
    height: 100%;
}



.carousel-indicators {
    position: relative;
}

    .carousel-indicators button {
        border-radius: 50%;
        width: 7px;
        height: 7px;
        padding: 4px;
        position: relative;
        margin: 0 15px;
        background-color: transparent;
        opacity: 1;
        transition-duration: 0.5s;
    }

        .carousel-indicators button:after {
            border-radius: 50%;
            height: 4px;
            width: 4px;
            background-color: rgb(17, 17, 17);
            position: absolute;
            content: "";
            top: 13px;
            left: 13px;
            transition-duration: 0.5s;
        }



    .carousel-indicators [data-bs-target] {
        border: 0;
        width: 30px;
        height: 30px;
        margin-left: 1rem;
        margin-right: 1rem;
        border-radius: 50%;
        background-color: transparent;
    }

    .carousel-indicators .active {
        border: 1px solid hsla(0, 0%, 0%, 1);
    }





@keyframes jello-horizontal {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

/* Flex slider */
.slider {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.item {
    position: relative;
    display: flex;
    height: 100%;
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
    flex-basis: 25%;
    transition: all 0.50s;
    transform-origin: center;
    /* will-change: transform; */
    filter: grayscale(100);
}

.number {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    content: "";
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 100%, 0.95);
    mix-blend-mode: screen;
    transition: background 0.75s;
}

    .number span {
        /* font-family: "Bebas Neue", sans-serif; */
        font-size: clamp(2rem, 20vw, 10rem);
        line-height: 1;
        color: hsla(0, 0%, 0%, 1);
        transition: color 1s;
    }

.item:hover {
    flex-basis: 50%;
    filter: grayscale(0);
}

    .item:hover .number {
        background-color: hsla(0, 0%, 100%, 0);
    }

        .item:hover .number span {
            color: hsla(0, 0%, 0%, 0);
        }


.sonhaberlerbg {
    padding: 10px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 1px #E0E0E0 solid;
    position: relative;
}

.mailGönder {
    border-radius: 25px;
    text-decoration: none;
    border: 1px #757575 solid;
    background-color: transparent;
    width: 100%;
    outline: none;
    padding: 15px;
    color: white;
}





.mailGönderButon {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    background-color: #B19777;
    border: 0;
    position: absolute;
    right: 0;
    margin-right: 10px;
    transition-duration: 0.3s;
}

    .mailGönderButon:hover {
        border-radius: 25px;
        width: 100px;
        transition-duration: 0.3s;
    }

.socialbuttons {
    border-radius: 50%;
    padding: 20px;
    background-color: transparent;
    border: 1px rgba(255, 255, 255, 0.192) solid;
    height: 60px;
    width: 60px;
    margin-left: 15px;
    transition-duration: 0.3s;
}

    .socialbuttons:hover {
        background-color: rgb(255, 255, 255);
        transition-duration: 0.3s;
    }

#fb, #twitter, #ig, #yt {
    color: white;
}

.socialbuttons:hover #fb {
    color: #b19777;
}



.iletisimSayfaForm input,
textarea {
    outline: none;
    border: 0;
    text-decoration: none;
    border-radius: 10px;
    resize: none;
    padding: 10px;
}

.inputSubmit {
    background-color: #242424;
    width: 140px;
    height: 50px;
    color: white;
    transition: .2s;
}

    .inputSubmit:hover {
        background-color: rgb(184, 89, 35);
        transition: .2s;
    }

.iletisimSocials {
    border: 0;
    height: 50px;
    width: 50px;
    background-color: #B19777;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-navbar {
    display: none;
}










.wraper .icon {
    display: flex;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    margin-right: 16px;
    margin-top: 16px;
    align-items: center;
    transition: all 0.6s linear;
}

    .wraper .icon.active {
        z-index: 1998 !important;
        background-color: transparent;
    }



        .wraper .icon.active .hamb {
            background: initial;
        }

            .wraper .icon.active .hamb:before {
                transform: rotate(45deg);
                top: 0;
            }

            .wraper .icon.active .hamb:after {
                transform: rotate(-45deg);
                top: 0;
            }

    .wraper .icon .hamb {
        height: 3px;
        width: 40px;
        background: #ffffff;
        display: block;
        position: relative;
        transition: all 0.6s linear;
    }

        .wraper .icon .hamb:before,
        .wraper .icon .hamb:after {
            content: "";
            width: 40px;
            height: 3.5px;
            display: block;
            position: absolute;
            background: #ffffff;
            transition: all 0.6s linear;
        }

        .wraper .icon .hamb:before {
            top: -12px;
        }

        .wraper .icon .hamb:after {
            top: 12px;
        }

.wraper #left-side {
    display: flex;
    width: 25vw;
    background: #252525;
    height: 100vh;
    position: absolute;
    z-index: 999;
    top: 0;
    left: -25vw;
    transition: all 0.4s linear;
}

    .wraper #left-side.active {
        width: 75%;
        left: 0;
    }

    .wraper #left-side ul {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
    }

        .wraper #left-side ul li {
            width: 60%;
            font-size: 25px;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
            padding-top: 20px;
            cursor: pointer;
            transition: all 0.6s linear;
        }

            .wraper #left-side ul li span {
                z-index: 1999;
                display: block;
            }

            .wraper #left-side ul li:after,
            .wraper #left-side ul li:before {
                content: "";
                display: block;
                width: 50%;
                height: 100%;
                position: absolute;
                top: 0;
                transition: all 0.6s linear;
            }

            .wraper #left-side ul li:after {
                right: -50%;
            }

            .wraper #left-side ul li:before {
                left: -50%;
            }

            .wraper #left-side ul li:hover {
                color: #000;
            }

                .wraper #left-side ul li:hover:before {
                    left: 0;
                }

                .wraper #left-side ul li:hover:after {
                    right: 0;
                }

.mobile-navbar a {
    color: white !important;
    font-size: 15px;
}


.önGaleri {
    transform: scale(1);
    transition-duration: 0.5s;
}

    .önGaleri:hover {
        z-index: 999;
        cursor: pointer;
        transition-duration: 0.5s;
        transform: scale(0.91);
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

.iletisimButon {
    background-color: white;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    color: #1A1A1A;
    font-weight: Bold;
    Border: 0;
    margin-top: 30px;
    transition-duration: 0.3s;
}

    .iletisimButon:hover {
        background-color: #df7621;
        color: white;
        transition-duration: 0.3s;
    }

.hepsiniGöster {
    font-size: 13px;
    color: white;
    border: 0;
    width: 185px;
    height: 56px;
    background-color: #1A1A1A;
    transition-duration: 0.3s;
}

    .hepsiniGöster:hover {
        background-color: #df7621;
        transition-duration: 0.3s;
    }


.haberDetay {
    cursor: pointer;
    transition-duration: 0.5s;
}

    .haberDetay:hover .haberDetayYazi {
        opacity: 1;
        display: block;
    }

    .haberDetay:hover .haberDetayFoto {
        filter: grayscale(100%);
    }

.ortala {
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    align-items: center;
}


.haberDetayYazi {
    transition-duration: 0.2s;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    color: white;
    position: absolute;
    font-size: 20px;
}

    .haberDetayYazi:hover {
        color: white !important;
    }

.seriSayiYazi {
    position: absolute;
    font-size: 120px;
    color: transparent;
    right: 0;
    margin-right: 35px;
    text-shadow: 1px -1px #000000, -1px -1px #000000, -1px 0 #000000, 1px 1px #000000;
    background: #fff;
    color: #fff;
    mix-blend-mode: multiply;
    z-index: 998;
    transition: all 0.35s;
}

.seriSayi:hover .seriSayiYazi {
    transition: all 0.35s;
    color: #050505;
    z-index: 999;
}

.seriSayi {
    overflow: hidden;
}

.seriFoto {
    transition: .3s;
}

.seriSayi:hover .seriFoto {
    transform: scale(1.3);
    transition: .3s;
}

.about-imgbox {
    position: relative;
    background-image: url(../img/div.img_mask-group.png);
    background-repeat: no-repeat;
    background-position: left;
    background-attachment: fixed;
    background-size: contain;
    width: 100%;
    height: 510px;
    padding: 26px;
}

.about-icgorsel {
    width: 100%;
    height: 100%;
    position: relative;
    max-width: 350px;
}

.dropdown2 {
    position: absolute;
    display: none;
    padding-top: 35px;
    width: 100%;
    background-color: #242424ab !important;
    z-index: 999;
    left: 0;
    transition: 0.3s;
}



.ürün-dropdown:hover .dropdown2 {
    display: block;
    transition: 0.3s;
    padding-top: 20px;
    padding-bottom: 30px;
    animation: fade 0.3s;
}



.ürün-dropdownLinks {
    opacity: 0;
    transition: 0.1s;
}

.dropdownLoad {
    transition-duration: 5s !important;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background-color: rgb(184, 89, 35);
}

.ürün-dropdown:hover .dropdownLoad {
    transition-duration: 5s !important;
    width: 100%;
    height: 3px;
}





.ürün-dropdown:hover .ürün-dropdownLinks {
    opacity: 1;
    transition: 1s;
}

.ürün-dropdownLinks a {
    font-weight: Lighter;
    color: rgb(255, 255, 255);
}

    .ürün-dropdownLinks a:hover {
        color: rgba(255, 255, 255, 0.856);
    }

.navBorder {
    border-left: 1px solid rgba(184, 90, 35, 0.541);
    border-right: 1px solid rgba(184, 90, 35, 0.541);
}



.slider2 {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.slider-item {
    position: absolute;
    background-size: cover;
    width: inherit;
    height: inherit;
    scale: 1.5;
    transition: 2s;
}

.content {
    position: fixed;
    left: 15vw;
    bottom: 29vh;
    color: #fff;
    font-size: 2rem;
}

    .content > * {
        opacity: 0;
        translate: 0 -50%;
        transition: 1s;
    }

    .content .title {
        transition-delay: 2s;
    }

    .content .text {
        transition-delay: 2.5s;
    }

    .content.show > * {
        opacity: 1;
        translate: 0;
    }

.title {
    font-size: 30px;
    color: white;
    font-family: Poppins;
    font-weight: Normal;
}

.text {
    color: white;
    font-size: 20px;
    font-family: Poppins;
    font-weight: lighter;
}


.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

    .sec-title .title {
        position: relative;
        display: block;
        font-size: 18px;
        line-height: 24px;
        color: rgb(184, 89, 35);
        font-weight: 500;
        margin-bottom: 15px;
    }

    .sec-title h2 {
        position: relative;
        display: block;
        font-size: 40px;
        line-height: 1.28em;
        color: #222222;
        font-weight: 600;
        padding-bottom: 18px;
    }

        .sec-title h2:before {
            position: absolute;
            content: '';
            left: 0px;
            bottom: 0px;
            width: 50px;
            height: 3px;
            background-color: #d1d2d6;
        }

    .sec-title .text {
        position: relative;
        font-size: 16px;
        line-height: 26px;
        color: #848484;
        font-weight: 400;
        margin-top: 35px;
    }

    .sec-title.light h2 {
        color: #ffffff;
    }

    .sec-title.text-center h2:before {
        left: 50%;
        margin-left: -25px;
    }

.list-style-one {
    position: relative;
}

    .list-style-one li {
        position: relative;
        font-size: 16px;
        line-height: 26px;
        color: #222222;
        font-weight: 400;
        padding-left: 35px;
        margin-bottom: 12px;
    }


        .list-style-one li a:hover {
            color: #44bce2;
        }

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 30px;
    font-weight: 600;
    overflow: hidden;
    letter-spacing: 0.02em;
    background-color: rgb(184, 89, 35);
}

    .btn-style-one:hover {
        background-color: #242424;
        color: #ffffff;
    }

.about-section {
    position: relative;
    padding: 120px 0 70px;
}

    .about-section .sec-title {
        margin-bottom: 45px;
    }

    .about-section .content-column {
        position: relative;
        margin-bottom: 50px;
    }

        .about-section .content-column .inner-column {
            position: relative;
            padding-left: 30px;
        }

    .about-section .text {
        margin-bottom: 40px;
        font-size: 16px;
        line-height: 26px;
        color: #848484;
        font-weight: 400;
    }

    .about-section .list-style-one {
        margin-bottom: 45px;
    }

    .about-section .btn-box {
        position: relative;
    }

        .about-section .btn-box a {
            padding: 15px 50px;
        }

    .about-section .image-column {
        position: relative;
    }

        .about-section .image-column .text-layer {
            position: absolute;
            right: -110px;
            top: 50%;
            font-size: 325px;
            line-height: 1em;
            color: #ffffff;
            margin-top: -175px;
            font-weight: 500;
        }

        .about-section .image-column .inner-column {
            position: relative;
            padding-left: 120px;
            padding-bottom: 125px;
        }

            .about-section .image-column .inner-column:before {
                position: absolute;
                left: -75px;
                top: 65px;
                height: 520px;
                width: 520px;
                background-image: url(https://i.ibb.co/fxJ1jtC/about-circle-1.png);
                content: "";
            }

        .about-section .image-column .image-1 {
            position: relative;
        }

        .about-section .image-column .image-2 {
            position: absolute;
            left: 0;
            bottom: 0;
        }

            .about-section .image-column .image-2 img,
            .about-section .image-column .image-1 img {
                box-shadow: 0 30px 50px rgba(8,13,62,.15);
            }

        .about-section .image-column .video-link {
            position: absolute;
            left: 70px;
            top: 170px;
        }

            .about-section .image-column .video-link .link {
                position: relative;
                display: block;
                font-size: 22px;
                color: #191e34;
                font-weight: 400;
                text-align: center;
                height: 100px;
                width: 100px;
                line-height: 100px;
                background-color: #ffffff;
                border-radius: 50%;
                box-shadow: 0 30px 50px rgba(8,13,62,.15);
                -webkit-transition: all 300ms ease;
                -moz-transition: all 300ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
                transition: all 300ms ease;
            }

                .about-section .image-column .video-link .link:hover {
                    background-color: #191e34;
                    color: #fff;
                }






@media screen and (max-width: 768px) {

    .bg2 {
        background-image: none;
        background-color: #1a1a1a;
    }

    .bg3 {
        background-image: none;
        background-color: #f5f5f5;
    }

    .mobilnav {
        margin-left: 0px;
        margin-right: 0px;
    }
}



@media (max-width: 991px) {
}

/* Vertical carousel */
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.jello-horizontal {
    -webkit-animation: jello-horizontal 0.9s cubic-bezier(0.175, 0.885, 0.32, 1.275) 3 both;
    animation: jello-horizontal 0.9s cubic-bezier(0.175, 0.885, 0.32, 1.275) 3 both;
}

@media (max-width: 46em) {
    .slider {
        height: 100%;
        flex-flow: column;
    }

    .item {
        width: 100%;
        height: 100%;
    }

        .item:hover {
            flex-grow: 100%;
            cursor: pointer;
        }

    .hero {
        height: 100vh;
    }
}




@media only screen and (max-width: 991px) {


    .haberDetay:hover .haberDetayFoto {
        filter: grayscale(0%) !important;
    }

    .navbar {
        display: none;
    }

    .map {
        filter: none;
    }

    .mobile-navbar {
        display: block;
    }

    .haberDetayYazi {
        display: none !important;
    }

    .about-section .image-column .inner-column:before {
        width: 0px;
    }
}

@media all and (max-width: 750px) {
    .wraper .icon.active {
        right: -15px;
    }
}

.terminate {
    opacity: 0;
}

.haberDetayFoto {
    height: 310px;
}

/*arama btn*/


.visuallyhidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.input,
.buttonn {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: normal;
    border: none;
    outline: none;
    max-width: 100%;
}

.fill-currentcolor {
    fill: currentcolor;
    color: #fff;
}

.fill-none {
    fill: none;
}

.icon {
    width: 24px;
    height: 24px;
    transition: .3s ease-out;
}

@media (min-width: 768px) {
    .icon {
        width: 32px;
        height: 32px;
    }
}

.buttonn {
    cursor: pointer;
}

.buttonn-open {
    justify-content: center;
    align-items: center;
    align-content: center;
}

.buttonn-open1 {
    justify-content: center;
    align-items: center;
    align-content: center;
}

.buttonn-close {
    position: absolute;
    top: 7.5vw;
    right: 7.5vw;
    padding: 0;
    background-color: transparent;
}

.buttonn-close2 {
    position: absolute;
    top: 7.5vw;
    right: 7.5vw;
    padding: 0;
    background-color: transparent;
}

.buttonn-search {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 25px 16px 21px;
}


@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
    .footerLogo {
        height: 50px;
    }
}

@media (max-width: 991px) {
    .buttonn-search {
        padding: 30px 48px;
    }

    .footerLogo {
        height: 50px;
    }

    .nav-pills .nav-link {
        margin-bottom: 2%;
    }
}


.form-search {
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .form-search {
        max-width: 720px;
    }
}

.input-search {
    padding: 26px 16px 25px;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #4c4c4c;
    background-color: #fff;
    box-shadow: 0 0px 0px rgba(160, 160, 160, 0.6), 0 3px 3px rgba(125, 125, 125, 0.4), 0 4px 9px rgba(142, 142, 142, 0.3);
}

@media (min-width: 768px) {
    .input-search {
        padding: 29px 80px 29px 48px;
        font-size: 32px;
    }
}

.input-search::placeholder {
    color: #BFBFBF;
}

.overlay {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    align-content: flex-end;
    position: fixed;
    z-index: 3;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(242,242,242,0.8155637254901961) 100%);
    z-index: 99;
}

.overlay {
    align-items: center;
    align-content: center;
}

    .overlay button:focus {
        outline: 0px dotted;
        outline: 0px auto -webkit-focus-ring-color;
    }

.hiding {
    max-height: 0;
    opacity: 0;
    bottom: 0;
    transition: max-height 0.3s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s ease-out;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

.hiding .buttonn-search,
.hiding .input-search {
    opacity: 0;
}

.hiding .button-search {
    transform: translate3d(0, 33%, 0);
}

.hiding .input-search {
    transform: translate3d(0, 50%, 0);
}

.showing {
    max-height: 100vh;
    top: 0;
    transition: max-height 0.4s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s ease-out;
}

.buttonn-search {
    transition: .4s .6s ease-out;
}

.input-search {
    transition: .8s .3s ease-out;
}

.perde {
    background: transparent;
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
}

/*arama btn*/


.urun-kat {
    margin: 1.5rem;
    padding: 4rem;
    color: white;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    box-shadow: 0px 0px 6px 1px #656565;
    height: 200px;
}

    .urun-kat:hover {
        transform: scale(1.1);
        transition: 15.s;
    }


.aramaListele {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
    padding: 0 2rem;
}


.aramaKutu {
    height: 50px;
    padding: 0 1rem;
    background: transparent;
    width: 100%;
    text-align: start;
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
}


.aramaBaslik {
    font-size: 20px;
    color: #fff;
}


.aramaDetayGit {
    position: absolute;
    right: 8px;
    background: #1a1a1a;
    color: white;
    padding: 7px;
    color: white !important;
}

.katalog-foto {
    padding: 3.25rem;
    transition: 0.5s;
}

    .katalog-foto:hover {
        padding: 2.25rem;
        transition: 0.5s;
    }


.ana-urun-fotograf img {
    object-fit: contain;
}
