@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500&family=Tajawal:wght@500&display=swap');

/* globle style  */
/*scrollbar width */
::-webkit-scrollbar {
    width: 10px;
    height: 7px;
}

/*scrollbar Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #efddc7;
    border-radius: 10px;
}

/*scrollbar Handle */
::-webkit-scrollbar-thumb {
    background: var(--secondary);
    border-radius: 10px;
}

/*scrollbar Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--secondary);
}

html,
body {
    overflow-x: hidden !important;
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
b,
span,
li,
a,
li.a,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
* {
    /* font-family: 'Source Sans 3', sans-serif; */
    font-family: 'Tajawal', sans-serif !important;
    font-weight: 400 !important;
}

nav {
    direction: rtl !important;
}

.nav-active {
    border-bottom: 2px solid var(--secondary) !important;
    color: var(--secondary) !important;
}

.navbar-nav a.nav-item.nav-link {
    padding: 5px 16px;
    color: var(--primary);
    font-size: 16px;
    line-height: 36px;
    border-bottom: 2px solid var(--primary);
}

.main-color {
    color: var(--secondary);
}

.bg-main {
    background: var(--primary) !important;
}

.fs-48 {
    font-size: 48px !important;
}

div.soical-media a {
    background-color: var(--secondary);
    padding: 6px 8px 8px 8px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.btn-contact {
    background: var(--secondary) !important;
    color: #fff !important;
    padding: 10px 15px;
    border-radius: 0px;
}

.counter--item:hover,
.counter--item--last:hover,
.counter--item--meddim:hover {
    background-position: center;
    background-size: cover;

}




.cat--item {
    padding: 10px;
    color: #fff;
}

.item-tect-feature {
    position: relative;
    top: 23%;
    transition: .2s all ease;
    text-align: center;
    padding: 20px;
    height: 90%;
    /* border: 2px solid var(--secondary); */

}

.lap--view {
    background-image: url(../images/lap1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 350px;
    width: 100%;
}

.lap--view--about {
    background-image: url(../images/lap1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 350px;
    width: 100%;
}

.lap--view--about {
    right: 30%;
}

.lap--view--about #youtube_link {
    top: 27px !important;
}

.lap--view--about #youtube_link iframe {
    height: 280px;
}

.goals--item {
    position: relative;
    top: 85px;
    border: 2px solid var(--secondary);
    border-radius: 200px;
    height: 65vh;
    min-width: 295px;
}

.item-tect-feature:hover .overlay {
    height: 55%;
    transition: .2s ease;

    /* display: block; */
}

.item-tect-feature:hover {
    transition: .2s ease;
    height: 115%;
    top: -65px;
}

.overlay {

    position: relative;
    height: 0;
    transition: 1s ease;
    /* display: none; */
    color: rgb(207, 203, 203);
    font-size: 15px;
    opacity: 1;
    transition: .2s all ease;
    overflow: hidden;
    /* padding: 10px 30px; */

    /* border-bottom: 4px solid var(--MainColor); */

}



.service--icon {
    background: #000c;
    border-radius: 50%;
    padding: 8px;
}

.projects--div {
    background: linear-gradient(90deg, #ff773d 16.3%, #ff773d 50.35%, #0000003b 48.68%, #0000003b 75%);
    max-height: 650px;
}

.box-shadow {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);

}



.btn--prev {
    right: 0 !important;
    top: 110px !important;
}

/* project--section */
/* .project--section{
    background: #cdcdcd24;
    padding: 20px;
}
.project--card {
    position: relative;
  }

  .project--card--image {
    display: block;
    width: 100%;
    height: 300px;
    border-radius: 20px;
  }
.project--card--title{
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, #00000000, #0000008c, #000000ba) !important;
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity:1;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
    border-radius: 0  0 20px 20px;
}
  .overlay {
    position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, #00000000, #000000b3, #000000ba) !important;
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  width: 100%;
  height: 0;
  transition: .5s ease;
  text-align: center;
  border-radius: 0  0 20px 20px;
  }

  .project--card:hover .project--card--title {
    opacity: 0;

  }

  .project--card:hover .overlay {
    opacity: 1;
    height: 100%;
  }

  .project--card--text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }


/*   section--category */
.secction--category {
    background-image: url('../img/sec-prod.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;

}

/* .secction--category .content,.meta--banner{
    background-color: #000000a1;
    padding: 20px;
    height: 100%;
    width: 100%;
} */

.flip-card {
    background-color: transparent;
    width: 100%;
    height: 250px;
    perspective: 1000px;
    padding: 5px;
    border: 3px dashed #f1d2f1;
    border-radius: 20px;
}

.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-front {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;
    width: 100%;
    height: 235px;
}

.flip-card-back {
    background-color: var(--primary);
    color: #fff !important;
    border-radius: 16px;
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    text-align: justify;
    padding: 20px;
    justify-content: center;
}


/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */


.line-linear {
    height: 4px;
    width: 200px;
    background: linear-gradient(45deg, #fff, transparent);
}

.line-linear-dark {
    height: 4px;
    width: 200px;
    background: linear-gradient(45deg, var(--primary), transparent);
}


.btn--service {
    background: var(--primary);
    padding: 20px 11px;
    border-radius: 50%;
    box-shadow: 0 0 14px 0px var(--primary);
    position: absolute;
    right: 2%;
}

.partner-item {
    /* background-color: #fff; */
    transition: .3s all ease;
    margin: 10px;
    border-radius: 8px;
    border: 1px solid var(--secondary);
}

.partner-item:hover {

    border-radius: 8px;
    border: 1px solid var(--primary);
}



.footer {
    /* background-image: url(../images/footer.png); */
    /* background-color: var(--primary); */
    background-size: contain;

}

.footer--links a {
    padding: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: var(--secondary);
}

.bg-foot {
    background-image: url(../images/bg-foot.png);
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}



#pot {
    position: relative;
    top: -10px;
    -webkit-animation: linear infinite;
    -webkit-animation-name: run;
    -webkit-animation-duration: 4s;
}

@-webkit-keyframes run {
    0% {
        rotate: -30deg;
    }

    50% {
        rotate: 30deg;
    }

    100% {
        rotate: -30deg;
    }
}

.border-100 {
    border-radius: 100px !important;
}

.sec--contact--us {
    background-color: var(--secondary);
    margin-top: 50px;
    border-radius: 12px;
}

.sec--contact--us .item {
    border-radius: 0px 12px 12px 0px;

}

.service--video {
    background-image: url(../images/Ellipse.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 900px;
    height: 400px;
    background-position: center;
    margin: auto;

}

.service--img {
    position: relative;
    width: 360px;
    right: 15%;
    height: 210px;
    top: 15px;

}

.rtl .step--line {
    top: 70%;
    right: 55%;
}

.ltr .step--line {
    top: 85%;
    left: 55%;
}

.rtl .step--line--top {
    bottom: 75%;
    right: 55%;
}

.ltr .step--line--top {
    bottom: 75%;
    left: 55%;
}

.about--mission {
    background-image: url(../images/mission.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
}

.about--vision {
    background-image: url(../images/vision.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
}

.item--cover {
    background-color: #000000dc;
    height: 100%;
}

.item--cover-2 {
    background-color: #ff773dd2;
    height: 100%;
}

.product_image {
    width: 80%;
    height: 72%;
    object-fit: contain;
    position: relative;
    right: 10.1%;
    top: 54px;
}

.btn--custom-2 {
    border-radius: 100px;
    border-color: var(--secondary);
    padding: 10px 20px;
    background-color: #fff;
    color: var(--secondary) !important;
}

.blog--card:hover .btn--custom-2 {
    background-color: var(--secondary);
    color: #fff !important;

}


@media screen and (max-width: 1024px) {
    .item-tect-feature:hover .overlay {
        font-size: 13px;

    }

    .goals--item {
        width: 25%;
    }
}


@media screen and (max-width: 360px) {
    .item-tect-feature:hover .overlay {
        font-size: 13px;

    }

    .goals--items {
        flex-direction: column;
    }

    .goals--item {
        width: 100%;
        margin: 0px !important;
        height: 50vh;

    }

    .laptop--image {
        height: 555px;
        width: 409px !important;
        position: relative;
        bottom: 488px !important;
        left: 71px !important;

    }

    /* .carousel--contant{
        margin: 0px -40px !important;
    width: 100% !important;
    padding: 5px !important; */

}

.footer--links {
    flex-wrap: wrap;

}



/* .youtube_link iframe{
        height: 170px !important;
    } */
/* .youtube_link {
        top: 120px !important;
    } */
.image {
    width: 430px !important;
    background-position: center !important;
}

.service--video {
    width: auto !important;
}

.service--img {
    position: relative;
    width: 305px;
    right: 4%;
    height: 175px;
    top: 37px;
}
}

@media screen and (min-width: 361px) and (max-width: 375px) {
    .lap--view {
        right: -8px !important;
        width: 106% !important;
    }

    .lap--view #youtube_link iframe {

        height: 160px !important;
    }

    .lap--view #youtube_link {

        top: 118px !important;
    }

    .item-tect-feature:hover .overlay {
        font-size: 13px;

    }

    .goals--items {
        flex-direction: column;
    }

    .goals--item {
        width: 100%;
        margin: 0px !important;
        height: 50vh;

    }

    .laptop--image {
        height: 555px;
        width: 425px !important;
        position: relative;
        bottom: 489px !important;
        left: 70px !important;
    }

    /* .carousel--contant{
        margin: 0px -43px !important;
        width: 100% !important;
        padding: 5px !important;

    } */
    .footer--links {
        flex-wrap: wrap;

    }



    .service--video {
        width: 100% !important;
    }

    .youtube_link {
        position: relative;
        right: 12%;
        top: 94px !important;
    }

    .youtube_link iframe {
        height: 200px !important;
    }

    .image {
        width: 430px !important;
        background-position: center !important;
    }

    .service--img {
        position: relative;
        width: 305px;
        right: 4%;
        height: 175px;
        top: 37px;
    }
}

@media screen and (min-width: 376px) and (max-width: 390px) {
    .item-tect-feature:hover .overlay {
        font-size: 13px;

    }

    .goals--items {
        flex-direction: column;
    }

    .goals--item {
        width: 100%;
        margin: 0px !important;
        height: 50vh;

    }

    .laptop--image {
        width: 462px !important;
        position: relative;
        bottom: 488px !important;
        left: 84px !important;
    }

    /* .carousel--contant{ */
    /* margin: 0px -46px !important;
        width: 100% !important;
    } */
    .footer--links {
        flex-wrap: wrap;

    }

    .youtube_link iframe {
        height: 200px !important;
    }

    .youtube_link {
        top: 102px !important;
    }

    .image {
        width: 430px !important;
        background-position: center !important;
    }

    .service--video {
        width: auto !important;
    }

    .service--img {
        position: relative;
        width: 305px;
        right: 4%;
        height: 175px;
        top: 37px;
    }
}

@media screen and (min-width: 391px) and (max-width: 411px) {
    .lap--view {
        right: -8px !important;
        width: 106% !important;
    }

    .lap--view #youtube_link iframe {

        height: 160px !important;
    }

    .lap--view #youtube_link {

        top: 118px !important;
    }

    .item-tect-feature:hover .overlay {
        font-size: 13px;

    }

    .goals--items {
        flex-direction: column;
    }

    .goals--item {
        width: 100%;
        margin: 0px !important;
        height: 50vh;

    }

    .laptop--image {
        width: 505px !important;
        position: relative;
        bottom: 488px !important;
        left: 83px !important;
    }

    /* .carousel--contant{
        margin: 0px -50px !important;
        width: 100% !important;
    } */
    .footer--links {
        flex-wrap: wrap;

    }
}

@media screen and (min-width: 412px) and (max-width: 425px) {
    .lap--view {
        right: -8px !important;
        width: 106% !important;
    }

    .lap--view #youtube_link iframe {

        height: 160px !important;
    }

    .lap--view #youtube_link {

        top: 118px !important;
    }

    .item-tect-feature:hover .overlay {
        font-size: 13px;

    }

    .goals--items {
        flex-direction: column;
    }

    .goals--item {
        width: 100%;
        margin: 0px !important;
        height: 50vh;

    }

    .laptop--image {
        width: 488px !important;
        position: relative;
        bottom: 488px !important;
        left: 83px !important;
    }

    /* .carousel--contant{
        margin: 0px -48px !important;
        width: 100% !important;
        padding: 5px !important;

    } */
    .footer--links {
        flex-wrap: wrap;

    }

    .youtube_link iframe {
        height: 200px !important;
    }

    .youtube_link {
        top: 102px !important;
    }

    .image {
        width: 430px !important;
        background-position: center !important;
    }

    .service--video {
        width: auto !important;
    }

    .service--img {
        position: relative;
        width: 305px;
        right: 4%;
        height: 175px;
        top: 37px;
    }
}

@media screen and (min-width: 425px) and (max-width: 511px) {
    .item-tect-feature:hover .overlay {
        font-size: 13px;

    }

    .goals--items {
        flex-direction: column;
    }

    .goals--item {
        width: 100%;
        margin: 0px !important;
        height: 50vh;

    }

    .laptop--image {
        width: 513px !important;
        position: relative;
        bottom: 488px !important;
        left: 88px !important;
    }

    /* .carousel--contant{
        margin: 0px -52px !important;
    width: 100% !important;
    padding: 5px !important;
    } */
    .footer--links {
        flex-wrap: wrap;

    }

    .youtube_link iframe {
        height: 200px !important;
    }

    .youtube_link {
        top: 102px !important;
    }

    .image {
        width: 430px !important;
        background-position: center !important;
    }

    .service--video {
        width: auto !important;
    }

    .service--img {
        position: relative;
        width: 305px;
        right: 4%;
        height: 175px;
        top: 37px;
    }
}

@media screen and (min-width: 512px) and (max-width: 768px) {
    .project--content {
        padding: 0px 0px 10px 0px !important;
    }

    .item-tect-feature:hover .overlay {
        font-size: 13px;

    }

    .goals--items {
        flex-wrap: wrap;
        justify-content: center !important;
    }

    .goals--item {
        width: 50%;
        margin: 0px !important;
        height: 50vh;


    }

    .laptop--image {
        /* width: 513px !important; */
        position: relative;
        bottom: 488px !important;
        left: 113px !important;
    }

    /* .carousel--contant{
        margin: 0px -59px !important;
        width: 88% !important;
        padding: 10px !important;

    } */
    .footer--links,
    .feature--item {
        flex-wrap: wrap;

    }

    .div-counters {
        flex-direction: column !important;
    }

    .counters--items {
        width: 90% !important;
        margin: auto !important;
        overflow: hidden;
    }

    .counter--item,
    .counter--item--meddim-2,
    .counter--item--meddim-3,
    .counter--item--last {
        width: 100% !important;

    }

    .counter--item:hover,
    .counter--item--meddim-2:hover,
    .counter--item--meddim-3:hover,
    .counter--item--last:hover {
        background-repeat: no-repeat;
        background-size: cover;
        width: 70%;
    }

    .footer--one {
        display: none;
    }

    .footer--two {
        width: 100% !important;
    }

    .youtube_link iframe {
        height: 310px !important;
    }

    .youtube_link {
        top: 80px !important;
    }

    .image {
        width: 430px !important;
        background-position: center !important;
    }

    .service--video {
        width: auto !important;
    }

    .service--img {
        position: relative;
        width: 305px;
        right: 4%;
        height: 175px;
        top: 37px;
    }

}

@media screen and (min-width: 769px) and (max-width:820px) {
    .item-tect-feature:hover .overlay {
        font-size: 13px;

    }

    .goals--items {
        flex-wrap: wrap;
        justify-content: center !important;
    }

    .goals--item {
        width: 50%;
        margin: 0px !important;
        height: 50vh;


    }

    .laptop--image {
        /* width: 513px !important; */
        position: relative;
        bottom: 488px !important;
        left: 97px !important;
    }

    /* .carousel--contant {
        margin: 0px -58px !important;
        width: 85% !important;
        padding: 10px !important;

    } */
    .footer--links,
    .feature--item {
        flex-wrap: wrap;

    }

    .div-counters {
        flex-direction: column !important;
    }

    .counters--items {
        width: 90% !important;
        margin: auto !important;
        overflow: hidden;
    }

    .counter--item div,
    .counter--item--meddim-2 div,
    .counter--item--meddim-3 div,
    .counter--item--last div {
        justify-content: center;
    }

    .counter--item,
    .counter--item--meddim-2,
    .counter--item--meddim-3,
    .counter--item--last {
        width: 100% !important;

    }

    .counter--item:hover,
    .counter--item--meddim-2:hover,
    .counter--item--meddim-3:hover,
    .counter--item--last:hover {
        background-repeat: no-repeat;
        background-size: cover;
        width: 70%;
    }

    .footer--one {
        display: none;
    }

    .footer--two {
        width: 100% !important;
    }

    div.form {
        position: unset !important;
        width: 100% !important;
    }

    .contact--form {
        height: auto !important;
    }

    .youtube_link iframe {
        height: 320px !important;
    }

    .youtube_link {
        top: 80px !important;
    }

    .image {
        width: 430px !important;
        background-position: center !important;
    }

    .service--video {
        width: auto !important;
    }

    .service--img {
        position: relative;
        width: 305px;
        right: 4%;
        height: 175px;
        top: 37px;
    }

    .project--content {
        padding: 0px 0px 10px 0px !important;
    }
}

@media screen and (min-width: 821px) and (max-width:912px) {
    .item-tect-feature:hover .overlay {
        font-size: 22px;

    }

    .goals--items {
        flex-wrap: wrap;
        justify-content: center !important;
    }

    .goals--item {
        width: 46%;
        margin: 0px !important;
        height: 45vh;


    }

    .laptop--image {
        /* width: 513px !important; */
        position: relative;
        bottom: 488px !important;
        left: 41px !important;
    }

    /* .carousel--contant{
        margin: 0px -15px !important;
        width: 74% !important;
        padding: 10px !important;

    } */
    .footer--links,
    .feature--item {
        flex-wrap: wrap;

    }

    .div-counters {
        flex-direction: column !important;
    }

    .counters--items {
        width: 90% !important;
        margin: auto !important;
        overflow: hidden;
    }

    .counter--item div,
    .counter--item--meddim-2 div,
    .counter--item--meddim-3 div,
    .counter--item--last div {
        justify-content: center;
    }

    .counter--item,
    .counter--item--meddim-2,
    .counter--item--meddim-3,
    .counter--item--last {
        width: 100% !important;

    }

    .counter--item:hover,
    .counter--item--meddim-2:hover,
    .counter--item--meddim-3:hover,
    .counter--item--last:hover {
        background-repeat: no-repeat;
        background-size: cover;
        width: 70%;
    }

    .footer--one {
        display: none;
    }

    .footer--two {
        width: 100% !important;
    }

    div.form {
        position: unset !important;
        width: 100% !important;
    }

    .contact--form {
        height: auto !important;
    }

    .youtube_link iframe {
        height: 320px !important;
    }

    .youtube_link {
        top: 80px !important;
    }

    .image {
        width: 430px !important;
        background-position: center !important;
    }

    .service--video {
        width: auto !important;
    }

    .service--img {
        position: relative;
        width: 305px;
        right: 4%;
        height: 175px;
        top: 37px;
    }
}

@media screen and (min-width: 913px) and (max-width:1024px) {
    .package--content {
        height: 270px !important;
        overflow: auto !important;
        margin-top: 28px !important;
        padding: 30px !important;
    }



    .item-tect-feature:hover .overlay {
        font-size: 14px;

    }

    .goals--items {
        flex-wrap: wrap;
        justify-content: center !important;
    }

    .goals--item {
        width: 31%;
        margin: 0px !important;
        height: 45vh;


    }

    /* .carousel--contant{
        margin: 0px 21px !important;
        width: 65% !important;
        padding: 10px !important;
    } */
    .footer--links,
    .feature--item {
        flex-wrap: wrap;

    }

    /* .div-counters{
        flex-direction: column !important;
    }
    .counters--items{
        width: 90% !important;
        margin: auto !important;
        overflow: hidden;
    }
    .counter--item div,.counter--item--meddim-2 div,.counter--item--meddim-3 div,.counter--item--last div{
       justify-content: center;
    }
    .counter--item,.counter--item--meddim-2,.counter--item--meddim-3,.counter--item--last{
        width: 100% !important;

    }
    .counter--item:hover,.counter--item--meddim-2:hover,.counter--item--meddim-3:hover,.counter--item--last:hover{
        background-repeat: no-repeat;
        background-size: cover;
        width: 70%;
    } */
    .footer--one {
        display: none;
    }

    .footer--two {
        width: 100% !important;
    }

    div.form {
        position: unset !important;
        width: 100% !important;
    }

    .contact--form {
        height: auto !important;
    }

    .youtube_link iframe {
        height: 320px !important;
    }

    .youtube_link {
        top: 80px !important;
    }

    .image {
        width: 430px !important;
        background-position: center !important;
    }

    .service--video {
        width: auto !important;
    }

    .service--img {
        position: relative;
        width: 305px;
        right: 4%;
        height: 175px;
        top: 37px;
    }
}