
.a {
    text-decoration: none;
    color: black;
}

.about {
    text-align: center;
}

.firstsec {
    padding: 50px 0px;
    background-color: aliceblue;
}

.aboutnumber {
    font-weight: bold;
    font-size: 40px;
}

.aboutoffer {
    font-size: 30px;
    color: blue;
}

.firstdiv2 {
    background-color: #734bc8;
    padding: 50px 0px;
}

.thirdsec {
    padding: 50px 0px;
    background-color: aliceblue;
}


.thirdsec p {
    text-align: center;
    font-size: 15px;
}

.thirdsec1 {
    background-color: aliceblue;
}

.pricing {
    padding: 30px 0px;
}

.imgprice {
    width: 50px;
    height: 30px;
    text-align: center;
}

.sec4 {
    background-color: #734bc8;
    color: white;
    padding: 30px 0px;
}

.circle {
    border: 1px solid black;
    border-radius: 150%;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}

.sec5 {
    padding: 30px 0px;
    background-color: aliceblue;
}


.carousel-container {
    width: 80%;
    /* Ajustez la largeur selon vos besoins */
    margin: 0 auto;
    overflow: hidden;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease;
}

.slide {
    flex: 0 0 auto;
    width: 85%;
    padding: 20px;
    margin: 0px 10px;
    border-radius: 15px;
    background-color: white;

    /* Ajustez la largeur selon vos besoins */
}

.imgcaroussel{
    height: 100px;
    width: 100px;
    border-radius: 100px;
}
.sec6 {
    padding: 50px 0px;
}
.sec7 {
    padding: 50px 0px 0px 0px;
    background-color: #e4e0ef;
}
.picgrup{
    width: 100%;
}
.sec8 {
    padding: 50px 0px;   
}

