﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400
}

.bg-dark {
    background-color: #faf9ef !important
}

.title {
    font-size: 38px;
    margin: 0 0 30px 0;
    color: #2f5061;
    font-weight: 700;
    position: relative;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #2f5061 !important;
    padding: 10px 22px;
    /*margin-top: 20px;
    margin-bottom: 20px;*/
    line-height: 40px;
    font-size: 24px;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #1eae60 !important
}

section {
    padding: 30px 0
}

#zirve p {
    font-size: 22px;
    text-align: justify
}

.band-title {
    background-color: #075e67 !important;
    margin-bottom: 20px
}

.band-title span {
    font-size: 50px;
    color: #a6e056;
    font-weight:700;
    position: relative;
}

#konusmacilar .mb {
    margin-bottom: 29px
}

#konusmacilar img {
    border-radius: 5px
}

table {
    border-collapse: separate;
    border-spacing: 20px 20px;
    font-size: 18px;
    margin:0 !important
}

#program table td:first-child {
    background-color: #176872;
    color: #FFF;
    font-weight: 500;
    text-align: center;
    vertical-align: middle
}

#program table td:nth-child(2) {
    background-color: #176872;
    color: #FFF;
    font-weight: 500;
}

#program i {
    color: #671393
}

.sari td {
    background-color: #a6e056 !important;
    padding: 3px 10px
}

#goToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 12px;
    border: none;
    outline: none;
    background-color: #1d1d1d;
    color: white;
    cursor: pointer;
    padding: 9px;
    border-radius: 4px;
    box-shadow: rgb(0 0 0 / 35%) 0px 2px 2px;
    width: 40px;
    height: 40px;
    line-height: 22px;
}

.blink {
    -webkit-animation: 2s linear infinite condemned_blink_effect; /* for Safari 4.0 - 8.0 */
    animation: 2s linear infinite condemned_blink_effect;
}

/* for Safari 4.0 - 8.0 */
@-webkit-keyframes condemned_blink_effect {
    0% {
        background-color: #1eac606e
    }

    50% {
        background-color: transparent
    }

    100% {
        background-color: #1eac606e
    }
}

@keyframes condemned_blink_effect {
    0% {
        background-color: #1eac606e
    }

    50% {
        background-color: transparent
    }

    100% {
        background-color: #1eac606e
    }
}

@media (max-width:992px) {
    .navbar {
        display: block!important;
        position: relative!important
    }

    .custom-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(29,29,29, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }

    .custom-toggler.navbar-toggler {
        border-color: #1d1d1d;
    }
}