﻿@media (min-width: 992px) {
    .nav-item a:hover {
        color: blue !important;
        transition: .3s;
    }
} 

    @media (max-width:575px) {
        .footerMain{
        display:block !important;
        height:auto !important;
    }
    .headerLogo {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%) !important;
    }
    #AcKapa{
        display:none !important;
    }
    .headerSocialMediaLinks {
        right: 3% !important;
        top:.25rem !important;
    }
    #Gizlencek{
        display:flex !important;
    }
    .navbar-collapse{
        background-color:#fff;
    }
    .navbar-collapse .nav-link{
        color: black !important;
    }
    .navbar-toggler {
        margin-top: 25px !important;
        border:none;
        border-radius:0;
    }
}
@media (min-width:768px){
    #AcKapa {
        margin-right: 5% !important;
    }
   /* .headerSocialMediaLinks {
        right: 3% !important;
    }*/
    .headerLogo {
        padding-left: 0px !important;
    }
}
@media(min-width:992px) {
    #AcKapa {
        margin-right: 11% !important;
    }
    /*  .headerSocialMediaLinks {
        right: 8% !important;
    }
}*/
    @media (min-width:1920px) {
        .container {
            max-width: 1360px !important;
        }

        .nav-item {
            margin-right: 2rem;
        }

        #AcKapa {
            margin-right: 20% !important;
        }
        /* .headerSocialMediaLinks {
        right: 278px !important;
    }*/
    }

    a {
        color: #000;
    }

        a:hover {
            text-decoration: none;
            
        }


    /*HEADER*/
    header {
        z-index: 10;
    }

    .headerLogo {
        background-color: white;
        left: 0;
        top: 0;
        width: 22%;
        text-align: center;
        clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    }

    .general-pad {
        padding-right: 5rem;
        padding-left: 5rem;
    }

    #AcKapa {
        cursor: pointer;
        display: inline-block;
        margin-left: auto;
    }

        #AcKapa:hover {
            color: #BABABA !important;
            transition: .3s;
        }

    .nav-link {
        color: white !important;
    }
   

    .headerSocialMediaLinks {
        position: absolute;
        top: .5rem;
        width: 13.55%;
        right: 0;
    }

        .headerSocialMediaLinks a {
            color: white;
        }

            .headerSocialMediaLinks a:hover {
                color: #BABABA;
                transition: .3s;
            }

    .nav-item a:hover {
        color: #1f77be !important;
        transition: .3s;
    }

 

    /*FOOTER*/
   
    .footerMain {
        display: flex;
        height: 190px;
        justify-content: space-between;
        flex-direction: column;
    }

    .footerBizeUlasinText {
        color: #BABABA;
        font-family: 'Roboto',sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        margin-left:.5rem;
    }

    }

    .footerLinks {
        text-align: right;
    }

        .footerLinks a {
            color: #BABABA !important;
        }

            .footerLinks a:hover {
                color: white !important;
                transition: .3s;
            }

    .referansText {
        font-size: 2.25rem;
        color: #003065;
        text-align: center;
    }

    .footerReferans {
        background-color: #EAEAEA;
    }

    .footerReferansLogo {
        background-color: white;
        border-radius: .25rem;
        box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    }

#Gizlencek {
    width: 92.5%;
    justify-content: space-evenly;
    transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1)
}

    .opacityZero {
        opacity: 0;
    }

    .opacityFull {
        opacity: 1;
    }

    .kaizen-navbar .nav-link {
        font-family: 'Roboto',sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
    }

footer .jumbotron {
    background-color: #003065;
    color: white;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1rem;
}

    footer .jumbotron hr {
        border-top: .5px solid rgba(184, 187, 187, .35);
    }

    footer .jumbotron a {
        font-family: 'Roboto',sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 17px;
        color: rgba(255,255,255,1);
    }

        footer .jumbotron a:hover {
            color: #dfdfdf;
            transition: .3s;
        }

        .kaizen-navbar {
            z-index:999;
        }

.kaizen-navbar button:focus
{  
    outline: 0px dotted!important; 
     outline: 0px auto -webkit-focus-ring-color!important; 
}
        

@media only screen and (max-width:768px) {
    .object-cover-50 {
        height: 50vh;
        object-fit: cover;
    }

    .h-vh-50 {
        height: 50vh;
    }

    .object-cover-75 {
        height: 75vh;
        object-fit: cover;
    }

    .h-vh-75 {
        height: 75vh;
    }
}


@media only screen and (max-width:998px) {
    .kaizen-navbar {
        background-color: white !important;
        padding: .5rem 1rem .75rem !important;
    }
        .kaizen-navbar .nav-link {
            color: #003065!important;
        }

    .navbar-collapse {
        padding: 1rem .5rem;
    }

    .headerSocialMediaLinks a {
        color: #003065;
    }

    .headerSocialMediaLinks {
        margin-top: 1rem;
    }
}

/*
    /**/

.footer {
    background-color: #F1F1F1;
}

.footer-logo {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60%;
}

.footer-title {
    text-align: left;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    color: rgba(0,86,165,1);
    margin-bottom: 1.5rem;
}

.footer-text {
    line-height: 20px;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: rgba(39,39,37,1);
    white-space: pre-line;
}

.follow-us-icon {
    color: #17469E !important;
    font-size: 21px;
    margin-right: 1rem;
}

.contact-icon a:hover {
    text-decoration: none;
}

.contact-icon i {
    font-size: 14px;
    color: rgba(0,86,165,1);
}

footer li {
    margin-bottom: .75rem;
}

.screen-right {
    line-height: 32px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: rgba(51,51,51,0.502);
    margin-top: 1rem;
}

.BGgray {
    background-color: #EAEAEA;
}

.NewsHover {
    border: none;
    border-radius: 0;
    font-family: 'Roboto',sans-serif;
}

    .NewsHover h5 {
        color: black;
        font-family: 'Roboto',sans-serif;
    }

}


.NewsHover:hover {
    box-shadow: 0px 3px 6px rgba(0,0,0,.16);
}

.NewsHover a:hover {
    color: black;
}

.NewsHover:hover .card-footer {
    background-color: #02A4C1;
    transition: all .5s;
}

.news-title {
    font-family: 'Roboto',sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: rgba(89,188,199,1);
}

.news-text {
    font-family: 'Roboto',sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: rgba(0,0,0,1);
}

.card-footer {
    border: none;
    background-color: #EAEAEA;
    padding: 0;
    height: 5px;
}

    .card-footer:last-child {
        border-radius: 0;
    }

.softBlue {
    color: #59BCC7;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}

.GrayOverlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: black;
    opacity: .28;
}

.BlueTriangle {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 78%;
    width: 36%;
    background-color: #003065;
    opacity: .3;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.BlueTriangleMain {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 78%;
    width: 36%;
    background-color: #003065;
    opacity: .65;
    clip-path: polygon(100% 5%, 5% 100%, 100% 100%);
}

.HaberlerImgText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
    text-align: center;
    font-weight: 500;
    font-size: 3rem;
}