tabexseriescomponents 0.2.1219 → 0.2.1221
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +284 -69
- package/dist/index.esm.js +284 -69
- package/dist/index.umd.js +284 -69
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -25909,6 +25909,11 @@ var CardsSection = function CardsSection(props) {
|
|
|
25909
25909
|
actions: actions,
|
|
25910
25910
|
openFilterSlider: openFilterSlider,
|
|
25911
25911
|
setopenFilterSlider: setopenFilterSlider
|
|
25912
|
+
}), authdetailsContext.instinfo.instid == '69919ebd7f6cc' && sectionproperties.showFilter == 'show' && /*#__PURE__*/React.createElement(CollectionsFilterHorizontal, {
|
|
25913
|
+
sectionpropertiesprops: sectionproperties,
|
|
25914
|
+
actions: actions,
|
|
25915
|
+
openFilterSlider: openFilterSlider,
|
|
25916
|
+
setopenFilterSlider: setopenFilterSlider
|
|
25912
25917
|
}), sectionproperties.showproductgroupbytitle == 'Show' && GroupByTitleSection(), sectionproperties.showFilter == 'show' && /*#__PURE__*/React.createElement("div", {
|
|
25913
25918
|
className: sectionproperties.filterdirection == 'Horizontal' || sectionproperties.filterdirection == 'Collections Vertical' ? 'col-lg-12 d-flex p-0' : sectionproperties.numofcols == '2' ? 'col-lg-2 d-flex' : 'col-lg-3 d-flex'
|
|
25914
25919
|
}, /*#__PURE__*/React.createElement(Filter$1, {
|
|
@@ -36160,7 +36165,6 @@ styleInject(css_248z$v);
|
|
|
36160
36165
|
function ownKeys$20(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
36161
36166
|
function _objectSpread$20(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$20(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$20(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
36162
36167
|
var SubheaderDropdown = function SubheaderDropdown(props) {
|
|
36163
|
-
var _authdetailsContext$i2;
|
|
36164
36168
|
props.actions;
|
|
36165
36169
|
props.actions.lang;
|
|
36166
36170
|
var langdetect = props.actions.langdetect;
|
|
@@ -36355,7 +36359,22 @@ var SubheaderDropdown = function SubheaderDropdown(props) {
|
|
|
36355
36359
|
borderRadius: sectionproperties.respiconborderradius + 'px',
|
|
36356
36360
|
backgroundColor: sectionproperties.respiconbgcolor,
|
|
36357
36361
|
color: sectionproperties.resp_sidenav_color
|
|
36358
|
-
})
|
|
36362
|
+
}),
|
|
36363
|
+
navbar_item_text: css(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({
|
|
36364
|
+
color: sectionproperties.header_fontColor,
|
|
36365
|
+
fontSize: sectionproperties.header_fontSize + 'px',
|
|
36366
|
+
textTransform: sectionproperties.header_textTransform,
|
|
36367
|
+
fontWeight: sectionproperties.header_textfontweight,
|
|
36368
|
+
marginLeft: '10px',
|
|
36369
|
+
marginRight: '10px',
|
|
36370
|
+
transition: 'transform 0.3s cubic-bezier(0.2, 1, 0.8, 1)'
|
|
36371
|
+
}, "transition", '0.3s'), "padding", 0), ':hover', {
|
|
36372
|
+
color: sectionproperties.header_fontColoronhover
|
|
36373
|
+
}), ':before', {
|
|
36374
|
+
background: sectionproperties.header_fontColoronhover
|
|
36375
|
+
}), ':after', {
|
|
36376
|
+
background: sectionproperties.header_fontColoronhover
|
|
36377
|
+
}))
|
|
36359
36378
|
};
|
|
36360
36379
|
var _useState7 = useState([]),
|
|
36361
36380
|
_useState8 = _slicedToArray(_useState7, 2),
|
|
@@ -36535,61 +36554,240 @@ var SubheaderDropdown = function SubheaderDropdown(props) {
|
|
|
36535
36554
|
}
|
|
36536
36555
|
}));
|
|
36537
36556
|
};
|
|
36538
|
-
|
|
36539
|
-
|
|
36540
|
-
|
|
36541
|
-
|
|
36542
|
-
|
|
36543
|
-
|
|
36544
|
-
|
|
36545
|
-
|
|
36546
|
-
|
|
36557
|
+
var ParentCollectionsAccordion = function ParentCollectionsAccordion() {
|
|
36558
|
+
return /*#__PURE__*/React.createElement(Accordion, {
|
|
36559
|
+
allowMultipleExpanded: false,
|
|
36560
|
+
allowZeroExpanded: true
|
|
36561
|
+
}, pcollarray.map(function (item, index) {
|
|
36562
|
+
if (item.isshowntocustomers == 1) {
|
|
36563
|
+
var _item$collections;
|
|
36564
|
+
return /*#__PURE__*/React.createElement(AccordionItem, {
|
|
36565
|
+
uuid: index
|
|
36566
|
+
}, /*#__PURE__*/React.createElement(AccordionItemHeading, {
|
|
36567
|
+
onClick: function onClick() {
|
|
36568
|
+
setChoosenindex(index);
|
|
36569
|
+
}
|
|
36570
|
+
}, /*#__PURE__*/React.createElement(AccordionItemButton, null, /*#__PURE__*/React.createElement("div", {
|
|
36571
|
+
className: ' row m-0 p-0 mb-2 '
|
|
36572
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
36573
|
+
className: ' row m-0 w-100 px-3 '
|
|
36574
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
36575
|
+
className: "col-10 p-0 text-start"
|
|
36576
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
36577
|
+
className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 '
|
|
36578
|
+
}, langdetect == 'en' ? item.title_en : item.title_ar)), /*#__PURE__*/React.createElement("div", {
|
|
36579
|
+
className: "col-lg-2 col-md-2 col-sm-2 p-0 text-end"
|
|
36580
|
+
}, /*#__PURE__*/React.createElement(AccordionItemState, null, function (state) {
|
|
36581
|
+
if (state.expanded == true) {
|
|
36582
|
+
return /*#__PURE__*/React.createElement("i", {
|
|
36583
|
+
className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
36584
|
+
}, /*#__PURE__*/React.createElement(FiChevronDown, {
|
|
36585
|
+
style: {
|
|
36586
|
+
// color: '#000',
|
|
36587
|
+
fontSize: 15
|
|
36588
|
+
}
|
|
36589
|
+
}));
|
|
36590
|
+
} else {
|
|
36591
|
+
return /*#__PURE__*/React.createElement("i", {
|
|
36592
|
+
className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
36593
|
+
}, /*#__PURE__*/React.createElement(FiChevronUp, {
|
|
36594
|
+
style: {
|
|
36595
|
+
// color: '#000',
|
|
36596
|
+
fontSize: 15
|
|
36597
|
+
}
|
|
36598
|
+
}));
|
|
36599
|
+
}
|
|
36600
|
+
}))), /*#__PURE__*/React.createElement("div", {
|
|
36601
|
+
className: "col-lg-12 p-0"
|
|
36602
|
+
}, /*#__PURE__*/React.createElement("hr", {
|
|
36603
|
+
className: "mt-4 mb-4",
|
|
36604
|
+
style: {
|
|
36605
|
+
borderColor: sectionproperties.resp_header_separatorbg
|
|
36606
|
+
}
|
|
36607
|
+
}))))), /*#__PURE__*/React.createElement(AccordionItemPanel, {
|
|
36608
|
+
className: "p-0"
|
|
36609
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
36610
|
+
className: "row mt-0 mb-2 ml-0 mr-0 d-lg-flex"
|
|
36611
|
+
}, Choosenindex.length != 0 && (item === null || item === void 0 ? void 0 : item.collections.length) != 0 && (item === null || item === void 0 || (_item$collections = item.collections) === null || _item$collections === void 0 ? void 0 : _item$collections.map(function (collitem, collindex) {
|
|
36612
|
+
if (collitem.isshowntocustomers == 1) {
|
|
36613
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
36614
|
+
"class": "col-lg-12 p-0"
|
|
36615
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
36616
|
+
className: ' row m-0 p-0 mb-2 '
|
|
36617
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
36618
|
+
className: ' row m-0 w-100 px-5 '
|
|
36619
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
36620
|
+
className: "col-10 p-0 text-start",
|
|
36621
|
+
onClick: function onClick() {
|
|
36622
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + collitem.collectionid);
|
|
36623
|
+
}
|
|
36624
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
36625
|
+
className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 '
|
|
36626
|
+
}, langdetect == 'en' ? collitem.title_en : collitem.title_ar))), /*#__PURE__*/React.createElement("div", {
|
|
36627
|
+
className: "col-lg-12 p-0"
|
|
36628
|
+
}, /*#__PURE__*/React.createElement("hr", {
|
|
36629
|
+
className: "mt-4 mb-4",
|
|
36630
|
+
style: {
|
|
36631
|
+
borderColor: sectionproperties.resp_header_separatorbg
|
|
36632
|
+
}
|
|
36633
|
+
}))));
|
|
36634
|
+
}
|
|
36635
|
+
})))));
|
|
36636
|
+
}
|
|
36637
|
+
}));
|
|
36638
|
+
};
|
|
36639
|
+
var CollectionsAccordion = function CollectionsAccordion() {
|
|
36640
|
+
var _authdetailsContext$i;
|
|
36641
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
36642
|
+
className: ' row m-0 w-100'
|
|
36643
|
+
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 || (_authdetailsContext$i = _authdetailsContext$i.instcollections) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.map(function (collitem, collindex) {
|
|
36644
|
+
if (collitem.isshowntocustomers == 1 == 1) {
|
|
36645
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
36646
|
+
className: ' row m-0 p-0 mb-2 w-100 '
|
|
36647
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
36648
|
+
className: "col-12 p-0 text-start px-3",
|
|
36649
|
+
onClick: function onClick() {
|
|
36650
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + collitem.collectionid);
|
|
36651
|
+
}
|
|
36652
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
36653
|
+
className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 '
|
|
36654
|
+
}, langdetect == 'en' ? collitem.title_en : collitem.title_ar)), /*#__PURE__*/React.createElement("div", {
|
|
36655
|
+
className: "col-lg-12 p-0"
|
|
36656
|
+
}, /*#__PURE__*/React.createElement("hr", {
|
|
36657
|
+
className: "mt-4 mb-4",
|
|
36658
|
+
style: {
|
|
36659
|
+
borderColor: sectionproperties.resp_header_separatorbg
|
|
36660
|
+
}
|
|
36661
|
+
})));
|
|
36662
|
+
}
|
|
36663
|
+
}));
|
|
36664
|
+
};
|
|
36665
|
+
if (authdetailsContext.instinfo.instid == '6978ef34b2564') {
|
|
36666
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
36667
|
+
"class": 'col-12 allcentered cursor-pointer',
|
|
36668
|
+
onClick: function onClick() {},
|
|
36669
|
+
style: {}
|
|
36670
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
36671
|
+
className: "row m-0 w-100"
|
|
36672
|
+
}, /*#__PURE__*/React.createElement(Accordion, {
|
|
36673
|
+
allowMultipleExpanded: false,
|
|
36674
|
+
allowZeroExpanded: true
|
|
36675
|
+
}, pcollarray.map(function (item, index) {
|
|
36676
|
+
if (item.isshowntocustomers == 1) {
|
|
36677
|
+
var _item$collections2;
|
|
36678
|
+
return /*#__PURE__*/React.createElement(AccordionItem, {
|
|
36679
|
+
uuid: index
|
|
36680
|
+
}, /*#__PURE__*/React.createElement(AccordionItemHeading, {
|
|
36681
|
+
onClick: function onClick() {
|
|
36682
|
+
setChoosenindex(index);
|
|
36683
|
+
}
|
|
36684
|
+
}, /*#__PURE__*/React.createElement(AccordionItemButton, null, /*#__PURE__*/React.createElement("div", {
|
|
36685
|
+
className: ' row m-0 p-0 mb-2 allcentered '
|
|
36686
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
36687
|
+
"class": "".concat(headerstyles$9.link, " ").concat(header_cssstyles.navbar_item_text) + ' p-0 mb-0 px-3 py-2 '
|
|
36688
|
+
}, langdetect == 'en' ? item.title_en : item.title_ar), /*#__PURE__*/React.createElement(AccordionItemState, null, function (state) {
|
|
36689
|
+
if (state.expanded == true) {
|
|
36690
|
+
return /*#__PURE__*/React.createElement("i", {
|
|
36691
|
+
className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
36692
|
+
}, /*#__PURE__*/React.createElement(FiChevronDown, {
|
|
36693
|
+
style: {
|
|
36694
|
+
color: sectionproperties.header_fontColor,
|
|
36695
|
+
fontSize: 15
|
|
36696
|
+
}
|
|
36697
|
+
}));
|
|
36698
|
+
} else {
|
|
36699
|
+
return /*#__PURE__*/React.createElement("i", {
|
|
36700
|
+
className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
36701
|
+
}, /*#__PURE__*/React.createElement(FiChevronUp, {
|
|
36702
|
+
style: {
|
|
36703
|
+
color: sectionproperties.header_fontColor,
|
|
36704
|
+
fontSize: 15
|
|
36705
|
+
}
|
|
36706
|
+
}));
|
|
36707
|
+
}
|
|
36708
|
+
})))), /*#__PURE__*/React.createElement(AccordionItemPanel, {
|
|
36709
|
+
className: "p-0"
|
|
36710
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
36711
|
+
className: "row mt-0 mb-2 ml-0 mr-0 d-lg-flex"
|
|
36712
|
+
}, Choosenindex.length != 0 && (item === null || item === void 0 ? void 0 : item.collections.length) != 0 && (item === null || item === void 0 || (_item$collections2 = item.collections) === null || _item$collections2 === void 0 ? void 0 : _item$collections2.map(function (collitem, collindex) {
|
|
36713
|
+
if (collitem.isshowntocustomers == 1) {
|
|
36714
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
36715
|
+
"class": "col-lg-12 p-0 text-center mb-2",
|
|
36716
|
+
onClick: function onClick() {
|
|
36717
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + collitem.collectionid);
|
|
36718
|
+
}
|
|
36719
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
36720
|
+
className: "".concat(headerstyles$9.link, " ").concat(header_cssstyles.navbar_item_text) + ' mb-0 p-0 ',
|
|
36721
|
+
style: {
|
|
36722
|
+
fontSize: 14,
|
|
36723
|
+
fontWeight: 400
|
|
36724
|
+
}
|
|
36725
|
+
}, langdetect == 'en' ? collitem.title_en : collitem.title_ar));
|
|
36726
|
+
}
|
|
36727
|
+
})))));
|
|
36728
|
+
}
|
|
36729
|
+
}))));
|
|
36730
|
+
} else {
|
|
36731
|
+
var _authdetailsContext$i2;
|
|
36732
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
36733
|
+
className: "row m-0 w-100 accordionContainer anim",
|
|
36734
|
+
style: {
|
|
36735
|
+
position: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.instid) == '68319d088f13e' ? 'fixed' : sectionproperties.respheaderposition,
|
|
36736
|
+
// position: window.location.pathname == '/home' ? sectionproperties.respheaderposition : 'relative',
|
|
36737
|
+
zIndex: 999,
|
|
36738
|
+
top: sectionproperties.respheaderposition == 'absolute' || sectionproperties.respheaderposition == 'fixed' ? '50px' : 0
|
|
36739
|
+
}
|
|
36740
|
+
}, sectionproperties.subheaderParentType == 'Categories' && CategoriesAccordion(), sectionproperties.subheaderParentType == 'Parent Collections' && ParentCollectionsAccordion(), sectionproperties.subheaderParentType == 'Collections' && CollectionsAccordion());
|
|
36741
|
+
}
|
|
36547
36742
|
};
|
|
36548
36743
|
|
|
36549
|
-
function ownKeys$1$(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);r&&(o=o.filter(function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable;})),t.push.apply(t,o);}return t;}function _objectSpread$1$(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?ownKeys$1$(Object(t),!0).forEach(function(r){_defineProperty(e,r,t[r]);}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ownKeys$1$(Object(t)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r));});}return e;}var Simpleheader=function Simpleheader(props){var _authdetailsContext$i,_authdetailsContext$i2,_header_cssstyles,_authdetailsContext$i3,_authdetailsContext$i4,_authdetailsContext$i5,_authdetailsContext$i6,_authdetailsContext$i7,
|
|
36744
|
+
function ownKeys$1$(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);r&&(o=o.filter(function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable;})),t.push.apply(t,o);}return t;}function _objectSpread$1$(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?ownKeys$1$(Object(t),!0).forEach(function(r){_defineProperty(e,r,t[r]);}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ownKeys$1$(Object(t)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r));});}return e;}var Simpleheader=function Simpleheader(props){var _authdetailsContext$i,_authdetailsContext$i2,_header_cssstyles,_authdetailsContext$i3,_authdetailsContext$i4,_authdetailsContext$i5,_authdetailsContext$i6,_authdetailsContext$i7,_logoarrayofobjects$,_logoarrayofobjects$2,_authdetailsContext$i8,_authdetailsContext$i25,_fetchcustomercartQue,_fetchcustomercartQue2,_fetchcustomercartQue3,_authdetailsContext$c,_authdetailsContext$i26,_authdetailsContext$i27,_authdetailsContext$i28,_authdetailsContext$c2,_authdetailsContext$c3,_authdetailsContext$i29,_authdetailsContext$i30,_authdetailsContext$i31,_authdetailsContext$i33,_logoarrayofobjects$3,_logoarrayofobjects$4,_authdetailsContext$i34,_authdetailsContext$i35,_authdetailsContext$i36,_logoarrayofobjects$5,_logoarrayofobjects$6,_authdetailsContext$i37,_authdetailsContext$i52,_fetchcustomercartQue4,_fetchcustomercartQue5,_fetchcustomercartQue6,_authdetailsContext$c4,_authdetailsContext$i53,_authdetailsContext$i54,_authdetailsContext$i55,_authdetailsContext$c5,_authdetailsContext$c6,_authdetailsContext$i56,_authdetailsContext$i57,_authdetailsContext$i58,_authdetailsContext$i60,_logoarrayofobjects$7,_logoarrayofobjects$8,_authdetailsContext$i61,_authdetailsContext$i62,_logoarrayofobjects$9,_logoarrayofobjects$0,_fetchcustomercartQue7,_fetchcustomercartQue8,_fetchcustomercartQue9,_authdetailsContext$c7,_authdetailsContext$i63,_authdetailsContext$i64,_authdetailsContext$i65,_authdetailsContext$c8,_authdetailsContext$c9,_authdetailsContext$i66,_authdetailsContext$i67,_authdetailsContext$i68,_logoarrayofobjects$1,_logoarrayofobjects$10;var actions=props.actions;var _useState=useState(''),_useState2=_slicedToArray(_useState,2),sectionproperties=_useState2[0],setsectionproperties=_useState2[1];var LogoutMutationContext=props.actions.LogoutMutationContext;var fetchcustomercartQueryContext=props.actions.fetchcustomercartQueryContext;var setsidecartnavshowcontext=props.actions.setsidecartnavshowcontext;var setSearchHeaderInputContext=props.actions.setSearchHeaderInputContext;var StatePagePropertiesContext=props.actions.StatePagePropertiesContext;var lang=props.actions.lang;var langdetect=props.actions.langdetect;var setlang=props.actions.setlang;props.actions.scrollcontext;var templatepropcontext=props.actions.templatepropcontext;var authdetailsContext=props.actions.authdetailsContext;var templateproperties_context=props.actions.templateproperties_context;var favoriteprojectscountContext=props.actions.favoriteprojectscountContext;var routingcountext=props.actions.routingcountext;var StaticPagesLinksContext=props.actions.StaticPagesLinksContext;var ikimagecredcontext=props.actions.ikimagecredcontext;var scrollYposittionprops=props.actions.scrollYposittionprops;var setcurrencyfunccontext=props.actions.setcurrencyfunccontext;// const [openSearchBar, setopenSearchBar] = useState(false);
|
|
36550
36745
|
var _useState3=useState([]),_useState4=_slicedToArray(_useState3,2),logoarrayofobjects=_useState4[0],setlogoarrayofobjects=_useState4[1];var searchbarCanvasContext=props.actions.searchbarCanvasContext;var setsearchbarCanvasContext=props.actions.setsearchbarCanvasContext;props.actions.openmenuCanvasprops;var _useState5=useState(false),_useState6=_slicedToArray(_useState5,2),menuactive=_useState6[0],setmenuactive=_useState6[1];var _useState7=useState(false),_useState8=_slicedToArray(_useState7,2),menuactiveee=_useState8[0],setmenuactiveee=_useState8[1];var _useState9=useState(false),_useState0=_slicedToArray(_useState9,2),isolationmenu=_useState0[0],setisolationmenu=_useState0[1];var _useState1=useState(false),_useState10=_slicedToArray(_useState1,2),servicesmenu=_useState10[0],setservicesmenu=_useState10[1];var _useState11=useState(false),_useState12=_slicedToArray(_useState11,2),inqmenushow=_useState12[0],setinqmenushow=_useState12[1];var _useState13=useState(false),_useState14=_slicedToArray(_useState13,2),inqmenushowabout=_useState14[0],setinqmenushowabout=_useState14[1];var _useState15=useState(false),_useState16=_slicedToArray(_useState15,2),inqmenushowabout33=_useState16[0],setinqmenushowabout33=_useState16[1];var _useState17=useState(false),_useState18=_slicedToArray(_useState17,2),inqmenushowabout34=_useState18[0],setinqmenushowabout34=_useState18[1];var _useState19=useState(false),_useState20=_slicedToArray(_useState19,2),inqmenushowabout35=_useState20[0],setinqmenushowabout35=_useState20[1];var _useState21=useState(false),_useState22=_slicedToArray(_useState21,2);_useState22[0];_useState22[1];var _useState23=useState(false),_useState24=_slicedToArray(_useState23,2);_useState24[0];_useState24[1];var _useState25=useState(false),_useState26=_slicedToArray(_useState25,2);_useState26[0];_useState26[1];var _useState27=useState(false),_useState28=_slicedToArray(_useState27,2),inqmenushowadminssionpolicy=_useState28[0],setinqmenushowadminssionpolicy=_useState28[1];var _useState29=useState(false),_useState30=_slicedToArray(_useState29,2),inqmenushowcalendar=_useState30[0],setinqmenushowcalendar=_useState30[1];useEffect(function(){var secpropobj={};StatePagePropertiesContext.pageobj.sections.forEach(function(sectionitem,sectionindex){if(sectionitem.sectionid==props.sectionidprops){sectionitem.sectionproperties.forEach(function(sectionpropertiesobj,sectionpropertiesindex){secpropobj[sectionpropertiesobj.property_css_name]=sectionpropertiesobj.property_value;});}});if(Object.keys(secpropobj).length===0){props.defaultproperties.forEach(function(defaultpropobj,defaultpropindex){secpropobj[defaultpropobj.property_css_name]=defaultpropobj.property_value;});}setsectionproperties(_objectSpread$1$({},secpropobj));},[StatePagePropertiesContext]);useEffect(function(){if(templateproperties_context.length!=0&&templateproperties_context.logoarrayofobjects!=undefined){var logoarrayofobjectsparsed=JSON.parse(templateproperties_context.logoarrayofobjects);if(Array.isArray(logoarrayofobjectsparsed)){setlogoarrayofobjects(_toConsumableArray(logoarrayofobjectsparsed));}}},[templateproperties_context]);var header_cssstyles=(_header_cssstyles={headercontainer:css({borderBottom:sectionproperties.headerborderbottomwidth+'px solid '+sectionproperties.headerbordercolor,position:sectionproperties.headerstyles_position,top:0,display:'flex',alignItems:'center',alignContent:'center',justifyContent:'center',width:sectionproperties.header_width+'vw',transition:'all 0.2s',zIndex:1000}),navbar_item_text:css(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({color:sectionproperties.header_fontColor,fontSize:sectionproperties.header_fontSize+'px',textTransform:sectionproperties.header_textTransform,fontWeight:sectionproperties.header_textfontweight,marginLeft:'10px',marginRight:'10px',transition:'transform 0.3s cubic-bezier(0.2, 1, 0.8, 1)'},"transition",'0.3s'),"padding",0),':hover',{color:sectionproperties.header_fontColoronhover}),':before',{background:sectionproperties.header_fontColoronhover}),':after',{background:sectionproperties.header_fontColoronhover})),navbar_item_textactive:css(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({color:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i=authdetailsContext.instinfo)===null||_authdetailsContext$i===void 0?void 0:_authdetailsContext$i.instid)=='67d6bda67adf6'?'#fff':'#bd8d46',fontSize:sectionproperties.header_fontSize+'px',textTransform:sectionproperties.header_textTransform,fontWeight:sectionproperties.header_textfontweight,marginLeft:'10px',marginRight:'10px',transition:'transform 0.3s cubic-bezier(0.2, 1, 0.8, 1)'},"transition",'0.3s'),"padding",0),':hover',{color:sectionproperties.header_fontColoronhover}),':before',{background:sectionproperties.header_fontColoronhover}),':after',{background:sectionproperties.header_fontColoronhover})),dropdownitem:css({padding:'0.3rem 0.8rem',display:'flex',alignItems:'center',transition:'.3s',zIndex:2000,fontSize:sectionproperties.dropdown_fontsize+'px',color:sectionproperties.dropdown_color,fontWeight:sectionproperties.dropdown_fontweight,textTransform:sectionproperties.dropdown_texttransform,':hover':{color:sectionproperties.dropdown_hovercolor}}),wishlist_btn:css({width:sectionproperties.favBtnWidth+'px',height:sectionproperties.favBtnHeight+'px',background:sectionproperties.favbtn_bgtransparent=='Transparent'?'transparent':sectionproperties.favBtnbgColor,borderRadius:sectionproperties.fav_btn_borderBottomLeftRadius+'px',color:sectionproperties.favBtnTextcolor,fontSize:sectionproperties.favBtnTextfontsize+'px',textTransform:sectionproperties.favBtnTexttransform,fontWeight:sectionproperties.favBtnTextfontweight,transition:'.3s',border:sectionproperties.favbtnborderwidth+'px solid '+sectionproperties.favbtnbordercolor,':hover':{background:sectionproperties.favbtn_transparentbgcoloronhover=='Transparent'?'transparent':sectionproperties.favBtnbgColoronhover,color:sectionproperties.favBtnTextcoloronhover}}),cart_btn:css(_defineProperty(_defineProperty(_defineProperty(_defineProperty({width:sectionproperties.cartBtnWidth==0?'auto':sectionproperties.cartBtnWidth+'px',height:sectionproperties.cartBtnHeight==0?'auto':sectionproperties.cartBtnHeight+'px',background:sectionproperties.cartbtn_bgtransparent=='Transparent'?'transparent':sectionproperties.cartBtnbgColor,borderRadius:sectionproperties.cart_btn_borderBottomLeftRadius+'px',color:sectionproperties.cartBtnTextcolor,border:sectionproperties.cartbtnborderwidth+'px solid '+sectionproperties.cartbtnbordercolor},"color",sectionproperties.cart_iconcolor),"fontSize",sectionproperties.cartBtnTextfontsize+'px'),"transition",'.3s'),':hover',{background:sectionproperties.cartbtn_transparentbgcoloronhover=='Transparent'?'transparent':sectionproperties.cartBtnbgColoronhover,color:sectionproperties.cartBtnTextcoloronhover})),user_btn:css({background:sectionproperties.userbtn_bgtransparent=='Transparent'?'transparent':sectionproperties.userBtnbgColor,width:sectionproperties.userBtnWidth==0?'auto':sectionproperties.userBtnWidth+'px',height:sectionproperties.userBtnHeight==0?'auto':sectionproperties.userBtnHeight+'px',borderRadius:sectionproperties.userbtn_borderBottomLeftRadius+'px',color:sectionproperties.userBtniconcolor,fontSize:sectionproperties.userBtniconfontsize+'px',border:sectionproperties.userbtnborderwidth+'px solid '+sectionproperties.userbtnbordercolor,cursor:'pointer',transition:'.3s',':hover':{color:sectionproperties.userBtnTextcoloronhover,background:sectionproperties.userbtn_transparentbgcoloronhover=='Transparent'?'transparent':sectionproperties.userBtnbgColoronhover,borderColor:sectionproperties.userbtn_transparentbgcoloronhover=='Transparent'?sectionproperties.userBtnTextcoloronhover:sectionproperties.userBtnbgColoronhover}}),header_logo:css({width:templateproperties_context.logo_width+'px',height:templateproperties_context.logo_height+'px',maxWidth:'100%',maxHeight:'100%'})},_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_header_cssstyles,"wishlist_btn",css({width:sectionproperties.favBtnWidth+'px',height:sectionproperties.favBtnHeight+'px',background:sectionproperties.favbtn_bgtransparent=='Transparent'?'transparent':sectionproperties.favBtnbgColor,borderBottomLeftRadius:sectionproperties.fav_btn_borderBottomLeftRadius+'px',borderBottomRightRadius:sectionproperties.fav_btn_borderBottomRightRadius+'px',borderTopLeftRadius:sectionproperties.fav_btn_borderTopLeftRadius+'px',borderTopRightRadius:sectionproperties.fav_btn_borderTopRightRadius+'px',color:sectionproperties.favBtniconcolor,border:sectionproperties.favbtnborderwidth+'px solid '+sectionproperties.favbtnbordercolor,transition:'.3s',':hover':{background:sectionproperties.favbtn_transparentbgcoloronhover=='Transparent'?'transparent':sectionproperties.favBtnbgColoronhover,color:sectionproperties.favBtnTextcoloronhover}})),"cartbadge",css({top:sectionproperties.cartBtn_iconFontSize==0?0:sectionproperties.cartbadgetop+'px',right:sectionproperties.cartBtn_iconFontSize==0?0:sectionproperties.cartbadgeright+'px'})),"favbadge",css({top:sectionproperties.wishlistbadgetop+'px',right:sectionproperties.wishlistbadgeright+'px'})),"badge_counter_header_notifications",css({display:'flex',justifyContent:'center',alignItems:'center',position:sectionproperties.cartBtn_iconFontSize==0?'relative':'absolute',// top: sectionproperties.badge_top + 'px',
|
|
36551
36746
|
// right: sectionproperties.badge_right + 'px',
|
|
36552
36747
|
background:sectionproperties.badge_bgcolor,width:sectionproperties.badge_width+'px',height:sectionproperties.badge_height+'px',color:sectionproperties.badge_color,borderRadius:sectionproperties.badge_borderradius+'px',fontSize:sectionproperties.badge_fontsize+'px'})),"languagecontainer",css({color:sectionproperties.language_container_color,fontSize:sectionproperties.language_container_fontsize+'px',fontWeight:600,transition:'.3s',':hover':{color:sectionproperties.language_container_coloronhover}})),"loggedintext",css({color:sectionproperties.userBtnTextcolor,fontSize:sectionproperties.userBtntextfontsize+'px',fontWeight:sectionproperties.userBtnTextfontweight,transition:'.3s',':hover':{color:sectionproperties.userBtnTextcoloronhover}})),"userbtnloggedin",css({width:sectionproperties.loggedinuserbtn_width+'px',height:sectionproperties.loggedinuserbtn_height+'px',border:sectionproperties.userlogginbtnborderwidth+'px solid '+sectionproperties.userlogginbtnbordercolor,borderRadius:sectionproperties.userbtn_borderBottomLeftRadius+'px',background:sectionproperties.userBtnbgColor_loggedin,color:sectionproperties.userBtniconcolor_loggedin,transition:'.3s',':hover':{backgroundColor:sectionproperties.userBtnbgColoronhover_loggedin}})),"userBtnLoggedinContainer",css({transition:'.3s',':hover .loggedinuserbtn':{transition:'.3s',color:sectionproperties.userBtnTextcoloronhover_loggedin,borderColor:sectionproperties.userbtn_loggedin_iconcoloronhover},':hover .loggedinuserbtnbg':{backgroundColor:sectionproperties.userBtnbgColoronhover_loggedin,color:sectionproperties.userbtn_loggedin_iconcoloronhover}})),"searchicon",css({color:sectionproperties.searchbaricon_color,cursor:'pointer',transition:'.3s',width:sectionproperties.searchbaricon_width==0?'auto':sectionproperties.searchbaricon_width+'px',height:sectionproperties.searchbaricon_height==0?'auto':sectionproperties.searchbaricon_height+'px',':hover':{color:sectionproperties.searchbariconcoloronhover}})),"currencycont",css({fontSize:13,color:sectionproperties.searchbaricon_color,cursor:'pointer',transition:'.3s',':hover':{color:sectionproperties.searchbariconcoloronhover}})),_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_header_cssstyles,"search_wrap",css({background:sectionproperties.searchbarcontinput_bgcolor})),"search_form",css({':after':{backgroundColor:sectionproperties.searchbarcontinput_borderBottomcolor}})),"greetingstyles",css({color:sectionproperties.greetingtextcolor,fontSize:sectionproperties.greetingtextfontsize+'px',lineHeight:sectionproperties.greetingtextfontsize+'px',fontWeight:400})),"search_field",css({fontSize:sectionproperties.searchbarcontinput_fontsize+'px',fontWeight:sectionproperties.searchbarcont_inputfontweight,color:sectionproperties.searchbarcontinput_color,'::placeholder':{color:sectionproperties.searchbarcontinput_color}})),"closeOverlayBtn",css({width:sectionproperties.closeSliderWidth+'px',height:sectionproperties.closeSliderHeight+'px',color:sectionproperties.closeSlider_color,borderRadius:sectionproperties.closeSlider_borderBottomLeftRadius+'px',border:'2px solid '+sectionproperties.closeSlider_color,zIndex:1000,transition:'.3s',':hover':{color:sectionproperties.closeSlider_colorOnHover,borderColor:sectionproperties.closeSlider_colorOnHover}})),"headerinnercontainer",css({// borderRadius: sectionproperties.header_borderBottomLeftRadius + 'px',
|
|
36553
|
-
paddingLeft:langdetect=='en'?sectionproperties.header_paddingLeft+'px':sectionproperties.header_paddingRight+'px',paddingRight:langdetect=='en'?sectionproperties.header_paddingRight+'px':sectionproperties.header_paddingLeft+'px',paddingTop:sectionproperties.header_paddingTop+'px',paddingBottom:sectionproperties.header_paddingBottom+'px',backgroundColor:sectionproperties.keepheadertransparent=='Yes'&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i2=authdetailsContext.instinfo)===null||_authdetailsContext$i2===void 0?void 0:_authdetailsContext$i2.contactinfo.instid)=='68527dfef348b'&&window.location.pathname=='/login'?sectionproperties.header_backgroundColor:sectionproperties.keepheadertransparent=='Yes'?scrollYposittionprops>100?sectionproperties.header_backgroundColor:'transparent':sectionproperties.headerstyles_bgtransparent=='Transparent'&&window.location.pathname=='/home'?scrollYposittionprops>300?sectionproperties.header_backgroundColor:'transparent':sectionproperties.header_backgroundColor,borderBottom:sectionproperties.headerborderbottomwidth+'px solid '+sectionproperties.headerbordercolor,borderTopLeftRadius:sectionproperties.headerbordertopleftradius+'px',borderTopRightRadius:sectionproperties.headerbordertoprightradius+'px',borderBottomLeftRadius:sectionproperties.headerborderbottomleftradius+'px',borderBottomRightRadius:sectionproperties.headerborderbottomrightradius+'px',marginTop:sectionproperties.header_marginTop+'px',':hover':{backgroundColor:sectionproperties.header_backgroundColor,transition:'.3s ease-in-out'}})),"headerinnercontainerscrolled",css({borderRadius:sectionproperties.header_borderBottomLeftRadius+'px',paddingLeft:langdetect=='en'?sectionproperties.header_paddingLeft+'px':sectionproperties.header_paddingRight+'px',paddingRight:langdetect=='en'?sectionproperties.header_paddingRight+'px':sectionproperties.header_paddingLeft+'px',paddingTop:sectionproperties.header_paddingTop+'px',paddingBottom:sectionproperties.header_paddingBottom+'px',backgroundColor:sectionproperties.header_backgroundColor})),"menuiconn",css({color:sectionproperties.header_fontColor,':hover':{transition:'.3s',cursor:'pointer',color:'#008a16'}})),"menuiconnlum",css({color:sectionproperties.header_fontColor,':hover':{transition:'.3s',cursor:'pointer',color:sectionproperties.header_fontColor}})),"floatingbtn",css({width:sectionproperties.floatingbtnwidth+'%',height:sectionproperties.floatingbtnheight+'px',background:sectionproperties.floatingbtnbg,fontSize:sectionproperties.floatingbtnfontsize+'px',color:sectionproperties.floatingbtncolor,borderRadius:10,':hover':{color:sectionproperties.floatingbtncolorhover,backgroundColor:sectionproperties.floatingbtnbghover,transitions:'.3s',cursor:'pointer'},'@media (max-width: 800px)':{width:'50%'}})),_defineProperty(_header_cssstyles,"navbar_item_active",css({})));return/*#__PURE__*/React.createElement("div",{"class":(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i3=authdetailsContext.instinfo)===null||_authdetailsContext$i3===void 0?void 0:_authdetailsContext$i3.contactinfo.instid)=='6978ef34b2564'?'row m-0 w-100 d-flex align-items-center justify-content-center h-100':'row m-0 w-100 d-flex align-items-center justify-content-center ',style:{marginTop:sectionproperties.header_marginTop+'px',marginBottom:sectionproperties.header_marginBottom+'px'}},/*#__PURE__*/React.createElement(FloatingIcons,{sectionpropertiesprops:sectionproperties,actions:actions}),(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i4=authdetailsContext.instinfo)===null||_authdetailsContext$i4===void 0?void 0:_authdetailsContext$i4.contactinfo.instid)!='6978ef34b2564'&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i5=authdetailsContext.instinfo)===null||_authdetailsContext$i5===void 0?void 0:_authdetailsContext$i5.contactinfo.instid)!='695ba82d5844d'&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i6=authdetailsContext.instinfo)===null||_authdetailsContext$i6===void 0?void 0:_authdetailsContext$i6.contactinfo.instid)!='6935c04816952'&&/*#__PURE__*/React.createElement("div",{"class":" ".concat(header_cssstyles.headercontainer)+' d-flex d-md-none align-items-center m-0 '},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 "},templateproperties_context.showsocialmedia=='Show'&&/*#__PURE__*/React.createElement(SocialMediaSection,{sectionpropertiesprops:sectionproperties,templateproperties_contextprops:templateproperties_context,actions:actions}),templateproperties_context.showtextslider=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex d-md-none"},/*#__PURE__*/React.createElement(MarqueeHeader,{sectionpropertiesprops:sectionproperties,templateproperties_contextprops:templateproperties_context,actions:actions})),sectionproperties.showdownloadapp=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"w-100 d-flex d-md-none"},/*#__PURE__*/React.createElement(DownloadApp,{sectionpropertiesprops:sectionproperties,actions:actions})),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0"},/*#__PURE__*/React.createElement("div",{"class":header_cssstyles.headerinnercontainer+' row mx-0 w-100 px-1025-1 '},/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0"},/*#__PURE__*/React.createElement("div",{"class":" ".concat(headerstyles$9.navbar)+' row m-0 w-100 d-flex flex-row align-items-center h-100 '},/*#__PURE__*/React.createElement("div",{"class":sectionproperties.showhidesubheader=='Show'&§ionproperties.subheaderposition=='Besides Top Navigation'?authdetailsContext!=undefined&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i7=authdetailsContext.instinfo)===null||_authdetailsContext$i7===void 0||(_authdetailsContext$i7=_authdetailsContext$i7.instcurrencies)===null||_authdetailsContext$i7===void 0?void 0:_authdetailsContext$i7.length)>1?'col-lg-4 p-0 d-flex flex-row d-flex align-items-center':'col-lg-2 p-0 flex-row d-flex align-items-center':'col-lg-2 p-0 flex-row d-flex align-items-center'},
|
|
36748
|
+
paddingLeft:langdetect=='en'?sectionproperties.header_paddingLeft+'px':sectionproperties.header_paddingRight+'px',paddingRight:langdetect=='en'?sectionproperties.header_paddingRight+'px':sectionproperties.header_paddingLeft+'px',paddingTop:sectionproperties.header_paddingTop+'px',paddingBottom:sectionproperties.header_paddingBottom+'px',backgroundColor:sectionproperties.keepheadertransparent=='Yes'&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i2=authdetailsContext.instinfo)===null||_authdetailsContext$i2===void 0?void 0:_authdetailsContext$i2.contactinfo.instid)=='68527dfef348b'&&window.location.pathname=='/login'?sectionproperties.header_backgroundColor:sectionproperties.keepheadertransparent=='Yes'?scrollYposittionprops>100?sectionproperties.header_backgroundColor:'transparent':sectionproperties.headerstyles_bgtransparent=='Transparent'&&window.location.pathname=='/home'?scrollYposittionprops>300?sectionproperties.header_backgroundColor:'transparent':sectionproperties.header_backgroundColor,borderBottom:sectionproperties.headerborderbottomwidth+'px solid '+sectionproperties.headerbordercolor,borderTopLeftRadius:sectionproperties.headerbordertopleftradius+'px',borderTopRightRadius:sectionproperties.headerbordertoprightradius+'px',borderBottomLeftRadius:sectionproperties.headerborderbottomleftradius+'px',borderBottomRightRadius:sectionproperties.headerborderbottomrightradius+'px',marginTop:sectionproperties.header_marginTop+'px',':hover':{backgroundColor:sectionproperties.header_backgroundColor,transition:'.3s ease-in-out'}})),"headerinnercontainerscrolled",css({borderRadius:sectionproperties.header_borderBottomLeftRadius+'px',paddingLeft:langdetect=='en'?sectionproperties.header_paddingLeft+'px':sectionproperties.header_paddingRight+'px',paddingRight:langdetect=='en'?sectionproperties.header_paddingRight+'px':sectionproperties.header_paddingLeft+'px',paddingTop:sectionproperties.header_paddingTop+'px',paddingBottom:sectionproperties.header_paddingBottom+'px',backgroundColor:sectionproperties.header_backgroundColor})),"menuiconn",css({color:sectionproperties.header_fontColor,':hover':{transition:'.3s',cursor:'pointer',color:'#008a16'}})),"menuiconnlum",css({color:sectionproperties.header_fontColor,':hover':{transition:'.3s',cursor:'pointer',color:sectionproperties.header_fontColor}})),"floatingbtn",css({width:sectionproperties.floatingbtnwidth+'%',height:sectionproperties.floatingbtnheight+'px',background:sectionproperties.floatingbtnbg,fontSize:sectionproperties.floatingbtnfontsize+'px',color:sectionproperties.floatingbtncolor,borderRadius:10,':hover':{color:sectionproperties.floatingbtncolorhover,backgroundColor:sectionproperties.floatingbtnbghover,transitions:'.3s',cursor:'pointer'},'@media (max-width: 800px)':{width:'50%'}})),_defineProperty(_header_cssstyles,"navbar_item_active",css({})));return/*#__PURE__*/React.createElement("div",{"class":(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i3=authdetailsContext.instinfo)===null||_authdetailsContext$i3===void 0?void 0:_authdetailsContext$i3.contactinfo.instid)=='6978ef34b2564'?'row m-0 w-100 d-flex align-items-center justify-content-center h-100':'row m-0 w-100 d-flex align-items-center justify-content-center ',style:{marginTop:sectionproperties.header_marginTop+'px',marginBottom:sectionproperties.header_marginBottom+'px'}},/*#__PURE__*/React.createElement(FloatingIcons,{sectionpropertiesprops:sectionproperties,actions:actions}),(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i4=authdetailsContext.instinfo)===null||_authdetailsContext$i4===void 0?void 0:_authdetailsContext$i4.contactinfo.instid)!='6978ef34b2564'&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i5=authdetailsContext.instinfo)===null||_authdetailsContext$i5===void 0?void 0:_authdetailsContext$i5.contactinfo.instid)!='695ba82d5844d'&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i6=authdetailsContext.instinfo)===null||_authdetailsContext$i6===void 0?void 0:_authdetailsContext$i6.contactinfo.instid)!='6935c04816952'&&/*#__PURE__*/React.createElement("div",{"class":" ".concat(header_cssstyles.headercontainer)+' d-flex d-md-none align-items-center m-0 '},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 "},templateproperties_context.showsocialmedia=='Show'&&/*#__PURE__*/React.createElement(SocialMediaSection,{sectionpropertiesprops:sectionproperties,templateproperties_contextprops:templateproperties_context,actions:actions}),templateproperties_context.showtextslider=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex d-md-none"},/*#__PURE__*/React.createElement(MarqueeHeader,{sectionpropertiesprops:sectionproperties,templateproperties_contextprops:templateproperties_context,actions:actions})),sectionproperties.showdownloadapp=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"w-100 d-flex d-md-none"},/*#__PURE__*/React.createElement(DownloadApp,{sectionpropertiesprops:sectionproperties,actions:actions})),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0"},/*#__PURE__*/React.createElement("div",{"class":header_cssstyles.headerinnercontainer+' row mx-0 w-100 px-1025-1 '},/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0"},/*#__PURE__*/React.createElement("div",{"class":" ".concat(headerstyles$9.navbar)+' row m-0 w-100 d-flex flex-row align-items-center h-100 '},/*#__PURE__*/React.createElement("div",{"class":sectionproperties.showhidesubheader=='Show'&§ionproperties.subheaderposition=='Besides Top Navigation'?authdetailsContext!=undefined&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i7=authdetailsContext.instinfo)===null||_authdetailsContext$i7===void 0||(_authdetailsContext$i7=_authdetailsContext$i7.instcurrencies)===null||_authdetailsContext$i7===void 0?void 0:_authdetailsContext$i7.length)>1?'col-lg-4 p-0 d-flex flex-row d-flex align-items-center':'col-lg-2 p-0 flex-row d-flex align-items-center':'col-lg-2 p-0 flex-row d-flex align-items-center'},sectionproperties.showmenuicon=='Show'&&/*#__PURE__*/React.createElement("div",{style:{width:30,height:30,marginRight:langdetect=='en'?30:0,marginLeft:langdetect=='en'?0:30},"class":"allcentered"},/*#__PURE__*/React.createElement("i",{"class":header_cssstyles.menuiconn+' h-100 allcentered ',style:{},onClick:function onClick(){if(menuactive==true){setmenuactive(false);}else {setmenuactive(true);}}},/*#__PURE__*/React.createElement(FiMenu,{size:24}))),/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.header_logo)+' d-flex align-items-center justify-content-center ',style:{cursor:'pointer'},onClick:function onClick(){routingcountext(sectionproperties.logoonclickroute);}},/*#__PURE__*/React.createElement(Imagekitimagecomp,{urlEndpoint:ikimagecredcontext===null||ikimagecredcontext===void 0?void 0:ikimagecredcontext.ikimageendpoint,publicKey:ikimagecredcontext===null||ikimagecredcontext===void 0?void 0:ikimagecredcontext.ikimagepublickey,path:langdetect=='en'?(_logoarrayofobjects$=logoarrayofobjects[0])===null||_logoarrayofobjects$===void 0?void 0:_logoarrayofobjects$.englishlogo:(_logoarrayofobjects$2=logoarrayofobjects[0])===null||_logoarrayofobjects$2===void 0?void 0:_logoarrayofobjects$2.arabiclogo,style:{maxWidth:'100%',maxHeight:'100%'}}))),/*#__PURE__*/React.createElement("div",{"class":sectionproperties.showhidesubheader=='Show'&§ionproperties.subheaderposition=='Besides Top Navigation'?authdetailsContext!=undefined&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i8=authdetailsContext.instinfo)===null||_authdetailsContext$i8===void 0||(_authdetailsContext$i8=_authdetailsContext$i8.instcurrencies)===null||_authdetailsContext$i8===void 0?void 0:_authdetailsContext$i8.length)>1?"".concat(headerstyles$9.nav__item)+' col-lg-4 p-0 d-flex flex-row align-items-center ':"".concat(headerstyles$9.nav__item)+' col-lg-8 p-0 d-flex flex-row align-items-center ':"".concat(headerstyles$9.nav__item)+' col-lg-8 p-0 d-flex flex-row align-items-center ',style:{justifyContent:sectionproperties.header_centered=='Centered'?'center':'start'}},/*#__PURE__*/React.createElement("div",{"class":' w-100 align-items-center justify-content-center'// class={' scrollhorizontal w-100 align-items-center '}
|
|
36554
36749
|
,style:{display:sectionproperties.subheaderposition=='Besides Top Navigation'?'none':'flex',// justifyContent: sectionproperties.header_centered == 'Centered' ? 'center' : 'start',
|
|
36555
36750
|
flexWrap:'wrap'}},templatepropcontext.pagesnprop.map(function(item,index){if(item.isselected);// activepagecolor
|
|
36556
36751
|
// actibepagebgcolor
|
|
36557
|
-
if(item.isnavigation==1&&item.isactive==1){var _authdetailsContext$i0,_authdetailsContext$i1,_authdetailsContext$i10,_authdetailsContext$i11,_authdetailsContext$i12,_authdetailsContext$i13,_authdetailsContext$i14,_authdetailsContext$i15,_authdetailsContext$i16,_authdetailsContext$i17;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$
|
|
36558
|
-
}//
|
|
36559
|
-
if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i1=authdetailsContext.instinfo)===null||_authdetailsContext$i1===void 0?void 0:_authdetailsContext$i1.instid)=='
|
|
36752
|
+
if(item.isnavigation==1&&item.isactive==1){var _authdetailsContext$i9,_authdetailsContext$i0,_authdetailsContext$i1,_authdetailsContext$i10,_authdetailsContext$i11,_authdetailsContext$i12,_authdetailsContext$i13,_authdetailsContext$i14,_authdetailsContext$i15,_authdetailsContext$i16,_authdetailsContext$i17,_authdetailsContext$i18;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i9=authdetailsContext.instinfo)===null||_authdetailsContext$i9===void 0?void 0:_authdetailsContext$i9.instid)=='6901f2154edb4'){if(item.pagename!='Boutique Banquet'&&item.pagename!='Restaurant'&&item.pagename!='Events'){if(window.location.pathname=='/'+item.navigationroute){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 ',style:{color:sectionproperties.activepagecolor}},langdetect=='en'?item.pagename:item.pagename_ar));}else {return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar));}}else if(item.pagename=='Boutique Banquet'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setisolationmenu(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),isolationmenu==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('thegrandhall',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'The Grand Hall':'القاعة الكبرى')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('thelounge',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'The Lounge':'الصالة')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('thepatio',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'The Patio':'الفناء'))))))));}else if(item.pagename=='Restaurant'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setinqmenushowabout33(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),inqmenushowabout33==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('lounge-patio',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Lounge & Patio':'الصالة والفناء')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('menu',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Menu':'قائمة طعام'))))))));}else if(item.pagename=='Events'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setinqmenushowabout34(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),inqmenushowabout34==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('weddings',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Weddings':'حفلات الزفاف')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('bespokemeetings',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Bespoke Meetings':'اجتماعات مخصصة')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('specialoccasions',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Special Occasions':'المناسبات الخاصة'))))))));}}// 3ms
|
|
36753
|
+
else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i0=authdetailsContext.instinfo)===null||_authdetailsContext$i0===void 0?void 0:_authdetailsContext$i0.instid)=='69919ebd7f6cc'){if(item.pagename!='Services +'){if(window.location.pathname=='/'+item.navigationroute){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 ',style:{color:sectionproperties.activepagecolor}},langdetect=='en'?item.pagename:item.pagename_ar));}else {return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar));}}else if(item.pagename=='Services +'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setisolationmenu(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),isolationmenu==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('packing',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Packing':'التغليف')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('validators',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Validators':'أدوات التحقق')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('probexsolutions',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Probex Solutions':'حلول بروبكس'))))))));}}// jadara
|
|
36754
|
+
else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i1=authdetailsContext.instinfo)===null||_authdetailsContext$i1===void 0?void 0:_authdetailsContext$i1.instid)=='6981dc169aa71'){if(item.pagename!='Who we are'){if(window.location.pathname=='/'+item.navigationroute){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 ',style:{color:sectionproperties.activepagecolor}},langdetect=='en'?item.pagename:item.pagename_ar));}else {return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar));}}else if(item.pagename=='Who we are'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setisolationmenu(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),isolationmenu==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('aboutus',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'About Us':'معلومات عنا')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('coreandvalues',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Core and Values':'المبادئ والقيم'))))))));}}// sigma studio
|
|
36755
|
+
if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i10=authdetailsContext.instinfo)===null||_authdetailsContext$i10===void 0?void 0:_authdetailsContext$i10.instid)=='678d4289e7bcb'){if(item.pagename!='Gallery'){if(window.location.pathname=='/'+item.navigationroute){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer p-2',onClick:function onClick(){routingcountext(item.navigationroute,false,'');},style:{background:sectionproperties.actibepagebgcolor,borderRadius:100}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 ',style:{color:sectionproperties.activepagecolor// background: sectionproperties.actibepagebgcolor,
|
|
36560
36756
|
}},langdetect=='en'?item.pagename:item.pagename_ar));}else {return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar));}}else if(item.pagename=='Gallery'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setisolationmenu(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),isolationmenu==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('videos',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Videos':'مقاطع فيديو')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('photo-album',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Photo Album':'ألبوم الصور'))))))));}// selal
|
|
36561
|
-
}else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$
|
|
36562
|
-
else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$
|
|
36563
|
-
else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$
|
|
36564
|
-
else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$
|
|
36565
|
-
else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i14=authdetailsContext.instinfo)===null||_authdetailsContext$i14===void 0?void 0:_authdetailsContext$i14.instid)=='6946c118427af'){if(item.pagename!='Our Services'){if(window.location.pathname=='/'+item.navigationroute){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 ',style:{color:sectionproperties.activepagecolor}},langdetect=='en'?item.pagename:item.pagename_ar));}else {return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar));}}else if(item.pagename=='Our Services'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setisolationmenu(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),isolationmenu==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('portfoliomanagement',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Portfolio Management':'إدارة المحافظ الاستثمارية')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('propertyrentals',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Property Rentals':'تأجير العقارات')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('resale-primary-units',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Resale & Primary Units':'وحدات إعادة البيع والوحدات الأساسية')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('mortgageadvisory',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Mortgage Advisory':'استشارات الرهن العقاري')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('propertymanagement',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Property Management':'إدارة العقارات')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('holidayhomes',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Holiday Homes':'بيوت العطلات')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('interiordesign',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Interior Design':'التصميم الداخلي'))))))));}}else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i15=authdetailsContext.instinfo)===null||_authdetailsContext$i15===void 0?void 0:_authdetailsContext$i15.instid)=='69358e8e586a8'){if(item.pagename!='Services'){if(window.location.pathname=='/'+item.navigationroute){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 ',style:{color:sectionproperties.activepagecolor}},langdetect=='en'?item.pagename:item.pagename_ar));}else {return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar));}}else if(item.pagename=='Services'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setisolationmenu(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),isolationmenu==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('design-build',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Design & Build':'التصميم والبناء')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('villa-construction',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Villa Construction':'بناء فيلا')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('fitout',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Fitout':'تجهيز')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('joinery-manufacturing',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Joinery & Manufacturing':'النجارة والتصنيع'))))))));}}else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i16=authdetailsContext.instinfo)===null||_authdetailsContext$i16===void 0?void 0:_authdetailsContext$i16.instid)=='68de59f061f69'){if(item.pagename!='Our Sub Brands'){if(window.location.pathname=='/'+item.navigationroute){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 ',style:{color:sectionproperties.activepagecolor}},langdetect=='en'?item.pagename:item.pagename_ar));}else {return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar));}}else if(item.pagename=='Our Sub Brands'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setisolationmenu(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),isolationmenu==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('salad-yard',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Salad Yard':'سلطة يارد')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('juice-yard',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Juice Yard':'عصير يارد')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('bagel-yard',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Bagel Yard':'باجل يارد'))))))));}else if(item.pagename=='Restaurant'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setinqmenushowabout33(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),inqmenushowabout33==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('lounge-patio',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Lounge & Patio':'الصالة والفناء')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('menu',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Menu':'قائمة طعام'))))))));}else if(item.pagename=='Events'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setinqmenushowabout34(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),inqmenushowabout34==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('weddings',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Weddings':'حفلات الزفاف')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('bespokemeetings',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Bespoke Meetings':'اجتماعات مخصصة')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('specialoccasions',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Special Occasions':'المناسبات الخاصة'))))))));}}else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i17=authdetailsContext.instinfo)===null||_authdetailsContext$i17===void 0?void 0:_authdetailsContext$i17.instid)=='68c69dcc53e94'){if(item.pagename!='Services'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar));}else if(item.pagename=='Services'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setservicesmenu(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),servicesmenu==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('substitution-layers',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Substitution layers':'طبقات الاحلال')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('fawasel',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Fawasel':'فواصل')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('concrete-cutting',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Concrete Cutting':'تقطيع الخرسانة')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('asphalt-cutting',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Asphalt Cutting':'تقطيع الاسفلت')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('groundhog',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Groundhog':'زنبرة الأرضية')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('restoration',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Restoration':'الترميم')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('roads',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Roads':'طرق')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('finishing',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Finishing':'تشطيبات')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('oil-and-gas-fields',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Oil and Gas Fields':'حقول البترول والغاز')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('hospitals-labs-sterrooms',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Hospitals, labs and sterilization rooms':'المستشفيات والمعامل وغرف التعقيم')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('interfaces',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Interfaces':'الواجهات')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('subways',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Subways':'الانفاق')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('swimming-pools',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Swimming Pools':'حمامات السباحة')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('soil-drying',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Soil drying':'تجفيف التربة'))))))));}else if(item.pagename=='Isolation'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setisolationmenu(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),isolationmenu==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){// routingcountext('substitution-layers', false, '');
|
|
36757
|
+
}else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i11=authdetailsContext.instinfo)===null||_authdetailsContext$i11===void 0?void 0:_authdetailsContext$i11.instid)=='6951481413cdb'){if(item.pagename!='About Us'&&item.pagename!='Expo Markets'&&item.pagename!='Quality & Certification'){if(window.location.pathname=='/'+item.navigationroute){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 ',style:{color:sectionproperties.activepagecolor}},langdetect=='en'?item.pagename:item.pagename_ar));}else {return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar));}}else if(item.pagename=='About Us'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setisolationmenu(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),isolationmenu==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('ceomessage',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'CEO Message':'رسالة الرئيس التنفيذي')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('whoweare',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'who we are':'من نحن')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('mission-vision',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Mission & Vision':'الرسالة والرؤية')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('ourbusinessmodule',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Our Business Model':'نموذج أعمالنا'))))))));}else if(item.pagename=='Expo Markets'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setinqmenushowabout33(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),inqmenushowabout33==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('africanmiddleeast',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'African middle east':'الشرق الأوسط الأفريقي')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('internationalmarkets',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'International Markets':'الأسواق الدولية'))))))));}else if(item.pagename=='Quality & Certification'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setinqmenushowabout34(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),inqmenushowabout34==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('foodsafetystandards',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Food Safety Standards':'معايير سلامة الغذاء')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('certification',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Certification':'شهادة')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('quality',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Quality':'جودة'))))))));}}// royal egypt
|
|
36758
|
+
else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i12=authdetailsContext.instinfo)===null||_authdetailsContext$i12===void 0?void 0:_authdetailsContext$i12.instid)=='69a354f452ce6'){if(item.pagename!='Our Services'){if(window.location.pathname=='/'+item.navigationroute){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 ',style:{color:sectionproperties.activepagecolor}},langdetect=='en'?item.pagename:item.pagename_ar));}else {return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar));}}else if(item.pagename=='Our Services'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setisolationmenu(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),isolationmenu==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('hotels',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Hotels':'الفنادق')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('ticketing',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Ticketing':'التذاكر')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('limousine',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Limousine':'ليموزين')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('tours',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Tours':'جولات سياحية'))))))));}}// k production
|
|
36759
|
+
else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i13=authdetailsContext.instinfo)===null||_authdetailsContext$i13===void 0?void 0:_authdetailsContext$i13.instid)=='6984710cbe522'){if(item.pagename!='Services +'&&item.pagename!='Projects'){if(window.location.pathname=='/'+item.navigationroute){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 ',style:{color:sectionproperties.activepagecolor}},langdetect=='en'?item.pagename:item.pagename_ar));}else {return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar));}}else if(item.pagename=='Services +'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setisolationmenu(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),isolationmenu==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('mediaproduction',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Media Production':'إنتاج إعلامي')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('eventmanagement',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Event Management':'إدارة الفعاليات')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('btl',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'BTL':'BTL')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('brandingandidentity',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Branding and identity':'العلامة التجارية والهوية')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('socialmediamarketing',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Social Media Marketing':'التسويق عبر وسائل التواصل الاجتماعي')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('strategyandplanning',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Strategy and Planning':'الاستراتيجية والتخطيط'))))))));}else if(item.pagename=='Projects'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setisolationmenu(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),isolationmenu==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('kaproduction',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'KA Production':'إنتاج KA')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('karimasaproducer',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Karim As A Producer':'كريم كمنتج'))))))));}}// sea land
|
|
36760
|
+
else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i14=authdetailsContext.instinfo)===null||_authdetailsContext$i14===void 0?void 0:_authdetailsContext$i14.instid)=='697a1aebce7a1'){if(item.pagename!='About Us'&&item.pagename!='Services'){if(window.location.pathname=='/'+item.navigationroute){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 ',style:{color:sectionproperties.activepagecolor}},langdetect=='en'?item.pagename:item.pagename_ar));}else {return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar));}}else if(item.pagename=='About Us'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setisolationmenu(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),isolationmenu==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('whoweare',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Who We Are ?':'من نحن؟')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('certificatesandlicenses',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Certificates and Licenses':'الشهادات والتراخيص')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('meettheteam',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Meet The Team':'تعرّف على الفريق'))))))));}else if(item.pagename=='Services'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setinqmenushowabout33(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),inqmenushowabout33==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('beourpartner',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Be Our Partner':'كن شريكنا')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('projects',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Projects':'المشاريع')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('ongoing',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'On Going':'مستمر'))))))));}}// superior
|
|
36761
|
+
else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i15=authdetailsContext.instinfo)===null||_authdetailsContext$i15===void 0?void 0:_authdetailsContext$i15.instid)=='6946c118427af'){if(item.pagename!='Our Services'){if(window.location.pathname=='/'+item.navigationroute){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 ',style:{color:sectionproperties.activepagecolor}},langdetect=='en'?item.pagename:item.pagename_ar));}else {return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar));}}else if(item.pagename=='Our Services'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setisolationmenu(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),isolationmenu==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('portfoliomanagement',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Portfolio Management':'إدارة المحافظ الاستثمارية')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('propertyrentals',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Property Rentals':'تأجير العقارات')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('resale-primary-units',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Resale & Primary Units':'وحدات إعادة البيع والوحدات الأساسية')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('mortgageadvisory',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Mortgage Advisory':'استشارات الرهن العقاري')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('propertymanagement',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Property Management':'إدارة العقارات')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('holidayhomes',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Holiday Homes':'بيوت العطلات')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('interiordesign',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Interior Design':'التصميم الداخلي'))))))));}}else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i16=authdetailsContext.instinfo)===null||_authdetailsContext$i16===void 0?void 0:_authdetailsContext$i16.instid)=='69358e8e586a8'){if(item.pagename!='Services'){if(window.location.pathname=='/'+item.navigationroute){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 ',style:{color:sectionproperties.activepagecolor}},langdetect=='en'?item.pagename:item.pagename_ar));}else {return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar));}}else if(item.pagename=='Services'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setisolationmenu(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),isolationmenu==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('design-build',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Design & Build':'التصميم والبناء')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('villa-construction',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Villa Construction':'بناء فيلا')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('fitout',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Fitout':'تجهيز')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('joinery-manufacturing',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Joinery & Manufacturing':'النجارة والتصنيع'))))))));}}else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i17=authdetailsContext.instinfo)===null||_authdetailsContext$i17===void 0?void 0:_authdetailsContext$i17.instid)=='68de59f061f69'){if(item.pagename!='Our Sub Brands'){if(window.location.pathname=='/'+item.navigationroute){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 ',style:{color:sectionproperties.activepagecolor}},langdetect=='en'?item.pagename:item.pagename_ar));}else {return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar));}}else if(item.pagename=='Our Sub Brands'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setisolationmenu(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),isolationmenu==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('salad-yard',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Salad Yard':'سلطة يارد')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('juice-yard',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Juice Yard':'عصير يارد')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('bagel-yard',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Bagel Yard':'باجل يارد'))))))));}else if(item.pagename=='Restaurant'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setinqmenushowabout33(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),inqmenushowabout33==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('lounge-patio',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Lounge & Patio':'الصالة والفناء')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('menu',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Menu':'قائمة طعام'))))))));}else if(item.pagename=='Events'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setinqmenushowabout34(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),inqmenushowabout34==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('weddings',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Weddings':'حفلات الزفاف')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('bespokemeetings',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Bespoke Meetings':'اجتماعات مخصصة')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('specialoccasions',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Special Occasions':'المناسبات الخاصة'))))))));}}else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i18=authdetailsContext.instinfo)===null||_authdetailsContext$i18===void 0?void 0:_authdetailsContext$i18.instid)=='68c69dcc53e94'){if(item.pagename!='Services'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar));}else if(item.pagename=='Services'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setservicesmenu(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),servicesmenu==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('substitution-layers',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Substitution layers':'طبقات الاحلال')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('fawasel',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Fawasel':'فواصل')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('concrete-cutting',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Concrete Cutting':'تقطيع الخرسانة')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('asphalt-cutting',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Asphalt Cutting':'تقطيع الاسفلت')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('groundhog',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Groundhog':'زنبرة الأرضية')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('restoration',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Restoration':'الترميم')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('roads',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Roads':'طرق')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('finishing',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Finishing':'تشطيبات')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('oil-and-gas-fields',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Oil and Gas Fields':'حقول البترول والغاز')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('hospitals-labs-sterrooms',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Hospitals, labs and sterilization rooms':'المستشفيات والمعامل وغرف التعقيم')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('interfaces',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Interfaces':'الواجهات')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('subways',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Subways':'الانفاق')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('swimming-pools',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Swimming Pools':'حمامات السباحة')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('soil-drying',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Soil drying':'تجفيف التربة'))))))));}else if(item.pagename=='Isolation'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setisolationmenu(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),isolationmenu==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){// routingcountext('substitution-layers', false, '');
|
|
36566
36762
|
}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},"\u0639\u0632\u0644 \u0645\u0627\u0626\u064A")))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){// routingcountext('fawasel', false, '');
|
|
36567
36763
|
}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},"\u0639\u0632\u0644 \u0635\u0648\u062A\u064A")))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){// routingcountext('concrete-cutting', false, '');
|
|
36568
36764
|
}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},"\u0639\u0632\u0644 \u062D\u0631\u0627\u0631\u064A")))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){// routingcountext('concrete-cutting', false, '');
|
|
36569
36765
|
}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},"\u0645\u0642\u0627\u0648\u0645\u0629 \u0627\u0644\u062D\u0631\u064A\u0642")))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){// routingcountext('concrete-cutting', false, '');
|
|
36570
|
-
}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},"\u0639\u0632\u0644 ANTNTI"))))))));}}else {var _authdetailsContext$i18,_authdetailsContext$i23;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i18=authdetailsContext.instinfo)===null||_authdetailsContext$i18===void 0?void 0:_authdetailsContext$i18.instid)=='684aa79857878'){if(item.pagename!='About'&&item.pagename!='Admission Policy'&&item.pagename!='Community '){var _authdetailsContext$i19,_authdetailsContext$i20,_authdetailsContext$i21,_authdetailsContext$i22;return/*#__PURE__*/React.createElement("div",{"class":(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i19=authdetailsContext.instinfo)===null||_authdetailsContext$i19===void 0?void 0:_authdetailsContext$i19.instid)=='67b1bb900a541'?'cursor-pointer p-2':'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');},style:{background:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i20=authdetailsContext.instinfo)===null||_authdetailsContext$i20===void 0?void 0:_authdetailsContext$i20.instid)=='67b1bb900a541'?window.location.pathname=='/'+item.navigationroute?'#36322c':'transparent':'transprent',borderRadius:100}},/*#__PURE__*/React.createElement("p",{"class":(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i21=authdetailsContext.instinfo)===null||_authdetailsContext$i21===void 0?void 0:_authdetailsContext$i21.instid)=='67b1bb900a541'&&window.location.pathname=='/'+item.navigationroute?"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text," ").concat(header_cssstyles.navbar_item_textactive)+' p-0 mb-0 ':(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i22=authdetailsContext.instinfo)===null||_authdetailsContext$i22===void 0?void 0:_authdetailsContext$i22.instid)=='67d6bda67adf6'&&window.location.pathname=='/'+item.navigationroute?"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text," ").concat(header_cssstyles.navbar_item_textactive)+' p-0 mb-0 ':"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar));}else if(item.pagename=='About'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setinqmenushowabout(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),inqmenushowabout==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('vision&mission',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Vision & Mission':'الرؤية والرسالة')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('school-philosophy',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?"School's Philosophy":'فلسفة المدرسة')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('accredit',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Accredit':'الاعتماد')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('characterbuilding',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Character Building':'بناء الشخصية')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('leadershipteam',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Leadership Team':'فريق القيادة'))))))));}else if(item.pagename=='Admission Policy'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setinqmenushowadminssionpolicy(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),inqmenushowadminssionpolicy==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('application',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Application':'طلب')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('admissionprocess',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Admission Process':'عملية القبول')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('schooltour',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'School Tour':'جولة مدرسية'))))))));}else if(item.pagename=='Community'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setinqmenushowcalendar(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),inqmenushowcalendar==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('calendar',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Calendar':'تقويم')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('lxl',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'IXL':'IXL')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('Magoush',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Magoush':'مجوش')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('Google Class Room',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Google Class Room':'غرفة جوجل كلاس'))))))));}}else if(item.pagename!='Hardware & Software'&&item.pagename!='Network Security'&&item.pagename!='System Security'&&item.pagename!='Backup Solution'&&item.pagename!='Our Solutions'){if(window.location.pathname=='/'+item.navigationroute){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer p-2',onClick:function onClick(){routingcountext(item.navigationroute,false,'');},style:{background:sectionproperties.actibepagebgcolor,borderRadius:100}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 ',style:{color:sectionproperties.activepagecolor}},langdetect=='en'?item.pagename:item.pagename_ar));}else {return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');},style:{}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar));}}else if(item.pagename=='Our Solutions'&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i23=authdetailsContext.instinfo)===null||_authdetailsContext$i23===void 0?void 0:_authdetailsContext$i23.instid)=='683c55d780e0c'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setinqmenushow(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),inqmenushow==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'20%':'',right:langdetect=='ar'?'20%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('hardware-software',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Hardware & Software':'الأجهزة والبرامج')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('network-security',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Network Security':'أمن الشبكات')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('system-security',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'System Security':'أمان النظام')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('backup-solution',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Backup Solution':'حل النسخ الاحتياطي'))))))));}}}})),sectionproperties.showhidesubheader=='Show'&§ionproperties.subheaderposition=='Besides Top Navigation'&&/*#__PURE__*/React.createElement(Subheader,{sectionpropertiesprops:sectionproperties,actions:actions,subheaderpropertiesprops:{subheaderpositionprops:'in nav',paddingLeftprops:'10px',paddingRightprops:'10px',subheadercontentpositionprops:sectionproperties.header_centered=='Centered'?'center':'start'}})),/*#__PURE__*/React.createElement("div",{"class":sectionproperties.showhidesubheader=='Show'&§ionproperties.subheaderposition=='Besides Top Navigation'?authdetailsContext!=undefined&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i24=authdetailsContext.instinfo)===null||_authdetailsContext$i24===void 0||(_authdetailsContext$i24=_authdetailsContext$i24.instcurrencies)===null||_authdetailsContext$i24===void 0?void 0:_authdetailsContext$i24.length)>1?'col-lg-4 p-0 d-flex align-items-center justify-content-end':'col-lg-2 p-0 d-flex align-items-center justify-content-end':'col-lg-2 p-0 d-flex align-items-center justify-content-end'},sectionproperties.searchbar_show=='Show'&&/*#__PURE__*/React.createElement("p",{"class":sectionproperties.searchbaricon_fontsize==0?header_cssstyles.searchicon+' m-0 p-0 mx-2 ':header_cssstyles.searchicon+' m-0 p-0 mx-1 ',style:{fontSize:sectionproperties.searchtextfontsize+'px'},onClick:function onClick(){setsearchbarCanvasContext(true);}},sectionproperties.searchbaricon_fontsize!=0&&/*#__PURE__*/React.createElement("i",{className:header_cssstyles.searchicon+' h-100 allcentered '},/*#__PURE__*/React.createElement(FiSearch,{size:sectionproperties.searchbaricon_fontsize})),langdetect=='en'?sectionproperties.searchcontentenglish:sectionproperties.searchcontentarabic),sectionproperties.favBtnShow=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.wishlist_btn)+' cursor-pointer allcentered mx-1 ',onClick:function onClick(){routingcountext(StaticPagesLinksContext.Wishlist);}},/*#__PURE__*/React.createElement("span",{"class":' pr-0 ',style:{position:'relative'}},/*#__PURE__*/React.createElement("i",{"class":"allcentered"},sectionproperties.faviconshape=='Heart Shape'&&/*#__PURE__*/React.createElement(FaRegHeart,{style:{fontSize:sectionproperties.favBtnIconfontsize+'px'}}),sectionproperties.faviconshape=='Star Shape'&&/*#__PURE__*/React.createElement(AiFillStar$1,{style:{fontSize:sectionproperties.favBtnIconfontsize+'px'}})),sectionproperties.showfavbadge=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.badge_counter_header_notifications," ").concat(header_cssstyles.favbadge)},/*#__PURE__*/React.createElement("span",null," ",favoriteprojectscountContext.length>=10?'+9':favoriteprojectscountContext.length)))),sectionproperties.cartBtnShow=='Show'&&/*#__PURE__*/React.createElement("div",{style:{position:'relative'},"class":sectionproperties.cartBtnWidth==0?"".concat(header_cssstyles.cart_btn)+' cursor-pointer d-flex align-items-center justify-content-center mx-2 ':"".concat(header_cssstyles.cart_btn)+' cursor-pointer d-flex align-items-center justify-content-center mx-1 ',onClick:function onClick(){setsidecartnavshowcontext(true);}},sectionproperties.cartBtnTextfontsize!=0&&/*#__PURE__*/React.createElement("span",{"class":langdetect=='en'?'mr-2':'ml-2'},langdetect=='en'?sectionproperties.cartBtnContentenglish:sectionproperties.cartBtnContentarabic),/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.badge_counter_header_notifications," ").concat(header_cssstyles.cartbadge)},(fetchcustomercartQueryContext===null||fetchcustomercartQueryContext===void 0||(_fetchcustomercartQue=fetchcustomercartQueryContext.data)===null||_fetchcustomercartQue===void 0||(_fetchcustomercartQue=_fetchcustomercartQue.data)===null||_fetchcustomercartQue===void 0?void 0:_fetchcustomercartQue.customercart)!=null?(fetchcustomercartQueryContext===null||fetchcustomercartQueryContext===void 0||(_fetchcustomercartQue2=fetchcustomercartQueryContext.data)===null||_fetchcustomercartQue2===void 0||(_fetchcustomercartQue2=_fetchcustomercartQue2.data)===null||_fetchcustomercartQue2===void 0?void 0:_fetchcustomercartQue2.customercart.cartitems_count_withquantity)>=10?'+9':fetchcustomercartQueryContext===null||fetchcustomercartQueryContext===void 0||(_fetchcustomercartQue3=fetchcustomercartQueryContext.data)===null||_fetchcustomercartQue3===void 0||(_fetchcustomercartQue3=_fetchcustomercartQue3.data)===null||_fetchcustomercartQue3===void 0?void 0:_fetchcustomercartQue3.customercart.cartitems_count_withquantity:0),/*#__PURE__*/React.createElement("i",{"class":"h-100 allcentered"},sectionproperties.carticonstyle=='Shopping bag 1'&&/*#__PURE__*/React.createElement(FiShoppingBag,{size:sectionproperties.cartBtn_iconFontSize}),sectionproperties.carticonstyle=='Shopping bag 2'&&/*#__PURE__*/React.createElement(CgShoppingBag,{size:sectionproperties.cartBtn_iconFontSize}),sectionproperties.carticonstyle=='Shopping bag 3'&&/*#__PURE__*/React.createElement(BsBag,{size:sectionproperties.cartBtn_iconFontSize}),sectionproperties.carticonstyle=='Shopping bag 4'&&/*#__PURE__*/React.createElement(HiOutlineShoppingBag,{size:sectionproperties.cartBtn_iconFontSize}),sectionproperties.carticonstyle=='Shopping cart 1'&&/*#__PURE__*/React.createElement(FiShoppingCart,{size:sectionproperties.cartBtn_iconFontSize}),sectionproperties.carticonstyle=='Shopping cart 2'&&/*#__PURE__*/React.createElement(MdAddShoppingCart,{size:sectionproperties.cartBtn_iconFontSize}),sectionproperties.carticonstyle=='Calendar 1'&&/*#__PURE__*/React.createElement(FiCalendar,{size:sectionproperties.cartBtn_iconFontSize}))),sectionproperties.userbtnstyle=='Style 2'&&!authdetailsContext.loggedin&§ionproperties.ShowUserBtn=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.user_btn)+' allcentered ',onClick:function onClick(){routingcountext(StaticPagesLinksContext.Login);}},/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0",style:{textTransform:sectionproperties.userbtn_logintextTextTransform,fontWeight:sectionproperties.userBtnTextfontweight,fontSize:sectionproperties.userbtn_logintextFontSize+'px'}},langdetect=='en'?'Login':'تسجيل الدخول')),sectionproperties.userbtnstyle=='Style 2'&&authdetailsContext.loggedin&§ionproperties.ShowUserBtn=='Show'&&/*#__PURE__*/React.createElement(Dropdown,null,/*#__PURE__*/React.createElement(Dropdown.Toggle,null,/*#__PURE__*/React.createElement("div",{className:header_cssstyles.userBtnLoggedinContainer+' allcentered ',sytle:{position:'relative'}},/*#__PURE__*/React.createElement("div",{className:"".concat(header_cssstyles.loggedinuserbtn," ").concat(header_cssstyles.userbtnloggedin)+' loggedinuserbtn loggedinuserbtnbg mx-1 '},/*#__PURE__*/React.createElement("i",{className:' h-100 allcentered '},/*#__PURE__*/React.createElement(FiUser,{size:sectionproperties.loggedinusericonfontsize}))),/*#__PURE__*/React.createElement("div",{className:"m-0 p-0 flex-column",style:{textAlign:langdetect=='en'?'left':'right'}},/*#__PURE__*/React.createElement("p",{className:header_cssstyles.greetingstyles+' m-0 p-0 '},lang.hello,langdetect=='en'?',':'،'),/*#__PURE__*/React.createElement("p",{className:header_cssstyles.loggedinusername+' loggedinuserbtn text-overflow m-0 p-0 '},authdetailsContext.customerinfo.name)))),/*#__PURE__*/React.createElement(Dropdown.Menu,{style:{minWidth:'200px'}},/*#__PURE__*/React.createElement(Dropdown.Item,{"class":"".concat(header_cssstyles.dropdownitem)+' allcentered '},/*#__PURE__*/React.createElement("span",{style:{color:'#8fa0bd'}},lang.hello,","),/*#__PURE__*/React.createElement("span",{"class":"font-weight-600 ml-1 mr-1 text-overflow text-capitalize",onClick:function onClick(){routingcountext(StaticPagesLinksContext.accountinfo);}},authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$c=authdetailsContext.customerinfo)===null||_authdetailsContext$c===void 0?void 0:_authdetailsContext$c.name)),sectionproperties.showprevorder=='Show'&&/*#__PURE__*/React.createElement(Dropdown.Divider,null),sectionproperties.showprevorder=='Show'&&/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){routingcountext(StaticPagesLinksContext.Ordershistory);}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},sectionproperties.carticonstyle=='Shopping bag 1'&&/*#__PURE__*/React.createElement(FiShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 2'&&/*#__PURE__*/React.createElement(CgShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 3'&&/*#__PURE__*/React.createElement(BsBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 4'&&/*#__PURE__*/React.createElement(HiOutlineShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping cart 1'&&/*#__PURE__*/React.createElement(FiShoppingCart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping cart 2'&&/*#__PURE__*/React.createElement(MdAddShoppingCart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Calendar 1'&&/*#__PURE__*/React.createElement(FiCalendar,{"class":langdetect=='en'?'mr-2':'ml-2'}),langdetect=='en'?sectionproperties.previousorders_titleen:sectionproperties.previousorders_titlear))),(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i25=authdetailsContext.instinfo)===null||_authdetailsContext$i25===void 0?void 0:_authdetailsContext$i25.instid)=='68248846ec6bc'&&/*#__PURE__*/React.createElement(Dropdown.Divider,null),(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i26=authdetailsContext.instinfo)===null||_authdetailsContext$i26===void 0?void 0:_authdetailsContext$i26.instid)=='68248846ec6bc'&&/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){routingcountext(StaticPagesLinksContext.Ordershistory);}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},sectionproperties.carticonstyle=='Shopping bag 1'&&/*#__PURE__*/React.createElement(FiShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 2'&&/*#__PURE__*/React.createElement(CgShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 3'&&/*#__PURE__*/React.createElement(BsBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 4'&&/*#__PURE__*/React.createElement(HiOutlineShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping cart 1'&&/*#__PURE__*/React.createElement(FiShoppingCart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping cart 2'&&/*#__PURE__*/React.createElement(MdAddShoppingCart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Calendar 1'&&/*#__PURE__*/React.createElement(FiCalendar,{"class":langdetect=='en'?'mr-2':'ml-2'}),langdetect=='en'?sectionproperties.previousorders_titleen:sectionproperties.previousorders_titlear))),sectionproperties.favBtnShow=='Show'&&/*#__PURE__*/React.createElement(Dropdown.Divider,null),sectionproperties.favBtnShow=='Show'&&/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){routingcountext(StaticPagesLinksContext.Wishlist);}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},sectionproperties.faviconshape=='Heart Shape'&&/*#__PURE__*/React.createElement(FaRegHeart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.faviconshape=='Star Shape'&&/*#__PURE__*/React.createElement(AiFillStar$1,{"class":langdetect=='en'?'mr-2':'ml-2'}),' ',lang.wishlist))),/*#__PURE__*/React.createElement(Dropdown.Divider,null),/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){LogoutMutationContext.mutate();}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement(BiLogOutCircle,{"class":langdetect=='en'?'mr-2':'ml-2'}),lang.logout))))),sectionproperties.userbtnstyle=='Style 1'&§ionproperties.ShowUserBtn=='Show'&&/*#__PURE__*/React.createElement(Dropdown,null,/*#__PURE__*/React.createElement(Dropdown.Toggle,null,!authdetailsContext.loggedin&&/*#__PURE__*/React.createElement("div",{"class":" ".concat(header_cssstyles.user_btn)+' d-flex align-items-center justify-content-center mx-1 ',sytle:{position:'relative'},onClick:function onClick(){routingcountext(StaticPagesLinksContext.Login);}},/*#__PURE__*/React.createElement("i",{"class":' h-100 d-flex align-items-center '},/*#__PURE__*/React.createElement(HiUserCircle,{size:sectionproperties.userBtnTextfontsize})),(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i27=authdetailsContext.instinfo)===null||_authdetailsContext$i27===void 0?void 0:_authdetailsContext$i27.instid)=='67b1bb900a541'&&/*#__PURE__*/React.createElement("span",{className:"mx-2",style:{fontSize:18}},langdetect=='en'?'LOGIN':'تسجيل الدخول')),authdetailsContext.loggedin&&/*#__PURE__*/React.createElement("div",{"class":header_cssstyles.userBtnLoggedinContainer+' allcentered ',sytle:{position:'relative'}},/*#__PURE__*/React.createElement("div",{"class":header_cssstyles.userbtnloggedin+' loggedinuserbtn loggedinuserbtnbg ml-2 mr-2 '},/*#__PURE__*/React.createElement("i",{"class":' h-100 allcentered '},/*#__PURE__*/React.createElement(RiUserSettingsLine,{size:sectionproperties.loggedinusericonfontsize}))))),authdetailsContext.loggedin&&/*#__PURE__*/React.createElement(Dropdown.Menu,{style:{minWidth:'200px'}},/*#__PURE__*/React.createElement(Dropdown.Item,{"class":"".concat(header_cssstyles.dropdownitem)+' text-start '},/*#__PURE__*/React.createElement("div",{"class":"allcentered flex-column"},/*#__PURE__*/React.createElement("div",{"class":"allcentered"},/*#__PURE__*/React.createElement("span",{style:{color:'#8fa0bd'}},lang.hello,","),/*#__PURE__*/React.createElement("span",{"class":"font-weight-600 ml-1 mr-1 text-overflow text-capitalize",onClick:function onClick(){routingcountext(StaticPagesLinksContext.accountinfo);}},authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$c2=authdetailsContext.customerinfo)===null||_authdetailsContext$c2===void 0?void 0:_authdetailsContext$c2.name)),templateproperties_context.showwallet=='Show'&&/*#__PURE__*/React.createElement("div",{"class":' m-0 p-0 d-flex justify-content-start flex-row ',style:{}},/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0",style:{color:templateproperties_context.walletcolor,fontSize:templateproperties_context.walletfontize+'px',fontWeight:500}},langdetect=='en'?templateproperties_context.walletcontent_en:templateproperties_context.walletcontent_ar),/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 mx-1",style:{color:templateproperties_context.walletsecondarycolor,fontSize:'15px',fontWeight:600}},authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$c3=authdetailsContext.customerinfo)===null||_authdetailsContext$c3===void 0?void 0:_authdetailsContext$c3.walletpoints,' ')))),/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){routingcountext(StaticPagesLinksContext.accountinfo);}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},langdetect=='en'?'My Account':'ملفي'))),sectionproperties.showprevorder=='Show'&&/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){routingcountext(StaticPagesLinksContext.Ordershistory);}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},sectionproperties.carticonstyle=='Shopping bag 1'&&/*#__PURE__*/React.createElement(FiShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 2'&&/*#__PURE__*/React.createElement(CgShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 3'&&/*#__PURE__*/React.createElement(BsBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 4'&&/*#__PURE__*/React.createElement(HiOutlineShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping cart 1'&&/*#__PURE__*/React.createElement(FiShoppingCart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping cart 2'&&/*#__PURE__*/React.createElement(MdAddShoppingCart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Calendar 1'&&/*#__PURE__*/React.createElement(FiCalendar,{"class":langdetect=='en'?'mr-2':'ml-2'}),langdetect=='en'?sectionproperties.previousorders_titleen:sectionproperties.previousorders_titlear))),(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i28=authdetailsContext.instinfo)===null||_authdetailsContext$i28===void 0?void 0:_authdetailsContext$i28.instid)=='68248846ec6bc'&&/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){routingcountext(StaticPagesLinksContext.Ordershistory);}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},sectionproperties.carticonstyle=='Shopping bag 1'&&/*#__PURE__*/React.createElement(FiShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 2'&&/*#__PURE__*/React.createElement(CgShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 3'&&/*#__PURE__*/React.createElement(BsBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 4'&&/*#__PURE__*/React.createElement(HiOutlineShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping cart 1'&&/*#__PURE__*/React.createElement(FiShoppingCart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping cart 2'&&/*#__PURE__*/React.createElement(MdAddShoppingCart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Calendar 1'&&/*#__PURE__*/React.createElement(FiCalendar,{"class":langdetect=='en'?'mr-2':'ml-2'}),langdetect=='en'?sectionproperties.previousorders_titleen:sectionproperties.previousorders_titlear))),sectionproperties.favBtnShow=='Show'&&/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){routingcountext(StaticPagesLinksContext.Wishlist);}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},sectionproperties.faviconshape=='Heart Shape'&&/*#__PURE__*/React.createElement(FaRegHeart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.faviconshape=='Star Shape'&&/*#__PURE__*/React.createElement(AiFillStar$1,{"class":langdetect=='en'?'mr-2':'ml-2'}),' ',lang.wishlist))),/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){LogoutMutationContext.mutate();}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement(BiLogOutCircle,{"class":langdetect=='en'?'mr-2':'ml-2'}),lang.logout))))),sectionproperties.showlanuagecontainer=='Show'&§ionproperties.languagecontainertype!='Dropdown'&&/*#__PURE__*/React.createElement("div",{"class":' allcentered m-0 cursor-pointer mx-1 ',style:{minWidth:'30px'},onClick:function onClick(){if(langdetect=='en'){setlang('ar');}else if(langdetect=='ar'){setlang('en');}}},langdetect=='en'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.languagecontainer)+' row m-0 allcentered w-100 '},sectionproperties.flagIcon=='Flag'&&/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 d-flex align-items-center w-100"},"\u0639",' ',/*#__PURE__*/React.createElement("i",{"class":"h-100 allcentered mr-auto pr-3"},/*#__PURE__*/React.createElement(BsChevronDown,null))),sectionproperties.flagIcon=='Icon'&&/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 d-flex align-items-center w-100"},"En",' ',/*#__PURE__*/React.createElement("i",{"class":"h-100 allcentered ml-auto pl-3"},/*#__PURE__*/React.createElement(BsChevronDown,null)))),langdetect=='ar'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.languagecontainer)+' row m-0 allcentered w-100 '},sectionproperties.flagIcon=='Icon'&&/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 d-flex align-items-center w-100"},"\u0639",' ',/*#__PURE__*/React.createElement("i",{"class":"h-100 allcentered mr-auto pr-3"},/*#__PURE__*/React.createElement(BsChevronDown,null))),sectionproperties.flagIcon=='Flag'&&/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("img",{src:'https://tabex-co.com/storage/StaticImages/egyptflag.png',style:{maxWidth:'2.5vh',maxHeight:'2.5vh'}}),/*#__PURE__*/React.createElement("div",{style:{height:'20px',width:'1.5px',background:'#e6e6e6'},"class":"ml-2 mr-2"}),/*#__PURE__*/React.createElement("i",{"class":"h-100 allcentered mr-auto pr-3"},/*#__PURE__*/React.createElement(BsChevronDown,null))))),sectionproperties.showlanuagecontainer=='Show'&§ionproperties.languagecontainertype=='Dropdown'&&/*#__PURE__*/React.createElement("div",{"class":langdetect=='en'?'headerdropdownml':'headerdropdownmr'},/*#__PURE__*/React.createElement(Dropdown,null,/*#__PURE__*/React.createElement(Dropdown.Toggle,null,/*#__PURE__*/React.createElement("li",{"class":"".concat(headerstyles$9.header_menu)+' allcentered '},langdetect=='ar'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.languagecontainer)+' row m-0 w-100 px-1'},/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 d-flex align-items-center "},sectionproperties.flagIcon!='Icon'&&/*#__PURE__*/React.createElement("span",null,"\u0639 "),sectionproperties.flagIcon=='Icon'&&/*#__PURE__*/React.createElement(BiGlobe,{size:sectionproperties.language_container_fontsize}),/*#__PURE__*/React.createElement("i",{"class":"h-100 allcentered ml-auto pl-3"},/*#__PURE__*/React.createElement(BsChevronDown,null)))),langdetect=='en'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.languagecontainer)+' row m-0 w-100 px-1 '},/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 d-flex align-items-center"},sectionproperties.flagIcon!='Icon'&&/*#__PURE__*/React.createElement("span",null,"En "),sectionproperties.flagIcon=='Icon'&&/*#__PURE__*/React.createElement(BiGlobe,{size:sectionproperties.language_container_fontsize}),/*#__PURE__*/React.createElement("i",{"class":"h-100 allcentered ml-auto pl-3"},/*#__PURE__*/React.createElement(BsChevronDown,null)))))),/*#__PURE__*/React.createElement(Dropdown.Menu,null,/*#__PURE__*/React.createElement(Dropdown.Item,{"class":"".concat(header_cssstyles.dropdownitem),onClick:function onClick(){setlang('ar');}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' d-flex align-items-center m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem d-flex align-items-center m-0 p-0 '},/*#__PURE__*/React.createElement("span",{"class":"ml-2 mr-2"},"\u0644\u063A\u0629 \u0639\u0631\u0628\u064A\u0629")))),/*#__PURE__*/React.createElement(Dropdown.Divider,null),/*#__PURE__*/React.createElement(Dropdown.Item,{"class":"".concat(header_cssstyles.dropdownitem),onClick:function onClick(){setlang('en');}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' d-flex align-items-center m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem d-flex align-items-center m-0 p-0 '},/*#__PURE__*/React.createElement("span",{"class":"ml-2 mr-2"},"English"))))))),authdetailsContext!=undefined&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i29=authdetailsContext.instinfo)===null||_authdetailsContext$i29===void 0||(_authdetailsContext$i29=_authdetailsContext$i29.instcurrencies)===null||_authdetailsContext$i29===void 0?void 0:_authdetailsContext$i29.length)>1&§ionproperties.showcurrency=='Show'&&/*#__PURE__*/React.createElement("div",{"class":' d-flex align-items-center justify-content-end '},/*#__PURE__*/React.createElement(Dropdown,null,/*#__PURE__*/React.createElement(Dropdown.Toggle,null,/*#__PURE__*/React.createElement("li",{"class":' d-flex align-items-center justify-content-center '},langdetect=='en'&&/*#__PURE__*/React.createElement("div",{"class":header_cssstyles.currencycont+' row m-0 w-100 d-flex align-items-center '},/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 mr-2 ml-2"},authdetailsContext===null||authdetailsContext===void 0?void 0:authdetailsContext.currencyname_en),/*#__PURE__*/React.createElement(MdKeyboardArrowDown,null)),langdetect=='ar'&&/*#__PURE__*/React.createElement("div",{"class":header_cssstyles.currencycont+' row m-0 w-100 d-flex align-items-center '},/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 ml-2 mr-2"},authdetailsContext===null||authdetailsContext===void 0?void 0:authdetailsContext.currencyname_ar),/*#__PURE__*/React.createElement(MdKeyboardArrowDown,null)))),/*#__PURE__*/React.createElement(Dropdown.Menu,null,authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i30=authdetailsContext.instinfo)===null||_authdetailsContext$i30===void 0||(_authdetailsContext$i30=_authdetailsContext$i30.instcurrencies)===null||_authdetailsContext$i30===void 0?void 0:_authdetailsContext$i30.map(function(item,index){var _authdetailsContext$i31;return/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){setcurrencyfunccontext(item);}},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100"},/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-start"},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem d-flex align-items-center justify-content-center m-0 p-0 ',style:{}},/*#__PURE__*/React.createElement("span",{"class":'ml-2 mr-2'},langdetect=='en'?item.currencyname_en:item.currencyname_ar)))),index!=(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i31=authdetailsContext.instinfo)===null||_authdetailsContext$i31===void 0||(_authdetailsContext$i31=_authdetailsContext$i31.instcurrencies)===null||_authdetailsContext$i31===void 0?void 0:_authdetailsContext$i31.length)-1&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0"},/*#__PURE__*/React.createElement("hr",{"class":"m-0"}))));}))))))),sectionproperties.showhidesubheader=='Show'&§ionproperties.subheaderposition=='Full Width'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0"},/*#__PURE__*/React.createElement(Subheader,{actions:actions,sectionpropertiesprops:sectionproperties,subheaderpropertiesprops:{subheaderpositionprops:'Full Width',paddingLeftprops:'25px',paddingRightprops:'25px',subheadercontentpositionprops:sectionproperties.header_centered=='Centered'?'center':'start'}})))))),(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i32=authdetailsContext.instinfo)===null||_authdetailsContext$i32===void 0?void 0:_authdetailsContext$i32.contactinfo.instid)=='6978ef34b2564'&&window.location.pathname=='/home'&&/*#__PURE__*/React.createElement("div",{"class":"m-0 w-100 h-100 d-md-none d-sm-none",style:{background:'#211637',height:'100vh'}},/*#__PURE__*/React.createElement("div",{style:{height:100/3+'vh'},className:"d-flex mt-4 justify-content-center"},/*#__PURE__*/React.createElement("div",{"class":"col-12 p-0"},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.header_logo)+' d-flex align-items-center justify-content-center ',style:{cursor:'pointer',transform:' rotate(-90deg)'},onClick:function onClick(){routingcountext(sectionproperties.logoonclickroute);}},/*#__PURE__*/React.createElement(Imagekitimagecomp,{urlEndpoint:ikimagecredcontext===null||ikimagecredcontext===void 0?void 0:ikimagecredcontext.ikimageendpoint,publicKey:ikimagecredcontext===null||ikimagecredcontext===void 0?void 0:ikimagecredcontext.ikimagepublickey,path:langdetect=='en'?(_logoarrayofobjects$3=logoarrayofobjects[0])===null||_logoarrayofobjects$3===void 0?void 0:_logoarrayofobjects$3.englishlogo:(_logoarrayofobjects$4=logoarrayofobjects[0])===null||_logoarrayofobjects$4===void 0?void 0:_logoarrayofobjects$4.arabiclogo,style:{maxWidth:'100%',maxHeight:'100%'}})))),/*#__PURE__*/React.createElement("div",{style:{height:100/3+'vh'},className:"d-flex align-items-center justify-content-center"},/*#__PURE__*/React.createElement("i",{"class":header_cssstyles.menuiconnlum+' h-100 allcentered ',onClick:function onClick(){if(menuactiveee==true){setmenuactiveee(false);}else {setmenuactiveee(true);}}},/*#__PURE__*/React.createElement(FiMenu,{size:26}))),/*#__PURE__*/React.createElement("div",{style:{height:100/3+'vh'},className:"d-flex align-items-center justify-content-center"})),(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i33=authdetailsContext.instinfo)===null||_authdetailsContext$i33===void 0?void 0:_authdetailsContext$i33.contactinfo.instid)=='6978ef34b2564'&&window.location.pathname!='/home'&&/*#__PURE__*/React.createElement("div",{"class":" ".concat(header_cssstyles.headercontainer)+' d-flex d-md-none align-items-center m-0 '},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 "},templateproperties_context.showsocialmedia=='Show'&&/*#__PURE__*/React.createElement(SocialMediaSection,{sectionpropertiesprops:sectionproperties,templateproperties_contextprops:templateproperties_context,actions:actions}),templateproperties_context.showtextslider=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex d-md-none"},/*#__PURE__*/React.createElement(MarqueeHeader,{sectionpropertiesprops:sectionproperties,templateproperties_contextprops:templateproperties_context,actions:actions})),sectionproperties.showdownloadapp=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"w-100 d-flex d-md-none"},/*#__PURE__*/React.createElement(DownloadApp,{sectionpropertiesprops:sectionproperties,actions:actions})),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0"},/*#__PURE__*/React.createElement("div",{"class":header_cssstyles.headerinnercontainer+' row mx-0 w-100 px-1025-1 '},/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0"},/*#__PURE__*/React.createElement("div",{"class":" ".concat(headerstyles$9.navbar)+' row m-0 w-100 d-flex flex-row align-items-center h-100 '},/*#__PURE__*/React.createElement("div",{"class":sectionproperties.showhidesubheader=='Show'&§ionproperties.subheaderposition=='Besides Top Navigation'?authdetailsContext!=undefined&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i34=authdetailsContext.instinfo)===null||_authdetailsContext$i34===void 0||(_authdetailsContext$i34=_authdetailsContext$i34.instcurrencies)===null||_authdetailsContext$i34===void 0?void 0:_authdetailsContext$i34.length)>1?'col-lg-4 p-0 d-flex flex-row d-flex align-items-center':'col-lg-2 p-0 flex-row d-flex align-items-center':'col-lg-2 p-0 flex-row d-flex align-items-center'},(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i35=authdetailsContext.instinfo)===null||_authdetailsContext$i35===void 0?void 0:_authdetailsContext$i35.instid)=='67d6bda67adf6'&&/*#__PURE__*/React.createElement("div",{style:{width:30,height:30,marginRight:langdetect=='en'?30:0,marginLeft:langdetect=='en'?0:30},"class":"allcentered"},/*#__PURE__*/React.createElement("i",{"class":header_cssstyles.menuiconn+' h-100 allcentered ',style:{},onClick:function onClick(){if(menuactive==true){setmenuactive(false);}else {setmenuactive(true);}}},/*#__PURE__*/React.createElement(FiMenu,{size:24}))),/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.header_logo)+' d-flex align-items-center justify-content-center ',style:{cursor:'pointer'},onClick:function onClick(){routingcountext(sectionproperties.logoonclickroute);}},/*#__PURE__*/React.createElement(Imagekitimagecomp,{urlEndpoint:ikimagecredcontext===null||ikimagecredcontext===void 0?void 0:ikimagecredcontext.ikimageendpoint,publicKey:ikimagecredcontext===null||ikimagecredcontext===void 0?void 0:ikimagecredcontext.ikimagepublickey,path:langdetect=='en'?(_logoarrayofobjects$5=logoarrayofobjects[0])===null||_logoarrayofobjects$5===void 0?void 0:_logoarrayofobjects$5.englishlogo:(_logoarrayofobjects$6=logoarrayofobjects[0])===null||_logoarrayofobjects$6===void 0?void 0:_logoarrayofobjects$6.arabiclogo,style:{maxWidth:'100%',maxHeight:'100%'}}))),/*#__PURE__*/React.createElement("div",{"class":sectionproperties.showhidesubheader=='Show'&§ionproperties.subheaderposition=='Besides Top Navigation'?authdetailsContext!=undefined&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i36=authdetailsContext.instinfo)===null||_authdetailsContext$i36===void 0||(_authdetailsContext$i36=_authdetailsContext$i36.instcurrencies)===null||_authdetailsContext$i36===void 0?void 0:_authdetailsContext$i36.length)>1?"".concat(headerstyles$9.nav__item)+' col-lg-4 p-0 d-flex flex-row align-items-center ':"".concat(headerstyles$9.nav__item)+' col-lg-8 p-0 d-flex flex-row align-items-center ':"".concat(headerstyles$9.nav__item)+' col-lg-8 p-0 d-flex flex-row align-items-center ',style:{justifyContent:sectionproperties.header_centered=='Centered'?'center':'start'}},/*#__PURE__*/React.createElement("div",{"class":' w-100 align-items-center justify-content-center'// class={' scrollhorizontal w-100 align-items-center '}
|
|
36766
|
+
}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},"\u0639\u0632\u0644 ANTNTI"))))))));}}else {var _authdetailsContext$i19,_authdetailsContext$i24;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i19=authdetailsContext.instinfo)===null||_authdetailsContext$i19===void 0?void 0:_authdetailsContext$i19.instid)=='684aa79857878'){if(item.pagename!='About'&&item.pagename!='Admission Policy'&&item.pagename!='Community '){var _authdetailsContext$i20,_authdetailsContext$i21,_authdetailsContext$i22,_authdetailsContext$i23;return/*#__PURE__*/React.createElement("div",{"class":(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i20=authdetailsContext.instinfo)===null||_authdetailsContext$i20===void 0?void 0:_authdetailsContext$i20.instid)=='67b1bb900a541'?'cursor-pointer p-2':'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');},style:{background:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i21=authdetailsContext.instinfo)===null||_authdetailsContext$i21===void 0?void 0:_authdetailsContext$i21.instid)=='67b1bb900a541'?window.location.pathname=='/'+item.navigationroute?'#36322c':'transparent':'transprent',borderRadius:100}},/*#__PURE__*/React.createElement("p",{"class":(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i22=authdetailsContext.instinfo)===null||_authdetailsContext$i22===void 0?void 0:_authdetailsContext$i22.instid)=='67b1bb900a541'&&window.location.pathname=='/'+item.navigationroute?"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text," ").concat(header_cssstyles.navbar_item_textactive)+' p-0 mb-0 ':(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i23=authdetailsContext.instinfo)===null||_authdetailsContext$i23===void 0?void 0:_authdetailsContext$i23.instid)=='67d6bda67adf6'&&window.location.pathname=='/'+item.navigationroute?"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text," ").concat(header_cssstyles.navbar_item_textactive)+' p-0 mb-0 ':"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar));}else if(item.pagename=='About'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setinqmenushowabout(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),inqmenushowabout==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('vision&mission',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Vision & Mission':'الرؤية والرسالة')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('school-philosophy',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?"School's Philosophy":'فلسفة المدرسة')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('accredit',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Accredit':'الاعتماد')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('characterbuilding',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Character Building':'بناء الشخصية')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('leadershipteam',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Leadership Team':'فريق القيادة'))))))));}else if(item.pagename=='Admission Policy'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setinqmenushowadminssionpolicy(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),inqmenushowadminssionpolicy==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('application',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Application':'طلب')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('admissionprocess',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Admission Process':'عملية القبول')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('schooltour',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'School Tour':'جولة مدرسية'))))))));}else if(item.pagename=='Community'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setinqmenushowcalendar(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),inqmenushowcalendar==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('calendar',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Calendar':'تقويم')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('lxl',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'IXL':'IXL')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('Magoush',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Magoush':'مجوش')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('Google Class Room',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Google Class Room':'غرفة جوجل كلاس'))))))));}}else if(item.pagename!='Hardware & Software'&&item.pagename!='Network Security'&&item.pagename!='System Security'&&item.pagename!='Backup Solution'&&item.pagename!='Our Solutions'){if(window.location.pathname=='/'+item.navigationroute){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer p-2',onClick:function onClick(){routingcountext(item.navigationroute,false,'');},style:{background:sectionproperties.actibepagebgcolor,borderRadius:100}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 ',style:{color:sectionproperties.activepagecolor}},langdetect=='en'?item.pagename:item.pagename_ar));}else {return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');},style:{}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar));}}else if(item.pagename=='Our Solutions'&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i24=authdetailsContext.instinfo)===null||_authdetailsContext$i24===void 0?void 0:_authdetailsContext$i24.instid)=='683c55d780e0c'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setinqmenushow(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),inqmenushow==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'20%':'',right:langdetect=='ar'?'20%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('hardware-software',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Hardware & Software':'الأجهزة والبرامج')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('network-security',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Network Security':'أمن الشبكات')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('system-security',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'System Security':'أمان النظام')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('backup-solution',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Backup Solution':'حل النسخ الاحتياطي'))))))));}}}})),sectionproperties.showhidesubheader=='Show'&§ionproperties.subheaderposition=='Besides Top Navigation'&&/*#__PURE__*/React.createElement(Subheader,{sectionpropertiesprops:sectionproperties,actions:actions,subheaderpropertiesprops:{subheaderpositionprops:'in nav',paddingLeftprops:'10px',paddingRightprops:'10px',subheadercontentpositionprops:sectionproperties.header_centered=='Centered'?'center':'start'}})),/*#__PURE__*/React.createElement("div",{"class":sectionproperties.showhidesubheader=='Show'&§ionproperties.subheaderposition=='Besides Top Navigation'?authdetailsContext!=undefined&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i25=authdetailsContext.instinfo)===null||_authdetailsContext$i25===void 0||(_authdetailsContext$i25=_authdetailsContext$i25.instcurrencies)===null||_authdetailsContext$i25===void 0?void 0:_authdetailsContext$i25.length)>1?'col-lg-4 p-0 d-flex align-items-center justify-content-end':'col-lg-2 p-0 d-flex align-items-center justify-content-end':'col-lg-2 p-0 d-flex align-items-center justify-content-end'},sectionproperties.searchbar_show=='Show'&&/*#__PURE__*/React.createElement("p",{"class":sectionproperties.searchbaricon_fontsize==0?header_cssstyles.searchicon+' m-0 p-0 mx-2 ':header_cssstyles.searchicon+' m-0 p-0 mx-1 ',style:{fontSize:sectionproperties.searchtextfontsize+'px'},onClick:function onClick(){setsearchbarCanvasContext(true);}},sectionproperties.searchbaricon_fontsize!=0&&/*#__PURE__*/React.createElement("i",{className:header_cssstyles.searchicon+' h-100 allcentered '},/*#__PURE__*/React.createElement(FiSearch,{size:sectionproperties.searchbaricon_fontsize})),langdetect=='en'?sectionproperties.searchcontentenglish:sectionproperties.searchcontentarabic),sectionproperties.favBtnShow=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.wishlist_btn)+' cursor-pointer allcentered mx-1 ',onClick:function onClick(){routingcountext(StaticPagesLinksContext.Wishlist);}},/*#__PURE__*/React.createElement("span",{"class":' pr-0 ',style:{position:'relative'}},/*#__PURE__*/React.createElement("i",{"class":"allcentered"},sectionproperties.faviconshape=='Heart Shape'&&/*#__PURE__*/React.createElement(FaRegHeart,{style:{fontSize:sectionproperties.favBtnIconfontsize+'px'}}),sectionproperties.faviconshape=='Star Shape'&&/*#__PURE__*/React.createElement(AiFillStar$1,{style:{fontSize:sectionproperties.favBtnIconfontsize+'px'}})),sectionproperties.showfavbadge=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.badge_counter_header_notifications," ").concat(header_cssstyles.favbadge)},/*#__PURE__*/React.createElement("span",null," ",favoriteprojectscountContext.length>=10?'+9':favoriteprojectscountContext.length)))),sectionproperties.cartBtnShow=='Show'&&/*#__PURE__*/React.createElement("div",{style:{position:'relative'},"class":sectionproperties.cartBtnWidth==0?"".concat(header_cssstyles.cart_btn)+' cursor-pointer d-flex align-items-center justify-content-center mx-2 ':"".concat(header_cssstyles.cart_btn)+' cursor-pointer d-flex align-items-center justify-content-center mx-1 ',onClick:function onClick(){setsidecartnavshowcontext(true);}},sectionproperties.cartBtnTextfontsize!=0&&/*#__PURE__*/React.createElement("span",{"class":langdetect=='en'?'mr-2':'ml-2'},langdetect=='en'?sectionproperties.cartBtnContentenglish:sectionproperties.cartBtnContentarabic),/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.badge_counter_header_notifications," ").concat(header_cssstyles.cartbadge)},(fetchcustomercartQueryContext===null||fetchcustomercartQueryContext===void 0||(_fetchcustomercartQue=fetchcustomercartQueryContext.data)===null||_fetchcustomercartQue===void 0||(_fetchcustomercartQue=_fetchcustomercartQue.data)===null||_fetchcustomercartQue===void 0?void 0:_fetchcustomercartQue.customercart)!=null?(fetchcustomercartQueryContext===null||fetchcustomercartQueryContext===void 0||(_fetchcustomercartQue2=fetchcustomercartQueryContext.data)===null||_fetchcustomercartQue2===void 0||(_fetchcustomercartQue2=_fetchcustomercartQue2.data)===null||_fetchcustomercartQue2===void 0?void 0:_fetchcustomercartQue2.customercart.cartitems_count_withquantity)>=10?'+9':fetchcustomercartQueryContext===null||fetchcustomercartQueryContext===void 0||(_fetchcustomercartQue3=fetchcustomercartQueryContext.data)===null||_fetchcustomercartQue3===void 0||(_fetchcustomercartQue3=_fetchcustomercartQue3.data)===null||_fetchcustomercartQue3===void 0?void 0:_fetchcustomercartQue3.customercart.cartitems_count_withquantity:0),/*#__PURE__*/React.createElement("i",{"class":"h-100 allcentered"},sectionproperties.carticonstyle=='Shopping bag 1'&&/*#__PURE__*/React.createElement(FiShoppingBag,{size:sectionproperties.cartBtn_iconFontSize}),sectionproperties.carticonstyle=='Shopping bag 2'&&/*#__PURE__*/React.createElement(CgShoppingBag,{size:sectionproperties.cartBtn_iconFontSize}),sectionproperties.carticonstyle=='Shopping bag 3'&&/*#__PURE__*/React.createElement(BsBag,{size:sectionproperties.cartBtn_iconFontSize}),sectionproperties.carticonstyle=='Shopping bag 4'&&/*#__PURE__*/React.createElement(HiOutlineShoppingBag,{size:sectionproperties.cartBtn_iconFontSize}),sectionproperties.carticonstyle=='Shopping cart 1'&&/*#__PURE__*/React.createElement(FiShoppingCart,{size:sectionproperties.cartBtn_iconFontSize}),sectionproperties.carticonstyle=='Shopping cart 2'&&/*#__PURE__*/React.createElement(MdAddShoppingCart,{size:sectionproperties.cartBtn_iconFontSize}),sectionproperties.carticonstyle=='Calendar 1'&&/*#__PURE__*/React.createElement(FiCalendar,{size:sectionproperties.cartBtn_iconFontSize}))),sectionproperties.userbtnstyle=='Style 2'&&!authdetailsContext.loggedin&§ionproperties.ShowUserBtn=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.user_btn)+' allcentered ',onClick:function onClick(){routingcountext(StaticPagesLinksContext.Login);}},/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0",style:{textTransform:sectionproperties.userbtn_logintextTextTransform,fontWeight:sectionproperties.userBtnTextfontweight,fontSize:sectionproperties.userbtn_logintextFontSize+'px'}},langdetect=='en'?'Login':'تسجيل الدخول')),sectionproperties.userbtnstyle=='Style 2'&&authdetailsContext.loggedin&§ionproperties.ShowUserBtn=='Show'&&/*#__PURE__*/React.createElement(Dropdown,null,/*#__PURE__*/React.createElement(Dropdown.Toggle,null,/*#__PURE__*/React.createElement("div",{className:header_cssstyles.userBtnLoggedinContainer+' allcentered ',sytle:{position:'relative'}},/*#__PURE__*/React.createElement("div",{className:"".concat(header_cssstyles.loggedinuserbtn," ").concat(header_cssstyles.userbtnloggedin)+' loggedinuserbtn loggedinuserbtnbg mx-1 '},/*#__PURE__*/React.createElement("i",{className:' h-100 allcentered '},/*#__PURE__*/React.createElement(FiUser,{size:sectionproperties.loggedinusericonfontsize}))),/*#__PURE__*/React.createElement("div",{className:"m-0 p-0 flex-column",style:{textAlign:langdetect=='en'?'left':'right'}},/*#__PURE__*/React.createElement("p",{className:header_cssstyles.greetingstyles+' m-0 p-0 '},lang.hello,langdetect=='en'?',':'،'),/*#__PURE__*/React.createElement("p",{className:header_cssstyles.loggedinusername+' loggedinuserbtn text-overflow m-0 p-0 '},authdetailsContext.customerinfo.name)))),/*#__PURE__*/React.createElement(Dropdown.Menu,{style:{minWidth:'200px'}},/*#__PURE__*/React.createElement(Dropdown.Item,{"class":"".concat(header_cssstyles.dropdownitem)+' allcentered '},/*#__PURE__*/React.createElement("span",{style:{color:'#8fa0bd'}},lang.hello,","),/*#__PURE__*/React.createElement("span",{"class":"font-weight-600 ml-1 mr-1 text-overflow text-capitalize",onClick:function onClick(){routingcountext(StaticPagesLinksContext.accountinfo);}},authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$c=authdetailsContext.customerinfo)===null||_authdetailsContext$c===void 0?void 0:_authdetailsContext$c.name)),sectionproperties.showprevorder=='Show'&&/*#__PURE__*/React.createElement(Dropdown.Divider,null),sectionproperties.showprevorder=='Show'&&/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){routingcountext(StaticPagesLinksContext.Ordershistory);}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},sectionproperties.carticonstyle=='Shopping bag 1'&&/*#__PURE__*/React.createElement(FiShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 2'&&/*#__PURE__*/React.createElement(CgShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 3'&&/*#__PURE__*/React.createElement(BsBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 4'&&/*#__PURE__*/React.createElement(HiOutlineShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping cart 1'&&/*#__PURE__*/React.createElement(FiShoppingCart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping cart 2'&&/*#__PURE__*/React.createElement(MdAddShoppingCart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Calendar 1'&&/*#__PURE__*/React.createElement(FiCalendar,{"class":langdetect=='en'?'mr-2':'ml-2'}),langdetect=='en'?sectionproperties.previousorders_titleen:sectionproperties.previousorders_titlear))),(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i26=authdetailsContext.instinfo)===null||_authdetailsContext$i26===void 0?void 0:_authdetailsContext$i26.instid)=='68248846ec6bc'&&/*#__PURE__*/React.createElement(Dropdown.Divider,null),(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i27=authdetailsContext.instinfo)===null||_authdetailsContext$i27===void 0?void 0:_authdetailsContext$i27.instid)=='68248846ec6bc'&&/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){routingcountext(StaticPagesLinksContext.Ordershistory);}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},sectionproperties.carticonstyle=='Shopping bag 1'&&/*#__PURE__*/React.createElement(FiShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 2'&&/*#__PURE__*/React.createElement(CgShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 3'&&/*#__PURE__*/React.createElement(BsBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 4'&&/*#__PURE__*/React.createElement(HiOutlineShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping cart 1'&&/*#__PURE__*/React.createElement(FiShoppingCart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping cart 2'&&/*#__PURE__*/React.createElement(MdAddShoppingCart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Calendar 1'&&/*#__PURE__*/React.createElement(FiCalendar,{"class":langdetect=='en'?'mr-2':'ml-2'}),langdetect=='en'?sectionproperties.previousorders_titleen:sectionproperties.previousorders_titlear))),sectionproperties.favBtnShow=='Show'&&/*#__PURE__*/React.createElement(Dropdown.Divider,null),sectionproperties.favBtnShow=='Show'&&/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){routingcountext(StaticPagesLinksContext.Wishlist);}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},sectionproperties.faviconshape=='Heart Shape'&&/*#__PURE__*/React.createElement(FaRegHeart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.faviconshape=='Star Shape'&&/*#__PURE__*/React.createElement(AiFillStar$1,{"class":langdetect=='en'?'mr-2':'ml-2'}),' ',lang.wishlist))),/*#__PURE__*/React.createElement(Dropdown.Divider,null),/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){LogoutMutationContext.mutate();}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement(BiLogOutCircle,{"class":langdetect=='en'?'mr-2':'ml-2'}),lang.logout))))),sectionproperties.userbtnstyle=='Style 1'&§ionproperties.ShowUserBtn=='Show'&&/*#__PURE__*/React.createElement(Dropdown,null,/*#__PURE__*/React.createElement(Dropdown.Toggle,null,!authdetailsContext.loggedin&&/*#__PURE__*/React.createElement("div",{"class":" ".concat(header_cssstyles.user_btn)+' d-flex align-items-center justify-content-center mx-1 ',sytle:{position:'relative'},onClick:function onClick(){routingcountext(StaticPagesLinksContext.Login);}},/*#__PURE__*/React.createElement("i",{"class":' h-100 d-flex align-items-center '},/*#__PURE__*/React.createElement(HiUserCircle,{size:sectionproperties.userBtnTextfontsize})),(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i28=authdetailsContext.instinfo)===null||_authdetailsContext$i28===void 0?void 0:_authdetailsContext$i28.instid)=='67b1bb900a541'&&/*#__PURE__*/React.createElement("span",{className:"mx-2",style:{fontSize:18}},langdetect=='en'?'LOGIN':'تسجيل الدخول')),authdetailsContext.loggedin&&/*#__PURE__*/React.createElement("div",{"class":header_cssstyles.userBtnLoggedinContainer+' allcentered ',sytle:{position:'relative'}},/*#__PURE__*/React.createElement("div",{"class":header_cssstyles.userbtnloggedin+' loggedinuserbtn loggedinuserbtnbg ml-2 mr-2 '},/*#__PURE__*/React.createElement("i",{"class":' h-100 allcentered '},/*#__PURE__*/React.createElement(RiUserSettingsLine,{size:sectionproperties.loggedinusericonfontsize}))))),authdetailsContext.loggedin&&/*#__PURE__*/React.createElement(Dropdown.Menu,{style:{minWidth:'200px'}},/*#__PURE__*/React.createElement(Dropdown.Item,{"class":"".concat(header_cssstyles.dropdownitem)+' text-start '},/*#__PURE__*/React.createElement("div",{"class":"allcentered flex-column"},/*#__PURE__*/React.createElement("div",{"class":"allcentered"},/*#__PURE__*/React.createElement("span",{style:{color:'#8fa0bd'}},lang.hello,","),/*#__PURE__*/React.createElement("span",{"class":"font-weight-600 ml-1 mr-1 text-overflow text-capitalize",onClick:function onClick(){routingcountext(StaticPagesLinksContext.accountinfo);}},authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$c2=authdetailsContext.customerinfo)===null||_authdetailsContext$c2===void 0?void 0:_authdetailsContext$c2.name)),templateproperties_context.showwallet=='Show'&&/*#__PURE__*/React.createElement("div",{"class":' m-0 p-0 d-flex justify-content-start flex-row ',style:{}},/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0",style:{color:templateproperties_context.walletcolor,fontSize:templateproperties_context.walletfontize+'px',fontWeight:500}},langdetect=='en'?templateproperties_context.walletcontent_en:templateproperties_context.walletcontent_ar),/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 mx-1",style:{color:templateproperties_context.walletsecondarycolor,fontSize:'15px',fontWeight:600}},authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$c3=authdetailsContext.customerinfo)===null||_authdetailsContext$c3===void 0?void 0:_authdetailsContext$c3.walletpoints,' ')))),/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){routingcountext(StaticPagesLinksContext.accountinfo);}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},langdetect=='en'?'My Account':'ملفي'))),sectionproperties.showprevorder=='Show'&&/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){routingcountext(StaticPagesLinksContext.Ordershistory);}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},sectionproperties.carticonstyle=='Shopping bag 1'&&/*#__PURE__*/React.createElement(FiShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 2'&&/*#__PURE__*/React.createElement(CgShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 3'&&/*#__PURE__*/React.createElement(BsBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 4'&&/*#__PURE__*/React.createElement(HiOutlineShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping cart 1'&&/*#__PURE__*/React.createElement(FiShoppingCart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping cart 2'&&/*#__PURE__*/React.createElement(MdAddShoppingCart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Calendar 1'&&/*#__PURE__*/React.createElement(FiCalendar,{"class":langdetect=='en'?'mr-2':'ml-2'}),langdetect=='en'?sectionproperties.previousorders_titleen:sectionproperties.previousorders_titlear))),(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i29=authdetailsContext.instinfo)===null||_authdetailsContext$i29===void 0?void 0:_authdetailsContext$i29.instid)=='68248846ec6bc'&&/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){routingcountext(StaticPagesLinksContext.Ordershistory);}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},sectionproperties.carticonstyle=='Shopping bag 1'&&/*#__PURE__*/React.createElement(FiShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 2'&&/*#__PURE__*/React.createElement(CgShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 3'&&/*#__PURE__*/React.createElement(BsBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 4'&&/*#__PURE__*/React.createElement(HiOutlineShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping cart 1'&&/*#__PURE__*/React.createElement(FiShoppingCart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping cart 2'&&/*#__PURE__*/React.createElement(MdAddShoppingCart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Calendar 1'&&/*#__PURE__*/React.createElement(FiCalendar,{"class":langdetect=='en'?'mr-2':'ml-2'}),langdetect=='en'?sectionproperties.previousorders_titleen:sectionproperties.previousorders_titlear))),sectionproperties.favBtnShow=='Show'&&/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){routingcountext(StaticPagesLinksContext.Wishlist);}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},sectionproperties.faviconshape=='Heart Shape'&&/*#__PURE__*/React.createElement(FaRegHeart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.faviconshape=='Star Shape'&&/*#__PURE__*/React.createElement(AiFillStar$1,{"class":langdetect=='en'?'mr-2':'ml-2'}),' ',lang.wishlist))),/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){LogoutMutationContext.mutate();}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement(BiLogOutCircle,{"class":langdetect=='en'?'mr-2':'ml-2'}),lang.logout))))),sectionproperties.showlanuagecontainer=='Show'&§ionproperties.languagecontainertype!='Dropdown'&&/*#__PURE__*/React.createElement("div",{"class":' allcentered m-0 cursor-pointer mx-1 ',style:{minWidth:'30px'},onClick:function onClick(){if(langdetect=='en'){setlang('ar');}else if(langdetect=='ar'){setlang('en');}}},langdetect=='en'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.languagecontainer)+' row m-0 allcentered w-100 '},sectionproperties.flagIcon=='Flag'&&/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 d-flex align-items-center w-100"},"\u0639",' ',/*#__PURE__*/React.createElement("i",{"class":"h-100 allcentered mr-auto pr-3"},/*#__PURE__*/React.createElement(BsChevronDown,null))),sectionproperties.flagIcon=='Icon'&&/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 d-flex align-items-center w-100"},"En",' ',/*#__PURE__*/React.createElement("i",{"class":"h-100 allcentered ml-auto pl-3"},/*#__PURE__*/React.createElement(BsChevronDown,null)))),langdetect=='ar'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.languagecontainer)+' row m-0 allcentered w-100 '},sectionproperties.flagIcon=='Icon'&&/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 d-flex align-items-center w-100"},"\u0639",' ',/*#__PURE__*/React.createElement("i",{"class":"h-100 allcentered mr-auto pr-3"},/*#__PURE__*/React.createElement(BsChevronDown,null))),sectionproperties.flagIcon=='Flag'&&/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("img",{src:'https://tabex-co.com/storage/StaticImages/egyptflag.png',style:{maxWidth:'2.5vh',maxHeight:'2.5vh'}}),/*#__PURE__*/React.createElement("div",{style:{height:'20px',width:'1.5px',background:'#e6e6e6'},"class":"ml-2 mr-2"}),/*#__PURE__*/React.createElement("i",{"class":"h-100 allcentered mr-auto pr-3"},/*#__PURE__*/React.createElement(BsChevronDown,null))))),sectionproperties.showlanuagecontainer=='Show'&§ionproperties.languagecontainertype=='Dropdown'&&/*#__PURE__*/React.createElement("div",{"class":langdetect=='en'?'headerdropdownml':'headerdropdownmr'},/*#__PURE__*/React.createElement(Dropdown,null,/*#__PURE__*/React.createElement(Dropdown.Toggle,null,/*#__PURE__*/React.createElement("li",{"class":"".concat(headerstyles$9.header_menu)+' allcentered '},langdetect=='ar'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.languagecontainer)+' row m-0 w-100 px-1'},/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 d-flex align-items-center "},sectionproperties.flagIcon!='Icon'&&/*#__PURE__*/React.createElement("span",null,"\u0639 "),sectionproperties.flagIcon=='Icon'&&/*#__PURE__*/React.createElement(BiGlobe,{size:sectionproperties.language_container_fontsize}),/*#__PURE__*/React.createElement("i",{"class":"h-100 allcentered ml-auto pl-3"},/*#__PURE__*/React.createElement(BsChevronDown,null)))),langdetect=='en'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.languagecontainer)+' row m-0 w-100 px-1 '},/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 d-flex align-items-center"},sectionproperties.flagIcon!='Icon'&&/*#__PURE__*/React.createElement("span",null,"En "),sectionproperties.flagIcon=='Icon'&&/*#__PURE__*/React.createElement(BiGlobe,{size:sectionproperties.language_container_fontsize}),/*#__PURE__*/React.createElement("i",{"class":"h-100 allcentered ml-auto pl-3"},/*#__PURE__*/React.createElement(BsChevronDown,null)))))),/*#__PURE__*/React.createElement(Dropdown.Menu,null,/*#__PURE__*/React.createElement(Dropdown.Item,{"class":"".concat(header_cssstyles.dropdownitem),onClick:function onClick(){setlang('ar');}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' d-flex align-items-center m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem d-flex align-items-center m-0 p-0 '},/*#__PURE__*/React.createElement("span",{"class":"ml-2 mr-2"},"\u0644\u063A\u0629 \u0639\u0631\u0628\u064A\u0629")))),/*#__PURE__*/React.createElement(Dropdown.Divider,null),/*#__PURE__*/React.createElement(Dropdown.Item,{"class":"".concat(header_cssstyles.dropdownitem),onClick:function onClick(){setlang('en');}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' d-flex align-items-center m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem d-flex align-items-center m-0 p-0 '},/*#__PURE__*/React.createElement("span",{"class":"ml-2 mr-2"},"English"))))))),authdetailsContext!=undefined&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i30=authdetailsContext.instinfo)===null||_authdetailsContext$i30===void 0||(_authdetailsContext$i30=_authdetailsContext$i30.instcurrencies)===null||_authdetailsContext$i30===void 0?void 0:_authdetailsContext$i30.length)>1&§ionproperties.showcurrency=='Show'&&/*#__PURE__*/React.createElement("div",{"class":' d-flex align-items-center justify-content-end '},/*#__PURE__*/React.createElement(Dropdown,null,/*#__PURE__*/React.createElement(Dropdown.Toggle,null,/*#__PURE__*/React.createElement("li",{"class":' d-flex align-items-center justify-content-center '},langdetect=='en'&&/*#__PURE__*/React.createElement("div",{"class":header_cssstyles.currencycont+' row m-0 w-100 d-flex align-items-center '},/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 mr-2 ml-2"},authdetailsContext===null||authdetailsContext===void 0?void 0:authdetailsContext.currencyname_en),/*#__PURE__*/React.createElement(MdKeyboardArrowDown,null)),langdetect=='ar'&&/*#__PURE__*/React.createElement("div",{"class":header_cssstyles.currencycont+' row m-0 w-100 d-flex align-items-center '},/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 ml-2 mr-2"},authdetailsContext===null||authdetailsContext===void 0?void 0:authdetailsContext.currencyname_ar),/*#__PURE__*/React.createElement(MdKeyboardArrowDown,null)))),/*#__PURE__*/React.createElement(Dropdown.Menu,null,authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i31=authdetailsContext.instinfo)===null||_authdetailsContext$i31===void 0||(_authdetailsContext$i31=_authdetailsContext$i31.instcurrencies)===null||_authdetailsContext$i31===void 0?void 0:_authdetailsContext$i31.map(function(item,index){var _authdetailsContext$i32;return/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){setcurrencyfunccontext(item);}},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100"},/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-start"},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem d-flex align-items-center justify-content-center m-0 p-0 ',style:{}},/*#__PURE__*/React.createElement("span",{"class":'ml-2 mr-2'},langdetect=='en'?item.currencyname_en:item.currencyname_ar)))),index!=(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i32=authdetailsContext.instinfo)===null||_authdetailsContext$i32===void 0||(_authdetailsContext$i32=_authdetailsContext$i32.instcurrencies)===null||_authdetailsContext$i32===void 0?void 0:_authdetailsContext$i32.length)-1&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0"},/*#__PURE__*/React.createElement("hr",{"class":"m-0"}))));}))))))),sectionproperties.showhidesubheader=='Show'&§ionproperties.subheaderposition=='Full Width'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0"},/*#__PURE__*/React.createElement(Subheader,{actions:actions,sectionpropertiesprops:sectionproperties,subheaderpropertiesprops:{subheaderpositionprops:'Full Width',paddingLeftprops:'25px',paddingRightprops:'25px',subheadercontentpositionprops:sectionproperties.header_centered=='Centered'?'center':'start'}})))))),(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i33=authdetailsContext.instinfo)===null||_authdetailsContext$i33===void 0?void 0:_authdetailsContext$i33.contactinfo.instid)=='6978ef34b2564'&&window.location.pathname=='/home'&&/*#__PURE__*/React.createElement("div",{"class":"m-0 w-100 h-100 d-md-none d-sm-none",style:{background:'#211637',height:'100vh'}},/*#__PURE__*/React.createElement("div",{style:{height:100/3+'vh'},className:"d-flex mt-4 justify-content-center"},/*#__PURE__*/React.createElement("div",{"class":"col-12 p-0"},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.header_logo)+' d-flex align-items-center justify-content-center ',style:{cursor:'pointer',transform:' rotate(-90deg)'},onClick:function onClick(){routingcountext(sectionproperties.logoonclickroute);}},/*#__PURE__*/React.createElement(Imagekitimagecomp,{urlEndpoint:ikimagecredcontext===null||ikimagecredcontext===void 0?void 0:ikimagecredcontext.ikimageendpoint,publicKey:ikimagecredcontext===null||ikimagecredcontext===void 0?void 0:ikimagecredcontext.ikimagepublickey,path:langdetect=='en'?(_logoarrayofobjects$3=logoarrayofobjects[0])===null||_logoarrayofobjects$3===void 0?void 0:_logoarrayofobjects$3.englishlogo:(_logoarrayofobjects$4=logoarrayofobjects[0])===null||_logoarrayofobjects$4===void 0?void 0:_logoarrayofobjects$4.arabiclogo,style:{maxWidth:'100%',maxHeight:'100%'}})))),/*#__PURE__*/React.createElement("div",{style:{height:100/3+'vh'},className:"d-flex align-items-center justify-content-center"},/*#__PURE__*/React.createElement("i",{"class":header_cssstyles.menuiconnlum+' h-100 allcentered ',onClick:function onClick(){if(menuactiveee==true){setmenuactiveee(false);}else {setmenuactiveee(true);}}},/*#__PURE__*/React.createElement(FiMenu,{size:26}))),/*#__PURE__*/React.createElement("div",{style:{height:100/3+'vh'},className:"d-flex align-items-center justify-content-center"})),(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i34=authdetailsContext.instinfo)===null||_authdetailsContext$i34===void 0?void 0:_authdetailsContext$i34.contactinfo.instid)=='6978ef34b2564'&&window.location.pathname!='/home'&&/*#__PURE__*/React.createElement("div",{"class":" ".concat(header_cssstyles.headercontainer)+' d-flex d-md-none align-items-center m-0 '},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 "},templateproperties_context.showsocialmedia=='Show'&&/*#__PURE__*/React.createElement(SocialMediaSection,{sectionpropertiesprops:sectionproperties,templateproperties_contextprops:templateproperties_context,actions:actions}),templateproperties_context.showtextslider=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex d-md-none"},/*#__PURE__*/React.createElement(MarqueeHeader,{sectionpropertiesprops:sectionproperties,templateproperties_contextprops:templateproperties_context,actions:actions})),sectionproperties.showdownloadapp=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"w-100 d-flex d-md-none"},/*#__PURE__*/React.createElement(DownloadApp,{sectionpropertiesprops:sectionproperties,actions:actions})),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0"},/*#__PURE__*/React.createElement("div",{"class":header_cssstyles.headerinnercontainer+' row mx-0 w-100 px-1025-1 '},/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0"},/*#__PURE__*/React.createElement("div",{"class":" ".concat(headerstyles$9.navbar)+' row m-0 w-100 d-flex flex-row align-items-center h-100 '},/*#__PURE__*/React.createElement("div",{"class":sectionproperties.showhidesubheader=='Show'&§ionproperties.subheaderposition=='Besides Top Navigation'?authdetailsContext!=undefined&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i35=authdetailsContext.instinfo)===null||_authdetailsContext$i35===void 0||(_authdetailsContext$i35=_authdetailsContext$i35.instcurrencies)===null||_authdetailsContext$i35===void 0?void 0:_authdetailsContext$i35.length)>1?'col-lg-4 p-0 d-flex flex-row d-flex align-items-center':'col-lg-2 p-0 flex-row d-flex align-items-center':'col-lg-2 p-0 flex-row d-flex align-items-center'},(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i36=authdetailsContext.instinfo)===null||_authdetailsContext$i36===void 0?void 0:_authdetailsContext$i36.instid)=='67d6bda67adf6'&&/*#__PURE__*/React.createElement("div",{style:{width:30,height:30,marginRight:langdetect=='en'?30:0,marginLeft:langdetect=='en'?0:30},"class":"allcentered"},/*#__PURE__*/React.createElement("i",{"class":header_cssstyles.menuiconn+' h-100 allcentered ',style:{},onClick:function onClick(){if(menuactive==true){setmenuactive(false);}else {setmenuactive(true);}}},/*#__PURE__*/React.createElement(FiMenu,{size:24}))),/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.header_logo)+' d-flex align-items-center justify-content-center ',style:{cursor:'pointer'},onClick:function onClick(){routingcountext(sectionproperties.logoonclickroute);}},/*#__PURE__*/React.createElement(Imagekitimagecomp,{urlEndpoint:ikimagecredcontext===null||ikimagecredcontext===void 0?void 0:ikimagecredcontext.ikimageendpoint,publicKey:ikimagecredcontext===null||ikimagecredcontext===void 0?void 0:ikimagecredcontext.ikimagepublickey,path:langdetect=='en'?(_logoarrayofobjects$5=logoarrayofobjects[0])===null||_logoarrayofobjects$5===void 0?void 0:_logoarrayofobjects$5.englishlogo:(_logoarrayofobjects$6=logoarrayofobjects[0])===null||_logoarrayofobjects$6===void 0?void 0:_logoarrayofobjects$6.arabiclogo,style:{maxWidth:'100%',maxHeight:'100%'}}))),/*#__PURE__*/React.createElement("div",{"class":sectionproperties.showhidesubheader=='Show'&§ionproperties.subheaderposition=='Besides Top Navigation'?authdetailsContext!=undefined&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i37=authdetailsContext.instinfo)===null||_authdetailsContext$i37===void 0||(_authdetailsContext$i37=_authdetailsContext$i37.instcurrencies)===null||_authdetailsContext$i37===void 0?void 0:_authdetailsContext$i37.length)>1?"".concat(headerstyles$9.nav__item)+' col-lg-4 p-0 d-flex flex-row align-items-center ':"".concat(headerstyles$9.nav__item)+' col-lg-8 p-0 d-flex flex-row align-items-center ':"".concat(headerstyles$9.nav__item)+' col-lg-8 p-0 d-flex flex-row align-items-center ',style:{justifyContent:sectionproperties.header_centered=='Centered'?'center':'start'}},/*#__PURE__*/React.createElement("div",{"class":' w-100 align-items-center justify-content-center'// class={' scrollhorizontal w-100 align-items-center '}
|
|
36571
36767
|
,style:{display:sectionproperties.subheaderposition=='Besides Top Navigation'?'none':'flex',// justifyContent: sectionproperties.header_centered == 'Centered' ? 'center' : 'start',
|
|
36572
36768
|
flexWrap:'wrap'}},templatepropcontext.pagesnprop.map(function(item,index){if(item.isselected);// activepagecolor
|
|
36573
36769
|
// actibepagebgcolor
|
|
36574
|
-
if(item.isnavigation==1&&item.isactive==1){var _authdetailsContext$
|
|
36575
|
-
}else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$
|
|
36576
|
-
else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$
|
|
36577
|
-
else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$
|
|
36578
|
-
else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i41=authdetailsContext.instinfo)===null||_authdetailsContext$i41===void 0?void 0:_authdetailsContext$i41.instid)=='6946c118427af'){if(item.pagename!='Our Services'){if(window.location.pathname=='/'+item.navigationroute){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 ',style:{color:sectionproperties.activepagecolor}},langdetect=='en'?item.pagename:item.pagename_ar));}else {return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar));}}else if(item.pagename=='Our Services'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setisolationmenu(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),isolationmenu==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('portfoliomanagement',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Portfolio Management':'إدارة المحافظ الاستثمارية')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('propertyrentals',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Property Rentals':'تأجير العقارات')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('resale-primary-units',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Resale & Primary Units':'وحدات إعادة البيع والوحدات الأساسية')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('mortgageadvisory',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Mortgage Advisory':'استشارات الرهن العقاري')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('propertymanagement',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Property Management':'إدارة العقارات')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('holidayhomes',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Holiday Homes':'بيوت العطلات')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('interiordesign',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Interior Design':'التصميم الداخلي'))))))));}}else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i42=authdetailsContext.instinfo)===null||_authdetailsContext$i42===void 0?void 0:_authdetailsContext$i42.instid)=='69358e8e586a8'){if(item.pagename!='Services'){if(window.location.pathname=='/'+item.navigationroute){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 ',style:{color:sectionproperties.activepagecolor}},langdetect=='en'?item.pagename:item.pagename_ar));}else {return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar));}}else if(item.pagename=='Services'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setisolationmenu(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),isolationmenu==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('design-build',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Design & Build':'التصميم والبناء')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('villa-construction',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Villa Construction':'بناء فيلا')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('fitout',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Fitout':'تجهيز')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('joinery-manufacturing',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Joinery & Manufacturing':'النجارة والتصنيع'))))))));}}else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i43=authdetailsContext.instinfo)===null||_authdetailsContext$i43===void 0?void 0:_authdetailsContext$i43.instid)=='68de59f061f69'){if(item.pagename!='Our Sub Brands'){if(window.location.pathname=='/'+item.navigationroute){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 ',style:{color:sectionproperties.activepagecolor}},langdetect=='en'?item.pagename:item.pagename_ar));}else {return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar));}}else if(item.pagename=='Our Sub Brands'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setisolationmenu(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),isolationmenu==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('salad-yard',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Salad Yard':'سلطة يارد')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('juice-yard',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Juice Yard':'عصير يارد')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('bagel-yard',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Bagel Yard':'باجل يارد'))))))));}else if(item.pagename=='Restaurant'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setinqmenushowabout33(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),inqmenushowabout33==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('lounge-patio',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Lounge & Patio':'الصالة والفناء')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('menu',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Menu':'قائمة طعام'))))))));}else if(item.pagename=='Events'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setinqmenushowabout34(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),inqmenushowabout34==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('weddings',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Weddings':'حفلات الزفاف')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('bespokemeetings',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Bespoke Meetings':'اجتماعات مخصصة')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('specialoccasions',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Special Occasions':'المناسبات الخاصة'))))))));}}else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i44=authdetailsContext.instinfo)===null||_authdetailsContext$i44===void 0?void 0:_authdetailsContext$i44.instid)=='68c69dcc53e94'){if(item.pagename!='Services'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar));}else if(item.pagename=='Services'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setservicesmenu(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),servicesmenu==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('substitution-layers',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Substitution layers':'طبقات الاحلال')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('fawasel',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Fawasel':'فواصل')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('concrete-cutting',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Concrete Cutting':'تقطيع الخرسانة')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('asphalt-cutting',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Asphalt Cutting':'تقطيع الاسفلت')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('groundhog',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Groundhog':'زنبرة الأرضية')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('restoration',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Restoration':'الترميم')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('roads',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Roads':'طرق')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('finishing',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Finishing':'تشطيبات')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('oil-and-gas-fields',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Oil and Gas Fields':'حقول البترول والغاز')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('hospitals-labs-sterrooms',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Hospitals, labs and sterilization rooms':'المستشفيات والمعامل وغرف التعقيم')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('interfaces',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Interfaces':'الواجهات')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('subways',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Subways':'الانفاق')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('swimming-pools',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Swimming Pools':'حمامات السباحة')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('soil-drying',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Soil drying':'تجفيف التربة'))))))));}else if(item.pagename=='Isolation'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setisolationmenu(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),isolationmenu==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){// routingcountext('substitution-layers', false, '');
|
|
36770
|
+
if(item.isnavigation==1&&item.isactive==1){var _authdetailsContext$i38,_authdetailsContext$i39,_authdetailsContext$i40,_authdetailsContext$i41,_authdetailsContext$i42,_authdetailsContext$i43,_authdetailsContext$i44,_authdetailsContext$i45;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i38=authdetailsContext.instinfo)===null||_authdetailsContext$i38===void 0?void 0:_authdetailsContext$i38.instid)=='6901f2154edb4'){if(item.pagename!='Boutique Banquet'&&item.pagename!='Restaurant'&&item.pagename!='Events'){if(window.location.pathname=='/'+item.navigationroute){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 ',style:{color:sectionproperties.activepagecolor}},langdetect=='en'?item.pagename:item.pagename_ar));}else {return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar));}}else if(item.pagename=='Boutique Banquet'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setisolationmenu(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),isolationmenu==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('thegrandhall',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'The Grand Hall':'القاعة الكبرى')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('thelounge',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'The Lounge':'الصالة')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('thepatio',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'The Patio':'الفناء'))))))));}else if(item.pagename=='Restaurant'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setinqmenushowabout33(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),inqmenushowabout33==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('lounge-patio',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Lounge & Patio':'الصالة والفناء')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('menu',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Menu':'قائمة طعام'))))))));}else if(item.pagename=='Events'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setinqmenushowabout34(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),inqmenushowabout34==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('weddings',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Weddings':'حفلات الزفاف')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('bespokemeetings',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Bespoke Meetings':'اجتماعات مخصصة')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('specialoccasions',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Special Occasions':'المناسبات الخاصة'))))))));}// selal
|
|
36771
|
+
}else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i39=authdetailsContext.instinfo)===null||_authdetailsContext$i39===void 0?void 0:_authdetailsContext$i39.instid)=='6951481413cdb'){if(item.pagename!='About Us'&&item.pagename!='Expo Markets'&&item.pagename!='Quality & Certification'){if(window.location.pathname=='/'+item.navigationroute){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 ',style:{color:sectionproperties.activepagecolor}},langdetect=='en'?item.pagename:item.pagename_ar));}else {return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar));}}else if(item.pagename=='About Us'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setisolationmenu(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),isolationmenu==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('ceomessage',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'CEO Message':'رسالة الرئيس التنفيذي')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('whoweare',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'who we are':'من نحن')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('mission-vision',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Mission & Vision':'الرسالة والرؤية')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('ourbusinessmodule',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Our Business Model':'نموذج أعمالنا'))))))));}else if(item.pagename=='Expo Markets'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setinqmenushowabout33(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),inqmenushowabout33==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('africanmiddleeast',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'African middle east':'الشرق الأوسط الأفريقي')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('internationalmarkets',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'International Markets':'الأسواق الدولية'))))))));}else if(item.pagename=='Quality & Certification'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setinqmenushowabout34(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),inqmenushowabout34==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('foodsafetystandards',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Food Safety Standards':'معايير سلامة الغذاء')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('certification',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Certification':'شهادة')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('quality',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Quality':'جودة'))))))));}}// k production
|
|
36772
|
+
else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i40=authdetailsContext.instinfo)===null||_authdetailsContext$i40===void 0?void 0:_authdetailsContext$i40.instid)=='6984710cbe522'){if(item.pagename!='Services +'&&item.pagename!='Projects'){if(window.location.pathname=='/'+item.navigationroute){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 ',style:{color:sectionproperties.activepagecolor}},langdetect=='en'?item.pagename:item.pagename_ar));}else {return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar));}}else if(item.pagename=='Services +'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setisolationmenu(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),isolationmenu==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('mediaproduction',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Media Production':'إنتاج إعلامي')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('eventmanagement',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Event Management':'إدارة الفعاليات')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('btl',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'BTL':'BTL')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('brandingandidentity',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Branding and identity':'العلامة التجارية والهوية')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('socialmediamarketing',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Social Media Marketing':'التسويق عبر وسائل التواصل الاجتماعي')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('strategyandplanning',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Strategy and Planning':'الاستراتيجية والتخطيط'))))))));}else if(item.pagename=='Projects'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setisolationmenu(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),isolationmenu==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('kaproduction',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'KA Production':'إنتاج KA')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('karimasaproducer',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Karim As A Producer':'كريم كمنتج'))))))));}}// sea land
|
|
36773
|
+
else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i41=authdetailsContext.instinfo)===null||_authdetailsContext$i41===void 0?void 0:_authdetailsContext$i41.instid)=='697a1aebce7a1'){if(item.pagename!='About Us'&&item.pagename!='Services'){if(window.location.pathname=='/'+item.navigationroute){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 ',style:{color:sectionproperties.activepagecolor}},langdetect=='en'?item.pagename:item.pagename_ar));}else {return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar));}}else if(item.pagename=='About Us'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setisolationmenu(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),isolationmenu==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('whoweare',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Who We Are ?':'من نحن؟')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('certificatesandlicenses',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Certificates and Licenses':'الشهادات والتراخيص')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('meettheteam',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Meet The Team':'تعرّف على الفريق'))))))));}else if(item.pagename=='Services'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setinqmenushowabout33(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),inqmenushowabout33==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('beourpartner',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Be Our Partner':'كن شريكنا')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('projects',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Projects':'المشاريع')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('ongoing',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'On Going':'مستمر'))))))));}}// superior
|
|
36774
|
+
else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i42=authdetailsContext.instinfo)===null||_authdetailsContext$i42===void 0?void 0:_authdetailsContext$i42.instid)=='6946c118427af'){if(item.pagename!='Our Services'){if(window.location.pathname=='/'+item.navigationroute){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 ',style:{color:sectionproperties.activepagecolor}},langdetect=='en'?item.pagename:item.pagename_ar));}else {return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar));}}else if(item.pagename=='Our Services'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setisolationmenu(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),isolationmenu==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('portfoliomanagement',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Portfolio Management':'إدارة المحافظ الاستثمارية')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('propertyrentals',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Property Rentals':'تأجير العقارات')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('resale-primary-units',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Resale & Primary Units':'وحدات إعادة البيع والوحدات الأساسية')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('mortgageadvisory',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Mortgage Advisory':'استشارات الرهن العقاري')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('propertymanagement',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Property Management':'إدارة العقارات')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('holidayhomes',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Holiday Homes':'بيوت العطلات')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('interiordesign',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Interior Design':'التصميم الداخلي'))))))));}}else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i43=authdetailsContext.instinfo)===null||_authdetailsContext$i43===void 0?void 0:_authdetailsContext$i43.instid)=='69358e8e586a8'){if(item.pagename!='Services'){if(window.location.pathname=='/'+item.navigationroute){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 ',style:{color:sectionproperties.activepagecolor}},langdetect=='en'?item.pagename:item.pagename_ar));}else {return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar));}}else if(item.pagename=='Services'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setisolationmenu(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),isolationmenu==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('design-build',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Design & Build':'التصميم والبناء')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('villa-construction',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Villa Construction':'بناء فيلا')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('fitout',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Fitout':'تجهيز')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('joinery-manufacturing',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Joinery & Manufacturing':'النجارة والتصنيع'))))))));}}else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i44=authdetailsContext.instinfo)===null||_authdetailsContext$i44===void 0?void 0:_authdetailsContext$i44.instid)=='68de59f061f69'){if(item.pagename!='Our Sub Brands'){if(window.location.pathname=='/'+item.navigationroute){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 ',style:{color:sectionproperties.activepagecolor}},langdetect=='en'?item.pagename:item.pagename_ar));}else {return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar));}}else if(item.pagename=='Our Sub Brands'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setisolationmenu(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),isolationmenu==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('salad-yard',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Salad Yard':'سلطة يارد')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('juice-yard',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Juice Yard':'عصير يارد')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('bagel-yard',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Bagel Yard':'باجل يارد'))))))));}else if(item.pagename=='Restaurant'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setinqmenushowabout33(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),inqmenushowabout33==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('lounge-patio',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Lounge & Patio':'الصالة والفناء')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('menu',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Menu':'قائمة طعام'))))))));}else if(item.pagename=='Events'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setinqmenushowabout34(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),inqmenushowabout34==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('weddings',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Weddings':'حفلات الزفاف')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('bespokemeetings',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Bespoke Meetings':'اجتماعات مخصصة')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('specialoccasions',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Special Occasions':'المناسبات الخاصة'))))))));}}else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i45=authdetailsContext.instinfo)===null||_authdetailsContext$i45===void 0?void 0:_authdetailsContext$i45.instid)=='68c69dcc53e94'){if(item.pagename!='Services'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar));}else if(item.pagename=='Services'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setservicesmenu(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),servicesmenu==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('substitution-layers',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Substitution layers':'طبقات الاحلال')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('fawasel',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Fawasel':'فواصل')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('concrete-cutting',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Concrete Cutting':'تقطيع الخرسانة')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('asphalt-cutting',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Asphalt Cutting':'تقطيع الاسفلت')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('groundhog',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Groundhog':'زنبرة الأرضية')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('restoration',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Restoration':'الترميم')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('roads',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Roads':'طرق')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('finishing',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Finishing':'تشطيبات')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('oil-and-gas-fields',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Oil and Gas Fields':'حقول البترول والغاز')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('hospitals-labs-sterrooms',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Hospitals, labs and sterilization rooms':'المستشفيات والمعامل وغرف التعقيم')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('interfaces',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Interfaces':'الواجهات')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('subways',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Subways':'الانفاق')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('swimming-pools',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Swimming Pools':'حمامات السباحة')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('soil-drying',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},langdetect=='en'?'Soil drying':'تجفيف التربة'))))))));}else if(item.pagename=='Isolation'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setisolationmenu(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),isolationmenu==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){// routingcountext('substitution-layers', false, '');
|
|
36579
36775
|
}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},"\u0639\u0632\u0644 \u0645\u0627\u0626\u064A")))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){// routingcountext('fawasel', false, '');
|
|
36580
36776
|
}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},"\u0639\u0632\u0644 \u0635\u0648\u062A\u064A")))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){// routingcountext('concrete-cutting', false, '');
|
|
36581
36777
|
}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},"\u0639\u0632\u0644 \u062D\u0631\u0627\u0631\u064A")))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){// routingcountext('concrete-cutting', false, '');
|
|
36582
36778
|
}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},"\u0645\u0642\u0627\u0648\u0645\u0629 \u0627\u0644\u062D\u0631\u064A\u0642")))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){// routingcountext('concrete-cutting', false, '');
|
|
36583
|
-
}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},"\u0639\u0632\u0644 ANTNTI"))))))));}}else {var _authdetailsContext$i45,_authdetailsContext$i50;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i45=authdetailsContext.instinfo)===null||_authdetailsContext$i45===void 0?void 0:_authdetailsContext$i45.instid)=='684aa79857878'){if(item.pagename!='About'&&item.pagename!='Admission Policy'&&item.pagename!='Community '){var _authdetailsContext$i46,_authdetailsContext$i47,_authdetailsContext$i48,_authdetailsContext$i49;return/*#__PURE__*/React.createElement("div",{"class":(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i46=authdetailsContext.instinfo)===null||_authdetailsContext$i46===void 0?void 0:_authdetailsContext$i46.instid)=='67b1bb900a541'?'cursor-pointer p-2':'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');},style:{background:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i47=authdetailsContext.instinfo)===null||_authdetailsContext$i47===void 0?void 0:_authdetailsContext$i47.instid)=='67b1bb900a541'?window.location.pathname=='/'+item.navigationroute?'#36322c':'transparent':'transprent',borderRadius:100}},/*#__PURE__*/React.createElement("p",{"class":(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i48=authdetailsContext.instinfo)===null||_authdetailsContext$i48===void 0?void 0:_authdetailsContext$i48.instid)=='67b1bb900a541'&&window.location.pathname=='/'+item.navigationroute?"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text," ").concat(header_cssstyles.navbar_item_textactive)+' p-0 mb-0 ':(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i49=authdetailsContext.instinfo)===null||_authdetailsContext$i49===void 0?void 0:_authdetailsContext$i49.instid)=='67d6bda67adf6'&&window.location.pathname=='/'+item.navigationroute?"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text," ").concat(header_cssstyles.navbar_item_textactive)+' p-0 mb-0 ':"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar));}else if(item.pagename=='About'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setinqmenushowabout(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),inqmenushowabout==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('vision&mission',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Vision & Mission':'الرؤية والرسالة')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('school-philosophy',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?"School's Philosophy":'فلسفة المدرسة')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('accredit',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Accredit':'الاعتماد')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('characterbuilding',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Character Building':'بناء الشخصية')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('leadershipteam',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Leadership Team':'فريق القيادة'))))))));}else if(item.pagename=='Admission Policy'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setinqmenushowadminssionpolicy(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),inqmenushowadminssionpolicy==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('application',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Application':'طلب')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('admissionprocess',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Admission Process':'عملية القبول')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('schooltour',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'School Tour':'جولة مدرسية'))))))));}else if(item.pagename=='Community'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setinqmenushowcalendar(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),inqmenushowcalendar==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('calendar',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Calendar':'تقويم')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('lxl',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'IXL':'IXL')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('Magoush',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Magoush':'مجوش')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('Google Class Room',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Google Class Room':'غرفة جوجل كلاس'))))))));}}else if(item.pagename!='Hardware & Software'&&item.pagename!='Network Security'&&item.pagename!='System Security'&&item.pagename!='Backup Solution'&&item.pagename!='Our Solutions'){if(window.location.pathname=='/'+item.navigationroute){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer p-2',onClick:function onClick(){routingcountext(item.navigationroute,false,'');},style:{background:sectionproperties.actibepagebgcolor,borderRadius:100}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 ',style:{color:sectionproperties.activepagecolor}},langdetect=='en'?item.pagename:item.pagename_ar));}else {return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');},style:{}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar));}}else if(item.pagename=='Our Solutions'&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i50=authdetailsContext.instinfo)===null||_authdetailsContext$i50===void 0?void 0:_authdetailsContext$i50.instid)=='683c55d780e0c'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setinqmenushow(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),inqmenushow==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'20%':'',right:langdetect=='ar'?'20%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('hardware-software',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Hardware & Software':'الأجهزة والبرامج')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('network-security',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Network Security':'أمن الشبكات')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('system-security',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'System Security':'أمان النظام')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('backup-solution',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Backup Solution':'حل النسخ الاحتياطي'))))))));}}}})),sectionproperties.showhidesubheader=='Show'&§ionproperties.subheaderposition=='Besides Top Navigation'&&/*#__PURE__*/React.createElement(Subheader,{sectionpropertiesprops:sectionproperties,actions:actions,subheaderpropertiesprops:{subheaderpositionprops:'in nav',paddingLeftprops:'10px',paddingRightprops:'10px',subheadercontentpositionprops:sectionproperties.header_centered=='Centered'?'center':'start'}})),/*#__PURE__*/React.createElement("div",{"class":sectionproperties.showhidesubheader=='Show'&§ionproperties.subheaderposition=='Besides Top Navigation'?authdetailsContext!=undefined&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i51=authdetailsContext.instinfo)===null||_authdetailsContext$i51===void 0||(_authdetailsContext$i51=_authdetailsContext$i51.instcurrencies)===null||_authdetailsContext$i51===void 0?void 0:_authdetailsContext$i51.length)>1?'col-lg-4 p-0 d-flex align-items-center justify-content-end':'col-lg-2 p-0 d-flex align-items-center justify-content-end':'col-lg-2 p-0 d-flex align-items-center justify-content-end'},sectionproperties.searchbar_show=='Show'&&/*#__PURE__*/React.createElement("p",{"class":sectionproperties.searchbaricon_fontsize==0?header_cssstyles.searchicon+' m-0 p-0 mx-2 ':header_cssstyles.searchicon+' m-0 p-0 mx-1 ',style:{fontSize:sectionproperties.searchtextfontsize+'px'},onClick:function onClick(){setsearchbarCanvasContext(true);}},sectionproperties.searchbaricon_fontsize!=0&&/*#__PURE__*/React.createElement("i",{className:header_cssstyles.searchicon+' h-100 allcentered '},/*#__PURE__*/React.createElement(FiSearch,{size:sectionproperties.searchbaricon_fontsize})),langdetect=='en'?sectionproperties.searchcontentenglish:sectionproperties.searchcontentarabic),sectionproperties.favBtnShow=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.wishlist_btn)+' cursor-pointer allcentered mx-1 ',onClick:function onClick(){routingcountext(StaticPagesLinksContext.Wishlist);}},/*#__PURE__*/React.createElement("span",{"class":' pr-0 ',style:{position:'relative'}},/*#__PURE__*/React.createElement("i",{"class":"allcentered"},sectionproperties.faviconshape=='Heart Shape'&&/*#__PURE__*/React.createElement(FaRegHeart,{style:{fontSize:sectionproperties.favBtnIconfontsize+'px'}}),sectionproperties.faviconshape=='Star Shape'&&/*#__PURE__*/React.createElement(AiFillStar$1,{style:{fontSize:sectionproperties.favBtnIconfontsize+'px'}})),sectionproperties.showfavbadge=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.badge_counter_header_notifications," ").concat(header_cssstyles.favbadge)},/*#__PURE__*/React.createElement("span",null," ",favoriteprojectscountContext.length>=10?'+9':favoriteprojectscountContext.length)))),sectionproperties.cartBtnShow=='Show'&&/*#__PURE__*/React.createElement("div",{style:{position:'relative'},"class":sectionproperties.cartBtnWidth==0?"".concat(header_cssstyles.cart_btn)+' cursor-pointer d-flex align-items-center justify-content-center mx-2 ':"".concat(header_cssstyles.cart_btn)+' cursor-pointer d-flex align-items-center justify-content-center mx-1 ',onClick:function onClick(){setsidecartnavshowcontext(true);}},sectionproperties.cartBtnTextfontsize!=0&&/*#__PURE__*/React.createElement("span",{"class":langdetect=='en'?'mr-2':'ml-2'},langdetect=='en'?sectionproperties.cartBtnContentenglish:sectionproperties.cartBtnContentarabic),/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.badge_counter_header_notifications," ").concat(header_cssstyles.cartbadge)},(fetchcustomercartQueryContext===null||fetchcustomercartQueryContext===void 0||(_fetchcustomercartQue4=fetchcustomercartQueryContext.data)===null||_fetchcustomercartQue4===void 0||(_fetchcustomercartQue4=_fetchcustomercartQue4.data)===null||_fetchcustomercartQue4===void 0?void 0:_fetchcustomercartQue4.customercart)!=null?(fetchcustomercartQueryContext===null||fetchcustomercartQueryContext===void 0||(_fetchcustomercartQue5=fetchcustomercartQueryContext.data)===null||_fetchcustomercartQue5===void 0||(_fetchcustomercartQue5=_fetchcustomercartQue5.data)===null||_fetchcustomercartQue5===void 0?void 0:_fetchcustomercartQue5.customercart.cartitems_count_withquantity)>=10?'+9':fetchcustomercartQueryContext===null||fetchcustomercartQueryContext===void 0||(_fetchcustomercartQue6=fetchcustomercartQueryContext.data)===null||_fetchcustomercartQue6===void 0||(_fetchcustomercartQue6=_fetchcustomercartQue6.data)===null||_fetchcustomercartQue6===void 0?void 0:_fetchcustomercartQue6.customercart.cartitems_count_withquantity:0),/*#__PURE__*/React.createElement("i",{"class":"h-100 allcentered"},sectionproperties.carticonstyle=='Shopping bag 1'&&/*#__PURE__*/React.createElement(FiShoppingBag,{size:sectionproperties.cartBtn_iconFontSize}),sectionproperties.carticonstyle=='Shopping bag 2'&&/*#__PURE__*/React.createElement(CgShoppingBag,{size:sectionproperties.cartBtn_iconFontSize}),sectionproperties.carticonstyle=='Shopping bag 3'&&/*#__PURE__*/React.createElement(BsBag,{size:sectionproperties.cartBtn_iconFontSize}),sectionproperties.carticonstyle=='Shopping bag 4'&&/*#__PURE__*/React.createElement(HiOutlineShoppingBag,{size:sectionproperties.cartBtn_iconFontSize}),sectionproperties.carticonstyle=='Shopping cart 1'&&/*#__PURE__*/React.createElement(FiShoppingCart,{size:sectionproperties.cartBtn_iconFontSize}),sectionproperties.carticonstyle=='Shopping cart 2'&&/*#__PURE__*/React.createElement(MdAddShoppingCart,{size:sectionproperties.cartBtn_iconFontSize}),sectionproperties.carticonstyle=='Calendar 1'&&/*#__PURE__*/React.createElement(FiCalendar,{size:sectionproperties.cartBtn_iconFontSize}))),sectionproperties.userbtnstyle=='Style 2'&&!authdetailsContext.loggedin&§ionproperties.ShowUserBtn=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.user_btn)+' allcentered ',onClick:function onClick(){routingcountext(StaticPagesLinksContext.Login);}},/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0",style:{textTransform:sectionproperties.userbtn_logintextTextTransform,fontWeight:sectionproperties.userBtnTextfontweight,fontSize:sectionproperties.userbtn_logintextFontSize+'px'}},langdetect=='en'?'Login':'تسجيل الدخول')),sectionproperties.userbtnstyle=='Style 2'&&authdetailsContext.loggedin&§ionproperties.ShowUserBtn=='Show'&&/*#__PURE__*/React.createElement(Dropdown,null,/*#__PURE__*/React.createElement(Dropdown.Toggle,null,/*#__PURE__*/React.createElement("div",{className:header_cssstyles.userBtnLoggedinContainer+' allcentered ',sytle:{position:'relative'}},/*#__PURE__*/React.createElement("div",{className:"".concat(header_cssstyles.loggedinuserbtn," ").concat(header_cssstyles.userbtnloggedin)+' loggedinuserbtn loggedinuserbtnbg mx-1 '},/*#__PURE__*/React.createElement("i",{className:' h-100 allcentered '},/*#__PURE__*/React.createElement(FiUser,{size:sectionproperties.loggedinusericonfontsize}))),/*#__PURE__*/React.createElement("div",{className:"m-0 p-0 flex-column",style:{textAlign:langdetect=='en'?'left':'right'}},/*#__PURE__*/React.createElement("p",{className:header_cssstyles.greetingstyles+' m-0 p-0 '},lang.hello,langdetect=='en'?',':'،'),/*#__PURE__*/React.createElement("p",{className:header_cssstyles.loggedinusername+' loggedinuserbtn text-overflow m-0 p-0 '},authdetailsContext.customerinfo.name)))),/*#__PURE__*/React.createElement(Dropdown.Menu,{style:{minWidth:'200px'}},/*#__PURE__*/React.createElement(Dropdown.Item,{"class":"".concat(header_cssstyles.dropdownitem)+' allcentered '},/*#__PURE__*/React.createElement("span",{style:{color:'#8fa0bd'}},lang.hello,","),/*#__PURE__*/React.createElement("span",{"class":"font-weight-600 ml-1 mr-1 text-overflow text-capitalize",onClick:function onClick(){routingcountext(StaticPagesLinksContext.accountinfo);}},authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$c4=authdetailsContext.customerinfo)===null||_authdetailsContext$c4===void 0?void 0:_authdetailsContext$c4.name)),sectionproperties.showprevorder=='Show'&&/*#__PURE__*/React.createElement(Dropdown.Divider,null),sectionproperties.showprevorder=='Show'&&/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){routingcountext(StaticPagesLinksContext.Ordershistory);}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},sectionproperties.carticonstyle=='Shopping bag 1'&&/*#__PURE__*/React.createElement(FiShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 2'&&/*#__PURE__*/React.createElement(CgShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 3'&&/*#__PURE__*/React.createElement(BsBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 4'&&/*#__PURE__*/React.createElement(HiOutlineShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping cart 1'&&/*#__PURE__*/React.createElement(FiShoppingCart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping cart 2'&&/*#__PURE__*/React.createElement(MdAddShoppingCart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Calendar 1'&&/*#__PURE__*/React.createElement(FiCalendar,{"class":langdetect=='en'?'mr-2':'ml-2'}),langdetect=='en'?sectionproperties.previousorders_titleen:sectionproperties.previousorders_titlear))),(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i52=authdetailsContext.instinfo)===null||_authdetailsContext$i52===void 0?void 0:_authdetailsContext$i52.instid)=='68248846ec6bc'&&/*#__PURE__*/React.createElement(Dropdown.Divider,null),(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i53=authdetailsContext.instinfo)===null||_authdetailsContext$i53===void 0?void 0:_authdetailsContext$i53.instid)=='68248846ec6bc'&&/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){routingcountext(StaticPagesLinksContext.Ordershistory);}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},sectionproperties.carticonstyle=='Shopping bag 1'&&/*#__PURE__*/React.createElement(FiShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 2'&&/*#__PURE__*/React.createElement(CgShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 3'&&/*#__PURE__*/React.createElement(BsBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 4'&&/*#__PURE__*/React.createElement(HiOutlineShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping cart 1'&&/*#__PURE__*/React.createElement(FiShoppingCart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping cart 2'&&/*#__PURE__*/React.createElement(MdAddShoppingCart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Calendar 1'&&/*#__PURE__*/React.createElement(FiCalendar,{"class":langdetect=='en'?'mr-2':'ml-2'}),langdetect=='en'?sectionproperties.previousorders_titleen:sectionproperties.previousorders_titlear))),sectionproperties.favBtnShow=='Show'&&/*#__PURE__*/React.createElement(Dropdown.Divider,null),sectionproperties.favBtnShow=='Show'&&/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){routingcountext(StaticPagesLinksContext.Wishlist);}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},sectionproperties.faviconshape=='Heart Shape'&&/*#__PURE__*/React.createElement(FaRegHeart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.faviconshape=='Star Shape'&&/*#__PURE__*/React.createElement(AiFillStar$1,{"class":langdetect=='en'?'mr-2':'ml-2'})," ",lang.wishlist))),/*#__PURE__*/React.createElement(Dropdown.Divider,null),/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){LogoutMutationContext.mutate();}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement(BiLogOutCircle,{"class":langdetect=='en'?'mr-2':'ml-2'}),lang.logout))))),sectionproperties.userbtnstyle=='Style 1'&§ionproperties.ShowUserBtn=='Show'&&/*#__PURE__*/React.createElement(Dropdown,null,/*#__PURE__*/React.createElement(Dropdown.Toggle,null,!authdetailsContext.loggedin&&/*#__PURE__*/React.createElement("div",{"class":" ".concat(header_cssstyles.user_btn)+' d-flex align-items-center justify-content-center mx-1 ',sytle:{position:'relative'},onClick:function onClick(){routingcountext(StaticPagesLinksContext.Login);}},/*#__PURE__*/React.createElement("i",{"class":' h-100 d-flex align-items-center '},/*#__PURE__*/React.createElement(HiUserCircle,{size:sectionproperties.userBtnTextfontsize})),(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i54=authdetailsContext.instinfo)===null||_authdetailsContext$i54===void 0?void 0:_authdetailsContext$i54.instid)=='67b1bb900a541'&&/*#__PURE__*/React.createElement("span",{className:"mx-2",style:{fontSize:18}},langdetect=='en'?'LOGIN':'تسجيل الدخول')),authdetailsContext.loggedin&&/*#__PURE__*/React.createElement("div",{"class":header_cssstyles.userBtnLoggedinContainer+' allcentered ',sytle:{position:'relative'}},/*#__PURE__*/React.createElement("div",{"class":header_cssstyles.userbtnloggedin+' loggedinuserbtn loggedinuserbtnbg ml-2 mr-2 '},/*#__PURE__*/React.createElement("i",{"class":' h-100 allcentered '},/*#__PURE__*/React.createElement(RiUserSettingsLine,{size:sectionproperties.loggedinusericonfontsize}))))),authdetailsContext.loggedin&&/*#__PURE__*/React.createElement(Dropdown.Menu,{style:{minWidth:'200px'}},/*#__PURE__*/React.createElement(Dropdown.Item,{"class":"".concat(header_cssstyles.dropdownitem)+' text-start '},/*#__PURE__*/React.createElement("div",{"class":"allcentered flex-column"},/*#__PURE__*/React.createElement("div",{"class":"allcentered"},/*#__PURE__*/React.createElement("span",{style:{color:'#8fa0bd'}},lang.hello,","),/*#__PURE__*/React.createElement("span",{"class":"font-weight-600 ml-1 mr-1 text-overflow text-capitalize",onClick:function onClick(){routingcountext(StaticPagesLinksContext.accountinfo);}},authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$c5=authdetailsContext.customerinfo)===null||_authdetailsContext$c5===void 0?void 0:_authdetailsContext$c5.name)),templateproperties_context.showwallet=='Show'&&/*#__PURE__*/React.createElement("div",{"class":' m-0 p-0 d-flex justify-content-start flex-row ',style:{}},/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0",style:{color:templateproperties_context.walletcolor,fontSize:templateproperties_context.walletfontize+'px',fontWeight:500}},langdetect=='en'?templateproperties_context.walletcontent_en:templateproperties_context.walletcontent_ar),/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 mx-1",style:{color:templateproperties_context.walletsecondarycolor,fontSize:'15px',fontWeight:600}},authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$c6=authdetailsContext.customerinfo)===null||_authdetailsContext$c6===void 0?void 0:_authdetailsContext$c6.walletpoints,' ')))),/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){routingcountext(StaticPagesLinksContext.accountinfo);}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},langdetect=='en'?'My Account':'ملفي'))),sectionproperties.showprevorder=='Show'&&/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){routingcountext(StaticPagesLinksContext.Ordershistory);}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},sectionproperties.carticonstyle=='Shopping bag 1'&&/*#__PURE__*/React.createElement(FiShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 2'&&/*#__PURE__*/React.createElement(CgShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 3'&&/*#__PURE__*/React.createElement(BsBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 4'&&/*#__PURE__*/React.createElement(HiOutlineShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping cart 1'&&/*#__PURE__*/React.createElement(FiShoppingCart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping cart 2'&&/*#__PURE__*/React.createElement(MdAddShoppingCart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Calendar 1'&&/*#__PURE__*/React.createElement(FiCalendar,{"class":langdetect=='en'?'mr-2':'ml-2'}),langdetect=='en'?sectionproperties.previousorders_titleen:sectionproperties.previousorders_titlear))),(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i55=authdetailsContext.instinfo)===null||_authdetailsContext$i55===void 0?void 0:_authdetailsContext$i55.instid)=='68248846ec6bc'&&/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){routingcountext(StaticPagesLinksContext.Ordershistory);}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},sectionproperties.carticonstyle=='Shopping bag 1'&&/*#__PURE__*/React.createElement(FiShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 2'&&/*#__PURE__*/React.createElement(CgShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 3'&&/*#__PURE__*/React.createElement(BsBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 4'&&/*#__PURE__*/React.createElement(HiOutlineShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping cart 1'&&/*#__PURE__*/React.createElement(FiShoppingCart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping cart 2'&&/*#__PURE__*/React.createElement(MdAddShoppingCart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Calendar 1'&&/*#__PURE__*/React.createElement(FiCalendar,{"class":langdetect=='en'?'mr-2':'ml-2'}),langdetect=='en'?sectionproperties.previousorders_titleen:sectionproperties.previousorders_titlear))),sectionproperties.favBtnShow=='Show'&&/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){routingcountext(StaticPagesLinksContext.Wishlist);}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},sectionproperties.faviconshape=='Heart Shape'&&/*#__PURE__*/React.createElement(FaRegHeart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.faviconshape=='Star Shape'&&/*#__PURE__*/React.createElement(AiFillStar$1,{"class":langdetect=='en'?'mr-2':'ml-2'}),' ',lang.wishlist))),/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){LogoutMutationContext.mutate();}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement(BiLogOutCircle,{"class":langdetect=='en'?'mr-2':'ml-2'}),lang.logout))))),sectionproperties.showlanuagecontainer=='Show'&§ionproperties.languagecontainertype!='Dropdown'&&/*#__PURE__*/React.createElement("div",{"class":' allcentered m-0 cursor-pointer mx-1 ',style:{minWidth:'30px'},onClick:function onClick(){if(langdetect=='en'){setlang('ar');}else if(langdetect=='ar'){setlang('en');}}},langdetect=='en'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.languagecontainer)+' row m-0 allcentered w-100 '},sectionproperties.flagIcon=='Flag'&&/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 d-flex align-items-center w-100"},"\u0639",' ',/*#__PURE__*/React.createElement("i",{"class":"h-100 allcentered mr-auto pr-3"},/*#__PURE__*/React.createElement(BsChevronDown,null))),sectionproperties.flagIcon=='Icon'&&/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 d-flex align-items-center w-100"},"En",' ',/*#__PURE__*/React.createElement("i",{"class":"h-100 allcentered ml-auto pl-3"},/*#__PURE__*/React.createElement(BsChevronDown,null)))),langdetect=='ar'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.languagecontainer)+' row m-0 allcentered w-100 '},sectionproperties.flagIcon=='Icon'&&/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 d-flex align-items-center w-100"},"\u0639",' ',/*#__PURE__*/React.createElement("i",{"class":"h-100 allcentered mr-auto pr-3"},/*#__PURE__*/React.createElement(BsChevronDown,null))),sectionproperties.flagIcon=='Flag'&&/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("img",{src:'https://tabex-co.com/storage/StaticImages/egyptflag.png',style:{maxWidth:'2.5vh',maxHeight:'2.5vh'}}),/*#__PURE__*/React.createElement("div",{style:{height:'20px',width:'1.5px',background:'#e6e6e6'},"class":"ml-2 mr-2"}),/*#__PURE__*/React.createElement("i",{"class":"h-100 allcentered mr-auto pr-3"},/*#__PURE__*/React.createElement(BsChevronDown,null))))),sectionproperties.showlanuagecontainer=='Show'&§ionproperties.languagecontainertype=='Dropdown'&&/*#__PURE__*/React.createElement("div",{"class":langdetect=='en'?'headerdropdownml':'headerdropdownmr'},/*#__PURE__*/React.createElement(Dropdown,null,/*#__PURE__*/React.createElement(Dropdown.Toggle,null,/*#__PURE__*/React.createElement("li",{"class":"".concat(headerstyles$9.header_menu)+' allcentered '},langdetect=='ar'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.languagecontainer)+' row m-0 w-100 px-1'},/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 d-flex align-items-center "},sectionproperties.flagIcon!='Icon'&&/*#__PURE__*/React.createElement("span",null,"\u0639 "),sectionproperties.flagIcon=='Icon'&&/*#__PURE__*/React.createElement(BiGlobe,{size:sectionproperties.language_container_fontsize}),/*#__PURE__*/React.createElement("i",{"class":"h-100 allcentered ml-auto pl-3"},/*#__PURE__*/React.createElement(BsChevronDown,null)))),langdetect=='en'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.languagecontainer)+' row m-0 w-100 px-1 '},/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 d-flex align-items-center"},sectionproperties.flagIcon!='Icon'&&/*#__PURE__*/React.createElement("span",null,"En "),sectionproperties.flagIcon=='Icon'&&/*#__PURE__*/React.createElement(BiGlobe,{size:sectionproperties.language_container_fontsize}),/*#__PURE__*/React.createElement("i",{"class":"h-100 allcentered ml-auto pl-3"},/*#__PURE__*/React.createElement(BsChevronDown,null)))))),/*#__PURE__*/React.createElement(Dropdown.Menu,null,/*#__PURE__*/React.createElement(Dropdown.Item,{"class":"".concat(header_cssstyles.dropdownitem),onClick:function onClick(){setlang('ar');}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' d-flex align-items-center m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem d-flex align-items-center m-0 p-0 '},/*#__PURE__*/React.createElement("span",{"class":"ml-2 mr-2"},"\u0644\u063A\u0629 \u0639\u0631\u0628\u064A\u0629")))),/*#__PURE__*/React.createElement(Dropdown.Divider,null),/*#__PURE__*/React.createElement(Dropdown.Item,{"class":"".concat(header_cssstyles.dropdownitem),onClick:function onClick(){setlang('en');}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' d-flex align-items-center m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem d-flex align-items-center m-0 p-0 '},/*#__PURE__*/React.createElement("span",{"class":"ml-2 mr-2"},"English"))))))),authdetailsContext!=undefined&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i56=authdetailsContext.instinfo)===null||_authdetailsContext$i56===void 0||(_authdetailsContext$i56=_authdetailsContext$i56.instcurrencies)===null||_authdetailsContext$i56===void 0?void 0:_authdetailsContext$i56.length)>1&§ionproperties.showcurrency=='Show'&&/*#__PURE__*/React.createElement("div",{"class":' d-flex align-items-center justify-content-end '},/*#__PURE__*/React.createElement(Dropdown,null,/*#__PURE__*/React.createElement(Dropdown.Toggle,null,/*#__PURE__*/React.createElement("li",{"class":' d-flex align-items-center justify-content-center '},langdetect=='en'&&/*#__PURE__*/React.createElement("div",{"class":header_cssstyles.currencycont+' row m-0 w-100 d-flex align-items-center '},/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 mr-2 ml-2"},authdetailsContext===null||authdetailsContext===void 0?void 0:authdetailsContext.currencyname_en),/*#__PURE__*/React.createElement(MdKeyboardArrowDown,null)),langdetect=='ar'&&/*#__PURE__*/React.createElement("div",{"class":header_cssstyles.currencycont+' row m-0 w-100 d-flex align-items-center '},/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 ml-2 mr-2"},authdetailsContext===null||authdetailsContext===void 0?void 0:authdetailsContext.currencyname_ar),/*#__PURE__*/React.createElement(MdKeyboardArrowDown,null)))),/*#__PURE__*/React.createElement(Dropdown.Menu,null,authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i57=authdetailsContext.instinfo)===null||_authdetailsContext$i57===void 0||(_authdetailsContext$i57=_authdetailsContext$i57.instcurrencies)===null||_authdetailsContext$i57===void 0?void 0:_authdetailsContext$i57.map(function(item,index){var _authdetailsContext$i58;return/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){setcurrencyfunccontext(item);}},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100"},/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-start"},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem d-flex align-items-center justify-content-center m-0 p-0 ',style:{}},/*#__PURE__*/React.createElement("span",{"class":'ml-2 mr-2'},langdetect=='en'?item.currencyname_en:item.currencyname_ar)))),index!=(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i58=authdetailsContext.instinfo)===null||_authdetailsContext$i58===void 0||(_authdetailsContext$i58=_authdetailsContext$i58.instcurrencies)===null||_authdetailsContext$i58===void 0?void 0:_authdetailsContext$i58.length)-1&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0"},/*#__PURE__*/React.createElement("hr",{"class":"m-0"}))));}))))))),sectionproperties.showhidesubheader=='Show'&§ionproperties.subheaderposition=='Full Width'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0"},/*#__PURE__*/React.createElement(Subheader,{actions:actions,sectionpropertiesprops:sectionproperties,subheaderpropertiesprops:{subheaderpositionprops:'Full Width',paddingLeftprops:'25px',paddingRightprops:'25px',subheadercontentpositionprops:sectionproperties.header_centered=='Centered'?'center':'start'}})))))),(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i59=authdetailsContext.instinfo)===null||_authdetailsContext$i59===void 0?void 0:_authdetailsContext$i59.contactinfo.instid)=='6935c04816952'&&/*#__PURE__*/React.createElement("div",{"class":" ".concat(header_cssstyles.headercontainer)+' d-flex d-md-none align-items-center m-0 '},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 "},templateproperties_context.showsocialmedia=='Show'&&/*#__PURE__*/React.createElement(SocialMediaSection,{sectionpropertiesprops:sectionproperties,templateproperties_contextprops:templateproperties_context,actions:actions}),templateproperties_context.showtextslider=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex d-md-none"},/*#__PURE__*/React.createElement(MarqueeHeader,{sectionpropertiesprops:sectionproperties,templateproperties_contextprops:templateproperties_context,actions:actions})),sectionproperties.showdownloadapp=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"w-100 d-flex d-md-none"},/*#__PURE__*/React.createElement(DownloadApp,{sectionpropertiesprops:sectionproperties,actions:actions})),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0"},/*#__PURE__*/React.createElement("div",{"class":header_cssstyles.headerinnercontainer+' row mx-0 w-100 px-1025-1 '},/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0"},/*#__PURE__*/React.createElement("div",{"class":" ".concat(headerstyles$9.navbar)+' row m-0 w-100 d-flex flex-row align-items-center h-100 '},/*#__PURE__*/React.createElement("div",{"class":'col-lg-2 p-0 flex-row d-flex align-items-center'},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.header_logo)+' d-flex align-items-center justify-content-center ',style:{cursor:'pointer'},onClick:function onClick(){routingcountext(sectionproperties.logoonclickroute);}},/*#__PURE__*/React.createElement(Imagekitimagecomp,{urlEndpoint:ikimagecredcontext===null||ikimagecredcontext===void 0?void 0:ikimagecredcontext.ikimageendpoint,publicKey:ikimagecredcontext===null||ikimagecredcontext===void 0?void 0:ikimagecredcontext.ikimagepublickey,path:langdetect=='en'?(_logoarrayofobjects$7=logoarrayofobjects[0])===null||_logoarrayofobjects$7===void 0?void 0:_logoarrayofobjects$7.englishlogo:(_logoarrayofobjects$8=logoarrayofobjects[0])===null||_logoarrayofobjects$8===void 0?void 0:_logoarrayofobjects$8.arabiclogo,style:{maxWidth:'100%',maxHeight:'100%'}}))),/*#__PURE__*/React.createElement("div",{"class":"col-10 p-0 text-end"},/*#__PURE__*/React.createElement("div",{"class":"".concat(headerstyles$9.nav__item)+' p-0 d-flex flex-row align-items-center ',style:{justifyContent:sectionproperties.header_centered=='Centered'?'center':'start'}},/*#__PURE__*/React.createElement("div",{"class":' w-100 align-items-center justify-content-end'// class={' scrollhorizontal w-100 align-items-center '}
|
|
36779
|
+
}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 text-black '},"\u0639\u0632\u0644 ANTNTI"))))))));}}else {var _authdetailsContext$i46,_authdetailsContext$i51;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i46=authdetailsContext.instinfo)===null||_authdetailsContext$i46===void 0?void 0:_authdetailsContext$i46.instid)=='684aa79857878'){if(item.pagename!='About'&&item.pagename!='Admission Policy'&&item.pagename!='Community '){var _authdetailsContext$i47,_authdetailsContext$i48,_authdetailsContext$i49,_authdetailsContext$i50;return/*#__PURE__*/React.createElement("div",{"class":(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i47=authdetailsContext.instinfo)===null||_authdetailsContext$i47===void 0?void 0:_authdetailsContext$i47.instid)=='67b1bb900a541'?'cursor-pointer p-2':'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');},style:{background:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i48=authdetailsContext.instinfo)===null||_authdetailsContext$i48===void 0?void 0:_authdetailsContext$i48.instid)=='67b1bb900a541'?window.location.pathname=='/'+item.navigationroute?'#36322c':'transparent':'transprent',borderRadius:100}},/*#__PURE__*/React.createElement("p",{"class":(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i49=authdetailsContext.instinfo)===null||_authdetailsContext$i49===void 0?void 0:_authdetailsContext$i49.instid)=='67b1bb900a541'&&window.location.pathname=='/'+item.navigationroute?"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text," ").concat(header_cssstyles.navbar_item_textactive)+' p-0 mb-0 ':(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i50=authdetailsContext.instinfo)===null||_authdetailsContext$i50===void 0?void 0:_authdetailsContext$i50.instid)=='67d6bda67adf6'&&window.location.pathname=='/'+item.navigationroute?"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text," ").concat(header_cssstyles.navbar_item_textactive)+' p-0 mb-0 ':"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar));}else if(item.pagename=='About'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setinqmenushowabout(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),inqmenushowabout==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('vision&mission',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Vision & Mission':'الرؤية والرسالة')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('school-philosophy',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?"School's Philosophy":'فلسفة المدرسة')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('accredit',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Accredit':'الاعتماد')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('characterbuilding',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Character Building':'بناء الشخصية')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('leadershipteam',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Leadership Team':'فريق القيادة'))))))));}else if(item.pagename=='Admission Policy'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setinqmenushowadminssionpolicy(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),inqmenushowadminssionpolicy==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('application',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Application':'طلب')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('admissionprocess',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Admission Process':'عملية القبول')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('schooltour',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'School Tour':'جولة مدرسية'))))))));}else if(item.pagename=='Community'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setinqmenushowcalendar(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),inqmenushowcalendar==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('calendar',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Calendar':'تقويم')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('lxl',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'IXL':'IXL')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('Magoush',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Magoush':'مجوش')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('Google Class Room',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Google Class Room':'غرفة جوجل كلاس'))))))));}}else if(item.pagename!='Hardware & Software'&&item.pagename!='Network Security'&&item.pagename!='System Security'&&item.pagename!='Backup Solution'&&item.pagename!='Our Solutions'){if(window.location.pathname=='/'+item.navigationroute){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer p-2',onClick:function onClick(){routingcountext(item.navigationroute,false,'');},style:{background:sectionproperties.actibepagebgcolor,borderRadius:100}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 ',style:{color:sectionproperties.activepagecolor}},langdetect=='en'?item.pagename:item.pagename_ar));}else {return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');},style:{}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar));}}else if(item.pagename=='Our Solutions'&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i51=authdetailsContext.instinfo)===null||_authdetailsContext$i51===void 0?void 0:_authdetailsContext$i51.instid)=='683c55d780e0c'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setinqmenushow(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),inqmenushow==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'20%':'',right:langdetect=='ar'?'20%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('hardware-software',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Hardware & Software':'الأجهزة والبرامج')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('network-security',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Network Security':'أمن الشبكات')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('system-security',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'System Security':'أمان النظام')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('backup-solution',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Backup Solution':'حل النسخ الاحتياطي'))))))));}}}})),sectionproperties.showhidesubheader=='Show'&§ionproperties.subheaderposition=='Besides Top Navigation'&&/*#__PURE__*/React.createElement(Subheader,{sectionpropertiesprops:sectionproperties,actions:actions,subheaderpropertiesprops:{subheaderpositionprops:'in nav',paddingLeftprops:'10px',paddingRightprops:'10px',subheadercontentpositionprops:sectionproperties.header_centered=='Centered'?'center':'start'}})),/*#__PURE__*/React.createElement("div",{"class":sectionproperties.showhidesubheader=='Show'&§ionproperties.subheaderposition=='Besides Top Navigation'?authdetailsContext!=undefined&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i52=authdetailsContext.instinfo)===null||_authdetailsContext$i52===void 0||(_authdetailsContext$i52=_authdetailsContext$i52.instcurrencies)===null||_authdetailsContext$i52===void 0?void 0:_authdetailsContext$i52.length)>1?'col-lg-4 p-0 d-flex align-items-center justify-content-end':'col-lg-2 p-0 d-flex align-items-center justify-content-end':'col-lg-2 p-0 d-flex align-items-center justify-content-end'},sectionproperties.searchbar_show=='Show'&&/*#__PURE__*/React.createElement("p",{"class":sectionproperties.searchbaricon_fontsize==0?header_cssstyles.searchicon+' m-0 p-0 mx-2 ':header_cssstyles.searchicon+' m-0 p-0 mx-1 ',style:{fontSize:sectionproperties.searchtextfontsize+'px'},onClick:function onClick(){setsearchbarCanvasContext(true);}},sectionproperties.searchbaricon_fontsize!=0&&/*#__PURE__*/React.createElement("i",{className:header_cssstyles.searchicon+' h-100 allcentered '},/*#__PURE__*/React.createElement(FiSearch,{size:sectionproperties.searchbaricon_fontsize})),langdetect=='en'?sectionproperties.searchcontentenglish:sectionproperties.searchcontentarabic),sectionproperties.favBtnShow=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.wishlist_btn)+' cursor-pointer allcentered mx-1 ',onClick:function onClick(){routingcountext(StaticPagesLinksContext.Wishlist);}},/*#__PURE__*/React.createElement("span",{"class":' pr-0 ',style:{position:'relative'}},/*#__PURE__*/React.createElement("i",{"class":"allcentered"},sectionproperties.faviconshape=='Heart Shape'&&/*#__PURE__*/React.createElement(FaRegHeart,{style:{fontSize:sectionproperties.favBtnIconfontsize+'px'}}),sectionproperties.faviconshape=='Star Shape'&&/*#__PURE__*/React.createElement(AiFillStar$1,{style:{fontSize:sectionproperties.favBtnIconfontsize+'px'}})),sectionproperties.showfavbadge=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.badge_counter_header_notifications," ").concat(header_cssstyles.favbadge)},/*#__PURE__*/React.createElement("span",null," ",favoriteprojectscountContext.length>=10?'+9':favoriteprojectscountContext.length)))),sectionproperties.cartBtnShow=='Show'&&/*#__PURE__*/React.createElement("div",{style:{position:'relative'},"class":sectionproperties.cartBtnWidth==0?"".concat(header_cssstyles.cart_btn)+' cursor-pointer d-flex align-items-center justify-content-center mx-2 ':"".concat(header_cssstyles.cart_btn)+' cursor-pointer d-flex align-items-center justify-content-center mx-1 ',onClick:function onClick(){setsidecartnavshowcontext(true);}},sectionproperties.cartBtnTextfontsize!=0&&/*#__PURE__*/React.createElement("span",{"class":langdetect=='en'?'mr-2':'ml-2'},langdetect=='en'?sectionproperties.cartBtnContentenglish:sectionproperties.cartBtnContentarabic),/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.badge_counter_header_notifications," ").concat(header_cssstyles.cartbadge)},(fetchcustomercartQueryContext===null||fetchcustomercartQueryContext===void 0||(_fetchcustomercartQue4=fetchcustomercartQueryContext.data)===null||_fetchcustomercartQue4===void 0||(_fetchcustomercartQue4=_fetchcustomercartQue4.data)===null||_fetchcustomercartQue4===void 0?void 0:_fetchcustomercartQue4.customercart)!=null?(fetchcustomercartQueryContext===null||fetchcustomercartQueryContext===void 0||(_fetchcustomercartQue5=fetchcustomercartQueryContext.data)===null||_fetchcustomercartQue5===void 0||(_fetchcustomercartQue5=_fetchcustomercartQue5.data)===null||_fetchcustomercartQue5===void 0?void 0:_fetchcustomercartQue5.customercart.cartitems_count_withquantity)>=10?'+9':fetchcustomercartQueryContext===null||fetchcustomercartQueryContext===void 0||(_fetchcustomercartQue6=fetchcustomercartQueryContext.data)===null||_fetchcustomercartQue6===void 0||(_fetchcustomercartQue6=_fetchcustomercartQue6.data)===null||_fetchcustomercartQue6===void 0?void 0:_fetchcustomercartQue6.customercart.cartitems_count_withquantity:0),/*#__PURE__*/React.createElement("i",{"class":"h-100 allcentered"},sectionproperties.carticonstyle=='Shopping bag 1'&&/*#__PURE__*/React.createElement(FiShoppingBag,{size:sectionproperties.cartBtn_iconFontSize}),sectionproperties.carticonstyle=='Shopping bag 2'&&/*#__PURE__*/React.createElement(CgShoppingBag,{size:sectionproperties.cartBtn_iconFontSize}),sectionproperties.carticonstyle=='Shopping bag 3'&&/*#__PURE__*/React.createElement(BsBag,{size:sectionproperties.cartBtn_iconFontSize}),sectionproperties.carticonstyle=='Shopping bag 4'&&/*#__PURE__*/React.createElement(HiOutlineShoppingBag,{size:sectionproperties.cartBtn_iconFontSize}),sectionproperties.carticonstyle=='Shopping cart 1'&&/*#__PURE__*/React.createElement(FiShoppingCart,{size:sectionproperties.cartBtn_iconFontSize}),sectionproperties.carticonstyle=='Shopping cart 2'&&/*#__PURE__*/React.createElement(MdAddShoppingCart,{size:sectionproperties.cartBtn_iconFontSize}),sectionproperties.carticonstyle=='Calendar 1'&&/*#__PURE__*/React.createElement(FiCalendar,{size:sectionproperties.cartBtn_iconFontSize}))),sectionproperties.userbtnstyle=='Style 2'&&!authdetailsContext.loggedin&§ionproperties.ShowUserBtn=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.user_btn)+' allcentered ',onClick:function onClick(){routingcountext(StaticPagesLinksContext.Login);}},/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0",style:{textTransform:sectionproperties.userbtn_logintextTextTransform,fontWeight:sectionproperties.userBtnTextfontweight,fontSize:sectionproperties.userbtn_logintextFontSize+'px'}},langdetect=='en'?'Login':'تسجيل الدخول')),sectionproperties.userbtnstyle=='Style 2'&&authdetailsContext.loggedin&§ionproperties.ShowUserBtn=='Show'&&/*#__PURE__*/React.createElement(Dropdown,null,/*#__PURE__*/React.createElement(Dropdown.Toggle,null,/*#__PURE__*/React.createElement("div",{className:header_cssstyles.userBtnLoggedinContainer+' allcentered ',sytle:{position:'relative'}},/*#__PURE__*/React.createElement("div",{className:"".concat(header_cssstyles.loggedinuserbtn," ").concat(header_cssstyles.userbtnloggedin)+' loggedinuserbtn loggedinuserbtnbg mx-1 '},/*#__PURE__*/React.createElement("i",{className:' h-100 allcentered '},/*#__PURE__*/React.createElement(FiUser,{size:sectionproperties.loggedinusericonfontsize}))),/*#__PURE__*/React.createElement("div",{className:"m-0 p-0 flex-column",style:{textAlign:langdetect=='en'?'left':'right'}},/*#__PURE__*/React.createElement("p",{className:header_cssstyles.greetingstyles+' m-0 p-0 '},lang.hello,langdetect=='en'?',':'،'),/*#__PURE__*/React.createElement("p",{className:header_cssstyles.loggedinusername+' loggedinuserbtn text-overflow m-0 p-0 '},authdetailsContext.customerinfo.name)))),/*#__PURE__*/React.createElement(Dropdown.Menu,{style:{minWidth:'200px'}},/*#__PURE__*/React.createElement(Dropdown.Item,{"class":"".concat(header_cssstyles.dropdownitem)+' allcentered '},/*#__PURE__*/React.createElement("span",{style:{color:'#8fa0bd'}},lang.hello,","),/*#__PURE__*/React.createElement("span",{"class":"font-weight-600 ml-1 mr-1 text-overflow text-capitalize",onClick:function onClick(){routingcountext(StaticPagesLinksContext.accountinfo);}},authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$c4=authdetailsContext.customerinfo)===null||_authdetailsContext$c4===void 0?void 0:_authdetailsContext$c4.name)),sectionproperties.showprevorder=='Show'&&/*#__PURE__*/React.createElement(Dropdown.Divider,null),sectionproperties.showprevorder=='Show'&&/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){routingcountext(StaticPagesLinksContext.Ordershistory);}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},sectionproperties.carticonstyle=='Shopping bag 1'&&/*#__PURE__*/React.createElement(FiShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 2'&&/*#__PURE__*/React.createElement(CgShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 3'&&/*#__PURE__*/React.createElement(BsBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 4'&&/*#__PURE__*/React.createElement(HiOutlineShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping cart 1'&&/*#__PURE__*/React.createElement(FiShoppingCart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping cart 2'&&/*#__PURE__*/React.createElement(MdAddShoppingCart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Calendar 1'&&/*#__PURE__*/React.createElement(FiCalendar,{"class":langdetect=='en'?'mr-2':'ml-2'}),langdetect=='en'?sectionproperties.previousorders_titleen:sectionproperties.previousorders_titlear))),(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i53=authdetailsContext.instinfo)===null||_authdetailsContext$i53===void 0?void 0:_authdetailsContext$i53.instid)=='68248846ec6bc'&&/*#__PURE__*/React.createElement(Dropdown.Divider,null),(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i54=authdetailsContext.instinfo)===null||_authdetailsContext$i54===void 0?void 0:_authdetailsContext$i54.instid)=='68248846ec6bc'&&/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){routingcountext(StaticPagesLinksContext.Ordershistory);}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},sectionproperties.carticonstyle=='Shopping bag 1'&&/*#__PURE__*/React.createElement(FiShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 2'&&/*#__PURE__*/React.createElement(CgShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 3'&&/*#__PURE__*/React.createElement(BsBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 4'&&/*#__PURE__*/React.createElement(HiOutlineShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping cart 1'&&/*#__PURE__*/React.createElement(FiShoppingCart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping cart 2'&&/*#__PURE__*/React.createElement(MdAddShoppingCart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Calendar 1'&&/*#__PURE__*/React.createElement(FiCalendar,{"class":langdetect=='en'?'mr-2':'ml-2'}),langdetect=='en'?sectionproperties.previousorders_titleen:sectionproperties.previousorders_titlear))),sectionproperties.favBtnShow=='Show'&&/*#__PURE__*/React.createElement(Dropdown.Divider,null),sectionproperties.favBtnShow=='Show'&&/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){routingcountext(StaticPagesLinksContext.Wishlist);}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},sectionproperties.faviconshape=='Heart Shape'&&/*#__PURE__*/React.createElement(FaRegHeart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.faviconshape=='Star Shape'&&/*#__PURE__*/React.createElement(AiFillStar$1,{"class":langdetect=='en'?'mr-2':'ml-2'})," ",lang.wishlist))),/*#__PURE__*/React.createElement(Dropdown.Divider,null),/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){LogoutMutationContext.mutate();}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement(BiLogOutCircle,{"class":langdetect=='en'?'mr-2':'ml-2'}),lang.logout))))),sectionproperties.userbtnstyle=='Style 1'&§ionproperties.ShowUserBtn=='Show'&&/*#__PURE__*/React.createElement(Dropdown,null,/*#__PURE__*/React.createElement(Dropdown.Toggle,null,!authdetailsContext.loggedin&&/*#__PURE__*/React.createElement("div",{"class":" ".concat(header_cssstyles.user_btn)+' d-flex align-items-center justify-content-center mx-1 ',sytle:{position:'relative'},onClick:function onClick(){routingcountext(StaticPagesLinksContext.Login);}},/*#__PURE__*/React.createElement("i",{"class":' h-100 d-flex align-items-center '},/*#__PURE__*/React.createElement(HiUserCircle,{size:sectionproperties.userBtnTextfontsize})),(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i55=authdetailsContext.instinfo)===null||_authdetailsContext$i55===void 0?void 0:_authdetailsContext$i55.instid)=='67b1bb900a541'&&/*#__PURE__*/React.createElement("span",{className:"mx-2",style:{fontSize:18}},langdetect=='en'?'LOGIN':'تسجيل الدخول')),authdetailsContext.loggedin&&/*#__PURE__*/React.createElement("div",{"class":header_cssstyles.userBtnLoggedinContainer+' allcentered ',sytle:{position:'relative'}},/*#__PURE__*/React.createElement("div",{"class":header_cssstyles.userbtnloggedin+' loggedinuserbtn loggedinuserbtnbg ml-2 mr-2 '},/*#__PURE__*/React.createElement("i",{"class":' h-100 allcentered '},/*#__PURE__*/React.createElement(RiUserSettingsLine,{size:sectionproperties.loggedinusericonfontsize}))))),authdetailsContext.loggedin&&/*#__PURE__*/React.createElement(Dropdown.Menu,{style:{minWidth:'200px'}},/*#__PURE__*/React.createElement(Dropdown.Item,{"class":"".concat(header_cssstyles.dropdownitem)+' text-start '},/*#__PURE__*/React.createElement("div",{"class":"allcentered flex-column"},/*#__PURE__*/React.createElement("div",{"class":"allcentered"},/*#__PURE__*/React.createElement("span",{style:{color:'#8fa0bd'}},lang.hello,","),/*#__PURE__*/React.createElement("span",{"class":"font-weight-600 ml-1 mr-1 text-overflow text-capitalize",onClick:function onClick(){routingcountext(StaticPagesLinksContext.accountinfo);}},authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$c5=authdetailsContext.customerinfo)===null||_authdetailsContext$c5===void 0?void 0:_authdetailsContext$c5.name)),templateproperties_context.showwallet=='Show'&&/*#__PURE__*/React.createElement("div",{"class":' m-0 p-0 d-flex justify-content-start flex-row ',style:{}},/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0",style:{color:templateproperties_context.walletcolor,fontSize:templateproperties_context.walletfontize+'px',fontWeight:500}},langdetect=='en'?templateproperties_context.walletcontent_en:templateproperties_context.walletcontent_ar),/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 mx-1",style:{color:templateproperties_context.walletsecondarycolor,fontSize:'15px',fontWeight:600}},authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$c6=authdetailsContext.customerinfo)===null||_authdetailsContext$c6===void 0?void 0:_authdetailsContext$c6.walletpoints,' ')))),/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){routingcountext(StaticPagesLinksContext.accountinfo);}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},langdetect=='en'?'My Account':'ملفي'))),sectionproperties.showprevorder=='Show'&&/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){routingcountext(StaticPagesLinksContext.Ordershistory);}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},sectionproperties.carticonstyle=='Shopping bag 1'&&/*#__PURE__*/React.createElement(FiShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 2'&&/*#__PURE__*/React.createElement(CgShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 3'&&/*#__PURE__*/React.createElement(BsBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 4'&&/*#__PURE__*/React.createElement(HiOutlineShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping cart 1'&&/*#__PURE__*/React.createElement(FiShoppingCart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping cart 2'&&/*#__PURE__*/React.createElement(MdAddShoppingCart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Calendar 1'&&/*#__PURE__*/React.createElement(FiCalendar,{"class":langdetect=='en'?'mr-2':'ml-2'}),langdetect=='en'?sectionproperties.previousorders_titleen:sectionproperties.previousorders_titlear))),(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i56=authdetailsContext.instinfo)===null||_authdetailsContext$i56===void 0?void 0:_authdetailsContext$i56.instid)=='68248846ec6bc'&&/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){routingcountext(StaticPagesLinksContext.Ordershistory);}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},sectionproperties.carticonstyle=='Shopping bag 1'&&/*#__PURE__*/React.createElement(FiShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 2'&&/*#__PURE__*/React.createElement(CgShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 3'&&/*#__PURE__*/React.createElement(BsBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 4'&&/*#__PURE__*/React.createElement(HiOutlineShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping cart 1'&&/*#__PURE__*/React.createElement(FiShoppingCart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping cart 2'&&/*#__PURE__*/React.createElement(MdAddShoppingCart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Calendar 1'&&/*#__PURE__*/React.createElement(FiCalendar,{"class":langdetect=='en'?'mr-2':'ml-2'}),langdetect=='en'?sectionproperties.previousorders_titleen:sectionproperties.previousorders_titlear))),sectionproperties.favBtnShow=='Show'&&/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){routingcountext(StaticPagesLinksContext.Wishlist);}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},sectionproperties.faviconshape=='Heart Shape'&&/*#__PURE__*/React.createElement(FaRegHeart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.faviconshape=='Star Shape'&&/*#__PURE__*/React.createElement(AiFillStar$1,{"class":langdetect=='en'?'mr-2':'ml-2'}),' ',lang.wishlist))),/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){LogoutMutationContext.mutate();}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement(BiLogOutCircle,{"class":langdetect=='en'?'mr-2':'ml-2'}),lang.logout))))),sectionproperties.showlanuagecontainer=='Show'&§ionproperties.languagecontainertype!='Dropdown'&&/*#__PURE__*/React.createElement("div",{"class":' allcentered m-0 cursor-pointer mx-1 ',style:{minWidth:'30px'},onClick:function onClick(){if(langdetect=='en'){setlang('ar');}else if(langdetect=='ar'){setlang('en');}}},langdetect=='en'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.languagecontainer)+' row m-0 allcentered w-100 '},sectionproperties.flagIcon=='Flag'&&/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 d-flex align-items-center w-100"},"\u0639",' ',/*#__PURE__*/React.createElement("i",{"class":"h-100 allcentered mr-auto pr-3"},/*#__PURE__*/React.createElement(BsChevronDown,null))),sectionproperties.flagIcon=='Icon'&&/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 d-flex align-items-center w-100"},"En",' ',/*#__PURE__*/React.createElement("i",{"class":"h-100 allcentered ml-auto pl-3"},/*#__PURE__*/React.createElement(BsChevronDown,null)))),langdetect=='ar'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.languagecontainer)+' row m-0 allcentered w-100 '},sectionproperties.flagIcon=='Icon'&&/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 d-flex align-items-center w-100"},"\u0639",' ',/*#__PURE__*/React.createElement("i",{"class":"h-100 allcentered mr-auto pr-3"},/*#__PURE__*/React.createElement(BsChevronDown,null))),sectionproperties.flagIcon=='Flag'&&/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("img",{src:'https://tabex-co.com/storage/StaticImages/egyptflag.png',style:{maxWidth:'2.5vh',maxHeight:'2.5vh'}}),/*#__PURE__*/React.createElement("div",{style:{height:'20px',width:'1.5px',background:'#e6e6e6'},"class":"ml-2 mr-2"}),/*#__PURE__*/React.createElement("i",{"class":"h-100 allcentered mr-auto pr-3"},/*#__PURE__*/React.createElement(BsChevronDown,null))))),sectionproperties.showlanuagecontainer=='Show'&§ionproperties.languagecontainertype=='Dropdown'&&/*#__PURE__*/React.createElement("div",{"class":langdetect=='en'?'headerdropdownml':'headerdropdownmr'},/*#__PURE__*/React.createElement(Dropdown,null,/*#__PURE__*/React.createElement(Dropdown.Toggle,null,/*#__PURE__*/React.createElement("li",{"class":"".concat(headerstyles$9.header_menu)+' allcentered '},langdetect=='ar'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.languagecontainer)+' row m-0 w-100 px-1'},/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 d-flex align-items-center "},sectionproperties.flagIcon!='Icon'&&/*#__PURE__*/React.createElement("span",null,"\u0639 "),sectionproperties.flagIcon=='Icon'&&/*#__PURE__*/React.createElement(BiGlobe,{size:sectionproperties.language_container_fontsize}),/*#__PURE__*/React.createElement("i",{"class":"h-100 allcentered ml-auto pl-3"},/*#__PURE__*/React.createElement(BsChevronDown,null)))),langdetect=='en'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.languagecontainer)+' row m-0 w-100 px-1 '},/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 d-flex align-items-center"},sectionproperties.flagIcon!='Icon'&&/*#__PURE__*/React.createElement("span",null,"En "),sectionproperties.flagIcon=='Icon'&&/*#__PURE__*/React.createElement(BiGlobe,{size:sectionproperties.language_container_fontsize}),/*#__PURE__*/React.createElement("i",{"class":"h-100 allcentered ml-auto pl-3"},/*#__PURE__*/React.createElement(BsChevronDown,null)))))),/*#__PURE__*/React.createElement(Dropdown.Menu,null,/*#__PURE__*/React.createElement(Dropdown.Item,{"class":"".concat(header_cssstyles.dropdownitem),onClick:function onClick(){setlang('ar');}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' d-flex align-items-center m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem d-flex align-items-center m-0 p-0 '},/*#__PURE__*/React.createElement("span",{"class":"ml-2 mr-2"},"\u0644\u063A\u0629 \u0639\u0631\u0628\u064A\u0629")))),/*#__PURE__*/React.createElement(Dropdown.Divider,null),/*#__PURE__*/React.createElement(Dropdown.Item,{"class":"".concat(header_cssstyles.dropdownitem),onClick:function onClick(){setlang('en');}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' d-flex align-items-center m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem d-flex align-items-center m-0 p-0 '},/*#__PURE__*/React.createElement("span",{"class":"ml-2 mr-2"},"English"))))))),authdetailsContext!=undefined&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i57=authdetailsContext.instinfo)===null||_authdetailsContext$i57===void 0||(_authdetailsContext$i57=_authdetailsContext$i57.instcurrencies)===null||_authdetailsContext$i57===void 0?void 0:_authdetailsContext$i57.length)>1&§ionproperties.showcurrency=='Show'&&/*#__PURE__*/React.createElement("div",{"class":' d-flex align-items-center justify-content-end '},/*#__PURE__*/React.createElement(Dropdown,null,/*#__PURE__*/React.createElement(Dropdown.Toggle,null,/*#__PURE__*/React.createElement("li",{"class":' d-flex align-items-center justify-content-center '},langdetect=='en'&&/*#__PURE__*/React.createElement("div",{"class":header_cssstyles.currencycont+' row m-0 w-100 d-flex align-items-center '},/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 mr-2 ml-2"},authdetailsContext===null||authdetailsContext===void 0?void 0:authdetailsContext.currencyname_en),/*#__PURE__*/React.createElement(MdKeyboardArrowDown,null)),langdetect=='ar'&&/*#__PURE__*/React.createElement("div",{"class":header_cssstyles.currencycont+' row m-0 w-100 d-flex align-items-center '},/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 ml-2 mr-2"},authdetailsContext===null||authdetailsContext===void 0?void 0:authdetailsContext.currencyname_ar),/*#__PURE__*/React.createElement(MdKeyboardArrowDown,null)))),/*#__PURE__*/React.createElement(Dropdown.Menu,null,authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i58=authdetailsContext.instinfo)===null||_authdetailsContext$i58===void 0||(_authdetailsContext$i58=_authdetailsContext$i58.instcurrencies)===null||_authdetailsContext$i58===void 0?void 0:_authdetailsContext$i58.map(function(item,index){var _authdetailsContext$i59;return/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){setcurrencyfunccontext(item);}},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100"},/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-start"},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem d-flex align-items-center justify-content-center m-0 p-0 ',style:{}},/*#__PURE__*/React.createElement("span",{"class":'ml-2 mr-2'},langdetect=='en'?item.currencyname_en:item.currencyname_ar)))),index!=(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i59=authdetailsContext.instinfo)===null||_authdetailsContext$i59===void 0||(_authdetailsContext$i59=_authdetailsContext$i59.instcurrencies)===null||_authdetailsContext$i59===void 0?void 0:_authdetailsContext$i59.length)-1&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0"},/*#__PURE__*/React.createElement("hr",{"class":"m-0"}))));}))))))),sectionproperties.showhidesubheader=='Show'&§ionproperties.subheaderposition=='Full Width'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0"},/*#__PURE__*/React.createElement(Subheader,{actions:actions,sectionpropertiesprops:sectionproperties,subheaderpropertiesprops:{subheaderpositionprops:'Full Width',paddingLeftprops:'25px',paddingRightprops:'25px',subheadercontentpositionprops:sectionproperties.header_centered=='Centered'?'center':'start'}})))))),(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i60=authdetailsContext.instinfo)===null||_authdetailsContext$i60===void 0?void 0:_authdetailsContext$i60.contactinfo.instid)=='6935c04816952'&&/*#__PURE__*/React.createElement("div",{"class":" ".concat(header_cssstyles.headercontainer)+' d-flex d-md-none align-items-center m-0 '},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 "},templateproperties_context.showsocialmedia=='Show'&&/*#__PURE__*/React.createElement(SocialMediaSection,{sectionpropertiesprops:sectionproperties,templateproperties_contextprops:templateproperties_context,actions:actions}),templateproperties_context.showtextslider=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex d-md-none"},/*#__PURE__*/React.createElement(MarqueeHeader,{sectionpropertiesprops:sectionproperties,templateproperties_contextprops:templateproperties_context,actions:actions})),sectionproperties.showdownloadapp=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"w-100 d-flex d-md-none"},/*#__PURE__*/React.createElement(DownloadApp,{sectionpropertiesprops:sectionproperties,actions:actions})),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0"},/*#__PURE__*/React.createElement("div",{"class":header_cssstyles.headerinnercontainer+' row mx-0 w-100 px-1025-1 '},/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0"},/*#__PURE__*/React.createElement("div",{"class":" ".concat(headerstyles$9.navbar)+' row m-0 w-100 d-flex flex-row align-items-center h-100 '},/*#__PURE__*/React.createElement("div",{"class":'col-lg-2 p-0 flex-row d-flex align-items-center'},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.header_logo)+' d-flex align-items-center justify-content-center ',style:{cursor:'pointer'},onClick:function onClick(){routingcountext(sectionproperties.logoonclickroute);}},/*#__PURE__*/React.createElement(Imagekitimagecomp,{urlEndpoint:ikimagecredcontext===null||ikimagecredcontext===void 0?void 0:ikimagecredcontext.ikimageendpoint,publicKey:ikimagecredcontext===null||ikimagecredcontext===void 0?void 0:ikimagecredcontext.ikimagepublickey,path:langdetect=='en'?(_logoarrayofobjects$7=logoarrayofobjects[0])===null||_logoarrayofobjects$7===void 0?void 0:_logoarrayofobjects$7.englishlogo:(_logoarrayofobjects$8=logoarrayofobjects[0])===null||_logoarrayofobjects$8===void 0?void 0:_logoarrayofobjects$8.arabiclogo,style:{maxWidth:'100%',maxHeight:'100%'}}))),/*#__PURE__*/React.createElement("div",{"class":"col-10 p-0 text-end"},/*#__PURE__*/React.createElement("div",{"class":"".concat(headerstyles$9.nav__item)+' p-0 d-flex flex-row align-items-center ',style:{justifyContent:sectionproperties.header_centered=='Centered'?'center':'start'}},/*#__PURE__*/React.createElement("div",{"class":' w-100 align-items-center justify-content-end'// class={' scrollhorizontal w-100 align-items-center '}
|
|
36584
36780
|
,style:{display:sectionproperties.subheaderposition=='Besides Top Navigation'?'none':'flex',// justifyContent: sectionproperties.header_centered == 'Centered' ? 'center' : 'start',
|
|
36585
36781
|
flexWrap:'wrap',paddingRight:50}},templatepropcontext.pagesnprop.map(function(item,index){if(item.isselected);// activepagecolor
|
|
36586
36782
|
// actibepagebgcolor
|
|
36587
|
-
if(item.isnavigation==1&&item.isactive==1){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 ',style:{color:sectionproperties.activepagecolor,fontSize:16}},langdetect=='en'?item.pagename:item.pagename_ar));}}))),/*#__PURE__*/React.createElement("button",{"class":"allcentered",style:{width:180,height:40,borderRadius:100,background:'#0198b0',fontSize:14,color:'white'}},"BOOK NOW ",/*#__PURE__*/React.createElement(MdArrowForward,{"class":"ml-2",color:'white',size:18}))))),sectionproperties.showhidesubheader=='Show'&§ionproperties.subheaderposition=='Full Width'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0"},/*#__PURE__*/React.createElement(Subheader,{actions:actions,sectionpropertiesprops:sectionproperties,subheaderpropertiesprops:{subheaderpositionprops:'Full Width',paddingLeftprops:'25px',paddingRightprops:'25px',subheadercontentpositionprops:sectionproperties.header_centered=='Centered'?'center':'start'}})))))),(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i60=authdetailsContext.instinfo)===null||_authdetailsContext$i60===void 0?void 0:_authdetailsContext$i60.contactinfo.instid)=='695ba82d5844d'&&/*#__PURE__*/React.createElement("div",{"class":" ".concat(header_cssstyles.headercontainer)+' d-flex d-md-none align-items-center m-0 '},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 "},templateproperties_context.showsocialmedia=='Show'&&/*#__PURE__*/React.createElement(SocialMediaSection,{sectionpropertiesprops:sectionproperties,templateproperties_contextprops:templateproperties_context,actions:actions}),templateproperties_context.showtextslider=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex d-md-none"},/*#__PURE__*/React.createElement(MarqueeHeader,{sectionpropertiesprops:sectionproperties,templateproperties_contextprops:templateproperties_context,actions:actions})),sectionproperties.showdownloadapp=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"w-100 d-flex d-md-none"},/*#__PURE__*/React.createElement(DownloadApp,{sectionpropertiesprops:sectionproperties,actions:actions})),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0"},/*#__PURE__*/React.createElement("div",{"class":header_cssstyles.headerinnercontainer+' row mx-0 w-100 px-1025-1 '},/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0"},/*#__PURE__*/React.createElement("div",{"class":" ".concat(headerstyles$9.navbar)+' row m-0 w-100 d-flex flex-row align-items-center h-100 '},/*#__PURE__*/React.createElement("div",{"class":'col-lg-6 p-0 flex-row d-flex align-items-center'},(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i61=authdetailsContext.instinfo)===null||_authdetailsContext$i61===void 0?void 0:_authdetailsContext$i61.instid)=='67d6bda67adf6'&&/*#__PURE__*/React.createElement("div",{style:{width:30,height:30,marginRight:langdetect=='en'?30:0,marginLeft:langdetect=='en'?0:30},"class":"allcentered"},/*#__PURE__*/React.createElement("i",{"class":header_cssstyles.menuiconn+' h-100 allcentered ',style:{},onClick:function onClick(){if(menuactive==true){setmenuactive(false);}else {setmenuactive(true);}}},/*#__PURE__*/React.createElement(FiMenu,{size:24}))),/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.header_logo)+' d-flex align-items-center justify-content-center ',style:{cursor:'pointer'},onClick:function onClick(){routingcountext(sectionproperties.logoonclickroute);}},/*#__PURE__*/React.createElement(Imagekitimagecomp,{urlEndpoint:ikimagecredcontext===null||ikimagecredcontext===void 0?void 0:ikimagecredcontext.ikimageendpoint,publicKey:ikimagecredcontext===null||ikimagecredcontext===void 0?void 0:ikimagecredcontext.ikimagepublickey,path:langdetect=='en'?(_logoarrayofobjects$9=logoarrayofobjects[0])===null||_logoarrayofobjects$9===void 0?void 0:_logoarrayofobjects$9.englishlogo:(_logoarrayofobjects$0=logoarrayofobjects[0])===null||_logoarrayofobjects$0===void 0?void 0:_logoarrayofobjects$0.arabiclogo,style:{maxWidth:'100%',maxHeight:'100%'}}))),/*#__PURE__*/React.createElement("div",{"class":'col-lg-6 p-0 d-flex align-items-center justify-content-end'},sectionproperties.searchbar_show=='Show'&&/*#__PURE__*/React.createElement("p",{"class":sectionproperties.searchbaricon_fontsize==0?header_cssstyles.searchicon+' m-0 p-0 mx-2 ':header_cssstyles.searchicon+' m-0 p-0 mx-1 ',style:{fontSize:sectionproperties.searchtextfontsize+'px'},onClick:function onClick(){setsearchbarCanvasContext(true);}},sectionproperties.searchbaricon_fontsize!=0&&/*#__PURE__*/React.createElement("i",{className:header_cssstyles.searchicon+' h-100 allcentered '},/*#__PURE__*/React.createElement(FiSearch,{size:sectionproperties.searchbaricon_fontsize})),langdetect=='en'?sectionproperties.searchcontentenglish:sectionproperties.searchcontentarabic),sectionproperties.favBtnShow=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.wishlist_btn)+' cursor-pointer allcentered mx-1 ',onClick:function onClick(){routingcountext(StaticPagesLinksContext.Wishlist);}},/*#__PURE__*/React.createElement("span",{"class":' pr-0 ',style:{position:'relative'}},/*#__PURE__*/React.createElement("i",{"class":"allcentered"},sectionproperties.faviconshape=='Heart Shape'&&/*#__PURE__*/React.createElement(FaRegHeart,{style:{fontSize:sectionproperties.favBtnIconfontsize+'px'}}),sectionproperties.faviconshape=='Star Shape'&&/*#__PURE__*/React.createElement(AiFillStar$1,{style:{fontSize:sectionproperties.favBtnIconfontsize+'px'}})),sectionproperties.showfavbadge=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.badge_counter_header_notifications," ").concat(header_cssstyles.favbadge)},/*#__PURE__*/React.createElement("span",null," ",favoriteprojectscountContext.length>=10?'+9':favoriteprojectscountContext.length)))),sectionproperties.cartBtnShow=='Show'&&/*#__PURE__*/React.createElement("div",{style:{position:'relative'},"class":sectionproperties.cartBtnWidth==0?"".concat(header_cssstyles.cart_btn)+' cursor-pointer d-flex align-items-center justify-content-center mx-2 ':"".concat(header_cssstyles.cart_btn)+' cursor-pointer d-flex align-items-center justify-content-center mx-1 ',onClick:function onClick(){setsidecartnavshowcontext(true);}},sectionproperties.cartBtnTextfontsize!=0&&/*#__PURE__*/React.createElement("span",{"class":langdetect=='en'?'mr-2':'ml-2'},langdetect=='en'?sectionproperties.cartBtnContentenglish:sectionproperties.cartBtnContentarabic),/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.badge_counter_header_notifications," ").concat(header_cssstyles.cartbadge)},(fetchcustomercartQueryContext===null||fetchcustomercartQueryContext===void 0||(_fetchcustomercartQue7=fetchcustomercartQueryContext.data)===null||_fetchcustomercartQue7===void 0||(_fetchcustomercartQue7=_fetchcustomercartQue7.data)===null||_fetchcustomercartQue7===void 0?void 0:_fetchcustomercartQue7.customercart)!=null?(fetchcustomercartQueryContext===null||fetchcustomercartQueryContext===void 0||(_fetchcustomercartQue8=fetchcustomercartQueryContext.data)===null||_fetchcustomercartQue8===void 0||(_fetchcustomercartQue8=_fetchcustomercartQue8.data)===null||_fetchcustomercartQue8===void 0?void 0:_fetchcustomercartQue8.customercart.cartitems_count_withquantity)>=10?'+9':fetchcustomercartQueryContext===null||fetchcustomercartQueryContext===void 0||(_fetchcustomercartQue9=fetchcustomercartQueryContext.data)===null||_fetchcustomercartQue9===void 0||(_fetchcustomercartQue9=_fetchcustomercartQue9.data)===null||_fetchcustomercartQue9===void 0?void 0:_fetchcustomercartQue9.customercart.cartitems_count_withquantity:0),/*#__PURE__*/React.createElement("i",{"class":"h-100 allcentered"},sectionproperties.carticonstyle=='Shopping bag 1'&&/*#__PURE__*/React.createElement(FiShoppingBag,{size:sectionproperties.cartBtn_iconFontSize}),sectionproperties.carticonstyle=='Shopping bag 2'&&/*#__PURE__*/React.createElement(CgShoppingBag,{size:sectionproperties.cartBtn_iconFontSize}),sectionproperties.carticonstyle=='Shopping bag 3'&&/*#__PURE__*/React.createElement(BsBag,{size:sectionproperties.cartBtn_iconFontSize}),sectionproperties.carticonstyle=='Shopping bag 4'&&/*#__PURE__*/React.createElement(HiOutlineShoppingBag,{size:sectionproperties.cartBtn_iconFontSize}),sectionproperties.carticonstyle=='Shopping cart 1'&&/*#__PURE__*/React.createElement(FiShoppingCart,{size:sectionproperties.cartBtn_iconFontSize}),sectionproperties.carticonstyle=='Shopping cart 2'&&/*#__PURE__*/React.createElement(MdAddShoppingCart,{size:sectionproperties.cartBtn_iconFontSize}),sectionproperties.carticonstyle=='Calendar 1'&&/*#__PURE__*/React.createElement(FiCalendar,{size:sectionproperties.cartBtn_iconFontSize}))),sectionproperties.userbtnstyle=='Style 2'&&!authdetailsContext.loggedin&§ionproperties.ShowUserBtn=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.user_btn)+' allcentered ',onClick:function onClick(){routingcountext(StaticPagesLinksContext.Login);}},/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0",style:{textTransform:sectionproperties.userbtn_logintextTextTransform,fontWeight:sectionproperties.userBtnTextfontweight,fontSize:sectionproperties.userbtn_logintextFontSize+'px'}},langdetect=='en'?'Login':'تسجيل الدخول')),sectionproperties.userbtnstyle=='Style 2'&&authdetailsContext.loggedin&§ionproperties.ShowUserBtn=='Show'&&/*#__PURE__*/React.createElement(Dropdown,null,/*#__PURE__*/React.createElement(Dropdown.Toggle,null,/*#__PURE__*/React.createElement("div",{className:header_cssstyles.userBtnLoggedinContainer+' allcentered ',sytle:{position:'relative'}},/*#__PURE__*/React.createElement("div",{className:"".concat(header_cssstyles.loggedinuserbtn," ").concat(header_cssstyles.userbtnloggedin)+' loggedinuserbtn loggedinuserbtnbg mx-1 '},/*#__PURE__*/React.createElement("i",{className:' h-100 allcentered '},/*#__PURE__*/React.createElement(FiUser,{size:sectionproperties.loggedinusericonfontsize}))),/*#__PURE__*/React.createElement("div",{className:"m-0 p-0 flex-column",style:{textAlign:langdetect=='en'?'left':'right'}},/*#__PURE__*/React.createElement("p",{className:header_cssstyles.greetingstyles+' m-0 p-0 '},lang.hello,langdetect=='en'?',':'،'),/*#__PURE__*/React.createElement("p",{className:header_cssstyles.loggedinusername+' loggedinuserbtn text-overflow m-0 p-0 '},authdetailsContext.customerinfo.name)))),/*#__PURE__*/React.createElement(Dropdown.Menu,{style:{minWidth:'200px'}},/*#__PURE__*/React.createElement(Dropdown.Item,{"class":"".concat(header_cssstyles.dropdownitem)+' allcentered '},/*#__PURE__*/React.createElement("span",{style:{color:'#8fa0bd'}},lang.hello,","),/*#__PURE__*/React.createElement("span",{"class":"font-weight-600 ml-1 mr-1 text-overflow text-capitalize",onClick:function onClick(){routingcountext(StaticPagesLinksContext.accountinfo);}},authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$c7=authdetailsContext.customerinfo)===null||_authdetailsContext$c7===void 0?void 0:_authdetailsContext$c7.name)),sectionproperties.showprevorder=='Show'&&/*#__PURE__*/React.createElement(Dropdown.Divider,null),sectionproperties.showprevorder=='Show'&&/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){routingcountext(StaticPagesLinksContext.Ordershistory);}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},sectionproperties.carticonstyle=='Shopping bag 1'&&/*#__PURE__*/React.createElement(FiShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 2'&&/*#__PURE__*/React.createElement(CgShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 3'&&/*#__PURE__*/React.createElement(BsBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 4'&&/*#__PURE__*/React.createElement(HiOutlineShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping cart 1'&&/*#__PURE__*/React.createElement(FiShoppingCart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping cart 2'&&/*#__PURE__*/React.createElement(MdAddShoppingCart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Calendar 1'&&/*#__PURE__*/React.createElement(FiCalendar,{"class":langdetect=='en'?'mr-2':'ml-2'}),langdetect=='en'?sectionproperties.previousorders_titleen:sectionproperties.previousorders_titlear))),(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i62=authdetailsContext.instinfo)===null||_authdetailsContext$i62===void 0?void 0:_authdetailsContext$i62.instid)=='68248846ec6bc'&&/*#__PURE__*/React.createElement(Dropdown.Divider,null),(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i63=authdetailsContext.instinfo)===null||_authdetailsContext$i63===void 0?void 0:_authdetailsContext$i63.instid)=='68248846ec6bc'&&/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){routingcountext(StaticPagesLinksContext.Ordershistory);}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},sectionproperties.carticonstyle=='Shopping bag 1'&&/*#__PURE__*/React.createElement(FiShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 2'&&/*#__PURE__*/React.createElement(CgShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 3'&&/*#__PURE__*/React.createElement(BsBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 4'&&/*#__PURE__*/React.createElement(HiOutlineShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping cart 1'&&/*#__PURE__*/React.createElement(FiShoppingCart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping cart 2'&&/*#__PURE__*/React.createElement(MdAddShoppingCart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Calendar 1'&&/*#__PURE__*/React.createElement(FiCalendar,{"class":langdetect=='en'?'mr-2':'ml-2'}),langdetect=='en'?sectionproperties.previousorders_titleen:sectionproperties.previousorders_titlear))),sectionproperties.favBtnShow=='Show'&&/*#__PURE__*/React.createElement(Dropdown.Divider,null),sectionproperties.favBtnShow=='Show'&&/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){routingcountext(StaticPagesLinksContext.Wishlist);}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},sectionproperties.faviconshape=='Heart Shape'&&/*#__PURE__*/React.createElement(FaRegHeart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.faviconshape=='Star Shape'&&/*#__PURE__*/React.createElement(AiFillStar$1,{"class":langdetect=='en'?'mr-2':'ml-2'})," ",lang.wishlist))),/*#__PURE__*/React.createElement(Dropdown.Divider,null),/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){LogoutMutationContext.mutate();}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement(BiLogOutCircle,{"class":langdetect=='en'?'mr-2':'ml-2'}),lang.logout))))),sectionproperties.userbtnstyle=='Style 1'&§ionproperties.ShowUserBtn=='Show'&&/*#__PURE__*/React.createElement(Dropdown,null,/*#__PURE__*/React.createElement(Dropdown.Toggle,null,!authdetailsContext.loggedin&&/*#__PURE__*/React.createElement("div",{"class":" ".concat(header_cssstyles.user_btn)+' d-flex align-items-center justify-content-center mx-1 ',sytle:{position:'relative'},onClick:function onClick(){routingcountext(StaticPagesLinksContext.Login);}},/*#__PURE__*/React.createElement("i",{"class":' h-100 d-flex align-items-center '},/*#__PURE__*/React.createElement(HiUserCircle,{size:sectionproperties.userBtnTextfontsize})),(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i64=authdetailsContext.instinfo)===null||_authdetailsContext$i64===void 0?void 0:_authdetailsContext$i64.instid)=='67b1bb900a541'&&/*#__PURE__*/React.createElement("span",{className:"mx-2",style:{fontSize:18}},langdetect=='en'?'LOGIN':'تسجيل الدخول')),authdetailsContext.loggedin&&/*#__PURE__*/React.createElement("div",{"class":header_cssstyles.userBtnLoggedinContainer+' allcentered ',sytle:{position:'relative'}},/*#__PURE__*/React.createElement("div",{"class":header_cssstyles.userbtnloggedin+' loggedinuserbtn loggedinuserbtnbg ml-2 mr-2 '},/*#__PURE__*/React.createElement("i",{"class":' h-100 allcentered '},/*#__PURE__*/React.createElement(RiUserSettingsLine,{size:sectionproperties.loggedinusericonfontsize}))))),authdetailsContext.loggedin&&/*#__PURE__*/React.createElement(Dropdown.Menu,{style:{minWidth:'200px'}},/*#__PURE__*/React.createElement(Dropdown.Item,{"class":"".concat(header_cssstyles.dropdownitem)+' text-start '},/*#__PURE__*/React.createElement("div",{"class":"allcentered flex-column"},/*#__PURE__*/React.createElement("div",{"class":"allcentered"},/*#__PURE__*/React.createElement("span",{style:{color:'#8fa0bd'}},lang.hello,","),/*#__PURE__*/React.createElement("span",{"class":"font-weight-600 ml-1 mr-1 text-overflow text-capitalize",onClick:function onClick(){routingcountext(StaticPagesLinksContext.accountinfo);}},authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$c8=authdetailsContext.customerinfo)===null||_authdetailsContext$c8===void 0?void 0:_authdetailsContext$c8.name)),templateproperties_context.showwallet=='Show'&&/*#__PURE__*/React.createElement("div",{"class":' m-0 p-0 d-flex justify-content-start flex-row ',style:{}},/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0",style:{color:templateproperties_context.walletcolor,fontSize:templateproperties_context.walletfontize+'px',fontWeight:500}},langdetect=='en'?templateproperties_context.walletcontent_en:templateproperties_context.walletcontent_ar),/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 mx-1",style:{color:templateproperties_context.walletsecondarycolor,fontSize:'15px',fontWeight:600}},authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$c9=authdetailsContext.customerinfo)===null||_authdetailsContext$c9===void 0?void 0:_authdetailsContext$c9.walletpoints,' ')))),/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){routingcountext(StaticPagesLinksContext.accountinfo);}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},langdetect=='en'?'My Account':'ملفي'))),templateproperties_context.showprevorder=='Show'&&/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){routingcountext(StaticPagesLinksContext.Ordershistory);}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},sectionproperties.carticonstyle=='Shopping bag 1'&&/*#__PURE__*/React.createElement(FiShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 2'&&/*#__PURE__*/React.createElement(CgShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 3'&&/*#__PURE__*/React.createElement(BsBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 4'&&/*#__PURE__*/React.createElement(HiOutlineShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping cart 1'&&/*#__PURE__*/React.createElement(FiShoppingCart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping cart 2'&&/*#__PURE__*/React.createElement(MdAddShoppingCart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Calendar 1'&&/*#__PURE__*/React.createElement(FiCalendar,{"class":langdetect=='en'?'mr-2':'ml-2'}),langdetect=='en'?sectionproperties.previousorders_titleen:sectionproperties.previousorders_titlear))),(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i65=authdetailsContext.instinfo)===null||_authdetailsContext$i65===void 0?void 0:_authdetailsContext$i65.instid)=='68248846ec6bc'&&/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){routingcountext(StaticPagesLinksContext.Ordershistory);}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},sectionproperties.carticonstyle=='Shopping bag 1'&&/*#__PURE__*/React.createElement(FiShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 2'&&/*#__PURE__*/React.createElement(CgShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 3'&&/*#__PURE__*/React.createElement(BsBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 4'&&/*#__PURE__*/React.createElement(HiOutlineShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping cart 1'&&/*#__PURE__*/React.createElement(FiShoppingCart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping cart 2'&&/*#__PURE__*/React.createElement(MdAddShoppingCart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Calendar 1'&&/*#__PURE__*/React.createElement(FiCalendar,{"class":langdetect=='en'?'mr-2':'ml-2'}),langdetect=='en'?sectionproperties.previousorders_titleen:sectionproperties.previousorders_titlear))),sectionproperties.favBtnShow=='Show'&&/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){routingcountext(StaticPagesLinksContext.Wishlist);}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},sectionproperties.faviconshape=='Heart Shape'&&/*#__PURE__*/React.createElement(FaRegHeart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.faviconshape=='Star Shape'&&/*#__PURE__*/React.createElement(AiFillStar$1,{"class":langdetect=='en'?'mr-2':'ml-2'}),' ',lang.wishlist))),/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){LogoutMutationContext.mutate();}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement(BiLogOutCircle,{"class":langdetect=='en'?'mr-2':'ml-2'}),lang.logout))))),sectionproperties.showlanuagecontainer=='Show'&§ionproperties.languagecontainertype!='Dropdown'&&/*#__PURE__*/React.createElement("div",{"class":' allcentered m-0 cursor-pointer mx-1 ',style:{minWidth:'30px'},onClick:function onClick(){if(langdetect=='en'){setlang('ar');}else if(langdetect=='ar'){setlang('en');}}},langdetect=='en'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.languagecontainer)+' row m-0 allcentered w-100 '},sectionproperties.flagIcon=='Flag'&&/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("img",{src:'https://tabex-co.com/storage/StaticImages/usflag.png',style:{maxWidth:'2.5vh',maxHeight:'2.5vh'}}),/*#__PURE__*/React.createElement("div",{style:{height:'20px',width:'1.5px',background:'#e6e6e6'},"class":"ml-2 mr-2"}),/*#__PURE__*/React.createElement("i",{"class":"h-100 allcentered mr-auto pr-3"},/*#__PURE__*/React.createElement(BsChevronDown,null))),sectionproperties.flagIcon=='Icon'&&/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 d-flex align-items-center w-100"},"En",' ',/*#__PURE__*/React.createElement("i",{"class":"h-100 allcentered ml-auto pl-3"},/*#__PURE__*/React.createElement(BsChevronDown,null)))),langdetect=='ar'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.languagecontainer)+' row m-0 allcentered w-100 '},sectionproperties.flagIcon=='Icon'&&/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 d-flex align-items-center w-100"},"\u0639",' ',/*#__PURE__*/React.createElement("i",{"class":"h-100 allcentered mr-auto pr-3"},/*#__PURE__*/React.createElement(BsChevronDown,null))),sectionproperties.flagIcon=='Flag'&&/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("img",{src:'https://tabex-co.com/storage/StaticImages/egyptflag.png',style:{maxWidth:'2.5vh',maxHeight:'2.5vh'}}),/*#__PURE__*/React.createElement("div",{style:{height:'20px',width:'1.5px',background:'#e6e6e6'},"class":"ml-2 mr-2"}),/*#__PURE__*/React.createElement("i",{"class":"h-100 allcentered mr-auto pr-3"},/*#__PURE__*/React.createElement(BsChevronDown,null))))),sectionproperties.showlanuagecontainer=='Show'&§ionproperties.languagecontainertype=='Dropdown'&&/*#__PURE__*/React.createElement("div",{"class":langdetect=='en'?'headerdropdownml':'headerdropdownmr'},/*#__PURE__*/React.createElement(Dropdown,null,/*#__PURE__*/React.createElement(Dropdown.Toggle,null,/*#__PURE__*/React.createElement("li",{"class":"".concat(headerstyles$9.header_menu)+' allcentered '},langdetect=='ar'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.languagecontainer)+' row m-0 w-100 px-1'},/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 d-flex align-items-center "},sectionproperties.flagIcon!='Icon'&&/*#__PURE__*/React.createElement("span",null,"\u0639 "),sectionproperties.flagIcon=='Icon'&&/*#__PURE__*/React.createElement(BiGlobe,{size:sectionproperties.language_container_fontsize}),/*#__PURE__*/React.createElement("i",{"class":"h-100 allcentered ml-auto pl-3"},/*#__PURE__*/React.createElement(BsChevronDown,null)))),langdetect=='en'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.languagecontainer)+' row m-0 w-100 px-1 '},/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 d-flex align-items-center"},sectionproperties.flagIcon!='Icon'&&/*#__PURE__*/React.createElement("span",null,"En "),sectionproperties.flagIcon=='Icon'&&/*#__PURE__*/React.createElement(BiGlobe,{size:sectionproperties.language_container_fontsize}),/*#__PURE__*/React.createElement("i",{"class":"h-100 allcentered ml-auto pl-3"},/*#__PURE__*/React.createElement(BsChevronDown,null)))))),/*#__PURE__*/React.createElement(Dropdown.Menu,null,/*#__PURE__*/React.createElement(Dropdown.Item,{"class":"".concat(header_cssstyles.dropdownitem),onClick:function onClick(){setlang('ar');}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' d-flex align-items-center m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem d-flex align-items-center m-0 p-0 '},/*#__PURE__*/React.createElement("span",{"class":"ml-2 mr-2"},"\u0644\u063A\u0629 \u0639\u0631\u0628\u064A\u0629")))),/*#__PURE__*/React.createElement(Dropdown.Divider,null),/*#__PURE__*/React.createElement(Dropdown.Item,{"class":"".concat(header_cssstyles.dropdownitem),onClick:function onClick(){setlang('en');}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' d-flex align-items-center m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem d-flex align-items-center m-0 p-0 '},/*#__PURE__*/React.createElement("span",{"class":"ml-2 mr-2"},"English"))))))),authdetailsContext!=undefined&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i66=authdetailsContext.instinfo)===null||_authdetailsContext$i66===void 0||(_authdetailsContext$i66=_authdetailsContext$i66.instcurrencies)===null||_authdetailsContext$i66===void 0?void 0:_authdetailsContext$i66.length)>1&§ionproperties.showcurrency=='Show'&&/*#__PURE__*/React.createElement("div",{"class":' d-flex align-items-center justify-content-end '},/*#__PURE__*/React.createElement(Dropdown,null,/*#__PURE__*/React.createElement(Dropdown.Toggle,null,/*#__PURE__*/React.createElement("li",{"class":' d-flex align-items-center justify-content-center '},langdetect=='en'&&/*#__PURE__*/React.createElement("div",{"class":header_cssstyles.currencycont+' row m-0 w-100 d-flex align-items-center '},/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 mr-2 ml-2"},authdetailsContext===null||authdetailsContext===void 0?void 0:authdetailsContext.currencyname_en),/*#__PURE__*/React.createElement(MdKeyboardArrowDown,null)),langdetect=='ar'&&/*#__PURE__*/React.createElement("div",{"class":header_cssstyles.currencycont+' row m-0 w-100 d-flex align-items-center '},/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 ml-2 mr-2"},authdetailsContext===null||authdetailsContext===void 0?void 0:authdetailsContext.currencyname_ar),/*#__PURE__*/React.createElement(MdKeyboardArrowDown,null)))),/*#__PURE__*/React.createElement(Dropdown.Menu,null,authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i67=authdetailsContext.instinfo)===null||_authdetailsContext$i67===void 0||(_authdetailsContext$i67=_authdetailsContext$i67.instcurrencies)===null||_authdetailsContext$i67===void 0?void 0:_authdetailsContext$i67.map(function(item,index){var _authdetailsContext$i68;return/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){setcurrencyfunccontext(item);}},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100"},/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-start"},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem d-flex align-items-center justify-content-center m-0 p-0 ',style:{}},/*#__PURE__*/React.createElement("span",{"class":'ml-2 mr-2'},langdetect=='en'?item.currencyname_en:item.currencyname_ar)))),index!=(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i68=authdetailsContext.instinfo)===null||_authdetailsContext$i68===void 0||(_authdetailsContext$i68=_authdetailsContext$i68.instcurrencies)===null||_authdetailsContext$i68===void 0?void 0:_authdetailsContext$i68.length)-1&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0"},/*#__PURE__*/React.createElement("hr",{"class":"m-0"}))));}))))),/*#__PURE__*/React.createElement("div",{"class":"".concat(headerstyles$9.nav__item2)+' col-lg-12 p-0 d-flex flex-row align-items-center h-auto pb-2',style:{justifyContent:sectionproperties.header_centered=='Centered'?'center':'start'}},/*#__PURE__*/React.createElement("div",{"class":' w-100 align-items-center justify-content-center'// class={' scrollhorizontal w-100 align-items-center '}
|
|
36783
|
+
if(item.isnavigation==1&&item.isactive==1){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 ',style:{color:sectionproperties.activepagecolor,fontSize:16}},langdetect=='en'?item.pagename:item.pagename_ar));}}))),/*#__PURE__*/React.createElement("button",{"class":"allcentered",style:{width:180,height:40,borderRadius:100,background:'#0198b0',fontSize:14,color:'white'}},"BOOK NOW ",/*#__PURE__*/React.createElement(MdArrowForward,{"class":"ml-2",color:'white',size:18}))))),sectionproperties.showhidesubheader=='Show'&§ionproperties.subheaderposition=='Full Width'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0"},/*#__PURE__*/React.createElement(Subheader,{actions:actions,sectionpropertiesprops:sectionproperties,subheaderpropertiesprops:{subheaderpositionprops:'Full Width',paddingLeftprops:'25px',paddingRightprops:'25px',subheadercontentpositionprops:sectionproperties.header_centered=='Centered'?'center':'start'}})))))),(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i61=authdetailsContext.instinfo)===null||_authdetailsContext$i61===void 0?void 0:_authdetailsContext$i61.contactinfo.instid)=='695ba82d5844d'&&/*#__PURE__*/React.createElement("div",{"class":" ".concat(header_cssstyles.headercontainer)+' d-flex d-md-none align-items-center m-0 '},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 "},templateproperties_context.showsocialmedia=='Show'&&/*#__PURE__*/React.createElement(SocialMediaSection,{sectionpropertiesprops:sectionproperties,templateproperties_contextprops:templateproperties_context,actions:actions}),templateproperties_context.showtextslider=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex d-md-none"},/*#__PURE__*/React.createElement(MarqueeHeader,{sectionpropertiesprops:sectionproperties,templateproperties_contextprops:templateproperties_context,actions:actions})),sectionproperties.showdownloadapp=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"w-100 d-flex d-md-none"},/*#__PURE__*/React.createElement(DownloadApp,{sectionpropertiesprops:sectionproperties,actions:actions})),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0"},/*#__PURE__*/React.createElement("div",{"class":header_cssstyles.headerinnercontainer+' row mx-0 w-100 px-1025-1 '},/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0"},/*#__PURE__*/React.createElement("div",{"class":" ".concat(headerstyles$9.navbar)+' row m-0 w-100 d-flex flex-row align-items-center h-100 '},/*#__PURE__*/React.createElement("div",{"class":'col-lg-6 p-0 flex-row d-flex align-items-center'},(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i62=authdetailsContext.instinfo)===null||_authdetailsContext$i62===void 0?void 0:_authdetailsContext$i62.instid)=='67d6bda67adf6'&&/*#__PURE__*/React.createElement("div",{style:{width:30,height:30,marginRight:langdetect=='en'?30:0,marginLeft:langdetect=='en'?0:30},"class":"allcentered"},/*#__PURE__*/React.createElement("i",{"class":header_cssstyles.menuiconn+' h-100 allcentered ',style:{},onClick:function onClick(){if(menuactive==true){setmenuactive(false);}else {setmenuactive(true);}}},/*#__PURE__*/React.createElement(FiMenu,{size:24}))),/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.header_logo)+' d-flex align-items-center justify-content-center ',style:{cursor:'pointer'},onClick:function onClick(){routingcountext(sectionproperties.logoonclickroute);}},/*#__PURE__*/React.createElement(Imagekitimagecomp,{urlEndpoint:ikimagecredcontext===null||ikimagecredcontext===void 0?void 0:ikimagecredcontext.ikimageendpoint,publicKey:ikimagecredcontext===null||ikimagecredcontext===void 0?void 0:ikimagecredcontext.ikimagepublickey,path:langdetect=='en'?(_logoarrayofobjects$9=logoarrayofobjects[0])===null||_logoarrayofobjects$9===void 0?void 0:_logoarrayofobjects$9.englishlogo:(_logoarrayofobjects$0=logoarrayofobjects[0])===null||_logoarrayofobjects$0===void 0?void 0:_logoarrayofobjects$0.arabiclogo,style:{maxWidth:'100%',maxHeight:'100%'}}))),/*#__PURE__*/React.createElement("div",{"class":'col-lg-6 p-0 d-flex align-items-center justify-content-end'},sectionproperties.searchbar_show=='Show'&&/*#__PURE__*/React.createElement("p",{"class":sectionproperties.searchbaricon_fontsize==0?header_cssstyles.searchicon+' m-0 p-0 mx-2 ':header_cssstyles.searchicon+' m-0 p-0 mx-1 ',style:{fontSize:sectionproperties.searchtextfontsize+'px'},onClick:function onClick(){setsearchbarCanvasContext(true);}},sectionproperties.searchbaricon_fontsize!=0&&/*#__PURE__*/React.createElement("i",{className:header_cssstyles.searchicon+' h-100 allcentered '},/*#__PURE__*/React.createElement(FiSearch,{size:sectionproperties.searchbaricon_fontsize})),langdetect=='en'?sectionproperties.searchcontentenglish:sectionproperties.searchcontentarabic),sectionproperties.favBtnShow=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.wishlist_btn)+' cursor-pointer allcentered mx-1 ',onClick:function onClick(){routingcountext(StaticPagesLinksContext.Wishlist);}},/*#__PURE__*/React.createElement("span",{"class":' pr-0 ',style:{position:'relative'}},/*#__PURE__*/React.createElement("i",{"class":"allcentered"},sectionproperties.faviconshape=='Heart Shape'&&/*#__PURE__*/React.createElement(FaRegHeart,{style:{fontSize:sectionproperties.favBtnIconfontsize+'px'}}),sectionproperties.faviconshape=='Star Shape'&&/*#__PURE__*/React.createElement(AiFillStar$1,{style:{fontSize:sectionproperties.favBtnIconfontsize+'px'}})),sectionproperties.showfavbadge=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.badge_counter_header_notifications," ").concat(header_cssstyles.favbadge)},/*#__PURE__*/React.createElement("span",null," ",favoriteprojectscountContext.length>=10?'+9':favoriteprojectscountContext.length)))),sectionproperties.cartBtnShow=='Show'&&/*#__PURE__*/React.createElement("div",{style:{position:'relative'},"class":sectionproperties.cartBtnWidth==0?"".concat(header_cssstyles.cart_btn)+' cursor-pointer d-flex align-items-center justify-content-center mx-2 ':"".concat(header_cssstyles.cart_btn)+' cursor-pointer d-flex align-items-center justify-content-center mx-1 ',onClick:function onClick(){setsidecartnavshowcontext(true);}},sectionproperties.cartBtnTextfontsize!=0&&/*#__PURE__*/React.createElement("span",{"class":langdetect=='en'?'mr-2':'ml-2'},langdetect=='en'?sectionproperties.cartBtnContentenglish:sectionproperties.cartBtnContentarabic),/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.badge_counter_header_notifications," ").concat(header_cssstyles.cartbadge)},(fetchcustomercartQueryContext===null||fetchcustomercartQueryContext===void 0||(_fetchcustomercartQue7=fetchcustomercartQueryContext.data)===null||_fetchcustomercartQue7===void 0||(_fetchcustomercartQue7=_fetchcustomercartQue7.data)===null||_fetchcustomercartQue7===void 0?void 0:_fetchcustomercartQue7.customercart)!=null?(fetchcustomercartQueryContext===null||fetchcustomercartQueryContext===void 0||(_fetchcustomercartQue8=fetchcustomercartQueryContext.data)===null||_fetchcustomercartQue8===void 0||(_fetchcustomercartQue8=_fetchcustomercartQue8.data)===null||_fetchcustomercartQue8===void 0?void 0:_fetchcustomercartQue8.customercart.cartitems_count_withquantity)>=10?'+9':fetchcustomercartQueryContext===null||fetchcustomercartQueryContext===void 0||(_fetchcustomercartQue9=fetchcustomercartQueryContext.data)===null||_fetchcustomercartQue9===void 0||(_fetchcustomercartQue9=_fetchcustomercartQue9.data)===null||_fetchcustomercartQue9===void 0?void 0:_fetchcustomercartQue9.customercart.cartitems_count_withquantity:0),/*#__PURE__*/React.createElement("i",{"class":"h-100 allcentered"},sectionproperties.carticonstyle=='Shopping bag 1'&&/*#__PURE__*/React.createElement(FiShoppingBag,{size:sectionproperties.cartBtn_iconFontSize}),sectionproperties.carticonstyle=='Shopping bag 2'&&/*#__PURE__*/React.createElement(CgShoppingBag,{size:sectionproperties.cartBtn_iconFontSize}),sectionproperties.carticonstyle=='Shopping bag 3'&&/*#__PURE__*/React.createElement(BsBag,{size:sectionproperties.cartBtn_iconFontSize}),sectionproperties.carticonstyle=='Shopping bag 4'&&/*#__PURE__*/React.createElement(HiOutlineShoppingBag,{size:sectionproperties.cartBtn_iconFontSize}),sectionproperties.carticonstyle=='Shopping cart 1'&&/*#__PURE__*/React.createElement(FiShoppingCart,{size:sectionproperties.cartBtn_iconFontSize}),sectionproperties.carticonstyle=='Shopping cart 2'&&/*#__PURE__*/React.createElement(MdAddShoppingCart,{size:sectionproperties.cartBtn_iconFontSize}),sectionproperties.carticonstyle=='Calendar 1'&&/*#__PURE__*/React.createElement(FiCalendar,{size:sectionproperties.cartBtn_iconFontSize}))),sectionproperties.userbtnstyle=='Style 2'&&!authdetailsContext.loggedin&§ionproperties.ShowUserBtn=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.user_btn)+' allcentered ',onClick:function onClick(){routingcountext(StaticPagesLinksContext.Login);}},/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0",style:{textTransform:sectionproperties.userbtn_logintextTextTransform,fontWeight:sectionproperties.userBtnTextfontweight,fontSize:sectionproperties.userbtn_logintextFontSize+'px'}},langdetect=='en'?'Login':'تسجيل الدخول')),sectionproperties.userbtnstyle=='Style 2'&&authdetailsContext.loggedin&§ionproperties.ShowUserBtn=='Show'&&/*#__PURE__*/React.createElement(Dropdown,null,/*#__PURE__*/React.createElement(Dropdown.Toggle,null,/*#__PURE__*/React.createElement("div",{className:header_cssstyles.userBtnLoggedinContainer+' allcentered ',sytle:{position:'relative'}},/*#__PURE__*/React.createElement("div",{className:"".concat(header_cssstyles.loggedinuserbtn," ").concat(header_cssstyles.userbtnloggedin)+' loggedinuserbtn loggedinuserbtnbg mx-1 '},/*#__PURE__*/React.createElement("i",{className:' h-100 allcentered '},/*#__PURE__*/React.createElement(FiUser,{size:sectionproperties.loggedinusericonfontsize}))),/*#__PURE__*/React.createElement("div",{className:"m-0 p-0 flex-column",style:{textAlign:langdetect=='en'?'left':'right'}},/*#__PURE__*/React.createElement("p",{className:header_cssstyles.greetingstyles+' m-0 p-0 '},lang.hello,langdetect=='en'?',':'،'),/*#__PURE__*/React.createElement("p",{className:header_cssstyles.loggedinusername+' loggedinuserbtn text-overflow m-0 p-0 '},authdetailsContext.customerinfo.name)))),/*#__PURE__*/React.createElement(Dropdown.Menu,{style:{minWidth:'200px'}},/*#__PURE__*/React.createElement(Dropdown.Item,{"class":"".concat(header_cssstyles.dropdownitem)+' allcentered '},/*#__PURE__*/React.createElement("span",{style:{color:'#8fa0bd'}},lang.hello,","),/*#__PURE__*/React.createElement("span",{"class":"font-weight-600 ml-1 mr-1 text-overflow text-capitalize",onClick:function onClick(){routingcountext(StaticPagesLinksContext.accountinfo);}},authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$c7=authdetailsContext.customerinfo)===null||_authdetailsContext$c7===void 0?void 0:_authdetailsContext$c7.name)),sectionproperties.showprevorder=='Show'&&/*#__PURE__*/React.createElement(Dropdown.Divider,null),sectionproperties.showprevorder=='Show'&&/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){routingcountext(StaticPagesLinksContext.Ordershistory);}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},sectionproperties.carticonstyle=='Shopping bag 1'&&/*#__PURE__*/React.createElement(FiShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 2'&&/*#__PURE__*/React.createElement(CgShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 3'&&/*#__PURE__*/React.createElement(BsBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 4'&&/*#__PURE__*/React.createElement(HiOutlineShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping cart 1'&&/*#__PURE__*/React.createElement(FiShoppingCart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping cart 2'&&/*#__PURE__*/React.createElement(MdAddShoppingCart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Calendar 1'&&/*#__PURE__*/React.createElement(FiCalendar,{"class":langdetect=='en'?'mr-2':'ml-2'}),langdetect=='en'?sectionproperties.previousorders_titleen:sectionproperties.previousorders_titlear))),(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i63=authdetailsContext.instinfo)===null||_authdetailsContext$i63===void 0?void 0:_authdetailsContext$i63.instid)=='68248846ec6bc'&&/*#__PURE__*/React.createElement(Dropdown.Divider,null),(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i64=authdetailsContext.instinfo)===null||_authdetailsContext$i64===void 0?void 0:_authdetailsContext$i64.instid)=='68248846ec6bc'&&/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){routingcountext(StaticPagesLinksContext.Ordershistory);}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},sectionproperties.carticonstyle=='Shopping bag 1'&&/*#__PURE__*/React.createElement(FiShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 2'&&/*#__PURE__*/React.createElement(CgShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 3'&&/*#__PURE__*/React.createElement(BsBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 4'&&/*#__PURE__*/React.createElement(HiOutlineShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping cart 1'&&/*#__PURE__*/React.createElement(FiShoppingCart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping cart 2'&&/*#__PURE__*/React.createElement(MdAddShoppingCart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Calendar 1'&&/*#__PURE__*/React.createElement(FiCalendar,{"class":langdetect=='en'?'mr-2':'ml-2'}),langdetect=='en'?sectionproperties.previousorders_titleen:sectionproperties.previousorders_titlear))),sectionproperties.favBtnShow=='Show'&&/*#__PURE__*/React.createElement(Dropdown.Divider,null),sectionproperties.favBtnShow=='Show'&&/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){routingcountext(StaticPagesLinksContext.Wishlist);}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},sectionproperties.faviconshape=='Heart Shape'&&/*#__PURE__*/React.createElement(FaRegHeart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.faviconshape=='Star Shape'&&/*#__PURE__*/React.createElement(AiFillStar$1,{"class":langdetect=='en'?'mr-2':'ml-2'})," ",lang.wishlist))),/*#__PURE__*/React.createElement(Dropdown.Divider,null),/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){LogoutMutationContext.mutate();}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement(BiLogOutCircle,{"class":langdetect=='en'?'mr-2':'ml-2'}),lang.logout))))),sectionproperties.userbtnstyle=='Style 1'&§ionproperties.ShowUserBtn=='Show'&&/*#__PURE__*/React.createElement(Dropdown,null,/*#__PURE__*/React.createElement(Dropdown.Toggle,null,!authdetailsContext.loggedin&&/*#__PURE__*/React.createElement("div",{"class":" ".concat(header_cssstyles.user_btn)+' d-flex align-items-center justify-content-center mx-1 ',sytle:{position:'relative'},onClick:function onClick(){routingcountext(StaticPagesLinksContext.Login);}},/*#__PURE__*/React.createElement("i",{"class":' h-100 d-flex align-items-center '},/*#__PURE__*/React.createElement(HiUserCircle,{size:sectionproperties.userBtnTextfontsize})),(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i65=authdetailsContext.instinfo)===null||_authdetailsContext$i65===void 0?void 0:_authdetailsContext$i65.instid)=='67b1bb900a541'&&/*#__PURE__*/React.createElement("span",{className:"mx-2",style:{fontSize:18}},langdetect=='en'?'LOGIN':'تسجيل الدخول')),authdetailsContext.loggedin&&/*#__PURE__*/React.createElement("div",{"class":header_cssstyles.userBtnLoggedinContainer+' allcentered ',sytle:{position:'relative'}},/*#__PURE__*/React.createElement("div",{"class":header_cssstyles.userbtnloggedin+' loggedinuserbtn loggedinuserbtnbg ml-2 mr-2 '},/*#__PURE__*/React.createElement("i",{"class":' h-100 allcentered '},/*#__PURE__*/React.createElement(RiUserSettingsLine,{size:sectionproperties.loggedinusericonfontsize}))))),authdetailsContext.loggedin&&/*#__PURE__*/React.createElement(Dropdown.Menu,{style:{minWidth:'200px'}},/*#__PURE__*/React.createElement(Dropdown.Item,{"class":"".concat(header_cssstyles.dropdownitem)+' text-start '},/*#__PURE__*/React.createElement("div",{"class":"allcentered flex-column"},/*#__PURE__*/React.createElement("div",{"class":"allcentered"},/*#__PURE__*/React.createElement("span",{style:{color:'#8fa0bd'}},lang.hello,","),/*#__PURE__*/React.createElement("span",{"class":"font-weight-600 ml-1 mr-1 text-overflow text-capitalize",onClick:function onClick(){routingcountext(StaticPagesLinksContext.accountinfo);}},authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$c8=authdetailsContext.customerinfo)===null||_authdetailsContext$c8===void 0?void 0:_authdetailsContext$c8.name)),templateproperties_context.showwallet=='Show'&&/*#__PURE__*/React.createElement("div",{"class":' m-0 p-0 d-flex justify-content-start flex-row ',style:{}},/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0",style:{color:templateproperties_context.walletcolor,fontSize:templateproperties_context.walletfontize+'px',fontWeight:500}},langdetect=='en'?templateproperties_context.walletcontent_en:templateproperties_context.walletcontent_ar),/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 mx-1",style:{color:templateproperties_context.walletsecondarycolor,fontSize:'15px',fontWeight:600}},authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$c9=authdetailsContext.customerinfo)===null||_authdetailsContext$c9===void 0?void 0:_authdetailsContext$c9.walletpoints,' ')))),/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){routingcountext(StaticPagesLinksContext.accountinfo);}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},langdetect=='en'?'My Account':'ملفي'))),templateproperties_context.showprevorder=='Show'&&/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){routingcountext(StaticPagesLinksContext.Ordershistory);}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},sectionproperties.carticonstyle=='Shopping bag 1'&&/*#__PURE__*/React.createElement(FiShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 2'&&/*#__PURE__*/React.createElement(CgShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 3'&&/*#__PURE__*/React.createElement(BsBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 4'&&/*#__PURE__*/React.createElement(HiOutlineShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping cart 1'&&/*#__PURE__*/React.createElement(FiShoppingCart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping cart 2'&&/*#__PURE__*/React.createElement(MdAddShoppingCart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Calendar 1'&&/*#__PURE__*/React.createElement(FiCalendar,{"class":langdetect=='en'?'mr-2':'ml-2'}),langdetect=='en'?sectionproperties.previousorders_titleen:sectionproperties.previousorders_titlear))),(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i66=authdetailsContext.instinfo)===null||_authdetailsContext$i66===void 0?void 0:_authdetailsContext$i66.instid)=='68248846ec6bc'&&/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){routingcountext(StaticPagesLinksContext.Ordershistory);}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},sectionproperties.carticonstyle=='Shopping bag 1'&&/*#__PURE__*/React.createElement(FiShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 2'&&/*#__PURE__*/React.createElement(CgShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 3'&&/*#__PURE__*/React.createElement(BsBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping bag 4'&&/*#__PURE__*/React.createElement(HiOutlineShoppingBag,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping cart 1'&&/*#__PURE__*/React.createElement(FiShoppingCart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Shopping cart 2'&&/*#__PURE__*/React.createElement(MdAddShoppingCart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.carticonstyle=='Calendar 1'&&/*#__PURE__*/React.createElement(FiCalendar,{"class":langdetect=='en'?'mr-2':'ml-2'}),langdetect=='en'?sectionproperties.previousorders_titleen:sectionproperties.previousorders_titlear))),sectionproperties.favBtnShow=='Show'&&/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){routingcountext(StaticPagesLinksContext.Wishlist);}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},sectionproperties.faviconshape=='Heart Shape'&&/*#__PURE__*/React.createElement(FaRegHeart,{"class":langdetect=='en'?'mr-2':'ml-2'}),sectionproperties.faviconshape=='Star Shape'&&/*#__PURE__*/React.createElement(AiFillStar$1,{"class":langdetect=='en'?'mr-2':'ml-2'}),' ',lang.wishlist))),/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){LogoutMutationContext.mutate();}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem allcenetered m-0 p-0 '},/*#__PURE__*/React.createElement(BiLogOutCircle,{"class":langdetect=='en'?'mr-2':'ml-2'}),lang.logout))))),sectionproperties.showlanuagecontainer=='Show'&§ionproperties.languagecontainertype!='Dropdown'&&/*#__PURE__*/React.createElement("div",{"class":' allcentered m-0 cursor-pointer mx-1 ',style:{minWidth:'30px'},onClick:function onClick(){if(langdetect=='en'){setlang('ar');}else if(langdetect=='ar'){setlang('en');}}},langdetect=='en'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.languagecontainer)+' row m-0 allcentered w-100 '},sectionproperties.flagIcon=='Flag'&&/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("img",{src:'https://tabex-co.com/storage/StaticImages/usflag.png',style:{maxWidth:'2.5vh',maxHeight:'2.5vh'}}),/*#__PURE__*/React.createElement("div",{style:{height:'20px',width:'1.5px',background:'#e6e6e6'},"class":"ml-2 mr-2"}),/*#__PURE__*/React.createElement("i",{"class":"h-100 allcentered mr-auto pr-3"},/*#__PURE__*/React.createElement(BsChevronDown,null))),sectionproperties.flagIcon=='Icon'&&/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 d-flex align-items-center w-100"},"En",' ',/*#__PURE__*/React.createElement("i",{"class":"h-100 allcentered ml-auto pl-3"},/*#__PURE__*/React.createElement(BsChevronDown,null)))),langdetect=='ar'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.languagecontainer)+' row m-0 allcentered w-100 '},sectionproperties.flagIcon=='Icon'&&/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 d-flex align-items-center w-100"},"\u0639",' ',/*#__PURE__*/React.createElement("i",{"class":"h-100 allcentered mr-auto pr-3"},/*#__PURE__*/React.createElement(BsChevronDown,null))),sectionproperties.flagIcon=='Flag'&&/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("img",{src:'https://tabex-co.com/storage/StaticImages/egyptflag.png',style:{maxWidth:'2.5vh',maxHeight:'2.5vh'}}),/*#__PURE__*/React.createElement("div",{style:{height:'20px',width:'1.5px',background:'#e6e6e6'},"class":"ml-2 mr-2"}),/*#__PURE__*/React.createElement("i",{"class":"h-100 allcentered mr-auto pr-3"},/*#__PURE__*/React.createElement(BsChevronDown,null))))),sectionproperties.showlanuagecontainer=='Show'&§ionproperties.languagecontainertype=='Dropdown'&&/*#__PURE__*/React.createElement("div",{"class":langdetect=='en'?'headerdropdownml':'headerdropdownmr'},/*#__PURE__*/React.createElement(Dropdown,null,/*#__PURE__*/React.createElement(Dropdown.Toggle,null,/*#__PURE__*/React.createElement("li",{"class":"".concat(headerstyles$9.header_menu)+' allcentered '},langdetect=='ar'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.languagecontainer)+' row m-0 w-100 px-1'},/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 d-flex align-items-center "},sectionproperties.flagIcon!='Icon'&&/*#__PURE__*/React.createElement("span",null,"\u0639 "),sectionproperties.flagIcon=='Icon'&&/*#__PURE__*/React.createElement(BiGlobe,{size:sectionproperties.language_container_fontsize}),/*#__PURE__*/React.createElement("i",{"class":"h-100 allcentered ml-auto pl-3"},/*#__PURE__*/React.createElement(BsChevronDown,null)))),langdetect=='en'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.languagecontainer)+' row m-0 w-100 px-1 '},/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 d-flex align-items-center"},sectionproperties.flagIcon!='Icon'&&/*#__PURE__*/React.createElement("span",null,"En "),sectionproperties.flagIcon=='Icon'&&/*#__PURE__*/React.createElement(BiGlobe,{size:sectionproperties.language_container_fontsize}),/*#__PURE__*/React.createElement("i",{"class":"h-100 allcentered ml-auto pl-3"},/*#__PURE__*/React.createElement(BsChevronDown,null)))))),/*#__PURE__*/React.createElement(Dropdown.Menu,null,/*#__PURE__*/React.createElement(Dropdown.Item,{"class":"".concat(header_cssstyles.dropdownitem),onClick:function onClick(){setlang('ar');}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' d-flex align-items-center m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem d-flex align-items-center m-0 p-0 '},/*#__PURE__*/React.createElement("span",{"class":"ml-2 mr-2"},"\u0644\u063A\u0629 \u0639\u0631\u0628\u064A\u0629")))),/*#__PURE__*/React.createElement(Dropdown.Divider,null),/*#__PURE__*/React.createElement(Dropdown.Item,{"class":"".concat(header_cssstyles.dropdownitem),onClick:function onClick(){setlang('en');}},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)+' d-flex align-items-center m-0 p-0 '},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem d-flex align-items-center m-0 p-0 '},/*#__PURE__*/React.createElement("span",{"class":"ml-2 mr-2"},"English"))))))),authdetailsContext!=undefined&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i67=authdetailsContext.instinfo)===null||_authdetailsContext$i67===void 0||(_authdetailsContext$i67=_authdetailsContext$i67.instcurrencies)===null||_authdetailsContext$i67===void 0?void 0:_authdetailsContext$i67.length)>1&§ionproperties.showcurrency=='Show'&&/*#__PURE__*/React.createElement("div",{"class":' d-flex align-items-center justify-content-end '},/*#__PURE__*/React.createElement(Dropdown,null,/*#__PURE__*/React.createElement(Dropdown.Toggle,null,/*#__PURE__*/React.createElement("li",{"class":' d-flex align-items-center justify-content-center '},langdetect=='en'&&/*#__PURE__*/React.createElement("div",{"class":header_cssstyles.currencycont+' row m-0 w-100 d-flex align-items-center '},/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 mr-2 ml-2"},authdetailsContext===null||authdetailsContext===void 0?void 0:authdetailsContext.currencyname_en),/*#__PURE__*/React.createElement(MdKeyboardArrowDown,null)),langdetect=='ar'&&/*#__PURE__*/React.createElement("div",{"class":header_cssstyles.currencycont+' row m-0 w-100 d-flex align-items-center '},/*#__PURE__*/React.createElement("p",{"class":"m-0 p-0 ml-2 mr-2"},authdetailsContext===null||authdetailsContext===void 0?void 0:authdetailsContext.currencyname_ar),/*#__PURE__*/React.createElement(MdKeyboardArrowDown,null)))),/*#__PURE__*/React.createElement(Dropdown.Menu,null,authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i68=authdetailsContext.instinfo)===null||_authdetailsContext$i68===void 0||(_authdetailsContext$i68=_authdetailsContext$i68.instcurrencies)===null||_authdetailsContext$i68===void 0?void 0:_authdetailsContext$i68.map(function(item,index){var _authdetailsContext$i69;return/*#__PURE__*/React.createElement(Dropdown.Item,{onClick:function onClick(){setcurrencyfunccontext(item);}},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100"},/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-start"},/*#__PURE__*/React.createElement("div",{"class":"".concat(header_cssstyles.dropdownitemcontainer)},/*#__PURE__*/React.createElement("p",{"class":"".concat(header_cssstyles.dropdownitem)+' dropdownitem d-flex align-items-center justify-content-center m-0 p-0 ',style:{}},/*#__PURE__*/React.createElement("span",{"class":'ml-2 mr-2'},langdetect=='en'?item.currencyname_en:item.currencyname_ar)))),index!=(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i69=authdetailsContext.instinfo)===null||_authdetailsContext$i69===void 0||(_authdetailsContext$i69=_authdetailsContext$i69.instcurrencies)===null||_authdetailsContext$i69===void 0?void 0:_authdetailsContext$i69.length)-1&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0"},/*#__PURE__*/React.createElement("hr",{"class":"m-0"}))));}))))),/*#__PURE__*/React.createElement("div",{"class":"".concat(headerstyles$9.nav__item2)+' col-lg-12 p-0 d-flex flex-row align-items-center h-auto pb-2',style:{justifyContent:sectionproperties.header_centered=='Centered'?'center':'start'}},/*#__PURE__*/React.createElement("div",{"class":' w-100 align-items-center justify-content-center'// class={' scrollhorizontal w-100 align-items-center '}
|
|
36588
36784
|
,style:{display:sectionproperties.subheaderposition=='Besides Top Navigation'?'none':'flex',// justifyContent: sectionproperties.header_centered == 'Centered' ? 'center' : 'start',
|
|
36589
36785
|
flexWrap:'wrap'}},templatepropcontext.pagesnprop.map(function(item,index){if(item.isselected);// activepagecolor
|
|
36590
36786
|
// actibepagebgcolor
|
|
36591
|
-
if(item.isnavigation==1&&item.isactive==1){var _authdetailsContext$
|
|
36592
|
-
if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i69=authdetailsContext.instinfo)===null||_authdetailsContext$i69===void 0?void 0:_authdetailsContext$i69.instid)=='695ba82d5844d'){if(item.pagename!='About'&&item.pagename!='Legal Expertise'&&item.pagename!='People'&&item.pagename!='Careers'&&item.pagename!='Legal Compliances'){if(window.location.pathname=='/'+item.navigationroute){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 ',style:{color:sectionproperties.activepagecolor}},langdetect=='en'?item.pagename:item.pagename_ar));}else {return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar));}}else if(item.pagename=='About'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setisolationmenu(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),isolationmenu==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('overview',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Overview':'ملخص')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('mission-vision-values',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Mission , Vision & Values':'الرسالة والرؤية والقيم'))))))));}else if(item.pagename=='Legal Expertise'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setinqmenushowabout(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),inqmenushowabout==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('practicesareas',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Practices Areas':'مجالات الممارسات')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('sectorsweserve',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Sectors We Serve':'القطاعات التي نخدمها'))))))));}else if(item.pagename=='People'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setinqmenushowabout33(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),inqmenushowabout33==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('foundingpartners',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Founding Partners':'الشركاء المؤسسون')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('successpartners',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Success Partners':'شركاء النجاح')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('partners',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Partners':'الشركاء')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('supportprofessional',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Support Professional':'دعم محترف'))))))));}else if(item.pagename=='Careers'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setinqmenushowabout34(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),inqmenushowabout34==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('careersoverview',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Careers Overview':'نظرة عامة على الوظائف')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('careersannouncement',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Careers Announcement':'إعلان الوظائف')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('graduated-trainees',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Graduated & Trainees':'المتخرجون والمتدربون'))))))));}else if(item.pagename=='Legal Compliances'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setinqmenushowabout35(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),inqmenushowabout35==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('legaldisclaimer',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Legal Disclaimer':'إخلاء المسؤولية القانونية')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('professionalresponsibility',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Professional Responsibility':'المسؤولية المهنية')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('privacypolicy',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Privacy Policy':'سياسة الخصوصية')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('cookiepolicy',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Cookie Policy':'سياسة ملفات تعريف الارتباط')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('terms&conditions',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Terms & Conditions':'الشروط والأحكام'))))))));}}}})),sectionproperties.showhidesubheader=='Show'&§ionproperties.subheaderposition=='Besides Top Navigation'&&/*#__PURE__*/React.createElement(Subheader,{sectionpropertiesprops:sectionproperties,actions:actions,subheaderpropertiesprops:{subheaderpositionprops:'in nav',paddingLeftprops:'10px',paddingRightprops:'10px',subheadercontentpositionprops:sectionproperties.header_centered=='Centered'?'center':'start'}})))),sectionproperties.showhidesubheader=='Show'&§ionproperties.subheaderposition=='Full Width'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0"},/*#__PURE__*/React.createElement(Subheader,{actions:actions,sectionpropertiesprops:sectionproperties,subheaderpropertiesprops:{subheaderpositionprops:'Full Width',paddingLeftprops:'25px',paddingRightprops:'25px',subheadercontentpositionprops:sectionproperties.header_centered=='Centered'?'center':'start'}})))))),sectionproperties.responsiveheaderstyle=='Style 1'&&/*#__PURE__*/React.createElement(Headerresponsive,{sectionpropertiesprops:sectionproperties,actions:actions}),sectionproperties.responsiveheaderstyle=='Style 1 With Canvas'&&/*#__PURE__*/React.createElement(Headerresponsive,{sectionpropertiesprops:sectionproperties,actions:actions}),sectionproperties.responsiveheaderstyle=='Style 2 With Subheader'&&/*#__PURE__*/React.createElement(HeaderresponsiveStyle2,{sectionpropertiesprops:sectionproperties,actions:actions}),sectionproperties.responsiveheaderstyle=='Style 2'&&/*#__PURE__*/React.createElement(HeaderresponsiveStyle2,{sectionpropertiesprops:sectionproperties,actions:actions}),sectionproperties.responsiveheaderstyle=='Style 2 With Merged Subheader'&&/*#__PURE__*/React.createElement(HeaderresponsiveStyle2,{sectionpropertiesprops:sectionproperties,actions:actions}),sectionproperties.responsiveheaderstyle=='Style 2 With Subheader Only'&&/*#__PURE__*/React.createElement(HeaderresponsiveStyle2,{sectionpropertiesprops:sectionproperties,actions:actions}),/*#__PURE__*/React.createElement(Offcanvas,{show:searchbarCanvasContext,onHide:function onHide(){setsearchbarCanvasContext(false);},placement:"top",scroll:true,backdrop:true},/*#__PURE__*/React.createElement(Offcanvas.Body,null,/*#__PURE__*/React.createElement("div",{className:"row m-0 w-100 p-3"},/*#__PURE__*/React.createElement("div",{className:"".concat(generalstyles.search_modern)},/*#__PURE__*/React.createElement("div",{className:"".concat(generalstyles.search_wrap2," ").concat(header_cssstyles.search_wrap),style:{height:sectionproperties.searchinput_height+'px'}},/*#__PURE__*/React.createElement("div",{className:' pl-5 pr-5 ',style:{paddingTop:sectionproperties.searchbarcont_paddingTop+'px'}},/*#__PURE__*/React.createElement("div",{className:"row m-0 w-100 d-flex align-items-center"},/*#__PURE__*/React.createElement("div",{className:"col-lg-6"},sectionproperties.search_showlogo=='Show'&&/*#__PURE__*/React.createElement("div",{style:{width:sectionproperties.searchlogowidth+'vh',height:sectionproperties.searchlogoheight+'vh'}},/*#__PURE__*/React.createElement(Imagekitimagecomp,{urlEndpoint:ikimagecredcontext===null||ikimagecredcontext===void 0?void 0:ikimagecredcontext.ikimageendpoint,publicKey:ikimagecredcontext===null||ikimagecredcontext===void 0?void 0:ikimagecredcontext.ikimagepublickey,className:generalstyles.logo_image,path:langdetect=='en'?(_logoarrayofobjects$1=logoarrayofobjects[0])===null||_logoarrayofobjects$1===void 0?void 0:_logoarrayofobjects$1.englishlogo:(_logoarrayofobjects$10=logoarrayofobjects[0])===null||_logoarrayofobjects$10===void 0?void 0:_logoarrayofobjects$10.arabiclogo,style:{width:'100%',height:'100%',objectFit:'contain'}}))),/*#__PURE__*/React.createElement("div",{className:"col-lg-6 d-flex align-items-center justify-content-end"},/*#__PURE__*/React.createElement("div",{className:header_cssstyles.closeOverlayBtn+' cursor-pointer ',onClick:function onClick(){setsearchbarCanvasContext(false);setSearchHeaderInputContext('');}},/*#__PURE__*/React.createElement("i",{className:"h-100 allcentered"},/*#__PURE__*/React.createElement(IoClose,{size:sectionproperties.closeSlider_fontSize})))))),/*#__PURE__*/React.createElement("div",{className:generalstyles.search_form_wrap},/*#__PURE__*/React.createElement("div",{className:"".concat(generalstyles.search_form," ").concat(header_cssstyles.search_form),id:"input"},/*#__PURE__*/React.createElement("input",{type:"text",className:"".concat(generalstyles.search_field," ").concat(header_cssstyles.search_field),placeholder:langdetect=='en'?"What're we looking for?":'البحث...',onChange:function onChange(event){setSearchHeaderInputContext(event.target.value);}}))),/*#__PURE__*/React.createElement("div",{style:{position:'absolute',top:'60%',left:0,right:0},className:"allcentered"},/*#__PURE__*/React.createElement(Searchlist$1,{actions:actions,sectionpropertiesprops:sectionproperties,srcfromprops:'StylishHeader'}))))))),/*#__PURE__*/React.createElement(Offcanvas,{show:menuactive,onHide:function onHide(){setmenuactive(false);},placement:langdetect=='en'?'start':'end',scroll:true,style:{width:'30%',background:'white'},backdrop:true},/*#__PURE__*/React.createElement(Offcanvas.Header,null,/*#__PURE__*/React.createElement(Offcanvas.Title,null,/*#__PURE__*/React.createElement("div",{className:"row m-0 w-100 mb-5",style:{borderBottom:'1px solid #eee'}},/*#__PURE__*/React.createElement("div",{className:'col-12 allcentered py-3'},/*#__PURE__*/React.createElement("p",{className:"m-0 p-0",style:{textTransform:'uppercase',fontWeight:500,fontSize:'15px',transition:'.3s',color:'#05233D'}},langdetect=='en'?'PRODUCTS & SERVICES':'منتجاتنا و خدماتنا'))),langdetect=='en'&&/*#__PURE__*/React.createElement("div",{"class":"allcentered",style:{position:'absolute',right:-34,top:5,width:30,height:30,background:'#000'},onClick:function onClick(){setopenmenuCanvas(false);}},/*#__PURE__*/React.createElement(IoMdClose,{color:'#fff',size:16})),langdetect=='ar'&&/*#__PURE__*/React.createElement("div",{"class":"allcentered",style:{position:'absolute',left:-34,top:5,width:30,height:30,background:'#000'},onClick:function onClick(){setmenuactive(false);}},/*#__PURE__*/React.createElement(IoMdClose,{color:'#fff',size:16})))),/*#__PURE__*/React.createElement(Offcanvas.Body,null,/*#__PURE__*/React.createElement(SubheaderDropdown,{sectionpropertiesprops:sectionproperties,actions:actions,setmenuactive:setmenuactive}))),/*#__PURE__*/React.createElement(Offcanvas,{show:menuactiveee,onHide:function onHide(){setmenuactiveee(false);},placement:langdetect=='en'?'start':'end',scroll:true,style:{width:'20%',background:'#211637',left:'4%'},backdrop:true},/*#__PURE__*/React.createElement(Offcanvas.Header,null,/*#__PURE__*/React.createElement(Offcanvas.Title,null,langdetect=='en'&&/*#__PURE__*/React.createElement("div",{"class":"allcentered",style:{position:'absolute',right:-34,top:5,width:30,height:30,background:'#000'},onClick:function onClick(){setmenuactiveee(false);}},/*#__PURE__*/React.createElement(IoMdClose,{color:'#fff',size:16})),langdetect=='ar'&&/*#__PURE__*/React.createElement("div",{"class":"allcentered",style:{position:'absolute',left:-34,top:5,width:30,height:30,background:'#000'},onClick:function onClick(){setmenuactive(false);}},/*#__PURE__*/React.createElement(IoMdClose,{color:'#fff',size:16})))),/*#__PURE__*/React.createElement(Offcanvas.Body,null,/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 allcentered h-100",style:{fontFamily:templateproperties_context.templatefontfamily=='Lora'?'lora':''}},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 allcentered"},templatepropcontext.pagesnprop.map(function(item,index){if(item.isselected);if(item.isnavigation==1&&item.isactive==1){if(window.location.pathname=='/'+item.navigationroute){return/*#__PURE__*/React.createElement("div",{"class":'col-12 allcentered cursor-pointer mb-2',onClick:function onClick(){routingcountext(item.navigationroute,false,'');},style:{}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 px-3 py-2 ',style:{color:sectionproperties.activepagecolor,background:sectionproperties.actibepagebgcolor,borderRadius:100}},langdetect=='en'?item.pagename:item.pagename_ar));}else {return/*#__PURE__*/React.createElement("div",{"class":'col-12 allcentered cursor-pointer mb-2',onClick:function onClick(){routingcountext(item.navigationroute,false,'');},style:{}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 px-3 py-2 '},langdetect=='en'?item.pagename:item.pagename_ar));}}}))))));};
|
|
36787
|
+
if(item.isnavigation==1&&item.isactive==1){var _authdetailsContext$i70;// superior
|
|
36788
|
+
if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i70=authdetailsContext.instinfo)===null||_authdetailsContext$i70===void 0?void 0:_authdetailsContext$i70.instid)=='695ba82d5844d'){if(item.pagename!='About'&&item.pagename!='Legal Expertise'&&item.pagename!='People'&&item.pagename!='Careers'&&item.pagename!='Legal Compliances'){if(window.location.pathname=='/'+item.navigationroute){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 ',style:{color:sectionproperties.activepagecolor}},langdetect=='en'?item.pagename:item.pagename_ar));}else {return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar));}}else if(item.pagename=='About'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setisolationmenu(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),isolationmenu==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('overview',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Overview':'ملخص')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('mission-vision-values',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Mission , Vision & Values':'الرسالة والرؤية والقيم'))))))));}else if(item.pagename=='Legal Expertise'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setinqmenushowabout(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),inqmenushowabout==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('practicesareas',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Practices Areas':'مجالات الممارسات')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('sectorsweserve',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Sectors We Serve':'القطاعات التي نخدمها'))))))));}else if(item.pagename=='People'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setinqmenushowabout33(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),inqmenushowabout33==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('foundingpartners',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Founding Partners':'الشركاء المؤسسون')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('successpartners',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Success Partners':'شركاء النجاح')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('partners',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Partners':'الشركاء')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('supportprofessional',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Support Professional':'دعم محترف'))))))));}else if(item.pagename=='Careers'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setinqmenushowabout34(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),inqmenushowabout34==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('careersoverview',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Careers Overview':'نظرة عامة على الوظائف')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('careersannouncement',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Careers Announcement':'إعلان الوظائف')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('graduated-trainees',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Graduated & Trainees':'المتخرجون والمتدربون'))))))));}else if(item.pagename=='Legal Compliances'){return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer dropdownoutersecuritykey',onMouseEnter:function onMouseEnter(){setinqmenushowabout35(true);}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 '},langdetect=='en'?item.pagename:item.pagename_ar),inqmenushowabout35==true&&/*#__PURE__*/React.createElement("div",{"class":"w-100"},/*#__PURE__*/React.createElement("li",{"class":langdetect=='en'?' dropdown dropdownen w-100':' dropdown dropdownar w-100',style:{left:langdetect=='en'?'10%':'',right:langdetect=='ar'?'10%':''}},/*#__PURE__*/React.createElement("ul",{"class":"mt-2",sytle:{width:'200px'}},/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('legaldisclaimer',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Legal Disclaimer':'إخلاء المسؤولية القانونية')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('professionalresponsibility',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Professional Responsibility':'المسؤولية المهنية')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('privacypolicy',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Privacy Policy':'سياسة الخصوصية')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('cookiepolicy',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Cookie Policy':'سياسة ملفات تعريف الارتباط')))),/*#__PURE__*/React.createElement("li",{"class":"dropdown d-flex align-items-center w-100"},/*#__PURE__*/React.createElement("div",{"class":' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '},/*#__PURE__*/React.createElement("div",{className:' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',onClick:function onClick(){routingcountext('terms&conditions',false,'');}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' mb-0 p-0 ml-md-3 mr-md-3 '},langdetect=='en'?'Terms & Conditions':'الشروط والأحكام'))))))));}}}})),sectionproperties.showhidesubheader=='Show'&§ionproperties.subheaderposition=='Besides Top Navigation'&&/*#__PURE__*/React.createElement(Subheader,{sectionpropertiesprops:sectionproperties,actions:actions,subheaderpropertiesprops:{subheaderpositionprops:'in nav',paddingLeftprops:'10px',paddingRightprops:'10px',subheadercontentpositionprops:sectionproperties.header_centered=='Centered'?'center':'start'}})))),sectionproperties.showhidesubheader=='Show'&§ionproperties.subheaderposition=='Full Width'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0"},/*#__PURE__*/React.createElement(Subheader,{actions:actions,sectionpropertiesprops:sectionproperties,subheaderpropertiesprops:{subheaderpositionprops:'Full Width',paddingLeftprops:'25px',paddingRightprops:'25px',subheadercontentpositionprops:sectionproperties.header_centered=='Centered'?'center':'start'}})))))),sectionproperties.responsiveheaderstyle=='Style 1'&&/*#__PURE__*/React.createElement(Headerresponsive,{sectionpropertiesprops:sectionproperties,actions:actions}),sectionproperties.responsiveheaderstyle=='Style 1 With Canvas'&&/*#__PURE__*/React.createElement(Headerresponsive,{sectionpropertiesprops:sectionproperties,actions:actions}),sectionproperties.responsiveheaderstyle=='Style 2 With Subheader'&&/*#__PURE__*/React.createElement(HeaderresponsiveStyle2,{sectionpropertiesprops:sectionproperties,actions:actions}),sectionproperties.responsiveheaderstyle=='Style 2'&&/*#__PURE__*/React.createElement(HeaderresponsiveStyle2,{sectionpropertiesprops:sectionproperties,actions:actions}),sectionproperties.responsiveheaderstyle=='Style 2 With Merged Subheader'&&/*#__PURE__*/React.createElement(HeaderresponsiveStyle2,{sectionpropertiesprops:sectionproperties,actions:actions}),sectionproperties.responsiveheaderstyle=='Style 2 With Subheader Only'&&/*#__PURE__*/React.createElement(HeaderresponsiveStyle2,{sectionpropertiesprops:sectionproperties,actions:actions}),/*#__PURE__*/React.createElement(Offcanvas,{show:searchbarCanvasContext,onHide:function onHide(){setsearchbarCanvasContext(false);},placement:"top",scroll:true,backdrop:true},/*#__PURE__*/React.createElement(Offcanvas.Body,null,/*#__PURE__*/React.createElement("div",{className:"row m-0 w-100 p-3"},/*#__PURE__*/React.createElement("div",{className:"".concat(generalstyles.search_modern)},/*#__PURE__*/React.createElement("div",{className:"".concat(generalstyles.search_wrap2," ").concat(header_cssstyles.search_wrap),style:{height:sectionproperties.searchinput_height+'px'}},/*#__PURE__*/React.createElement("div",{className:' pl-5 pr-5 ',style:{paddingTop:sectionproperties.searchbarcont_paddingTop+'px'}},/*#__PURE__*/React.createElement("div",{className:"row m-0 w-100 d-flex align-items-center"},/*#__PURE__*/React.createElement("div",{className:"col-lg-6"},sectionproperties.search_showlogo=='Show'&&/*#__PURE__*/React.createElement("div",{style:{width:sectionproperties.searchlogowidth+'vh',height:sectionproperties.searchlogoheight+'vh'}},/*#__PURE__*/React.createElement(Imagekitimagecomp,{urlEndpoint:ikimagecredcontext===null||ikimagecredcontext===void 0?void 0:ikimagecredcontext.ikimageendpoint,publicKey:ikimagecredcontext===null||ikimagecredcontext===void 0?void 0:ikimagecredcontext.ikimagepublickey,className:generalstyles.logo_image,path:langdetect=='en'?(_logoarrayofobjects$1=logoarrayofobjects[0])===null||_logoarrayofobjects$1===void 0?void 0:_logoarrayofobjects$1.englishlogo:(_logoarrayofobjects$10=logoarrayofobjects[0])===null||_logoarrayofobjects$10===void 0?void 0:_logoarrayofobjects$10.arabiclogo,style:{width:'100%',height:'100%',objectFit:'contain'}}))),/*#__PURE__*/React.createElement("div",{className:"col-lg-6 d-flex align-items-center justify-content-end"},/*#__PURE__*/React.createElement("div",{className:header_cssstyles.closeOverlayBtn+' cursor-pointer ',onClick:function onClick(){setsearchbarCanvasContext(false);setSearchHeaderInputContext('');}},/*#__PURE__*/React.createElement("i",{className:"h-100 allcentered"},/*#__PURE__*/React.createElement(IoClose,{size:sectionproperties.closeSlider_fontSize})))))),/*#__PURE__*/React.createElement("div",{className:generalstyles.search_form_wrap},/*#__PURE__*/React.createElement("div",{className:"".concat(generalstyles.search_form," ").concat(header_cssstyles.search_form),id:"input"},/*#__PURE__*/React.createElement("input",{type:"text",className:"".concat(generalstyles.search_field," ").concat(header_cssstyles.search_field),placeholder:langdetect=='en'?"What're we looking for?":'البحث...',onChange:function onChange(event){setSearchHeaderInputContext(event.target.value);}}))),/*#__PURE__*/React.createElement("div",{style:{position:'absolute',top:'60%',left:0,right:0},className:"allcentered"},/*#__PURE__*/React.createElement(Searchlist$1,{actions:actions,sectionpropertiesprops:sectionproperties,srcfromprops:'StylishHeader'}))))))),/*#__PURE__*/React.createElement(Offcanvas,{show:menuactive,onHide:function onHide(){setmenuactive(false);},placement:langdetect=='en'?'start':'end',scroll:true,style:{width:'30%',background:'white'},backdrop:true},/*#__PURE__*/React.createElement(Offcanvas.Header,null,/*#__PURE__*/React.createElement(Offcanvas.Title,null,/*#__PURE__*/React.createElement("div",{className:"row m-0 w-100 mb-5",style:{borderBottom:'1px solid #eee'}},/*#__PURE__*/React.createElement("div",{className:'col-12 allcentered py-3'},/*#__PURE__*/React.createElement("p",{className:"m-0 p-0",style:{textTransform:'uppercase',fontWeight:500,fontSize:'15px',transition:'.3s',color:'#05233D'}},langdetect=='en'?'PRODUCTS & SERVICES':'منتجاتنا و خدماتنا'))),langdetect=='en'&&/*#__PURE__*/React.createElement("div",{"class":"allcentered",style:{position:'absolute',right:-34,top:5,width:30,height:30,background:'#000'},onClick:function onClick(){setopenmenuCanvas(false);}},/*#__PURE__*/React.createElement(IoMdClose,{color:'#fff',size:16})),langdetect=='ar'&&/*#__PURE__*/React.createElement("div",{"class":"allcentered",style:{position:'absolute',left:-34,top:5,width:30,height:30,background:'#000'},onClick:function onClick(){setmenuactive(false);}},/*#__PURE__*/React.createElement(IoMdClose,{color:'#fff',size:16})))),/*#__PURE__*/React.createElement(Offcanvas.Body,null,/*#__PURE__*/React.createElement(SubheaderDropdown,{sectionpropertiesprops:sectionproperties,actions:actions,setmenuactive:setmenuactive}))),/*#__PURE__*/React.createElement(Offcanvas,{show:menuactiveee,onHide:function onHide(){setmenuactiveee(false);},placement:langdetect=='en'?'start':'end',scroll:true,style:{width:'20%',background:'#211637',left:'4%'},backdrop:true},/*#__PURE__*/React.createElement(Offcanvas.Header,null,/*#__PURE__*/React.createElement(Offcanvas.Title,null,langdetect=='en'&&/*#__PURE__*/React.createElement("div",{"class":"allcentered",style:{position:'absolute',right:-34,top:5,width:30,height:30,background:'#000'},onClick:function onClick(){setmenuactiveee(false);}},/*#__PURE__*/React.createElement(IoMdClose,{color:'#fff',size:16})),langdetect=='ar'&&/*#__PURE__*/React.createElement("div",{"class":"allcentered",style:{position:'absolute',left:-34,top:5,width:30,height:30,background:'#000'},onClick:function onClick(){setmenuactive(false);}},/*#__PURE__*/React.createElement(IoMdClose,{color:'#fff',size:16})))),/*#__PURE__*/React.createElement(Offcanvas.Body,null,/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 allcentered h-100",style:{fontFamily:templateproperties_context.templatefontfamily=='Lora'?'lora':''}},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 allcentered"},templatepropcontext.pagesnprop.map(function(item,index){if(item.isselected);// here
|
|
36789
|
+
if(item.isnavigation==1&&item.isactive==1&&item.pageorderindex==0){if(window.location.pathname=='/'+item.navigationroute){return/*#__PURE__*/React.createElement("div",{"class":'col-12 allcentered cursor-pointer mb-2',onClick:function onClick(){routingcountext(item.navigationroute,false,'');},style:{}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 px-3 py-2 ',style:{color:sectionproperties.activepagecolor,background:sectionproperties.actibepagebgcolor,borderRadius:100}},langdetect=='en'?item.pagename:item.pagename_ar));}else {return/*#__PURE__*/React.createElement("div",{"class":'col-12 allcentered cursor-pointer mb-2',onClick:function onClick(){routingcountext(item.navigationroute,false,'');},style:{}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 px-3 py-2 '},langdetect=='en'?item.pagename:item.pagename_ar));}}}),/*#__PURE__*/React.createElement(SubheaderDropdown,{sectionpropertiesprops:sectionproperties,actions:actions,setmenuactive:setmenuactive}),templatepropcontext.pagesnprop.map(function(item,index){if(item.isselected);// here
|
|
36790
|
+
if(item.isnavigation==1&&item.isactive==1&&item.pageorderindex>0){if(window.location.pathname=='/'+item.navigationroute){return/*#__PURE__*/React.createElement("div",{"class":'col-12 allcentered cursor-pointer mb-2',onClick:function onClick(){routingcountext(item.navigationroute,false,'');},style:{}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 px-3 py-2 ',style:{color:sectionproperties.activepagecolor,background:sectionproperties.actibepagebgcolor,borderRadius:100}},langdetect=='en'?item.pagename:item.pagename_ar));}else {return/*#__PURE__*/React.createElement("div",{"class":'col-12 allcentered cursor-pointer mb-2',onClick:function onClick(){routingcountext(item.navigationroute,false,'');},style:{}},/*#__PURE__*/React.createElement("p",{"class":"".concat(headerstyles$9.link," ").concat(header_cssstyles.navbar_item_text)+' p-0 mb-0 px-3 py-2 '},langdetect=='en'?item.pagename:item.pagename_ar));}}}))))));};
|
|
36593
36791
|
|
|
36594
36792
|
function ownKeys$1_(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
36595
36793
|
function _objectSpread$1_(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1_(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1_(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
@@ -62902,12 +63100,13 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
62902
63100
|
};
|
|
62903
63101
|
var SectionTitle = function SectionTitle() {
|
|
62904
63102
|
return /*#__PURE__*/React.createElement("div", {
|
|
62905
|
-
"class": "d-flex align-items-center
|
|
63103
|
+
"class": "d-flex align-items-center justify-content-md-center",
|
|
62906
63104
|
style: {
|
|
62907
63105
|
position: 'relative',
|
|
62908
63106
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : '',
|
|
62909
63107
|
width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : '',
|
|
62910
|
-
marginBottom: sectionproperties.sectionTitleMarginBottom + 'px'
|
|
63108
|
+
marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
|
|
63109
|
+
flexDirection: authdetailsContext.instinfo.instid == '6978ef34b2564' ? 'column' : 'row'
|
|
62911
63110
|
}
|
|
62912
63111
|
}, sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React.createElement("span", {
|
|
62913
63112
|
"class": section_cssstyles.line_left
|
|
@@ -62922,15 +63121,28 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
62922
63121
|
}
|
|
62923
63122
|
}, authdetailsContext.instinfo.instid == '6978ef34b2564' ? 'LUMENE' : langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React.createElement("span", {
|
|
62924
63123
|
"class": section_cssstyles.line_right
|
|
63124
|
+
}), authdetailsContext.instinfo.instid == '6978ef34b2564' && /*#__PURE__*/React.createElement("span", {
|
|
63125
|
+
"class": section_cssstyles.line_right,
|
|
63126
|
+
style: {
|
|
63127
|
+
minWidth: '100%',
|
|
63128
|
+
height: 2,
|
|
63129
|
+
marginBottom: 20
|
|
63130
|
+
}
|
|
62925
63131
|
}));
|
|
62926
63132
|
};
|
|
62927
63133
|
var section_cssstyles = {
|
|
62928
63134
|
lumde: css({
|
|
62929
|
-
fontSize: '
|
|
63135
|
+
fontSize: '35px',
|
|
62930
63136
|
'@media (max-width: 1024px)': {
|
|
62931
63137
|
fontSize: '30px'
|
|
62932
63138
|
}
|
|
62933
63139
|
}),
|
|
63140
|
+
lumdedesc: css({
|
|
63141
|
+
fontSize: '15px',
|
|
63142
|
+
'@media (max-width: 1024px)': {
|
|
63143
|
+
fontSize: '15px'
|
|
63144
|
+
}
|
|
63145
|
+
}),
|
|
62934
63146
|
viewmorebtn: css({
|
|
62935
63147
|
width: sectionproperties.viewmorebtn_Width == 0 ? 'auto' : sectionproperties.viewmorebtn_Width + 'px',
|
|
62936
63148
|
height: sectionproperties.viewmorebtn_Height == 0 ? 'auto' : sectionproperties.viewmorebtn_Height + 'px',
|
|
@@ -62989,7 +63201,7 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
62989
63201
|
}, /*#__PURE__*/React.createElement("div", {
|
|
62990
63202
|
"class": "col-lg-12 p-0"
|
|
62991
63203
|
}, sectionproperties.length != 0 && /*#__PURE__*/React.createElement("div", {
|
|
62992
|
-
"class":
|
|
63204
|
+
"class": authdetailsContext.instinfo.instid == '6978ef34b2564' ? ' row m-0 w-100 h-100 ' : ' row m-0 w-100 ',
|
|
62993
63205
|
style: {
|
|
62994
63206
|
position: 'relative'
|
|
62995
63207
|
}
|
|
@@ -63026,16 +63238,24 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
63026
63238
|
}, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), authdetailsContext.instinfo.instid == '6978ef34b2564' && /*#__PURE__*/React.createElement("div", {
|
|
63027
63239
|
"class": sectionproperties.sectiontitleposition == 'Centered' ? 'col-lg-12 d-flex align-items-center justify-content-center justify-content-md-center p-0 mb-md-100 ' : 'col-lg-12 d-flex align-items-center justify-content-start p-0 justify-content-md-center p-0 mb-md-100 ',
|
|
63028
63240
|
style: {
|
|
63029
|
-
marginBottom: sectionproperties.descriptionMarginBottom + 'px'
|
|
63241
|
+
marginBottom: sectionproperties.descriptionMarginBottom + 'px',
|
|
63242
|
+
flexDirection: authdetailsContext.instinfo.instid == '6978ef34b2564' ? 'column' : 'row'
|
|
63030
63243
|
}
|
|
63031
63244
|
}, /*#__PURE__*/React.createElement("p", {
|
|
63032
|
-
"class": section_cssstyles.lumde + '
|
|
63245
|
+
"class": section_cssstyles.lumde + ' m-0 p-0 wordbreak text-md-center ',
|
|
63033
63246
|
style: {
|
|
63034
63247
|
color: '#c38e78',
|
|
63035
|
-
fontWeight:
|
|
63248
|
+
fontWeight: 800,
|
|
63249
|
+
textAlign: authdetailsContext.instinfo.instid == '6978ef34b2564' ? 'left' : sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
63250
|
+
}
|
|
63251
|
+
}, "ARTISTRY TRANSFORMS INTO PRESENCE"), /*#__PURE__*/React.createElement("p", {
|
|
63252
|
+
"class": section_cssstyles.lumdedesc + ' m-0 p-0 wordbreak text-md-center ',
|
|
63253
|
+
style: {
|
|
63254
|
+
color: '#afabab',
|
|
63255
|
+
fontWeight: 400,
|
|
63036
63256
|
textAlign: authdetailsContext.instinfo.instid == '6978ef34b2564' ? 'left' : sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
63037
63257
|
}
|
|
63038
|
-
}, "
|
|
63258
|
+
}, "Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis Theme natoque penatibus et magnis mauris nulla ut sapien dictum")), sectionproperties.viewmorebtnshow == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
63039
63259
|
"class": sectionproperties.sectiontitleposition == 'Centered' ? 'col-lg-12 mb-md-3 mt-md-3 d-flex align-items-center justify-content-center p-0' : 'col-lg-12 mb-md-3 mt-md-3 d-flex align-items-center justify-content-start justify-content-md-center p-0'
|
|
63040
63260
|
}, /*#__PURE__*/React.createElement("button", {
|
|
63041
63261
|
"class": "".concat(section_cssstyles.viewmorebtn) + ' allcentered ',
|
|
@@ -63082,7 +63302,7 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
63082
63302
|
return /*#__PURE__*/React.createElement("div", {
|
|
63083
63303
|
"class": "row m-0 w-100 d-flex justify-content-center"
|
|
63084
63304
|
}, /*#__PURE__*/React.createElement("div", {
|
|
63085
|
-
"class": authdetailsContext.instinfo.instid == '6978ef34b2564' ? 'col-lg-12 p-0 p-0' : langdetect == 'en' ? 'col-lg-12 p-0 pl-md-2 pr-md-0' : 'col-lg-12 p-0 pl-md-0 pr-md-2 '
|
|
63305
|
+
"class": authdetailsContext.instinfo.instid == '6978ef34b2564' ? langdetect == 'en' ? 'col-lg-12 p-0 pl-md-2 pr-md-0 lumm ' : 'col-lg-12 p-0 pl-md-0 pr-md-2 lumm ' : authdetailsContext.instinfo.instid == '6978ef34b2564' ? 'col-lg-12 p-0 p-0' : langdetect == 'en' ? 'col-lg-12 p-0 pl-md-2 pr-md-0' : 'col-lg-12 p-0 pl-md-0 pr-md-2 '
|
|
63086
63306
|
}, /*#__PURE__*/React.createElement(ScrollMenu, {
|
|
63087
63307
|
transitionBehavior: 'auto',
|
|
63088
63308
|
wrapperClassName: '',
|
|
@@ -63093,7 +63313,7 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
63093
63313
|
scrollContainerClassName: 'scrollmenuclasssubscrollbar'
|
|
63094
63314
|
}, cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
63095
63315
|
return /*#__PURE__*/React.createElement("div", {
|
|
63096
|
-
"class": ' col-xl-12 p-0 col-lg-12 col-md-12 col-sm-12 ',
|
|
63316
|
+
"class": authdetailsContext.instinfo.instid == '6978ef34b2564' ? ' col-xl-12 p-0 col-lg-12 col-md-12 col-sm-12 h-100 ' : ' col-xl-12 p-0 col-lg-12 col-md-12 col-sm-12 ',
|
|
63097
63317
|
style: {
|
|
63098
63318
|
paddingRight: sectionproperties.card_marginRight + 'px',
|
|
63099
63319
|
paddingLeft: sectionproperties.card_marginLeft + 'px'
|
|
@@ -87100,19 +87320,6 @@ var Classiccategorycard = function Classiccategorycard(props) {
|
|
|
87100
87320
|
})
|
|
87101
87321
|
};
|
|
87102
87322
|
return /*#__PURE__*/React.createElement("div", {
|
|
87103
|
-
// class={
|
|
87104
|
-
// props.sectiontypeprops2 == 'vertical'
|
|
87105
|
-
// ? sectionproperties.image_height > 550
|
|
87106
|
-
// ? `${card_cssstyles.productcard}` + ' w-100 h-md-300 p-0 '
|
|
87107
|
-
// : `${card_cssstyles.productcard}` + ' w-100 p-0 '
|
|
87108
|
-
// : sectionproperties.image_height > 550
|
|
87109
|
-
// ? ` ${card_cssstyles.productcard} ${generalCardsStyles.Simpleproductcard}` + ' h-md-300 p-0'
|
|
87110
|
-
// : ` ${card_cssstyles.productcard} ${generalCardsStyles.Simpleproductcard}` + ' p-0'
|
|
87111
|
-
// }
|
|
87112
|
-
// style={{
|
|
87113
|
-
// paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
|
|
87114
|
-
// paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px',
|
|
87115
|
-
// }}
|
|
87116
87323
|
"class": props.sectiontypeprops2 == 'vertical' ? "".concat(card_cssstyles.productcard) + ' w-100 ' : "".concat(card_cssstyles.productcard),
|
|
87117
87324
|
style: {
|
|
87118
87325
|
paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
|
|
@@ -87123,14 +87330,11 @@ var Classiccategorycard = function Classiccategorycard(props) {
|
|
|
87123
87330
|
}
|
|
87124
87331
|
}, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
|
|
87125
87332
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
87126
|
-
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey
|
|
87127
|
-
// class={sectionproperties.image_height > 550 ? 'h-md-300' : ''}
|
|
87128
|
-
,
|
|
87333
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
87129
87334
|
path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + item.image,
|
|
87130
87335
|
style: {
|
|
87131
87336
|
width: '100%',
|
|
87132
87337
|
objectFit: sectionproperties.bgcovercontain == 'Contain' ? 'contain' : 'cover',
|
|
87133
|
-
// height: sectionproperties.image_height + 'px',
|
|
87134
87338
|
height: '100%',
|
|
87135
87339
|
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
|
|
87136
87340
|
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
@@ -88303,13 +88507,13 @@ var MenuCard = function MenuCard(props) {
|
|
|
88303
88507
|
"class": "row m-0 w-100 d-flex flex-column flex-sm-column justify-content-end justify-content-sm-start"
|
|
88304
88508
|
}, sectionproperties.prodPriceShow == 'Show' && sectionproperties.removedecimals == 'Show' && /*#__PURE__*/React.createElement("p", {
|
|
88305
88509
|
"class": langdetect == 'en' ? "".concat(card_cssstyles.productPricestyles) + ' m-0 wordbreak d-flex align-items-center text-right text-sm-left ' : "".concat(card_cssstyles.productPricestyles) + ' m-0 wordbreak d-flex align-items-center text-left text-sm-right '
|
|
88306
|
-
}, langdetect == 'en' ?
|
|
88510
|
+
}, langdetect == 'en' ? item.currencyname : '', " ", item.hassale == 1 ? item.defaultsaleprice : item.defaultprice, ' ', langdetect == 'en' ? '' : item.currencyname), sectionproperties.prodPriceShow == 'Show' && sectionproperties.removedecimals == 'Hide' && /*#__PURE__*/React.createElement("p", {
|
|
88307
88511
|
"class": langdetect == 'en' ? "".concat(card_cssstyles.productPricestyles) + ' m-0 wordbreak d-flex align-items-center text-right text-sm-left ' : "".concat(card_cssstyles.productPricestyles) + ' m-0 wordbreak d-flex align-items-center text-left text-sm-right '
|
|
88308
|
-
}, langdetect == 'en' ?
|
|
88512
|
+
}, langdetect == 'en' ? item.currencyname : '', ' ', item.hassale == 1 ? parseFloat(Number(item.defaultsaleprice).toFixed(2)) : parseFloat(Number(item.defaultprice).toFixed(2)), ' ', langdetect == 'en' ? '' : item.currencyname), sectionproperties.prodsalePriceshow == 'Show' && item.hassale == 1 && sectionproperties.removedecimals == 'Show' && /*#__PURE__*/React.createElement("p", {
|
|
88309
88513
|
"class": langdetect == 'en' ? "".concat(card_cssstyles.productSalePricestyles) + ' linethrough m-0 wordbreak d-flex mt-sm-auto mb-sm-auto text-right text-sm-left ml-sm-3 mr-sm-3 m-sm-0 ' : "".concat(card_cssstyles.productSalePricestyles) + ' linethrough m-0 wordbreak d-flex mt-sm-auto mb-sm-auto text-left text-sm-right ml-sm-3 mr-sm-3 m-sm-0 '
|
|
88310
|
-
}, langdetect == 'en' ?
|
|
88514
|
+
}, langdetect == 'en' ? item.currencyname : '', " ", item.defaultprice, " ", langdetect == 'en' ? '' : item.currencyname), sectionproperties.prodsalePriceshow == 'Show' && item.hassale == 1 && sectionproperties.removedecimals == 'Hide' && /*#__PURE__*/React.createElement("p", {
|
|
88311
88515
|
"class": langdetect == 'en' ? "".concat(card_cssstyles.productSalePricestyles) + ' linethrough m-0 wordbreak d-flex mt-sm-auto mb-sm-auto text-right text-sm-left ml-sm-3 mr-sm-3 m-sm-0 ' : "".concat(card_cssstyles.productSalePricestyles) + ' linethrough m-0 wordbreak d-flex mt-sm-auto mb-sm-auto text-left text-sm-right ml-sm-3 mr-sm-3 m-sm-0 '
|
|
88312
|
-
}, langdetect == 'en' ?
|
|
88516
|
+
}, langdetect == 'en' ? item.currencyname : '', " ", parseFloat(Number(item.defaultprice).toFixed(2)), " ", langdetect == 'en' ? '' : item.currencyname)), sectionproperties.quantitybtn_show == 'hide' && sectionproperties.favBtnShow == 'Hide' && sectionproperties.cartBtnShow == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
88313
88517
|
"class": "row m-0 mt-auto w-100"
|
|
88314
88518
|
}, /*#__PURE__*/React.createElement("div", {
|
|
88315
88519
|
"class": "col-lg-12 d-flex justify-content-end p-0"
|
|
@@ -93303,7 +93507,13 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
93303
93507
|
transition: 'all, 0.4s',
|
|
93304
93508
|
right: 10,
|
|
93305
93509
|
transform: "translateX(0px)"
|
|
93306
|
-
}
|
|
93510
|
+
},
|
|
93511
|
+
icontainer: css({
|
|
93512
|
+
':hover .pinfohover': {
|
|
93513
|
+
opacity: 1,
|
|
93514
|
+
transition: '.3s'
|
|
93515
|
+
}
|
|
93516
|
+
})
|
|
93307
93517
|
// ':hover .pname': {
|
|
93308
93518
|
// textDecoration: 'underline',
|
|
93309
93519
|
// transition: '.3s',
|
|
@@ -93454,7 +93664,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
93454
93664
|
}),
|
|
93455
93665
|
pinfohover: css({
|
|
93456
93666
|
opacity: 0,
|
|
93457
|
-
background: authdetailsContext.instinfo.instid == '6978ef34b2564' ? 'rgba(0,0,0,0.
|
|
93667
|
+
background: authdetailsContext.instinfo.instid == '6978ef34b2564' ? 'rgba(0,0,0,0.4)' : 'white',
|
|
93458
93668
|
position: 'absolute',
|
|
93459
93669
|
top: 0,
|
|
93460
93670
|
transition: '.3s'
|
|
@@ -93715,7 +93925,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
93715
93925
|
});
|
|
93716
93926
|
|
|
93717
93927
|
// Check if it's the second click
|
|
93718
|
-
if (sectionproperties.hideshowcardtransition == 'Show') {
|
|
93928
|
+
if (sectionproperties.hideshowcardtransition == 'Show' || sectionproperties.shownameonhover == 'Yes') {
|
|
93719
93929
|
if (clickCount === 1) {
|
|
93720
93930
|
// Do whatever you want on the second click
|
|
93721
93931
|
var productidtobesend = null;
|
|
@@ -93763,16 +93973,21 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
93763
93973
|
}, langdetect == 'en' ? 'Save' : 'وفر', " ", langdetect == 'en' ? item.currencyname : '', " ", parseFloat(Math.round(parseInt(price) - parseInt(sale_price))).toFixed(0), ' ', langdetect == 'en' ? '' : item.currencyname));
|
|
93764
93974
|
};
|
|
93765
93975
|
return /*#__PURE__*/React.createElement("div", {
|
|
93766
|
-
"class": props.sectiontypeprops2 == 'vertical' ? sectionproperties.card_marginLeft == 0 && sectionproperties.card_marginRight == 0 ? "".concat(card_cssstyles.productcard) + ' w-100 ' : "".concat(card_cssstyles.productcard) + ' w-100 px-md-1 ' : " ".concat(card_cssstyles.productcard),
|
|
93976
|
+
"class": authdetailsContext.instinfo.instid == '6978ef34b2564' && sectionproperties.shownameonhover == 'Yes' ? props.sectiontypeprops2 == 'vertical' ? sectionproperties.card_marginLeft == 0 && sectionproperties.card_marginRight == 0 ? "".concat(card_cssstyles.productcard) + ' w-100 ' : "".concat(card_cssstyles.productcard) + ' w-100 px-md-1 ' : " ".concat(card_cssstyles.productcard) + ' h-100 ' : props.sectiontypeprops2 == 'vertical' ? sectionproperties.card_marginLeft == 0 && sectionproperties.card_marginRight == 0 ? "".concat(card_cssstyles.productcard) + ' w-100 ' : "".concat(card_cssstyles.productcard) + ' w-100 px-md-1 ' : " ".concat(card_cssstyles.productcard),
|
|
93767
93977
|
style: {
|
|
93768
93978
|
paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
|
|
93769
93979
|
paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px'
|
|
93980
|
+
},
|
|
93981
|
+
onClick: function onClick() {
|
|
93982
|
+
if (sectionproperties.shownameonhover == 'Yes') {
|
|
93983
|
+
handleClick();
|
|
93984
|
+
}
|
|
93770
93985
|
}
|
|
93771
93986
|
}, /*#__PURE__*/React.createElement("div", {
|
|
93772
|
-
"class": card_cssstyles.cardconttt + ' cursor-pointer w-100 ',
|
|
93987
|
+
"class": authdetailsContext.instinfo.instid == '6978ef34b2564' && sectionproperties.shownameonhover == 'Yes' ? card_cssstyles.cardconttt + ' cursor-pointer w-100 h-100 ' : card_cssstyles.cardconttt + ' cursor-pointer w-100 ',
|
|
93773
93988
|
style: {}
|
|
93774
93989
|
}, sectionproperties.image_show == 'show' && /*#__PURE__*/React.createElement("div", {
|
|
93775
|
-
"class": card_cssstyles.icontainer + ' w-100 ',
|
|
93990
|
+
"class": authdetailsContext.instinfo.instid == '6978ef34b2564' && sectionproperties.shownameonhover == 'Yes' ? card_cssstyles.icontainer + ' w-100 h-100 ' : card_cssstyles.icontainer + ' w-100 ',
|
|
93776
93991
|
style: {
|
|
93777
93992
|
position: 'relative'
|
|
93778
93993
|
}
|
|
@@ -93893,7 +94108,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
93893
94108
|
fontSize: 12
|
|
93894
94109
|
}
|
|
93895
94110
|
}, item === null || item === void 0 || (_item$producttags$ = item.producttags[0]) === null || _item$producttags$ === void 0 || (_item$producttags$ = _item$producttags$.taginfo) === null || _item$producttags$ === void 0 ? void 0 : _item$producttags$.tagname)), /*#__PURE__*/React.createElement("div", {
|
|
93896
|
-
"class": sectionproperties.hideshowcardtransition == 'Show' ? " ".concat(card_cssstyles.productcardimagecont, " ").concat(cardstyles$8.imagecontainer) + ' d-flex d-md-none ' : " ".concat(card_cssstyles.productcardimagecont, " ") + ' d-flex d-md-none ',
|
|
94111
|
+
"class": authdetailsContext.instinfo.instid == '6978ef34b2564' && sectionproperties.shownameonhover == 'Yes' ? sectionproperties.hideshowcardtransition == 'Show' ? " ".concat(card_cssstyles.productcardimagecont, " ").concat(cardstyles$8.imagecontainer) + ' h-100 d-flex d-md-none ' : " ".concat(card_cssstyles.productcardimagecont, " ") + ' d-flex d-md-none h-100 ' : sectionproperties.hideshowcardtransition == 'Show' ? " ".concat(card_cssstyles.productcardimagecont, " ").concat(cardstyles$8.imagecontainer) + ' d-flex d-md-none ' : " ".concat(card_cssstyles.productcardimagecont, " ") + ' d-flex d-md-none ',
|
|
93897
94112
|
style: {
|
|
93898
94113
|
marginBottom: sectionproperties.image_mb + 'px'
|
|
93899
94114
|
},
|