@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


html {
    overflow-x: hidden;
}


body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: subpixel-antialiased;
    /* line-height: 25px; */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #002339;
}

@media screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }
}

/*#section1 {
    background-image: url('../images/bg1.png');
    background-size: cover;
    background-color: #fcfcfc;
    color: #6b6b6b;
}

#section2 {
    background-image: url('../images/bg3.png');
    background-size: cover;
    background-color: #fcfcfc;
    color: #6b6b6b;
}

#section3 {
    background-color: #fdeed2;
}

#section4 {
    background-image: url('../images/bg4.png');
    background-size: cover;
    background-color: #fcfcfc;
    color: #6b6b6b;
}

#section5 {
    background-image: url('../images/bg2.png');
    background-size: cover;
    background-color: #fcfcfc;
    color: #6b6b6b;
}

#section6 {
    background-color: #d9e2ff;
}

#section7 {
    background-image: url('../images/bg5.png');
    background-size: cover;
    background-color: #fcfcfc;
    color: #6b6b6b;
}*/

.daveticerik {
    min-height: 600px;
    /* box-shadow: 0 0 35px #5b3eb0; */
    background-color: #ffffffe6;
    border-radius: 30px;
    padding: 35px;
}

#kurullar {
    background-color: #fff;
    color: #6b6b6b;
}

section {
    padding: 40px 0;
}

@media screen and (max-width: 768px) {
    .Onemli-Tarih {
        margin-right: 0 !important;
    }

    .duyurular {
        flex-wrap: wrap;
    }
}

.Onemli-Tarih {
    background-color: #cd0800;
    color: #fff;
    font-weight: bold;
}

.swiper-bg {
    border: 1px solid #cd0800;
    background-color: #d5d5d552;
    color: #003a68;
}

.arrow {
    color: #cd0800;
    font-size: 25px;
}

.navbar {
    /* padding: 0 1rem !important; */
}

.nav-link {
    font-size: 16px;
    font-weight: bold;
    padding: 0.9rem 1rem !important;
}

@media (max-width: 1366px) {
    .nav-link {
        font-size: 14px;
        font-weight: bold;
        padding: 0.4rem 0.45rem !important;
    }
}


.navbar-brand img {
    margin-bottom: 5px;
}

.navbar-light .navbar-toggler {
    border: none;
}

.navbar-bg, .menubuttom {
    margin: 15px 100px;
}

.navbar-box {
    background-color: #ffffff;
    border-radius: 25px;
}

.navbar-light .navbar-nav .nav-link, .menubuttom a {
    color: #032573 !important;
}

    .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: #ffffff !important;
        background-color: #002339 !important;
        font-weight: 700;
    }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #dedede !important;
}

.info-section {
    background-color: #f4f4f4;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23191d34' fill-opacity='0.1' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
    border-bottom: 1px solid #d0d0d0;
}

.footer-section {
    background-color: #002339;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23ffffff' fill-opacity='0.08' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
    /*background-image: url("../images/footer-bg.png");
	background-position: center;
	background-size: cover;*/
}

.ticker div {
    font-weight: bold;
}

.baslik {
    font-weight: bold;
    font-size: 2.2rem;
    border-bottom: 1px solid #032573;
    text-align: center;
    padding: 0 0 10px 0;
    margin-bottom: 50px;
    color: #032573;
}

.altbaslik {
    font-weight: bold;
    color: #0f66a9 !important;
    !i;
    !;
    text-align: left,
}

.genelbaslik {
    font-weight: bold;
    color: #ff230f;
    text-align: center;
}


.sol-baslik {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    background-color: #cd0800;
    color: #ffffff;
    padding: 11px 0;
    height: 46px
}

#duyuru li {
    color: #000 !important;
    background: #FFFFFF;
    overflow: hidden;
    padding: 30px 10px;
    line-height: 30px;
    list-style: none;
    text-align: left;
    border-bottom: 1px solid #c0c0c0;
    border-left: 4px solid #851012;
}

    #duyuru li:nth-child(even) {
        border-left: 4px solid #334284;
    }

        #duyuru li:nth-child(even) span {
            color: #334284;
        }

    #duyuru li:hover {
        background: #F2F2F2;
    }

    #duyuru li span {
        font-weight: bold;
        color: darkred;
    }



.sayacyazi {
    color: #fff;
    font-size: 18px;
}

#cd-day {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

#cd-hr {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

#cd-min {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

#cd-sec {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}



.centerbar {
    /*background-size:cover;*/
    position: absolute;
    background-color: transparent;
    margin-top: -70px;
    left: 150px;
}


@media (max-width: 1024px) {
    .centerbar {
        margin-top: -140px;
    }
}

@media (max-width: 900px) {
    .centerbar {
        line-height: 15px;
        margin-top: -505px;
        left: 0;
    }

    .hummingbird {
        display: none;
    }

    .sayacyazi {
        font-size: 11px !important;
    }

    #cd-day {
        font-size: 13px !important;
    }

    #cd-hr {
        font-size: 13px !important;
    }

    #cd-min {
        font-size: 13px !important;
    }

    #cd-sec {
        font-size: 13px !important;
    }
}

.gradyan {
    background-image: -webkit-gradient(linear,left top,right top,from(#ff8a00),to(#da1b60));
    background-image: linear-gradient(to right,#ff8a00,#da1b60);
}

.konaklamatablo tr td {
    border: none;
    text-align: center;
}

.konaklamatablotd {
    background-color: #efefef;
    color: #191d34;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.kktablo {
    border-collapse: separate;
    border-spacing: 3px;
}

    .kktablo tr td, .kktablo tr th {
        font-size: 13px;
        text-align: center;
        padding: 7px;
        border: 1px solid transparent;
        border-radius: 8px;
    }

    .kktablo tr:nth-child(1) {
        background-color: #375a73;
        color: #fff;
        font-weight: bold;
    }

    .kktablo tr {
        background-color: #bbddc5;
    }

        .kktablo tr th:nth-child(1) {
            font-weight: bold;
        }



.banka tr td {
    padding: 5px;
    border: 1px solid #fff !important;
}

.banka tr {
    background-color: #f7f7f7 !important;
}

@media screen and (max-width: 441px) {
    .flip-clock-wrapper {
        width: 70%
    }

    .flip-clock-divider.minutes .flip-clock-label {
        margin-top: 77px;
    }

    .flip-clock-divider.seconds .flip-clock-label {
        margin-top: 77px;
    }

    .minutes {
        margin-left: 16px;
    }
}

@media screen and (max-width: 375px) {
    .flip-clock-wrapper {
        width: 80%
    }
}



.kurullartablo tr {
    vertical-align: top;
}

    .kurullartablo tr td {
        border: none !important;
    }

.gun.active, .gun:focus {
    background: #efefef !important;
    color: #20335a !important;
    font-weight: 800;
}

.gun {
    color: #20335a !important;
    font-weight: 800;
}

.bannerg {
    border-radius: 25px;
}

#bilimsel-program {
    font-size: 15px;
    font-family: 'Noto Sans', sans-serif;
}

/*.nav-tabs .nav-link {
    background-color: #7f6a9c;
    color: #fff;
}

    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
        color: fff !important;
    }

.nav-link.active {
    color: #482975 !important;
}*/

h5 {
    font-weight: bold;
    color: #002339 !important;
}

.kayittab tr td {
    padding: 0 3px;
    font-weight: bold;
    border: 1px solid #fff !important;
}

.kayittab tr:nth-child(1) {
    text-align: center;
    background-color: #c93daf;
    color: #fff;
}

.kayittab tr:nth-child(3), .kayittab tr:nth-child(2) {
    text-align: center;
    background-color: #e4eaff;
    color: #482975;
}


.konaklamatab tr td {
    padding: 0 3px;
    font-weight: bold;
    border: 1px solid #fff !important;
}

.konaklamatab tr:nth-child(1), .konaklamatab tr:nth-child(2) {
    text-align: center;
    background-color: #c93daf;
    color: #fff;
}

.konaklamatab tr:nth-child(3) {
    text-align: center;
    background-color: #e4eaff;
    color: #482975;
}

.konaklamatab tr td:nth-child(2) {
    text-align: center;
    vertical-align: middle;
}

.bankatab tr td {
    padding: 0 3px;
    border: 1px solid #fff !important;
}

    .bankatab tr td:nth-child(1) {
        background-color: #c93daf;
        color: #fff;
    }

    .bankatab tr td:nth-child(2) {
        background-color: #e4eaff;
        color: #482975;
    }

.custom-btn {
    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;
}

/* 8 */
.btn-8 {
    background-color: #f0ecfc;
    background-image: linear-gradient(315deg, #8f6ef3 0%, #0023b3 74%);
    line-height: 42px;
    padding: 0px;
    border: none;
}

    .btn-8 span {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }

    .btn-8:before,
    .btn-8:after {
        position: absolute;
        content: "";
        right: 0;
        bottom: 0;
        background: #c797eb;
        /*box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);*/
        transition: all 0.3s ease;
    }

    .btn-8:before {
        height: 0%;
        width: 2px;
    }

    .btn-8:after {
        width: 0%;
        height: 2px;
    }

    .btn-8:hover:before {
        height: 100%;
    }

    .btn-8:hover:after {
        width: 100%;
    }

    .btn-8:hover {
        background: transparent;
    }

    .btn-8 span:hover {
        color: #c797eb;
    }

    .btn-8 span:before,
    .btn-8 span:after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        background: #c797eb;
        /*box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);*/
        transition: all 0.3s ease;
    }

    .btn-8 span:before {
        width: 2px;
        height: 0%;
    }

    .btn-8 span:after {
        height: 2px;
        width: 0%;
    }

    .btn-8 span:hover:before {
        height: 100%;
    }

    .btn-8 span:hover:after {
        width: 100%;
    }

#DateCountdown {
    width: 430px;
    height: 120px;
    padding: 0px;
    box-sizing: border-box;
    margin: 0 auto;
}

@media screen and (max-width:480px) {
    #DateCountdown {
        width: 325px;
        height: 90px;
        padding: 0px;
        box-sizing: border-box;
        margin: 0 auto;
    }

        #DateCountdown h4 {
            font-size: 13px !important;
            margin-top: -5px !important;
        }
}

.ajanda-bg {
    background-image: url(../images/ajanda-bg.jpg) !important;
    background-position: center center !important;
    background-repeat: repeat !important;
    background-attachment: fixed !important;
    border-bottom: 1px dotted #65b9c9;
    padding: 90px 0;
}

.ajanda {
    border-radius: 20px;
    padding: 39px 0;
    background-color: #fff;
    width: 24%;
    border: 2px solid #e3020d;
    position: relative;
}

@media screen and (max-width:768px) {
    .ajanda {
        width: 48%;
        margin: 40px 0 30px 3px;
    }
}

.ajanda .ajandaIkon {
    background: #e3020d;
    color: #fff;
    padding: 20px;
}

.ajanda:hover .ajandaIkon {
    background: #f7b03c;
}

.ajanda .ajandaIkon {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    margin: -152px 0px 20px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.ajanda-baslik {
    color: #e3020d;
    font-weight: bold;
    font-size: 21px;
    padding: 10px 0;
    min-height: 71px;
    text-decoration: none;
}

/*contact button*/
.contact-button {
    font-family: inherit;
    font-size: 18px;
    background: linear-gradient(to bottom, #4dc7d9 0%,#66a6ff 100%);
    color: white;
    padding: 0.8em 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 25px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
}

    .contact-button:hover {
        transform: translateY(-3px);
        box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
    }

    .contact-button:active {
        transform: scale(0.95);
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    }

    .contact-button span {
        display: block;
        margin-left: 0.4em;
        transition: all 0.3s;
    }

    .contact-button svg {
        width: 18px;
        height: 18px;
        fill: white;
        transition: all 0.3s;
    }

    .contact-button .svg-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.2);
        margin-right: 0.5em;
        transition: all 0.3s;
    }

    .contact-button:hover .svg-wrapper {
        background-color: rgba(255, 255, 255, 0.5);
    }

    .contact-button:hover svg {
        transform: rotate(45deg);
    }


/*contact button*/


/**/
:root {
    --white: #fff;
    --main-color: #4aae03;
}

.cbtn {
    color: var(--white);
    background: #0396ae;
    font-family: "Raleway", sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 4px 12px;
    border-radius: 30px 30px;
    border: none;
    position: relative;
    overflow: hidden;
    margin: 0 10px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

    .cbtn:hover {
        color: #0396ae;
        box-shadow: 0 0 8px rgba(0,0,0,0.5);
        text-decoration: none;
    }

    .cbtn:before {
        content: "";
        background: var(--white);
        transform: skewX(-45deg) scale(0, 1);
        position: absolute;
        top: 0;
        left: -20%;
        bottom: 0;
        right: -20%;
        transition: all 0.5s;
        z-index: -1;
    }

    .cbtn:hover:before {
        transform: skewX(-45deg) scale(1, 1);
    }

@media only screen and (max-width: 767px) {
    .cbtn {
        margin-bottom: 30px;
    }
}


.venue-img img {
    border-radius: 18px;
}


/*AGENDA*/
.agenda {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 0 20px 35px;
    margin: 5px 0 0 5px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    min-height: 100%;
}

    .agenda:before {
        content: '';
        background-color: #fff;
        border-bottom: 30px solid #FF8F10;
        border-radius: 20px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        position: absolute;
        left: 0;
        right: 0;
        top: 20px;
        bottom: 0;
        z-index: -1;
    }

    .agenda .service-icon {
        color: #FF8F10;
        background-color: #FF8F10;
        font-size: 35px;
        text-align: center;
        height: 74px;
        width: 160px;
        padding: 7px;
        margin: 0 auto 30px;
        border-radius: 25px;
        position: relative;
    }

        .agenda .service-icon:before {
            content: '';
            background-color: #FF8F10;
            height: 30px;
            width: 30px;
            border-radius: 5px;
            transform: rotate(45deg);
            position: absolute;
            left: 25px;
            bottom: -10px;
        }

        .agenda .service-icon span {
            background-color: #fff;
            line-height: 60px;
            height: 60px;
            width: 60px;
            border-radius: 50%;
            display: inline-block;
        }

    .agenda .title {
        color: #FF8F10;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 0.5px;
        line-height: 27px;
        text-transform: uppercase;
        margin: 0 0 10px;
    }

    .agenda .description {
        color: #999;
        font-size: 14px;
        line-height: 22px;
        margin: 0;
    }

    .agenda.magenta:before {
        border-color: #FF415A;
    }

    .agenda.magenta .service-icon,
    .agenda.magenta .service-icon:before {
        color: #FF415A;
        background-color: #FF415A;
    }

    .agenda.magenta .title {
        color: #FF415A;
    }

    .agenda.pink:before {
        border-color: #FF679F;
    }

    .agenda.pink .service-icon,
    .agenda.pink .service-icon:before {
        color: #FF679F;
        background-color: #FF679F;
    }

    .agenda.pink .title {
        color: #FF679F;
    }

    .agenda.purple:before {
        border-color: #A969BE;
    }

    .agenda.purple .service-icon,
    .agenda.purple .service-icon:before {
        color: #A969BE;
        background-color: #A969BE;
    }

    .agenda.purple .title {
        color: #A969BE;
    }

@media only screen and (max-width: 990px) {
    .agenda {
        margin: 0 0 30px;
    }
}
/*AGENDA*/

.but1 {
    color: #ffffff !important;
    !i;
    !;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #e6e9ec;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: bold;
    background: transparent;
    position: relative;
    transition: all 1s;
    overflow: hidden;
    width: 50%;
    margin: auto;
    margin-bottom: 93px;
    margin-top: 41px;
    text-align: center;
}

    .but1 a:hover {
        text-decoration: none;
        color: #e61e2a;
    }

    .but1 a, a:hover {
        text-decoration: none;
    }

    .but1:hover {
        color: #002339 !important;
        !i;
        !;
    }

    .but1::before {
        content: '';
        position: absolute;
        height: 100%;
        width: 0%;
        top: 0;
        left: -40px;
        transform: skewX(45deg);
        background-color: #e6e9ec;
        z-index: -1;
        transition: all 1s;
    }

    .but1:hover::before {
        width: 160%;
    }

a, a:hover {
    text-decoration: none !important;
}


u {
    color: #064d79 !important;
}

#section3 {
    line-height: 17px !important;
}