|
@@ -13,7 +13,7 @@ a {
|
|
|
body {
|
|
|
background: rgb(255, 255, 255);
|
|
|
color: rgb(0, 0, 0);
|
|
|
- font-family: "Noto Serif Bengali", serif;
|
|
|
+ font-family: "Inter", sans-serif;
|
|
|
}
|
|
|
|
|
|
main {
|
|
@@ -22,7 +22,7 @@ main {
|
|
|
}
|
|
|
|
|
|
section {
|
|
|
- padding: 4rem 0;
|
|
|
+ padding: 5rem 0;
|
|
|
margin: unset;
|
|
|
}
|
|
|
|
|
@@ -33,6 +33,10 @@ h1, h2, h3, h4, h5, h6, p {
|
|
|
text-shadow: unset;
|
|
|
}
|
|
|
|
|
|
+.row {
|
|
|
+ margin-top: unset;
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (min-width: 1400px) {
|
|
|
.container {
|
|
|
max-width: 1360px;
|
|
@@ -43,13 +47,14 @@ h1, h2, h3, h4, h5, h6, p {
|
|
|
font-weight: 600;
|
|
|
color: rgb(0, 0, 0);
|
|
|
text-align: center;
|
|
|
- margin-bottom: 1.2rem;
|
|
|
+ margin-bottom: 1rem;
|
|
|
+ font-size: 2.2rem;
|
|
|
}
|
|
|
|
|
|
.section-sub-title {
|
|
|
color: rgba(0, 0, 0, 0.6);
|
|
|
text-align: center;
|
|
|
- font-size: 1.1rem;
|
|
|
+ font-size: 1.4rem;
|
|
|
margin-bottom: 2rem;
|
|
|
}
|
|
|
|
|
@@ -103,6 +108,62 @@ h1, h2, h3, h4, h5, h6, p {
|
|
|
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;
|
|
@@ -111,6 +172,7 @@ h1, h2, h3, h4, h5, h6, p {
|
|
|
padding: 0.75rem 0;
|
|
|
font-family: "Poppins", sans-serif;
|
|
|
background: rgb(255, 255, 255);
|
|
|
+ z-index: 999;
|
|
|
}
|
|
|
#navbar .container-fluid {
|
|
|
display: flex;
|
|
@@ -227,7 +289,7 @@ h1, h2, h3, h4, h5, h6, p {
|
|
|
#hero-banner {
|
|
|
font-family: "Noto Serif Bengali", serif !important;
|
|
|
color: rgb(0, 0, 0);
|
|
|
- background: url(../images/hero-background.svg) no-repeat;
|
|
|
+ background: url(../images/hero-background.svg) no-repeat center center/cover;
|
|
|
}
|
|
|
#hero-banner .hero-content {
|
|
|
align-items: center;
|
|
@@ -314,13 +376,13 @@ h1, h2, h3, h4, h5, h6, p {
|
|
|
#feature {
|
|
|
font-family: "Noto Serif Bengali", serif !important;
|
|
|
color: rgb(0, 0, 0);
|
|
|
- background: url(../images/2-features.svg) no-repeat;
|
|
|
+ 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;
|
|
|
+ background: url(../images/3-jobcourse_catagory.svg) no-repeat center center/cover;
|
|
|
}
|
|
|
#course-catagory .section-title, #course-catagory .section-sub-title {
|
|
|
text-align: start;
|
|
@@ -339,6 +401,12 @@ h1, h2, h3, h4, h5, h6, p {
|
|
|
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;
|
|
|
}
|
|
@@ -367,63 +435,110 @@ h1, h2, h3, h4, h5, h6, p {
|
|
|
margin-top: 2rem;
|
|
|
margin-bottom: 2rem;
|
|
|
}
|
|
|
-#course-catagory .single-course {
|
|
|
- box-shadow: 1px 2px 5px rgba(0, 46, 116, 0.25);
|
|
|
- height: 100%;
|
|
|
- font-family: "Inter", sans-serif;
|
|
|
+#course-catagory .link-btn {
|
|
|
+ margin-top: 1rem;
|
|
|
+ margin-left: auto;
|
|
|
+ margin-right: auto;
|
|
|
}
|
|
|
-#course-catagory .top-part {
|
|
|
- height: 200px;
|
|
|
- position: relative;
|
|
|
- overflow: hidden;
|
|
|
+
|
|
|
+#why-studypress {
|
|
|
+ background: rgb(173, 188, 255);
|
|
|
+ padding: 0;
|
|
|
}
|
|
|
-#course-catagory .top-part .img-container {
|
|
|
- height: 100%;
|
|
|
+#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%;
|
|
|
}
|
|
|
-#course-catagory .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;
|
|
|
+@media screen and (max-width: 767px) {
|
|
|
+ #app-download .feature-img {
|
|
|
+ order: 1;
|
|
|
+ }
|
|
|
}
|
|
|
-#course-catagory .details {
|
|
|
- height: calc(100% - 180px);
|
|
|
- padding: 1rem;
|
|
|
+#app-download .details {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
- gap: 0.75rem;
|
|
|
- font-family: "Inter", sans-serif;
|
|
|
- line-height: 1.2;
|
|
|
+ justify-content: center;
|
|
|
}
|
|
|
-#course-catagory .details .level {
|
|
|
- font-size: 0.75rem;
|
|
|
- font-weight: 500;
|
|
|
- color: rgb(0, 38, 136);
|
|
|
+#app-download .details .section-title, #app-download .details .section-sub-title {
|
|
|
+ text-align: left;
|
|
|
}
|
|
|
-#course-catagory .details .title {
|
|
|
- font-size: 0.9rem;
|
|
|
- font-weight: 600;
|
|
|
+#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);
|
|
|
- cursor: pointer;
|
|
|
+ background: url(../images/7-blog.svg) no-repeat center center/cover;
|
|
|
}
|
|
|
-#course-catagory .details .stats {
|
|
|
- font-size: 0.7rem;
|
|
|
- color: rgba(0, 0, 0, 0.6);
|
|
|
+#our-blog .link-btn {
|
|
|
+ margin: 2rem auto 0;
|
|
|
}
|
|
|
-#course-catagory .details .price {
|
|
|
- color: rgb(0, 38, 136);
|
|
|
- font-weight: 600;
|
|
|
- font-size: 1rem;
|
|
|
- text-align: right;
|
|
|
+#our-blog .blog-container {
|
|
|
+ margin: 2rem 0 2.5rem;
|
|
|
}
|
|
|
-#course-catagory .link-btn {
|
|
|
- margin-top: 1rem;
|
|
|
- margin-left: auto;
|
|
|
- margin-right: auto;
|
|
|
+#our-blog .blog-container div {
|
|
|
+ margin: 0;
|
|
|
}/*# sourceMappingURL=index.css.map */
|