diff --git a/assests/images/about-banner-img.png b/assests/images/about-banner-img.png new file mode 100644 index 0000000..8190fae Binary files /dev/null and b/assests/images/about-banner-img.png differ diff --git a/css/style.css b/css/style.css index d0e02a8..175fb1d 100644 --- a/css/style.css +++ b/css/style.css @@ -1,657 +1,638 @@ /* Base setup */ :root { - --font-primary: 'Open Sans', sans-serif; - /* default body font */ - --font-secondary: 'Larken', serif; - /* decorative font */ - --font-tertiary: 'Inter', sans-serif; - /* for headings or special text */ + --font-primary: "Open Sans", sans-serif; + /* default body font */ + --font-secondary: "Larken", serif; + /* decorative font */ + --font-tertiary: "Inter", sans-serif; + /* for headings or special text */ } - .navbar { - background-color: #033A49; - /* Dark blue shade */ - padding: 20px 0; + background-color: #033a49; + /* Dark blue shade */ + padding: 20px 0; } /* Logo styling */ .navbar-brand img { - width: 147px; - height: 29px; + width: 147px; + height: 29px; } .navbar-expand-lg .gap-menu { - flex-direction: row; - gap: 20px; + flex-direction: row; + gap: 20px; } /* Navbar links */ .nav-link { - font-family: var(--font-primary); - font-weight: 400; - font-style: Regular; - font-size: 16px; - line-height: 120%; - letter-spacing: 0%; - text-align: center; - color: #fff; - + font-family: var(--font-primary); + font-weight: 400; + font-style: Regular; + font-size: 16px; + line-height: 120%; + letter-spacing: 0%; + text-align: center; + color: #fff; } .nav-link:focus, .nav-link:hover { - color: #fff; + color: #fff; } .text-white { - font-family: var(--font-primary); - font-weight: 600; - font-size: 16px; - line-height: 120%; - letter-spacing: 0%; - text-align: center; - color: #fff; - + font-family: var(--font-primary); + font-weight: 600; + font-size: 16px; + line-height: 120%; + letter-spacing: 0%; + text-align: center; + color: #fff; } /* Invest Now button */ .invest-btn { - background-color: #b58b4b; - color: #fff; - font-family: var(--font-primary); - font-weight: 700; - font-size: 14px; - line-height: 100%; - letter-spacing: 1.2px; - text-align: center; - text-transform: uppercase; - text-decoration: none; - clip-path: polygon(0 0, 100% 0, 100% 70%, 90% 100%, 0 100%); - transition: all 0.3s ease; - + background-color: #b58b4b; + color: #fff; + font-family: var(--font-primary); + font-weight: 700; + font-size: 14px; + line-height: 100%; + letter-spacing: 1.2px; + text-align: center; + text-transform: uppercase; + text-decoration: none; + clip-path: polygon(0 0, 100% 0, 100% 70%, 90% 100%, 0 100%); + transition: all 0.3s ease; } .invest-btn2 { - background-color: #b58b4b; - clip-path: polygon(0 0, 100% 0, 100% 70%, 90% 100%, 0 100%); - transition: all 0.3s ease; - padding: 15px 20px; - height: 100%; - display: flex; - width: 150px; + background-color: #b58b4b; + clip-path: polygon(0 0, 100% 0, 100% 70%, 90% 100%, 0 100%); + transition: all 0.3s ease; + padding: 15px 20px; + height: 100%; + display: flex; + width: 150px; } .invest-btn2 a { - color: #fff; - font-family: var(--font-primary); - font-weight: 700; - font-size: 14px; - line-height: 100%; - letter-spacing: 1.2px; - text-align: center; - text-transform: uppercase; - text-decoration: none; + color: #fff; + font-family: var(--font-primary); + font-weight: 700; + font-size: 14px; + line-height: 100%; + letter-spacing: 1.2px; + text-align: center; + text-transform: uppercase; + text-decoration: none; } .invest-btn3 { - background-color: #b58b4b; - clip-path: polygon(0 0, 100% 0, 100% 70%, 90% 100%, 0 100%); - transition: all 0.3s ease; - padding: 15px 20px; - height: 100%; - display: flex; - width: 160px; + background-color: #b58b4b; + clip-path: polygon(0 0, 100% 0, 100% 70%, 90% 100%, 0 100%); + transition: all 0.3s ease; + padding: 15px 20px; + height: 100%; + display: flex; + width: 160px; } .invest-btn3 a { - color: #fff; - font-family: var(--font-primary); - font-weight: 700; - font-size: 14px; - line-height: 100%; - letter-spacing: 1.2px; - text-align: center; - text-transform: uppercase; - text-decoration: none; + color: #fff; + font-family: var(--font-primary); + font-weight: 700; + font-size: 14px; + line-height: 100%; + letter-spacing: 1.2px; + text-align: center; + text-transform: uppercase; + text-decoration: none; } .button-to { - margin-top: 25px; + margin-top: 25px; } span.banner-tittle { - font-family: var(--font-secondary); - font-weight: 400; - font-style: Regular; - font-size: 40px; - line-height: 100%; - vertical-align: middle; - text-transform: capitalize; - color: #fff; + font-family: var(--font-secondary); + font-weight: 400; + font-style: Regular; + font-size: 40px; + line-height: 100%; + vertical-align: middle; + text-transform: capitalize; + color: #fff; } .desc-top { - margin-top: 17px; + margin-top: 17px; } span.banner-desc { - font-family: var(--font-primary); - font-weight: 600; - font-size: 14px; - line-height: 100%; - text-transform: capitalize; - color: #fff; + font-family: var(--font-primary); + font-weight: 600; + font-size: 14px; + line-height: 100%; + text-transform: capitalize; + color: #fff; } .leftslider-line { - border-left: 2px solid #B18C4A; - padding-left: 20px; - padding-top: 5px; - padding-bottom: 5px; - margin-bottom: 20px; + border-left: 2px solid #b18c4a; + padding-left: 20px; + padding-top: 5px; + padding-bottom: 5px; + margin-bottom: 20px; } - - - .invest-btn:hover { - background-color: #b58b4b; - color: #fff; + background-color: #b58b4b; + color: #fff; } a.color-a { - color: #fff; - text-decoration: none; - font-family: var(--font-tertiary); - font-weight: 500; - font-style: Medium; - font-size: 13px; - line-height: 100%; - letter-spacing: 0%; - text-align: center; - - + color: #fff; + text-decoration: none; + font-family: var(--font-tertiary); + font-weight: 500; + font-style: Medium; + font-size: 13px; + line-height: 100%; + letter-spacing: 0%; + text-align: center; } .topbar-mobile { - display: none; + display: none; } .topbar { - box-shadow: 0px -1px 0px 0px #00000014 inset; - background-color: #004A5D; + box-shadow: 0px -1px 0px 0px #00000014 inset; + background-color: #004a5d; } /* Remove default border and shadow */ .navbar-toggler { - border: none; - background: transparent; - padding: 0; + border: none; + background: transparent; + padding: 0; } .navbar-toggler:focus { - outline: none; - box-shadow: none; + outline: none; + box-shadow: none; } .navbar-collapse { - display: none; - transition: max-height 0.3s ease-out, opacity 0.3s ease-out; - overflow: hidden; - max-height: 0; - opacity: 0; + display: none; + transition: max-height 0.3s ease-out, opacity 0.3s ease-out; + overflow: hidden; + max-height: 0; + opacity: 0; } .navbar-collapse.show { - display: block; - max-height: 500px; - /* enough for your menu */ - opacity: 1; + display: block; + max-height: 500px; + /* enough for your menu */ + opacity: 1; } - /* White close icon */ .open-icon, .close-icon { - font-size: 22px; - color: #fff; + font-size: 22px; + color: #fff; } /* Footer */ .footer-section { - background-image: url("/assests/images/footer-back.svg"); - background-repeat: no-repeat; - background-size: cover; - background-position: center; - position: relative; - overflow: hidden; + background-image: url("/assests/images/footer-back.svg"); + background-repeat: no-repeat; + background-size: cover; + background-position: center; + position: relative; + overflow: hidden; } - - - .footer-desc { - color: #C4C4C4; - font-family: var(--font-primary); - font-weight: 400; - font-size: 12px; - line-height: 140%; - text-align: left; + color: #c4c4c4; + font-family: var(--font-primary); + font-weight: 400; + font-size: 12px; + line-height: 140%; + text-align: left; } .social-links { - text-align: left; + text-align: left; } .footer-heading { - font-family: var(--font-primary); - font-weight: 600; - font-size: 12px; - line-height: 120%; - text-transform: uppercase; - text-align: left; - color: #B18C4A; + font-family: var(--font-primary); + font-weight: 600; + font-size: 12px; + line-height: 120%; + text-transform: uppercase; + text-align: left; + color: #b18c4a; } .footer-links a { - color: #fff; - text-decoration: none; - display: block; - margin-bottom: 8px; - font-family: var(--font-primary); - font-weight: 500; - font-size: 10px; - line-height: 120%; - letter-spacing: 1.2px; - text-transform: uppercase; - text-align: left; + color: #fff; + text-decoration: none; + display: block; + margin-bottom: 8px; + font-family: var(--font-primary); + font-weight: 500; + font-size: 10px; + line-height: 120%; + letter-spacing: 1.2px; + text-transform: uppercase; + text-align: left; } .footer-bottom-links { - gap: 40px; - display: flex; + gap: 40px; + display: flex; } .footer-links a:hover { - color: #ffffff; + color: #ffffff; } .social-links a { - font-size: 1.3rem; - color: #b7c4c7; - transition: color 0.3s; + font-size: 1.3rem; + color: #b7c4c7; + transition: color 0.3s; } .social-links a:hover { - color: #ffffff; + color: #ffffff; } .footer-line { - border-color: #fff; - opacity: 1; + border-color: #fff; + opacity: 1; } .text-adjust { - font-family: var(--font-primary); - font-weight: 400; - font-size: 12px; - line-height: 100%; - text-align: center; - color: #fff; + font-family: var(--font-primary); + font-weight: 400; + font-size: 12px; + line-height: 100%; + text-align: center; + color: #fff; } .footer-bottom-links a { - color: #fff; - text-decoration: none; - font-family: var(--font-primary); - font-weight: 600; - font-size: 12px; - line-height: 100%; - letter-spacing: 2px; - text-transform: uppercase; + color: #fff; + text-decoration: none; + font-family: var(--font-primary); + font-weight: 600; + font-size: 12px; + line-height: 100%; + letter-spacing: 2px; + text-transform: uppercase; } .footer-bottom-links a:hover { - color: #ffffff; + color: #ffffff; } /* home */ .Slider-back { - background-image: url("/assests/images/slider-back.svg"); - background-repeat: no-repeat; - background-size: cover; - background-position: center; - height: 80vh; + background-image: url("/assests/images/slider-back.svg"); + background-repeat: no-repeat; + background-size: cover; + background-position: center; + height: 80vh; } .height-banner { - height: 100%; - align-items: center; - justify-content: center; - display: flex; + height: 100%; + align-items: center; + justify-content: center; + display: flex; } .carousel-indicators [data-bs-target] { - box-sizing: content-box; - flex: 0 1 auto; - width: 8px; - height: 8px; - padding: 0; - margin-right: 3px; - margin-left: 3px; - text-indent: -999px; - cursor: pointer; - background-color: #fff; - background-clip: padding-box; - border: 0; - border-top: 0px solid transparent; - border-bottom: 0px solid transparent; - transition: opacity .6s ease; - border-radius: 50px; + box-sizing: content-box; + flex: 0 1 auto; + width: 8px; + height: 8px; + padding: 0; + margin-right: 3px; + margin-left: 3px; + text-indent: -999px; + cursor: pointer; + background-color: #fff; + background-clip: padding-box; + border: 0; + border-top: 0px solid transparent; + border-bottom: 0px solid transparent; + transition: opacity 0.6s ease; + border-radius: 50px; } .ask-advantage { - padding: 60px 0; + padding: 60px 0; +} +.ask-advantage2 { + padding: 0px 0px 60px 0px; } - .ask-advantage2 { - padding: 0px 0px 60px 0px; - } .ask-advantage h2 { - font-family: var(--font-secondary); - font-weight: 400; - font-style: Regular; - font-size: 40px; - line-height: 100%; - letter-spacing: 0%; - color: #033A49; + font-family: var(--font-secondary); + font-weight: 400; + font-style: Regular; + font-size: 40px; + line-height: 100%; + letter-spacing: 0%; + color: #033a49; } .ask-advantage p.lead { - font-family: var(--font-primary); - font-weight: 400; - font-size: 18px; - line-height: 100%; - letter-spacing: 0%; - color: #3E3F3F; - margin-bottom: 40px; - margin-top: 15px; + font-family: var(--font-primary); + font-weight: 400; + font-size: 18px; + line-height: 100%; + letter-spacing: 0%; + color: #3e3f3f; + margin-bottom: 40px; + margin-top: 15px; } .advantage-box { - border-top: 2.4px solid #B18C4A; - padding-top: 45px; - transition: all 0.5s ease; - padding-bottom: 30px; - padding-left: 15px; - padding-right: 15px; + border-top: 2.4px solid #b18c4a; + padding-top: 45px; + transition: all 0.5s ease; + padding-bottom: 30px; + padding-left: 15px; + padding-right: 15px; } .advantage-box:hover { - background-color: #004A5D; - color: #fff; - border-top: 0px solid #B18C4A; - transform: translateY(2px); + background-color: #004a5d; + color: #fff; + border-top: 0px solid #b18c4a; + transform: translateY(2px); } .advantage-box:hover .advantage-title, .advantage-box:hover .advantage-text { - color: #fff !important; + color: #fff !important; } - .advantage-icon { - color: #b18b4b; - font-size: 32px; - margin-bottom: 15px; + color: #b18b4b; + font-size: 32px; + margin-bottom: 15px; } .icone1 { - width: 53px; - height: 53.5px; + width: 53px; + height: 53.5px; } .icone2 { - width: 60px; - height: 42.66666793823242px; + width: 60px; + height: 42.66666793823242px; } .icone3 { - width: 56.5px; - height: 46.4052734375px; + width: 56.5px; + height: 46.4052734375px; } .icone4 { - width: 50.6652946472168px; - height: 50.667842864990234px; + width: 50.6652946472168px; + height: 50.667842864990234px; } .advantage-title { - margin-bottom: 8px; - font-family: var(--font-primary); - font-weight: 600; - font-size: 21px; - line-height: 30px; - vertical-align: middle; - color: #3E3F3F; + margin-bottom: 8px; + font-family: var(--font-primary); + font-weight: 600; + font-size: 21px; + line-height: 30px; + vertical-align: middle; + color: #3e3f3f; } .advantage-text { - font-family: var(--font-primary); - font-weight: 400; - font-size: 14px; - line-height: 25px; - letter-spacing: 0%; - vertical-align: middle; - color: #3E3F3F; - margin-top: 15px; + font-family: var(--font-primary); + font-weight: 400; + font-size: 14px; + line-height: 25px; + letter-spacing: 0%; + vertical-align: middle; + color: #3e3f3f; + margin-top: 15px; } .stats-section { - background-color: rgba(241, 223, 184, 0.25); - /* soft cream */ - padding: 60px 0px; + background-color: rgba(241, 223, 184, 0.25); + /* soft cream */ + padding: 60px 0px; } .stat-box h3 { - color: #B18C4A; - margin-bottom: 0.3rem; - font-family: var(--font-secondary); - font-weight: 400; - font-size: 40px; - line-height: 60px; + color: #b18c4a; + margin-bottom: 0.3rem; + font-family: var(--font-secondary); + font-weight: 400; + font-size: 40px; + line-height: 60px; } .width-count { - width: 23%; - text-align: left; + width: 23%; + text-align: left; } .width-count2 { - width: 29%; - padding-left: 58px; + width: 29%; + padding-left: 58px; } .width-count3 { - width: 23%; - padding-left: 60px; + width: 23%; + padding-left: 60px; } .width-count4 { - width: 23%; - padding-left: 55px; + width: 23%; + padding-left: 55px; } .stat-box p { - letter-spacing: 0.8px; - color: #3E3F3F; - margin: 0; - font-family: var(--font-primary); - font-weight: 600; - font-size: 14px; - line-height: 28px; - text-transform: uppercase; + letter-spacing: 0.8px; + color: #3e3f3f; + margin: 0; + font-family: var(--font-primary); + font-weight: 600; + font-size: 14px; + line-height: 28px; + text-transform: uppercase; } .stat-box { - text-align: left; + text-align: left; } .stat-border { - position: relative; + position: relative; } .stat-border::before { - content: ""; - position: absolute; - left: 0; - top: 50%; - transform: translateY(-50%); - width: 1px; - height: 80px; - background-color: #B18C4A; - /* gold tone line */ + content: ""; + position: absolute; + left: 0; + top: 50%; + transform: translateY(-50%); + width: 1px; + height: 80px; + background-color: #b18c4a; + /* gold tone line */ } /* ✅ Remove divider for first item */ .row .col-md-3:first-child::before { - display: none; + display: none; } .as-of-date { - text-align: center; - font-family: var(--font-primary); - font-weight: 400; - font-style: Italic; - font-size: 16px; - line-height: 28px; - color: #929197; + text-align: center; + font-family: var(--font-primary); + font-weight: 400; + font-style: Italic; + font-size: 16px; + line-height: 28px; + color: #929197; } .where-back { - background-image: url("/assests/images/Were-Here-to-Help-back.svg"); - background-repeat: no-repeat; - background-size: cover; - background-position: center; - height: 500px; - border-radius: 10px; - padding: 0 50px; + background-image: url("/assests/images/Were-Here-to-Help-back.svg"); + background-repeat: no-repeat; + background-size: cover; + background-position: center; + height: 500px; + border-radius: 10px; + padding: 0 50px; } .where-text { - width: 100%; - height: 100%; - display: flex; - align-items: center; + width: 100%; + height: 100%; + display: flex; + align-items: center; } span.banner-tittle1 { - font-family: var(--font-secondary); - font-weight: 400; - vertical-align: middle; - color: #fff; - font-size: 40px; - line-height: 100%; - text-transform: capitalize; + font-family: var(--font-secondary); + font-weight: 400; + vertical-align: middle; + color: #fff; + font-size: 40px; + line-height: 100%; + text-transform: capitalize; } span.banner-tittle2 { - font-family: var(--font-secondary); - font-weight: 400; - font-style: Regular; - font-size: 40px; - line-height: 100%; - vertical-align: middle; - text-transform: capitalize; - color: #B18C4A; + font-family: var(--font-secondary); + font-weight: 400; + font-style: Regular; + font-size: 40px; + line-height: 100%; + vertical-align: middle; + text-transform: capitalize; + color: #b18c4a; } span.banner-desc2 { - font-family: var(--font-primary); - font-weight: 400; - font-style: Regular; - font-size: 16px; - line-height: 120%; - letter-spacing: 0%; - color: #fff; - + font-family: var(--font-primary); + font-weight: 400; + font-style: Regular; + font-size: 16px; + line-height: 120%; + letter-spacing: 0%; + color: #fff; } .tittle-blog { - font-family: var(--font-primary); - font-weight: 600; - font-size: 21px; - line-height: 135%; - letter-spacing: 0%; - color: #3E3F3F; - + font-family: var(--font-primary); + font-weight: 600; + font-size: 21px; + line-height: 135%; + letter-spacing: 0%; + color: #3e3f3f; } .time { - font-family: var(--font-primary); - font-weight: 600; - font-size: 14px; - line-height: 100%; - letter-spacing: 0px; - color: #929197; - margin-top: 15px; - margin-bottom: 15px; + font-family: var(--font-primary); + font-weight: 600; + font-size: 14px; + line-height: 100%; + letter-spacing: 0px; + color: #929197; + margin-top: 15px; + margin-bottom: 15px; } .desc-blog { - font-family: var(--font-primary); - font-weight: 400; - font-size: 15px; - line-height: 135%; - color: #929197; - margin-bottom: 25px; - + font-family: var(--font-primary); + font-weight: 400; + font-size: 15px; + line-height: 135%; + color: #929197; + margin-bottom: 25px; } .read-more { - font-family: Open Sans; - font-weight: 700; - font-size: 16px; - line-height: 22px; - vertical-align: middle; - color: #B18C4A; - text-decoration: none; + font-family: Open Sans; + font-weight: 700; + font-size: 16px; + line-height: 22px; + vertical-align: middle; + color: #b18c4a; + text-decoration: none; } .read-more:hover { - color: #B18C4A; + color: #b18c4a; } .blogarrow { - width: 11px; - height: 12px; - margin-left: 4px; - vertical-align: middle; - transition: transform 0.5s ease; - /* Smooth slide animation */ + width: 11px; + height: 12px; + margin-left: 4px; + vertical-align: middle; + transition: transform 0.5s ease; + /* Smooth slide animation */ } - .read-more:hover .blogarrow { - transform: translateX(3px); - /* Arrow slides forward */ + transform: translateX(3px); + /* Arrow slides forward */ } .ask-advantage2 h2 { - font-family: var(--font-secondary); - font-weight: 400; - font-size: 40px; - line-height: 100%; - color: #033A49; + font-family: var(--font-secondary); + font-weight: 400; + font-size: 40px; + line-height: 100%; + color: #033a49; } -.ask-advantage2 p.lead - { - font-family: var(--font-primary); - font-weight: 400; - font-size: 18px; - line-height: 100%; - color: #3E3F3F; - margin-bottom: 40px; - margin-top: 15px; +.ask-advantage2 p.lead { + font-family: var(--font-primary); + font-weight: 400; + font-size: 18px; + line-height: 100%; + color: #3e3f3f; + margin-bottom: 40px; + margin-top: 15px; } .accordion-button { @@ -659,341 +640,336 @@ span.banner-desc2 { box-shadow: none !important; border: none !important; font-family: var(--font-primary); - font-weight: 600; - font-size: 21px; - line-height: 135%; - vertical-align: middle; - color: #3E3F3F; + font-weight: 600; + font-size: 21px; + line-height: 135%; + vertical-align: middle; + color: #3e3f3f; } .accordion-button:not(.collapsed) { - color: #3E3F3F !important; - background-color: #fff !important; - + color: #3e3f3f !important; + background-color: #fff !important; } span.textaccor { - font-family: var(--font-primary); - font-weight: 400; - font-size: 16px; - line-height: 100%; - color: #3E3F3F; + font-family: var(--font-primary); + font-weight: 400; + font-size: 16px; + line-height: 100%; + color: #3e3f3f; } .accordion-item { border: none; border-bottom: 1px solid #ddd; - } -.accordion-button{ - padding-left: 0; - padding-right: 0; +.accordion-button { + padding-left: 0; + padding-right: 0; } -.accordion-body{ - padding-left: 0; - padding-right: 0; +.accordion-body { + padding-left: 0; + padding-right: 0; } - - - /* out-team */ .team-section { - padding: 60px 0; - + padding: 60px 0; } .team-section h2 { - font-family: var(--font-secondary); - font-weight: 400; - font-size: 40px; - line-height: 100%; - color: #033A49; + font-family: var(--font-secondary); + font-weight: 400; + font-size: 40px; + line-height: 100%; + color: #033a49; } .text-primary { - font-family: var(--font-primary); - font-weight: 600; - font-size: 21px; - line-height: 28px; - vertical-align: middle; - color: #004A5D !important; + font-family: var(--font-primary); + font-weight: 600; + font-size: 21px; + line-height: 28px; + vertical-align: middle; + color: #004a5d !important; } .text-muted { - color: #3E3F3F !important; - font-family: var(--font-primary); - font-weight: 400; - font-size: 16px; - line-height: 22px; + color: #3e3f3f !important; + font-family: var(--font-primary); + font-weight: 400; + font-size: 16px; + line-height: 22px; } .nav-t { - display: flex; - justify-content: flex-start; - /* */ - font-family: var(--font-primary); - margin-bottom: 40px; - flex-wrap: wrap; - padding-left: 0; - list-style: none; + display: flex; + justify-content: flex-start; + /* */ + font-family: var(--font-primary); + margin-bottom: 40px; + flex-wrap: wrap; + padding-left: 0; + list-style: none; } /* Each Tab Item */ .nav-item-t { - margin: 0 12px; + margin: 0 12px; } /* Each Tab Button */ .nav-link-t { - background: none; - border: none; - font-weight: 500; - color: #6c757d; - font-size: 16px; - padding: 10px 16px; - cursor: pointer; - transition: all 0.3s ease; - position: relative; - padding-left: 0; - padding-right: 0; + background: none; + border: none; + font-weight: 500; + color: #6c757d; + font-size: 16px; + padding: 10px 16px; + cursor: pointer; + transition: all 0.3s ease; + position: relative; + padding-left: 0; + padding-right: 0; } /* Hover Effect */ .nav-link-t:hover { - color: #0f3b3e; - font-family: var(--font-primary); + color: #0f3b3e; + font-family: var(--font-primary); } /* Active Tab Style */ .nav-link-t.active { - color: #0f3b3e; - font-weight: 600; - font-family: var(--font-primary); + color: #0f3b3e; + font-weight: 600; + font-family: var(--font-primary); } /* Active Tab Bottom Border */ .nav-link-t.active::after { - content: ""; - position: absolute; - left: 0; - right: 0; - bottom: -1px; - height: 3px; - background-color: #0f3b3e; - border-radius: 3px; + content: ""; + position: absolute; + left: 0; + right: 0; + bottom: -1px; + height: 3px; + background-color: #0f3b3e; + border-radius: 3px; } .team-card { - border: none; - border-radius: 0; - background: #fff; - /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */ - box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.2); - overflow: hidden; - transition: all 0.3s ease; + border: none; + border-radius: 0; + background: #fff; + /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */ + box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.2); + overflow: hidden; + transition: all 0.3s ease; } .team-info { - padding: 20px; - text-align: left; - /* subtle shadow */ + padding: 20px; + text-align: left; + /* subtle shadow */ } .team-info h5 { - font-family: var(--font-secondary); - font-weight: 400; - font-style: Regular; - font-size: 24px; - line-height: 100%; - letter-spacing: 0%; - color: #0f3b3e; - display: flex; - align-items: center; - justify-content: space-between; + font-family: var(--font-secondary); + font-weight: 400; + font-style: Regular; + font-size: 24px; + line-height: 100%; + letter-spacing: 0%; + color: #0f3b3e; + display: flex; + align-items: center; + justify-content: space-between; } .team-info p { - color: #3E3F3F; - margin-bottom: 0; - font-family: var(--font-primary); - font-weight: 400; - font-style: Regular; - font-size: 16px; - line-height: 100%; - letter-spacing: 0%; + color: #3e3f3f; + margin-bottom: 0; + font-family: var(--font-primary); + font-weight: 400; + font-style: Regular; + font-size: 16px; + line-height: 100%; + letter-spacing: 0%; } .arrow { - width: 22px; - height: 12px; - margin-left: 6px; - vertical-align: middle; + width: 22px; + height: 12px; + margin-left: 6px; + vertical-align: middle; } /* Default styles (desktop) */ .arrow-m { - display: none; + display: none; } .offcanvas-end { - width: 980px; + width: 980px; } .offcanvas-header { - display: none; + display: none; } .drawer-header { - display: flex; - flex-direction: row; - justify-content: space-between; - align-items: start; - padding-left: 5px; + display: flex; + flex-direction: row; + justify-content: space-between; + align-items: start; + padding-left: 5px; } .offcanvas-body img { - display: flex; - align-self: flex-start; - width: 250px; - height: 300px; - border-radius: 8px; - /* margin-bottom: 15px; */ + display: flex; + align-self: flex-start; + width: 250px; + height: 300px; + border-radius: 8px; + /* margin-bottom: 15px; */ } .offcanvas-body h5 { - display: flex; - align-self: flex-start; - color: #033A49; - font-size: 24px; - font-family: var(--font-secondary); - margin-bottom: 10px; + display: flex; + align-self: flex-start; + color: #033a49; + font-size: 24px; + font-family: var(--font-secondary); + margin-bottom: 10px; } .offcanvas-body p.role { - display: flex; - align-self: flex-start; - color: #6c757d; - font-family: var(--font-primary); - font-size: 16px; - margin-bottom: 15px; - text-align: left; + display: flex; + align-self: flex-start; + color: #6c757d; + font-family: var(--font-primary); + font-size: 16px; + margin-bottom: 15px; + text-align: left; } .offcanvas-body p.desc { - display: flex; - align-self: flex-start; - font-size: 16px; - color: #444; - text-align: left; - font-family: var(--font-primary); + display: flex; + align-self: flex-start; + font-size: 16px; + color: #444; + text-align: left; + font-family: var(--font-primary); } .btn-close-d { - margin-top: 10px; - filter: invert(17%) sepia(18%) saturate(2742%) hue-rotate(152deg) brightness(97%) contrast(96%); - opacity: 1; + margin-top: 10px; + filter: invert(17%) sepia(18%) saturate(2742%) hue-rotate(152deg) + brightness(97%) contrast(96%); + opacity: 1; } .btn-close-r { - margin-top: -20px; - filter: invert(17%) sepia(18%) saturate(2742%) hue-rotate(152deg) brightness(97%) contrast(96%); + margin-top: -20px; + filter: invert(17%) sepia(18%) saturate(2742%) hue-rotate(152deg) + brightness(97%) contrast(96%); } .desktop-hide { - display: none; + display: none; } .btn-close:focus { - box-shadow: none; + box-shadow: none; } .offcanvas-body { - padding: 10px 20px 0px 20px; + padding: 10px 20px 0px 20px; } .icon1 { - width: 43px; - height: 41px; + width: 43px; + height: 41px; } .icon2 { - width: 50px; - height: 41px; + width: 50px; + height: 41px; } .icon3 { - height: 41px; - width: 54px; + height: 41px; + width: 54px; } .icon4 { - height: 41px; + height: 41px; } .icon5 { - height: 41px; + height: 41px; } .icon6 { - height: 41px; + height: 41px; } .icon7 { - height: 41px; + height: 41px; } .icon8 { - height: 41px; + height: 41px; } .padding-icon { - padding: 0px 80px 0px 30px; + padding: 0px 80px 0px 30px; } .padding-icon1 { - padding: 0px 99px 0px 20px; + padding: 0px 99px 0px 20px; } .padding-icon2 { - padding: 0px 114px 0px 0px; + padding: 0px 114px 0px 0px; } .padding-icon3 { - padding: 0px 80px 0px 0px; + padding: 0px 80px 0px 0px; } .padding-icon4 { - padding: 0px 93px 0px 30px; + padding: 0px 93px 0px 30px; } .padding-icon5 { - padding: 0px 80px 0px 20px; + padding: 0px 80px 0px 20px; } .padding-icon6 { - padding: 0px 133px 0px 0px; + padding: 0px 133px 0px 0px; } .padding-icon7 { - padding: 0px 121px 0px 0px; + padding: 0px 121px 0px 0px; } .gy-4 { - --bs-gutter-y: 2.5rem; + --bs-gutter-y: 2.5rem; } .mt-row { - margin-top: 20px; + margin-top: 20px; } /* our-fund */ .ask-advantage3 { - padding: 60px 0; + padding: 60px 0; } .coming-soon-container { text-align: center; position: relative; - } .icon { @@ -1002,21 +978,21 @@ span.textaccor { } .coming-soon-container h1 { - font-family: var(--font-secondary); - font-weight: 400; - font-size: 72px; - line-height: 100%; - color: #004A5D; - margin-bottom: 40px; + font-family: var(--font-secondary); + font-weight: 400; + font-size: 72px; + line-height: 100%; + color: #004a5d; + margin-bottom: 40px; } - .coming-soon-container p { - color: #3E3F3F; - margin-bottom: 60px; - font-family: var(--font-primary); - font-weight: 400; - font-size: 18px; - line-height: 100%; +.coming-soon-container p { + color: #3e3f3f; + margin-bottom: 60px; + font-family: var(--font-primary); + font-weight: 400; + font-size: 18px; + line-height: 100%; } .links { @@ -1026,14 +1002,14 @@ span.textaccor { } .links a { - text-decoration: none; - font-family: var(--font-primary); - font-weight: 400; - font-size: 16px; - line-height: 100%; - letter-spacing: 2px; - text-transform: uppercase; - color: #033A49; + text-decoration: none; + font-family: var(--font-primary); + font-weight: 400; + font-size: 16px; + line-height: 100%; + letter-spacing: 2px; + text-transform: uppercase; + color: #033a49; } .dot { @@ -1043,676 +1019,748 @@ span.textaccor { border-radius: 50%; display: inline-block; } + +/* about hero*/ +.hero_banner { + background: url("/assests/images/about-banner-img.png") no-repeat; + background-position: center; + background-size: cover; + height: 420px; + position: relative; +} + +.banner_overlay { + width: 100%; + height: 100%; + display: flex; + align-items: center; + justify-content: center; + padding: 0 7rem; +} + +.hero_content { + text-align: left; +} + +.hero_content .heading { + font-size: 50px; + font-weight: 500; + color: white; + font-family: var(--font-secondary); + margin: 0; + line-height: 1.2; +} + +.hero_content .sub-heading { + font-size: 24px; + line-height: 30px; + font-weight: 600; + color: #dcdcdc; + font-family: var(--font-primary); + margin-top: 18px; +} + +/* about history text */ +.about-stats-section { + height: 600px; + background-color: #fff; + color: #0a1f2b; + line-height: 1.7; +} + +.about-stats-section .container { + padding-top: 60px; + padding-left: 10px; +} + +.about-text { + font-size: 18px; + line-height: 28px; + font-weight: 400; + color: #444; + margin-bottom: 20px; + font-family: var(--font-primary); +} + +.about-sub-text { + font-size: 18px; + margin-top: 30px; + font-weight: 400; + color: #444; + font-family: var(--font-primary); +} + +.about-stats-row { + margin-top: 30px; + width: 100%; +} + +.about-stat-border { + position: relative; +} + +.about-stat-border::before { + content: ""; + position: absolute; + left: 0; + top: 50%; + transform: translateY(-50%); + width: 1px; + height: 112px; + background-color: #b18c4a; +} + +.about-stat-box h3 { + font-size: 40px; + font-weight: 400; + line-height: 72px; + color: #033a49; + margin-bottom: 10px; + font-family: var(--font-secondary); +} + +.about-stat-box p { + font-size: 16px; + color: #3e3f3f; + line-height: 28px; + font-weight: 600; + text-transform: uppercase; +} + +.about-as-of-date { + font-family: var(--font-primary); + font-weight: 600; + font-style: italic; + font-size: 16px; + line-height: 28px; + color: #929197; +} + +/* about history animation */ + +.history_animation{ + background: #131313; + height: 718px; +} +.history_animation .container { + padding-top: 60px; + padding-left: 10px; +} + +.history_animation .container .title{ + text-align: left; + color: white; + font-family: var(--font-secondary); +} + /* blog */ .blog-banner { - background-image: url("../assests/images/blog-banner.svg"); + background-image: url("../assests/images/blog-banner.svg"); + background-repeat: no-repeat; + background-size: cover; + background-position: center; + height: 70vh; +} +.blog-tittle-banner { + font-family: var(--font-secondary); + font-weight: 400; + font-size: 72px; + line-height: 100%; + text-transform: capitalize; + color: #fff; + margin-bottom: 20px; +} +.blog-text-banner { + font-family: var(--font-secondary); + font-weight: 400; + font-size: 72px; + line-height: 100%; + text-transform: capitalize; + color: #b18c4a; +} +.blog-aling { + align-items: center; + height: 100%; + display: flex; + justify-content: flex-start; + width: 100%; +} +.blog-image { + margin-right: 30px; + width: 55%; +} +.blog-content { + width: 40%; +} + +@media (max-width: 768px) { + /* Logo styling */ + .navbar-brand img { + width: 120px; + height: 24px; + } + + .container { + padding: 0 25px 0 25px; + } + + .footer-line { + border-color: #fff; + margin-top: 15px !important; + } + + .footer-bottom-links { + flex-direction: column; + gap: 15px; + } + + .footer-section { + background-image: url("/assests/images/Mobile-Footer.svg"); + /* your image path */ + } + + .Slider-back { + background-image: url(/assests/images/mobile-banner.svg); background-repeat: no-repeat; background-size: cover; background-position: center; - height: 70vh; -} -.blog-tittle-banner { + height: 90vh; + } + + span.banner-tittle { font-family: var(--font-secondary); font-weight: 400; - font-size: 72px; - line-height: 100%; - text-transform: capitalize; + vertical-align: middle; color: #fff; - margin-bottom: 20px; -} -.blog-text-banner { - font-family: var(--font-secondary); - font-weight: 400; - font-size: 72px; - line-height: 100%; + font-size: 36px; + line-height: 44px; text-transform: capitalize; - color: #B18C4A; -} -.blog-aling { - align-items: center; - height: 100%; - display: flex; - justify-content: flex-start; + } + + .mobile-resp-count { + flex-direction: column; + gap: 30px; + } + + .stat-border::before { + content: ""; + position: absolute; + left: 50%; + top: -163%; + width: 1px; + height: 210px; + top: -115%; + width: 1px; + height: 130px; + background-color: #b18c4a; + transform: rotate(90deg); + } + + .width-count { width: 100%; -} -.blog-image { - margin-right: 30px; - width: 55%; -} -.blog-content { - width: 40%; -} + padding-left: 0px; + padding-right: 0px; + } + .width-count2 { + width: 100%; + padding-left: 0px; + padding-right: 0px; + } + .width-count3 { + width: 100%; + padding-left: 0px; + padding-right: 0px; + } + .width-count4 { + width: 100%; + padding-left: 0px; + padding-right: 0px; + } -@media (max-width: 768px) { + .stat-box { + text-align: center; + margin-top: 10px; + } - /* Logo styling */ - .navbar-brand img { - width: 120px; - height: 24px; - } + .stat-box h3 { + font-size: 24px; + line-height: 42px; + } - .container { - padding: 0 25px 0 25px; - } + .stat-box p { + line-height: 16px; + } - .footer-line { - border-color: #fff; - margin-top: 15px !important; + .ask-advantage h2 { + font-size: 24px; + } - } + .ask-advantage p.lead { + font-size: 14px; + line-height: 22px; + } - .footer-bottom-links { + .advantage-card { + background: #fff; + box-shadow: 0px 2px 8px 0px #0000001f; + padding: 30px 40px; + text-align: left; + position: relative; + transition: all 0.3s ease; + height: 100%; + /* 👈 important for equal height inside flex container */ + display: flex; + flex-direction: column; + justify-content: flex-start; + height: 320px; + } - flex-direction: column; - gap: 15px; - } + .advantage-card::before { + content: ""; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 4px; + background-color: #b18c4a; + /* gold line */ + } - .footer-section { - background-image: url("/assests/images/Mobile-Footer.svg"); - /* your image path */ - - } - - .Slider-back { - background-image: url(/assests/images/mobile-banner.svg); - background-repeat: no-repeat; - background-size: cover; - background-position: center; - height: 90vh; - } - - span.banner-tittle { - font-family: var(--font-secondary); - font-weight: 400; - vertical-align: middle; - color: #fff; - font-size: 36px; - line-height: 44px; - text-transform: capitalize; - } - - .mobile-resp-count { - flex-direction: column; - gap: 30px; - } - - .stat-border::before { - content: ""; - position: absolute; - left: 50%; - top: -163%; - width: 1px; - height: 210px; - top: -115%; - width: 1px; - height: 130px; - background-color: #B18C4A; - transform: rotate(90deg); - } - - .width-count { - width: 100%; - - padding-left: 0px; - padding-right: 0px; - } - - .width-count2 { - width: 100%; - padding-left: 0px; - padding-right: 0px; - } - - .width-count3 { - width: 100%; - padding-left: 0px; - padding-right: 0px; - } - - .width-count4 { - width: 100%; - padding-left: 0px; - padding-right: 0px; - } - - .stat-box { - text-align: center; - margin-top: 10px; - } - - .stat-box h3 { - - font-size: 24px; - line-height: 42px; - } - - .stat-box p { - line-height: 16px; - } - - .ask-advantage h2 { - font-size: 24px; - } - - .ask-advantage p.lead { - font-size: 14px; - line-height: 22px; - } - - .advantage-card { - background: #fff; - box-shadow: 0px 2px 8px 0px #0000001F; - padding: 30px 40px; - text-align: left; - position: relative; - transition: all 0.3s ease; - height: 100%; - /* 👈 important for equal height inside flex container */ - display: flex; - flex-direction: column; - justify-content: flex-start; - height: 320px; - - } - - .advantage-card::before { - content: ""; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 4px; - background-color: #B18C4A; - /* gold line */ - - } - - - - .arrow { - display: none; - /* hide desktop arrow on mobile */ - } - .arrow-m-right { + .arrow { + display: none; + /* hide desktop arrow on mobile */ + } + .arrow-m-right { width: 100%; display: flex; align-items: end; justify-content: end; - -} + } - .arrow-m { - display: inline-block; - align-self: flex-end; - width: 20px; - height: 20px; - - /* show mobile arrow on mobile */ - } + .arrow-m { + display: inline-block; + align-self: flex-end; + width: 20px; + height: 20px; - .offcanvas-body img { - width: 100%; - height: auto; - } + /* show mobile arrow on mobile */ + } - .offcanvas-body h5 { + .offcanvas-body img { + width: 100%; + height: auto; + } - margin-top: 20px; - } + .offcanvas-body h5 { + margin-top: 20px; + } - .nav-t { - justify-content: flex-start; - overflow-x: auto; - white-space: nowrap; - scrollbar-width: none; - /* Hide scrollbar on Firefox */ - } + .nav-t { + justify-content: flex-start; + overflow-x: auto; + white-space: nowrap; + scrollbar-width: none; + /* Hide scrollbar on Firefox */ + } - .nav-t::-webkit-scrollbar { - display: none; - /* Hide scrollbar on Chrome/Safari */ - } + .nav-t::-webkit-scrollbar { + display: none; + /* Hide scrollbar on Chrome/Safari */ + } - .nav-link-t { - font-size: 14px; - padding: 8px 12px; - } + .nav-link-t { + font-size: 14px; + padding: 8px 12px; + } - .nav-t { - justify-content: flex-start; - overflow-x: scroll; - display: flex; - flex-wrap: nowrap; - /* Hide scrollbar on Firefox */ - } + .nav-t { + justify-content: flex-start; + overflow-x: scroll; + display: flex; + flex-wrap: nowrap; + /* Hide scrollbar on Firefox */ + } - .nav-t::-webkit-scrollbar { - display: none; - /* Hide scrollbar on Chrome/Safari */ - } + .nav-t::-webkit-scrollbar { + display: none; + /* Hide scrollbar on Chrome/Safari */ + } - .nav-link-t { - font-size: 14px; - padding: 8px 8px; - } - .nav-item-t { + .nav-link-t { + font-size: 14px; + padding: 8px 8px; + } + .nav-item-t { margin: 0 8px; -} + } - .team-section h2 { + .team-section h2 { + font-size: 32px; + line-height: 40px; + } - font-size: 32px; - line-height: 40px; + .team-info { + padding: 10px; + display: inline-grid; + align-content: space-around; + height: 100%; + gap: 20px; + } - } + .team-info h5 { + font-size: 14px; + } - .team-info { - - padding: 10px; - display: inline-grid; - align-content: space-around; - height: 100%; - gap: 20px; + .team-info p { + font-size: 10px; + line-height: 18px; + } + .btn-close-d { + display: none; + } - } + .btn-close-r { + position: absolute; + top: 35px; + color: #033a49; + /* bottom: 65; */ + right: 15px; + } - .team-info h5 { - font-size: 14px; + .team-card { + height: 260px; + } - } + .offcanvas-header { + align-items: center; + background-color: #fff; + justify-content: end; + display: flex; + } - .team-info p { - font-size: 10px; - line-height: 18px; - } + .desktop-hide { + display: block; + filter: invert(17%) sepia(18%) saturate(2742%) hue-rotate(152deg) + brightness(97%) contrast(96%); + opacity: 1; + } - .btn-close-d { - display: none; + .swiper { + padding-left: 5px; + padding-right: 10px; + padding-bottom: 20px; + } - } + .swiper-slide { + display: flex; + justify-content: center; + align-items: stretch; + /* 👈 ensures equal height */ + } - .btn-close-r { + .advantage-title { + margin-top: 5px; + } - position: absolute; - top: 35px; - color: #033A49; - /* bottom: 65; */ - right: 15px; - } + .padding-icon { + padding: 30px 15px; + border: 0.5px solid #e6e7e8; + border-radius: 12px; + margin-top: 0px; + margin-right: 10px; + width: 47%; + } - .team-card { - height: 260px; - } + .padding-icon1 { + padding: 30px 15px; + border: 0.5px solid #e6e7e8; + border-radius: 12px; + margin-top: 0px; + margin-left: 10px; + width: 47%; + } - .offcanvas-header { - align-items: center; - background-color: #fff; - justify-content: end; - display: flex; + .padding-icon2 { + padding: 30px 15px; + border: 0.5px solid #e6e7e8; + border-radius: 12px; + margin-top: 20px; + margin-right: 10px; + width: 47%; + } - } + .padding-icon3 { + padding: 30px 15px; + border: 0.5px solid #e6e7e8; + border-radius: 12px; + margin-top: 20px; + margin-left: 10px; + width: 47%; + } - .desktop-hide { - display: block; - filter: invert(17%) sepia(18%) saturate(2742%) hue-rotate(152deg) brightness(97%) contrast(96%); - opacity: 1; - } + .padding-icon4 { + padding: 30px 15px; + border: 0.5px solid #e6e7e8; + border-radius: 12px; + margin-top: 20px; + margin-right: 10px; + width: 47%; + } - .swiper { - padding-left: 5px; - padding-right: 10px; - padding-bottom: 20px; - } + .padding-icon5 { + padding: 30px 15px; + border: 0.5px solid #e6e7e8; + border-radius: 12px; + margin-top: 20px; + margin-left: 10px; + width: 47%; + } - .swiper-slide { - display: flex; - justify-content: center; - align-items: stretch; - /* 👈 ensures equal height */ - } + .padding-icon6 { + padding: 30px 15px; + border: 0.5px solid #e6e7e8; + border-radius: 12px; + margin-top: 20px; + margin-right: 10px; + width: 47%; + } - .advantage-title { + .padding-icon7 { + padding: 30px 15px; + border: 0.5px solid #e6e7e8; + border-radius: 12px; + margin-top: 20px; + margin-left: 10px; + width: 47%; + } - margin-top: 5px; - } + .mt-row { + margin-top: 5px; + } - .padding-icon { - padding: 30px 15px; - border: 0.5px solid #E6E7E8; - border-radius: 12px; - margin-top: 0px; - margin-right: 10px; - width: 47%; - } + .where-back { + height: 320px; + padding: 0 20px; + } - .padding-icon1 { - padding: 30px 15px; - border: 0.5px solid #E6E7E8; - border-radius: 12px; - margin-top: 0px; - margin-left: 10px; - width: 47%; - } + span.banner-tittle1 { + font-size: 20px; + } - .padding-icon2 { - padding: 30px 15px; - border: 0.5px solid #E6E7E8; - border-radius: 12px; - margin-top: 20px; - margin-right: 10px; - width: 47%; - } + span.banner-tittle2 { + font-size: 20px; + } - .padding-icon3 { - padding: 30px 15px; - border: 0.5px solid #E6E7E8; - border-radius: 12px; - margin-top: 20px; - margin-left: 10px; - width: 47%; - } + .tittle-blog { + font-size: 16px; + } - .padding-icon4 { - padding: 30px 15px; - border: 0.5px solid #E6E7E8; - border-radius: 12px; - margin-top: 20px; - margin-right: 10px; - width: 47%; - } + .time { + font-size: 13px; + } - .padding-icon5 { - padding: 30px 15px; - border: 0.5px solid #E6E7E8; - border-radius: 12px; - margin-top: 20px; - margin-left: 10px; - width: 47%; - } - - .padding-icon6 { - padding: 30px 15px; - border: 0.5px solid #E6E7E8; - border-radius: 12px; - margin-top: 20px; - margin-right: 10px; - width: 47%; - } - - .padding-icon7 { - padding: 30px 15px; - border: 0.5px solid #E6E7E8; - border-radius: 12px; - margin-top: 20px; - margin-left: 10px; - width: 47%; - } - - .mt-row { - margin-top: 5px; - } - - .where-back { - - height: 320px; - padding: 0 20px; - } - - span.banner-tittle1 { - - font-size: 20px; - - } - - span.banner-tittle2 { - - font-size: 20px; - - } - - .tittle-blog { - - font-size: 16px; - - - } - - .time { - - font-size: 13px; - - } - - .desc-blog { - - font-size: 13px; - margin-bottom: 10px; - - - } - .where-text - { - + .desc-blog { + font-size: 13px; + margin-bottom: 10px; + } + .where-text { align-items: end; padding-bottom: 30px; -} + } + .ask-advantage2 h2 { + font-size: 24px; + } - .ask-advantage2 h2 - - { - font-size: 24px; - } - - .ask-advantage2 p.lead { - font-size: 14px; - line-height: 22px; - } - .accordion-button{ - font-size: 16px; - } - span.textaccor { - font-size: 14px; - line-height: 22px; - } - .coming-soon-container h1 { - - font-size: 48px; - margin-bottom: 25px; - } - .coming-soon-container p { - + .ask-advantage2 p.lead { font-size: 14px; - -} -.links a { - + line-height: 22px; + } + .accordion-button { + font-size: 16px; + } + span.textaccor { + font-size: 14px; + line-height: 22px; + } + .coming-soon-container h1 { + font-size: 48px; + margin-bottom: 25px; + } + .coming-soon-container p { + font-size: 14px; + } + .links a { font-size: 12px; - -} -.blog-tittle-banner { - + } + .blog-tittle-banner { font-size: 40px; - -} -.blog-text-banner { - + } + .blog-text-banner { font-size: 40px; - -} -.blog-image { + } + .blog-image { margin-right: 0px; width: 100%; margin-bottom: 20px; -} -.blog-content { + } + .blog-content { width: 100%; -} + } } +@media (max-width: 991px) { + .topbar { + display: none; + } -@media (max-width: 991px) { - .topbar { - display: none; - } + .navbar { + background-color: #033a4900; + padding: 0 0; + border-bottom: 1px solid #033a49; + } - .navbar { - background-color: #033a4900; - padding: 0 0; - border-bottom: 1px solid #033A49; - } + .container, + .container-md, + .container-sm { + max-width: 100%; + padding: 0; + } - .container, - .container-md, - .container-sm { - max-width: 100%; - padding: 0; - } + .navbar-brand { + padding: 0; + } - .navbar-brand { - padding: 0; - } + .mobile-adj { + width: 100%; + display: flex; + align-items: center; + background: #033a49; + justify-content: space-between; + padding: 20px 25px; + } - .mobile-adj { - width: 100%; - display: flex; - align-items: center; - background: #033A49; - justify-content: space-between; - padding: 20px 25px; - } + .d-flex { + display: block !important; + } - .d-flex { - display: block !important; - } + .nav-link { + font-family: var(--font-primary); + font-weight: 600; + font-size: 18px; + line-height: 120%; + text-align: left; + color: #033a49; + border-bottom: 1px solid #e6e7e8; + padding-bottom: 15px; + } - .nav-link { - font-family: var(--font-primary); - font-weight: 600; - font-size: 18px; - line-height: 120%; - text-align: left; - color: #033A49; - border-bottom: 1px solid #E6E7E8; - padding-bottom: 15px; - } + .navbar-expand-lg .gap-menu { + flex-direction: column; + gap: 12px; + padding: 25px 25px 12px 25px; + } - .navbar-expand-lg .gap-menu { - flex-direction: column; - gap: 12px; - padding: 25px 25px 12px 25px; - } + .nav-link:hover { + color: #033a49 !important; + } - .nav-link:hover { - color: #033A49 !important; - } + .ms-auto { + margin-left: auto !important; + padding: 0 25px 20px 25px; + } - .ms-auto { - margin-left: auto !important; - padding: 0 25px 20px 25px; - } + .text-white { + font-family: var(--font-primary); + font-weight: 600; + font-size: 18px; + line-height: 120%; + text-align: left; + color: #033a49 !important; + border-bottom: 1px solid #e6e7e8; + padding-bottom: 15px; + width: 100%; + display: block; + } - .text-white { + .invest-btn { + display: none; + } - font-family: var(--font-primary); - font-weight: 600; - font-size: 18px; - line-height: 120%; - text-align: left; - color: #033A49 !important; - border-bottom: 1px solid #E6E7E8; - padding-bottom: 15px; - width: 100%; - display: block; - } + i.bi.bi-chevron-down { + display: none; + } - .invest-btn { - display: none; - } + .mobile-call { + display: flex; + flex-direction: column; + gap: 12px; + padding: 0 25px 25px 25px; + } - i.bi.bi-chevron-down { - display: none; - } + a.color-b { + gap: 10px; + text-decoration: none; + display: flex; + color: #3e3f3f; + font-family: var(--font-primary); + font-weight: 600; + font-size: 18px; + } - .mobile-call { - display: flex; - flex-direction: column; - gap: 12px; - padding: 0 25px 25px 25px; - } + .topbar-mobile { + display: block; + } - a.color-b { - gap: 10px; - text-decoration: none; - display: flex; - color: #3E3F3F; - font-family: var(--font-primary); - font-weight: 600; - font-size: 18px; + .footer-section { + padding: 0 25px; + } - } + .text-adjust { + text-align: left; + } - .topbar-mobile { - display: block; - } + .footer-bottom-links { + margin-bottom: 30px; + } - .footer-section { - padding: 0 25px; + .Slider-back { + padding-left: 25px; + padding-right: 25px; + } - } + .ask-advantage { + padding: 60px 25px !important; + } - .text-adjust { + .stats-section { + padding: 40px 25px !important; + } - text-align: left; + .team-section { + padding: 60px 25px !important; + } - } + .mobile-left { + margin-left: 0px !important; + } - .footer-bottom-links { - - margin-bottom: 30px; - } - - .Slider-back { - - padding-left: 25px; - padding-right: 25px; - } - - .ask-advantage { - padding: 60px 25px !important; - } - - .stats-section { - - padding: 40px 25px !important; - } - - .team-section { - padding: 60px 25px !important; - } - - .mobile-left { - margin-left: 0px !important; - } - - .where2 { - padding: 0px 25px !important; - } - .ask-advantage2 { - padding: 0px 25px 60px 25px !important; - } - .ask-advantage3 { + .where2 { + padding: 0px 25px !important; + } + .ask-advantage2 { + padding: 0px 25px 60px 25px !important; + } + .ask-advantage3 { padding: 100px 25px !important; -} -.container.blog-aling { - + } + .container.blog-aling { padding: 0 20px; + } } - -} \ No newline at end of file diff --git a/pages/about.html b/pages/about.html index c86376a..dee81d3 100644 --- a/pages/about.html +++ b/pages/about.html @@ -1,6 +1,74 @@ -
-
-

About Us

-

Learn more about our mission and vision.

+
+
+ +
+
+
+
+

+ Since our founding in 1983, ASK Asset & Wealth Management Group has been driven by a fundamental + question: What truly matters? Our unequivocal answer is Quality. This commitment + propels us to deliver unmatched growth of returns for our clients and partners. We do this with our deep + understanding of market dynamics, cultivated through meticulous research and experience. Our businesses, + across listed equities, alternates, real estate private equity, hedge funds, wealth management and more + bring an array of bespoke solutions and market defining strategies. With these handpicked strategies and + sharp market insights, we aim to deliver wealth preservation and appreciation over time. +

+

What sets us apart is our focus on what matters most.

+
+
+ +
+
+
+

40 Years

+

Years of Expertise

+
+
+ + +
+
+

₹84,500 Cr+

+

Assets Managed

+
+
+ +
+
+

20,000+

+

Clients Served

+
+
+ +
+
+

29 Years

+

Equity Experience

+
+
+
+
+ As of July 2025 +
+
+
+
+ +
+
+

Our History

+
+
+