
@font-face {
  font-family: 'Madani-Arabic-Regular';
  src: url('../fonts/Madani-Arabic-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Madani-Arabic-Medium';
  src: url('../fonts/Madani-Arabic-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

:root {
  --primary: #06AB9F;
  --title:#2E2E2E;
  --white: #fff;
  --black: #000;
  --gary: #ACACAC;
}

body {
  font-family: 'Madani-Arabic-Medium', sans-serif;
}
button:focus:not(:focus-visible) {
  outline: 0;
  border: 0;
  box-shadow: none;
}
header {
  margin-bottom: 100px;
}
.navbar {
  padding-top: 35px;
  padding-bottom: 35px;
}
a.navbar-brand {
  margin: 0;
}
ul.navbar-nav {
  padding-right: 150px;
}
li.nav-item a {
  font-size: 23px;
  color: #393939 !important;
  padding: 0 0 0 21px !important;
}

li.nav-item a.active {
  color: #0E8698 !important;
}
li.nav-item a:hover {
  color: #0E8698 !important;
  opacity: 0.9;
}
li.nav-item a.active::after {
  content: "";
  display: block;
  width: 45px;
  height: 3px;
  background: #0E8698;
}
a.nav-link.login {
  font-size: 23px;
  background: #0E8698;
  color: #fff;
  border-radius: 15px;
  padding: 22px 63px;
}

.navbar-light .navbar-toggler {
  border-color: transparent;
}
section.f-window {
  min-height: 100vh;
}

section.f-window > div,  section.f-window > div > .row {
  min-height: 100vh;
}
.c-white {
  color: #fff;
}
.c-primary{
  color: var(--primary);
}
.c-title{
  color: var(--title);
}
.c-gary{
  color: var(--gary);
}
h6.top-title {
  font-size: 24px;
  position: relative;
  padding-right: 40px;
}
h6.top-title:after {
  content: "";
  width: 25px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 0;
}
h6.c-white:after{
  background: #fff;
}
h6.c-primary:after{
  background: var(--primary);
}
h2.title {
  font-size: 50px;
  color: #2E2E2E;
  margin-top: 31px;
  margin-bottom: 40px;
}
h4.sub-title {
  font-size: 35px;
  margin-bottom: 25px;
}
p.desc {
  font-size: 21px;
}
section.slider {
  margin-bottom: 200px !important;
  margin-top: 150px;
}
.content-wrap {
  position: relative;
  height: calc(100% + 250px);
  background-image: url(../img/cover-section.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  top: -150px;
  width: 140%;
  border-radius: 15px;
}

.content-area {
  width: 60%;
  padding-top: 250px;
  padding-right: 50px;
}
.content-wrap:before {
  content: "";
  width: 100%;
  height: 50%;
  display: block;
  position: absolute;
  background-image: url(../img/motifs.png);
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
  top: 0;
}

.owl-carousel .owl-stage-outer {
  border-radius: 15px;
}
.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 20px;
  margin-bottom: 20px;
}
.owl-theme .owl-dots .owl-dot span {
  background: #DDDDDD;
  margin: 3px 2px;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #06AB9F;
  width: 49px;
}
.form-control:focus {
  color: #A7A7A7;
  background-color: transparent;
  border-color: #A7A7A7;
  outline: none; 
  box-shadow: none; 
  
}
.btn-check:focus+.btn, .btn:focus {
  outline: none; 
  box-shadow: none; 
}
section.entry {
  min-height: 100vh;
  background-image: url(../img/cover-entry.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

section.entry > div,  section.entry > div > .row {
  min-height: 100vh;
}
.box-form {
  background: #fff;
  padding: 25px 38px;
  border-radius: 15px;
  position: relative;
  max-width: 430px;
}
.box-form::after {
  content: "";
  display: block;
  background-image: url(../img/motifs.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  width: 100%;
  height: 50%;
  position: absolute;
  pointer-events: none;
  
}

.box-form h6 {
  font-size: 28px;
  font-family: 'Madani-Arabic-Medium', sans-serif;
  font-weight: 500; 
  color: #121212;
  margin-top: 30px;
}
.box-form label.account-notice {
  font-size: 19px;
  color: #A7A7A7;
  margin-bottom: 50px;
}

.box-form label.account-notice a{
  color: #0E8C99;
  padding-right: 5px;
  text-decoration: none;
}

.box-form form input {
  font-family: 'Madani-Arabic-Regular', sans-serif;
  font-weight: 400; 
  font-size: 19px;
  color: #A7A7A7;
  border: none;
  border-bottom: 1px solid #A7A7A7;
  border-radius: 0;
  padding-right: 0;
  direction: rtl;
  
}
.box-form form input::placeholder {
  color: #A8A8A8;
}

.box-form button[type="submit"] {
  background: transparent linear-gradient(180deg, #0E8698 0%, #06AB9F 100%) 0% 0% no-repeat padding-box;
  border-radius: 15px;
  width: 100%;
  padding: 17px 0;
  border: none;
  font-size: 20px;
  line-height: 23px;
  margin-top: 50px;
  color: #fff;
}

label.reset-password {
  width: 100%;
  text-align: left;
  font-size: 15px;
  margin-top: 15px;
}

label.reset-password a{
  color: #5D5D5D !important;
}

.nav-tabs {
  border-bottom: 0;
}
.nav-tabs .nav-link {
  border: none;
  color: #121212;
  font-size: 29px;
  opacity: 0.18;
  padding: 3px 5px;
  margin-left: 40px;
}
.nav-tabs .nav-link:last-child {
  margin-left: 0px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #0B8798;
  background-color: transparent;
  border-bottom: 2px solid #0B8798;
  font-size: 29px;
  opacity: 1;
}

.tab-content>.tab-pane {
  margin-top: 30px;
}

.has-ico {
  position: relative;
}

.has-ico::after {
  content: "";
  display: block;
  background-image: url(../img/upload.svg);
  background-repeat: no-repeat;
  background-size: auto;
  top: 10px;
  left: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  cursor: pointer;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #fff;
  opacity: 1;
  cursor: pointer;
}
.site section {
  margin-bottom: 100px;
}
section.has-bg {
  background: transparent;
  background-image: linear-gradient(179deg, #06AB9F 0%, #0E8698 100%);
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-origin: padding-box;
  padding: 120px 0;
  position: relative;
  z-index: 0;
}
section.has-bg::before {
  content: "";
  display: block;
  background-image: url(../img/feat-after.svg);
  background-repeat: no-repeat;
  background-size: auto;
  bottom: 0;
  left: 0;
  top: 120px;
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
section.has-bg::after {
  content: "";
  display: block;
  background: #06AB9F;
  border-radius: 407px;
  opacity: 0.19;
  filter: blur(50px);
  position: absolute;
  top: -40px;
  left: 20%;
  width: 70%;
  height: 190px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  z-index: -1;
}
.box-feat > img {
  width: 100%;
}
.feat {
  min-height: 391px;
  text-align: center;
  padding: 42px 15px 0 15px;
}
.feat h6 {
  margin-top: 15px;
  color: #343434;
  font-size: 27px;
}
.feat p {
  margin-top: 20px;
  color: #fff;
  font-size: 18px;
}
p.desc.f-18 {
  font-size: 18px;
}
.service {
  margin-top: 100px;
}
.service h5 {
  font-size: 30px;
  color: #2E2E2E;
  margin-top: 25px;
}
section#contact {
  margin-bottom: 0;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}
.contact {
  padding-top: 100px;
}
.empty-calc {
  width: 185px;
  height: 100%;
  background: #EAF8F7;
  float: left;
  margin-left: 20px;
}
.empty-border {
  width: 185px;
  height: 100%;
  float: right;
  position: relative;
}
.empty-border:after {
  content: "";
  width: 6px;
  height: 193px;
  background: #06AB9F;
  display: block;
  position: absolute;
  left: 0;
}
.contact-entry {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 50px;
}
.contact-entry p.desc {
  width: 70%;
}
.contact form input {
  direction: rtl;
}
.contact form input {
  font-size: 20px;
  color: #A8A8A8;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  margin-bottom: 30px;
  padding: 15px 0px 15px 10px;
}
.contact form input:focus {
  border-color: var(--primary);
}
.contact form button.btn {
  background: var(--primary);
  color: #fff;
  padding: 16px 86px;
  font-size: 26px;
  border-radius: 15px;
}

section#contact::after {
  content: "";
  display: block;
  background-image: url(../img/contact-after.svg);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -170px;
  left: -110px;
  width: 447px;
  height: 382px;
  position: absolute;
  pointer-events: none;
  z-index: -1;
  
}
footer {
  background: #242424;
  color: #fff;
  padding: 30px 60px;
  font-size: 23px;
}
footer ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
}
footer ul li {
  padding-left: 20px;
}
footer ul li a{
  color: #FFFFFF;
  text-decoration: none;
}
footer ul li a:hover{
  color: var(--primary);
}
footer .copy {
  text-align: end;
}
.copy {
  color: #06AB9F;
}
.copy label:last-child {
  color: #fff;
}
#scrollTopBtn {
  display: none;
  position: fixed;
  bottom: 160px;
  right: 20px;
  z-index: 100;
  border: none;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
}
#QModal .modal-content {
  background: transparent linear-gradient(180deg, #0E8698 0%, #06AB9F 100%) 0% 0% no-repeat padding-box;
}
#QModal .m-slider {
  margin-top: 75px;
  background-color: #fff;
  border-radius: 15px;
  padding: 60px 60px 40px 60px;
  background-image: url(../img/modal-cover.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#QModal .m-slider h2.title {
  font-size: 40px;
  color: #121212;
  margin-top: 31px;
  margin-bottom: 40px;
}
div#QModal .slider-content {
  margin-top: -260px;
}
div#QModal .slide {
  display: flex;
  align-items: center;
}
div#QModal .slider-box {
  margin-right: 70px;
  margin-top: 170px;
}
div#QModal .s-entry {
  display: flex;
  align-items: center;
}
div#QModal .s-entry img {
  width: 79px !important;
}
div#QModal .s-entry label {
  color: #108798;
  font-size: 34px;
  margin-right: 20px;
}
div#QModal .s-body p {
  color: #838383;
  font-size: 21px;
  margin-top: 20px;
  line-height: 40px;
  width: 90%;
}
div#QModal .owl-theme .owl-nav.disabled+.owl-dots {
  text-align: left;
  margin-left:20%
}
div#QModal .owl-carousel .owl-item img{
  background-image: url(../img/modal-bg-slider.png);
  background-repeat: no-repeat;
  background-size: 170%;
  background-position: center center;
}
div#QModal button.c-close {
  background: transparent;
  border: none;
  font-size: 28px;
  direction: ltr;
  color: #fff;
  padding: 20px 0px 20px 0px;
  width: 100%;
  text-align: left;
}
div#QModal button.c-close img {
  margin-right: 20px;
}
div#QModal .copy {
  color: #121212;
  text-align: center;
  font-size: 20px;
  border-top: 2px solid rgba(255, 255, 255, 0.26);
  padding-top: 20px;
}
.togglePassword {
  position: relative;
}
.togglePassword img {
  position: absolute;
  top: 20px;
  left: 0;
  cursor: pointer;
  z-index: 1;
}
.form-control.error {
  border-color: #FD7877;
}
#contactForm label.error {
  font-size: 12px;
  color: #FD7877;
  margin-top: -25px;
  display: block;
  position: relative;
}
label.error {
  width: 100%;
  font-size: 12px;
  color: #FD7877;
  position: relative;
}
#contactForm label.error::after {
  content: url(../img/warning.png);
  left: 0;
  top: -40px;
  position: absolute;
}

label.error::after {
  content: url(../img/warning.png);
  left: 0;
  top: -31px;
  position: absolute;
  z-index: 2;
}
.terms {
  margin-top: 30px;
  font-size: 14px;
  color: #121212;
}
.terms a {
  color: #121212;
  text-decoration: underline;
  font-size: 19px;
}
.terms a.error {
  color: #FD7877;
}
.has-ico.error::after {
  opacity: 0;
}
.message {
  font-size: 13px;
  margin-top: 20px;
}
.message .alert {
  padding: 10px 5px;
}
.message .alert svg {
  margin-left: 10px;
}

section.slider.new {
  position: relative;
 }
 section.slider.new:after {
   content: "";
   position: absolute;
   display: block;
   height: calc(100% + 250px);
   background-image: url(../img/cover-section.jpg);
   background-repeat: no-repeat;
   background-size: cover;
   top: -150px;
   width: 55%;
   border-radius: 18px;
   pointer-events: none;
 }
 section.slider.new:before {
   content: "";
   width: 55%;
   height: 50%;
   display: block;
   position: absolute;
   background-image: url(../img/motifs.png);
   background-repeat: no-repeat;
   background-size: cover;
   pointer-events: none;
   top: -150px;
   z-index: 1;
 }
section.slider.new .slide {
  display: flex;
  flex-direction: row-reverse;
}
section.slider.new .slide-img {
  width: 60%;
}
section.slider.new .slide-content {
  width: 40%;
  padding: 50px;
}
section.slider.new .slide-content > div {
  width: 90%;
  padding: 5%;
}

section.slider.new .owl-carousel .owl-item img {
  border-radius: 17px;
}
section.slider.new .owl-dots {
  width: 60%;
  float: left;
}

/* For Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

input.form-control.verification-input {
  width: 53px;
  height: 73px;
  border: 1px solid #70A1A3;
  border-radius: 6px;
  text-align: center;
  padding: 0;
  margin: 0 10px;
}
#code-error {
  font-size: 12px;
  color: #FD7877;
  text-align: center;
}
form#passwordForm {
  margin-top: 40px;
}

#termsModal .modal-dialog {
  max-width: 80% !important;
  height: 80vh !important;
  margin: 5% auto;
}
#termsModal .modal-content {
  height: 100%;
  border-radius: 18px;
}
#termsModal .modal-header {
  justify-content: center;
  border:none;
}
#termsModal .modal-body {
  padding: 35px;
  overflow: auto;
}
#termsModal h5#termsModalLabel {
  font-size: 28px;
  color: #121212;
  margin-bottom: 20px;
}
#termsModal .modal-body p {
  color: #ACACAC;
  font-size: 16px;
  line-height: 30px;
}
#termsModal .modal-footer button {
  background: transparent linear-gradient(180deg, #0E8698 0%, #06AB9F 100%) 0% 0% no-repeat padding-box;
  border-radius: 15px;
  width: 100%;
  padding: 17px 0;
  border: none;
  font-size: 20px;
  line-height: 23px;
  margin-top: 12px;
  color: #fff;
}
#termsModal .temrs-box {
  width: 100%;
  text-align: right;
}
#termsModal .modal-footer {
  padding: 15px 40px;
  border: none;
}
/* Responsive */

/* Medium devices (tablettes et petits ordinateurs, ≥768px) */
@media (min-width: 992px) and (max-width: 1300px) {
  div#QModal .slider-content {
    margin-top: -90px;
}
div#QModal .slide {
  justify-content: space-around;
}
div#QModal .slider-box {
  margin-right: 0;
  margin-top: 60px;
  width: 40%;
}
#QModal .m-slider > img {
    width: 90px;
}
#QModal .m-slider h2.title {
  font-size: 25px;
  margin-top: 25px;
}
div#QModal .s-entry label {
  font-size: 18px;
}
div#QModal .s-entry img {
  width: 40px !important;
}
div#QModal .s-body p {
  font-size: 16px;
  line-height: 25px;
}
img.img-fluid.m-img {
  width: 30%;
}

}

@media (max-width: 767.98px) {
  header {
    margin-bottom: 0;
  }
  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  a.navbar-brand img {
    width: 75%;
  }
  ul.navbar-nav {
    padding-right: 0;
  }
  li.nav-item a {
    font-size: 19px;
    padding: 0 0px 20px 20px !important;
  }
  a.nav-link.login {
    font-size: 18px;
    padding: 13px 30px;
    width: 70%;
    text-align: center;
  }
  section.slider {
    margin-bottom: 50px;
    margin-top: 0;
  }
  section.slider.new .slide {
    display: flex;
    flex-direction: column-reverse;
}
section.slider.new .slide-img {
  width: 100%;
}
section.slider.new .slide-content {
  width: 100%;
  padding: 0;
}
section.slider.new .slide-content > div {
  width: 100%;
  padding: 0;
}
section.slider.new:after {
  content: "";
  position: absolute;
  display: block;
  height: calc(100% + -250px);
  background-image: url(../img/cover-section.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  width: 100%;
  border-radius: 18px;
  pointer-events: none;
}
section.slider.new:before {
  content: "";
  width: 100%;
  height: 50%;
  display: block;
  position: absolute;
  background-image: url(../img/motifs.png);
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
  top: 0;
  z-index: 1;
}
section.slider.new .owl-dots {
  width: 100%;
  float: left;
}
section.slider.new .owl-dots {
  width: 100%;
  float: left;
}
  .content-wrap {
    height: 100%;
    top: 0;
    width: 100%;
    border-radius: 15px;
  }
  .content-area {
    width: 100%;
    padding: 30px;
  }
  .owl-carousel.owl-rtl {
    margin-top: 30px;
  }
  .site section {
    margin-bottom: 50px;
  }
  
  section.entry {
    padding: 50px 15px;
  }
  .box-form h6 {
    font-size: 22px;
  }
  .box-form label.account-notice {
    font-size: 14px;
  }
  label.reset-password {
    font-size: 13px;
  }
  .box-form form input {
    font-size: 16px;
  }
  .box-form button[type="submit"] {
    padding: 15px 0;
    font-size: 16px;
    line-height: 20px;
    margin-top: 40px;
  }
  h6.top-title {
    font-size: 18px;
  }
  h2.title, #QModal .m-slider h2.title {
    font-size: 30px;
    margin-bottom: 25px;
  }
  p.desc {
    font-size: 17px;
  }
  section.has-bg {
    padding: 0;
    padding-top: 50px;
  }
  .box-feat.has-inverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .service {
    margin-top: 50px;
    text-align: center;
  }
  .service h5 {
    font-size: 25px;
    margin-top: 20px;
  }
  .contact-entry {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .contact {
    padding-top: 20px;
  }
  .contact form input {
    font-size: 16px;
  }
  .contact form button.btn {
    padding: 10px 60px;
    font-size: 18px;
  }
  .empty-calc, .empty-border {
    display: none;
  }
  section.slider {
    margin-bottom: 0 !important;
}
  section#contact::after {
    bottom: -225px;
  }
  footer {
    padding: 20px 10px;
    font-size: 13px;
  }
  footer .copy {
    text-align: center;
    margin-top: 20px;
  }
  footer ul img {
    width: 80%;
  }
  #scrollTopBtn {
    display: none !important; 
  }
  #QModal .m-slider {
    padding: 20px;
  }
  div#QModal .slide {
    display: block;
  }
  div#QModal .slider-box {
    margin-right: 0;
    margin-top: 260px;
  }
  div#QModal .s-entry label {
    font-size: 23px;
  }
  div#QModal .s-entry img {
    width: 50px !important;
  }
  div#QModal .s-body p {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
  }
  div#QModal .owl-theme .owl-nav.disabled+.owl-dots {
    text-align: center;
    margin-left: 0;
  }
  div#QModal button.c-close {
  
    font-size: 20px;
  }
  div#QModal .copy {
    font-size: 14px;
  }

  .box-form .nav-tabs .nav-link {
   
    font-size: 20px !important;
    margin-left: 10px;
}
#termsModal h5#termsModalLabel {
  font-size: 18px;
  margin-bottom: 15px;
}
#termsModal .modal-body p {
  font-size: 14px;
  line-height: 26px;
}
#termsModal .modal-footer {
  padding: 15px 10px;
  border: none;
}
#termsModal .temrs-box {
  font-size: 16px;
  display: flex;
  align-items: flex-start;
}
#termsModal .temrs-box input {
  margin-left: 10px;
  margin-top: 5px;
}
#termsModal .modal-footer button {
  padding: 15px 0;
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
}
#termsModal .modal-body {
  padding: 15px;
  overflow: auto;
}
#termsModal .modal-dialog {
  
  height: 95vh !important;
}
}