body {
    overflow-x: hidden !important;
}

.heading {
    direction: ltr;
}
.heading .item {
    position: relative;
    background-position: center;
    background-size: 100% 100%;
    padding: 20px 0;
}
.heading .img-slider {
    height: 400px;
    aspect-ratio: 1/1;
    object-fit: contain;
}
.heading .img-logo {
    width: 100%;
    height: auto;
}

.text-yellow {
    color: var(--yellow);
}
@media (min-width: 768px) {
    .heading .item {
        background-image: url(../../../img/slid-noor.webp);
        height: 650px;
    }
    .logo-img {
        padding-top: 100px;
    }
    .text-description {
        color: #fff;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        overflow-y: clip;
        -webkit-box-orient: vertical;
    }
    .btn-slider {
        border: 1px solid #fff;
        color: #fff;
        transition: 0.5s;
        margin-top: 10px;
    }
    .btn-slider:hover {
        background-color: #fff;
        color: #000;
    }
}
@media (max-width: 767px) {
    .heading .item {
        background-image: url(../../../img/background-1.webp);
        /* height: 600px; */
    }
    .heading .img-slider {
        height: 200px;
    }
    .heading .img-logo {
        height: 80px;
    }
    .text-description {
        color: #000;
        -webkit-line-clamp: 5;
        display: -webkit-box;
        overflow-y: clip;
        -webkit-box-orient: vertical;
    }
    .btn-slider {
        border: 1px solid var(--primary);
        color: var(--primary);
    }
    .btn-slider:hover {
        background-color: var(--primary);
        color: #fff;
    }
}
@media (min-width: 1024px) and (max-width: 1440px) {
    .slogan {
        margin-top: 75px !important;
        color: #fff !important;
    }
}
@media (max-width: 1023px) {
    .slogan {
        color: #000 !important;
    }
}
/* @media (max-width: 1800px) {
    .slogan{
        color: #000  !important;
    }
} */
.heading .sub-title {
    letter-spacing: 10px;
    text-align: center;
}

.heading .name {
    color: var(--yellow);
    position: relative;
}
.heading .name::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 3px;
    background-color: var(--yellow);
    transform: translate(150%, 0);
}
.manger_par {
    color: white;
    border: 2px solid white;
    background-color: transparent;
}
.btn-more-slider i {
    transform: rotate(-45deg);
}
.social-links {
    position: absolute;
    bottom: 10px;
    left: 0;
    margin-left: 50px;
}
.social-links::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 50px;
    transform: translate(-50px, 12px);
    height: 3px;
    background: var(--white);
}
.social-links a {
    color: var(--yellow);
    margin: 0 5px;
}

.parent-square {
    width: 120px;
}

.square {
    width: 60px;
    height: 60px;
    background: var(--primary);
    border: 2px solid var(--primary);
}

.square.empty-square {
    background: transparent;
    margin-right: auto;
}

.btn-for-more {
    width: 100px;
    height: 100px;
    display: inline-block;
    background: var(--primary);
    display: inline-flex;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    justify-content: center;
    transform: rotate(-45deg);
    position: relative;
    transition: 0.5s;
}

.btn-for-more:hover {
    background-color: #0a58ca;
}

.btn-for-more::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translate(5px, 5px);
    border: 1px solid var(--white);
    border-radius: 50%;
}

.img-more {
    transform: translate(0, 50%);
}

.logo-absolute {
    width: 60px;
    aspect-ratio: 1/1;
    object-fit: contain;
    position: absolute;
    top: 40px;
    left: 0;
    transform: translate(50%, 50%);
}

@media (max-width: 576px) {
    .logo-absolute {
        width: 60px;
        aspect-ratio: 1/1;
        object-fit: contain;
        position: absolute;
        top: 528px;
        left: 60px;
        transform: translate(50%, 50%);
    }
}

/* card-services */
.services .card-services img {
    height: 70px;
    margin: 20px 0px;
}

.services .card-services .head {
    min-height: 50px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    text-align: center;
}

.services .card-services {
    color: #000;
    background: rgba(220, 218, 218, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 12px;
    transition: 0.7s;
}

.services .card-services:hover {
    transform: scale(1.07);
    background: var(--primary);
    color: #ffff;
}

.services .card-services.active {
    background: var(--primary);
}

.services .card-services.active i,
.services .card-services.active .head {
    color: #ffff;
}

h1.head.text-center.mb-0 {
    color: var(--primary);
    font-family: notokufiarabic;
}

/* controle */

.controle .head {
    position: relative;
    width: fit-content;
    margin: auto;
    border-bottom: 4px solid;
    font-family: notokufiarabic;
}

.controle .head::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    bottom: 0;
    right: 0;
    transform: translate(50%, 60%);
    border-radius: 50%;
    background: #333;
}

.controle .head::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    bottom: 0;
    left: 0;
    transform: translate(-50%, 60%);
    border-radius: 50%;
    background: #333;
}

.controle .head span {
    color: var(--primary);
}

.controle .head span img {
    border-radius: 50%;
    background-color: var(--primary);
    padding: 4px;
    width: 40px;
    height: 40px;
}

.controle .contant-img {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.controle .contant-img .imge {
    background-image: url(../../../img/Ellipse\ 11312.webp);
    position: relative;
    background-position: center;
    background-size: 100% 100%;
}

.controle .contant-img .imge::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #0009;
    border-radius: 50%;
}

.controle .contant-img img {
    border-radius: 50px;
    position: relative;
    z-index: 3;
    padding: 12px;
    width: 100px;
    height: 100px;
}

.controle .contant-img i {
    font-size: 25px;
    position: absolute;
    width: 60px;
    height: 60px;
    right: 105px;
    top: 0;
    transform: translate(50%, -25%);
    color: var(--primary);
    border: 3px dashed var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #fff;
}

.controle .text .head-about {
    display: flex;
    align-items: center;
    gap: 2px;
}

.controle .text .head-about h3 {
    color: var(--primary);
}

.controle .text .head-about .line {
    width: 100px;
    height: 3px;
    background-color: var(--primary);
    border-radius: 3px;
}
.controle .img .img1 {
    height: auto;
    max-width: 100%;
}
.text-contant {
    gap: 12px;
}

.text-contant .icon {
    background-color: var(--primary);
    border-radius: 12px;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.text-contant .icon i {
    color: #fff;
    rotate: -30deg;
}

.center-contant {
    position: relative;
}

.center-contant button {
    width: 200px;
    padding: 10px;
    position: absolute;
    right: 0;
    /* bottom: 0; */
    transform: translate(-10%, -100%);
    color: #ffff;
    background-color: var(--primary);
    border: 1px solid var(--primary);
    transition: 0.5s;
}

.center-contant button i {
    color: #fff;
    rotate: -30deg;
    transition: 0.5s;
    margin: 0 10px;
}

.center-contant button:hover {
    background-color: #ffff;
    color: var(--primary);
}

.center-contant button:hover i {
    color: var(--primary);
}

.left-contant h3 i {
    color: var(--primary);
}

@media (max-width: 1200px) {
    .center-contant button {
        bottom: 130px;
    }
}

@media (max-width: 992px) {
    .center-contant button {
        bottom: 285px;
        padding: 8px 0px;
        width: 150px;
    }
}

@media (max-width: 768px) {
    .all-contant {
        flex-direction: column !important;
    }

    .controle .row-1 {
        width: 100% !important;
    }

    .center-contant button {
        transform: translate(-10%, 10%);
    }

    .center-contant button {
        bottom: 0;
        padding: 5px 1px;
        width: 127px;
        right: 7px;
    }
}

/* Founder of the company */

.Founder .imge {
    display: flex;
    position: relative;
    width: fit-content;
    overflow: hidden;
    margin: 0 auto;
}

.Founder .imge img {
    width: 450px;
    aspect-ratio: 1/1;
    object-fit: cover;
    margin: auto;
    position: relative;
}

.Founder .imge::before {
    position: absolute;
    content: "";
    width: calc(100% + 0px);
    /* width: 100%; */
    /* width: 450px; */
    height: 100%;
    top: 50%;
    left: 50%;
    background-image: url(../../../img/founder-circle2.webp);
    background-position: center;
    background-size: 100% 100%;
    transform: translate(-50%, -50%);
    animation: animaton_img 5s infinite;
    z-index: 1;
}

@keyframes animaton_img {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.Founder .head,
.Founder .imgrs {
    color: var(--primary);
    width: fit-content;
    margin: auto;
    /* display: inline; */
}

.Founder .parent-square {
    width: 80px;
    position: absolute;
}

.Founder .square {
    width: 30px;
    height: 30px;
}

.Founder ul li .icon {
    width: 30px;
    padding: 10px;
    height: 30px;
    background: var(--primary);
    color: var(--white);
    display: inline-block;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

@media (max-width: 576px) {
    .Founder .head {
        margin-top: 45px !important;
    }

    .parent-square {
        margin: auto !important;
    }
}

/* our-news */
.our-news .img-logo {
    background: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: var(--white);
    border-radius: 10px;
    position: relative;
}

.our-news .img-logo img {
    height: 150px;
    aspect-ratio: 1/1;
    margin: auto;
    padding: 10px;
}

.our-news .img-logo::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--primary);
    top: 0px;
    left: 210px;
    transform: translate(-50%, 0) scale(1);
    border-radius: 20px;
    z-index: -1;
    border-right: 1px solid var(--primary);
}

.our-news h1 {
    color: var(--primary);
}

.absolute-div {
    width: 150px;
    height: 75px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(100%, -100%);
    background: #f4f4f4;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    animation-name: motaion;
    animation-duration: 4s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
}

.absolute-div::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    height: 53%;
    width: 0px;
    border: 2px dotted #333;
    top: 50%;
    left: -25%;
    transform: translate(-0%, -0%) rotate(-165deg);
}

.absolute-div::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    width: 22%;
    height: 0px;
    border: 2px dotted #333;
    top: 50%;
    left: 50%;
    transform: translate(-325%, -50%);
}

@media (max-width: 768px) {
    .absolute-div {
        right: 225px;
        top: -7px;
    }

    .col-sm-12.col-md-8.my-3.pt-5 {
        margin-bottom: 0px !important;
    }

    .absolute-div::after {
        height: 60%;
    }

    .our-news .img-logo::before {
        /* display: none;    */
        right: 0;
        transform: translate(-5%, 0) scale(1);
    }
}
@media (min-width: 768px) and (max-width: 990px) {
    .our-news .img-logo::before {
        /* display: none;    */
        right: 0;
        transform: translate(-5%, 0) scale(1);
    }
}

@media (max-width: 400px) {
    .absolute-div {
        right: 140px;
        top: -1px;
        width: 118px;
        height: 50px;
        font-size: 14px;
    }
}

@keyframes motaion {
    0% {
        transform: translate(100%, -100%);
    }

    50% {
        transform: translate(95%, -95%);
    }

    100% {
        transform: translate(100%, -100%);
    }
}

.our-news .bg-carousel {
    position: relative;
}

.our-news .bg-carousel::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 75%;
    background: #dcdcdccc;
    top: 0;
    left: 0;
    border-radius: 8px;
}

.our-news .owl-carousel .owl-item img {
    height: 350px;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.our-news .owl-theme .owl-nav {
    position: absolute;
    top: 0;
    left: 60px;
    transform: translate(-50%, -125%);
}

.our-news .owl-theme .owl-nav [class*="owl-"] {
    width: 30px;
    height: 30px;
    border: 1px solid var(--primary);
    border-radius: 50%;
    color: var(--primary);
}

.owl-carousel.owl-theme.mt-3.owl-loaded.owl-drag {
    direction: ltr;
}

.our-news .text {
    position: relative;
}

.our-news .text .contant .overlay::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #333333a8;
}

.our-news .text .contant .overlay .cont {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-news .text .contant p {
    line-height: 2;
    color: white;
    z-index: 30;
    position: relative;
    text-align: center;
    width: 300px;
    height: 300px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
    /* -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical; */
}

@media (min-width: 990px) and (max-width: 1600px) {
    .our-news .text .contant p {
        width: 90%;
        height: 90%;
    }
}

.our-news .text .contant p::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px dashed var(--primary);
    border-radius: 50%;
    background-color: transparent;
    top: 0;
    left: 10px;
}

.our-news .text .contant p::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px dashed var(--white);
    border-radius: 50%;
    background-color: transparent;
    top: 0;
    left: -10px;
}

.flip-card {
    background-color: transparent;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #bbb;
    color: black;
}

.flip-card-back {
    transform: rotateY(180deg);
}

/* products*/
.products {
    background-image: url(../../../img/background-1.webp);
    background-size: 100% 100%;
}

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

.right .box {
    background-color: var(--primary);
}

.imges-product {
    width: 200px;
    margin: auto;
}

img.w-100.product-img {
    object-fit: contain;
    aspect-ratio: 1/1;
}

.right .info h5 {
    color: var(--primary);
}

.products .departments .title {
    font-family: Barada;
    padding-left: 10px;
    color: var(--primary);
    border-left: 3px solid var(--primary);
    margin-bottom: 20px;
}

.products .departments ul li {
    background-color: #2986fe26;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 10px;
    transition: 0.5s;
}

.products .departments ul li:hover {
    background-color: #2986fe;
}

.products .departments ul li p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    color: #000;
    font-family: notokufiarabic;
}

.products .departments ul li p span {
    background-color: #fff;
    color: #000;
    padding: 5px;
    border-radius: 5px;
}

.products .product-item {
    background-color: #2986fe;
    border: 1px solid #fff;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    transition: 0.5s;
}

.product-item:hover {
    background-color: var(--white) !important;
    box-shadow: 6px 6px 0px 0px #00000010;
    border: 1px solid #00000040;
}
.product-item:hover p {
    color: #000;
}
.product-item:hover .btn {
    border: 1px solid #000;
}

.products .product-item .product-img {
    margin-top: 50px;
    height: 200px;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.products .product-item .info {
    color: #fff;
}

.products .product-item .info .name {
    color: var(--yellow);
    margin-left: 10px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    font-family: notokufiarabic;
}

.products .product-item .info p {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.products .product-item .foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.products .product-item .foot .more {
    background-color: #fff;
    border-radius: 8px;
    padding: 8px 60px;
    transition: 0.5s;
}

.products .product-item .foot .more:hover {
    opacity: 0.7;
}

.products .product-item .foot i {
    background-color: #fff;
    color: #2986fe;
    border-radius: 8px;
    padding: 10px;
}

@media (min-width: 320px) and (max-width: 767px) {
    .products .content {
        flex-direction: column-reverse;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .products .product-item {
        padding: 10px;
    }
}

@media (min-width: 1200px) {
    .product .product-info .title {
        width: 30%;
    }
}

/* sevises */
.sevises {
    background-color: #cae1ff;
    margin-top: 75px;
    /* overflow-x: hidden; */
}

.sevises .single-service .title {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    color: var(--primary);
    font-family: notokufiarabic;
}

.sevises .single-service .head {
    -webkit-line-clamp: 8;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    text-align: justify;
}

@media (max-width: 767px) {
    .sevises {
        margin-top: 20px;
    }

    .sevises .single-service .head {
        -webkit-line-clamp: 5;
    }
}

.sevises .custom {
    transform: translate(0, -100px);
}

.sevises .imges img {
    height: 200px;
    aspect-ratio: 1/1;
    object-fit: contain;
    width: 100%;
}

.sevises .info {
    background-color: #cae1ff;
}

.sevises .counter {
    position: relative;
}

.sevises .counter .count-number {
    position: absolute;
    background-color: #cae1ff;
    width: 115px;
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    bottom: -27px;
    /* right: 10px; */
}

.sevises .counter .number {
    position: absolute;
    background-color: var(--primary);
    color: #ffff;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
}

.sevises .btn-more {
    background-color: #ffff;
    color: var(--primary);
    width: fit-content;
    transition: 0.5s;
}

.sevises .btn-more:hover {
    color: #ffff;
    background-color: var(--primary);
}

.sevises .btn-more i {
    margin-left: 3px;
    rotate: -30deg;
}

@media (max-width: 1400px) {
    .sevises .counter .count-number {
        right: -10px;
    }
}

@media (max-width: 992px) {
    .sevises .counter .count-number {
        right: 20px;
    }
}

@media (max-width: 990px) {
    .sevises .first-row {
        flex-direction: column-reverse;
    }
}
@media (max-width: 768px) {
    .sevises .custom {
        transform: translate(0, 0);
    }

    .row-margin {
        margin-bottom: 50px !important;
    }

    .sevises .counter .count-number {
        right: -10px;
    }
}

@media (max-width: 576px) {
    .sevises .counter .count-number {
        right: 80px;
    }
}

@media (max-width: 500px) {
    .sevises .counter .count-number {
        right: 10px;
    }
}

@media (max-width: 400px) {
    .sevises .counter .count-number {
        right: -10px;
    }
}

@media (max-width: 300px) {
    .sevises .counter .count-number {
        right: -7px;
    }
}

/* "our-client */

.our-client .box-head h2 {
    color: var(--primary);
    padding: 30px 0px;
}

.our-client .imges-box {
    padding: 20px;
    width: 130px;
    box-shadow: 5px 12px 20px #86b7fea1;
    border-radius: 28px;
    height: 130px;
    margin: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    cursor: pointer;
}
.our-client .imges-box img {
    width: 90px; /* height: 90px; */ /* aspect-ratio: 1/1; */ /* object-fit: cover; */
}
.our-client .imges-box:hover {
    transform: scale(1.1);
}

@media (max-width: 992px) {
    .our-client .imges-box1 {
        scale: none;
        margin: 0px 0 0 9px;
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 768px) {
    .our-client .imges-box {
        width: 100%;
        height: 200px;
        margin: 20px 0;
    }

    .imges-box-img {
        width: 120px !important;
    }
}

@media (max-width: 568px) {
    .Founder .parent-square {
        width: 83px;
        margin: 45px 0 0 0 !important;
    }

    h1.col-8.head.text-center {
        width: 270px;
    }
}

h1.col-8.head.text-center {
    width: 80%;
}

.text-blue {
    color: var(--primary) !important;
}

.img-head-controle {
    height: 80px;
    object-fit: contain;
}
