* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: 'Montserrat', sans-serif;
}

:root {
    --color-black: #2e2e2e;
    --color-white: #fff;
    --color-koyukırmızı: #8f1b1c;
    --color-kırmızı: #bf242a;
    --color-gray: #e9e9e9;
}

video {
    width: 100%;
    height: 100%
}

.redLine {
    height: 2px;
    border: 1px solid red;
    display: block;
}

.greenLine {
    height: 2px;
    border: 1px solid green;
    display: block;
}

/* SCROLL TOP BTN */
#btn-back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: block;
    z-index: 999;
}


/* TOP BAR */

.top-bar {
    padding-top: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.top-bar-cizgi {
    border-bottom: 2px solid var(--color-black) !important;
    width: 100%;
}

.top-bar ul {
    font-size: 11px;
    line-height: 13px;
    margin-top: 15px;
}

.top-icon {
    font-size: 25px;
    margin: 12px;
}

.cizgi-dikey {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid var(--color-black);
    height: 3rem;
    margin-left: 1rem;
}

nav {
    position: relative;
    display: flex;
    max-width: calc(100% - 200px);
    margin: 0 auto;
    height: 70px;
    align-items: center;
    justify-content: space-between;
}

    nav .content {
        display: flex;
        align-items: center;
    }

.content .logo a {
    color: var(--color-black);
    font-size: 30px;
    font-weight: 600;
}

.content .links li {
    list-style: none;
    line-height: 70px;
}

    .content .links li a,
    .content .links li label {
        color: var(--color-black);
        font-size: 18px;
        font-weight: 500;
        padding: 7px 17px;
        border-radius: 5px;
        transition: all 0.3s ease;
    }

    .content .links li label {
        display: none;
    }

.top-bar .search-icon,
.top-bar .menu-icon {
    color: var(--color-black);
    font-size: 18px;
    cursor: pointer;
    line-height: 70px;
    width: 70px;
    text-align: center;
}

.menu-icon {
    display: none;
}

#show-search:checked ~ .search-icon i::before {
    content: "\f00d";
}

.search-box {
    position: absolute;
    height: 100%;
    max-width: calc(100% - 50px);
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}

#show-search:checked ~ .search-box {
    opacity: 1;
    pointer-events: auto;
}

.search-box input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 17px;
    color: var(--color-black);
    background: var(--color-white);
    padding: 0 100px 0 15px;
}

    .search-box input::placeholder {
        color: var(--color-black);
    }

.search-box .go-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 60px;
    width: 70px;
    background: var(--color-white);
    border: none;
    outline: none;
    color: var(--color-black);
    font-size: 20px;
    cursor: pointer;
}

.top-bar input[type="checkbox"] {
    display: none;
}

#clock {
    font-size: 15px;
}

.clock {
    margin: 0.5rem;
    display: flex;
}

/* TOP IMAGES */

.top-logo img {
    display: block;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
    .top-logo img {
        display: block;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

/*Navigation*/
#page-content-wrapper {
    margin-bottom: -1rem;
}

.smartnav .main_nav_cover {
    border: 0;
}

.main_nav_cover #main-menu {
    padding: 0;
    text-align: center;
    color: var(--color-black);
    font-family: 'Montserrat', sans-serif;
}

    .main_nav_cover #main-menu li {
        line-height: 40px;
        padding: 0 5px;
        display: inline-block;
        position: relative;
    }

        .main_nav_cover #main-menu li a {
            font-size: 14px;
            font-weight: 600;
            padding: 0;
            position: relative !important;
            color: var(--color-black);
            text-decoration: none;
        }

        .main_nav_cover #main-menu li ul.sub-menu a {
            text-transform: none;
            text-decoration: none;
        }

ul.sub-menu {
    display: none;
    margin-left: 15px;
    z-index: 9999;
}

.main_nav_cover ul.sub-menu {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    display: none;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 100;
}

.main_nav_cover .menu-item-has-children ul.sub-menu a::before {
    content: none;
}

.main-nav ul li ul.sub-menu li ul.sub-menu {
    left: 100%;
    padding: 0;
    top: 0 !important;
    transform: none;
}

.main_nav_cover ul.sub-menu li ul.sub-menu {
    border-top: 1px solid !important;
}

#sidebar-wrapper .menu-item-has-children a::before {
    color: #888;
    content: "\f078";
    font-family: FontAwesome;
    font-size: 10px;
    position: absolute;
    right: 10px;
    top: 5px;
}

#sidebar-wrapper .menu-item-has-children ul.sub-menu a::before {
    content: none;
}

.main_nav_cover ul.sub-menu {
    border-top: 0 none;
    margin-left: 0;
    min-width: 350px;
    border: 1px solid;
    z-index: 9999;
}

.main_nav_cover #main-menu li ul.sub-menu li {
    border-bottom: 1px solid;
    display: inline-block;
    line-height: 35px;
    padding: 0;
}

    .main_nav_cover #main-menu li ul.sub-menu li:last-child {
        border: none;
    }

ul.sub-menu a::before {
    content: none;
}

.smartnav {
    background: #fff none repeat scroll 0 0 !important;
    border-radius: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    left: 0;
    text-align: center;
    z-index: 900;
}

/* NAVIGATION BAR */

.menu-cizgi-ust {
    border-bottom: 1px solid var(--color-black);
    display: block;
    width: 100%;
}

.menu-cizgi-alt {
    border-bottom: 4px solid var(--color-black);
    display: block;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .menu-cizgi-alt {
        margin-top: 1rem;
    }
}

.menu-cizgi {
    border-left: 2px solid var(--color-black);
    display: block;
    margin-left: 6rem;
}

.nav-bar {
    display: flex;
    justify-content: center;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    gap: 5px;
    margin-bottom: 0rem;
}

.nav-item a {
    color: var(--color-black);
    font-weight: 600;
    position: relative;
    text-decoration: none;
}

    .nav-item a:hover {
        color: var(--color-koyukırmızı);
        transition: all 0.3s ease;
    }


/* .nav-item a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 5px;
    background-color: var(--color-koyukırmızı);
    bottom: 5px;
    left: 0;
    transform-origin: center;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
    font-weight: 800;
}

.nav-item a:hover::before {
    transform-origin: center;
    transform: scaleX(1);
}

.nav-item a::after {
    position: relative;
    width: 100%;
    height: 2px;
    border-radius: 5px;
    background-color: var(--color-koyukırmızı);
    bottom: 0;
    left: 0;
    transform-origin: center;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}

.nav-item a:hover::after {
    transform-origin: center;
    transform: scaleX(1);
} */


/* CONTENT */

.kucuk-baslik-cizgili {
    font-size: 20px;
    border-top: 6px solid var(--color-koyukırmızı);
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.kucuk-baslik {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.haber-1 h4,
.haber-1-detay h4,
.haber-2 h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-align: left;
    font-size: 1.2rem;
}

.haber-1 a,
.haber-1-detay a,
.haber-2 a {
    color: var(--color-black);
    text-decoration: none;
}

    .haber-1 a:hover,
    .haber-1-detay a:hover,
    .haber-2 a:hover {
        color: var(--color-koyukırmızı);
        transition: all 0.2s ease;
    }

.haber-1 span,
.haber-1-detay span,
.haber-2 span {
    font-weight: 600;
    color: var(--color-koyukırmızı);
}

.haber-1 img {
    width: 100%;
    margin-top: 1rem;
    border-radius: 20px;
}

.haber-1-detay img {
    width: 100%;
    margin-top: 1rem;
    height: auto;
}

    .haber-1 img:hover,
    .haber-1-detay img:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

.haber-1 p,
.haber-1-detay p,
.haber-2 p {
    font-family: 'Montserrat', sans-serif;
    margin-top: 2rem;
}

.haber-alti-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--color-black);
    text-decoration: none;
}

.haber-2 ul li {
    margin-left: -2rem;
}

.haber-alti-info {
    display: flex;
}

.nav-keywords {
    display: flex;
}

    .nav-keywords a {
        display: flex;
        margin-top: 1rem;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        font-size: 15px;
        font-weight: 500;
        color: var(--color-black);
    }

        .nav-keywords a:hover {
            color: var(--color-koyukırmızı);
            transition: all 0.2s ease;
        }

.haber-alti-icon i {
    display: inline-flex;
    margin-top: 1.7rem;
    color: var(--color-koyukırmızı);
}

    .haber-alti-icon i:hover {
        color: var(--color-kırmızı);
        transition: all 0.2s ease;
    }

.haber-alti-link:hover {
    color: var(--color-koyukırmızı);
    transition: all 0.2s ease;
}

.back-haber-detay {
    background: #d9d9d9;
    border-radius: 25px;
    padding: 1rem;
}

.kucuk-baslik-cizgili-detay {
    font-size: 20px;
    border-bottom: 6px solid var(--color-koyukırmızı);
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    width: 50px;
}

.foto-haber .kirmizi-kucuk-baslik {
    color: var(--color-koyukırmızı);
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.foto-haber .gri-kucuk-baslik {
    font-family: 'Montserrat', sans-serif;
}

.foto-haber h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.15rem;
}

.foto-haber p {
    font-family: 'Montserrat', sans-serif;
}

.foto-haber img {
    width: 100%;
    border-radius: 25px;
    margin-top: 1rem;
}

    .foto-haber img:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

.foto-haber a {
    color: var(--color-black);
    text-decoration: none;
}

    .foto-haber a:hover {
        color: var(--color-koyukırmızı);
        transition: all 0.2s ease;
    }

.haber-3 {
    display: flex;
    gap: 1rem;
}

.haber_block {
    margin: 4rem 0;
}

.kirmizi-kucuk-baslik {
    color: var(--color-koyukırmızı);
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.col .haber-hatti {
    margin-top: 1rem;
}

.haber-hatti .gri-kucuk-baslik {
    font-family: 'Montserrat', sans-serif;
}

.haber-hatti h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 2rem;
}

.haber-hatti a {
    color: var(--color-black);
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
}

    .haber-hatti a:hover {
        color: var(--color-koyukırmızı);
        transition: all 0.2s ease;
    }

.haberin-arkasi-baslik {
    margin-top: 2rem;
    font-family: 'Montserrat', sans-serif;
}

    .haberin-arkasi-baslik h3 {
        color: var(--color-koyukırmızı);
        font-size: 30px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
    }

    .haberin-arkasi-baslik a {
        text-decoration: none;
        color: var(--color-black);
    }

        .haberin-arkasi-baslik a:hover {
            color: var(--color-koyukırmızı);
            transition: all 0.2s ease;
        }

.haberin-arkasi a {
    color: var(--color-black);
    text-decoration: none;
}

    .haberin-arkasi a:hover {
        color: var(--color-koyukırmızı);
        transition: all 0.2s ease;
    }

.haberin-arkasi img {
    width: 100%;
    border-radius: 25px;
    margin: 1.5rem 0;
    height: 250px;
    object-fit: cover;
    position: initial;
}

    .haberin-arkasi img:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

.haberin-arkasi .gri-kucuk-baslik {
    font-family: 'Montserrat', sans-serif;
}

.haberin-arkasi h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.haberin-arkasi {
    margin-bottom: 3rem;
}

/* KONUSMA NOTLARI */
.konusma-notlari-baslik {
    font-family: 'Montserrat', sans-serif;
}

    .konusma-notlari-baslik h3 {
        color: var(--color-koyukırmızı);
        font-size: 30px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
    }

.konusma-notlari img {
    width: 100%;
    border-radius: 25px;
    filter: brightness(50%);
    height: 250px;
    object-fit: cover;
    position: initial;
}

.konusma-notlari a {
    text-decoration: none;
}

.text-block {
    color: var(--color-white);
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
}

/* FOOTER AREA */

.footer-area {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--color-black);
}

.footer-logo {
    position: relative;
    top: 34px;
    text-align: center;
}

    .footer-logo img {
        width: 300px;
        margin-top: 10px;
        margin-bottom: -18px;
    }

@media screen and (max-width: 600px) {
    .footer-logo img {
        width: 200px;
        margin-top: 10px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 991px) {
    .footer-logo img {
        width: 250px;
        margin-top: 10px;
        margin-bottom: -9px;
    }
}

.footer-back {
    background-color: var(--color-black);
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-baslik {
    color: var(--color-white);
    font-weight: 600;
    position: relative;
    text-decoration: none;
    font-size: 18px;
}

.footer-area a {
    color: var(--color-white);
    font-weight: 600;
    position: relative;
    text-decoration: none;
}

    .footer-area a:hover {
        color: var(--color-koyukırmızı);
        transition: all 0.2s ease;
    }

.footer-item {
    line-height: 2rem;
}

.footer-4 {
    margin-top: 1rem;
}

.footer-icons {
    font-size: 2rem;
    color: var(--color-black);
    padding-top: 20px;
}

    .footer-icons i:hover {
        color: var(--color-koyukırmızı);
        transition: all 0.2s ease;
    }

/* RESPONSIVE TOP BAR */
@media screen and (max-width: 1250px) {
    .top-bar nav {
        max-width: 100%;
    }

    nav .content .links {
        margin-left: 30px;
    }

    .content .links li a {
        padding: 8px 13px;
    }

    .top-bar .search-box input {
        padding: 0 100px 0 15px;
    }

    .text-block {
        color: var(--color-white);
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: 15px;
    }

    .etiket {
        margin-left: -3rem;
    }
}

@media screen and (max-width: 900px) {
    .top-bar .menu-icon {
        display: block;
    }

    .top-bar #show-menu:checked ~ .menu-icon i::before {
        content: "\f00d";
    }

    nav .content .links {
        display: block;
        position: fixed;
        background: #14181f;
        height: 100%;
        width: 100%;
        top: 70px;
        left: -100%;
        margin-left: 0;
        max-width: 350px;
        overflow-y: auto;
        padding-bottom: 100px;
        transition: all 0.3s ease;
    }

    nav #show-menu:checked ~ .content .links {
        left: 0%;
    }

    .content .links li {
        margin: 15px 20px;
    }

        .content .links li a,
        .content .links li label {
            line-height: 40px;
            font-size: 20px;
            display: block;
            padding: 8px 18px;
            cursor: pointer;
        }

            .content .links li a.desktop-link {
                display: none;
            }

    .etiket {
        margin-left: -3rem;
    }
}

@media screen and (max-width: 600px) {
    .cizgi-dikey {
        margin-left: 7px;
    }

    #clock {
        font-size: 12px;
    }

    .haber-alti-icon {
        display: flex;
    }

    .nav-keywords {
        padding-left: 0;
    }

    .etiket {
        margin-left: -1rem;
    }

    .haber_block {
        margin: 0;
    }
}

.wrap__section {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .wrap__section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.title-head h3 {
    text-transform: capitalize;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 35px;
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .title-head h3 {
        font-size: 23px;
    }
}

.title-head h3:before {
    margin-right: 15px;
}

.title-head h3:after {
    margin-left: 15px;
}

.article__entry-new {
    position: relative;
}

.article__bottom {
    margin-bottom: 30px;
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .article__bottom {
        margin-top: 30px;
    }
}

.article__entry {
    display: inline-block;
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .article__entry .article__image {
        flex: 1 0 8rem;
        margin: 0 !important;
    }
}

.article__entry .article__image img {
    height: 180px;
    width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
}

.article__entry .article__content {
    float: left;
    padding: 10px 0 0;
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .article__entry .article__content {
        float: none;
        padding: 0;
    }
}

.article__entry .article__content .article__category {
    clear: both;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    margin-bottom: 5px;
    padding: 5px 8px;
    background: -ms-linear-gradient(285deg, #f92a28 27%, #da1752 100%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
    background: linear-gradient(285deg, #f92a28 27%, #da1752 100%, #fff 100%);
    line-height: 15px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .article__entry .article__content .article__category {
        position: relative;
        top: -24px !important;
        left: 15px !important;
    }
}

.article__entry .article__content ul.list-inline {
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .article__entry .article__content ul.list-inline {
        display: none;
    }
}

.article__entry .article__content ul.list-inline li.list-inline-item {
    margin-right: 0.5rem;
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .article__entry .article__content ul.list-inline li.list-inline-item {
        margin: 0;
    }
}

.article__entry .article__content ul.list-inline li.list-inline-item span {
    font-size: 11px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .article__entry .article__content ul.list-inline li.list-inline-item span {
        font-size: 10px;
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .article__entry .article__content ul.list-inline li.list-inline-item span {
        font-size: 10px;
    }
}

.article__entry .article__content h5 {
    font-size: 14px;
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .article__entry .article__content h5 {
        font-size: 15px;
        line-height: 1.4;
        display: flex;
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .article__entry .article__content h5 {
        font-size: 16px;
    }
}

.article__entry .article__content h5 a {
    color: #000;
}

    .article__entry .article__content h5 a:hover {
        text-decoration: none;
        color: #c00;
    }

.article__entry .article__content p {
    line-height: 24px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article__entry-new {
    position: relative;
}

    .article__entry-new .article__category {
        position: relative;
        top: 45px;
        left: 15px;
        z-index: 1;
        clear: both;
        color: #fff;
        font-weight: 600;
        display: inline-block;
        font-size: 11px;
        padding: 4px 10px;
        background-color: #c00;
        letter-spacing: 0.5px;
        line-height: 18px;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
    }

    .article__entry-new .article__image {
        position: relative;
        overflow: hidden;
    }

    .article__entry-new .articel__content {
        padding: 5px 10px 0;
        margin: -40px 10px 0px 10px;
        position: relative;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        flex: 1 0 auto;
        border-radius: 10px;
    }

        .article__entry-new .articel__content .title-lg h4 {
            font-size: 24px;
        }

@media screen and (min-width: 320px) and (max-width: 575px) {
    .article__entry-new .articel__content .title-lg h4 {
        font-size: 18px;
    }
}

.article__entry-new .articel__content .article__post__title h4 a {
    color: #000;
    text-decoration: none;
}

    .article__entry-new .articel__content .article__post__title h4 a:hover {
        text-decoration: none;
        color: #c00;
    }

.article__entry-new .articel__content .article__post__title h5 a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

    .article__entry-new .articel__content .article__post__title h5 a:hover {
        text-decoration: none;
        color: #c00
    }

.article__entry-new .articel__content .article__post__title p {
    text-align: left;
    margin-bottom: 5px;
}

.article__entry-new .articel__content .article__post__author {
    margin-bottom: 10px;
}

    .article__entry-new .articel__content .article__post__author li span {
        font-size: 14px;
        text-transform: capitalize;
        font-family: "Montserrat", sans-serif;
        color: #212529;
    }

.article__entry-new .articel__image__transition img {
    transition: 0.3s ease-in-out;
}

.article__entry-new .articel__image__transition:hover img {
    transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1) rotate(0.02deg);
    transition: 0.3s ease-in-out;
}

.image-sm:hover,
.article__image:hover {
    opacity: 0.84;
}

.related-article {
    display: block;
}

    .related-article h4 {
        position: relative;
        top: -30px;
        text-transform: capitalize;
        font-size: 22px;
    }

@media screen and (min-width: 320px) and (max-width: 575px) {
    .related-article h4 {
        font-size: 18px;
    }
}

.article__entry-carousel .slick-slide,
.article__entry-carousel-three .slick-slide {
    margin-left: 27px;
}

@media screen and (min-width: 320px) and (max-width: 575px) {

    .article__entry-carousel .slick-slide,
    .article__entry-carousel-three .slick-slide {
        margin-left: 15px;
    }
}

.article__entry-carousel .slick-list,
.article__entry-carousel-three .slick-list {
    margin-left: -27px;
}

@media screen and (min-width: 320px) and (max-width: 575px) {

    .article__entry-carousel .slick-list,
    .article__entry-carousel-three .slick-list {
        margin-left: -15px;
    }
}

.article__entry-carousel .slick-arrow,
.article__entry-carousel-three .slick-arrow {
    opacity: 1;
    top: -62px;
    margin-top: 0;
    padding: 7px;
    width: 40px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #e3e4e8;
    font-size: 12px;
    border-radius: 0;
}

    .article__entry-carousel .slick-arrow:hover,
    .article__entry-carousel-three .slick-arrow:hover {
        color: #fff;
        transition: all 0.3s ease-in-out;
    }

.article__entry-carousel .slick-prev,
.article__entry-carousel-three .slick-prev {
    border: 1px solid #eee;
    left: auto;
    right: 39px;
    top: -54px;
}

.article__entry-carousel .slick-next,
.article__entry-carousel-three .slick-next {
    border: 1px solid #eee;
    top: -54px;
    right: 0;
}

.article__entry-carousel .article__entry .article__image {
    width: 100%;
    height: auto;
}

    .article__entry-carousel .article__entry .article__image img {
        height: 180px;
        max-width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: relative;
    }

@media screen and (min-width: 320px) and (max-width: 575px) {
    .article__entry-carousel .article__entry .article__image img {
        height: 120px;
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .article__entry-carousel .article__entry .article__image img {
        height: 140px;
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .article__entry-carousel ul.list-inline {
        display: none;
    }
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .article__entry-carousel ul.list-inline li.list-inline-item {
        display: none;
    }
}

.article__carousel__container {
    position: relative;
    display: block;
}

    .article__carousel__container .slick-prev,
    .article__carousel__container .slick-next {
        width: 28px;
        height: 30px;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 1;
        visibility: hidden;
        transition: 0.5s ease;
    }

        .article__carousel__container .slick-prev::before,
        .article__carousel__container .slick-next::before {
            color: #fff;
            font-size: 14px;
        }

    .article__carousel__container:hover .slick-prev {
        visibility: visible;
        opacity: 1;
        left: 0;
        -webkit-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
    }

    .article__carousel__container:hover .slick-next {
        visibility: visible;
        opacity: 1;
        right: 0;
        -webkit-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
    }

.news_list_bg {
    width: 100%;
    height: 230px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius:25px;
}

.contact_container {
    padding: 4rem;
    font-family: 'Montserrat', sans-serif;
}

#success-message {
    opacity: 0;
}

.margin-top-25 {
    margin-top: 25px;
}

.form-control {
    color: #000;
}

.form-title {
    padding: 25px;
    font-size: 30px;
    font-weight: 300;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.form-group .form-control {
    border-bottom: 2px;
    border-style: none none solid none;
    border-radius: 0;
    border-color: #000;
}

    .form-group .form-control:focus {
        box-shadow: none;
        border-width: 0 0 2px 0;
        border-color: #000;
    }

textarea {
    resize: none;
}

.btn-mod.btn-large {
    height: auto;
    padding: 13px 52px;
    font-size: 15px;
    font-weight: 700;
}

.btn-mod.btn-border {
    color: #000000;
    border: 2px solid #000000;
    background: transparent;
}

.btn-mod,
a.btn-mod {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 13px;
    color: #fff;
    background: rgba(34, 34, 34, .5);
    border: 1px solid transparent;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

    .btn-mod.btn-border:hover,
    .btn-mod.btn-border:active,
    .btn-mod.btn-border:focus,
    .btn-mod.btn-border:active:focus {
        color: #fff;
        border-color: #000;
        background: #000;
        outline: none;
    }

@media only screen and (max-width: 500px) {
    .btn-mod.btn-large {
        padding: 6px 16px;
        font-size: 11px;
    }

    .form-title {
        font-size: 20px;
    }
}

.clip {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.svg--source {
    display: none;
}

.svg--icon {
    width: 100%;
    max-width: 5rem;
    height: 100%;
    max-height: 5rem;
    display: block;
    margin: 0 auto;
    fill: currentColor;
}

.wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    padding: 1rem;
    margin-left: -1.2rem;
}

.share {
    width: 3rem;
    height: 3rem;
    float: left;
    margin: 0.5rem 1rem 0.5rem 0;
    color: #353c4a;
    border: 0.125rem solid #f3f3f3;
    box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.1);
    border-radius: 50%;
    transition: 250ms;
}

    .share:last-child {
        margin-right: 0;
    }

    .share:focus {
        outline-color: inherit;
    }

.twitter:hover,
.twitter:focus {
    color: #00ACED;
    box-shadow: 0 0 24px 0 #00ACED;
}

.github:hover,
.github:focus {
    color: #4183c4;
    box-shadow: 0 0 24px 0 #4183c4;
}

.pinterest:hover,
.pinterest:focus {
    color: #bd081c;
    box-shadow: 0 0 24px 0 #bd081c;
}

.youtube:hover,
.youtube:focus {
    color: #cd201f;
    box-shadow: 0 0 24px 0 #cd201f;
}

.facebook:hover,
.facebook:focus {
    color: #3b5998;
    box-shadow: 0 0 24px 0 #3b5998;
}

.google:hover,
.google:focus {
    color: #dd4b39;
    box-shadow: 0 0 24px 0 #dd4b39;
}

.widget ul {
    list-style: none;
}

    .widget ul li {
        margin-bottom: 18px;
        list-style: none;
    }

        .widget ul li a,
        .widget ul li:before {
            -webkit-transition: .5s;
            transition: .5s;
        }

.single_company_info {
    margin-bottom: 24px;
}

    .single_company_info i {
        font-size: 15px;
        border: 1px solid #000;
        float: left;
        border-radius: 50%;
        margin-right: 15px;
        line-height: 28px;
        height: 30px;
        width: 30px;
        text-align: center;
        transition: .3s;
    }

    .single_company_info p {
        padding-top: 3px;
    }

.breadcrumbs {
    padding: 20px;
    display: block;
}

    .breadcrumbs li {
        display: inline-block;
    }

        .breadcrumbs li a {
            position: relative;
            font-size: 17px;
            color: #2e2e2e;
            padding-right: 20px;
            margin-right: 10px;
            text-decoration: none;
        }

            .breadcrumbs li a:after {
                content: "";
                width: 9px;
                height: 8px;
                border-top: 2px solid #555;
                border-right: 2px solid #555;
                position: absolute;
                top: 10px;
                right: 0;
                transform: rotate(45deg);
                display: block;
            }

        .breadcrumbs li:last-of-type a {
            color: black;
            font-weight: bold;
        }

            .breadcrumbs li:last-of-type a:after {
                display: none;
            }

/* ANKA REVIEW COLUMNISTS */
.columninst-container img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 250px;
    height: 250px;
    position: relative;
}

.columninst-container__profile {
    padding: 1rem;
}

    .columninst-container__profile .columninst-container__profile__text a {
        color: #000;
        text-decoration: none;
        text-align: center;
    }

/* ANKA REVIEW COLUMNISTS LISTE */
aside {
    display: block
}

.wrap__article-detail-content p {
    line-height: 28px;
    color: #333
}

.wrap__article-detail-title h1 {
    font-size: 32px
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .wrap__article-detail-title h1 {
        font-size: 24px
    }
}

.wrap__article-detail-title h3 {
    font-size: 25px;
    color: black;
    font-weight: 600;
    margin-bottom: 10px
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .wrap__article-detail-title h3 {
        font-size: 16px
    }
}

.wrap__article-detail-info .list-inline {
    padding: 0
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .wrap__article-detail-info .list-inline {
        display: flex
    }
}

.wrap__article-detail-info .list-inline .list-inline-item {
    margin-right: 0
}

    .wrap__article-detail-info .list-inline .list-inline-item .image-profile {
        width: 40px;
        max-width: 100%;
        margin-bottom: 0;
        margin-right: 8px
    }

@media screen and (min-width: 320px) and (max-width: 575px) {
    .wrap__article-detail-info .list-inline .list-inline-item .image-profile {
        width: 30px
    }
}

.wrap__article-detail-info .list-inline .list-inline-item .image-profile img {
    position: relative;
    max-width: 70px;
    height: auto;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

.wrap__article-detail-info .list-inline .list-inline-item span,
.wrap__article-detail-info .list-inline .list-inline-item a {
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px
}

@media screen and (min-width: 320px) and (max-width: 575px) {

    .wrap__article-detail-info .list-inline .list-inline-item span,
    .wrap__article-detail-info .list-inline .list-inline-item a {
        font-size: 10px;
        padding-left: 12px;
    }
}

.wrap__article-detail-info .list-inline .list-inline-item span:hover,
.wrap__article-detail-info .list-inline .list-inline-item a:hover {
    text-decoration: none
}

.wrap__article-detail-content {
    position: relative;
    display: block
}

    .wrap__article-detail-content .total-views {
        float: left;
        position: relative;
        display: block;
        width: 100%
    }

        .wrap__article-detail-content .total-views .total-views-read {
            font-size: 30px;
            font-weight: 700;
            display: inline-block;
            color: #343a40;
            text-align: center;
            margin-right: 5px
        }

@media screen and (min-width: 320px) and (max-width: 575px) {
    .wrap__article-detail-content .total-views .total-views-read {
        font-size: 24px
    }
}

.wrap__article-detail-content .total-views .total-views-read span {
    display: block;
    margin-top: -5px;
    font-size: 16px;
    font-weight: normal
}

.wrap__article-detail-content .total-views .list-inline {
    padding-top: 15px;
    float: right
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .wrap__article-detail-content .total-views .list-inline {
        padding-top: 5px
    }
}

.wrap__article-detail-content .total-views .list-inline span.share {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    color: #343a40
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .wrap__article-detail-content .total-views .list-inline span.share {
        display: none
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .wrap__article-detail-content .total-views .list-inline span.share {
        display: none
    }
}

.wrap__article-detail-content .total-views .list-inline .list-inline-item {
    margin: 0
}

    .wrap__article-detail-content .total-views .list-inline .list-inline-item .facebook,
    .wrap__article-detail-content .total-views .list-inline .list-inline-item .twitter,
    .wrap__article-detail-content .total-views .list-inline .list-inline-item .whatsapp,
    .wrap__article-detail-content .total-views .list-inline .list-inline-item .telegram,
    .wrap__article-detail-content .total-views .list-inline .list-inline-item .linkedin {
        padding: 7px 14px;
        margin-bottom: 5px;
        color: #fff
    }

@media screen and (min-width: 320px) and (max-width: 575px) {

    .wrap__article-detail-content .total-views .list-inline .list-inline-item .facebook,
    .wrap__article-detail-content .total-views .list-inline .list-inline-item .twitter,
    .wrap__article-detail-content .total-views .list-inline .list-inline-item .whatsapp,
    .wrap__article-detail-content .total-views .list-inline .list-inline-item .telegram,
    .wrap__article-detail-content .total-views .list-inline .list-inline-item .linkedin {
        padding: 7px 14px
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {

    .wrap__article-detail-content .total-views .list-inline .list-inline-item .facebook,
    .wrap__article-detail-content .total-views .list-inline .list-inline-item .twitter,
    .wrap__article-detail-content .total-views .list-inline .list-inline-item .whatsapp,
    .wrap__article-detail-content .total-views .list-inline .list-inline-item .telegram,
    .wrap__article-detail-content .total-views .list-inline .list-inline-item .linkedin {
        padding: 7px 14px
    }
}

.wrap__article-detail-content .total-views .list-inline .list-inline-item .facebook span,
.wrap__article-detail-content .total-views .list-inline .list-inline-item .twitter span,
.wrap__article-detail-content .total-views .list-inline .list-inline-item .whatsapp span,
.wrap__article-detail-content .total-views .list-inline .list-inline-item .telegram span,
.wrap__article-detail-content .total-views .list-inline .list-inline-item .linkedin span {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 12px
}

@media screen and (min-width: 320px) and (max-width: 575px) {

    .wrap__article-detail-content .total-views .list-inline .list-inline-item .facebook span,
    .wrap__article-detail-content .total-views .list-inline .list-inline-item .twitter span,
    .wrap__article-detail-content .total-views .list-inline .list-inline-item .whatsapp span,
    .wrap__article-detail-content .total-views .list-inline .list-inline-item .telegram span,
    .wrap__article-detail-content .total-views .list-inline .list-inline-item .linkedin span {
        display: none
    }
}

.wrap__article-detail-content .total-views .list-inline .list-inline-item .facebook {
    background: #3b5999
}

    .wrap__article-detail-content .total-views .list-inline .list-inline-item .facebook:hover {
        opacity: 0.9
    }

.wrap__article-detail-content .total-views .list-inline .list-inline-item .twitter {
    background: #55acee
}

    .wrap__article-detail-content .total-views .list-inline .list-inline-item .twitter:hover {
        opacity: 0.9
    }

.wrap__article-detail-content .total-views .list-inline .list-inline-item .whatsapp {
    background: #25d366
}

    .wrap__article-detail-content .total-views .list-inline .list-inline-item .whatsapp:hover {
        opacity: 0.9
    }

.wrap__article-detail-content .total-views .list-inline .list-inline-item .telegram {
    background: #179cde
}

    .wrap__article-detail-content .total-views .list-inline .list-inline-item .telegram:hover {
        opacity: 0.9
    }

.wrap__article-detail-content .total-views .list-inline .list-inline-item .linkedin {
    background: #0077b5
}

    .wrap__article-detail-content .total-views .list-inline .list-inline-item .linkedin:hover {
        opacity: 0.9
    }

@media screen and (min-width: 320px) and (max-width: 575px) {
    .go__explore-title h1 {
        font-size: 24px
    }
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .wrap__article-detail-content .single_navigation-next {
        margin-bottom: 20px
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

    .list-inline-item:not(:last-child) {
        margin-right: .5rem
    }

.wrapper__list__article-small .card__post .card__post__content .card__post__title h6 a {
    color: #000
}

    .wrapper__list__article-small .card__post .card__post__content .card__post__title h6 a:hover {
        color: #c00
    }

.wrapper__list__article {
    margin-bottom: 30px;
}

.wrapper__list__article1 {
    margin-bottom: 30px;
    background-color: #313133;
    color: white !important
}

.wrapper__list__article h4 {
    text-transform: capitalize;
    margin-bottom: 20px;
    font-size: 20px;
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .wrapper__list__article h4 {
        font-size: 16px
    }
}

.wrapper__list__article .border_section {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px
}

    .wrapper__list__article .border_section:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 90px;
        height: 5px;
        background: #c00;
        z-index: 1
    }

    .wrapper__list__article .border_section:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background: #eee
    }

.wrapper__list__article .border_section195 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px
}

    .wrapper__list__article .border_section195:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 195px;
        height: 5px;
        background: #c00;
        z-index: 1
    }

    .wrapper__list__article .border_section195:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background: #eee
    }

.wrapper__list__article .border_section145 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px
}

    .wrapper__list__article .border_section145:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 145px;
        height: 5px;
        background: #c00;
        z-index: 1
    }

    .wrapper__list__article .border_section145:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background: #eee
    }

.wrapper__list__article .border_section200 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px
}

    .wrapper__list__article .border_section200:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 200px;
        height: 5px;
        background: #c00;
        z-index: 1
    }

    .wrapper__list__article .border_section200:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background: #eee
    }

.wrapper__list__article .border_section120 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 1px;
}

    .wrapper__list__article .border_section120:before {
        content: "";
        position: absolute;
        bottom: 23px;
        left: 130px;
        width: 199px;
        height: 5px;
        background: #c00;
        z-index: 1
    }

    .wrapper__list__article .border_section120:after {
        content: "";
        position: absolute;
        bottom: 23px;
        left: 130px;
        width: 57%;
        height: 5px;
        background: #eee
    }

.wrapper__list__article .card__post__content {
    display: inline-block
}

    .wrapper__list__article .card__post__content .card__post__title h5 a {
        color: #000
    }

        .wrapper__list__article .card__post__content .card__post__title h5 a:hover {
            text-decoration: none;
            color: #000
        }

    .wrapper__list__article .card__post__content .card__post__title .btn-primary {
        text-transform: capitalize;
        font-family: "Montserrat", sans-serif
    }

@media screen and (min-width: 320px) and (max-width: 575px) {
    .wrapper__list__article .article__entry .article__content {
        margin-top: 20px
    }
}

.wrapper__list__article .wrapp__list__article-responsive .card__post__body {
    margin-top: 10px
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .wrapper__list__article .wrapp__list__article-responsive .card__post__body .card__post__content .card__post__category {
        position: absolute;
        top: -45px !important;
        left: 30px !important
    }
}

.columnists-widget ul li {
    border-bottom: solid 1px #e6e6e6
}

    .columnists-widget ul li:last-child {
        border-bottom: 0
    }

    .columnists-widget ul li a {
        display: flow-root;
        padding: 15px 20px;
        text-decoration: none;
        color: #222;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.3px;
        transition: all 0.3s ease;
        line-height: 26px;
        font-family: "Montserrat", sans-serif
    }

        .columnists-widget ul li a:hover {
            padding: 15px 20px 15px 30px
        }

        .columnists-widget ul li a span {
            display: inline-table;
            float: right;
            height: 26px;
            width: 26px;
            text-align: center;
            padding: 6px 0;
            font-size: 13px;
            line-height: 14px;
            color: black
        }

            .columnists-widget ul li a span:hover {
                background-color: #c00;
                color: #fff
            }

.widget__category {
    border: solid 1px #e6e6e6
}

    .widget__category ul {
        margin: 0;
        padding: 0
    }

        .widget__category ul li a {
            background-color: #f8f8f8
        }

            .widget__category ul li a:hover {
                background-color: #c00;
                color: #fff
            }

            .widget__category ul li a span {
                font-size: 11px
            }

.widget__archive,
.widget__category {
    margin-bottom: 30px;
    margin-top: 20px
}

    .widget__archive .widget__title,
    .widget__category .widget__title {
        background-color: #cc0000;
        padding: 15px 20px
    }

        .widget__archive .widget__title h5,
        .widget__category .widget__title h5 {
            color: #fff;
            text-transform: capitalize;
            font-family: "Montserrat", sans-serif;
            margin-bottom: 0
        }

        .widget__archive .widget__title h6,
        .widget__category .widget__title h6 {
            text-transform: uppercase
        }

.badge ul li a {
    background-color: #f8f8f8
}

    .badge ul li a:hover {
        background-color: #c00;
        color: #fff
    }

/* ANKA REVIEW ARCHIVES LISTE */
.form-wrapper {
    width: 100%;
    margin: 2rem auto;
}

.form-label {
    font-size: .625rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: +1.3px;
    margin-bottom: 1rem;
}

.form-searchBar {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#reviewsearch {
    width: 100%;
    height: 2.8rem;
    background: #fff;
    outline: none;
    border: none;
    border-radius: 1.625rem;
    padding: 0 3.5rem 0 1.5rem;
    font-size: 20px;
    color: #000;
    border: 1px solid #000;
}

#searchQuerySubmit {
    width: 3.5rem;
    height: 2.8rem;
    margin-left: -3.5rem;
    background: none;
    border: none;
    outline: none;
}

    #searchQuerySubmit:hover {
        cursor: pointer;
    }

.form-container {
    background: url(/img/anka_kapak.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 269px;
    position: relative;
}

.form-container__profile {
    background-color: #000;
    padding: 1rem;
}

    .form-container__profile .form-container__profile__text a {
        color: #fff;
        text-decoration: none;
        font-size: 1.2rem;
        font-weight: 600;
    }

/* DEGERLER VE YAYIN ILKELERI */
.yayin_ilkeleri_container {
    padding: 4rem;
    font-family: 'Montserrat', sans-serif;
}

    .yayin_ilkeleri_container h4 {
        color: var(--color-black);
        font-weight: 600;
    }

    .yayin_ilkeleri_container ol {
        color: var(--color-black);
        font-weight: 600;
        font-size: 1rem;
    }

    .yayin_ilkeleri_container p {
        color: var(--color-black);
        font-weight: 500;
        font-size: 14px !important;
    }

/* HABER DETAY */
.avatar-container {
    margin-top: 2rem;
}

.avatar {
    border: 2px solid var(--color-koyukırmızı);
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    overflow: hidden;
    margin: 0 auto 1rem;
}

    .avatar i {
        font-size: 30px;
        margin-top: 7px;
        margin-left: -4px;
        color: var(--color-koyukırmızı);
    }

.frame {
    border: 1px solid var(--color-koyukırmızı);
    border-radius: 20px;
    height: 50px;
    text-align: center;
    margin-bottom: 1rem;
    line-height: 2.8rem;
    font-weight: 600;
}
/* KUNYE */
.kunye_container {
    padding: 4rem;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}


    .kunye_container h4 {
        color: var(--color-black);
        font-weight: 600;
        text-align: center;
    }

    .kunye_container span {
        color: var(--color-black);
        font-weight: 600;
        font-size: 1rem;
        text-align: center;
    }

    .kunye_container p {
        color: var(--color-black);
        font-weight: 500;
        font-size: 14px !important;
        text-align: center;
    }

/* TARIHCE */
.tarihce_container {
    padding: 4rem;
    font-family: 'Montserrat', sans-serif;
}


    .tarihce_container h4 {
        color: var(--color-black);
        font-weight: 600;
    }

    .tarihce_container span {
        color: var(--color-black);
        font-weight: 600;
        font-size: 1rem;
    }

    .tarihce_container p {
        color: var(--color-black);
        font-weight: 500;
        font-size: 14px !important;
    }

#btn-back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: block;
    z-index: 999;
}
