<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&amp;display=swap');

html{
    scroll-behavior: smooth;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    font-size: 1rem;
    color: #333333;
    font-weight: 500;
    font-family: 'piron';
}
main &gt; .container {
    padding: 102px 0 0;
    max-width: 100%;
}
img{
    max-width: 100%;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

button,.btn{font-family: 'Poppins', sans-serif;font-weight: 500 !important;}


@font-face {
    font-family: 'piron';
    src: url('../assets/font/piron.woff2') format('woff2'),
         url('../assets/font/piron.woff') format('woff'),
         url('../assets/font/piron.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'inlove';
    src: url('../assets/font/inlove.woff2') format('woff2'),
         url('../assets/font/inlove.woff') format('woff'),
         url('../assets/font/inlove.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
      local('MaterialIcons-Regular'),
      url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
      url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
      url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}

h1,h2,h3,h4,h5,h6{
    font-family: 'inlove';
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}


/* Header Code */

nav.navbar {
    background: #f1f8fc;
    padding: 1.5rem 0;
    border-bottom: 2px solid #fff;
}
nav.navbar a.navbar-brand {
    padding: 0;
}
nav.navbar a.navbar-brand img {
    height: 54px;
}
nav.navbar ul.navbar-nav {
    gap: 40px;
}
nav.navbar ul.navbar-nav a.nav-link.active {
    color: #2a70fe;
}
nav.navbar ul.navbar-nav a.nav-link {
    padding: 0;
    font-size: 1.1rem !important;
    color: #333333;
    text-transform: capitalize;
    font-weight: 600;
}
nav.navbar ul.navbar-nav li {
    display: flex;
    align-items: center;
}
.common_btn {
    text-transform: capitalize;
    font-weight: 500;
    display: inline-flex;
    gap: 8px;
    background: rgb(67,71,212);
    background: linear-gradient(180deg, rgba(67,71,212,1) 0%, rgba(21,25,144,1) 100%);
    border: none;
    border-radius: 11px;
    padding: 12px 20px;
    box-shadow: 7px 7px 6px rgb(114 229 255 / 23%);
    transition: all 0.2s ease;
    text-transform: capitalize;
    align-items: center;
}
.common_btn img{
    height: 20px;
}
.common_btn:hover {
    gap: 12px;
}


/* Banner-Sec */

section.banner-sec {
    padding: 100px 0;
}
section.banner-sec .content h1 {
    font-size: 3rem;
    margin: 0 0 1.7rem;
}
section.banner-sec .content h1 span {
    color: #2a70fe;
}
section.banner-sec .content h1 span span {
    color: #15188f;
}
section.banner-sec .content .lead {
    font-size: 1.5rem;
    margin: 0;
}
section.banner-sec .content .common_btn {
    margin: 40px 0 0;
}



/* Goal-Sec */

section.goal {
    background: #f1f8fc;
}
section.spacing {
    padding: 60px 0;
}
.head {
    text-align: center;
    margin: 0 0 2.5rem;
}
.head h2 {
    margin: 0 0 0.8rem;
    font-size: 1.7rem;
}
.head p {
    font-size: 1.1rem;
}
.head-2 h2 {
    color: #000;
    font-size: 2.5rem;
}
.head-2 p {
    font-size: 1.5rem;
}
section.goal .box {
    height: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 40px;
}
section.goal .row {
    row-gap: 30px;
}
section.goal .box h4 {
    margin: 0 0 1.5rem;
    font-size: 1.2rem;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    column-gap: 15px;
}
section.goal .box h4 span {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

section.goal .box h4 span img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Trusted-Sec */

.brands ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: masonry;
    gap: 50px;
}

.brands ul li a {
    border: 1px solid #dfdfdf;
    border-radius: 15px;
    overflow: hidden;
    height: 85px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.brands ul li img {
    transition: all 0.3s ease;
    max-width: 130px;
}

.brands ul li a:hover img {
    transform: scale(1.1);
}



/* Testimonial-Sec */

section.testimonial {
    background: #f1f8fc;
}
section.testimonial .slick-list {
    background: white;
    border-radius: 30px;
}
section.testimonial .slick-list .flex-box {
    display: flex;
    align-items: center;
    gap: 45px;
    width: 88%;
    margin: 0 auto;
    padding: 3rem 0;
}
section.testimonial .slick-list .flex-box .image-box {
    max-width: 310px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    height: 340px;
}
section.testimonial .slick-list .flex-box .content {width: 100%;}
section.testimonial .slick-list .flex-box .content h4 {
    font-size: 1.5rem;
    margin: 0 0 1.2rem;
}
section.testimonial .slick-list .flex-box .content p {
    font-size: 1.1rem;
    margin: 0;
}
section.testimonial .slick-list .flex-box .image-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
section.testimonial .slick-arrow {
    position: absolute;
    z-index: 1;
    bottom: 0;
    top: 0;
    left: -25px;
    margin: auto;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    border: none;
    background: url('../assets/images/slide-arrow.png');
    color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
}
section.testimonial .slick-arrow.slick-next {transform: rotate(180deg);}
section.testimonial .slick-prev.slick-arrow {
    right: -25px;
    left: unset;
}


/* Create-Account */

section.create-account {
    background: #333333;
    color: #fff;
    padding: 30px 0;
}
section.create-account .head {
    text-align: left;
}
section.create-account .head p{
    margin:0;
}
section.create-account .common_btn {
    box-shadow: 7px 7px 6px rgb(255 255 255 / 23%);
}


/* Footer */

footer {
    padding: 60px 0 30px;
}
footer ul li a.nav-link {
    padding: 0 !important;
    font-size: 1.2rem;
    color: #333;
    text-transform: capitalize;
}
footer ul {
    gap: 3px;
}
footer h5 {
    margin: 0 0 15px;
}
footer .content img {
    height: 54px;
}
footer .content p {
    margin: 25px 0 0;
    font-size: 1.2rem;
}
footer .download-section {
    padding: 20px 0;
    text-align: center;
    border: 2px solid #838383;
    border-left: 0;
    border-right: 0;
}
footer .download-section h4 {
    font-size: 1.2rem;
    margin: 0 0 11px;
}
footer .flex-box {
    display: flex;
    justify-content: center;
    gap: 25px;
}
footer .flex-box a {
    padding: 0;
}
footer .flex-box a img {
    height: 42px;
}

/* About-Sec */

section.about-sec {
    padding: 70px 0 0;
}

/* Features-Sec */

section.features-sec .content-list ul li:last-child {margin:0}
section.features-sec .content-list ul li {position: relative;padding-left: 38px;margin: 0 0 20px;}
section.features-sec .content-list ul li span {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
section.features-sec .content-list ul li span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.features-sec .content-list ul li h5 {
    color: #0077b6;
    margin: 0 0 2px;
}
section.features-sec .content-list ul li p {
    margin: 0;
    font-size: 1.2rem;
}
section.features-sec .data {
    padding-left: 9rem;
}
section.features-sec {
    overflow: hidden;
    background: white;
}
section.features-sec .data .image-box {
    margin-right: -14rem;
}
section.features-sec .head.head-2 h2 {
    color: #0077b6;
}
section.login-sec {
    background: #f4f9ff;
}
section.login-sec .content ul li {
    margin: 0 0 60px;
}
section.login-sec .content ul li:last-child {
    margin: 0;
}
section.login-sec .content ul li h5 {
    /* font-weight: 700; */
}
section.login-sec .content ul li p {
    font-size: 1.1rem;
    margin: 0;
}

section.pricing-sec{
    padding: 70px 0;
}
.pricing .head-3 {
    text-align: center;
    margin: 0 0 40px;
}
.pricing .head-3 span {
    text-transform: capitalize;
    color: #0ecd1d;
}
.pricing .head-3 h4 {
    color: #000;
}
.pricing .box {
    background: #f1f8fc;
    border-radius: 15px;
    padding: 35px;
}
.pricing .box.premium h3 {
    color: #2346f9;
}
.pricing .box h3 {
    color: #000;
    margin: 0 0 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.pricing .box h3 sub {
    font-size: 1rem;
    font-weight: 400;
    color: #767676;
}
.pricing .box .inner-head {
    padding: 0 0 35px;
    margin: 0 0 45px;
    border-bottom: 2px solid #bbbbbb;
}
.pricing .box .inner-head h5 {
    text-transform: capitalize;
    color: #333333;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.pricing .box .inner-head p {
    margin: 15px 0 0;
    width: 90%;
}
.pricing .box ul li {
    margin: 0 0 25px;
    position: relative;
    padding-left: 30px;
    color: #333333;
    font-weight: 600;
}
.pricing .box ul li:last-child {
    margin: 0;
}
.pricing .box ul li img {
    height: 19px;
    position: absolute;
    left: 0;
    top: 3px;
}
.pricing .box ul {
    margin: 0 0 30px;
}

.pricing .box.premium .common-btn{
    background: #2346f9;
    color: #fff;
}
.pricing .box.premium .common-btn img{
    filter: invert(0);
}
.pricing .box .common-btn img {
    filter: invert(1);
}
.pricing .box .common-btn {
    background: #e4f0f7;
    border-radius: 11px;
    color: #000;
    text-transform: capitalize;
    width: 100%;
    text-align: left;
    display: flex;
    padding: 15px 35px;
    align-items: center;
}
.pricing .box .common-btn img {
    margin-left: auto;
    height: 26px;
}

button.navbar-toggler {
    background: linear-gradient(180deg, rgba(67,71,212,1) 0%, rgba(21,25,144,1) 100%);
}

button.navbar-toggler span {
    filter: invert(0);
    opacity: 1;
}

.text-left{
    text-align: left;
}

/* Contact-Sec */

section.contact-sec {
    padding: 70px 0;
}

section.contact-sec .form-box h3 {
    margin: 0 0 15px;
    color: #000;
}

section.contact-sec .form-box h3 span {
    color: #0077b6;
}

section.contact-sec .form-box {
    text-align: center;
}

section.contact-sec .form-box .form-group {
    margin: 0 0 15px;
}

section.contact-sec .form-box .form-group .form-control {
    border-radius: 8px;
    height: 45px;
    background: #f7f7f8;
    border-color: #d0d0d0;
}

section.contact-sec .form-box button.common_btn {
    margin: 15px 0 0;
    color: #fff;
    box-shadow: none;
}
section.contact-details {
    background: #f3f9ff;
}

section.contact-details .head p {
    margin: 0;
}

section.contact-details .head {
    margin: 0;
}

section.contact-information .details {
    margin: 0 0 30px;
}

section.contact-information .details ul {
    margin: 0 0 15px;
}

section.contact-information .details ul:last-child {
    margin: 0;
}

section.contact-information .details:last-child {
    margin: 0;
}

section.contact-information .details ul h4 {color: #0077b6;margin: 0 0 3px;font-size: 1.2rem;}

section.contact-information .details ul li {
    font-size: 1.2rem;
}

section.contact-information .details ul li span {
    color: #0077b6;
}

section.contact-information{
    background: url(../assets/images/contact-information.png);
    background-size: 430px;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}</pre></body></html>