.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-right: 70px !important;
}

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

.head-who-are-we::before {
    content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    top: 24px;
    right: 0px;
    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;
}

@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;
    }
}

/* 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;
}
.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(0 29%, 0 100%, 100% 100%);
    /* clip-path: polygon(19% 100%, 100% 11%, 100% 100%); */
    height: 100px;
    width: 95px;
    bottom: 0;
    left: -1px;
    background: #fff;

}
/* .company-founder {
    position: relative;
    color: var(--light);
    overflow: hidden;
}
.company-founder .left img {
    width: 100%;
    height: 1220px;
}
.company-founder .right .bg {
    width: 100%;
    height: 1220px;
    transform: rotatey(180deg);
    aspect-ratio: 1/1;
} */

/* .company-founder-content {
    position: absolute;
    right: 5%;
    top: 15%;
} */
.mySelect {
    background-position: left 0.75rem center;
}


svg {
    font-family: "rosemery";
}

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

@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;
    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;
} */
.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);
}

.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);
}

/* @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 .left img {
        height: 570px;
    }

    .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 .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%;
    }
} */

/* 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;
    }

    .Structure-organisationnelle .members {
        grid-template-columns: auto;
    }
}

/* 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 5s steps(10) infinite  alternate, blink 2s steps(10) infinite ; */
}

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

    100% {
        width: 240px;
    }
}

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

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

.member {
    border-radius: 4px;
}

/* .Structure-organisationnelle .members{
    gap: 10px 10px;
} */
.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 {
    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: 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 input,
.register-form form select {
    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%;
}

.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;

}

/* .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;
} */
@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-right: 10%;
        margin-top: 20%;
    }
    .register-form form {
        position: absolute;
        left: 18%;
        width: 36%;
    }
} */
@media (min-width: 1090px) {
    .register-form .register-content {
        width: 25%;
        margin-right: 20%;
        margin-top: 10%;
    }

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

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

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

#aboutform .change {
    top: 0px;
    left: 0;
    padding: 9px;
    border: none;
    border-radius: 6px 0px 0px 6px !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;
}

