
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

*,
html {
	scroll-behavior: smooth;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-variant-ligatures: none;
	-webkit-font-variant-ligatures: none;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}


body {
	font-family: "Outfit", serif;
	font-optical-sizing: auto;
	font-style: normal;
	color: #000;
	overflow-x: hidden;
	box-sizing: border-box;
	font-size: 20px;
	background: #fff;
}




a,
a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
	outline: none;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
}

.outerContainer {
	overflow: hidden;
}

::-moz-selection {
	color: #ffffff;
	background: #262549
}

::selection {
	color: #ffffff;
	background: #262549
}

.headerBg.active {
background:#fff;;
box-shadow: 0 0 10px rgba(0,0,0,.1);

}
.navbar-brand img{
	transition: all .4s ease;
}
/* .headerBg.active .navbar-brand img{
	width: 110px;
} */


  .navbar-nav li {
	padding: 5px 10px;
}

.navbar-nav li a {
	color: #000;
	font-size: 16px;
	font-weight: 400;
}

.logo img{max-width: 250px;}


/*-----bannerBlog------*/
.bannerBlog {
	padding:125px 0 80px 0;
	background-color: #F9F3C8;
	background-size: cover;
	border-radius: 0 0 80px 80px;
	position: relative;
	z-index: 1;
}

.bannerBlog h1 {
	font-size:42px;
	color: #1F234E;
	font-weight: 600;
	margin:20px 0 20px;
	line-height:1.4;
}
.bannerBlog span{
	font-size:42px;
	color: #1F234E;
	font-weight: 600;
	margin:20px 0 20px;
	line-height:normal;
}

.bannerBlog h4 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}

.bannerBlog p {
	font-size:20px;
	line-height: 26px;
	color: #000;
	font-weight: 400;
}
.app-icon-slider{
list-style: none;
}
.app-icon-slider li:not(:last-child){
margin-right: 15px;
}
.app-icon-slider li{
display: inline-block;
}
.slidImg img {
	max-width: 680px;
}

.app-launchdate{
background: #78B8AC;
font-size: 18px;
font-weight: 700;
color: #fff;
text-align: center;
padding: 15px;
}
.btn {
	background-color: #C8B3EA;
	color: #fff;
	padding: 10px 30px;
	border-radius: 40px;
	border: 0;
}

.btn:hover {
	background-color: #5B6BD2;
}

.btn.btn-primary{
background: #85DDBD;
color: #000;
}
.nav-item .btn_contact {
	color: #000;
}

.nav-item .btn_contact:hover {
	background-color: #ffffff;
}

.navbar > .container{
	align-items: flex-start;
}


/*-----aboutBlog------*/
.aboutBlog {
	padding: 100px 0 80px;
	background: #FAFAF6;
    text-align: left;
	border-radius: 0 0 80px 80px;
	margin-top: -80px;
	padding-top: 160px;
	position: relative;
}

.aboutBlog h2 {
	font-size: 50px;
	color: #1F234E;
	font-weight:500;
	margin: 0 0 10px 0;
	position: relative;
}
.aboutBlog h2 span{
	font-size: 50px;
	color: #1F234E;
	font-weight:700;
	margin: 0 0 10px 0;
	position: relative;
}

.aboutBlog p {
	margin-bottom: 30px;
	line-height: 34px;
	font-size: 18px;
	font-weight: 400;
	color: #000;
}


/*-----FeaturesBlog------*/
.featuresBlog {
	padding: 100px 0;
	background-color: #fff;
	border-radius: 0 0 80px 80px;
	position: relative;
	z-index: 1;
}

.appFeatures_slider {
	max-width: 80%;
	margin: auto;
}

.appFeatures_slider .features {
	max-width: 50%;
	padding-left: 50px;
}

.appFeatures_slider figure {
	max-width: 50%;
}

.featuresBlog h2 {
	font-size: 36px;
	margin: 0 0 20px 0;
	position: relative;
	color: #fff;
}
.fea-subtitle{
font-size: 16px;}
.fea-card {
	background: #FAFAF6;
	border-radius: 18px;
	padding: 20px;
	color: #656565;
	font-size: 16px;
	width: 90%;
	border: 1px solid #FAFAF6;
}
.fea-card h6{
font-size: 20px;
font-weight: 500;
color: #1F234E;
}

.featuresBlog .fSubTitle{ color:#fff; font-size: 16px; margin: auto; text-align: center; width: 100%;}



.slick-prev,
.slick-next {
	width: 50px;
	height: 50px;
	background: url(../images/arrow-circle-right.svg) no-repeat center;
}

.slick-next:hover {
	background: url(../images/arrow-circle-right.svg) no-repeat center;
}

.slick-prev:before,
.slick-next:before {
	display: none;
}

.slick-next {
	right: -75px;
}

.slick-prev {
	left: -75px;
	background: url(../images/arrow-circle-left.svg) no-repeat center;
}

.slick-prev:hover {
	background: url(../images/arrow-circle-left.svg) no-repeat center;
}

.app_screens {
    padding: 100px 0;
    background-color: #EAB2B7;
}


.nav-link:focus, .nav-link:hover {
	color: #EB9AA1;
}





/*-----downloadAppBlog------*/
.downloadAppBlog {
	padding: 100px 0;
	background: #fff;
}

.downloadAppBlog h4 {
	font-size: 38px;
	color: #85DDBD;
	font-weight: 600;
	margin-bottom: 15px;
}

.downloadAppBlog span {
	font-size: 38px;
	font-weight: 300;
}

.downloadAppBlog p {
	font-size: 18px;
	color: #000;
	font-weight: 400;
	margin-bottom: 30px;
	line-height: 30px;
}


/*-----footerBlog------*/
.bg-footer {
	background-color: #FAFAF6;
	/* padding: 40px 0; */
	text-align: left;
	margin-top: -80px;
	padding-top: 80px;
}
.white-bg {
    padding: 70px 50px;
    background-color: #fff;
}
.white-bg p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-bottom: 30px;
    line-height: 26px;
}
.supportBox label { color: #EAB2B7; font-size: 20px; margin-bottom: 0; }
.social {
    display: flex;
    /* align-items: center; */
}
.social {
    display: flex;
    /* align-items: center; */
}
.ftCopyRight {
	padding: 15px 0;
	background: #1F234E;
	border-radius: 24px 24px 0 0;
}
.ftCopyRight p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    margin: 0;
}
.featuresBoxs {
    display: flex;
}
/* 
.bg-footer {
	background-color: #F1F1F1;
	padding:40px 0;
text-align: center;
}
.footerMenu{
margin: 40px 0;}
.footerBlog h4 {
	font-size: 38px;
	color: #fff;
	font-weight: 600;
}

.footerBlog span {
	font-size: 38px;
	color: #fff;
	font-weight: 300;
}

.footerBlog p {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 30px;
	line-height: 26px;
}


.footerMenu a {
	color: #000;
	font-size: 18px;
	font-weight: 300;
	padding: 2px 5px;
}

.ftCopyRight {
	padding: 15px 0;
	background: #fff;

}

.ftCopyRight p {
	font-size: 16px;
	color: #000;
	font-weight: 300;
	margin: 0;
}
.innerpage-style .footerBlog{
	border-top: solid 1px #ddd;
}

.contctBlog{ display: flex; justify-content: center; flex-wrap: wrap;}
.featuresBoxs{ display: flex; }
.rightArrow { min-width: 18px; } */


/* Privacy and Policy Css */

.privacy-policy .container {
	/* max-width: 800px; */
	background-color:  rgb(255, 255, 255);
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0px 0px 10px rgba(141, 141, 141, 0.1);
	margin-top: 20px;
}


.privacy-policy h2 {
	color: #EF5A6E;
	margin-top: 20px;
	font-size: 22px;
}
.privacy-policy h1
 {
	color: rgba(248, 92, 112, 1);
	/* margin-top: 20px; */
	font-size: 35px;
}

.privacy-policy p,
li {
	color: #555;
	line-height: 1.6;
}

.privacy-policy hr {
	margin: 2.5rem 0;
	color: #e16b69;
	border: 0;
	border-top: var(--bs-border-width) solid;
	opacity: .25;
}
.privacy-policy a{
	color: #333;
	text-decoration: none;
}
.outer-container {
	max-width: 1440px;
	margin: auto;
	/* padding-left: 20px;
	padding-right: 20px; */
}
.terms-top-header {
padding: 40px 0;
}
.font-italic{
	font-style: italic;
}
.privacy ul {
    list-style-type: disc;
    padding-left: 40px;
}

.bannerBlog h2.title_main { color: #fff; }
.headingOuter h2 { font-family: 'Hyperwave'; position: absolute; top: 0px; left: 0; transform: rotate(-10deg); font-size: 136px; }

.fixed-top.active .logo img {
	max-width: 70px;
}
.fixed-top.active .navbar-nav li a {
	color: #000;
}
.navbar-nav li a :hover{
	color: #e16b69 !important;
}
.headerFixLogo { display: none; }
.fixed-top.active .logo img { display: none; }
.fixed-top.active .logo img.headerFixLogo { display: block; }


.featuresBlog h2 {
	font-size: 50px;
	color: #1F234E;
	font-weight:500;
	margin: 0 0 10px 0;
	position: relative;
}
.featuresBlog h2 span{
	font-size: 50px;
	font-weight:700;
	margin: 0 0 10px 0;
	position: relative;
}
.footerBlog h1 {

    font-size: 106px;
    color: #EE7C58;
    font-weight: 400;
}
.footerBlog span {
    font-size: 106px;
    color:#1F234E;
    font-weight: 400;
}


 /* <!-- ======== Snapshots section Css =========== --> */
 .screen_slider {
    padding-top: 20px;
}
.screen_slider {
    max-width: 1100px;
    margin: auto;
    padding: 0 70px;
}
.scroll-mt-100 {
    scroll-margin-top: 100px;
}
.app_screens {
	padding: 100px 0 80px;
	border-radius: 0 0 80px 80px;
	margin-top: -80px;
	padding-top: 160px;
	position: relative;
	scroll-margin: -40px;
}

.heading-typ1 {
   font-size: 50px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 30px 0;
    position: relative;
}

/* snap shots */
.app_screens  .slick-slide img {
    width: 235px;
    margin: auto;
}

.app_screens .slick-slide {
    padding: 50px 0; transition: transform .5s ease;
}

.app_screens .slick-active.slick-center {
    transform: scale(1.21);
}

.screen_slider {
    padding-top: 20px;
}




.slick-prev,
.slick-next {
	width: 50px;
	height: 50px;
	background: url(../images/arrow-circle-right.svg) no-repeat center;
}

.slick-next:hover {
	background: url(../images/arrow-circle-right.svg) no-repeat center;
}

.slick-prev:before,
.slick-next:before {
	display: none;
}

.slick-next {
	right: 10px;
}

.slick-prev {
	left: 10px;
	background: url(../images/arrow-circle-left.svg) no-repeat center;
}

.slick-prev:hover {
	background: url(../images/arrow-circle-left.svg) no-repeat center;
}

 h2.footerTitle {
	font-size: 50px;
	color: #1F234E;
	font-weight:500;
	margin: 0 0 10px 0;
	position: relative;
}
 h2.footerTitle span{
	font-size: 50px;
	font-weight:700;
	margin: 0 0 10px 0;
	position: relative;
}
.rightArrow { min-width: 10px; height: 10px; }
.rightArrow img { width: 10px; height: 10px; }

figure {
    margin-bottom: 0;
}
@media(max-width:991px){
	.app_screens  .slick-slide img {width: 150px;}
	.slick-prev, .slick-next {width: 35px; height: 35px; background-size: 35px !important;}
	.app_screens .slick-slide {padding: 34px 0;}
	.slick-prev{left: 5px;}
	.slick-next{right: 5px;}
	.screen_slider {padding: 0 50px;}

	.app_screens  .slick-slide img {width: 115px;}
	
}
@media(max-width:575px){
	.app_screens  .slick-slide img {width: 170px;}
	.app_screens .slick-slide {padding: 37px 0;}
	.aboutUs img { max-width: 60%; }
}




