﻿@import url('/assets/Fonts/Poppins/poppins.css');
@import url('/assets/Fonts/MicrogrammaDot/MicrogrammaDOT.css');

* {
    margin: 0;
    padding: 0;
}

::-moz-selection {
    color: white;
    background: #F26A22;
}

::selection {
    color: white;
    background: #F26A22;
}

body {
    background-color: #5C595B;
    color: #F2F2F0;
    font-size: 14px;
    line-height:24px;
    font-family: 'poppinsregular' !important;
}

a {
    color: #F2F2F0;
}

header {
    background-color: #5C595B;
    border-bottom: 3px solid #F26A22;
}

.carousel .carousel-caption {
    font-size: 26px;
    text-align: left;
    left: 5%;
    right: 0;
    padding-bottom: 2.5rem;
    text-shadow: 1px 1px 4px #000000;
}

    .carousel .carousel-caption::before {
        content: '';
        position: absolute;
        width: 70px;
        height: 5px;
        background-color: #F26A22;
    }

.carousel .carousel-item img {
    filter: grayscale(30%);
}

.owl-nav i {
    font-size: 48px;
}

.owl-prev, .owl-next {
    width: 50px;
    height: 100px;
    color: #F26A22 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #FFF !important;
    text-decoration: none;
}

.owl-prev {
    left: -55px;
}

.owl-next {
    right: -55px;
}

.nav-item {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.navbar .navbar-brand > img {
    height: 60px;
}

.nav-item > a {
    color: #fff;
}

    .nav-item > a:hover {
        color: #fff;
    }

.navbar-nav > li > a, .navbar-nav > li > a:hover {
    color: #fff;
    font-size:14px !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #fff;
}

.navbar-nav .btn-primary,
.navbar-nav .btn-primary:hover,
.navbar-nav .btn-primary:active,
.navbar-nav .btn-primary:visited {
    font-size: 13px;
    font-weight: normal;
    padding: 8px 20px !important;
}

.navbar-nav .nav-item .dropdown-menu {
    background-color: #5C595B;
    border: 2px solid #515151;
}

    .navbar-nav .nav-item .dropdown-menu .dropdown-item {
        color: #fff;
        font-size: 14px !important;
    }

        .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
            background-color: #515151;
        }
    .navbar-nav .nav-item .dropdown-menu ul{
        margin:0;
        padding:0;
    }
    .navbar-nav .nav-item .dropdown-menu ul li {
        list-style-type: none;
    }


section {
    padding: 40px 0px;
    /*border-bottom: 1px solid #515151;*/
}

    section .headerTitle > h1 {
        padding-top: 20px;
        font-size: 32px;
        font-weight: normal;
    }

    section .headerTitle::before {
        content: '';
        position: absolute;
        width: 100px;
        height: 5px;
        background-color: #F26A22;
    }

main {
    min-height: 600px;
}

.urunKategorileri .card-title {
    margin-top: 10px;
    font-size: 16px;
    text-shadow: 1px 1px 4px #000000;
}

.urunKategorileri .card {
    background-color: transparent;
    border: 0;
    ;
}

.nedenBiz {
    background-image: url(/assets/images/bg.png);
    background-repeat: no-repeat;
    background-position: top right;
}

    .nedenBiz h2 {
        font-size: 18px;
    }

.sertifikalarimiz .owl-carousel img {
    border-radius: 20px;
}

.bizeUlasin {
    background: url(/assets/images/bizeUlasinBg.jpeg);
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-size: 50% 100%;
    min-height: 500px;
}

    .bizeUlasin i {
        color: #F26A22;
        font-size: 20px;
        width: 25px;
    }

footer {
    border-top: 3px solid #515151;
    padding: 20px 0;
    font-size: 12px;
}

    footer ul.footerMenu {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        footer ul.footerMenu li {
            display: inline-block;
            padding: 0 10px;
        }

            footer ul.footerMenu li:last-child {
                padding-right: 0;
            }

            footer ul.footerMenu li a {
                text-decoration: none;
            }

                footer ul.footerMenu li a:hover {
                    text-decoration: underline;
                }

.form-control {
    font-size: 13px;
}

.btn {
    font-size: 13px;
    font-weight: 600;
}

.form-check-input:checked {
    background-color: #F26A22;
    border-color: #F26A22;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited {
    background-color: #F26A22 !important;
    border-color: #F26A22 !important;
}


ul.solMenu {
    list-style-type: none;
    margin: 0;
    padding: 10px 20px;
    border: 2px solid #515151;
    background-color: #5C595B;
    border-radius: 10px;
}

    ul.solMenu li a {
        display: block;
        font-size: 13px;
        text-decoration: none;
        padding: 10px 0 !important;
        border-bottom: 1px solid #515151;
    }

    ul.solMenu li:last-child a {
        border: none;
    }

    ul.solMenu li a.active {
        color: #F26A22;
        font-weight: bold;
    }

        ul.solMenu li a.active i {
            color: #F26A22;
        }

.breadcrumb-item {
    font-size: 12px;
}

    .breadcrumb-item.active {
        color: #fff;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        color: #fff;
    }


.pageContent {
}

    .pageContent h1 {
        padding-top: 20px;
        font-size: 26px;
        font-weight: normal;
        margin-bottom: 20px;
    }

        .pageContent h1::before {
            content: '';
            position: absolute;
            width: 100px;
            height: 5px;
            background-color: #F26A22;
            margin-top: -20px;
        }

.cc-window.cc-floating {
    border: 2px solid #515151;
}
.cc-window.cc-banner {
    border-top: 2px solid #F26A22;
}
.cc-compliance a {
    text-decoration: none;
}


.searchBox {
    background-color: #00144e;
}

    .searchBox.card {
        border: none;
        background: #f26a22;
        box-shadow: 0px 10px 20px #808080;
        border-radius: 0;
        width: 100%;
    }

    .searchBox h3 {
        color: #fff;
        font-weight:normal;
    }

    .searchBox .btn-close {
        background: transparent url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23fff"%3E%3Cpath d="M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z"/%3E%3C/svg%3E') center/1em auto no-repeat;
    }

.search {
    width: 100%;
    margin-bottom: auto;
    margin-top: 20px;
    height: 50px;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px
}

.search-input {
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    margin-top: 2px;
    caret-color: #fff;
    line-height: 20px;
    transition: width 0.4s linear
}

.search .search-input {
    padding: 0 10px;
    width: 100%;
    caret-color: #536bf6;
    font-size: 19px;
    font-weight: 300;
    line-height: 26px;
    color: black;
    transition: width 0.4s linear
}

.search-icon {
    height: 34px;
    width: 34px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #f26a22;
    font-size: 18px;
    bottom: 30px;
    position: relative;
    border-radius: 5px;
    border: none;
}

.searchResult a {
    border: 1px solid #434343;
    border-radius: 10px;
    padding: 15px;
}

.pagination-container ul.pagination {
    justify-content: flex-end;
}
.page-link, .page-link.active{
    background-color:#5C595B;
    border: 1px solid #808080;
    font-size:13px;
    color:white;
    padding: 3px 11px;
}
    .active > .page-link, .page-link.active {
        background-color: #F26A22;
        border: 1px solid #808080;
        font-size: 13px;
    }

.sepeteekle .input-group-text{font-size:12px}
.sepeteekle .form-control {
    width:70px
}

.field-validation-error{
    font-size:12px;
}
.has-error .form-control {
    border: 1px solid #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.has-error .form-check-input {
    border: 1px solid #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.input-validation-error {
    border: 1px solid #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}


@media (max-width: 1024px) {
}

@media (max-width: 998px) {
}

@media (max-width: 992px) {
}

@media (max-width: 767px) {
    .bizeUlasin {
        background: none;
    }
}

@media (max-width: 468px) {
}
