﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,800,300);
@import url(https://fonts.googleapis.com/css?family=Muli);
@import url('https://fonts.googleapis.com/css?family=Satisfy');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');

html {
    overflow-x: hidden;
}


body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    -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: #ffffff;
}

/*#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: 10px;
    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;
}

.product_bg {
    /* background-image: url("../images/sayacbg.png") !important; */
    /*background-position: center center!important;*/
    /* background-repeat: no-repeat !important; */
    /* background-attachment: fixed !important; */
}

.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: 14px;
    font-weight: bold;
    padding: 0.9rem 0.87rem !important;
}

.navbar-brand img {
    margin-bottom: 5px;
}

.navbar-dark .navbar-toggler {
    border: none;
}

.navbar-bg, .menubuttom {
    background-color: #52a3d5;
}

    .navbar-dark .navbar-nav .nav-link, .menubuttom a {
        color: #FFFFFF !important;
    }

        .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
            color: #365b75 !important;
            background-color: #FFFFFF !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: #3e9bd3;
    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 #2494df;
    text-align: center;
    padding: 0 0 10px 0;
    margin-bottom: 50px;
    color: #1080ed;
}

.altbaslik {
    font-weight: bold;
    color: #ff230f;
    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: #e2e2e2;
    }

        .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: #ff230f !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 #f59304;
    position: relative;
}

@media screen and (max-width:768px) {
    .ajanda {
        width: 48%;
        margin: 40px 0 30px 3px;
    }
}

.ajanda .ajandaIkon {
    background: #2475ab;
    color: #fff;
    padding: 20px;
}

.ajanda:hover .ajandaIkon {
    background: #2897e1;
}

.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: #2b5693;
    font-weight: bold;
    font-size: 21px;
    padding: 10px 0;
    min-height: 71px;
    text-decoration: none;
}


/*PROGRAM*/

#program-table tr:first-child th {
    display: none;
}

#program th {
    width: 15%;
    text-align: center;
    vertical-align: middle;
}


#program td {
    width: 85%;
}

/*#hall9052024Tab button,
#hall10052024Tab button,
#hall11052024Tab button,
#hall12052024Tab  button{
    background-color: #7030a0 !important;
}*/

/*PANEL*/
tr.session.ARK-759e96e8-ed91-4c15-a9f0-4268b39192e5 {
    background-color: #f7a5f9;
    text-align: left;
}

tr.session.ARK-CB188527-A1E6-46CB-A25B-630BFB032FF4 {
    background-color: #c6e0b4;
    text-align: left;
}
/*WORKSHOP*/
tr.session.ARK-0939336e-444e-4b88-831d-d090393442ff {
    background-color: #ffe699;
    text-align: left;
}
/*KONFERANS*/
tr.session.ARK-9777155b-28d2-466b-a732-df14eb54bf3f {
    background-color: #9bc2e6;
    text-align: left;
}
/*UYDU*/
tr.session.ARK-25a904d3-37eb-4131-a0cd-cd737edc780b,
tr.session.ARK-253af521-abfe-4eec-bafe-01e8555c66b9 {
    background-color: #f5f5dc;
    text-align: left;
}

tr.session.ARK-253af521-abfe-4eec-bafe-01e8555c66b9 td {
    border-top: none !important;
}

/*UYDU ALT OTURUM*/
tr.subsession.ARK-25a904d3-37eb-4131-a0cd-cd737edc780b,
tr.subsession.ARK-253af521-abfe-4eec-bafe-01e8555c66b9 {
    background-color: #f0f0ea;
    text-align: left;
}

/*��LE YEME��*/
tr.session.ARK-cd5c56da-8ebb-4948-852d-028dbbfa9f44 {
    background-color: #f8cbad;
    text-align: left;
}
/*S�ZL� B�LD�R� OTURUMU*/
tr.session.ARK-81075a78-e4b4-4583-9cb0-ad1ec781fbc3 {
    background-color: #aeaaaa;
    text-align: left;
}
/*kapan��*/
tr.session.ARK-e5fc799d-35ae-45e0-8d1f-4f82ab71e634 {
    background-color: #8497b0;
    text-align: left;
}
/*OTURUM*/
tr.session.ARK-1392DDBD-DBFE-4EE0-AAC3-955E9EBCD270 {
    background-color: #aab5f6;
    text-align: left;
}

tr.subsession.ARK-1392DDBD-DBFE-4EE0-AAC3-955E9EBCD270,
tr.subsession.ARK-f76a6557-a7be-4263-ad54-2d2c1ee0358a,
tr.session.ARK-1d37d730-3453-49bb-b9ef-1b62be7e0004,
tr.session.ARK-0f44a078-bb8f-4a4f-8b12-789f50888233 {
    background-color: #c9d1ff;
    text-align: left;
}

tr.session.ARK-f76a6557-a7be-4263-ad54-2d2c1ee0358a {
    display: none;
}

/*#scientific_program th {
    display: none !important;
}*/

.session th, .session td {
    border-top: 15px solid #fff !important;
}

/*KURSLAR*/
tr.session.ARK-41749da3-144f-4e09-a998-c82ecd72aeb8 {
    background-color: #f1cdff;
}

/*KURSLAR ALT OTURUM*/
tr.subsession.ARK-41749da3-144f-4e09-a998-c82ecd72aeb8 {
    background-color: #f2e0fa;
}

tr.session.ARK-1392DDBD-DBFE-4EE0-AAC3-955E9EBCD270 th {
    color: transparent;
    user-select: none;
}

tr.session.ARK-57b99d4a-f1fd-40bb-b906-3eff20280f3c,
tr.subsession.ARK-57b99d4a-f1fd-40bb-b906-3eff20280f3c {
    display: none !important;
}

tr.session.ARK-6fbfaf1f-24ae-47ce-bf5d-e83f1a3f6ead {
    display: none !important;
}

tr.session.ARK-9fcf8c76-7355-4453-8e8e-15e2b2aebb3d {
    background-color: #f6aab5;
}

tr.session.ARK-931198e9-4ab8-4824-8178-61d4fc20b4b0 {
    background-color: #b4e0dc;
}

tr.session.ARK-0f44a078-bb8f-4a4f-8b12-789f50888233 .officers strong {
    display: none !important;
}

#scientific_program .date-tab-item {
    width: 33.33% !important;
}

tr.session.ARK-a07d2189-e10a-45af-a3a5-667897792c37 {
    background-color: #aaf6e4;
}

tr.subsession.ARK-a07d2189-e10a-45af-a3a5-667897792c37 th {
    color: transparent;
    user-select: none;
}