.blog-parent-b{height:400px;position:relative}.blog-parent-b .top-color{clip-path:polygon(0 0,100% 0%,100% 80%,50% 100%,0 80%);background-image:url(../media/background-footer.fe75dae9.webp);background-position:top;background-repeat:no-repeat;background-size:cover;width:100%;height:100%}.blog-parent-b .top-color .top-color-cont{justify-content:center;align-items:center;gap:var(--unit);flex-direction:column;display:flex}.blog-parent-b .top-color .top-color-cont .about-heading{color:var(--white);font-size:calc(var(--unit)*2)}.blog-parent-b .top-color .top-color-cont .about-para{text-align:center;max-width:80ch;color:var(--white);font-weight:600}.blog-parent{padding:50px 0}.blog-parent .blog-cont{flex-direction:column;justify-content:center;align-items:center;gap:50px;display:flex}.blog-parent .blog-cont .card-box{flex-wrap:wrap;justify-content:center;gap:20px;width:100%;display:flex}.blog-parent .blog-cont .card-box .card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:10px;flex-direction:column;justify-content:space-between;gap:10px;width:355px;height:100%;padding:10px;display:flex;box-shadow:0 4px 10px #0003}.blog-parent .blog-cont .card-box .card .card-data{gap:calc(var(--unit)/2);flex-direction:column;display:flex}.blog-parent .blog-cont .card-box .card .card-data .card-image{border-radius:10px;width:100%;height:250px;overflow:hidden}.blog-parent .blog-cont .card-box .card .card-data .card-image img{object-fit:contain;width:100%;height:100%}.blog-parent .blog-cont .card-box .card .card-data .card-title{font-size:22px;font-weight:500;line-height:28px}.blog-parent .blog-cont .card-box .card .card-data .short-desc h1,.blog-parent .blog-cont .card-box .card .card-data .short-desc h2,.blog-parent .blog-cont .card-box .card .card-data .short-desc h3,.blog-parent .blog-cont .card-box .card .card-data .short-desc h4,.blog-parent .blog-cont .card-box .card .card-data .short-desc h5{font-size:18px;line-height:25px}.blog-parent .blog-cont .card-box .card .bottom-card{justify-content:space-between;padding:10px;display:flex}.blog-parent .blog-cont .card-box .card .bottom-card .category:hover{color:var(--accent1)}.loader{border:6px solid #f3f3f3;border-top:6px solid var(--accent1);border-radius:50%;width:50px;height:50px;margin:50px auto;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
