*,
ul,
p,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all 0.4s;
}

h2 {
    font-size: 20px;
}

body {
    background: #CFEAE3;
}

/* all-blog-bannerr */
.all-blog-banner {
    background: linear-gradient(#00000080, #00000080), url(../images/blog2.jpg);
    height: 50vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blg-blck{
    cursor: pointer;
}

.all-blog-banner h1 {
    color: var(--white);
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* all-blog-banner end */

/* all-blogs */
.all-blogs .cool {
    background: #ffffff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: rgba(128, 128, 0, 0.494) 0px 7px 29px 0px;
    height: 100%;
}

.all-blogs .cool img {
    max-height: 250px;
    width: 100%;
    object-fit: cover;
}

.all-blogs .cool small {
    text-align: end;
    display: block;
    color: #000276;
    font-weight: 500;
}

.all-blogs .cool:hover {
    box-shadow: rgba(128, 128, 0, 0.704) 0px 5px 15px;
}

.all-blogs h4 {
    font-size: 18px;
    color: var(--black);
    margin: 10px 0;
}

.all-blogs p {
    color: #555;
    font-size: 15px;
}

.all-blogs ul {
    display: flex;
}

.all-blogs ul h6 {
    margin: 0;
}

.all-blogs ul li {
    color: var(--mainBlue);
    font-weight: 500;
}

.all-blogs ul li span {
    display: block;
    color: #555;
    font-size: 14px;
    margin-top: 8px;
}

.all-blogs ul li img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.all-blogs h2 {
    font-size: 18px;
    color: var(--theme);
    display: inline;
    font-weight: 600;
    border-bottom: 3px dashed var(--theme);
    white-space: nowrap;
}

.all-blogs h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.all-blogs .category-list {
    display: flex;
    flex-direction: column;
    text-align: left !important;
    gap: 5px;
    padding-left: 15px;
}

.all-blogs .category-list li a {
    color: var(--theme);
    font-size: 15px;
    font-weight: 500;
}

/* all-blogs end */