body {
    width: 100%;
    overflow-x: hidden;
}

a {
    color: #ffc700 !important;
}

.altbaslik {
    color: #d8dc35 !important;
}

.icerik {
    padding: 15px 0px 15px 0px !important;
    width: 70%;
    font-size: 17px;
    margin: auto;
}

@media (max-width: 991px) {
    body {
        width: 100%;
        overflow-x: hidden;
    }

    .all-page {
        width: 100%;
        overflow-x: hidden;
    }

    .icerik {
        width: 90%;
    }
}

.bg-pink {
    background-color: #e7dbe3 !important;
}

#iletisim, #davet, #bildiri-gonderimi {
    background-color: #f6e7ee;
}

#kayit-konaklama, #kurullar {
    color: white;
    background-color: #06448c;
}

.canvas {
    position: relative;
    height: 30vh;
    overflow: hidden;
    background: linear-gradient(0deg, rgba(13,25,40,0) 4%, rgba(13, 25, 40, 0.459) 15%, rgba(13,25,40,1) 50%, rgba(0, 0, 0, 0.479) 85%, rgba(0,0,0,0) 98%);
}


section {
    background-color: #ffffff;
    margin: auto;
    margin-bottom: 4%;
    margin-top: 4%;
}


/*--------------------------------------------------------------
    # goToTop
    --------------------------------------------------------------*/
#goToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 26px;
    z-index: 99;
    font-size: 14px;
    border: none;
    outline: none;
    background-color: #11479c;
    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;
    }

.blink {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

#header {
    padding: 0;
    background-color: #e9c2d466 !important;
    transition: all 0.5s;
}

    #header.scrolled .nav-container2 {
        background-color: #ffffff;
        width: 100%;
        /* margin-left: 20%; */
    }

.navbar:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 30%;
    background-image: url("../images/header-img.png");
    right: 0px;
    top: 0px;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
}

.nav-container {
    --bs-gutter-x: 0rem;
}

.nav-container2 {
    width: 72%;
    background-color: #ffffff;
    transition: all 0.5s;
}

.header-navbar {
    margin: auto;
}


.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    font-weight: bold;
    margin: 0px 10px 0px 10px;
    padding: 25px 4px 25px 4px;
    position: relative;
}

    .navbar li:hover {
        background-color: #fdebf5;
    }

.navbar a,
.navbar a:focus {
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    color: #04438c !important;
    white-space: nowrap;
    transition: 0.3s;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}

    .navbar .dropdown ul li {
        min-width: 200px;
    }

    .navbar .dropdown ul a {
        padding: 10px 20px;
        font-size: 15px;
        text-transform: none;
        font-weight: 600;
    }

        .navbar .dropdown ul a i {
            font-size: 12px;
        }

        .navbar .dropdown ul a:hover,
        .navbar .dropdown ul .active:hover,
        .navbar .dropdown ul li:hover > a {
            color: #1046b9;
        }

.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}


.mobile-nav-toggle {
    color: #5f687b;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

    .mobile-nav-toggle.bi-x {
        color: #fff;
    }

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        /* display: none; */
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(73, 80, 94, 0.9);
    transition: 0.3s;
    z-index: 999;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        border-radius: 10px;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile a,
    .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 15px;
        color: #5f687b;
    }

        .navbar-mobile a:hover,
        .navbar-mobile .active,
        .navbar-mobile li:hover > a {
            color: #16df7e;
        }

    .navbar-mobile .getstarted,
    .navbar-mobile .getstarted:focus {
        margin: 15px;
        padding: 10px 15px;
    }


    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
            padding: 10px 20px;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover,
            .navbar-mobile .dropdown ul .active:hover,
            .navbar-mobile .dropdown ul li:hover > a {
                color: #16df7e;
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
    }

/* DUYURU SAYAÃ‡ */
.duyuru-sayac {
    display: flex;
    /* z-index: 2; */
    position: relative;
    /* box-shadow: 0px 9px 20px 0px #80808061; */
    margin: auto;
    width: 100%;
    /* top: -50px; */
    padding-bottom: 7px;
}

.sayac {
    width: 50%;
    padding: 20px;
}


.blur {
    filter: blur(3px);
    transition: filter 0.5s ease-in-out;
}

.duyuru-baslik {
    padding: 1px;
    box-shadow: 0px 4px 0px 0px grey;
    color: white;
    position: relative;
    background-color: #11479c;
}

    .duyuru-baslik::before {
        position: absolute;
        border-style: solid;
        border-color: transparent;
        bottom: -9px;
        border-width: 0px 10px 10px 0px;
        border-right-color: #041126;
        left: 0px;
    }

    .duyuru-baslik::after {
        /* content: ''; */
        position: absolute;
        border-style: solid;
        border-color: #041126;
        bottom: -9px;
        border-width: 10px 10px 0px 0px;
        border-right-color: #04112600;
        right: 0px;
    }

.duyuru-icerik-all {
    margin: auto;
    width: 60%;
}

.duyuru-icerik .card {
    background-color: #b5b5b585;
    border: 0;
    margin: auto;
    padding: 3px 30px;
}

.duyuru-sag-icerik {
    width: 100%;
}

.duyuru-icerik .duyuru-sol-icon {
    display: inline-block;
    text-align: center;
    /* height: 112px; */
    font-size: 69px;
    color: white;
    background-color: #11479c;
    width: 44px;
}

.duyuru-row {
    background: white;
    background: linear-gradient(135deg,#0000 18.75%,#f3f3f3 0 31.25%,#0000 0), repeating-linear-gradient(45deg,#f3f3f3 -6.25% 6.25%,#ffffff 0 18.75%);
    background-size: 60px 60px;
    background-position: 0 0, 0 0;
    background-color: #f0f0f0;
    width: 100%;
}

.carousel-item {
    width: 98%;
    margin: 8px;
}

span.tarih {
    color: #11479c;
    font-weight: bold;
    font-size: 18px;
}

.duyuru-icon {
    top: -10px;
    color: #880000;
    font-size: 30px;
    right: 50px;
    display: inline-block;
    position: absolute;
    z-index: 99999;
}

.banner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 90px;
}

.banner-img {
    width: 100%;
    height: 100%;
}

.cerceve {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .cerceve img {
        /* filter: drop-shadow(3px 1px 2px #d7d7d7); */
        width: 100%;
        height: 100%;
    }


.baslik h1 {
    color: #11479c;
    margin: auto;
    font-size: 35px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.baslik {
    letter-spacing: 1px;
    /* font-family: fangsong; */
    margin: auto;
    align-items: center;
}

    /*.baslik h2 {
        width: 30%;
        margin: auto;
    }*/

    .baslik h2:after {
        content: "";
        width: 39%;
        margin-top: 8px !important;
        border-radius: 21px;
        height: 1px;
        background-color: #0b344973;
        display: block;
        margin: auto;
    }

    .baslik.konusmacÄ±-basligi h2 {
        width: 20% !important;
        margin: auto;
    }

.beyaz-bg .baslik h2:after {
    content: "";
    width: 29%;
    margin-top: 8px;
    border-radius: 21px;
    height: 1px;
    background-color: #ffffff70;
    /* display: block; */
    margin: auto;
}

.baslik i {
    color: #11479c !important;
    font-size: 32px;
    margin-right: 7px;
}

.footer {
    align-content: center;
    text-align: center;
    background-color: #06448c;
    height: 60px;
}
/* SAYFA BUTONLARI */
.banner-butonlar {
    margin-top: 20px;
}

#banner-butonlar h1.white {
    font-family: 'Montserrat', sans-serif;
    margin: 30px 20px 50px;
    color: #fff;
    text-transform: uppercase;
}

#banner-butonlar .container-fluid .row .col-md-3 a {
    list-style: none;
    text-decoration: none;
}

.serviceBox {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding-top: 10px;
}

    .serviceBox .service-icon {
        color: #fff;
        background: #fff;
        font-size: 32px;
        line-height: 100px;
        width: 100px;
        height: 100px;
        margin: 0 auto 30px;
        border-radius: 50%;
        box-shadow: 5px 0 5px rgba(0, 0, 0, 0.2);
        position: relative;
        z-index: 1;
    }

@media (max-width: 991px) {
    .banner-butonlar {
        margin-top: 0;
    }

    .serviceBox .service-icon {
        color: #fff;
        background: #fff;
        font-size: 20px;
        line-height: 50px;
        width: 50px;
        height: 50px;
        margin: 0 auto 30px;
        border-radius: 50%;
        box-shadow: 5px 0 5px rgba(0, 0, 0, 0.2);
        position: relative;
        z-index: 1;
    }

    .serviceBox .title {
        color: #F1921A;
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
        /* margin: 0 0 10px; */
    }

    .serviceBox {
        min-height: 162px;
        padding: 24px 0 13px 0 !important;
    }
}

.serviceBox .service-icon:before,
.serviceBox .service-icon:after {
    content: "";
    background: linear-gradient(to right, #F09119 50%, transparent 50%);
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    z-index: -1;
    transition: all ease 0.8s;
}

.serviceBox:hover .service-icon:before, .serviceBox:hover .service-icon:after {
    transform: rotateZ(180deg);
}

.serviceBox:hover .service-icon {
    box-shadow: -5px 1px 5px rgba(0, 0, 0, 0.2);
}

.serviceBox .service-icon:after {
    background: #F09119;
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.3);
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}

.serviceBox {
    box-shadow: 0px 9px 20px 0px #8080805c;
    border: 1px solid #e5e4e4;
    padding: 40px;
    border-radius: 20px;
    background: #f9f9f9;
    position: relative;
    z-index: 1;
}


    .serviceBox .title {
        color: #F1921A;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0 0 10px;
    }

    .serviceBox.red .service-icon:before {
        background: linear-gradient(to right, #E34A3A 50%, transparent 50%);
    }

    .serviceBox.red .service-icon:after {
        background: #E34A3A;
    }

    .serviceBox.red .title {
        color: #E34A3A;
    }

    .serviceBox.blue .service-icon:before {
        background: linear-gradient(to right, #009CB5 50%, transparent 50%);
    }

    .serviceBox.blue .service-icon:after {
        background: #009CB5;
    }

    .serviceBox.blue .title {
        color: #009CB5;
    }

    .serviceBox.green .service-icon:before {
        background: linear-gradient(to right, #A1C52D 50%, transparent 50%);
    }

    .serviceBox.green .service-icon:after {
        background: #A1C52D;
    }

    .serviceBox.green .title {
        color: #A1C52D;
    }

@media only screen and (max-width:990px) {
    .serviceBox {
        margin: 0 0 30px;
    }
}
/* SAYFA BUTONLARI BÄ°TÄ°Åž */
/* Ä°LETÄ°ÅžÄ°M */

#iletisim .contact-logo {
    width: 60%;
    margin: auto;
}

#iletisim .contact-wrap {
    border-radius: 10px;
    background-color: white;
    box-shadow: 0px 0px 20px 3px #9a145b26;
}

#iletisim p {
    font-family: monospace;
    font-weight: bold;
    color: white;
    margin: auto;
    width: 80%;
    padding: 16px;
    border: 2px solid white;
}

.iletisim {
    padding: 22px;
    border-radius: 10px;
    background-image: linear-gradient(43deg, #4056cf 0%, #c750bf 46%, #FFCC70 100%);
    min-height: 600px;
}

    .iletisim .col-md-6 {
        min-height: 19px;
    }

    .iletisim .orta-cizgi {
        border-left: 1px solid #ffffff;
    }

.parent {
    width: 60%;
    padding: 20px;
    perspective: 1000px;
}

.content-box {
    background: rgba(4, 193, 250, 0.732);
    /* border-radius: 10px 100px 10px 10px; */
    padding: 60px 25px 25px 25px;
    /* transform-style: preserve-3d; */
}

.date-box {
    position: absolute;
    top: 30px;
    right: 30px;
    height: 60px;
    width: 60px;
    background: white;
    border: 1px solid rgb(7, 185, 255);
    padding: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 17px 10px -10px;
}

    .date-box span {
        display: block;
        text-align: center;
    }

    .date-box .month {
        color: rgb(4, 193, 250);
        font-size: 9px;
        font-weight: 700;
    }

    .date-box .date {
        font-size: 20px;
        font-weight: 900;
        color: rgb(4, 193, 250);
    }

.carousel-item {
    width: 96% !important;
}




.davet-icerik .davet-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: center;
}

    .davet-icerik .davet-cart .img-box {
        width: 125px;
        min-width: 147px;
        margin-right: 15px;
        position: relative;
        border: 6px solid #273371;
        border-radius: 15px 0 15px;
    }

    .davet-icerik .davet-cart img {
        border-radius: 7px 0px 7px;
        width: 100%;
    }

    .davet-icerik .davet-cart .client_detail {
        border: 1px solid #0b3449;
        margin-left: -110px;
        margin-top: 88px;
        padding: 30px 20px 35px 19px;
    }

        .davet-icerik .davet-cart .client_detail .davet-isim {
            display: flex;
            justify-content: space-between;
            padding-right: -4px;
            margin-bottom: 10px;
            margin-left: 9%;
        }

            .davet-icerik .davet-cart .client_detail .davet-isim h4 {
                font-weight: bold;
                margin: 0;
            }

            .davet-icerik .davet-cart .client_detail .davet-isim span {
                color: #82c419;
                font-weight: 600;
            }

            .davet-icerik .davet-cart .client_detail .davet-isim i {
                color: #273371;
            }



        .davet-icerik .davet-cart .client_detail .davet-isim {
            display: flex;
            justify-content: space-between;
            padding-right: -4px;
            margin-bottom: 10px;
            margin-left: 10%;
        }

.timeline-container {
    position: relative;
    margin-left: 40px;
    padding-left: 6px;
    /*border-left: 3px solid #3076b1;*/
}

.timeline-item {
    position: relative;
    margin-bottom: 30px;
    padding-left: 30px;
    transition: 0.3s;
}

    .timeline-item:hover {
        transform: scale(1.02);
    }

    .timeline-item::before {
        content: '';
        position: absolute;
        left: -5px;
        top: 16px;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background-color: #4CAF50;
        border: 2px solid white;
        box-shadow: 0 0 0 2px #4CAF50;
    }

    .timeline-item:nth-child(2)::before {
        background-color: #0b3449;
        box-shadow: 0 0 0 2px #0b3449;
    }

    .timeline-item:nth-child(3)::before {
        background-color: #9C27B0;
        box-shadow: 0 0 0 2px #9C27B0;
    }

    .timeline-item:nth-child(4)::before {
        background-color: #fd6161;
        box-shadow: 0 0 0 2px #fd6161;
    }

    .timeline-item:nth-child(5)::before {
        background-color: #4422ff;
        box-shadow: 0 0 0 2px #4422ff;
    }

    .timeline-item:nth-child(6)::before {
        background-color: #8BC34A;
        box-shadow: 0 0 0 2px #8BC34A;
    }

    .timeline-item:nth-child(7)::before {
        background-color: #03A9F4;
        box-shadow: 0 0 0 2px #03A9F4;
    }

    .timeline-item span {
        font-weight: bold;
        margin-bottom: 5px;
        width: 50%;
    }

    .timeline-item .content {
        background-color: #336e8d3d;
        padding: 10px 15px;
        border: 2px solid #0b3449;
        border-radius: 23px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        color: #0b3449;
    }

.timeline-container-cizgi {
    position: absolute;
    border-radius: 30px;
    width: 6px;
    height: 100%;
    border: 1px solid #009bcc;
}

.genel li {
    border-left: 4px solid #af9673;
    list-style: none;
}

    .genel li .list-back {
        align-items: center;
        padding: 5px;
        border: 0;
        border-radius: 0px 10px 10px 0px;
        display: flex;
        margin-bottom: 30px;
        background: rgb(231 190 131);
        transition: all 0.3s ease;
    }

.genel .icon-div {
    text-align: center;
    /* width: 12%; */
}


.genel i {
    color: #0b3449;
    font-size: 35px;
}


.konusmacilar-slider {
    padding-top: 6.875rem;
    padding-bottom: 6.375rem;
    background-color: #06448c;
}

    .konusmacilar-slider .swiper {
        overflow: hidden;
        width: 90%;
        text-align: center;
        margin: auto;
    }

    .konusmacilar-slider .swiper-slide {
        display: flex;
        justify-content: center;
    }

    .konusmacilar-slider .card {
        overflow: hidden;
        min-width: 300px;
        background-color: #e2e2e2;
        border: none;
        color: #262431;
        border-radius: 16px;
        padding: 8px 2px 0px 2px;
        text-align: center;
        border: 5px solid #082635;
    }

    .konusmacilar-slider .card-img-top {
        object-fit: cover;
        margin: 0 auto 0.5rem;
    }

.konusmaci-button {
    transform: translateX(-70px);
    position: absolute;
    display: inline-block;
    border-radius: 0px;
    background-color: #750550;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 17px;
    margin-top: 7px;
    padding: 7px 12px;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 9999;
}

.konusmacilar-slider .card:hover .konusmaci-button {
    transform: translateX(0px);
}

.konusmaci-button:hover {
    background-color: #57033b;
    color: white;
}

.konusmaci-button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

    .konusmaci-button span a {
        text-decoration: none;
        color: white;
    }

.slider-container-fluid.d-flex.align-items-center.justify-content-center {
    background-color: #fff;
}

.konusmacilar-slider .swiper-slide {
    transition: all 0.3s ease;
    opacity: 0.4;
    transform: scale(0.85);
}

    .konusmacilar-slider .swiper-slide.swiper-slide-active {
        opacity: 1;
        transform: scale(1);
        z-index: 2;
    }

@media (max-width: 768px) {
    .offcanvas.hiding, .offcanvas.show, .offcanvas.showing {
        width: 65%;
        background-color: #ebebeb;
        visibility: visible;
    }
}

.modal-title {
    color: #0b3449;
}

.modal-btn {
    border: #750550;
    background-color: #750550;
}

#kayit-konaklama .table {
    border-radius: 10px;
    --bs-table-border-color: #ffffff00;
}

    #kayit-konaklama .table tr td {
        color: white;
        font-weight: bold;
        text-align: center;
        width: 25px;
    }

        #kayit-konaklama .table tr td .tarihler {
            border-radius: 5px;
            padding: 12px 10px;
            background-color: #e7b2d5;
            /* width: 144px; */
            position: relative;
        }

    #kayit-konaklama .table tr .kategori {
        width: 20%;
        color: white;
        text-align: center;
    }

    #kayit-konaklama .table .table-ktgr {
        border-radius: 5px;
        align-content: center;
        background-color: #e7b2d5;
        height: 60px;
        position: relative;
    }

#kayit-konaklama .table-ktgr::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -14px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 27px solid transparent;
    border-bottom: 27px solid transparent;
    border-left: 14px solid #e7b2d5;
}

#kayit-konaklama .table tr td .tarihler::before {
    content: "";
    position: absolute;
    top: 77%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 11px solid #ffffff;
}

@media (max-width: 991px) {
    #kayit-konaklama .table tr td .tarihler::before {
        top: 85%;
    }

    #kayit-konaklama .table .table-ktgr {
        height: 102px;
    }

    #kayit-konaklama .table-ktgr::before {
        top: 50%;
        right: -13px;
        border-top: 48px solid transparent;
        border-bottom: 48px solid transparent;
        border-left: 14px solid #ac0d9e;
    }
}

#kayit-konaklama .table th, .table td {
    text-align: center;
    border-bottom: 1px solid #ac0d9e17;
    vertical-align: middle !important;
}

    #kayit-konaklama .table th:nth-child(2n+1) {
        /* background-color: #0b34490f; */
    }

#kayit-konaklama .table .table-ic {
    font-size: 14px;
    padding: 8px 8px;
    border-right: 3px solid #e7b2d5;
}

.kurul-baslik, .kayit-baslik {
    margin-top: 40px;
    letter-spacing: 1px;
    color: #ffebc7;
    font-size: 24px;
}

#kurullar .row {
    width: 70%;
    margin: auto;
}

#kurullar .col-md-6 {
    line-height: 35px;
}

#kurullar em {
    font-size: 16px;
}

#bilimsel-program tr:nth-child(1) > th {
    display: none !important;
}

#bilimsel-program th {
    vertical-align: middle !important;
    width: 15%;
    text-align: center;
}

#bilimsel-program td {
    border-bottom: 1px solid #e1e1e1;
    width: 85%;
}

#dayTabContent button {
    display: none !important;
}

.session {
    border-top: 5px solid #dee2e3;
}

tr.session.ARK-a93bfa96-4386-40c9-9a3d-d543690f95b8,
tr.session.ARK-4f66fbac-b68d-47d1-8178-34e12edac245 {
    background-color: #deacf7;
}

tr.session.ARK-1392DDBD-DBFE-4EE0-AAC3-955E9EBCD270 {
    background-color: #deacf7;
}

tr.subsession.ARK-1392DDBD-DBFE-4EE0-AAC3-955E9EBCD270 {
    background-color: #efd0ff87;
}

tr.session.ARK-1edff564-7725-4cab-9b31-a8c841994374 {
    background-color: #c4c6ff;
}

tr.session.ARK-CB188527-A1E6-46CB-A25B-630BFB032FF4,
tr.session.ARK-c1d9503f-a62b-44cc-aa8d-9f0c9b6c32bf {
    background-color: #ffefc4;
}

tr.session.ARK-b397d5a2-6e95-4cf3-bf37-893a9f03f927 {
    background-color: #acc7f7;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff !important;
    background-color: #6d4ac8 !important;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-link {
    background-color: #b2a7d9;
    color: #6d4ac8;
    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;
}

/* Varsayılan */
.mobile-compact-table th,
.mobile-compact-table td {
    padding: 8px;
    font-size: 14px;
    line-height: 1.3;
}

/* Tablet */
@media (max-width: 992px) {
    .mobile-compact-table th,
    .mobile-compact-table td {
        padding: 6px;
        font-size: 13px;
    }
}

/* Mobil */
@media (max-width: 768px) {
    .mobile-compact-table th,
    .mobile-compact-table td {
        padding: 4px;
        font-size: 11px;
    }

    .mobile-compact-table .tarihler {
        font-size: 10px;
        line-height: 1.2;
    }

    .mobile-compact-table .table-ktgr {
        font-size: 11px;
    }

    .mobile-compact-table .table-ic {
        font-size: 10px;
    }
}

/* Çok küçük ekranlar */
@media (max-width: 480px) {
    .mobile-compact-table th,
    .mobile-compact-table td {
        padding: 3px;
        font-size: 10px;
    }

    .mobile-compact-table .tarihler {
        font-size: 9px;
    }
}

@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);
    }

    .table td, .table th {
        padding: 5px 0 !important;
    }
}

@media (max-width: 767px) {
    .iletisim .orta-cizgi {
        border-left: 1px solid #ffffff00;
    }

    .iletisim {
        padding: 8px;
    }

    #iletisim p {
        width: 100%;
    }
}

@media (max-width: 1230px) and (min-width: 519px) {
    #kayit-konaklama .table tr td .tarihler {
        min-height: 75px;
    }

        #kayit-konaklama .table tr td .tarihler::before {
            top: 87%;
        }
}

@media (max-width: 1200px) {
    .davet-icerik .davet-cart {
        display: block;
        justify-content: center;
    }

        .davet-icerik .davet-cart .client_detail {
            border: 1px solid #0b3449;
            margin-left: 0px;
            margin-top: -13px;
            padding: 30px 20px 35px 19px;
        }

        .davet-icerik .davet-cart .img-box {
            margin: auto;
            top: 20px;
        }

        .davet-icerik .davet-cart .client_detail .davet-isim {
            display: flex;
            justify-content: space-between;
            margin-left: 0;
        }
}

@media (max-width: 519px) {
    #kayit-konaklama .table tr td .tarihler {
        min-height: 100px;
        font-size: 13px;
    }

        #kayit-konaklama .table tr td .tarihler::before {
            top: 66%;
        }
}

/*SAYAÇ*/

.countdown {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.time-box {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px border rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 20px;
    min-width: 120px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
}

    .time-box:hover {
        transform: translateY(-5px);
        border-color: #00d2ff;
    }

.number {
    font-size: 3.5rem;
    font-weight: 800;
    display: block;
    line-height: 1;
    color: #a79dff;
    text-align: center;
}

.label {
    font-size: 0.8rem;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
    color: #a79dff;
    margin-top: 10px;
    display: block;
    text-align: center;
    font-weight: bold;
}

.footer {
    /* position: absolute; */
    bottom: 40px;
    font-size: 0.9rem;
    color: #555;
}

@media (max-width: 600px) {
    .countdown {
        gap: 10px;
    }

    .time-box {
        min-width: 80px;
        padding: 15px;
    }

    .number {
        font-size: 2rem;
    }

    h1 {
        font-size: 2rem;
    }
}

@media (max-width: 992px) {
    .navbar li {
        padding: 5px 4px;
    }

    .baslik {
        text-align: center !important;
        margin-bottom: 25px;
        padding-top: 20px;
    }

    .kayit {
        width: 10px !important;
    }
}

@media (max-width: 1366px) {
    .table-ktgr {
        height: 90px !important;
    }

    .serviceBox {
        height: 260px !important;
    }
}

/*SAYAÇ*/
