@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto+Serif:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700&display=swap');

body {
    /*font-family: 'KGMissKindergarten';*/
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1rem;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    background-color: #fff9f9;
}

.navbar {
    font-family: 'Roboto Condensed', sans-serif;
    padding: 5px 0 !important;
    font-weight: 500;
    background-color: #ee7e7d;
}

.navbar-collapse {
    border-bottom: 1px none hsla(0, 0%, 100%, 0.15);
    background-color: transparent;
    box-shadow: 0 1px 20px 7px rgb(0 0 0 / 15%);
}

.navbar-light .navbar-nav .nav-link {
    color: #edf8fe;
    padding: .9rem .7rem;
    font-size: 15px;
    letter-spacing: 0.01rem
}

    .navbar-light .navbar-nav .nav-link:hover {
        background-color: #ffffff;
        color: #0f75bd;
        border-radius: 8px
    }

.navbar-light .navbar-toggler {
    border-color: transparent !important;
}

.centerbar {
    /*background-size:cover;*/
    position: absolute;
    background-color: transparent;
    margin-top: -129px;
}

.sosyalmedya {
    position: absolute;
    bottom: -100px;
    right: 0;
}

@media (max-width: 1024px) {
    .centerbar {
        margin-top: -140px;
    }

    .sosyalmedya {
        bottom: -85px;
    }
}

@media (max-width: 900px) {
    .centerbar {
        margin-top: -125px;
    }

    .sosyalmedya {
        bottom: -75px;
    }

    .hummingbird {
        display: none;
    }

    .sayacyazi {
        font-size: 14px !important;
    }

    #cd-day {
        font-size: 22px !important;
    }

    #cd-hr {
        font-size: 22px !important;
    }

    #cd-min {
        font-size: 22px !important;
    }

    #cd-sec {
        font-size: 22px !important;
    }
}

@media (max-width: 768px) {
    .centerbar {
        display: none;
    }
}

.takvim {
    width: 70px;
    padding-top: 5px;
    background-color: #FFFFFF;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #21adff;
}

.ay {
    font-size: 12px;
    color: #004f9a;
    line-height: 0px;
    font-weight: bold;
}

.gun {
    font-size: 30px;
    color: #e71465;
}

.duyuru-yazi {
    color: #229687;
    padding-left: 10px
}

.sayacyazi {
    color: #0f75bd;
    font-size: 18px;
}

#cd-day {
    font-size: 22px;
    color: #cf181f;
    font-weight: bold;
}

#cd-hr {
    font-size: 22px;
    color: #1c439b;
    font-weight: bold;
}

#cd-min {
    font-size: 22px;
    color: #cf181f;
    font-weight: bold;
}

#cd-sec {
    font-size: 22px;
    color: #1c439b;
    font-weight: bold;
}

#duyuru {
    margin-left: 0px;
    height: 90px !important;
}

    #duyuru li {
        color: #FFFFFF;
        overflow: hidden;
        height: 90px;
        list-style: none;
        font-size: 16px;
        text-align: left;
        padding-top: 15px;
    }

.yazi {
    /* border: 2px dashed #004f9a; */
    border-radius: 15px;
    background-color: #ffffff;
    padding: 20px;
    box-shadow: -1px 2px 9px -2px #00000059;
    margin: 25px 0 80px;
    min-height: 500px;
}

    .yazi h3 {
        color: #004f9a !important;
        font-size: 28px !important;
        margin: 0px;
        padding-bottom: 18px;
        background-repeat: no-repeat;
        background-position: left bottom;
        font-weight: bold;
        font-style: normal;
    }

.icerik {
    /* background-image: url('../images/bg.png'); */
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 25px 80px;
}

    .icerik h3 {
        color: #0f75bd !important;
        font-size: 28px !important;
        margin: 0px;
        padding-bottom: 18px;
        background-repeat: no-repeat;
        background-position: left bottom;
        font-weight: bold;
        font-style: normal;
    }

.altbaslik {
    color: #004f9a;
    font-weight: bold;
    font-size: 20px;
}

.altbaslik2 {
    color: #c61c5a;
    font-weight: bold;
    font-size: 17px;
}

footer {
    background-color: #0f75bd;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF
}

@keyframes shake {
    0% {
        transform: rotate(5deg);
    }

    20% {
        transform: rotate(-5deg);
    }

    40% {
        transform: rotate(5deg);
    }

    60% {
        transform: rotate(-5deg);
    }

    80% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(0);
    }
}

.buton:hover {
    animation: shake .6s 1;
    animation-delay: .1s;
}

.dropdown-item:first-child {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .50rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #ffffff;
    text-align: inherit;
    white-space: nowrap;
    background-color: #20409a;
    border: 0;
    font-size: 13px;
}

.dropdown-menu {
    background-color: #cdebf5;
    padding: 0;
    color: #fff;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
}

.hummingbird {
    animation: seri 8s linear infinite;
    position: absolute;
    top: 280px;
    left: 40px;
    width: 50px;
    background: rgba(0, 0, 0, 0);
}

@keyframes seri {
    0% {
        top: 280px;
        left: 40px;
    }

    25% {
        top: 235px;
        left: 100px;
    }

    50% {
        top: 210px;
        left: 55px;
    }

    75% {
        top: 225px;
        left: 70px;
    }

    100% {
        top: 280px;
        right: 75px;
    }
}

.banner {
    position: relative;
}

/* Global Button Styles */
a.animated-button:link, a.animated-button:visited {
    position: relative;
    display: block;
    margin: 30px auto 0;
    padding: 14px 15px;
    color: #D24D57;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    border-radius: 4px;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

    a.animated-button:link:after, a.animated-button:visited:after {
        content: "";
        position: absolute;
        height: 0%;
        left: 50%;
        top: 50%;
        width: 150%;
        z-index: -1;
        -webkit-transition: all 0.75s ease 0s;
        -moz-transition: all 0.75s ease 0s;
        -o-transition: all 0.75s ease 0s;
        transition: all 0.75s ease 0s;
    }

    a.animated-button:link:hover, a.animated-button:visited:hover {
        color: #FFF;
        text-shadow: none;
    }

        a.animated-button:link:hover:after, a.animated-button:visited:hover:after {
            height: 450%;
        }

/* Victoria Buttons */

a.animated-button.victoria-one {
    border: 2px solid #e71465;
    color: #e71465;
}

    a.animated-button.victoria-one:after {
        background: #e71465;
        -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
        transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    }

a.animated-button.victoria-two {
    border: 2px solid #088171;
    color: #088171;
}

    a.animated-button.victoria-two:after {
        background: #088171;
        -moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
        transform: translateX(-50%) translateY(-50%) rotate(25deg);
    }

a.animated-button.victoria-three {
    border: 2px solid #3d54a1;
    color: #3d54a1;
}

    a.animated-button.victoria-three:after {
        background: #3d54a1;
        opacity: .5;
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    a.animated-button.victoria-three:hover:after {
        height: 140%;
        opacity: 1;
    }

a.animated-button.victoria-four {
    border: 2px solid #D24D57;
}

    a.animated-button.victoria-four:after {
        background: #D24D57;
        opacity: .5;
        -moz-transform: translateY(-50%) translateX(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
        -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
        transform: translateY(-50%) translateX(-50%) rotate(90deg);
    }

    a.animated-button.victoria-four:hover:after {
        opacity: 1;
        height: 600% !important;
    }

.blink {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}


@media (max-width: 1368px) {
    .sayacyazi {
        color: #cf181f;
        font-size: 15px;
    }

    #cd-day {
        font-size: 18px;
        color: #cf181f;
        font-weight: bold;
    }

    #cd-hr {
        font-size: 18px;
        color: #1c439b;
        font-weight: bold;
    }

    #cd-min {
        font-size: 18px;
        color: #cf181f;
        font-weight: bold;
    }

    #cd-sec {
        font-size: 18px;
        color: #1c439b;
        font-weight: bold;
    }



    .centerbar {
        margin-top: -113px;
    }
}
