 /* :root {
    --primary-dark: #012035;
    --primary-accent: #FF6404;


    --color-revier: #049c9c;
    --color-common: #039595;
    --color-orange: #FF6404;
    --color-blue: #02B6FE;
    --color-tpical: #8ecdc7;
    --color-gray: #d0d4d5;

    --shadow-box: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    --transition-all: all 0.2s ease-in-out;

} */



li {
    list-style: none;
}

a {
    text-decoration: none;
}

/* .container {
    max-width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
    margin-left: auto;
    margin-right: auto;
} */
.disp_flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.row_flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

@media (max-width:767px) {

    .px {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .title {
        font-size: 1.5rem;
    }
}

/* 
@media (min-width:767px) {
    .container {
        width: 750px;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media (min-width:992px) {
    .container {
        width: 978px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
} */

/*-------------- Home Section Start ------------------*/
.home {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-image: linear-gradient(rgba(1, 32, 53, 0.8), rgba(1, 32, 53, 0.7)), url(../pictures/home-pic.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}


/* .home::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 110vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;

} */

.home-container {
    position: absolute;
    top: 60%;
    left: 0;
    transform: translate(0%, -50%);
    padding: 0 5rem;
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    z-index: 5;
}



.home-container .image {
    flex: 1;
    position: relative;
    line-height: 1.5;

}

.home-container .image img {
    width: 100%;
    max-width: 300px;
    height: 70%;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.home-container .text {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* padding: 0 2.5rem; */
}

.home-container .text p {
    font-size: 1.3rem;
    text-align: left;
    line-height: 1.5;
    color: #f1f1f1;
    padding-bottom: 1rem;
}

/* 
.home-container .text span {
    font-size: 1rem;
    text-align: left;
    line-height: 1.2;
    color: #f1f1f1;
} */

/* .home-container .text .btn {
    display: inline-block;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 1.5rem;
    background-color: var(--primary-accent);
    border-radius: 25px;
   
padding: 8px 25px;
letter-spacing: 1px;
font-size: 1rem;
font-weight: 600;
color: #fff;
cursor: pointer;
transition: var(--transition-all);
}

.home-container .text .btn:hover {
    background-color: var(--primary-dark);

}

*/

/*---- Slider section ----*/

.slider {
    width: 100%;
    /* min-height: calc(100vh - 80px); */
    overflow: hidden;
    /* background-color: #f1f1f1; */

}

.slider .slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: rotateY(90deg);
    transition: opacity, transform 2s ease;
}

.slider .slide.active {
    opacity: 1;
    transform: rotateY(0);
}


.navigation {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.prev-btn,
.next-btn {
    position: absolute;
    z-index: 10;
    font-size: 1.5rem;
    color: var(--color-blue);
    background-color: #f1f1f1;
    padding: 10px;
    cursor: pointer;
}

.prev-btn {
    left: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.next-btn {
    right: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.navigation-visibility {
    z-index: 9;
    display: flex;
    justify-content: center;
}

.navigation-visibility .slide-icon {
    z-index: 9;
    background-color: var(--color-bgslide);
    width: 20px;
    height: 10px;
    transform: translateY(-50px);
    margin: 0 6px;
    border-radius: 2px;
    box-shadow: 0 5px 25px rgb(1 1 1 / 20%);
}

#preload {
    background: #f1f1f1 url(../pictures/orange_circles.gif) no-repeat center center;
    background-size: 10%;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 10000;
    display: block;
}



/*---- Slider section End ----*/
.icon-section {
    gap: 2.5rem;
    /* padding: 5rem 3rem; */
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    margin: 0 auto;
}

.icon-section .box_icon {
    width: 230px;
    height: 230px;
    border-radius: 50%;
    padding: 1rem;
    background-image: linear-gradient(#555c66, #6b89b7);
    box-shadow: var(--shadow-box);
    display: flex;
    align-items: center;
    flex-direction: column;
}

.icon-section img {
    width: 50px;
    height: 50px;
    margin: 1rem auto;
}

.box_icon .content_icon p {
    text-align: center;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 600;
    padding-bottom: 1rem;
}

@media (max-width:767px) {
    .home-container {
        padding: 0 2.5rem;
        /* left: auto; */
    }

    .home-container .text {
        width: 100%;
        /* padding: 0 2.5rem; */
    }

    .home-container .image {
        display: none;
    }

    .home-container .text p {
        text-align: center;
        font-size: 1.1rem;
        font-weight: 400;
        /* font-family: 'Rubik', sans-serif; */
    }

    .box_icon {
        width: 280px;
        height: 280px;
    }

    .icon-section {
        flex-direction: column;
        top: 150%;
    }
}

/*-------------- about Section Start ------------------*/
.about,
.objectif {
    position: relative;
    width: 100%;
}

.about {
    padding-top: 18rem;
}

.about-section,
.objectif-section {
    width: 100%;
    padding-top: 1.5rem;
    gap: 3rem;
    /* background-image: url(../pictures/bg-home-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
}

.about-section .about-txt,
.objectif-txt {
    flex: 1;
}

.about-section .about-txt p,
.objectif-txt p {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.8;
    color: #333;
}

.about-section .about-txt span {
    font-weight: 800;
    color: var(--primary-accent);

}


.about-section img,
.objectif-section img {
    max-width: 100%;
    width: 350px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

@media (max-width:922px) {
    .about-section {
        flex-direction: column;
    }

    .objectif-section {
        flex-direction: column-reverse;
    }
}

@media (max-width:767px) {
    .about {
        /* padding-top: 50rem; */
        margin-top: 30rem;
    }

    .about-section .about-txt p,
    .objectif-txt p {
        font-size: 1rem;
        line-height: 1.8;
        text-align: justify;
    }
}

/*-------------- About Section End ------------------*/
/*-------------- Services Section Start ------------------*/
.services {
    width: 100%;
    margin: 0;
}

.content-serv {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 3rem;
    align-items: center;
    padding-top: 4.5rem;
    margin: 0 auto;
}

.card_serv {
    text-align: center;
    height: auto;
    /* padding: 2rem; */
    padding: 2.5rem;
    margin: 0 auto;
    /* border: 2px solid var(--color-common); */
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
    box-shadow: var(--shadow-box);
    background-color: transparent;
    background-image: linear-gradient(50deg, #555c66 0%, #6b89b7 100%);
    /* background-image: linear-gradient(90deg, #357CBD 50%, #6CAECA 100%); #555c66, #6b89b7*/
}

.card_serv .icon-img {
    max-width: 100%;
    width: 45px;
    margin-bottom: 2rem;
}

.card_serv h3 {
    font-size: 1.3rem;
    color: #f1f1f1;
    line-height: 1.6;
    font-weight: 700;
    padding-bottom: 1.5rem;
    margin: 0 auto;
}

.card_serv p {
    color: rgba(251, 247, 247, 0.853);
    font-family: "Cairo", Sans-serif;
    font-size: 1.1rem;
    line-height: 1.6;
    /* padding-bottom: 1.5rem;
    line-height: 1.6rem;*/
    text-align: justify;
}

@media (max-width:500px) {
    .content-serv {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 2rem;
    }
}

@media (min-width:1155px) {
    .card_serv {
        height: 450px;
    }
}

/*-------------- Services Section End ------------------*/
/*-------------- Advantage Section Start ------------------*/
.advantage-content {
    position: relative;
    width: 100%;
    min-height: 60vh;
    display: flex;
    /* justify-content: space-between; */
    /* align-items: center; */
    background-color: #012035;
    color: #f1f1f1;
    /* background-image: linear-gradient(90deg, #07AC7E 0%, #6CAECA 50%); */
    margin-top: 5rem;
    margin-bottom: 4rem;
}

.advantage-img {
    position: relative;
}

.advantage-img img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.advantage-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 2;

}

.advantage-content .advantage-txt,
.advantage-img {
    flex: 1;
}

.advantage-content .advantage-txt p {
    font-size: 1.1rem;
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.advantage-content .advantage-txt span {
    color: var(--primary-accent);
    font-weight: 800;
}

@media (max-width:822px) {
    .advantage-content {
        flex-direction: column;
    }

    .advantage-text {
        flex-basis: 60%;
    }

    .advantage-txt p {
        text-align: justify;
    }
}

/*-------------- Advantage Section End ------------------*/
/*-------------- Faq Section Start ------------------*/

.faq {
    width: 100%;
    padding-bottom: 4.5rem;
}


.text-left {
    text-align: left;
    padding: 10px 15px;
    font-weight: 300;
}

.accordion {
    max-width: 100%;
    margin: 2.5rem auto 0;
}

.accordion .contentBx {
    position: relative;
    margin: 0 auto;
}


.accordion .contentBx .label {
    width: 100%;
    position: relative;
    padding: 0.75rem 1.2rem 0.75rem 0.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border: 0.5px solid #cccedb;
    color: #333;
    margin-bottom: 0.5rem;
    border-radius: 10px;
    cursor: pointer;
    transition: all .3s linear;
}

.label p {
    font-size: 1rem;
    font-weight: 600;

}

.accordion .contentBx .label i {
    font-size: 20px;
    margin-right: 15px;
    cursor: pointer;
    transition: rotate .5s linear;
}

.accordion .contentBx.active .label {
    background-color: #FF6404;
    color: #ffffff;
}

.accordion .contentBx.active .label i {
    transform: rotate(180deg);
}

.accordion .contentBx .content {
    position: relative;
    background: #fff;
    height: 0;
    overflow: hidden;
    overflow-y: hidden;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.accordion .contentBx .content span {
    color: #3A8EDE;
    text-decoration: underline;
    font-weight: 700;
    cursor: pointer;
}

.accordion .contentBx.active .content {
    height: auto;
    padding: 15px;
    opacity: 1;
    margin-bottom: 0.5rem;
}

@media screen and (max-width:700px) {
    .accordion .contentBx .label i {
        font-size: 18px;
    }

    s .label p {
        font-size: 14px;
    }
}

/*-------------- Faq Section End ------------------*/
/*-------------- Profile-comp Section Start ------------------*/
.profile-comp {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.profile-comp p {
    font-size: 1.1rem;
    text-align: center;
}

.profile-comp img {
    max-width: 100%;
    width: 300px;
    margin: 2rem auto;
    cursor: pointer;
}

.btn-profile {
    display: block;
    margin: 25px auto;
    width: -moz-fit-content;
    width: fit-content;
    color: #f1f1f1;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    background-color: var(--primary-accent);
    border: none;
    border-radius: 50px;
    white-space: nowrap;
    padding: 0 30px;
    line-height: 48px;
    cursor: pointer;
    box-shadow: var(--shadow-box);
    transition: var(--main-transition);
}

.btn-profile:hover {
    background-color: var(--primary-dark);
}

.btn-profile i {
    margin-left: 5px;
}


/*-------------- Profile-comp Section End ------------------*