@charset "UTF-8";
/* CSS Document */
html{
	  scroll-behavior: smooth;
}

body {
	 font-family: "Noto Sans", sans-serif;
	 font-weight: 400;
     font-style: normal;
	font-size: 14px;
	color: #212121;
}

/*typography*/

.f-400{
	font-weight: 400;
}
.f-500{
	font-weight: 500;
}

.f-600{
	font-weight: 600;
}
.f-700{
	font-weight: 700;
}
h1{
	font-size: 46px;
}
h2{
	font-size: 32px;
}
h3{
	font-size: 24px;
}
h4{
	font-size: 20px;
}
h5{
	font-size: 18px;
}
h6{
	font-size: 16px;
}
.p-sm{
	font-size: 12px;
}
.p-md{
	font-size: 15px;
}
.p-lg{
	font-size: 16px;
}



.navbar{
	background-color: #fff !important;
	box-shadow: 0px 0px 13px 0 #bcc7e84a;
}

.navbar-light .navbar-nav .nav-link {
    color: #323c49;
    font-weight: 400;
    font-size: 15px;
    padding: 0 18px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #1a549b;
}

.navbar .btn.rounded{
	padding: 4px 12px;
	margin-left: 10px;
}
.navbar .btn-group-sm>.btn, .navbar .btn-sm {
    font-size: 13px;
    line-height: 2;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 30px;
	border:none;
}
/*colors & buttons */

.primary-color{
	color: #1A4985;
}
.primary-bg{
	background-color: #1A4985;
}
.secondary-color{
	color:#5089D1;
}
.secondary-bg{
	background-color: #5089D1;
}
.light-blue-100{
	color: #576578;
}
.light-blue-200{
	color:#99C5FC;
}
.light-gray-200{
	color:#5F5E5E;
}
.dark-blue-bg{
	background-color: #0B1B32;
}
.btn-primary{
	background-color: #1A4985;
	border-color: #1A4985;
}
.btn-outline-primary{
	border-color: #1A4985;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active{
    background-color: #2c70c9;
    border-color:  #2c70c9;
}
.btn-info{
	background-color:#5089D1;
	border-color: #5089D1;
	
}
.btn-outline-info{
	border-color: #5089D1;
	color: #5089D1;
}
.btn-outline-info:hover,.btn-outline-info:focus,.btn-outline-info:active,.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show>.btn-outline-info.dropdown-toggle {
    background-color: #5089D1;
    border-color:  #5089D1;
	color: #fff;
	box-shadow: 0 0 0 .2rem rgb(80 137 210 / 31%);
}

 
.rounded {
    border-radius: 12px !important;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 600;
}


/*hero-section*/

.hero-section{
	margin-top: 30px;
    background-image: url(../images/hero-bg.svg);
    background-repeat: no-repeat;
    background-position: 52% 55%;
    background-size: unset;
    height: 770px;

}
.hero-content{
	margin-top: 120px;
}
.hero-section .hero-app-img{
	padding: 40px;
}

/*about-us*/
.about-us,.download-app{
	background-image: url("../images/about-us-pattern.svg");
	background-repeat: no-repeat;
	background-position: top right;
	height: 740px;
	 padding: 40px 0;

}
.about-us-content{
	line-height: 1.7;
	margin-top: 30px;
	font-weight: 300;
}

/*features*/

.features,.faq,.using-mobile-slider,.all-news{
	background: linear-gradient(331deg, rgba(233, 243, 255, 0.00) 8.61%, rgba(216, 232, 253, 0.68) 33.27%, rgba(233, 242, 254, 0.40) 54.46%, rgba(248, 251, 255, 0.37) 87.77%);
	padding: 60px 0;
	
}
.feature-card{
	background-color: #fff;
	border-radius: 30px;
	box-shadow: 0px 0px 13px 0 #bcc7e84a;
    padding: 60px 40px;
	height: 600px;
	
}
.feature-card-img {
	border-radius: 26px;
    background: linear-gradient(180deg, #F9F9F9 0%, #F5F9FF 90%);
	padding: 10px;
	margin-top: 40px;
	height: 360px;
}
.feature-card-img img.position-absolute{
	top: 50%;
    left: 4%;
}
.feature-card-img .dialects {
margin: 20px auto;
	width: 60%;
	
}
.feature-card-img .dialects img{
	padding-top: 3px;
	padding-bottom: 3px;
}
/*using fanar*/

.using-fanar {
	background-image: url("../images/using-fanar-bg.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 60px 0;
	height: 700px;

}
.using-fanar p{
	color: #63738A;
	line-height: 1.7;
	margin-top: 30px;
	
	
}
.using-fanar .slider-main-image {
	position: relative;
}
.using-fanar .slider-main-image img{
	    position: absolute;
    right: 150px;
    top: -10px;

}
.using-slide{
	width: 246px;
}
.using-fanar .fr-img-box{
	position: absolute;
    width: 248px;
    left: 166px;
    top: 0px;
    border-radius: 30px;
}
.using-fanar .swiper {
  height: 540px;
  width: 100%;
}
.using-fanar .box{
	margin-top: 100px;
}
.using-fanar .swiper-button-prev:after {
	 content: "\f062";  
}
.using-fanar .swiper-button-prev{
	  left: 533px;
    top: 280px;
}
.using-fanar .swiper-button-next:after {
     content: "\f063";

}
.using-fanar .swiper-button-next {
	    right: 550px;
	top: 350px;

}
.using-fanar .swiper-button-next:after, .using-fanar .swiper-button-prev:after {
       /* Unicode for fa-arrow-up in sharp solid */
  font-family: "Font Awesome 6 Pro";
  position: absolute;
    top: 0;
    left: -19px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #042349;
    font-size: 20px;
    border-radius: 50%;
    color: #fff;
}
.using-mobile-slider .uf-content-slide img{
	    width: 250px;
    text-align: center;
    margin: 20px auto;

}
.using-mobile-slider .owl-carousel .owl-nav{
	position: relative;
}
.using-mobile-slider .owl-carousel .owl-nav button.owl-next, .using-mobile-slider .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 36px;
    height: 36px;
    background-color: #042349;
    font-size: 16px;
    border-radius: 50%;
    color: #fff;
}
.using-mobile-slider .owl-carousel .owl-nav button.owl-prev{
	right: 44px;
}
.using-mobile-slider .owl-carousel .owl-nav button.owl-next{
	left: 44px;
}

/* Partners*/
.partners{
	padding: 50px 0;
	text-align: center;
}

.partners ul li{
	display: inline;
	padding: 0 16px;
}

/*testimoials*/
.testimonials,.fanar-models{
	background-image: url("../images/about-us-pattern.svg");
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #083063;
	padding: 50px 0;
}

.testimonial-card,.model-card{
	background-color: #042857;
	border-radius: 18px;
	padding: 26px;
	height: 330px;
	margin-top: 40px;
}

.testimonials .owl-carousel .owl-item .testimonial-card img {
    display: inline-block; 
    width:100px;
	position: absolute;
	bottom: 18%;
	left:0;
	right: 0;
	margin: 0 auto;
}
.testimonials .owl-carousel .owl-item .testimonial-card p.f-600.text-white{
	position: absolute;
	bottom: 10%;
	left:0;
	right: 0;
	margin: 0 auto;
	
}
.testimonials .owl-carousel .owl-nav{
	 position: absolute;
    top: 0;
    right: 0;
    color: #fff;
	background-color: #042857;
}
.testimonials .owl-carousel .owl-nav button.owl-next,.testimonials .owl-carousel .owl-nav button.owl-prev{
	position: absolute;
    top: -64px;
	right: -5px;
    width: 50px;
    height: 50px;
    background-color: #042349;
    font-size: 20px;
    border-radius: 50%;
} 

.testimonials .owl-carousel .owl-nav button.owl-prev{
	right:55px;
}
.faq .card {
	border-radius: 12px;
    border: none;
    box-shadow: 0px 0px 13px 0 #bcc7e87a;
    padding:16px;
    color: #212121;
}
.faq .card-header{
	background-color: transparent;
    border: none;
}
.faq .card-header a{
	font-size: 18px;
	color: #313131;
	font-weight: 600;
}
.faq .card-body{
	padding: 6px 20px;
}
.faq .card-link span{
	position: absolute;
	right: 22px;
    top: 30px;
    color: #2061b3;

}
.faq .card-link[aria-expanded="true"] span i{
	transition-timing-function: ease-in;
  transition: 0.25s;
	transform: rotate(90deg);
}
.faq .card-link[aria-expanded="false"] span i{
	transition-timing-function: ease-out;
    transition: 0.25s;
	transform: rotate(0deg);
}
/*Download app */

.download-app-content{
	line-height: 1.7;
	margin-top: 200px;
	font-weight: 300;
}
/*news*/
.latest-news{
	padding: 60px 0; 
}

.latest-news .news-card{
	margin-bottom: 20px;
}
.all-news .news-card{
	margin-bottom: 40px;
}
.latest-news .news-card a{
	color: #222;
	
}
.latest-news .news-card a:hover{
	text-decoration: none;
	color: #05060A;
}
/*footer*/
footer{
	background-color:#040F20;
	padding: 60px 0;
}
footer ul li a{
	color: #fff;
	
}
footer ul li{
	padding-bottom: 22px;
}
footer .contact-footer .list-inline li{
	display: inline;
}
footer .contact-footer .btn-light{
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff;
    font-weight: 600;
    padding: 7px 14px;
}
footer .contact-footer .social-media li{
	background-color: #1e2a3d;
    border-radius: 12px;
    text-align: center;
    margin: 8px 5px;
    font-size: 14px;
    line-height: 34px;
    width: 34px;
    height: 34px;
    display: inline-block;
}


/*Fanar Models*/
.fanar-models .model-card .model-img{
	position: relative;
    z-index: 3;
    display: block;
    line-height: 70px;
	margin-bottom: 20px;
	margin-top: 10px;

}
.fanar-models .model-card .model-img:before{
	 height: 70px;
    width: 70px;
    background-color: #143866;
    content: " ";
    position: absolute;
    left: 0;
    top: 0px;
    border-radius: 50%;
    z-index: -1;
    right: 0;
    margin: 0 auto;
}
.fanar-models .col-md{
	padding-left: 10px;
	padding-right: 10px;
}
.fanar-models .model-card{
	height: 284px;
}
.fanar-models{
	height: 550px;
}

.news-image {
  height: 350px;      /* fixed height */
  width: 350px;
  object-fit: cover;  /* maintain aspect ratio and crop if necessary */
}
.all-news{
	min-height: calc(100vh - 440px);
}