@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Noto+Serif+Bengali:wght@300;400;500;600;700;800;900&display=swap"); * { list-style: none; text-decoration: none; } a { opacity: 1; } body { background: rgb(255, 255, 255); color: rgb(0, 0, 0); font-family: "Inter", sans-serif; } main { padding-top: 4rem; padding-bottom: 0 !important; } section { padding: 5rem 0 3.5rem; margin: unset; } h1, h2, h3, h4, h5, h6, p { color: inherit; font-family: inherit; margin: unset; text-shadow: unset; } .row { margin-top: unset; } @media screen and (min-width: 1400px) { .container { max-width: 1360px; } } .section-title { font-weight: 600; color: rgb(0, 0, 0); text-align: center; margin-bottom: 1rem; font-size: 2.2rem; } .section-title strong { color: rgb(0, 38, 136); } .section-sub-title { color: rgba(0, 0, 0, 0.6); text-align: center; font-size: 1.4rem; margin-bottom: 2rem; } .img-container { overflow: hidden; } .img-container img { height: 100%; width: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; } .link-btn { margin: 0; padding: 0.45rem 1.2rem !important; background: rgb(0, 38, 136); border-color: rgb(0, 38, 136); border-width: 2px; font-size: 0.9rem; font-weight: 600; box-shadow: none; opacity: unset; display: block; height: unset; width: -moz-fit-content; width: fit-content; } .link-btn:hover { background: rgb(255, 255, 255); color: rgb(0, 38, 136); } .link-btn-outline { margin: 0; padding: 0.45rem 1.2rem !important; color: rgb(0, 38, 136); border-color: rgb(0, 38, 136); background: rgb(255, 255, 255); border-width: 2px; font-size: 0.9rem; font-weight: 600; box-shadow: none; opacity: unset; height: unset; } .link-btn-outline:hover { background: rgb(0, 38, 136); color: rgb(255, 255, 255); } .single-course { box-shadow: 1px 2px 5px rgba(0, 46, 116, 0.25); font-family: "Inter", sans-serif; } .single-course .top-part { height: 200px; position: relative; overflow: hidden; } .single-course .top-part .img-container { height: 100%; width: 100%; } .single-course .top-part .tag { position: absolute; left: 4%; bottom: 4%; padding: 0.1rem 1rem; background: rgb(203, 236, 71); font-size: 0.75rem; font-weight: 700; border-radius: 15px; } .single-course .details { height: calc(100% - 180px); padding: 1rem; display: flex; flex-direction: column; gap: 0.75rem; font-family: "Inter", sans-serif; line-height: 1.2; background: rgb(255, 255, 255); } .single-course .details .level { font-size: 0.75rem; font-weight: 500; color: rgb(0, 38, 136); } .single-course .details .title { font-size: 0.9rem; font-weight: 600; text-decoration: none; color: rgb(0, 0, 0); cursor: pointer; } .single-course .details .stats { font-size: 0.7rem; color: rgba(0, 0, 0, 0.6); } .single-course .details .price { color: rgb(0, 38, 136); font-weight: 600; font-size: 1rem; text-align: right; } #navbar { position: fixed; top: 0; left: 0; width: 100%; padding: 0.75rem 0; font-family: "Poppins", sans-serif; background: rgb(255, 255, 255); z-index: 999; } #navbar .container-fluid { display: flex; justify-content: space-between; align-items: center; } @media screen and (max-width: 768px) { #navbar .container-fluid { flex-direction: column; } } #navbar .nav-icons { display: flex; align-items: center; } @media screen and (max-width: 768px) { #navbar .nav-icons { position: fixed; top: 0; left: 0; right: 0; justify-content: space-between; width: 100%; padding: 0 1rem; background: rgb(255, 255, 255); height: 4rem; } } #navbar .navbar-brand { height: 3.5rem; } #navbar .navbar-brand img { height: 100%; } #navbar .res-btn { font-size: 1.2rem; padding: 0.25rem; background: unset; color: rgb(0, 0, 0); border: none; margin: 0; width: unset; height: -moz-fit-content; height: fit-content; width: -moz-fit-content; width: fit-content; display: none; } #navbar .res-btn:focus { box-shadow: none; } @media screen and (max-width: 768px) { #navbar .res-btn { display: block; } } #navbar .nav-links { display: flex; justify-content: center; align-items: center; gap: 1rem; } @media screen and (max-width: 768px) { #navbar .nav-links { background: rgb(255, 255, 255); display: block; position: fixed; top: 4rem; left: 0; right: 0; min-height: calc(100vh - 4rem); padding: 1rem; overflow-y: auto; transform: translateX(-200vw); transition: 0.75s; } #navbar .nav-links li { display: block; color: #fff; margin-top: 1rem !important; } } #navbar .nav-links li { margin: unset; padding: unset; } #navbar .link-item { padding: 0.25rem 0.5rem; margin: unset; color: rgba(0, 0, 0, 0.8); font-size: 0.9rem; font-weight: 600; background: transparent; } #navbar .link-item:hover { color: rgb(0, 38, 136); } #navbar .link-item.active { color: rgb(0, 38, 136); } #navbar .link-btn { padding: 0.25rem 0.75rem !important; } @media screen and (max-width: 768px) { body.show-mobile-menu #navbar .nav-links { transform: translateX(0px); } body.show-mobile-menu main { overflow-y: none; } } #footer { background: #151E37; padding: 2rem 0; font-family: "Inter", sans-serif; } #footer .top-part { padding-bottom: 2rem; border-bottom: 2px solid rgb(255, 255, 255); } #footer .top-part ul { display: flex; justify-content: space-around; align-items: flex-end; flex-direction: row; list-style: none; } #footer .top-part ul li { list-style: none; } #footer .top-part ul .short-icon { width: 4rem; } #footer .top-part ul a { font-size: 1.2rem; color: rgb(255, 255, 255); } @media screen and (max-width: 767px) { #footer .top-part ul a { font-size: 0.85rem; } } #footer .top-part ul a.active { color: #ADBCFF; } #footer .address { display: flex; flex-direction: column; gap: 0.5rem; color: rgb(255, 255, 255); } #footer .address li { list-style: none; display: flex; align-items: center; gap: 0.75rem; font-size: 1rem; font-weight: 300; } #footer .other-link { color: rgb(255, 255, 255); display: flex; justify-content: center; align-items: center; flex-direction: column; gap: 1rem; } #footer .social-link { display: flex; gap: 0.5rem; } #footer .social-link img { height: 100%; width: 100%; } #footer .privacy-links { display: flex; gap: 0.25rem; } #footer .privacy-links a { padding: 0.1rem 0.5rem; font-size: 0.7rem; color: rgb(255, 255, 255); border-right: 2px solid rgb(255, 255, 255); } #footer .privacy-links a:last-child { border-right: none; } #footer .app-download { margin-top: 0.5rem; display: flex; gap: 1.5rem; } #footer .app-download a { height: 2.2rem; text-decoration: none; } #footer .app-download a img { height: 100%; } section { padding: 2rem 0 1.5rem; } .page-title { font-family: "Inter", sans-serif; margin-top: 2.5rem; text-align: left; font-weight: 600; padding-bottom: 1.5rem; border-bottom: 3px solid rgb(173, 188, 255); } .page-title strong { color: rgb(0, 38, 136); } #archive-hero { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0 0 2rem; gap: 1rem; } @media screen and (max-width: 768px) { #archive-hero { grid-template-columns: repeat(1, 1fr); } } #archive-hero .single-item { box-shadow: 1px 2px 5px rgba(0, 46, 116, 0.25); display: flex; flex-direction: column; } #archive-hero .single-item .img-container { flex: auto; } #archive-hero .single-item .details { height: -moz-fit-content; height: fit-content; background: rgb(255, 255, 255); padding: 0.75rem; } #archive-hero .single-item .details .title { line-height: 1.4; font-size: 0.85rem; font-weight: 500; color: rgb(0, 0, 0); font-family: "Noto Serif Bengali", serif; text-decoration: none; } #archive-hero .single-item .details .title:hover { opacity: 0.7; } #archive-hero .single-item:first-child { grid-column: span 2; grid-row: span 2; } @media screen and (max-width: 768px) { #archive-hero .single-item:first-child { grid-column: unset; grid-row: unset; } } .single-item-archive-wraper .archive-title { color: rgb(0, 0, 0); display: flex; align-items: center; gap: 1rem; font-family: "Inter", sans-serif; font-weight: 600; } .single-item-archive-wraper .archive-title::after { content: ""; background: rgb(173, 188, 255); flex: auto; padding: 0.1rem; } .single-item-archive-wraper .link-btn { display: block; width: -moz-fit-content; width: fit-content; margin: 2rem auto; } .single-item-archive-wraper #single-item-container { font-family: "Noto Serif Bengali", serif; font-family: "Inter", sans-serif; margin-top: 1rem; } .single-item-archive-wraper #single-item-container .single-item { box-shadow: 1px 2px 5px rgba(0, 46, 116, 0.25); height: 100%; border-radius: 3px; overflow: hidden; display: flex; flex-direction: column; } .single-item-archive-wraper #single-item-container .img-container { height: 180px; } @media screen and (max-width: 768px) { .single-item-archive-wraper #single-item-container .img-container { height: 220px; } } .single-item-archive-wraper #single-item-container .details { flex: auto; padding: 0.75rem 0.75rem 1rem; line-height: 1.4; display: flex; flex-direction: column; gap: 0.25rem; } .single-item-archive-wraper #single-item-container .tags { font-size: 0.6rem; font-weight: 600; color: rgb(0, 38, 136); } .single-item-archive-wraper #single-item-container .title { font-size: 0.8rem; line-height: 1.2; color: rgb(0, 0, 0); font-weight: 700; text-decoration: none; } .single-item-archive-wraper #single-item-container .title:hover { color: rgb(0, 38, 136); } .single-item-archive-wraper #single-item-container .item-date { font-size: 0.55rem; color: rgba(0, 0, 0, 0.6); font-weight: 600; } .single-item-archive-wraper #single-item-container .desc { color: rgba(0, 0, 0, 0.6); font-size: 0.65rem; } #side-section { padding-top: 0; display: flex; flex-direction: column; gap: 1.5rem; } #side-section .side-item-title { background-color: rgb(173, 188, 255); color: rgb(0, 0, 0); text-align: left; margin-bottom: 0.5rem; padding: 0.25rem 0.75rem; font-size: 1rem; } #side-section .single-item { display: flex; padding-bottom: 0.75rem; border-bottom: 2px solid rgb(173, 188, 255); } #side-section .single-item .img-container { flex: 2; } #side-section .single-item .img-container img { width: 100%; } #side-section .single-item .details { flex: 4; padding: 0.25rem 0.75rem; } #side-section .single-item .details .title { display: block; font-size: 0.8rem; line-height: 1.4; color: rgb(0, 0, 0); font-weight: 500; text-decoration: none; } #side-section .single-item .details .title:hover { opacity: 0.8; } #side-section .single-testimonial { display: flex; padding-bottom: 0.75rem; border-bottom: 2px solid rgb(173, 188, 255); } #side-section .single-testimonial .img-container { flex: 2; } #side-section .single-testimonial .img-container img { width: 100%; } #side-section .single-testimonial .details { flex: 4; padding: 0.25rem 0.75rem; } #side-section .single-testimonial .details .testimonial { display: block; font-size: 0.65rem; line-height: 1.2; color: rgba(0, 0, 0, 0.6); font-weight: 500; text-decoration: none; } #side-section .single-testimonial .details .name, #side-section .single-testimonial .details .ocupation { margin: unset; margin-top: 0.15rem; font-weight: 500; font-size: 0.7rem; text-align: right; } .add-container { width: 100%; }/*# sourceMappingURL=blog-archive.css.map */