html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    src: url('/webfonts/fa-solid-900.woff2') format('woff2');
    font-display: swap;
}

/* Navigation Menu */

.navbar {
    border-bottom: 5px solid #d1ad53;
    padding: 0;
    background-color: rgba(255, 255, 255, .7) !important;
}

.navbar-brand1 img {
    width: 80%;
    padding-top: 15px;
}

.navbar-brand img {
    width: 200px;
    display: none;
}


.navbar .navbar-nav .nav-item {
    transition: all .3s ease-in-out;
    padding: 10px;
    margin-bottom: -7px;
}

    .navbar .navbar-nav .nav-item a {
        text-decoration: none;
        color: #1c407d;
        transition: all .3s ease-in-out;
    }

        .navbar .navbar-nav .nav-item a i {
            font-size: 32px;
        }

    .navbar .navbar-nav .nav-item:hover {
        background-color: #36c4e5;
    }

        .navbar .navbar-nav .nav-item:hover .nav-link {
            color: #fff;
        }

.nav-link span {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.language {
    display: block;
    padding: .5rem 1rem;
}

.navbar-nav .language {
    padding-right: 0;
    padding-left: 0;
}

.language span {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.navbar .navbar-nav .nav-item:hover .language {
    color: #fff;
}

.ic-menu h5 {
    color: #36c4e5;
    font-size: 16px;
    padding-top: 10px;
    font-weight: 500;
}

.ic-menu hr {
    background-color: #36c4e5;
}

.ic-menu a {
    transition: all .3s ease-in-out;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
}

    .ic-menu a:hover {
        background-color: #d1ad53;
        color: #fff !important;
    }

.ic-menu .dropdown-item {
    padding: .25rem .50rem;
}

.dropdown-menu {
    margin-top: 0px;
    background-color: rgba(255, 255, 255, .9);
}

.drop1:hover .drop2 {
    display: block;
    margin-top: 0;
}

.hizli-baglanti-container {
    position: absolute;
    right: 90px;
    top: 0;
    z-index: 1030 !important;
}

.search-icon-container {
    position: absolute;
    right: 160px;
    top: 0;
    z-index: 1030 !important;
}

.hizli-baglanti {
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    padding: 25px 20px;
    color: #d1ad53;
    position: fixed;
}

.search-icon {
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    padding: 27px 20px;
    color: #d1ad53;
    position: fixed;
}

.animate__animated.animate__heartBeat {
    animation-iteration-count: 3;
}

.hizli-baglanti:hover {
    color: #fff;
    background-color: #36c4e5;
}

.hizli-baglanti i {
    font-size: 40px;
}

.search-icon:hover {
    color: #fff;
    background-color: #36c4e5;
}

.search-icon i {
    font-size: 36px;
}

/* Hızlı Bağlantı İçerik */

.slider-container {
    position: relative;
}

.hizli-baglanti-main {
    position: absolute;
    right: 0;
    top: 96px;
    z-index: 20;
}

.hizli-baglanti-icerik {
    background-color: rgba(45, 44, 44, .5);
    width: 100%;
    height: 87vh !important;
    border-left: 5px solid #36c4e5;
    border-bottom: 5px solid #36c4e5;
    display: none;
    overflow-x: hidden;
    float: right;
}

    .hizli-baglanti-icerik .header-icon {
        color: #36c4e5;
        font-size: 30px;
    }

    .hizli-baglanti-icerik h4 {
        color: #fff;
        font-weight: 500;
        font-size: 18px;
        padding-top: 5px;
    }

.hizli-baglanti-header {
    border-bottom: 1px solid #36c4e5;
    padding-bottom: 10px;
}

.hizli-baglanti-inner-head {
    border-bottom: 1px solid #36c4e5;
}

.hizli-baglanti-inner {
    padding: 5px 0 15px 0;
}

    .hizli-baglanti-inner i {
        color: #36c4e5;
        font-size: 30px;
    }

    .hizli-baglanti-inner a {
        text-decoration: none;
        color: #fff;
        font-size: 14px;
    }

.hizli-erisim-box-container {
    padding-left: 7px !important;
    padding-right: 7px !important;
}

.hizli-erisim-box {
    border: 2px solid #36c4e5;
    border-radius: 10px;
    height: 90px;
    width: 100%;
    position: relative;
}

.rehber {
    color: #d1ad53;
    transition: all .3s ease-in-out;
    text-decoration: none !important;
    font-weight: 700;
}

    .rehber:hover {
        color: #1c407d;
    }

.hizli-erisim-inner {
    margin: 0;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hizli-erisim-box:hover {
    border: 2px solid #d1ad53;
}

    .hizli-erisim-box:hover i {
        color: #d1ad53;
    }

.social-media {
    width: 100% !important;
    max-height: 10vh !important;
}

    .social-media h4 {
        color: #d1ad53;
        font-weight: 500;
        font-size: 18px;
        padding: 10px 0;
    }

    .social-media a {
        text-decoration: none;
        color: #d1ad53;
        width: 100%;
    }

        .social-media a i {
            font-size: 30px;
        }





#navbar-container {
    background-color: #fff;
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 9999999999999999999 !important;
}

.close-icon {
    padding: 10px;
    margin-top: 18px;
    cursor: pointer;
    color: #1c407d;
}


#navbar-click-button {
    color: #1c407d;
    border: none;
}

.accordionHeaderBox h5 {
    color: #36c4e5;
    font-size: 16px;
    padding-top: 10px;
    font-weight: 500;
}

.accordionHeaderBox hr {
    background-color: #36c4e5;
}



/* Slider Section */
.slider-box {
    overflow: hidden;
    padding-top: 92px;
}

.active {
    background-color: #1c407d !important;
}

.carousel-indicators {
    z-index: 15;
}

    .carousel-indicators li {
        opacity: 1;
    }

.slider-onceki, .slider-sonraki {
    height: 200px;
    top: 35%;
}

.slider-onceki-icon, .slider-sonraki-icon {
    height: 100px;
    width: 100px;
    background-size: 100%, 100%;
    border-radius: 50%;
    border: 1px solid #1c407d;
    background-image: none;
    background-color: rgba(28, 64, 125, .8);
}

    .slider-sonraki-icon:after {
        content: '>';
        font-size: 55px;
        font-weight: 700;
        color: #fff;
        text-shadow: 3px 3px 3px #000;
    }

    .slider-onceki-icon:after {
        content: '<';
        font-size: 55px;
        font-weight: 700;
        color: #fff;
        text-shadow: 3px 3px 3px #000;
    }

.carousel-caption h5 {
    font-family: 'Raleway', sans-serif;
    background-color: rgba(255, 255, 255, .8);
    color: #1c407d;
    padding: 15px 0;
    width: 60%;
    margin: 0 auto;
    font-weight: 700;
}

.carousel-caption p {
    font-family: 'Raleway', sans-serif;
    background-color: rgba(54, 196, 229, .8);
    padding: 10px 0;
    width: 50%;
    margin: 0 auto;
    font-weight: 700;
}

.carousel-item #player {
    width: 1920px;
    height: 65vh;
    margin-bottom: -17px;
    /*margin-bottom: -6px;*/
}

/* Search Section */

section.search {
    padding: 40px 0;
}

.search input {
    border: 2px solid #36c4e5;
}

.search span {
    background-color: #36c4e5;
}

    .search span button i {
        color: #fff;
        font-size: 24px;
    }

/* Duyurular Section */

section.duyurular {
    background: linear-gradient(rgba(28, 64, 125, .9), rgba(28, 64, 125, .9)), url("../images/duyuru-etkinlik-bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    padding: 30px 0 210px 0;
    overflow: hidden;
    border-top: 5px solid #36c4e5;
}

.duyurular-header {
    font-family: 'Raleway', sans-serif;
    padding-bottom: 20px;
}

    .duyurular-header h4 {
        color: #fff;
        font-weight: 600;
    }

    .duyurular-header hr {
        background-color: #fff !important;
        width: 70%;
    }

    .duyurular-header a {
        text-decoration: none;
        color: #fff;
        transition: all .3s ease-in-out;
        display: inline-block;
    }

        .duyurular-header a::after {
            content: '';
            width: 0px;
            height: 1px;
            display: block;
            background: #fff;
            transition: 300ms;
        }

        .duyurular-header a:hover::after {
            width: 100%;
        }

.duyuru-box {
    font-family: 'Raleway', sans-serif;
    border: 1px solid #fff;
    padding: 10px 20px;
    height: 380px;
}

    .duyuru-box span h4 strong {
        color: #36c4e5;
        font-size: 80px;
    }

    .duyuru-box p {
        text-transform: uppercase;
        padding: 10px 0;
    }

.duyuru-link {
    margin-top: -14px;
}

    .duyuru-link a {
        text-decoration: none;
        color: #fff;
        background-color: #36c4e5;
        padding: 3px 20px;
        font-size: 18px;
        z-index: 1;
    }

    .duyuru-link span {
        text-decoration: none;
        color: #fff;
        background-color: #36c4e5;
        padding: 3px 20px;
        font-size: 18px;
        z-index: 1;
    }

.duyuru-box {
    /*background: linear-gradient(rgba(28, 64, 125, .9), rgba(28, 64, 125, .9)), url("../images/duyuru-etkinlik-bg.jpg");*/
    background: linear-gradient(rgba(28, 64, 125, .9), rgba(28, 64, 125, .9));
}

.owl-nav {
    font-size: 70px;
    color: #fff;
    margin-top: -25%;
}

.owl-prev {
    margin-left: -30px;
}

.owl-next {
    float: right;
    margin-right: -30px;
}

.position-add {
    padding-top: 260px;
    margin-bottom: -160px !important;
}

.tum-haberler a {
    border: 2px solid #d1ad53;
    padding: 10px;
    font-weight: 500;
    transition: all .4s ease-in-out;
}

    .tum-haberler a:hover {
        background-color: #d1ad53;
        color: #fff !important;
    }

/* Haberler Section */

section.haberler {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .5)), url("../images/haber-bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    padding: 30px 0;
    border-top: 5px solid #36c4e5;
    overflow-x: hidden !important;
}

.haberler-header {
    font-family: 'Raleway', sans-serif;
    padding-bottom: 10px;
}

    .haberler-header h4 {
        color: #1c407d;
        font-weight: 600;
    }

    .haberler-header hr {
        background-color: #1c407d !important;
        width: 70%;
    }

    .haberler-header a {
        text-decoration: none;
        color: #1c407d;
        transition: all .3s ease-in-out;
        display: inline-block;
    }

        .haberler-header a::after {
            content: '';
            width: 0px;
            height: 1px;
            display: block;
            background: #1c407d;
            transition: 300ms;
        }

        .haberler-header a:hover::after {
            width: 100%;
        }

.haberler-icerik {
    position: relative;
    color: #fff;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 5px;
}

    .haberler-icerik img {
        transition: all .3s ease-in-out;
    }

    .haberler-icerik:hover img {
        transform: scale(1.1);
    }

.haber-text {
    font-family: 'Raleway', sans-serif;
    position: absolute;
    top: 82% !important;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    padding: 10px;
    line-height: 36px;
    text-shadow: 3px 3px 3px #000;
    text-transform: uppercase;
    /*background: linear-gradient(rgba(28, 64, 125, .5), rgba(28, 64, 125, .5));*/
}

.haber-small-text {
    font-family: 'Raleway', sans-serif;
    position: absolute;
    top: 75% !important;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    padding: 10px;
    line-height: 24px;
    text-shadow: 3px 3px 3px #000;
    text-transform: uppercase;
    /*background: linear-gradient(rgba(28, 64, 125, .5), rgba(28, 64, 125, .5));*/
}

.haber-position-absolute {
    position: absolute;
    right: 0;
    top: calc(35% - 17px) !important;
}

.haberler .col-lg-4 {
    padding-left: 5px !important;
}

.haberler .col-lg-8 {
    padding-left: 5px !important;
}

.haber-fotograflar .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    text-align: center;
}

.haber-fotograflar .col-md-4 {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    text-align: center;
}

.select-filter button {
    border: 2px solid #36c4e5;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}

    .select-filter button:hover {
        color: #fff;
        background-color: #36c4e5;
    }

.imageContainer {
    position: relative;
    cursor: pointer;
}

.imageOverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.imageContainer:hover .imageOverlay {
    opacity: 0.7;
}

.imageText {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Etkinlikler Section */
section.etkinlikler {
    background: linear-gradient(rgba(28, 64, 125, .9), rgba(28, 64, 125, .9)), url("../images/duyuru-etkinlik-bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    padding: 30px 0 260px 0;
    overflow: hidden;
}

.etkinlikler-header {
    font-family: 'Raleway', sans-serif;
    padding-bottom: 30px;
}

    .etkinlikler-header h4 {
        color: #fff;
        font-weight: 600;
    }

    .etkinlikler-header hr {
        background-color: #fff !important;
        width: 70%;
    }

    .etkinlikler-header a {
        text-decoration: none;
        color: #fff;
        transition: all .3s ease-in-out;
        display: inline-block;
    }

        .etkinlikler-header a::after {
            content: '';
            width: 0px;
            height: 1px;
            display: block;
            background: #fff;
            transition: 300ms;
        }

        .etkinlikler-header a:hover::after {
            width: 100%;
        }

.etkinlikler-genel {
    padding-top: 20px;
    background: linear-gradient(rgba(28, 64, 125, .9), rgba(28, 64, 125, .9)), url("../images/bg-events.jpg");
}

.etkinlik-konu {
    background-color: #36c4e5;
    text-align: center;
    justify-items: center;
    width: 50%;
    color: #fff;
    position: absolute;
    left: 25%;
    font-family: 'Raleway', sans-serif;
    z-index: 2;
    margin-top: -15px;
}

    .etkinlik-konu p {
        margin-bottom: 0;
        padding: 4px 2px;
        z-index: 1;
    }

.etkinlik-container {
    background-color: #f0f0f0;
    padding: 30px 20px 0 20px;
    position: relative;
    width: 100%;
}

.etkinlik-tarih {
    text-align: center;
    border: 2px solid #36c4e5;
    width: 40%;
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    padding-bottom: 10px;
    left: 30%;
    margin-top: -65px;
}

    .etkinlik-tarih span {
        font-family: 'Raleway', sans-serif;
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 20px;
    }

        .etkinlik-tarih span strong {
            font-size: 40px;
            font-weight: 700;
            line-height: 60px;
        }

.etkinlik-yazi {
    font-family: 'Raleway', sans-serif;
    padding-top: 65px;
    text-align: center;
    padding-bottom: 1px;
}

    .etkinlik-yazi a {
        text-decoration: none;
        color: #000;
    }

    .etkinlik-yazi h5 {
        font-weight: 600;
        font-size: 16px;
    }

    .etkinlik-yazi p {
        font-size: 14px;
    }

.owl-nav {
    display: block !important;
}

.disabled {
    margin-top: -30%;
}

.position-etkinlikler {
    padding-top: 255px;
    margin-bottom: -210px !important;
}



/* Alkü Tanıtım Header Section */
#alku-tanitim-header {
    margin-top: 95px;
    padding: 25px 0;
    background-color: #36c4e5;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

/* Alkü Tanıtım Section */
#alku-tanitim {
    padding-top: 25px;
    padding-bottom: 20px;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .5)), url("../images/bg-news.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left;
    background-size: cover;
}

    #alku-tanitim .nav-left ul li {
        transition: all .3s ease-in-out;
    }

        #alku-tanitim .nav-left ul li:hover {
            background-color: #d1ad53;
        }

        #alku-tanitim .nav-left ul li a {
            text-decoration: none;
            color: #000;
            font-weight: 600;
            transition: all .3s ease-in-out;
        }

        #alku-tanitim .nav-left ul li:hover a {
            color: #fff !important;
        }

    #alku-tanitim .nav-left ul .active {
        background-color: #d1ad53 !important;
        color: #fff !important;
    }

    #alku-tanitim .content-right p {
        font-size: 14px;
    }

    #alku-tanitim .content-right h2 {
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
    }

    #alku-tanitim .content-right li {
        font-size: 14px;
    }

.content-right table {
    font-size: 14px;
}

    .content-right table th img {
        width: 150px;
        padding-top: 10px;
    }

.h2-pad {
    padding-top: 20px;
}

.sanal-kampus-size {
    font-size: 22px !important;
    font-weight: 700;
    padding-top: 20px;
}

.content-right li::marker {
    font-weight: bold;
}

.text-bold {
    font-size: 16px !important;
    font-weight: 700;
    line-height: 35px;
}

.card ul li i {
    font-size: 20px;
    padding-left: 5px;
    padding-right: 5px;
    color: #36c4e5;
}

.card ul li a {
    text-decoration: none;
}

.card .card-title {
    font-size: 16px;
}

.list-group-item {
    font-weight: 600;
    background-color: #f7f9fc;
    border: none;
    border-bottom: 1px solid #dee2e6;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

    .list-group-item:last-child {
        border-bottom: none;
    }

    .list-group-item:hover {
        background-color: #e9ecef;
        /*transform: translateY(-2px);*/
    }
/*.list-group-item::before {
        content: '\f35d';*/ /* Font Awesome 'fa-external-link-alt' ikonu */
/*font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        margin-right: 10px;
        color: #1c407d;
        transition: color 0.3s ease;
    }*/









.table tr td {
    font-weight: 500;
}

.li-size {
    font-size: 15px !important;
    line-height: 36px;
}

    .li-size a {
        text-decoration: none;
        color: #1c407d;
        transition: all .2s ease-in-out;
    }

        .li-size a:hover {
            color: #d1ad53;
        }


/* Duyuru-Haber-Etkinlik İç Sayfa Header Section */
#duyuru-header {
    margin-top: 95px;
    padding: 25px 0;
    background-color: #36c4e5;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-align: center;
    color: #fff;
}


/* Duyuru-Haber-Etkinlik İç Sayfa Section */

.duyuru {
    background-color: #fff;
    margin: 15px 0px;
}

.duyuru-meta {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.duyuru .duyuru-content {
    padding: 10px 0px;
}

    .duyuru .duyuru-content a {
        color: #10161a;
        transition: all .2s ease-in-out;
    }

        .duyuru .duyuru-content a:hover {
            color: #d1ad53;
        }

.duyuru .icerik-content a {
    color: #0000FF !important;
    transition: all .2s ease-in-out;
}

.duyuru .duyuru-meta {
    margin-bottom: 20px !important;
}

    .duyuru .duyuru-meta li {
        display: inline-block;
        font-size: 14px;
        margin-right: 10px;
    }

        .duyuru .duyuru-meta li i {
            margin-right: 5px;
            color: #d1ad53;
        }

.bg-change {
    background-color: #fff !important;
}

/* Blog Sidebar Section */

#aside .widget {
    margin-bottom: 40px;
}

.widget-category-box {
    margin-bottom: 0 !important;
}

.widget h3 {
    text-transform: uppercase;
}

/* Blog Sidebar Section END */


/* Posts Sidebar Section */

.widget-post {
    min-height: 70px;
    margin-bottom: 25px;
}

    .widget-post img {
        display: block;
        float: left;
        width: 85px;
        height: auto;
        margin-right: 10px;
    }

    .widget-post a {
        display: block;
        color: #10161a;
        font-size: 14px;
    }

        .widget-post a:hover {
            color: #d1ad53;
        }

#aside {
    margin-top: 15px;
}

/* Posts Sidebar Section END */

/* Category Sidebar Section */

.duyuru-renk {
    color: #d1ad53;
}

.widget-category a {
    display: block;
    font-size: 14px;
    color: #354052;
    border-bottom: 1px solid #eee;
    padding: 5px;
}

    .widget-category a:nth-child(1) {
        border-top: 1px solid #EEE;
    }

    .widget-category a span {
        float: right;
        color: #d1ad53;
    }

    .widget-category a:hover {
        color: #d1ad53;
    }


/* Category Sidebar Section END */

/* Blog Section END */


section#contact {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)),url("../images/bg-news.png");
    background-position: right;
    background-attachment: fixed;
    background-size: auto;
    background-repeat: no-repeat;
    position: relative;
}

.contact-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .contact-content h2 {
        font-size: 2rem;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 2rem;
        margin-top: 2rem;
        color: #1c407d;
        font-family: 'Raleway', sans-serif;
    }

.name, .email, .telefon, .konu, .message {
    background: none;
    border: none;
    outline: none;
    border-bottom: 0.1rem solid #1c407d;
    min-width: 100%;
    max-width: 100%;
    padding: 1rem 0.5rem;
    color: #000;
    margin-bottom: 1rem;
    font-weight: 500;
}

::placeholder {
    color: #1c407d;
}

.btn-light {
    color: #1c407d;
    border: 2px solid #1c407d;
    transition: all 0.2s ease-in-out;
    background-color: transparent;
}

    .btn-light:hover {
        background-color: #1c407d;
        border: 2px solid #1c407d;
        color: #fff;
    }

.btn-general {
    font-family: 'Raleway', sans-serif;
    font-size: 1.4rem;
    text-transform: uppercase;
    margin: 2rem 0;
    padding: 0.5rem 2rem;
    letter-spacing: 0.2rem;
    font-weight: 700;
    border-radius: 2rem;
}

#contact button {
    font: inherit;
}

#accordionExample {
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

    #accordionExample:hover {
        background-color: #e8e8e8; /* Daha kuvvetli arka plan rengi */
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3); /* Daha güçlü gölge */
      
    }

.card-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 8px 8px 0 0;
    padding: 15px;
    transition: background-color 0.3s ease, color 0.3s ease, font-size 0.3s ease;
}

    .card-header:hover {
        background-color: #d6d8db; /* Başlık arka plan rengi değişimi */
        color: #343a40; /* Başlık metin rengi değişimi */
    }

    .card-header h2 {
        font-size: 18px;
        font-weight: bold;
        margin: 0;
        transition: font-size 0.3s ease, color 0.3s ease;
    }

    .card-header:hover h2 {
        font-size: 20px; /* Başlık font büyüklüğünün artması */
        color: #495057; /* Başlık metin rengi değişimi */
    }


.card {
    width: 100% !important;
}

    .card ul li {
        padding: 5px 5px !important;
    }

.card-title {
    margin-bottom: 5px;
}

.card-body {
    background-color: #ffffff;
    padding: 5px !important;
}
/* Footer Resimler Section */
section .footerImages {
    border-top: 5px solid #36c4e5;
    padding: 50px 0;
    border-bottom: 10px solid #d1ad53;
}

.footer-resimler-icerik {
    width: 100%;
    text-align: center;
}

    .footer-resimler-icerik img {
        width: 15%;
        padding: 0 25px;
    }

/* Footer İletişim Section */

section.footer-info {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-iletisim-bilgiler {
    padding-top: 0;
}

.footer-info i {
    font-size: 36px;
    color: #d1ad53;
}

.footer-info span {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    color: #000;
}

.footer-info iframe {
    border-radius: 10px;
}

/* Footer Section */

.footer-alt {
    background-color: #1c407d;
}

.footer-yazi {
    color: #fff;
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
}

.eski-site a {
    transition: all .3s ease-in-out;
}

    .eski-site a:hover {
        color: #d1ad53 !important;
    }

/* Pop-up Section */


.popup-onceki {
    background-color: #d1ad53;
    height: 80px;
    width: 12%;
    position: absolute;
    top: 45%;
    border-radius: 0 30px 30px 0;
}

.popup-sonraki {
    background-color: #d1ad53;
    height: 80px;
    width: 12%;
    position: absolute;
    top: 45%;
    border-radius: 30px 0 0 30px;
}

#Modal .modal-content {
    width: 75% !important;
    margin: 0 auto;
}
/*
#Modal .modal-content{
    width:75% !important;
    margin:0 auto;
}*/
.danisman-card {
    width: 100% !important;
    border: 5px solid #d1ad53;
}

.card ul li {
    padding: 5px 5px !important;
}

.card-title {
    margin-bottom: 5px;
}

.card-body {
    padding: 5px !important;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 190%;
    height: 100%;
    display: none;
    z-index: 16;
    background: linear-gradient(to right, rgba(0, 0, 0, .3), rgba(0, 0, 0, .5));
    transform-origin: top left;
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    transform: skew(-25deg);
    -moz-box-shadow: 10px 10px 10px 10px #36c4e5;
    -webkit-box-shadow: 10px 10px 10px 10px #36c4e5;
    -o-box-shadow: 10px 10px 10px 10px #36c4e5;
    box-shadow: 10px 10px 10px 10px #36c4e5;
}

@media screen and (max-width: 1700px) {
    .haber-text {
        top: 85%;
        font-size: 24px;
    }

    .haber-small-text {
        top: 78%;
        font-size: 16px;
    }

    .carousel-item #player {
        height: 57vh;
        margin-bottom: -12px;
    }

    .haber-position-absolute {
        top: calc(35% - 19px);
    }
}

@media screen and (max-width: 1400px) {
    .hizli-baglanti-inner i {
        font-size: 20px;
    }

    .hizli-baglanti-inner a {
        font-size: 13px;
    }

    .social-media a i {
        font-size: 20px;
    }

    .carousel-item #player {
        height: 46vh;
        margin-bottom: -14.5px;
    }

    .haber-position-absolute {
        top: calc(35% - 16px);
    }
}

@media screen and (max-width: 1200px) {
    .navbar .navbar-nav .nav-item {
        padding: 5px;
    }

    .slider-onceki, .slider-sonraki {
        height: 150px;
    }

    .slider-onceki-icon, .slider-sonraki-icon {
        height: 75px;
        width: 75px;
    }

        .slider-sonraki-icon:after {
            font-size: 45px;
        }

        .slider-onceki-icon:after {
            font-size: 45px;
        }

    .carousel-control-prev, .carousel-control-next {
        height: 150px;
    }

    .carousel-control-prev-icon, .carousel-control-next-icon {
        height: 75px;
        width: 75px;
    }

        .carousel-control-next-icon:after {
            font-size: 45px;
        }

        .carousel-control-prev-icon:after {
            font-size: 45px;
        }

    .carousel-caption h5 {
        font-size: 16px;
    }

    .carousel-caption p {
        font-size: 14px;
    }

    .carousel-item #player {
        height: 38vh;
        margin-bottom: -17.5px;
    }

    .duyurular-header hr {
        width: 65%;
    }


    .owl-nav {
        margin-top: -30%;
    }

    .haberler-header hr {
        width: 70%;
    }

    .haber-text {
        top: 81%;
        font-size: 22px;
    }

    .haber-small-text {
        top: 65%;
        font-size: 14px;
        line-height: 20px;
    }

    .etkinlikler-header hr {
        width: 60%;
    }

    .haber-position-absolute {
        top: calc(35% - 13px);
    }

    .position-etkinlikler {
        padding-top: 230px;
        margin-bottom: -210px !important;
    }

    .text-bold {
        font-size: 13px !important;
    }

    .popup-onceki {
        height: 80px;
        width: 10%;
        padding: 15px;
        top: 44%;
        border-radius: 0 30px 30px 0;
    }

    .popup-sonraki {
        height: 80px;
        width: 10%;
        padding: 15px;
        top: 44%;
        border-radius: 30px 0 0 30px;
    }

    .hizli-baglanti-container {
        top: 7px;
        right: 15%;
    }

    .hizli-baglanti {
        position: relative;
    }

        .hizli-baglanti i {
            font-size: 30px;
        }

    .search-icon-container {
        top: 7px;
        right: 21%;
    }

    .search-icon {
        position: relative;
        padding: 25px 20px;
    }

        .search-icon i {
            font-size: 30px;
        }

    .navbar {
        background-color: rgba(255, 255, 255, .9) !important;
        position: relative;
    }

    .slider-box {
        padding-top: 0 !important;
    }
}

@media screen and (max-width: 992px) {


    #recording {
        left: 43% !important;
    }

    .slider-onceki, .slider-sonraki {
        height: 100px;
    }

    .navbar .navbar-nav .nav-item a i {
        font-size: 20px;
    }

    .navbar-nav {
        text-align: left !important;
    }

    .nav-link span {
        font-size: 10px;
    }

    .ic-menu h5 {
        font-size: 14px;
        text-align: left !important;
    }


    .ic-menu a {
        font-size: 10px;
    }

    .hizli-absolute {
        position: absolute !important;
    }

    .carousel-control-prev, .carousel-control-next {
        height: 30px;
    }

    .carousel-caption h5 {
        font-size: 14px;
    }

    .carousel-caption p {
        font-size: 12px;
    }

    .carousel-item #player {
        height: 40vh;
        margin-top: 0;
        margin-bottom: -18.5px;
    }

    .duyurular-header hr {
        width: 55%;
    }

    .owl-nav {
        margin-top: -40%;
    }

    .haberler-header hr {
        width: 60%;
    }

    .haber-text {
        top: 86%;
        font-size: 22px;
        line-height: 24px;
    }

    .haber-small-text {
        top: 86%;
        font-size: 22px;
        line-height: 24px;
    }

    .etkinlikler-header hr {
        width: 50%;
    }

    .footer-resimler-icerik img {
        width: 25%;
        padding: 0 20px;
    }

    section.footer-info {
        padding-top: 0;
        padding-bottom: 0;
    }

    .footer-iletisim-bilgiler {
        padding-top: 0;
        padding-bottom: 40px;
    }

    .footer-deneme iframe {
        width: 100% !important;
        padding: 0 15px;
    }

    .haber-position-absolute {
        position: relative;
    }

    #alku-tanitim-header {
        margin-top: 0;
    }

    #alku-tanitim .nav-left {
        margin-bottom: 20px;
    }

    #duyuru-header {
        margin-top: 0;
    }

    .slider-box {
        padding-top: 0 !important;
    }

    .eski-site {
        display: none;
    }

    #Modal .modal-content {
        width: 90% !important;
        margin: 0 auto;
    }

    .popup-onceki {
        height: 80px;
        width: 10%;
        padding: 10px;
        top: 40%;
        border-radius: 0 30px 30px 0;
    }

    .popup-sonraki {
        height: 80px;
        width: 10%;
        padding: 10px;
        top: 40%;
        border-radius: 30px 0 0 30px;
    }

    .hizli-baglanti-container {
        right: 19%;
    }

    .search-icon-container {
        right: 27%;
    }
}

.sosyalMedyaAc {
    display: none;
}

@media screen and (max-width: 768px) {

    .sosyalMedyaKapat {
        display: none;
    }

    .sosyalMedyaAc {
        display: block;
    }

    .Facebook {
        display: none;
    }

    .X {
        display: none;
    }

    .Instagram {
        display: none;
    }

    .Youtube {
        display: none;
    }

    .LINKEDIN {
        display: none;
    }


    .carousel-control-prev-icon, .carousel-control-next-icon {
        height: 50px;
        width: 50px;
    }

    .slider-onceki-icon, .slider-sonraki-icon {
        height: 50px;
        width: 50px;
    }

        .slider-sonraki-icon:after {
            font-size: 30px;
        }

        .slider-onceki-icon:after {
            font-size: 30px;
        }

    .carousel-control-next-icon:after {
        font-size: 30px;
    }

    .carousel-control-prev-icon:after {
        font-size: 30px;
    }

    .carousel-item #player {
        height: 31vh;
        margin-bottom: -15px;
    }

    .duyurular-header hr {
        width: 40%;
    }

    .owl-nav {
        display: none !important;
    }

    .haberler-header hr {
        width: 50%;
    }

    .haber-text {
        top: 82%;
        font-size: 20px;
        line-height: 24px;
    }

    .haber-small-text {
        top: 82%;
        font-size: 20px;
        line-height: 24px;
    }

    .etkinlikler-header hr {
        width: 40%;
    }

    section.duyurular {
        padding: 30px 0 50px 0;
    }

    section.etkinlikler {
        padding: 30px 0 50px 0;
    }

    .position-add {
        padding-top: 50px;
        margin-bottom: 0 !important;
    }

    .position-etkinlikler {
        padding-top: 50px;
        margin-bottom: 0 !important;
    }

    .text-bold {
        font-size: 12px !important;
    }

    .h5-header {
        font-size: 15px !important;
    }

    .modal .modal-icerik {
        width: 104% !important;
    }

    .hizli-baglanti-container {
        right: 22%;
    }

    .search-icon-container {
        right: 34%;
    }
}

@media screen and (max-width: 576px) {
    .navbar-nav {
        text-align: center !important;
    }

    .slider-onceki, .slider-sonraki {
        height: 50px;
    }

    .slider-onceki-icon, .slider-sonraki-icon {
        height: 40px;
        width: 40px;
    }

        .slider-sonraki-icon:after {
            font-size: 25px;
        }

        .slider-onceki-icon:after {
            font-size: 25px;
        }

    .hizli-baglanti-main {
        top: 96px;
        padding-left: 0 !important;
    }

    .hizli-baglanti-icerik {
        border-left: none;
    }

    .carousel-item #player {
        height: 23vh;
        margin-bottom: -12.5px;
    }

    .duyurular-header h4 {
        font-size: 16px;
    }

    .duyurular-header a {
        font-size: 16px;
    }

    .duyurular-header hr {
        width: 27%;
    }

    .haberler-header h4 {
        font-size: 16px;
    }

    .haberler-header a {
        font-size: 16px;
    }

    .haberler-header hr {
        width: 30%;
    }

    .haber-text {
        top: 72% !important;
        font-size: 14px;
        line-height: 18px;
    }

    .haber-small-text {
        top: 72%;
        font-size: 14px;
        line-height: 18px;
    }

    .etkinlikler-header h4 {
        font-size: 16px;
    }

    .etkinlikler-header a {
        font-size: 16px;
    }

    .etkinlikler-header hr {
        width: 30%;
    }

    .footer-resimler-icerik img {
        width: 30%;
        padding: 0 15px;
    }

    .dropdown-menu {
        min-width: 200px !important;
    }

    .duyuru-cerceve .owl-carousel {
        width: 85% !important;
        margin: 0 auto;
    }

    .duyuru-box {
        padding: 5px 5px;
    }

    .carousel-item img {
        height: 22vh;
    }

    #Modal .modal-content img {
        width: 100% !important;
        height: 100% !important;
        margin: 0 auto;
    }

    .popup-onceki {
        height: 70px;
        width: 10%;
        padding: 10px;
        top: 35%;
        border-radius: 0 30px 30px 0;
    }

    .popup-sonraki {
        height: 70px;
        width: 10%;
        padding: 10px;
        top: 35%;
        border-radius: 30px 0 0 30px;
    }
}

#tablo {
    background-color: #f00; /*arka plan rengini atadık*/
    -moz-border-radius: 12px;
}
/*pagination*/
.pagination .disabled {
    margin-top: 0 !important;
}

.kvkk-icerik p, .kvkk-icerik h6 {
    font-size: 14px;
}

.kvkk-icerik h5 {
    font-size: 16px;
}

.modal .modal-icerik {
    width: 120%;
    margin: 0 auto !important;
}

.qr-text {
    text-transform: uppercase;
    color: #000;
    border: 2px solid #d1ad53;
    padding: 10px;
    transition: all .3s ease-in-out;
    font-weight: 500;
}

    .qr-text:hover {
        color: #fff;
        background-color: #d1ad53;
    }

.form-group {
    position: relative;
    margin-bottom: 1.5rem;
}

.form-control-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    padding: 7px 0 0 10px;
    transition: all 200ms;
    color: #1c407d;
    font-weight: 500;
    pointer-events: none !important;
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder,
.form-control:hover + .form-control-placeholder {
    font-size: 69%;
    transform: translate3d(0, -100%, 0);
    top: 10px;
    font-weight: 500;
}

.form-control {
    background: none;
    border: none;
    outline: none;
    border-bottom: 0.1rem solid #1c407d;
    min-width: 100%;
    max-width: 100%;
    padding: 1rem 0.5rem;
    color: #1c407d;
    margin-bottom: 1rem;
    font-weight: 500;
}

    .form-control:focus {
        background-color: transparent;
        outline: 0;
        border-bottom: 1px solid #1c407d;
        box-shadow: 0 0 0 0.2rem transparent
    }


.yuzuncu-yil-container {
    position: fixed;
    top: 0;
    z-index: 1030 !important;
    width: 21%;
}

/*@media screen and (max-width: 1600px) {
    .yuzuncu-yil-container {
        position: fixed;
        top: 80px;
        z-index: 1030 !important;
    }
}

@media screen and (max-width: 1200px) {
    .yuzuncu-yil-container {
        display: none;
    }
}*/
@media screen and (max-width: 1200px) {
    .navbar-brand1 img {
        display: none;
    }

    .navbar-brand img {
        display: block;
        width: 300px;
        padding: 15px 0;
    }
}

@media screen and (max-width: 576px) {

    .navbar-brand img {
        display: block;
        width: 210px;
        padding: 22px 0;
    }

    #recording {
        left: 35% !important;
    }
}



#searchContainer {
    background-color: #f5f6f7;
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100000000;
    font-family: 'Times New Roman';
    overflow-x: hidden;
    border-radius: 10px;
    border: 3px solid #9aa4b3;
}

    #searchContainer .card-body {
        padding: 5px;
    }

        #searchContainer .card-body p {
            margin: 0;
        }

    #searchContainer .form {
        position: relative;
    }

.fa-microphone-slash {
    color: red;
}

#recording {
    position: absolute;
    z-index: 999999999999999;
    top: 0;
    left: 47%;
}

/*#searchCloseButton {
    position: absolute;
    z-index: 999999999999999;
    top: 0;
    right: 27%;
    color: #d1ad53;
    cursor: pointer;
    padding-top: 20px;
}*/

#searchContainer #haberContainer a {
    text-decoration: none;
    color: #000000;
    font-weight: 500;
}

#searchContainer #haberContainer .card-body {
    padding: 15px 5px;
}

#searchContainer #duyuruContainer a {
    text-decoration: none;
    color: #000000;
    font-weight: 500;
}

#searchContainer #duyuruContainer .card-body {
    padding: 15px 5px;
}


#searchContainer .form .fa-search {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #9ca3af;
}

#searchContainer .form span {
    position: absolute;
    right: 17px;
    top: 13px;
    padding: 2px;
    border-left: 1px solid #d1d5db;
}

#searchContainer .left-pan {
    padding-left: 7px;
}

    #searchContainer .left-pan i {
        padding-left: 10px;
    }

#searchContainer .form-input {
    height: 55px;
    text-indent: 33px;
    border-radius: 10px;
    border: 1px solid #ced4da;
    background-color: #fff;
}

    #searchContainer .form-input:focus {
        box-shadow: none;
        border: none;
    }

.maskSearch {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(4px);
    display: none;
    z-index: 10255;
}
