/* Kaydırma Çaubuğu */
::-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;
    }

body {
    background-color: white;
    font-family: 'Barlow', sans-serif;
    color: black;
    font-size: 16px;
    overflow-x: hidden;
}

h1 {
    font-size: 24px;
}

p {
    font-size: 16px;
}

a {
    text-decoration: none;
    color: #333;
}

    a:hover {
        color: black
    }

    a:active, a:focus {
        text-decoration: none;
    }

ul {
    padding: 0;
}

.no-gutters {
    padding: 0;
}

.fancy img {
    width: 500px;
}

.pad {
    padding: 500px 0;
}


/*//// NAVBAR ////*/

.bg-light {
    background-color: transparent !important;
    width: 100%;
    position: fixed;
    z-index: 99;
    top: 0px;
}

.bg-dark {
    background-color: #333;
    background-image: url(../images/img/navbg.jpg);
    width: 100%;
    position: fixed;
    z-index: 99;
    top: 0px;
}

li.nav-item {
    padding: 0px 20px;
    font-weight: 500;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: #F7F7F7;
    }

.sticky a {
    color: black !important;
}

.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    z-index: 2;
}

.navbar-nav {
    z-index: 2;
}

.navbar {
    padding: 25px 50px;
    border-bottom: 1px solid #f7f7f72e;
}

.dropdown-menu.megamenu {
    background-image: url(../images/img/menubg.jpg);
    background-position: bottom right;
}

.navbar::after {
    content: "";
    transform: translateY(-100%);
    transition: all 550ms cubic-bezier(.65,.05,.36,1);
}

.sticky::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: translateY(0%);
    background-color: white !important;
    border-bottom: 1px solid #f7f7f7;
}

.logo-two {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.sticky .logo-one {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.sticky .logo-two {
    opacity: 1;
    visibility: visible;
    display: block;
}

.navbar .navbar-nav .nav-item.dropdown .dropdown-menu.megamenu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all 0.3s ease 0s;
}

.navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu.megamenu {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    visibility: visible;
    display: block;
    border-radius: 0px;
}

.navbar .navbar-nav .nav-item.dropdown .dropdown-menu.megamenu::before {
    content: "";
    position: absolute;
    top: -35px;
    height: 35px;
    width: 100%;
    background-color: transparent;
}


/* Mobil Menu Alanı */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #740e24;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 30px;
}

.sidebar_active {
    width: 450px;
}

.mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(1) {
    animation-delay: .5s;
}

.mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(2) {
    animation-delay: .7s;
}

.mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(3) {
    animation-delay: .9s;
}

.mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(4) {
    animation-delay: 1.1s;
}

.mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(5) {
    animation-delay: 1.2s;
}

.mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(6) {
    animation-delay: 1.3s;
}

.mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(7) {
    animation-delay: 1.4s;
}

.mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(8) {
    animation-delay: 1.5s;
}

#dismiss_mobil {
    position: absolute;
    top: 20px;
    right: 5%;
    font-size: 25px;
    color: #ffffff;
    cursor: pointer;
}

.accordion-menu {
    width: 100%;
    border-radius: 4px;
}

.mobil_dropdown_content .dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: transparent;
}

.dropdownlink {
    cursor: pointer;
    display: block;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    padding: 5px;
}

    .dropdownlink i {
        position: absolute;
        top: 6px;
        left: 16px;
    }

    .dropdownlink .fa-chevron-down {
        right: 10px;
        left: auto;
    }

.submenuItems {
    display: none;
}

    .submenuItems a {
        display: block;
        color: #727272;
        padding: 12px 12px 12px 45px;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }

.mobil_dropdown_content {
    padding-top: 20px;
}

.submenuItems a:hover {
    color: #fff;
}

.sidenav_ul ul {
    margin-bottom: 0px;
}

    .sidenav_ul ul li {
        padding: 5px 5px;
    }

        .sidenav_ul ul li a {
            font-size: 18px;
            font-weight: 700;
            color: #ffffff;
            padding: 5px;
            white-space: nowrap
        }

ul.submenuItems {
    margin-top: 15px;
}

.nav_mobil_bg .accordion-menu {
    background: transparent;
}

.sidenav_ul ul li .mobil_link {
    white-space: nowrap
}

.sidenav_ul ul li a::after {
    display: none;
}

.sidenav_ul .dropdown-menu {
    width: 100%;
    box-shadow: none;
    border: none;
    position: relative !important;
    transform: translate(0px, 5px) !important;
}

.accordion-menu ul li {
    padding: 5px;
}

.mobil_social li {
    display: inline-block;
    padding: 5px !important;
    border-bottom: none !important;
}

.sidenav_ul ul li .mobil_link span {
    font-size: 18px;
    font-weight: 500;
    padding-left: 5px;
}

.overlay_mobil_bg {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
    display: none;
    transition: all 0.5s ease-in-out;
    top: 0;
}

.overlay_mobil_bg_active {
    display: block;
    opacity: 1;
}

.wrapper-menu {
    width: 30px;
    height: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: transform 330ms ease-out;
}

    .wrapper-menu.open {
        transform: rotate(-45deg);
    }

.line-menu {
    background-color: #960530;
    border-radius: 5px;
    width: 100%;
    height: 4px;
}

    .line-menu.half {
        width: 50%;
    }

    .line-menu.start {
        transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
        transform-origin: right;
    }

.open .line-menu.start {
    transform: rotate(-90deg) translateX(3px);
}

.line-menu.end {
    align-self: flex-end;
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: left;
}

.menubg .navbar.header .line-menu {
    background-color: #c2173c;
    border-radius: 5px;
    width: 100%;
    height: 4px;
}

    .menubg .navbar.header .line-menu.half {
        width: 50%;
    }

    .menubg .navbar.header .line-menu.start {
        transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
        transform-origin: right;
    }

.menubg .navbar.header .open .line-menu.start {
    transform: rotate(-90deg) translateX(3px);
}

.menubg .navbar.header .line-menu.end {
    align-self: flex-end;
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: left;
}

.mobil_menu .menu_lang {
    animation-delay: .5s;
    display: inline-block;
    margin-bottom: 0;
}

.mobil_social {
    animation-delay: 1.5s;
}

    .mobil_social li,
    .mobil_menu .menu_lang li {
        display: inline-block;
        padding: 5px;
    }

.navbar_mobil_bg {
    display: none;
}

#mobil_btn {
    display: none
}

@media(max-width:991px) {
    #mobil_btn {
        display: block;
        z-index: 999;
    }

    .deskop_menu .navbar .navbar-brand img {
        max-height: 60px;
    }
}

@media(max-width:565px) {
    .sidebar_active {
        width: 70%;
    }

    .deskop_menu .navbar .navbar-brand img {
        max-height: 60px;
        position: absolute;
        left: 10px;
        top: 10px;
    }
}






/*//// BANNER ////*/

#banner {
    margin-bottom: 50px;
    overflow: hidden;
    width: 100%;
    position: relative;
    clear: both;
    background: transparent center 0 no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=' url(../images/img/850.jpg)',sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='url(../images/img/850.jpg)',sizingMethod='scale')";
}

    #banner::after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(0 0 0 / 17%);
    }

.wrap-center {
    margin: 0 auto;
    position: relative;
    max-width: 73.231em;
}

.banner-centered {
    text-align: center;
    position: absolute;
    display: block;
    max-width: 75.231em;
    overflow: hidden;
    margin-top: 40vh;
    top: 0%;
    z-index: 2;
    left: 18%;
}

.wp-content {
    position: fixed;
    right: 2%;
    bottom:3%;
    z-index: 999;
    transform: rotate(270deg);
}

    .banner-centered h2 {
        font-size: 68px;
        line-height: 1.5;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #fafafa;
        font-weight: 100;
        display: block;
    }

@media only screen and (max-width: 992px) {
    .banner-centered h2 {
        font-size: 40px;
    }

    #banner {
        margin-bottom: 50px;
        overflow: hidden;
        width: 100%;
        height: 65vh;
    }

    .banner-centered {
        text-align: center;
        position: absolute;
        display: block;
        max-width: 75.231em;
        height: inherit;
        overflow: hidden;
        margin-top: 35vh;
        z-index: 2;
    }
}
/*//// slide text ////*/
.section {
}

.section-1 .slide-in-demo {
    width: 100%;
    left: 0;
    text-align: center;
    font-size: 4em;
}

.section {
    clear: both;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
}

    .section:nth-child(even) {
        color: #220044;
    }

    .section:nth-child(odd) {
        background: white;
    }

.section-1 .slide-in-demo {
    position: absolute;
    top: 40%;
    width: 100%;
    left: 0;
    text-align: center;
    color: #cbcbcb;
    font-weight:;
}

.section-2 .reveal-demo {
    position: absolute;
    top: 0%;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 4em;
}

/*//// KURUMSAL ////*/

.kurumsal {
    padding-top: 120px;
}

.kurumsal-txt .title {
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: 500;
    color: #333;
}

.buttonfx {
    color: black; /* button text color */
    outline: none;
    background: transparent;
    border: none;
    border-bottom: 4px solid #eee;
    letter-spacing: 0.0625em;
    padding: 8px 10px;
    line-height: 2;
    position: relative;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    text-decoration: none; /* remove underline if using A instead of BUTTON tag */
    overflow: hidden;
    transition: all 0.5s;
}

    .buttonfx:before,
    .buttonfx:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        background: #a22424;
        z-index: -1;
        transform: translate3D( 0, -100%, 0 ); /* move elements above button so they don't appear initially */
        transition: all 0.5s;
    }

    .buttonfx:before {
        background: #fafcd6; /* button default background color */
        z-index: -2;
        transform: translate3D(0, 0, 0);
    }

    .buttonfx:hover {
        color: white;
    }

        .buttonfx:hover:after {
            transform: translate3D(0, 0, 0);
            transition: all 0.5s;
        }
/* //// Double Take  //// */

.doubletake:before,
.doubletake:after {
    width: 200%;
    background: #a22424;
    transform-origin: 0 bottom;
    transform: translate3D(-50%, 0, 0) rotate(-50deg);
}

.doubletake:before {
    opacity: 0.4;
}

.doubletake:hover:before,
.doubletake:hover:after {
    transform: rotate(0deg);
    transition: all 0.25s;
}

.doubletake:hover:after {
    transition-delay: 0.25s;
}

/*//// TAŞLAR & DEKORASYON ////*/

.two-screen {
    margin: 150px 0;
    position: relative;
    overflow: hidden;
}

.two-main {
    height: 700px;
    background-image: url(../images/img/urunlers.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: .5s;
    display: block;
}

.urunler {
    position: absolute;
    z-index: 2;
}

.dekorasyon {
    position: absolute;
    z-index: 2;
}

.urunler {
    height: 100%;
    width: 100%;
    float: left;
    margin-right: 20px;
}

.dekorasyon {
    height: 100%;
    width: 100%;
    float: left;
    margin-right: 20px;
}



.two-main::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.urunler-txt {
    position: absolute;
    bottom: 70px;
    left: 50px;
}

    .urunler-txt .title {
        font-size: 45px;
        color: white;
        transition: .5s;
    }

    .urunler-txt .txt {
        font-size: 24px;
        color: white;
        font-weight: 200;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        max-width: 500px;
    }

.urunler:hover .urunler-txt .txt {
    opacity: 1;
    visibility: visible;
    transform: translateY(-20px);
}

.urunler:hover .urunler-txt .title {
    transform: translateY(-20px);
}

.dekorasyon-txt {
    position: absolute;
    bottom: 70px;
    left: 50px;
}

    .dekorasyon-txt .title {
        font-size: 45px;
        color: white;
        transition: .5s;
    }

    .dekorasyon-txt .txt {
        font-size: 24px;
        color: white;
        font-weight: 200;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        max-width: 500px;
    }

.dekorasyon:hover .dekorasyon-txt .txt {
    opacity: 1;
    visibility: visible;
    transform: translateY(-20px);
}

.dekorasyon:hover .dekorasyon-txt .title {
    transform: translateY(-20px);
}

.two-main-mbl {
    display: none;
}

@media only screen and (max-width: 992px) {
    .urunler-txt {
        position: absolute;
    }

        .urunler-txt .txt2 {
            font-size: 16px;
            max-width: 300px;
            color: #fff;
        }

    .dekorasyon-txt {
        position: absolute;
    }

        .dekorasyon-txt .txt2 {
            font-size: 16px;
            max-width: 300px;
            color: #fff;
        }

    .two-main {
        display: none;
    }

    .two-main-mbl {
        display: block;
        position: relative;
    }


    .intro-mbl {
        background-image: url(../images/img/urunlers.jpg);
        background-position: center left;
        background-repeat: no-repeat;
        background-size: cover;
        height: 300px;
        position:relative;
    }

        .intro-mbl::before, .intro-mbl2::before {
            content: "";
            left: 0;
            top: 0;
            background-color: #00000054;
            position: absolute;
            width: 100%;
            height: 100%;
        }

    .intro-mbl2 {
        background-image: url(../images/img/dekorasyons.jpg);
        background-position: center left;
        background-repeat: no-repeat;
        background-size: cover;
        height: 300px;
    }

    .two-screen {
        margin: 30px 0;
        position: relative;
        overflow: hidden;
    }
}

/*/// GALERİ ///*/

.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active.swiper-pagination-bullet-active-main {
    background: #a22424;
}

.swiper-slide img {
    display: block;
    width: 100%;
}

.sw-txt {
    position: absolute;
    bottom: 10px;
    left: 20px;
    font-size: 36px;
    color: white;
    font-weight: 700;
    transition: .5s;
}

.swp:hover .sw-txt {
    transform: translateY(-20px);
}

.logotrans {
    position: absolute;
    left: 0;
    z-index: -1;
}

.galeri-txt {
    position: relative;
    height: 100%;
    width: 100%;
}

    .galeri-txt .title {
        font-size: 36px;
        font-weight: 500;
        color: #333;
    }

    .galeri-txt .txt {
        font-size: 24px;
        font-weight: 200;
    }

/*//// ANASAYFA İLETİŞİM ////*/

.iletisim-form {
    margin-top: 150px;
    padding: 100px 0px;
    background: #f6f6f6;
    background-image: url(../images/img/formbg.jpg);
    background-position: center;
}

.get-in-touch {
    max-width: 750px;
    margin: 0 auto;
}

    .get-in-touch .title {
        text-align: center;
        font-size: 36px;
        line-height: 48px;
        padding-bottom: 48px;
    }

.contact-form .form-field {
    position: relative;
    margin: 32px 0;
}

.contact-form .input-text {
    display: block;
    width: 100%;
    height: 36px;
    border-width: 0px 0 1px 0;
    border-color: #333;
    background: transparent !important;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}

    .contact-form .input-text:focus {
        outline: none;
    }

        .contact-form .input-text:focus + .label, .contact-form .input-text.not-empty + .label {
            transform: translateY(-24px);
        }

.contact-form .label {
    position: absolute;
    left: 20px;
    bottom: 11px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #888;
    cursor: text;
    transition: transform 0.2s ease-in-out;
}

.contact-form .submit-btn {
    display: inline-block;
    background-color: #000;
    color: #fff;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
}

.note {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 21px;
}

    .note .link {
        color: #888;
        text-decoration: none;
    }

        .note .link:hover {
            text-decoration: underline;
        }

@media only screen and (max-width: 992px) {
    .iletisim-form {
        margin-top: 30px;
        padding: 40px 0px;
        background: #f6f6f6;
        background-image: url(../images/img/formbg.jpg);
        background-position: center;
    }
}


/*/// FOOTER ///*/

.footer-ust {
    padding-top: 20px;
}

.footer {
    background-color: #333;
    color: white;
}

    .footer ul {
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
    }

.footer-adres {
    color: #f7f7f7;
}

.footer-tel {
    text-align: right;
    font-size: 24px;
    font-weight: 700;
    color: #9b9b9b;
}


.footer-tel a{
    text-align: right;
    font-size: 24px;
    font-weight: 700;
    color: #9b9b9b;
    text-decoration:none;
}


.footer-line ul {
    display: flex;
}

    .footer-line ul li {
        margin-right: 30px;
    }

.footer-line a {
    color: #9b9b9b;
    text-decoration: none;
    transition: .5s;
}

    .footer-line a:hover {
        color: white;
    }

.footer-sosyal {
    float: right;
}

    .footer-sosyal ul {
        display: flex;
    }

        .footer-sosyal ul li {
            padding: 5px 0px;
            border: 1px solid gray;
            margin: 0px 4px;
            width: 40px;
            text-align: center;
        }

            .footer-sosyal ul li i {
                font-size: 20px;
            }

        .footer-sosyal ul a {
            color: gray;
            transition: .5s;
        }

            .footer-sosyal ul a:hover {
                color: white;
            }

.footer-alt {
    padding: 8px 0px;
    color: gray;
    font-size: 15px;
    background: #444444;
}

.ttrlogo img {
    height: 15px;
    float: right;
    padding-right: 5px;
}


/*//// MENÜ ////*/

.navbar .megamenu {
    padding: 1rem;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin: auto;
        margin-top: 0;
    }
}
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px) {
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
}

.akikmenu {
    padding: 5px 2px;
    height: 100%;
}

    .akikmenu ul {
        padding-left: 0;
    }

        .akikmenu ul li {
            padding: 3px 0;
        }

    .akikmenu .title {
        border-bottom: 1px solid #cacaca;
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-weight: 600;
        font-size: 20px;
    }

    .akikmenu ul li a {
        color: #333;
        font-size: 14px;
        text-decoration: none;
        transition: .3s;
    }

    .akikmenu:hover {
        background: rgb(255,255,255);
        background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(247,247,247,1) 100%);
    }

        .akikmenu:hover .title {
            color: #a22424;
        }

    .akikmenu ul li a:hover {
        color: #a22424 !important;
    }

/*/// nav hover ///*/

/* Underline styles */
.navbar-nav a {
    display: block;
    position: relative;
    padding: 0.1em 0;
}

    /* Fade in */
    .navbar-nav a::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0.1em;
        background-color: #e8e7e7;
        opacity: 0;
        transition: opacity 300ms, transform 300ms;
    }

    .navbar-nav a:hover::after,
    .navbar-nav a:focus::after {
        opacity: 1;
        transform: translate3d(0, 0.2em, 0);
    }

.dropdown-toggle::after {
    border-top: 0em solid;
}

/*/// ÜRÜNLER ///*/

.hero-nav {
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 400px;
    min-height: 205px;
    z-index: 3;
}

.kartela-banner .hero-nav {
    height: 200px;
}

.urun1banner {
    /* background-image: url(../images/img/corian-banner.jpg);*/
    background-size: cover;
    background-position: center;
}

.hero-nav .hero-nav__inner {
    z-index: 1;
}

.hero-nav h1 {
    color: #efefef;
    font-size: 3vw;
    z-index: 3;
    padding-bottom: 10px;
}

.hero-nav:before {
    content: "";
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: background 400ms;
}

.hero-nav.fixme:before {
    background: rgba(0, 0, 0, 0.6);
}

.urun-content {
    padding: 75px 0;
}

.urun-liste .title {
    font-size: 24px;
}

.urun-liste .dlbtn {
    text-decoration: none;
    color: #333;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8;
    transition: .5s;
}

    .urun-liste .dlbtn:hover {
        border-bottom: 1px solid #a22424
    }

.urun-liste {
    background: #f7f7f7;
    padding: 25px;
    margin-bottom: 20px;
}

/*/// ÜRÜN KARTELA ///*/

.kartela {
    padding: 75px 0;
}

.kartela-img {
    position: relative;
    transition: .5s;
}

    .kartela-img:hover {
        box-shadow: 0px 0px 10px #5a5a5a52;
    }

.kartela-isim:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background-color: rgba(255, 255, 255, 1.0);
    transition: .5s;
}

.kartela-isim:hover::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20%;
    background-color: rgba(255, 255, 255, 1.0);
}

.color-name {
    position: absolute;
    bottom: 10px;
    color: #333;
    text-align: center;
    z-index: 1;
    width: 100%;
}

.kartela-isim .color-name {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s;
}

.kartela-isim:hover .color-name {
    visibility: visible;
    opacity: 1;
}

.kartela-img {
    overflow: hidden;
}

.kartela-isim img {
    transform: scale(1.0);
    transition: .5s;
}

.kartela-isim:hover img {
    transform: scale(1.2);
}

/*//// KARTELA ////*/

.palatte {
    margin: 150px 50px;
}

.paletta-imges {
    position: relative;
    overflow: hidden;
}

    .paletta-imges img {
        transition: .5s;
    }

    .paletta-imges:hover img {
        transform: scale(1.1);
    }

.paletta-main {
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 2;
    color: white;
    text-align: center;
}

.paletta-name {
    font-size: 20px;
    padding: 10px;
    font-weight: 500;
    background-color: #f5f5f533;
    transition: .5s;
    height: 80px;
    justify-content: center;
}

.paletta-imges:hover .paletta-name {
    background: whitesmoke;
    color: #333;
}

.paletta-card {
    position: relative;
}

.paletta-imges::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    transition: .5s;
}

.paletta-imges:hover::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background-color: rgba(0, 0, 0, 0.6);
}

.paletta-desc {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
    transition: .5s;
    padding: 10px;
}

.paletta-imges:hover .paletta-desc {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.palatte .title {
    font-size: 36px;
    text-align: center;
    font-weight: 500;
    padding-bottom: 50px;
}

.ufilter {
    padding-top: 75px;
    text-align: center;
}

.form-switch .form-check-input {
    width: 2.6em;
    margin-left: -2.5em;
    height: 1.5em;
}

.ufilter .form-check-label {
    display: inline-block;
    padding-left: 10px;
    font-size: 18px;
}

.form-check-input:checked {
    background-color: #960530;
    border-color: #960530;
}

.form-check-input:focus {
    border-color: #cbaaaa;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #a2242426;
}

.ufilter ul {
    display: flex;
    padding: 0;
    justify-content: center;
}

    .ufilter ul li {
        background: #f7f7f7;
        padding: 3px 5px;
        border-radius: 30px;
        margin: 0px 5px;
    }

.brdcrmb {
    padding-top: 30px;
}

.kartela-detay {
    padding: 30px 0;
    height: 600px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #960530;
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .25rem;
    text-align: left;
}

.hakkimizda {
    padding: 75px 0;
}

    .hakkimizda .title {
        font-size: 24px;
        font-weight: 500;
        padding-bottom: 10px;
    }

.hakkimizda-txt p:first-child {
    font-size: 20px;
}

.iletisim {
    padding: 75px 0;
}

    .iletisim .title {
        font-size: 24px;
        font-weight: 500;
        padding-bottom: 10px;
        color: #a22424;
    }

    .iletisim ul.adresul li:first-child {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .iletisim ul.adresul li {
        padding: 4px 0;
    }

        .iletisim ul.adresul li i {
            padding-right: 5px;
            font-size: 20px;
            color: gray;
        }

.form-control {
    display: block;
    width: 100%;
    padding: .575rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    border-radius: 0;
}

    .form-control:focus {
        color: #212529;
        background-color: #fff;
        border-color: #d6d9dd;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgb(219 220 221 / 25%);
    }

.imaps {
    margin-bottom: 75px;
}

.iletisim ul.sosyal {
    display: flex;
    margin: 30px 0;
}

    .iletisim ul.sosyal li {
        background-color: #f7f7f7;
        padding: 10px 0;
        margin-right: 10px;
        width: 40px;
        text-align: center;
        transition: .5s;
    }

        .iletisim ul.sosyal li a {
            color: #a22424;
        }

            .iletisim ul.sosyal li a:hover {
                color: 2eb2dc;
            }

.uygulamalar {
    padding: 75px 0;
}

/*/// media ///*/

@media (max-width: 1440px) {

    .section-1 .slide-in-demo {
        font-size: 3em;
    }

    .paletta-imges:hover::after {
        height: 55%;
    }
}

@media (max-width: 992px) {

    .section-1 .slide-in-demo {
        font-size: 25px;
    }

}

.menu-title {
    font-size: 18px;
    background-color: #fafafa;
    border: 1px solid #f7f7f7;
    text-align: center;
    font-weight: 600;
    padding: 10px 15px;
    margin-bottom: 15px;
    position: relative;
    color: #960530;
}

.menu_ic_ul {
    padding: 10px;
    margin-bottom: 15px;
    background-color: #f7f7f7;
    border: 1px solid #ededed;
}

    .menu_ic_ul li {
        padding: 5px 10px;
        border-bottom: 1px solid #fff;
    }

        .menu_ic_ul li:hover {
            color: #fff;
            font-weight: 400;
            font-size: 17px;
            background-color: #960530;
            transition: .5s;
        }

        .menu_ic_ul li button {
            border: 0;
            width: 100%;
            background: transparent;
        }

        .menu_ic_ul li:hover button {
            color: #fff;
        }


.img-title {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}


.hakkimizda ul
{
    list-style:circle;
    margin-left:20px;
}

.uygulamalar .imgbox {
    position: relative;
    width: 100%;
    height: 250px;
}

.uygulamalar .imgbox img
{
    position:relative;
    width:100%;
    height:100%;
}

.mySwiper .swiper-slide .swp {
    position: relative;
    width: 100%;
    height: 300px;
}

    .mySwiper .swiper-slide .swp img {
        position: relative;
        width: 100%;
        height: 100%;
    }

.proBox
{
    position:relative;
    width:100%;
    height:100%;
    padding:10px;
    border:1px solid #f7f7f7;
    border-radius:5px;
}

.proTitle
{
    font-size:20px;
    font-weight:500;
    margin:10px 0;
    color:#000;
}

.teknikTitle
{
    font-size:25px;
    font-weight:bold;
    text-align:center;
    color:#000;
    margin-bottom:10px;
}

.kisaText {
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
    width: 75%;
    margin: 0 auto;
    padding-bottom: 50px;
    text-align: center;
}

.dropdownAc {
    position: relative;
}

    .dropdownAc > a {
        text-decoration: none;
        display: inline-block;
    }

    .dropdownAc .bx {
        vertical-align: middle;
        margin-left: 5px;
    }

    /* Dropdown kapalıyken gizle */
    .dropdownAc .dropdown {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #fff;
        min-width: 180px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.15);
        z-index: 1000;
    }

    /* Hover olunca açılacak */
    .dropdownAc:hover .dropdown {
        display: block;
    }

    /* Dropdown içeriği */
    .dropdownAc .dropdown ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .dropdownAc .dropdown ul li {
            border-bottom: 1px solid #eee;
        }

            .dropdownAc .dropdown ul li a {
                display: block;
                padding: 10px 15px;
                color: #333;
                text-decoration: none;
                transition: background-color 0.3s;
            }

                .dropdownAc .dropdown ul li a:hover {
                    background-color: #f2f2f2;
                }


@media (max-width: 992px) {


    .footer-line ul {
        display: block;
    }

    .hero-nav h1 {
        color: #efefef;
        font-size: 7vw;
        z-index: 3;
        padding-bottom: 10px;
    }

    .kisaText {
        font-size: 22px;
        font-weight: 300;
        line-height: 40px;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 50px;
        text-align: center;
    }
}