﻿@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

body {
    font-family: 'Manrope', sans-serif;
    overflow-x: hidden;
    background: #fff !important;
}

*::-webkit-scrollbar,
*::-webkit-scrollbar-thumb {
    width: 3px;
}

*::-webkit-scrollbar-thumb {
    background-color: #140e70ff;
}


.center-xy {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.bg-transparent {
    background: transparent !important;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0;
}
/*Navbar Css*/
.nav-item a {
    color: rgba(255, 255, 255, 0.5) !important;
}

    .nav-item a:hover {
        color: rgba(255, 255, 255, 1) !important;
    }
/*Navbar Css*/


/*Jumbotron Css*/
.jumbotron-bg {
    background-image: linear-gradient(#150e707e,#150e707e),url('../img/CIMG5269.JPG');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100vh;
    margin-top: -86px;
}

.jumbotron-h1 {
    width: 60%;
}

    .jumbotron-h1 h1 {
        font-size: 3.5em;
    }
/*Jumbotron Css*/

/*Product Css*/
.product-main {
    position: relative;
}

.product-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100% !important;
    background-color: #150e7028;
    width: 33.3% !important;
}

    .product-info h2 {
        color: white;
        font-weight: bolder;
        font-size: 50px;
    }

    .product-info h5 {
        color: rgba(255, 255, 255, 0.7);
        font-size: 20px;
        font-weight: bold;
    }

    .product-info p {
        color: rgba(255, 255, 255, 0.7);
        font-weight: normal;
    }

.product-main img {
    height: 100vh !important;
    object-fit: cover !important;
}
/*Product Css*/

/*Reference Css*/
.reference-main {
    position: relative;
    overflow: hidden;
    transition: all .3s ease-in;
}

    .reference-main > img {
        transition: all .3s ease-in;
    }

        .reference-main > img:hover {
            transform: scale(1.1);
            transition: all .3s ease-in;
        }

.reference-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(transparent,#140e70a1,#140e7e);
    ;
}

    .reference-info h2 {
        color: white;
        font-weight: bolder;
    }

    .reference-info p {
        color: rgba(255, 255, 255, 0.7);
        font-weight: normal;
    }

.reference-logo-img h1 {
    font-weight: bolder;
    color: #140e708f;
    font-size: 60px;
}

.reference-ul {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    list-style-type: none;
    font-weight: 500;
    font-size: 13px;
    flex-wrap: wrap;
}

    .reference-ul li {
        flex: 1 0 21%;
        margin-bottom: 5px;
    }
.reference-jumbotron {
    background-image: linear-gradient(#140e708f,#140e708f),url(../img/referans-jumbotron-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 40vh;
    margin-top: -86px;
}

    .reference-jumbotron h1 {
        position: absolute;
        top: 30vh;
        font-size: 60px;
        font-weight: bolder;
        color: white;
    }
/*Reference Css*/


/*Reference Logo Css*/
.reference-logo-bg {
    background-image: linear-gradient(94deg,#140e70d9,#140e7080,#140e70d9), url(../img/CIMG5285.JPG);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
}

.reference-logo-img > .col-md-3 > img {
    filter: grayscale(70%) !important;
    transition-duration: 0.5s;
}

    .reference-logo-img > .col-md-3 > img:hover {
        filter: grayscale(0%) !important;
    }
/*Reference Logo Css*/

/*Footer Css*/
.footer-bg {
    background: url('../img/footer-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.lc-block a {
    text-decoration: none;
    color: white;
}
/*Footer Css*/
/*Mobile Menu Css*/
.flexMain {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

button.siteLink {
    border: none;
}

.whiteLink {
    background: #fff;
}

.blackLink {
    color: #fff;
    background: #232323;
    transition: all 300ms linear;
}

    .blackLink:active {
        color: #000;
        background: #fff
    }

#siteBrand {
    font-family: impact;
    letter-spacing: -1px;
    font-size: 32px;
    color: #252525;
    line-height: 1em;
}

#menuDrawer {
    background: #fff;
    position: fixed;
    height: 100vh;
    overflow: auto;
    z-index: 12312;
    top: 0;
    left: 0;
    border-right: 1px solid #eaeaea;
    min-width: 100%;
    max-width: 320px;
    width: 100%;
    transform: translateX(-100%);
    transition: transform 200ms linear;
    overflow-x: hidden;
}

#mainNavigation {
    transition: transform 200ms linear;
    background: #fff;
}

.drawMenu > #menuDrawer {
    transform: translateX(0%);
}

.fa-times {
    cursor: pointer
}

a.nav-menu-item {
    text-decoration: none;
    display: block;
    padding: 18px;
    padding-left: 32px;
    border-bottom: 1px solid #eaeaea;
    font-weight: bold;
    color: #343434;
}

select.noStyle {
    border: none;
    outline: none
}
/*Mobile Menu Css*/


/*Arrow Link*/
.arrow-link {
    display: flex;
    color: rgb(255, 255, 255);
    background-color: transparent;
    text-transform: uppercase;
    transition: all .3s ease;
    font-weight: bold;
    cursor: pointer;
    align-items: center;
    letter-spacing: 1px;
    font-size: 14px;
}

    .arrow-link > .arrow {
        width: 8px;
        height: 8px;
        border-right: 2px solid white;
        border-bottom: 2px solid white;
        position: relative;
        transform: rotate(-45deg);
        margin-left: 3px;
        transition: all .3s ease;
    }

        .arrow-link > .arrow::before {
            display: block;
            background-color: white;
            width: 3px;
            transform-origin: bottom right;
            height: 2px;
            position: absolute;
            opacity: 0;
            bottom: calc(-2px / 2);
            transform: rotate(45deg);
            transition: all .3s ease;
            content: "";
            right: 0;
        }

    .arrow-link:hover > .arrow {
        transform: rotate(-45deg) translate(4px, 4px);
        border-color: white;
    }

        .arrow-link:hover > .arrow::before {
            opacity: 1;
            width: 8px;
        }

    .arrow-link:hover {
        color: white;
    }
/*Black*/
.arrow-link-black {
    display: flex;
    color: rgb(0, 0, 0);
    background-color: transparent;
    text-transform: uppercase;
    transition: all .3s ease;
    font-weight: bold;
    cursor: pointer;
    align-items: center;
    letter-spacing: 1px;
    font-size: 14px;
}

    .arrow-link-black > .arrow-black {
        width: 8px;
        height: 8px;
        border-right: 2px solid rgb(0, 0, 0);
        border-bottom: 2px solid rgb(0, 0, 0);
        position: relative;
        transform: rotate(-45deg);
        margin-left: 3px;
        transition: all .3s ease;
    }

        .arrow-link-black > .arrow-black::before {
            display: block;
            background-color: rgb(0, 0, 0);
            width: 3px;
            transform-origin: bottom right;
            height: 2px;
            position: absolute;
            opacity: 0;
            bottom: calc(-2px / 2);
            transform: rotate(45deg);
            transition: all .3s ease;
            content: "";
            right: 0;
        }

    .arrow-link-black:hover > .arrow-black {
        transform: rotate(-45deg) translate(4px, 4px);
        border-color: rgb(0, 0, 0);
    }

        .arrow-link-black:hover > .arrow-black::before {
            opacity: 1;
            width: 8px;
        }

    .arrow-link-black:hover {
        color: rgb(0, 0, 0);
    }
/*Black*/

/*Arrow Link*/


/*Product Jumbotron Css*/
.product-jumbotron {
    background-image: linear-gradient(#140e708f,#140e708f),url('../img/kapak1.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 40vh;
    margin-top: -86px;
}

    .product-jumbotron h1 {
        position: absolute;
        top: 30vh;
        font-size: 60px;
        font-weight: bolder;
        color: white;
    }

.project-jumbotron {
    background-image: linear-gradient(#140e708f,#140e708f),url('../img/project-jumbotron-bg.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    height: 40vh;
    margin-top: -86px;
}

    .project-jumbotron h1 {
        position: absolute;
        top: 30vh;
        font-size: 60px;
        font-weight: bolder;
        color: white;
    }
/*Product Jumbotron Css*/

/*Item Menu Css*/
.item-menu-bg {
    background: #150e70;
}

.capitalize li {
    padding: 0 10px !important;
}
/*Product item menu Css*/

/*Product Item Css*/
.product-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #140e708f;
}

.products-main {
    position: relative;
    overflow: hidden;
    transition: all .3s ease-in;
}

    .products-main > img {
        transition: all .3s ease-in;
    }

        .products-main > img:hover {
            transform: scale(1.1);
            transition: all .3s ease-in;
        }

.products-info {
    position: absolute;
    bottom: 0;
}

    .products-info h2 {
        color: white;
        font-weight: bolder;
        padding-left: 15px;
        padding-bottom: 0 !important;
    }

    .products-info p {
        color: rgba(255, 255, 255, 0.7);
        font-weight: normal;
    }

.hoverMe {
    display: none;
}

.products-main:hover .products-info {
    height: 100% !important;
    width: 100% !important;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background-color: #140e708f;
}

.products-main:hover .products-detail {
    display: block !important;
}

.progress-bar-container {
    width: 100px;
}

    .progress-bar-container h4 {
        font-size: 11px;
        color: white;
    }

    .progress-bar-container p {
        font-size: 11px;
        color: white;
    }

.products-detail {
    width: 75%;
}
/*Product Item Css*/


/*Product Detail Css*/
.product-detail-ml h1 {
    color: #150e70;
    font-weight: bolder;
}

.product-detail-ml p {
    font-size: 13px;
    color: #150e70;
}

.product-type a {
    text-decoration: none;
}

.product-type li {
}

.contact-ml h1 {
    font-weight: bolder;
    color: #150e70 !important;
}

.contact input {
    border-radius: 0;
    margin: 10px 0;
}

textarea {
    border-radius: 0 !important;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #150e70;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.bg-contact {
    background-image: linear-gradient(#140e708f,#140e708f),url('../img/contact-bg.jpg') !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-size: cover !important;
}
/*Product Detail Css*/

/*Hakkımızda Css*/
.sertifika h6 {
    font-weight: 600;
    color: #150e70;
}

.sertifika ul li {
    list-style-type: none !important;
}

.sertifika ul {
    padding-left: 0 !important;
}

    .sertifika ul li a {
        text-decoration: none;
        padding-left: 3px;
    }

.aboutus-jumbotron {
    background-image: linear-gradient(#140e708f,#140e708f),url('../img/CIMG5244.JPG');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 40vh;
    margin-top: -86px;
}

    .aboutus-jumbotron h1 {
        position: absolute;
        top: 30vh;
        font-size: 60px;
        font-weight: bolder;
        color: white;
    }

.about-us-reference-ml a {
    color: black;
    font-size: 14px;
}

.about-us-certificate-heading h1 {
    color: #261eb0ff;
    font-weight: bolder;
}
/*Hakkımızda Css*/
/*İletişim Css*/
.contact-ml a, contact-ml p {
    text-decoration: none;
}

.bg-contact-page {
    background-image: linear-gradient(#140e708f,#140e708f),url('../img/contact-jumbotron.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100vh;
    margin-top: -86px;
}

.bg-contact-page {
    height: 40vh;
}

    .bg-contact-page h1 {
        position: absolute;
        top: 20vh;
        font-size: 60px;
        font-weight: bolder;
        color: white;
    }

.contact-div-bg {
    background-image: linear-gradient(#0000008b,#0000008b),url('../img/CIMG5269.JPG');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 50px;
}
/*İletişim Css*/
/*Media Queries*/
@media (min-width: 1400px) {
    .container {
        max-width: 1140px;
    }
}

@media (max-width: 992px) {
    .jumbotron-h1 {
        width: 90%;
    }

        .jumbotron-h1 h1 {
            font-size: 2em;
        }

    .reference-info {
        padding: 10px 0 !important;
    }

        .reference-info h2 {
            font-size: 20px;
        }

        .reference-info p, .reference-info a {
            font-size: 12px !important;
        }

    .product-main {
        height: 100vh !important;
    }

    .product-info h2 {
        color: white;
        font-weight: bolder;
        font-size: 20px !important;
    }

    .product-info h5 {
        color: rgba(255, 255, 255, 0.7);
        font-size: 15px !important;
        font-weight: bold;
    }

    .product-info p {
        color: rgba(255, 255, 255, 0.7);
        font-size: 13px !important;
        font-weight: normal;
    }

    .reference-logo-bg h1 {
        font-size: 20px;
    }

    .footer-ml h4 {
        font-size: 20px;
    }

    .mobil-px {
        font-size: 14px !important;
    }

    .products-detail {
        width: 100%;
    }

    .container, .container-sm {
        max-width: 100%;
    }

    .jumbotron-bg {
        background-image: linear-gradient(#150e7028,#150e7028),url('../img/bgjmb.jpeg');
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        height: 100vh;
        margin-top: -86px;
    }

    .contact-ml p {
        font-size: 17px !important;
        text-align: justify;
    }

    .bg-contact-page {
        background-image: linear-gradient(#140e708f,#140e708f),url('../img/contact-jumbotron.webp');
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        margin-top: -86px;
        height: 20vh;
    }

        .bg-contact-page h1 {
            position: absolute;
            top: 13vh;
            font-size: 45px;
            font-weight: bolder;
            color: white;
        }

    .product-jumbotron {
        background-image: linear-gradient(#140e708f,#140e708f),url(../img/kapak1.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        height: 20vh;
        margin-top: -86px;
    }

        .product-jumbotron h1 {
            position: absolute;
            top: 13vh;
            font-size: 45px;
            font-weight: bolder;
            color: white;
        }

    .reference-jumbotron {
        background-image: linear-gradient(#140e708f,#140e708f),url(../img/referans-jumbotron-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        height: 20vh;
        margin-top: -86px;
    }

        .reference-jumbotron h1 {
            position: absolute;
            top: 13vh;
            font-size: 45px;
            font-weight: bolder;
            color: white;
        }

    .project-jumbotron {
        background-image: linear-gradient(#140e708f,#140e708f),url('../img/project-jumbotron-bg.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        height: 20vh;
        margin-top: -86px;
    }

        .project-jumbotron h1 {
            position: absolute;
            top: 13vh;
            font-size: 45px;
            font-weight: bolder;
            color: white;
        }

    .aboutus-jumbotron {
        background-image: linear-gradient(#140e708f,#140e708f),url(../img/CIMG5244.JPG);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        height: 20vh;
        margin-top: -86px;
    }

        .aboutus-jumbotron h1 {
            position: absolute;
            top: 13vh;
            font-size: 45px;
            font-weight: bolder;
            color: white;
        }

    .bg-contact-page {
        background-image: linear-gradient(#140e708f,#140e708f),url('../img/contact-jumbotron.webp');
        background-size: cover !important;
        background-repeat: no-repeat;
        background-attachment: fixed;
        height: 20vh;
        margin-top: -86px;
    }

    .reference-ul li {
        flex: 0 50%;
        margin-bottom: 5px;
    }

    .reference-page-ml h6 a {
        font-size: 13px;
    }

    .reference-page-ml p {
        font-size: 12px;
    }
}

@media (max-width: 1250px) {
    .product-info {
        width: 100% !important;
    }
}

@media (max-width: 281px) {
    .product-jumbotron h1 {
        font-size: 30px;
    }

    .aboutus-jumbotron h1 {
        font-size: 30px;
    }

    .bg-contact-page h1 {
        font-size: 30px;
    }

    .project-jumbotron h1 {
        font-size: 30px;
    }
}

/*Media Queries*/

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #140e70ff;
    z-index: 999
}

.about-us-certificate-heading h5 {
    color: #261eb0ff;
    font-weight: bolder;
}
@import url('http://fonts.cdnfonts.com/css/gotham');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

body {
    font-family: 'Manrope', sans-serif;
    overflow-x: hidden;
    background: #fff !important;
}

*::-webkit-scrollbar,
*::-webkit-scrollbar-thumb {
    width: 3px;
}

*::-webkit-scrollbar-thumb {
    background-color: #261eb0ff;
}

.jumb-general {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 40vh;
    margin-top: -86px;
}
    /*.resim-urun{
    height:100vh;
    max-height:300px;
}*/

    .jumb-general h1 {
        position: absolute;
        top: 30vh;
        font-size: 60px;
        font-weight: bolder;
        color: white;
    }

.center-xy {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.bg-transparent {
    background: transparent !important;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0;
}
/*Navbar Css*/
.nav-item a {
    color: rgba(255, 255, 255, 0.5) !important;
}

    .nav-item a:hover {
        color: rgba(255, 255, 255, 1) !important;
    }
/*Navbar Css*/


/*Jumbotron Css*/
.jumbotron-bg {
    background-image: linear-gradient(#261eb084,#261eb084),url('../img/CIMG5269.JPG');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 115vh !important;
    margin-top: -86px;
}


.jumbotron-h1 {
    width: 60%;
}

    .jumbotron-h1 h1 {
        font-size: 3.5em;
    }

.jumbotron-bg-2 {
    background-image: linear-gradient(#261eb084,#261eb084),url('../img/cont-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 115vh !important;
    margin-top: -86px;
}
/*Jumbotron Css*/

/*Product Css*/
.product-main {
    position: relative;
}

.product-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100% !important;
    background-color: #261eb0c9;
    width: 33.3% !important;
}

    .product-info h2 {
        color: white;
        font-weight: bolder;
        font-size: 50px;
    }

    .product-info h5 {
        color: rgba(255, 255, 255, 0.7);
        font-size: 20px;
        font-weight: bold;
    }

    .product-info p {
        color: rgba(255, 255, 255, 0.7);
        font-weight: normal;
    }

.product-main-img {
    height: 55vh !important;
    object-fit: cover !important;
}

.item-ml h1 {
    color: #150e70;
    font-weight: bolder;
}
/*Product Css*/
/*Reference Css*/
.reference-main {
    position: relative;
    overflow: hidden;
    transition: all .3s ease-in;
}

    .reference-main > img {
        transition: all .3s ease-in;
    }

        .reference-main > img:hover {
            transform: scale(1.1);
            transition: all .3s ease-in;
        }

.reference-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(transparent,#261eb084,#261eb0ff);
    ;
}

    .reference-info h2 {
        color: white;
        font-weight: bolder;
    }

    .reference-info p {
        color: rgba(255, 255, 255, 0.7);
        font-weight: normal;
    }

.reference-logo-img h1 {
    font-weight: bolder;
    color: #261eb084;
    font-size: 60px;
}

.slider-photo img {
    height: 70vh;
    object-fit: cover;
}

.slider-content {
    display: flex !important;
    flex-flow: column;
    justify-content: center;
    /* align-items: center; */
    /* align-content: center; */
    height: 70%;
    width: 50%;
    /*background: linear-gradient(#261eb084,#261eb084);*/
    /* padding: 0; */
    /* margin: 0; */
    position: absolute;
    top: 10vh;
    left: 0;
    right: 0;
}

    .slider-content h5 {
        font-size: 50px !important;
        font-weight: bolder;
    }

.reference-ul {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    list-style-type: none;
    font-weight: 500;
    font-size: 13px;
    flex-wrap: wrap;
}

    .reference-ul li {
        flex: 0 0 27%;
        font-weight: bolder;
        margin-bottom: 5px;
    }

.reference-jumbotron {
    background-image: linear-gradient(#140e708f,#140e708f),url(../img/referans-jumbotron-bg.jpg);
}

.test-jumbotron {
    background-image: linear-gradient(#140e708f,#140e708f),url(../img/tests.jpg);
    background-position: center !important;
}
/*Reference Css*/


/*Reference Logo Css*/
.reference-logo-bg {
    background-image: linear-gradient(94deg,#140e70d9,#ffffff85,#140e70d9), url(../img/CIMG5285.JPG);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
}

.text-custom {
    color: #473fd1ff !important;
}
/*.reference-logo-img > .col-md-2-custom > img {
    filter: grayscale(70%) !important;
    transition-duration: 0.5s;
}

    .reference-logo-img > .col-md-2-custom > img:hover {
        filter: grayscale(0%) !important;
    }*/
/*Reference Logo Css*/
/*Footer Css*/
.footer-bg {
    background: url('../img/footer-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.lc-block a {
    text-decoration: none;
    color: white;
}
/*Footer Css*/
/*Mobile Menu Css*/
.flexMain {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

button.siteLink {
    border: none;
}

.whiteLink {
    background: #fff;
}

.blackLink {
    color: #fff;
    background: #232323;
    transition: all 300ms linear;
}

    .blackLink:active {
        color: #000;
        background: #fff
    }

#siteBrand {
    font-family: impact;
    letter-spacing: -1px;
    font-size: 32px;
    color: #252525;
    line-height: 1em;
}

#menuDrawer {
    background: #fff;
    position: fixed;
    height: 100vh;
    overflow: auto;
    z-index: 12312;
    top: 0;
    left: 0;
    border-right: 1px solid #eaeaea;
    min-width: 100%;
    max-width: 320px;
    width: 100%;
    transform: translateX(-100%);
    transition: transform 200ms linear;
    overflow-x: hidden;
}

#mainNavigation {
    transition: transform 200ms linear;
    background: #fff;
}

.drawMenu > #menuDrawer {
    transform: translateX(0%);
}

.fa-times {
    cursor: pointer
}

a.nav-menu-item {
    text-decoration: none;
    display: block;
    padding: 18px;
    padding-left: 32px;
    border-bottom: 1px solid #eaeaea;
    font-weight: bold;
    color: #343434;
}

select.noStyle {
    border: none;
    outline: none
}
/*Mobile Menu Css*/


/*Arrow Link*/
.arrow-link {
    display: flex;
    color: rgb(255, 255, 255);
    background-color: transparent;
    text-transform: uppercase;
    transition: all .3s ease;
    font-weight: bold;
    cursor: pointer;
    align-items: center;
    letter-spacing: 1px;
    font-size: 14px;
}

    .arrow-link > .arrow {
        width: 8px;
        height: 8px;
        border-right: 2px solid white;
        border-bottom: 2px solid white;
        position: relative;
        transform: rotate(-45deg);
        margin-left: 3px;
        transition: all .3s ease;
    }

        .arrow-link > .arrow::before {
            display: block;
            background-color: white;
            width: 3px;
            transform-origin: bottom right;
            height: 2px;
            position: absolute;
            opacity: 0;
            bottom: calc(-2px / 2);
            transform: rotate(45deg);
            transition: all .3s ease;
            content: "";
            right: 0;
        }

    .arrow-link:hover > .arrow {
        transform: rotate(-45deg) translate(4px, 4px);
        border-color: white;
    }

        .arrow-link:hover > .arrow::before {
            opacity: 1;
            width: 8px;
        }

    .arrow-link:hover {
        color: white;
    }
/*Black*/
.arrow-link-black {
    display: flex;
    color: rgb(0, 0, 0);
    background-color: transparent;
    text-transform: uppercase;
    transition: all .3s ease;
    font-weight: bold;
    cursor: pointer;
    align-items: center;
    letter-spacing: 1px;
    font-size: 14px;
}

    .arrow-link-black > .arrow-black {
        width: 8px;
        height: 8px;
        border-right: 2px solid rgb(0, 0, 0);
        border-bottom: 2px solid rgb(0, 0, 0);
        position: relative;
        transform: rotate(-45deg);
        margin-left: 3px;
        transition: all .3s ease;
    }

        .arrow-link-black > .arrow-black::before {
            display: block;
            background-color: rgb(0, 0, 0);
            width: 3px;
            transform-origin: bottom right;
            height: 2px;
            position: absolute;
            opacity: 0;
            bottom: calc(-2px / 2);
            transform: rotate(45deg);
            transition: all .3s ease;
            content: "";
            right: 0;
        }

    .arrow-link-black:hover > .arrow-black {
        transform: rotate(-45deg) translate(4px, 4px);
        border-color: rgb(0, 0, 0);
    }

        .arrow-link-black:hover > .arrow-black::before {
            opacity: 1;
            width: 8px;
        }

    .arrow-link-black:hover {
        color: rgb(0, 0, 0);
    }
/*Black*/

/*Arrow Link*/


/*Product Jumbotron Css*/
.product-jumbotron {
    background-image: linear-gradient(#140e708f,#140e708f),url('../img/kapak1.webp');
}

.project-jumbotron {
    background-image: linear-gradient(#140e708f,#140e708f),url('../img/bg-project.JPG');
}
/*Product Jumbotron Css*/

/*Item Menu Css*/
.item-menu-bg {
    background: #150e70;
}

.capitalize li {
    padding: 0 10px !important;
}
/*Product item menu Css*/

/*Product Item Css*/
.product-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #140e708f;
}

.products-main {
    position: relative;
    overflow: hidden;
    transition: all .3s ease-in;
}

    .products-main > img {
        transition: all .3s ease-in;
        height: 55vh;
        object-fit: cover;
    }

        .products-main > img:hover {
            transform: scale(1.1);
            transition: all .3s ease-in;
        }

.products-info {
    position: absolute;
    bottom: 0;
}

    .products-info h2 {
        color: white;
        font-weight: bolder;
        padding-left: 15px;
        font-size: 23px;
        padding-bottom: 0 !important;
    }

    .products-info p {
        color: rgba(255, 255, 255, 0.7);
        font-weight: normal;
    }

.hoverMe {
    display: none;
}

.products-main:hover .products-info {
    height: 100% !important;
    width: 100% !important;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background-color: #140e708f;
}

.products-main:hover .products-detail {
    display: block !important;
}

.progress-bar-container {
    width: 100px;
}

    .progress-bar-container h4 {
        font-size: 11px;
        color: white;
        font-weight: bolder;
    }

    .progress-bar-container p {
        font-size: 11px;
        color: white;
    }

.products-detail {
    width: 75%;
}
/*Product Item Css*/

/*Projects Item Css*/
.carousel-main img {
    object-fit: cover;
    height: 75vh;
    width: 100vh;
}

.projects-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(transparent,#140e70a1,#261eb0);
    padding: 16px 4px;
}

.projects-main {
    position: relative;
    overflow: hidden;
    transition: all .3s ease-in;
}

    .projects-main img {
        transition: all .3s ease-in;
        height: 55vh;
        object-fit: cover;
    }

        .projects-main img:hover {
            transform: scale(1.1);
            transition: all .3s ease-in;
        }

.projects-info {
    position: absolute;
    bottom: 0;
}

    .projects-info h2 {
        color: white;
        font-weight: bolder;
        padding-left: 15px;
        font-size: 23px;
        padding-bottom: 0 !important;
    }

    .projects-info p {
        color: rgba(255, 255, 255, 0.7);
        font-weight: normal;
    }

.hoverMe {
    display: none;
}

.ytkb-project {
    height: 100vh;
    object-fit: cover;
}

.projects-main:hover .products-info {
    height: 100% !important;
    width: 100% !important;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background-color: #261eb083;
}

.projects-main:hover .products-detail {
    display: block !important;
}


.projects-detail {
    width: 75%;
}
/*Project Items Css*/

/*Product Detail Css*/
.product-detail-ml h1 {
    color: #261eb0ff;
    font-weight: bolder;
}

.product-detail-ml p {
    font-size: 15px;
    color: #000000ac;
    font-weight: bold;
}

.product-type a {
    text-decoration: none;
}

.product-type li {
}

.contact-ml h1 {
    font-weight: bolder;
    color: #261eb0ff !important;
}

.contact input {
    border-radius: 0;
    margin: 10px 0;
}

textarea {
    border-radius: 0 !important;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #261eb0ff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.bg-contact {
    background-image: linear-gradient(#261eb083,#261eb083),url('../img/contact-bg.jpg') !important;
}
/*Product Detail Css*/

/*Hakkýmýzda Css*/

.sertifika h6 {
    font-weight: 600;
    color: #261eb0f6;
}

.sertifika ul li {
    list-style-type: none !important;
}

.sertifika ul {
    padding-left: 0 !important;
}

    .sertifika ul li a {
        text-decoration: none;
        padding-left: 3px;
    }

.certificate-jumbotron {
    background-image: linear-gradient(#261eb07f,#261eb07f),url('../img/yanginkaporta2.JPG');
}

.aboutus-jumbotron {
    background-image: linear-gradient(#261eb07f,#261eb07f),url('../img/CIMG5244.JPG');
}

.about-us-reference-ml a {
    color: black;
    font-size: 14px;
}

.about-us-certificate-heading h1 {
    color: #261eb0ff;
    font-weight: bolder;
}

.about-us-certificate-heading h5 {
    color: #261eb0ff;
    font-weight: bolder;
}
/*Hakkýmýzda Css*/
/*Ýletiþim Css*/
.contact-ml a, contact-ml p {
    text-decoration: none;
}

.bg-contact-page {
    background-image: linear-gradient(#261eb078,#261eb089),url('../img/bg-iletisim.JPG');
}

.contact-div-bg {
    background-image: linear-gradient(#0000008b,#0000008b),url('../img/CIMG5269.JPG');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 50px;
}
/*Ýletiþim Css*/
/*Media Queries*/
@media (min-width: 1400px) {
    .container {
        max-width: 1140px;
    }
}

@media (max-width: 992px) {
    .alm-kaporta {
        top: 18vh !important;
        font-size: 24px !important;
    }
    /*.resim-urun {
        height: 100vh;
        max-height: 300px;
    }*/
    .jumbotron-h1 {
        width: 90%;
    }

        .jumbotron-h1 h1 {
            font-size: 2em;
        }

    .reference-info {
        padding: 10px 0 !important;
    }

        .reference-info h2 {
            font-size: 20px;
        }

        .reference-info p, .reference-info a {
            font-size: 12px !important;
        }

    .product-main {
        height: 100vh !important;
    }

    .product-info h2 {
        color: white;
        font-weight: bolder;
        font-size: 20px !important;
    }

    .product-info h5 {
        color: rgba(255, 255, 255, 0.7);
        font-size: 15px !important;
        font-weight: bold;
    }

    .product-info p {
        color: rgba(255, 255, 255, 0.7);
        font-size: 13px !important;
        font-weight: normal;
    }

    .reference-logo-bg h1 {
        font-size: 20px;
    }

    .slider-content {
        display: flex !important;
        flex-flow: column;
        justify-content: center;
        /* align-items: center; */
        /* align-content: center; */
        height: 100%;
        width: 100%;
        background: linear-gradient(#261eb049,#261eb049);
        /* padding: 0; */
        /* margin: 0; */
        position: absolute;
        top: 0;
        left: 0;
        padding: 100px;
        right: 0;
    }

        .slider-content h5 {
            font-size: 33px !important;
        }

    .footer-ml h4 {
        font-size: 20px;
    }

    .mobil-px {
        font-size: 14px !important;
    }

    .products-detail {
        width: 100%;
    }

    .product-img .col-md-2 {
        margin-top: 30px !important;
    }

    .container, .container-sm {
        max-width: 100%;
    }

    .jumbotron-bg {
        background-image: linear-gradient(#261eb041,#261eb03b),url('../img/bgjmb.jpeg');
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-attachment: fixed !important;
        height: 100vh;
        margin-top: -86px;
    }

    .contact-ml p {
        font-size: 17px !important;
        text-align: justify;
    }

    .jumb-general {
        background-repeat: no-repeat;
        background-attachment: local;
        height: 25vh;
        margin-top: -86px;
    }

        .jumb-general h1 {
            position: absolute;
            top: 16vh;
            font-size: 34px;
            font-weight: bolder;
            left: 3.5vh;
            color: white;
        }

    .bg-contact-page {
        background-image: linear-gradient(#261eb084,#261eb084),url(../img/contact-jumbotron.webp);
    }

    .test-jumbotron {
        background-image: linear-gradient(#261eb084,#261eb084),url(../img/bg-test.JPG);
    }

    .product-jumbotron {
        background-image: linear-gradient(#261eb084,#261eb084),url(../img/kapak1.webp);
    }

    .reference-jumbotron {
        background-image: linear-gradient(#261eb084,#261eb084),url(../img/referans-jumbotron-bg.jpg);
    }

    .project-jumbotron {
        background-image: linear-gradient(#261eb07f,#261eb07f),url('../img/bg-project.JPG');
    }

    .aboutus-jumbotron {
        background-image: linear-gradient(#261eb084,#261eb084),url(../img/CIMG5244.JPG);
    }

    .certificate-jumbotron {
        background-image: linear-gradient(#261eb084,#261eb084),url(../img/yanginkaporta2.JPG);
    }

    .bg-contact-page {
        background-image: linear-gradient(#261eb084,#261eb084),url('../img/bg-iletisim.JPG');
    }

    .reference-ul li {
        flex: 0 50%;
        margin-bottom: 5px;
    }

    .reference-page-ml h6 a {
        font-size: 13px;
    }

    .reference-page-ml h6 {
        margin-top: 15px;
    }

    .reference-page-ml p {
        font-size: 12px;
    }

    .reference-page-ml img {
        object-fit: cover;
        width: 100vh;
    }

    .arrow-link {
        font-size: 11px !important;
    }

    .products-info h2 {
        font-size: 15px !important;
    }

    .products-main img {
        height: 50vh !important;
        object-fit: cover !important;
    }
}

@media (max-width: 1250px) {
    .product-info {
        width: 100% !important;
    }
}

@media (max-width: 281px) {
    .product-jumbotron h1 {
        font-size: 30px;
    }

    .aboutus-jumbotron h1 {
        font-size: 30px;
    }

    .bg-contact-page h1 {
        font-size: 30px;
    }

    .project-jumbotron h1 {
        font-size: 30px;
    }

    .jumb-general h1 {
        position: absolute;
        top: 12vh;
        font-size: 25px;
        font-weight: bolder;
        left: 3.5vh;
        color: white;
    }

    .product-detail-ml h1 {
        color: #261eb0ff !important;
        font-weight: bolder;
        font-size: 21px;
    }

    .navbar-brand img {
        width: 100px !important;
    }

    .about-us-certificate-heading h1 {
        font-size: 21px;
    }

    .about-us-certificate-headig p {
        font-size: 15px;
    }
}

/*Media Queries*/

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #261eb0ff;
    z-index: 999
}
@media (min-width: 768px) {
    .col-md-2-custom {
        flex: 0 0 auto !important;
        width: 19.666667% !important;
    }
}

@import url('http://fonts.cdnfonts.com/css/gotham');

.resim-urun {
    height: -webkit-fill-available;
}
.video-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding: 0 50px;
    text-align: center;
    background: #342dae;
    color: white;
    background: linear-gradient(#342dae59,#342dae59,#342dae59),url('../img/bg-iletisim.jpg');
    background-size: cover;
}
    .video-container h1 {
        font-weight: bolder;
        font-size: 50px;
        margin-bottom:25px;
    }
.controls[data-state="hidden"] {
    display: none;
}
.vido {
    background: linear-gradient(#342dae59,#342dae59,#342dae59),url('../img/bg-iletisim.jpg');
    margin-bottom: -6px;
    margin-top: -27px;
}
@media (max-width: 768px) {
    .vido {
        background: linear-gradient(#342dae59,#342dae59,#342dae59),url('../img/bg-iletisim.jpg');
        margin-bottom: -6px;
        margin-top: -27px;
        height:317px;
    }
}