/* 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: 'Poppins', sans-serif;
    color: black;
    font-size: 16px;
}

h1 {
    font-size: 24px;
}

p {
    font-size: 16px;
}

a:hover, a:active, a:focus {
    text-decoration: none;
}

.no-gutters {
    padding: 0;
}

.fancy img {
    width: 500px;
}

.pad {
    margin: 500px 0;
}

/*//// NAVBAR ////*/

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.55);
    font-weight: 500;
}

.navbar-top {
    background-color: #16559A;
    color: white;
    padding: 6px 0;
}


ul.naviletisim {
    display: inline-flex;
    margin-bottom: 0;
    padding: 0;
    font-size: 14px;
}

    ul.naviletisim li:first-child {
        padding-right: 15px;
    }

.topright {
    float: right;
}

ul.topright {
    display: inline-flex;
    margin-bottom: 0;
    padding: 0;
    font-size: 14px;
}

    ul.topright li {
        padding-right: 15px;
    }

.topbtn {
    background-color: white;
    color: #333;
    text-decoration: none;
    padding: 3px 10px;
    border-radius: 3px;
}


.nav-link {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

    .nav-link:after {
        background: none repeat scroll 0 0 transparent;
        bottom: 0;
        content: "";
        display: block;
        height: 2px;
        left: 50%;
        position: absolute;
        background: #16559A;
        transition: width 0.3s ease 0s, left 0.3s ease 0s;
        width: 0;
    }

    .nav-link:hover:after {
        width: 100%;
        left: 0;
    }

.sticky {
    position: fixed;
    margin: 0;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 15;
    width: 100%;
    top: 0;
}

/*//// MODAL ////*/

.modal .form-control {
    display: block;
    width: 100%;
    padding: .575rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #f7f7f7;
    background-clip: padding-box;
    border: 1px solid #f7f7f7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.modal .modal-header {
    border-bottom: 0px;
}

.modal-footer {
    border-top: 0;
}

.modal h5 {
    font-size: 24px;
    color: #16559A;
}

.modal .btn-primary {
    color: #fff;
    background-color: #16559A;
    border-color: #16559A;
}

    .modal .btn-primary:hover {
        color: #fff;
        background-color: #192f74;
        border-color: #192f74;
    }

.modal .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #ececec;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(232 232 232 / 25%);
}

.modal .btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem #eeeeee;
}


/*//// BANNER ////*/

.carousel-caption {
    padding-bottom: 150px;
}

    .carousel-caption h5 {
        font-size: 36px;
    }

.banners {
    height: 100vh;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

.banner-txt {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .banner-txt .text {
        font-size: 50px;
        color: white;
        text-align: center;
        font-weight: 600;
    }

.yt-video-background {
    position: absolute !important;
}

/*//// KURUMSAL ////*/
.kurumsal {
    margin: 100px 0;
}

.kurumsal-txt p:nth-child(1) {
    font-size: 24px;
    font-weight: 600;
}

.kurumsal-txt p:nth-child(2) {
    font-size: 24px;
    font-family: 'Lora', serif;
}

/*//// ÜRETİM ////*/

.uretim {
    position: relative;
}

.uretimbg {
    background-image: url(../images/img/uretim.jpg);
    min-height: 600px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-device-width: 1366px) {
    .uretimbg {
        background-attachment: scroll;
    }
}

.uretim::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.uretim-main {
    width: 100%;
    position: absolute;
    z-index: 1;
    height: 100%;
}

.uretim-txt {
    font-size: 20px;
    color: white;
}

    .uretim-txt .title {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 20px;
    }

/*//// ÜRÜNLER ////*/

.urunler {
    margin: 100px 0;
}

.urunler-txt {
    text-align: center;
    margin-bottom: 50px;
}

.urunler .title {
    font-size: 36px;
    font-weight: 500;
}

.urunler-txt .txt {
    font-size: 20px;
    font-family: 'Lora', serif;
}

.urun-card {
    background-color: #f7f7f7;
    height: 80px;
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
    box-shadow: inset 0px 0px 5px lightgrey;
    transition: .3s;
    background-image: url(../images/img/kk.png);
    background-position: left;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.ubtn {
    text-decoration: none;
    color: black;
}

.detay {
    color: black;
    display: none;
}

.urun-card:hover .urunisim {
    display: none;
}

.urun-card:hover {
    background-color: #dce7f1;
    color: #16559a;
}

    .urun-card:hover .detay {
        display: block;
    }

/*//// TEDARİK ////*/

.tedarik {
    background-color: #f7f7f7;
    padding: 100px 0;
}

    .tedarik .title {
        font-size: 24px;
        margin-bottom: 50px;
        font-weight: 600;
        text-align: center;
    }

.swiper {
    position: relative;
}

.swiper-pagination {
    position: relative;
    padding-top: 50px;
}

/*//// İFORM ////*/

.iform {
    position: absolute;
    width: 100%;
    bottom: 400px;
}

.iharita {
    position: relative;
    color: #333;
}

.iletisim-form {
    position: absolute;
    top: 18px;
    background: white;
    right: 20px;
    padding: 30px;
    box-shadow: 0px 0px 10px #b4b4b4;
}

.footer {
    background-image: url(../images/img/footerbg.jpg);
    background-color: #192f74;
    padding: 10px 0;
    color: white;
    position: relative;
    margin-top: 350px;
}

.footer-iletisim .title {
    font-size: 18px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 10px;
    font-weight: 500;
}

.footer-iletisim ul {
    padding: 0;
    margin-bottom: 30px;
}

    .footer-iletisim ul li i {
        color: gray;
    }

ul.sosyal {
    display: flex;
    margin-bottom: 0;
}

    ul.sosyal li {
        text-align: center;
        width: 50px;
        background-color: #f7f7f7;
        margin-right: 5px;
        padding: 8px 0px;
    }

        ul.sosyal li i {
            font-size: 18px;
            transition: .5s;
        }

        ul.sosyal li:hover i {
            color: #0665b8;
        }

.ttr {
    float: right;
}

.footer-content {
    padding: 150px 0px 30px 0px
}

.footerhk {
    background-color: #5791D2;
    padding: 25px;
}

    .footerhk p {
        font-weight: 200;
    }

.flogo {
    padding-bottom: 20px;
}

.footer-content ul {
    margin: 0;
    padding: 0;
    font-weight: 200;
}

    .footer-content ul li {
        padding-top: 10px;
    }

.ftitle {
    margin-bottom: 15px;
    font-weight: 500;
}


/*//// KURUMSAL ////*/

.hakkimizda-txt {
    padding: 50px 0;
}

    .hakkimizda-txt .title {
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 20px;
    }

.vizyonmisyon {
    background-color: #0665b8;
    color: white;
    padding: 20px;
    margin: 50px 0;
}

.sertifikalar {
    margin: 30px 0;
}

.page-footer {
    background-color: #16559A;
    color: #80b8e9;
    padding: 15px 0;
    font-size: 14px;
    font-weight: 200;
}


/*//// ÜRÜNLER ////*/

.page-urunler {
    padding: 50px 0;
}

    .page-urunler .title {
        font-size: 36px;
        font-weight: 500;
    }

.urunler-txt .txt {
    font-size: 20px;
    font-family: 'Lora', serif;
}

.uretim-galeri {
    padding: 30px 0;
}

/*//// İLETİŞİM ////*/

.iletisim-page {
    padding: 100px 0px 100px 0px;
}

    .iletisim-page ul {
        margin: 0;
        padding: 0;
    }

.ipage-form {
    background: #ffffff;
    padding: 50px;
    box-shadow: 0px 0px 25px #dadada;
}

.btn-primary {
    color: #fff;
    background-color: #16559A;
    border-color: #16559A;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #192f74;
        border-color: #192f74;
    }

.iletisim-page .form-control {
    font-weight: 300;
}

.imap {
    width: 100%;
    margin-top: 150px;
}

.iletisim-title {
    padding-bottom: 20px;
    font-weight: 500;
    font-size: 20px;
}

ul.adres li {
    padding: 5px 0;
    font-weight: 200;
}

    ul.adres li:first-child {
        font-size: 20px;
        margin-bottom: 10px;
    }

ul.isosyal {
    display: inline-flex;
    margin-top: 30px;
}

    ul.isosyal li {
        margin-right: 10px;
        padding: 7px;
        width: 40px;
        background: #f7f7f7;
        text-align: center;
    }

        ul.isosyal li a {
            color: #16559A;
        }

.iletisim-page .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #afafaf;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 25%);
}

/* //// media //// */

@media only screen and (max-width: 1366px) {
    .banner-txt .text {
        font-size: 36px;
    }
}

@media only screen and (max-width: 800px) {
    .carousel-inner h5 {
        font-size: 24px;
    }

    .carousel-caption {
        padding-bottom: 90px;
    }

    .iform {
        bottom: 400px;
    }
}

@media only screen and (max-width: 800px) {

    ul.topright {
        display: none;
    }

    .navbar img {
        width: 200px
    }

    .kurumsal {
        margin: 30px 0px;
    }

    .kurumsal-txt p:nth-child(1) {
        font-size: 20px;
        font-weight: 600;
    }

    .kurumsal-txt p:nth-child(2) {
        font-size: 20px;
        font-family: 'Lora', serif;
    }

    .uretim-txt .title {
        font-size: 20px;
        margin: 20px 0px;
        font-weight: 600;
    }

    p {
        font-size: 14px;
    }

    .urunler {
        margin: 30px 0;
    }

        .urunler .title {
            font-size: 20px;
            font-weight: 500;
        }

    .urunler-txt {
        text-align: center;
        margin-bottom: 30px;
    }

        .urunler-txt .txt {
            font-size: 14px;
            font-family: 'Lora', serif;
        }

    .tedarik .title {
        font-size: 20px;
    }

    .tedarik {
        padding: 30px 0;
    }

    .iform {
        display: none;
    }

    .footer {
        margin-top: 30px
    }

    .footer-content {
        padding: 20px;
    }
}

@media only screen and (max-width: 500px) {
    .page-urunler {
        padding: 20px 0px
    }

        .page-urunler .title {
            font-size: 24px;
            font-weight: 500;
        }

    .urunler-txt .txt {
        font-size: 13px;
        font-family: 'Lora', serif;
    }

    .iletisim-page {
        padding: 30px 0px;
    }

    ul.adres li:first-child {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .ipage-form {
        margin: 30px 0;
        padding: 20px
    }

    .imap {
        margin-top: 0
    }

    .row {
        margin: 0 !important;
        padding: 0;
    }

    .urun-card {
        height: 50px;
        box-shadow: inset 0px 0px 2px lightgrey;
    }
}

.accordions-table th {
    color: #4991e0;
}

.accordion-header {
    background-color: #fafafa;
}

.accordions-table .table > :not(caption) > * > * {
    padding: 0.2rem 0.2rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
}

.accordions-table tr td i {
    padding-right: 10px;
    color: #d97f7f;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    font-weight: 500;
    background-color: #16559A;
}

.accordion-button.collapsed {
    background: #326aa8;
    color: white;
}

.btn-urunler {
    color: #084298;
    font-weight: 500;
    background-color: #e7f1ff;
    text-align: center;
    font-size: 20px;
    width: 100%;
    padding: 20px;
    margin-bottom: 15px;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    background-image: none;
    color: white;
    margin-left: auto;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
}


.ks-menu {
    position: relative;
    width: 100%;
    min-height: 60px;
    z-index: 19;
    margin: auto;
    background-color: #f7f7f7;
}

    .ks-menu .menu-xxx {
        padding: 18px 0;
    }

        .ks-menu .menu-xxx ul {
            margin: 0px;
        }

        .ks-menu .menu-xxx li {
            display: inline-block;
        }

            .ks-menu .menu-xxx li a {
                color: #A3A3A3;
                font-size: 16px;
                font-weight: 300;
                padding: 5px;
            }

                .ks-menu .menu-xxx li a:hover {
                    background-color: #ececec;
                }

        .ks-menu .menu-xxx .activation a {
            color: #0C144E;
        }

        .ks-menu .menu-xxx li i {
            color: #A3A3A3;
            font-size: 16px;
        }

.hk-kps p {
    color: #3c3939;
}
