@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 { height: 200vh; padding-top: 4rem; } section { padding: 5rem 0; 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-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; } } #hero-banner { font-family: "Noto Serif Bengali", serif !important; color: rgb(0, 0, 0); background: url(../images/hero-background.svg) no-repeat center center/cover; } #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: "Noto Serif Bengali", 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: "Noto Serif Bengali", serif !important; color: rgb(0, 0, 0); background: url(../images/2-features.svg) no-repeat center center/cover; } #course-catagory { font-family: "Noto Serif Bengali", serif !important; color: rgb(0, 0, 0); background: url(../images/3-jobcourse_catagory.svg) no-repeat center center/cover; } #course-catagory .section-title, #course-catagory .section-sub-title { text-align: start; } #course-catagory .courses-short-desc .swiper-slide { padding: 1rem 0; height: -moz-max-content; height: max-content; } #course-catagory .courses-short-desc .single-course-short-desc { font-family: "Inter", sans-serif; padding: 0.75rem 1rem; border: 3px solid #ADBCFF; border-radius: unset; display: flex; flex-direction: column; height: 100%; } @media screen and (max-width: 767px) { #course-catagory .courses-short-desc .single-course-short-desc { align-items: center; justify-content: center; } } #course-catagory .courses-short-desc .single-course-short-desc h6 { font-size: 1rem; } #course-catagory .courses-short-desc .single-course-short-desc .desc { margin-top: 0.2rem; font-size: 0.65rem; color: rgba(0, 0, 0, 0.6); display: flex; align-items: center; gap: 0.25rem; font-weight: 600; } #course-catagory .courses-short-desc .single-course-short-desc .desc span { display: flex; align-items: center; gap: 0.25rem; } #course-catagory .courses-short-desc .single-course-short-desc .desc span::before { content: ""; background: #ADBCFF; height: 15px; width: 15px; padding: 0.15rem; } #course-catagory .course-container { margin-top: 2rem; margin-bottom: 2rem; } #course-catagory .link-btn { margin-top: 1rem; margin-left: auto; margin-right: auto; } #why-studypress { background: rgb(173, 188, 255); padding: 0; } #why-studypress .section-title { text-align: left; font-weight: 500; font-size: 2rem; } #why-studypress .details { display: flex; flex-direction: column; justify-content: center; } #why-studypress ul { list-style-image: url("../images/round-ok-icon.svg") !important; list-style-position: inside; } #why-studypress ul li { font-size: 1.3rem; margin-bottom: 1rem; } #why-studypress .slider { display: flex; align-items: center; } #why-studypress .why-slider-1 .swiper-wrapper, #why-studypress .why-slider-2 .swiper-wrapper { max-height: 600px; } #why-studypress .why-slider-1 .swiper-slide, #why-studypress .why-slider-2 .swiper-slide { height: 60%; } @media screen and (max-width: 768px) { #why-studypress .why-slider-1 .swiper-slide, #why-studypress .why-slider-2 .swiper-slide { display: none; } } #new-course { font-family: "Noto Serif Bengali", serif; color: rgb(0, 0, 0); background: url(../images/5-courses.svg) no-repeat center center/cover; } #new-course .section-title, #new-course .section-sub-title { text-align: left; } #new-course .new-course-slider { padding: 1rem 0; } #app-download { font-family: "Noto Serif Bengali", serif; color: rgb(0, 0, 0); background: url(../images/6-download.svg) no-repeat center center/cover; } #app-download .feature-img { order: 0; } #app-download .feature-img img { width: 100%; } @media screen and (max-width: 767px) { #app-download .feature-img { order: 1; } } #app-download .details { display: flex; flex-direction: column; justify-content: center; } #app-download .details .section-title, #app-download .details .section-sub-title { text-align: left; } #app-download .download-btns { display: flex; align-items: center; gap: 0.75rem; } #app-download .download-btns a { text-decoration: none; height: 3.2rem; } #app-download .download-btns a img { height: 100%; } #our-blog { font-family: "Noto Serif Bengali", serif; color: rgb(0, 0, 0); background: url(../images/7-blog.svg) no-repeat center center/cover; } #our-blog .link-btn { margin: 2rem auto 0; } #our-blog .blog-container { margin: 2rem 0 2.5rem; display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 1rem; } @media screen and (max-width: 992px) { #our-blog .blog-container { grid-template-columns: repeat(2, 1fr); } } @media screen and (max-width: 767px) { #our-blog .blog-container { grid-template-columns: repeat(1, 1fr); } } #our-blog .blog-container .blog-single { width: 100%; height: 100%; border: 1.5px solid rgb(173, 188, 255); display: flex; flex-direction: column; border-radius: 5px; } #our-blog .blog-container .blog-single .img-container { height: 100%; flex: 3; } #our-blog .blog-container .blog-single .details { flex: 2; padding: 1rem 1rem 0.5rem; line-height: 1.4; } #our-blog .blog-container .blog-single .details .title { font-size: 0.95rem; color: rgb(0, 0, 0); text-decoration: none; cursor: pointer; font-weight: 600; line-height: 1.2; margin-bottom: 0.5rem; display: block; } #our-blog .blog-container .blog-single .details p { font-size: 0.85rem; color: rgba(0, 0, 0, 0.6); line-height: 1.7; } #our-blog .blog-container .blog-single:first-child { grid-column: span 2; grid-row: span 2; } #our-blog .blog-container .blog-single:first-child .details { padding-top: 1.5rem; } #our-blog .blog-container .blog-single:first-child .title { font-size: 1.3rem; margin-bottom: 1rem; } #our-blog .blog-container .blog-single:first-child p { font-size: 0.9rem; line-height: 1.7; } @media screen and (max-width: 992px) { #our-blog .blog-container .blog-single:first-child { grid-column: unset; grid-row: unset; } #our-blog .blog-container .blog-single:first-child .title { font-size: 1rem; } #our-blog .blog-container .blog-single:first-child p { font-size: 0.85rem; } } #our-blog .blog-container .blog-single:nth-child(4) { grid-column: span 2; flex-direction: row; } #our-blog .blog-container .blog-single:nth-child(4) .img-container { height: 100%; flex: 1; } #our-blog .blog-container .blog-single:nth-child(4) .details { flex: 1; } #our-blog .blog-container .blog-single:nth-child(4) p { font-size: 0.8rem; } @media screen and (max-width: 992px) { #our-blog .blog-container .blog-single:nth-child(4) { grid-column: unset; flex-direction: column; } #our-blog .blog-container .blog-single:nth-child(4) .img-container { flex: 3; } #our-blog .blog-container .blog-single:nth-child(4) .details { flex: 2; } } #current-news { font-family: "Noto Serif Bengali", serif; color: rgb(0, 0, 0); background: url(../images/8-news.svg) no-repeat center center/cover; } #current-news .section-title { color: rgb(255, 255, 255); } #current-news .link-btn-outline { display: block; width: -moz-fit-content; width: fit-content; margin: 2rem auto; border-color: rgb(255, 255, 255); color: rgb(255, 255, 255); background: transparent; }/*# sourceMappingURL=index.css.map */