@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&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;
}

:root {
	--primarycolor: #D95F2B;
	--secondarycolor: #FBF8F6;
	--light-bg: #FFF8F0
}


body {
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	color: #000;
	overflow-x: hidden;
	box-sizing: border-box;
	font-size: 16px;
	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 {
	background: #FDF6EE;
}

.headerBg.active {
	background: #FDF6EE;
	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.active a {
	color: #D95F2B;
}

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

}

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

.list-event-btn {
	background: var(--primarycolor);
	border-radius: 8px;
	color: #fff !important;
	padding: 8px 15px !important;
	font-weight: 500 !important;
}

/*-----bannerBlog------*/
.bannerBlog {
	padding: 176px 0 100px 0;
	background: #D95F2B;
	background: linear-gradient(90deg, rgba(217, 95, 43, 1) 0%, rgba(245, 166, 109, 1) 100%);
}

	.bannerBlog h1 {
		font-size: 86px;
		color: #fff;
		font-weight: 700;
		margin: 20px 0 30px;
	}

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

	.bannerBlog p {
		font-size: 20px;
		line-height: 26px;
		color: #FFF3E3;
		;
		margin: 0 0 30px;
	}

.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: 100%;
}

.app-launchdate {
	background: #78B8AC;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	padding: 15px;
}

.btn {
	background-color: var(--primarycolor);
	color: #fff;
	padding: 10px 30px;
	border-radius: 8px;
	border: 0;
	font-size: 18px;
	font-weight: 500;
}

.btn:hover,
.btn:active,
:not(.btn-check)+.btn:active {
	background-color: var(--primarycolor);
	color: #fff;
}

.btn.btn-primary,
.btn.btn-primary:active {
	/* background: #85DDBD; */
	background: #fd8371;
	color: #fff;
}

.nav-item .btn_contact {
	color: #000;
}

.nav-item .btn_contact:hover {
	background-color: var(--primarycolor);
}

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

.navbar-nav :active {
	color: var(--primarycolor);
}

/*-----aboutBlog------*/
.aboutBlog {
	padding: 100px 0;
	background: #ffffff;
	text-align: left;
}

.aboutBlog h2 {
	font-size: 36px;
	color: #000;
	font-weight: 700;
	margin: 0 0 20px 0;
	position: relative;
}

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

.fade-toggle {
	transition: all 0.3s ease-in-out;
}




.fea-subtitle {
	font-size: 16px;
}

.fea-card {
	background-color: #FBF8F6;
	border-radius: 12px;
	padding: 20px;
	color: #fff;
	font-size: 18px;
	width: 100%;
	border: 1px solid #F6EEE9;
}

.fea-card h6 {

	font-size: 18px;
	font-weight: 700;
	color: #000000;
}

.fea-card p {
	font-size: 18px;
	font-weight: 400;
	color: #656565;

}





.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: -25px;
}

.slick-prev {
	left: -25px;
	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---- */

.app_screens {
	padding: 100px 0;
	background: var(--primarycolor);
}



.contactUsBlog {
	padding: 80px 0;
	text-align: center;
}

.contactUsBlog h2 {
	font-size: 36px;
	font-weight: 700;
	margin: 0 0 20px 0;
	position: relative;
	color: #333;
}

.contactBox {
	background: var(--primarycolor);
	max-width: 400px;
	width: 100%;
	border-radius: 20px;
	padding: 30px;
	display: flex;
	text-align: left;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.mailIcon {
	margin-right: 20px;
}

.mailIcon img {
	max-width: 100px;
}

.mailDetails h5 {
	font-size: 20px;
	font-weight: 700;
	margin: 0;
	position: relative;
	color: #fff;
}

.mailDetails p a {
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	position: relative;
	color: #fff;
}


.nav-link:focus,
.nav-link:hover {
	color: var(--primarycolor);
}


.app_screens h2 {

	font-size: 50px;
	font-weight: 400;
	color: #fff !important;
}

.screen_slider {
	margin: 40px auto 0;
	display: flex;
	justify-content: space-between;
}

.screen_slider figure {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
}

.screen_slider figure img {
	width: 288px;
}

.screen_slider .slick-slide {
	margin: 0 10px;
}

.education-section {
	padding: 100px 0;
	background: #fff;
	font-size: 18px;
}





/*-----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;
}


/*-----ContactBlog------*/
.ContactBlog {
	padding: 70px 0;
	background: #E8F4F1;
}

.ContactBlog h2 {
	font-size: 36px;
	font-weight: 700;
	margin: 0 0 50px 0;
	position: relative;
}

.ContactBlogCont {
	text-align: center;
	background: #fff;
	padding: 30px;
	border-radius: 15px;
	border: 1px solid #C8B3EA;
	height: 100%;
}

.iconTitle {
	margin-bottom: 25px;
}

.ftLgIcon {
	max-width: 55px;
}

.ContactBlogCont h4 {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.ContactBlogCont p,
.ContactBlogCont a {
	color: #000;
	font-size: 18px !important;
	font-weight: 300;
}

.ppContentInner {
	margin-top: 220px;
	margin-bottom: 50px;
}

.ppContentInner h1 {
	color: #fff;
	line-height: normal;
	font-size: 38px;
	font-weight: 600;
	padding-bottom: 20px;
	position: relative;
}

.blackHeading {
	color: #000;
	line-height: normal;
	font-size: 36px;
	font-weight: 700;
	margin-top: 3rem;
	padding-bottom: 20px;
	position: relative;
}

.ppContentInner h1::after,
.blackHeading::after {
	width: 190px;
	height: 1px;
	background-color: #5B6BD2;
	content: "";
	left: 0px;
	bottom: 10px;
	position: absolute;
}

.ppContentInner p,
.ppContentInner li {
	color: #515867;
}

footer .ftContactDetails img {
	max-height: 20px;
}

.form-control {
	border-color: #fff;
	font-size: 16 px;
	padding: 15px;
	border-radius: 8px;
}

.form-label {
	font-size: 18px;
}

.signup_screens {
	padding: 60px 0;
	background: url(../images/featurebg.png) center center no-repeat;
	background-size: cover;
}

.signup_screens h2 {
	font-weight: 700;
	font-size: 36px;
	text-align: center;
	margin: 0;
	line-height: 1;
}

.sendbtn {
	border-radius: 10px;
	color: #fff;
	background: #78B8AC;
	font-size: 18px;
	padding: 8px 25px;
	border: solid 1px #78B8AC;
}

.continfo-slide {
	display: flex;
	font-size: 18px;
	font-weight: 300;
}

.cont-info-icon {
	margin-right: 20px;
}

.continfo-slide h6 {
	font-weight: 700;
	color: #000;
	font-size: 20px;
	margin: 0;
}

.cont-info-icon {}





.white-bg {
	padding: 40px;
	background-color: #fff;
}

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

.social {
	display: flex;
	justify-content: center;
	/* align-items: center; */
}

.ro {

	font-size: 20px !important;
	font-weight: 400;
	color: #FD8371 !important;
	margin-bottom: 0px !important;
}

.po {
	font-size: 18px;
	font-weight: 400;
	color: #000000;
	margin-bottom: 0px !important;
}


.contctBlog {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.featuresBoxs {
	display: flex;
}

.ppPoints li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 20px;
}

.ppPoints li::before {
	position: absolute;
	content: "";
	top: 12px;
	left: 2px;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: var(--primarycolor)
}

.contentPagesOuter {
	padding: 120px 0 50px 0;
}

.contentPagesOuter h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 20px;
}

.contentPagesOuter h3 {
	font-size: 24px;
	font-weight: 600;
	margin-top: 25px;
}

.contentPagesOuter p {
	font-size: 18px;
	font-weight: 400;
}




/* 15-july-2025 */
.social-media a {
	width: 54px;
	height: 54px;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	border-radius: 100%;
}


.facebook {
	background: #1877F2;
}

.instagram {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.twitter {
	background: #000;
}

.heading-typ1 {

	font-size: 36px;
	color: #000;
	font-weight: 700;
	margin: 0 0 20px 0;
	position: relative;
}

.fea-itm p {
	font-size: 29px;
	margin-top: 30px;
}

.features-sec .rightArrow img {
	width: 32px;
	margin-top: 13px;
}

.features-sec {
	padding: 100px 0;
	background-image: linear-gradient(#FBF8F6, #fff);
}

.features-sec .slick-prev,
.features-sec .slick-next {
	filter: brightness(0);
}

/* faqs section */
.faqs {
	padding: 100px 0;
	background: var(--light-bg);
}

.accordion-item {
	border: 0;
	border-radius: 10px !important;
	overflow: hidden;
	background: #fbf8f6;
	margin-bottom: 10px;
	box-shadow: 0 0 12px rgba(209, 94, 33, .15);
}

.accordion-button {
	background: #fff;
	font-size: 18px;
	font-weight: 600;


}

.accordion-button:not(.collapsed) {
	background: #fff;
	color: #000;
	box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
	/* filter: brightness(0) invert(1); */
}

.accordion-body {
	background: #fff;
}

.btn-1 {
	font-size: 18px;
}

.fnt-18 {
	font-size: 18px;
}


.features-sec .features-sec-in {
	padding: 0 40px;
}

.app_screens .screen_slider {
	padding: 0 20px;
}

.privacy-contentainer {
	padding-bottom: 60px;
}

.privacy-contentainer p {
	font-size: 16px;
	margin-bottom: 5px;
}

.privacy-contentainer h2 {
	color: var(--primarycolor);

	font-size: 32px;
	font-weight: 700;
	margin-bottom: 10;
}

.privacy-contentainer a {
	color: var(--primarycolor);
}

.accordion-collapse.show .accordion-body {
	padding-top: 0;
}

.signup_screens {
	padding: 100px 0;
	background: #F5A66D;
}

.signup_screens h2 {
	font-weight: 700;
	font-size: 36px;
	text-align: center;
	margin: 0 0 10px;
	line-height: 1;
}

/*-----footerBlog------*/

.bg-footer {
	background-color: var(--light-bg);
	padding: 80px 0;
	text-align: center;
}



.footerBlog h4 {
	font-size: 38px;
	color: #fff;
	font-weight: 600;
}


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

.footerMenu {
	margin: 40px 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.footerMenu li {
	padding: 0px 30px;
	text-align: center;
	border-right: solid 1px #414141;
	line-height: 1;
}

.footerMenu li:last-child {
	border-right: 0;
}

.footerMenu li a {
	color: #000;
	font-size: 18px;
	font-weight: 400;
}

.footerMenu li a:hover {
	color: var(--primarycolor);
}

.ftCopyRight {
	padding: 15px 0;
	background: var(--primarycolor);

}

.ftCopyRight p {
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	margin: 0;
}

/*-----FeaturesBlog------*/
.featuresBlog {
	padding: 100px 0;
	color: #fff;
	background: #F5A66D;
}

.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;
	font-weight: 700;
	margin: 0 0 20px 0;
	position: relative;
	color: #fff;
}

.featuresBlog .appFeatures_slider h3 {
	font-size: 30px;
	font-weight: 600;
	margin: 0 0 10px 0;
}

.featuresBlog .appFeatures_slider h4 {
	font-size: 24px;
	font-weight: 700;
}

.featuresBlog .featuresBox {
	border-radius: 12px;
	padding: 15px 25px;
	border: 2px solid #fff;
	margin-top: 10px;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	position: relative;
	padding-left: 40px;
	color: #656565;
	background: #fff;
}

.featuresBlog .featuresBox h6 {
	font-size: 20px;
	font-weight: 600;
	color: #000;
}

.featuresBlog .featuresBox .arrowImg {
	position: absolute;
	left: 15px;
	top: 22px;
}

.modal-form-control .form-control {
	border-color: #E5D9C3;
}

.modal-form-control .form-label {
	font-size: 14px;
}

.modal-form-control .modal-header h1 {
	font-size: 28px;
	font-weight: 600;
}
