/*General*/
:root {
    --logo-m-color: #6ac5db;
    --logo-g-color: #b2b2b2;
    --logo-ag-color: #8fcbb2;
}

h1 {
    font-size: 2.3rem; /*2rem*/
    font-weight: 400;
}

h2 {
    font-size: 1.9rem;
    font-weight: 400;
}

h3 {
    font-size: 1.6rem;
    font-weight: 400;
}

h4 {
    font-size: 1.3rem;
    font-weight: 400;
}

h5 {
    font-size: 1.2rem;
    font-weight: 400;
}

p {
    font-size: 0.87rem;
}

.miniFontSize {
    font-size: 0.87rem;
}

@font-face {
    font-family: 'allerregular';
    src: url('../fonts/Aller_Rg.ttf') format('woff2'), url('../fonts/Aller_Rg.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*Home*/
/**{font-family: 'allerregular';}*/
body {
    font-family: 'allerregular';
    background-color: #f4f5f9;
}

/*Dev co sci*/
.devsci {
    color: var(--logo-m-color);
}

.co {
    color: var(--logo-g-color);
}

/*navbar*/
.navbar {
    border-bottom: var(--logo-m-color) 4px solid;
}

    .navbar img, #main-footer img {
        width: 186px;
        height: 55px;
    }

.nav-link {
    transition: color 0.5s ease;
    text-transform: capitalize;
}

    .nav-link:hover {
        color: var(--logo-m-color) !important;
    }

/*carousel*/
.carousel:hover {
    cursor: grab;
}

.carousel-control-prev-icon {
    width: 1.5em;
    height: 1.5em;
}

.carousel-control-next-icon {
    width: 1.5em;
    height: 1.5em;
}

#devcarousel .container-fluid {
    padding: 0;
    margin: auto;
}

#devcarousel img {
    min-width: 1200px;
    min-height: 500px;
}

#devcarousel p, ol {
    padding-bottom: 2em;
}

#blogCarousel p, ol {
    padding-bottom: 1em;
}

#blogCarousel img {
    min-width: 1200px;
    min-height: 300px;
}

#etkinlikCarousel img {
    min-width: 1200px;
    min-height: 300px;
}

/*Hizmetler*/
.feaure-top {
    transition: color 0.5s ease;
}

    .feaure-top:hover {
        color: var(--logo-m-color);
    }

/*Hizmet modelleri*/

#modelAccourdion .btn-outline-secondary {
    text-align: left;
    border-style: none;
    padding: 0;
}

#modelAccourdion a:hover {
    /* background-color:  var(--logo-m-color) !important; */
    cursor: pointer;
}



/*yonetilenhizmetler*/
#devcoscitanitim {
    background: linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7)), url(../images/report.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    #devcoscitanitim .fa-play-circle {
        color: var(--logo-m-color);
    }

        #devcoscitanitim .fa-play-circle:hover {
            color: var(--logo-g-color);
        }



/*neden devcosci*/
#nedendevcosci .nav-link {
    color: black;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-left-width: 0;
    border-right-width: 0;
}

    #nedendevcosci .nav-link.active {
        background-color: var(--logo-m-color);
        color: white;
    }

        #nedendevcosci .nav-link.active:hover {
            color: white !important;
        }

#nedendevcosci .tab-pane p {
    text-align: left;
}

#nedendevcosci i {
    color: var(--logo-m-color);
}



/*Hakkında*/
#hakkindaSection {
    background: linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7)), url(../images/world.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



/*İletişim*/
#iletisim .input-group-text {
    width: 40px;
    border-radius: 0;
    background-color: var(--logo-g-color);
}

#iletisim .form-control, .btn {
    border-radius: 0;
}

#iletisim .fab, #main-footer .fab, #ustBilgi, .fab {
    color: var(--logo-m-color);
}

#main-footer {
    border-top: var(--logo-m-color) 4px solid;
}


.validation-summary-errors {
    background-color: antiquewhite;
    margin-top: 1em;
    padding: 0.5em;
}

/*Anasayfa form*/
[contentEditable=true]:empty:not(:focus):before {
    content: attr(data-text);
    color: gray
}

/*Eğitimlerimiz sayfası*/
/*nav içerisnde Eğitimlerimiz dropdown-menu*/
nav .dropdown-item:hover {
    background-color: var(--logo-m-color);
    transition: background-color 0.5s ease;
}

#EgitimSerisiCarousel .carousel-control.right {
    background-color: black !important;
}


#EgitimKategori li {
    list-style-type: none;
}

#EgitimKategoriSearch {
    background-image: url(../images/EgitimKategoriHeader.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#EgitimKategori {
    background-color: #e9ecef;
}

    #EgitimKategori .list-group-item.active {
        background-color: var(--logo-m-color);
        border-color: var(--logo-m-color);
    }

#EgitimListesi .card {
    /*height:13.5rem;*/
}

    #EgitimListesi .card:hover {
        box-shadow: 0 1rem 1rem rgba(0,0,0,.25) !important;
        transition: box-shadow 0.5s ease;
    }

#EgitimListesi a:hover, #EgitimSerisiCarousel a:hover {
    text-decoration: none;
}


#EgitimListesi .card-link {
    color: black;
    transition: box-shadow 0.5s ease;
}

    /*#EgitimListesi .card-link:hover {
        color: var(--logo-m-color);
        transition: box-shadow 0.5s ease;
    }*/


/************/
.miniAccordion h4 {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

    .miniAccordion h4:hover {
        cursor: pointer;
    }

/*blog post cardları*/
#blogPostBaseCardListesi .card:hover {
    box-shadow: 0 1rem 1rem rgba(0,0,0,.25) !important;
    transition: box-shadow 0.5s ease;
}

#blogPostBaseCardListesi a:hover {
    text-decoration: none;
}

#blogPostGovde img {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    width: 100%;
    margin-right: 5px;
}

    #blogPostGovde img:hover {
        box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
    }

/*rating*/
#anketRow .fas {
    color: gray;
}

    #anketRow .fas:hover {
        color: orange;
        cursor: pointer;
    }

#anketRow .checked {
    color: orange;
}

pre {
    background-color: #dddddd;
    display: block;
    font-family: monospace;
    white-space: pre;
    margin: 1em 0;
    padding: 1em;
    overflow: scroll;
}

/*Yonetilen Hizmetler ve Hakkımızda*/
.licheck {
    list-style: none;
}

    .licheck li:before {
        content: '✓ ';
    }

.tabloOrtala tbody td, thead th {
    text-align: center;
}



.kucukFontluButon {
    font-size: x-small;
}


/*Hizmetler*/
#hizmetModelHorizontalListGroup .active {
    background-color: var(--logo-m-color);
    border-color: var(--logo-m-color);
}
