body {
    background: #080712;
}

.row.blog-pagi {
    text-align: center;
    margin: 40px 0px;
    color: #fff;
}

.row.blog-pagi a {
    color: #9066F2;
    border: 0px;
}

.blog-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0px;
	position:relative;
	background-attachment:fixed;
}

.blog-banner::before {
    position: absolute;
    z-index: 10;
    top: 0px;
    right: 0;
    bottom: 0px;
    -webkit-filter: blur(7px);
    filter: blur(0px);
    content: '';
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(180deg, #080712 0%, rgba(0, 0, 0, 0.00) 100%);
}
.blog-banner::after {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0px;
    -webkit-filter: blur(7px);
    filter: blur(0px);
    content: '';
    left: 0;
    width: 100%;
    height: 25%;
    background: linear-gradient(360deg, #080712 0%, rgba(0, 0, 0, 0.00) 100%);
}
.blog-section {
    margin-top: 60px;
}

.categories ul {
    display: flex;
    align-items: center;
    margin-bottom: 48px;
    column-gap: 12px;
}

.categories ul li a {
    color: #FFF;
    font-family: var(--fontRoboto);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    padding: 12px 28px;
    border-radius: 20px;
    background: #1E1D25;
    display: inline-block;
}

.categories ul li.active a {
    border: 1px solid #777;
}

.blog-post>div {
    margin-bottom: 50px;
}

.blog-post .date-and-tag .tag {
    color: #B0B0B0;
    font-family: var(--fontRobotoB);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 8px;
}
.blogs-list>div:first-child{
	overflow:hidden;
	margin-bottom: 20px;
}
.blog-post img {
    object-fit: cover;
}
.blog-post img:hover{
	transition:0.3s ease-in-out;
	transform:scale(1.1);
}

.row.blog-row.blog-post>div:nth-child(3n + 1) img {
    height: 280px;
    width: 100%;
}

.row.blog-row.blog-post>div:nth-child(4n) {
    margin-top: -45px;
}

.row.blog-row.blog-post>div:nth-child(3n + 2) img {
    height: 300px;
    width: 100%;
}

.row.blog-row.blog-post>div:nth-child(3n) img {
    height: 230px;
    width: 100%;
}

.row.blog-row.blog-post>div:nth-child(3n + 6) {
    margin-top: -95px;
}

.blog-post h3 {
    color: #FFF;
    font-family: var(--fontRobotoMD);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}


/* ------------------------------------------------- single-page-css */
.blog-banner h1 {
    color: #FFF;
    font-family: var(--fontRobotoB);
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: 68px;
}

.blog-details-section {
    padding: 24px 0px 60px 0px;
}

.blog-details-section h3 {
    color: #FFF;
    font-family: var(--fontRoboto);
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 16px;
}
.blog-details-section h2 {
    color: #FFF;
    font-family: var(--fontRobotoMD);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
}
.blog-details-section h4{
	color: #FFF;
    font-family: var(--fontRobotoMD);
	font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
} 
.blog-details-section h5{
	color: #FFF;
    font-family: var(--fontRobotoMD);
	font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
	
}
.blog-details-section h6{
	color: #FFF;
    font-family: var(--fontRobotoMD);
	font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.blog-details-section ul li{
	list-style:unset;
}
.blog-details-section p, .blog-details-section ul li a, .blog-details-section ul li {
    color: #B4B2B2;
    font-family: var(--fontRobotolight);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 36px;
}

.blog-quote p {
    color: #D0CFCF;
    font-family: var(--fontRoboto);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 16px;
}

/* .blog-details-section img {
    width: 100%;
} */

.blog-details-calender {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(212, 212, 212, 0.20);
    margin-bottom: 24px;
}

.blog-details-calender p {
    margin-bottom: 0px;
    color: #FFF;
    text-align: center;
    font-family: var(--fontRoboto);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    text-transform: uppercase;
    margin-left: 6px;
}

.blog-quote {
    position: relative;
    margin-bottom: 36px;
    padding-left: 20px;
}

.blog-quote::before {
    content: "";
    position: absolute;
    background-color: #9066F2;
    height: 100%;
    width: 1px;
    left: 0;
}

.blog-quote h6 {
    color: #9066F2;
    font-family: var(--fontRobotolight);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
}

.blog-details-right {
    border: 0.5px solid rgba(255, 255, 255, 0.20);
    background: #11101F;
    padding: 20px;
    height: fit-content;
}

.blog-details-right h4 {
    margin-bottom: 8px;
    color: #FFF;
    font-family: var(--fontRoboto);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.blog-details-right ol li {
    display: flex;
    align-items: center;
    padding: 12px 0px;
    border-bottom: 1px solid rgba(212, 212, 212, 0.20);
}

.blog-details-right ol li:last-child {
    border: 0px;
}

.blog-details-right ol li img {
    width: 85px;
    height: 85px;
    object-fit: cover;
}

.blog-details-right ol li a {
    margin-left: 12px;
}

.blog-details-right ol li h6 {
    color: #FFF;
    font-family: var(--fontRoboto);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-details-right ol li h6:hover {
    color: #9066F2;
}

.blog-details-right ol li .tag {
    color: #B0B0B0;
    font-family: var(--fontRobotoB);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    display: inline-block;
    margin-bottom: 9px;
}
@media screen and (max-width:991px) {
.blog-post h3 {
    font-size: 16px;
    line-height: 24px;
}
.blog-banner {
    padding: 140px 0px;
}
}
@media screen and (max-width:767px) {
    .blog-banner {
        padding: 120px 0px;
		background-attachment:unset;
    }

    .blog-details-section h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .blog-post img {
        width: 100% !important;
        height: 210px !important;
        object-fit: cover;
    }

    .blog-post h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .blog-section {
        margin-top: 0px;
    }

    .categories ul {
        display: flex;
        margin-bottom: 40px;
        column-gap: 12px;
        flex-wrap: wrap;
        row-gap: 16px;
    }

    .categories ul li a {
        display: inline-block;
		font-size: 12px;
    	padding: 8px 20px;
    }

    p#breadcrumbs {
        margin-top: 10px;
    }

    p#breadcrumbs span,
    p#breadcrumbs span a {
        font-size: 12px;
        line-height: 20px;
    }

    .row.blog-pagi {
        margin: 30px 0px;
    }

    .blog-details-section p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 24px;
    }

    .blog-details-calender p {
        margin-bottom: 0px;
        font-size: 12px;
        line-height: 14px;
    }
	.blog-post>div {
   	 margin-bottom: 24px !important;
	}
	.row.blog-row.blog-post>div:nth-child(3n + 6), .row.blog-row.blog-post>div:nth-child(4n) {
    margin-top: auto;
	}
}