@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500&family=Tajawal:wght@500&display=swap');
@import url('https://fonts.cdnfonts.com/css/myriad-pro');
@import url(https://db.onlinewebfonts.com/c/125063e353c1f65c55ba1e3811969217?family=GE+SS+Two+Medium);
/* 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;
    /* font-family: 'Myriad Pro', sans-serif; */
}

/* p, a {
    font-weight: 600!important;
} */

.nav-active,.navbar-nav a.nav-item.nav-link:hover{
    color: var(--primary) !important;
    border: 1px solid var(--primary);
    border-radius: 24px 0px;
}

.navbar-nav a.nav-item.nav-link{
    padding: 5px 20px;
    color: #000;
    font-size: 16px;
    line-height: 36px;
    font-weight: 700;
}
.main-color{
    color: var(--primary);
}
.sec-color{
    color: var(--secondary) !important;
}
.bg-main{
    background: var(--primary) !important;
}
.bg-sec{
    background: var(--secondary) !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: 15px 30px;
    border-radius: 50px;
}


.home--slider{
    position: relative;
    top: -115px;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: top  left;
    background-repeat: no-repeat;
    padding: 10px 0px 10px 10px
}
.slider--span{
    background-color: #38512526;
    font-weight: 700;
    color: var(--secondary);
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 20px;
}
.slider--img{
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

}

.slider--title *    {
    font-size: 48px;
    line-height: 50px !important;
    font-weight: bold!important;
    font-weight: 700 !important;
    /* color: var(--primary) !important; */

}


.cat--item.cat-active{
    /* border: 1px solid var(--secondary); */
    /* border-radius: 18px; */
    padding: 10px;
    background-color:#B58050 ;
    color: white!important;
    border-radius: 24px 0px;
}
.cat--item{
    padding: 10px;
    color: #fff;
    border-radius: 24px 0px;
    border: 1px solid var(--primary);
    color: var(--primary)!important;
}

.cat--item a:hover{
    color: var(--primary)!important;
}

.cat--item.cat-active a:hover{
    color: #fff!important;
}

  /* Media queries - Responsive timeline on screens less than 600px wide */
  @media screen and (max-width: 600px) {

  }



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

}


.counter--item{
    background-color: var(--primary);
    border-radius: 40px 0px;
    padding: 20px;
    color:#fff !important
}
.counter--item:hover{
    background-color: #815B39;
}

.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);
}
.dropdown-menu[data-bs-popper] {
    top: 100%;
    /* right: 0 !important; */
    left: 0 !important;
    margin-top: 0.125rem;
}
.copyright{
    background-color: #4C3622;
    padding: 10px;
    /* border-top: 1px solid #fff; */
}
.contact--foot{
    background-image: url('../images/bg-fo.png');
    background-position: center;
    background-size: contain;
    height: 350px;
    background-repeat: no-repeat;
    position: relative;
    top: 100px;
}
.m--contact--foot{
    padding: 30px 0px;
    background-image: url('../images/bg-fo.png');
    background-position: center;
    background-size: cover;
    height: 550px;
    background-repeat: no-repeat;

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

}
.footer--links a{
    padding: 7px 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: var(--primary);
}
.bg-foot{
    background-image: url(../images/bg-foot.png);
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.page-header{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
    width: 100%;
    position: relative;
}
.bg-liner{
    background-image: linear-gradient(to bottom left, #319785, #206155, #123831, #11352F, #10312B);

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 300px; */
    width: 100%;
}
#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:12px 0px 0px 12px;

}

.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: #bda771d2;
    height: 100%;
}
.product_image{
    width: 80%;
    height: 72%;
    object-fit: contain;
    position: relative;
    left: 10.1%;
    top: 54px;
}

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

.contact--section{
    background-image: url(../images/bg-contact.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 200px; */

}

.btn--custom,.btn--custom-2:hover{
    border-radius: 24px 0px;
    background-color: var(--primary)!important;
    color: #fff !important;
    border:1px solid var(--primary);

    padding: 8px 20px;
}
/* .btn--custom:hover{
    border-radius: 100px;
    background-color: #fff;
    color: var(--secondary);
    border:1px solid var(--secondary);
} */
.btn--custom-2{
    border-radius: 24px 0px;
    background-color: transparent!important;
    color: #fff !important;
    border:1px solid var(--primary);

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

}

.package--item{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    min-height: 600px;
    width: 100%;
}
@media screen and (max-width: 1024px) {

}


@media screen and (max-width: 360px) {


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

    }


    .text-slider-mobile {
        line-height: 17px !important;
        font-size: 15px!important;
    }
    .text-slider-mobile *{
        /* font-size: 10px!important; */
        line-height: 17px!important;
    }
    .btn-mobile {
        padding: 9px 20px;
        font-size: 12px;
    }

    .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;
        left: 25%;
        height: 175px;
        top: 37px;
    }
}
@media (min-width: 1920px) and (min-height: 478px)  {


    .text-title-description-baner {
        margin-top: 120px;
        /* margin-right: 120px; */
    }
    .title-slider-bg-screen *{
        font-size: 50px!important;
        line-height: 60px!important;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .title-slider-bg-screen {
        font-size: 30px!important;
        line-height: 42px !important;
        /* font-weight: 700; */
        margin-bottom: 20px;
    }
    a.btn-big-screen  {
        font-size: 19px;
    }
}
@media screen and (min-width: 361px) and (max-width: 375px) {

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

    }

    .text-slider-mobile *{
        font-size: 10px!important;
        line-height: 17px!important;
    }
    .btn-mobile {
        padding: 9px 20px;
        font-size: 12px;
    }
    .service--video{
        width: 100% !important;
    }
    .youtube_link{
        position: relative;
        left: 12%;
        top: 94px !important;
    }
    .youtube_link iframe{
        height: 200px !important;
    }
    .image{
            width: 325px !important;
            background-position: center !important;
    }
    .service--img {
        position: relative;
        width: 305px;
        left: 25%;
        height: 175px;
        top: 37px;
    }
}
@media screen and (min-width: 376px) and (max-width: 390px) {

    .carousel--contant{
        margin: 0px -46px !important;
        width: 100% !important;
    }

    .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;
        left:25%;
        height: 175px;
        top: 37px;
    }
}
@media screen and (min-width: 391px) and (max-width: 411px) {
    .lap--view{
        left: -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;
        right: 83px !important;
    }
    .carousel--contant{
        margin: 0px -50px !important;
        width: 100% !important;
    }

}
@media screen and (min-width: 412px) and (max-width: 425px) {
    .lap--view{
        left: -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;
        right: 83px !important;
    }
    .carousel--contant{
        margin: 0px -48px !important;
        width: 100% !important;
        padding: 5px !important;

    }

    .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;
        left:25%;
        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;
        right: 88px !important;
    }
    .carousel--contant{
        margin: 0px -52px !important;
    width: 100% !important;
    padding: 5px !important;
    }

    .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;
        left: 25%;
        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: 685px !important;
        position: relative;
        bottom: 488px !important;
        right: 115px !important;
    }
    .carousel--contant{
        margin: 0px -67px !important;
        width: 100% !important;
        padding: 10px !important;

    }
    .feature--item{
        flex-wrap: wrap;

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

    .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;
        left: 25%;
        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;
        right: 90px !important;
    }
    .carousel--contant{
        margin: 0px -58px !important;
        width: 85% !important;
        padding: 10px !important;

    }
    .feature--item{
        flex-wrap: wrap;

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

    .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;
        left: 25%;
        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;
        right: 41px !important;
    }
    .carousel--contant{
        margin: 0px -15px !important;
        width: 74% !important;
        padding: 10px !important;

    }
    .feature--item{
        flex-wrap: wrap;

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

    .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;
        left: 25%;
        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;
    }
    .package--item{
        min-height: 510px !important;
    }
    .item-tect-feature:hover .overlay{
        font-size: 14px;

    }
    .goals--items{
        flex-wrap: wrap;
        justify-content: center !important;
    }
    .goals--item{
        width: 46%;
        margin: 0px !important;
        height: 45vh;


    }

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

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

    .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;
        left: 25%;
        height: 175px;
        top: 37px;
    }
}

.row-column {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
  }

/* Create four equal columns that sits next to each other */
.column {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
  }

  .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
  }

  /* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .column {
      -ms-flex: 50%;
      flex: 50%;
      max-width: 50%;
    }
  }

  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .column {
      -ms-flex: 100%;
      flex: 100%;
      max-width: 100%;
    }
  }


  .image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
  }

  .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #b58050db;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s ease;
    transition: .3s ease;
    border-radius: 20px;
    padding: 20px;

  }

  .project--item {
    position: relative;
  }
  .project--item:hover .overlay {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

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

  }
  .title--banner {

    width: 90%;
    margin: auto;
    /* text-align: center; */
    padding: 20px;
    height: 90%;
    border-radius: 70px 0px!important;
    padding: 66px 66px !important;
    position: relative;
    z-index: 3;
}
.overlay-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, #081e1ac5, #553920ce);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #333;
    z-index: 1;
}

.owl-dots {
    display: flex!important;
    justify-content: center!important;
}
.owl-dots button {
    width: 20px!important;
    height: 20px!important;
    border-radius: 50%!important;
    margin: 0 5px!important;
    /* background: #ccc!important; */
    /* border: none!important; */
    /* outline: none!important; */
    border: 1px solid #B58050;
    background-color: white;
}

.owl-dots button.active {
    background-color: #B58050;
}

.text-slider-mobile {
    line-height: 17px !important;
    font-size: medium!important;
}

.rtl-icon {
    transform: rotateY(181deg);
}



.slider--description * {
    color: white!important;

    font-weight: 500 !important;
    line-height: 25px !important;

    font-size: 20px!important;
}

.text-slider-mobile * {
    line-height: 17px !important;
    font-size: medium!important;
}

.slider--description-mobile p {
    font-weight: 500 !important;
    line-height: 21px !important;
}

.title-slider-mobile-p *{
    font-size: x-large !important;
    line-height: 30px !important;
}

.owl-prev{

    background-color: unset;
    border-radius: 50%;
    border: unset;

}

.owl-prev span
{
    font-size: 50px;
    /* margin-left: 31px; */
    color: #DDC5AF;
}

.owl-next span
{
    font-size: 50px;
    /* margin-left: 31px; */
    color: #B58050;
}

.owl-next{


    background-color: unset;
    border-radius: 50%;
    border: unset;
}

.owl-nav {
    display: flex;
    gap: 20px;
    flex-direction: row;
    align-content: space-around;
    justify-content: center;
}
