@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap");

.header.fixed {
  padding: 1rem 0 1rem 0;
}

.header__wrapper {
  align-items: center;
}

.preloader {
  background: linear-gradient(45deg, #31434f 0%, #546d80 50%, #31434f 100%);
}

.hero__wrapper,
.growth__wrapper,
.footer__wrapper {
  background-color: #f6f6f6;
}

.hero .hero-img::before,
.feature__box .icon-1,
.feature__box .icon-2,
.feature__box .icon-3,
.feature__box .icon-4 {
  background: linear-gradient(45deg, #31434f 0%, #546d80 50%, #31434f 100%);
  -webkit-filter: drop-shadow(0px 10px 10px #c4c4c4);
}

.download-buttons a.google-play {
  background: linear-gradient(0deg, #31434f 0%, #31434f 50%, #d9b15c 100%);
  -webkit-filter: drop-shadow(0px 10px 10px #c4c4c4);
}

.download-buttons a.apple-store {
  background: linear-gradient(0deg, #31434f 0%, #31434f 50%, #d9b15c 100%);
  -webkit-filter: drop-shadow(0px 10px 10px #c4c4c4);
}

.header__nav-primary > li:first-child a {
  color: #666b6d;
}

.feature__box--1 .feature__box__wrapper,
.feature__box--2 .feature__box__wrapper,
.feature__box--3 .feature__box__wrapper,
.feature__box--4 .feature__box__wrapper {
  background-color: #d9b15c;
}

.growth__box .icon {
  background: linear-gradient(45deg, #31434f 0%, #546d80 50%, #31434f 100%);
}

.growth__box .icon i {
  color: #fff;
}

.blog_hero__wrapper {
  padding: 17rem 0px 40px 0 !important;
}

.section-heading {
  width: 100%;
  text-align: center;
}

.header__nav-primary > li > a.active {
  color: #d9b15c;
}

.header__nav-primary > li > a.active {
  color: #d9b15c;
}

.header__nav-primary > li > a.active:before {
  width: calc(100% - 2rem);
  background: #d9b15c;
}

.one-item-wrapper {
  margin-bottom: 20px !important;
  border-bottom: 1px solid #efefef;
  padding-bottom: 20px;
}

.action-wrapper {
  width: 480px !important;
  max-width: 100%;
}

.btn-primary {
  background: linear-gradient(45deg, #31434f 0%, #546d80 50%, #31434f 100%);
  -webkit-filter: drop-shadow(0px 10px 10px #c4c4c4);
  font-size: 18px;
  padding: 10px 35px;
  border-radius: 500px;
  border-color: #31434f;
}


.btn-secondary {
  background: linear-gradient(45deg, #dab15b 0%, #dbbc79 50%, #dab15b 100%);
  -webkit-filter: drop-shadow(0px 10px 10px #c4c4c4);
  font-size: 18px;
  padding: 10px 35px;
  border-radius: 500px;
  border-color: #dab15b;
}



.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff !important;
  background: linear-gradient(45deg, #31434f 0%, #546d80 50%, #31434f 100%);
  border-color: #31434f !important;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: unset;
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: unset;
}



.btn {
  padding: 5px 15px !important;
  font-size: 16px !important;
}



html[dir="rtl"] .hero__wrapper .row {
  text-align: right;
}

html[dir="rtl"] .questions-img {
  text-align: left;
}

html[dir="rtl"] .download-buttons a .button-content {
  margin-left: unset;
  margin-right: 1.3rem;
}

html[dir="rtl"] .growth .row > div:nth-child(odd) .growth__box .content::before {
  left: unset;
  right: -3.3rem;
  transform: translateY(-50%) rotate(90deg);
}

html[dir="rtl"] .growth .row > div:nth-child(even) .growth__box .content::after {
  right: unset;
  left: -3.3rem;
  transform: translateY(-50%) rotate(-90deg);
}

html[dir="rtl"] .screenshot-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}

html[dir="rtl"] .header__nav-primary > li {
  margin-left: unset !important;
  margin-right: 3rem;
}

html[dir="rtl"] .blog_single__content.mt-5 {
  text-align: right;
}

html[dir="rtl"] body {
  font-family: "Cairo", sans-serif;
}

html[dir="rtl"] .header__nav {
  top: -5rem;
  right: unset;
  left: 100%;
}

html[dir="rtl"] .growth__box .content h3 {
  text-align: right;
}

html[dir="rtl"] .growth__box .content p {
  text-align: right;
}

.blog_single__content > *:not(.grid) {
  width: unset;
}

@media (max-width: 991px) {
  .header__nav {
    background: linear-gradient(45deg, #31434f 0%, #546d80 50%, #31434f 100%);
  }

  .header__nav-primary > li:first-child a {
    color: #fff;
  }

  .header__nav li {
    margin: 0 !important;
  }

  .header__nav li:hover {
    background-color: transparent;
  }

  .header__nav li:hover a,
  .header__nav li:hover i {
    color: #fff;
  }

  .header__nav li a {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header__nav li a.active {
    color: #dab15b;
  }

  .hero__wrapper .col-lg-6.order-2.order-lg-1 {
    margin-top: 70px;
  }

  .header__wrapper {
    padding: 0 2.5rem;
  }

  html[dir="rtl"] .header__bars {
    transform: rotateY(180deg);
    background: #f6f6f6;
    border-radius: 5px;
  }

  html[dir="rtl"] .questions-img {
    text-align: center !important;
  }
}

/* CSS used here will be applied after bootstrap.css */
/* custom checkboxes */
/***** RADIO BUTTON STYLES *****/
.radio {
  position: relative;
}
.radio input[type="radio"] {
  opacity: 0;
}
.radio label {
  padding-left: 10px;
  cursor: pointer;
  margin-bottom: 7px !important;
  font-size: 16px;
}

.radio label {
  padding-left: unset;
  padding-right: 10px;
  margin-top: -5px;
}

.radio label:before {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 1px;
  left: 0;
  content: "";
  display: inline-block;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #fbc52d;
  background: #fff;
}

html[dir="rtl"] .radio label:before {
  left: unset;
  right: 0;
}

.radio input[type="radio"] {
  margin: 0px;
}
.radio input[type="radio"]:disabled + label {
  color: #999;
}
.radio input[type="radio"]:disabled + label:before {
  background-color: #fbc52d;
}
.radio input[type="radio"]:checked + label::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 4px;
  display: inline-block;
  font-size: 11px;
  width: 10px;
  height: 10px;
  background-color: #fbc52d;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

html[dir="rtl"] .radio input[type="radio"]:checked + label::after {
  left: unset;
  right: 4px;
}

.radio-default input[type="radio"]:checked + label:before {
  border-color: #fbc52d;
}

.radio-primary input[type="radio"]:checked + label:before {
  border-color: #fbc52d;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #fbc52d;
}

.custom-checkbox > [type="checkbox"],
.custom-checkbox label {
  /*margin-bottom:0px !important;*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-checkbox > [type="checkbox"]:not(:checked),
.custom-checkbox > [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.custom-checkbox > [type="checkbox"]:not(:checked) + label,
.custom-checkbox > [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
}
.custom-checkbox > [type="checkbox"]:not(:checked) + label:before,
.custom-checkbox > [type="checkbox"]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  width: 17px;
  height: 17px;
  border: 1px solid #fbc52d;
  background: #ffffff;
  border-radius: 2px;
}
.custom-checkbox > [type="checkbox"]:not(:checked) + label:after,
.custom-checkbox > [type="checkbox"]:checked + label:after {
  font: normal normal normal 12px/1 "Glyphicons Halflings";
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 2px;
  color: #fbc52d;
  xtransition: all 0.2s;
}
.custom-checkbox > [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.custom-checkbox > [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.custom-checkbox > [type="checkbox"][data-indeterminate] + label:after {
  content: "−";
  left: 2px;
  opacity: 1;
  transform: scale(1);
}
.custom-checkbox > [type="checkbox"]:disabled:not(:checked) + label:before {
  box-shadow: none;
  background-color: #eeeeee;
  border-color: #eeeeee;
  cursor: not-allowed;
  opacity: 1;
  color: #dadada;
}
.custom-checkbox > [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  background-color: #eeeeee;
  border-color: #eeeeee;
  cursor: not-allowed;
  opacity: 1;
  color: #fbc52d;
}
.custom-checkbox > [type="checkbox"]:disabled:checked + label:after {
  color: #fbc52d;
  cursor: not-allowed;
}
.custom-checkbox > [type="checkbox"]:disabled + label {
  color: #aaa;
  cursor: not-allowed;
}
.custom-checkbox > [type="checkbox"]:checked:focus + label:before,
.custom-checkbox > [type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #fbc52d;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.custom-checkbox label:hover:before {
  border: 1px solid #fbc52d !important;
}
.custom-checkbox [type="checkbox"]:disabled:not(:checked) + label:hover:before,
.custom-checkbox [type="checkbox"]:disabled:checked + label:hover:before {
  border: 1px solid #fbc52d !important;
}
