.home .helpingSec {
    background-image: url("../../../images/home22.webp");
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.home .helpingSec::before {
    content: "";
    position: absolute;
    background-image: url(../../../images/slider.webp);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}

.home .helpingSec .row .cityS > div h1 {
    color: var(--primary);
    position: relative;
}

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

svg text {
    animation: stroke 5s alternate;
    fill: var(--primary);
    stroke-width: 2;
    stroke: var(--primary2);
    font-size: 45px;
    fill: var(--primary);
}

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

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

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

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

.home .helpingSec .row .cityS > div h1 span {
    color: var(--secondary);
}

.home .helpingSec .row .cityS > div h1::before {
    content: "";
    position: absolute;
    bottom: -25%;
    right: 0;
    width: 70px;
    height: 5px;
    background-color: var(--primary);
}

.home .helpingSec .row .cityS > div p {
    line-height: 1.7;
    text-align: justify;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    font-size: 18px;
}

.home .helpingSec .row .cityS > div a {
    color: #ffffff;
    background-color: var(--primary2);
    border-color: var(--primary2);
    transition: 0.7s;
}

.home .helpingSec .row .cityS > div a:hover {
    background-color: #ffffff;
    color: var(--primary2);
    border-color: #ffffff;
}

.ourSpread {
    position: relative;
    transform: translateY(-100px);
}

.ourSpread .country {
    position: relative;
    border: 1px solid #eee;
    box-shadow: 0px 0px 2px 2px #eee;
    text-align: center;

    background-color: #ffffff;
}

.ourSpread .country img {
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%, 60%);
}

.ourSpread .country > div h2 {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
}

.ourSpread .country > div p {
    line-height: 1.7;
}

.ourSpread .country a {
    border: 1px solid var(--primary2);
    background-color: var(--primary2);
    color: #ffffff;
}

.ourSpread .country > div p {
    line-height: 1.7;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
}

@media (min-width: 320px) and (max-width: 767px) {
    .home .helpingSec {
        background-image: url(../../../images/home2.webp);
        background-position: left;
        background-repeat: no-repeat;
        background-size: 100% 250px;
        background: transparent;
    }

    .home .helpingSec .row .cityS > div h1 {
        font-size: 20px;
    }

    .cityS {
        margin: 0 !important;
        padding-top: 0 !important;
    }

    .ourSpread {
        height: auto;
        transform: translateY(-30px);
    }

    .ourSpread .country {
        margin: auto;
    }

    .ourSpread .country a {
        border: 1px solid var(--primary2);
        background-color: var(--primary2);
        color: #ffffff;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .home .helpingSec {
        background-image: url(../../../images/home1.webp);
        background: transparent;
    }

    .home .helpingSec .row .cityS > div p {
        margin-bottom: 0 !important;
    }

    .ourSpread {
        transform: translateY(-30px);
    }

    .ourSpread .country {
        padding: 5px !important;
        padding-top: 50px !important;
    }
}

/* @media (min-width: 821px) and (max-width: 912px) {
    .home .helpingSec {
        background-image: url(../../../images/homeFsImg2Ar.png);
        background-position: right;
        background-repeat: no-repeat;
        background-size: 260% 108%;
        height: 70vh;
    }

    .ourSpread {
        height: auto;
    }

    .ourSpread .country {
        width: 31%;
        padding: 5px !important;
        padding-top: 50px !important;
    }




} */

@media (min-width: 1023px) and (max-width: 1024px) {
    .home .helpingSec {
        height: 65vh;
    }

    .cityS {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .ourSpread {
        /* // position: relative; */
        height: 35vh;
    }
}

@media (min-width: 1279px) and (max-width: 1280px) {
    .home .helpingSec {
        height: 100vh;
    }

    .ourSpread {
        height: 30vh;
    }
}

@media (min-width: 1440px) {
    .ourSpread {
        position: relative;
    }
}

/* //Start Why Us Section */

.whyUs.bg-whyUs {
    background-image: url(../../../images/bg-img.webp);
    background-position: center;
    background-repeat: no-repeat;
}

.whyUs .img-whyUs img {
    width: 60px;
    height: 60px;
    aspect-ratio: 1/1;
}

.whyUs .whyCS .head h2 {
    font-size: 30px;
    /* text-shadow: 0px 2px 2px #2E394BE8; */
}

.whyUs .whyCS .head h2 span {
    font-size: 40px;
    color: var(--primary2);
}

@media (max-width: 767px) {
    .whyUs .whyCS {
        background-size: cover;
    }

    .whyUs .whyCS .bc {
        flex-direction: column-reverse;
    }

    .whyUs {
        margin-top: 10px;
    }

    .whyUs .whyCS .pr {
        padding-top: 5px !important;
        padding-right: 10px !important;
        padding-left: 5px !important;
        margin-top: 5px !important;
    }

    .whyUs .whyCS .pg {
        padding-bottom: 5px !important;
        margin-bottom: 5px !important;
        padding-right: 10px !important;
    }
}

@media (min-width: 767px) {
    .whyUs {
        background-size: 100% 100%;
    }
}

@media (min-width: 768px) and (max-width: 912px) {
    .whyUs .whyCS {
        background-size: cover;
    }

    .whyUs .whyCS .bc {
        flex-direction: row;
        display: flex;
        align-items: center;
    }

    .whyUs {
        margin-top: 10px;
    }

    .whyUs .whyCS .pr {
        padding-top: 5px !important;
        padding-right: 10px !important;
        padding-left: 5px !important;
        margin-top: 5px !important;
    }

    .whyUs .whyCS .pg {
        padding-bottom: 5px !important;
        margin-bottom: 5px !important;
        padding-right: 10px !important;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .whyUs .whyCS .vs h3 {
        font-size: 24px;
    }

    .whyUs .whyCS .vs p {
        font-size: 15px;
    }
}

/* //End Why Us Section */

/* // start our service */

section.ourService {
    position: relative;
}

section.ourService .img-absolute {
    position: absolute;
    bottom: 0;
    left: 0;
    object-fit: contain;
}

.ourService .ourServiceRS h2 {
    color: var(--primary2);
    position: relative;
    width: fit-content;
}

.ourService .ourServiceRS h2::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 2px;
    background: var(--primary2);
    bottom: -3px;
}

.ourService .ourServiceRS p {
    line-height: 1.4;
}

.ourService .ourServiceRS .rs-button {
    background-color: var(--secondary);
    color: #ffffff;
    transition: 0.7s;
}

.ourService .ourServiceRS .rs-button:hover {
    background-color: #ffffff;
    color: var(--secondary);
    border-color: var(--secondary);
}

.ourService .ourServiceRS .rs-button i {
    background-color: var(--primary2);
    color: var(--secondary);
    border: 1px solid var(--primary2);
    border-radius: 50%;
    transition: 0.7s;
}

.ourService .ourServiceRS .rs-button:hover i {
    background-color: var(--secondary);
    color: var(--primary2);
    border: 1px solid var(--secondary);
}

.ourServiceLS .blue-black {
    background-color: var(--secondary);
}

.ourServiceLS .gray {
    background-color: var(--forth);
}

.ourServiceLS .gray h3,
.ourServiceLS .gray h3,
.ourServiceLS .gray h3 {
    color: var(--secondary);
}

.ourServiceLS .blue-black a {
    transition: 0.7s;
}

.ourServiceLS .gray a {
    background-color: var(--secondary);
    color: #ffffff;
    transition: 0.7s;
}

.ourServiceLS .blue-black a:hover {
    background-color: #ffffff;
    border-color: var(--secondary);
    color: var(--secondary);
}

.ourServiceLS .gray a:hover {
    background-color: #ffffff;
    border-color: var(--secondary);
    color: var(--secondary);
}

@media (max-width: 767px) {
    .ourService {
        margin-top: 20px !important;
        padding-top: 20px !important;
    }

    .ourService .ourServiceRS {
        margin-top: 5px !important;
        margin-bottom: 25px !important;
        padding-top: 5px !important;
    }

    .ourService .ourServiceLS > div {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
}

@media (min-width: 768px) and (max-width: 912px) {
    .ourService {
        margin-top: 20px !important;
        padding-top: 20px !important;
    }

    .ourService .ourServiceRS {
        margin-top: 5px !important;
        margin-bottom: 25px !important;
        padding-top: 5px !important;
    }

    .ourService .ourServiceLS > div {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
}

/* // end our service */

/* //Start Why Us Section */

.whyUs .whyCS .head h2 span {
    font-size: 40px;
    color: var(--primary2);
}

@media (max-width: 767px) {
    .whyUs .whyCS {
        background-size: cover;
    }

    .whyUs .whyCS .bc {
        flex-direction: column-reverse;
    }

    .whyUs {
        margin-top: 10px;
        background-size: cover;
    }

    .whyUs .whyCS .pr {
        padding-top: 5px !important;
        padding-right: 10px !important;
        padding-left: 5px !important;
        margin-top: 5px !important;
    }

    .whyUs .whyCS .pg {
        padding-bottom: 5px !important;
        margin-bottom: 5px !important;
        padding-right: 10px !important;
    }
}

@media (min-width: 768px) and (max-width: 912px) {
    .whyUs .whyCS {
        background-size: cover;
    }

    .whyUs .whyCS .bc {
        flex-direction: column-reverse;
    }

    .whyUs .whyCS .pr {
        padding-top: 5px !important;
        padding-right: 10px !important;
        padding-left: 5px !important;
        margin-top: 5px !important;
    }

    .whyUs .whyCS .pg {
        padding-bottom: 5px !important;
        margin-bottom: 5px !important;
        padding-right: 10px !important;
    }
}

/* //End Why Us Section */

/* // start our service */

/* // .ourService{ */
/* //     background-image: url(../../../images/ourService.png); */
/* //     background-position: center; */
/* //     background-repeat: no-repeat; */
/* //     background-size: 100% 100%; */
/* //     height: 100vh; */
/* // } */

.ourService {
    position: relative;
    /* // height: 100vh; */
}

.ourService .ourServiceImg {
    position: absolute;
    height: 100%;
    width: 100%;
    border: 0px;
    left: 0px;
    /* // display: none; */
}

.ourService .ourServiceRS h2 {
    color: var(--primary2);
    position: relative;
    width: fit-content;
    /* text-shadow: 0px 2px 2px #2E394BE8; */
}

.ourService .ourServiceRS h2::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 2px;
    background: var(--primary2);
    bottom: -3px;
}

.ourService .ourServiceRS p {
    line-height: 1.4;
}

.ourService .ourServiceRS .rs-button {
    background-color: var(--secondary);
    color: #ffffff;
    transition: 0.7s;
}

.ourService .ourServiceRS .rs-button:hover {
    background-color: #ffffff;
    color: var(--secondary);
    border-color: var(--secondary);
}

.ourService .ourServiceRS .rs-button i {
    background-color: var(--primary2);
    color: var(--secondary);
    border: 1px solid var(--primary2);
    border-radius: 50%;
    transition: 0.7s;
}

.ourService .ourServiceRS .rs-button:hover i {
    background-color: var(--secondary);
    color: var(--primary2);
    border: 1px solid var(--secondary);
}

.ourServiceLS .blue-black {
    background-color: var(--secondary);
}

.ourServiceLS .gray {
    background-color: var(--forth);
}

.ourServiceLS .gray h3,
.ourServiceLS .gray h3,
.ourServiceLS .gray h3 {
    color: var(--secondary);
}

.ourServiceLS .blue-black a {
    transition: 0.7s;
}

.ourServiceLS .gray a {
    background-color: var(--secondary);
    color: #ffffff;
    transition: 0.7s;
}

.ourServiceLS .blue-black a:hover {
    background-color: #ffffff;
    border-color: var(--secondary);
    color: var(--secondary);
}

.ourServiceLS .gray a:hover {
    background-color: #ffffff;
    border-color: var(--secondary);
    color: var(--secondary);
}

@media (max-width: 767px) {
    .ourService {
        margin-top: 20px !important;
        padding-top: 20px !important;
    }

    .ourService .ourServiceRS {
        margin-top: 5px !important;
        margin-bottom: 25px !important;
        padding-top: 5px !important;
    }

    .ourService .ourServiceLS > div {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
}

@media (min-width: 768px) and (max-width: 912px) {
    .ourService {
        margin-top: 20px !important;
        padding-top: 20px !important;
    }

    .ourService .ourServiceRS {
        margin-top: 5px !important;
        margin-bottom: 25px !important;
        padding-top: 5px !important;
    }

    .ourService .ourServiceLS > div {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
}

/* // end our service */

/* // Start Contact Us */

.contactUs .form {
    position: relative;
    background: url(../../../images/Rectangle-26.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* filter: brightness(0.8) contrast(104%); */
}

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

.contactUs form {
    z-index: 10;
    position: relative;
}

.contactUs input,
.contactUs select {
    /* background-color: var(--forth); */
    background-color: #fff;
    color: var(--fifth);
}

.mySelect {
    background-repeat: no-repeat;
    background-position: left 0.75rem center;
    background-size: 20px 16px;
}

.submiit {
    background-color: var(--secondary);
    color: #ffffff;
    border-radius: 10px;
    width: 30%;
    padding: 5px 1px;
    border: none;
}

.contactUs .desc h2 {
    color: var(--primary2);
    /* text-shadow: 0px 2px 2px #2E394BE8; */
    /* -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;
    }
}

.contactUs .desc h3 {
    color: var(--secondary);
}

.contactUs .desc p {
    color: var(--secondary);
}

.contactUs .desc .icon i {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    width: 30px;
    height: 30px;
}

footer .icon i {
    border-radius: 50%;
    /* width: 30px;
    height: 30px; */
}

.contactUs .desc .icon .facebook,
footer .icon .facebook {
    color: #ffffff;
    background-color: #1877f2;
}

.contactUs .desc .icon .twitter,
footer .icon .twitter {
    color: #ffffff;
    background-color: #1da1f2;
}

.contactUs .desc .icon .instagram,
footer .icon .instagram {
    color: #ffffff;
    background: linear-gradient(
        45deg,
        #833ab4,
        #c13584,
        #e1306c,
        #fd1d1d,
        #f56040,
        #f77737,
        #fcaf45
    );
}

@media (max-width: 767px) {
    .contactUs .form {
        margin-top: 10px;
    }
}

.contactUs .desc .icon .linkedin,
footer .icon .linkedin {
    color: #ffffff;
    background-color: #0a66c2;
}

@media (max-width: 767px) {
    .desc .descu {
        gap: 10px;
    }
}

@media (max-width: 1024px) {
    .isoSec {
        background-size: 0% 0% !important;
    }
}

/* // End Contact Us */

/* // Start iso section */
.isoSec {
    background-image: url(../../../images/logo-section-ar.webp);
    background-repeat: no-repeat;
    background-position: left;
    background-size: auto;
}

.isoSec .isoSecLs .isoImg img {
    transform: scaleX(-1);
    /* //    width: 90%; */
}

.isoSec .isoSecLs .isoCert {
    bottom: 109px;
    left: -11px;
}

.isoSec .isoSecLs .logoCS {
    width: 400px;
    height: 400px;
    top: 230px;
    left: 306px;
}

.isoSec .isoSecLs .logoCS .Points {
    width: 100px;
    height: 100px;
}

.isoSec .isoSecLs .logoCS img {
    width: 100%;
}

.isoSec .isoSecRs h2 {
    color: var(--primary2);
    position: relative;
    width: fit-content;
    /* text-shadow: 0px 2px 2px #2E394BE8; */
}

.isoSec .isoSecRs h2::before {
    content: "";
    position: absolute;
    width: 25%;
    height: 2px;
    background-color: var(--primary2);
    bottom: -7px;
}

.isoSec .isoSecRs h3 {
    color: var(--secondary);
}

.isoSec .isoSecRs p {
    color: var(--secondary);
    text-align: justify;
}

.isoSec .isoSecRs .icon a {
    width: 32px;
    transition: 0.5s;    background-color: var(--secondary);    border-radius: 30%;


}

.isoSec .isoSecRs .icon a:hover {
    transform: translateY(-10px);
}

.isoSec .isoSecRs .icon i {
    /* width: 100%; */
    color: #ffffff;
}

@media (min-width: 279px) and (max-width: 280px) {
    .isoSec .isoSecLs .isoImg img {
        transform: scaleX(-1);
        width: 100%;
    }

    .isoSec .isoSecLs .isoCert {
        bottom: 36px;
        left: 12px;
    }

    .isoSec .isoSecLs .isoCert img {
        width: 154px;
    }

    .isoSec .isoSecLs .logoCS {
        width: 210px;
        height: 210px;
        top: 72px;
        left: 20px;
    }

    .isoSec .isoSecLs .logoCS .Points {
        width: 90px;
        height: 90px;
        display: none;
    }

    .isoSec .isoSecLs .logoCS img {
        width: 55%;
    }

    .isoSec .isoSecRs h2 {
        font-size: 1.2rem;
    }

    .isoSec .isoSecRs h3 {
        font-size: 18px;
    }

    .isoSec .isoSecRs p {
        font-size: 14px;
    }

    .isoSec .isoSecRs .icons {
        gap: 15px;
    }
}

@media (min-width: 359px) and (max-width: 360px) {
    .isoSec .isoSecLs .isoImg img {
        transform: scaleX(-1);
        width: 100%;
    }

    .isoSec .isoSecLs .isoCert {
        bottom: 45px;
        left: 4px;
    }

    .isoSec .isoSecLs .isoCert img {
        width: 230px;
    }

    .isoSec .isoSecLs .logoCS {
        width: 270px;
        height: 270px;
        top: 116px;
        left: 44px;
    }

    .isoSec .isoSecLs .logoCS .Points {
        width: 90px;
        height: 90px;
        display: none;
    }

    .isoSec .isoSecLs .logoCS img {
        width: 55%;
    }

    .isoSec .isoSecRs h2 {
        font-size: 1.8rem;
    }

    .isoSec .isoSecRs h3 {
        font-size: 20px;
    }

    .isoSec .isoSecRs p {
        font-size: 16px;
    }

    .isoSec .isoSecRs .icons {
        gap: 15px;
    }
}

@media (min-width: 374px) and (max-width: 375px) {
    .isoSec .isoSecLs .isoImg img {
        transform: scaleX(-1);
        width: 100%;
    }

    .isoSec .isoSecLs .isoCert {
        bottom: 50px;
        left: 10px;
    }

    .isoSec .isoSecLs .isoCert img {
        width: 230px;
    }

    .isoSec .isoSecLs .logoCS {
        width: 270px;
        height: 270px;
        top: 116px;
        left: 44px;
    }

    .isoSec .isoSecLs .logoCS .Points {
        width: 90px;
        height: 90px;
        display: none;
    }

    .isoSec .isoSecLs .logoCS img {
        width: 55%;
    }

    .isoSec .isoSecRs h2 {
        font-size: 1.8rem;
    }

    .isoSec .isoSecRs h3 {
        font-size: 20px;
    }

    .isoSec .isoSecRs p {
        font-size: 16px;
    }

    .isoSec .isoSecRs .icons {
        gap: 15px;
    }
}

@media (min-width: 376px) and (max-width: 393px) {
    .isoSec .isoSecLs .isoImg img {
        transform: scaleX(-1);
        width: 100%;
    }

    .isoSec .isoSecLs .isoCert {
        bottom: 55px;
        left: 15px;
    }

    .isoSec .isoSecLs .isoCert img {
        width: 230px;
    }

    .isoSec .isoSecLs .logoCS {
        width: 270px;
        height: 270px;
        top: 116px;
        left: 44px;
    }

    .isoSec .isoSecLs .logoCS .Points {
        width: 90px;
        height: 90px;
        display: none;
    }

    .isoSec .isoSecLs .logoCS img {
        width: 55%;
    }

    .isoSec .isoSecRs h2 {
        font-size: 1.8rem;
    }

    .isoSec .isoSecRs h3 {
        font-size: 20px;
    }

    .isoSec .isoSecRs p {
        font-size: 16px;
    }

    .isoSec .isoSecRs .icons {
        gap: 15px;
    }
}

@media (min-width: 376px) and (max-width: 393px) {
    .isoSec .isoSecLs .isoImg img {
        transform: scaleX(-1);
        width: 100%;
    }

    .isoSec .isoSecLs .isoCert {
        bottom: 55px;
        left: 15px;
    }

    .isoSec .isoSecLs .isoCert img {
        width: 230px;
    }

    .isoSec .isoSecLs .logoCS {
        width: 270px;
        height: 270px;
        top: 116px;
        left: 44px;
    }

    .isoSec .isoSecLs .logoCS .Points {
        width: 90px;
        height: 90px;
        display: none;
    }

    .isoSec .isoSecLs .logoCS img {
        width: 55%;
    }

    .isoSec .isoSecRs h2 {
        font-size: 1.8rem;
    }

    .isoSec .isoSecRs h3 {
        font-size: 20px;
    }

    .isoSec .isoSecRs p {
        font-size: 16px;
    }

    .isoSec .isoSecRs .icons {
        gap: 15px;
    }
}

@media (min-width: 412px) and (max-width: 414px) {
    .isoSec .isoSecLs .isoImg img {
        transform: scaleX(-1);
        width: 100%;
    }

    .isoSec .isoSecLs .isoCert {
        bottom: 62px;
        left: 23px;
    }

    .isoSec .isoSecLs .isoCert img {
        width: 230px;
    }

    .isoSec .isoSecLs .logoCS {
        width: 270px;
        height: 270px;
        top: 116px;
        left: 44px;
    }

    .isoSec .isoSecLs .logoCS .Points {
        width: 90px;
        height: 90px;
        display: none;
    }

    .isoSec .isoSecLs .logoCS img {
        width: 55%;
    }

    .isoSec .isoSecRs h2 {
        font-size: 1.8rem;
    }

    .isoSec .isoSecRs h3 {
        font-size: 20px;
    }

    .isoSec .isoSecRs p {
        font-size: 16px;
    }

    .isoSec .isoSecRs .icons {
        gap: 15px;
    }
}

@media (min-width: 539px) and (max-width: 540px) {
    .isoSec .isoSecLs .isoImg img {
        transform: scaleX(-1);
        width: 100%;
    }

    .isoSec .isoSecLs .isoCert {
        bottom: 78px;
        left: 8px;
    }

    .isoSec .isoSecLs .isoCert img {
        width: 350px;
    }

    .isoSec .isoSecLs .logoCS {
        width: 350px;
        height: 350px;
        top: 188px;
        left: 85px;
    }

    .isoSec .isoSecLs .logoCS .Points {
        width: 90px;
        height: 90px;
        display: none;
    }

    .isoSec .isoSecLs .logoCS img {
        width: 55%;
    }

    .isoSec .isoSecRs h2 {
        font-size: 1.8rem;
    }

    .isoSec .isoSecRs h3 {
        font-size: 20px;
    }

    .isoSec .isoSecRs p {
        font-size: 16px;
    }

    .isoSec .isoSecRs .icons {
        gap: 15px;
    }
}

@media (min-width: 768px) and (max-width: 912px) {
    .isoSec .isoSecLs .isoImg img {
        transform: scaleX(-1);
        width: 100%;
    }

    .isoSec .isoSecLs .isoCert {
        bottom: 116px;
        left: 14px;
    }

    .isoSec .isoSecLs .isoCert img {
        width: 500px;
    }

    .isoSec .isoSecLs .logoCS {
        width: 350px;
        height: 350px;
        top: 236px;
        left: 311px;
    }

    .isoSec .isoSecLs .logoCS .Points {
        width: 90px;
        height: 90px;
        display: none;
    }

    .isoSec .isoSecLs .logoCS img {
        width: 100%;
    }

    .isoSec .isoSecRs h2 {
        font-size: 1.8rem;
    }

    .isoSec .isoSecRs h3 {
        font-size: 20px;
    }

    .isoSec .isoSecRs p {
        font-size: 16px;
    }
}

@media (min-width: 1023px) and (max-width: 1024px) {
    .isoSec .isoSecLs .isoImg img {
        transform: scaleX(-1);
        width: 100%;
    }

    .isoSec .isoSecLs .isoCert {
        bottom: 86px;
        left: 5px;
    }

    .isoSec .isoSecLs .isoCert img {
        width: 400px;
    }

    .isoSec .isoSecLs .logoCS {
        width: 265px;
        height: 265px;
        top: 188px;
        left: 244px;
    }

    .isoSec .isoSecLs .logoCS .Points {
        width: 90px;
        height: 90px;
        display: none;
    }

    .isoSec .isoSecLs .logoCS img {
        width: 100%;
    }

    .isoSec .isoSecRs h2 {
        font-size: 1.8rem;
    }

    .isoSec .isoSecRs h3 {
        font-size: 20px;
    }

    .isoSec .isoSecRs p {
        font-size: 16px;
    }
}

@media (min-width: 1279px) and (max-width: 1280px) {
    .isoSec .isoSecLs .isoImg img {
        transform: scaleX(-1);
        width: 100%;
    }

    .isoSec .isoSecLs .isoCert {
        bottom: 98px;
        left: -6px;
    }

    .isoSec .isoSecLs .isoCert img {
        width: 500px;
    }

    .isoSec .isoSecLs .logoCS {
        width: 300px;
        height: 300px;
        top: 238px;
        left: 305px;
    }

    .isoSec .isoSecLs .logoCS .Points {
        width: 90px;
        height: 90px;
        display: none;
    }

    .isoSec .isoSecLs .logoCS img {
        width: 100%;
    }

    .isoSec .isoSecRs h2 {
        font-size: 1.8rem;
    }

    .isoSec .isoSecRs h3 {
        font-size: 20px;
    }

    .isoSec .isoSecRs p {
        font-size: 16px;
    }
}

/* // end iso section */

/* // start lastest news */

.lastestNews .title h2 {
    font-size: 2.2rem;
    color: var(--primary2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.lastestNews .title h2 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 ; */
}

.lastestNews .blackPoints {
    margin-top: 10px;
}

.lastestNews .news .new {
    height: 50%;
}

.lastestNews .news .new .myImg {
    filter: grayscale(0.2);
    /* box-shadow: 0px 4px 4px 0px #00000040; */
}

.lastestNews .news .new .head {
    color: var(--primary2);
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
}

.lastestNews .news .new .myImg img {
    /* height: 356px; */
    object-fit: contain;
    aspect-ratio: 1/1;
}

.lastestNews .news .new h4 {
    color: var(--primary2);
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
}

.lastestNews .news .new p {
    color: var(--secondary);
    text-align: justify;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
}

.lastestNews .news .new a {
    color: #ffffff;
    background-color: var(--primary2);
    transition: 0.7s;
    float: left;
}

.lastestNews .news .new a:hover {
    color: var(--primary2);
    background-color: #ffffff;
    border: 1px solid var(--primary2);
}

/* // end lastest news */
.home .sectoin-slide .btn-contact {
    background: var(--primary);
    color: #fff;
    padding: 11px 15px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 10px;
    border: 1px solid #fff;
    direction: ltr;
    transition: 0.5s;
}

.home .sectoin-slide .btn-contact:hover {
    background: #fff;
    color: var(--primary) !important;
    border: 1px solid var(--primary) !important;
}

.home .sectoin-slide .btn-Read-more {
    background: var(--primary);
    color: #fff;
    padding: 11px 15px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 10px;
    border: 1px solid #fff;
    direction: ltr;
    position: relative;
    z-index: 999;
    transition: 0.5s;
}

.home .sectoin-slide .btn-Read-more:hover {
    background: #fff;
    color: var(--primary) !important;
    border: 1px solid var(--primary);
}

.home .sectoin-slide .contant-text .header-text {
    text-align: center;
    color: #fff;
    animation: mymove 5s infinite;
    animation-timing-function: ease;
    margin-top: 30px;
    margin-bottom: 0;
}

.rtl .home .sectoin-slide .contant-text .header-text {
    text-align: right;
}

.btn-number-company .white {
    position: absolute;
    border: 1px solid var(--primary);
}

.more-logos-1 {
    right: -20%;
    z-index: -1;
}

.more-logos-2 {
    right: -40%;
    z-index: -2;
}

.more-logos-3 {
    position: absolute;
    right: -60%;
    z-index: -3;
}

@media (max-width: 575.98px) {
    .img-conpany-slider {
        width: 50px !important;
        height: 50px !important;
    }

    .row-slider {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media (min-width: 575.98px) {
    .row-slider {
        display: flex;
        flex-direction: row;
    }
}

.home .sectoin-slide .img-slider.bluer {
    opacity: 0.5 !important;
}

.white {
    background-color: #fff;
    margin-right: 6px;
    border-radius: 50%;
    /* z-index: 99999999; */
}

.w-100 {
    width: 100%;
}

.home .sectoin-slide .contant-text .header-p {
    color: #fff;
    font-weight: 100;
    line-height: 38px;
    /* height: 50px; */
    /* overflow: hidden; */
    font-size: 18px;
    max-width: 90%;
    margin: 0 auto 41px auto;
    display: -webkit-box;
    overflow-y: clip !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: center;
}

.rtl .home .sectoin-slide .contant-text .header-p {
    text-align: right;
}

.link-header {
    background: var(--primary);
    color: #fff;
    padding: 15px 40px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 10px;
}

/* sectoin-News */

.sectoin-News .testimonial-carousel .owl-item img {
    width: 100px !important;
    height: 100px;
    display: block;
    border-radius: 50%;
}

.sectoin-News .owl-nav span {
    font-size: 50px;
}

.mantine-x64ipo {
    direction: ltr;
}

.mantine-qo1k2 a {
    color: var(--primary);
}

.mantine-qo1k2 a:hover {
    color: var(--primary) !important;
}

.rtl .mantine-1aj1o1a {
    display: flex;
    align-items: flex-end;
}

.rtl .mantine-Text-root,
.rtl .mantine-14w9d7k {
    text-align: right;
}

.rtl .mantine-h818ca {
    align-items: flex-end;
}

.mantine-14w9d7k {
    font-size: 25px;
    font-weight: normal;
    line-height: 35px;
}

#carouselExampleIndicators1 .product-name,
.product-pro .carousel-product-name,
.owl-carous .carousel-product-name,
.owl-carous .carousel-product-name {
    line-height: 25px;
    margin: 10px 0 7px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: bold;
    color: var(--primary);
    width: 95%;
}

.product-name.Departments {
    height: 22px;
    overflow: hidden;
    color: #dc3545 !important;
    font-size: 12px;
    font-family: "jezira" !important;
    white-space: nowrap;
    text-overflow: ellipsis;
}

span.min-order {
    color: var(--main);
}

.sectoin-Best-Selling .owl-theme .owl-dots {
    margin-top: 20px;
}

@media (max-width: 768px) {
    .sectoin-Best-Selling .owl-theme .owl-dots {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .sectoin-Best-Selling .owl-theme .owl-dots {
        display: block;
    }
}

.head-News {
    color: var(--bs-primary);
    font-weight: bold;
}

.News {
    color: var(--primary);
}

.sectoin-News .news-single {
    border: 1px;
}

.rtl .news-single p {
    text-align: right;
}

.news-single p {
    overflow: hidden;
    height: 75px;
}

.sectoin-News .date {
    color: #e9c231;
}

.rtl .sectoin-News .date {
    color: #e9c231;
}

.sectoin-News .btn-view-all {
    border-radius: 12px;
    width: 140px;
    background: #2e3b96;
    color: white;
    padding: 10px;
    font-size: 18px;
}

/* sectoin-events  */
.sectoin-events {
    margin: 80px 0;
}

.event-item {
    padding: 20px;
    border: 1px solid #f5f5f5;
    border-radius: 8px;
    background: #f5f5f5;
    margin: 0 5px;
}

.event-item .product-item-content .typeEvent {
    color: #dc3545;
}

.event-item .product-item-content .text {
    color: #161722;
    font-size: 19px;
    font-family: "Cairo-Regular";
    height: 200px;
    overflow: hidden;
}

.rtl .headEvent,
.rtl .event-item .product-item-content .text {
    text-align: right;
}

.event-footer {
    color: var(--primary);
}

.ltr .event-footer i {
    margin-right: 10px;
}

.rtl .event-footer i {
    margin-left: 10px;
}

.rtl .event-footer {
    display: flex;
    flex-direction: row-reverse;
}

.event-item .product-item-content .icon {
    color: #dc3545;
}

.sectoin-events .card {
    border: 0px solid rgba(0, 0, 0, 0.125);
}

.sectoin-events .p-carousel-indicators.p-reset {
    display: none;
}

.p-carousel-items-container.p-items-hidden {
    direction: ltr;
}

.sectoin-events .row.event-footer {
    color: var(--text);
}

.play {
    color: #dc3545;
    padding-bottom: 10px;
}

.p-carousel .p-carousel-content .p-carousel-prev,
.p-carousel .p-carousel-content .p-carousel-next {
    width: 3rem;
    height: 3rem;
    color: #fff;
    border: 0 none;
    background: #fdf0c1;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    margin: 0.5rem;
}

.p-carousel .p-carousel-content .p-carousel-prev {
    border-radius: 8px 0 0 8px;
}

.p-carousel .p-carousel-content .p-carousel-next {
    border-radius: 0 8px 8px 0;
}

.rtl .p-carousel .p-carousel-content .p-carousel-prev {
    border-radius: 0 8px 8px 0;
}

.rtl .p-carousel .p-carousel-content .p-carousel-next {
    border-radius: 8px 0 0 8px;
}

/* sectoinknow-more */
.sectoin-Best-Selling {
    padding: 25px 0;
}

.sectoin-Best-Selling .container .products {
    position: relative;
    background: #ffffff;
    background: url("./image/background/Ellipse 4.png");
    /* border: 2px dashed #000;
  border-radius: 50%; */
}

.sectoin-Best-Selling .btn-sm-filter {
    background-color: var(--primary);
    color: #fff;
    font-size: 25px;
    margin-bottom: 50px;
}

.sectoin-Best-Selling .container .products .products-absolute {
    border: 2px dashed var(--primary);
    border-radius: 50%;
    transform: rotate(0deg);
    position: relative;
    margin: auto;
    transition: 0.8s;
    transition-timing-function: ease-in-out;
    /* overflow: hidden; */
}

.sectoin-Best-Selling .container .products .products-absolute .card {
    transition: 0.8s;
    transition-timing-function: ease-in-out;
}

.sectoin-Best-Selling .container .products .products-absolute .card a,
.sectoin-Best-Selling .container .products .products-absolute .card p {
    font-size: 14px;
}

.sectoin-Best-Selling .container .products::after {
    content: "";
    position: absolute;
    right: 0px;
    width: 100%;
    height: 40%;
    background: white;
    bottom: -50px;
}

.rtl h1 span {
    margin-right: 5px;
}

.sectoin-Best-Selling .owl-theme .owl-nav .owl-next,
.sectoin-Best-Selling .owl-theme .owl-nav .owl-prev {
    top: -20px;
    border-radius: 4px !important;
    border: 1px solid var(--bs-border-color-translucent);
    background: var(--primary) !important;
    transition: 0.5s;
}

.sectoin-Best-Selling .owl-theme .owl-nav .owl-next:hover,
.sectoin-Best-Selling .owl-theme .owl-nav .owl-prev:hover {
    background: #999 !important;
    /* color: black !important; */
}

.sectoin-Best-Selling .owl-theme .owl-nav .owl-next:hover span,
.sectoin-Best-Selling .owl-theme .owl-nav .owl-prev:hover span {
    color: #fff;
}

.sectoin-Best-Selling .owl-theme .owl-nav .owl-prev {
    transform: translate(110%, -100%);
}

.sectoin-Best-Selling .owl-theme .owl-nav .owl-next {
    transform: translate(0%, -100%);
}

.sectoin-Best-Selling .owl-theme .owl-nav .owl-prev span,
.sectoin-Best-Selling .owl-theme .owl-nav .owl-next span {
    font-size: 50px;
    color: #fff;
}

.sectoin-events .head-events .events,
.sectoin-team-member .head-team-member .team-member,
.sectoin-company-statistics .head-company-statistics .company-statistics,
.sectoin-customer-reviews .head-customer-reviews .customer-reviews,
.sectoin-Best-Selling .head-Best-Selling .Best-Selling,
.latest-offers .head-Best-Selling .Best-Selling {
    color: var(--primary);
    font-weight: bold;
    padding-bottom: 10px;
    text-align: center;
    font-family: "LamaSans";
}

.latest-offers .head-Best-Selling {
    padding-top: 25px;
}

.sectoin-events .head-events,
.sectoin-team-member .head-team-member,
.sectoin-company-statistics .head-company-statistics,
.sectoin-customer-reviews .head-customer-reviews,
.sectoin-Best-Selling .head-Best-Selling,
.latest-offers .head-Best-Selling {
    color: var(--primary);
    font-weight: bold;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}

.rtl .select-filter {
    text-align: right;
}

.select-filter .head-filter {
    color: var(--text);
}

.select-filter .select-filter-color label,
.select-filter .select-filter-type label {
    font-size: 19px;
    margin-left: 10px;
}

.rtl .select-filter .select-filter-color label,
.rtl .select-filter .select-filter-type label {
    margin-right: 10px;
}

.select-filter .head-select {
    color: var(--primary);
}

.select-filter .sec-head-select {
    color: var(--sec-dark);
}

.select-filter .text-select {
    font-size: 18px;
    line-height: 30px;
    font-family: "ALMARAI";
}

.sectoin-Best-Selling .container .products .buttons-action {
    bottom: 20%;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    z-index: 10;
}

.sectoin-Best-Selling .container .products .buttons-action button {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    background: var(--primary);
    color: #fff;
    border: 0;
}

.sectoin-Best-Selling .container .products .buttons-action button i {
    font-size: 25px;
}

.sectoin-Best-Selling .container .products .button-cart {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    z-index: 10;
}

.sectoin-Best-Selling .container .products .button-cart button {
    border-radius: 8px;
    padding: 7px 25px;
    /* font-size: 24px; */
    background: var(--primary);
    color: #fff;
    border: 0;
}

.sectoin-Best-Selling .container .products .button-cart button i {
    margin-left: 10px;
}

.rtl .sectoin-Best-Selling .container .products .button-cart button i {
    margin-right: 10px;
}

/* sectoin-customer-reviews */
.sectoin-customer-reviews {
    position: relative;
    margin: 50px 0 30px;
    background: #f8f8f8;
}

.sectoin-customer-reviews::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url("./image/background/testimonial-shape2 1.png");
    width: 50%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.sectoin-customer-reviews .head-reviews span {
    border: 0;
    background: var(--primary);
    color: #fff;
    border: 0;
    padding: 6px;
}

.rtl .sectoin-customer-reviews .head-reviews {
    text-align: right;
}

.sectoin-customer-reviews .container .img-bg {
    background: url("./image/background/coustomer.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.sectoin-customer-reviews .container .btn-img-reviews {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    background: #d5d5d5;
    color: #fff;
    border: 0;
    font-size: 25px;
}

.sectoin-customer-reviews .container .reviews .btn-img-reviews {
    visibility: hidden;
}

.sectoin-customer-reviews .container .reviews .containt-reviews {
    position: relative;
    padding: 20px;
    background: #fff;
    width: 100%;
    border-radius: 50px 0;
}

/* .sectoin-customer-reviews .container .reviews .containt-reviews::before {
  content: '';
  position: absolute;
  bottom: -100px;
  left: 0;
  border: 50px solid;
  border-color: #ffffff transparent transparent transparent;
} */
.sectoin-customer-reviews .container .reviews .dotes {
    border: 5px solid #d9d9d9;
    height: 5px;
    width: 20px;
    border-radius: 3px;

    margin: 0 10px;
}

.sectoin-customer-reviews .container .reviews .dotes.active {
    border: 5px solid var(--primary);
    height: 5px;
    width: 20px;
}

.sectoin-customer-reviews .container .reviews .containt-reviews .head-reviews {
    font-weight: 800;
    font-family: "Cairo";
    font-family: "ALMARAI";
}

.sectoin-customer-reviews .container .reviews .containt-reviews .text-reviews {
    color: var(--text);
    font-family: "ALMARAI";
}

.rtl
    .sectoin-customer-reviews
    .container
    .reviews
    .containt-reviews
    .text-reviews {
    text-align: right;
}

.sectoin-customer-reviews
    .container
    .reviews
    .containt-reviews
    .Customer-review {
    font-weight: 600;
    font-family: "ALMARAI";
}

.sectoin-customer-reviews
    .container
    .reviews
    .containt-reviews
    .Job-Customer-review {
    font-weight: 600;
    color: var(--primary);
    line-height: 40px;
}

/* company statistics */
.sectoin-News .btn-play {
    border-radius: 50%;
    font-size: 17px;
    background: var(--main-color);
    color: #eee;
    border: 0;
    /* box-shadow: 0px 0px 0 10px rgb(0 123 255 / 30%); */
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    /* animation: pulse-border 1500ms ease-out infinite; */
}

.sectoin-News .btn-play::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 40px;
    height: 40px;
    background: var(--main);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.sectoin-News .trust {
    position: absolute;
    left: 0;
    bottom: -50px;
    margin-bottom: 10px;
}

h3.explore-more {
    font-size: 24px;
    color: var(--third);
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 0.5;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.rtl .sectoin-company-statistics {
    text-align: right;
}

.rtl .sectoin-company-statistics .head-containt {
    text-align: right;
}

.sectoin-News .btn-play {
    position: relative;
}

.sectoin-company-statistics .fa-solid.fa-right-long {
    font-size: 30px;
}

.sectoin-company-statistics .box-3,
.sectoin-company-statistics .box-2,
.sectoin-company-statistics .box-1 {
    padding: 20px;
    color: #fff;
    border-radius: 8px;
}

.sectoin-company-statistics .box-1 {
    background: #257f03;
    transition: 0.5s;
    box-shadow: 0px 0px 40px rgb(171 236 200 / 70%);
}

.sectoin-company-statistics .box-2 {
    background: #1b2430;
    transition: 1.3s !important;
    box-shadow: 0px 0px 40px rgba(124, 181, 234, 0.7);
}

.sectoin-company-statistics .box-3,
.sectoin-company-statistics .box-1,
.sectoin-company-statistics .box-2 {
    position: relative;
    margin-left: 50px;
    margin-top: 30px;
    padding: 33px 10px 18px 30px;
}

.sectoin-company-statistics .box-3 {
    background: #003865;
    transition: 1.3s !important;
    box-shadow: 0px 0px 40px rgba(234, 200, 124, 0.7);
}

.sectoin-company-statistics .twm-media {
    position: absolute;
    left: -50px;
    top: 30px;
    width: 90px;
    height: 90px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: -5px 10px 25px rgba(56, 152, 226, 0.4);
}

.sectoin-company-statistics .twm-media span img {
    width: 60px;
    height: 60px;
}

/* text-description-member */
.sectoin-team-member {
    background: #f9f9f9;
    overflow: hidden;
}

.sectoin-team-member .head-team-member {
    margin-bottom: 40px;
}

.sectoin-team-member .row .card-member {
    position: relative;
    background: #fff;
    border-radius: 50px 0;
    margin: 0;
    padding: 10px 0;
    align-items: center;
    transition: 0.8s;
    border: 2px solid #fff;
}

/* .sectoin-team-member .row .card-member:hover{
  border: 2px solid var(--primary);
} */
/* Shine */
.hover14 figure {
    position: relative;
}

.hover14 figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.hover14 figure:hover::before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.sectoin-team-member .row .text-description-member {
    color: var(--text);
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    padding-bottom: 5px;
}

.sectoin-team-member .row .team-member-social {
    display: flex;
    justify-content: space-evenly;
    width: 80%;
}

.sectoin-team-member .row .team-member-social i {
    color: white;
    background-image: linear-gradient(220deg, #007bff, #cddef5);
    padding: 8px;
    border-radius: 5px;
    font-size: 22px;
    transition: 0.5s;
}

.sectoin-team-member .row .team-member-social i:hover {
    background-color: #2e3b96;
    background-image: linear-gradient(220deg, #007bff, #2e3b96);
    transform: translateY(-10px);
}

* about */ .about {
    background-size: cover;
    height: fit-content;
    position: relative;
    background-image: linear-gradient(220deg, var(--third), var(--primary));
}

.job.about::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 0%;
    background: rgb(255 255 255 / 30%);
}

section.about h1,
section.about p {
    z-index: 10;
    color: #fff;
}

@media (max-width: 768px) {
    section.about p {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    section.about p {
        font-size: 18px;
    }
}

section.about h1 {
    font-weight: bold;
    font-family: "ALMARAI";
}

section.about p {
    text-align: center;
}

.head-who-are-we {
    color: var(--primary);
    font-weight: bold;
    font-size: 30px;
    display: flex;
    justify-content: start;
    flex-direction: row-reverse;
}

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

.sub-title {
    color: var(--primary);
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    line-height: 29px;
}

.sub-title-desc {
    color: var(--black);
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
}

.who-are-we .btn-more {
    background: #126ed2;
    color: #fff;
    font-size: 18px;
    padding: 10px 30px;
    margin-top: 50px;
}

.company-founder {
    background: url("../");
}

.who-are-we ul {
    padding: 0;
}

.who-are-we li {
    color: #eee;
    list-style-type: disc;
    margin: 5px 0;
    font-family: "ALMARAI";
    list-style-position: inside;
}

::marker {
    /* // color: #dc3545; */
    color: var(--primary);
}

.head-who-are-we span {
    color: #dc3545;
    font-weight: bold;
    /* border-bottom: none; */
    padding-bottom: 10px;
}

.who-are-we.Explore .number {
    color: #dc3545;
    text-align: center;
}

/* // .vv{ */
/* //     background-color: var(--third); */
/* // } */

.who-are-we.Explore .text {
    color: var(--primary);
}

.who-are-we p {
    margin-top: 50px;
    color: var(--text);
    font-size: 18px;
}

.who-are-we .img-1 {
    transform: translate(25%, 0%);
    opacity: 0.5;
    transition-timing-function: ease;
    transition: 2s;
}

.rtl .who-are-we .img-1 {
    transform: translate(-25%, 0%);
}

.who-are-we .img-2 {
    transform: translate(0%, 10%);
    transition-timing-function: ease;
    transition: 2s;
}

.div-service p {
    height: 50px;
    overflow: hidden;
}

.div-service .btn {
    background: #126ed1;
    color: #fff !important;
    padding: 11px 40px;
    font-weight: bold;
    border-radius: 10px;
    border: 1px solid #126ed1;
}

.who-are-we .imgs:hover .img-1 {
    opacity: 1;
    z-index: 10;
}

.who-are-we .imgs:hover .img-2 {
    opacity: 0.5;
}

.creative {
    background-image: url("./image/background/Background.jpg");
    background-size: cover;
    position: relative;
    height: 60vh;
}

.creative::after {
    content: "";
    position: absolute;
    top: 0;
    background-image: url("./image/background/Rectangle 407.png");
    background-size: cover;
}

section.Explore {
    background-color: var(--third);
    margin-top: 100px;
}

section.Explore img {
    border-radius: 22px;
}

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

.text-sec {
    color: #2e394b;
}

.img-services {
    width: 50px;
    height: 50px;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.head-li {
    color: var(--primary);
    position: relative;
}

.head-li::before {
    counter-increment: counter;
    content: counter(counter);
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    background: #fff;
    border: 1px solid var(--primary);
    border-radius: 50%;
    transform: translateX(110%);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.head-li:hover::before {
    background: var(--primary);
    border: 1px solid #fff;
    color: #fff;
}
.pdf-link {
    width: fit-content !important;
}
