@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan+2:400,500,600,700&display=swap');

html, body {
    scroll-behavior: smooth;
}

body {
    font-family: 'Baloo Chettan 2', cursive;
    font-weight: 400;
    font-size: 15px;
    background-repeat: no-repeat;
    box-sizing: border-box !important;
    overflow: auto;
    background-image: url(../img/bg.png);
    background-size: cover;
    background-attachment: fixed;
    overflow-x: hidden;
}

.bg-light {
    /* background: #FFF; */
    /* background: linear-gradient(0deg, #bdbdbd 0%, #fff 76%); */
}

.navbar {
    font-size: 16px;
    padding: 10px !important;
    font-weight: 600;
    background-color: #fff;
    border-radius: 20px;
}





.navbar-light .navbar-nav .nav-link {
    color: #2f2561 !important;
    padding: 1.1rem .7rem .9rem .7rem;
    font-weight: bold;
}

    .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: #650f62;
    }

.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: #650f62;
        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;
}

.navbar-light .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(255,255,255,1.00)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%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: #681767;
    color: #FFFFFF;
    padding: 5px 10px;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 500;
    border-radius: 12px 3px;
}

.altbaslik {
    color: #2f2561;
    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: #20659e;
    color: #FFFFFF;
    border-radius: 50%;
    font-size: 11px;
}

.saat {
    background-color: #2f2561;
    color: #ffffff;
    font-size: 11px;
    border-radius: 50%;
}

.dakika {
    background-color: #20659e;
    color: #FFFFFF;
    font-size: 11px;
    border-radius: 50%;
}

.saniye {
    background-color: #2f2561;
    color: #ffffff;
    border-radius: 50%;
    font-size: 11px;
}

#duyuru {
    margin-bottom: 23px
}

    #duyuru li {
        color: #1D5D9B;
        background: #FFFFFF;
        overflow: hidden;
        height: 80px;
        padding: 20px 1px;
        line-height: 20px;
        list-style: none;
        font-size: 13px;
        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: #05253e;
    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: #6f61c0;
        -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 #61a3ba;
    color: #61a3ba;
}

    a.animated-button.victoria-two:after {
        background: #61a3ba;
        -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 #ff8080;
    color: #ff8080;
}

    a.animated-button.victoria-three:after {
        background: #ff8080;
        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 #020af9;
}

    a.animated-button.victoria-four:after {
        background: #020af9;
        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;
    }


/**/

button {
    margin: 20px;
}

.custom-btn {
    width: 100%;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5), 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
}

/* 10 */
.btn-10 {
    background: rgb(22,9,240);
    background: linear-gradient(0deg, rgb(46 46 70) 0%, rgb(39 39 55 / 59%) 100%);
    color: #fff;
    border: none;
    transition: all 0.3s ease;
    overflow: hidden;
}

    .btn-10:after {
        position: absolute;
        content: " ";
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        transition: all 0.3s ease;
        -webkit-transform: scale(.1);
        transform: scale(.1);
    }

    .btn-10:hover {
        color: #fff;
        border: none;
        background: transparent;
    }

        .btn-10:hover:after {
            background: rgb(0,3,255);
            background: linear-gradient(0deg, rgb(130 69 135) 0%, rgb(105 25 105) 100%);
            -webkit-transform: scale(1);
            transform: scale(1);
        }

/**/

@media screen and (max-width: 991px) {
    .navbar {
        padding: 0 !important;
        font-weight: 600;
        background-color: #9f9fa96b;
        border-radius: 20px;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #fff;
    }
}
