/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
    font-family: "Roboto Condensed" !important;
    /*font-family: 'Ubuntu', sans-serif;*/
}
a {
    outline: none !important;
}
a img {
    outline: none !important;
}
button:focus {
    outline: none !important;
}
.ff1 {
    font-family: "Roboto Condensed";
}
.jumbotron {
    height:calc(100vh);
    background-color:#000000;
    padding:0px;
    position:relative;
}
    .jumbotron .asagi {
        display: block;
        background-color: #ffc107;
        width: 50px;
        height: 50px;
        position: absolute;
        bottom: 20px;
        left: 50%;
        margin-left: -25px;
        border-radius: 50%;
        z-index: 3000;
        color: #000;
        line-height: 50px;
        text-align: center;
        /*animation: mymove 0.9s infinite;*/
    }
        .jumbotron .asagi.sakla {
            display: none;
            bottom:-50px;
        }

        /*@keyframes mymove {
            from {
        bottom: 25px;
    }

    to {
        bottom: 10px;
    }
}*/

.fixed-top {
    top:20px !important;
}
.fixed-top.moved {
    top: 0px !important;
}
.header-top {
    color: #fff;
    position: fixed;
    top: 0px;
    height: 48px;
    z-index: 1000;
    width: 100%;
    padding: 10px;
    font-size: 12px;
    transition: all 0.3s ease-out;
}
    .header-top.moved {
        top: -48px;
        transition: all 0.3s ease-out;
    }

.mainslide {
    width:100%;
    height:100%;
    overflow:hidden;
}

    .navbar-nav .nav-link {
        color: #fff;
        margin-left: 15px !important;
        font-size:16px !important;
    }

.navbar {
    transition: all 0.3s ease-out;
}

.navbar .logod {display:none;}
    .navbar .logow {
        display: block;
    }
    .navbar.moved {
        background-color: #fff;
        transition: all 0.3s ease-out;
        height: 55px;
        box-shadow: 1px 1px 5px #e8e8e8;
        top: 0px;
        z-index: 1000;
    }
        .navbar.moved .logod {display:block;}
        .navbar.moved .logow {
            display: none;
        }
        .navbar.moved .navbar-nav .nav-link {
            color: #000;
        }

    .navbar .nav-item .nav-link:hover  {
        background: rgba(255, 193, 5, 1);
        border-radius: 5px;
        color:#000;
    }

.dropdown-item {
    font-size:14px;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: rgba(255, 193, 5, 0.62);
}


.owl-carousel .owl-stage-outer, .owl-carousel .owl-stage {
    height: 100%;
}
.owl-carousel .owl-item {
    position: relative;
    height:100%;
}
    .owl-carousel .owl-item .item {
        height:100%;
        background-position:top center;
        background-repeat:no-repeat;
        background-size:cover;
    }
        .owl-carousel .owl-item .item .overlay {
            background: rgba(0,0,0,0.5);
            width:100%;
            height:100%;
            position:absolute;
            left:0;
            top:0;
        }
        .owl-item .item-caption {
            height: 100%;
            position: relative;
        }
    .owl-item .item-caption .item-text {
        position: absolute;
        top: 40%;
        color: #fff;
        text-align:center;
        width:100%;

    }

        .owl-item .item-caption .item-text h2 {
			font-family: "Roboto Condensed";
			color: red;
            font-size: 60px;
            font-weight:600;
            text-shadow: 2px 2px 2px #333;
			text-transform: capitalize;
        }

        .owl-item .item-caption .item-text p {
			font-family: "Roboto Condensed";
            font-size: 25px;
            
        }

.owl-dots {
    position: absolute;
    right: 50px;
    top: 40%;
    z-index: 1000;
    width: 15px;
    background-color: rgba(255,255,255,0.3);
    border-radius: 10px;
    padding:10px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background-color: rgba(255,255,255,0.5);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: -5px;
}
    .owl-carousel button.owl-dot.active {
        background: rgba(0,0,0,0.9);
        
    }


.diger-urunler .card-title {
    margin-bottom: 0px;
}





.main-products p {
	font-family: "Roboto Condensed";
    font-size: 13px;
}


/* İçerik Sayfası*/
.content .jumbotron {
    height: 400px;
    background-color: #000000;
    padding: 0px;
    position: relative;
}

    .content .jumbotron .item {
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .content .jumbotron .item .overlay {
            background: rgba(0,0,0,0.6);
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
        }

    .content .jumbotron .item-caption {
        height: 100%;
        position: relative;
    }

        .content .jumbotron .item-caption .item-text {
            position: absolute;
            bottom: 50px;
            color: #fff;
            text-align: center;
            width: 100%;
        }

            .content .jumbotron .item-caption .item-text h2 {
				font-family: "Roboto Condensed";
				color: red;
                font-size: 45px;
                font-weight: 600;
                text-shadow: 2px 2px 2px #333;
            }

            .content .jumbotron .item-caption .item-text p {
                font-size: 18px;
                text-shadow: 1px 1px 2px #333;
            }

          .gallery-item img {
              max-width:100%;
          }

          .diger-urunler:hover {
              background-color:#ffa500;
              text-decoration:none;
          }

.stickyarea {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 60px;
    height: min-content;
}


.post h3{
    color:#333;
    font-size:20px;
}

.post .description {
    color: #999;
    font-size: 14px;
}

.tekblog h1 {
    font-size:22px;
    font-weight:600;
}

.sidebar h4 {
    font-size:16px;
    font-weight:600;
}

.sidebar ul li {
    font-size:13px;
}
    .sidebar ul li a {
        color: #333;
        display: block;
        padding: 5px 0px;
        transition: all 0.3s ease-out;
    }
        .sidebar ul li a:hover {
            background-color: rgba(255, 193, 5, 0.62);
            padding-left:15px;
            transition: all 0.3s ease-out;
            text-decoration:none;
        }

    .card-title {
        font-size: 17px !important;
        font-weight: 600 !important;
    }
.card-text {
    font-size: 13px !important;
}

.main-referans {
    height: 200px;
}

.refslide .owl-nav {
    position: absolute;
    top: 5px;
    width: 100%;
    color: #ffa500 !important;
}

    .refslide .owl-nav .owl-prev {
        left: -40px;
        position: absolute;
        font-size: 100px !important;
    }
    .refslide .owl-nav .owl-next {
        right: -40px;
        position: absolute;
        font-size: 100px !important;
    }


.urun-kutu {
    display: flex;
}
    .urun-kutu .urun-icon {
        top: -15px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 1 0 auto;
        font-size: 20px;
        position: relative;
        text-align: center;
        padding: 0.8em;
        height: 1px;
        width: 2.7em;
        height: 2.7em;
    }
    .urun-kutu .urun-bilgi {
        flex: 1 1 100%;
        padding-left: 15px;
        text-align:left;
    }

    .urun-kutu .urun-bilgi a {
        color:#000;
    }

        .urun-kutu .urun-bilgi a:hover {
            color: #ffa500;
            text-decoration:none;
        }


.iletisimright li{
    font-size:14px;
}
.iletisimright li i {
    width: 20px;
    margin-right: 8px;
}









    .pricecol .card-header {
        font-size: 18px;
    }












.price-banner,
.pricing-table .card-footer {
    background: #fff
}

.pricing-table .pricecol {
    padding:0px !important;
    margin-left:-1px;
}
.price-banner {
    margin: 0;
    padding: 20px 1.25rem;
    text-shadow: none;
    color: #55A79A;
    display: block;
    font-size: 16px;
    line-height: 1;
    min-height: 70px;
    border-bottom: solid 2px;
    background-color: #6c757d14;
}

    .price-banner .price-digits {
        font-size: 32px;
    }

    .price-banner.price-banner-sm {
        min-height: 0;
        padding-top: 10px;
        padding-bottom: 10px
    }

.pricing-table .card-title {
    margin-bottom: 0
}

.pricing-table .card-header {
    height: 78px;
    background: #fff
}





.card-ribbon {
    width: 200px;
    padding: 2px 5px;
    position: absolute;
    text-align: center;
    font-size: 12px;
    z-index: 1
}

.card-ribbon-top {
    top: 20px
}

.card-ribbon-bottom {
    bottom: 20px
}

.card-ribbon-left {
    left: -70px
}

.card-ribbon-right {
    right: -70px
}

.flex-direction-nav a,
.flex-direction-nav a.flex-next,
.flex-direction-nav a.tp-rightarrow {
    right: 0;
    text-align: center
}

.card-ribbon-bottom.card-ribbon-right,
.card-ribbon-top.card-ribbon-left {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.card-ribbon-bottom.card-ribbon-left,
.card-ribbon-top.card-ribbon-right {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.card-block-overlap {
    margin-left: -4px !important;
    margin-right: -4px !important
}

.mr-6,
.mx-6 {
    margin-right: 4.5rem !important
}

.pricing-table .card-outline-primary {
    overflow: hidden;
}


@media (min-width:576px) {

    /*.pricing-table .pricecol {
        padding: 15px !important;
        margin-left: auto;
    }*/

    .pricing-table .card-offset-y {
        position: relative;
        z-index: 1;
        margin-top: -10px;
    }

        .pricing-table .card-offset-y .card-header {
            height: 100px
        }

        .pricing-table .card-offset-y .card-footer {
            padding-top: 22px
        }

        .pricing-table .card-offset-y .card-title {
            margin-top: 10px;
            position: relative
        }

    .page-boxed #content,
    .page-boxed #content-below,
    .page-boxed #footer,
    .page-boxed #header,
    .page-boxed #highlighted {
        max-width: 760px;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc
    }

    .page-boxed #footer {
        border-left-color: #333;
        border-right-color: #333
    }
}

.pricing-table .card-header-hidden {
    margin-top: 78px;
    display: block
}

    .pricing-table .card-header-hidden .card-header {
        display: none
    }

.pricing-table .price-banner .price-digits {
    font-size: 15px
}

.pricing-table .list-group-item {
    height: 44px;
    display: block;
    font-size:13px;
}

.bg-shadow {
    box-shadow: 1px 1px 5px #d2d2d2;
    transition: all 0.5s ease-out;
}

    .bg-shadow:hover {
        box-shadow: 1px 1px 15px #000;
        transition: all 0.5s ease-out;
        z-index:10;
    }


    footer {
        font-size:13px;
    }

footer li {
    padding:5px 0px;
}

        footer li i {
            width:20px;
            margin-right:8px;
        }


.morphext > .animated {display: inline-block;}