.banner {
    border-radius: 30px;
    background-image: url('../images/inner-banner.png');
    height: 530px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    margin: 0 40px;
}


.banner-heading {
    font-size: 85px!important;
    font-family: FilsonProRegular;
    color: rgb(255, 255, 255);
    line-height: 0.98;
    text-align: left;
    font-weight: bold;
}

.banner .wrapper {
    width: 80%;
    margin: auto;
}

.blog-content-sec {
    padding: 0 4rem;
}

.blog-card {
    border-radius: 50px;
    background-color: #575c64;
    display: flex;
    flex-direction: column;
    height: 500px;
    align-items: center;
    justify-content: center;
    gap: 33px;
    margin-bottom: 4rem;
    position: relative;
    z-index: 0;
    cursor: pointer;
}

.blog-card img {
    width: 100%;
    border-radius: 30px;
}
.category {
    font-size: 16px;
    color: rgb(226, 15, 18);
    line-height: 1.2;
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
}

.blog-title {
    font-size: 30px;
    font-family: "Manrope", sans-serif;
    color: rgb(255, 255, 255);
    line-height: 1.4;
    text-align: center;
    width: 75%;
    margin: auto;
    text-decoration: none;
}

.date {
    font-size: 14px;
    color: rgb(195, 201, 212);
    line-height: 1.2;
    text-align: center;
    font-family: "Manrope", sans-serif;
    margin: 0;
}

.posted-by-parent {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.post-cont {
    margin: 0;
    font-size: 11px;
    color: rgb(160, 168, 183);
    line-height: 1.818;
    font-family: "Manrope", sans-serif;
}

.post-cont:nth-child(02) {
    color: white;
    font-size: 14px;
}

.blog-card:hover a {
    text-decoration: none;
    color: initial;
}


.blog-card-2 {
    border-radius: 50px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 60px 100px 0px rgba(61, 67, 79, 0.05);
    padding: 50px 45px;
    margin-bottom: 4rem;
}

.blog-card-2 .blog-title {
    margin: 0;
    font-size: 30px;
    font-family: "Manrope", sans-serif;
    color: rgb(61, 67, 79);
    line-height: 1.4;
    text-align: left;
    margin: 1rem 0 2rem;
    width: 100%;
    font-weight: 500;
}

.description {
    font-size: 16px;
    font-family: "Manrope", sans-serif;
    color: rgb(102, 109, 122);
    line-height: 1.625;
    text-align: left;
    margin: 0;
    font-weight: 500;
}

.sepreator {
    margin: 1rem 0;
}

.blog-card-2 .posted-by-parent {
    justify-content: space-between;
}

.blog-card-2 .parent-author-details {
    display: flex;
    gap: 16px;
}

.blog-card-2 .post-cont:nth-child(02) {
    color: #4a505b;
    font-weight: 500;
}

.comments {
    margin: 0;
    font-size: 14px;
    font-family: "Manrope", sans-serif;
    color: rgb(195, 201, 212);
    line-height: 1.2;
    text-align: right;
}

.blog-card-2 a {
    text-decoration: none;
}


.favourit {
    position: absolute;
    top: -30px;
    right: 110px;
    opacity: 0;
}

.blog-card:hover .favourit {
    opacity: 1;
}

/* blog right side css  */
.search-bar {
    position: relative;
    z-index: 0;
    border-radius: 50px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 60px 100px 0px rgba(61, 67, 79, 0.05);
    padding: 40px 30px;
}

.parent-right-side-bar {
    border-radius: 50px;
    background-color: rgb(255, 255, 255);
    /* box-shadow: 0px 60px 100px 0px rgba(61, 67, 79, 0.05); */
    padding: 40px 30px;
}

.search-bar input {
    border: none;
    box-shadow: 0px 15px 40px 0px rgba(61, 67, 79, 0.08);
    width: 360px;
    height: 60px;
    border-radius: 40px !important;
    border-bottom-right-radius: 40px;
    padding: 10px 8px 10px 3.5rem;
}

.search-bar .input-group-text {
    background: transparent;
    border: none;
    position: absolute;
    left: 0;
    z-index: 9999;
    top: 0;
    bottom: 0;
}

.post-category {
    margin-top: 3rem;
    border-radius: 50px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 60px 100px 0px rgba(61, 67, 79, 0.05);
    padding: 40px 30px;
}

.post-category-heading {
    font-size: 26px;
    font-family: "Manrope";
    color: rgb(61, 67, 79);
    line-height: 1.2;
    text-align: left;
    margin: 1rem 0rem 1rem;
    text-transform: capitalize;
}

.category-name a {
    font-size: 16px;
    /* font-family: "Myriad Pro"; */
    color: rgb(61, 67, 79);
    line-height: 3.125;
    text-align: left;
    font-weight: 600;
    text-decoration: none;
}

.category-count {
    background-color: #e8edf6;
    padding: 2px 10px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.category-count a {
    font-size: 12px;
    color: rgb(160, 169, 186);
    text-transform: none;
    font-weight: 600;
}

ul.category-tags li {
    border-bottom: 1px dotted #e8edf6;
    display: flex;
    align-items: center;
    gap: 40px;
}

.arrow-2 {
    opacity: 0;
}

ul.category-tags li:hover .arrow-2 {
    opacity: 1;
}

ul.category-tags li:hover .arrow-1 {
    opacity: 0;
}


ul.category-tags li:hover .category-count {
    background: #e20f12;
}

ul.category-tags li:hover .category-count a {
    color: white;
}


.subscribe-input {}

.subscribe-parent {
    border-radius: 50px;
    background-color: rgb(226, 15, 18);
    padding: 2rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-top: 4rem;
}

.subscribe {
    font-size: 36px;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: center;
    font-family: "Manrope", sans-serif;
    margin: 0;
}

.subs-desc {
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 1.625;
    text-align: center;
    margin: 0;
    font-family: "Manrope", sans-serif;
    width: 80%;
    margin: auto;
}

.subscribe-input form {
    display: inline-grid;
    gap: 11px;
}

.subscribe-input form input {
    background-color: rgb(255 255 255);
    box-shadow: 0px 15px 40px 0px rgba(61, 67, 79, 0.08);
    border: none;
    width: 360px;
    height: 60px;
    border-radius: 40px !important;
    border-bottom-right-radius: 40px;
    padding: 10px 8px 10px 8px;
    text-align: center;
    font-weight: 500;
}

.worry {
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 1.857;
    text-align: center;
    font-weight: 600;
}

.bubble-box {
    text-align: center;
    margin-top: 4rem;
    border-radius: 50px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 60px 100px 0px rgba(61, 67, 79, 0.05);
    padding: 2rem 2rem;
}

.sponsor {
    font-size: 12px;
    font-family: "Comfortaa";
    color: rgb(195, 201, 212);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    margin: 0;
    letter-spacing: 12px;
    margin: 2rem 0 0;
}

.social-links {
    border-radius: 50px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 60px 100px 0px rgba(61, 67, 79, 0.05);
    margin-top: 4rem;
    display: flex;
    justify-content: space-around;
    padding: 4rem 2rem;
}

.followers:nth-child(01) {
    margin: 0;
    font-size: 36px;
    font-family: "PlayfairDisplay";
    color: rgb(61, 67, 79);
    font-weight: bold;
    line-height: 1.167;
    text-align: center;
    margin: 12px 0 0rem;
}

.parent-social-links {
    text-align: center;
}

.followers:nth-child(02) {
    font-size: 14px;
    color: rgb(195, 201, 212);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.857;
    text-align: center;
    font-weight: 500;
}


.blog-content-sec {
    background-image: url('../images/blog-bg.png');
    background-position: center, right;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}