@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan+2:400,500,600,700&display=swap');

body {
    font-family: 'Baloo Chettan 2', cursive;
    font-weight: 400;
    background-color: #72438b21 !important;
    font-size: 15px;
    background: url(../images/body.png);
}

.bg-light {
    background: #FFF;
    background: linear-gradient(0deg, #9471a7d9 0%, #fff 76%);
}

.navbar {
    font-size: 16px;
    padding: 0 !important;
    font-weight: 600;
}


.blink {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}


.navbar-light .navbar-nav .nav-link {
    color: #73448c;
    padding: 1.1rem .7rem .9rem .7rem;
}

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        color: #fff;
    }

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: #105d3b;
    }

.navbar-nav a {
    line-height: 1;
    display: inline-block;
    font-weight: bold;
    color: #ed1c24;
    text-decoration: none;
}

    .navbar-nav a:after {
        display: block;
        content: "";
        height: 2px;
        margin-top: 3px;
        width: 0%;
        background-color: #0c5e3a;
        transition: width .3s ease-in-out;
    }

    .navbar-nav a:hover:after, .navbar-nav a:focus:after {
        width: 100%;
    }

.navbar-light .navbar-toggler {
    border-color: transparent !important;
}

.span navbar-toggler-icon {
    color: blue !important;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%2300579e' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

@media screen and (max-width: 991px) {
    .navbar-nav a {
        display: block
    }

        .navbar-nav a:after {
            display: none;
        }
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ed1c24;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown .dropdown-menu {
    display: block !important;
    opacity: 0 !important;
    visibility: hidden;
    transform: scale(0.75);
    transition: all 300ms ease-in-out;
    margin-top: 0 !important;
}

.dropdown:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: scale(1);
    margin-top: 1px !important;
}

@media screen and (max-width: 991px) {
    .dropdown .dropdown-menu {
        opacity: 1 !important;
        visibility: visible;
        transform: scale(1);
    }
}

#bildiri {
    -webkit-animation: blink 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: blink 1s;
    -moz-animation-iteration-count: infinite;
    -o-animation: blink 1s;
    -o-animation-iteration-count: infinite;
}

#icerik {
    background-color: white;
    border: 1px solid #E0E0E0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.09);
    border-radius: 10px 5px;
}

#sidebar {
    background-color: white;
    border: 1px solid #E0E0E0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.09);
    border-radius: 10px 5px;
}

.baslik {
    background-color: #105d3b;
    color: #FFFFFF;
    padding: 5px 10px;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 500;
    border-radius: 12px 3px;
}

.altbaslik {
    color: #f31559;
    font-weight: bold;
    font-size: 16px;
}

.sayac {
    padding: 0 10px;
    margin-bottom: 35px !important;
}

    .sayac span {
        font-size: 20px;
        font-weight: 500;
    }

.gun {
    background-color: #1D5D9B;
    color: #FFFFFF;
    border-radius: 50%;
    font-size: 11px;
}

.saat {
    background-color: #F31559;
    color: #ffffff;
    font-size: 11px;
    border-radius: 50%;
}

.dakika {
    background-color: #1D5D9B;
    color: #FFFFFF;
    font-size: 11px;
    border-radius: 50%;
}

.saniye {
    background-color: #F31559;
    color: #ffffff;
    border-radius: 50%;
    font-size: 11px;
}

#duyuru {
    margin-bottom: 23px
}

    #duyuru li {
        color: #1D5D9B;
        background: #FFFFFF;
        overflow: hidden;
        height: 97px;
        padding: 16px 1px;
        line-height: 20px;
        list-style: none;
        font-size: 12px;
        text-align: left;
        border-bottom: 1px dotted #1D5D9B;
    }

        #duyuru li:hover {
            background: #F2F2F2;
        }

.btn-squared-default-plain {
    width: 100% !important;
    height: 100% !important;
    font-size: 17px;
    padding-bottom: 19px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='16' viewBox='0 0 16 32'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Cpath fill-rule='evenodd' d='M0 24h4v2H0v-2zm0 4h6v2H0v-2zm0-8h2v2H0v-2zM0 0h4v2H0V0zm0 4h2v2H0V4zm16 20h-6v2h6v-2zm0 4H8v2h8v-2zm0-8h-4v2h4v-2zm0-20h-6v2h6V0zm0 4h-4v2h4V4zm-2 12h2v2h-2v-2zm0-8h2v2h-2V8zM2 8h10v2H2V8zm0 8h10v2H2v-2zm-2-4h14v2H0v-2zm4-8h6v2H4V4zm0 16h6v2H4v-2zM6 0h2v2H6V0zm0 24h2v2H6v-2z'/%3E%3C/g%3E%3C/svg%3E");
}

.btn-1 {
    background-color: #cf2343 !important;
    border: 3px solid #960620 !important;
}

    .btn-1:hover {
        opacity: 0.95
    }

.btn-2 {
    background-color: #cf2343 !important;
    border: 3px solid #960620 !important;
}

    .btn-2:hover {
        opacity: 0.95
    }

.btn-3 {
    background-color: #cf2343 !important;
    border: 3px solid #960620 !important;
}

    .btn-3:hover {
        opacity: 0.95
    }

.btn-4 {
    background-color: #cf2343 !important;
    border: 3px solid #d10e32 !important;
}

    .btn-4:hover {
        opacity: 0.95
    }

footer {
    background-color: #72438b;
    margin-top: 50px;
    padding: 20px;
    font-weight: 400;
    color: #FFFFFF
}

.mh400 {
    min-height: 400px;
}

.kktablo {
    border-collapse: separate;
    border-spacing: 3px;
}

    .kktablo tr td {
        text-align: center;
        padding: 7px;
        border: 1px solid transparent;
        border-radius: 8px;
    }

    .kktablo tr:nth-child(1) {
        background-color: #196da2 !important;
        color: #fff;
    }

    .kktablo tr {
        background-color: #E8E8E8;
    }

.kotablo {
    border-collapse: separate;
    border-spacing: 3px;
}

    .kotablo tr td {
        text-align: center;
        padding: 7px;
        border: 1px solid transparent;
        border-radius: 8px;
    }

    .kotablo tr:nth-child(1), .kotablo tr:nth-child(2) {
        background-color: #196da2 !important;
        color: #fff;
    }

    .kotablo tr {
        background-color: #E8E8E8;
    }

.effect1 {
    font-weight: 500;
    animation: hello 1.0s ease-in-out infinite;
    text-align: center;
}

@keyframes hello {
    0% {
        color: #fff;
    }

    50% {
        color: #e52328;
    }

    100% {
        color: #fff;
    }
}
/* Global Button Styles */
a.animated-button:link, a.animated-button:visited {
    position: relative;
    display: block;
    margin: 30px auto 0;
    padding: 14px 15px;
    color: #3a3a3a;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    border-radius: 35px 10px;
    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 #6f61c0;
    color: #6f61c0;
}

    a.animated-button.victoria-one:after {
        background: #72438b;
        -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 #2c4693;
    color: #284893;
}

    a.animated-button.victoria-two:after {
        background: #2a4a87;
        -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 #0f5c3c;
    color: #105d3b;
}

    a.animated-button.victoria-three:after {
        background: #105d3b;
        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 {
    color: #ed1e28;
    border: 2px solid #ec1d23;
}

    a.animated-button.victoria-four:after {
        background: #ef1c23;
        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;
    }


/* From Uiverse.io by nima-mollazadeh */
.loader {
    --dur: 2s;
    display: block;
    margin: auto;
    width: 7em;
    height: auto;
}

.loader__glare-top,
.loader__glare-bottom,
.loader__model,
.loader__motion-thick,
.loader__motion-medium,
.loader__motion-thin,
.loader__sand-drop,
.loader__sand-fill,
.loader__sand-grain-left,
.loader__sand-grain-right,
.loader__sand-line-left,
.loader__sand-line-right,
.loader__sand-mound-top,
.loader__sand-mound-bottom {
    animation-duration: var(--dur);
    animation-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
    animation-iteration-count: infinite;
}

.loader__glare-top {
    animation-name: glare-top;
}

.loader__glare-bottom {
    animation-name: glare-bottom;
}

.loader__model {
    animation-name: loader-flip;
    transform-origin: 12.25px 16.75px;
}

.loader__motion-thick,
.loader__motion-medium,
.loader__motion-thin {
    transform-origin: 26px 26px;
}

.loader__motion-thick {
    animation-name: motion-thick;
}

.loader__motion-medium {
    animation-name: motion-medium;
}

.loader__motion-thin {
    animation-name: motion-thin;
}

.loader__sand-drop {
    animation-name: sand-drop;
}

.loader__sand-fill {
    animation-name: sand-fill;
}

.loader__sand-grain-left {
    animation-name: sand-grain-left;
}

.loader__sand-grain-right {
    animation-name: sand-grain-right;
}

.loader__sand-line-left {
    animation-name: sand-line-left;
}

.loader__sand-line-right {
    animation-name: sand-line-right;
}

.loader__sand-mound-top {
    animation-name: sand-mound-top;
}

.loader__sand-mound-bottom {
    animation-name: sand-mound-bottom;
    transform-origin: 12.25px 31.5px;
}

/* Dark theme */
@media (prefers-color-scheme: dark) {
    :root {
        --bg: hsl(var(--hue), 90%, 10%);
        --fg: hsl(var(--hue), 90%, 90%);
    }
}
/* Animation */
@keyframes loader-flip {
    from {
        transform: translate(13.75px, 9.25px) rotate(-180deg);
    }

    24%, to {
        transform: translate(13.75px, 9.25px) rotate(0);
    }
}

@keyframes glare-top {
    from {
        stroke: rgba(255, 255, 255, 0);
    }

    24%, to {
        stroke: white;
    }
}

@keyframes glare-bottom {
    from {
        stroke: white;
    }

    24%, to {
        stroke: rgba(255, 255, 255, 0);
    }
}

@keyframes motion-thick {
    from {
        animation-timing-function: cubic-bezier(0.33, 0, 0.67, 0);
        stroke: rgba(255, 255, 255, 0);
        stroke-dashoffset: 153.94;
        transform: rotate(0.67turn);
    }

    20% {
        animation-timing-function: cubic-bezier(0.33, 1, 0.67, 1);
        stroke: rgb(32, 32, 32);
        stroke-dashoffset: 141.11;
        transform: rotate(1turn);
    }

    40%, to {
        stroke: rgba(255, 255, 255, 0);
        stroke-dashoffset: 153.94;
        transform: rotate(1.33turn);
    }
}

@keyframes motion-medium {
    from, 8% {
        animation-timing-function: cubic-bezier(0.33, 0, 0.67, 0);
        stroke: rgba(255, 255, 255, 0);
        stroke-dashoffset: 153.94;
        transform: rotate(0.5turn);
    }

    20% {
        animation-timing-function: cubic-bezier(0.33, 1, 0.67, 1);
        stroke: white;
        stroke-dashoffset: 147.53;
        transform: rotate(0.83turn);
    }

    32%, to {
        stroke: rgba(255, 255, 255, 0);
        stroke-dashoffset: 153.94;
        transform: rotate(1.17turn);
    }
}

@keyframes motion-thin {
    from, 4% {
        animation-timing-function: cubic-bezier(0.33, 0, 0.67, 0);
        stroke: rgba(255, 255, 255, 0);
        stroke-dashoffset: 153.94;
        transform: rotate(0.33turn);
    }

    24% {
        animation-timing-function: cubic-bezier(0.33, 1, 0.67, 1);
        stroke: rgb(53, 53, 53);
        stroke-dashoffset: 134.7;
        transform: rotate(0.67turn);
    }

    44%, to {
        stroke: rgba(255, 255, 255, 0);
        stroke-dashoffset: 153.94;
        transform: rotate(1turn);
    }
}

@keyframes sand-drop {
    from, 10% {
        animation-timing-function: cubic-bezier(0.12, 0, 0.39, 0);
        stroke-dashoffset: 1;
    }

    70%, to {
        stroke-dashoffset: -107;
    }
}

@keyframes sand-fill {
    from, 10% {
        animation-timing-function: cubic-bezier(0.12, 0, 0.39, 0);
        stroke-dashoffset: 55;
    }

    70%, to {
        stroke-dashoffset: -54;
    }
}

@keyframes sand-grain-left {
    from, 10% {
        animation-timing-function: cubic-bezier(0.12, 0, 0.39, 0);
        stroke-dashoffset: 29;
    }

    70%, to {
        stroke-dashoffset: -22;
    }
}

@keyframes sand-grain-right {
    from, 10% {
        animation-timing-function: cubic-bezier(0.12, 0, 0.39, 0);
        stroke-dashoffset: 27;
    }

    70%, to {
        stroke-dashoffset: -24;
    }
}

@keyframes sand-line-left {
    from, 10% {
        animation-timing-function: cubic-bezier(0.12, 0, 0.39, 0);
        stroke-dashoffset: 53;
    }

    70%, to {
        stroke-dashoffset: -55;
    }
}

@keyframes sand-line-right {
    from, 10% {
        animation-timing-function: cubic-bezier(0.12, 0, 0.39, 0);
        stroke-dashoffset: 14;
    }

    70%, to {
        stroke-dashoffset: -24.5;
    }
}

@keyframes sand-mound-top {
    from, 10% {
        animation-timing-function: linear;
        transform: translate(0, 0);
    }

    15% {
        animation-timing-function: cubic-bezier(0.12, 0, 0.39, 0);
        transform: translate(0, 1.5px);
    }

    51%, to {
        transform: translate(0, 13px);
    }
}

@keyframes sand-mound-bottom {
    from, 31% {
        animation-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
        transform: scale(1, 0);
    }

    56%, to {
        transform: scale(1, 1);
    }
}
