﻿/* FONT */
@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans+Condensed:ital,wght@0,1..1000;1,1..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}


body {
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-size: 19px;
    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-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #ffffff;
}

h1 {
    font-family: "Sofia Sans Condensed", sans-serif;
    font-weight: 800 !important;
}

@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;
}*/
#goToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 26px;
    z-index: 99;
    font-size: 14px;
    width: 55px;
    border: none;
    outline: none;
    background-color: #46b98c;
    color: white;
    cursor: pointer;
    padding: 9px;
    border-radius: 4px;
    box-shadow: rgb(0 0 0 / 35%) 0px 2px 2px;
    transition: 0.5s all;
}

    #goToTop:hover {
        box-shadow: 1px 1px 9px 1px rgb(0 0 0 / 25%), -2px -1px 9px 1px rgb(0 0 0 / 22%);
        opacity: 0.9;
    }

.daveticerik {
    min-height: 600px;
    /* box-shadow: 0 0 35px #5b3eb0; */
    background-color: #ffffffe6;
    border-radius: 30px;
    padding: 35px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}



@media screen and (max-width: 768px) {
    .daveticerik {
        background-color: #ffffffa3 !important;
    }

    .navbar-bg, .menubuttom {
        margin: unset !important;
    }
}

#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 1.4rem !important;
}

@media (max-width: 1366px) {
    .nav-link {
        font-size: 14px;
        font-weight: bold;
        padding: 0.4rem 0.6rem !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;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.navbar-light .navbar-nav .nav-link, .menubuttom a {
    color: #3c3c3b !important;
    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: #1f9ed9 !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: #3f3f3f;
    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 #1f9ed9;
    text-align: center;
    padding: 0 0 10px 0;
    margin-bottom: 50px;
    color: #1f9ed9;
}

.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: 22px;
    color: #fff;
    font-weight: bold;
}

#cd-hr {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

#cd-min {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

#cd-sec {
    font-size: 22px;
    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: #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 #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;
    }
}
/*PROGRAM*/

#program tbody tr:nth-child(1) {
    display: none !important;
}

#program th, #program td {
    border: 2px solid #fff;
    vertical-align: middle !important;
}

#program th {
    width: 15%;
    text-align: center;
}

#program td {
    width: 85%;
}
/*OTURUM*/
tr.session.ARK-1392DDBD-DBFE-4EE0-AAC3-955E9EBCD270,
tr.session.ARK-afe240b4-f3a1-4c59-9645-22e9c5517499,
tr.session.ARK-9e20c2f1-80f6-4ff6-b03c-10a017bb9b71 {
    background-color: #b3d3ff !important;
}

/*ALT OTURUM*/
tr.subsession.ARK-1392DDBD-DBFE-4EE0-AAC3-955E9EBCD270,
tr.subsession.ARK-afe240b4-f3a1-4c59-9645-22e9c5517499,
tr.subsession.ARK-9e20c2f1-80f6-4ff6-b03c-10a017bb9b71 {
    background-color: #cfe3ff !important
}

/*ARA*/

tr.session.ARK-4191ff0b-04ca-4b71-9c31-b629af6f14ba {
    background-color: #fff57f !important;
}

tr.session.ARK-CB188527-A1E6-46CB-A25B-630BFB032FF4 {
    background-color: #9581bb !important;
    color: white;
}
/*UYDU*/
tr.session.ARK-557f8fe7-18cd-4fb0-aca4-b1ed94588f02 {
    background-color: #ffd2d2 !important
}

tr.session.ARK-63678789-931c-47df-b860-98fce83b898c,
tr.session.ARK-18110881-8c4e-499a-99aa-17a132a1b9c9 {
    background-color: #ffc7b3;
}


    tr.session.ARK-63678789-931c-47df-b860-98fce83b898c .officers strong,
    tr.session.ARK-18110881-8c4e-499a-99aa-17a132a1b9c9 .officers strong,
    tr.session.ARK-557f8fe7-18cd-4fb0-aca4-b1ed94588f02 .officers strong {
        display: none !important;
    }

tr.session.ARK-ace9161d-3895-452d-aa3c-81cdddbfc0a9 {
    background-color: #acf8e2;
}

/*PROGRAM*/


.anabaslik h1 {
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    color: #a188f9;
    letter-spacing: 1px;
    font-weight: bold;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;
}

    .anabaslik h1:after, .anabaslik h1:before {
        content: " ";
        display: block;
        border-bottom: 1px solid #a188f9;
        border-top: 1px solid #a188f9;
        height: 5px;
        background-color: #f8f8f8;
    }

/* Genel bilgiler tasar�m ba�lar */

.col-md-1.icon {
    width: 10% !important;
}

.col-md-11.icon {
    width: 90% !important;
}

.icon {
    background-color: #3c3c3b !important;
    color: #fff;
    text-align: center;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    font-size: 1.5rem;
}

.icon-text {
    font-size: 35px;
}

.genel-baslik {
    background-color: #ffd5e3;
    color: #3c3c3b !important;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 15px;
    border-top-right-radius: 20px;
}

.genel-box {
    background-color: #ffd5e3;
    border-top: 1px solid #ededed;
    padding: 5px 15px;
    border-bottom-right-radius: 20px;
}

/* Genel bilgiler tasar�m biter */


/*PROGRAM*/

#scientific_program table tr:nth-child(1) > th {
    display: none !important;
}

tr.session.ARK-f6cd6e14-e464-4d79-b132-8fc7aa0b6ed2 {
    background-color: #ffd5e3;
}

#scientific_program th {
    vertical-align: middle !important;
    width: 15%;
    text-align: center;
}

#scientific_program td {
    width: 85%;
}

.session {
    border-top: 5px solid #fff;
}

tr.session.ARK-1392DDBD-DBFE-4EE0-AAC3-955E9EBCD270 {
    background-color: #d0e3fe;
}

tr.subsession.ARK-1392DDBD-DBFE-4EE0-AAC3-955E9EBCD270 {
    background-color: #e8f3fc;
}

tr.session.ARK-CB188527-A1E6-46CB-A25B-630BFB032FF4 {
    background-color: #ffc4c4;
}

tr.session.ARK-8258b863-fc72-440b-810d-58a0c3314796 {
    background-color: #9581bb;
    color: #fff;
}

tr.session.ARK-360b15bb-514e-4a09-8332-6983d27b0cf6 {
    background-color: #ffd5e3;
}

tr.session.ARK-0db7e38f-973a-4913-97a8-20f8d55d6ea9 {
    background-color: #d8e3f0;
}

tr.subsession.ARK-0db7e38f-973a-4913-97a8-20f8d55d6ea9 {
    background-color: #d8e3f099;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff !important;
    background-color: #e24275 !important;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-link {
    background-color: #1f9ed9 !important;
    color: #ffffff !important;
    font-weight: bold;
}

.subsession .officers strong,
tr.session.ARK-90dcfe86-b89f-493b-b4ba-42ccb4c01a92 .officers strong {
    display: none !important;
}

tr.session.ARK-90dcfe86-b89f-493b-b4ba-42ccb4c01a92 {
    background-color: #c4e4ff;
}

tr.session.ARK-56405baf-236f-4cd1-a07a-25d63cb5ed58 {
    background-color: beige;
    position: relative;
}

tr.session.ARK-ace9161d-3895-452d-aa3c-81cdddbfc0a9 {
    position: relative;
}

tr.subsession.ARK-0db7e38f-973a-4913-97a8-20f8d55d6ea9 th {
    color: transparent !important;
    user-select: none !important;
}


.uydu {
    position: absolute;
}

@media (max-width: 991px) {

    #scientific_program th {
        width: 25%;
    }

    #scientific_program td {
        width: 75%;
    }

    #scientific_program {
        font-size: 14px;
    }

    .icerik {
        padding: 0 !important;
    }

    .uydu {
        position: relative !important;
        margin: 0 !important;
        width: 100px !important;
        transform: translateX(20px);
        float: right;
        padding-top: 15px;
    }

    #scientific_program .table td, #scientific_program .table th {
        padding: 5px 0 !important;
    }
}

/*PROGRAM*/


.sayac-box {
    /* box-shadow: 0 0 35px #5b3eb0; */
    background-color: #ffffffe6;
    border-radius: 30px;
    padding: 35px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.k-table th, .k-table td {
    font-size: 15px !important;
}

.menu {
    color: #e24275 !important;
    font-weight: bold !important;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23e24275' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.gray {
    background-color: #f3f3f3 !important;
    padding: 50px 0;
}

.banner-box.style1 {
    background-color: #46b98c;
    padding: 40px 30px; /* padding biraz genişletildi */
    border-radius: 60px; /* daha oval köşe */
    height: 250px; /* görseldeki yükseklik */
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    border: 3px solid #1b9364;
}

    .banner-box.style1 > h3 {
        font-size: 22px;
        font-weight: 700;
        color: #000; /* beyazdan siyaha */
        padding-bottom: 10px;
    }

        .banner-box.style1 > h3:before {
            content: "";
            height: 3px;
            width: 35px;
            position: absolute;
            left: 0;
            bottom: 0;
            background-color: #f3db77;
        }

    .banner-box.style1 > p {
        font-weight: 700;
        font-size: 18px;
        color: #000; /* yazılar siyah */
    }

/* Siyah kutu düzeni (buton içeride hizalı) */
.banner-box.style2 {
    border: 3px solid #6b7979;
    background-color: #2f3333;
    /* width: 114% !important; */
    padding: 40px 9px 40px 14px;
    border-radius: 60px;
    height: 250px;
    display: flex;
    color: white !important;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

    /* VIEW PROGRAMME butonu küçük orantılı hale getirildi */
    .banner-box.style2 .but1 {
        font-size: 14px;
        padding: 0.4em 0.8em;
        border-radius: 12px 5px 12px 5px;
        /* box-shadow: 0 2px 0 2px #d62a1c; */
        width: 125%;
        float: right;
    }


/* Mobil görünümde düzen */
@media (max-width: 768px) {
    .banner-box.style2 {
        flex-direction: column;
        text-align: center;
        height: auto;
        gap: 15px;
        border-radius: 40px;
    }

        .banner-box.style2 .but1 {
            font-size: 13px;
            padding: 0.5em 2em;
            width: 80%;
        }
}

@media (max-width: 768px) {
    .btn-button {
        width: 100%;
    }
}


/* Kırmızı butonlar */
.but1 {
    background-color: #d9251c;
    color: #fff;
    font-weight: 800;
    font-size: 20px;
    border-radius: 50px;
    padding: 15px 25px;
    text-align: center;
    transition: 0.3s;
}

    .but1:hover {
        background-color: #b31d14;
        transform: translateY(-3px);
    }

/* Buton hizalaması */
.row.mt-3 {
    justify-content: center;
}

/* Responsive */
@media screen and (max-width: 768px) {
    .banner-box.style1,
    .banner-box.style2 {
        height: auto;
        border-radius: 40px;
        padding: 30px;
        text-align: center;
    }

    .but1 {
        font-size: 18px;
        padding: 12px 20px;
    }
}


.banner-box.style3 {
    background-color: #a664d7;
    padding: 28px 70px 28px 37px;
}

    .banner-box.style3 > h3 {
        font-size: 22px;
        font-weight: 700;
        color: #fff;
        padding-bottom: 21px;
        position: relative;
    }

        .banner-box.style3 > h3:before {
            content: "";
            height: 3px;
            width: 35px;
            position: absolute;
            left: 0;
            bottom: 0;
            background-color: #f3db77;
        }

        .banner-box.style3 > h3 + p {
            margin-top: 15px;
        }

    .banner-box.style3 > p {
        color: #fff;
    }

/*btn*/

.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: #d62a1c;
    font-weight: bolder;
    box-shadow: 0 2px 0 2px #d62a1c;
}


.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:after {
    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: #d85249;
    color: #fff;
    box-shadow: 0 2px 0 2px #d85249;
}

.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);
}

.but1 {
    padding: 0.5em 2em;
    background: none;
    border: 2px solid #ffb9b1;
    font-size: 15px;
    color: white;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    border-radius: 12px 5px 12px 5px;
    background: #46b98c;
    /*background: linear-gradient(90deg,rgba(42, 123, 155, 1) 5%, rgba(87, 199, 133, 1) 61%);*/
    /* background-color: #d62a1c; */
    font-weight: bolder;
    box-shadow: 0 2px 0 2px #d62a1c00;
}


.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:after {
    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: #57c785;
    color: #fff;
    box-shadow: 0 2px 0 2px #57c785;
}

.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);
}

/*btn*/


/* Ana Kapsayıcı ve Genel Stil */
.agenda-container {
    margin: 0 auto; /* Sayfada ortalamak için */
    color: #333;
}

/* Gün Başlıkları (Yeşil Bant) */
.day-header {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 20px;
}

.day-info {
    max-width: 960px; /* İçerik genişliğini ana kapsayıcıya göre ayarlayın */
    margin: 0 auto;
    padding: 0 20px;
    font-size: 18px;
    font-weight: bold;
    color: white;
}

/* Zirve Başlıkları (WIN EMEA SUMMIT AGENDA) */
.summit-title {
    padding: 0 20px;
    margin-bottom: 30px;
}

.summit-name {
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
}

.day-number {
    font-size: 40px;
    font-weight: bold;
    margin: 0;
    color: #333;
}

.parallel-note {
    font-size: 18px;
    font-weight: bold;
    padding: 0 20px;
    margin-top: -20px; /* Başlıkla hizalamak için */
    margin-bottom: 30px;
}

/* Program Tablosu Genel Stilleri */
.program-table {
    padding: 0 20px;
    overflow-x: auto; /* Küçük ekranlar için kaydırma çubuğu */
}

.main-session-table, .breakout-session-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; /* Tablo genişliğini sabitler */
}

/* Tablo Başlıkları (Time, Session, Title, Speaker) */
.header-row th {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid #333;
    text-align: left;
}

.time-col {
    width: 15%;
}

.session-col {
    width: 15%;
}

.title-col {
    width: 45%;
}

.speaker-col {
    width: 25%;
}

/* Day 2 (Breakout) Tablo Başlık Genişlikleri */
.breakout-session-table .breakout-title-col {
    width: 70%;
}

.breakout-session-table .breakout-speaker-col {
    width: 30%;
}

/* Oturum ve Konuşmacı Satırları (Genel) */
.session-item td {
    padding: 12px 0;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    vertical-align: top; /* İçerik yukarıda başlar */
}

.session-break td {
    padding: 12px 0;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    vertical-align: top;
}


/* Konu Başlığı Sütunu */
.session-item .title-col, .session-break .title-col, .breakout-session-table .breakout-title-col {
    font-weight: bold;
}

/* Konuşmacı Sütunu */
.session-item .speaker-col, .breakout-session-table .breakout-speaker-col {
    font-weight: normal;
}

/* Moderatör Satırları */
.moderator-row td {
    padding: 20px 0 10px 0; /* Üstten ve alttan boşluk */
    border-bottom: 1px solid #333; /* Kalın çizgi */
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.moderator-heading {
    margin-left: 20px; /* Oturum başlığından ayır */
}

/* Mola Satırları (Siyah Bant) */
.break-time td {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0;
    margin-top: 20px;
    margin-bottom: 20px;
    /* Tabloda tam genişlik kullanıldığı için ekstra div gerekmez,
       sadece arka plan rengi ve yazı rengini ayarlıyoruz */
}

/* Son satırdaki çizginin kaldırılması (isteğe bağlı) */
.main-session-table tbody tr:last-child td,
.breakout-session-table tbody tr:last-child td {
    border-bottom: none;
}


/* GENEL KART YAPISI */
.iti-cards {
    margin-top: 40px;
}

.iti-card {
    width: 100%;
    max-width: 300px; /* orijinale yakın genişlik */
    margin: 0 auto 20px auto;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    overflow: hidden;
    background-color: #ffffff;
}

/* ÜST KISIM (YEŞİL ALAN) */
.iti-card-top {
    background-color: #35b794; /* görsele çok yakın yeşil tonu */
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* TEK TAKVİM İKONU */
.iti-icon {
    width: 100%;
}



/* LOGO ALANI */
.iti-card-top-logo .iti-logo {
    width: 70%;
    /* height: auto; */
}

/* ALT KISIM (BEYAZ ALAN) */
.iti-card-bottom {
    background-color: #ffffff;
    text-align: center;
    padding: 18px 10px 22px 10px;
    font-size: 15px;
    line-height: 1.4;
    color: #42b88b;
}

    /* FİYAT YAZISI */
    .iti-card-bottom .price {
        margin-top: 6px;
        font-weight: 700;
        color: #35b794; /* fiyatlar yeşil */
        font-size: 14px;
    }

/* 3. KARTTAKİ YAZI RENGİ (TAM YEŞİL) */
.iti-card-bottom-green {
    color: #35b794;
    font-weight: 600;
}


/*OTEL*/

.hotel-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05); /* Hafif gölge */
    border: 1px solid #e1e4e8;
    margin-bottom: 30px; /* Kartlar arası boşluk */
    transition: transform 0.2s;
    overflow: hidden; /* Resim taşmasın diye */
}

    .hotel-card:hover {
        transform: translateY(-3px); /* Üzerine gelince hafif yukarı kalksın */
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    }

/* Başlık ve Adres */
.hotel-title {
    color: #2c3e50;
    font-size: 1.4rem;
    margin-bottom: 5px;
    display: block;
}

.hotel-address {
    color: #7f8c8d;
    font-size: 0.9rem;
    font-style: italic;
    margin-bottom: 15px;
    display: block;
}

/* Açıklama Metni */
.hotel-desc {
    color: #555;
    line-height: 1.6;
    font-size: 0.95rem;
}

.info-box {
    background-color: #f8f9fa;
    border-left: 4px solid #3498db;
    padding: 15px;
    margin-top: 15px;
    border-radius: 4px;
    font-size: 0.9rem;
}

    .info-box p {
        margin-bottom: 5px;
        color: #333;
    }

.price-tag {
    font-weight: bold;
    color: #27ae60;
}

.img-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #f1f1f1; */
    padding: 10px;
}

    .img-wrapper img {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
    }

/*OTEL*/
