123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354 |
- @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;
- }
- }
- #hero-banner {
- font-family: "Tiro Bangla", serif !important;
- color: rgb(0, 0, 0);
- background: url(../images/hero-background.svg) no-repeat;
- }
- #hero-banner .hero-content {
- align-items: center;
- min-height: 70vh;
- }
- #hero-banner .hero-content .hero-title {
- font-weight: 500;
- font-size: 2.5rem;
- font-family: "Tiro Bangla", serif;
- line-height: 1.2;
- margin-bottom: 1.5rem;
- }
- @media screen and (max-width: 768px) {
- #hero-banner .hero-content .hero-title {
- font-size: 1.5rem;
- margin-bottom: 0.75rem;
- }
- }
- #hero-banner .hero-content .hero-paragraph {
- line-height: 1.7;
- font-size: 1.3rem;
- margin-bottom: 2rem;
- }
- @media screen and (max-width: 768px) {
- #hero-banner .hero-content .hero-paragraph {
- font-size: 0.9rem;
- }
- }
- #hero-banner .hero-content .hero-desc {
- order: 0;
- }
- @media screen and (max-width: 992px) {
- #hero-banner .hero-content .hero-desc {
- order: 1;
- }
- }
- @media screen and (max-width: 768px) {
- #hero-banner .hero-content .hero-image {
- height: 240px;
- text-align: center;
- }
- #hero-banner .hero-content .hero-image img {
- height: 100%;
- }
- }
- #hero-banner .statistics {
- display: flex;
- align-items: center;
- gap: 1rem;
- }
- #hero-banner .single-statistics {
- color: rgba(0, 0, 0, 0.6);
- text-align: center;
- padding-right: 1rem;
- border-right: 5px solid rgb(203, 236, 71);
- }
- #hero-banner .single-statistics:last-child {
- border-right: none;
- }
- #hero-banner .single-statistics .count {
- margin-bottom: 0.2rem;
- font-size: 1.3rem;
- }
- @media screen and (max-width: 768px) {
- #hero-banner .single-statistics .count {
- font-size: 0.9rem;
- }
- }
- #hero-banner .single-statistics p {
- margin-bottom: 0;
- }
- @media screen and (max-width: 768px) {
- #hero-banner .single-statistics p {
- font-size: 0.75rem;
- }
- }
- #hero-banner .hero-links {
- margin-top: 2rem;
- display: flex;
- flex-wrap: wrap;
- gap: 0.75rem;
- }
- #feature {
- font-family: "Tiro Bangla", serif !important;
- color: rgb(0, 0, 0);
- background: url(../images/2-features.svg) no-repeat;
- }
- #course-catagory {
- font-family: "Tiro Bangla", serif !important;
- color: rgb(0, 0, 0);
- background: url(../images/3-jobcourse_catagory.svg) no-repeat;
- }
- #course-catagory .section-title, #course-catagory .section-sub-title {
- text-align: start;
- }
- #course-catagory .course-container {
- margin-top: 2rem;
- }
- #course-catagory .single-course {
- box-shadow: 1px 2px 5px rgba(0, 46, 116, 0.25);
- height: 100%;
- }
- #course-catagory .single-course .img-container {
- position: relative;
- height: 180px;
- }
- #course-catagory .details {
- height: calc(100% - 180px);
- padding: 1rem;
- display: flex;
- flex-direction: column;
- gap: 0.75rem;
- font-family: "Poppins", sans-serif;
- line-height: 1.2;
- }
- #course-catagory .details .level {
- font-size: 0.75rem;
- font-weight: 500;
- color: rgb(0, 38, 136);
- }
- #course-catagory .details .title {
- font-size: 0.9rem;
- font-weight: 600;
- }
- #course-catagory .details .stats {
- font-size: 0.7rem;
- color: rgba(0, 0, 0, 0.6);
- }
- #course-catagory .details .price {
- color: rgb(0, 38, 136);
- font-weight: 600;
- font-size: 1rem;
- text-align: right;
- }/*# sourceMappingURL=index.css.map */
|