body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: 'Inter', sans-serif;

}

a {
    text-decoration: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
    font-family: 'Space Grotesk', sans-serif;
}


* {
    transition: all 0.2s;
}


/* Mon code propre à moi meme  */

.privillege{
    display: flex;
    gap: 10px;
    flex-direction: row;
    justify-content: space-between;
}

.compte{
    width: 3em;
    height: 3em;
    background-color: #17989e;
    border-radius: 50%;
    position: relative;

    span{
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 22px;
        color: white;
        transform: translate(-50%,-50%);
    }
}



.radius{
    border-radius: 2em;
}

.colors{
    color: white;
}
.colors a{
    color: white !important;
}
.titre{
    text-transform: uppercase;
}
.content{
    padding: 20px 70px; 
    display: flex; 
    flex-direction: column;
     align-items: center; 
     justify-content: center;
     margin: 2em 0;
}
.cardsContainer{
    width: 60%;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px 6em;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cardsContainer .desc{
    text-align: center;
    color: gray;
    font-size: 13px;
    margin-bottom: 2em;
}
.header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.header img{
    width: 2.5em;
    height: 2.5em;
}
.header p{
    font-size: 20px;
    font-weight: 500;
}

form input{
    width: 100%;
    padding: 10px;
    border-radius: 15px;
    border: 1px solid #17989e;
    background-color: #fafafa;
    margin: 1em 0;
    outline: none;
    color: #17989e;
}
input::placeholder{
    color: #B7B6B6;
}
.buttons button{
    padding: 10px 40px;
    width: 100%;
    background-color: #17989e;
    border: none;
    margin-top: 10px;
    color: white;
    border-radius: 15px;
}
.liste ul li {
    color: gray;
}
.buttonSupp button{
    padding: 10px 40px;
    width: 100%;
    background-color: #DD0F0F;
    border: none;
    margin-top: 10px;
    color: white;
    border-radius: 15px;
}


/* header area css*/

.nav {
    padding: 30px 0;
    background-color: transparent;
    transition: all 0.4s ease-in-out;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;

}


.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    border-top: 0;
    background-color: #fff !important;
    padding: 10px 0px;
    border-bottom: none;
    box-shadow: 0 10px 30px -10px rgb(0 64 128 / 20%);
}

.nav .navbar-nav {
    align-items: center;
    position: relative;
}

.navbar-brand img {
    width: 80px;
    border-radius: 10px;
}

.navbar li.nav-item {
    padding: 0 15px;
}


.navbar a.nav-link {
    color: #fff;
    font-weight: 500;
    transition: all 0.2s;
    border-bottom: solid 1px rgba(0, 0, 0, 0);
}

.sticky a.nav-link {
    color: #000;

}

.navbar a.nav-link:hover {
    color: #fff;
    border-bottom: solid 1px #fff;
    transition: all 0.2s;
}
.sticky a.nav-link:hover {
    color: #000;
    border-bottom: solid 1px #000;
    transition: all 0.2s;
}

.navbar-toggler {
    color: #fff;
}

.sticky .navbar-toggler {
    color: #000;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar .collapse {
    position: relative;
}

.navbar-brand .dark {
    display: none;
}

.sticky .navbar-brand .dark {
    display: block;
}

.sticky .navbar-brand .light {
    display: none;
}

.dark-app img {
    width: 200px;
}

.navbar .dark-app {
    display: none;
}

.sticky .dark-app {
    display: block;
}

.sticky .rq-code .qr {
    display: none;
}

.rq-code {
    position: relative;
}
 
.rq-code .qr .content {
    display: none;
    transition: all 0.3s;
    position: relative;
}

 

/* banner css*/
.banner { 
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #17989e;
    background-size: cover;
}

.banner h1 {
    font-size: 56px;
    font-weight: bold;
}

.banner .tag span {
    background-color: #fff;
    padding: 10px 16px;
    color: #17989e;
    border-radius: 36px;
    margin-right: 12px;
    margin-bottom: 15px;
    font-size: 16px;
    display: inline-block;
}
 

.banner img.app {
    width: 215px;
}

.contact-area {
    background-color:#17989e;
    padding: 200px 100px;
}


.contact-area .form-area {
    background-color: #fff;
    border-radius: 24px;
    padding: 40px;
}

.contact-area .form-area .form-control {
    padding: 16px;
    border-radius: 5px;
}


.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #6A49F2;
    outline: 0;
    box-shadow: none;
}

.btn-one {
    background-color:#17989e;
    border-radius: 8px;
    padding: 16px 20px;
    color: #fff;
    width: 100%;
    font-weight: 500;
}

.contact-area .icon span {
    width: 52px;
    height: 52px;
    display: inline-block;
    background-color: #333333;
    border-radius: 50%;
    color: #fff;
    line-height: 52px;
    text-align: center;
    margin-right: 10px;
}

.privacy-area {
    background-color:#17989e;
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-image: url(images/line-2.png);
    background-size: cover; 
    background-position: top right;
    height: 90vh;
}
 
.privacy-area p {
    color: #8CBBF2;
}

.counter-area {
    color: black;
}
 
.counter-area .h1.counter {
    font-size: 52px;
    font-weight: 600;
    text-align: center;
    padding: 15px 0;
  
}

/* App area css*/


.app-area .k-cor {
    color: #17989e;
    font-size: 18px;
    font-weight: 500;
}

.finances-area {
    /* background-color: #f6f3ff; */
    background-image: url(/images/font.jpg);
    background-size: cover;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

/* .finances-area:before, .finances-area:after {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    pointer-events: none;
} */


/* .finances-area:before {
    top: 0;
    left: 0;
    background-image: url(images/bar-shape-2.png);
    width: 210px;
    height: 262px;
}

.finances-area:after {
    bottom: 0;
    right: 0;
    background-image: url(images/bar-shape.png);
    width: 211px;
    height: 277px;
} */

.f-card {
    background-color: #fff;
    border-radius: 24px;
    padding: 24px;
    height: 100%;
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
}

.price-card {
    border-radius: 24px;
    background-color: #fff;
    padding: 40px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    height: 35em;
}
 

.price-card.select {
    border: 2px solid #17989e;
    box-shadow: 4px 8px 28px rgba(33, 48, 38, 0.1);
}



.price-card ul li {
    list-style: none;
    line-height: 50px;
    display: flex;
    align-items: flex-start;
}

.price-card ul li i {
    color: #17989e;
    padding-right: 10px;
    line-height: 50px;
}

.price-card .text-end span {
    background-color: rgba(29, 66, 219, 0.10);
    color: #17989e;
    padding: 15px 40px;
    border-radius: 25px;
    font-size: 18px;
}

.price-card .k-cor {
    color:#17989e;
    font-size: 16px;
    font-weight: 500;
}


.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #17989e;
}

input:focus + .slider {
    box-shadow: 0 0 1px #6A49F2;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.price-switch span {
    font-size: 18px;
    font-weight: 500;
}

.price-switch img {
    margin-left: 20px;
    margin-top: -50px;
}

/*footer css*/

.get-started  {
    background-color: #17989e;
    /* border-radius: 16px; */
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin: 0;
    padding: 70px 80px;
    color: #fff;
    margin-bottom: -150px;
    z-index: 5;
    position: relative;
}

.get-started img.app {
    width: 225px;
}

.footer {
    background-image: url(images/fontooter.png);
    background-size: cover;
    padding: 234px 60px 0 60px;
    color: #fff;
}

.footer .social a {
    height: 52px;
    width: 52px;
    color: #17989e;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 52px;
    margin-right: 16px;
}

.footer-bottom {
    color: #A7A7A6;
}

.footer-bottom a {
    color: #A7A7A6;
    margin-right: 40px;
}

.container-fluid {
    padding: 0 70px;
}

.privacy-text-area ul li {
    margin-bottom: 10px;
}
.terms-text-area ul li {
    margin-bottom: 10px;
}
 

/*for responsive */

@media screen and (max-width: 1500px) {
    .contact-area {
        padding: 200px 0;
        overflow-x: hidden;
    } 
     
    .banner .tag span { 
        padding: 10px 14px;  
        margin-right: 10px;
        margin-bottom: 15px;
        font-size: 14px; 
    }
    .get-started .container-fluid {
        overflow-x: visible  ;
    }
}

@media screen and (max-width: 1280px) {  
    .banner .tag span {
        padding: 8px 12px;
        margin-right: 5px;
        margin-bottom: 15px;
        font-size: 10px;
}
    
    .container-fluid {
        padding: 0 45px;
    }
    
    .container-fluid {
        overflow-x: hidden;
    }
    .container {
        overflow-x: hidden;
    }
    
    .navbar .container-fluid {
        overflow-x: visible !important;
    }
    
    .get-started .container {
        overflow-x: visible  ;
    }
    
    .sticky li.nav-item {
        padding: 0 12px;
    }

}

@media screen and (max-width: 600px) {


    .banner h1 {
        font-size: 48px;
        font-weight: 500;
    }

    .banner .tag span {
        font-size: 14px;
        margin: 5px;
        margin-left: 0;

    }

    .banner .tag span i {
        display: none;
    }


    ul.navbar-nav {
        background-color: #000;
        box-shadow: 0 .5rem 1rem rgba(255, 255, 255, 0.15);
        margin-bottom: 42px !important;
        border-radius: 6px;
    }
    .navbar-brand img {
        width: 60px;
    }
    
    .sticky ul.navbar-nav {
        background-color: #fff;
    }

    .navbar li.nav-item {
        padding: 30px 20px;
    }

    .price-switch img {
        margin-left: 250px;
        margin-top: -150px;
    }

    .get-started .row {
        padding: 30px;
        border-radius: 0;
        margin-bottom: 0;
    }

    .footer {
        padding: 30px;
    }

    .footer-bottom a {
        color: #A7A7A6;
        margin-right: 0;
        margin-top: 10px;
        margin-bottom: 10px;
        display: inline-block;
        width: 48%;
    }

    .container-fluid {
        overflow-x: hidden;
    }
    .container {
        overflow-x: hidden;
    }
    .get-started .container {
        overflow-x: visible;
    }
    .contact-area {
        padding: 100px 0;
    }

    .contact-area .form-area {
        padding: 25px;
    }
    
    .container-fluid {
        padding: 0 15px;
    }
    .rq-code {
        display: none;
    }
} 

@media (max-width:992px){
    .cardsContainer{
        width: 80%;
        
    }
}
@media (max-width:776px){
    .cardsContainer{
        width: 90%;
        padding: 20px 2em;
        
    }
}
@media (max-width:576px){
    .cardsContainer{
        width: 100%;
        padding: 20px 2em;
        
    }
    .content{
        padding: 20px;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1400px;
    }
}



 
