/* Navigation Menu Start */

.position-nav {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}

.navbar-brand img {
    width: 200px;
}

#mainNav {
    background-color: transparent;
}

.hizli-baglanti {
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    padding: 15px 10px;
    color: #fff;
}

.animate__animated.animate__heartBeat {
    animation-iteration-count: 10;
}

.hizli-baglanti:hover {
    color: #d1ad53;
}

.hizli-baglanti i {
    font-size: 40px;
}

/* Navigation Menu End */

/* Inside Hero Section Start */

.section-box {
    padding: 55px 0;
}

.page-image {
    display: table;
    width: 100%;
}

.page-image-akademik {
    background: linear-gradient(to right, rgba(28, 64, 125, .8), rgba(28, 64, 125, .5)), url("../images/bg-bw.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.page-title {
    font-family: 'Raleway', sans-serif;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 25px;
    font-weight: 300;
    color: #fff;
    text-shadow: 3px 3px 3px #000;
}

/* Inside Hero Section End */

/* Alkü Tanıtım Header Section */
#alku-tanitim-header {
    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: 40px;
    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;
}

.aktif-nav {
    color: #d1ad53 !important;
}

.bolum-left-nav h5 {
    color: #d1ad53;
}

.bolum-left-nav ul {
    list-style: none;
}

.bolum-left-nav .ul-container {
    padding: 20px 0 10px 0;
    border: 2px solid #36c4e5;
    border-radius: 10px;
    margin-bottom: 10px;
    font-family: 'Raleway', sans-serif;
}

    .bolum-left-nav .ul-container a {
        text-decoration: none;
        color: #1c407d;
        font-size: 16px;
        line-height: 26px;
        transition: all .2s ease-in-out;
        margin-left: -13px;
    }

        .bolum-left-nav .ul-container a:hover {
            color: #d1ad53;
        }

#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;
}

.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;
        }


.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;
}
/* Alt Menü Section Start */

#alt-menu {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url("../images/bg-altmenu.png");
    border-bottom: 5px solid #d1ad53;
}

    #alt-menu .ilk-menu {
        background-color: rgba(255, 255, 255, .9);
    }

.ilk-menu a {
    transition: all .3s ease-in-out;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
}

    .ilk-menu a:hover {
        background-color: #d1ad53;
        color: #fff !important;
    }

#alt-menu .navbar-nav .nav-item .nav-link {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    transition: all .2s ease-in-out;
    letter-spacing: .6px;
    margin-bottom: -15px;
    padding-bottom: 15px;
}

#alt-menu .navbar-nav .nav-item:hover .nav-link {
    color: #d1ad53;
}

#alt-menu .navbar-toggler {
    position: absolute;
    right: 30px;
    top: -80px;
    z-index: 100000000;
    background-color: #d1ad53;
    color: #fff;
}

    #alt-menu .navbar-toggler i {
        font-size: 28px;
    }

#alt-menu .navbar-nav .nav-item .nav-link i {
    font-size: 22px;
}

#alt-menu .dropdown:hover .ilk-menu {
    display: block;
}

#alt-menu .dropdown-menu {
    margin-top: 15px;
    border-radius: 0;
    background-color: rgba(255, 255, 255, .9);
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: -24px;
        left: 100%;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -15px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
        }

/* Alt Menü Section End */

/* Slider Section Start */

.video-container {
    position: relative;
    height: 600px;
    overflow: hidden;
}

.video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(19,41,61,0.6);
}

    .overlay .row-box {
        padding: 40px 0 50px 0;
    }

    .overlay .col-box {
        padding-bottom: 40px;
    }

.media-image {
    background-color: #1c407d;
    padding: 15px;
    margin-right: 10px;
    transition: all ease-in-out .3s;
    border: 3px solid #fff;
}

.overlay .col-box a:hover .media-image {
    background-color: #d1ad53;
}

.media-image i {
    font-size: 30px;
}

/* Slider Section End */

/* Hızlı Bağlantı İçerik Start */

.slider-box {
    position: relative;
}

.hizli-baglanti-main {
    position: absolute;
    right: 0;
    top: 110px;
    z-index: 20;
}

.hizli-baglanti-icerik {
    background-color: rgba(45, 44, 44, .8);
    width: 100%;
    height: 100vh;
    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;
    }

.social-media {
    width: 100%;
    max-height: 10vh;
}

    .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;
        }

/* Hızlı Bağlantı İçerik End */

/* Box-Container Start */

#box-container {
    padding-top: 40px;
    padding-bottom: 30px;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .5)), url("../images/bg-news.png");
}

    #box-container .box-content {
        background-color: #efefef;
        color: #000;
        text-align: center;
        padding: 20px 10px;
        transition: all .3s ease-in-out;
        box-shadow: 2px 2px 2px 2px #1c407d;
    }

        #box-container .box-content:hover {
            background-color: #d1ad53;
            color: #fff;
        }

.aktif-link-css {
    background-color: #d1ad53 !important;
    color: #fff !important;
}

/* Box-Container End */

/* Haberler-Duyurular-Etkinlikler Section Start */

section#haber-duyuru {
    padding: 40px 0 35px 0;
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url("../images/bg-events.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.owl-dots {
    text-align: center;
    padding-top: 5px;
}


    .owl-dots button.owl-dot {
        width: 35px;
        height: 15px;
        border-radius: 35%;
        display: inline-block;
        background: #fff;
        margin: 0 5px;
    }

    .owl-dots .active {
        background: #1c407d !important;
    }

.haberler-header {
    font-family: 'Raleway', sans-serif;
    padding-bottom: 20px;
    font-weight: 700;
    color: #fff;
}

.img-wrap a {
    text-decoration: none;
    color: #000;
}

.img-wrap .card {
    border: 5px solid #d1ad53;
}

.img-wrap .card-body {
    border-top: 5px solid #d1ad53;
}

/* Duyurular Section */

#duyurular {
    padding: 40px 0 35px 0;
}

.content-header {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    color: #d1ad53;
    padding-bottom: 20px;
    font-weight: 700;
    text-align: center;
}

.duyuru-header {
    font-family: 'Raleway', sans-serif;
    background-color: rgba(28, 64, 125, 1);
    color: #fff;
    line-height: 24px;
    padding: 15px 30px;
    position: relative;
    border: 1px solid #1c407d;
    transition: all .3s ease-in-out;
}

#duyuru-header {
    padding: 25px 0;
    background-color: #36c4e5;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.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 .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;
}

.duyuru-header strong {
    font-size: 32px;
}

.duyuru-header b {
    text-transform: uppercase;
    font-size: 20px;
}

.duyurular-items ul li {
    margin-bottom: 10px;
    box-shadow: 3px 3px #f7f7f7;
}

.duyurular-items .media-body {
    padding: 0 15px;
    text-transform: uppercase;
}

    .duyurular-items .media-body h5 {
        font-size: 16px;
    }

.duyurular-items ul a {
    text-decoration: none;
    color: #000;
    transition: all .3s ease-in-out;
}

    .duyurular-items ul a:hover .duyuru-header {
        background-color: #fff;
        color: #d1ad53;
        border: 1px solid #d1ad53;
    }

.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-Duyurular-Etkinlikler Section End */


/* 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 */

.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%);
}

/* Mask Section Start */

.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 16;
    background-color: rgba(0, 0, 0, .4);
}

/* Mask Section End */

/* Footer Section Start */

#footer-icerik {
    background-color: rgba(28, 64, 125, 1);
    padding-top: 40px;
}

    #footer-icerik h5 {
        font-family: 'Raleway', sans-serif;
        text-transform: uppercase;
        color: #fff;
    }

.footer-iletisim i {
    font-size: 32px;
    color: #fff;
    transition: all .3s ease-in-out;
}

    .footer-iletisim i:hover {
        color: #d1ad53;
    }

.footer-iletisim span {
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    color: #fff;
}

.footer-sosyal {
    text-align: right;
}

    .footer-sosyal ul {
        padding: 50px 0;
    }

        .footer-sosyal ul li {
            padding: 0 0 0 40px;
        }

            .footer-sosyal ul li a {
                text-decoration: none;
                color: #fff;
                transition: all .3s ease-in-out;
            }

                .footer-sosyal ul li a:hover {
                    color: #d1ad53;
                }

                .footer-sosyal ul li a i {
                    font-size: 40px;
                }

.footer-altyazi {
    text-align: center;
    color: #fff;
    padding-top: 20px;
    font-family: 'Raleway', sans-serif;
}

/** CONTACT SECTION **/

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;
}

.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;
}


#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: white;
    border: none;
}

#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 */
    }

.accordionHeaderBox h5 {
    color: #36c4e5;
    font-size: 16px;
    padding-top: 10px;
    font-weight: 500;
}

.accordionHeaderBox hr {
    background-color: #36c4e5;
}


.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 */
    }

.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);*/
    }

.accordion .card {
    /*border-radius: 8px;*/
    border: 1px solid #e0e0e0;
    /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);*/
   
}








/* Footer Section End */

@media screen and (max-width: 1700px) {
}

@media screen and (max-width: 1400px) {
    .duyuru-text-link {
        font-size: 12px;
    }
}

@media screen and (max-width: 1200px) {
    .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;
    }

    .duyuru-text-link {
        font-size: 14px;
    }

    #haber-duyuru .col-xl-4 {
        margin-bottom: 20px;
    }

    .slide-right:hover {
        box-shadow: inset 1200px 0 0 0 #ececec;
    }

    .overlay .row-box {
        padding: 40px 0 50px 0;
    }

    .overlay .col-box {
        padding-bottom: 20px;
    }

    .video-container {
        position: relative;
        height: 650px;
        overflow: hidden;
    }
}

@media screen and (max-width: 992px) {
    .section-box {
        padding: 100px 0;
    }

    #navbar-click-button {
        position: absolute;
        top: 40px;
        right: 30px;
        z-index: 1000;
    }

    .hizli-erisim {
        position: absolute;
        top: 10px;
        right: 60px; /* Butondan biraz boşluk bırak */
        z-index: 999;
    }

    .page-title {
        font-size: 20px;
        line-height: 20px;
    }

    .hizli-baglanti {
        position: absolute;
        right: 80px;
        top: 29px;
    }


    .hizli-baglanti-main {
        top: 200px;
    }

    .carousel-control-prev, .carousel-control-next {
        height: 100px;
    }

    .carousel-caption h5 {
        font-size: 14px;
    }

    .carousel-caption p {
        font-size: 12px;
    }

    #footer-icerik h5 {
        text-align: center;
    }

    .footer-iletisim {
        margin-bottom: 20px;
    }

    .footer-sosyal {
        text-align: center;
    }

        .footer-sosyal ul {
            padding: 20px 0;
            margin-left: -35px;
            margin-bottom: 0;
        }
}



@media screen and (max-width: 768px) {
    .hizli-baglanti-main {
        padding-left: 0 !important;
    }

    .hizli-baglanti-icerik {
        border-left: none;
    }

    .carousel-control-prev-icon, .carousel-control-next-icon {
        height: 50px;
        width: 50px;
    }

        .carousel-control-next-icon:after {
            font-size: 30px;
        }

        .carousel-control-prev-icon:after {
            font-size: 30px;
        }

    .video-container {
        position: relative;
        height: 1140px;
        overflow: hidden;
    }

    .modal .modal-icerik {
        width: 104% !important;
    }
}

@media screen and (max-width: 576px) {
    .page-title {
        font-size: 14px;
        line-height: 14px;
    }

    .carousel-control-prev, .carousel-control-next {
        height: 50px;
    }

    .carousel-control-prev-icon, .carousel-control-next-icon {
        height: 40px;
        width: 40px;
    }

        .carousel-control-next-icon:after {
            font-size: 25px;
        }

        .carousel-control-prev-icon:after {
            font-size: 25px;
        }

    .video-container {
        position: relative;
        height: 1220px;
        overflow: hidden;
    }
}

.kvkk-icerik p, .kvkk-icerik h6 {
    font-size: 14px;
}

.kvkk-icerik h5 {
    font-size: 16px;
}

.modal .modal-icerik {
    width: 120%;
    margin: 0 auto !important;
}

.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
    }

section#etkinlikler {
    background-color: #f4f4f4;
    padding-bottom: 40px;
}

.etkinlikler-items {
    position: relative;
    color: #fff;
}

.etkinlik-altyazi {
    position: absolute;
    background-color: #1c407d;
    font-family: 'Raleway', sans-serif;
    top: 70%;
    width: 100%;
    height: 30%;
    font-weight: 700;
    padding: 10px;
    text-shadow: 3px 3px 3px #000;
    text-align: center;
}

.etkinlik-tarih {
    background-color: #d1ad53;
    width: 50%;
    margin: 0 auto;
    margin-top: -10px;
    margin-bottom: 15px;
    border-radius: 0 0 10px 10px;
}

paylas-medya a span {
    vertical-align: top;
}

.paylas-medya a {
    text-decoration: none;
    transition: all .3s ease-in-out;
    display: inline-block;
}


    .paylas-medya a::after {
        content: '';
        width: 0px;
        height: 1px;
        display: block;
        background: #1c407d;
        transition: 300ms;
    }

    .paylas-medya a:hover::after {
        width: 100%;
    }

.space-br {
    display: none;
}
