123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941 |
- @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;
- 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;
- }
- }
- #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%;
- }
- #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;
- }
- #feature .infography {
- margin-top: 3rem;
- display: block;
- width: 100%;
- }
- #feature .infography img {
- width: 100%;
- }
- #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 li {
- font-size: 1rem;
- margin-bottom: 1rem;
- color: rgb(0, 0, 0);
- }
- #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(255, 255, 255);
- 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;
- }
- #current-news .all-news {
- margin: 2rem 0;
- }
- #current-news .single-news {
- box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
- border-radius: 5px;
- overflow: hidden;
- }
- #current-news .single-news .img-container {
- height: 250px;
- }
- #current-news .single-news .details {
- padding: 1rem 1rem 1.5rem;
- background: rgb(255, 255, 255);
- color: rgb(0, 0, 0);
- display: flex;
- flex-direction: column;
- gap: 0.5rem;
- }
- #current-news .single-news .title {
- font-size: 1rem;
- }
- #current-news .single-news p {
- font-size: 0.8rem;
- }
- #current-news .single-news .link {
- font-size: 0.8rem;
- font-weight: 700;
- color: rgb(0, 38, 136);
- }
- #current-news .single-news .link:hover {
- opacity: 0.8;
- }
- #feature-sec {
- padding: 0;
- font-family: "Noto Serif Bengali", serif;
- }
- #feature-sec .all-feature {
- width: 100%;
- display: flex;
- }
- @media screen and (max-width: 992px) {
- #feature-sec .all-feature {
- flex-direction: column;
- }
- }
- #feature-sec .word-day, #feature-sec .memory {
- flex: 1;
- padding: 2rem;
- }
- #feature-sec .word-day {
- background: rgb(173, 188, 255);
- }
- #feature-sec .word-day .sub-heading {
- text-align: center;
- color: rgb(255, 255, 255);
- }
- #feature-sec .word-day .heading {
- display: block;
- max-width: -moz-fit-content;
- max-width: fit-content;
- margin: 1rem auto;
- }
- #feature-sec .word-day .word-container {
- min-height: 300px;
- width: 54%;
- margin: 1.5rem auto 0;
- padding: 3rem 3rem 8% 12%;
- background: rgb(255, 255, 255);
- color: rgb(0, 0, 0);
- position: relative;
- }
- @media screen and (max-width: 767px) {
- #feature-sec .word-day .word-container {
- width: 80%;
- }
- }
- #feature-sec .word-day .word-container .realated-image {
- width: 40%;
- position: absolute;
- bottom: 0;
- left: -20%;
- }
- #feature-sec .word-day .word-container .word {
- font-weight: 500;
- font-size: 1.6rem;
- margin-bottom: 0.5rem;
- }
- #feature-sec .word-day .word-container .meaning {
- color: rgb(0, 38, 136);
- font-weight: 600;
- margin-bottom: 0.25rem;
- }
- #feature-sec .word-day .word-container .synonyms, #feature-sec .word-day .word-container .antonyms {
- font-size: 0.8rem;
- color: rgba(0, 0, 0, 0.6);
- margin-top: 1rem;
- }
- #feature-sec .word-day .word-container .synonyms strong, #feature-sec .word-day .word-container .antonyms strong {
- color: rgb(0, 0, 0);
- }
- #feature-sec .word-day .word-container .desc {
- margin-top: 1rem;
- color: rgba(0, 0, 0, 0.6);
- font-size: 0.75rem;
- }
- #feature-sec .memory {
- background: #FFF3E4;
- padding: 4rem 3rem 2.5rem;
- width: 100%;
- }
- @media screen and (max-width: 768px) {
- #feature-sec .memory {
- padding: 1rem;
- }
- }
- #feature-sec .memory .title {
- font-size: 1.8rem;
- font-weight: 600;
- text-align: center;
- max-width: 500px;
- margin: 0 auto;
- }
- #feature-sec .memory .date {
- font-size: 1.3rem;
- color: rgba(0, 0, 0, 0.6);
- text-align: center;
- margin-top: 2rem;
- }
- #feature-sec .memory .memory-slider {
- max-width: 600px;
- margin: 3rem auto 0;
- padding: 0.5rem 60px;
- }
- @media screen and (max-width: 500px) {
- #feature-sec .memory .memory-slider {
- max-width: 400px;
- padding: 3rem;
- margin-top: 1rem;
- }
- }
- #feature-sec .memory .memory-slider-next, #feature-sec .memory .memory-slider-prev {
- color: rgb(0, 38, 136);
- background: none;
- border: none;
- height: 2rem;
- width: 2rem;
- padding: 0.25rem;
- }
- #feature-sec .memory .memory-slider-next:focus, #feature-sec .memory .memory-slider-prev:focus {
- box-shadow: none;
- }
- #feature-sec .memory .single-memory {
- box-shadow: 1px 2px 5px rgba(0, 46, 116, 0.25);
- display: flex;
- width: 100%;
- }
- @media screen and (max-width: 768px) {
- #feature-sec .memory .single-memory {
- flex-direction: column;
- }
- }
- #feature-sec .memory .single-memory .img-container {
- flex: 1;
- }
- @media screen and (max-width: 768px) {
- #feature-sec .memory .single-memory .img-container {
- flex: unset;
- height: 200px;
- }
- }
- #feature-sec .memory .single-memory .detail {
- flex: 2;
- padding: 0.75rem;
- }
- @media screen and (max-width: 768px) {
- #feature-sec .memory .single-memory .detail {
- flex: unset;
- }
- }
- #feature-sec .memory .single-memory .detail .title {
- text-align: left;
- font-size: 1rem;
- margin-bottom: 0.5rem;
- }
- #feature-sec .memory .single-memory .detail p {
- font-size: 0.75rem;
- }/*# sourceMappingURL=index.css.map */
|