@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background: #050927;
color: #fff;
font-family: "Red Hat Display", sans-serif;
font-size: 17px;
line-height: 1.3;
font-style: normal;
}
p { font-weight:400;}

body .btn-primary {
    background-color: #7447F7;
    border-color: #7447f7;
}
.btn:hover {
    background-color: #7447F7;
    border-color: #7447f7;
}

.btn:hover {
    -webkit-filter: contrast(115%);
    filter: contrast(115%);
}

img {
max-width:100%;
border:0px;
}
@font-face {
font-family: 'LASER';
src: url('fonts/LASER.eot');
src: url('fonts/LASER.eot?#iefix') format('embedded-opentype'),  url('fonts/LASER.woff2') format('woff2'),  url('fonts/LASER.woff') format('woff'),  url('fonts/LASER.ttf') format('truetype'),  url('fonts/LASER.svg#LASER') format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}
a {
color:#8850ff;
text-decoration:none;
}
a:hover {
color:#8850ff;
text-decoration:none;
}
/************** home page ***********************/
.dropdown-toggle {
white-space: inherit !important;
}
.menu .menu-inner ul li .sub-menu {
display: none;
padding-bottom: 10px !important;
}
.menu .menu-inner ul li .sub-menu a {
padding-top: 5px !important;
padding-bottom: 5px !important;
}
.dropdown-toggle-active {
background: rgb(37, 95, 97) !important;
}
.dropdown-toggle::after {
position: absolute;
left: 93%;
top: 20px;
}
.menu .menu-inner ul li a {
position: relative;
}
.dropdown-toggle-active:after {
transform: rotate(-180deg);
}
.nav-item a {
text-decoration: none
}
.nav-tabs li a {
text-decoration: none;
display: block;
font-weight: 500
}
.grid-item {
float: left;
width: 33.3%;
position: static !important;
}
.home-blogs-box img {
width: 100%;
max-height: 250px;
}
.grid-item a {
display: block;
padding: 5px 10px;
}
.isotope {
width: 100%!important;
max-width: 100%!important
}
.nav-tabs .active a {
background: #8850ff;
border-color: #8850ff;
color: #fff;
}
.grid-item img {
width: 100%;
height: auto;
}
.grid-item a {
border: 0;
text-decoration: none
}
.grid-item img:hover {
filter: none;
}
.nav-tabs li {
margin-right: 10px;
margin-bottom: 10px;
}
.nav-tabs li a.active, .blogs-tabs .nav-tabs li a:hover {
background: #8850ff;
border-color: #8850ff;
color: #fff;
}
.nav-tabs li a {
background: transparent;
border: 1px solid #fff;
padding: 0.5rem 1rem;
border-radius: 30px;
color: #fff;
}
.isotope-pager .pager {
display: inline-block;
}
.isotope-pager a {
background: hsla(0, 0%, 100%, .05);
border: 0!important;
color: #fff!important;
min-width: 32px;
height: 32px;
text-align: center;
text-decoration: none;
line-height: 32px;
border-radius: 100%;
font-family: Roboto, Helvetica, Arial, sans-serif;
font-weight: 400;
font-size: 0.875rem;
margin: 0px 3px
}
.isotope-pager a:hover {
background: #7447f7;
}
.isotope-pager .active {
background: hsla(0, 0%, 100%, .3);
}
.isotope-pager .prev {
border-radius: 30px 0 0 30px;
}
.isotope-pager .next {
border-radius: 0 30px 30px 0;
}
.isotope-pager a::before, .isotope-pager a:after {
content: "";
position: absolute;
border-top: 30px solid transparent;
border-bottom: 30px solid transparent;
}
.isotope-pager .num::before, .next::before {
border-right: 20px solid #2c3e50;
right: 100%;
}
.isotope-pager .num:after, .prev:after {
border-right: 20px solid #f1f1f1;
right: 0;
}
.grid-item:hover .overlay {
opacity: 1;
}
/************** end page ***********************/
img {
max-width: 100%;
border: 0px;
}
.menu-cta {
position: relative;
top: 4px;
}
.menu-cta a {
display: inline-block;
width: 28px;
height: 22px;
}
.menu-cta a {
background: url("images/menu-icon.png") no-repeat center center;
background-size: cover;
}
.menu-cta.close-cta a {
background: url("images/menu-close-icon.png") no-repeat center center;
background-size: cover;
}
.menu-cta, .head-chat-icon, .top-login-signup {
z-index:500;
}


.head-chat-icon {
z-index: 9999;
}



.menu {
position: fixed;
width: 100%;
/* width: 35%; */
height: 100vh;
background: rgba(0, 0, 0, 0.7);
-webkit-backdrop-filter: blur(50px);
backdrop-filter: blur(50px);
top: 0px;
right: 0px;
width: 37% !important;
z-index: 99;
}
.menu .menu-inner {
margin: 90px 40px 10px 40px;
border-top: 1px solid rgba(255, 255, 255, 0.3);
height: 75vh;
overflow-y: scroll;
padding-right: 10px;
position: relative;
}
.menu .menu-inner::-webkit-scrollbar-track {
/* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
border-radius: 10px; */
background-color: rgba(0, 0, 0, 0);
}
.menu .menu-inner::-webkit-scrollbar {
border-radius: 10px;
width: 8px;
background-color: rgba(0, 0, 0, 0);
}
.menu .menu-inner::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #8850ff;
}
.menu .menu-inner ul {
padding: 0px;
margin: 0px;
list-style-type: none;
}
.menu .menu-inner ul li {
display: block;
text-align: left;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.sideMenuIcon {
display: inline-block;
margin-right: 10px;
}
.menu .menu-inner ul li a {
color: #fff;
font-size: 17px;
font-weight: 400;
padding: 10px 0px !important;
font-family: "Red Hat Display", sans-serif !important;
text-decoration: none;
display: block;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.menu .menu-inner ul li a:hover {
color: #0cd5dc;
}
.menu .menu-inner ul li a b {
font-weight: 500;
}
.menu-mobile-visible {
display: none !important;
padding: 10px 0px;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.menu-mobile-visible-inn {
display: flex;
justify-content: space-between;
}
.menu-mobile-visible-inn a {
border: 1px solid #fff;
border-radius: 30px;
color: #fff;
padding: 7px 10px !important;
font-size: 17px;
text-decoration: none;
display: block;
width: 120px;
text-align: center;
}
.menu-mobile-visible-inn a.mobile-signup {
background: #8850ff !important;
border-color: #8850ff !important;
}
.main-header {
padding: 20px 20px !important;
position: fixed;
top: 0px;
left: 0px;
width: 100%;
z-index: 999; margin-bottom:96px
}
.main-header .row {
align-items: center;
}
.top-login-signup ul {
padding: 0px;
margin: 0px;
list-style-type: none;
text-align: center;
}
.top-login-signup ul li {
display: inline-block;
vertical-align: top;
padding: 0px 9px;
}
.top-login-signup ul li a {
display: block;
color: #fff;
border-radius: 30px;
border: 1px solid #fff;
border-radius: 30px;
color: #fff;
padding: 6px 30px !important;
cursor: pointer;
}
.top-login-signup ul li.head-signup a {
background: #8850ff !important;
border-color: #8850ff !important;
}
.head-chat-icon {
position: relative;
right: -50px;
}
.top-login-signup {
position: relative;
right: -110px;
}
.main-header.fixed-header {
background: #050927b0 !important;
border-bottom: 0px solid #8850ff;
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
}
.head-chat-icon, .head-menu {
text-align: right;
}

.head-chat-icon a { display:block;}

.head-chat-icon img {
max-width: 36px;
}
.head-menu img {
width: 28px;
}
.main-header .main-logo {
width: 65%;
}
.main-header .main-logo img {
max-width: 233px;
}
body h2 {
color: #fff;
font-weight:400;
margin-bottom: 25px;
font-size:32px;
font-family: 'LASER';
}
body h2, body h3 {
color: #fff;
margin-bottom: 25px;
}
h2 span, h3 span {
color: #7447F7;
}
body h3 {
color: #fff;
font-weight: 800;
margin-bottom: 25px;
font-size: 30px;
}
body h4 {
font-weight: 800;
margin-bottom: 15px;
line-height: 40px;
font-size: 24px;
}
body h5 {
font-weight: 800;
margin-bottom: 15px;
}

.text-color p { color:#A0A4D6}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem;
font-family: LASER, sans-serif!important;
font-weight: 400;
}
.analysis-content h3, .analysis-content h4 {
font-family: Red Hat Display, sans-serif !important;
}
.analysis-content h3 {
font-size: 22px;
line-height: 28px;
}
.analysis-content h4 {
font-size: 20px;
line-height: 26px;
}
.insightglobe {
height: 25px;
margin-right: 8px;
}
.insightignitep:hover {
cursor: pointer;
font-weight: 500;
-webkit-transform: scale(1.02);
transform: scale(1.02);
}
.youtube-iframe-new {
border: 0;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.result-video-container {
padding-bottom: 56.25%;
position: relative;
width: 100%;
}
.footer-main {
padding-top: 180px;
padding-bottom: 40px;
background: url('../assets/images/footer-bg.png') no-repeat center center;
background-size: cover;
position: relative;
z-index:999
}
.footer-logo img {
max-width: 233px;
}
.footer-main h4 {
font-size: 17px;
font-weight: 600;
position: relative;
margin-bottom: 40px;
text-transform: none;
font-family: 'Red Hat Display' !important;
line-height: 22px;
}
.footer-main h4:after {
position: absolute;
left: 0px;
bottom: -10px;
width: 42.26px;
height: 4px;
content: '';
background: #8850ff;
border-radius: 10px;
}
.footer-social img {
max-width: 48px;
display: inline-block;
padding-right: 10px;
}
.footer-col2 ul {
padding: 0px;
margin: 0px;
list-style-type: none;
}
.footer-col2 ul li {
padding: 0px 0px 13px 0px;
margin: 0px;
display: block;
}
.footer-col2 ul li a {
display: block;
color: #a0a4d6;
text-decoration: none;
}
.footer-col2 ul li a:hover {
color: #fff;
}
.seventh-site-footer-info {
padding: 0px 0px 15px 0px;
}
.seventh-site-footer-info svg {
display: inline-block;
width: 1em;
height: 1em;
font-size: 1.5rem;
fill: #8850ff;
margin-right: 10px;
}
.seventh-site-footer-info a {
color: #a0a4d6;
text-decoration: none;
}
.seventh-site-footer-info a:hover {
color: #fff;
}
.footer-copy {
color: #a0a4d6;
}
.footer-copy-menu {
text-align: right;
}
.footer-copy-menu a {
font-size: 16px;
color: #a0a4d6;
display: inline-block;
padding-left: 20px;
text-decoration: none;
}
.footer-copy-menu a:hover {
color: #fff;
}
@media only screen and (max-width: 1080px) {
.top-login-signup {
right: 0px !important;
}
.head-chat-icon {
right: 0px;
}
}
@media only screen and (max-width:1012px) {
.top-login-signup ul li a {
padding: 6px 17px !important;
}
}
@media only screen and (max-width:768px) {
.home-blogs-box img {
width: 100%;
max-height: inherit;
}
.menu {
width: 100% !important;
}
.menu-mobile-visible {
display: block !important;
}
.head-chat-icon {
position: relative;
right: 0px;
}
.hide-on-mobile {
display: none;
}
.main-header .main-logo img {
max-width: 200px;
}
.main-header {
padding: 20px 0px !important;
}
.blog-detail-related {
padding-bottom: 40px;
}
.footer-main {
padding-top: 50px;
}
.footer-mb-reverse {
flex-direction: column-reverse;
}
.footer-copy-menu {
text-align: left !important;
}
.footer-copy-menu a {
padding-left: 0px;
padding-right: 20px;
padding-bottom: 10px;
}
.grid-item {
margin-left: 0;
margin-right: 0;
}
}


.app-button {
padding:8px 12px;width:220px;
border: 1.2px solid white;
border-radius: 8px;
display: flex;
flex-direction: row;
align-items: center;
column-gap: 1rem; 
color: #050927!important;
font-size: 17px; background:white;}

.app-button:hover {background:none!important;}
.app-button .apple-icon-img::before {height:31px;width: 37px;content: url("../assets/images/apple-icon.svg");}
.app-button .app-play-text-container span{color: #696B7D;font-size: 17px; line-height:22px;}
.app-button:hover .app-play-text-container span{color: #fff;}
.app-button p {font-size:22px; line-height:28px;font-weight: 700; color:#050927!important;}
.app-button:hover p {color:#fff!important;}

.app-button:hover .apple-icon-img::before {content: url("../assets/images/apple-icon-white.svg"); height:31px;width: 37px;}


.app-play-container {padding:8px 15px;border: 1.2px solid white;
border-radius: 8px;display: flex;flex-direction: row;align-items: center;column-gap:.5rem; width:220px;}
.app-play-container:hover {background: white;}
.app-button p {font-size:22px; line-height:28px;font-weight: 700; color:#050927;}
.app-play-container .app-play-text-container span{color:#A0A4D6;font-size:17px; }
.app-play-container:hover .app-play-text-container span{color:#050927;}


 
.app-play-text-container p {
font-size:22px; line-height:28px;
font-weight: 700; color:#fff;}
.app-play-container:hover p {color:#050927;}
.apple-icon-img {position:relative;
}
 
.googleplay-icon-img::before {
height: 40px;
width: 40px;
content: url("../assets/images/playstore-icon.svg");
}
.app-play-container:hover .googleplay-icon-img::before {
height:40px;
width:40px;
content: url("../assets/images/playstore-icon.svg");
}
.flexRowStart {
align-items: flex-start;
-webkit-column-gap: 0.5rem;
column-gap: 0.5rem;
display: flex;
justify-content: flex-start;
z-index: 2;
}
.cg-2 {
-webkit-column-gap: 2rem!important;
column-gap: 2rem!important;
}
@media only screen and (max-width: 720px) {
.app-play-container {
padding: 10px;
}
}

/*raj*/

.image-1 {
padding: 110px 0 50px;
position: relative;
width: 100%;
}
body .btn-primary {
background-color: #8850ff;
border-color: #8850ff!important;
}
body .btn {
border-radius: 50px;
font-size: 18px;
font-weight: 800;
padding: 15px 25px;
}
.btn {
background: none;
border: 1px solid #fff;
color: #fff;
}
.btn2 {
border-color:#8850ff!important;
color:#8850ff!important;
font-weight: 600!important;
}
body .btn2:hover {
background-color: #8850ff;
border-color: #8850ff;
color:#fff!important;
}
.top-bg {
background:url(images/ellipse.png) no-repeat 0 0 #050927;
position:relative;
}
.ellipse2 {
background:url(images/ellipse2.png) no-repeat right -20px;
position:relative;
padding-bottom:26px;     background-size: 80%;
}
.ellipse3 {
position:relative;
}
.ellipse3:before {
content: '';
background: url(images/ellipse3.png) no-repeat 0 0;
right:0;
position: absolute;
top:-90px;
padding: 0;
height: 645px;
width: 592px;
z-index: 1;
}
.the-app-bg {
background: url(../assets/images/the-app.png) no-repeat center 0;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; margin-bottom:60px;
}
.blub {
position:relative;
padding-bottom:100px
}
.blub:before {
content: '';
background: url(images/blub.png) no-repeat 0 0;
right:0;
position: absolute;
top:0;
padding: 0;
height:684px;
width:556px;
z-index:1;
}
.ellipse4 {
position:relative;
padding-bottom:100px
}
.ellipse4:before {
content: '';
background: url(images/ellipse4.png) no-repeat 0 0;
left:0;
position: absolute;
top:-400px;
padding: 0;
height:720px;
width:350px;
z-index:1;
}
.ellipse5 {
position:relative;
width:100%
}
.ellipse5:after {
content: '';
background: url(images/ellipse3.png) no-repeat 0 0;
right:0;
position: absolute;
bottom:0;
padding: 0;
height: 645px;
width: 592px;
z-index: 1;
}
.analyse {
z-index:999;
position:relative
}
.ellipse6 {
position:relative;
padding-bottom:0
}
.ellipse6:before {
content: '';
background: url(images/blub2.png) no-repeat 0 0;
left:0;
position: absolute;
top:200px;
padding: 0;
height:690px;
width:374px;
z-index:9999;
}

@media (min-width:992px) {
.absolute-image-1 {
position:absolute; top:-188px;
}

.footer-col1-desp { max-width:333px}


}
/*raj*/


.mask1 {
    display: inline-block;
    width: 100%; /* Adjust the width as needed */
    height: auto;  }
    .mask1 img {
        display: block;
        width: 100%;
        height: auto;
        -webkit-mask-image: 
            linear-gradient(to top, transparent 0%, black 20%, black 80%, transparent 100%),
            linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%),
            linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%),
            linear-gradient(to left, transparent 0%, black 20%, black 80%, transparent 100%);
        mask-image: 
            linear-gradient(to top, transparent 0%, black 20%, black 80%, transparent 100%),
            linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%),
            linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%),
            linear-gradient(to left, transparent 0%, black 20%, black 80%, transparent 100%);
        -webkit-mask-composite: source-in;
        mask-composite: intersect;
    }