
@font-face {
  font-family: dk-font;
  src: url(../fonts/dk-fonts.otf);
}


body {
	font-size: 20px;
	font-family: 'dk-font', sans-serif;
	color: #1F1F39;
}
.body2 {
	font-size: 20px;
	font-family: 'Noto Kufi Arabic', sans-serif;
	color: #1F1F39;
}
button.btn.btn-second.btn-sm {
    background-color: #127e98;
    font-weight: 700;
    font-family: 'Noto Kufi Arabic', sans-serif;
}
button.btn.btn-primary.btn-sm:hover {
    background-color: #127e98;
    font-weight: 700;
    font-family: 'Noto Kufi Arabic', sans-serif;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	padding-left: 25px;
	padding-right: 25px;
	position: relative
}

ul {
	padding: 0;
	margin: 0;
}

.btn.btn-primary {
	background-color: #e83761;
}
.nav .nav-button button.btn:hover {
    background-color: #e83761;
}
button.btn.btn-primary.btn-sm {
    background-color: #127e98;
}
.btn.btn-primary:hover {
	background-color: #005fcf;
}


.btn:focus,
.btn-close:focus {
	box-shadow: none;

}

.section-title {
	font-size: 2.5em;
	font-weight: 700;
	text-align: center;
	color: #fff;
	margin-bottom: 18px;
}

.section-subtitle {
	font-size: 1em;
	color: #fff;
	text-align: center;
	line-height: 28px;

}

.title-top {
	font-size: 0.75em;
	font-weight: 700;
	color: rgba(31, 31, 57, 0.5);
	letter-spacing: 2px;
}

.app-download {
	display: flex;
	gap: 45px;
	justify-content: center;
}

.app-download div {
	border: 2px solid #fff;
    height: 75px;
    width: 250px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    transition: 0.3s all;

}

.app-download div:hover {
	transform: scale(1.05);
}

.app-download div a {
	text-decoration: none;

}

.app-download div a span {
	margin-left: 15px;
	color: #fff;
}
.app-download div a img {
    width: 45px;
}
.main-content {
	overflow-x: hidden;
}

input:focus {
	border: none;
	outline: none;
}

/*------------------------------------------------------------------
Common :: Ends
*/

/*------------------------------------------------------------------
2. Header / header :: Starts
*/
header {
	background-color: #fff;
	height: 100px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	border-bottom: 1px solid #e7325d;
}

header .nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .logo {
	z-index: 3;
	position: relative;
}
header .nav .logo img {
	width: 90px;
	display: block;
}

.nav-mobile-menu {
	display: none;
}

.btn-sign-up {
	display: none;
}

.nav .nav-menu {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 10px;


}

.nav-menu .nav-links {
	list-style: none;
	display: flex;
	justify-content: center;
	font-size: 0.9em;
	font-weight: 500;
}

.nav-menu .nav-links li+li {
	margin-left: 50px;
}

.nav-menu .nav-links .nav-link {
	position: relative;
	padding: 10px 0;
	line-height: 21px;
}

.nav-menu .nav-links .nav-link.active:hover {
	border-width: 60%;
}

.nav-menu .nav-links .nav-link:after {
	content: "";
	display:none;
}
.mt-10{
	margin-top:10px;
}

.nav-menu .nav-links .nav-link.active:after,
.nav-menu .nav-links .nav-link:hover:after {
	width: 100%;
	left: 0;
	right: 0;
}
.owl-carousel .owl-stage {
    margin: auto;
}
section#download h3.section-title {
    text-align: center;
}
.nav .nav-button button.btn {
	color: #fff;
    padding: 5px 15px;
    border-radius: 500px;
    border: none;
	font-weight: 600;
}
button.btn.btn-primary.btn-small img {
    
}

/* [ This CSS is used for header of index3.html ] */
.homepage-3 .nav-button {
	display: none;
}

.homepage-3 .btn-sign-up {
	display: block;
}

header.homepage-3 {
	background-color: #fff;
}

header.homepage-3 .nav .nav-menu {
	display: none;
}

header.homepage-3 .nav-mobile-menu {
	height: 24px;
	width: 30px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
}

header.homepage-3 .nav-mobile-menu .line {
	display: block;
	height: 3px;
	width: 100%;
	background: #182022
}

header.homepage-3 .nav-mobile-menu .line1 {
	transform-origin: 0 0;
	transition: transform .4s ease-in-out
}

header.homepage-3 .nav-mobile-menu .line2 {
	transition: transform .2s ease-in-out
}

header.homepage-3 .nav-mobile-menu .line3 {
	transform-origin: 0 100%;
	transition: transform .4s ease-in-out
}


.mobile-menu-open header.homepage-3 .nav-mobile-menu {
	background-color: #fdf2e5;

}

.mobile-menu-open header.homepage-3 .nav-mobile-menu .line1 {
	transform: rotate(45deg);
	transform-origin: 2px 7px;
}

.mobile-menu-open header.homepage-3 .nav-mobile-menu .line2 {
	transform: scaleY(0)
}

.mobile-menu-open header.homepage-3 .nav-mobile-menu .line3 {
	transform: rotate(-45deg);
	transform-origin: 2px -4px;
}

header.homepage-3 .nav-menu .nav-links li+li {
	margin-left: 0px;
}

header.homepage-3 .nav .nav-menu .nav-button {
	margin-left: 0;
    
	text-align: center;
	margin-top: 30px;
}

header.homepage-3 .nav-menu .btn-sign-up a,
header.homepage-3 .nav-menu .login {
	border: 1px solid #1F1F39;
	border-radius: 40px;
	padding: 0 12px;
	line-height: 60px;
	min-width: 230px;
	width: 100%;
	margin: auto;
	text-decoration: none;
	display: block;
}

header.homepage-3 .nav-menu .btn-sign-up a {
	background-color: #0E7DFF;
	color: #fff;
	border: none;
}

.mobile-menu-open header.homepage-3 {
	overflow: hidden;
}

.mobile-menu-open header.homepage-3 .logo {
	display: block;
}

.mobile-menu-open header.homepage-3 .nav {
	justify-content: space-between;
}

header.homepage-3 .nav-menu .nav-links {
	flex-direction: column;
	text-align: center;
	align-items: center;
	font-size: 1.5em;
	font-weight: 700;
	gap: 12px;
}

.mobile-menu-open header.homepage-3 nav .nav-menu {
	display: block;
	height: 100%;
	position: fixed;
	width: 100%;
	background-color: #fff;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 11% 11%;
	overflow-y: auto;
}

/*------------------------------------------------------------------
Header / header :: Ends
*/


/*------------------------------------------------------------------
3. Banner Section / .banner-section :: Starts
*/
.banner-section {
	background-color: #FFF0E9;
	position: relative;

}

.banner-section h1 {
	font-size: 4em;
	font-weight: 900;
	text-align: center;
	padding-top: 120px;
	color: #fff;
}

.banner-section p {
	margin-top: 20px;
	margin-bottom: 100px;
	width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.banner-vectors .banner-vector-1 {
	position: absolute;
	top: 55%;
	left: -29%;
}

.banner-vectors .banner-vector-2 {
	position: absolute;
	top: 68%;
	right: -12%;
}

.banner-vectors .banner-vector-3 {
	position: absolute;
	top: 90%;
	right: 5%;
}

.banner-vectors .banner-vector-4 {
	position: absolute;
	top: 76%;
	left: -8%;
}

.banner-vectors .banner-vector-5 {
	position: absolute;
	bottom: -10%;
	left: -22%;
}

.banner-carousel.owl-carousel .screenshot img {
	width: auto;

}

.hp-1 .banner-section .app-download {
	margin-bottom: 100px;
}

.hp-1 .banner-section {
	background: #e7325d;
	padding-top: 100px;
}

.hp-1 .banner-section .watch-now .btn-container {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	margin-top: 70px;
	font-weight: 700;
}

.hp-1 .banner-section .watch-now .btn-container img {
	transition: 0.3s all;

}

.hp-1 .banner-section .watch-now .btn-container:hover img {
	transform: scale(1.2);
}

.hp-1 .banner-section .watch-now a {
	text-decoration: none;
}
/*------------------------------------------------------------------
Banner Section / .banner-section :: Ends
*/


/*------------------------------------------------------------------
4. Head Section / .page-head :: Starts
*/
.page-head {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 730px;
	background-color: #FFF0E9;
	position: relative;
}

.page-head h2 {
	font-size: 100px;
	font-weight: bolder;
	color: #1F1F39;
}

.page-head span {
	font-size: 20px;
	color: #1F1F39;
}

.page-head .input-container {
	position: relative;
	margin-top: 35px;
}

.page-head .input-container input {
	border: none;
	background-color: #fff;
	width: 650px;
	padding: 25px 70px;
	font-size: 30px;
	border-radius: 20px;
}

.page-head .input-container input::placeholder {
	color: rgba(31, 31, 57, 0.5);
}

.page-head .input-container button {
	padding: 18px 36px;
	border: none;
	background-color: #0E7DFF;
	border-radius: 20px;
	color: #fff;
	font-weight: 700;
	position: absolute;
	top: 15%;
	right: 3%;
}

.page-head .fa-magnifying-glass:before,
.fa-search:before {
	content: "\f002";
	position: absolute;
	top: 40%;
	left: 5%;
	color: rgba(31, 31, 57, 0.5);
	font-size: 25px;
}

.page-head .page-vectors img.page-vector-1 {
	position: absolute;
	top: 55%;
	right: 14%;
}

.page-head .page-vectors img.page-vector-2 {
	position: absolute;
	bottom: -9%;
	left: 13%
}

.page-head .page-vectors img.page-vector-3 {
	position: absolute;
	top: 55%;
	left: 8%
}

.page-head .page-vectors img.page-vector-4 {
	position: absolute;
	top: 25%;
	right: 2%;
}
.hp-1.banner-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag {
    
}
.brand-partner {
    padding: 100px 0px;
    background-color: #7fbb94;
}
div.aboutss{
    background-color: #4db4db;
    width: 100%;
    padding: 100px 0px;
}
/*------------------------------------------------------------------
Head Section / .page-head :: Ends
*/




/*------------------------------------------------------------------
6. How it works Section / .how-it-works :: Starts
*/
.how-it-works {
	margin-top: 0px;
    padding: 100px 0px;
    background-color: #f68c2f;
}

.how-it-works .working-content {
	margin-top: 20px;
	background-color: #f68c2f;
	border-radius: 25px;
	padding-top: 65px;
	position: relative;


}

.how-it-works .work-vector img.vector-1 {
	position: absolute;
	top: -13%;
	right: -10%;
}

.how-it-works .work-vector img.vector-2 {
	position: absolute;
	top: 66%;
	left: -8%;
}

.how-it-works .work-card {
	padding-bottom: 50px;

}

.how-it-works .work-card .work-img {
	width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.how-it-works .work-card {
    text-align: center;
}
p.steps-para.mt-10 a {
    color: #fff;
    text-decoration: none;
}
.how-it-works h6 {
	font-size: 1em;
	font-weight: 700;
	margin-bottom: 0;
}

.how-it-works p {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: normal;
    margin-top: 15px;
}

.how-it-works .work-card.in-touch,
.how-it-works .work-card.review {
	
}

.how-it-works .work-card.setup,
.how-it-works .work-card.demo {
	

}

.how-it-works .work-center {
	width: 430px;
	height: 430px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	margin-left: -30px;

}

.how-it-works .work-center-img {
	position: absolute;
	top: -14%;
	left: 50%;
	transform: translateX(-50%);
}

.how-it-works .how-footer {
	text-align: center;
	margin-top: 25px;
	border-bottom: 1px solid rgba(31, 31, 57, 0.1);
	padding-bottom: 20px;
}

.how-it-works .how-footer h6 {
	margin-bottom: 10px;
}

.how-it-works .work-card.setup .steps-para,
.how-it-works .work-card.demo .steps-para {
	padding-right: 10px;
}
/*------------------------------------------------------------------
How it works Section / .how-it-works :: Ends
*/

/*------------------------------------------------------------------
7. Features Section / .features :: Starts
*/
.features {
	margin-top: 200px;
	position: relative;
}

.features .section-subtitle {
	margin-top: 17px;
}

.features .feature-content {
	margin-top: 150px;

}

.features .feature-content .feature-info {
	padding: 0px 80px;
}

.features .title-top {
	margin-top: 50px;
}

.features .feature-content .section-title {
	text-align: left;
}

.features .feature-content .section-subtitle {
	text-align: left;
}

.features .feature-content .feature-img {
	display: flex;
	justify-content: center;
}

.features .feature-content ul {
	margin-top: 50px;
	list-style: none;


}

.features .feature-content ul li {
	position: relative;
	margin-bottom: 20px;
}

.features .feature-content ul li::before {
	content: '';
	background-image: url('../images/Ellipse.html\ 13.png');
	height: 10px;
	width: 10px;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.features .feature-content ul li span {
	color: #1F1F39;
	font-weight: 700;
	margin-left: 25px;
}

.features .app-download {
	flex-direction: column;
	gap: 35px;
	margin-top: 60px;
}

.features .feature-vectors img.feature-vector-1 {
	position: absolute;
	top: 19%;
	left: 30%;
	z-index: -1;
}

.features .feature-vectors img.feature-vector-2 {
	position: absolute;
	top: 45%;
	left: -5%;
}

.features .feature-vectors img.feature-vector-3 {
	position: absolute;
	bottom: 8%;
	right: 1%;
	z-index: -1;
}

.features .feature-vectors img.feature-vector-4 {
	position: absolute;
	right: 45%;
	bottom: 5%;
}
/*------------------------------------------------------------------
Features Section / .features :: Ends
*/

/*------------------------------------------------------------------
8. Why Onir Section / .why-onir :: Starts
*/
.why-onir {
	margin-top: 250px;
}

.why-onir .why-onir-content {
	background-color: #FFF0E9;
	border-radius: 25px;
	padding: 90px 130px;
}

.why-onir .title-top {
	text-align: center;
}

.why-onir .why-cards {
	margin: 80px 0;
}

.why-onir .why-cards .why-card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px
}

.why-onir .why-cards .why-img {
	width: 70px;
	height: 70px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.why-onir .why-cards h6 {
	font-size: 1em;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 10px;
}

.why-onir .why-cards p {
	font-size: 0.7em;
	font-weight: 400;
	color: rgba(31, 31, 57, 0.5);
	line-height: 18px;
	text-align: center;
	padding: 0 55px;
}

.why-features-cards {
	position: relative;
	
}
.mt-25 {
    margin-top: 25px;
}

.why-features-cards .why-feature {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 2px solid #FFF0E9;
	border-radius: 20px;
	background-color: #fff;
	width: 270px;
	height: 200px;
	margin: auto;
	padding-bottom: 30px;
}

.why-features-cards .why-feature img {
	margin-top: 40px;
}

.why-features-cards .why-feature h3 {
	font-size: 2em;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 0;
}

.why-features-cards .why-feature h3 div {
	font-size: 1em;
	font-weight: 400;
	line-height: 28px;
}
/*------------------------------------------------------------------
Why Onir Section / .why-onir :: Ends
*/


/*------------------------------------------------------------------
13. Try Onir Section / .try-onir :: Starts
*/
.try-onir {
	padding-top: 0px;
	position: relative;
	background: #fed440;
}

.try-onir .try-vectors img.vector-1 {
	position: absolute;
	top: -30%;
	right: -4%;
}

.try-onir .try-vectors img.vector-2 {
	position: absolute;
	top: -3%;
	left: 9%;
}

.try-onir .try-vectors img.vector-3 {
	position: absolute;
	top: 40%;
	left: -17%;
}

.try-onir .try-vectors img.vector-4 {
	position: absolute;
	top: 60%;
	right: -3%;
}

.try-onir .try-content {
	background-color: #fed440;
	padding: 90px 90px 100px 100px;
	border-radius: 25px;
}

.try-onir .try-content .section-title {
	text-align: left;
}

.try-onir .try-content .section-subtitle {
	margin-top: 15px;
	margin-bottom: 60px;
	text-align: left;
}

.try-onir .try-content .app-download {
	justify-content: space-between;
	width: 94%;
}


/*------------------------------------------------------------------
Try Onir Section / .try-onir :: Ends
*/


/*------------------------------------------------------------------
15. Footer Section / .footer :: Starts
*/
.footer {
	padding-top: 30px;
    background-color: #e7325d;
    color: #fff;
    padding-bottom: 15px;
    text-align: center;
}

.footer .footer-start {
	color: rgba(255, 255, 255, 0.5);
	font-size: 1em;

}

.footer .footer-start img {
	margin-bottom: 20px;
}

.footer .footer-start div {
	margin-bottom: 14px;
}

.footer .footer-start div a {
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
}

.footer ul li a {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.5);
	transition: 0.3s all;
}

.footer ul li a:hover {
	color: #fff;
}


.footer .footer-socials h6 {
	margin: 24px 0;
	font-size: 0.75em;

}

.footer .footer-socials .social-icon a i {
	color: #fff;
}

.footer .footer-socials .social-icon a i:hover {
	color: #0E7DFF;
}


/*------------------------------------------------------------------
Footer Section / .footer :: Ends
*/

