@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
 
:root{
  --color-1:#56919D;
  --color-2:#8E5795;
  --color-3:#EAC8B5;
  --color-4:#E2ECF5;
  --color-5:#64607D;
  --color-6:#232D4B;
  --color-7:#68369A;
  --color-8:#FFFFFF;
  --color-9:#4A8794;
  --color-10:#121212;
  --color-11:#CE2854;
  --color-12:#5450AF;
  --color-13:#F4503C;
  --color-14:#fafafa;
  --color-15:#e5e6e9;
  --color-16:#f5f5f7;
  --color-17:rgb(187, 187, 187);
  --color-18:#1D2840;
  --color-19:#006ebe;
  --color-20:#794281;
  --color-21:#7A7A7A;
  --color-22:#575757;
  --color-23:#E4E8EF;
  --color-24:#868E96;
  --color-25:#66757F;
  --color-26:#272657;
}
body{
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: var(--color-6);
}

/*--------------generals--------------*/

img{
    width: 100%;
    max-width: 100%;
}
p.p{
    font-size: 18px;

}
.pt-80 {
    padding-top: 80px;
}
.pb-80 {
    padding-bottom: 80px;
}
.btn-primary{
    border-radius: 50px;
    background-color: var(--color-2);
    border-color: var(--color-2);
    padding: 8px 25px;
 
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{
    background: var(--color-20)!important;
 color: var(--color-8);
 border-color: var(--color-2)!important;
}
 
.btn-secondary{
     border-radius: 50px;
    background-color: var(--color-18);
    border-color: var(--color-18);
    padding: 12px 35px;
 
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active{
    background-color: var(--color-6);
    color: var(--color-8);
    border-color:  var(--color-6);
}


/*--------------Header--------------*/

header .navbar{
    padding: 20px 0 0;
}
header .nav-item .nav-link {
    position: relative;
    color: var(--color-6);
    font-size: 16px;
    margin: 0 15px;
    padding: 0;
    text-transform: capitalize;
}

/*--------------content----------------------*/

.gradient-text {
    font-weight: 800;
    font-size: 85px;
     background-color: var(--color-2);
     background-image: linear-gradient(76deg, rgba(167,91,226,1) 0%, rgba(118,82,155,1) 48%, rgba(86,145,157,1) 100%);
      background-size: 100%;
    background-repeat: repeat;
   -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
  }


  .title-section h2{
    color: var(--color-18);
    font-size: 50px;
    font-weight: 800;
  }
  .title-section p{
    color: var(--color-25);
    font-size: 20px;
    font-weight: 400;
  }
p.p{
    font-size: 25px;
    line-height: 37px;
    color: var(--color-5);
}
.text-block{
padding-top: 0;
}
.text-right{
    position: relative;
}
.bg-cal {
    background-image: url('../images/bg-calculator.png');
    width: 100%;
 
    background-size: cover;
    background-repeat: no-repeat;
}
.text-right img{
    position: absolute;
    right: 0;
    bottom: -30px;
    width: auto;
}
.text-block h1{
    font-size: 75px;
    font-weight: 700;
    margin-bottom:25px;
}
.text-block p{
    font-size: 25px;
    line-height: 36px;
    margin-bottom: 35px;
  color: var(--color-5);
}
 .block-1 span.note{
    font-style: italic;
    font-size: 12px;
    line-height: 18px;
 }

 .content-text h3{
    margin-bottom: 15px;
    color: var(--color-6);
    font-size: 35px;
 }
 .content-text p{
    font-size: 18px;
 }
 .block-img{
    position: relative;
 }
 .block-img .text-img{
    position: absolute;
    margin-right: 20px;
    width: 300px;
    padding: 20px;
    border-radius: 15px;
    right: 0;
    bottom: -50px;
 }
 .block-img .text-img p{
    margin-bottom: 8px;
    color: var(--color-8);
    font-size: 18px;
    font-weight: 300;
 }
 .block-img .text-img strong{
    color: var(--color-8); 
    display: block;
    margin-bottom: 8px;
    font-size: 25px;
    font-weight: 600;
 }

 .bg-color-1{
    background-color: #56919dba;
 }
 .bg-color-2{
    background-color: #8e5795c9;
 }
 .bg-color-3{
    background-color: #eac8b5ad;
 }
 .left-text-img {
    right: auto;
    left: 30px;
 }

.Calculator{
    margin-top: 40px;
    margin-bottom: 20px;
    border: 1px solid var(--color-15);
    border-radius: 20px;
}
.result {
    text-align: center;
    background-color: var(--color-14);
    padding: 44px 20px;
    height: 100%;
    border-radius: 20px 0px 0px 20px;
    border-right: 1px solid var(--color-15);
}
.result div:first-child  h5{
    color: var(--color-11);
 
    font-weight: bold;
    font-size: 32px;
}

.result div:first-child p,
.result div:nth-child(2) p,
.result div:last-child p
{
 
    font-weight: 500;
    line-height: 1.4em;
    color: var(--color-10);
}
.Calculator label {
    
 
    font-weight: 500;
    font-style: normal;
    line-height: 1.4em;
}
.Calculator ::placeholder {
    color: var(--color-17);
    font-size:17px;
    opacity: 1; /* Firefox */
  }
  
.Calculator ::-ms-input-placeholder { /* Edge 12 -18 */
    font-size: 32px;
    color: var(--color-17);
  }
.Calculator hr {
    color: var(--color-10);
    opacity: 1;
    width: 97%;
    margin: 20px auto;
}
.result div:nth-child(2)  h5{
    color: var(--color-12);
     font-weight: bold;
    font-size: 32px;
}
.result div:last-child  h5{
    color: var(--color-13);
    font-weight: bold;
    font-size: 32px;
}

h5.myCurrency::before{
    content: "$";
}

.calcul-side{
    background-color: var(--color-16);
    border-radius: 0px 20px 20px 0px ;
    padding: 20px;
}

.card-calculator {
padding: 25px;
box-shadow: 0 6px 30px rgb(0 0 0 / 5%);
border-radius: 20px;
}

.card-calculator .card-body{
    padding: 0;
}
.card-calculator .card-body h3{
    font-size: 24px;
    font-weight: 700;
    color: var(--color-18);
    margin-bottom: 25px;
}
.card-calculator label{
    font-size: 13.7px;
    color: var(--color-18);
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}
.card-calculator .form-control{
border: 1px solid #E2ECF5 ;
background:#f2f4f68a;
border-radius: 10px;
height: 50px;
}
.card-calculator  .form-group{
    margin-bottom: 20px;
}
.range-slider {
    -webkit-appearance: none;
     appearance: none;
    width: 100%;
     height: 10px;
    border-radius: 25px;
     background: #f3f7fe;
     outline: none;
     opacity: 0.7;
     margin-top: 15px;
     -webkit-transition: .2s;
     transition: opacity .2s;
  
  
  }
  
   
.range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
     appearance: none;
    width: 20px;
    height: 20px;
    background: #68369A;
    cursor: pointer;
     border-radius: 50%;
  }

  .range-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #68369A;
     cursor: pointer;
  
  }

  .block-cal-1{
    background-color: var(--color-2);
    padding: 30px 20px;
    border-radius: 10px;
  }
 
  .block-cal-1 span{
    font-size: 40px;
    display: block;
    margin-bottom: 25px;
    font-weight: 800;
    color: var(--color-8);
  }
  
  .block-cal-1  p{
    color: var(--color-8);
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
  }
  .block-cal-2{
    background-color: var(--color-8);
   padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0 6px 30px rgb(0 0 0 / 5%);
  }
  .block-cal-2 p{
    color: var(--color-5);
    font-size: 18px;
  }
  .block-cal-2 span{
    font-size: 42px;
    font-weight: 800;
    line-height: 48px;
    display: block;
    margin-bottom: 20px;
  }
  .block-cal-2  .price-b{
    background-color: #56919D;
    padding: 15px;
    border-radius: 15px;
    color: #fff;     
  }
  .block-cal-2  .price-b small{
    font-size:16px;
  }
  .block-cal-2  .price-b  span{
    font-size: 25px;
    line-height: 32px;
    margin: 0;
  }

  .block-cal-3 {
    background-color: var(--color-18);
   padding: 30px 20px;
    color: var(--color-8);
    border-radius: 10px;
  }

  .block-cal-3 .form-control{
    border-radius: 10px;
    height: 52px;
    margin-bottom: 10px;
  }
  .block-cal-3 .btn-primary{
    width: 100%;
    padding: 13px 25px;
  }

  .note-block{
    margin-top: 50px;
    border-radius: 20px;
    background-color: var(--color-2);
    background-image: linear-gradient(76deg, rgba(167,91,226,1) 0%, rgba(118,82,155,1) 48%, rgba(86,145,157,1) 100%);
    padding: 50px;
    color: #fff;
  }

  .note-block p{
  font-size: 25px;
  margin-bottom: 0;
  line-height: 36px;
  }


.text-section p{font-size: 25px;line-height: 36px;color: var(--color-5);}
 



.p0{
    padding:0px ;
}
footer{
  
 width: 100%;
    padding-top: 50px;
}
footer a{
   color: var(--color-18) !important;
   font-weight: 200 !important;
   text-decoration: none;
}
footer a:hover{
    color: var(--color-2) !important;
}
.social-media li {
    margin-right: 20px;
}
.social-media li a {
    font-size: 23px;
}
.social-media li a:hover  {
    color: var(--color-2) !important;
}
.logo-footer{
    width: 150px;
}
 
  
  .form-range::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    background-color: var(--color-8) ;
    height: 15px;
  }
 
  
  .form-range::-webkit-slider-thumb {
    background-color: var(--color-19);
    height: 20px;
    width: 20px;
    position: relative;
    top: 1px;
  }

.title-section{
  text-align: left;
}
.title-section h1{
  font-weight: bold;
  font-size: 48;
  line-height: 60px;
  margin-bottom: 30px;
}
.title-section h5{
  color: var(--color-2);
  font-weight: bold;
}
.contact-info{
  background-color: var(--color-8);
  border-radius: 18px;
  box-shadow: 1px -1px 19px -1px rgba(0,0,0,0.18);
-webkit-box-shadow: 1px -1px 19px -1px rgba(0,0,0,0.18);
-moz-box-shadow: 1px -1px 19px -1px rgba(0,0,0,0.18);
padding: 60px 40px 60px 40px;
}
.contact-info h4{
    font-weight: 800;
    font-size: 27px;
}
.contact-info p{
    color: var(--color-21);
    margin-bottom: 40px;
}
.contact-info h6{
    font-weight: bold;
}
.contact-info span{
    display: block;
    font-size: 14px;
    color: var(--color-22);
}
.contact-info svg{
    margin-right: 20px;
}
.contact-form{padding: 6px 0 0 50px;}
.contact-form h6{
    color: var(--color-2);
    font-weight: bold;
}
.contact-form h4{
    font-weight: 800;
    font-size: 27px;
}
.contact-form p{
    color: var(--color-21);
}
.contact-form input{
    margin-bottom: 15px;
    border-color: var(--color-23);
    height: 45px;
}
.contact-form input::placeholder {
  color:  var(--color-24);
  opacity: 1; /* Firefox */
  font-size: 14px;
}

.contact-form input::-ms-input-placeholder { /* Edge 12 -18 */
  color:  var(--color-24);
}
.contact-form textarea{
  resize: none;
  margin-bottom: 20px;
  border-color: var(--color-23);
}
.contact-form button{
  padding: 13px 20px 13px 20px;
}
.maps iframe {
  width: 100%;
  border-radius: 12px;
}

.download-apps{
  background: url('../images/download-apps-bg.png') no-repeat;
  height: 431px;
  background-size: cover;
  margin-top: 70px;
  margin-bottom: 70px;
  background-position:  center top;
}
.download-apps h1{
    font-size: 64px;
    font-weight: bold;
    color: var(--color-8);
}
.download-apps p{
    font-size: 18px;
    color: var(--color-8);
    margin-bottom: 30px;
}
.download-apps a{
    width: 160px;
    display: inline-block;
    margin-right: 20px;
}
.download-apps a:hover{
  opacity: .8;
}

.people-stat {
    text-align: center;
}
.people-stat img{
    border-radius: 50px;
}
.people-stat h5{color: var(--color-26);font-size: 48px;font-weight: bold;margin-top: 70px;}
.people-stat span{
    color: var(--color-25);
    font-size: 20px;
    font-weight: 500;
}
.mission-block{
  background: rgb(102,53,151);
  background: linear-gradient(90deg, rgba(102,53,151,1) 0%, rgba(118,82,155,1) 46%, rgba(86,145,157,1) 100%);
  border-radius: 20px;
  padding: 30px;
}
.mission-block h4{
    font-size: 30px;
    font-weight: bold;
    color: var(--color-8);
}
.mission-block p{
    color: var(--color-8);
}
.values-block{}
.values-block h4{
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 50px;
}
.values-block img{
  border-radius: 50px;
}
.values-block ul{
  list-style: none;
}
.values-block ul li{
  font-size: 24px;
  font-weight: 500;
  margin-top: 50px;
}



.values-block ul li:before {
  content: "";
  height: 1.5rem;
  width: 1.5rem;
  display: block;
  float: left;
  margin-left: -1.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.values-block ul li:before {
  background: url('data:image/svg+xml,<svg width="28" height="27" viewBox="0 0 28 27" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.0013 26.8327C21.3651 26.8327 27.3346 20.8631 27.3346 13.4993C27.3346 6.13555 21.3651 0.166016 14.0013 0.166016C6.63751 0.166016 0.667969 6.13555 0.667969 13.4993C0.667969 20.8631 6.63751 26.8327 14.0013 26.8327ZM20.124 10.1133C20.4631 9.67739 20.3845 9.04911 19.9486 8.71004C19.5126 8.37097 18.8844 8.44951 18.5453 8.88545L13.2026 15.7546C13.0838 15.9073 12.8604 15.9272 12.7165 15.7977L9.33694 12.7561C8.92643 12.3866 8.29414 12.4199 7.92468 12.8304C7.55522 13.2409 7.5885 13.8732 7.99901 14.2427L11.3786 17.2843C12.3854 18.1905 13.9497 18.0517 14.7813 16.9825L20.124 10.1133Z" fill="%2300D9A0"/></svg>');
  background-size: cover;
  background-position: center;
  padding: .15rem;
  margin-right: 20px;
  margin-left: 10px;
}


.powred-block{}
.powred-block h4{
  font-size: 36px;
  font-weight: bold;
  color: var(--color-26);
}
.powred-block p {
  font-size: 20px;
  font-weight: 500;
  color: var(--color-25);
}
.powred-block svg{
  margin-top: 40px;
}

.big-number{
    font-size: 36px;
    font-weight: 700;
    color: #56919d;
}
.range-block{
    background: #e9ecef91;
    padding: 10px;
    border-radius: 10px;
}

.progress{
    width: 150px;
    height: 150px;
    line-height: 150px;
   border-radius: 100%;
    background: #fafcfc4f;
    margin: 0 auto;
    box-shadow: none;
    position:relative;
 top: 80px;
    left: 50px;
}
}
.progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #56919D;
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress .progress-left{
    left: 0;
}
.progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
 
}
.progress .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right{
    right: 0;
}
.progress .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 8s linear forwards;
}
.progress .progress-value{
    width: 90%;
    height: 90%;
    font-weight: 600;
    font-size: 32px;
    border-radius: 50%;
    background: none;
    font-size: 24px;
    color: #56919D;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
}
.progress.blue .progress-bar{
    border-color: #56919D;
}
.progress.blue .progress-left .progress-bar{
    animation: loading-2 6.2s linear forwards 8s;
}

.section-block{
    background-image: url(../images/bg-cta.png);
    width: 100%;
padding:50px;
border-radius:45px;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-block p{
    font-size: 25px;
    line-height: 36px;
    margin-bottom: 0;
    color: var(--color-8);
}


@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(100deg);
        transform: rotate(100deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}
@media only screen and (max-width: 990px){
    .progress{ margin-bottom: 20px; }
}


@media (max-width: 768px) {
.title-section h2 {
   font-size: 34px;

}
p.p {
    font-size: 20px;
    line-height: 32px;
}
.text-block p {
    font-size: 20px;
    line-height: 30px;

}
.card-calculator{
margin-bottom:25px;
}
    .gradient-text{
        font-size: 50px;
    }
    .text-block h1 {
        font-size: 45px;
    }
    header .nav-item .nav-link{
        padding-bottom: 15px;
        margin: 0;
    }
    .navbar-nav{
        padding-top: 15px;
    }
    .dropdown-menu{
        border: 0;
        padding-bottom: 15px;
    }
    .navbar-toggler{
        border: 0;
    }
    .contact-form {
        padding-left:calc(var(--bs-gutter-x) * .5);
    }
  .contact-info {
      margin-left:calc(var(--bs-gutter-x) * .2);
  }

}

 