/* .about-us {
    background-image: url(../../../images/background.webp);
    background-size: cover;
    margin-top: 50px;
} */

/* Sec one */
/* .head-who-are-we {
    color: var(--primary);
    font-weight: bold;
    display: flex;
    justify-content: start;
    flex-direction: row-reverse;
    margin-left: 70px !important;
}

.head-who-are-we::after {
    content: "";
    position: absolute;
    height: 5px;
    width: 50px;
    top: 25px;
    left: 10px;
    background-color: var(--primary2);
}

.head-who-are-we::before {
    content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    top: 20px;
    left: 50px;
    background-color: var(--primary2);
    border-radius: 50%;
}

.title-line {
    height: 20px;
    width: 50px;
}

.sub-title {
    color: var(--primary);
}

.sub-title-desc {
    color: var(--black);
    text-align: justify;
}

.about-img-1 img {
    transform: rotate(180deg);
}

.about-img-2 img {
    transform: rotateY(180deg);
}ss

@media (min-width: 280px) and (max-width: 767px) {
    .about-us {
        padding: 0 !important;
    }

    .head-who-are-we {
        font-size: 20px;
        margin-top: 20px;
    }

    .head-who-are-we::after {
        top: 13px;
    }

    .head-who-are-we::before {
        top: 8px;
    }

    .sub-title {
        margin-top: 10px !important;
    }
}
 */

.about-us {
    background-image: url(../../../images/background.webp);
    background-size: cover;
    margin-top: 50px;
}

/* Sec one */
.head-who-are-we {
    color: var(--primary);
    font-weight: bold;
    display: flex;
    justify-content: start;
    flex-direction: row-reverse;
    margin-left: 70px !important;
}

.head-who-are-we::after {
    content: "";
    position: absolute;
    height: 5px;
    width: 50px;
    top: 25px;
    left: 10px;
    background-color: var(--primary2);
}

.head-who-are-we::before {
    content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    top: 20px;
    left: 50px;
    background-color: var(--primary2);
    border-radius: 50%;
}

.title-line {
    height: 20px;
    width: 50px;
}

.sub-title {
    color: var(--primary);
}

.sub-title-desc {
    color: var(--black);
    text-align: justify;
}

.about-img-1 img {
    transform: rotate(180deg);
}

.about-img-2 img {
    transform: rotateY(180deg);
}

@media (min-width: 280px) and (max-width: 900px) {
    .about-us {
        padding: 0 !important;
    }

    .head-who-are-we {
        font-size: 20px;
        margin-top: 20px;
    }

    .head-who-are-we::after {
        top: 13px;
    }

    .head-who-are-we::before {
        top: 8px;
    }

    .sub-title {
        margin-top: 10px !important;
    }
}

/* Sec Two */
.sec2-icon {
    clip-path: polygon(0 0%, 100% 0%, 56% 100%);
    background: #fff;
    width: 100%;
    height: 166px;
    display: flex;

    justify-content: center;
}
.sec2-icon img {
    width: 138px;
    height: 120px;
    object-fit: contain;
}
.company-founder-content {
    background-color: #c8a468;
    color: #fff;
    position: relative;
}
.company-founder .icons {
    cursor: pointer;
    position: absolute;
    left: 25%;
    bottom: 5%;
}
.company-founder .icons i {
    font-size: 20px;
    box-shadow: 0px 4px 4px 0px #00000040;
    background-color: #fff;
    color: var(--primary2);
    margin-right: 10px;
    border-radius: 4px;
} 
.triangle{
    position: absolute;
    clip-path: polygon(19% 100%, 100% 11%, 100% 100%);
    height: 100px;
    width: 95px;
    bottom: 0;
    right: -1px;
    background: #fff;

}
/* .company-founder {
    position: relative;

    color: var(--light);
    overflow: hidden;
}
@media (min-width: 280px) and (max-width: 500px) {

    .company-founder .right .bg {
        height: 1770px !important;
    }
}
@media (min-width: 500px) and (max-width: 900px) {

    .company-founder .right .bg {
        height: 1000px !important;
    }
}
@media (min-width: 280px) and (max-width: 900px) {
    .company-founder {
        flex-direction: column-reverse !important;
        justify-content: center !important;
    }
    .company-founder .right .bg {
        height: 500px !important;
    }
 

    .sec2-icon img {
        width: 150px;
    }
    .company-founder-content {
        right: 5%;
        top: 15%;
    }
    .company-founder-content h2 {
        font-size: 18px;
    }
    .company-founder-content h3 {
        font-size: 17px;
    }
    .company-founder-content p {
        font-size: 16px;
        -webkit-line-clamp: 8;
        display: -webkit-box;
        overflow-y: clip;
        -webkit-box-orient: vertical;
    }
    .company-founder .icons {
        left: 50%;
        bottom: 5%;
        transform: translateX(-60%);
    }
    .company-founder .icons i {
        font-size: 8px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .sec2-icon {
        right: 30%;
        top: 0%;
    }
    .sec2-icon img {
        width: 150px;
    }
    .company-founder .icons {
        bottom: 15%;
        left: 17%;
    }
}



.company-founder .left img {
    width: 100%;
    height: 1220px;
    transform: rotatey(180deg);
}

.company-founder .right .bg {
    width: 100%;
    height: 1220px;
    overflow: hidden;
}

.sec2-icon {
    position: absolute;
    right: 40%;
    top: 0%;
}

.sec2-icon img {
    width: 200px;
}

.company-founder-content {
    text-align: left !important;
    position: absolute;
    right: 5%;
    top: 15%;
    overflow: hidden;
} */

/* 
.company-founder-content p {
    -webkit-line-clamp: 23;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
} */

svg {
    font-family: "rosemery";
    width: 100%;
    height: 100px;
}

svg text {
    animation: stroke 5s alternate;
    fill: var(--primary);
    stroke-width: 1;
    stroke: var(--light);
    font-size: 22px;
    transform: translateX(3%);
}

@keyframes stroke {
    0% {
        fill: rgba(72, 138, 204, 0);
        stroke: var(--light);
        stroke-dashoffset: 25%;
        stroke-dasharray: 0 50%;
        stroke-width: 1;
    }

    70% {
        fill: rgba(72, 138, 204, 0);
        stroke: var(--light);
    }

    80% {
        fill: rgba(72, 138, 204, 0);
        stroke: var(--light);
        stroke-width: 1;
    }

    100% {
        fill: #fff;
        stroke: rgba(54, 95, 160, 0);
        stroke-dashoffset: -25%;
        stroke-dasharray: 50% 0;
        stroke-width: 0;
    }
}

.line {
    margin-top: 30px;
    width: 120px;
    height: 2px;
    background-color: var(--light);
}

/* .company-founder .icons {
    cursor: pointer;
    position: absolute;
    right: 16%;
    bottom: 8%;
}

.company-founder .icons i {
    font-size: 20px;
    box-shadow: 0px 4px 4px 0px #00000040;
    background-color: #fff;
    color: var(--primary2);
    margin-right: 10px;
    border-radius: 4px;
} */

.shapes {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.shapes span:first-child {
    display: inline-block;
    height: 2px;
    width: 250px;
    background-color: var(--primary2);
    margin-right: 10px;
}

.shapes span:nth-child(2) {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: var(--primary2);
}

.shapes span:nth-child(3) {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: #2e394b;
}

.shapes span:nth-child(4) {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: var(--primary2);
}

.shapes span:nth-child(5) {
    display: inline-block;
    height: 2px;
    width: 250px;
    background-color: var(--primary2);
    margin-left: 10px;
}

/* @media (min-width: 280px) and (max-width: 767px) {
    .company-founder {
        flex-direction: column-reverse !important;
        justify-content: center !important;
    }



    .company-founder .left img {
        height: 400px;
    }

    .sec2-icon img {
        width: 90px;
    }

    .company-founder-content {
        right: 5%;
        top: 15%;
    }

    .company-founder-content h2 {
        font-size: 18px;
    }



    .company-founder-content p {
        font-size: 16px;
    }

    .company-founder .icons {
        left: 50%;
        bottom: 5%;
        transform: translateX(-30%);
    }

    .company-founder .icons i {
        font-size: 8px;
    }
} */

/* @media (min-width: 768px) and (max-width: 1023px) {
    .sec2-icon {
        right: 43%;
        top: 3%;
    }

    .sec2-icon img {
        width: 150px;
    }

    .company-founder .icons {
        right: 50px;
        bottom: 17%;
    }
} */

/* Sec Three */
.mask-group span {
    font-size: 17px;
    font-weight: 400;
    line-height: 18px;
}

.mask-group i {
    font-size: 60px;
    color: var(--primary);
}

@media (min-width: 280px) and (max-width: 767px) {
    .mask-group p {
        font-size: 18px !important;
        font-weight: 500 !important;
    }
}

/* Sec Four */
.Structure-organisationnelle .Structure-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Structure-organisationnelle .Structure-title span {
    /* -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical; */
    /* overflow: hidden;
    border-right: 3px solid;
    width: 0px;
    animation: typewriter 2s steps(10) infinite  alternate,
        blink 0.5s steps(10) infinite ; */
}

@keyframes typewriter {
    0% {
        width: 0px;
    }

    100% {
        width: 240px;
    }
}

@keyframes blink {
    0% {
        border-right-color: #2e394be8;
    }

    100% {
        border-right-color: transparent;
    }
}

.Structure-organisationnelle .members {
    gap: 10px 10px;
}

.member {
    border-radius: 4px;
}

.member .member-img {
    height: 400px;
    border: 2px solid var(--primary2);
    border-radius: 4px;
}

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

.member .member-info {
    background-color: var(--primary2);
    text-align: center;
    border-radius: 0 0 4px 4px;
}

.member .member-info h4 {
    padding: 0 4px;
    color: var(--light);
    padding-top: 10px;
    font-weight: bold;
    line-height: 37px;
    /* -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical; */
}

.member .member-info p {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    /* -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical; */
}

.member .member-info .icons i {
    font-size: 25px;
    cursor: pointer;
    color: var(--light);
}

@media (min-width: 280px) and (max-width: 767px) {
    .Structure-organisationnelle .members {
        grid-template-columns: auto;
    }
}

@media (min-width: 768px) {
    .Structure-organisationnelle .members {
        grid-template-columns: auto auto;
    }
}

@media (min-width: 1024px) {
    .Structure-organisationnelle .members {
        grid-template-columns: auto auto auto;
    }
}

/* Start Sec five */
.register-form {
    width: 65%;
    height: 500px;
    background-color: var(--primary2);
}

@media (max-width: 1090px) {
    .register-form {
        height: auto;
    }
}

.register-form .register-content span {
    color: #2e394b;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
}

.register-form .register-content h3 {
    color: #2e394b;
    font-weight: 700;
    line-height: 29px;
}

.register-form form {
    padding: 20px 10px;
    height: 80%;
    margin-top: 40px;
    border-radius: 10px;
    background: url(../../../images/Rectangle-26.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* background: linear-gradient(
        144.58deg,
        #2e394b -0.69%,
        rgba(46, 57, 75, 0) 101.09%
    ); */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.register-form form::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: hsl(0deg 0% 0% / 70%);
    /* background: rgb(46 57 75 / 76%); */
    top: 0;
    left: 0;
}

.register-form form select,
.register-form form input {
    width: 90%;
    padding: 10px 5px;
    background-color: #ffffff;
    border: none;
    border-radius: 10px;
    z-index: 2;

}

.register-form form input[type="submit"] {
    width: 30%;
    padding: 5px 1px;
    background-color: var(--secondary);
    color: #fff;
}

.form .icons .icon i.fa-brands {
    /* font-size: 20px; */
    font-weight: bold;
    border-radius: 50%;
}

/* .form .icons .icon i.fa-facebook-f {
    color: #fff;
    background-color: #4267b2 !important;
}

.form .icons .icon i.fa-twitter {
    color: #fff;
    background-color: #00acee !important;
}

.form .icons .icon i.fa-instagram {
    color: #fff;
    background: radial-gradient(circle at 30% 107%,
            #fdf497 0%,
            #fdf497 5%,
            #fd5949 45%,
            #d6249f 60%,
            #285aeb 90%);
}

.form .icons .icon i.fa-linkedin-in {
    color: #fff;
    background-color: #0072b1 !important;
} */

.icon-package i{
    color: #fff;

}
.icon-package{
width: 30px;
height: 30px;
border-radius: 50%;
display: flex;

justify-content: center;
align-items: center;
}
.icon-package.facebook{
background-color: #4267b2 !important;

}
.icon-package.twitter{
background-color: #00acee  !important;

}
.icon-package.instagram{
background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
); 
}
.icon-package.linkedin{
background-color: #0072b1 !important;

}
@media (min-width: 280px) and (max-width: 1100px) {
    .register-form {
        margin: 0 !important;
        width: 100%;
        display: flex !important;
        /* flex-direction: column; */
        align-items: center;
        justify-content: center;
    }

    .register-content {
        width: 90%;
        margin: 0 auto;
    }

    .register-form form {
        margin-top: 0;
    }

    .register-form .register-content span {
        font-size: 11px;
    }

    .register-form .register-content h3 {
        font-size: 18px;
    }

    .register-form form {
        width: 90%;
        margin-bottom: 20px;
        position: relative;
    }

    .register-form form input {
        padding: 5px;
        margin-bottom: 8px;
    }
}

/* @media (min-width: 768px) {
    .register-form .register-content {
        width: 60%;
        margin-left: 30px;
        margin-top: 20%;
    }

    .register-form form {
        position: absolute;
        left: 45%;
        width: 36%;
    }
} */

@media (min-width: 1100px) {
    .register-form .register-content {
        width: 40%;
        margin-left: 10%;
        margin-top: 15%;
    }

    .register-form form {
        position: absolute;
        left: 50%;
        width: 30%;
    }
}

@media (min-width: 1441px) {
    .register-form .register-content {
        width: 25%;
        margin-left: 15%;
        margin-top: 10%;
    }

    .register-form form {
        position: absolute;
        left: 55%;
        width: 20%;
    }
}

#aboutform .change {
    top: 0px;
    right: 0;
    padding: 9px;
    border: none;
    border-radius: 0px 6px 6px 0px !important;
    resize: none;
    color: #fff;
    background-color: #2e394b !important;
    /* margin: 10px; */
}

@media (max-width: 567px) {

    .about-img-2,
    .blackPoints,
    .about-img-1 {
        display: none;
    }

    .team-lap {
        display: none !important;
    }

    .team-mobile {
        display: block !important;
    }
}

.btn-Started :hover,
.btn-Started {
    border: 1px solid var(--primary2);
    background-color: var(--primary2);
    color: #ffffff;
}
