
.main-con {padding: 3rem 0;}
p{font-size:clamp(1rem,.9648rem + .1563vw,1.0625rem)}
#blog-banner h1 {color: var(--priColor);}
.blog-top a { color: var(--thirdColor); }
.blog-bnr-con h2 a { color: var(--priColor); }
.blog-title a { color: var(--priColor); }
.heading-title { text-align: center; position: relative; }
.heading-title::after { content: ''; position: absolute; bottom: -12%; left: 50%; width: 24rem; height: 4px; transform: translate(-50%, -50%); background: linear-gradient(85deg,rgb(25, 148, 163) 17%,rgb(110, 219, 232) 46%,rgb(57, 179, 242) 89%); }
#blog-banner{height:73vh;overflow:hidden;display:flex;align-items:center;background:#c3c3c366;position:relative}
.blog-bnr-con{display:flex;height:53vh;overflow:hidden;align-items:center}
.first-blog-post{display:flex;width:66%;height:100%}
.bnr-featured-image{width:60%;display:flex;align-items:center;position:relative}
.bnr-featured-image::after{content:'';height:100%;width:100%;position:absolute;top:0;left:0;backdrop-filter:blur(24px) saturate(133%);-webkit-backdrop-filter:blur(24px) saturate(133%);background-color:rgba(255,255,255,.22)}
.bnr-featured-image img{position: relative; z-index: 1; height: 100%; object-fit: cover; object-position: center;}
.first-blog-post .sidebar{width:50%;display:flex;flex-direction:column;justify-content:space-around;background:var(--whiteColor);box-sizing:border-box}
.first-blog-post .sidebar h2{padding:0 30px;font-size:clamp(1.6875rem,1.4414rem + 1.0938vw,2.125rem)}
.first-blog-post .sidebar p{width:9em;display:unset;font-size:18px;color:var(--priColor);background:linear-gradient(85deg,rgba(25,148,163,1) 17%,rgba(110,219,232,1) 46%,rgba(57,179,242,1) 89%);padding:5px 34px;box-sizing:border-box;font-weight:700}
.bnr-btm,.sec-blog-btm h3{display:flex;padding:0 30px;position:relative;gap:20px}
.bnr-btm h3,.sec-blog-btm h3{font-size: 17px; color: var(--thirdColor); font-family: var(--secFont); margin: 0;}
.sidebar .bnr-btm::after{content: ''; position: absolute; top: 50%; left: 21%; width: 2px; height: 80%; background: var(--thirdColor); transform: translateY(-50%);}
.bnr-btm::after{content: ''; position: absolute; top: 50%; left: 19.2%; width: 2px; height: 100%; background: var(--thirdColor); transform: translateY(-50%);}
  .second-post{display:flex;width:33%;height:100%;flex-direction:column;box-sizing:border-box;background:var(--whiteColor);}
.sec-featured-image{position:relative}
.bnr-btm h3 a { color: var(--thirdColor); }
.sec-featured-image::after{content:"Featured";font-weight:700;font-size:18px;color:var(--priColor);width:8em;height:35px;line-height:36px;background:linear-gradient(85deg,#1994a3 17%,#6edbe8 46%,#39b3f2 89%);position:absolute;left:0;padding-left:34px;top:80%}
.sec-featured-image img{-o-object-fit:contain;object-fit:contain;height:100%}.second-post h2{padding:0 30px;font-size:22px;line-height:1.4em}
.bnr-post-2{display:flex;flex-direction:column;justify-content:space-evenly;height:100%}
.custom-shape-divider-bottom-1725335654{position:absolute;bottom:0;left:0;width:100%;overflow:hidden;line-height:0}
.custom-shape-divider-bottom-1725335654 svg{position:relative;display:block;width:calc(200% + 1.3px);height:120px}
.custom-shape-divider-bottom-1725335654 .shape-fill{fill:rgb(25,154,163,.4)}
.custom-shape-divider-top-1725336543{position:absolute;top:0;left:0;width:100%;overflow:hidden;line-height:0;transform:rotate(180deg)}.custom-shape-divider-top-1725336543 svg{position:relative;display:block;width:calc(200% + 1.3px);height:135px}.custom-shape-divider-top-1725336543 .shape-fill{fill:rgb(25,154,163,.4)}
.blog-container{display:flex;flex-wrap:wrap;gap:28px;justify-content:center;  margin: 3rem 0 0;}
.blog-post-con{width:32%;position:relative; border-radius: var(--radious); overflow: hidden;}
/* .blog-post-con::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);border-radius:var(--radious)} */
.entry-content{position: relative; bottom: 0; left: 0; padding: 1.5rem; z-index: 1; background: #f3f3f3; overflow: hidden;}
.entry-content h3,.entry-content p{color:var(--whiteColor);}
.entry-content h3{  font-size: clamp(1.3125rem,1.207rem + .4688vw,1.5rem); margin: 0 0 20px; line-height: 1.2em; color: var(--priColor);}
.entry-content p { color: var(--textColor); }
.featured-image img{height:18rem;-o-object-fit:cover;object-fit:cover}
.blog-top{color:var(--thirdColor);font-weight:600;margin:0 0 1.5rem;}
.reading-time{font-size:15px}
.blog-btm{display:flex;justify-content:space-between;gap:25px; }
.blog-btm p{position:relative;padding:0 0 0 34px}
.blog-btm p::before{content:url(../images/icon/clock.png);position:absolute;top:-2px;left:0;width:100%;height:100%;z-index:1}
.blog-btm p+p::before{content:url(../images/icon/calendar.png);position:absolute;top:-2px;left:0;width:100%;height:100%;z-index:1}

.page-title { text-align: center; }
.button-container { width: 100%; text-align: center; margin-top: 20px; clear: both; }

.button-container button { margin: 0 10px; padding: 10px 20px; cursor: pointer; }



@media only screen and (max-width :1500px)
{
    .blog-bnr-con{padding:0 20px}
    .sidebar .bnr-btm::after{left:5.3em}
    .bnr-btm::after{left:5.4em}
    .blog-post-con {width:31%}}

@media only screen and (max-width :1000px)
{
    .blog-container{grid-template-columns:1fr 1fr;display:grid}.blog-post-con{width:100%}
}

@media only screen and (max-width :800px)
    {.second-post{display:none}.first-blog-post{width:100%}}
    
    @media only screen and (max-width :600px)
    {.first-blog-post{flex-direction:column-reverse}
    .first-blog-post .sidebar{width:100%}
    .bnr-featured-image{width:100%;background-image:unset;height: 100%;}
    .bnr-featured-image::after{all:unset}
    .bnr-featured-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}
    .first-blog-post .sidebar{padding:20px 0}.bnr-btm,.sec-blog-btm h3{margin:15px 0 0}
    .blog-post-con{width:100%}.blog-container{grid-template-columns:1fr}}
