﻿

/* ================================
 Badge color-profile 
================================ */



/*.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    cursor: pointer;
}*/


.badge.badge-primary {
    background-color: #007bff !important;
    color: white !important;
}

.badge.badge-secondary {
    background-color: #6c757d !important;
    color: white !important;
}

.badge.badge-success {
    background-color: #28a745 !important;
    color: white !important;
}

.badge.badge-danger {
    background-color: #dc3545 !important;
    color: white !important;
}

.badge.badge-warning {
    background-color: #ffc107 !important;
    color: black !important;
}

.badge.badge-info {
    background-color: #17a2b8 !important;
    color: white !important;
}

.badge.badge-light {
    background-color: #f8f9fa !important;
    color: black !important;
}

.badge.badge-dark {
    background-color: #343a40 !important;
    color: white !important;
}


/* ================================
   Büyüteç kodları 
================================ */


.buyutec {
    position: relative;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -ms-transition: all .2s ease-in;
}

    .buyutec:hover {
        z-index: 4;
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
        transform: scale(1.5);
    }


/* =============================================================
                       Payment Model PAGE STYLES
     ============================================================ */
.pad-top-botm {
    padding-bottom: 40px;
    padding-top: 60px;
}

.contact-info span {
    font-size: 14px;
    padding: 0px 50px 0px 50px;
}

.contact-info hr {
    margin-top: 0px;
    margin-bottom: 0px;
}

.client-info {
    font-size: 15px;
}

.ttl-amts {
    text-align: right;
    padding-right: 50px;
}

/* =============================================================
                       resim PAGE STYLES
     ============================================================ */

.resim img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.resim:hover img {
    transform: scale(2.5);
}

.resim:hover .overlay {
    opacity: 1;
}
