/* Autor Info page csss start */
.blog-main,
.author-info-main {
    position: relative;
} 

.author-info-main {
    position: relative;
    inset: 0;
    background-image: url(../assets/images/hero-overlay.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; 
}

.author-info-main::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url(../assets/images/author-hero-shadow2.webp);
    z-index: 0;
    height: 631px;
    left: 0;
    top: 80px;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    opacity: 0.7;
}

.author-info-main::before {
    content: '';
    position: absolute;
    background-image: url(../assets/images/hero-bg-gradient-upperf.png);
    inset: 0;
    height: 500px;
    left: -100%;
    top: -25%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.author-info-content{
    position: relative;
    z-index: 10;
}

.author-info-main .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 120px 48px 70px 48px;  
}
@media screen and (max-width: 1600px) {
    .author-info-main .container {
        padding: 100px 48px 70px 48px;   
    }
}

@media screen and (max-width: 1366px) {
    .author-info-main .container {
        padding: 100px 48px 20px 48px;  
    }
}

@media screen and (max-width: 1024px) {
    .author-info-main .container {
        padding: 100px 48px 0 48px;  
    }
}

@media screen and (max-width: 767px) {
    .author-info-main .container {
        padding: 70px 20px 0 20px;  
    }
}

.author-info-main .common-title {
    padding-bottom: 60px;
    text-align: center;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1600px) {
    .author-info-main .common-title {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 1366px) {
    .author-info-main .common-title {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 1024px) {
    .author-info-main .common-title {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    .author-info-main .common-title {
        padding-bottom: 40px;
    }
}

.author-info-main .common-title span {
    font-size: 54px;
    font-family: "Geist", Sans-serif;
    line-height: 62px;
    font-weight: 600;
    color: #FAFAFA;
}
@media screen and (max-width: 1024px) {
    .author-info-main .common-title span {
        font-size: 44px;
        line-height: 52px;
    }
}
@media screen and (max-width: 767px) {
    .author-info-main .common-title span {
        font-size: 38px;
        line-height: 46px;
    }
}


.author-info-main .author-info-bg {
    border: 1px solid #FAFAFA14;
    background: #0B1222;
    backdrop-filter: blur(12px);
    padding: 30px;
    box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 5%);
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
    .author-info-main .author-info-bg {
        padding: 24px;
    }
}

@media screen and (max-width: 767px) {
    .author-info-main .author-info-bg {
        padding: 20px;
    }
}

.author-info-main .author-info-bg .author-image {
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-right: 40px;
    border-radius: 6px;
}
@media screen and (min-width: 767px) and (max-width: 1199px) {
    .author-info-main .author-info-bg .author-image {
        margin-right: 30px;
    }
}

.author-info-main .author-info-bg .author-image img { 
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-info-main .author-info-bg .author-image-content {
    width: calc(100% - 150px);
    display: flex;
    flex-direction: column;
    gap: 15px;
}

@media screen and (max-width: 767px) {
    .author-info-main .author-info-bg .author-image-content {
        width: 100%;
        margin-top: 15px;
    }
}

.author-info-main .author-info-bg::after {
    position: absolute;
    content: '';
    top: -1px;
    left: 0;
    right: 0;
    background: url(../assets/images/topdesign.webp);
    background-repeat: no-repeat;
    height: 1px;
    background-position: center center;
}

.author-info-main .author-info-bg .author-image-content .author-name  {
    font-size: 44px;
    font-family: "Geist", Sans-serif;
    line-height: 60px;
    margin-bottom: 0px;
    font-weight: 500;
    background: linear-gradient(270deg, #155DFC 0%, #00B8DB 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1600px) {
    .author-info-main .author-info-bg .author-image-content .author-name  {
        font-size: 44px;
        line-height: 52px;
    }
}

@media screen and (max-width: 1366px) {
    .author-info-main .author-info-bg .author-image-content .author-name  {
        font-size: 42px;
        line-height: 50px;
    }
}

@media screen and (max-width: 1024px) {
    .author-info-main .author-info-bg .author-image-content .author-name  {
        font-size: 30px;
        line-height: 38px;
    }
}

@media screen and (max-width: 767px) {
    .author-info-main .author-info-bg .author-image-content .author-name  {
        font-size: 28px;
        font-weight: 600;
        line-height: 36px;
    }
}

@media screen and (max-width: 575px) {
    .author-info-main .author-info-bg .author-image-content .author-name  {
        font-size: 26px;
        font-weight: 600;
        line-height: 34px;
    }
}

.author-info-main .author-info-bg .author-image-content .author-description {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    color: #FAFAFA;
}

@media screen and (max-width: 1024px) {
    .author-info-main .author-info-bg .author-image-content .author-description {
        font-size: 16px;
        line-height: 24px;
    }
}

.blog-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 0px 60px 0px;
}

@media screen and (max-width: 1366px) {
    .blog-main {
        padding: 55px 48px 55px 48px; 
    }
}
@media screen and (max-width: 1024px) {
    .blog-main {
        padding: 50px 48px 50px 48px; 
    }
}

@media screen and (max-width: 767px) {
    .blog-main {
        padding: 35px 20px 35px 20px; 
    }
}  

.card-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 30px;
}

@media screen and (max-width: 1366px) {
    .blog-main .card-columns {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 20px;
    }
}

@media screen and (max-width: 767px) {
    .blog-main .card-columns {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px 30px;
    }
}


/* ---------start--start--041--30-04-2016---------- */

.blog-main .card{
    border: 1px solid #00B8DB33;
    background: #0C1327;
    border-radius: 16px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    z-index: 1;
}
.blog-main .card .card-media img{
    width: 100%;
    border-radius: 10px;
}
.blog-main .card .card-media-title{
    font-family: Geist;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #FAFAFA;
}

.blog-main a{
    text-decoration: none !important;
}
.blog-main .card-media{
    position: relative;
}
.blog-main .card-body {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: space-between;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .blog-main .card-body {
        gap: 15px;
    }
}

.blog-main .category {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    background: linear-gradient(0.22deg, rgba(3, 0, 21, 0.7) 0%, rgba(3, 0, 21, 0.5) 100%);
    padding: 6px 16px;
    border-radius: 40px;
    border: 1px solid #FAFAFA14;
    backdrop-filter: blur(20px);
    color: #fafafa;
    flex-wrap: wrap;
    line-height: 18px;
}

.blog-main .category a{
    color: #fafafa;
}

.blog-main .card-body .author-date-bio{
    display: flex;
    align-items: end;
    justify-content: space-between;
    font-family: Geist;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #90A1B9;
}

.blog-main .card-body .author-date-bio span{
    color: #90A1B9;
}

.blog-main .load-more-btn-wrapper{
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}

.blog-main .load-more-btn-wrapper #load-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px auto 0;
    padding: 0;
    font-family: 'Geist', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #51A2FF;
    background: transparent;
    gap: 8px;
}

.blog-main .load-more-btn-wrapper .faq-btn-arrow {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 8px solid #5EA2FF;
    border-radius: 3px;
    margin-top: 2px;
    transition: all 0.2s ease;
} 

/* ---------end--start--041--30-04-2016---------- */




/* ---------start--041--01-05-2016---------- */

.category-main-wrapper{
    width: 100%;
    position: relative;
    margin-top: 120px;
    padding-top: 0;
    inset: 0;
    background-image: url(../assets/images/hero-overlay.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; 
}

.category-main-wrapper::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url(../assets/images/author-hero-shadow2.webp);
    z-index: 0;
    height: 600px;
    left: 0;
    top: 0;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    opacity: 0.7;
}

.category-main-wrapper::before {
    content: '';
    position: absolute;
    background-image: url(../assets/images/hero-bg-gradient-upperf.png);
    inset: 0;
    height: 500px;
    left: -142%;
    top: -10%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (min-width: 1501px) and (max-width: 1700px) {
    .category-main-wrapper::before {
        left: -120%;
    }
}

@media screen and (min-width: 1367px) and (max-width: 1500px) {
    .category-main-wrapper::before {
        left: -100%;
    }
}

@media screen and (min-width: 767px) and (max-width: 1366px) {
    .category-main-wrapper::before {
        left: -100%;
    }
}


@media screen and (max-width: 767px) {
    .category-main-wrapper{
        margin-top: 80px;
    }
}

.category-main-wrapper .common-title{        
    text-align: center;
}

.category-main-wrapper .common-title span{        
    font-family: "Geist";
    font-size: 54px;
    line-height: 62px;
    font-weight: 600;
    color: #FAFAFA;
    text-align: center;
}

@media screen and (max-width: 1366px) {
    .category-main-wrapper .common-title span{  
        font-size: 46px;
        line-height: 54px;
    }
}

@media screen and (max-width: 1024px) {
    .category-main-wrapper .common-title span{  
        font-size: 40px;
        line-height: 46px;
    }
}
@media screen and (max-width: 767px) {
    .category-main-wrapper .common-title span{  
        font-size: 34px;
        line-height: 38px;
    }
}

.category-main-wrapper .common-title h1{        
    font-family: "Geist";
    font-size: 45px;
    line-height: 52px;
    font-weight: 600;
    color: #FAFAFA;
    text-align: left;
    margin: 60px 0 40px 0;
}

@media screen and (max-width: 1366px) {
    .category-main-wrapper .common-title h1{   
        font-size: 40px;
        line-height: 48px;
        margin: 50px 0 35px 0;
    }
}

@media screen and (max-width: 1024px) {
    .category-main-wrapper .common-title h1{   
        font-size: 36px;
        line-height: 44px;
        margin: 40px 0 35px 0;
    }
}

@media screen and (max-width: 767px) {
    .category-main-wrapper .common-title h1{   
        font-size: 26px;
        line-height: 34px;
        margin: 40px 0 30px 0;
    }
}



/* ---------end--041--01-05-2016---------- */


/* @media screen and (max-width: 1024px) { 

.show-all .insights-container-main .insights-items-wrapper .insights-article {
    display: flex !important;
}

} */