﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.circle-m {
    height: 102px;
    width: 102px;
    margin-left: -8px;
    margin-top: 89px;
    border-radius: 50%;
    display: inline-block;
}

.iconic {
    height: auto;
    width: 50%;
    padding: 10%;
    margin: auto;
}

.light_gray {
    color: #999999 !important;
}

@media (min-width: 992px) and (max-width: 1280px) {

    #exampleModal {
        left: 0 !important;
    }

    .card-header {
        font-size: 17px !important;
    }

    .card-title {
        font-size: 15px !important;
    }

    .card-button {
        font-size: 13px !important;
        padding: 3px;
    }

    .card-text {
        font-size: 12px !important;
    }

    .divboyut {
        width: 700px;
    }
}

.ellipsis2 {
    overflow: hidden; /* Verilen genişlikten (150px) artanı gizlemesini istiyoruz */
    white-space: nowrap; /* Yazıyı tek satırla sınırlandırıyoruz */
    text-overflow: ellipsis; /* Yazının kesildiği yerden üç nokta vermesini sağlıyoruz*/
}

.ellipsis {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* kaç satırla sınırlayacağımızı yazıyoruz */
    -webkit-box-orient: vertical;
}

.picsize {
    width: 100px;
    height: 100px;
    object-fit: fill;
}

.buyu:hover {
    -ms-transform: scale(1.3); /* IE 9 */
    -webkit-transform: scale(1.3); /* Safari 3-8 */
    transform: scale(1.3);
}

.modal-xl {
    max-width: 90%;
}

.modal-dialog {
    overflow-y: initial !important;
}

.modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}


.yillikizin_pic {
    width: 25%;
    height: 50px;
    background-image: url('../img/izin.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
    margin-top: 5%;
}

.yillikizin_body {
    height: 50%;
    width: 50%;
    margin-top: 5%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 6%;
    text-align: center;
}

.yillikizin_gun {
    font-size: 35px;
    text-align: center;
    font-weight: 900;
    color: #23c7d9;
}

.close_div_show {
}


@media (max-width: 1450px) {
    .get_smaller_text {
        font-size: small;
    }
}

@media (max-width: 1280px) {
    .get_smaller_text {
        font-size: x-small;
    }
}

@media (max-width: 1080px) {
    .get_smaller_text {
        font-size: xx-small;
    }
}

@media (max-width: 1080px) {
    .get_smaller_text {
        font-size: xx-small;
    }
}

@media (max-width: 880px) {
    .d-flex.justify-content-between {
        /* 1000px'in altındaysa sınıf iptal edilir */
        display: block !important; /* veya istediğiniz bir stil */
    }
}


/*
@media (max-width: 580px) {
    .get_smaller_text {
        font-size: 0.2rem;
    }
}*/

.hand-style {
    font-family: 'Brush Script MT',cursive;
    letter-spacing: 5px;
    margin-top: 25%;
}

.general-font {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

.price-size {
    color: #4c9a00;
    font-size: 13px;
    font-weight: 500;
}

.category-header {
    font-weight: 700;
}

@media only screen and (min-width: 910px) {
    .logo {
        width: 250px!important;
        height: auto!important;
        padding-top: 5%!important;
        padding-bottom: 2%!important;
        margin-left: 38%!important;
    }
    .hide_web{
        display:none!important;
    }
    .hand-style{
        margin-top:0px!important;
    }
    
    
}

@media only screen and (max-width: 909px)
{
     .hide_mobil {
        display: none !important;
    }
     .header_main{
         padding-left:30%;
     }
     .logo
     {
         margin-left:0px!important;
     }
     .general{
         text-align:left!important;
         margin-left:0px!important;
         padding-left:35px!important;
     }
}