@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: #C18E19;
}

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

#sliders > div.owl-nav{
    display: flex
;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    width: 100%;
}
.custom-border {
    border-radius: 10px;
    border: 2px solid #FDB235 !important;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);}
.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-500 {
    font-weight: 500 !important;
}


div.owl-dots {
    display: flex !important
;
    justify-content: center !important;

}
#sliders > div.owl-dots {
    display: flex !important
;
    justify-content: center !important;
    position: absolute;
    top: 90%;
    width: 100%;
}

.owl-dots div {
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    margin: 5px 5px !important;
    /* background: #ccc !important; */
    /* border: none !important; */
    /* outline: none !important; */
    background-color: #a2a2a2;
}

.owl-dots div.active {
    width: 40px !important;
    height: 20px !important;
    border-radius: 50px !important;

    background-color: #19648D;
}
.w-700 {
    font-weight: 700 !important;
}
.meta--banner {
    background: linear-gradient(270deg, #00000039 55%, #0000003f 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: 650px;
    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;
}

#sliders > div.owl-dots > div:nth-child(2){

}
#navbarCollapse > div > a{
    color: #2491CD !important;
}

#navbarCollapse > div > a.nav-item.nav-link.fs-5.active.me-2{
   border: none;
   color: #2491CD !important;
   font-weight: bold !important;
}


/* counter */
.rtl .counter--item {
    border: none;
}
.ltr .counter--item {
    border: none;
}

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%;
    text-align: justify;
}


/* about */

body > section.section--about.pt-0{
    background-image: none;
}

/* line shape with a dot */
.lineContainer {
    display: flex;
    align-items: center;
    padding: 20px;
  }

.circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #2491CD;
}

.line {
  height: 4px;
  flex-grow: 1;
  background-color: #2491CD;
  margin-left: 0;
}

/* arrow of the slider in teams section */

#teams > div.owl-nav {
    position: absolute;
    top: -90px; /* Adjust this value as needed */
    left: 100px;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

#teams > div.owl-nav button {
    background: none !important;
    border: none !important;
}

/************************** section secvices ****************************/
.section--services {
    background: rgba(217, 217, 217, 0.24);
        /* 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%;
    overflow: hidden;
    border-radius: 16px;

}

.project--item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 1s ease;
    cursor: zoom-in;



}

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


/* Our activites */

.ImagesContainer {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 equal columns */
    grid-template-rows: auto auto; /* Two rows */
    gap: 10px;
    /* max-width: 1000px; */
    margin: 20px auto;
    padding: 10px;
}

.image-container {
    width: 100%;
    height: 100%;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

/* Grid placement (Flipped Layout) */
.item1 { grid-column: 3 / 4; grid-row: 1 / 3; } /* Large right-side image */
.item2 { grid-column: 1 / 2; grid-row: 1 / 2; } /* Top left image */
.item3 { grid-column: 2 / 3; grid-row: 1 / 2; } /* Top left image */
.item4 { grid-column: 1 / 2; grid-row: 2 / 3; } /* Bottom left image */
.item5 { grid-column: 2 / 3; grid-row: 2 / 3; } /* Bottom left image */

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        grid-template-columns: 1fr; /* Single column */
        grid-template-rows: auto;
    }
    .item1, .item2, .item3, .item4, .item5 {
        grid-column: 1 / 2;
        grid-row: auto;
    }
    .fs-33{
        font-size: 25px !important;
    }
    .meta--banner{
        padding: 10px !important;
        height: 100% !important;
    }
}

#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.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.section--contact{
    background-image: url("../../front/img/contact.jpeg");
    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;
    }
    body > nav.navbar.navbar-expand-lg {
        position: unset !important;
        border-radius: none !important;
    }
}





/******************************************************************/
.rtl .accordion-button::after {
    margin-right: auto !important;
    margin-left: unset !important;
    padding: 15px;
    display: grid;
    color: #000000;
    place-content: center;
    font-size: 18px;
    font-weight: 900;
}
.accordion-item{
    border: none !important;
}

.accordion-button:not(.collapsed) {

    box-shadow: unset !important
}

.step--item::after {
    content: '' !important;
    position: absolute !important;
    top: -5% !important;
    left: -5% !important;
    width: 200px;
    height: 200px;
    background-color: #FCA600;
    z-index: 9;
}
.step--item::before {
    content: '' !important;
    position: absolute !important;
    bottom: -5% !important;
    right: -5% !important;
    width: 200px;
    height: 200px;
    background-color: #FCA600;
    z-index: 9;
}

.alert--msg{
    animation: shadowAnimation 1s infinite;
}

@keyframes shadowAnimation {
    0% {
        box-shadow: 0 0 10px #FCA600;
    }
    50% {
        box-shadow: 0 0 20px #FCA600;
    }
    100% {
        box-shadow: 0 0 10px #FCA600;
    }
}
