﻿@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: rgba(20, 105, 101, 90%) !important
}

.title {
    font-size: 38px;
    margin: 0 0 30px 0;
    color: #075e67;
    font-weight:700;
    position: relative;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    padding: 10px 22px;
    /*margin-top: 20px;
    margin-bottom: 20px;*/
    line-height: 40px;
    font-size: 19px;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #ebd154;
}

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: #075e67;
    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: #a6e056
    }

    50% {
        background-color: transparent
    }

    100% {
        background-color: #a6e056
    }
}

@keyframes condemned_blink_effect {
    0% {
        background-color: #a6e056
    }

    50% {
        background-color: transparent
    }

    100% {
        background-color: #a6e056
    }
}