* { margin: 0; padding: 0; box-sizing: border-box; } body { padding: 0; margin: 0; box-sizing: border-box; font-family: 'Montserrat', sans-serif; overflow-x: hidden; } a { font-size: 13px; text-decoration: none; color: #25265e !important; } a:hover { text-decoration: none; } ul, li { list-style: none; padding: 15px 0px; margin: 0px; } .dropdown-menu { border: none !important; } .home-nav-header { position: sticky; top: 0; z-index: 10; background: #fff; border: none !important; box-shadow: 0px 4px 12px rgb(37 38 94 / 6%); } .home-nav-header .header-navbar { padding: 15px; } .home-nav-header .header-logo-height { height: 35px; width: 35px; } .home-nav-header .header_nav__item { margin: 0 !important; padding: 0 15px; font-size: 14px; font-weight: 400; line-height: 18px; text-align: left; list-style: none; position: relative; } .home-nav-header .header_bars { width: 22px; height: 1px; background-color: black; margin: 6px 0; } .home-nav-header .dropdown-toggle::after { display: inline-block; margin-left: 0.255em; vertical-align: middle; content: ""; border: none !important; background: url(/assets/images/arrow.svg) no-repeat; height: 10px; width: 100%; } .home-nav-header .megaMenu { box-shadow: 0 10px 55px 0 rgb(0 25 50 / 15%); border-radius: 5px; position: absolute; top: 18px; left: 55px; width: 100%; background-color: white; } .home-nav-header .megaMenu li { padding: 10px 15px; } .home-nav-header .megaMenu li:hover { background-color: #f3f3f4; color: #262628; } .home-top-h1 { line-height: 60px; font-size: 35px; color: #25265e; } .feature-h1 { line-height: 70px; font-size: 35px; font-weight: 700; color: rgb(33, 33, 33); text-align: center; margin: 0px; } .home-top-h2, .feature-h2 { text-align: center; font-weight: 300; line-height: 30px; font-size: 16px; max-width: 380px; margin: 0 auto; color: rgba(37, 38, 94, .7); } .home-tools-list { margin: 0 auto; padding-bottom: 90px; } .home-tools-list .home-tools-container { margin: 0 -5px -10px; padding: 0 100px; list-style: none; font-size: 0; text-align: center; } .home-tools-list .home-tools-container .home-tool-box { display: inline-block; vertical-align: top; padding: 0 5px 10px; font-size: 15px; line-height: 30px; margin: 0; width: 30%; max-width: 230px; } .home-tools-list .home-tools-container .home-tool-name { display: block; padding: 28px 25px; border-radius: 8px; text-align: center; -webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 10px 35px 0 rgb(0 0 0 / 9%); } .home-tools-list .home-tools-container .home-tool-name .home-tool-detials { display: block; position: relative; -webkit-transform: translateZ(0); transform: translateZ(0); } .home-tools-list .home-tools-container .home-tool-name:hover { z-index: 2; -webkit-transition: all .15s ease-in-out, z-index 0s; transition: all .15s ease-in-out, z-index 0s; -webkit-transform: translateY(-5px); transform: translateY(-5px); box-shadow: 0 11px 55px 0 rgb(0 0 0 / 13%); } .footer { background-color: rgba(20, 28, 58, .9); padding: 100px; color: #fff; } .footer .footer-title { font-weight: 700; padding: 20px 0px; } .footer .footer-ul-title { font-size: 15px; color: #f9fafc; font-weight: 500; margin: 0px; font-weight: 700; } .footer .footer-list { margin-bottom: 12px; padding: 0px !important; } .footer .footer-list .footer-link { color: #d3dce6 !important; font-size: 13px; line-height: 20px; } .footer .footer-list .footer-link:hover { color: #fff !important; } .footer .footer__end { margin-top: 80px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; font-size: 13px; padding: 24px 0; margin-top: 16px; border-top: 1px solid rgba(251, 251, 251, .2); } @media (max-width: 1200px) { .home-tools-list .home-tools-container { padding: 0; } } @media (max-width: 768px) { .home-tools-list .home-tools-container .home-tool-name { padding: 25px; } .home-tools-list .home-tools-container .home-tool-name .home-tool-detials { display: flex; gap: 15px; } .home-tools-list .home-tools-container .home-tool-box { width: 100%; max-width: 100%; } .footer { padding: 50px 0px; } }