.footer {
    background: #0b1220;
    padding: 100px 0;
    width: 100%;
    position: relative;
    clear: both;
}

.footer-container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.col {
    width: 18%;
    float: left;
    margin-right: 2%;
}

.col:last-child {
    margin-right: 0;
}

.col h4 {
    color: white;
    margin-bottom: 25px;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.col a {
    display: block;
    color: #7a7f8a;
    text-decoration: none;
    margin-bottom: 12px;
    font-size: 14px;
    transition: 0.3s;
}

.col a:hover {
    color: #c2a76d;
}

.newsletter p {
    color: #7a7f8a;
    font-size: 14px;
    margin-bottom: 20px;
}

.input-box {
    position: relative;
    width: 100%;
}

.input-box input {
    width: 100%;
    padding: 12px 15px;
    background: transparent;
    border: 1px solid #1f2a44;
    color: white;
    outline: none;
}

.input-box input::placeholder {
    color: #7a7f8a;
}

.input-box button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 45px;
    background: #c2a76d;
    border: none;
    color: white;
    cursor: pointer;
}

.footer::after {
    content: "";
    display: block;
    clear: both;
}

.blog {
    width: 100%;
    padding: 100px 0;
    background: #f5f5f5;
}


.blog-top {
    width: 80%;
    margin: 0 auto 80px auto;
    display: flex;  
    justify-content: space-between;
}

.blog-card {
    width: 28%;
    height: 200px;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.blog-card .overlay {
    position: absolute;
    width: 80%;
    height: 80%;
    background: rgba(0, 0, 0, 0.753);
}

.blog-card h3,
.blog-card p {
    position: relative;
}


.blog-content {
    width: 80%;
    margin: auto;
    display: flex;
    gap: 40px;
}


.blog-left {
    width: 65%;
}

.post-img {
    width: 70%;
    height: 300px;
    background: gray;
    margin-bottom: 20px;
    background: url(img/feature-img1.jpg);
}

.post h2 {
    font-family: "Playfair Display", serif;
    margin-bottom: 10px;
}


.blog-right {
    width: 30%;
}


.search-box {
    display: flex;
    margin-bottom: 40px;
}

.search-box input {
    flex: 1;
    padding: 12px;
    border: none;
    outline: none;
}

.search-box button {
    width: 50px;
    border: none;
    background: #c2a76d;
    color: white;
}


.author-box {
    background: white;
    padding: 30px;
    text-align: center;
}

.author-img {
    width: 80px;
    height: 80px;
    background: gray;
    border-radius: 50%;
    margin: 0 auto 15px;
}

#card1 {
    background-image: url("img/cat-widget1.jpg");
    
}

#card2 {
    background-image: url("img/cat-widget2.jpg");
}

#card3 {
    background-image: url("img/cat-widget3.jpg");
}

