﻿body {
    font-family: 'Georgia', serif;
    background-color: #fff;
    color: #000;
}
.hero-section {
    background-image: url('Content\fashion blog banner.jpg');
    background-size: cover;
    background-position: center;
    height: 50vh;
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.content {
    z-index: 2;
    max-width: 800px;
}

.meta-text {
    font-size: 1.1rem;
    color: #fff;
}

.logo {
    font-size: 48px;
    font-weight: bold;
}

.navbar {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.navbar-nav .nav-link {
    font-weight: 600;
    color: #000;
    margin: 0 12px;
    font-size: 14px;
    text-transform: uppercase;
}

    .navbar-nav .nav-link:hover {
        color: #b8995f;
    }

.divider {
    border-top: 2px solid #000;
    margin: 20px 0;
}

.icon {
    font-size: 16px;
    color: black;
}

    .icon:hover {
        color: #b8995f;
    }

.subscribe {
    font-size: 14px;
    text-decoration: none;
    color: black;
}

    .subscribe:hover {
        text-decoration: underline;
    }

.cart-icon {
    position: relative;
}

    .cart-icon i {
        font-size: 20px;
        color: black;
    }

.article-row {
    margin-top: 20px;
}

.article-img {
    width: 100%;
    height: auto;
    max-width: 180px;
    max-height: 180px;
    object-fit: cover;
    border-radius: 5px;
}

.article-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.article-divider {
    border-top: 1px solid #ddd;
    margin: 8px 0;
    width: 100%;
}

.article-meta {
    font-size: 14px;
    color: gray;
    font-style: italic;
}

.tag {
    color: #b8995f;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 5px;
}

img {
    width: 100%;
}

.image-overlay {
    position: relative;
    display: inline-block;
}

.eye-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
}

    .eye-icon:hover {
        background: rgba(0, 0, 0, 0.8);
    }

.main-image {
    border-radius: 8px;
}

.blog-post h2 {
    font-size: 28px;
    font-weight: bold;
}

.meta {
    font-size: 14px;
    color: #888;
}

.small-article img {
    border-radius: 5px;
    margin-bottom: 5px;
}

.small-meta {
    font-size: 12px;
    color: #888;
}


.ad-banner {
    position: relative;
    text-align: center;
    color: white;
}

    .ad-banner img {
        width: 100%;
        border-radius: 8px;
    }

.ad-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
}

.btn-gold {
    background-color: #c1a67a;
    color: white;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 5px;
}

.subscribe-box {
    background: #f8f8f8;
    padding: 15px;
    border-radius: 8px;
}

    .subscribe-box h4 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
    }

.input-group input {
    border-radius: 5px 0 0 5px;
}

.input-group button {
    border-radius: 0 5px 5px 0;
}

.form-check-label {
    font-size: 12px;
    color: #555;
}

.section-title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.section-divider {
    border-top: 2px solid #000;
    margin-bottom: 20px;
}

.article-heading {
    font-size: 28px;
    font-weight: bold;
}

.trending-list .trending-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.trending-item .number {
    font-weight: bold;
    font-size: 20px;
    color: #b8995f;
    width: 40px;
    flex-shrink: 0;
}

.trending-item .content .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.trending-item .meta {
    font-size: 13px;
    color: #777;
}

.trending-item .tag {
    color: #b8995f;
    font-weight: 600;
    text-transform: uppercase;
}

a{
    text-decoration: none;

}

.text-custom-primary {
    background: #b8995f;
}




