@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=Noto+Sans+Bengali:wght@300;400;500;600;700;800;900&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Tiro+Bangla&display=swap"); * { list-style: none; text-decoration: none; } a { opacity: 1; } body { background: rgb(255, 255, 255); color: rgb(0, 0, 0); font-family: "Tiro Bangla", serif; } main { height: 200vh; padding-top: 4rem; } section { padding: 4rem 0; margin: unset; } h1, h2, h3, h4, h5, h6, p { color: inherit; font-family: inherit; margin: unset; } .section-title { font-weight: 600; color: rgb(0, 0, 0); text-align: center; margin-bottom: 1.2rem; } .section-sub-title { color: rgba(0, 0, 0, 0.6); text-align: center; font-size: 1.1rem; 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 !important; padding: 0.25rem 1rem !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; } .link-btn:hover { background: rgb(255, 255, 255); color: rgb(0, 38, 136); } .link-btn-outline { margin: 0 !important; padding: 0.25rem 1rem !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); } #navbar { position: fixed; top: 0; left: 0; width: 100%; padding: 0.75rem 0; font-family: "Poppins", sans-serif; background: rgb(255, 255, 255); } #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); } @media screen and (max-width: 768px) { body.show-mobile-menu #navbar .nav-links { transform: translateX(0px); } body.show-mobile-menu main { overflow-y: none; } }/*# sourceMappingURL=themeStyle.css.map */