/*
    Umut Eskito�lu
    */


/* KAYDIRMA CUBUGU RENKLENDIRMESI */
::-webkit-scrollbar {
    width: 8px;
    background-color: #F2F2F2;
}

::-webkit-scrollbar-thumb {
    background-color: #D6D6D6;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #A5A5A5;
    }

    ::-webkit-scrollbar-thumb:active {
        background-color: #A5A5A5;
    }

/* BASLANGIC */

body {
    overflow-x: hidden !important; /* YATAY EKSENDE KAYDIRMA CUBUGUNU KALDIR. */
    font-family: 'Montserrat', sans-serif;
    background-color: #ffffff;
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    min-height: 100%;
    height: auto !important;
    transition: background-color .5s;
}

p {
    font-family: 'Montserrat', sans-serif;
}

a:hover, a:active, a:focus {
    text-decoration: none;
}

.nopm {
    margin: 0;
    padding: 0;
}



/*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%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.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 {
    display: flex;
    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-search {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 25px 16px 21px;
}

@media (min-width: 768px) {
    .buttonn-search {
        padding: 30px 48px;
    }
}

.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 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%);
}

@media (min-width: 768px) {
    .overlay {
        align-items: center;
        align-content: center;
    }
}

.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;
}

    .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*/
/*ust menu*/

.bg-dark {
    background: #000 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
}

.navbar-expand-sm .navbar-nav .nav-link2 {
    color: #857040 !important;
    padding-right: .5rem;
    padding-left: .5rem;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
}
/*ustmenu end*/
/*SEC 1*/
.sec1 {
    background: #f7f7f7;
    padding: 120px 0px 100px 0px;
}


.aksesuar-item {
    background: #fff;
    -webkit-box-shadow: 2px 3px 8px 1px rgba(0,0,0,0.25);
    -moz-box-shadow: 2px 3px 8px 1px rgba(0,0,0,0.25);
    box-shadow: 2px 3px 8px 1px rgba(0,0,0,0.25);
    position: relative;
    z-index: 1;
    height: 100%;
}

.aksesuar-right-arrow {
    background: #857040;
    padding: 2px 8px;
    border-radius: 75px;
    margin-top: auto;
    margin-bottom: auto;
    color: #fff;
}

    .aksesuar-right-arrow span {
        margin-auto;
    }

.aksesuar-description {
    margin-top: 20px;
}

.aksesuar-title {
    font-size: 23px;
    font-weight: 500;
    color: #404040;
}

.sec1 .aksesuar-x:last-child .aksesuar-y {
    content: "";
    width: 100%;
    height: 100%;
    background: blue;
    position: absolute;
    top: -150px;
    left: 0px;
    z-index: 1;
    background: url(../img/images/aksesuarust.png) no-repeat top center;
    background-size: auto;
}

.hu__hu__ {
    animation: hu__hu__ infinite 2s ease-in-out
}

@keyframes hu__hu__ {
    50% {
        transform: translateY(30px)
    }
}

@media(max-width:1200px) {
    .sec1 .aksesuar-x:last-child .aksesuar-y {
        background: none;
    }
}
/*SEC 1 end*/



/*sec2 */

.sec2 {
    background: url(../img/images/sec2bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 100px;
    text-align: center;
}

@media(max-width:768px) {
    .sec2 {
        padding: 30px;
    }
}

.sec2-btn {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    border: 1px solid #000;
    margin: 0px auto;
    margin-top: 50px;
    padding: 5px 15px;
    cursor: pointer;
}

    .sec2-btn div {
        color: #000;
    }


.sec2-title {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    width: 100%;
    padding: 0px;
    background: rgba(0,0,0,0.4)
}

@media(min-width:1200px) {
    .sec2-title {
        font-size: 36px;
        padding: 0 300px;
    }
}

/*sec2 end*/



/*sec3*/

.sec3 {
    margin: 150px 0px;
    overflow: hidden;
}

.sec3-title {
    font-size: 24px;
    font-weight: 500;
    color: #404040;
}

.sec3-item {
    margin-top: 25px;
}

.sec3-baslik {
    font-size: 24px;
    font-weight: 500;
    color: #857040;
}

.sec3-description {
    color: #585858;
    font-size: 18px;
    font-weight: 500;
}

/*sec3 end*/



/*footer */

.footer {
    background: #2B2B2B;
}

.footer-top {
    padding: 108px;
    background: url(../img/images/footerbg.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.footer-bottom {
    padding: 25px;
}

.copyright {
    font-size: 16px;
    font-weight: 500;
    color: #888888;
}
/*footer end*/




/*ALT SAYFALAR-----*/

.altsayfalar {
}

.altsayfa-banner {
    height: 300px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/*hakkimzida*/
.hakkimizda-title {
    font-size: 24px;
    font-weight: 700;
    color: #3E3E3E;
    margin: 75px 0px;
}

.hakkimizda-description {
    font-size: 18px;
    font-weight: 500;
    color: #3E3E3E;
    margin-bottom: 150px;
}

/*hakkimizda end*/
/*urun kategori*/

.altsayfalar .breadcrumb {
    border-bottom: solid 1px #C1C1C1;
    background: transparent;
}

.kategori-container {
    /* border-left:1px solid #C4C4C4;
   border-right:1px solid #C4C4C4;*/
}

.urun-kategori-item {
    padding: 75px 0px;
    background: #F7F7F7;
    margin-bottom: 100px;
}

    .urun-kategori-item:after {
        content: "";
        width: 1px;
        height: 100px;
        background: #C4C4C4;
        position: absolute;
        bottom: 0px;
        left: 50%;
    }

.kategori-item:nth-last-child(-n+4) .urun-kategori-item:after {
    content: "";
    width: 0;
    height: 0;
}

.urun-kategori-title {
    font-size: 20px;
    font-weight: 700;
    /*margin-top: 20px;*/
    color: #575757;
}


/*urun kategori bitiş*/


/*urunler*/

.altsayfalar .breadcrumb {
    border-bottom: solid 1px #C1C1C1;
    background: transparent;
}

.urun-item {
    padding: 50px 0px;
}

.urun-title {
    font-size: 20px;
    font-weight: 500;
    background: #F7F7F7;
    margin-top: 20px;
    padding: 10px;
    color: #575757;
}



/*urunler bitiş*/


/*urun detay*/


.urun-detay-menu .disabled {
    background: #00519C;
    color: #fff !important;
    border-bottom: none !important;
    font-size: 20px;
    font-weight: 700;
}

.urun-detay-menu .nav-link {
    border-bottom: solid 1px #CECECE;
    font-size: 18px;
    font-weight: 500;
    color: #575757;
}

.urun-detay-title {
    display: block;
    padding: .5rem 1rem;
    background: #F7F7F7;
    color: #00519C;
    font-size: 24px;
    font-weight: 700;
}

.detay-urunler {
    font-size: 24px;
    font-weight: 500;
    color: #6B6B6B;
}

.urun-detay-item {
    background: #F7F7F7;
    font-size: 19px;
    font-weight: 500;
    padding: 10px 0px;
    color: #6B6B6B;
}
/*urun detay end*/

/*referanslar*/

.referans-item {
    background: #f7f7f7;
}

.referans-baslik {
    font-size: 24px;
    font-weight: 700;
    color: #00519C;
    margin-bottom: 50px;
    margin-top: 50px;
}

.referans-title {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    height: 70px;
    padding-left: 7px;
}


/*referanslar end*/
/*iletisim*/
.iletisim-baslik {
    color: #00519C;
    font-size: 24px;
    font-weight: 700;
    padding-left: 25px;
}

.iletisim-title {
    font-size: 20px;
    font-weight: 700;
    color: #474747;
    margin-bottom: 10px;
}

.iletisim-description {
    font-size: 18px;
    font-weight: 500;
    color: #474747;
}

.iletisim-btn {
    background: #00519C;
    color: #fff;
    font-weight: 700;
    border-radius: 0;
    padding: 1rem 2.5rem;
}

#uploader .form-control {
    border: 1px solid transparent;
    border-radius: 0;
    background: #F7F7F7;
    padding: 1rem .75rem !important;
}


/*iletisim end*/
/*ALT SAYFALAR END-----*/
.top-breadcrumb a {
    color: #222 !important;
}

.banner-text {
    position: absolute;
    bottom: 0;
    left: 50%;
    color: #fff;
    transform: translate(-50%,-50%);
    text-align: center;
}

.banner-item {
    color: #fff;
    margin: 20px;
    font-size: 18px;
    display: inline-block;
    padding: 5px;
    transition: all 1s ease-in-out;
    background: rgba(0,0,0,.6);
}

    .banner-item:hover {
        transform: translate(0,-50%);
        font-size: 30px;
        margin: 0px;
    }

    .banner-item::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0px;
        height: 3px;
        border-radius: 25px;
        background: #fff;
        transition: 1s ease-in-out;
    }

    .banner-item:hover::after {
        width: 100%;
    }

.banner-title {
    font-size: 50px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

@media(max-width:768px) {
    .banner-text {
        display: none;
    }
}


.banner-perde {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
}


.banner-btn {
    cursor: pointer;
    color: #82724c;
    width: 10rem;
    height: 5rem;
    font-size: 17px;
    text-align: center;
    line-height: 5rem;
    font-family: sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    transition: 0.3s;
    margin: 3rem;
}

    .banner-btn::before,
    .banner-btn::after {
        content: '';
        position: absolute;
        width: inherit;
        height: inherit;
        top: 0;
        left: 0;
        transition: 0.3s;
    }

    .banner-btn::before {
        background-color: white;
        z-index: -1;
        box-shadow: 0.2rem 0.2rem 0.5rem rgba(0, 0, 0, 0.2);
    }

    .banner-btn::after {
        background-color: #82724c;
        transform: translate(1.5rem, 1.5rem);
        z-index: -2;
    }

    .banner-btn:hover {
        transform: translate(1.5rem, 1.5rem);
        color: white;
    }

        .banner-btn:hover::before {
            background-color: #82724c;
        }

        .banner-btn:hover::after {
            background-color: white;
            transform: translate(-1.5rem, -1.5rem);
        }

.pdf p {
    padding: 10px;
    text-align: center;
    display: block;
    color: black;
    font-weight: 500;
}


@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}