@charset "utf-8";

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 2px;
}

@font-face {
  font-family: OpenSans;
  src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face {
  font-family: Bahij;
  src: url(../fonts/Bahij_TheSansArabic-Plain.ttf);
}

:root {
  --primary: #4F1F52;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #ffffff;
  background-color: #17142F;
  overflow-x: hidden;
}

[dir="ltr"] body {
  font-family: OpenSans;
}

[dir="rtl"] body {
  font-family: Bahij;
}

h1,
h2,
h3 {
  font-weight: 600;
  line-height: 1.5;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 20px;
}

p {
  font-size: 16px;
  color: #fff;
  transition: all 0.3s;
}

img {
  max-width: 100%;
}

a {
  transition: all 0.3s;
}

a:focus,
a:hover {
  text-decoration: none;
}

.flex {
  display: flex;
  align-items: center;
}

.header {
  padding: 15px 0;
  position: relative;
  z-index: 999;
}

.logo2 {
  display: none;
}

.navigation .navbar-default {
  background-color: transparent;
  border: none;
  margin: 0;
}

[dir="ltr"] .navigation .navbar-default .navbar-nav{
  float: right;
}

[dir="rtl"] .navigation .navbar-default .navbar-nav{
  float: left;
}

.navigation .navbar-default .navbar-nav li {
  margin: 0 5px;
}

[dir="ltr"] .navigation .navbar-default .navbar-nav li {
  float: right;
}

[dir="rtl"] .navigation .navbar-default .navbar-nav li {
  float: left;
}

.navigation .navbar-default .navbar-nav li a {
  font-size: 18px;
  line-height: 50px;
  color: #fff;
  padding: 0;
  margin: 0 5px;
  border: none;
  transition: all 0.3s;
}

.navigation .navbar-default .navbar-nav .social {
    list-style: none;
    align-items: center;
    position: absolute;
    top: 0;
    display: block !important;
    width: 0;
    overflow: hidden;
    padding: 0;
    transition: all .3s;
    height: 50px;
    z-index: 9;
}

[dir="ltr"] .navigation .navbar-default .navbar-nav .social {
    right: 40px;
}

[dir="rtl"] .navigation .navbar-default .navbar-nav .social {
    left: 40px;
}

.navigation .navbar-default .navbar-nav .social.collapse.in {
    width: 300px;
}

.navigation .navbar-default .navbar-nav .social i {
    width: 35px;
    height: 35px;
    background-color: #565770;
    border-radius: 50px;
    line-height: 35px;
    text-align: center;
    font-size: 17px;
}

.navigation .navbar-default .dropdown-toggle {
  background-color: transparent;
  border: none;
  color: #a6c134;
  font-size: 16px;
}

[dir="ltr"] .navigation .navbar-default .dropdown-toggle {
  margin-left: 20px;
}

[dir="rtl"] .navigation .navbar-default .dropdown-toggle {
  margin-right: 20px;
}

.navigation .navbar-default .dropdown-toggle span,
.navigation .navbar-default .dropdown-toggle img,
.navigation .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.navigation .navbar-default .navbar-nav li a:hover {
  color: var(--primary) !important;
}

.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active > a:focus,
.navbar-default .navbar-nav > li.active > a:hover {
  background-color: transparent;
  color: var(--primary);
}

.width {
  width: 100% !important;
}

.opacity {
  display: none !important;
}

.hero {
    padding: 150px 0;
    padding-bottom: 350px;
    margin-top: -80px;
    background-image: url(../images/hero_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero h1 {
    font-size: 45px;
    line-height: 55px;
    color: #ffffff;
}

.hero p {
    font-size: 30px;
    line-height: 40px;
    color: #ffffff;
}

.hero .text .flex a {
  width: 190px;
  margin: 20px 0;
  border-radius: 10px;
  display: block;
  overflow: hidden;
}

[dir="ltr"] .hero .text .flex a:first-child {
  margin-right: 15px;
}

[dir="rtl"] .hero .text .flex a:first-child {
  margin-left: 15px;
}

.hero .main_img {
    position: absolute;
    top: 20px;
    width: 50%;
}

[dir="ltr"] .hero .main_img {
/*    transform: translateY(-50%);*/
    right: 0;
}

.about {
  padding: 100px 0;
  position: relative;
  z-index: 9
}

.about .row{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.about .about_bg{
  width: 70%;
  position: absolute;
  bottom: -50px;
  left: 0;
}

.about .about_img{
  z-index: 999;
  position: relative;
}

.about h1 {
    font-size: 35px;
    line-height: 55px;
    color: #ffffff;
}

.about p {
    font-size: 22px;
    line-height: 40px;
    color: #ffffff;
}

.about ul{
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about ul li {
    width: 48%;
    margin: 15px 0;
    font-size: 16px;
}

[dir="ltr"] .about ul li {
    float: left;
}

[dir="rtl"] .about ul li {
    float: right;
}

.about ul li img{
    width: 40px;
}

[dir="ltr"] .about ul li img{
    margin-right: 15px;
}

[dir="rtl"] .about ul li img{
    margin-left: 15px;
}

.feature {
  background-image: url(../images/Features_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: -500px;
  padding-bottom: 40px;
}

.feature .space{
  height: 500px;
  z-index: -1;
  position: relative;
}

.feature .row{
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.feature .row .col-md-4{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.feature .row .col-md-4.text-right{
  align-items: flex-end;
}

[dir="ltr"] .feature .row .col-md-4.text-right{
  text-align: right;
}

[dir="rtl"] .feature .row .col-md-4.text-right{
  text-align: left;
}

.feature img{
  margin-top: 30px;
}

.feature .block i {
  color: var(--primary);
  font-size: 50px;
}

.title {
  text-align: center;
  margin-bottom: 50px;
}

.feature .feature_block h5{
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  background-color: #4F1F52;
  color: #fff;
  border-radius: 12px;
  display: inline-block;
}

.feature .feature_block h2{
  font-size: 22px;
  margin-top: 0;
}

.feature .feature_block p{
  font-size: 18px;
}

.feature .feature_block{
  width: 250px;
  max-width: 100%;
}

.feature .line_right{
  position: absolute;
  bottom: 20px;
  width: 22%;
  right: 0;
}

.feature .line_left {
  position: absolute;
  bottom: 200px;
  width: 22%;
  left: 0;
}

.mobile{
  padding: 100px 0;
}

.mobile img{
  width: 100%;
}

.bottom_bg {
    background-image: url(../images/faq_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
    margin-top: -100px;
    padding-top: 130px;
}

.dots {
  width: 9%;
  position: absolute;
  top: 15%;
  z-index: -1;
  right: 0;
}

.faq {
  position: relative;
}

.faq .row{
  display: flex;
  align-items: center;
}

.faq hr{
  opacity: 0.2;
}

.faq .Frame{
  width: 15%;
  position: absolute;
  top: 50%;
  left: 0;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  padding: 18px 0;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  border: none;
  outline: none;
  transition: 0.4s;
}

[dir="ltr"] .accordion {
  text-align: left;
}

[dir="rtl"] .accordion {
  text-align: right;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
/*  background-color: #ccc;*/
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin: 0;
    border-radius: 0;
}

.panel p{
  font-size: 14px;
  font-weight: normal;
}

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #fff;
}

[dir="ltr"] .accordion:after {
  float: right;
  margin-left: 5px;
}

[dir="rtl"] .accordion:after {
  float: left;
  margin-right: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.download{
  background-color: #273297;
  border-radius: 50px;
  text-align: center;
  padding: 50px 15px;
  position: relative;
  margin: 50px 0;
  overflow: hidden;
}

.download .mob_bottom{
  width: 25%;
  position: absolute;
  bottom: 0;
}

[dir="ltr"] .download .mob_bottom{
  left: 15px;
}

[dir="rtl"] .download .mob_bottom{
  right: 15px;
}

.download .mob_top{
  width: 25%;
  position: absolute;
  top: 0;
}

[dir="ltr"] .download .mob_top{
  right: 15px;
}

[dir="rtl"] .download .mob_top{
  left: 15px;
}

.download .flex{
  justify-content: center;
}

.download .flex img {
  width: 170px;
  margin: 20px 10px;
}

.download .text{
  width: 50%;
  margin: 0 auto;
  text-align: center;
}

footer {
  background-image: url(../images/footer_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding-top: 80px;
}

footer .footer_top{
  padding-bottom: 40px;
  border-bottom: 1px solid #D6D6D6;
}

footer .footer_top .row{
  flex-wrap: wrap;
}

footer .footer_top ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}

footer .footer_top ul li{
  color: #fff;
  margin: 0 5px;
  font-size: 14px;
}

footer .footer_top ul li a{
  color: #616161;
  white-space: nowrap;
}

footer .footer_top form label{
  color: #616161;
  margin-bottom: 20px;
}

footer .footer_top form .form-group{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .footer_top form .form-control{
  width: 70%;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #D2D2D2;
  color: #fff;
  height: 50px;
}

footer .footer_top form .btn{
  width: 25%;
  background-color: #2E5EF6;
  border-radius: 50px;
  height: 50px;
  min-width: 100px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #616161 !important;
}

 input:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
color: #616161 !important;
}

 input::-moz-placeholder, textarea::-moz-placeholder {  /* Firefox 19+ */
color: #616161 !important; 
}

 input:-ms-input-placeholder, textarea:-ms-input-placeholder {  
color: #616161 !important;  
}

footer .copyright{
  text-align: center;
  padding: 15px 0;
}

footer .copyright p {
  font-size: 15px;
  font-weight: 600;
  color: #78847D;
  margin: 0;
}

.totop {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #fff;
  position: fixed;
  bottom: 30px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
  color: var(--primary) !important;
  text-align: center;
  line-height: 50px;
  font-size: 26px;
  font-weight: bold;
  z-index: 9;
  display: none;
}

[dir="ltr"] .totop {
  left: 20px;
}

[dir="rtl"] .totop {
  right: 20px;
}

/* responsive */

@media (max-width: 991px) {
  .hero {
    padding: 115px 0;
    padding-bottom: 150px;
    margin-top: -105px;
}

  .hero h1{font-size: 30px;line-height: 40px;}

  .hero p {font-size: 20px;line-height: 30px;}

  .about{padding: 50px 0;}

  .about h1 {
    font-size: 23px;
    line-height: 35px;}

    .about p {
    font-size: 18px;
    line-height: 35px;}

    .feature{margin-top: -250px;}

    .feature .space{height: 250px;}

    .feature .feature_block h2{font-size: 20px;}

    .feature .feature_block p{font-size: 14px;}

    .feature .feature_block h5 {
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 20px;
  }

  footer{padding-top: 50px;}

  footer .footer_top{padding-bottom: 20px;}
}

@media (max-width: 768px) {
  .hero{padding-bottom: 120px;}

  .hero .main_img{display: none;}

  .about{padding: 0}

  .about .about_img {
    width: 450px;
    margin: 0 auto;
    display: table;
}

  [dir="ltr"] .feature{background-position: right;}

  [dir="rtl"] .feature{background-position: left;}

  .feature .col-xs-12{display: none !important;}

  .download h1{font-size: 22px;}

  .download p{font-size: 14px;}

  .download .flex img{width: 140px;}

  .logo{margin-bottom: 30px;}

  footer .footer_top ul{margin-bottom: 20px;}

  [dir="ltr"] footer .footer_top ul{margin-left: -5px;}

  [dir="rtl"] footer .footer_top ul{margin-right: -5px;}
}

@media (max-width: 640px) {
  .download .text{width: 100%;}

  .download .mob_top,.download .mob_bottom{display: none;}

  .hero h1{font-size: 26px;}
}

@media (max-width: 380px) {
  .about ul li{width: 100%;}
}
