diff --git a/public/assets/frontend/default/css/custom_style.css b/public/assets/frontend/default/css/custom_style.css index 9abfdc7..a8023c8 100644 --- a/public/assets/frontend/default/css/custom_style.css +++ b/public/assets/frontend/default/css/custom_style.css @@ -54,7 +54,6 @@ font-size: 8px !important; } - .card_preview_text { display: -webkit-box; -webkit-line-clamp: 2; @@ -84,7 +83,6 @@ font-weight: 600 !important } - .child_category_menu { left: calc(100% + 0px); padding: 10px 0px; @@ -146,8 +144,8 @@ } - /* Modal custom animation */ + .fade-scale { transform: scale(0); opacity: 0; @@ -173,21 +171,20 @@ 0% { opacity: 0; } - 100% { opacity: 1; } } + /* Modal custom animation Ended*/ - - /* 8 home page code start */ /* Common Css */ + * { margin: 0; padding: 0; @@ -268,7 +265,9 @@ span[class="fi-rr-"]:before { line-height: unset; } + /* old */ + .row-20 { row-gap: 20px; --bs-gutter-x: 20px; @@ -284,7 +283,9 @@ span[class="fi-rr-"]:before { --bs-gutter-x: 30px; } + /* new */ + .g-20px { row-gap: 20px; --bs-gutter-x: 20px; @@ -307,7 +308,9 @@ span[class="fi-rr-"]:before { row-gap: 30px; } + /* flex gap */ + .gap-6px { gap: 6px !important; } @@ -324,7 +327,9 @@ span[class="fi-rr-"]:before { gap: 30px !important; } + /* old */ + .mb-10 { margin-bottom: 10px; } @@ -373,7 +378,9 @@ span[class="fi-rr-"]:before { margin-bottom: 110px; } + /* new */ + .mb-2px { margin-bottom: 2px !important; } @@ -446,7 +453,9 @@ span[class="fi-rr-"]:before { margin-bottom: 100px !important; } + /* padding */ + .p-10px { padding: 10px !important; } @@ -479,7 +488,9 @@ span[class="fi-rr-"]:before { padding: 40px !important; } + /* font size */ + .fs-12px { font-size: 12px !important; } @@ -546,6 +557,7 @@ span[class="fi-rr-"]:before { /* line hight */ + .lh-normal { line-height: normal !important; } @@ -626,7 +638,9 @@ span[class="fi-rr-"]:before { line-height: 107px !important; } + /* title */ + .title-1 { font-family: 'Poppins'; color: #030531; @@ -706,7 +720,9 @@ span[class="fi-rr-"]:before { color: #93949e; } + /* Text Color */ + .text-danger-2 { color: var(--skinColor6); } @@ -719,11 +735,15 @@ span[class="fi-rr-"]:before { border-radius: 10px !important; } + /* =================================================================== Header Footer CSS Start ====================================================================*/ + + /* Header Area Css Start *** **************************/ + .Login-btn-1 { border-radius: 10px; background: var(--skinColor1); @@ -788,7 +808,9 @@ span[class="fi-rr-"]:before { width: 20px; } + /* Dropdown */ + .nav-area nav>ul>li { position: relative; } @@ -841,7 +863,9 @@ span[class="fi-rr-"]:before { filter: drop-shadow(0px -2px 38px rgba(16, 16, 16, 0.08)); } + /* Language Dropdown */ + .language-dropdown .nice-select .list { border-radius: 10px; background: var(--whiteColor); @@ -852,7 +876,6 @@ span[class="fi-rr-"]:before { transform: translateX(-10%); } - .language-dropdown .nice-select .option.selected { font-weight: 500; } @@ -868,7 +891,9 @@ span[class="fi-rr-"]:before { border-radius: 7px; } + /* Nice Select */ + .language-dropdown .nice-select { margin: 0; padding-right: 26px; @@ -904,7 +929,9 @@ span[class="fi-rr-"]:before { transform: rotate(180deg) translateY(-50%); } + /* Search */ + .nav-btn-area .nav-search { margin-right: 20px; } @@ -929,7 +956,6 @@ span[class="fi-rr-"]:before { transition: width 400ms ease, background 400ms ease; width: 0px; cursor: pointer; - color: #858C8A; font-family: 'Poppins'; font-size: 15px; @@ -957,7 +983,9 @@ span[class="fi-rr-"]:before { display: none; } + /* clears the ‘X’ from Internet Explorer */ + .nav-search input[type=search]::-ms-clear { display: none; width: 0; @@ -970,7 +998,9 @@ span[class="fi-rr-"]:before { height: 0; } + /* clears the ‘X’ from Chrome */ + .nav-search input[type="search"]::-webkit-search-decoration, .nav-search input[type="search"]::-webkit-search-cancel-button, .nav-search input[type="search"]::-webkit-search-results-button, @@ -1003,20 +1033,26 @@ span[class="fi-rr-"]:before { transform: translateY(-50%); } + /* Off Canvas Css Start */ + .header-wrap .mobile-menu { border: none; padding: 0; background: transparent; } + /* Off Canvas Css End */ + + /* Header Area Css End *** ************************/ /* Footer Area Css End *** ************************/ + .footer-section { background: linear-gradient(180deg, #1e3764 0%, #192335 100%); } @@ -1095,7 +1131,9 @@ span[class="fi-rr-"]:before { fill: #436aff; } + /* Footer Nav */ + .footer-nav-wrap .title { font-family: 'Euclid Circular A'; font-weight: 600; @@ -1205,7 +1243,9 @@ span[class="fi-rr-"]:before { z-index: 1; } + /* Footer Bottom */ + .footer-bottom-area { border: 1px solid rgba(255, 255, 255, 0.2); } @@ -1239,8 +1279,11 @@ span[class="fi-rr-"]:before { color: #dedede; } + /* Footer Area Css End *** ************************/ + + /* =================================================================== Header Footer CSS End ====================================================================*/ @@ -1249,6 +1292,7 @@ span[class="fi-rr-"]:before { /* =================================================================== Elegant Homepage 1 CSS Start ====================================================================*/ + .home1-banner-content { padding: 30px 0; } @@ -1360,8 +1404,12 @@ span[class="fi-rr-"]:before { z-index: -1; } + /* Crash Course */ + + /* Section Title */ + .home1-section-title { max-width: 621px; width: 100%; @@ -1387,7 +1435,9 @@ span[class="fi-rr-"]:before { text-align: center; } + /* Course Card */ + .course-card1-link { display: block; width: 100%; @@ -1522,7 +1572,9 @@ span[class="fi-rr-"]:before { text-align: right; } + /* Why Choose */ + .why-choose-section1 { background: url(../image/choose1-background.svg) no-repeat scroll center center / cover; position: relative; @@ -1607,7 +1659,9 @@ span[class="fi-rr-"]:before { text-align: center; } + /* Testimonial */ + .elegant-testimonial-title { margin-bottom: 0; } @@ -1688,6 +1742,7 @@ span[class="fi-rr-"]:before { /* QNA Accordion */ + .qnaaccordion-one .accordion-item { border: none; } @@ -1756,7 +1811,9 @@ span[class="fi-rr-"]:before { background-image: url(../image/minus-black-15.svg); } + /* Blog Post */ + .blog-post1-link { display: block; width: 100%; @@ -1814,7 +1871,9 @@ span[class="fi-rr-"]:before { margin-left: 5px; } + /* Download */ + .home1-download-section { background: #e6f8f4; } @@ -1853,15 +1912,16 @@ span[class="fi-rr-"]:before { min-width: 124px; } + /* =================================================================== Elegant Homepage 1 CSS End ====================================================================*/ - /* =================================================================== Meditation CSS Start ====================================================================*/ + .maditation-banner-typography { max-width: 1083px; margin: 27px auto 50px auto; @@ -2039,7 +2099,9 @@ span[class="fi-rr-"]:before { color: #121314; } + /* Harmony */ + .harmony-main-section { background: #141318; padding: 80px 0 114px 0; @@ -2174,7 +2236,9 @@ span[class="fi-rr-"]:before { top: 0; } + /* Pose's Journey */ + .posesjourney-title-area { column-gap: 30px; row-gap: 16px; @@ -2292,7 +2356,9 @@ span[class="fi-rr-"]:before { transform: translateX(0px); } + /* Yoga Benefti */ + .yoga-benefit-area { background: #fff8f6; border-radius: 16px; @@ -2397,7 +2463,9 @@ span[class="fi-rr-"]:before { text-align: right; } + /* True Self */ + .true-self-details .title { font-family: 'Mica Valo'; font-weight: 400; @@ -2436,7 +2504,9 @@ span[class="fi-rr-"]:before { object-fit: cover; } + /* Video */ + .true-self-video { width: 100%; aspect-ratio: 360 / 308; @@ -2484,7 +2554,9 @@ span[class="fi-rr-"]:before { margin-bottom: 4px; } + /* Pricing */ + .pricing-area-title { font-family: 'Mica Valo'; font-weight: 400; @@ -2660,7 +2732,9 @@ span[class="fi-rr-"]:before { color: #000; } + /* Blog */ + .meditation-blog-link { display: block; width: 100%; @@ -2716,6 +2790,7 @@ span[class="fi-rr-"]:before { margin-left: 5px; } + /* =================================================================== Meditation CSS End ====================================================================*/ @@ -2724,6 +2799,7 @@ span[class="fi-rr-"]:before { /* =================================================================== Cooking CSS Start ====================================================================*/ + .cooking-banner-section { overflow: hidden; } @@ -2871,7 +2947,9 @@ span[class="fi-rr-"]:before { z-index: -1; } + /* Service */ + .cooking-services-area { display: grid; grid-template-columns: repeat(3, 1fr); @@ -2922,7 +3000,9 @@ span[class="fi-rr-"]:before { opacity: 0.3; } + /* Section Title */ + .cooking-section-title { max-width: 565px; margin: 0 auto 50px auto; @@ -2946,7 +3026,9 @@ span[class="fi-rr-"]:before { color: #909090; } + /* Course Card */ + .cooking-course-link { display: block; width: 100%; @@ -2960,7 +3042,8 @@ span[class="fi-rr-"]:before { height: 100%; transition: box-shadow 0.3s; } -.cooking-course-card:hover{ + +.cooking-course-card:hover { box-shadow: 0 14px 32px 0 rgba(96, 97, 109, 0.247); transition: box-shadow 0.3s; } @@ -3049,7 +3132,9 @@ span[class="fi-rr-"]:before { color: var(--skinColor3); } + /* Course List View */ + .cooking-course-list-link { display: block; width: 100%; @@ -3179,7 +3264,9 @@ span[class="fi-rr-"]:before { color: var(--skinColor3); } + /* Counter */ + .cooking-counter-area { column-gap: 20px; row-gap: 20px; @@ -3220,7 +3307,9 @@ span[class="fi-rr-"]:before { color: #151d27; } + /* Kitchen */ + .desirable-kitchen-area { column-gap: 30px; row-gap: 30px; @@ -3273,7 +3362,9 @@ span[class="fi-rr-"]:before { width: 100%; } + /* Become Instructor */ + .become-instructor-area { column-gap: 43px; } @@ -3304,7 +3395,9 @@ span[class="fi-rr-"]:before { margin-left: 5px; } + /* Video Modal */ + .instructor-video-modal .modal-header { padding-top: 10px; padding-bottom: 10px; @@ -3329,7 +3422,9 @@ span[class="fi-rr-"]:before { box-shadow: none; } + /* Video */ + .instructor-modal-video { width: 100%; } @@ -3381,7 +3476,9 @@ span[class="fi-rr-"]:before { color: #909090; } + /* Popular Instructor */ + .cooking-popular-instructor { max-width: 334px; margin: auto; @@ -3392,7 +3489,8 @@ span[class="fi-rr-"]:before { width: 100%; height: 230px; } -.cooking-popular-instructor .profile-img img{ + +.cooking-popular-instructor .profile-img img { height: 100%; width: 100%; object-fit: cover; @@ -3434,7 +3532,9 @@ span[class="fi-rr-"]:before { fill: var(--skinColor1); } + /* Frequently Asked Questions */ + .frequently-qna-title-area { column-gap: 40px; row-gap: 30px; @@ -3460,7 +3560,9 @@ span[class="fi-rr-"]:before { width: 100%; } + /* Accordion */ + .qnaaccordion-two .accordion-button { padding: 0; transition: .3s; @@ -3531,7 +3633,9 @@ span[class="fi-rr-"]:before { row-gap: 61px; } + /* News */ + .list-news1-link { display: block; width: 100%; @@ -3623,6 +3727,7 @@ span[class="fi-rr-"]:before { opacity: 0.09; } + /* =================================================================== Cooking CSS End ====================================================================*/ @@ -3631,6 +3736,7 @@ span[class="fi-rr-"]:before { /* =================================================================== Development CSS End ====================================================================*/ + .dev-banner-section { background-position: center bottom; background-repeat: no-repeat; @@ -3690,7 +3796,6 @@ span[class="fi-rr-"]:before { .development-banner-area .video-play-btn { margin-bottom: 200px; } - } .video-play-btn { @@ -3836,7 +3941,9 @@ span[class="fi-rr-"]:before { background: #424242; } + /* Software Development */ + .software-development-banner { max-width: 504px; margin: 0 auto; @@ -3913,7 +4020,9 @@ span[class="fi-rr-"]:before { background: #424242; } + /* Section Title */ + .dev-section-title { max-width: 621px; width: 100%; @@ -3981,7 +4090,9 @@ span[class="fi-rr-"]:before { object-fit: contain; } + /* Course */ + .dev-course-card-link { display: block; height: 100%; @@ -4082,7 +4193,9 @@ span[class="fi-rr-"]:before { margin-top: 10px; } + /* Programming E-book */ + .programming-ebook-section { background: rgba(242, 225, 217, 0.8); } @@ -4129,7 +4242,9 @@ span[class="fi-rr-"]:before { color: #78777c; } + /* QNA Accordion */ + .qna-three-accordion .accordion-item { border: none; } @@ -4197,7 +4312,9 @@ span[class="fi-rr-"]:before { transform: rotate(-90deg); } + /* Testimonial */ + .dev-student-testimonial { height: 100%; width: 100%; @@ -4297,7 +4414,9 @@ span[class="fi-rr-"]:before { opacity: 0.45; } + /* News Blog */ + .dev-news-link { display: block; height: 100%; @@ -4376,15 +4495,16 @@ span[class="fi-rr-"]:before { color: #78777c; } + /* =================================================================== Development CSS End ====================================================================*/ - /* =================================================================== Language CSS Start ====================================================================*/ + .text-bordered-1 { border: 1px solid var(--skinColor5); border-radius: 100px; @@ -4465,7 +4585,9 @@ span[class="fi-rr-"]:before { max-width: 223px; } + /* Service */ + .lms-service-card-1 { max-width: 282px; margin: 0 auto; @@ -4475,9 +4597,15 @@ span[class="fi-rr-"]:before { margin: 0 auto 30px auto; } + /* Course */ + + /* card design */ + + /* card 1 */ + .lms-1-card { box-shadow: 0 14px 32px 0 rgba(147, 148, 158, 0.2); background: var(--whiteColor); @@ -4487,6 +4615,7 @@ span[class="fi-rr-"]:before { overflow: hidden; transition: 0.3s; } + i:not(.fas, .fa, .fab) { line-height: 1.5em !important; vertical-align: -0.12em !important; @@ -4507,7 +4636,9 @@ span[class*="fi-rr-"]:before { height: 100%; } + /* card hover */ + .lms-card-hover1 { transition: .3s; } @@ -4637,7 +4768,9 @@ span[class*="fi-rr-"]:before { width: 100%; } + /* Form and Why choose Area */ + .form-control-2 { border: 1px solid rgba(134, 134, 141, 0.34); border-radius: 8px; @@ -4711,18 +4844,23 @@ span[class*="fi-rr-"]:before { z-index: -1; } + /* Team */ + .grid-view-banner1 { border-radius: 8px; } -.grid-view-banner1>a{ + +.grid-view-banner1>a { width: 100%; } -.grid-view-banner1>a>img, .grid-view-banner1>img { + +.grid-view-banner1>a>img, +.grid-view-banner1>img { width: 100%; height: 207px; border-radius: 8px; - object-fit:cover; + object-fit: cover; } .grid-view-banner2>img { @@ -4766,7 +4904,9 @@ span[class*="fi-rr-"]:before { margin-left: 3px; } + /* Language Slider */ + .testimonial-profile-wrap1 { max-width: 290px; width: 100%; @@ -4825,7 +4965,9 @@ span[class*="fi-rr-"]:before { aspect-ratio: 1/1; } + /* Details */ + .testimonial-details-wrap1 .slick-prev { left: 0px; } @@ -4884,15 +5026,16 @@ span[class*="fi-rr-"]:before { background: var(--skinColor5); } + /* =================================================================== Language CSS End ====================================================================*/ - /* =================================================================== Kindergarten CSS End ====================================================================*/ + .kg-banner-area { padding-top: 60px; } @@ -5029,7 +5172,6 @@ span[class*="fi-rr-"]:before { z-index: -1; } - .counter-area-wrap1 { border-radius: 30px; background: rgba(83, 99, 210, 0.1); @@ -5113,6 +5255,7 @@ span[class*="fi-rr-"]:before { /* Category */ + .bg-icon-card1 { min-width: 93px; border-radius: 8px; @@ -5125,7 +5268,9 @@ span[class*="fi-rr-"]:before { padding: 8px; } + /* Accordion */ + .qnaaccordion-three .accordion-button { padding: 0; transition: .3s; @@ -5191,7 +5336,6 @@ span[class*="fi-rr-"]:before { color: #8f919b; } - .link-btn-hover1 { transition: .3s; } @@ -5226,7 +5370,9 @@ span[class*="fi-rr-"]:before { margin-left: 3px; } + /* Testimonial */ + .lms-testimonial-1 { padding: 0px 0px 50px 28px; } @@ -5401,15 +5547,16 @@ span[class*="fi-rr-"]:before { z-index: -1; } + /* =================================================================== Kindergarten CSS End ====================================================================*/ - /* =================================================================== Marketplace CSS Start ====================================================================*/ + .lms-banner-area-3 { padding: 83px 40px; border-radius: 16px; @@ -5518,7 +5665,9 @@ span[class*="fi-rr-"]:before { margin: 0 4.75px; } + /* Categories */ + .icon-box-md { height: 84.64px; width: 84.64px; @@ -5530,7 +5679,9 @@ span[class*="fi-rr-"]:before { justify-content: center; } + /* Card */ + .card-discount1 { width: 65.17px; height: 65.17px; @@ -5602,7 +5753,9 @@ span[class*="fi-rr-"]:before { color: var(--whiteColor) !important; } + /* Counter */ + .counter-section-2 { background: url(../images/img/counter-banner-2.webp) no-repeat scroll center center / cover; position: relative; @@ -5643,7 +5796,9 @@ span[class*="fi-rr-"]:before { background: rgba(224, 231, 240, 0.3); } + /* Video */ + .video-banner-area1 { width: 100%; padding-right: 48px; @@ -5678,7 +5833,9 @@ span[class*="fi-rr-"]:before { margin-left: 4px; } + /* QNA Accordion */ + .qnaaccordion-four .accordion-item { border: none; } @@ -5744,7 +5901,9 @@ span[class*="fi-rr-"]:before { background-image: url(../image/minus-black-15-2.svg); } + /* Testimonial */ + .lms-testimonial-2 { padding: 20px 0 50px 0; } @@ -5784,7 +5943,9 @@ span[class*="fi-rr-"]:before { width: 100%; } + /* Subscribe Area */ + .subscribe-area-wrap1 { border-radius: 16px; background: #1d242d; @@ -5847,7 +6008,9 @@ span[class*="fi-rr-"]:before { border-color: var(--whiteColor); } + /* blog */ + .mk-blog-banner { width: 100%; border-radius: 16px; @@ -5892,6 +6055,7 @@ span[class*="fi-rr-"]:before { border-top: 1px solid rgba(143, 145, 155, 0.3); } + /* =================================================================== Marketplace CSS End ====================================================================*/ @@ -5900,16 +6064,20 @@ span[class*="fi-rr-"]:before { /* =================================================================== University CSS Start ====================================================================*/ + + /* New Start */ + .uv-banner-content { margin-bottom: 44px; - } -.uv-banner-content .title-5 span.highlight-title{ + +.uv-banner-content .title-5 span.highlight-title { position: relative; display: inline-block; } -.uv-banner-content .title-5 span.highlight-title::after{ + +.uv-banner-content .title-5 span.highlight-title::after { content: ""; background-image: url(../image/highlight_right.png); background-size: auto; @@ -5921,7 +6089,8 @@ span[class*="fi-rr-"]:before { right: -42px; z-index: 99; } -.uv-banner-content .title-5 span.highlight-title::before{ + +.uv-banner-content .title-5 span.highlight-title::before { content: ""; background-image: url(../image/highlight_left.png); background-size: auto; @@ -6043,7 +6212,9 @@ span[class*="fi-rr-"]:before { z-index: 6; } + /* Video */ + .lms-video { width: 100%; } @@ -6109,28 +6280,36 @@ span[class*="fi-rr-"]:before { opacity: 0.4; } + /* New End */ + + /* .lms-banner-section4 { padding-top: 60px; background: #121421; } */ + .max-w-620px { max-width: 620px; width: 100%; margin: 0 auto; } + .max-w-765px { max-width: 765px; width: 100%; margin: 0 auto; } + .max-w-850px { max-width: 765px; width: 100%; margin: 0 auto; } + /* Service */ + .service-card-banner-2 { width: 100%; } @@ -6140,7 +6319,9 @@ span[class*="fi-rr-"]:before { border-radius: 20px; } + /* Community */ + .community-banner-2 { padding-top: 20px; padding-left: 20px; @@ -6197,7 +6378,9 @@ span[class*="fi-rr-"]:before { color: var(--whiteColor) !important; } + /* Section Title */ + .section-title-2 { max-width: 580px; width: 100%; @@ -6282,7 +6465,9 @@ span[class*="fi-rr-"]:before { margin-top: -2px; } + /* Event */ + .lms-event1-banner { max-width: 313px; width: 100%; @@ -6339,7 +6524,9 @@ span[class*="fi-rr-"]:before { background: var(--skinColor6); } + /* Accordion */ + .qnaaccordion-five .accordion-button { padding: 0; transition: .3s; @@ -6416,7 +6603,6 @@ span[class*="fi-rr-"]:before { color: #93949e; } - .list-group-card li .title-5 { min-width: 33.33%; } @@ -6454,7 +6640,6 @@ span[class*="fi-rr-"]:before { margin-bottom: 5px; } - .eThink {} .eThink .lms-event-single1:not(:last-child) .lms-event-number::after { @@ -6506,14 +6691,14 @@ span[class*="fi-rr-"]:before { color: #00907F; } + /* =================================================================== University CSS End ====================================================================*/ + + /* 8 home page code ended */ - - - .Userprofile .dropmenu-end a { padding: 6px 10px; margin-bottom: 0px; @@ -6537,12 +6722,10 @@ span[class*="fi-rr-"]:before { top: 5px; margin-top: -365px; } - .hero-details, .details-page-content { margin-top: -100px; } - .page-content-pb-100 { padding-bottom: 100px !important; } @@ -6560,7 +6743,6 @@ span[class*="fi-rr-"]:before { height: 500px; } - .course-motion-top li { min-width: 166px; } @@ -6615,7 +6797,8 @@ span[class*="fi-rr-"]:before { left: 0; width: 100%; height: 100%; - background: linear-gradient(180deg, rgb(255 255 255 / 94%) 0%, rgb(255 255 255 / 35%) 70%); + background: #3a4878; + background: linear-gradient(0deg, rgba(58, 72, 120, 0.85) 0%, rgba(255, 255, 255, 1) 100%); z-index: -1; } @@ -6666,7 +6849,6 @@ span[class*="fi-rr-"]:before { .profile-info .upload-new:hover a { display: flex; - } .profile-info .upload-new>a { @@ -6685,11 +6867,9 @@ span[class*="fi-rr-"]:before { .toggle-bar { width: 36px; } - .us-btn:after { display: none; } - .Userprofile { width: 48px; } @@ -6716,7 +6896,9 @@ span[class*="fi-rr-"]:before { display: none; } + /*Start common css*/ + .ellipsis-line-1 { display: -webkit-box !important; -webkit-line-clamp: 1; @@ -6855,7 +7037,9 @@ span[class*="fi-rr-"]:before { object-fit: cover; } + /* floating searchbar for mobile app */ + @media only screen and (min-width: 992px) { .floating-searchbar { display: none; @@ -6883,7 +7067,6 @@ span[class*="fi-rr-"]:before { padding: 0px 6px !important; } - .floating-searchbar button { background-color: transparent; height: 100%; @@ -6905,6 +7088,7 @@ span[class*="fi-rr-"]:before { transition: opacity .3s, margin .3s; } + /* floating searchbar for mobile app ENDED*/ .modal-spinner-border { @@ -7015,7 +7199,8 @@ span[class*="fi-rr-"]:before { margin: initial; padding: 0px 0px 0px 17.5px; } -.description-style-sm p{ + +.description-style-sm p { font-size: 14px; } @@ -7084,7 +7269,9 @@ span[class*="fi-rr-"]:before { color: #2f57f0; } + /* overlap content start*/ + .overlay-content.show-more { max-height: 125px; height: min-content; @@ -7150,7 +7337,9 @@ span[class*="fi-rr-"]:before { bottom: -8px; } + /* overlap content ended*/ + .sub-header li.primary-end { height: 22px !important; margin-top: 4px !important; @@ -7205,9 +7394,10 @@ span[class*="fi-rr-"]:before { .blog-post1-link, .dev-course-card, .dev-news-card, -.lms-1-card{ +.lms-1-card { transition: box-shadow 0.3s !important; } + .course-card1-link:hover, .blog-post1-link:hover, .dev-course-card:hover, @@ -7243,7 +7433,6 @@ span[class*="fi-rr-"]:before { .swiper-button-next:hover { background-color: #000; color: #fff; - transition: 0.3s; } @@ -7299,26 +7488,30 @@ span[class*="fi-rr-"]:before { padding-right: 15px; } } -.meditation-testimonial-1 .swiper-slide{ + +.meditation-testimonial-1 .swiper-slide { height: unset; } -.kindergarden-home .swiper-button-prev{ + +.kindergarden-home .swiper-button-prev { left: 0px; } -.kindergarden-home .swiper-button-next{ + +.kindergarden-home .swiper-button-next { right: 0px; } - - - - -#schedule-list .swiper-button-prev, #schedule-list .swiper-button-next{ +#schedule-list .swiper-button-prev, +#schedule-list .swiper-button-next { border: none !important; } -.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{ + +.swiper-button-prev:after, +.swiper-rtl .swiper-button-next:after { content: "\f12c" !important; } -.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{ + +.swiper-button-next:after, +.swiper-rtl .swiper-button-prev:after { content: "\f12d" !important; } \ No newline at end of file diff --git a/public/assets/frontend/default/css/style.css b/public/assets/frontend/default/css/style.css index 030a5dc..1ffa9a1 100644 --- a/public/assets/frontend/default/css/style.css +++ b/public/assets/frontend/default/css/style.css @@ -102,7 +102,7 @@ Default Css --bg-white: #fff; --text-color: #6b7385; --color-white: #fff; - --color-1: #2f57ef; + --color-1: #212e91; --color-2: #192335; --color-black: #000; --box-shadow: rgba(100, 100, 111, 0.2) 12px 11px 34px 11px; @@ -361,10 +361,10 @@ img { } .gradient { - background-image: linear-gradient( to right, #2f57ef 0%, #c664ff 51%, #c664ff 100%); + background: #02196e; + background: linear-gradient(45deg, rgba(2, 25, 110, 1) 0%, rgba(2, 25, 110, 1) 13%, rgba(217, 217, 217, 1) 65%, rgba(255, 255, 255, 1) 98%); transition: 0.5s; background-size: 200% auto; - box-shadow: 0 0 20px #eee; } .shadow-none { @@ -373,7 +373,7 @@ img { .gradient:hover { background-position: right center; - color: #fff; + color: #001151; text-decoration: none; } @@ -1022,7 +1022,8 @@ img { ***************************************************************/ .pr-wrap { - background-image: linear-gradient( to right, #2f57ef 0%, #c664ff 51%, #c664ff 100%); + background: #001151; + background: linear-gradient(9090deg, rgba(0, 17, 81, 1) 0%, rgba(194, 194, 194, 1) 100%); transition: 0.5s; background-size: 200% auto; box-shadow: 0 0 20px #eee; @@ -6308,7 +6309,8 @@ a#team-training-header-menu-icon svg { .lms1-breadcrumb-section { padding: 36px 0; - background: linear-gradient(270deg, rgba(102, 81, 245, 0.06) 1.37%, rgba(129, 58, 244, 0.06) 86.05%); + background: #3a4878; + background: linear-gradient(0deg, rgba(58, 72, 120, 0.59) 0%, rgba(255, 255, 255, 1) 100%); } .lms1-breadcrumb { @@ -6508,7 +6510,7 @@ a#team-training-header-menu-icon svg { } .lms-slider-range-wrapper .ui-widget-header { - background: rgba(117, 79, 254, 1); + background: #001151; } .lms-slider-range-wrapper .ui-slider .ui-slider-handle { @@ -6525,8 +6527,8 @@ a#team-training-header-menu-icon svg { } .lms-slider-range-wrapper .ui-widget-header { - border: 1px solid #754FFE !important; - background: #754FFE !important; + border: 1px solid #001151 !important; + background: #212e91 !important; } .lms-slider-range-wrapper .ui-slider-horizontal .ui-slider-range { @@ -6607,7 +6609,7 @@ a#team-training-header-menu-icon svg { width: 28px; height: 28px; border-radius: 4px; - background: #754FFE; + background: #303d6d; display: flex; align-items: center; justify-content: center; @@ -6618,7 +6620,7 @@ a#team-training-header-menu-icon svg { } .sm-search-btn:hover { - background: #5324FF; + background: #001151; } .sm-search-input { @@ -7693,4 +7695,4 @@ textarea.lms-form-control { /* =================================================================== Tutor Details CSS End -====================================================================*/ \ No newline at end of file +====================================================================*/