@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');

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    background-color: #f4f7ff;
    -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;
}

#home {
    background-color: #b3b3b3;
}

section {
    padding: 50px 0;
}

.navbar {
    padding: 0 1rem !important;
}

.nav-link {
    font-size: 12.9px !important;
    padding: .5rem .9rem !important;
}

.navbar-brand img {
    margin-bottom: 5px;
}

.navbar-dark .navbar-toggler {
    border: none;
}

.navbar-bg, .menubuttom {
    background: #1354A1;
    background: linear-gradient(90deg, rgba(19, 84, 161, 1) 34%, rgba(106, 33, 138, 1) 53%);
}

    .navbar-dark .navbar-nav .nav-link, .menubuttom a {
        color: #FFFFFF !important;
        font-weight: 600;
    }

        .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: #db1119 !important;
            background-color: #FFFFFF !important;
            font-weight: 700;
        }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #efefef !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: #1354a1;
    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;
}

.bg-acik {
    background-color: #ffffff;
    color: #482975;
}

    .bg-acik .baslik {
        color: #482975;
    }

.bg-koyu {
    background-color: #fff;
    border: 15px solid #d9e1ff8f;
    border-radius: 30px;
    color: #6b6b6b;
}

.baslik {
    font-weight: bold;
    font-size: 2.2rem;
    border-bottom: 1px solid;
    text-align: center;
    padding: 0 0 10px 0;
    margin-bottom: 50px;
    color: #6a218a;
}

.altbaslik {
    font-weight: bold;
    color: #482975;
}

.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;
}

@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%
    }
}

.programmenu a {
    font-weight: bold;
}

.program-tablo th, .program-tablo td {
    border: 1px solid #f3f3f3 !important;
    padding: 5px;
}

.program-tablo {
    font-size: 0.85em;
}

    .program-tablo tr td {
        background-color: #f9faff;
        text-align: left;
        vertical-align: top;
    }

    .program-tablo tr th, .salon {
        text-align: center;
        font-weight: 600;
        background: #4a569f !important;
        color: #fff;
    }

        .salon td {
            text-align: center;
            font-weight: 600;
            background: #4a569f !important;
            color: #fff;
        }

.ara {
    background: #cd5c5c !important;
    color: #fff;
    text-align: center !important;
    font-weight: bold;
}

.uydu {
    background: #ffe1b3 !important;
    color: #25317c;
    text-align: center !important;
    font-weight: bold;
}

    .uydu img {
        width: 100px;
    }

.oturum {
    background-color: #efefef;
}

.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: #481b39 !important;
    color: #fff;
}

.nav-link.active {
    color: #d31820 !important;
}

h6 {
    font-weight: bold;
    color: #d31820 !important;
}


.but1 {
    padding: 0.5em 2em;
    background: none;
    border: 2px solid #fff;
    font-size: 15px;
    color: white;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    border-radius: 12px;
    background-color: #4167bb;
    font-weight: bolder;
    box-shadow: 0 2px 0 2px #000;
}


.buton-container a {
    text-decoration: none !important;
    color: white !important;
}

.but1:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 120%;
    background-color: #ffffff;
    opacity: .3;
    filter: blur(12px);
    top: 50%;
    transform: skewX(30deg) translate(-150%, -50%);
    transition: all 0.5s;
}


.but1:hover {
    background-color: #003f5df0;
    color: #fff;
    box-shadow: 0 2px 0 2px #0d3b66;
}

.buton-container a:hover {
    background-color: #003f5df0;
    color: #fff;
    text-decoration: none;
}

.but1:hover::before {
    transform: skewX(30deg) translate(340%, -50%);
    transition-delay: 0.1s;
}

.buton-container a:hover::before {
    text-decoration: none;
    color: #fff;
}

.but1:active {
    transform: scale(0.9);
}


/*PROGRAM*/

.program-container {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
}

.program-topbar {
    width: 100%;
    margin-bottom: 20px;
}

.program-day-list.nav-pills {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

.program-day-list .nav-item {
    flex: 1;
    min-width: 120px;
}

.program-day-list .nav-link {
    display: block;
    width: 100%;
    padding: 14px 10px !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0;
    border-radius: 16px !important;
    color: #475569 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
}

.program-day-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.program-day-big {
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1;
    color: #1e293b;
}

.program-day-col {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.program-day-month {
    font-size: 0.85rem;
    font-weight: 700;
    color: #1e293b;
}

.program-day-year {
    font-size: 0.75rem;
    font-weight: 500;
    color: #64748b;
}

.program-day-list .nav-item:nth-child(1) .nav-link.active {
    background: #ffe4e6 !important;
    border-color: #fda4af;
    box-shadow: 0 6px 18px rgba(254, 228, 230, 0.6);
}

    .program-day-list .nav-item:nth-child(1) .nav-link.active * {
        color: #9f1239 !important;
    }

.program-day-list .nav-item:nth-child(2) .nav-link.active {
    background: #e0f2fe !important;
    border-color: #7dd3fc;
    box-shadow: 0 6px 18px rgba(224, 242, 254, 0.6);
}

    .program-day-list .nav-item:nth-child(2) .nav-link.active * {
        color: #0369a1 !important;
    }

.program-day-list .nav-item:nth-child(3) .nav-link.active {
    background: #dcfce7 !important;
    border-color: #86efac;
    box-shadow: 0 6px 18px rgba(220, 252, 231, 0.6);
}

    .program-day-list .nav-item:nth-child(3) .nav-link.active * {
        color: #15803d !important;
    }

.program-day-list .nav-item:nth-child(4) .nav-link.active {
    background: #fef9c3 !important;
    border-color: #fde047;
    box-shadow: 0 6px 18px rgba(254, 249, 195, 0.6);
}

    .program-day-list .nav-item:nth-child(4) .nav-link.active * {
        color: #a16207 !important;
    }

.program-day-list .nav-item:nth-child(5) .nav-link.active {
    background: #f3e8ff !important;
    border-color: #d8b4fe;
    box-shadow: 0 6px 18px rgba(243, 232, 255, 0.6);
}

    .program-day-list .nav-item:nth-child(5) .nav-link.active * {
        color: #6b21a8 !important;
    }

.program-main-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.program-hall-bar {
    background: #ffffff;
    border-radius: 16px;
    padding: 6px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.01);
    margin-bottom: 20px;
}

.program-hall-tabs.nav-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.program-hall-tabs .nav-link {
    background: transparent !important;
    border: 1px solid transparent;
    border-radius: 12px !important;
    color: #64748b !important;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 8px 16px !important;
    transition: all 0.2s ease;
}

    .program-hall-tabs .nav-link.active {
        background: #0f172a !important;
        color: #ffffff !important;
        box-shadow: 0 4px 12px rgba(15, 23, 42, 0.15) !important;
    }

.program-flow {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.session-block {
    display: flex;
    flex-direction: column;
}

.session-card {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.02);
    padding: 20px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

    .session-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
    }

.session-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.time-capsule {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #0f172a;
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 100px;
    font-size: 0.85rem;
    font-weight: 800;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.1);
}

.time-start {
    font-weight: 800;
}

.time-arrow {
    opacity: 0.6;
    font-weight: 400;
}

.time-end {
    font-weight: 600;
    opacity: 0.9;
}

.sponsor-tag {
    background: #ffffff;
    padding: 4px 10px;
    border-radius: 100px;
    border: 1px solid #e2e8f0;
    height: 32px;
    display: flex;
    align-items: center;
}

    .sponsor-tag img {
        height: 100%;
        object-fit: contain;
    }

.session-title {
    font-size: 1.2rem;
    font-weight: 850;
    color: #0f172a;
    line-height: 1.3;
    margin-bottom: 6px;
}

.session-subject {
    font-size: 0.95rem;
    font-weight: 500;
    color: #475569;
    line-height: 1.5;
    margin-bottom: 0;
}

.session-extra {
    font-size: 0.85rem;
    color: #e11d48;
    font-weight: 700;
    margin-top: 8px;
    margin-bottom: 0;
}

.officers {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px dashed #e2e8f0;
}

.officers-row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px;
    font-size: 0.85rem;
}

.officers-role {
    font-weight: 800;
    color: #0f172a;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
}

.officers-names {
    color: #475569;
}

.officers-strong-name {
    font-weight: 700;
    color: #1e293b;
}

.officers-inst-name {
    display: block;
    font-size: 0.75rem;
    color: #94a3b8;
    margin-left: 8px;
    margin-top: 2px;
    margin-bottom: 4px;
}

.subsession-flow {
    display: flex;
    flex-direction: column;
    padding-left: 24px;
    margin-top: 10px;
    gap: 10px;
}

.subsession-node {
    display: flex;
    position: relative;
}

.sub-connector {
    position: absolute;
    left: -16px;
    top: -20px;
    bottom: 50%;
    width: 2px;
    border-left: 2px dashed #cbd5e1;
}

.subsession-node:last-child .sub-connector {
    bottom: auto;
    height: 40px;
}

.sub-connector::after {
    content: '';
    position: absolute;
    left: -3px;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #94a3b8;
    border-radius: 50%;
}

.subsession-card {
    flex-grow: 1;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 14px 16px;
}

.sub-header {
    margin-bottom: 6px;
}

.sub-time {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #e2e8f0;
    color: #334155;
    padding: 3px 8px;
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 700;
}

.sub-time-start {
    font-weight: 800;
}

.sub-time-arrow {
    opacity: 0.6;
}

.sub-time-end {
    font-weight: 600;
}

.sub-title {
    font-size: 0.95rem;
    font-weight: 750;
    color: #0f172a;
    line-height: 1.4;
    margin-bottom: 4px;
}

.sub-extra {
    font-size: 0.8rem;
    color: #475569;
    margin-top: 4px;
    margin-bottom: 0;
}

.sub-officers {
    margin-top: 10px;
    padding-top: 8px;
}

.session-block.ARK-1392DDBD-DBFE-4EE0-AAC3-955E9EBCD270 .session-card {
    border-left: 6px solid #8ebfcd;
    background: #f0f7f9;
}

.session-block.ARK-18f85393-5723-4255-bd71-3eca953ee98e .session-card {
    border-left: 6px solid #f5ac6f;
    background: #fffaf5;
}

.session-block.ARK-b0de786e-3990-4f8f-8ec5-db5176dba0fd .session-card {
    border-left: 6px solid #3f7e8f;
    background: #f0f4f5;
}

.ARK-2ada627a-3792-4fa1-9c3d-af6c3aea5eb4 .session-card {
    border-left: 6px solid #a188c1;
    background: #faf9fc;
}

.session-block.ARK-3c101dc7-8d9f-43ae-a140-e950b008c6d1 .session-card {
    border-left: 6px solid #fdcbc7;
    background: #fffdfd;
}

.session-block.ARK-CB188527-A1E6-46CB-A25B-630BFB032FF4 .session-card,
.ARK-96a200be-4190-4c38-b35a-8dc689b4f3e2 .session-card,
.ARK-f5a12feb-cf7b-4218-8478-7cc94732dfe0 .session-card,
.session-block.program-ara .session-card {
    border-left: 6px solid #fdd835;
    background: #fffdf5;
}

.subsession-flow .sub-time {
    display: none;
}

.session-block.ARK-9fed92d0-d755-4a1c-81cc-33c396d8ad20 .session-card {
    border-left: 6px solid #abc771;
    background: #fafdf8;
}

.session-block.ARK-b9d05677-b3e1-4b33-b285-c6bbb4c35f5c .session-card {
    border-left: 6px solid #5ef78d;
    background: #f6fff9;
}

.ARK-e6b9808e-3c32-4c9c-81ef-efa72ee4b6fa .session-card,
.ARK-c688cd30-c7f4-4b49-9f1f-e278be0f7b09 .session-card {
    border-left: 6px solid #5ef794;
    background: #faf9ff;
}

.session-block.ARK-55abb1b9-51f4-4fbc-8f13-7e013f0e486c .session-card {
    border-left: 6px solid #efb5b5;
    background: #fffbfb;
}

.session-block.program-sertifika .session-card {
    border-left: 6px solid #10b981;
    background: #f0fdf4;
}

.session-block.program-oturum .session-card {
    border-left: 6px solid #3b82f6;
    background: #eff6ff;
}

.subsession-card .officers-role {
    display: none;
}

@media (max-width: 768px) {
    .session-card {
        padding: 16px;
        border-radius: 16px;
    }

    .session-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .sponsor-tag {
        align-self: flex-start;
    }

    .session-title {
        font-size: 1.1rem;
    }

    .subsession-flow {
        padding-left: 12px;
    }

    .sub-connector {
        left: -10px;
    }
}

/*PROGRAM*/