@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --brand-dark: #111;
    --brand-accent: #e6c55d;
}

body {
    /*font-family: Poppins, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";*/
    font-family: "Ifyicons", "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: normal;
    color: #191919;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a, a:link, a:visited {
    color: #191919;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Ifyicons", "Playfair Display", serif;
    font-weight: 700;
    letter-spacing: .01em;
    text-rendering: optimizeLegibility;
    word-break: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1 {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 64.063em) {
    h1 {
        font-size: 42px;
        line-height: 46px;
    }
}

h2 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 64.063em) {
    h2 {
        font-size: 36px;
        line-height: 40px;
    }
}

h3 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 64.063em) {
    h3 {
        font-size: 28px;
        line-height: 35px;
    }
}

h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 64.063em) {
    h4 {
        font-size: 21px;
        line-height: 26px;
    }
}

h5 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}

h6 {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
}


/* custom */

.brand-title {
    font-family: "Playfair Display", serif;
    letter-spacing: .2px;
}

.nav-link {
    color: #191919;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 500;
    margin: 0 30px 0 0;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .06em;
}

.navbar {
    background: #fff;
    height: 50px;
    line-height: 50px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    z-index: 3;
}

.category-badge {
    background: var(--brand-accent);
    color: #fff;
    font-size: .7rem;
    padding: .375rem .6rem;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.post-card h5 a {
    color: inherit;
    text-decoration: none;
}

.post-card h5 a:hover {
    color: var(--brand-accent);
}

.logo-slab img {
    /*max-height: 107px;*/
    max-height: 200px;
}

.divider {
    height: 24px;
    border-right: 3px solid transparent;
    border-image: url(https://tumayozokur.com.tr/assets/images/seperator.png) 30 stretch;
}

footer {
    /*background: #0f0f10;*/
}

footer,
footer a {
    color: #bbb;
}

.hero-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, .0) 50%, rgba(0, 0, 0, .45) 100%);
}

.post-img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.date-dot {
    font-size: .8rem;
    color: #6c757d;
}

.btn-more {
    --bs-btn-bg: transparent;
    --bs-btn-color: var(--brand-accent);
    --bs-btn-border-color: var(--brand-accent);
}

.btn-more:hover {
    background: var(--brand-accent);
    color: #111;
}

.shadow-soft {
    box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
}

.widget {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

.widget .widget-title,
.widget .widget-title:after,
.pagination ul li a.active,
.pagination ul li a:hover {
    /* border-color: #e6c55d; */
    border-image: url('../images/brdr.png') 1;
}

.widget .widget-title strong {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.widget-title {
    text-align: center;
    padding: .75rem 0;
}

.widget-title strong {
    font-size: .7rem !important;
    text-align: center;
}

.gradient-border-top {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right,
    purple,
    green,
    orange,
    blue,
    red) 1;
}

.gradient-border-bottom {
    border-top: 1px solid;
    border-image: linear-gradient(to right,
    purple,
    green,
    orange,
    blue,
    red) 1;
}

.card-player {
    width: 100%;
    height: 100%;
}

.card-player img {
    filter: grayscale(1);
    transition: all .3s ease;
    height: 20rem;
    width: 100%;
    object-fit: cover;
}

.card-player:hover img {
    filter: grayscale(0);
}

.footer-card {
    background: #3B3B3B;
    padding: .75rem;
}

.footer-card h2 {
    color: #fff;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    font-size: 12px;
    text-align: center;
    margin-bottom: 0;
}

.player-row .col-lg-3 {
    padding: .1rem;
}


.active > .page-link, .page-link.active {
    color: #fff !important;
    background-color: #3b3b3b ! important;
    border-color: #3b3b3b ! important;
}


.page-link {
    color: #3b3b3b ! important;
}


.pagination {
    /*--bs-pagination-border-width: 0;*/
}


/* Posts */
.post {
    position: relative;
    height: 655px;
    margin-bottom: 60px;
}

.post .post-header {
    display: block;
    overflow: hidden;
    position: relative;
    margin-top: -15px;
}

.post .post-header .post-cat a {
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 1px;
    padding: 0 12px;
    position: relative;
    border: 2px solid #FFFFFF !important;
    text-transform: uppercase;
}

.post .post-header .post-title {
    font-size: 25px;
    font-weight: 700;
    display: block;
    margin: 12px 0;
}

.post .post-title a {
    font-style: normal;
    display: block;
    padding-top: 12px;
    opacity: .9;
}

.post .post-meta {
    font-size: 13px;
    font-style: italic;
    text-transform: capitalize;
    line-height: 1;
    color: #aaa;
}

.post .post-meta a {
    color: #aaa;
    line-height: 1;
}

.post .post-meta .post-author {
    border-right: 1px solid #eee;
    margin-right: 6px;
    padding-right: 8px;
}

.post hr {
    height: 1px;
    margin: 19px auto 16px;
    width: 50px;
    border: 0;
    border-top: 1px solid #eee;
}

.post .post-entry {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
    padding: 0 20px;
    text-align: justify;
}

.post .post-entry p {
    opacity: .9;
}

.post .post-more {
    display: block;
    padding: 10px 0;
    text-align: center;
}

.post .post-more a {
    font-weight: 400;
}

.post .post-actions {
    display: block;
    position: relative;
    height: 66px;
    padding: 20px;
    border: 1px solid #eee;
    margin-top: 20px;
}

.post .post-actions .post-avatar {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.post .post-actions .post-avatar .avatar {
    float: left;
    border-radius: 50%;
    margin-right: 5px;
}

.post .post-actions .post-avatar a {
    font-size: 12px;
    font-weight: 600;
    margin-left: 2px;
    opacity: .5;
    line-height: 24px;
}

.post .post-actions .post-share {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}

.post .post-actions .post-share ul li {
    float: left;
}

.post .post-actions .post-share ul li a {
    display: block;
    width: 25px;
    font-size: 14px;
    text-align: center;
    margin: 0 10px;
    opacity: .5;
}

.post .post-actions .post-items {
    display: block;
    position: relative;
    z-index: 2;
}

.post .post-actions .post-items span {
    font-size: 12px;
    font-weight: 600;
    margin-left: 5px;
    opacity: .5;
}

.m-menu-offcanvas .m-close:hover, .featured-posts .nav-arrows:hover, .grid-posts .nav-arrows:hover, .swiper-pagination-bullet-active, .post .post-header .post-cat a, .post-slider .nav-arrows:hover, #respond #submit:hover, input[type="submit"]:hover, .btn-primary, .btn:hover {
    background: #e6c55d;
    border-color: #e6c55d;
    color: #fff;
    text-decoration: none;
}

.m-navigation ul li a:hover, .topmenu > ul > li:hover > a, .post .post-more a, .pagination ul li a.active, .pagination ul li a:hover, .social-footer a:hover, .footer a {
    color: #e6c55d;
}

/* Mobile nav dropdown background */
@media (max-width: 991.98px) {
    #topNav {
        background: #fff;
        padding: 10px 0;
        border-top: 1px solid rgba(0, 0, 0, .08);
        margin-top: 8px;
    }
}
