@import url('https://fonts.googleapis.com/css2?family=Tajawal&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&family=Volkhov:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,800'); */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

:root {

    --primary: #1E354C;
    --secondary: #BC833E;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
div,
* {
    font-family: "Cairo", sans-serif;
    /* font-optical-sizing: auto; */
    font-weight: 400;
    /* font-style: normal;
    font-variation-settings:
      "slnt" 0; */
}

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

.desc-color {
    color: #2A2A2A;
}

.sec-border {
    border-color: var(--secondary) !important;
}

.sec-color {
    color: var(--secondary) !important;
}

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

.bg-sec {
    background-color: var(--secondary);
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-19 {
    font-size: 19px;
    font-weight: 600;
}

.fs-23 {
    font-size: 23px;
    font-weight: 600;
}

.fs-28 {
    font-size: 28px;
    line-height: 52.47px;
}

.fs-33 {
    font-size: 33px;
    font-weight: 700;
    line-height: 39px;
}

.fs-48 {
    font-size: 48px;
    font-weight: 700;
    line-height: 72px;
}

.w-400 {
    font-weight: 400 !important;
}

.w-700 {
    font-weight: 700 !important;
}
.meta--banner {
    background: linear-gradient(270deg, #000000a5 55%, #bc813a92 100%);
    padding: 50px;
    height: 100%;
    width: 100%;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-direction: column;
    color: #fff !important;
}
.page-header {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
    width: 100%;
}
/************ nav style **************/
#navbarCollapse>div>a.nav-item.nav-link.fs-23.me-2 {
    color: #000;
    padding-bottom: 10px;
    padding-top: 25px;
}

#navbarCollapse>div>a.nav-item.nav-link.fs-23.active.me-2 {
    color: var(--secondary) !important;
    border-bottom: 2px solid var(--secondary);
}


.custom-btn div svg#vector2 {
    display: none;
}

.custom-btn:hover div svg#vector2 {
    display: block;

}

.custom-btn:hover div svg#vector {
    display: none;
}

.slider {
    position: relative;
    /* Position relative to the container */
    overflow: hidden;
    /* Hide overflow in case of scaling */
}

.video-overlay {
    position: absolute;
    /* Position it absolutely within the slider */
    top: 49%;
    /* Center it vertically */
    left: 50%;
    /* Center it horizontally */
    transform: translate(-50%, -50%);
    /* Adjust for centering */
    color: white;
    /* Text color */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 50px;
    background-color: rgba(0, 0, 0, 0.3);
    /* Optional: semi-transparent background */
    border-radius: 5px;
    /* Optional: rounded corners */
    z-index: 10;
    /* Ensure it is above the video */
    width: 100%;
    height: 100%;
}

/*******************************************************************/
/*********************section about ********************************/
section.section--about {
    background-image: url("../../front/img/section-bg.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    padding-bottom: 100px;
    padding-top: 100px;
}

.rtl .counter--item {
    border-right: 8px solid var(--secondary);
}
.ltr .counter--item {
    border-left: 8px solid var(--secondary);
}

body.ltr>section>div>div>div:nth-child(1) {
    border-left: none;
}

body.rtl>section>div>div>div:nth-child(1) {
    border-right: none;
}

.about--desc {
    color: #2A2A2A;
    opacity: 85%;
}



/************************** section secvices ****************************/
.section--services {
    background-image: url("../../front/img/ser-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}



/************************** section rate ****************************/
#customer-rate>div.owl-nav {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 50px;
}

#teams>div.owl-nav {
    display: flex;
    gap: 25px;
    margin-top: 50px;
}


.team--card {
    border-left: 10px solid var(--secondary);
    border-bottom: 10px solid var(--secondary);
    border-radius: 8px;
    transition: all 2s ease;
}

.team--card2 {
    border-bottom: 8px solid var(--primary);
    border-left: 10px solid var(--primary);
    border-radius: 10px;
    transition: all 2s ease;
}

.team--card:hover,
.team--card2:hover {
    border: unset;
    transition: all 2s ease;
}

/**************************************** section parteners ****************************/
.partners--section {
    background-image: url("../../front/img/partener.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}


.projects--section {
    background-color: #F8F3EC;
}

.project--item {
    position: relative;
    width: 100%;
}

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

.project--icon {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #bc833e41;
    overflow: hidden;
    width: 410px;
    height: 320px;
    border-radius: 12px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s ease;
    transition: .3s ease;

}

.project--icon .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;
}



#view--image {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}

#view--image .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* The Close Button */
#view--image .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

#view--image .close:hover,
#view--image .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    #view--image .modal-content {
      width: 100%;
    }
  }



/************************************** section qr code ****************************/
.section--qrcode{
    background-image: url("../../front/img/contact.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.section--contact{
    background-image: url("../../front/img/contact.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

















.values--div div:nth-of-type(even) {
  margin-top: 100px ;
  }

/*********************** medaia query ***********************/

@media screen and (min-width: 1550px) {
    .fm-48 {
        font-size: 48px;
    }

    .slider--title {
        font-size: 36px;
    }

    .slider--desc {
        font-size: 24px;
    }
}


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

    .slider--title,
    .slider--desc {
        width: 75%;
    }
}
@media screen and (max-width: 1024px) {

    .values--div{
        flex-wrap: wrap;
        gap: 30px;
    }
    .values--div div{
        margin-top: 30px !important;
    }

    .section--contact div div,
    .section--qrcode div div{
        flex-wrap: wrap;
        align-items: center !important;
        justify-content: center !important;
        text-align: center;
        padding: 10px;
    }

    .counter--item {
        border: unset !important;
    }
    .top--header{
        display: none !important;
    }
    .project--item img {
        width: 100% !important;
    }
}





/******************************************************************/
