@import"https://fonts.googleapis.com/css2?family=Epilogue:wght@300;400;500;600;700;800;900&display=swap";a{text-decoration:none}*{padding:0;margin:0;box-sizing:border-box}body{background:#f6f6f6}::-webkit-scrollbar{display:none}p{margin:0}section{width:100%;margin-top:3rem}section .heading h4{text-align:center;color:#ff715b;font-family:Epilogue!important;margin:0;font-size:14px;font-weight:400}section .description{max-width:1240px;margin:1rem auto 0;padding:0 3%}section .description p{font-size:clamp(18px,3vw,40px);text-align:center;font-family:Epilogue;line-height:1.1;font-weight:500}section .aboutDescription{max-width:1240px;margin:1rem auto 0;padding:0 3%}section .aboutDescription p{text-align:center;color:#6a6d77;font-size:17px}.ReadBtn{margin-top:2rem}.ReadBtn,.ReadBtn .arrow{display:flex;align-items:center}.ReadBtn .arrow{width:40px;aspect-ratio:1/1;justify-content:center;background:rgba(0,0,0,.1);border-radius:5px;margin-left:30px}.comingSoon,.loading{min-height:40vh;display:grid;place-items:center}.blogsSection .blogs{width:100%;margin-top:2rem;min-height:60vh;display:grid;grid-template-rows:auto;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;padding:0 20px}.blogsSection .blogs .blogsCard{background:#fff;border-radius:5px;display:flex;flex-direction:column;width:100%;box-shadow:0 5px 10px 0 rgba(0,0,0,.15)}.blogsSection .blogs .blogsCard .Imagesection{width:100%;height:16rem;-o-object-fit:cover;object-fit:cover;padding:10px;background:#fff;border-radius:10px 10px 0 0}.blogsSection .blogs .blogsCard .Imagesection img{border-radius:5px;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.blogsSection .blogs .blogsCard .content{background:#fff;padding:0 10px 10px;border-radius:0 0 5px 5px;display:flex;flex-grow:1}.blogsSection .blogs .blogsCard .content .overlay{background:rgba(0,0,0,.1);width:100%;border-radius:5px;display:flex;flex-direction:column;justify-content:space-between;padding:10px}.blogsSection .blogs .blogsCard .content .overlay .data h6{color:#ff715b;font-size:12px}.blogsSection .blogs .blogsCard .content .overlay .data h4{font-size:14px;color:#6a6d77;margin-top:2px}.blogsSection .blogs .blogsCard .content .overlay .KnowMoreBtn{display:flex;align-items:center;margin-top:2px}.blogsSection .blogs .blogsCard .content .overlay .KnowMoreBtn .arrow{width:30px;aspect-ratio:1/1;display:flex;justify-content:center;align-items:center;background:rgba(0,0,0,.1);border-radius:5px;margin-left:30px}.card-img{height:40vh;position:relative;margin:10px;border-radius:5px}.card-title{font-size:1.25rem;font-weight:700;height:15vh;flex-grow:1;margin:0 10px 10px}.card-title.skeleton{min-height:28px;border-radius:4px;margin-bottom:10px}.skeleton{background-color:#e2e5e7;background-image:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.5),hsla(0,0%,100%,0));background-size:40px 100%;background-repeat:no-repeat;background-position:left -40px top 0;animation:shine 1s ease infinite}@keyframes shine{to{background-position:right -40px top 0}}