﻿
:root {
    --mobil-buton-1-background: #cee002;
    --mobil-buton-1-color: white;
    --mobil-buton-2-background: #674261;
    --mobil-buton-2-color: white;
    --mobil-buton-3-background: #1071b6;
    --mobil-buton-3-color: white;
    --mobil-buton-4-background: #900666;
    --mobil-buton-4-color: white;
    --mobil-buton-5-background: #3f3f3f;
    --mobil-buton-5-color: white;
}

.discus-mobil-bottom .col:nth-child(1) a {
    background-color: var(--mobil-buton-1-background);
}

.discus-mobil-bottom .col:nth-child(2) a {
    background-color: var(--mobil-buton-2-background);
    color: var(--mobil-buton-2-color);
}

.discus-mobil-bottom .col:nth-child(3) a {
    background-color: var(--mobil-buton-3-background);
    color: var(--mobil-buton-3-color);
}

.discus-mobil-bottom .col:nth-child(4) a {
    background-color: var(--mobil-buton-4-background);
    color: var(--mobil-buton-4-color);
}

.discus-mobil-bottom .col:nth-child(5) a {
    background-color: var(--mobil-buton-5-background);
    color: var(--mobil-buton-5-color);
}

/* Extra small devices (portrait phones, less than 576px)
 No media query since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {  }

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {  }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {  }

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {  }

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    body{
        margin-bottom: 50px;
    }
    .table {
        max-height: calc(100vh - 150px);
    }
}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {  }

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {  }

/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {  }

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {  }

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {  }

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {  }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {  }

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {  }

/* Example
// Apply styles starting from medium devices and up to extra large devices*/
@media (min-width: 768px) and (max-width: 1199.98px) {  }

    .discus-body{
        padding-top:30px;
        padding-bottom:30px;
    }
    .discus-body .row{
        margin-bottom:30px;
    }
    .discus-body .row:last-child {
        margin-bottom: 0px !important;
    }
   .discus-body .row .col-md-4 {
    padding-bottom: 30px;
}
.discus-header {
    padding: 3px 0px;
    background-color: #53b957;
}

.discus-header {
    background-color: var(--mobil-buton-1-background);
    padding: 5px 0px !important;
}

.discus-footer-bot {
    font-size: 12px;
    background-color: #1b1717;
    padding: 6px 0px;
}

.discus-bg-full {
    padding-top: 20px !important;
    padding-right: 30px;
    padding-bottom: 120px;
    padding-left: 30px;
}

.btn-primary {
     color: #fff !important;
    background-color: #f68220 !important;
    border-color: #e06701 !important;
}

.discus-header .btn-outline-secondary {
    color: #939597 !important;
    background-color: #e9ecef !important;
    border-color: #e9ecef !important;
}
.navik-menu ul li.current-menu > a, .navik-menu ul li:hover > a {
    color: #4c4c4c;
 
}

.discus-card-custom-img {
    width: initial !important;
    max-width:100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.card-body {
    padding: 0.5rem !important;
}
.discus-footer-karayel img {
    height: 17px;
}

.discus-footer-logo {
    padding: 0px;
    max-width: 240px;
    max-height: 210px;
}


h2.discus-title {
    margin-bottom: 12px !important;
}

.discus-header .btn-outline-secondary {
    color: #fff;
    background-color: #643523;
    border-color: #643523;
}

a {
    color: #1b1717;
}

@media (max-width: 767px)
{
.mobilkara {
    position: fixed;
    z-index: -1;
    bottom: 50px;
}
.mobilkara img {
    width: 60%;
    margin: 10px auto;
}
}

.breadcrumb {
     background-color: transparent !important;
}

.jumbotron {
    background-color: #f7f7f7 !important;
}

.table td, .table th {
    border: 1px solid #dee2e6 !important;
}

.table{
    background-color: #f3f2f2;
}

.navik-menu.separate-line > ul > li > a {
    padding: 0 15px;
}


    /* Siteye göre değiştirilebilecek alanlar */
    .mobile-button {
         height: 100%; 
    }
    a.discus-mobil-buton-title {
        height: 38px;
    }
    
    i.fas.fa-5x {
        color: #f24941;
        font-size: 35px;
    }
    .mobile-button {
        border: 4px solid #fff;
        background: #e9ecef;
    }

    .breadcrumb-item span{
        font-size:12px;
    }


    .discus-only-title a.discus-only-link span {
    font-size: 18px !important;
    letter-spacing: 3px !important;
    }
    /* Siteye göre değiştirilebilecek alanlar */

    .form-control {
         margin: 10px;
     }

    @media (max-width: 1200px){
    .navik-menu > ul > li > a {
    border-bottom: 1px solid #ccc;
}}