tabexseriescomponents 0.2.1227 → 0.2.1229
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 +228 -67
- package/dist/index.esm.js +228 -67
- package/dist/index.umd.js +228 -67
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -27715,6 +27715,32 @@ var MarqueeHeader = function MarqueeHeader(props) {
|
|
|
27715
27715
|
}
|
|
27716
27716
|
}
|
|
27717
27717
|
}, [templateproperties_context]);
|
|
27718
|
+
var _useState7 = useState(0),
|
|
27719
|
+
_useState8 = _slicedToArray(_useState7, 2),
|
|
27720
|
+
currentIndex = _useState8[0],
|
|
27721
|
+
setCurrentIndex = _useState8[1];
|
|
27722
|
+
var next = function next() {
|
|
27723
|
+
setCurrentIndex(function (prev) {
|
|
27724
|
+
return (prev + 1) % textarray.length;
|
|
27725
|
+
});
|
|
27726
|
+
};
|
|
27727
|
+
var prev = function prev() {
|
|
27728
|
+
setCurrentIndex(function (prev) {
|
|
27729
|
+
return prev === 0 ? textarray.length - 1 : prev - 1;
|
|
27730
|
+
});
|
|
27731
|
+
};
|
|
27732
|
+
useEffect(function () {
|
|
27733
|
+
if (!(textarray !== null && textarray !== void 0 && textarray.length)) return;
|
|
27734
|
+
var interval = setInterval(function () {
|
|
27735
|
+
setCurrentIndex(function (prev) {
|
|
27736
|
+
return (prev + 1) % textarray.length;
|
|
27737
|
+
});
|
|
27738
|
+
}, 4000); // change every 3s
|
|
27739
|
+
|
|
27740
|
+
return function () {
|
|
27741
|
+
return clearInterval(interval);
|
|
27742
|
+
};
|
|
27743
|
+
}, [textarray]);
|
|
27718
27744
|
var header_cssstyles = {
|
|
27719
27745
|
textSlider: css({
|
|
27720
27746
|
fontSize: templateproperties_context.textsliderfontsize + 'px',
|
|
@@ -27728,12 +27754,27 @@ var MarqueeHeader = function MarqueeHeader(props) {
|
|
|
27728
27754
|
background: templateproperties_context.textsliderbgcolor,
|
|
27729
27755
|
paddingTop: templateproperties_context.sliderpaddingvertical + 'px',
|
|
27730
27756
|
paddingBottom: templateproperties_context.sliderpaddingvertical + 'px',
|
|
27731
|
-
|
|
27732
|
-
|
|
27733
|
-
paddingLeft: '200px',
|
|
27734
|
-
paddingRight: '200px'
|
|
27757
|
+
paddingLeft: templateproperties_context.sliderpaddinghorizontal + 'px',
|
|
27758
|
+
paddingRight: templateproperties_context.sliderpaddinghorizontal + 'px'
|
|
27735
27759
|
}
|
|
27736
|
-
}, templateproperties_context.textslidertype == '
|
|
27760
|
+
}, templateproperties_context.textslidertype == 'Fading Text Carousel' && /*#__PURE__*/React.createElement("div", {
|
|
27761
|
+
className: "text-slider"
|
|
27762
|
+
}, /*#__PURE__*/React.createElement("button", {
|
|
27763
|
+
onClick: prev,
|
|
27764
|
+
className: "arrow left allcentered"
|
|
27765
|
+
}, /*#__PURE__*/React.createElement(BsChevronLeft, {
|
|
27766
|
+
size: 19
|
|
27767
|
+
})), textarray.map(function (item, index) {
|
|
27768
|
+
return /*#__PURE__*/React.createElement("p", {
|
|
27769
|
+
key: index,
|
|
27770
|
+
className: "slide ".concat(index === currentIndex ? 'active' : '') + ' m-0 ' + header_cssstyles.textSlider
|
|
27771
|
+
}, langdetect == 'en' ? item.textEnglish : item.textArabic);
|
|
27772
|
+
}), /*#__PURE__*/React.createElement("button", {
|
|
27773
|
+
onClick: next,
|
|
27774
|
+
className: "arrow right allcentered"
|
|
27775
|
+
}, /*#__PURE__*/React.createElement(BsChevronRight, {
|
|
27776
|
+
size: 19
|
|
27777
|
+
}))), templateproperties_context.textslidertype == 'Slider' &&
|
|
27737
27778
|
/*#__PURE__*/
|
|
27738
27779
|
// <marquee width="100%" direction="left" scrollamount="3" behavior="scroll" class="marquee">
|
|
27739
27780
|
React.createElement("div", {
|
|
@@ -37015,51 +37056,52 @@ var SubheaderDropdown = function SubheaderDropdown(props) {
|
|
|
37015
37056
|
}
|
|
37016
37057
|
};
|
|
37017
37058
|
|
|
37018
|
-
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,
|
|
37059
|
+
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,_authdetailsContext$i3,_header_cssstyles,_authdetailsContext$i4,_authdetailsContext$i5,_authdetailsContext$i6,_authdetailsContext$i7,_authdetailsContext$i8,_logoarrayofobjects$,_logoarrayofobjects$2,_authdetailsContext$i9,_authdetailsContext$i27,_fetchcustomercartQue,_fetchcustomercartQue2,_fetchcustomercartQue3,_authdetailsContext$c,_authdetailsContext$i28,_authdetailsContext$i29,_authdetailsContext$i30,_authdetailsContext$c2,_authdetailsContext$c3,_authdetailsContext$i31,_authdetailsContext$i32,_authdetailsContext$i33,_authdetailsContext$i35,_logoarrayofobjects$3,_logoarrayofobjects$4,_authdetailsContext$i36,_authdetailsContext$i37,_authdetailsContext$i38,_logoarrayofobjects$5,_logoarrayofobjects$6,_authdetailsContext$i39,_authdetailsContext$i54,_fetchcustomercartQue4,_fetchcustomercartQue5,_fetchcustomercartQue6,_authdetailsContext$c4,_authdetailsContext$i55,_authdetailsContext$i56,_authdetailsContext$i57,_authdetailsContext$c5,_authdetailsContext$c6,_authdetailsContext$i58,_authdetailsContext$i59,_authdetailsContext$i60,_authdetailsContext$i62,_logoarrayofobjects$7,_logoarrayofobjects$8,_authdetailsContext$i63,_authdetailsContext$i64,_logoarrayofobjects$9,_logoarrayofobjects$0,_fetchcustomercartQue7,_fetchcustomercartQue8,_fetchcustomercartQue9,_authdetailsContext$c7,_authdetailsContext$i65,_authdetailsContext$i66,_authdetailsContext$i67,_authdetailsContext$c8,_authdetailsContext$c9,_authdetailsContext$i68,_authdetailsContext$i69,_authdetailsContext$i70,_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);
|
|
37019
37060
|
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',
|
|
37020
37061
|
// right: sectionproperties.badge_right + 'px',
|
|
37021
37062
|
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',
|
|
37022
|
-
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$
|
|
37063
|
+
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:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i3=authdetailsContext.instinfo)===null||_authdetailsContext$i3===void 0?void 0:_authdetailsContext$i3.contactinfo.instid)=='6995aff955278'?'transparent':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$i4=authdetailsContext.instinfo)===null||_authdetailsContext$i4===void 0?void 0:_authdetailsContext$i4.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$i5=authdetailsContext.instinfo)===null||_authdetailsContext$i5===void 0?void 0:_authdetailsContext$i5.contactinfo.instid)!='6978ef34b2564'&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i6=authdetailsContext.instinfo)===null||_authdetailsContext$i6===void 0?void 0:_authdetailsContext$i6.contactinfo.instid)!='695ba82d5844d'&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i7=authdetailsContext.instinfo)===null||_authdetailsContext$i7===void 0?void 0:_authdetailsContext$i7.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$i8=authdetailsContext.instinfo)===null||_authdetailsContext$i8===void 0||(_authdetailsContext$i8=_authdetailsContext$i8.instcurrencies)===null||_authdetailsContext$i8===void 0?void 0:_authdetailsContext$i8.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$i9=authdetailsContext.instinfo)===null||_authdetailsContext$i9===void 0||(_authdetailsContext$i9=_authdetailsContext$i9.instcurrencies)===null||_authdetailsContext$i9===void 0?void 0:_authdetailsContext$i9.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 '}
|
|
37023
37064
|
,style:{display:sectionproperties.subheaderposition=='Besides Top Navigation'?'none':'flex',// justifyContent: sectionproperties.header_centered == 'Centered' ? 'center' : 'start',
|
|
37024
37065
|
flexWrap:'wrap'}},templatepropcontext.pagesnprop.map(function(item,index){if(item.isselected);// activepagecolor
|
|
37025
37066
|
// actibepagebgcolor
|
|
37026
|
-
if(item.isnavigation==1&&item.isactive==1){var _authdetailsContext$
|
|
37027
|
-
else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$
|
|
37028
|
-
else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$
|
|
37029
|
-
if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$
|
|
37067
|
+
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,_authdetailsContext$i18,_authdetailsContext$i19;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i0=authdetailsContext.instinfo)===null||_authdetailsContext$i0===void 0?void 0:_authdetailsContext$i0.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
|
|
37068
|
+
else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i1=authdetailsContext.instinfo)===null||_authdetailsContext$i1===void 0?void 0:_authdetailsContext$i1.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
|
|
37069
|
+
else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i10=authdetailsContext.instinfo)===null||_authdetailsContext$i10===void 0?void 0:_authdetailsContext$i10.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
|
|
37070
|
+
else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i11=authdetailsContext.instinfo)===null||_authdetailsContext$i11===void 0?void 0:_authdetailsContext$i11.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,
|
|
37030
37071
|
}},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
|
|
37031
|
-
}else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$
|
|
37032
|
-
else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$
|
|
37033
|
-
else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$
|
|
37034
|
-
else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$
|
|
37035
|
-
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, '');
|
|
37072
|
+
}else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i12=authdetailsContext.instinfo)===null||_authdetailsContext$i12===void 0?void 0:_authdetailsContext$i12.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
|
|
37073
|
+
else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i13=authdetailsContext.instinfo)===null||_authdetailsContext$i13===void 0?void 0:_authdetailsContext$i13.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
|
|
37074
|
+
else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i14=authdetailsContext.instinfo)===null||_authdetailsContext$i14===void 0?void 0:_authdetailsContext$i14.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
|
|
37075
|
+
else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i15=authdetailsContext.instinfo)===null||_authdetailsContext$i15===void 0?void 0:_authdetailsContext$i15.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
|
|
37076
|
+
else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i16=authdetailsContext.instinfo)===null||_authdetailsContext$i16===void 0?void 0:_authdetailsContext$i16.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$i17=authdetailsContext.instinfo)===null||_authdetailsContext$i17===void 0?void 0:_authdetailsContext$i17.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$i18=authdetailsContext.instinfo)===null||_authdetailsContext$i18===void 0?void 0:_authdetailsContext$i18.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$i19=authdetailsContext.instinfo)===null||_authdetailsContext$i19===void 0?void 0:_authdetailsContext$i19.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, '');
|
|
37036
37077
|
}},/*#__PURE__*/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, '');
|
|
37037
37078
|
}},/*#__PURE__*/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, '');
|
|
37038
37079
|
}},/*#__PURE__*/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, '');
|
|
37039
37080
|
}},/*#__PURE__*/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, '');
|
|
37040
|
-
}},/*#__PURE__*/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 '}
|
|
37081
|
+
}},/*#__PURE__*/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$i20,_authdetailsContext$i26;// genius
|
|
37082
|
+
if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i20=authdetailsContext.instinfo)===null||_authdetailsContext$i20===void 0?void 0:_authdetailsContext$i20.instid)=='684aa79857878'){if(item.pagename!='About'&&item.pagename!='Admission Policy'&&item.pagename!='Community '){var _authdetailsContext$i21,_authdetailsContext$i22,_authdetailsContext$i23,_authdetailsContext$i24;return/*#__PURE__*/React.createElement("div",{"class":(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i21=authdetailsContext.instinfo)===null||_authdetailsContext$i21===void 0?void 0:_authdetailsContext$i21.instid)=='67b1bb900a541'?'cursor-pointer p-2':'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');},style:{background:(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?'#36322c':'transparent':'transprent',borderRadius:100}},/*#__PURE__*/React.createElement("p",{"class":(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i23=authdetailsContext.instinfo)===null||_authdetailsContext$i23===void 0?void 0:_authdetailsContext$i23.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$i24=authdetailsContext.instinfo)===null||_authdetailsContext$i24===void 0?void 0:_authdetailsContext$i24.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){var _authdetailsContext$i25;return/*#__PURE__*/React.createElement("div",{"class":'cursor-pointer p-2',onClick:function onClick(){routingcountext(item.navigationroute,false,'');},style:{background:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i25=authdetailsContext.instinfo)===null||_authdetailsContext$i25===void 0?void 0:_authdetailsContext$i25.instid)=='6995aff955278'?'transparent':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$i26=authdetailsContext.instinfo)===null||_authdetailsContext$i26===void 0?void 0:_authdetailsContext$i26.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$i27=authdetailsContext.instinfo)===null||_authdetailsContext$i27===void 0||(_authdetailsContext$i27=_authdetailsContext$i27.instcurrencies)===null||_authdetailsContext$i27===void 0?void 0:_authdetailsContext$i27.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$i28=authdetailsContext.instinfo)===null||_authdetailsContext$i28===void 0?void 0:_authdetailsContext$i28.instid)=='68248846ec6bc'&&/*#__PURE__*/React.createElement(Dropdown.Divider,null),(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.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$i30=authdetailsContext.instinfo)===null||_authdetailsContext$i30===void 0?void 0:_authdetailsContext$i30.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$i31=authdetailsContext.instinfo)===null||_authdetailsContext$i31===void 0?void 0:_authdetailsContext$i31.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$i32=authdetailsContext.instinfo)===null||_authdetailsContext$i32===void 0||(_authdetailsContext$i32=_authdetailsContext$i32.instcurrencies)===null||_authdetailsContext$i32===void 0?void 0:_authdetailsContext$i32.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$i33=authdetailsContext.instinfo)===null||_authdetailsContext$i33===void 0||(_authdetailsContext$i33=_authdetailsContext$i33.instcurrencies)===null||_authdetailsContext$i33===void 0?void 0:_authdetailsContext$i33.map(function(item,index){var _authdetailsContext$i34;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$i34=authdetailsContext.instinfo)===null||_authdetailsContext$i34===void 0||(_authdetailsContext$i34=_authdetailsContext$i34.instcurrencies)===null||_authdetailsContext$i34===void 0?void 0:_authdetailsContext$i34.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$i35=authdetailsContext.instinfo)===null||_authdetailsContext$i35===void 0?void 0:_authdetailsContext$i35.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$i36=authdetailsContext.instinfo)===null||_authdetailsContext$i36===void 0?void 0:_authdetailsContext$i36.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$i37=authdetailsContext.instinfo)===null||_authdetailsContext$i37===void 0||(_authdetailsContext$i37=_authdetailsContext$i37.instcurrencies)===null||_authdetailsContext$i37===void 0?void 0:_authdetailsContext$i37.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$i38=authdetailsContext.instinfo)===null||_authdetailsContext$i38===void 0?void 0:_authdetailsContext$i38.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$i39=authdetailsContext.instinfo)===null||_authdetailsContext$i39===void 0||(_authdetailsContext$i39=_authdetailsContext$i39.instcurrencies)===null||_authdetailsContext$i39===void 0?void 0:_authdetailsContext$i39.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 '}
|
|
37041
37083
|
,style:{display:sectionproperties.subheaderposition=='Besides Top Navigation'?'none':'flex',// justifyContent: sectionproperties.header_centered == 'Centered' ? 'center' : 'start',
|
|
37042
37084
|
flexWrap:'wrap'}},templatepropcontext.pagesnprop.map(function(item,index){if(item.isselected);// activepagecolor
|
|
37043
37085
|
// actibepagebgcolor
|
|
37044
|
-
if(item.isnavigation==1&&item.isactive==1){var _authdetailsContext$
|
|
37045
|
-
}else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$
|
|
37046
|
-
else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$
|
|
37047
|
-
else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$
|
|
37048
|
-
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, '');
|
|
37086
|
+
if(item.isnavigation==1&&item.isactive==1){var _authdetailsContext$i40,_authdetailsContext$i41,_authdetailsContext$i42,_authdetailsContext$i43,_authdetailsContext$i44,_authdetailsContext$i45,_authdetailsContext$i46,_authdetailsContext$i47;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i40=authdetailsContext.instinfo)===null||_authdetailsContext$i40===void 0?void 0:_authdetailsContext$i40.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
|
|
37087
|
+
}else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i41=authdetailsContext.instinfo)===null||_authdetailsContext$i41===void 0?void 0:_authdetailsContext$i41.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
|
|
37088
|
+
else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i42=authdetailsContext.instinfo)===null||_authdetailsContext$i42===void 0?void 0:_authdetailsContext$i42.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
|
|
37089
|
+
else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i43=authdetailsContext.instinfo)===null||_authdetailsContext$i43===void 0?void 0:_authdetailsContext$i43.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
|
|
37090
|
+
else if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i44=authdetailsContext.instinfo)===null||_authdetailsContext$i44===void 0?void 0:_authdetailsContext$i44.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$i45=authdetailsContext.instinfo)===null||_authdetailsContext$i45===void 0?void 0:_authdetailsContext$i45.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$i46=authdetailsContext.instinfo)===null||_authdetailsContext$i46===void 0?void 0:_authdetailsContext$i46.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$i47=authdetailsContext.instinfo)===null||_authdetailsContext$i47===void 0?void 0:_authdetailsContext$i47.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, '');
|
|
37049
37091
|
}},/*#__PURE__*/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, '');
|
|
37050
37092
|
}},/*#__PURE__*/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, '');
|
|
37051
37093
|
}},/*#__PURE__*/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, '');
|
|
37052
37094
|
}},/*#__PURE__*/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, '');
|
|
37053
|
-
}},/*#__PURE__*/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 '}
|
|
37095
|
+
}},/*#__PURE__*/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$i48,_authdetailsContext$i53;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i48=authdetailsContext.instinfo)===null||_authdetailsContext$i48===void 0?void 0:_authdetailsContext$i48.instid)=='684aa79857878'){if(item.pagename!='About'&&item.pagename!='Admission Policy'&&item.pagename!='Community '){var _authdetailsContext$i49,_authdetailsContext$i50,_authdetailsContext$i51,_authdetailsContext$i52;return/*#__PURE__*/React.createElement("div",{"class":(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i49=authdetailsContext.instinfo)===null||_authdetailsContext$i49===void 0?void 0:_authdetailsContext$i49.instid)=='67b1bb900a541'?'cursor-pointer p-2':'cursor-pointer',onClick:function onClick(){routingcountext(item.navigationroute,false,'');},style:{background:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i50=authdetailsContext.instinfo)===null||_authdetailsContext$i50===void 0?void 0:_authdetailsContext$i50.instid)=='67b1bb900a541'?window.location.pathname=='/'+item.navigationroute?'#36322c':'transparent':'transprent',borderRadius:100}},/*#__PURE__*/React.createElement("p",{"class":(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i51=authdetailsContext.instinfo)===null||_authdetailsContext$i51===void 0?void 0:_authdetailsContext$i51.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$i52=authdetailsContext.instinfo)===null||_authdetailsContext$i52===void 0?void 0:_authdetailsContext$i52.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$i53=authdetailsContext.instinfo)===null||_authdetailsContext$i53===void 0?void 0:_authdetailsContext$i53.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$i54=authdetailsContext.instinfo)===null||_authdetailsContext$i54===void 0||(_authdetailsContext$i54=_authdetailsContext$i54.instcurrencies)===null||_authdetailsContext$i54===void 0?void 0:_authdetailsContext$i54.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$i55=authdetailsContext.instinfo)===null||_authdetailsContext$i55===void 0?void 0:_authdetailsContext$i55.instid)=='68248846ec6bc'&&/*#__PURE__*/React.createElement(Dropdown.Divider,null),(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.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$i57=authdetailsContext.instinfo)===null||_authdetailsContext$i57===void 0?void 0:_authdetailsContext$i57.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$i58=authdetailsContext.instinfo)===null||_authdetailsContext$i58===void 0?void 0:_authdetailsContext$i58.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$i59=authdetailsContext.instinfo)===null||_authdetailsContext$i59===void 0||(_authdetailsContext$i59=_authdetailsContext$i59.instcurrencies)===null||_authdetailsContext$i59===void 0?void 0:_authdetailsContext$i59.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$i60=authdetailsContext.instinfo)===null||_authdetailsContext$i60===void 0||(_authdetailsContext$i60=_authdetailsContext$i60.instcurrencies)===null||_authdetailsContext$i60===void 0?void 0:_authdetailsContext$i60.map(function(item,index){var _authdetailsContext$i61;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$i61=authdetailsContext.instinfo)===null||_authdetailsContext$i61===void 0||(_authdetailsContext$i61=_authdetailsContext$i61.instcurrencies)===null||_authdetailsContext$i61===void 0?void 0:_authdetailsContext$i61.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$i62=authdetailsContext.instinfo)===null||_authdetailsContext$i62===void 0?void 0:_authdetailsContext$i62.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 '}
|
|
37054
37096
|
,style:{display:sectionproperties.subheaderposition=='Besides Top Navigation'?'none':'flex',// justifyContent: sectionproperties.header_centered == 'Centered' ? 'center' : 'start',
|
|
37055
37097
|
flexWrap:'wrap',paddingRight:50}},templatepropcontext.pagesnprop.map(function(item,index){if(item.isselected);// activepagecolor
|
|
37056
37098
|
// actibepagebgcolor
|
|
37057
|
-
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 '}
|
|
37099
|
+
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$i63=authdetailsContext.instinfo)===null||_authdetailsContext$i63===void 0?void 0:_authdetailsContext$i63.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$i64=authdetailsContext.instinfo)===null||_authdetailsContext$i64===void 0?void 0:_authdetailsContext$i64.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$i65=authdetailsContext.instinfo)===null||_authdetailsContext$i65===void 0?void 0:_authdetailsContext$i65.instid)=='68248846ec6bc'&&/*#__PURE__*/React.createElement(Dropdown.Divider,null),(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.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$i67=authdetailsContext.instinfo)===null||_authdetailsContext$i67===void 0?void 0:_authdetailsContext$i67.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$i68=authdetailsContext.instinfo)===null||_authdetailsContext$i68===void 0?void 0:_authdetailsContext$i68.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$i69=authdetailsContext.instinfo)===null||_authdetailsContext$i69===void 0||(_authdetailsContext$i69=_authdetailsContext$i69.instcurrencies)===null||_authdetailsContext$i69===void 0?void 0:_authdetailsContext$i69.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$i70=authdetailsContext.instinfo)===null||_authdetailsContext$i70===void 0||(_authdetailsContext$i70=_authdetailsContext$i70.instcurrencies)===null||_authdetailsContext$i70===void 0?void 0:_authdetailsContext$i70.map(function(item,index){var _authdetailsContext$i71;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$i71=authdetailsContext.instinfo)===null||_authdetailsContext$i71===void 0||(_authdetailsContext$i71=_authdetailsContext$i71.instcurrencies)===null||_authdetailsContext$i71===void 0?void 0:_authdetailsContext$i71.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 '}
|
|
37058
37100
|
,style:{display:sectionproperties.subheaderposition=='Besides Top Navigation'?'none':'flex',// justifyContent: sectionproperties.header_centered == 'Centered' ? 'center' : 'start',
|
|
37059
37101
|
flexWrap:'wrap'}},templatepropcontext.pagesnprop.map(function(item,index){if(item.isselected);// activepagecolor
|
|
37060
37102
|
// actibepagebgcolor
|
|
37061
|
-
if(item.isnavigation==1&&item.isactive==1){var _authdetailsContext$
|
|
37062
|
-
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
|
|
37103
|
+
if(item.isnavigation==1&&item.isactive==1){var _authdetailsContext$i72;// superior
|
|
37104
|
+
if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i72=authdetailsContext.instinfo)===null||_authdetailsContext$i72===void 0?void 0:_authdetailsContext$i72.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
|
|
37063
37105
|
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
|
|
37064
37106
|
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));}}}))))));};
|
|
37065
37107
|
|
|
@@ -59774,7 +59816,7 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
59774
59816
|
}
|
|
59775
59817
|
}, /*#__PURE__*/React.createElement(IoLocationSharp, {
|
|
59776
59818
|
size: sectionproperties.footerinfoicon_fontsize
|
|
59777
|
-
})), '3rd Industrial Zone, 10th of Ramadan City 1, Al-Sharqia Governorate 7068013')), sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
59819
|
+
})), langdetect == 'en' ? '3rd Industrial Zone, 10th of Ramadan City 1, Al-Sharqia Governorate 7068013' : 'المنطقة الصناعية الثالثة، مدينة العاشر من رمضان 1، محافظة الشرقية 7068013')), sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
59778
59820
|
"class": "".concat(footerStyles.footerinfotext) + ' col-xl-12 col-lg-12 col-md-12 col-sm-12 d-flex justify-content-start align-items-center mb-1 p-0 ',
|
|
59779
59821
|
onClick: function onClick() {
|
|
59780
59822
|
window.open('tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), '_self');
|
|
@@ -75162,7 +75204,7 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
75162
75204
|
}, "SUBSCRIBE")))));
|
|
75163
75205
|
};
|
|
75164
75206
|
|
|
75165
|
-
function ownKeys$Y(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$Y(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?ownKeys$Y(Object(t),!0).forEach(function(r){_defineProperty(e,r,t[r]);}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ownKeys$Y(Object(t)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r));});}return e;}var Image_with_leftwords=function Image_with_leftwords(props){var _authdetailsContext$i,_authdetailsContext$i2,_authdetailsContext$i3,_authdetailsContext$i4,_authdetailsContext$i18,_authdetailsContext$i19,_authdetailsContext$
|
|
75207
|
+
function ownKeys$Y(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$Y(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?ownKeys$Y(Object(t),!0).forEach(function(r){_defineProperty(e,r,t[r]);}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ownKeys$Y(Object(t)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r));});}return e;}var Image_with_leftwords=function Image_with_leftwords(props){var _authdetailsContext$i,_authdetailsContext$i2,_authdetailsContext$i3,_authdetailsContext$i4,_authdetailsContext$i18,_authdetailsContext$i19,_authdetailsContext$i20,_authdetailsContext$i21,_authdetailsContext$i30,_authdetailsContext$i55,_authdetailsContext$i56,_authdetailsContext$i57,_authdetailsContext$i58,_authdetailsContext$i59,_authdetailsContext$i60,_authdetailsContext$i61,_authdetailsContext$i70,_authdetailsContext$i71,_authdetailsContext$i80,_authdetailsContext$i81,_authdetailsContext$i82,_authdetailsContext$i83,_authdetailsContext$i92,_authdetailsContext$i93,_authdetailsContext$i94,_authdetailsContext$i103,_authdetailsContext$i136,_authdetailsContext$i137,_authdetailsContext$i138,_authdetailsContext$i139,_authdetailsContext$i140,_authdetailsContext$i141,_authdetailsContext$i150,_authdetailsContext$i151,_authdetailsContext$i160,_authdetailsContext$i161,_authdetailsContext$i162,_authdetailsContext$i163,_authdetailsContext$i172,_authdetailsContext$i173,_authdetailsContext$i174;var _useState=useState(''),_useState2=_slicedToArray(_useState,2),sectionproperties=_useState2[0],setsectionproperties=_useState2[1];var _useState3=useState([]),_useState4=_slicedToArray(_useState3,2),imagesarray=_useState4[0],setimagesarray=_useState4[1];var StatePagePropertiesContext=props.actions.StatePagePropertiesContext;props.actions.lang;var langdetect=props.actions.langdetect;var authdetailsContext=props.actions.authdetailsContext;var routingcountext=props.actions.routingcountext;var ikimagecredcontext=props.actions.ikimagecredcontext;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;});}});setsectionproperties(_objectSpread$Y({},secpropobj));},[StatePagePropertiesContext]);useEffect(function(){if(sectionproperties.length!=0){if(sectionproperties.arrayofobjectimagesonly!=null){var arrayofobjectimagesonlyparsed=JSON.parse(sectionproperties.arrayofobjectimagesonly);if(Array.isArray(arrayofobjectimagesonlyparsed)){setimagesarray(_toConsumableArray(arrayofobjectimagesonlyparsed));}}}},[sectionproperties]);var section_styles={sectioncintainer:css({// paddingTop: sectionproperties.sectiontitleposition == 'Centered' ? 50 : 0,
|
|
75166
75208
|
paddingTop:sectionproperties.paddingTop,// paddingBottom: sectionproperties.sectiontitleposition == 'Centered' ? 50 :0,
|
|
75167
75209
|
paddingBottom:sectionproperties.paddingBottom,'@media (max-width: 800px)':{paddingTop:sectionproperties.paddingverticalresponsive+'px',paddingBottom:sectionproperties.paddingverticalresponsive+'px'}}),btn:css({width:sectionproperties.generalbtn_width+'px',height:sectionproperties.generalbtn_height+'px',backgroundColor:sectionproperties.generalbtn_bgColor,color:sectionproperties.generalbtn_textColor,borderTopLeftRadius:langdetect=='en'?sectionproperties.generalbtn_bordertopleftradius+'px':sectionproperties.generalbtn_bordertoprightradius+'px',borderTopRightRadius:langdetect=='en'?sectionproperties.generalbtn_bordertoprightradius+'px':sectionproperties.generalbtn_bordertopleftradius+'px',borderBottomLeftRadius:langdetect=='en'?sectionproperties.generalbtn_borderbottomleftradius+'px':sectionproperties.generalbtn_borderbottomrightradius+'px',borderBottomRightRadius:langdetect=='en'?sectionproperties.generalbtn_borderbottomrightradius+'px':sectionproperties.generalbtn_borderbottomleftradius+'px',border:sectionproperties.generalbtn_borderwidth+'px solid '+sectionproperties.generalbtn_bordercolor,fontSize:sectionproperties.generalbtn_fontsize+'px',fontWeight:sectionproperties.generalbtn_fontweight,marginTop:sectionproperties.generalbtn_marginTop+'px',marginBottom:sectionproperties.generalbtn_marginBottom+'px',transition:'.3s',cursor:'pointer',':hover':{backgroundColor:sectionproperties.generalbtn_bgColoronhover,color:sectionproperties.generalbtn_textColoronhover}}),sectiontitlespan:css({paddingLeft:sectionproperties.sectiontitleborderradius==0?langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':sectionproperties.sectionTitleMarginRight+'px':0,paddingRight:sectionproperties.sectiontitleborderradius==0?langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':sectionproperties.sectionTitleMarginLeft+'px':0,':after':{position:'absolute',bottom:0,right:langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':'',left:langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':'',content:'s',fontSize:'0',height:'3px',width:sectionproperties.sectitle_lineafterwidth+'%',display:'block',backgroundColor:sectionproperties.linebgcolor,borderRadius:'6px'}}),facebook_btn:css({cursor:'pointer',background:sectionproperties.facebkbtnn_bgtransparent=='Transparent'?'transparent':sectionproperties.facebkbtnnbgColor,width:sectionproperties.facebkbtnnWidth+'px',height:sectionproperties.facebkbtnnHeight+'px',borderRadius:sectionproperties.facebkbtnn_borderRadius+'px',color:sectionproperties.facebkbtnnTextcolor,border:sectionproperties.facebkbtnnborderwidth+'px solid '+sectionproperties.facebkbtnnbordercolor,transition:'.3s',':hover':{background:sectionproperties.facebkbtnntransparentbgcoloronhover=='Transparent'?'Transparent':sectionproperties.facebkbtnnbgColoronhover,color:sectionproperties.facebkbtnnTextcoloronhover,borderColor:sectionproperties.facebkbtnnTextcoloronhover}}),youtube_btn:css({cursor:'pointer',background:sectionproperties.youtubebtn_bgtransparent=='Transparent'?'transparent':sectionproperties.youtubebtnbgColor,width:sectionproperties.youtubebtnWidth+'px',height:sectionproperties.youtubebtnHeight+'px',borderRadius:sectionproperties.youtubebtn_borderRadius+'px',color:sectionproperties.youtubebtnTextcolor,border:sectionproperties.youtubebtnborderwidth+'px solid '+sectionproperties.youtubebtnbordercolor,transition:'.3s',':hover':{background:sectionproperties.youtubebtn_transparentbgcoloronhover=='Transparent'?'transparent':sectionproperties.youtubebtnbgColoronhover,color:sectionproperties.youtubebtnTextcoloronhover,borderColor:sectionproperties.youtubebtnTextcoloronhover}}),instgram_btn:css({cursor:'pointer',background:sectionproperties.instgrambtn_bgtransparent=='Transparent'?'transparent':sectionproperties.instgrambtnbgColor,width:sectionproperties.instgrambtnWidth+'px',height:sectionproperties.instgrambtnHeight+'px',borderRadius:sectionproperties.instgrambtn_borderRadius+'px',color:sectionproperties.instgrambtnTextcolor,border:sectionproperties.instgrambtnborderwidth+'px solid '+sectionproperties.instgrambtnbordercolor,transition:'.3s',':hover':{background:sectionproperties.instgrambtn_transparentbgcoloronhover=='Transparent'?'transparent':sectionproperties.instgrambtnbgColoronhover,color:sectionproperties.instgrambtnTextcoloronhover,borderColor:sectionproperties.instgrambtnTextcoloronhover}}),sectiontitlespan2:css({':after':{position:'absolute',content:'s',fontSize:'0',bottom:0,right:0,left:0,display:'block',height:'100%',width:sectionproperties.sectitle_lineafterwidth+'%',backgroundColor:sectionproperties.linebgcolor,borderRadius:'5px'}}),imageimage:css({width:sectionproperties.image_width+'%',height:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i=authdetailsContext.instinfo)===null||_authdetailsContext$i===void 0?void 0:_authdetailsContext$i.instid)=='6978ef34b2564'?'100vh':sectionproperties.percentagepixel!='Percentage'?sectionproperties.image_height==0?'auto':sectionproperties.image_height+'px':sectionproperties.image_height+'%',// height: sectionproperties.image_height == 0 ? 'auto' : sectionproperties.image_height + 'px',
|
|
75168
75210
|
margin:0,padding:0,objectFit:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i2=authdetailsContext.instinfo)===null||_authdetailsContext$i2===void 0?void 0:_authdetailsContext$i2.instid)=='6978ef34b2564'?'cover':sectionproperties.bgcovercontain,borderTopLeftRadius:langdetect=='en'?sectionproperties.image_bordertopleftradius+'px':sectionproperties.image_bordertoprightradius+'px',borderTopRightRadius:langdetect=='en'?sectionproperties.image_bordertoprightradius+'px':sectionproperties.image_bordertopleftradius+'px',borderBottomLeftRadius:langdetect=='en'?sectionproperties.image_borderBottomLeftRadius+'px':sectionproperties.image_borderBottomRightRadius+'px',borderBottomRightRadius:langdetect=='en'?sectionproperties.image_borderBottomRightRadius+'px':sectionproperties.image_borderBottomLeftRadius+'px','@media (max-width: 800px)':{height:sectionproperties.height_responsive==0?'auto':sectionproperties.height_responsive+'%',width:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i3=authdetailsContext.instinfo)===null||_authdetailsContext$i3===void 0?void 0:_authdetailsContext$i3.contactinfo.instid)=='68527dfef348b'?sectionproperties.image_width_resp+'%':''}}),editortext:css({textAlign:sectionproperties.text2centered=='Centered'?'center':sectionproperties.text2centered=='Justify'?'justify':'start',color:sectionproperties.slideshowText2ContentColor,fontSize:sectionproperties.slideshowText2ContentFontSize+'px',fontWeight:sectionproperties.slideshowText2ContentFontWeight,paddingLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',paddingRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px','@media (max-width: 800px)':{fontSize:sectionproperties.slideshowText2ContentFontSize_resp+'px',textAlign:sectionproperties.text2centered=='Centered'?'center':sectionproperties.text2centered=='Justify'?'justify':'start'}}),cont1:css({width:sectionproperties.width+'vw','@media (max-width: 800px)':{width:sectionproperties.widthresponsive+'vw'}}),rightinnercont:css({background:sectionproperties.reservation_bgcolor,borderRadius:sectionproperties.reservation_borderradius+'px',paddingLeft:sectionproperties.innersectionpaddinghorizontal+'px',paddingRight:sectionproperties.innersectionpaddinghorizontal+'px','@media (max-width: 800px)':{paddingLeft:sectionproperties.innersectionpaddinghorizontalresp+'px',paddingRight:sectionproperties.innersectionpaddinghorizontalresp+'px'}}),descriptionstyles:css({color:sectionproperties.prodCatColor,fontWeight:sectionproperties.prodCatFontWeight,textAlign:sectionproperties.sectiontitleposition=='Centered'?'center':langdetect=='en'?'left':'right','@media (max-width: 800px)':{textAlign:'center'}}),conteco:css({height:400,'@media (max-width: 800px)':{height:200}})};var Slideshowsettings={indicators:false,arrows:true,pauseOnHover:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i4=authdetailsContext.instinfo)===null||_authdetailsContext$i4===void 0?void 0:_authdetailsContext$i4.contactinfo.instid)=='6807d313bae63'?true:false,scale:2};var SectionTitle=function SectionTitle(){return/*#__PURE__*/React.createElement("p",{"class":sectionproperties.sectiontitlefontfamily=='Pacifico'?' PacificoFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ':sectionproperties.sectiontitlefontfamily=='Playfair'?' PlayfairFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ':sectionproperties.sectiontitlefontfamily=='Great Vibes'?' GreatvibesFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ':sectionproperties.sectiontitlefontfamily=='Quicksand'?' QuicksandFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ':sectionproperties.sectiontitlefontfamily=='Satisfy'?' SatisfyFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ':' mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ',style:{color:sectionproperties.sectionTitleColor,fontWeight:sectionproperties.sectionTitleFontWeight,textAlign:sectionproperties.sectiontitleposition=='Centered'?'center':''}},sectionproperties.sectiontitlestyle=='Line Under Text'&&/*#__PURE__*/React.createElement("span",{"class":"".concat(section_styles.sectiontitlespan)+' pl-md-2 pr-md-2 left-md-0 '},langdetect=='en'?sectionproperties.sectionTitleContent:sectionproperties.sectionTitleContent_ar),sectionproperties.sectiontitlestyle=='Line Before Text'&&/*#__PURE__*/React.createElement("span",{"class":"".concat(section_styles.sectiontitlespan2)+' pl-3 pr-3 pl-md-2 pr-md-2 '},langdetect=='en'?sectionproperties.sectionTitleContent:sectionproperties.sectionTitleContent_ar));};var SectionDescription=function SectionDescription(){if(sectionproperties.descriptionContentEn=='Amir Mortada Mansour'){return/*#__PURE__*/React.createElement("div",{className:"title-wrapper"},/*#__PURE__*/React.createElement("span",{className:"bg-text"},langdetect=='en'?'About':''),/*#__PURE__*/React.createElement("p",{className:section_styles.descriptionstyles+' section-title d-flex align-items-center justify-content-start '},langdetect=='en'?sectionproperties.descriptionContentEn:sectionproperties.descriptionContentAr));}else {return/*#__PURE__*/React.createElement("p",{"class":sectionproperties.descFontFamily=='Pacifico'?section_styles.descriptionstyles+' PacificoFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ':sectionproperties.descFontFamily=='Playfair'?section_styles.descriptionstyles+' PlayfairFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ':sectionproperties.descFontFamily=='Great Vibes'?section_styles.descriptionstyles+' GreatvibesFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ':sectionproperties.descFontFamily=='Quicksand'?section_styles.descriptionstyles+' QuicksandFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ':sectionproperties.descFontFamily=='Satisfy'?section_styles.descriptionstyles+' SatisfyFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ':section_styles.descriptionstyles+' mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ',style:{}},langdetect=='en'?sectionproperties.descriptionContentEn:sectionproperties.descriptionContentAr);}};var Content=function Content(){var _authdetailsContext$i5,_authdetailsContext$i6;return/*#__PURE__*/React.createElement("div",{"class":sectionproperties.sectiontitleposition=='Centered'?sectionproperties.image_show=='show'?' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center p-md-0':' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center p-md-0':sectionproperties.image_show=='show'?' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-start p-md-0':' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-start p-md-0',style:{alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',paddingLeft:sectionproperties.marginhorizontal+'px',paddingRight:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i5=authdetailsContext.instinfo)===null||_authdetailsContext$i5===void 0?void 0:_authdetailsContext$i5.contactinfo.instid)=='6978ef34b2564'?50:sectionproperties.marginhorizontal+'px',borderRadius:sectionproperties.reservation_borderradius+'px'}},/*#__PURE__*/React.createElement("div",{"class":sectionproperties.justifyContentCenter=='Centered'?section_styles.rightinnercont+' row m-0 w-100 h-100 ':section_styles.rightinnercont+' row m-0 w-100 mb-auto h-100 ',style:{}},sectionproperties.sectionTitleFontSize!=0&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.sectionstyleresponsive=='Image above text'?'col-lg-12 pl-0 pr-0 d-flex mt-md-4':'col-lg-12 pl-0 pr-0 d-flex ',style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',marginBottom:sectionproperties.sectionTitleMarginBottom+'px',marginTop:sectionproperties.sectionTitleMarginTop+'px',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":'d-flex align-items-center flex-row d-sm-none mt-sm-2 ',style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.sectionTitleFontSize+'px',backgroundColor:sectionproperties.sectiontitlebgcolor,borderRadius:sectionproperties.sectiontitleborderradius+'px',paddingLeft:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingRight:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingTop:sectionproperties.sectiontitlepaddingvertical+'px',paddingBottom:sectionproperties.sectiontitlepaddingvertical+'px',marginLeft:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':sectionproperties.sectionTitleMarginRight+'px':0,marginRight:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':sectionproperties.sectionTitleMarginLeft+'px':0}},SectionTitle()),/*#__PURE__*/React.createElement("div",{"class":'d-none align-items-center flex-row d-sm-flex mt-sm-2 mx-md-2',style:{position:'relative',justifyContent:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i6=authdetailsContext.instinfo)===null||_authdetailsContext$i6===void 0?void 0:_authdetailsContext$i6.contactinfo.instid)=='6978ef34b2564'?'center':sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.sectionTitleFontSizeresp+'px',backgroundColor:sectionproperties.sectiontitlebgcolor,borderRadius:sectionproperties.sectiontitleborderradius+'px',paddingLeft:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingRight:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingTop:sectionproperties.sectiontitlepaddingvertical+'px',paddingBottom:sectionproperties.sectiontitlepaddingvertical+'px',marginLeft:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':sectionproperties.sectionTitleMarginRight+'px':0,marginRight:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':sectionproperties.sectionTitleMarginLeft+'px':0}},SectionTitle())),sectionproperties.prodCatShow=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 pl-0 pr-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',marginBottom:sectionproperties.descriptionMarginBottom+'px',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":"d-flex align-items-center flex-row d-sm-none mt-sm-2",style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.prodCatFontSize+'px',marginLeft:langdetect=='en'?sectionproperties.description_marginLeft+'px':sectionproperties.description_marginRight+'px',marginRight:langdetect=='en'?sectionproperties.description_marginRight+'px':sectionproperties.description_marginLeft+'px',paddingLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',paddingRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},SectionDescription()),/*#__PURE__*/React.createElement("div",{"class":"d-none align-items-center flex-row d-sm-flex mt-sm-2",style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.prodCatFontSizeResp+'px'}},SectionDescription())),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.text2centered=='Centered'?'center':'start',marginBottom:sectionproperties.slideshowText2Content_marginBottom+'px'}},/*#__PURE__*/React.createElement("p",{"class":sectionproperties.text2centered=='Justify'?section_styles.editortext+' pb-0 pl-md-2 pr-md-2 ':section_styles.editortext+' pb-0 text-md-center pl-md-2 pr-md-2 ',style:{},dangerouslySetInnerHTML:{__html:langdetect=='en'?sectionproperties.contenteditor:sectionproperties.text2editortextar}})),sectionproperties.generalbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.generalbtn_position=='Centered'?'col-lg-12 p-0 allcentered':'col-lg-12 p-0 text-start'},/*#__PURE__*/React.createElement("button",{"class":"".concat(section_styles.btn)+' m-md-0 ',onClick:function onClick(){if(sectionproperties.btntype=='WhatsApp'){var _authdetailsContext$i7;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i7=authdetailsContext.instinfo)===null||_authdetailsContext$i7===void 0?void 0:_authdetailsContext$i7.whatsappnumber)!=null){var _authdetailsContext$i8;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i8=authdetailsContext.instinfo)===null||_authdetailsContext$i8===void 0?void 0:_authdetailsContext$i8.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
|
|
@@ -75179,11 +75221,12 @@ paddingTop:sectionproperties.paddingTop+'px',paddingLeft:langdetect=='en'?sectio
|
|
|
75179
75221
|
// : section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between '
|
|
75180
75222
|
sectionproperties.paddingLeft!=0&§ionproperties.paddingRight!=0?section_styles.sectioncintainer+' row m-0 w-100 d-flex justify-content-between plr-1025-1 pr-md-3 pl-md-3 ':sectionproperties.paddingLeft==0&§ionproperties.paddingRight==0?section_styles.sectioncintainer+' row m-0 w-100 d-flex justify-content-between px-md-0 ':sectionproperties.paddingLeft!=0?section_styles.sectioncintainer+' row m-0 w-100 d-flex justify-content-between plr-1025-1 pr-md-3 pl-md-3 ':sectionproperties.paddingRight!=0?section_styles.sectioncintainer+' row m-0 w-100 d-flex justify-content-between plr-1025-1 pr-md-3 pl-md-3 ':section_styles.sectioncintainer+' row m-0 w-100 d-flex justify-content-between px-md-0 ',style:{paddingLeft:langdetect=='en'?sectionproperties.paddingLeft+'px':sectionproperties.paddingRight+'px',paddingRight:langdetect=='en'?sectionproperties.paddingRight+'px':sectionproperties.paddingLeft+'px',// paddingTop: sectionproperties.paddingTop + 'px',
|
|
75181
75223
|
// paddingBottom: sectionproperties.paddingBottom + 'px',
|
|
75182
|
-
marginTop:sectionproperties.marginTop+'px',marginBottom:sectionproperties.marginBottom+'px'}},sectionproperties.sectionstyle=='Image on right'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-between d-md-none"},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 d-flex justify-content-between",style:{alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',justifyContent:sectionproperties.justifyContentCenter=='Centered'?'center':'start'}},/*#__PURE__*/React.createElement("div",{"class":sectionproperties.image_show=='show'?section_styles.sectioncintainer+' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ':section_styles.sectioncintainer+' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ',style:{background:sectionproperties.reservation_bgcolor,alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":sectionproperties.justifyContentCenter=='Centered'?'row m-0 w-100':'row m-0 w-100 mb-auto'},sectionproperties.sectionTitleFontSize!=0&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.sectionstyleresponsive=='Image above text'?'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center mt-md-4':'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center',style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',marginBottom:sectionproperties.sectionTitleMarginBottom+'px',marginTop:sectionproperties.sectionTitleMarginTop+'px',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":
|
|
75183
|
-
|
|
75184
|
-
routingcountext(sectionproperties.btnlink,false,'');}else {window.open(sectionproperties.btnlink,'_blank');}},style:{marginLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',marginRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},langdetect=='en'?sectionproperties.generalbtn_content:sectionproperties.slideshow_btn_text_ar)),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',display:sectionproperties.fbbtn_show=='Hide'&§ionproperties.instbtn_show=='Hide'&§ionproperties.youtbtn_show=='Hide'?'none':'flex'}},sectionproperties.fbbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.facebook_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$
|
|
75185
|
-
routingcountext(sectionproperties.btnlink,false,'');}else {window.open(sectionproperties.btnlink,'_blank');}},style:{marginLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',marginRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},langdetect=='en'?sectionproperties.generalbtn_content:sectionproperties.slideshow_btn_text_ar)),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',display:sectionproperties.fbbtn_show=='Hide'&§ionproperties.instbtn_show=='Hide'&§ionproperties.youtbtn_show=='Hide'?'none':'flex'}},sectionproperties.fbbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.facebook_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$
|
|
75186
|
-
routingcountext(sectionproperties.btnlink,false,'');}else {window.open(sectionproperties.btnlink,'_blank');}},style:{marginLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',marginRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},langdetect=='en'?sectionproperties.generalbtn_content:sectionproperties.slideshow_btn_text_ar)),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',display:sectionproperties.fbbtn_show=='Hide'&§ionproperties.instbtn_show=='Hide'&§ionproperties.youtbtn_show=='Hide'?'none':'flex'}},sectionproperties.fbbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.facebook_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$
|
|
75224
|
+
marginTop:sectionproperties.marginTop+'px',marginBottom:sectionproperties.marginBottom+'px'}},sectionproperties.sectionstyle=='Image on right'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-between d-md-none"},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 d-flex justify-content-between",style:{alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',justifyContent:sectionproperties.justifyContentCenter=='Centered'?'center':'start'}},/*#__PURE__*/React.createElement("div",{"class":sectionproperties.image_show=='show'?section_styles.sectioncintainer+' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ':section_styles.sectioncintainer+' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ',style:{background:sectionproperties.reservation_bgcolor,alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":sectionproperties.justifyContentCenter=='Centered'?'row m-0 w-100':'row m-0 w-100 mb-auto'},sectionproperties.sectionTitleFontSize!=0&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.sectionstyleresponsive=='Image above text'?'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center mt-md-4':'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center',style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',marginBottom:sectionproperties.sectionTitleMarginBottom+'px',marginTop:sectionproperties.sectionTitleMarginTop+'px',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i20=authdetailsContext.instinfo)===null||_authdetailsContext$i20===void 0?void 0:_authdetailsContext$i20.instid)=='6995aff955278'?'d-flex align-items-center flex-row d-sm-none mt-sm-2 elst':'d-flex align-items-center flex-row d-sm-none mt-sm-2 ',style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.sectionTitleFontSize+'px',// backgroundColor: 'linear-gradient(90deg, #2b1a17 0%, #6a1f1f 50%, #1a0f0f 100%)',
|
|
75225
|
+
backgroundColor:sectionproperties.sectiontitlebgcolor,borderRadius:sectionproperties.sectiontitleborderradius+'px',paddingLeft:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingRight:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingTop:sectionproperties.sectiontitlepaddingvertical+'px',paddingBottom:sectionproperties.sectiontitlepaddingvertical+'px',marginLeft:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':sectionproperties.sectionTitleMarginRight+'px':0,marginRight:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':sectionproperties.sectionTitleMarginLeft+'px':0}},SectionTitle()),/*#__PURE__*/React.createElement("div",{"class":(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i21=authdetailsContext.instinfo)===null||_authdetailsContext$i21===void 0?void 0:_authdetailsContext$i21.instid)=='6995aff955278'?'d-none align-items-center flex-row d-sm-flex mt-sm-2 mx-md-2 elst':'d-none align-items-center flex-row d-sm-flex mt-sm-2 mx-md-2',style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.sectionTitleFontSizeresp+'px',backgroundColor:sectionproperties.sectiontitlebgcolor,borderRadius:sectionproperties.sectiontitleborderradius+'px',paddingLeft:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingRight:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingTop:sectionproperties.sectiontitlepaddingvertical+'px',paddingBottom:sectionproperties.sectiontitlepaddingvertical+'px',marginLeft:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':sectionproperties.sectionTitleMarginRight+'px':0,marginRight:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':sectionproperties.sectionTitleMarginLeft+'px':0}},SectionTitle())),sectionproperties.prodCatShow=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 pl-0 pr-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',marginBottom:sectionproperties.descriptionMarginBottom+'px',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":"d-flex align-items-center flex-row d-sm-none mt-sm-2",style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.prodCatFontSize+'px',paddingLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',paddingRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},SectionDescription()),/*#__PURE__*/React.createElement("div",{"class":"d-none align-items-center flex-row d-sm-flex mt-sm-2",style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.prodCatFontSizeResp+'px'}},SectionDescription())),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.text2centered=='Centered'?'center':'start',marginBottom:sectionproperties.slideshowText2Content_marginBottom+'px'}},/*#__PURE__*/React.createElement("p",{"class":sectionproperties.text2centered=='Justify'?section_styles.editortext+' pb-0 pl-md-2 pr-md-2 ':section_styles.editortext+' pb-0 text-md-center pl-md-2 pr-md-2 ',style:{},dangerouslySetInnerHTML:{__html:langdetect=='en'?sectionproperties.contenteditor:sectionproperties.text2editortextar}})),sectionproperties.generalbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.generalbtn_position=='Centered'?'col-lg-12 p-0 allcentered':'col-lg-12 p-0 text-start justify-content-md-center'},/*#__PURE__*/React.createElement("button",{"class":"".concat(section_styles.btn)+' m-md-0 ',onClick:function onClick(){if(sectionproperties.btntype=='WhatsApp'){var _authdetailsContext$i22;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i22=authdetailsContext.instinfo)===null||_authdetailsContext$i22===void 0?void 0:_authdetailsContext$i22.whatsappnumber)!=null){var _authdetailsContext$i23;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i23=authdetailsContext.instinfo)===null||_authdetailsContext$i23===void 0?void 0:_authdetailsContext$i23.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
|
|
75226
|
+
routingcountext(sectionproperties.btnlink,false,'');}else {window.open(sectionproperties.btnlink,'_blank');}},style:{marginLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',marginRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},langdetect=='en'?sectionproperties.generalbtn_content:sectionproperties.slideshow_btn_text_ar)),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',display:sectionproperties.fbbtn_show=='Hide'&§ionproperties.instbtn_show=='Hide'&§ionproperties.youtbtn_show=='Hide'?'none':'flex'}},sectionproperties.fbbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.facebook_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i24;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i24=authdetailsContext.instinfo)===null||_authdetailsContext$i24===void 0?void 0:_authdetailsContext$i24.facebooklink)!=null){var _authdetailsContext$i25;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i25=authdetailsContext.instinfo)===null||_authdetailsContext$i25===void 0?void 0:_authdetailsContext$i25.facebooklink,'_blank');}}},/*#__PURE__*/React.createElement(FaFacebookF,{size:sectionproperties.facebkbtnniconfontsize})),sectionproperties.instbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.instgram_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i26;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i26=authdetailsContext.instinfo)===null||_authdetailsContext$i26===void 0?void 0:_authdetailsContext$i26.instagramlink)!=null){var _authdetailsContext$i27;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i27=authdetailsContext.instinfo)===null||_authdetailsContext$i27===void 0?void 0:_authdetailsContext$i27.instagramlink,'_blank');}}},/*#__PURE__*/React.createElement(AiFillInstagram,{size:sectionproperties.instgrambtniconfontsize})),sectionproperties.youtbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.youtube_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i28;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i28=authdetailsContext.instinfo)===null||_authdetailsContext$i28===void 0?void 0:_authdetailsContext$i28.whatsappnumber)!=null){var _authdetailsContext$i29;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i29=authdetailsContext.instinfo)===null||_authdetailsContext$i29===void 0?void 0:_authdetailsContext$i29.whatsappnumber),'_blank');}}},/*#__PURE__*/React.createElement(FaWhatsapp,{size:sectionproperties.youtubebtniconfontsize}))))),sectionproperties.image_show=='show'&&Image())),sectionproperties.sectionstyleresponsive=='Image below text'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-none d-md-flex justify-content-between"},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 d-flex justify-content-between",style:{alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',justifyContent:sectionproperties.justifyContentCenter=='Centered'?'center':'start'}},/*#__PURE__*/React.createElement("div",{"class":sectionproperties.image_show=='show'?section_styles.sectioncintainer+' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ':section_styles.sectioncintainer+' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ',style:{background:sectionproperties.reservation_bgcolor,alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":sectionproperties.justifyContentCenter=='Centered'?'row m-0 w-100':'row m-0 w-100 mb-auto'},sectionproperties.sectionTitleFontSize!=0&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.sectionstyleresponsive=='Image above text'?'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center mt-md-4':'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center',style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',marginBottom:sectionproperties.sectionTitleMarginBottom+'px',marginTop:sectionproperties.sectionTitleMarginTop+'px',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i30=authdetailsContext.instinfo)===null||_authdetailsContext$i30===void 0?void 0:_authdetailsContext$i30.instid)=='6995aff955278'?'d-none align-items-center flex-row d-sm-flex mt-sm-2 mx-md-2 elst':'d-none align-items-center flex-row d-sm-flex mt-sm-2 mx-md-2',style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.sectionTitleFontSizeresp+'px',backgroundColor:sectionproperties.sectiontitlebgcolor,borderRadius:sectionproperties.sectiontitleborderradius+'px',paddingLeft:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingRight:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingTop:sectionproperties.sectiontitlepaddingvertical+'px',paddingBottom:sectionproperties.sectiontitlepaddingvertical+'px',marginLeft:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':sectionproperties.sectionTitleMarginRight+'px':0,marginRight:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':sectionproperties.sectionTitleMarginLeft+'px':0}},SectionTitle())),sectionproperties.prodCatShow=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 pl-0 pr-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',marginBottom:sectionproperties.descriptionMarginBottom+'px',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":"d-flex align-items-center flex-row d-sm-none mt-sm-2",style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.prodCatFontSize+'px',paddingLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',paddingRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},SectionDescription()),/*#__PURE__*/React.createElement("div",{"class":"d-none align-items-center flex-row d-sm-flex mt-sm-2",style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.prodCatFontSizeResp+'px'}},SectionDescription())),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.text2centered=='Centered'?'center':'start',marginBottom:sectionproperties.slideshowText2Content_marginBottom+'px'}},/*#__PURE__*/React.createElement("p",{"class":sectionproperties.text2centered=='Justify'?section_styles.editortext+' pb-0 pl-md-2 pr-md-2 ':section_styles.editortext+' pb-0 text-md-center pl-md-2 pr-md-2 ',style:{},dangerouslySetInnerHTML:{__html:langdetect=='en'?sectionproperties.contenteditor:sectionproperties.text2editortextar}})),sectionproperties.generalbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.generalbtn_position=='Centered'?'col-lg-12 p-0 allcentered':'col-lg-12 p-0 text-start justify-content-md-center'},/*#__PURE__*/React.createElement("button",{"class":"".concat(section_styles.btn)+' m-md-0 ',onClick:function onClick(){if(sectionproperties.btntype=='WhatsApp'){var _authdetailsContext$i31;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i31=authdetailsContext.instinfo)===null||_authdetailsContext$i31===void 0?void 0:_authdetailsContext$i31.whatsappnumber)!=null){var _authdetailsContext$i32;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i32=authdetailsContext.instinfo)===null||_authdetailsContext$i32===void 0?void 0:_authdetailsContext$i32.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
|
|
75227
|
+
routingcountext(sectionproperties.btnlink,false,'');}else {window.open(sectionproperties.btnlink,'_blank');}},style:{marginLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',marginRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},langdetect=='en'?sectionproperties.generalbtn_content:sectionproperties.slideshow_btn_text_ar)),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',display:sectionproperties.fbbtn_show=='Hide'&§ionproperties.instbtn_show=='Hide'&§ionproperties.youtbtn_show=='Hide'?'none':'flex'}},sectionproperties.fbbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.facebook_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i33;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i33=authdetailsContext.instinfo)===null||_authdetailsContext$i33===void 0?void 0:_authdetailsContext$i33.facebooklink)!=null){var _authdetailsContext$i34;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i34=authdetailsContext.instinfo)===null||_authdetailsContext$i34===void 0?void 0:_authdetailsContext$i34.facebooklink,'_blank');}}},/*#__PURE__*/React.createElement(FaFacebookF,{size:sectionproperties.facebkbtnniconfontsize})),sectionproperties.instbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.instgram_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i35;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i35=authdetailsContext.instinfo)===null||_authdetailsContext$i35===void 0?void 0:_authdetailsContext$i35.instagramlink)!=null){var _authdetailsContext$i36;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i36=authdetailsContext.instinfo)===null||_authdetailsContext$i36===void 0?void 0:_authdetailsContext$i36.instagramlink,'_blank');}}},/*#__PURE__*/React.createElement(AiFillInstagram,{size:sectionproperties.instgrambtniconfontsize})),sectionproperties.youtbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.youtube_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i37;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i37=authdetailsContext.instinfo)===null||_authdetailsContext$i37===void 0?void 0:_authdetailsContext$i37.whatsappnumber)!=null){var _authdetailsContext$i38;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i38=authdetailsContext.instinfo)===null||_authdetailsContext$i38===void 0?void 0:_authdetailsContext$i38.whatsappnumber),'_blank');}}},/*#__PURE__*/React.createElement(FaWhatsapp,{size:sectionproperties.youtubebtniconfontsize}))))),sectionproperties.image_show=='show'&&Image())),sectionproperties.sectionstyle=='Image on left'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-between d-md-none"},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 d-flex justify-content-between",style:{alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',justifyContent:sectionproperties.justifyContentCenter=='Centered'?'center':'start'}},sectionproperties.image_show=='show'&&Image(),/*#__PURE__*/React.createElement("div",{"class":sectionproperties.image_show=='show'?section_styles.sectioncintainer+' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ':section_styles.sectioncintainer+' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ',style:{background:sectionproperties.reservation_bgcolor,alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":sectionproperties.justifyContentCenter=='Centered'?'row m-0 w-100':'row m-0 w-100 mb-auto'},sectionproperties.sectionTitleFontSize!=0&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.sectionstyleresponsive=='Image above text'?'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center mt-md-4':'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center',style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',marginBottom:sectionproperties.sectionTitleMarginBottom+'px',marginTop:sectionproperties.sectionTitleMarginTop+'px',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":'d-flex align-items-center flex-row d-sm-none mt-sm-2 ',style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.sectionTitleFontSize+'px',backgroundColor:sectionproperties.sectiontitlebgcolor,borderRadius:sectionproperties.sectiontitleborderradius+'px',paddingLeft:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingRight:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingTop:sectionproperties.sectiontitlepaddingvertical+'px',paddingBottom:sectionproperties.sectiontitlepaddingvertical+'px',marginLeft:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':sectionproperties.sectionTitleMarginRight+'px':0,marginRight:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':sectionproperties.sectionTitleMarginLeft+'px':0}},SectionTitle()),/*#__PURE__*/React.createElement("div",{"class":'d-none align-items-center flex-row d-sm-flex mt-sm-2 mx-md-2',style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.sectionTitleFontSizeresp+'px',backgroundColor:sectionproperties.sectiontitlebgcolor,borderRadius:sectionproperties.sectiontitleborderradius+'px',paddingLeft:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingRight:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingTop:sectionproperties.sectiontitlepaddingvertical+'px',paddingBottom:sectionproperties.sectiontitlepaddingvertical+'px',marginLeft:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':sectionproperties.sectionTitleMarginRight+'px':0,marginRight:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':sectionproperties.sectionTitleMarginLeft+'px':0}},SectionTitle())),sectionproperties.prodCatShow=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 pl-0 pr-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',marginBottom:sectionproperties.descriptionMarginBottom+'px',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":"d-flex align-items-center flex-row d-sm-none mt-sm-2",style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.prodCatFontSize+'px',paddingLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',paddingRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},SectionDescription()),/*#__PURE__*/React.createElement("div",{"class":"d-none align-items-center flex-row d-sm-flex mt-sm-2",style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.prodCatFontSizeResp+'px'}},SectionDescription())),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.text2centered=='Centered'?'center':'start',marginBottom:sectionproperties.slideshowText2Content_marginBottom+'px'}},/*#__PURE__*/React.createElement("p",{"class":sectionproperties.text2centered=='Justify'?section_styles.editortext+' pb-0 pl-md-2 pr-md-2 ':section_styles.editortext+' pb-0 text-md-center pl-md-2 pr-md-2 ',style:{},dangerouslySetInnerHTML:{__html:langdetect=='en'?sectionproperties.contenteditor:sectionproperties.text2editortextar}})),sectionproperties.generalbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.generalbtn_position=='Centered'?'col-lg-12 p-0 allcentered':'col-lg-12 p-0 text-start justify-content-md-center'},/*#__PURE__*/React.createElement("button",{"class":"".concat(section_styles.btn)+' m-md-0 ',onClick:function onClick(){if(sectionproperties.btntype=='WhatsApp'){var _authdetailsContext$i39;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i39=authdetailsContext.instinfo)===null||_authdetailsContext$i39===void 0?void 0:_authdetailsContext$i39.whatsappnumber)!=null){var _authdetailsContext$i40;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i40=authdetailsContext.instinfo)===null||_authdetailsContext$i40===void 0?void 0:_authdetailsContext$i40.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
|
|
75228
|
+
routingcountext(sectionproperties.btnlink,false,'');}else {window.open(sectionproperties.btnlink,'_blank');}},style:{marginLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',marginRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},langdetect=='en'?sectionproperties.generalbtn_content:sectionproperties.slideshow_btn_text_ar)),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',display:sectionproperties.fbbtn_show=='Hide'&§ionproperties.instbtn_show=='Hide'&§ionproperties.youtbtn_show=='Hide'?'none':'flex'}},sectionproperties.fbbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.facebook_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i41;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i41=authdetailsContext.instinfo)===null||_authdetailsContext$i41===void 0?void 0:_authdetailsContext$i41.facebooklink)!=null){var _authdetailsContext$i42;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i42=authdetailsContext.instinfo)===null||_authdetailsContext$i42===void 0?void 0:_authdetailsContext$i42.facebooklink,'_blank');}}},/*#__PURE__*/React.createElement(FaFacebookF,{size:sectionproperties.facebkbtnniconfontsize})),sectionproperties.instbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.instgram_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i43;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i43=authdetailsContext.instinfo)===null||_authdetailsContext$i43===void 0?void 0:_authdetailsContext$i43.instagramlink)!=null){var _authdetailsContext$i44;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i44=authdetailsContext.instinfo)===null||_authdetailsContext$i44===void 0?void 0:_authdetailsContext$i44.instagramlink,'_blank');}}},/*#__PURE__*/React.createElement(AiFillInstagram,{size:sectionproperties.instgrambtniconfontsize})),sectionproperties.youtbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.youtube_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i45;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i45=authdetailsContext.instinfo)===null||_authdetailsContext$i45===void 0?void 0:_authdetailsContext$i45.whatsappnumber)!=null){var _authdetailsContext$i46;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i46=authdetailsContext.instinfo)===null||_authdetailsContext$i46===void 0?void 0:_authdetailsContext$i46.whatsappnumber),'_blank');}}},/*#__PURE__*/React.createElement(FaWhatsapp,{size:sectionproperties.youtubebtniconfontsize}))))))),sectionproperties.sectionstyleresponsive=='Image above text'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-none d-md-flex justify-content-between"},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 d-flex justify-content-between",style:{alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',justifyContent:sectionproperties.justifyContentCenter=='Centered'?'center':'start'}},sectionproperties.image_show=='show'&&Image(),/*#__PURE__*/React.createElement("div",{"class":sectionproperties.image_show=='show'?section_styles.sectioncintainer+' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ':section_styles.sectioncintainer+' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ',style:{background:sectionproperties.reservation_bgcolor,alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":sectionproperties.justifyContentCenter=='Centered'?'row m-0 w-100':'row m-0 w-100 mb-auto'},sectionproperties.sectionTitleFontSize!=0&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.sectionstyleresponsive=='Image above text'?'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center mt-md-4':'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center',style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',marginBottom:sectionproperties.sectionTitleMarginBottom+'px',marginTop:sectionproperties.sectionTitleMarginTop+'px',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":'d-flex align-items-center flex-row d-sm-none mt-sm-2 ',style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.sectionTitleFontSize+'px',backgroundColor:sectionproperties.sectiontitlebgcolor,borderRadius:sectionproperties.sectiontitleborderradius+'px',paddingLeft:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingRight:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingTop:sectionproperties.sectiontitlepaddingvertical+'px',paddingBottom:sectionproperties.sectiontitlepaddingvertical+'px',marginLeft:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':sectionproperties.sectionTitleMarginRight+'px':0,marginRight:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':sectionproperties.sectionTitleMarginLeft+'px':0}},SectionTitle()),/*#__PURE__*/React.createElement("div",{"class":'d-none align-items-center flex-row d-sm-flex mt-sm-2 mx-md-2',style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.sectionTitleFontSizeresp+'px',backgroundColor:sectionproperties.sectiontitlebgcolor,borderRadius:sectionproperties.sectiontitleborderradius+'px',paddingLeft:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingRight:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingTop:sectionproperties.sectiontitlepaddingvertical+'px',paddingBottom:sectionproperties.sectiontitlepaddingvertical+'px',marginLeft:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':sectionproperties.sectionTitleMarginRight+'px':0,marginRight:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':sectionproperties.sectionTitleMarginLeft+'px':0}},SectionTitle())),sectionproperties.prodCatShow=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 pl-0 pr-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',marginBottom:sectionproperties.descriptionMarginBottom+'px',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":"d-flex align-items-center flex-row d-sm-none mt-sm-2",style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.prodCatFontSize+'px',paddingLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',paddingRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},SectionDescription()),/*#__PURE__*/React.createElement("div",{"class":"d-none align-items-center flex-row d-sm-flex mt-sm-2",style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.prodCatFontSizeResp+'px'}},SectionDescription())),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.text2centered=='Centered'?'center':'start',marginBottom:sectionproperties.slideshowText2Content_marginBottom+'px'}},/*#__PURE__*/React.createElement("p",{"class":sectionproperties.text2centered=='Justify'?section_styles.editortext+' pb-0 pl-md-2 pr-md-2 ':section_styles.editortext+' pb-0 text-md-center pl-md-2 pr-md-2 ',style:{},dangerouslySetInnerHTML:{__html:langdetect=='en'?sectionproperties.contenteditor:sectionproperties.text2editortextar}})),sectionproperties.generalbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.generalbtn_position=='Centered'?'col-lg-12 p-0 allcentered':'col-lg-12 p-0 text-start justify-content-md-center'},/*#__PURE__*/React.createElement("button",{"class":"".concat(section_styles.btn)+' m-md-0 ',onClick:function onClick(){if(sectionproperties.btntype=='WhatsApp'){var _authdetailsContext$i47;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i47=authdetailsContext.instinfo)===null||_authdetailsContext$i47===void 0?void 0:_authdetailsContext$i47.whatsappnumber)!=null){var _authdetailsContext$i48;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i48=authdetailsContext.instinfo)===null||_authdetailsContext$i48===void 0?void 0:_authdetailsContext$i48.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
|
|
75229
|
+
routingcountext(sectionproperties.btnlink,false,'');}else {window.open(sectionproperties.btnlink,'_blank');}},style:{marginLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',marginRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},langdetect=='en'?sectionproperties.generalbtn_content:sectionproperties.slideshow_btn_text_ar)),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',display:sectionproperties.fbbtn_show=='Hide'&§ionproperties.instbtn_show=='Hide'&§ionproperties.youtbtn_show=='Hide'?'none':'flex'}},sectionproperties.fbbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.facebook_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i49;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i49=authdetailsContext.instinfo)===null||_authdetailsContext$i49===void 0?void 0:_authdetailsContext$i49.facebooklink)!=null){var _authdetailsContext$i50;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i50=authdetailsContext.instinfo)===null||_authdetailsContext$i50===void 0?void 0:_authdetailsContext$i50.facebooklink,'_blank');}}},/*#__PURE__*/React.createElement(FaFacebookF,{size:sectionproperties.facebkbtnniconfontsize})),sectionproperties.instbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.instgram_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i51;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i51=authdetailsContext.instinfo)===null||_authdetailsContext$i51===void 0?void 0:_authdetailsContext$i51.instagramlink)!=null){var _authdetailsContext$i52;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i52=authdetailsContext.instinfo)===null||_authdetailsContext$i52===void 0?void 0:_authdetailsContext$i52.instagramlink,'_blank');}}},/*#__PURE__*/React.createElement(AiFillInstagram,{size:sectionproperties.instgrambtniconfontsize})),sectionproperties.youtbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.youtube_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i53;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i53=authdetailsContext.instinfo)===null||_authdetailsContext$i53===void 0?void 0:_authdetailsContext$i53.whatsappnumber)!=null){var _authdetailsContext$i54;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i54=authdetailsContext.instinfo)===null||_authdetailsContext$i54===void 0?void 0:_authdetailsContext$i54.whatsappnumber),'_blank');}}},/*#__PURE__*/React.createElement(FaWhatsapp,{size:sectionproperties.youtubebtniconfontsize}))))))))),sectionproperties.cardstyletype=='Style 2'&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.card_marginRight!=0&§ionproperties.card_marginLeft!=0?sectionproperties.width!=100?section_styles.cont1+' d-flex justify-content-between align-items-center px-1025-1 pl-md-3 pr-md-3 mx-auto ':section_styles.cont1+' d-flex justify-content-between align-items-center px-1025-1 pl-md-3 pr-md-3 mx-auto ':sectionproperties.width!=100?section_styles.cont1+' d-flex justify-content-between align-items-center mx-auto ':section_styles.cont1+' d-flex justify-content-between align-items-center mx-auto ',style:{paddingLeft:langdetect=='en'?sectionproperties.card_marginLeft+'px':sectionproperties.card_marginRight+'px',paddingRight:langdetect=='en'?sectionproperties.card_marginRight+'px':sectionproperties.card_marginLeft+'px',border:sectionproperties.sectioncardborderwidth+'px solid '+sectionproperties.sectioncardbordercolor,borderRadius:sectionproperties.sectioncardborderradius+'px'}},/*#__PURE__*/React.createElement("div",{"class":// sectionproperties.paddingLeft != 0 && sectionproperties.paddingRight != 0
|
|
75187
75230
|
// ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between plr-1025-1 pr-md-3 pl-md-3 '
|
|
75188
75231
|
// : sectionproperties.paddingLeft == 0 && sectionproperties.paddingRight == 0
|
|
75189
75232
|
// ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between '
|
|
@@ -75196,19 +75239,19 @@ sectionproperties.paddingLeft!=0&§ionproperties.paddingRight!=0?section_styl
|
|
|
75196
75239
|
// paddingBottom: sectionproperties.paddingBottom + 'px',
|
|
75197
75240
|
marginTop:sectionproperties.marginTop+'px',marginBottom:sectionproperties.marginBottom+'px'}},sectionproperties.sectionstyle=='Image on right'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-between d-md-none"},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 d-flex justify-content-between",style:{alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',justifyContent:sectionproperties.justifyContentCenter=='Centered'?'center':'start'}},Content(),sectionproperties.image_show=='show'&&Image())),sectionproperties.sectionstyleresponsive=='Image below text'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-none d-md-flex justify-content-between"},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 d-flex justify-content-between",style:{alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',justifyContent:sectionproperties.justifyContentCenter=='Centered'?'center':'start'}},Content(),sectionproperties.image_show=='show'&&Image())),sectionproperties.sectionstyle=='Image on left'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-between d-md-none"},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 d-flex justify-content-between",style:{alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',justifyContent:sectionproperties.justifyContentCenter=='Centered'?'center':'start'}},sectionproperties.image_show=='show'&&Image(),Content())),sectionproperties.sectionstyleresponsive=='Image above text'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-none d-md-flex justify-content-between"},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 d-flex justify-content-between",style:{alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',justifyContent:sectionproperties.justifyContentCenter=='Centered'?'center':'start'}},sectionproperties.image_show=='show'&&/*#__PURE__*/React.createElement("div",{"class":"w-100 mb-md-3"}," ",Image()),Content()))))),sectionproperties.showanimation!='Yes'&&/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100"},sectionproperties.cardstyletype=='Style 1'&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.card_marginRight!=0&§ionproperties.card_marginLeft!=0?sectionproperties.width!=100?'d-flex justify-content-between align-items-center px-1025-1 pl-md-3 pr-md-3 w-md-90 mx-auto':'d-flex justify-content-between align-items-center px-1025-1 pl-md-3 pr-md-3 w-md-100 mx-auto':sectionproperties.width!=100?'d-flex justify-content-between align-items-center w-md-90 mx-auto':'d-flex justify-content-between align-items-center w-md-100 mx-auto',style:{paddingLeft:langdetect=='en'?sectionproperties.card_marginLeft+'px':sectionproperties.card_marginRight+'px',paddingRight:langdetect=='en'?sectionproperties.card_marginRight+'px':sectionproperties.card_marginLeft+'px',width:sectionproperties.width+'vw',border:sectionproperties.sectioncardborderwidth+'px solid '+sectionproperties.sectioncardbordercolor,borderRadius:sectionproperties.sectioncardborderradius+'px'}},/*#__PURE__*/React.createElement("div",{"class":sectionproperties.paddingLeft!=0&§ionproperties.paddingRight!=0?section_styles.sectioncintainer+' row m-0 w-100 d-flex justify-content-between plr-1025-1 pr-md-3 pl-md-3 ':sectionproperties.paddingLeft==0&§ionproperties.paddingRight==0?section_styles.sectioncintainer+' row m-0 w-100 d-flex justify-content-between px-md-0 ':sectionproperties.paddingLeft!=0?section_styles.sectioncintainer+' row m-0 w-100 d-flex justify-content-between plr-1025-1 pr-md-3 pl-md-3 ':sectionproperties.paddingRight!=0?section_styles.sectioncintainer+' row m-0 w-100 d-flex justify-content-between plr-1025-1 pr-md-3 pl-md-3 ':section_styles.sectioncintainer+' row m-0 w-100 d-flex justify-content-between px-md-0 ',style:{paddingLeft:langdetect=='en'?sectionproperties.paddingLeft+'px':sectionproperties.paddingRight+'px',paddingRight:langdetect=='en'?sectionproperties.paddingRight+'px':sectionproperties.paddingLeft+'px',// paddingTop: sectionproperties.paddingTop + 'px',
|
|
75198
75241
|
// paddingBottom: sectionproperties.paddingBottom + 'px',
|
|
75199
|
-
marginTop:sectionproperties.marginTop+'px',marginBottom:sectionproperties.marginBottom+'px'}},sectionproperties.sectionstyle=='Image on right'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-between d-md-none"},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 d-flex justify-content-between",style:{alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',justifyContent:sectionproperties.justifyContentCenter=='Centered'?'center':'start'}},/*#__PURE__*/React.createElement("div",{"class":(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$
|
|
75242
|
+
marginTop:sectionproperties.marginTop+'px',marginBottom:sectionproperties.marginBottom+'px'}},sectionproperties.sectionstyle=='Image on right'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-between d-md-none"},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 d-flex justify-content-between",style:{alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',justifyContent:sectionproperties.justifyContentCenter=='Centered'?'center':'start'}},/*#__PURE__*/React.createElement("div",{"class":(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i55=authdetailsContext.instinfo)===null||_authdetailsContext$i55===void 0?void 0:_authdetailsContext$i55.instid)=='6978ef34b2564'?section_styles.sectioncintainer+' col-lg-4 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center ':sectionproperties.image_show=='show'?section_styles.sectioncintainer+' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center ':section_styles.sectioncintainer+' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center ',style:{background:sectionproperties.reservation_bgcolor,alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',paddingLeft:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i56=authdetailsContext.instinfo)===null||_authdetailsContext$i56===void 0?void 0:_authdetailsContext$i56.instid)=='68319d088f13e'?'1.5rem':'',paddingRight:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i57=authdetailsContext.instinfo)===null||_authdetailsContext$i57===void 0?void 0:_authdetailsContext$i57.instid)=='68319d088f13e'?'1.5rem':''}},/*#__PURE__*/React.createElement("div",{"class":(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i58=authdetailsContext.instinfo)===null||_authdetailsContext$i58===void 0?void 0:_authdetailsContext$i58.instid)=='68319d088f13e'?'row m-0 w-100 h-100 p-4':sectionproperties.justifyContentCenter=='Centered'?'row m-0 w-100':'row m-0 w-100 mb-auto',style:{border:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i59=authdetailsContext.instinfo)===null||_authdetailsContext$i59===void 0?void 0:_authdetailsContext$i59.instid)=='68319d088f13e'?'1px solid white':0}},sectionproperties.sectionTitleFontSize!=0&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.sectionstyleresponsive=='Image above text'?'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center mt-md-4':'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center',style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',marginBottom:sectionproperties.sectionTitleMarginBottom+'px',marginTop:sectionproperties.sectionTitleMarginTop+'px',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":'d-flex align-items-center flex-row d-sm-none mt-sm-2 ',style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.sectionTitleFontSize+'px',backgroundColor:sectionproperties.sectiontitlebgcolor,borderRadius:sectionproperties.sectiontitleborderradius+'px',paddingLeft:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingRight:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingTop:sectionproperties.sectiontitlepaddingvertical+'px',paddingBottom:sectionproperties.sectiontitlepaddingvertical+'px',marginLeft:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':sectionproperties.sectionTitleMarginRight+'px':0,marginRight:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':sectionproperties.sectionTitleMarginLeft+'px':0}},SectionTitle()),/*#__PURE__*/React.createElement("div",{"class":'d-none align-items-center flex-row d-sm-flex mt-sm-2 mx-md-2',style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.sectionTitleFontSizeresp+'px',backgroundColor:sectionproperties.sectiontitlebgcolor,borderRadius:sectionproperties.sectiontitleborderradius+'px',paddingLeft:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingRight:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingTop:sectionproperties.sectiontitlepaddingvertical+'px',paddingBottom:sectionproperties.sectiontitlepaddingvertical+'px',marginLeft:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':sectionproperties.sectionTitleMarginRight+'px':0,marginRight:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':sectionproperties.sectionTitleMarginLeft+'px':0}},SectionTitle())),sectionproperties.prodCatShow=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 pl-0 pr-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',marginBottom:sectionproperties.descriptionMarginBottom+'px',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":"d-flex align-items-center flex-row d-sm-none mt-sm-2",style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.prodCatFontSize+'px',paddingLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',paddingRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},SectionDescription()),/*#__PURE__*/React.createElement("div",{"class":"d-none align-items-center flex-row d-sm-flex mt-sm-2",style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.prodCatFontSizeResp+'px'}},SectionDescription())),langdetect=='ar'&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i60=authdetailsContext.instinfo)===null||_authdetailsContext$i60===void 0?void 0:_authdetailsContext$i60.instid)=='67b1bb900a541'&&/*#__PURE__*/React.createElement("div",{"class":"w-100 ",style:{textAlign:'right',color:'#fcfaf3'}},/*#__PURE__*/React.createElement(TypeAnimation,{sequence:[// Same substring at the start will only be typed out once, initially
|
|
75200
75243
|
'الخبرة القانونية في كافة المجالات',1000,// wait 1s before replacing "Mice" with "Hamsters"
|
|
75201
|
-
'نغطي كافة أنحاء الجمهورية الدول العربية والعالم',1000,'سابقة أعمال لا تُقارن',1000,'لا ندرج الخدمة الا ونحن قادرون علي تقديمها',1000,'نقدم الخدمة الصحيحة في الوقت المثالي',1000],wrapper:"span",speed:50,style:{fontSize:'3em',display:'inline-block',color:'#fcfaf3'},repeat:Infinity})),langdetect=='en'&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$
|
|
75244
|
+
'نغطي كافة أنحاء الجمهورية الدول العربية والعالم',1000,'سابقة أعمال لا تُقارن',1000,'لا ندرج الخدمة الا ونحن قادرون علي تقديمها',1000,'نقدم الخدمة الصحيحة في الوقت المثالي',1000],wrapper:"span",speed:50,style:{fontSize:'3em',display:'inline-block',color:'#fcfaf3'},repeat:Infinity})),langdetect=='en'&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i61=authdetailsContext.instinfo)===null||_authdetailsContext$i61===void 0?void 0:_authdetailsContext$i61.instid)=='67b1bb900a541'&&/*#__PURE__*/React.createElement("div",{"class":"w-100 ",style:{textAlign:'left',color:'#fcfaf3'}},/*#__PURE__*/React.createElement(TypeAnimation,{sequence:[// Same substring at the start will only be typed out once, initially
|
|
75202
75245
|
'Legal expertise in all fields',1000,// wait 1s before replacing "Mice" with "Hamsters"
|
|
75203
|
-
'We cover all parts of the Republic, Arab countries and the world',1000,'Unparalleled track record',1000,'We only list services if we are able to provide them.',1000,'We provide the right service at the right time.',1000],wrapper:"span",speed:50,style:{fontSize:'3em',display:'inline-block',color:'#fcfaf3'},repeat:Infinity})),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.text2centered=='Centered'?'center':'start',marginBottom:sectionproperties.slideshowText2Content_marginBottom+'px'}},/*#__PURE__*/React.createElement("p",{"class":sectionproperties.text2centered=='Justify'?section_styles.editortext+' pb-0 pl-md-2 pr-md-2 ':section_styles.editortext+' pb-0 text-md-center pl-md-2 pr-md-2 ',style:{},dangerouslySetInnerHTML:{__html:langdetect=='en'?sectionproperties.contenteditor:sectionproperties.text2editortextar}})),sectionproperties.generalbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.generalbtn_position=='Centered'?'col-lg-12 p-0 allcentered':'col-lg-12 p-0 text-start justify-content-md-center'},/*#__PURE__*/React.createElement("button",{"class":"".concat(section_styles.btn)+' m-md-0 ',onClick:function onClick(){if(sectionproperties.btntype=='WhatsApp'){var _authdetailsContext$
|
|
75204
|
-
routingcountext(sectionproperties.btnlink,false,'');}else {window.open(sectionproperties.btnlink,'_blank');}},style:{marginLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',marginRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},langdetect=='en'?sectionproperties.generalbtn_content:sectionproperties.slideshow_btn_text_ar)),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',display:sectionproperties.fbbtn_show=='Hide'&§ionproperties.instbtn_show=='Hide'&§ionproperties.youtbtn_show=='Hide'?'none':'flex'}},sectionproperties.fbbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.facebook_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$
|
|
75246
|
+
'We cover all parts of the Republic, Arab countries and the world',1000,'Unparalleled track record',1000,'We only list services if we are able to provide them.',1000,'We provide the right service at the right time.',1000],wrapper:"span",speed:50,style:{fontSize:'3em',display:'inline-block',color:'#fcfaf3'},repeat:Infinity})),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.text2centered=='Centered'?'center':'start',marginBottom:sectionproperties.slideshowText2Content_marginBottom+'px'}},/*#__PURE__*/React.createElement("p",{"class":sectionproperties.text2centered=='Justify'?section_styles.editortext+' pb-0 pl-md-2 pr-md-2 ':section_styles.editortext+' pb-0 text-md-center pl-md-2 pr-md-2 ',style:{},dangerouslySetInnerHTML:{__html:langdetect=='en'?sectionproperties.contenteditor:sectionproperties.text2editortextar}})),sectionproperties.generalbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.generalbtn_position=='Centered'?'col-lg-12 p-0 allcentered':'col-lg-12 p-0 text-start justify-content-md-center'},/*#__PURE__*/React.createElement("button",{"class":"".concat(section_styles.btn)+' m-md-0 ',onClick:function onClick(){if(sectionproperties.btntype=='WhatsApp'){var _authdetailsContext$i62;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i62=authdetailsContext.instinfo)===null||_authdetailsContext$i62===void 0?void 0:_authdetailsContext$i62.whatsappnumber)!=null){var _authdetailsContext$i63;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i63=authdetailsContext.instinfo)===null||_authdetailsContext$i63===void 0?void 0:_authdetailsContext$i63.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
|
|
75247
|
+
routingcountext(sectionproperties.btnlink,false,'');}else {window.open(sectionproperties.btnlink,'_blank');}},style:{marginLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',marginRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},langdetect=='en'?sectionproperties.generalbtn_content:sectionproperties.slideshow_btn_text_ar)),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',display:sectionproperties.fbbtn_show=='Hide'&§ionproperties.instbtn_show=='Hide'&§ionproperties.youtbtn_show=='Hide'?'none':'flex'}},sectionproperties.fbbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.facebook_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i64;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i64=authdetailsContext.instinfo)===null||_authdetailsContext$i64===void 0?void 0:_authdetailsContext$i64.facebooklink)!=null){var _authdetailsContext$i65;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i65=authdetailsContext.instinfo)===null||_authdetailsContext$i65===void 0?void 0:_authdetailsContext$i65.facebooklink,'_blank');}}},/*#__PURE__*/React.createElement(FaFacebookF,{size:sectionproperties.facebkbtnniconfontsize})),sectionproperties.instbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.instgram_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i66;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i66=authdetailsContext.instinfo)===null||_authdetailsContext$i66===void 0?void 0:_authdetailsContext$i66.instagramlink)!=null){var _authdetailsContext$i67;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i67=authdetailsContext.instinfo)===null||_authdetailsContext$i67===void 0?void 0:_authdetailsContext$i67.instagramlink,'_blank');}}},/*#__PURE__*/React.createElement(AiFillInstagram,{size:sectionproperties.instgrambtniconfontsize})),sectionproperties.youtbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.youtube_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i68;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i68=authdetailsContext.instinfo)===null||_authdetailsContext$i68===void 0?void 0:_authdetailsContext$i68.whatsappnumber)!=null){var _authdetailsContext$i69;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i69=authdetailsContext.instinfo)===null||_authdetailsContext$i69===void 0?void 0:_authdetailsContext$i69.whatsappnumber),'_blank');}}},/*#__PURE__*/React.createElement(FaWhatsapp,{size:sectionproperties.youtubebtniconfontsize}))))),sectionproperties.image_show=='show'&&Image())),sectionproperties.sectionstyleresponsive=='Image below text'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-none d-md-flex justify-content-between"},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 d-flex justify-content-between",style:{alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',justifyContent:sectionproperties.justifyContentCenter=='Centered'?'center':'start'}},/*#__PURE__*/React.createElement("div",{"class":sectionproperties.image_show=='show'?section_styles.sectioncintainer+' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ':section_styles.sectioncintainer+' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ',style:{background:sectionproperties.reservation_bgcolor,alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":sectionproperties.justifyContentCenter=='Centered'?'row m-0 w-100':'row m-0 w-100 mb-auto'},sectionproperties.sectionTitleFontSize!=0&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.sectionstyleresponsive=='Image above text'?'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center mt-md-4':'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center',style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',marginBottom:sectionproperties.sectionTitleMarginBottom+'px',marginTop:sectionproperties.sectionTitleMarginTop+'px',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":'d-flex align-items-center flex-row d-sm-none mt-sm-2 ',style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.sectionTitleFontSize+'px',backgroundColor:sectionproperties.sectiontitlebgcolor,borderRadius:sectionproperties.sectiontitleborderradius+'px',paddingLeft:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingRight:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingTop:sectionproperties.sectiontitlepaddingvertical+'px',paddingBottom:sectionproperties.sectiontitlepaddingvertical+'px',marginLeft:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':sectionproperties.sectionTitleMarginRight+'px':0,marginRight:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':sectionproperties.sectionTitleMarginLeft+'px':0}},SectionTitle()),/*#__PURE__*/React.createElement("div",{"class":'d-none align-items-center flex-row d-sm-flex mt-sm-2 mx-md-2',style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.sectionTitleFontSizeresp+'px',backgroundColor:sectionproperties.sectiontitlebgcolor,borderRadius:sectionproperties.sectiontitleborderradius+'px',paddingLeft:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingRight:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingTop:sectionproperties.sectiontitlepaddingvertical+'px',paddingBottom:sectionproperties.sectiontitlepaddingvertical+'px',marginLeft:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':sectionproperties.sectionTitleMarginRight+'px':0,marginRight:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':sectionproperties.sectionTitleMarginLeft+'px':0}},SectionTitle())),sectionproperties.prodCatShow=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 pl-0 pr-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',marginBottom:sectionproperties.descriptionMarginBottom+'px',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":"d-flex align-items-center flex-row d-sm-none mt-sm-2",style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.prodCatFontSize+'px',paddingLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',paddingRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},SectionDescription()),/*#__PURE__*/React.createElement("div",{"class":"d-none align-items-center flex-row d-sm-flex mt-sm-2",style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.prodCatFontSizeResp+'px'}},SectionDescription())),langdetect=='ar'&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i70=authdetailsContext.instinfo)===null||_authdetailsContext$i70===void 0?void 0:_authdetailsContext$i70.instid)=='67b1bb900a541'&&/*#__PURE__*/React.createElement("div",{"class":"w-100 ",style:{textAlign:'right',color:'#fcfaf3'}},/*#__PURE__*/React.createElement(TypeAnimation,{sequence:[// Same substring at the start will only be typed out once, initially
|
|
75205
75248
|
'الخبرة القانونية في كافة المجالات',1000,// wait 1s before replacing "Mice" with "Hamsters"
|
|
75206
|
-
'نغطي كافة أنحاء الجمهورية الدول العربية والعالم',1000,'سابقة أعمال لا تُقارن',1000,'لا ندرج الخدمة الا ونحن قادرون علي تقديمها',1000,'نقدم الخدمة الصحيحة في الوقت المثالي',1000],wrapper:"span",speed:50,style:{fontSize:'3em',display:'inline-block',color:'#fcfaf3'},repeat:Infinity})),langdetect=='en'&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$
|
|
75249
|
+
'نغطي كافة أنحاء الجمهورية الدول العربية والعالم',1000,'سابقة أعمال لا تُقارن',1000,'لا ندرج الخدمة الا ونحن قادرون علي تقديمها',1000,'نقدم الخدمة الصحيحة في الوقت المثالي',1000],wrapper:"span",speed:50,style:{fontSize:'3em',display:'inline-block',color:'#fcfaf3'},repeat:Infinity})),langdetect=='en'&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i71=authdetailsContext.instinfo)===null||_authdetailsContext$i71===void 0?void 0:_authdetailsContext$i71.instid)=='67b1bb900a541'&&/*#__PURE__*/React.createElement("div",{"class":"w-100 ",style:{textAlign:'left',color:'#fcfaf3'}},/*#__PURE__*/React.createElement(TypeAnimation,{sequence:[// Same substring at the start will only be typed out once, initially
|
|
75207
75250
|
'Legal expertise in all fields',1000,// wait 1s before replacing "Mice" with "Hamsters"
|
|
75208
|
-
'We cover all parts of the Republic, Arab countries and the world',1000,'Unparalleled track record',1000,'We only list services if we are able to provide them.',1000,'We provide the right service at the right time.',1000],wrapper:"span",speed:50,style:{fontSize:'3em',display:'inline-block',color:'#fcfaf3'},repeat:Infinity})),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.text2centered=='Centered'?'center':'start',marginBottom:sectionproperties.slideshowText2Content_marginBottom+'px'}},/*#__PURE__*/React.createElement("p",{"class":sectionproperties.text2centered=='Justify'?section_styles.editortext+' pb-0 pl-md-2 pr-md-2 ':section_styles.editortext+' pb-0 text-md-center pl-md-2 pr-md-2 ',style:{},dangerouslySetInnerHTML:{__html:langdetect=='en'?sectionproperties.contenteditor:sectionproperties.text2editortextar}})),sectionproperties.generalbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.generalbtn_position=='Centered'?'col-lg-12 p-0 allcentered':'col-lg-12 p-0 text-start justify-content-md-center'},/*#__PURE__*/React.createElement("button",{"class":"".concat(section_styles.btn)+' m-md-0 ',onClick:function onClick(){if(sectionproperties.btntype=='WhatsApp'){var _authdetailsContext$
|
|
75209
|
-
routingcountext(sectionproperties.btnlink,false,'');}else {window.open(sectionproperties.btnlink,'_blank');}},style:{marginLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',marginRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},langdetect=='en'?sectionproperties.generalbtn_content:sectionproperties.slideshow_btn_text_ar)),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',display:sectionproperties.fbbtn_show=='Hide'&§ionproperties.instbtn_show=='Hide'&§ionproperties.youtbtn_show=='Hide'?'none':'flex'}},sectionproperties.fbbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.facebook_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i71;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i71=authdetailsContext.instinfo)===null||_authdetailsContext$i71===void 0?void 0:_authdetailsContext$i71.facebooklink)!=null){var _authdetailsContext$i72;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i72=authdetailsContext.instinfo)===null||_authdetailsContext$i72===void 0?void 0:_authdetailsContext$i72.facebooklink,'_blank');}}},/*#__PURE__*/React.createElement(FaFacebookF,{size:sectionproperties.facebkbtnniconfontsize})),sectionproperties.instbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.instgram_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i73;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i73=authdetailsContext.instinfo)===null||_authdetailsContext$i73===void 0?void 0:_authdetailsContext$i73.instagramlink)!=null){var _authdetailsContext$i74;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i74=authdetailsContext.instinfo)===null||_authdetailsContext$i74===void 0?void 0:_authdetailsContext$i74.instagramlink,'_blank');}}},/*#__PURE__*/React.createElement(AiFillInstagram,{size:sectionproperties.instgrambtniconfontsize})),sectionproperties.youtbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.youtube_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i75;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i75=authdetailsContext.instinfo)===null||_authdetailsContext$i75===void 0?void 0:_authdetailsContext$i75.whatsappnumber)!=null){var _authdetailsContext$i76;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i76=authdetailsContext.instinfo)===null||_authdetailsContext$i76===void 0?void 0:_authdetailsContext$i76.whatsappnumber),'_blank');}}},/*#__PURE__*/React.createElement(FaWhatsapp,{size:sectionproperties.youtubebtniconfontsize}))))),sectionproperties.image_show=='show'&&Image())),sectionproperties.sectionstyle=='Image on left'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-between d-md-none"},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 d-flex justify-content-between",style:{alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',justifyContent:sectionproperties.justifyContentCenter=='Centered'?'center':'start'}},sectionproperties.image_show=='show'&&Image(),/*#__PURE__*/React.createElement("div",{"class":sectionproperties.image_show=='show'?section_styles.sectioncintainer+' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center ':section_styles.sectioncintainer+' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center ',style:{background:sectionproperties.reservation_bgcolor,alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',paddingLeft:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i77=authdetailsContext.instinfo)===null||_authdetailsContext$i77===void 0?void 0:_authdetailsContext$i77.instid)=='68319d088f13e'?'1.5rem':'',paddingRight:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i78=authdetailsContext.instinfo)===null||_authdetailsContext$i78===void 0?void 0:_authdetailsContext$i78.instid)=='68319d088f13e'?'1.5rem':''}},/*#__PURE__*/React.createElement("div",{"class":(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i79=authdetailsContext.instinfo)===null||_authdetailsContext$i79===void 0?void 0:_authdetailsContext$i79.instid)=='68319d088f13e'?'row m-0 w-100 h-100 p-4':sectionproperties.justifyContentCenter=='Centered'?'row m-0 w-100':'row m-0 w-100 mb-auto',style:{border:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i80=authdetailsContext.instinfo)===null||_authdetailsContext$i80===void 0?void 0:_authdetailsContext$i80.instid)=='68319d088f13e'?'1px solid white':0}},sectionproperties.sectionTitleFontSize!=0&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.sectionstyleresponsive=='Image above text'?'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center mt-md-4':'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center',style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',marginBottom:sectionproperties.sectionTitleMarginBottom+'px',marginTop:sectionproperties.sectionTitleMarginTop+'px',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":'d-flex align-items-center flex-row d-sm-none mt-sm-2 ',style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.sectionTitleFontSize+'px',backgroundColor:sectionproperties.sectiontitlebgcolor,borderRadius:sectionproperties.sectiontitleborderradius+'px',paddingLeft:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingRight:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingTop:sectionproperties.sectiontitlepaddingvertical+'px',paddingBottom:sectionproperties.sectiontitlepaddingvertical+'px',marginLeft:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':sectionproperties.sectionTitleMarginRight+'px':0,marginRight:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':sectionproperties.sectionTitleMarginLeft+'px':0}},SectionTitle()),/*#__PURE__*/React.createElement("div",{"class":'d-none align-items-center flex-row d-sm-flex mt-sm-2 mx-md-2',style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.sectionTitleFontSizeresp+'px',backgroundColor:sectionproperties.sectiontitlebgcolor,borderRadius:sectionproperties.sectiontitleborderradius+'px',paddingLeft:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingRight:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingTop:sectionproperties.sectiontitlepaddingvertical+'px',paddingBottom:sectionproperties.sectiontitlepaddingvertical+'px',marginLeft:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':sectionproperties.sectionTitleMarginRight+'px':0,marginRight:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':sectionproperties.sectionTitleMarginLeft+'px':0}},SectionTitle())),sectionproperties.prodCatShow=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 pl-0 pr-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',marginBottom:sectionproperties.descriptionMarginBottom+'px',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":"d-flex align-items-center flex-row d-sm-none mt-sm-2",style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.prodCatFontSize+'px',paddingLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',paddingRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},SectionDescription()),/*#__PURE__*/React.createElement("div",{"class":"d-none align-items-center flex-row d-sm-flex mt-sm-2",style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.prodCatFontSizeResp+'px'}},SectionDescription())),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.text2centered=='Centered'?'center':'start',marginBottom:sectionproperties.slideshowText2Content_marginBottom+'px'}},/*#__PURE__*/React.createElement("p",{"class":sectionproperties.text2centered=='Justify'?section_styles.editortext+' pb-0 pl-md-2 pr-md-2 ':section_styles.editortext+' pb-0 text-md-center pl-md-2 pr-md-2 ',style:{},dangerouslySetInnerHTML:{__html:langdetect=='en'?sectionproperties.contenteditor:sectionproperties.text2editortextar}})),sectionproperties.generalbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.generalbtn_position=='Centered'?'col-lg-12 p-0 allcentered':'col-lg-12 p-0 text-start justify-content-md-center'},/*#__PURE__*/React.createElement("button",{"class":"".concat(section_styles.btn)+' m-md-0 ',onClick:function onClick(){if(sectionproperties.btntype=='WhatsApp'){var _authdetailsContext$i81;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i81=authdetailsContext.instinfo)===null||_authdetailsContext$i81===void 0?void 0:_authdetailsContext$i81.whatsappnumber)!=null){var _authdetailsContext$i82;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i82=authdetailsContext.instinfo)===null||_authdetailsContext$i82===void 0?void 0:_authdetailsContext$i82.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
|
|
75210
|
-
routingcountext(sectionproperties.btnlink,false,'');}else {window.open(sectionproperties.btnlink,'_blank');}},style:{marginLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',marginRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},langdetect=='en'?sectionproperties.generalbtn_content:sectionproperties.slideshow_btn_text_ar)),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',display:sectionproperties.fbbtn_show=='Hide'&§ionproperties.instbtn_show=='Hide'&§ionproperties.youtbtn_show=='Hide'?'none':'flex'}},sectionproperties.fbbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.facebook_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i83;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i83=authdetailsContext.instinfo)===null||_authdetailsContext$i83===void 0?void 0:_authdetailsContext$i83.facebooklink)!=null){var _authdetailsContext$i84;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i84=authdetailsContext.instinfo)===null||_authdetailsContext$i84===void 0?void 0:_authdetailsContext$i84.facebooklink,'_blank');}}},/*#__PURE__*/React.createElement(FaFacebookF,{size:sectionproperties.facebkbtnniconfontsize})),sectionproperties.instbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.instgram_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i85;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i85=authdetailsContext.instinfo)===null||_authdetailsContext$i85===void 0?void 0:_authdetailsContext$i85.instagramlink)!=null){var _authdetailsContext$i86;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i86=authdetailsContext.instinfo)===null||_authdetailsContext$i86===void 0?void 0:_authdetailsContext$i86.instagramlink,'_blank');}}},/*#__PURE__*/React.createElement(AiFillInstagram,{size:sectionproperties.instgrambtniconfontsize})),sectionproperties.youtbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.youtube_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i87;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i87=authdetailsContext.instinfo)===null||_authdetailsContext$i87===void 0?void 0:_authdetailsContext$i87.whatsappnumber)!=null){var _authdetailsContext$i88;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i88=authdetailsContext.instinfo)===null||_authdetailsContext$i88===void 0?void 0:_authdetailsContext$i88.whatsappnumber),'_blank');}}},/*#__PURE__*/React.createElement(FaWhatsapp,{size:sectionproperties.youtubebtniconfontsize}))))))),sectionproperties.sectionstyleresponsive=='Image above text'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-none d-md-flex justify-content-between"},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 d-flex justify-content-between",style:{alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',justifyContent:sectionproperties.justifyContentCenter=='Centered'?'center':'start'}},sectionproperties.image_show=='show'&&Image(),/*#__PURE__*/React.createElement("div",{"class":sectionproperties.image_show=='show'?section_styles.sectioncintainer+' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ':section_styles.sectioncintainer+' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ',style:{background:sectionproperties.reservation_bgcolor,alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":sectionproperties.justifyContentCenter=='Centered'?'row m-0 w-100':'row m-0 w-100 mb-auto',style:{padding:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i89=authdetailsContext.instinfo)===null||_authdetailsContext$i89===void 0?void 0:_authdetailsContext$i89.instid)=='68319d088f13e'?'0.5rem':0}},sectionproperties.sectionTitleFontSize!=0&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.sectionstyleresponsive=='Image above text'?'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center mt-md-4':'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center',style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',marginBottom:sectionproperties.sectionTitleMarginBottom+'px',marginTop:sectionproperties.sectionTitleMarginTop+'px',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":'d-flex align-items-center flex-row d-sm-none mt-sm-2 ',style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.sectionTitleFontSize+'px',backgroundColor:sectionproperties.sectiontitlebgcolor,borderRadius:sectionproperties.sectiontitleborderradius+'px',paddingLeft:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingRight:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingTop:sectionproperties.sectiontitlepaddingvertical+'px',paddingBottom:sectionproperties.sectiontitlepaddingvertical+'px',marginLeft:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':sectionproperties.sectionTitleMarginRight+'px':0,marginRight:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':sectionproperties.sectionTitleMarginLeft+'px':0}},SectionTitle()),/*#__PURE__*/React.createElement("div",{"class":'d-none align-items-center flex-row d-sm-flex mt-sm-2 mx-md-2',style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.sectionTitleFontSizeresp+'px',backgroundColor:sectionproperties.sectiontitlebgcolor,borderRadius:sectionproperties.sectiontitleborderradius+'px',paddingLeft:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingRight:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingTop:sectionproperties.sectiontitlepaddingvertical+'px',paddingBottom:sectionproperties.sectiontitlepaddingvertical+'px',marginLeft:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':sectionproperties.sectionTitleMarginRight+'px':0,marginRight:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':sectionproperties.sectionTitleMarginLeft+'px':0}},SectionTitle())),sectionproperties.prodCatShow=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 pl-0 pr-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',marginBottom:sectionproperties.descriptionMarginBottom+'px',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":"d-flex align-items-center flex-row d-sm-none mt-sm-2",style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.prodCatFontSize+'px',paddingLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',paddingRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},SectionDescription()),/*#__PURE__*/React.createElement("div",{"class":"d-none align-items-center flex-row d-sm-flex mt-sm-2",style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.prodCatFontSizeResp+'px'}},SectionDescription())),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.text2centered=='Centered'?'center':'start',marginBottom:sectionproperties.slideshowText2Content_marginBottom+'px',border:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i90=authdetailsContext.instinfo)===null||_authdetailsContext$i90===void 0?void 0:_authdetailsContext$i90.instid)=='68319d088f13e'?'1px solid white':0,padding:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i91=authdetailsContext.instinfo)===null||_authdetailsContext$i91===void 0?void 0:_authdetailsContext$i91.instid)=='68319d088f13e'?'1rem 3rem':0}},/*#__PURE__*/React.createElement("p",{"class":sectionproperties.text2centered=='Justify'?section_styles.editortext+' pb-0 pl-md-2 pr-md-2 ':section_styles.editortext+' pb-0 text-md-center pl-md-2 pr-md-2 ',style:{},dangerouslySetInnerHTML:{__html:langdetect=='en'?sectionproperties.contenteditor:sectionproperties.text2editortextar}})),sectionproperties.generalbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.generalbtn_position=='Centered'?'col-lg-12 p-0 allcentered':'col-lg-12 p-0 text-start justify-content-md-center'},/*#__PURE__*/React.createElement("button",{"class":"".concat(section_styles.btn)+' m-md-0 ',onClick:function onClick(){if(sectionproperties.btntype=='WhatsApp'){var _authdetailsContext$i92;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i92=authdetailsContext.instinfo)===null||_authdetailsContext$i92===void 0?void 0:_authdetailsContext$i92.whatsappnumber)!=null){var _authdetailsContext$i93;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i93=authdetailsContext.instinfo)===null||_authdetailsContext$i93===void 0?void 0:_authdetailsContext$i93.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
|
|
75211
|
-
routingcountext(sectionproperties.btnlink,false,'');}else {window.open(sectionproperties.btnlink,'_blank');}},style:{marginLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',marginRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},langdetect=='en'?sectionproperties.generalbtn_content:sectionproperties.slideshow_btn_text_ar)),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',display:sectionproperties.fbbtn_show=='Hide'&§ionproperties.instbtn_show=='Hide'&§ionproperties.youtbtn_show=='Hide'?'none':'flex'}},sectionproperties.fbbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.facebook_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$
|
|
75251
|
+
'We cover all parts of the Republic, Arab countries and the world',1000,'Unparalleled track record',1000,'We only list services if we are able to provide them.',1000,'We provide the right service at the right time.',1000],wrapper:"span",speed:50,style:{fontSize:'3em',display:'inline-block',color:'#fcfaf3'},repeat:Infinity})),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.text2centered=='Centered'?'center':'start',marginBottom:sectionproperties.slideshowText2Content_marginBottom+'px'}},/*#__PURE__*/React.createElement("p",{"class":sectionproperties.text2centered=='Justify'?section_styles.editortext+' pb-0 pl-md-2 pr-md-2 ':section_styles.editortext+' pb-0 text-md-center pl-md-2 pr-md-2 ',style:{},dangerouslySetInnerHTML:{__html:langdetect=='en'?sectionproperties.contenteditor:sectionproperties.text2editortextar}})),sectionproperties.generalbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.generalbtn_position=='Centered'?'col-lg-12 p-0 allcentered':'col-lg-12 p-0 text-start justify-content-md-center'},/*#__PURE__*/React.createElement("button",{"class":"".concat(section_styles.btn)+' m-md-0 ',onClick:function onClick(){if(sectionproperties.btntype=='WhatsApp'){var _authdetailsContext$i72;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i72=authdetailsContext.instinfo)===null||_authdetailsContext$i72===void 0?void 0:_authdetailsContext$i72.whatsappnumber)!=null){var _authdetailsContext$i73;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i73=authdetailsContext.instinfo)===null||_authdetailsContext$i73===void 0?void 0:_authdetailsContext$i73.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
|
|
75252
|
+
routingcountext(sectionproperties.btnlink,false,'');}else {window.open(sectionproperties.btnlink,'_blank');}},style:{marginLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',marginRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},langdetect=='en'?sectionproperties.generalbtn_content:sectionproperties.slideshow_btn_text_ar)),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',display:sectionproperties.fbbtn_show=='Hide'&§ionproperties.instbtn_show=='Hide'&§ionproperties.youtbtn_show=='Hide'?'none':'flex'}},sectionproperties.fbbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.facebook_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i74;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i74=authdetailsContext.instinfo)===null||_authdetailsContext$i74===void 0?void 0:_authdetailsContext$i74.facebooklink)!=null){var _authdetailsContext$i75;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i75=authdetailsContext.instinfo)===null||_authdetailsContext$i75===void 0?void 0:_authdetailsContext$i75.facebooklink,'_blank');}}},/*#__PURE__*/React.createElement(FaFacebookF,{size:sectionproperties.facebkbtnniconfontsize})),sectionproperties.instbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.instgram_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i76;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i76=authdetailsContext.instinfo)===null||_authdetailsContext$i76===void 0?void 0:_authdetailsContext$i76.instagramlink)!=null){var _authdetailsContext$i77;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i77=authdetailsContext.instinfo)===null||_authdetailsContext$i77===void 0?void 0:_authdetailsContext$i77.instagramlink,'_blank');}}},/*#__PURE__*/React.createElement(AiFillInstagram,{size:sectionproperties.instgrambtniconfontsize})),sectionproperties.youtbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.youtube_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i78;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i78=authdetailsContext.instinfo)===null||_authdetailsContext$i78===void 0?void 0:_authdetailsContext$i78.whatsappnumber)!=null){var _authdetailsContext$i79;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i79=authdetailsContext.instinfo)===null||_authdetailsContext$i79===void 0?void 0:_authdetailsContext$i79.whatsappnumber),'_blank');}}},/*#__PURE__*/React.createElement(FaWhatsapp,{size:sectionproperties.youtubebtniconfontsize}))))),sectionproperties.image_show=='show'&&Image())),sectionproperties.sectionstyle=='Image on left'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-between d-md-none"},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 d-flex justify-content-between",style:{alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',justifyContent:sectionproperties.justifyContentCenter=='Centered'?'center':'start'}},sectionproperties.image_show=='show'&&Image(),/*#__PURE__*/React.createElement("div",{"class":sectionproperties.image_show=='show'?section_styles.sectioncintainer+' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center ':section_styles.sectioncintainer+' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center ',style:{background:sectionproperties.reservation_bgcolor,alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',paddingLeft:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i80=authdetailsContext.instinfo)===null||_authdetailsContext$i80===void 0?void 0:_authdetailsContext$i80.instid)=='68319d088f13e'?'1.5rem':'',paddingRight:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i81=authdetailsContext.instinfo)===null||_authdetailsContext$i81===void 0?void 0:_authdetailsContext$i81.instid)=='68319d088f13e'?'1.5rem':''}},/*#__PURE__*/React.createElement("div",{"class":(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i82=authdetailsContext.instinfo)===null||_authdetailsContext$i82===void 0?void 0:_authdetailsContext$i82.instid)=='68319d088f13e'?'row m-0 w-100 h-100 p-4':sectionproperties.justifyContentCenter=='Centered'?'row m-0 w-100':'row m-0 w-100 mb-auto',style:{border:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i83=authdetailsContext.instinfo)===null||_authdetailsContext$i83===void 0?void 0:_authdetailsContext$i83.instid)=='68319d088f13e'?'1px solid white':0}},sectionproperties.sectionTitleFontSize!=0&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.sectionstyleresponsive=='Image above text'?'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center mt-md-4':'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center',style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',marginBottom:sectionproperties.sectionTitleMarginBottom+'px',marginTop:sectionproperties.sectionTitleMarginTop+'px',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":'d-flex align-items-center flex-row d-sm-none mt-sm-2 ',style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.sectionTitleFontSize+'px',backgroundColor:sectionproperties.sectiontitlebgcolor,borderRadius:sectionproperties.sectiontitleborderradius+'px',paddingLeft:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingRight:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingTop:sectionproperties.sectiontitlepaddingvertical+'px',paddingBottom:sectionproperties.sectiontitlepaddingvertical+'px',marginLeft:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':sectionproperties.sectionTitleMarginRight+'px':0,marginRight:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':sectionproperties.sectionTitleMarginLeft+'px':0}},SectionTitle()),/*#__PURE__*/React.createElement("div",{"class":'d-none align-items-center flex-row d-sm-flex mt-sm-2 mx-md-2',style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.sectionTitleFontSizeresp+'px',backgroundColor:sectionproperties.sectiontitlebgcolor,borderRadius:sectionproperties.sectiontitleborderradius+'px',paddingLeft:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingRight:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingTop:sectionproperties.sectiontitlepaddingvertical+'px',paddingBottom:sectionproperties.sectiontitlepaddingvertical+'px',marginLeft:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':sectionproperties.sectionTitleMarginRight+'px':0,marginRight:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':sectionproperties.sectionTitleMarginLeft+'px':0}},SectionTitle())),sectionproperties.prodCatShow=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 pl-0 pr-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',marginBottom:sectionproperties.descriptionMarginBottom+'px',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":"d-flex align-items-center flex-row d-sm-none mt-sm-2",style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.prodCatFontSize+'px',paddingLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',paddingRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},SectionDescription()),/*#__PURE__*/React.createElement("div",{"class":"d-none align-items-center flex-row d-sm-flex mt-sm-2",style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.prodCatFontSizeResp+'px'}},SectionDescription())),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.text2centered=='Centered'?'center':'start',marginBottom:sectionproperties.slideshowText2Content_marginBottom+'px'}},/*#__PURE__*/React.createElement("p",{"class":sectionproperties.text2centered=='Justify'?section_styles.editortext+' pb-0 pl-md-2 pr-md-2 ':section_styles.editortext+' pb-0 text-md-center pl-md-2 pr-md-2 ',style:{},dangerouslySetInnerHTML:{__html:langdetect=='en'?sectionproperties.contenteditor:sectionproperties.text2editortextar}})),sectionproperties.generalbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.generalbtn_position=='Centered'?'col-lg-12 p-0 allcentered':'col-lg-12 p-0 text-start justify-content-md-center'},/*#__PURE__*/React.createElement("button",{"class":"".concat(section_styles.btn)+' m-md-0 ',onClick:function onClick(){if(sectionproperties.btntype=='WhatsApp'){var _authdetailsContext$i84;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i84=authdetailsContext.instinfo)===null||_authdetailsContext$i84===void 0?void 0:_authdetailsContext$i84.whatsappnumber)!=null){var _authdetailsContext$i85;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i85=authdetailsContext.instinfo)===null||_authdetailsContext$i85===void 0?void 0:_authdetailsContext$i85.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
|
|
75253
|
+
routingcountext(sectionproperties.btnlink,false,'');}else {window.open(sectionproperties.btnlink,'_blank');}},style:{marginLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',marginRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},langdetect=='en'?sectionproperties.generalbtn_content:sectionproperties.slideshow_btn_text_ar)),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',display:sectionproperties.fbbtn_show=='Hide'&§ionproperties.instbtn_show=='Hide'&§ionproperties.youtbtn_show=='Hide'?'none':'flex'}},sectionproperties.fbbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.facebook_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i86;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i86=authdetailsContext.instinfo)===null||_authdetailsContext$i86===void 0?void 0:_authdetailsContext$i86.facebooklink)!=null){var _authdetailsContext$i87;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i87=authdetailsContext.instinfo)===null||_authdetailsContext$i87===void 0?void 0:_authdetailsContext$i87.facebooklink,'_blank');}}},/*#__PURE__*/React.createElement(FaFacebookF,{size:sectionproperties.facebkbtnniconfontsize})),sectionproperties.instbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.instgram_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i88;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i88=authdetailsContext.instinfo)===null||_authdetailsContext$i88===void 0?void 0:_authdetailsContext$i88.instagramlink)!=null){var _authdetailsContext$i89;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i89=authdetailsContext.instinfo)===null||_authdetailsContext$i89===void 0?void 0:_authdetailsContext$i89.instagramlink,'_blank');}}},/*#__PURE__*/React.createElement(AiFillInstagram,{size:sectionproperties.instgrambtniconfontsize})),sectionproperties.youtbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.youtube_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i90;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i90=authdetailsContext.instinfo)===null||_authdetailsContext$i90===void 0?void 0:_authdetailsContext$i90.whatsappnumber)!=null){var _authdetailsContext$i91;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i91=authdetailsContext.instinfo)===null||_authdetailsContext$i91===void 0?void 0:_authdetailsContext$i91.whatsappnumber),'_blank');}}},/*#__PURE__*/React.createElement(FaWhatsapp,{size:sectionproperties.youtubebtniconfontsize}))))))),sectionproperties.sectionstyleresponsive=='Image above text'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-none d-md-flex justify-content-between"},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 d-flex justify-content-between",style:{alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',justifyContent:sectionproperties.justifyContentCenter=='Centered'?'center':'start'}},sectionproperties.image_show=='show'&&Image(),/*#__PURE__*/React.createElement("div",{"class":sectionproperties.image_show=='show'?section_styles.sectioncintainer+' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ':section_styles.sectioncintainer+' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ',style:{background:sectionproperties.reservation_bgcolor,alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":sectionproperties.justifyContentCenter=='Centered'?'row m-0 w-100':'row m-0 w-100 mb-auto',style:{padding:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i92=authdetailsContext.instinfo)===null||_authdetailsContext$i92===void 0?void 0:_authdetailsContext$i92.instid)=='68319d088f13e'?'0.5rem':0}},sectionproperties.sectionTitleFontSize!=0&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.sectionstyleresponsive=='Image above text'?'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center mt-md-4':'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center',style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',marginBottom:sectionproperties.sectionTitleMarginBottom+'px',marginTop:sectionproperties.sectionTitleMarginTop+'px',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":'d-flex align-items-center flex-row d-sm-none mt-sm-2 ',style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.sectionTitleFontSize+'px',backgroundColor:sectionproperties.sectiontitlebgcolor,borderRadius:sectionproperties.sectiontitleborderradius+'px',paddingLeft:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingRight:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingTop:sectionproperties.sectiontitlepaddingvertical+'px',paddingBottom:sectionproperties.sectiontitlepaddingvertical+'px',marginLeft:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':sectionproperties.sectionTitleMarginRight+'px':0,marginRight:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':sectionproperties.sectionTitleMarginLeft+'px':0}},SectionTitle()),/*#__PURE__*/React.createElement("div",{"class":'d-none align-items-center flex-row d-sm-flex mt-sm-2 mx-md-2',style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.sectionTitleFontSizeresp+'px',backgroundColor:sectionproperties.sectiontitlebgcolor,borderRadius:sectionproperties.sectiontitleborderradius+'px',paddingLeft:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingRight:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingTop:sectionproperties.sectiontitlepaddingvertical+'px',paddingBottom:sectionproperties.sectiontitlepaddingvertical+'px',marginLeft:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':sectionproperties.sectionTitleMarginRight+'px':0,marginRight:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':sectionproperties.sectionTitleMarginLeft+'px':0}},SectionTitle())),sectionproperties.prodCatShow=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 pl-0 pr-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',marginBottom:sectionproperties.descriptionMarginBottom+'px',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":"d-flex align-items-center flex-row d-sm-none mt-sm-2",style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.prodCatFontSize+'px',paddingLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',paddingRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},SectionDescription()),/*#__PURE__*/React.createElement("div",{"class":"d-none align-items-center flex-row d-sm-flex mt-sm-2",style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.prodCatFontSizeResp+'px'}},SectionDescription())),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.text2centered=='Centered'?'center':'start',marginBottom:sectionproperties.slideshowText2Content_marginBottom+'px',border:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i93=authdetailsContext.instinfo)===null||_authdetailsContext$i93===void 0?void 0:_authdetailsContext$i93.instid)=='68319d088f13e'?'1px solid white':0,padding:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i94=authdetailsContext.instinfo)===null||_authdetailsContext$i94===void 0?void 0:_authdetailsContext$i94.instid)=='68319d088f13e'?'1rem 3rem':0}},/*#__PURE__*/React.createElement("p",{"class":sectionproperties.text2centered=='Justify'?section_styles.editortext+' pb-0 pl-md-2 pr-md-2 ':section_styles.editortext+' pb-0 text-md-center pl-md-2 pr-md-2 ',style:{},dangerouslySetInnerHTML:{__html:langdetect=='en'?sectionproperties.contenteditor:sectionproperties.text2editortextar}})),sectionproperties.generalbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.generalbtn_position=='Centered'?'col-lg-12 p-0 allcentered':'col-lg-12 p-0 text-start justify-content-md-center'},/*#__PURE__*/React.createElement("button",{"class":"".concat(section_styles.btn)+' m-md-0 ',onClick:function onClick(){if(sectionproperties.btntype=='WhatsApp'){var _authdetailsContext$i95;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i95=authdetailsContext.instinfo)===null||_authdetailsContext$i95===void 0?void 0:_authdetailsContext$i95.whatsappnumber)!=null){var _authdetailsContext$i96;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i96=authdetailsContext.instinfo)===null||_authdetailsContext$i96===void 0?void 0:_authdetailsContext$i96.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
|
|
75254
|
+
routingcountext(sectionproperties.btnlink,false,'');}else {window.open(sectionproperties.btnlink,'_blank');}},style:{marginLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',marginRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},langdetect=='en'?sectionproperties.generalbtn_content:sectionproperties.slideshow_btn_text_ar)),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',display:sectionproperties.fbbtn_show=='Hide'&§ionproperties.instbtn_show=='Hide'&§ionproperties.youtbtn_show=='Hide'?'none':'flex'}},sectionproperties.fbbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.facebook_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i97;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i97=authdetailsContext.instinfo)===null||_authdetailsContext$i97===void 0?void 0:_authdetailsContext$i97.facebooklink)!=null){var _authdetailsContext$i98;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i98=authdetailsContext.instinfo)===null||_authdetailsContext$i98===void 0?void 0:_authdetailsContext$i98.facebooklink,'_blank');}}},/*#__PURE__*/React.createElement(FaFacebookF,{size:sectionproperties.facebkbtnniconfontsize})),sectionproperties.instbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.instgram_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i99;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i99=authdetailsContext.instinfo)===null||_authdetailsContext$i99===void 0?void 0:_authdetailsContext$i99.instagramlink)!=null){var _authdetailsContext$i100;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i100=authdetailsContext.instinfo)===null||_authdetailsContext$i100===void 0?void 0:_authdetailsContext$i100.instagramlink,'_blank');}}},/*#__PURE__*/React.createElement(AiFillInstagram,{size:sectionproperties.instgrambtniconfontsize})),sectionproperties.youtbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.youtube_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i101;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i101=authdetailsContext.instinfo)===null||_authdetailsContext$i101===void 0?void 0:_authdetailsContext$i101.whatsappnumber)!=null){var _authdetailsContext$i102;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i102=authdetailsContext.instinfo)===null||_authdetailsContext$i102===void 0?void 0:_authdetailsContext$i102.whatsappnumber),'_blank');}}},/*#__PURE__*/React.createElement(FaWhatsapp,{size:sectionproperties.youtubebtniconfontsize}))))))))),sectionproperties.cardstyletype=='Style 2'&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.card_marginRight!=0&§ionproperties.card_marginLeft!=0?sectionproperties.width!=100?section_styles.cont1+' d-flex justify-content-between align-items-center px-1025-1 pl-md-3 pr-md-3 mx-auto ':section_styles.cont1+' d-flex justify-content-between align-items-center px-1025-1 pl-md-3 pr-md-3 mx-auto ':sectionproperties.width!=100?section_styles.cont1+' d-flex justify-content-between align-items-center mx-auto ':section_styles.cont1+' d-flex justify-content-between align-items-center mx-auto ',style:{paddingLeft:langdetect=='en'?sectionproperties.card_marginLeft+'px':sectionproperties.card_marginRight+'px',paddingRight:langdetect=='en'?sectionproperties.card_marginRight+'px':sectionproperties.card_marginLeft+'px',border:sectionproperties.sectioncardborderwidth+'px solid '+sectionproperties.sectioncardbordercolor,borderRadius:sectionproperties.sectioncardborderradius+'px'}},/*#__PURE__*/React.createElement("div",{"class":// sectionproperties.paddingLeft != 0 && sectionproperties.paddingRight != 0
|
|
75212
75255
|
// ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between plr-1025-1 pr-md-3 pl-md-3 '
|
|
75213
75256
|
// : sectionproperties.paddingLeft == 0 && sectionproperties.paddingRight == 0
|
|
75214
75257
|
// ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between '
|
|
@@ -75219,7 +75262,7 @@ routingcountext(sectionproperties.btnlink,false,'');}else {window.open(sectionpr
|
|
|
75219
75262
|
// : section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between '
|
|
75220
75263
|
sectionproperties.paddingLeft!=0&§ionproperties.paddingRight!=0?section_styles.sectioncintainer+' row m-0 w-100 d-flex justify-content-between plr-1025-1 pr-md-3 pl-md-3 ':sectionproperties.paddingLeft==0&§ionproperties.paddingRight==0?section_styles.sectioncintainer+' row m-0 w-100 d-flex justify-content-between px-md-0 ':sectionproperties.paddingLeft!=0?section_styles.sectioncintainer+' row m-0 w-100 d-flex justify-content-between plr-1025-1 pr-md-3 pl-md-3 ':sectionproperties.paddingRight!=0?section_styles.sectioncintainer+' row m-0 w-100 d-flex justify-content-between plr-1025-1 pr-md-3 pl-md-3 ':section_styles.sectioncintainer+' row m-0 w-100 d-flex justify-content-between px-md-0 ',style:{paddingLeft:langdetect=='en'?sectionproperties.paddingLeft+'px':sectionproperties.paddingRight+'px',paddingRight:langdetect=='en'?sectionproperties.paddingRight+'px':sectionproperties.paddingLeft+'px',// paddingTop: sectionproperties.paddingTop + 'px',
|
|
75221
75264
|
// paddingBottom: sectionproperties.paddingBottom + 'px',
|
|
75222
|
-
marginTop:sectionproperties.marginTop+'px',marginBottom:sectionproperties.marginBottom+'px'}},sectionproperties.sectionstyle=='Image on right'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-between d-md-none"},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 d-flex justify-content-between",style:{alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',justifyContent:sectionproperties.justifyContentCenter=='Centered'?'center':'start'}},Content(),sectionproperties.image_show=='show'&&Image())),sectionproperties.sectionstyleresponsive=='Image below text'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-none d-md-flex justify-content-between"},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 d-flex justify-content-between",style:{alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',justifyContent:sectionproperties.justifyContentCenter=='Centered'?'center':'start'}},Content(),sectionproperties.image_show=='show'&&Image())),sectionproperties.sectionstyle=='Image on left'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-between d-md-none"},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 d-flex justify-content-between",style:{alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',justifyContent:sectionproperties.justifyContentCenter=='Centered'?'center':'start'}},sectionproperties.image_show=='show'&&Image(),Content())),sectionproperties.sectionstyleresponsive=='Image above text'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-none d-md-flex justify-content-between"},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 d-flex justify-content-between",style:{alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',justifyContent:sectionproperties.justifyContentCenter=='Centered'?'center':'start'}},sectionproperties.image_show=='show'&&/*#__PURE__*/React.createElement("div",{"class":"w-100 mb-md-3"}," ",Image()),Content())))))),(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$
|
|
75265
|
+
marginTop:sectionproperties.marginTop+'px',marginBottom:sectionproperties.marginBottom+'px'}},sectionproperties.sectionstyle=='Image on right'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-between d-md-none"},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 d-flex justify-content-between",style:{alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',justifyContent:sectionproperties.justifyContentCenter=='Centered'?'center':'start'}},Content(),sectionproperties.image_show=='show'&&Image())),sectionproperties.sectionstyleresponsive=='Image below text'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-none d-md-flex justify-content-between"},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 d-flex justify-content-between",style:{alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',justifyContent:sectionproperties.justifyContentCenter=='Centered'?'center':'start'}},Content(),sectionproperties.image_show=='show'&&Image())),sectionproperties.sectionstyle=='Image on left'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-between d-md-none"},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 d-flex justify-content-between",style:{alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',justifyContent:sectionproperties.justifyContentCenter=='Centered'?'center':'start'}},sectionproperties.image_show=='show'&&Image(),Content())),sectionproperties.sectionstyleresponsive=='Image above text'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-none d-md-flex justify-content-between"},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 d-flex justify-content-between",style:{alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',justifyContent:sectionproperties.justifyContentCenter=='Centered'?'center':'start'}},sectionproperties.image_show=='show'&&/*#__PURE__*/React.createElement("div",{"class":"w-100 mb-md-3"}," ",Image()),Content())))))),(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i103=authdetailsContext.instinfo)===null||_authdetailsContext$i103===void 0?void 0:_authdetailsContext$i103.contactinfo.instid)=='6935c04816952'&&/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100"},/*#__PURE__*/React.createElement("div",{"class":"col-11 col-md-12 mx-auto px-5",style:{background:sectionproperties.backgroundColor,borderRadius:20}},sectionproperties.showanimation=='Yes'&&/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100","data-aos":'fade-up'},sectionproperties.cardstyletype=='Style 1'&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.card_marginRight!=0&§ionproperties.card_marginLeft!=0?sectionproperties.width!=100?'d-flex justify-content-between align-items-center px-1025-1 pl-md-3 pr-md-3 w-md-90 mx-auto':'d-flex justify-content-between align-items-center px-1025-1 pl-md-3 pr-md-3 w-md-100 mx-auto':sectionproperties.width!=100?'d-flex justify-content-between align-items-center w-md-90 mx-auto':'d-flex justify-content-between align-items-center w-md-100 mx-auto',style:{paddingLeft:langdetect=='en'?sectionproperties.card_marginLeft+'px':sectionproperties.card_marginRight+'px',paddingRight:langdetect=='en'?sectionproperties.card_marginRight+'px':sectionproperties.card_marginLeft+'px',width:sectionproperties.width+'vw',border:sectionproperties.sectioncardborderwidth+'px solid '+sectionproperties.sectioncardbordercolor,borderRadius:sectionproperties.sectioncardborderradius+'px'}},/*#__PURE__*/React.createElement("div",{"class":// sectionproperties.paddingLeft != 0 && sectionproperties.paddingRight != 0
|
|
75223
75266
|
// ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between plr-1025-1 pr-md-3 pl-md-3 '
|
|
75224
75267
|
// : sectionproperties.paddingLeft == 0 && sectionproperties.paddingRight == 0
|
|
75225
75268
|
// ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between '
|
|
@@ -75230,11 +75273,11 @@ marginTop:sectionproperties.marginTop+'px',marginBottom:sectionproperties.margin
|
|
|
75230
75273
|
// : section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between '
|
|
75231
75274
|
sectionproperties.paddingLeft!=0&§ionproperties.paddingRight!=0?section_styles.sectioncintainer+' row m-0 w-100 d-flex justify-content-between plr-1025-1 pr-md-3 pl-md-3 ':sectionproperties.paddingLeft==0&§ionproperties.paddingRight==0?section_styles.sectioncintainer+' row m-0 w-100 d-flex justify-content-between px-md-0 ':sectionproperties.paddingLeft!=0?section_styles.sectioncintainer+' row m-0 w-100 d-flex justify-content-between plr-1025-1 pr-md-3 pl-md-3 ':sectionproperties.paddingRight!=0?section_styles.sectioncintainer+' row m-0 w-100 d-flex justify-content-between plr-1025-1 pr-md-3 pl-md-3 ':section_styles.sectioncintainer+' row m-0 w-100 d-flex justify-content-between px-md-0 ',style:{paddingLeft:langdetect=='en'?sectionproperties.paddingLeft+'px':sectionproperties.paddingRight+'px',paddingRight:langdetect=='en'?sectionproperties.paddingRight+'px':sectionproperties.paddingLeft+'px',// paddingTop: sectionproperties.paddingTop + 'px',
|
|
75232
75275
|
// paddingBottom: sectionproperties.paddingBottom + 'px',
|
|
75233
|
-
marginTop:sectionproperties.marginTop+'px',marginBottom:sectionproperties.marginBottom+'px'}},sectionproperties.sectionstyle=='Image on right'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-between d-md-none"},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 d-flex justify-content-between",style:{alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',justifyContent:sectionproperties.justifyContentCenter=='Centered'?'center':'start'}},/*#__PURE__*/React.createElement("div",{"class":sectionproperties.image_show=='show'?section_styles.sectioncintainer+' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ':section_styles.sectioncintainer+' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ',style:{background:sectionproperties.reservation_bgcolor,alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":sectionproperties.justifyContentCenter=='Centered'?'row m-0 w-100':'row m-0 w-100 mb-auto'},sectionproperties.sectionTitleFontSize!=0&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.sectionstyleresponsive=='Image above text'?'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center mt-md-4':'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center',style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',marginBottom:sectionproperties.sectionTitleMarginBottom+'px',marginTop:sectionproperties.sectionTitleMarginTop+'px',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":'d-flex align-items-center flex-row d-sm-none mt-sm-2 ',style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.sectionTitleFontSize+'px',backgroundColor:sectionproperties.sectiontitlebgcolor,borderRadius:sectionproperties.sectiontitleborderradius+'px',paddingLeft:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingRight:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingTop:sectionproperties.sectiontitlepaddingvertical+'px',paddingBottom:sectionproperties.sectiontitlepaddingvertical+'px',marginLeft:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':sectionproperties.sectionTitleMarginRight+'px':0,marginRight:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':sectionproperties.sectionTitleMarginLeft+'px':0}},SectionTitle()),/*#__PURE__*/React.createElement("div",{"class":'d-none align-items-center flex-row d-sm-flex mt-sm-2 mx-md-2',style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.sectionTitleFontSizeresp+'px',backgroundColor:sectionproperties.sectiontitlebgcolor,borderRadius:sectionproperties.sectiontitleborderradius+'px',paddingLeft:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingRight:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingTop:sectionproperties.sectiontitlepaddingvertical+'px',paddingBottom:sectionproperties.sectiontitlepaddingvertical+'px',marginLeft:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':sectionproperties.sectionTitleMarginRight+'px':0,marginRight:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':sectionproperties.sectionTitleMarginLeft+'px':0}},SectionTitle())),sectionproperties.prodCatShow=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 pl-0 pr-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',marginBottom:sectionproperties.descriptionMarginBottom+'px',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":"d-flex align-items-center flex-row d-sm-none mt-sm-2",style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.prodCatFontSize+'px',paddingLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',paddingRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},SectionDescription()),/*#__PURE__*/React.createElement("div",{"class":"d-none align-items-center flex-row d-sm-flex mt-sm-2",style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.prodCatFontSizeResp+'px'}},SectionDescription())),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.text2centered=='Centered'?'center':'start',marginBottom:sectionproperties.slideshowText2Content_marginBottom+'px'}},/*#__PURE__*/React.createElement("p",{"class":sectionproperties.text2centered=='Justify'?section_styles.editortext+' pb-0 pl-md-2 pr-md-2 ':section_styles.editortext+' pb-0 text-md-center pl-md-2 pr-md-2 ',style:{},dangerouslySetInnerHTML:{__html:langdetect=='en'?sectionproperties.contenteditor:sectionproperties.text2editortextar}})),sectionproperties.generalbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.generalbtn_position=='Centered'?'col-lg-12 p-0 allcentered':'col-lg-12 p-0 text-start justify-content-md-center'},/*#__PURE__*/React.createElement("button",{"class":"".concat(section_styles.btn)+' m-md-0 ',onClick:function onClick(){if(sectionproperties.btntype=='WhatsApp'){var _authdetailsContext$
|
|
75234
|
-
routingcountext(sectionproperties.btnlink,false,'');}else {window.open(sectionproperties.btnlink,'_blank');}},style:{marginLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',marginRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},langdetect=='en'?sectionproperties.generalbtn_content:sectionproperties.slideshow_btn_text_ar)),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',display:sectionproperties.fbbtn_show=='Hide'&§ionproperties.instbtn_show=='Hide'&§ionproperties.youtbtn_show=='Hide'?'none':'flex'}},sectionproperties.fbbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.facebook_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$
|
|
75235
|
-
routingcountext(sectionproperties.btnlink,false,'');}else {window.open(sectionproperties.btnlink,'_blank');}},style:{marginLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',marginRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},langdetect=='en'?sectionproperties.generalbtn_content:sectionproperties.slideshow_btn_text_ar)),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',display:sectionproperties.fbbtn_show=='Hide'&§ionproperties.instbtn_show=='Hide'&§ionproperties.youtbtn_show=='Hide'?'none':'flex'}},sectionproperties.fbbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.facebook_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$
|
|
75236
|
-
routingcountext(sectionproperties.btnlink,false,'');}else {window.open(sectionproperties.btnlink,'_blank');}},style:{marginLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',marginRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},langdetect=='en'?sectionproperties.generalbtn_content:sectionproperties.slideshow_btn_text_ar)),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',display:sectionproperties.fbbtn_show=='Hide'&§ionproperties.instbtn_show=='Hide'&§ionproperties.youtbtn_show=='Hide'?'none':'flex'}},sectionproperties.fbbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.facebook_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$
|
|
75237
|
-
routingcountext(sectionproperties.btnlink,false,'');}else {window.open(sectionproperties.btnlink,'_blank');}},style:{marginLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',marginRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},langdetect=='en'?sectionproperties.generalbtn_content:sectionproperties.slideshow_btn_text_ar)),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',display:sectionproperties.fbbtn_show=='Hide'&§ionproperties.instbtn_show=='Hide'&§ionproperties.youtbtn_show=='Hide'?'none':'flex'}},sectionproperties.fbbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.facebook_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$
|
|
75276
|
+
marginTop:sectionproperties.marginTop+'px',marginBottom:sectionproperties.marginBottom+'px'}},sectionproperties.sectionstyle=='Image on right'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-between d-md-none"},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 d-flex justify-content-between",style:{alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',justifyContent:sectionproperties.justifyContentCenter=='Centered'?'center':'start'}},/*#__PURE__*/React.createElement("div",{"class":sectionproperties.image_show=='show'?section_styles.sectioncintainer+' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ':section_styles.sectioncintainer+' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ',style:{background:sectionproperties.reservation_bgcolor,alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":sectionproperties.justifyContentCenter=='Centered'?'row m-0 w-100':'row m-0 w-100 mb-auto'},sectionproperties.sectionTitleFontSize!=0&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.sectionstyleresponsive=='Image above text'?'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center mt-md-4':'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center',style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',marginBottom:sectionproperties.sectionTitleMarginBottom+'px',marginTop:sectionproperties.sectionTitleMarginTop+'px',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":'d-flex align-items-center flex-row d-sm-none mt-sm-2 ',style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.sectionTitleFontSize+'px',backgroundColor:sectionproperties.sectiontitlebgcolor,borderRadius:sectionproperties.sectiontitleborderradius+'px',paddingLeft:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingRight:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingTop:sectionproperties.sectiontitlepaddingvertical+'px',paddingBottom:sectionproperties.sectiontitlepaddingvertical+'px',marginLeft:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':sectionproperties.sectionTitleMarginRight+'px':0,marginRight:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':sectionproperties.sectionTitleMarginLeft+'px':0}},SectionTitle()),/*#__PURE__*/React.createElement("div",{"class":'d-none align-items-center flex-row d-sm-flex mt-sm-2 mx-md-2',style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.sectionTitleFontSizeresp+'px',backgroundColor:sectionproperties.sectiontitlebgcolor,borderRadius:sectionproperties.sectiontitleborderradius+'px',paddingLeft:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingRight:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingTop:sectionproperties.sectiontitlepaddingvertical+'px',paddingBottom:sectionproperties.sectiontitlepaddingvertical+'px',marginLeft:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':sectionproperties.sectionTitleMarginRight+'px':0,marginRight:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':sectionproperties.sectionTitleMarginLeft+'px':0}},SectionTitle())),sectionproperties.prodCatShow=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 pl-0 pr-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',marginBottom:sectionproperties.descriptionMarginBottom+'px',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":"d-flex align-items-center flex-row d-sm-none mt-sm-2",style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.prodCatFontSize+'px',paddingLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',paddingRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},SectionDescription()),/*#__PURE__*/React.createElement("div",{"class":"d-none align-items-center flex-row d-sm-flex mt-sm-2",style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.prodCatFontSizeResp+'px'}},SectionDescription())),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.text2centered=='Centered'?'center':'start',marginBottom:sectionproperties.slideshowText2Content_marginBottom+'px'}},/*#__PURE__*/React.createElement("p",{"class":sectionproperties.text2centered=='Justify'?section_styles.editortext+' pb-0 pl-md-2 pr-md-2 ':section_styles.editortext+' pb-0 text-md-center pl-md-2 pr-md-2 ',style:{},dangerouslySetInnerHTML:{__html:langdetect=='en'?sectionproperties.contenteditor:sectionproperties.text2editortextar}})),sectionproperties.generalbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.generalbtn_position=='Centered'?'col-lg-12 p-0 allcentered':'col-lg-12 p-0 text-start justify-content-md-center'},/*#__PURE__*/React.createElement("button",{"class":"".concat(section_styles.btn)+' m-md-0 ',onClick:function onClick(){if(sectionproperties.btntype=='WhatsApp'){var _authdetailsContext$i104;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i104=authdetailsContext.instinfo)===null||_authdetailsContext$i104===void 0?void 0:_authdetailsContext$i104.whatsappnumber)!=null){var _authdetailsContext$i105;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i105=authdetailsContext.instinfo)===null||_authdetailsContext$i105===void 0?void 0:_authdetailsContext$i105.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
|
|
75277
|
+
routingcountext(sectionproperties.btnlink,false,'');}else {window.open(sectionproperties.btnlink,'_blank');}},style:{marginLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',marginRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},langdetect=='en'?sectionproperties.generalbtn_content:sectionproperties.slideshow_btn_text_ar)),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',display:sectionproperties.fbbtn_show=='Hide'&§ionproperties.instbtn_show=='Hide'&§ionproperties.youtbtn_show=='Hide'?'none':'flex'}},sectionproperties.fbbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.facebook_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i106;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i106=authdetailsContext.instinfo)===null||_authdetailsContext$i106===void 0?void 0:_authdetailsContext$i106.facebooklink)!=null){var _authdetailsContext$i107;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i107=authdetailsContext.instinfo)===null||_authdetailsContext$i107===void 0?void 0:_authdetailsContext$i107.facebooklink,'_blank');}}},/*#__PURE__*/React.createElement(FaFacebookF,{size:sectionproperties.facebkbtnniconfontsize})),sectionproperties.instbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.instgram_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i108;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i108=authdetailsContext.instinfo)===null||_authdetailsContext$i108===void 0?void 0:_authdetailsContext$i108.instagramlink)!=null){var _authdetailsContext$i109;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i109=authdetailsContext.instinfo)===null||_authdetailsContext$i109===void 0?void 0:_authdetailsContext$i109.instagramlink,'_blank');}}},/*#__PURE__*/React.createElement(AiFillInstagram,{size:sectionproperties.instgrambtniconfontsize})),sectionproperties.youtbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.youtube_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i110;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i110=authdetailsContext.instinfo)===null||_authdetailsContext$i110===void 0?void 0:_authdetailsContext$i110.whatsappnumber)!=null){var _authdetailsContext$i111;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i111=authdetailsContext.instinfo)===null||_authdetailsContext$i111===void 0?void 0:_authdetailsContext$i111.whatsappnumber),'_blank');}}},/*#__PURE__*/React.createElement(FaWhatsapp,{size:sectionproperties.youtubebtniconfontsize}))))),sectionproperties.image_show=='show'&&Image())),sectionproperties.sectionstyleresponsive=='Image below text'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-none d-md-flex justify-content-between"},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 d-flex justify-content-between",style:{alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',justifyContent:sectionproperties.justifyContentCenter=='Centered'?'center':'start'}},/*#__PURE__*/React.createElement("div",{"class":sectionproperties.image_show=='show'?section_styles.sectioncintainer+' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ':section_styles.sectioncintainer+' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ',style:{background:sectionproperties.reservation_bgcolor,alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":sectionproperties.justifyContentCenter=='Centered'?'row m-0 w-100':'row m-0 w-100 mb-auto'},sectionproperties.sectionTitleFontSize!=0&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.sectionstyleresponsive=='Image above text'?'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center mt-md-4':'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center',style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',marginBottom:sectionproperties.sectionTitleMarginBottom+'px',marginTop:sectionproperties.sectionTitleMarginTop+'px',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":'d-flex align-items-center flex-row d-sm-none mt-sm-2 ',style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.sectionTitleFontSize+'px',backgroundColor:sectionproperties.sectiontitlebgcolor,borderRadius:sectionproperties.sectiontitleborderradius+'px',paddingLeft:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingRight:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingTop:sectionproperties.sectiontitlepaddingvertical+'px',paddingBottom:sectionproperties.sectiontitlepaddingvertical+'px',marginLeft:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':sectionproperties.sectionTitleMarginRight+'px':0,marginRight:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':sectionproperties.sectionTitleMarginLeft+'px':0}},SectionTitle()),/*#__PURE__*/React.createElement("div",{"class":'d-none align-items-center flex-row d-sm-flex mt-sm-2 mx-md-2',style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.sectionTitleFontSizeresp+'px',backgroundColor:sectionproperties.sectiontitlebgcolor,borderRadius:sectionproperties.sectiontitleborderradius+'px',paddingLeft:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingRight:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingTop:sectionproperties.sectiontitlepaddingvertical+'px',paddingBottom:sectionproperties.sectiontitlepaddingvertical+'px',marginLeft:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':sectionproperties.sectionTitleMarginRight+'px':0,marginRight:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':sectionproperties.sectionTitleMarginLeft+'px':0}},SectionTitle())),sectionproperties.prodCatShow=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 pl-0 pr-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',marginBottom:sectionproperties.descriptionMarginBottom+'px',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":"d-flex align-items-center flex-row d-sm-none mt-sm-2",style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.prodCatFontSize+'px',paddingLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',paddingRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},SectionDescription()),/*#__PURE__*/React.createElement("div",{"class":"d-none align-items-center flex-row d-sm-flex mt-sm-2",style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.prodCatFontSizeResp+'px'}},SectionDescription())),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.text2centered=='Centered'?'center':'start',marginBottom:sectionproperties.slideshowText2Content_marginBottom+'px'}},/*#__PURE__*/React.createElement("p",{"class":sectionproperties.text2centered=='Justify'?section_styles.editortext+' pb-0 pl-md-2 pr-md-2 ':section_styles.editortext+' pb-0 text-md-center pl-md-2 pr-md-2 ',style:{},dangerouslySetInnerHTML:{__html:langdetect=='en'?sectionproperties.contenteditor:sectionproperties.text2editortextar}})),sectionproperties.generalbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.generalbtn_position=='Centered'?'col-lg-12 p-0 allcentered':'col-lg-12 p-0 text-start justify-content-md-center'},/*#__PURE__*/React.createElement("button",{"class":"".concat(section_styles.btn)+' m-md-0 ',onClick:function onClick(){if(sectionproperties.btntype=='WhatsApp'){var _authdetailsContext$i112;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i112=authdetailsContext.instinfo)===null||_authdetailsContext$i112===void 0?void 0:_authdetailsContext$i112.whatsappnumber)!=null){var _authdetailsContext$i113;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i113=authdetailsContext.instinfo)===null||_authdetailsContext$i113===void 0?void 0:_authdetailsContext$i113.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
|
|
75278
|
+
routingcountext(sectionproperties.btnlink,false,'');}else {window.open(sectionproperties.btnlink,'_blank');}},style:{marginLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',marginRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},langdetect=='en'?sectionproperties.generalbtn_content:sectionproperties.slideshow_btn_text_ar)),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',display:sectionproperties.fbbtn_show=='Hide'&§ionproperties.instbtn_show=='Hide'&§ionproperties.youtbtn_show=='Hide'?'none':'flex'}},sectionproperties.fbbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.facebook_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i114;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i114=authdetailsContext.instinfo)===null||_authdetailsContext$i114===void 0?void 0:_authdetailsContext$i114.facebooklink)!=null){var _authdetailsContext$i115;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i115=authdetailsContext.instinfo)===null||_authdetailsContext$i115===void 0?void 0:_authdetailsContext$i115.facebooklink,'_blank');}}},/*#__PURE__*/React.createElement(FaFacebookF,{size:sectionproperties.facebkbtnniconfontsize})),sectionproperties.instbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.instgram_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i116;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i116=authdetailsContext.instinfo)===null||_authdetailsContext$i116===void 0?void 0:_authdetailsContext$i116.instagramlink)!=null){var _authdetailsContext$i117;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i117=authdetailsContext.instinfo)===null||_authdetailsContext$i117===void 0?void 0:_authdetailsContext$i117.instagramlink,'_blank');}}},/*#__PURE__*/React.createElement(AiFillInstagram,{size:sectionproperties.instgrambtniconfontsize})),sectionproperties.youtbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.youtube_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i118;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i118=authdetailsContext.instinfo)===null||_authdetailsContext$i118===void 0?void 0:_authdetailsContext$i118.whatsappnumber)!=null){var _authdetailsContext$i119;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i119=authdetailsContext.instinfo)===null||_authdetailsContext$i119===void 0?void 0:_authdetailsContext$i119.whatsappnumber),'_blank');}}},/*#__PURE__*/React.createElement(FaWhatsapp,{size:sectionproperties.youtubebtniconfontsize}))))),sectionproperties.image_show=='show'&&Image())),sectionproperties.sectionstyle=='Image on left'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-between d-md-none"},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 d-flex justify-content-between",style:{alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',justifyContent:sectionproperties.justifyContentCenter=='Centered'?'center':'start'}},sectionproperties.image_show=='show'&&Image(),/*#__PURE__*/React.createElement("div",{"class":sectionproperties.image_show=='show'?section_styles.sectioncintainer+' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ':section_styles.sectioncintainer+' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ',style:{background:sectionproperties.reservation_bgcolor,alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":sectionproperties.justifyContentCenter=='Centered'?'row m-0 w-100':'row m-0 w-100 mb-auto'},sectionproperties.sectionTitleFontSize!=0&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.sectionstyleresponsive=='Image above text'?'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center mt-md-4':'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center',style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',marginBottom:sectionproperties.sectionTitleMarginBottom+'px',marginTop:sectionproperties.sectionTitleMarginTop+'px',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":'d-flex align-items-center flex-row d-sm-none mt-sm-2 ',style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.sectionTitleFontSize+'px',backgroundColor:sectionproperties.sectiontitlebgcolor,borderRadius:sectionproperties.sectiontitleborderradius+'px',paddingLeft:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingRight:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingTop:sectionproperties.sectiontitlepaddingvertical+'px',paddingBottom:sectionproperties.sectiontitlepaddingvertical+'px',marginLeft:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':sectionproperties.sectionTitleMarginRight+'px':0,marginRight:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':sectionproperties.sectionTitleMarginLeft+'px':0}},SectionTitle()),/*#__PURE__*/React.createElement("div",{"class":'d-none align-items-center flex-row d-sm-flex mt-sm-2 mx-md-2',style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.sectionTitleFontSizeresp+'px',backgroundColor:sectionproperties.sectiontitlebgcolor,borderRadius:sectionproperties.sectiontitleborderradius+'px',paddingLeft:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingRight:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingTop:sectionproperties.sectiontitlepaddingvertical+'px',paddingBottom:sectionproperties.sectiontitlepaddingvertical+'px',marginLeft:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':sectionproperties.sectionTitleMarginRight+'px':0,marginRight:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':sectionproperties.sectionTitleMarginLeft+'px':0}},SectionTitle())),sectionproperties.prodCatShow=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 pl-0 pr-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',marginBottom:sectionproperties.descriptionMarginBottom+'px',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":"d-flex align-items-center flex-row d-sm-none mt-sm-2",style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.prodCatFontSize+'px',paddingLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',paddingRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},SectionDescription()),/*#__PURE__*/React.createElement("div",{"class":"d-none align-items-center flex-row d-sm-flex mt-sm-2",style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.prodCatFontSizeResp+'px'}},SectionDescription())),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.text2centered=='Centered'?'center':'start',marginBottom:sectionproperties.slideshowText2Content_marginBottom+'px'}},/*#__PURE__*/React.createElement("p",{"class":sectionproperties.text2centered=='Justify'?section_styles.editortext+' pb-0 pl-md-2 pr-md-2 ':section_styles.editortext+' pb-0 text-md-center pl-md-2 pr-md-2 ',style:{},dangerouslySetInnerHTML:{__html:langdetect=='en'?sectionproperties.contenteditor:sectionproperties.text2editortextar}})),sectionproperties.generalbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.generalbtn_position=='Centered'?'col-lg-12 p-0 allcentered':'col-lg-12 p-0 text-start justify-content-md-center'},/*#__PURE__*/React.createElement("button",{"class":"".concat(section_styles.btn)+' m-md-0 ',onClick:function onClick(){if(sectionproperties.btntype=='WhatsApp'){var _authdetailsContext$i120;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i120=authdetailsContext.instinfo)===null||_authdetailsContext$i120===void 0?void 0:_authdetailsContext$i120.whatsappnumber)!=null){var _authdetailsContext$i121;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i121=authdetailsContext.instinfo)===null||_authdetailsContext$i121===void 0?void 0:_authdetailsContext$i121.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
|
|
75279
|
+
routingcountext(sectionproperties.btnlink,false,'');}else {window.open(sectionproperties.btnlink,'_blank');}},style:{marginLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',marginRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},langdetect=='en'?sectionproperties.generalbtn_content:sectionproperties.slideshow_btn_text_ar)),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',display:sectionproperties.fbbtn_show=='Hide'&§ionproperties.instbtn_show=='Hide'&§ionproperties.youtbtn_show=='Hide'?'none':'flex'}},sectionproperties.fbbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.facebook_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i122;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i122=authdetailsContext.instinfo)===null||_authdetailsContext$i122===void 0?void 0:_authdetailsContext$i122.facebooklink)!=null){var _authdetailsContext$i123;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i123=authdetailsContext.instinfo)===null||_authdetailsContext$i123===void 0?void 0:_authdetailsContext$i123.facebooklink,'_blank');}}},/*#__PURE__*/React.createElement(FaFacebookF,{size:sectionproperties.facebkbtnniconfontsize})),sectionproperties.instbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.instgram_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i124;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i124=authdetailsContext.instinfo)===null||_authdetailsContext$i124===void 0?void 0:_authdetailsContext$i124.instagramlink)!=null){var _authdetailsContext$i125;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i125=authdetailsContext.instinfo)===null||_authdetailsContext$i125===void 0?void 0:_authdetailsContext$i125.instagramlink,'_blank');}}},/*#__PURE__*/React.createElement(AiFillInstagram,{size:sectionproperties.instgrambtniconfontsize})),sectionproperties.youtbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.youtube_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i126;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i126=authdetailsContext.instinfo)===null||_authdetailsContext$i126===void 0?void 0:_authdetailsContext$i126.whatsappnumber)!=null){var _authdetailsContext$i127;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i127=authdetailsContext.instinfo)===null||_authdetailsContext$i127===void 0?void 0:_authdetailsContext$i127.whatsappnumber),'_blank');}}},/*#__PURE__*/React.createElement(FaWhatsapp,{size:sectionproperties.youtubebtniconfontsize}))))))),sectionproperties.sectionstyleresponsive=='Image above text'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-none d-md-flex justify-content-between"},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 d-flex justify-content-between",style:{alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',justifyContent:sectionproperties.justifyContentCenter=='Centered'?'center':'start'}},sectionproperties.image_show=='show'&&Image(),/*#__PURE__*/React.createElement("div",{"class":sectionproperties.image_show=='show'?section_styles.sectioncintainer+' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ':section_styles.sectioncintainer+' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ',style:{background:sectionproperties.reservation_bgcolor,alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":sectionproperties.justifyContentCenter=='Centered'?'row m-0 w-100':'row m-0 w-100 mb-auto'},sectionproperties.sectionTitleFontSize!=0&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.sectionstyleresponsive=='Image above text'?'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center mt-md-4':'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center',style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',marginBottom:sectionproperties.sectionTitleMarginBottom+'px',marginTop:sectionproperties.sectionTitleMarginTop+'px',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":'d-flex align-items-center flex-row d-sm-none mt-sm-2 ',style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.sectionTitleFontSize+'px',backgroundColor:sectionproperties.sectiontitlebgcolor,borderRadius:sectionproperties.sectiontitleborderradius+'px',paddingLeft:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingRight:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingTop:sectionproperties.sectiontitlepaddingvertical+'px',paddingBottom:sectionproperties.sectiontitlepaddingvertical+'px',marginLeft:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':sectionproperties.sectionTitleMarginRight+'px':0,marginRight:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':sectionproperties.sectionTitleMarginLeft+'px':0}},SectionTitle()),/*#__PURE__*/React.createElement("div",{"class":'d-none align-items-center flex-row d-sm-flex mt-sm-2 mx-md-2',style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.sectionTitleFontSizeresp+'px',backgroundColor:sectionproperties.sectiontitlebgcolor,borderRadius:sectionproperties.sectiontitleborderradius+'px',paddingLeft:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingRight:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingTop:sectionproperties.sectiontitlepaddingvertical+'px',paddingBottom:sectionproperties.sectiontitlepaddingvertical+'px',marginLeft:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':sectionproperties.sectionTitleMarginRight+'px':0,marginRight:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':sectionproperties.sectionTitleMarginLeft+'px':0}},SectionTitle())),sectionproperties.prodCatShow=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 pl-0 pr-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',marginBottom:sectionproperties.descriptionMarginBottom+'px',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":"d-flex align-items-center flex-row d-sm-none mt-sm-2",style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.prodCatFontSize+'px',paddingLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',paddingRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},SectionDescription()),/*#__PURE__*/React.createElement("div",{"class":"d-none align-items-center flex-row d-sm-flex mt-sm-2",style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.prodCatFontSizeResp+'px'}},SectionDescription())),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.text2centered=='Centered'?'center':'start',marginBottom:sectionproperties.slideshowText2Content_marginBottom+'px'}},/*#__PURE__*/React.createElement("p",{"class":sectionproperties.text2centered=='Justify'?section_styles.editortext+' pb-0 pl-md-2 pr-md-2 ':section_styles.editortext+' pb-0 text-md-center pl-md-2 pr-md-2 ',style:{},dangerouslySetInnerHTML:{__html:langdetect=='en'?sectionproperties.contenteditor:sectionproperties.text2editortextar}})),sectionproperties.generalbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.generalbtn_position=='Centered'?'col-lg-12 p-0 allcentered':'col-lg-12 p-0 text-start justify-content-md-center'},/*#__PURE__*/React.createElement("button",{"class":"".concat(section_styles.btn)+' m-md-0 ',onClick:function onClick(){if(sectionproperties.btntype=='WhatsApp'){var _authdetailsContext$i128;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i128=authdetailsContext.instinfo)===null||_authdetailsContext$i128===void 0?void 0:_authdetailsContext$i128.whatsappnumber)!=null){var _authdetailsContext$i129;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i129=authdetailsContext.instinfo)===null||_authdetailsContext$i129===void 0?void 0:_authdetailsContext$i129.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
|
|
75280
|
+
routingcountext(sectionproperties.btnlink,false,'');}else {window.open(sectionproperties.btnlink,'_blank');}},style:{marginLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',marginRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},langdetect=='en'?sectionproperties.generalbtn_content:sectionproperties.slideshow_btn_text_ar)),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',display:sectionproperties.fbbtn_show=='Hide'&§ionproperties.instbtn_show=='Hide'&§ionproperties.youtbtn_show=='Hide'?'none':'flex'}},sectionproperties.fbbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.facebook_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i130;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i130=authdetailsContext.instinfo)===null||_authdetailsContext$i130===void 0?void 0:_authdetailsContext$i130.facebooklink)!=null){var _authdetailsContext$i131;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i131=authdetailsContext.instinfo)===null||_authdetailsContext$i131===void 0?void 0:_authdetailsContext$i131.facebooklink,'_blank');}}},/*#__PURE__*/React.createElement(FaFacebookF,{size:sectionproperties.facebkbtnniconfontsize})),sectionproperties.instbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.instgram_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i132;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i132=authdetailsContext.instinfo)===null||_authdetailsContext$i132===void 0?void 0:_authdetailsContext$i132.instagramlink)!=null){var _authdetailsContext$i133;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i133=authdetailsContext.instinfo)===null||_authdetailsContext$i133===void 0?void 0:_authdetailsContext$i133.instagramlink,'_blank');}}},/*#__PURE__*/React.createElement(AiFillInstagram,{size:sectionproperties.instgrambtniconfontsize})),sectionproperties.youtbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.youtube_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i134;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i134=authdetailsContext.instinfo)===null||_authdetailsContext$i134===void 0?void 0:_authdetailsContext$i134.whatsappnumber)!=null){var _authdetailsContext$i135;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i135=authdetailsContext.instinfo)===null||_authdetailsContext$i135===void 0?void 0:_authdetailsContext$i135.whatsappnumber),'_blank');}}},/*#__PURE__*/React.createElement(FaWhatsapp,{size:sectionproperties.youtubebtniconfontsize}))))))))),sectionproperties.cardstyletype=='Style 2'&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.card_marginRight!=0&§ionproperties.card_marginLeft!=0?sectionproperties.width!=100?section_styles.cont1+' d-flex justify-content-between align-items-center px-1025-1 pl-md-3 pr-md-3 mx-auto ':section_styles.cont1+' d-flex justify-content-between align-items-center px-1025-1 pl-md-3 pr-md-3 mx-auto ':sectionproperties.width!=100?section_styles.cont1+' d-flex justify-content-between align-items-center mx-auto ':section_styles.cont1+' d-flex justify-content-between align-items-center mx-auto ',style:{paddingLeft:langdetect=='en'?sectionproperties.card_marginLeft+'px':sectionproperties.card_marginRight+'px',paddingRight:langdetect=='en'?sectionproperties.card_marginRight+'px':sectionproperties.card_marginLeft+'px',border:sectionproperties.sectioncardborderwidth+'px solid '+sectionproperties.sectioncardbordercolor,borderRadius:sectionproperties.sectioncardborderradius+'px'}},/*#__PURE__*/React.createElement("div",{"class":// sectionproperties.paddingLeft != 0 && sectionproperties.paddingRight != 0
|
|
75238
75281
|
// ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between plr-1025-1 pr-md-3 pl-md-3 '
|
|
75239
75282
|
// : sectionproperties.paddingLeft == 0 && sectionproperties.paddingRight == 0
|
|
75240
75283
|
// ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between '
|
|
@@ -75256,19 +75299,19 @@ marginTop:sectionproperties.marginTop+'px',marginBottom:sectionproperties.margin
|
|
|
75256
75299
|
// : section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between '
|
|
75257
75300
|
sectionproperties.paddingLeft!=0&§ionproperties.paddingRight!=0?section_styles.sectioncintainer+' row m-0 w-100 d-flex justify-content-between plr-1025-1 pr-md-3 pl-md-3 ':sectionproperties.paddingLeft==0&§ionproperties.paddingRight==0?section_styles.sectioncintainer+' row m-0 w-100 d-flex justify-content-between px-md-0 ':sectionproperties.paddingLeft!=0?section_styles.sectioncintainer+' row m-0 w-100 d-flex justify-content-between plr-1025-1 pr-md-3 pl-md-3 ':sectionproperties.paddingRight!=0?section_styles.sectioncintainer+' row m-0 w-100 d-flex justify-content-between plr-1025-1 pr-md-3 pl-md-3 ':section_styles.sectioncintainer+' row m-0 w-100 d-flex justify-content-between px-md-0 ',style:{paddingLeft:langdetect=='en'?sectionproperties.paddingLeft+'px':sectionproperties.paddingRight+'px',paddingRight:langdetect=='en'?sectionproperties.paddingRight+'px':sectionproperties.paddingLeft+'px',// paddingTop: sectionproperties.paddingTop + 'px',
|
|
75258
75301
|
// paddingBottom: sectionproperties.paddingBottom + 'px',
|
|
75259
|
-
marginTop:sectionproperties.marginTop+'px',marginBottom:sectionproperties.marginBottom+'px'}},sectionproperties.sectionstyle=='Image on right'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-between d-md-none"},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 d-flex justify-content-between",style:{alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',justifyContent:sectionproperties.justifyContentCenter=='Centered'?'center':'start'}},/*#__PURE__*/React.createElement("div",{"class":sectionproperties.image_show=='show'?section_styles.sectioncintainer+' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center ':section_styles.sectioncintainer+' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center ',style:{background:sectionproperties.reservation_bgcolor,alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',paddingLeft:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$
|
|
75302
|
+
marginTop:sectionproperties.marginTop+'px',marginBottom:sectionproperties.marginBottom+'px'}},sectionproperties.sectionstyle=='Image on right'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-between d-md-none"},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 d-flex justify-content-between",style:{alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',justifyContent:sectionproperties.justifyContentCenter=='Centered'?'center':'start'}},/*#__PURE__*/React.createElement("div",{"class":sectionproperties.image_show=='show'?section_styles.sectioncintainer+' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center ':section_styles.sectioncintainer+' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center ',style:{background:sectionproperties.reservation_bgcolor,alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',paddingLeft:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i136=authdetailsContext.instinfo)===null||_authdetailsContext$i136===void 0?void 0:_authdetailsContext$i136.instid)=='68319d088f13e'?'1.5rem':'',paddingRight:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i137=authdetailsContext.instinfo)===null||_authdetailsContext$i137===void 0?void 0:_authdetailsContext$i137.instid)=='68319d088f13e'?'1.5rem':''}},/*#__PURE__*/React.createElement("div",{"class":(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i138=authdetailsContext.instinfo)===null||_authdetailsContext$i138===void 0?void 0:_authdetailsContext$i138.instid)=='68319d088f13e'?'row m-0 w-100 h-100 p-4':sectionproperties.justifyContentCenter=='Centered'?'row m-0 w-100':'row m-0 w-100 mb-auto',style:{border:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i139=authdetailsContext.instinfo)===null||_authdetailsContext$i139===void 0?void 0:_authdetailsContext$i139.instid)=='68319d088f13e'?'1px solid white':0}},sectionproperties.sectionTitleFontSize!=0&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.sectionstyleresponsive=='Image above text'?'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center mt-md-4':'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center',style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',marginBottom:sectionproperties.sectionTitleMarginBottom+'px',marginTop:sectionproperties.sectionTitleMarginTop+'px',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":'d-flex align-items-center flex-row d-sm-none mt-sm-2 ',style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.sectionTitleFontSize+'px',backgroundColor:sectionproperties.sectiontitlebgcolor,borderRadius:sectionproperties.sectiontitleborderradius+'px',paddingLeft:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingRight:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingTop:sectionproperties.sectiontitlepaddingvertical+'px',paddingBottom:sectionproperties.sectiontitlepaddingvertical+'px',marginLeft:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':sectionproperties.sectionTitleMarginRight+'px':0,marginRight:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':sectionproperties.sectionTitleMarginLeft+'px':0}},SectionTitle()),/*#__PURE__*/React.createElement("div",{"class":'d-none align-items-center flex-row d-sm-flex mt-sm-2 mx-md-2',style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.sectionTitleFontSizeresp+'px',backgroundColor:sectionproperties.sectiontitlebgcolor,borderRadius:sectionproperties.sectiontitleborderradius+'px',paddingLeft:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingRight:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingTop:sectionproperties.sectiontitlepaddingvertical+'px',paddingBottom:sectionproperties.sectiontitlepaddingvertical+'px',marginLeft:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':sectionproperties.sectionTitleMarginRight+'px':0,marginRight:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':sectionproperties.sectionTitleMarginLeft+'px':0}},SectionTitle())),sectionproperties.prodCatShow=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 pl-0 pr-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',marginBottom:sectionproperties.descriptionMarginBottom+'px',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":"d-flex align-items-center flex-row d-sm-none mt-sm-2",style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.prodCatFontSize+'px',paddingLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',paddingRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},SectionDescription()),/*#__PURE__*/React.createElement("div",{"class":"d-none align-items-center flex-row d-sm-flex mt-sm-2",style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.prodCatFontSizeResp+'px'}},SectionDescription())),langdetect=='ar'&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i140=authdetailsContext.instinfo)===null||_authdetailsContext$i140===void 0?void 0:_authdetailsContext$i140.instid)=='67b1bb900a541'&&/*#__PURE__*/React.createElement("div",{"class":"w-100 ",style:{textAlign:'right',color:'#fcfaf3'}},/*#__PURE__*/React.createElement(TypeAnimation,{sequence:[// Same substring at the start will only be typed out once, initially
|
|
75260
75303
|
'الخبرة القانونية في كافة المجالات',1000,// wait 1s before replacing "Mice" with "Hamsters"
|
|
75261
|
-
'نغطي كافة أنحاء الجمهورية الدول العربية والعالم',1000,'سابقة أعمال لا تُقارن',1000,'لا ندرج الخدمة الا ونحن قادرون علي تقديمها',1000,'نقدم الخدمة الصحيحة في الوقت المثالي',1000],wrapper:"span",speed:50,style:{fontSize:'3em',display:'inline-block',color:'#fcfaf3'},repeat:Infinity})),langdetect=='en'&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$
|
|
75304
|
+
'نغطي كافة أنحاء الجمهورية الدول العربية والعالم',1000,'سابقة أعمال لا تُقارن',1000,'لا ندرج الخدمة الا ونحن قادرون علي تقديمها',1000,'نقدم الخدمة الصحيحة في الوقت المثالي',1000],wrapper:"span",speed:50,style:{fontSize:'3em',display:'inline-block',color:'#fcfaf3'},repeat:Infinity})),langdetect=='en'&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i141=authdetailsContext.instinfo)===null||_authdetailsContext$i141===void 0?void 0:_authdetailsContext$i141.instid)=='67b1bb900a541'&&/*#__PURE__*/React.createElement("div",{"class":"w-100 ",style:{textAlign:'left',color:'#fcfaf3'}},/*#__PURE__*/React.createElement(TypeAnimation,{sequence:[// Same substring at the start will only be typed out once, initially
|
|
75262
75305
|
'Legal expertise in all fields',1000,// wait 1s before replacing "Mice" with "Hamsters"
|
|
75263
|
-
'We cover all parts of the Republic, Arab countries and the world',1000,'Unparalleled track record',1000,'We only list services if we are able to provide them.',1000,'We provide the right service at the right time.',1000],wrapper:"span",speed:50,style:{fontSize:'3em',display:'inline-block',color:'#fcfaf3'},repeat:Infinity})),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.text2centered=='Centered'?'center':'start',marginBottom:sectionproperties.slideshowText2Content_marginBottom+'px'}},/*#__PURE__*/React.createElement("p",{"class":sectionproperties.text2centered=='Justify'?section_styles.editortext+' pb-0 pl-md-2 pr-md-2 ':section_styles.editortext+' pb-0 text-md-center pl-md-2 pr-md-2 ',style:{},dangerouslySetInnerHTML:{__html:langdetect=='en'?sectionproperties.contenteditor:sectionproperties.text2editortextar}})),sectionproperties.generalbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.generalbtn_position=='Centered'?'col-lg-12 p-0 allcentered':'col-lg-12 p-0 text-start justify-content-md-center'},/*#__PURE__*/React.createElement("button",{"class":"".concat(section_styles.btn)+' m-md-0 ',onClick:function onClick(){if(sectionproperties.btntype=='WhatsApp'){var _authdetailsContext$
|
|
75264
|
-
routingcountext(sectionproperties.btnlink,false,'');}else {window.open(sectionproperties.btnlink,'_blank');}},style:{marginLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',marginRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},langdetect=='en'?sectionproperties.generalbtn_content:sectionproperties.slideshow_btn_text_ar)),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',display:sectionproperties.fbbtn_show=='Hide'&§ionproperties.instbtn_show=='Hide'&§ionproperties.youtbtn_show=='Hide'?'none':'flex'}},sectionproperties.fbbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.facebook_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$
|
|
75306
|
+
'We cover all parts of the Republic, Arab countries and the world',1000,'Unparalleled track record',1000,'We only list services if we are able to provide them.',1000,'We provide the right service at the right time.',1000],wrapper:"span",speed:50,style:{fontSize:'3em',display:'inline-block',color:'#fcfaf3'},repeat:Infinity})),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.text2centered=='Centered'?'center':'start',marginBottom:sectionproperties.slideshowText2Content_marginBottom+'px'}},/*#__PURE__*/React.createElement("p",{"class":sectionproperties.text2centered=='Justify'?section_styles.editortext+' pb-0 pl-md-2 pr-md-2 ':section_styles.editortext+' pb-0 text-md-center pl-md-2 pr-md-2 ',style:{},dangerouslySetInnerHTML:{__html:langdetect=='en'?sectionproperties.contenteditor:sectionproperties.text2editortextar}})),sectionproperties.generalbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.generalbtn_position=='Centered'?'col-lg-12 p-0 allcentered':'col-lg-12 p-0 text-start justify-content-md-center'},/*#__PURE__*/React.createElement("button",{"class":"".concat(section_styles.btn)+' m-md-0 ',onClick:function onClick(){if(sectionproperties.btntype=='WhatsApp'){var _authdetailsContext$i142;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i142=authdetailsContext.instinfo)===null||_authdetailsContext$i142===void 0?void 0:_authdetailsContext$i142.whatsappnumber)!=null){var _authdetailsContext$i143;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i143=authdetailsContext.instinfo)===null||_authdetailsContext$i143===void 0?void 0:_authdetailsContext$i143.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
|
|
75307
|
+
routingcountext(sectionproperties.btnlink,false,'');}else {window.open(sectionproperties.btnlink,'_blank');}},style:{marginLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',marginRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},langdetect=='en'?sectionproperties.generalbtn_content:sectionproperties.slideshow_btn_text_ar)),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',display:sectionproperties.fbbtn_show=='Hide'&§ionproperties.instbtn_show=='Hide'&§ionproperties.youtbtn_show=='Hide'?'none':'flex'}},sectionproperties.fbbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.facebook_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i144;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i144=authdetailsContext.instinfo)===null||_authdetailsContext$i144===void 0?void 0:_authdetailsContext$i144.facebooklink)!=null){var _authdetailsContext$i145;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i145=authdetailsContext.instinfo)===null||_authdetailsContext$i145===void 0?void 0:_authdetailsContext$i145.facebooklink,'_blank');}}},/*#__PURE__*/React.createElement(FaFacebookF,{size:sectionproperties.facebkbtnniconfontsize})),sectionproperties.instbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.instgram_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i146;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i146=authdetailsContext.instinfo)===null||_authdetailsContext$i146===void 0?void 0:_authdetailsContext$i146.instagramlink)!=null){var _authdetailsContext$i147;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i147=authdetailsContext.instinfo)===null||_authdetailsContext$i147===void 0?void 0:_authdetailsContext$i147.instagramlink,'_blank');}}},/*#__PURE__*/React.createElement(AiFillInstagram,{size:sectionproperties.instgrambtniconfontsize})),sectionproperties.youtbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.youtube_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i148;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i148=authdetailsContext.instinfo)===null||_authdetailsContext$i148===void 0?void 0:_authdetailsContext$i148.whatsappnumber)!=null){var _authdetailsContext$i149;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i149=authdetailsContext.instinfo)===null||_authdetailsContext$i149===void 0?void 0:_authdetailsContext$i149.whatsappnumber),'_blank');}}},/*#__PURE__*/React.createElement(FaWhatsapp,{size:sectionproperties.youtubebtniconfontsize}))))),sectionproperties.image_show=='show'&&Image())),sectionproperties.sectionstyleresponsive=='Image below text'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-none d-md-flex justify-content-between"},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 d-flex justify-content-between",style:{alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',justifyContent:sectionproperties.justifyContentCenter=='Centered'?'center':'start'}},/*#__PURE__*/React.createElement("div",{"class":sectionproperties.image_show=='show'?section_styles.sectioncintainer+' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ':section_styles.sectioncintainer+' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ',style:{background:sectionproperties.reservation_bgcolor,alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":sectionproperties.justifyContentCenter=='Centered'?'row m-0 w-100':'row m-0 w-100 mb-auto'},sectionproperties.sectionTitleFontSize!=0&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.sectionstyleresponsive=='Image above text'?'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center mt-md-4':'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center',style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',marginBottom:sectionproperties.sectionTitleMarginBottom+'px',marginTop:sectionproperties.sectionTitleMarginTop+'px',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":'d-flex align-items-center flex-row d-sm-none mt-sm-2 ',style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.sectionTitleFontSize+'px',backgroundColor:sectionproperties.sectiontitlebgcolor,borderRadius:sectionproperties.sectiontitleborderradius+'px',paddingLeft:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingRight:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingTop:sectionproperties.sectiontitlepaddingvertical+'px',paddingBottom:sectionproperties.sectiontitlepaddingvertical+'px',marginLeft:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':sectionproperties.sectionTitleMarginRight+'px':0,marginRight:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':sectionproperties.sectionTitleMarginLeft+'px':0}},SectionTitle()),/*#__PURE__*/React.createElement("div",{"class":'d-none align-items-center flex-row d-sm-flex mt-sm-2 mx-md-2',style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.sectionTitleFontSizeresp+'px',backgroundColor:sectionproperties.sectiontitlebgcolor,borderRadius:sectionproperties.sectiontitleborderradius+'px',paddingLeft:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingRight:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingTop:sectionproperties.sectiontitlepaddingvertical+'px',paddingBottom:sectionproperties.sectiontitlepaddingvertical+'px',marginLeft:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':sectionproperties.sectionTitleMarginRight+'px':0,marginRight:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':sectionproperties.sectionTitleMarginLeft+'px':0}},SectionTitle())),sectionproperties.prodCatShow=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 pl-0 pr-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',marginBottom:sectionproperties.descriptionMarginBottom+'px',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":"d-flex align-items-center flex-row d-sm-none mt-sm-2",style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.prodCatFontSize+'px',paddingLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',paddingRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},SectionDescription()),/*#__PURE__*/React.createElement("div",{"class":"d-none align-items-center flex-row d-sm-flex mt-sm-2",style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.prodCatFontSizeResp+'px'}},SectionDescription())),langdetect=='ar'&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i150=authdetailsContext.instinfo)===null||_authdetailsContext$i150===void 0?void 0:_authdetailsContext$i150.instid)=='67b1bb900a541'&&/*#__PURE__*/React.createElement("div",{"class":"w-100 ",style:{textAlign:'right',color:'#fcfaf3'}},/*#__PURE__*/React.createElement(TypeAnimation,{sequence:[// Same substring at the start will only be typed out once, initially
|
|
75265
75308
|
'الخبرة القانونية في كافة المجالات',1000,// wait 1s before replacing "Mice" with "Hamsters"
|
|
75266
|
-
'نغطي كافة أنحاء الجمهورية الدول العربية والعالم',1000,'سابقة أعمال لا تُقارن',1000,'لا ندرج الخدمة الا ونحن قادرون علي تقديمها',1000,'نقدم الخدمة الصحيحة في الوقت المثالي',1000],wrapper:"span",speed:50,style:{fontSize:'3em',display:'inline-block',color:'#fcfaf3'},repeat:Infinity})),langdetect=='en'&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$
|
|
75309
|
+
'نغطي كافة أنحاء الجمهورية الدول العربية والعالم',1000,'سابقة أعمال لا تُقارن',1000,'لا ندرج الخدمة الا ونحن قادرون علي تقديمها',1000,'نقدم الخدمة الصحيحة في الوقت المثالي',1000],wrapper:"span",speed:50,style:{fontSize:'3em',display:'inline-block',color:'#fcfaf3'},repeat:Infinity})),langdetect=='en'&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i151=authdetailsContext.instinfo)===null||_authdetailsContext$i151===void 0?void 0:_authdetailsContext$i151.instid)=='67b1bb900a541'&&/*#__PURE__*/React.createElement("div",{"class":"w-100 ",style:{textAlign:'left',color:'#fcfaf3'}},/*#__PURE__*/React.createElement(TypeAnimation,{sequence:[// Same substring at the start will only be typed out once, initially
|
|
75267
75310
|
'Legal expertise in all fields',1000,// wait 1s before replacing "Mice" with "Hamsters"
|
|
75268
|
-
'We cover all parts of the Republic, Arab countries and the world',1000,'Unparalleled track record',1000,'We only list services if we are able to provide them.',1000,'We provide the right service at the right time.',1000],wrapper:"span",speed:50,style:{fontSize:'3em',display:'inline-block',color:'#fcfaf3'},repeat:Infinity})),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.text2centered=='Centered'?'center':'start',marginBottom:sectionproperties.slideshowText2Content_marginBottom+'px'}},/*#__PURE__*/React.createElement("p",{"class":sectionproperties.text2centered=='Justify'?section_styles.editortext+' pb-0 pl-md-2 pr-md-2 ':section_styles.editortext+' pb-0 text-md-center pl-md-2 pr-md-2 ',style:{},dangerouslySetInnerHTML:{__html:langdetect=='en'?sectionproperties.contenteditor:sectionproperties.text2editortextar}})),sectionproperties.generalbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.generalbtn_position=='Centered'?'col-lg-12 p-0 allcentered':'col-lg-12 p-0 text-start justify-content-md-center'},/*#__PURE__*/React.createElement("button",{"class":"".concat(section_styles.btn)+' m-md-0 ',onClick:function onClick(){if(sectionproperties.btntype=='WhatsApp'){var _authdetailsContext$
|
|
75269
|
-
routingcountext(sectionproperties.btnlink,false,'');}else {window.open(sectionproperties.btnlink,'_blank');}},style:{marginLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',marginRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},langdetect=='en'?sectionproperties.generalbtn_content:sectionproperties.slideshow_btn_text_ar)),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',display:sectionproperties.fbbtn_show=='Hide'&§ionproperties.instbtn_show=='Hide'&§ionproperties.youtbtn_show=='Hide'?'none':'flex'}},sectionproperties.fbbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.facebook_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i151;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i151=authdetailsContext.instinfo)===null||_authdetailsContext$i151===void 0?void 0:_authdetailsContext$i151.facebooklink)!=null){var _authdetailsContext$i152;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i152=authdetailsContext.instinfo)===null||_authdetailsContext$i152===void 0?void 0:_authdetailsContext$i152.facebooklink,'_blank');}}},/*#__PURE__*/React.createElement(FaFacebookF,{size:sectionproperties.facebkbtnniconfontsize})),sectionproperties.instbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.instgram_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i153;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i153=authdetailsContext.instinfo)===null||_authdetailsContext$i153===void 0?void 0:_authdetailsContext$i153.instagramlink)!=null){var _authdetailsContext$i154;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i154=authdetailsContext.instinfo)===null||_authdetailsContext$i154===void 0?void 0:_authdetailsContext$i154.instagramlink,'_blank');}}},/*#__PURE__*/React.createElement(AiFillInstagram,{size:sectionproperties.instgrambtniconfontsize})),sectionproperties.youtbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.youtube_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i155;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i155=authdetailsContext.instinfo)===null||_authdetailsContext$i155===void 0?void 0:_authdetailsContext$i155.whatsappnumber)!=null){var _authdetailsContext$i156;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i156=authdetailsContext.instinfo)===null||_authdetailsContext$i156===void 0?void 0:_authdetailsContext$i156.whatsappnumber),'_blank');}}},/*#__PURE__*/React.createElement(FaWhatsapp,{size:sectionproperties.youtubebtniconfontsize}))))),sectionproperties.image_show=='show'&&Image())),sectionproperties.sectionstyle=='Image on left'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-between d-md-none"},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 d-flex justify-content-between",style:{alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',justifyContent:sectionproperties.justifyContentCenter=='Centered'?'center':'start'}},sectionproperties.image_show=='show'&&Image(),/*#__PURE__*/React.createElement("div",{"class":sectionproperties.image_show=='show'?section_styles.sectioncintainer+' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center ':section_styles.sectioncintainer+' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center ',style:{background:sectionproperties.reservation_bgcolor,alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',paddingLeft:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i157=authdetailsContext.instinfo)===null||_authdetailsContext$i157===void 0?void 0:_authdetailsContext$i157.instid)=='68319d088f13e'?'1.5rem':'',paddingRight:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i158=authdetailsContext.instinfo)===null||_authdetailsContext$i158===void 0?void 0:_authdetailsContext$i158.instid)=='68319d088f13e'?'1.5rem':''}},/*#__PURE__*/React.createElement("div",{"class":(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i159=authdetailsContext.instinfo)===null||_authdetailsContext$i159===void 0?void 0:_authdetailsContext$i159.instid)=='68319d088f13e'?'row m-0 w-100 h-100 p-4':sectionproperties.justifyContentCenter=='Centered'?'row m-0 w-100':'row m-0 w-100 mb-auto',style:{border:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i160=authdetailsContext.instinfo)===null||_authdetailsContext$i160===void 0?void 0:_authdetailsContext$i160.instid)=='68319d088f13e'?'1px solid white':0}},sectionproperties.sectionTitleFontSize!=0&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.sectionstyleresponsive=='Image above text'?'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center mt-md-4':'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center',style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',marginBottom:sectionproperties.sectionTitleMarginBottom+'px',marginTop:sectionproperties.sectionTitleMarginTop+'px',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":'d-flex align-items-center flex-row d-sm-none mt-sm-2 ',style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.sectionTitleFontSize+'px',backgroundColor:sectionproperties.sectiontitlebgcolor,borderRadius:sectionproperties.sectiontitleborderradius+'px',paddingLeft:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingRight:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingTop:sectionproperties.sectiontitlepaddingvertical+'px',paddingBottom:sectionproperties.sectiontitlepaddingvertical+'px',marginLeft:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':sectionproperties.sectionTitleMarginRight+'px':0,marginRight:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':sectionproperties.sectionTitleMarginLeft+'px':0}},SectionTitle()),/*#__PURE__*/React.createElement("div",{"class":'d-none align-items-center flex-row d-sm-flex mt-sm-2 mx-md-2',style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.sectionTitleFontSizeresp+'px',backgroundColor:sectionproperties.sectiontitlebgcolor,borderRadius:sectionproperties.sectiontitleborderradius+'px',paddingLeft:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingRight:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingTop:sectionproperties.sectiontitlepaddingvertical+'px',paddingBottom:sectionproperties.sectiontitlepaddingvertical+'px',marginLeft:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':sectionproperties.sectionTitleMarginRight+'px':0,marginRight:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':sectionproperties.sectionTitleMarginLeft+'px':0}},SectionTitle())),sectionproperties.prodCatShow=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 pl-0 pr-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',marginBottom:sectionproperties.descriptionMarginBottom+'px',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":"d-flex align-items-center flex-row d-sm-none mt-sm-2",style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.prodCatFontSize+'px',paddingLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',paddingRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},SectionDescription()),/*#__PURE__*/React.createElement("div",{"class":"d-none align-items-center flex-row d-sm-flex mt-sm-2",style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.prodCatFontSizeResp+'px'}},SectionDescription())),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.text2centered=='Centered'?'center':'start',marginBottom:sectionproperties.slideshowText2Content_marginBottom+'px'}},/*#__PURE__*/React.createElement("p",{"class":sectionproperties.text2centered=='Justify'?section_styles.editortext+' pb-0 pl-md-2 pr-md-2 ':section_styles.editortext+' pb-0 text-md-center pl-md-2 pr-md-2 ',style:{},dangerouslySetInnerHTML:{__html:langdetect=='en'?sectionproperties.contenteditor:sectionproperties.text2editortextar}})),sectionproperties.generalbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.generalbtn_position=='Centered'?'col-lg-12 p-0 allcentered':'col-lg-12 p-0 text-start justify-content-md-center'},/*#__PURE__*/React.createElement("button",{"class":"".concat(section_styles.btn)+' m-md-0 ',onClick:function onClick(){if(sectionproperties.btntype=='WhatsApp'){var _authdetailsContext$i161;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i161=authdetailsContext.instinfo)===null||_authdetailsContext$i161===void 0?void 0:_authdetailsContext$i161.whatsappnumber)!=null){var _authdetailsContext$i162;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i162=authdetailsContext.instinfo)===null||_authdetailsContext$i162===void 0?void 0:_authdetailsContext$i162.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
|
|
75270
|
-
routingcountext(sectionproperties.btnlink,false,'');}else {window.open(sectionproperties.btnlink,'_blank');}},style:{marginLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',marginRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},langdetect=='en'?sectionproperties.generalbtn_content:sectionproperties.slideshow_btn_text_ar)),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',display:sectionproperties.fbbtn_show=='Hide'&§ionproperties.instbtn_show=='Hide'&§ionproperties.youtbtn_show=='Hide'?'none':'flex'}},sectionproperties.fbbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.facebook_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i163;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i163=authdetailsContext.instinfo)===null||_authdetailsContext$i163===void 0?void 0:_authdetailsContext$i163.facebooklink)!=null){var _authdetailsContext$i164;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i164=authdetailsContext.instinfo)===null||_authdetailsContext$i164===void 0?void 0:_authdetailsContext$i164.facebooklink,'_blank');}}},/*#__PURE__*/React.createElement(FaFacebookF,{size:sectionproperties.facebkbtnniconfontsize})),sectionproperties.instbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.instgram_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i165;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i165=authdetailsContext.instinfo)===null||_authdetailsContext$i165===void 0?void 0:_authdetailsContext$i165.instagramlink)!=null){var _authdetailsContext$i166;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i166=authdetailsContext.instinfo)===null||_authdetailsContext$i166===void 0?void 0:_authdetailsContext$i166.instagramlink,'_blank');}}},/*#__PURE__*/React.createElement(AiFillInstagram,{size:sectionproperties.instgrambtniconfontsize})),sectionproperties.youtbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.youtube_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i167;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i167=authdetailsContext.instinfo)===null||_authdetailsContext$i167===void 0?void 0:_authdetailsContext$i167.whatsappnumber)!=null){var _authdetailsContext$i168;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i168=authdetailsContext.instinfo)===null||_authdetailsContext$i168===void 0?void 0:_authdetailsContext$i168.whatsappnumber),'_blank');}}},/*#__PURE__*/React.createElement(FaWhatsapp,{size:sectionproperties.youtubebtniconfontsize}))))))),sectionproperties.sectionstyleresponsive=='Image above text'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-none d-md-flex justify-content-between"},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 d-flex justify-content-between",style:{alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',justifyContent:sectionproperties.justifyContentCenter=='Centered'?'center':'start'}},sectionproperties.image_show=='show'&&Image(),/*#__PURE__*/React.createElement("div",{"class":sectionproperties.image_show=='show'?section_styles.sectioncintainer+' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ':section_styles.sectioncintainer+' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ',style:{background:sectionproperties.reservation_bgcolor,alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":sectionproperties.justifyContentCenter=='Centered'?'row m-0 w-100':'row m-0 w-100 mb-auto',style:{padding:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i169=authdetailsContext.instinfo)===null||_authdetailsContext$i169===void 0?void 0:_authdetailsContext$i169.instid)=='68319d088f13e'?'0.5rem':0}},sectionproperties.sectionTitleFontSize!=0&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.sectionstyleresponsive=='Image above text'?'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center mt-md-4':'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center',style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',marginBottom:sectionproperties.sectionTitleMarginBottom+'px',marginTop:sectionproperties.sectionTitleMarginTop+'px',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":'d-flex align-items-center flex-row d-sm-none mt-sm-2 ',style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.sectionTitleFontSize+'px',backgroundColor:sectionproperties.sectiontitlebgcolor,borderRadius:sectionproperties.sectiontitleborderradius+'px',paddingLeft:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingRight:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingTop:sectionproperties.sectiontitlepaddingvertical+'px',paddingBottom:sectionproperties.sectiontitlepaddingvertical+'px',marginLeft:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':sectionproperties.sectionTitleMarginRight+'px':0,marginRight:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':sectionproperties.sectionTitleMarginLeft+'px':0}},SectionTitle()),/*#__PURE__*/React.createElement("div",{"class":'d-none align-items-center flex-row d-sm-flex mt-sm-2 mx-md-2',style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.sectionTitleFontSizeresp+'px',backgroundColor:sectionproperties.sectiontitlebgcolor,borderRadius:sectionproperties.sectiontitleborderradius+'px',paddingLeft:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingRight:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingTop:sectionproperties.sectiontitlepaddingvertical+'px',paddingBottom:sectionproperties.sectiontitlepaddingvertical+'px',marginLeft:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':sectionproperties.sectionTitleMarginRight+'px':0,marginRight:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':sectionproperties.sectionTitleMarginLeft+'px':0}},SectionTitle())),sectionproperties.prodCatShow=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 pl-0 pr-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',marginBottom:sectionproperties.descriptionMarginBottom+'px',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":"d-flex align-items-center flex-row d-sm-none mt-sm-2",style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.prodCatFontSize+'px',paddingLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',paddingRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},SectionDescription()),/*#__PURE__*/React.createElement("div",{"class":"d-none align-items-center flex-row d-sm-flex mt-sm-2",style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.prodCatFontSizeResp+'px'}},SectionDescription())),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.text2centered=='Centered'?'center':'start',marginBottom:sectionproperties.slideshowText2Content_marginBottom+'px',border:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i170=authdetailsContext.instinfo)===null||_authdetailsContext$i170===void 0?void 0:_authdetailsContext$i170.instid)=='68319d088f13e'?'1px solid white':0,padding:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i171=authdetailsContext.instinfo)===null||_authdetailsContext$i171===void 0?void 0:_authdetailsContext$i171.instid)=='68319d088f13e'?'1rem 3rem':0}},/*#__PURE__*/React.createElement("p",{"class":sectionproperties.text2centered=='Justify'?section_styles.editortext+' pb-0 pl-md-2 pr-md-2 ':section_styles.editortext+' pb-0 text-md-center pl-md-2 pr-md-2 ',style:{},dangerouslySetInnerHTML:{__html:langdetect=='en'?sectionproperties.contenteditor:sectionproperties.text2editortextar}})),sectionproperties.generalbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.generalbtn_position=='Centered'?'col-lg-12 p-0 allcentered':'col-lg-12 p-0 text-start justify-content-md-center'},/*#__PURE__*/React.createElement("button",{"class":"".concat(section_styles.btn)+' m-md-0 ',onClick:function onClick(){if(sectionproperties.btntype=='WhatsApp'){var _authdetailsContext$i172;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i172=authdetailsContext.instinfo)===null||_authdetailsContext$i172===void 0?void 0:_authdetailsContext$i172.whatsappnumber)!=null){var _authdetailsContext$i173;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i173=authdetailsContext.instinfo)===null||_authdetailsContext$i173===void 0?void 0:_authdetailsContext$i173.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
|
|
75271
|
-
routingcountext(sectionproperties.btnlink,false,'');}else {window.open(sectionproperties.btnlink,'_blank');}},style:{marginLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',marginRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},langdetect=='en'?sectionproperties.generalbtn_content:sectionproperties.slideshow_btn_text_ar)),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',display:sectionproperties.fbbtn_show=='Hide'&§ionproperties.instbtn_show=='Hide'&§ionproperties.youtbtn_show=='Hide'?'none':'flex'}},sectionproperties.fbbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.facebook_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$
|
|
75311
|
+
'We cover all parts of the Republic, Arab countries and the world',1000,'Unparalleled track record',1000,'We only list services if we are able to provide them.',1000,'We provide the right service at the right time.',1000],wrapper:"span",speed:50,style:{fontSize:'3em',display:'inline-block',color:'#fcfaf3'},repeat:Infinity})),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.text2centered=='Centered'?'center':'start',marginBottom:sectionproperties.slideshowText2Content_marginBottom+'px'}},/*#__PURE__*/React.createElement("p",{"class":sectionproperties.text2centered=='Justify'?section_styles.editortext+' pb-0 pl-md-2 pr-md-2 ':section_styles.editortext+' pb-0 text-md-center pl-md-2 pr-md-2 ',style:{},dangerouslySetInnerHTML:{__html:langdetect=='en'?sectionproperties.contenteditor:sectionproperties.text2editortextar}})),sectionproperties.generalbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.generalbtn_position=='Centered'?'col-lg-12 p-0 allcentered':'col-lg-12 p-0 text-start justify-content-md-center'},/*#__PURE__*/React.createElement("button",{"class":"".concat(section_styles.btn)+' m-md-0 ',onClick:function onClick(){if(sectionproperties.btntype=='WhatsApp'){var _authdetailsContext$i152;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i152=authdetailsContext.instinfo)===null||_authdetailsContext$i152===void 0?void 0:_authdetailsContext$i152.whatsappnumber)!=null){var _authdetailsContext$i153;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i153=authdetailsContext.instinfo)===null||_authdetailsContext$i153===void 0?void 0:_authdetailsContext$i153.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
|
|
75312
|
+
routingcountext(sectionproperties.btnlink,false,'');}else {window.open(sectionproperties.btnlink,'_blank');}},style:{marginLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',marginRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},langdetect=='en'?sectionproperties.generalbtn_content:sectionproperties.slideshow_btn_text_ar)),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',display:sectionproperties.fbbtn_show=='Hide'&§ionproperties.instbtn_show=='Hide'&§ionproperties.youtbtn_show=='Hide'?'none':'flex'}},sectionproperties.fbbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.facebook_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i154;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i154=authdetailsContext.instinfo)===null||_authdetailsContext$i154===void 0?void 0:_authdetailsContext$i154.facebooklink)!=null){var _authdetailsContext$i155;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i155=authdetailsContext.instinfo)===null||_authdetailsContext$i155===void 0?void 0:_authdetailsContext$i155.facebooklink,'_blank');}}},/*#__PURE__*/React.createElement(FaFacebookF,{size:sectionproperties.facebkbtnniconfontsize})),sectionproperties.instbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.instgram_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i156;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i156=authdetailsContext.instinfo)===null||_authdetailsContext$i156===void 0?void 0:_authdetailsContext$i156.instagramlink)!=null){var _authdetailsContext$i157;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i157=authdetailsContext.instinfo)===null||_authdetailsContext$i157===void 0?void 0:_authdetailsContext$i157.instagramlink,'_blank');}}},/*#__PURE__*/React.createElement(AiFillInstagram,{size:sectionproperties.instgrambtniconfontsize})),sectionproperties.youtbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.youtube_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i158;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i158=authdetailsContext.instinfo)===null||_authdetailsContext$i158===void 0?void 0:_authdetailsContext$i158.whatsappnumber)!=null){var _authdetailsContext$i159;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i159=authdetailsContext.instinfo)===null||_authdetailsContext$i159===void 0?void 0:_authdetailsContext$i159.whatsappnumber),'_blank');}}},/*#__PURE__*/React.createElement(FaWhatsapp,{size:sectionproperties.youtubebtniconfontsize}))))),sectionproperties.image_show=='show'&&Image())),sectionproperties.sectionstyle=='Image on left'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-between d-md-none"},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 d-flex justify-content-between",style:{alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',justifyContent:sectionproperties.justifyContentCenter=='Centered'?'center':'start'}},sectionproperties.image_show=='show'&&Image(),/*#__PURE__*/React.createElement("div",{"class":sectionproperties.image_show=='show'?section_styles.sectioncintainer+' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center ':section_styles.sectioncintainer+' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center ',style:{background:sectionproperties.reservation_bgcolor,alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',paddingLeft:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i160=authdetailsContext.instinfo)===null||_authdetailsContext$i160===void 0?void 0:_authdetailsContext$i160.instid)=='68319d088f13e'?'1.5rem':'',paddingRight:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i161=authdetailsContext.instinfo)===null||_authdetailsContext$i161===void 0?void 0:_authdetailsContext$i161.instid)=='68319d088f13e'?'1.5rem':''}},/*#__PURE__*/React.createElement("div",{"class":(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i162=authdetailsContext.instinfo)===null||_authdetailsContext$i162===void 0?void 0:_authdetailsContext$i162.instid)=='68319d088f13e'?'row m-0 w-100 h-100 p-4':sectionproperties.justifyContentCenter=='Centered'?'row m-0 w-100':'row m-0 w-100 mb-auto',style:{border:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i163=authdetailsContext.instinfo)===null||_authdetailsContext$i163===void 0?void 0:_authdetailsContext$i163.instid)=='68319d088f13e'?'1px solid white':0}},sectionproperties.sectionTitleFontSize!=0&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.sectionstyleresponsive=='Image above text'?'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center mt-md-4':'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center',style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',marginBottom:sectionproperties.sectionTitleMarginBottom+'px',marginTop:sectionproperties.sectionTitleMarginTop+'px',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":'d-flex align-items-center flex-row d-sm-none mt-sm-2 ',style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.sectionTitleFontSize+'px',backgroundColor:sectionproperties.sectiontitlebgcolor,borderRadius:sectionproperties.sectiontitleborderradius+'px',paddingLeft:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingRight:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingTop:sectionproperties.sectiontitlepaddingvertical+'px',paddingBottom:sectionproperties.sectiontitlepaddingvertical+'px',marginLeft:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':sectionproperties.sectionTitleMarginRight+'px':0,marginRight:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':sectionproperties.sectionTitleMarginLeft+'px':0}},SectionTitle()),/*#__PURE__*/React.createElement("div",{"class":'d-none align-items-center flex-row d-sm-flex mt-sm-2 mx-md-2',style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.sectionTitleFontSizeresp+'px',backgroundColor:sectionproperties.sectiontitlebgcolor,borderRadius:sectionproperties.sectiontitleborderradius+'px',paddingLeft:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingRight:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingTop:sectionproperties.sectiontitlepaddingvertical+'px',paddingBottom:sectionproperties.sectiontitlepaddingvertical+'px',marginLeft:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':sectionproperties.sectionTitleMarginRight+'px':0,marginRight:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':sectionproperties.sectionTitleMarginLeft+'px':0}},SectionTitle())),sectionproperties.prodCatShow=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 pl-0 pr-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',marginBottom:sectionproperties.descriptionMarginBottom+'px',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":"d-flex align-items-center flex-row d-sm-none mt-sm-2",style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.prodCatFontSize+'px',paddingLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',paddingRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},SectionDescription()),/*#__PURE__*/React.createElement("div",{"class":"d-none align-items-center flex-row d-sm-flex mt-sm-2",style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.prodCatFontSizeResp+'px'}},SectionDescription())),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.text2centered=='Centered'?'center':'start',marginBottom:sectionproperties.slideshowText2Content_marginBottom+'px'}},/*#__PURE__*/React.createElement("p",{"class":sectionproperties.text2centered=='Justify'?section_styles.editortext+' pb-0 pl-md-2 pr-md-2 ':section_styles.editortext+' pb-0 text-md-center pl-md-2 pr-md-2 ',style:{},dangerouslySetInnerHTML:{__html:langdetect=='en'?sectionproperties.contenteditor:sectionproperties.text2editortextar}})),sectionproperties.generalbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.generalbtn_position=='Centered'?'col-lg-12 p-0 allcentered':'col-lg-12 p-0 text-start justify-content-md-center'},/*#__PURE__*/React.createElement("button",{"class":"".concat(section_styles.btn)+' m-md-0 ',onClick:function onClick(){if(sectionproperties.btntype=='WhatsApp'){var _authdetailsContext$i164;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i164=authdetailsContext.instinfo)===null||_authdetailsContext$i164===void 0?void 0:_authdetailsContext$i164.whatsappnumber)!=null){var _authdetailsContext$i165;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i165=authdetailsContext.instinfo)===null||_authdetailsContext$i165===void 0?void 0:_authdetailsContext$i165.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
|
|
75313
|
+
routingcountext(sectionproperties.btnlink,false,'');}else {window.open(sectionproperties.btnlink,'_blank');}},style:{marginLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',marginRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},langdetect=='en'?sectionproperties.generalbtn_content:sectionproperties.slideshow_btn_text_ar)),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',display:sectionproperties.fbbtn_show=='Hide'&§ionproperties.instbtn_show=='Hide'&§ionproperties.youtbtn_show=='Hide'?'none':'flex'}},sectionproperties.fbbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.facebook_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i166;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i166=authdetailsContext.instinfo)===null||_authdetailsContext$i166===void 0?void 0:_authdetailsContext$i166.facebooklink)!=null){var _authdetailsContext$i167;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i167=authdetailsContext.instinfo)===null||_authdetailsContext$i167===void 0?void 0:_authdetailsContext$i167.facebooklink,'_blank');}}},/*#__PURE__*/React.createElement(FaFacebookF,{size:sectionproperties.facebkbtnniconfontsize})),sectionproperties.instbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.instgram_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i168;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i168=authdetailsContext.instinfo)===null||_authdetailsContext$i168===void 0?void 0:_authdetailsContext$i168.instagramlink)!=null){var _authdetailsContext$i169;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i169=authdetailsContext.instinfo)===null||_authdetailsContext$i169===void 0?void 0:_authdetailsContext$i169.instagramlink,'_blank');}}},/*#__PURE__*/React.createElement(AiFillInstagram,{size:sectionproperties.instgrambtniconfontsize})),sectionproperties.youtbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.youtube_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i170;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i170=authdetailsContext.instinfo)===null||_authdetailsContext$i170===void 0?void 0:_authdetailsContext$i170.whatsappnumber)!=null){var _authdetailsContext$i171;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i171=authdetailsContext.instinfo)===null||_authdetailsContext$i171===void 0?void 0:_authdetailsContext$i171.whatsappnumber),'_blank');}}},/*#__PURE__*/React.createElement(FaWhatsapp,{size:sectionproperties.youtubebtniconfontsize}))))))),sectionproperties.sectionstyleresponsive=='Image above text'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-none d-md-flex justify-content-between"},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 d-flex justify-content-between",style:{alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',justifyContent:sectionproperties.justifyContentCenter=='Centered'?'center':'start'}},sectionproperties.image_show=='show'&&Image(),/*#__PURE__*/React.createElement("div",{"class":sectionproperties.image_show=='show'?section_styles.sectioncintainer+' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ':section_styles.sectioncintainer+' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ',style:{background:sectionproperties.reservation_bgcolor,alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":sectionproperties.justifyContentCenter=='Centered'?'row m-0 w-100':'row m-0 w-100 mb-auto',style:{padding:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i172=authdetailsContext.instinfo)===null||_authdetailsContext$i172===void 0?void 0:_authdetailsContext$i172.instid)=='68319d088f13e'?'0.5rem':0}},sectionproperties.sectionTitleFontSize!=0&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.sectionstyleresponsive=='Image above text'?'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center mt-md-4':'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center',style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',marginBottom:sectionproperties.sectionTitleMarginBottom+'px',marginTop:sectionproperties.sectionTitleMarginTop+'px',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":'d-flex align-items-center flex-row d-sm-none mt-sm-2 ',style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.sectionTitleFontSize+'px',backgroundColor:sectionproperties.sectiontitlebgcolor,borderRadius:sectionproperties.sectiontitleborderradius+'px',paddingLeft:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingRight:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingTop:sectionproperties.sectiontitlepaddingvertical+'px',paddingBottom:sectionproperties.sectiontitlepaddingvertical+'px',marginLeft:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':sectionproperties.sectionTitleMarginRight+'px':0,marginRight:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':sectionproperties.sectionTitleMarginLeft+'px':0}},SectionTitle()),/*#__PURE__*/React.createElement("div",{"class":'d-none align-items-center flex-row d-sm-flex mt-sm-2 mx-md-2',style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.sectionTitleFontSizeresp+'px',backgroundColor:sectionproperties.sectiontitlebgcolor,borderRadius:sectionproperties.sectiontitleborderradius+'px',paddingLeft:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingRight:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingTop:sectionproperties.sectiontitlepaddingvertical+'px',paddingBottom:sectionproperties.sectiontitlepaddingvertical+'px',marginLeft:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':sectionproperties.sectionTitleMarginRight+'px':0,marginRight:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':sectionproperties.sectionTitleMarginLeft+'px':0}},SectionTitle())),sectionproperties.prodCatShow=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 pl-0 pr-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',marginBottom:sectionproperties.descriptionMarginBottom+'px',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React.createElement("div",{"class":"d-flex align-items-center flex-row d-sm-none mt-sm-2",style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.prodCatFontSize+'px',paddingLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',paddingRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},SectionDescription()),/*#__PURE__*/React.createElement("div",{"class":"d-none align-items-center flex-row d-sm-flex mt-sm-2",style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.prodCatFontSizeResp+'px'}},SectionDescription())),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.text2centered=='Centered'?'center':'start',marginBottom:sectionproperties.slideshowText2Content_marginBottom+'px',border:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i173=authdetailsContext.instinfo)===null||_authdetailsContext$i173===void 0?void 0:_authdetailsContext$i173.instid)=='68319d088f13e'?'1px solid white':0,padding:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i174=authdetailsContext.instinfo)===null||_authdetailsContext$i174===void 0?void 0:_authdetailsContext$i174.instid)=='68319d088f13e'?'1rem 3rem':0}},/*#__PURE__*/React.createElement("p",{"class":sectionproperties.text2centered=='Justify'?section_styles.editortext+' pb-0 pl-md-2 pr-md-2 ':section_styles.editortext+' pb-0 text-md-center pl-md-2 pr-md-2 ',style:{},dangerouslySetInnerHTML:{__html:langdetect=='en'?sectionproperties.contenteditor:sectionproperties.text2editortextar}})),sectionproperties.generalbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.generalbtn_position=='Centered'?'col-lg-12 p-0 allcentered':'col-lg-12 p-0 text-start justify-content-md-center'},/*#__PURE__*/React.createElement("button",{"class":"".concat(section_styles.btn)+' m-md-0 ',onClick:function onClick(){if(sectionproperties.btntype=='WhatsApp'){var _authdetailsContext$i175;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i175=authdetailsContext.instinfo)===null||_authdetailsContext$i175===void 0?void 0:_authdetailsContext$i175.whatsappnumber)!=null){var _authdetailsContext$i176;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i176=authdetailsContext.instinfo)===null||_authdetailsContext$i176===void 0?void 0:_authdetailsContext$i176.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
|
|
75314
|
+
routingcountext(sectionproperties.btnlink,false,'');}else {window.open(sectionproperties.btnlink,'_blank');}},style:{marginLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',marginRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},langdetect=='en'?sectionproperties.generalbtn_content:sectionproperties.slideshow_btn_text_ar)),/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',display:sectionproperties.fbbtn_show=='Hide'&§ionproperties.instbtn_show=='Hide'&§ionproperties.youtbtn_show=='Hide'?'none':'flex'}},sectionproperties.fbbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.facebook_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i177;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i177=authdetailsContext.instinfo)===null||_authdetailsContext$i177===void 0?void 0:_authdetailsContext$i177.facebooklink)!=null){var _authdetailsContext$i178;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i178=authdetailsContext.instinfo)===null||_authdetailsContext$i178===void 0?void 0:_authdetailsContext$i178.facebooklink,'_blank');}}},/*#__PURE__*/React.createElement(FaFacebookF,{size:sectionproperties.facebkbtnniconfontsize})),sectionproperties.instbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.instgram_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i179;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i179=authdetailsContext.instinfo)===null||_authdetailsContext$i179===void 0?void 0:_authdetailsContext$i179.instagramlink)!=null){var _authdetailsContext$i180;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i180=authdetailsContext.instinfo)===null||_authdetailsContext$i180===void 0?void 0:_authdetailsContext$i180.instagramlink,'_blank');}}},/*#__PURE__*/React.createElement(AiFillInstagram,{size:sectionproperties.instgrambtniconfontsize})),sectionproperties.youtbtn_show=='Show'&&/*#__PURE__*/React.createElement("div",{"class":"".concat(section_styles.youtube_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i181;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i181=authdetailsContext.instinfo)===null||_authdetailsContext$i181===void 0?void 0:_authdetailsContext$i181.whatsappnumber)!=null){var _authdetailsContext$i182;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i182=authdetailsContext.instinfo)===null||_authdetailsContext$i182===void 0?void 0:_authdetailsContext$i182.whatsappnumber),'_blank');}}},/*#__PURE__*/React.createElement(FaWhatsapp,{size:sectionproperties.youtubebtniconfontsize}))))))))),sectionproperties.cardstyletype=='Style 2'&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.card_marginRight!=0&§ionproperties.card_marginLeft!=0?sectionproperties.width!=100?section_styles.cont1+' d-flex justify-content-between align-items-center px-1025-1 pl-md-3 pr-md-3 mx-auto ':section_styles.cont1+' d-flex justify-content-between align-items-center px-1025-1 pl-md-3 pr-md-3 mx-auto ':sectionproperties.width!=100?section_styles.cont1+' d-flex justify-content-between align-items-center mx-auto ':section_styles.cont1+' d-flex justify-content-between align-items-center mx-auto ',style:{paddingLeft:langdetect=='en'?sectionproperties.card_marginLeft+'px':sectionproperties.card_marginRight+'px',paddingRight:langdetect=='en'?sectionproperties.card_marginRight+'px':sectionproperties.card_marginLeft+'px',border:sectionproperties.sectioncardborderwidth+'px solid '+sectionproperties.sectioncardbordercolor,borderRadius:sectionproperties.sectioncardborderradius+'px'}},/*#__PURE__*/React.createElement("div",{"class":sectionproperties.paddingLeft!=0&§ionproperties.paddingRight!=0?section_styles.sectioncintainer+' row m-0 w-100 d-flex justify-content-between plr-1025-1 pr-md-3 pl-md-3 ':sectionproperties.paddingLeft==0&§ionproperties.paddingRight==0?section_styles.sectioncintainer+' row m-0 w-100 d-flex justify-content-between px-md-0 ':sectionproperties.paddingLeft!=0?section_styles.sectioncintainer+' row m-0 w-100 d-flex justify-content-between plr-1025-1 pr-md-3 pl-md-3 ':sectionproperties.paddingRight!=0?section_styles.sectioncintainer+' row m-0 w-100 d-flex justify-content-between plr-1025-1 pr-md-3 pl-md-3 ':section_styles.sectioncintainer+' row m-0 w-100 d-flex justify-content-between px-md-0 ',style:{paddingLeft:langdetect=='en'?sectionproperties.paddingLeft+'px':sectionproperties.paddingRight+'px',paddingRight:langdetect=='en'?sectionproperties.paddingRight+'px':sectionproperties.paddingLeft+'px',// paddingTop: sectionproperties.paddingTop + 'px',
|
|
75272
75315
|
// paddingBottom: sectionproperties.paddingBottom + 'px',
|
|
75273
75316
|
marginTop:sectionproperties.marginTop+'px',marginBottom:sectionproperties.marginBottom+'px'}},sectionproperties.sectionstyle=='Image on right'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-between d-md-none"},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 d-flex justify-content-between",style:{alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',justifyContent:sectionproperties.justifyContentCenter=='Centered'?'center':'start'}},Content(),sectionproperties.image_show=='show'&&Image())),sectionproperties.sectionstyleresponsive=='Image below text'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-none d-md-flex justify-content-between"},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 d-flex justify-content-between",style:{alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',justifyContent:sectionproperties.justifyContentCenter=='Centered'?'center':'start'}},Content(),sectionproperties.image_show=='show'&&Image())),sectionproperties.sectionstyle=='Image on left'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-between d-md-none"},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 d-flex justify-content-between",style:{alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',justifyContent:sectionproperties.justifyContentCenter=='Centered'?'center':'start'}},sectionproperties.image_show=='show'&&Image(),Content())),sectionproperties.sectionstyleresponsive=='Image above text'&&/*#__PURE__*/React.createElement("div",{"class":"col-lg-12 p-0 d-none d-md-flex justify-content-between"},/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 d-flex justify-content-between",style:{alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',justifyContent:sectionproperties.justifyContentCenter=='Centered'?'center':'start'}},sectionproperties.image_show=='show'&&/*#__PURE__*/React.createElement("div",{"class":"w-100 mb-md-3"}," ",Image()),Content()))))))));};
|
|
75274
75317
|
|
|
@@ -87589,11 +87632,67 @@ var Classiccategorycard = function Classiccategorycard(props) {
|
|
|
87589
87632
|
useEffect(function () {
|
|
87590
87633
|
setitem(props.cardinfoitemprops);
|
|
87591
87634
|
}, [props.cardinfoitemprops]);
|
|
87635
|
+
// const card_cssstyles = {
|
|
87636
|
+
// productcard: css({
|
|
87637
|
+
// position: 'relative',
|
|
87638
|
+
// cursor: 'pointer',
|
|
87639
|
+
// // height: sectionproperties.image_height + 'px',
|
|
87640
|
+
// background: sectionproperties.image_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.image_bgcolor,
|
|
87641
|
+
// borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
|
|
87642
|
+
// borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
87643
|
+
// borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
|
|
87644
|
+
// borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px',
|
|
87645
|
+
// marginBottom: sectionproperties.marginBottom + 'px',
|
|
87646
|
+
// border: sectionproperties.image_borderwidth + 'px solid ' + sectionproperties.image_bordercolor,
|
|
87647
|
+
// minWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.image_width + 'px',
|
|
87648
|
+
// maxWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.image_width + 'px',
|
|
87649
|
+
// height: sectionproperties.image_height == 0 ? '100%' : sectionproperties.image_height + '%',
|
|
87650
|
+
// '@media (max-width: 800px)': {
|
|
87651
|
+
// minWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.image_width_resp + 'px',
|
|
87652
|
+
// minWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.image_width_resp + 'px',
|
|
87653
|
+
// height: sectionproperties.height_responsive + 'px',
|
|
87654
|
+
// },
|
|
87655
|
+
// }),
|
|
87656
|
+
// textContainer: css({
|
|
87657
|
+
// width: sectionproperties.width + 'px',
|
|
87658
|
+
// background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
87659
|
+
// height: sectionproperties.height + 'px',
|
|
87660
|
+
// borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.borderBottomLeftRadius + 'px' : sectionproperties.borderBottomRightRadius + 'px',
|
|
87661
|
+
// borderBottomRightRadius: langdetect == 'en' ? sectionproperties.borderBottomRightRadius + 'px' : sectionproperties.borderBottomLeftRadius + 'px',
|
|
87662
|
+
// borderTopLeftRadius: langdetect == 'en' ? sectionproperties.borderTopLeftRadius + 'px' : sectionproperties.borderTopRightRadius + 'px',
|
|
87663
|
+
// borderTopRightRadius: langdetect == 'en' ? sectionproperties.borderTopRightRadius + 'px' : sectionproperties.borderTopLeftRadius + 'px',
|
|
87664
|
+
// paddingTop: sectionproperties.paddingTop + 'px',
|
|
87665
|
+
// paddingBottom: sectionproperties.paddingBottom + 'px',
|
|
87666
|
+
// border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
|
|
87667
|
+
// opacity: sectionproperties.cardbg_opacity,
|
|
87668
|
+
// transition: '.3s',
|
|
87669
|
+
// color: sectionproperties.generaltext_fontColor,
|
|
87670
|
+
// ':hover': {
|
|
87671
|
+
// opacity: sectionproperties.bgopacityonhover,
|
|
87672
|
+
// color: sectionproperties.text_secondarycolor,
|
|
87673
|
+
// },
|
|
87674
|
+
// }),
|
|
87675
|
+
// productNameStyles: css({
|
|
87676
|
+
// fontSize: sectionproperties.generaltext_fontSize + 'px',
|
|
87677
|
+
// textTransform: sectionproperties.generaltext_textTransform,
|
|
87678
|
+
// fontWeight: sectionproperties.generaltext_fontWeight,
|
|
87679
|
+
// }),
|
|
87680
|
+
// };
|
|
87592
87681
|
var card_cssstyles = {
|
|
87593
|
-
|
|
87682
|
+
imagecont: css({
|
|
87683
|
+
height: sectionproperties.image_height + '%',
|
|
87684
|
+
// transition: 'transform 0.6s ease',
|
|
87685
|
+
// transform: 'scale(1.0)',
|
|
87686
|
+
transform: 'scale(1.01) translateY(0)',
|
|
87687
|
+
transition: 'transform 1.5s cubic-bezier(0.22, 1, 0.36, 1)',
|
|
87688
|
+
'@media (max-width: 800px)': {
|
|
87689
|
+
height: sectionproperties.height_responsive + '%'
|
|
87690
|
+
}
|
|
87691
|
+
}),
|
|
87692
|
+
productcard: css(_defineProperty(_defineProperty(_defineProperty({
|
|
87594
87693
|
position: 'relative',
|
|
87694
|
+
overflow: 'hidden',
|
|
87595
87695
|
cursor: 'pointer',
|
|
87596
|
-
// height: sectionproperties.image_height + 'px',
|
|
87597
87696
|
background: sectionproperties.image_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.image_bgcolor,
|
|
87598
87697
|
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
|
|
87599
87698
|
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
@@ -87602,12 +87701,12 @@ var Classiccategorycard = function Classiccategorycard(props) {
|
|
|
87602
87701
|
marginBottom: sectionproperties.marginBottom + 'px',
|
|
87603
87702
|
border: sectionproperties.image_borderwidth + 'px solid ' + sectionproperties.image_bordercolor,
|
|
87604
87703
|
minWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.image_width + 'px',
|
|
87605
|
-
maxWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.image_width + 'px'
|
|
87606
|
-
|
|
87607
|
-
'
|
|
87608
|
-
|
|
87609
|
-
|
|
87610
|
-
}),
|
|
87704
|
+
maxWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.image_width + 'px'
|
|
87705
|
+
}, "overflow", 'hidden'), '@media (max-width: 800px)', _defineProperty({
|
|
87706
|
+
minWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.image_width_resp + 'px'
|
|
87707
|
+
}, "minWidth", props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.image_width_resp + 'px')), ':hover .imagecont', {
|
|
87708
|
+
transform: 'scale(1.03) translateY(-10px)'
|
|
87709
|
+
})),
|
|
87611
87710
|
textContainer: css({
|
|
87612
87711
|
width: sectionproperties.width + 'px',
|
|
87613
87712
|
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
@@ -87632,6 +87731,10 @@ var Classiccategorycard = function Classiccategorycard(props) {
|
|
|
87632
87731
|
textTransform: sectionproperties.generaltext_textTransform,
|
|
87633
87732
|
fontWeight: sectionproperties.generaltext_fontWeight
|
|
87634
87733
|
})
|
|
87734
|
+
|
|
87735
|
+
// productcard: css({
|
|
87736
|
+
|
|
87737
|
+
// }),
|
|
87635
87738
|
};
|
|
87636
87739
|
return /*#__PURE__*/React.createElement("div", {
|
|
87637
87740
|
"class": props.sectiontypeprops2 == 'vertical' ? "".concat(card_cssstyles.productcard) + ' w-100 ' : "".concat(card_cssstyles.productcard),
|
|
@@ -87642,14 +87745,21 @@ var Classiccategorycard = function Classiccategorycard(props) {
|
|
|
87642
87745
|
onClick: function onClick() {
|
|
87643
87746
|
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
|
|
87644
87747
|
}
|
|
87748
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
87749
|
+
style: {
|
|
87750
|
+
width: '100%',
|
|
87751
|
+
height: '100%',
|
|
87752
|
+
overflow: 'hidden',
|
|
87753
|
+
position: 'relative'
|
|
87754
|
+
}
|
|
87645
87755
|
}, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
|
|
87756
|
+
"class": card_cssstyles.imagecont + ' imagecont ',
|
|
87646
87757
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
87647
87758
|
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
87648
87759
|
path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + item.image,
|
|
87649
87760
|
style: {
|
|
87650
87761
|
width: '100%',
|
|
87651
87762
|
objectFit: sectionproperties.bgcovercontain == 'Contain' ? 'contain' : 'cover',
|
|
87652
|
-
height: '100%',
|
|
87653
87763
|
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
|
|
87654
87764
|
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
87655
87765
|
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
|
|
@@ -87675,7 +87785,58 @@ var Classiccategorycard = function Classiccategorycard(props) {
|
|
|
87675
87785
|
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
|
|
87676
87786
|
},
|
|
87677
87787
|
"class": "".concat(card_cssstyles.productNameStyles) + ' m-0 wordbrek '
|
|
87678
|
-
}, item.name))))
|
|
87788
|
+
}, item.name)))))
|
|
87789
|
+
// <div
|
|
87790
|
+
// class={props.sectiontypeprops2 == 'vertical' ? `${card_cssstyles.productcard}` + ' w-100 ' : `${card_cssstyles.productcard}`}
|
|
87791
|
+
// style={{
|
|
87792
|
+
// paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
|
|
87793
|
+
// paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px',
|
|
87794
|
+
// }}
|
|
87795
|
+
// onClick={() => {
|
|
87796
|
+
// cardonclickfunctionContext(sectionproperties?.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
|
|
87797
|
+
// }}
|
|
87798
|
+
// >
|
|
87799
|
+
// <Imagekitimagecomp
|
|
87800
|
+
// urlEndpoint={ikimagecredcontext?.ikimageendpoint}
|
|
87801
|
+
// publicKey={ikimagecredcontext?.ikimagepublickey}
|
|
87802
|
+
// path={'/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + item.image}
|
|
87803
|
+
// style={{
|
|
87804
|
+
// width: '100%',
|
|
87805
|
+
// objectFit: sectionproperties.bgcovercontain == 'Contain' ? 'contain' : 'cover',
|
|
87806
|
+
// height: '100%',
|
|
87807
|
+
// borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
|
|
87808
|
+
// borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
87809
|
+
// borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
|
|
87810
|
+
// borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px',
|
|
87811
|
+
// }}
|
|
87812
|
+
// loading="lazy"
|
|
87813
|
+
// />
|
|
87814
|
+
// <div
|
|
87815
|
+
// class={' row m-0 w-100 text-center justify-content-center '}
|
|
87816
|
+
// style={{
|
|
87817
|
+
// position: 'absolute',
|
|
87818
|
+
// justifyContent: 'center',
|
|
87819
|
+
// width: '100%',
|
|
87820
|
+
// bottom: sectionproperties.generaltext_position == 'Centered' ? '50%' : '7%',
|
|
87821
|
+
// paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
|
|
87822
|
+
// paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
|
|
87823
|
+
// left: 0,
|
|
87824
|
+
// }}
|
|
87825
|
+
// >
|
|
87826
|
+
// <div class={`${card_cssstyles.textContainer} ` + ' allcentered pl-2 pr-2 '}>
|
|
87827
|
+
// <p
|
|
87828
|
+
// onClick={(e) => {
|
|
87829
|
+
// e.stopPropagation();
|
|
87830
|
+
// cardonclickfunctionContext(sectionproperties?.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
|
|
87831
|
+
// }}
|
|
87832
|
+
// class={`${card_cssstyles.productNameStyles}` + ' m-0 wordbrek '}
|
|
87833
|
+
// >
|
|
87834
|
+
// {item.name}
|
|
87835
|
+
// </p>
|
|
87836
|
+
// </div>
|
|
87837
|
+
// </div>
|
|
87838
|
+
// </div>
|
|
87839
|
+
;
|
|
87679
87840
|
};
|
|
87680
87841
|
|
|
87681
87842
|
function ownKeys$n(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; }
|