﻿@charset "utf-8";
/* CSS Document */

@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;
    box-sizing: border-box;
    background-color: #e9e8ea;
}

.bg-dark {
    background-color: #040063 !important;
    border-bottom: 1px solid #ccc;
}

.banner {
    overflow: hidden;
    background: #ffe99a73;
    position: absolute;
    inset: 0;
    z-index: 999;
}


.modal-content {
    background-color: #fbf9f9;
}

.navi {
    background-color: #1ba7a7;
    height: auto;
}

    .navi .fas, .navi .far {
        color: #fff;
    }

    .navi .navi-txt {
        position: absolute;
        color: #fff;
    }

.blink {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@keyframes translate-anime {
    0% {
        transform: translateX(calc(0vw - 100%));
    }

    20% {
        transform: translateX(calc(20vw));
    }

    40% {
        transform: translateX(calc(40vw));
    }

    60% {
        transform: translateX(calc(60vw));
    }

    80% {
        transform: translateX(calc(80vw));
    }

    100% {
        transform: translateX(calc(100vw + 100%));
    }
}

@media screen and (max-width: 768px) {
    .flip-clock-wrapper {
        width: 100%;
        margin: 5em 0 1em 0;
    }

        .flip-clock-wrapper ul {
            margin: 1px !important;
        }

            .flip-clock-wrapper ul li a div div.inn {
                font-size: 25px !important;
            }

    .flip-clock-divider {
        width: 8px;
        height: 48px;
    }

    .date-place {
        padding-bottom: 20px;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .location-place {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .counter-place {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .flip-clock-dot {
        width: 4px;
        height: 4px;
        left: 2px;
    }
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #21ffff;
}

.navbar-light .navbar-nav .nav-link {
    font-size: .9rem;
    font-weight: bold;
    color: #FFF;
}

    .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;
    }

.dropdown-menu {
    margin-top: 0 !important;
    background-color: #040063 !important;
}

.dropdown-item {
    font-weight: bold;
    background-color: #040063 !important;
    color: #fff !important;
}

    .dropdown-item.active, .dropdown-item:active,
    .dropdown-item:focus, .dropdown-item:hover {
        color: #21ffff !important;
    }

.blink {
    animation: blinker 2.5s linear infinite;
    color: #fff !important;
    font-weight: bold;
    font-family: sans-serif;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}


@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
}

.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(255,255,255,1.00)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
    border-color: rgba(255,255,255,1.00);
}

.navbar-nav .dropdown-menu {
    z-index: 9999999
}

li.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-menu {
    margin-top: 0 !important
}

.sayac {
    width: max-content;
    background-color: #fbfbfb;
    border-radius: 10px;
    padding: 6px 9px;
    margin-bottom: 5px !important;
}

    .sayac span {
        font-size: 15px;
        font-weight: bold;
    }

.gun {
    background-color: #be1724;
    color: #FFFFFF;
    border-radius: 50%;
    border: 2px dashed #fff;
}

.saat {
    background-color: #1d6fb6;
    color: #ffffff;
    border-radius: 50%;
    border: 2px dashed #fff;
}

.dakika {
    background-color: #be1724;
    color: #FFFFFF;
    border-radius: 50%;
    border: 2px dashed #fff;
}

.tarih {
    padding: 13px !important;
    font-size: 15px;
    width: 73px;
}

.saniye {
    background-color: #1d6fb6;
    color: #ffffff;
    border-radius: 50%;
    text-align: left;
    border: 2px dashed #fff;
}

.main-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: white;
    opacity: 0.8;
    z-index: 999;
}

@media screen and (max-width: 1199px) {
    .slider-p {
        font-size: 10px
    }

    .carousel-item .col-lg-6 {
        padding: 30px;
    }

    .sldr-img {
        order: 1;
    }

    .carousel-inner {
        height: auto;
        min-height: auto;
    }

    .sayac {
        top: 40%;
        left: 39%;
    }
}

.carousel-indicators li {
    width: 5px;
    height: 5px;
    border-radius: 100%;
}

#mixedSlider {
    position: relative;
}

    #mixedSlider .MS-content {
        white-space: nowrap;
        overflow: hidden;
        margin: 0 5%;
    }

        #mixedSlider .MS-content .item {
            display: inline-block;
            width: 25%;
            position: relative;
            vertical-align: top;
            overflow: hidden;
            height: 100%;
            white-space: normal;
            padding: 0 10px;
        }

@media (max-width: 991px) {
    #mixedSlider .MS-content .item {
        width: 50%;
    }

    .form-signin {
        margin: 20px 20px !important;
        text-align: center;
        padding-left: 20px;
    }

    .sayac {
        position: inherit;
        padding: 15px 53px;
    }

    .butoncnt {
        margin-top: 0 !important;
    }

    #duyuru {
        width: 100% !important;
    }

        #duyuru li {
            padding: 20px 19px;
        }

    .gun {
        background-color: #be1724;
    }

    .saat {
        background-color: #1d6fb6;
    }

    .dakika {
        background-color: #be1724;
    }

    .saniye {
        background-color: #1d6fb6;
    }

    .tarih {
        padding: 10px !important;
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    #mixedSlider .MS-content .item {
        width: 50%;
    }

    .btn-social-icon {
        padding: .145rem .25rem !important;
    }

    .header-social {
        display: none !important;
    }
}

.icbaslik {
    color: #273d9b !important;
    font-size: 1.1rem;
}


.baslik {
    font-size: 30px;
    font-weight: 600;
    background-color: #03a5a0;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    border-radius: 0 50px 0 0;
}

.altbaslik {
    color: #004283 !important;
    padding: 0 5px;
    font-weight: 600;
    font-size: 18px;
}

.icerik-baslik {
    padding: 0 !important;
}

.icerik {
    padding: 2px 0;
}

    .icerik .box {
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12) !important;
        padding: 20px;
    }

#icerik {
    background-color: #fbfbfb;
    border: 1px solid #E0E0E0;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%), 0 3px 10px 0 rgb(0 0 0 / 9%);
    border-radius: 10px 50px 10px 10px;
}

.yaklasan {
    padding-top: 20px
}

    .yaklasan img {
        border-radius: 10px;
        padding: 3px;
        border: 1px solid #FFF
    }

.baslik2 {
    font-weight: 600;
    text-align: center;
    color: #FFF
}

.spekaerBaslik {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    background-color: none;
    color: #dc2743;
}

.header-bar {
    background: url(../images/bg.png) no-repeat center center scroll;
    background-size: cover;
}

    .header-bar a {
        opacity: 0.8;
    }

        .header-bar a:hover {
            opacity: 1;
        }

.kesfet {
    background-image: url('../images/kesfetbg.png');
    background-color: #d2d2d2;
    padding: 20px 0;
}

    .kesfet h2 {
        font-weight: 600;
        text-align: center
    }

footer {
    padding: 15px;
    background-color: #000;
    color: #FFFFFF;
    font-size: 12px;
}

.btn-facebook {
    color: #fff;
    background-color: #4267b2;
    border-color: #4267b2;
}

.btn-twitter {
    color: #fff;
    background-color: #1da1f2;
    border-color: #1da1f2;
}

.btn-youtube {
    color: #fff;
    background-color: #da0000;
    border-color: #b70000;
}

.btn-instagram {
    color: #fff;
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    border-color: #ec8436;
}

.btn-top {
    padding: .225rem .45rem !important;
}

.btn-facebook:hover, .btn-twitter:hover, .btn-instagram:hover, .btn-youtube:hover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    color: #FFFFFF;
}

footer a {
    margin: 0 10px;
}

/* slider */

.slider {
    width: 100%;
    min-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.customwidget {
    background-color: #f6fbff;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.09);
    margin-left: 15px;
}

.viewport {
    --imageWidth: unset;
    --viewportWidth: unset;
    --imageGap: unset;
    --offset: 0px;
    width: var(--viewportWidth);
    height: auto;
    padding: 10px 0;
    overflow: hidden;
}

.strip {
    width: fit-content;
    height: 100%;
    display: flex;
    transform: translatex(var(--offset));
    transition: transform 500ms ease;
}

.image {
    width: var(--imageWidth);
    height: 100%;
    display: grid;
    justify-items: center;
    grid-template-rows: auto auto;
    border-radius: 10px;
}

.strip > .image {
    margin: 0 var(--imageGap);
}

.image > img:nth-child(1) {
    border-radius: 50%;
    border-top: 1px solid #144279;
    border-bottom: 1px solid #144279;
}

.leftcontrol, .rightcontrol {
    font-size: 30px;
    margin: 0 10px;
    cursor: pointer;
    z-index: 99;
    color: #594a90;
    filter: drop-shadow(0 0 4px rgba(0,0,0,0.6));
}

.tick {
    font-size: 1rem;
    white-space: nowrap;
    font-family: arial,sans-serif;
    margin-top: 25px;
    margin-bottom: 15px;
}

.tick-flip, .tick-text-inline {
    font-size: 2.5em;
}

.tick-label {
    margin-top: 0.5em;
    font-size: 1em;
    color: #d0173c !important;
    font-weight: 600;
}

.tick-char {
    width: 1.5em;
}

.tick-text-inline {
    display: inline-block;
    text-align: center;
    min-width: 1em;
}

    .tick-text-inline + .tick-text-inline {
        margin-left: -.325em;
    }

.tick-group {
    margin: 0 .5em;
    text-align: center;
}

.tick-text-inline {
    color: #595d63 !important;
}

.tick-flip-panel {
    color: #fff !important;
}

.tick-flip {
    font-family: 'Gemunu Libre', sans-serif;
}

.tick-flip-panel-text-wrapper {
    line-height: 1.45 !important;
}

.tick-flip-panel {
    background-color: #dd1840 !important
}

.tick-flip {
    border-radius: 0.12em !important;
}

.takvim {
    width: 100%;
    background-color: #FFFFFF;
    text-align: center;
    border-radius: 7px;
    border: 1px solid #21adff;
}

.duyuru-ay {
    font-size: 16px;
    color: #004f9a;
    line-height: 0px;
    font-weight: bold;
}

.duyuru-gun {
    font-size: 35px;
    color: rgb(227 6 19);
}

.duyuru-yazi {
    color: #2d3283;
    padding-top: 5px;
    font-size: 15px;
    font-weight: 600;
}

#duyuru {
    width: max-content;
    background-color: #fbfbfb;
    border-radius: 10px;
    padding: 20px 40px;
}

    #duyuru li {
        color: #FFFFFF;
        overflow: hidden;
        height: 150px;
        list-style: none;
        font-size: 16px;
        text-align: left;
    }

.konusmacigorsel img {
    border-radius: 10px;
}

h1 {
    text-align: center;
    position: relative;
    color: #fff;
    margin: 12px -15px 20px -15px;
    padding: 6px 0;
    text-shadow: 0 1px rgb(0 0 0 / 80%);
    background: #dd1840;
    font-size: 31px;
    font-weight: 600;
}

    h1::before,
    h1::after {
        content: '';
        position: absolute;
        border-style: solid;
        border-color: transparent;
        bottom: -10px;
    }

    h1::before {
        border-width: 0 10px 10px 0;
        border-right-color: #222;
        left: 0;
    }

    h1::after {
        border-width: 0 0 10px 10px;
        border-left-color: #222;
        right: 0;
    }



h2 {
    text-align: center;
    position: relative;
    color: #fff;
    margin: 7px -25px 20px -25px;
    padding: 6px 0;
    text-shadow: 0 1px rgb(0 0 0 / 80%);
    background: #dd1840;
    font-size: 19px;
    font-weight: 600;
}

.konusmacibaslik {
    margin: 10px 2px 3px -2px;
    font-size: 20px;
    background: rgb(255 96 105);
    background: -webkit-linear-gradient(right, rgb(134 46 137) 0%, rgb(65 1 66) 50%, rgb(129 43 132) 100%);
    background: -o-linear-gradient(right, rgb(134 46 137) 0%, rgb(65 1 66) 50%, rgb(129 43 132) 100%));
    background: linear-gradient(to right, rgb(0 138 192) 0%, rgb(73 74 175) 50%, rgb(5 128 183) 100%);
}

.swiper {
    /* width: 600px;*/
    height: 54%;
}

.swiper-button-next, .swiper-button-prev {
    display: none !important;
}

.swiper-horizontal > .swiper-scrollbar {
    display: none !important;
}

.leftcontrol {
    position: absolute;
    left: 0;
    top: 75px;
}

.rightcontrol {
    position: absolute;
    right: 0;
    top: 75px;
}

.imgdown {
    font-weight: bold;
    font-size: 1.1rem;
    color: #144279;
    text-wrap: none;
}

.right-panel > :not(:last-child) {
    margin-bottom: 20px;
}

.butonlar:hover {
    transform: scale(1.05);
    transition: 0.5s all;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    display: none !important;
}

.slider-container {
    position: relative;
}

/*DUYURU*/

:root {
    --main-color: #03a5a0;
}

.duyuru {
    color: var(--main-color);
    font-family: 'Phudu', cursive;
    text-align: center;
    padding: 40px 25px;
    border: 1px solid var(--main-color);
    border-radius: 100px 0 20px 20px;
    position: relative;
    z-index: 1;
    min-height: 300px;
}

    .duyuru:before,
    .duyuru:after {
        content: "";
        background: var(--main-color);
        width: calc(100% - 15px);
        height: calc(100% - 15px);
        border-radius: 100px 0 20px 20px;
        transform: translateX(-50%) translateY(-50%);
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: -1;
    }

    .duyuru:after {
        background: #fff;
        width: calc(100% - 35px);
        height: calc(100% - 35px);
        border-radius: 0 0 0 100px;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    }

    .duyuru .service-icon {
        font-size: 45px;
        line-height: 45px;
        margin: 0 0 15px;
    }

    .duyuru .title {
        font-size: 22px;
        font-weight: 600;
        padding: 5px 5px;
        border-radius: 50px;
        text-transform: uppercase;
        border: 2px solid var(--main-color);
        letter-spacing: 1px;
        margin: 0 0 10px;
    }

    .duyuru .description {
        color: #aaa;
        font-size: 14.5px;
        line-height: 24px;
        letter-spacing: 1px;
        margin: 0;
    }

    .duyuru.yellow {
        --main-color: #f38f00;
    }

    .duyuru.red {
        --main-color: #f02222;
    }

    .duyuru.purple {
        --main-color: #7c084c;
    }

@media only screen and (max-width: 1199px) {
    .duyuru {
        margin: 0 0 40px;
    }
}

.duyuruTarih {
    font-size: 42px;
    color: #dd1840;
    font-weight: bold;
}

/*DUYURU*/
