:root{
    ---font-a-18px:18px;
    ---font-p-16:16px;
    ----font-h1-64:64px;
    ----font-h2-50:50px;
    ----font-h3-25:25px;
    ----font-h4-20:20px;

    /* Exter */
    ---font-p-30:30px;

    ---color-blue:#1A5EFF;
}
a{
    text-decoration: none;
}

*{
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        list-style: none;
        text-decoration: none;
        transition:all 0.3s ease-in-out;
}
*:before, 
*:after {
    box-sizing: border-box;
}
img{
    max-width: 100%;
    height: auto;
    
}
body{
    background-color:#f0f0f0e1 ;
    font-family: "Instrument Sans", sans-serif;
}

/* ============================================================ */
.nav-item{
    text-transform: capitalize;
    font-weight: 700;
    margin: 0 0.8rem;
    font-size: var(---font-a-18px);
}
.nav-link:hover{
    color: var(---color-blue);
}
#btn{
    text-transform: capitalize;
    display: inset-block;
    
}
@media (max-width:980px) {
    .navbar button#btn{
        display: none;
    }
    
}
#btn:hover{
    background-color: #000;

}

header{
    background-color: rgb(236, 234, 234);
    position: relative;
    z-index: 2;
    height: 110vh;
}
h1{
    font-size: var(----font-h1-64);
    max-width: 850px;

}
#hero-p{
    max-width: 500px;
    font-size: var(---font-a-18px);
}
.image-card img{
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 100%;
    padding: 3px;
    border: 1px solid var(---color-blue);
    background-color: #fff;
}
.image-card img:nth-child(1){
    position:absolute;
    z-index: 1;
}
.image-card img:nth-child(2){
    position: absolute;
   margin-left: 40px;
   z-index: 2;
    
}
.image-card img:nth-child(3){
    position: absolute;
    margin-left: 80px;
    z-index: 3;
}
/* ====================================================== */
.animation-slider{
    height: 300px;
    max-width: 100%;
    background-color:transparent;
    overflow: hidden;
    position: relative;
    margin-top: -2%;
  }
  
  .animation-slider div {
    display: flex;
    gap: 30px;
    width: 240%;
    height: 140px;
    
    position: absolute;
    overflow: hidden;
  
    animation: marquee 15s linear infinite ;
  }
  
  .marque img {
    float: left;
    max-width: 200px;
    height: 80px;
    object-fit: cover; 
    background-color: #05050559;
    border-radius: 50%;
    
  }
  @keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }

  }
  
  
  
  
  /* ----------------------------------------------- */
  #service{
    margin-top: -8%;
  }
  #service h5,
  #workflow h5, 
  #success h5, 
  #testimonial h5,
  #faq h6{
    color: #1A5EFF;
    text-transform: capitalize;
    margin-bottom: 30px;
  }
  #service h2,
  #workflow h2, 
  #success h2, 
  #testimonial h2,
  #faq h2,
  #pricing h2{
    font-size: var(----font-h2-50);
    max-width: 600px;
    margin:  0 auto;
    font-weight: 600;
  }
.service-card-icon {
    font-size: var(---font-p-30);
    

}
.service-row{
    transition: 0.2s;
    border: 1px solid rgb(238, 232, 232);
}
.service-row:hover{
    transform: rotate(-2deg);
}
.service-card h3{
    font-size: var(----font-h3-25);
    font-weight: 600;
    margin-top: 15px;
}
.service-card p{
    margin: 20px 0;
}
.service-card a{
    font-size: var(---font-a-18px);
    font-weight: 500;
    display: inline-block;
    transition: 0.5s;
}
.service-card a:hover{
    margin-top: 1px;
}
.service-card a i{
    background-color: rgb(231, 228, 228);
    padding: 5px;
    margin: 0 5px;
    border-radius: 100%;
    transition: 0.5s;
}
.service-card a i:hover{
    margin-left: 3px;
}
/* ----------------------------------------------------- */
#workflow{
    margin-top: 8%;
}
#workflow p{
    margin-top: 8%;
    font-weight: 500;
    font-size: var(---font-a-18px);
}
#workflow ul{
    padding-left: 0;
    margin-top: 15px;
}
#workflow ul li{
    font-weight: 500;
    font-size: var(---font-a-18px);
}
#workflow ul li i{
    font-size: var(----font-h4-20);
    padding-right: 10px;
}
/* -------------------------------------------------------- */
#success{
    margin-top: 8%;
}
.success-card{
    margin-top: 5%;
    
}

.success-card i{
    font-size: var(---font-p-30);
}

.success-card q{
    font-size: var(---font-a-18px);
    font-weight: 500;
    display: inline-block;
    color: #1d1818b9;
}
.image-round{
   
}
.image-round img{

    height: 60px;
    width: 60px;
    padding: 2px;
    border-radius: 100%;
    object-fit: cover;
    border: 1px solid #000;
}
#success h6{
    font-size: var(----font-h4-20);
}
/* ------------------------------------------------- */
#testimonial{
    margin-top: 8%;
}
.star i{
    color: #1A5EFF;
    font-size: var(----font-h4-20);
}
#faq {
    margin-top: -14%;
}
#faq h6{
    background-color: rgb(253, 243, 243);
    width: 60px;
    margin: 0 auto;
    padding: 5px;
    border-radius: 15px;
    font-weight: 800;
}
.accordion-card{
    max-width: 600px;
    margin: 0 auto;
    padding: 5% 0;
}
.accordion-card .item{
    background-color: #fff;
}
.accordion-button{
    margin: 10px;
    padding: 10px;
    font-size: var(---font-a-18px);
    font-weight: 600;
}
.accordion-header{
    
    padding-right: 20px;
    margin: 10px;
   
}
.accordion-body p{
    font-size: var(---font-p-16);
    font-weight: 500;
}
/* -------------------------------- */
#pricing{
    margin: 3% 0;
}
#pricing h6{
    background-color: rgb(255, 255, 255);
    width: 70px;
    margin: 0 auto;
    padding: 8px;
    border-radius: 15px;
    font-weight: 800;
}
.toggle-content{
    max-width: 180px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 20px;
    gap: 5px;
}
.toggle{
    background-color:#fff;
    border: 1px solid #0000006b;
    width: 100px;
    height: 30px;
    position: relative;
    border-radius: 30px;
    margin-top: -10px;
}
.cercle{
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    margin: 2px 0 0 2px;

    background-color: var(---color-blue);
}
.pricing-container{
    gap: 10px;
}
.card-content{
    display: flex;
    flex-direction: column;
    gap: 10px;
    cursor: pointer;
    background-color: #f0f0f0;
}
.card-content:hover{
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    transform: scale(1.005);
    margin-top: -3px;
}
.card-content span{
    font-size: var(----font-h4-20);
    opacity: 0.7;
}
.card-content h3{
    font-size: var(----font-h2-50);
}
.card ul{
    margin-top: 18px;
    margin-left: -15px;
}
.card ul li{
    font-weight: 500;
    font-size: var(---font-a-18px);

}
.card ul li i{
    font-size: var(----font-h4-20);
    padding-right: 10px;
    color: var(---color-blue);
}
.addson{
    padding: 0 20px;
}
/* =============================================================== */
.foot{
    background-image: url(https://images.unsplash.com/photo-1569470451072-68314f596aec?q=80&w=1631&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background-attachment:scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 95%;
    margin:  10% auto 2%;
    height: 100vh;
    position: relative;
    z-index: 0;
    border-radius: 30px;
}
/* .foot::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:linear-gradient(to bottom, rgba(0, 0, 0, 0.699), rgba(0, 0, 0, 0.795));
    border-radius: 30px;
    z-index: 0;

} */
.foot-content{
    z-index: 4;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 5% 0;
    text-align: center;
    

}
.foot-content h5{
    z-index: 4;
    color: #fff;
    padding: 5px 8px;
    background-color: #918b8ba2;
    max-width: 132px;
    margin: 0 auto;
    text-align: center;
    border-radius: 15px;
    
    
}
.foot-content h2{
    color: #fff;
    margin: 3% 0 0;
    font-size: var(----font-h2-50);
    font-weight: 600;
}
.foot-content p{
    max-width: 600px;
    margin: 15px auto;
    color:#fff;
    opacity: 0.7;
}
.foot-content button{
    display: inline-block;
    margin-top: 3%;
}
.foot-body{
    z-index: 2;
    margin-top: 5%;
}
.social{
    z-index: 2;
    position: relative;
}
.social i{
    z-index: 1;
    color: #fff;
    font-size: var(----font-h4-20);
    margin: 0 5px;
    border: 1px solid #fff;
    padding: 2px 6px;
    border-radius: 100%;
    cursor: pointer;
    display: inline-block;

}
.social i:hover{
    transform: scale(1.1);
}
.foot-logo{
    text-align: center;
    z-index: 2;
    color: #fff;

}
.foot-logo img{
    z-index: 2;
    cursor: pointer;
}
.foot-link{
    display: flex;
    justify-content: space-evenly;
}
.foot-link li a{
    color: #fff;
    font-weight: 700;
    margin:  0 10px;
    text-transform: capitalize;
    font-size: var(---font-a-18px);
}
