/* Kaydırma Çaubuğu */
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

::-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;
    }

html {
    scroll-behavior: smooth;
}

body {
    background-color: white;
    font-family: 'Barlow', sans-serif;
    color: black;
    font-size: 16px;
    overflow-x: hidden;
}

h1 {
    font-size: 24px;
}

p {
    font-size: 17.5px;
}

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: 0px 30px;
    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;
}

/*//// BANNER ////*/

.video_bg {
    position: absolute;
    z-index: 0;
}

#banner {
    overflow: hidden;
    width: 100%;
    height: 100vh;
    position: relative;
    clear: both;
    -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: rgba(000, 000, 000, 0.3);
    }

.wrap-center {
    margin: 0 auto;
    position: relative;
    max-width: 73.231em;
}

.banner-centered {
    text-align: center;
    position: absolute;
    display: block;
    max-width: 75.231em;
    height: inherit;
    overflow: hidden;
    margin-top: 50vh;
    z-index: 2;
}

    .banner-centered h2 {
        font-size: 50px;
        line-height: 1.5;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #fafafa;
        font-weight: 400;
        display: block;
    }

/*//// 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: 40px;
    background: #f7f7f7;
    padding-bottom: 40px;
}

.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;
        background-color: #b30e13;
    }

        .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;
}

.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;
}

.intro {
    background-image: url(../images/img/urunlers.jpg);
    animation: mymove .8s;
}

.intro2 {
    background-image: url(../images/img/dekorasyons.jpg);
    animation: mymove2 .8s;
}

.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);
}

/*/// GALERİ ///*/

.swiper {
    width: 100%;
    padding-top: 20px;
    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);
}

.swp {
    border: 1px solid #e4e4e4;
    padding: 15px;
}

.logotrans {
    position: absolute;
    left: 10%;
    z-index: 0;
    top: 10%;
}

.galeri {
    position: relative;
    padding: 2% 0;
    background-color: #e4e4e4;
}

.galeri-txt {
    position: relative;
    height: 100%;
    width: 100%;
}

    .galeri-txt .title {
        font-size: 36px;
        font-weight: 500;
        color: #333;
        z-index: 99;
        position: relative;
    }

    .galeri-txt .txt {
        font-size: 24px;
        font-weight: 200;
    }

/*//// ANASAYFA İLETİŞİM ////*/

.iletisim-form {
    padding: 15px 0px;
    background: #f6f6f6;
    background-image: url(../images/img/formbg.jpg);
    background-position: center;
}

    .iletisim-form::after {
        position: absolute;
        background-color: #fff;
        width: 100%;
        height: 100%;
    }

.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;
        }

/*/// 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-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: 30px;
}

/* ============ 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: -5px;
    }
}
/* ============ 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;
    }
}

.bimeksmenu {
    padding: 5px 2px;
    height: 100%;
}

    .bimeksmenu ul {
        padding-left: 0;
    }

        .bimeksmenu ul li {
            padding: 3px 0;
        }

    .bimeksmenu .title {
        font-weight: 600;
        font-size: 22px;
    }

    .bimeksmenu ul li a {
        color: #333;
        font-size: 17px;
        text-decoration: none;
        transition: .3s;
        font-weight: 600;
    }

    .bimeksmenu:hover {
    }

table tr td {
    font-size: 17.5px;
}

.bimeksmenu:hover .title {
    color: #a22424;
}

.bimeksmenu ul li a:hover {
    color: #a22424 !important;
    background-color: #f7f7f7f7;
}

/*/// 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: 240px;
}

.urun1banner {
    /*background-image: url(../images/img/header1bg.png);*/
    background-size: cover;
    background-position: bottom;
}

.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: rgb(0 0 0 / 49%);
    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;
}

/*/// Ü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: 0 0 100px 0;
}

    .hakkimizda .title {
        font-size: 24px;
        font-weight: 500;
        padding-bottom: 10px;
    }

.hakkimizda-txt p:first-child {
    margin-bottom: 0px;
    margin-top: 10px;
}

.iletisim {
    padding: 75px 0;
}

    .iletisim .title {
        font-size: 24px;
        font-weight: 500;
        padding-bottom: 10px;
        color: #a22424;
    }

    .iletisim ul.adresul li:first-child {
        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 {
}

.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%;
    }
}

/*Yeni Css ler*/
.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:hover a {
                color: #fff;
            }

.img-title {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.footer .foot-title {
    color: #ffa500;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.foot-ul {
    position: relative;
    margin: 0;
    padding: 0;
}

.foot-li {
    position: relative;
    margin: 0;
    padding: 3px 0;
    color: #fff;
    font-size: 16px;
}

    .foot-li i {
        color: #f7f7f7;
        font-size: 15px;
    }

    .foot-li a {
        color: #fff;
        text-decoration: none;
        margin-left: 0px;
        transition: .5s;
    }

        .foot-li a:hover {
            color: #fff;
            text-decoration: none;
            margin-left: 5px;
            transition: .5s;
        }

.tecrubebg {
    position: relative;
    padding: 4% 0;
    background-color: #e4e4e4;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 45%;
}

    .tecrubebg .title {
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 20px;
        color: #161b59;
        position: relative;
    }

        .tecrubebg .title::after {
            content: "";
            position: absolute;
            height: 3px;
            background-color: #bb131b;
            width: 15%;
            bottom: -5px;
            left: 0px;
        }

.haberbg {
    position: relative;
    background: #e4e4e4;
    padding-top: 30px;
    padding-bottom: 15px;
}

    .haberbg .hbr-title {
        font-size: 30px;
        font-weight: bold;
        color: #151a59;
        text-align: center;
        margin-bottom: 15px;
    }

    .haberbg .hbr-ic-alan {
        font-size: 17px;
        font-weight: bold;
        text-align: end;
        margin-bottom: 15px;
    }



.hizmetbg {
    position: relative;
    background: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
    background-image: url(../images/img/bg-hizmet.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}


.hizmetbg-alt {
    position: relative;
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    background-image: url(../images/img/bg-hizmet.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

    .hizmetbg-alt .hbr-title {
        font-size: 30px;
        font-weight: bold;
        color: #dedede;
        text-align: center;
    }

.hizmetbg .hbr-title {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}


.hzmtxt {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-top: 15px;
}

.glr-title {
    font-size: 30px;
    font-weight: bold;
    color: #151a59;
    text-align: center;
}

.tablo {
    overflow: hidden;
    width: 100%;
}

    .tablo td,
    .tablo th {
        border: 1px solid #999;
        padding: 10px;
        position: relative;
        vertical-align: middle !important;
    }

    .tablo th {
        background-color: #1e2158;
        color: white;
        font-weight: bold;
    }

    .tablo td:hover::before {
        background-color: #eee;
        content: '';
        height: 100%;
        left: -5000px;
        position: absolute;
        top: 0;
        width: 10000px;
        z-index: -2;
    }

    .tablo td:hover::after {
        background-color: #394af966;
        content: '';
        height: 10000px;
        left: 0;
        position: absolute;
        top: -5000px;
        width: 100%;
        z-index: -1;
    }

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.breadcrumb .breadcrumb-item a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #fff !important;
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.breadcrumb-item.active {
    color: #fff;
}

.left-menu-bar {
    position: relative;
    margin: 0;
    padding: 10px;
    background-color: #f7f7f7;
    border-radius: 3px;
}

    .left-menu-bar .left-menu-ul {
        position: relative;
        margin: 0;
        padding: 0;
    }

        .left-menu-bar .left-menu-ul .left-menu-li {
            padding: 5px 0;
            position: relative;
            color: #333;
            font-size: 17px;
            font-weight: 400;
            border-bottom: 1px solid #fff;
            margin-bottom: 5px;
        }

.small, small {
    font-size: .875em;
    background-color: #fff;
    padding: 5px;
    margin: 5px 0;
}

.menu-txt {
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
    color: #222;
}

.menu-txt-active {
    font-size: 16px;
    font-weight: 600;
    color: #c30d0d;
}

    .menu-txt-active::before {
        content: "\f107";
        position: absolute;
        right: 0;
        top: 0px;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        color: #c30d0d;
    }

.menu-txt-li {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    position: relative;
}

.menu-txt::before {
    content: "\f105";
    position: absolute;
    right: 0;
    top: 4px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.link-bck {
    color: #666 !important;
    font-size: 16px;
    padding: 5px 7px;
    width: 100%;
    position: relative;
}


.search {
    width: 30%;
    margin-bottom: 15px;
    background-color: #f7f7f7;
    padding: 10px;
    border-radius: 0;
    height: 50px;
    position: relative;
    border: 1px solid #ededed;
}

.search-input {
    color: #fff;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    margin-top: 5px;
    caret-color: transparent;
    line-height: 20px;
    transition: width 0.4s linear;
}

.search .search-input {
    padding: 0 10px;
    width: 100%;
    caret-color: #c30d0d;
    font-size: 15px;
    font-weight: 300;
    color: #222;
    transition: width 0.4s linear;
}

.search-icon {
    height: 34px;
    width: 45px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #c30d0d;
    font-size: 15px;
    bottom: 30px;
    position: relative;
    border-radius: 0
}

    .search-icon:hover {
        color: #fff !important;
        font-size: 15px;
    }

.product-div {
    border-radius: 5px;
    border: 1px solid #ededed;
    width: 100%;
    text-align: center;
    position: relative;
}

.product-title {
    background-color: #fff;
    text-align: center;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    position: relative;
}

.urun-btn .product-div, .urun-btn .product-title {
    position: relative;
    width: 100%;
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    transition: .5s;
}

.urun-btn:hover .product-div, .urun-btn:hover .product-title {
    position: relative;
    width: 100%;
    -moz-transform: translate(0px, -10px);
    -webkit-transform: translate(0px, -10px);
    -o-transform: translate(0px, -10px);
    -ms-transform: translate(0px, -10px);
    transform: translate(0px, -10px);
    transition: .5s;
}


.haber-title {
    font-size: 25px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}


.haber-dty-txt {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.pdf {
    border: 1px solid #151b5a;
    padding: 15px;
    position: relative;
    width: 98px;
}

    .pdf p {
        position: absolute;
        bottom: -16px;
        background: #141959;
        padding-left: 36%;
        width: 100%;
        left: 0px;
        color: white;
    }


        .pdf p a {
            color: white;
            text-decoration: none;
        }


.ss {
    font-weight: 400;
    font-size:15px;
}

.pdfler:nth-child(1n) {
    padding: 10px 20px;
    background: #f3f3f3;
    height: 100%;
    max-height: 80px;
}

.pdfler:nth-child(2n) {
    padding: 10px 20px;
    background: white;
    height: 100%;
    max-height: 80px;
}


@media all and (max-width: 992px) {
    .pdfler:nth-child(1n) {
        padding: 10px 20px;
        background: #f3f3f3;
        height: 100%;
        max-height: 100%;
    }

    .pdfler:nth-child(2n) {
        padding: 10px 20px;
        background: white;
        height: 100%;
        max-height: 100%;
    }

    .pdfler p {
        font-size: 14px;
    }

        .pdfler p strong {
            font-size: 14px;
        }

    .pdfler a {
        font-size: 14px;
    }

        .pdfler a:hover {
            font-size: 14px;
        }


    .navbar-collapse.show {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        background-color: #161b59d6 !important;
        padding: 5px;
    }

    li.nav-item {
        padding: 10px 20px;
        font-weight: 500;
    }

    .hero-nav h1 {
        color: #efefef;
        font-size: 8vw;
        z-index: 3;
        padding-bottom: 10px;
    }

    .hero-nav {
        position: fixed;
        top: 0px;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 400px;
        min-height: 205px;
        z-index: 3;
    }
}



#trigger {
    cursor: pointer;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 12pt;
    color: #fff;
}

.sticky #trigger {
    cursor: pointer;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 12pt;
    color: #333;
}

#search {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2d2d2d;
    opacity: 0;
    visibility: hidden;
    transform: scale(3);
    transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

    #search.active {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }

    #search .input {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 125px;
        margin: auto;
    }

        #search .input .search {
            float: left;
            width: calc(100% - 125px);
            height: 125px;
            padding: 0;
            margin: 0;
            border: 0;
            outline: 0;
            background: transparent;
            font-size: 36pt;
            color: #fff;
            font-weight: 800;
            line-height: 125px;
            text-indent: 50px;
        }

            #search .input .search::-webkit-input-placeholder {
                color: rgba(255, 255, 255, 0.5);
            }

        #search .input .submit {
            cursor: pointer;
            float: left;
            width: 125px;
            height: 125px;
            padding: 0;
            margin: 0;
            border: 0;
            outline: 0;
            background: transparent;
            font-size: 36pt;
            color: #fff;
            text-align: center;
            line-height: 125px;
        }

    #search #close {
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
        width: 125px;
        height: 125px;
        padding: 0;
        margin: 0;
        border: 0;
        outline: 0;
        background: transparent;
        font-size: 56px;
        color: #fff;
        text-align: center;
        line-height: 125px;
    }



.imgbg {
    background-color: #f7f7f7;
    border-radius: 5px;
    width: 100%;
    padding: 5px;
}

.titlebar {
    background-color: #f7f7f7;
    color: #a22424;
    font-size: 20px;
    text-align: center;
    padding: 10px 15px;
    margin-bottom: 10px;
    font-weight: bold;
    border: 1px solid #ebebeb;
}

.urunbg {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}

    .urunbg .urun-title {
        font-size: 30px;
        font-weight: bold;
        color: #1c1d57;
        text-align: center;
        margin-bottom: 15px;
    }

    .urunbg .urun-ic-alan {
        font-size: 17px;
        font-weight: bold;
        text-align: end;
        margin-bottom: 15px;
    }


.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0 solid;
    border-right: 0 solid transparent;
    border-bottom: 0;
    border-left: 0 solid transparent;
}



.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem !important;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

@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;
    }
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #333;
}

.imgback {
    border-radius: 5px;
    padding: 5px;
}

    .imgback img {
        transition: .5s;
        transform: translate(0,0);
    }


    .imgback:hover img {
        filter: grayscale(0);
        transition: .5s;
        transform: translate(0px,-10px);
    }


.syf-title {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}


.hizmetler.swiper {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 0px;
    overflow: hidden;
    height: 100%;
}


/*Otomat çelikleri*/

.otomatbg {
    width: 100%;
    height: auto;
    padding: 15px 0px;
    position: relative;
    float: left;
    border-bottom-width: 4px;
    border-style: solid;
    border-image: linear-gradient(to right, #193c62, #768aad) 1;
}

    .otomatbg .otomattitle {
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        writing-mode: vertical-lr;
        margin-right: 30px;
        margin-left: 15px;
        position: relative;
        background-color: rgb(255 255 255 / 46%);
        padding: 10px;
        text-align: center;
        transform: rotate(180deg);
        text-transform: uppercase;
    }


    .otomatbg .otomatalttitle {
        color: #e1e1e1;
        font-size: 18px;
        margin-right: 10px;
        font-weight: bold;
        margin-bottom: 10px;
    }

.otomatbox {
    border-radius: 5px;
    text-align: center;
    width: fit-content;
    padding: 10px;
    color: #fff;
    font-size: 15px;
    margin: 5px;
    float: left;
    background-color: #e2e2e252;
    font-weight: bold;
}

    .otomatbox a {
        color: #fff;
    }

.otomatbgalt {
    width: 100%;
    height: auto;
    padding: 15px 0px;
    position: relative;
    border-bottom-width: 4px;
    border-style: solid;
    border-image: linear-gradient(to right, #193c62, #768aad) 1;
}

.go-top {
    position: fixed;
    bottom: 2em;
    right: 2em;
    text-decoration: none;
    color: #fff;
    background-color: #161b59;
    font-size: 19px;
    padding: 10px;
    width: 40px;
    height: 48px;
    display: none;
    text-align: center;
    transition: .5s;
    z-index: 999;
    box-shadow: 1px 2px 12px 6px #7d82c9;
}

    .go-top:hover {
        background-color: #0f1344;
        color: #fff;
        transition: .5s;
    }

#text {
    display: none;
}

#toggle {
    color: #fff;
    font-size: 16px;
    background: #141959;
    margin-top: 15px;
    border: 1px solid #141959;
    padding: 10px;
}

.tedarik {
    color: #333;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    background-color: #e2e2e2;
    border-radius: 5px;
    padding: 10px;
    transition: .5s;
}

    .tedarik:hover {
        color: #d24a44;
        font-size: 20px;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        background-color: #e2e2e2;
        border-radius: 5px;
        transition: .5s;
    }





/*Milestones*/


.circle {
    padding: 11px 13px;
    border-radius: 50%;
    border: 3px solid #afbada;
    background-color: #213f99;
    color: #fff;
    width: 50px;
    z-index: 2;
    height: 50px;
}

.how-it-works.row .col-2 {
    align-self: stretch;
}

    .how-it-works.row .col-2::after {
        content: "";
    }

    .how-it-works.row .col-2.bottom::after {
        height: 51%;
        left: 50%;
        top: 50%;
    }

    .how-it-works.row .col-2.full::after {
        height: 100%;
        left: calc(50% - 3px);
    }

    .how-it-works.row .col-2.fullLeft::after {
        height: 100%;
        left: calc(50% - 0px);
    }

    .how-it-works.row .col-2.top::after {
        height: 50%;
        left: 50%;
        top: 0;
    }

.timeline div {
    padding: 0;
    height: 40px;
}

.timeline hr {
    border-top: 3px solid #213f99;
    margin: 0;
    top: 17px;
    position: relative;
}

.timeline .col-2 {
    display: flex;
    overflow: hidden;
}

.timeline .corner {
    border: 3px solid #213f99;
    width: 100%;
    position: relative;
    border-radius: 15px;
}

.timeline .top-right {
    left: 50%;
    top: -50%;
}

.timeline .left-bottom {
    left: -50%;
    top: calc(50% - 3px);
}

.timeline .top-left {
    left: -50%;
    top: -50%;
}

.timeline .right-bottom {
    left: 50%;
    top: calc(50% - 3px);
}

.circle.font-weight-bold {
}

.carousel-caption p {
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,1.0), 0 0 20px #000, 0 0 20px #000;
    background-color: rgba(0,0,0,.64);
    border-radius: 3px;
    letter-spacing: .13rem;
    padding: .33rem;
}

.carousel-inner {
    border-radius: .33rem;
}

.milestone {
    border-radius: 7px;
    opacity: 1;
    transition: 1s;
}

    .milestone.fade-in {
        background-color: rgba(200, 138, 18,.43);
        opacity: 1;
    }


.syf ul {
    padding-left: 2rem;
}

    .syf ul li {
        margin: 5px 0;
        list-style: circle;
    }


.foot-link {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

    .foot-link:hover {
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        text-decoration: underline;
    }

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    z-index: 99;
    transition: box-shadow .15s ease-in-out;
}


@media all and (max-width: 992px) {

    .navbar-nav {
        z-index: 999;
        position: relative;
        overflow: auto;
        width: 100%;
        padding-bottom: 20px;
    }

    .dropdown-menu {
        position: absolute !important;
        top: 100%;
        z-index: 1000;
        display: none;
        min-width: 10rem;
        padding: 0.5rem 0.5rem;
        margin: 0;
        font-size: 18px;
        color: #212529;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 0.25rem;
    }



    .hakkimizda-txt p:first-child {
        font-size: 15px;
        margin-bottom: 0px;
    }
}

.devam-btn {
    position: absolute;
    background-color: #6b8bb7;
    border: 1px solid #333;
    border-radius: 5px;
    color: #333;
    padding: 4px;
    text-align: center;
    right: 0px;
    bottom: -20px;
}

    .devam-btn a {
        color: #fff;
        font-weight: 500;
    }


    .devam-btn:hover a:hover {
        color: #fff;
        font-weight: 500;
    }





.milestonebg {
    position: relative;
    background-image: url(../images/img/tarihcebg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    margin: 0;
    padding: 2% 0;
    position: relative;
    overflow-x: hidden;
    background-attachment: fixed;
}

.milestone-title {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

.milestone-border {
    width: 10%;
    height: 2px;
    background-color: #081AB8;
    margin: auto;
}

.mlstn-wrapper {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.mlstn-wrap:before {
    top: 2.5%;
    bottom: 0;
    position: absolute;
    content: "";
    width: 2px;
    background-color: #0B47AD;
    margin-left: -1.5px;
    left: 50%;
}


.mlstn-wrap .ml-item .mlbg {
    background-color: #fff;
    border-radius: 5px;
    width: 45%;
    padding: 2% 3%;
    margin-top: 3%;
    position: relative;
    margin-bottom: 60px;
}

.mlstn-wrap .ml-itemsag {
    width: 100%;
    position: relative;
    height: 170px;
}

    .mlstn-wrap .ml-itemsag .mlbg2 {
        width: 45%;
        position: relative;
        background-color: #fff;
        border-radius: 5px;
        padding: 2% 3%;
        float: right;
    }


.nmbrbg {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    padding: 8px;
    background-color: #293F6B;
    font-size: 20px;
    font-weight: bold;
    top: 0;
    right: -18.4%;
}

.nmbrbgsag {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    padding: 8px;
    background-color: #293F6B;
    font-size: 20px;
    font-weight: bold;
    top: -60px;
    left: -17.8%;
}

.ml-date {
    background-color: #EEF1F6;
    width: 100%;
    padding: 10px;
    text-align: center;
    border-radius: 3px;
    margin-bottom: 10px;
    color: #333;
    font-size: 20px;
    font-weight: bold;
}

.ml-brdr {
    width: 25%;
    height: 3px;
    background-color: #C41A1A;
    margin: 0px 0px 15px 0px;
}

.ml-txt {
    font-size: 17px;
    font-weight: 400;
    color: #333333;
}

.w-60 {
    width: 60% !important;
}

.srtf-txt {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 600;
    position: relative;
}


/*Search Bar Css*/

#navbar .search_bar {
    height: 35px;
    position: relative;
    background: #ffffff;
    border-radius: 30px;
    transition: all 0.5s ease;
}

#navbar.sticky .search_bar {
    height: 35px;
    position: relative;
    background: #ffffff;
    border-radius: 30px;
    transition: all 0.5s ease;
    border: 1px solid #ccc;
}

.btn {
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    float: right;
    width: 40px;
    transition: 0.4s;
    height: 100%;
    border-radius: 30px;
}

.typing {
    border: none;
    background: none;
    color: #333;
    padding: 0;
    outline: none;
    font-size: 16px;
    float: left;
    transition: 0.4s;
    font-weight: bold;
    width: 0px;
    height: 100%;
}

    .search_bar:hover > .typing, .typing:focus {
        padding: 0 6px;
        max-width: 200px;
        width: 60%;
    }

        .search_bar:hover > .btn,
        .typing:focus ~ .btn {
            background: white;
        }


    .typing::placeholder {
        color: #333;
        opacity: 1;
    }



@media all and (max-width: 992px) {
    .hizmetbg-alt .hbr-title {
        font-size: 25px;
    }

    .get-in-touch .title {
        text-align: center;
        font-size: 25px;
        padding-bottom: 0px;
    }

    .footer-line ul {
        display: block;
    }

        .footer-line ul li {
            margin-right: 0px;
            margin-bottom: 5px;
        }

    .logotrans {
        display: none;
    }

    .swiper {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 0px;
        overflow: hidden;
    }

    .tedarik {
        font-size: 9px;
    }

        .tedarik:hover {
            font-size: 9px;
        }

    .haberbg .hbr-title {
        font-size: 25px;
        margin-bottom: 5px;
    }

    .otomatbox {
        font-size: 13px;
    }

    .devam-btn {
        bottom: -17px;
        font-size: 13px;
    }

    .otomatbg .otomatalttitle {
        font-size: 16px;
    }

    .search {
        width: 60%;
    }

        .search .search-input {
            font-size: 15px;
        }

    .navbar-toggler {
        background-color: white;
    }
}



.custom-btn {
    padding: 10px 25px;
    border: 2px solid #5e769a;
    background: #a71111;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    color: #fff;
    font-weight: 600;
}

.btn-11 {
    overflow: hidden;
    transition: all 0.3s ease;
}

    .btn-11:hover {
        background: #c51313;
        color: #fff;
    }

    .btn-11:before {
        position: absolute;
        content: '';
        display: inline-block;
        top: -180px;
        left: 0;
        width: 30px;
        height: 100%;
        background-color: #fff;
        animation: shiny-btn1 2.5s ease-in-out infinite;
    }

    .btn-11:active {
        box-shadow: 4px 4px 6px 0 rgba(255,255,255,.3), -4px -4px 6px 0 rgba(116, 125, 136, .2), inset -4px -4px 6px 0 rgba(255,255,255,.2), inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
    }


@-webkit-keyframes shiny-btn1 {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.1;
    }

    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}



@media(max-width: 991px) {

    .tecrubebg {
        background-image: none !important;
    }
}



.hbrresim img
{
    overflow:hidden;
    width:100%;
    height:250px;
    position:relative;
    object-fit:contain;
}

.tecrubebg h1
{
    font-size:16px;
    font-weight:bold;
}


.otomatbg .otomatalttitle a{
    color: #e1e1e1;
    font-size: 18px;
    margin-right: 10px;
    font-weight: bold;
    margin-bottom: 10px;
}