/*Theme Name: Buminkitap.com Teması
Theme URI: https://buminkitap.com
Author: [Serkan Demir]
Author URI: https://buminkitap.com
Description: Buminkitap resmi web sayfası özel teması.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: buminkitap*/
:root {
    --lacivert: #292828;
    --altin: #c75509;
    --gri: #f2f2f0;
    --beyaz: #ffffff;
    --kirikbeyaz: #dfe6f6;
}

body {
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    font-weight: normal;
    background-color: #fdfdfd;
}



.card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.baslik a {
    color: #333;
    font-size: 1.0rem;
}

.archive-title {
    font-family: 'Arial', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.4;
}

.archive-title:hover {
    background-color: #dbe7ff;
    color: #0056b3;
    transition: all 0.3s ease-in-out;
}


.sidebar-widget {
    margin-bottom: 20px;
}

.widget-title {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.right-sidebar .list-group {
    margin-top: 20px;
}

.right-sidebar .list-group-item {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.right-sidebar .list-group-item:hover {
    transform: scale(1.02);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}

.right-sidebar .list-group-item img {
    border-radius: 50%;
}

.right-sidebar .list-group-item h6 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.right-sidebar .list-group-item small {
    color: #666;
}

.fixed-top {
    padding: 20px;
}

.icon-card {
    border: none;
    background-color: #e6e6e6;
    border-radius: 8px;
    text-align: center;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.icon-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.icon-card .icon {
    font-size: 3rem;
    color: var(--altin);
    margin-bottom: 15px;
}

.icon-card .card-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
}

.icon-card .card-text {
    color: #777;
    font-size: 1rem;
}

.col-md-3 img {
    width: 100%;
    height: auto;
    filter: grayscale(70%) opacity(0.6);
    transition: filter 0.3s ease, transform 0.3s ease;
}

.col-md-3 img:hover {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.1);
}

.single-post-footer {
    background-color: #f9f9f9;
    padding: 20px 0;
    border-top: 1px solid #ddd;
}

.single-post-navigation .btn {
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    border-radius: 50px;
    background-color: var(--kirikbeyaz);
}

.single-post-navigation .btn i {
    margin-right: 5px;
    color: var(--lacivert);
}

.single-post-navigation .btn a {
    color: #1f3044;
}

.single-post-navigation .btn a:hover {
    color: var(--altin);
}

.footer-menu a {
    color: #333333;
    /* Beyaz renk */
    text-decoration: none;
    /* Alt çizgiyi kaldırmak için */
}

.footer-menu a:hover {
    color: #cc5b17;
    /* Hover sırasında hafif gri renk */
    text-decoration: underline;
    /* İsteğe bağlı alt çizgi */
}


.sosyal i,
.sosyal a {
    color: #cc5b17;
    font-size: 20px;
    margin-right: 10px;
}

.book-section {
    background: linear-gradient(135deg, #f9f9f9, #e8eaf6);
    /* Hafif gradient geçişi */
    padding: 50px 0;
}

.book-title {
    font-family: 'Poppins', sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
    color: #2c3e50;
}

.book-description {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #6c757d;
    margin-top: 20px;
}

.highlight {
    color: #ff5733;
    font-weight: bold;
}

.book-image {
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    height: auto;
}

.rounded-image {
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    max-width: 80%;
    height: auto;
}

.accordion-button {
    background-color: #ff5733;
    color: #fff;
	font-size:15px;
    font-weight: bold;
    border: none;
}

.accordion-button:not(.collapsed) {
    background-color: #e74c3c;
    color: #fff;
}

.accordion-body {
    font-size: 15px;
    line-height: 1.6;
    color: #6c757d;
}



.quote-container {
	background-color:#445577;
    /*background: url('https://www.buminkitap.com/wp-content/uploads/2024/12/sozler.png') no-repeat center center;*/
    background-size: cover; /* Görseli tam kaplamak için */
    padding: 60px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    color: white;
    max-width: 100%; /* Genişlik sınırlaması */
    text-align: center; /* Metni ortala */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}

.quote-container::before {
    content: "“";
    font-size: 80px;
    color: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: -30px;
    left: 20px;
}

.quote-text {
    color: rgb(236, 236, 236);
    font-size: 1.5rem; /* Normal yazı büyüklüğü */
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
}

.quote-author {
    font-size: 1rem; /* Yazar ismi için küçük yazı */
    font-weight: 700;
    text-align: right;
    margin-top: 10px;
}

/* Mobil uyumlu düzenlemeler */
@media (max-width: 768px) {
    .quote-container {
        height: auto; /* Yüksekliği içeriğe göre ayarla */
        padding: 20px; /* Padding'i azalt */
    }

    .quote-text {
        font-size: 1.2rem; /* Mobilde biraz daha küçük yazı */
        text-align: center; /* Metni mobilde ortala */
    }

    .quote-author {
        font-size: 0.9rem; /* Mobilde daha küçük yazar ismi */
        text-align: center; /* Yazar ismini ortala */
    }
}


.store-container {
    padding: 50px 0;
    background: #f8f9fa;
}

.product-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.product-image {
    width: 250px;
    height: 250px;
    /* Yüksekliği sabitle */
    object-fit: cover;
    /* Görsellerin orantılı şekilde kırpılmasını sağlar */
}


.product-details {
    padding: 15px;
}

.product-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
}

.product-description {
    font-size: 0.9rem;
    color: #666;
    margin: 10px 0;
}

.buy-button {
    background-color: #ff5733;
    color: white;
    font-weight: bold;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}

.buy-button:hover {
    background-color: #e74c3c;
}

.col-md-3 img {
    height: 250px;
}


.latest-posts .card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.latest-posts .card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.latest-posts .card-img-top {
    border-bottom: 4px solid #007bff;
    /* Kategorilere uyumlu renk eklenebilir */
    height: 180px;
    object-fit: cover;
}

.latest-posts .card-title {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.latest-posts .post-category .badge {
    font-size: 0.8rem;
    padding: 0.4rem 0.6rem;
    border-radius: 5px;
}

.latest-posts .card-footer .btn {
    background-color: #4b4b4b;
    color: white;
    font-weight: bold;
    padding: 0.6rem 0;
    border-radius: 0;
    transition: background-color 0.3s ease;
}

.latest-posts .card-footer .btn:hover {
    background-color: #181818;
    color: #fff;
}

.kategori-badge a{
	color:white;
}

.post-excerbt {
	font-size:15px;
}



.reading-time {
    font-size: 12px;          /* Yazı boyutu */
    color: #333;              /* Yazı rengi */
    font-weight: bold;        /* Yazı kalınlığı */
    background-color: #f4f4f4; /* Arka plan rengi */
    padding: 10px 15px;       /* İçerik çevresinde boşluk */
    border-radius: 5px;       /* Kenarları yuvarlat */
    margin-top: 20px;         /* Üstten boşluk */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Hafif gölge efekti */
    display: inline-block;    /* Blok olarak değil, satır içi kutu */
}

.social-share ul {
    list-style: none;
    padding-left: 0;
}

.social-share li {
    display: inline-block;
}

.social-share a {
    font-size: 1rem;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.social-share a i {
    margin-right: 8px;
}

.social-share a:hover {
    opacity: 0.8;
}

.social-share .btn-outline-primary {
    background-color: #3b5998;
}

.social-share .btn-outline-info {
    background-color: #1DA1F2;
}

.social-share .btn-outline-primary:hover {
    background-color: #365499;
}

.social-share .btn-outline-info:hover {
    background-color: #1a91c2;
}

.social-share .btn-outline-danger {
    background-color: #f44336;
}

.social-share .btn-outline-danger:hover {
    background-color: #e53935;
}

/* Başlangıçta elementlerin görünmez olmasını sağla */
.fade-in {
    opacity: 0;
    transform: translateY(20px); /* Başlangıçta biraz aşağıda görünsün */
    transition: opacity 0.6s ease-out, transform 0.6s ease-out; /* Animasyon efekti */
}

/* Animasyon uygulandığında */
.fade-in.in-view {
    opacity: 1;
    transform: translateY(0); /* Element sıfırlanır ve görünür olur */
}

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #c9632d;
    color: #fff;
    font-size: 2rem;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s, transform 0.3s;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.9);
    z-index: 1000;
}

.scroll-to-top:hover {
	color:white;
    background-color: #69615d;
    transform: scale(1);
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.book-sale-box {
	padding:20px;
      background-color: #f9f9f9;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      overflow: hidden;
    }
    .book-sale-box img {
      height: 150px;
      object-fit: cover;
      border-radius: 8px 0 0 8px;
    }
    .book-sale-box .card-body {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .book-sale-box .btn-buy {
      background-color: #ff6f61;
      color: #fff;
      font-weight: bold;
      transition: background-color 0.3s;
    }
    .book-sale-box .btn-buy:hover {
      background-color: #e0554a;
    }