﻿/* Text Font Type Link: Recursive Font font-family: 'Recursive', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700&family=Raleway:wght@100;300;400&family=Recursive:wght@300;400;500;600;700;800&family=Roboto+Condensed:wght@300;700&display=swap');

:root {
    --font: font-family: 'Recursive', sans-serif;
    --primary-color: #006EC7;
    --ligt-color: #FFFFFF;
    --dark-color: #333333;
}

* {
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--font) !important;
    font-family: 'Recursive', sans-serif !important;
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
}

li {
    list-style-type: none !important;
}

header {
    height: 40px;
    max-height: 80px;
    background-color: var(--primary-color);
}

.bt-header a {
    background-color: #053C84;
    padding: 11px 20px;
}

header a:hover {
    color: var(--ligt-color);
}

.telephone a img {
    color: var(--ligt-color) !important;
}

.nav-link {
    color: var(--dark-color) !important;
    font-size: 18px;
    margin-right: 1rem;
}

.nav ul {
    margin: 0 auto;
}

.language a {
    color: var(--primary-color);
    font-weight: 400;
}

.language {
    padding-left: 1rem;
    border-left: 1px solid #707070;
}

.banner-content {
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    position: absolute;
}

.banner-content {
    color: var(--ligt-color);
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

    .banner-content h1 {
        font-size: 50px;
        font-weight: bold;
    }

.btn-general {
    font-size: 18px;
    padding: 10px 40px 10px 30px;
    border-radius: 5px;
}

.bt-banner {
    color: var(--ligt-color);
    border-radius: 5px;
    background-color: var(--primary-color);
    padding: 10px 30px;
}

    .bt-banner:hover {
        color: var(--ligt-color);
    }

    .bt-banner i {
        margin-left: 1rem;
    }

.container-fluid {
    padding: 0 !important;
}

#industry {
    background-image: url(../img/industry-banner.png);
    padding: 122px 0px;
}

    #industry h1 {
        font-size: 36px;
        font-weight: 700 !important;
    }

.bt-industry {
    color: var(--dark-color);
    border: 1px solid var(--primary-color);
}

    .bt-industry i {
        color: var(--dark-color);
        margin-left: 1rem;
    }

#factory {
    width: 100%;
    padding: 50px 0;
    background-image: url(../img/factory-banner.png);
    background-position: center;
    background-size: cover;
}

.factory-bg {
    width: 100%;
    height: 100%;
    background-color: #ffffffab;
}

.factory-address {
    max-width: 220px;
    margin-top: 25px;
    margin-bottom: 20px;
    width: 400px;
}

#factory li {
    margin-top: 10px;
}

#factory a {
    color: var(--dark-color);
    font-size: 16px;
}

#factory li img {
    color: var(--dark-color);
    margin-right: 5px;
}

.factory-text {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .factory-text h3 {
        color: var(--ligt-color);
        font-size: 36px;
    }

    .factory-text p {
        color: var(--ligt-color);
        font-size: 18px;
        padding: 22px 0px;
        max-width: 650px;
    }

.factory-detail {
    bottom: 0;
    left: 12px;
    font-size: 18px;
    font-weight: bold;
    color: var(--ligt-color);
    padding: 7px 20px;
    background-color: var(--primary-color);
}

.bg-project {
    background-color: #F7F7F7;
}

.line {
    background-color: var(--primary-color);
    width: 60px;
    height: 5px;
    margin: 2rem 0;
}

#project {
    padding: 80px 0px 132px 0px;
}

    #project h5 {
        font-size: 20px;
        min-width: 100%;
    }

    #project a {
        color: var(--dark-color);
        bottom: 20px;
        left: 0;
    }

.project-info-1 {
    bottom: 35px;
    left: 39px;
    padding: 21px 34px 21px 14px;
    color: var(--dark-color);
    background-color: var(--ligt-color);
    opacity: .9;
    width: 68%;
}

.btn-project {
    border: 1px solid var(--primary-color);
}

    .btn-project i {
        margin-top: 40px;
        color: var(--dark-color);
        margin-left: 30px;
    }

#experience {
    margin-top: 50px;
    height: 100%;
    max-height: 100%;
    padding: 22px 0px;
    background-color: var(--primary-color);
}

.experience-left {
    height: 100%;
    display: flex;
    align-items: center;
}

.experience-right {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

#experience h1 {
    color: var(--ligt-color);
    font-size: 45px;
    font-weight: bolder;
}

#experience h4 {
    color: var(--ligt-color);
    font-size: 24px;
    font-weight: 300;
    margin-top: 3px;
    margin-left: 5px;
}

.btn-experience-1 {
    color: var(--ligt-color);
    padding: 10px 30px;
    border: 1px solid #5D94C0;
    border-radius: 5px;
    margin-right: 10px;
}

.btn-experience-2 {
    color: var(--ligt-color);
    padding: 10px 20px;
    border: 1px solid #5D94C0;
    border-radius: 5px;
}

    .btn-experience-1:hover, .btn-experience-2:hover {
        color: var(--ligt-color);
    }

footer .social-media-icon i {
    color: #B7B7B7;
}

footer a {
    color: var(--dark-color);
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
}

footer ul {
    margin-bottom: 0;
}

footer li {
    list-style-type: none;
    margin-top: 1px;
    padding: 2px 0;
}

footer h4 {
    font-size: 18px;
    font-weight: 400;
    margin-left: 2rem;
}

@media (max-width:900px) {
    header {
        height: 90px;
    }
}

.product-btn {
    position: relative;
    margin: 0px;
    padding: 0px;
    background-repeat: center top;
    background-size: cover;
    width: 100%;
    height: 536px;
}

    .product-btn .pro-title {
        color: #fff;
        font-size: 30px;
        font-weight: 400;
        position: absolute;
        bottom: 15px;
        left: 20px;
        transition: 1s;
        font-family: 'Recursive', sans-serif !important;
    }

    .product-btn .pro-txt {
        opacity: 0;
        position: absolute;
        transition: .5s;
        bottom: -100px;
        left: 20px;
        z-index: -1;
        width: 95%;
    }

    .product-btn:hover .pro-title {
        bottom: 175px;
        left: 20px;
        transition: .5s;
    }

    .product-btn:hover .pro-txt {
        display: block !important;
        opacity: 1;
        position: absolute;
        bottom: 50px;
        left: 20px;
        color: #fff;
        font-size: 16px;
        transition: .5s;
        z-index: 99;
    }

#product .row > * {
    padding-right: 0;
    padding-left: 0;
}

.pro-detail a {
    color: var(--ligt-color);
    font-size: 16px;
    background-color: transparent;
    border: 1px solid var(--ligt-color);
    border-radius: 5px;
    padding: 10px 30px;
}

.pro-txt p {
    margin-bottom: 20px !important;
}

.pro-detail a:hover {
    color: var(--ligt-color);
}

.counter {
    background-color: #ffffff;
    padding: 20px 0;
    border-radius: 5px;
}

#number h3 {
    text-align: center;
    padding-top: 50px;
}

#number .counter {
    border-right: 1px solid #D2D1D1;
    background-color: transparent;
}

.temp {
    left: 205px;
    bottom: 60px;
}

.rows {
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.navigation {
    background-color: #F7F7F7;
    padding: 20px 0 5px 0;
}

.breadcrumb-item a {
    color: #A3A3A3;
    padding: 5px 3px;
}

    .breadcrumb-item a:hover {
        background-color: #e2e2e2;
    }

#institutional .active {
    background-color: #f2f2f2;
    font-weight: 700;
    color: #00305A;
    border-left: 5px solid #010d77;
}

.nav-menu li:hover {
    background-color: #f2f2f2;
}

.nav-menu li:first-of-type {
    background-color: var(--primary-color) !important;
}

#about .active {
    background-color: #f2f2f2;
    font-weight: 700;
    color: #00305A;
    border-left: 5px solid var(--primary-color);
}

#vision .active {
    background-color: #f2f2f2;
    font-weight: 700;
    color: #00305A;
    border-left: 5px solid var(--primary-color);
}

#mision .active {
    background-color: #f2f2f2;
    font-weight: 700;
    color: #00305A;
    border-left: 5px solid var(--primary-color);
}

#certificate .active {
    background-color: #f2f2f2;
    font-weight: 700;
    color: #00305A;
    border-left: 5px solid var(--primary-color);
}

#production .active {
    background-color: #f2f2f2;
    font-weight: 700;
    color: #00305A;
    border-left: 5px solid var(--primary-color);
}

#commit .active {
    background-color: #f2f2f2;
    font-weight: 700;
    color: #00305A;
    border-left: 5px solid var(--primary-color);
}

#distri .active {
    background-color: #f2f2f2;
    font-weight: 700;
    color: #00305A;
    border-left: 5px solid var(--primary-color);
}

p {
    text-align: justify;
}

.title-institutional {
    font-size: 22px;
    font-weight: 500;
    color: #0C144E;
    margin-bottom: 12px;
}

.contact li {
    width: 100%;
    background-color: #F7F7F7;
    margin-bottom: 1rem;
    padding: 1rem 1rem;
}

.contact i, img {
    color: var(--dark-color);
    margin-right: 5px;
}

.contact a {
    color: var(--dark-color);
}

    .contact a:hover {
        color: var(--dark-color);
    }

.contact p {
    font-size: 24px;
    margin-left: 30px;
}

.contact input, textarea {
    display: block;
    width: 100%;
    padding: 5px 25px;
    font-weight: 300;
    line-height: 2.7;
    color: var(--dark-color);
    background-color: var(--ligt-color);
    margin-bottom: 1rem;
    border: 1px solid #efefef;
}

.contact input {
    height: 3rem;
}

    .contact input:focus-visible, textarea:focus-visible {
        outline: 1px solid #acacac;
    }

.btn-contact {
    width: 25%;
    padding: 12px 30px;
    background-color: var(--primary-color);
    color: var(--ligt-color);
    margin-top: 1rem;
    border: 1px solid #757575;
}

.title-project-1 {
    text-align: center;
    font-size: 40px;
    color: #006ec7;
}

.project-img {
    max-width: 555px;
    max-height: 368px;
}

.line-project {
    width: 92px;
    height: 3px;
    background-color: var(--primary-color);
}

.sidemenu-title {
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    background-color: var(--primary-color);
    padding: 10px;
}


.sidemenu-menu-ul {
    position: relative;
    margin: 0;
    padding: 0;
}

    .sidemenu-menu-ul .sidemenu-menu-li {
        padding: 5px 10px;
        margin: 3px 0;
        border-bottom: 1px solid #dee2e6;
        border-left: 4px solid #fff;
    }


        .sidemenu-menu-ul .sidemenu-menu-li:hover {
            color: #fff;
            font-size: 18px;
            font-weight: 400;
            border-left: 4px solid #006EC7;
            background-color: #f7f7f7;
            padding: 5px 10px;
            margin: 3px 0;
        }


        .sidemenu-menu-ul .sidemenu-menu-li.active {
            padding: 5px 10px;
            margin: 0;
            border-left: 2px solid #006EC7;
            background-color: #f7f7f7;
            transition: .5s;
        }


            .sidemenu-menu-ul .sidemenu-menu-li.active .sidemenu-menu-link {
                color: #000;
                font-size: 18px;
                font-weight: 400;
            }

        .sidemenu-menu-ul .sidemenu-menu-li .sidemenu-menu-link {
            color: #000;
            font-size: 18px;
            font-weight: 400;
        }

.projeler-img img {
    height: 275px;
    object-fit: cover;
}

.projekisaicerik {
    padding: 5px 22px;
}

    .projekisaicerik h3 {
        font-size: 22px;
        margin-top: 15px;
        height: 50px;
        color: #4c4c4c;
    }

    .projekisaicerik p {
        color: black;
        height: 137px;
    }

.projefooter i {
    color: #006ec7;
}

.projefooter {
    padding: 13px 22px;
}

    .projefooter span {
        transition: 0.5s;
    }

.projeler a:hover .projefooter span {
    margin-left: 15px;
    transition: 0.5s;
}

.blogbilgi {
    padding-top: 18px;
    padding-right: 25px;
}

.tarih {
    color: #717171;
    display: inline-block;
    padding: 8px 14px;
    margin-bottom: 15px;
}

.blogdetay {
    background: transparent;
    border: none;
    padding: 5px 20px;
    color: #006ec7;
    transition: 0.5s;
}

.blog:hover .blogdetay {
    background: #006ec7;
    border-top-right-radius: 12px;
    color: #f7f7f7;
    transition: 0.5s;
}

.yon {
    background: #006ec7;
    color: white !important;
    padding: 35px;
    border-radius: 50%;
}

.header-content .social-media-icon a i {
    color: white;
}

.telephone a {
    color: white;
}

.bt-header a {
    color: white;
}

@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 .title span {
        font-weight: 600;
        font-size: 20px;
        color:#a22424;
    }

    .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;
    }

@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;
    }
}

.dropdown-menu.megamenu {
    background-image: url(../images/img/menubg.jpg);
    background-position: bottom right;
}

.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;
}

.banners {
    width: 100%;
    height: 670px;
    object-fit: cover;
}

.ebultenbtn {
    width: 100%;
    background: transparent;
    border: 1px solid white;
    color: white;
    padding: 6px;
}

.has-submenu {
    margin-top: 4px;
}

.nav-item ul {
    padding-left: 0.5rem;
}

.asdf {
    border-bottom: 1px solid #ccc;
}
/*-=-=-=-=-=-=-=-=-=-=-=- */
/* Column Grids */
/*-=-=-=-=-=-=-=-=-=-=-=- */

.col_half {
    width: 49%;
}

.col_third {
    width: 32%;
}

.col_fourth {
    width: 23.5%;
}

.col_fifth {
    width: 18.4%;
}

.col_sixth {
    width: 15%;
}

.col_three_fourth {
    width: 74.5%;
}

.col_twothird {
    width: 66%;
}

.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth {
    position: relative;
    display: inline;
    display: inline-block;
    float: left;
    margin-bottom: 20px;
}

.end {
    margin-right: 0 !important;
}
/* Column Grids End */

.wrapper {
    width: 100%;
    margin:70px auto;
    position: relative;
}

.counter {
    background-color: #ffffff;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    color: #006ec7;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 18px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}

.projectdetay {
    position: absolute;
    bottom: 22px;
    right: 30px;
}

    .projectdetay span {
        font-size: 19px;
        font-weight: 600;
        color: #006ec7;
    }

        .projectdetay span i {
            transition: 0.5s;
        }

.bg-project:hover .projectdetay span i {
    transform: rotate(90deg);
    transition: 0.5s;
}

.urundiv {
    position: relative;
    text-align: center;
    margin: 0px;
    padding:15px;
    transition: .5s;
    transform: translate(0px,0px);
}

.urundiv:hover {
    position: relative;
    text-align: center;
    margin: 0px;
    transition: .5s;
    transform:translate(0px,-10px);
}


.urundiv .urundiv-tt
{
    margin:15px 0;
    color:#333333;
    font-size:18px;
    font-weight:bold;
}

.urundiv .urundiv-btn
{
    background-color:#006EC7;
    padding:10px 15px;
    color:#fff;
    font-size:16px;
    display:inline-block;
    margin:10px auto;
}

.urundiv .urundiv-btn:hover
{
    background-color:#00305A;
    padding:10px 15px;
    color:#fff;
    font-size:16px;
    transition:.5s;
}

.urundiv .urundiv-btn i
{
    color:#fff;
    font-size:16px;
    transition:.5s;
    transform:rotate(180deg);
}

.urundiv .urundiv-btn:hover i
{
    color:#fff;
    font-size:16px;
    transition:.5s;
    transform:rotate(360deg);
}

.urundiv .urundiv-btn i
{
    color:#fff;
    font-size:16px;
    margin-right:10px;
}

.w-45
{
    width:45% !important;
}

.urunbaslik
{
    color:#006EC7;
    margin-bottom:5px;
    font-weight:400;
    font-size:20px;
}

.btn-urun {
    background-color: #00305A !important;
    color: #fff !important;
    border-radius: 5px !important;
    padding: 8px 10px !important;
    text-align: center !important;
    font-size: 14px !important;
    margin-right: 10px !important;
}


.carousel-control-prev-icon {
    color: #fff;
}

.carousel-control-next-icon {
    color: #fff;
}

.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
    filter:none !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 5rem !important;
    height: 5rem !important;
}