body#home {
    background-color: #f9f9fc;
}

body#home #body-content-wrapper {
    padding-left: 0;
    padding-right: 0;
}

body#home .dergipark_search {
    padding: 1rem
}

body#home #dergipark_search_footer {
    padding: 0.5rem !important;
    width: auto !important;
    margin: 0 1.5rem;
    text-align: center;
    color: #fff;
}

body#home #announcement {
    color: rgba(37, 51, 70, 0.72);
}

@media (max-width: 649px) {
    body#home .dergipark_logo {
        display: none;
    }

    body#home #dergipark_search_footer {
        display: none;
    }

    body#home #header-band {
        width: 100%;
        background-color: #DAD9D4;
    }

    body#home #announcement {
        display: none;
    }
}

@media (min-width: 650px) {
    body#home .dergipark_logo {
        display: none;
    }

    body#home .dergipark_search {
        max-width: 750px;
    }

    body#home #header-band {
        width: 100%;
        background-color: #e5e4e2;
    }

    body#home #announcement {
        display: none;
    }

}


@media (max-width: 1100px) {
    body#home .navbar-fixed-top{
        background-color: white;
    }
}

@media (min-width: 1270px) {
    body#home .navbar-fixed-top{
        background-color: transparent;
        border-bottom: 0px solid;
    }
}

@media (min-width: 1100px) {
    body#home .dergipark_logo {
        display: block;
        padding: 90px 0 0 13%;
    }

    body#home #header-band {
        background: linear-gradient(rgba(170, 170, 170, 0.24), rgba(26, 140, 166, 0.24)),url(/zollu/images/dp-bisiklet.png);
        background-repeat: no-repeat;
        background-position: center;
        min-height: 600px;
        position: relative;
    }



    body#home #announcement {
        display: block;
        padding: 150px 0 0 14%;
        max-width: 450px;
        background-color: rgba(205, 205, 205, 0.01);
        font-size: 1.5rem;
    }

    body#home #announcement .announcement-content {
        font-size: 1.3rem;
        max-width: 730px;
        margin: auto;
    }

    body#home #announcement-content h3 {
        font-size: 1.75rem;
        font-weight: bold;
    }

    body#home .dergipark_search {
        margin-top: 40px !important;
    }

    body#home .kt-blog-grid-v2__title > h3 {
       color: #a2083d !important
    }
}

@media (min-width: 1400px) {
    body#home #announcement {
        max-width: 700px;
    }
}

@media (min-width: 1700px) {
    body#home #announcement {
        max-width: 900px;
    }
}

@media (min-width: 2000px) {
    body#home #announcement {
        max-width: 1100px;
    }
}

body#home .journal-subjects a.nav-link {
    color: #000;
}

body#home .journal-subjects a.nav-link:hover {
    color: #2739c1;
}

body#home #home-search-btn i {
    color: white;
    line-height: 0;
    font-size: 1.4rem;
    margin-left: -2px;
    margin-top: -3px;
}

body#home #home-search-btn {
    background-color: #a2083d !important;
    color: #ffffff !important;
    border-color: #a2083d !important;
    width: 39px;
}

body#home #journal-desk-science {
    padding: 30px 4% 30px;
}

body#home #journal-desk-social {
    background-color: whitesmoke;
    padding: 30px 4% 30px;
}

body#home #journal-desk .card-deck {
    padding-top: 10px;
}

body#home .rounded-bottom {
    border-bottom-left-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important
}

body#home #thanks_widget {
    background-color: #0f8ec7;
    background-image: linear-gradient(-225deg, #2eb7ce, #4296cb);
    min-height: 300px;
    margin: unset;
}

body#home #thanks_widget .carousel-inner {
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
}

body#home #thanks_widget .kt-slider__head {
    margin-bottom: 0;
}

body#home #thanks_widget .kt-heading {
    font-weight: 600;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-transform: unset;
    text-align: center;
    padding-top: 1%;
    font-size: larger;
    color: #316387;
}

body#home #thanks_widget .thanks_arrows {
    background-color: #4296cb;
}

body#home #thanks_widget .kt-slider__nav-next,
body#home #thanks_widget .kt-slider__nav-prev {
    background-color: #4296cb;
    position: relative;
    opacity: 1;
    width: 2rem;
    height: 2rem;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

body#home #thanks_widget .kt-slider__nav-next:hover,
body#home #thanks_widget .kt-slider__nav-prev:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #2eb7ce;
}

body#home #thanks_widget .kt-widget-14__desc {
    font-weight: 400;
    padding-right: 0.5rem;
    color: white;
    font-family: Maison Neue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
    font-size: 2rem;
}

body#home .iconbox_statistics {
    background-color: rgba(205, 205, 205, 0.52);
    padding: 0 3% 0% 3%;
    font-size: larger;
}

body#home .icon_link_head {
    color: #646c9a;
    padding-top: 20px;
    padding-bottom: 20px;
}

body#home .explore_journals {
    padding: 1% 4% 1%;

}

@media (min-width: 1800px) {
    body#home .kt-blog-list__head {
        min-height: 65rem;
    }
}

body#home .kt-blog-list .kt-blog-list__head {
    margin-top: 2%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
}

body#home .kt-blog-list .kt-blog-list__head .kt-blog-list__link {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

body#home .kt-blog-list .kt-blog-list__head .kt-blog-list__link .kt-blog-list__image {
    width: 100%;
    height: 100%;
    opacity: 0;
}


body#home .kt-blog-list .kt-blog-list__body .kt-blog-list__content {
    line-height: 2.4rem;
    margin-bottom: 1.7rem;
    font-size: 1.2rem;
    font-weight: 400;
    word-wrap: break-word;
    color: rgba(37, 51, 70, 0.72);
}

body#home .kt-blog-list .kt-blog-list__body .kt-blog-list__link .kt-blog-list__title {
    font-weight: 600;
    color: rgba(37, 51, 70, 0.72);
    margin-bottom: 1rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

body#home .kt-blog-list .kt-blog-list__body .kt-blog-list__link {
    font-weight: 500;
    color: #0b58a2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media (min-width: 1540px) {
    body#home .kt-container {
        width: 1380px;
        margin: 0 auto;
    }

    body#home .kt-page--fluid .kt-container {
        width: auto;
        margin: 0 80px;
        -webkit-box-flex: 1;
        flex-grow: 1;
        padding: 0;
    }

    body#home .kt-body {
        background: #f9f9fc;
        -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.02);
        box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.02);
        position: relative;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    body#home .kt-portlet--sticky .kt-portlet.kt-portlet--sticky .kt-portlet__head {
        width: 1320px;
    }

    body#home .kt-portlet--sticky.kt-aside--enabled .kt-portlet.kt-portlet--sticky .kt-portlet__head {
        width: 1075px;
    }

    body#home .kt-portlet--sticky.kt-page--fluid .kt-portlet.kt-portlet--sticky .kt-portlet__head {
        width: auto !important;
        right: 110px;
        left: 110px;
    }

    body#home .kt-portlet--sticky.kt-page--fluid.kt-aside--enabled .kt-portlet.kt-portlet--sticky .kt-portlet__head {
        right: 355px;
    }
}

@media (max-width: 2400px) {
    body#home .kt-container {
        width: 100%;
        padding: 0 10px;
    }

    body#home .kt-subheader {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 769px) {
    body#home .dergipark_texts_pr {
        padding-right: 4%;
    }

    body#home .dergipark_texts_pl {
        padding-left: 4%;
    }
}

body#home .dp_stats {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 2.5rem;
}

body#home .showcase-img {
    width: 100%;
    height: auto;
}

body#home .journal-subjects .journal-subjects-dropdown {
    display: none;
}

@media (max-width: 1023px) {
    body#home .journal-subjects .journal-subjects-list {
        display: none;
    }

    body#home .journal-subjects .journal-subjects-dropdown {
        display: inline-block;
    }
}

body#home .swal2-popup.swal2-modal.swal2-show {
    width: 50em;
}
