/**********
    GENEL
**********/

:root {
    --bco-color: #1b2839;
    --base-color: #efff02;
}
.bg-bco-color {
    background-color: var(--bco-color);
}
.btn.btn-bco-color {
    background-color: var(--bco-color);
    color: var(--white);
    border: solid #eee 1px;
}
.tiny h2 {
    font-size: 28px;
    line-height: 1.3em;
    font-weight: 600;
    color: #939393;
}
.tiny h3 {
    font-size: 24px;
    line-height: 1.3em;
    font-weight: 600;
    color: #939393;
}
.tiny h4 {
    font-size: 22px;
    line-height: 1.3em;
    font-weight: 600;
    color: #939393;
}
.tiny ul li {
    list-style: disc;
}
p {
    text-rendering: optimizeSpeed;
}
.ws-5px{
    word-spacing: 5px;
}

/**********
    HEADER
**********/

header .navbar-brand {
    padding: 10px 0;
}
header .navbar-brand img {
    max-height: 60px;
    height: 60px;
}
.page-title-extra-small h1 {
    font-size: 55px;
    line-height: 2rem;
}
.container.menu {
    max-width: 1300px;
}
.top-space-margin {
    margin-top: 80px;
}


/**********
    FOOTER
**********/

footer .footer-logo img {
    max-height: 70px;
}
.footer-dark a:hover {
    color: #ffffff;
}
ul.kvkk{
    margin-top: 10px;
}


/**********
    ANASAYFA
**********/

.swiper-number-pagination-style-01 .swiper-number .swiper-pagination-bullet {
    color: #333333;
}
.swiper-number-pagination-style-01 .swiper-number .swiper-pagination-bullet:after {
    background: #333333;
}
img.analogo {
    padding: 50px;
    background-color: var(--bco-color);
    border: solid #eee 1px;
    border-radius: 20px 50px;
}
.slideyazi {
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
}


/**********
    İLETİŞİM
**********/

.ilebil{
    width: 50%;
}


/**********
    WHATSAPP
**********/

.whatsapp {
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
}
.whatsapp-icon {
    margin-top:15px;
}


/**********
    FORM BİLDİRİM
**********/

.notification-container {
    position: fixed;
    bottom: 150px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    pointer-events: none;
}
.notification-container .alert {
    pointer-events: auto;
    margin-bottom: 0;
    min-width: 300px;
    max-width: 500px;
    animation: slideIn 0.5s ease-out;
}
@keyframes slideIn {
    from { transform: translateX(100%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}


/**********
    MEDİA
**********/

@media (min-width: 1px) and (max-width: 767.98px) {
    .slideyazi p span{
        font-size: 20px !important;
    }
    .slideyazi p{
        margin-bottom: 10px !important;
    }
    .ilebil{
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .slideyazi p span{
        font-size: 26px !important;
    }
    .slideyazi p{
        margin-bottom: 10px !important;
    }
}


/**********
    00000
**********/