tabexseriescomponents 0.2.1368 → 0.2.1370

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.esm.js CHANGED
@@ -62291,7 +62291,7 @@ var ModernFooter = function ModernFooter(props) {
62291
62291
  height: '100%',
62292
62292
  objectFit: 'contain'
62293
62293
  },
62294
- src: 'https://ik.imagekit.io/42fa3n8bbf/products/69f5c925643a4/6a2ab7e9f11dbgeneralimage.png'
62294
+ src: 'https://ik.imagekit.io/42fa3n8bbf/products/69f5c925643a4/6a3d13cf43718generalimage.png'
62295
62295
  }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.contactinfo.instid) == '6995aff955278' && /*#__PURE__*/React.createElement("div", {
62296
62296
  "class": "col-lg-3 d-flex allcentered mb-md-4 "
62297
62297
  }, /*#__PURE__*/React.createElement("div", {
@@ -77335,6 +77335,7 @@ var TableSection = function TableSection(props) {
77335
77335
  function ownKeys$12(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; }
77336
77336
  function _objectSpread$12(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$12(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$12(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
77337
77337
  var MarqueeSection = function MarqueeSection(props) {
77338
+ var _authdetailsContext$i, _authdetailsContext$i4;
77338
77339
  var _useState = useState(''),
77339
77340
  _useState2 = _slicedToArray(_useState, 2),
77340
77341
  sectionproperties = _useState2[0],
@@ -77433,6 +77434,19 @@ var MarqueeSection = function MarqueeSection(props) {
77433
77434
  }
77434
77435
  }, [sectionproperties]);
77435
77436
  if (!visible) return null;
77437
+ var marqueeRef = useRef(null);
77438
+ useEffect(function () {
77439
+ if (!marqueeRef.current) return;
77440
+ var updateWidth = function updateWidth() {
77441
+ var firstSetWidth = marqueeRef.current.scrollWidth / 2;
77442
+ marqueeRef.current.style.setProperty('--marquee-width', "-".concat(firstSetWidth, "px"));
77443
+ };
77444
+ updateWidth();
77445
+ window.addEventListener('resize', updateWidth);
77446
+ return function () {
77447
+ window.removeEventListener('resize', updateWidth);
77448
+ };
77449
+ }, [cardsarray]);
77436
77450
  return /*#__PURE__*/React.createElement("div", {
77437
77451
  "class": section_styles.container + ' row ml-0 mr-0 d-flex justify-content-between w-100 align-items-center '
77438
77452
  // data-aos={'fade-up'}
@@ -77443,13 +77457,13 @@ var MarqueeSection = function MarqueeSection(props) {
77443
77457
  borderLeft: sectionproperties.borderverticalwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
77444
77458
  borderRight: sectionproperties.borderverticalwidth + 'px solid ' + sectionproperties.sectioncardbordercolor
77445
77459
  }
77446
- }, /*#__PURE__*/React.createElement("div", {
77460
+ }, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) != '6a0e0bcb82d2d' && /*#__PURE__*/React.createElement("div", {
77447
77461
  "class": "rotating-text-container rotating-text-containermarqueesection"
77448
77462
  }, /*#__PURE__*/React.createElement("span", {
77449
77463
  "class": sectionproperties.marqueemovementdirection == 'Right to Left' ? 'd-flex flex-row align-items-center rotating-text2' : 'd-flex flex-row align-items-center rotating-text-reverse2',
77450
77464
  style: {}
77451
77465
  }, [].concat(_toConsumableArray(cardsarray), _toConsumableArray(cardsarray)).map(function (cardinfoitem, cardinfoindex) {
77452
- var _authdetailsContext$i;
77466
+ var _authdetailsContext$i2;
77453
77467
  return /*#__PURE__*/React.createElement("div", {
77454
77468
  "class": section_styles.marqueeimagecontainer + ' ',
77455
77469
  style: {
@@ -77471,15 +77485,51 @@ var MarqueeSection = function MarqueeSection(props) {
77471
77485
  }), /*#__PURE__*/React.createElement("p", {
77472
77486
  "class": section_styles.textstyle + ' mb-0 p-0 ',
77473
77487
  style: {
77474
- cursor: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '691dcd6e974bb' ? 'pointer' : ''
77488
+ cursor: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '691dcd6e974bb' ? 'pointer' : ''
77475
77489
  },
77476
77490
  onClick: function onClick() {
77477
- var _authdetailsContext$i2;
77478
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '691dcd6e974bb') {
77491
+ var _authdetailsContext$i3;
77492
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.contactinfo.instid) == '691dcd6e974bb') {
77479
77493
  window.open('https://www.instagram.com', '_blank');
77480
77494
  }
77481
77495
  }
77482
77496
  }, langdetect == 'en' ? cardinfoitem.arraytitleen : cardinfoitem.arraytitlear));
77497
+ }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.contactinfo.instid) == '6a0e0bcb82d2d' && /*#__PURE__*/React.createElement("div", {
77498
+ className: "rotating-text-containersd rotating-text-containermarqueesection"
77499
+ }, /*#__PURE__*/React.createElement("div", {
77500
+ ref: marqueeRef,
77501
+ className: sectionproperties.marqueemovementdirection === 'Right to Left' ? 'rotating-text2sd' : 'rotating-text-reverse2sd'
77502
+ }, [].concat(_toConsumableArray(cardsarray), _toConsumableArray(cardsarray)).map(function (cardinfoitem, cardinfoindex) {
77503
+ var _authdetailsContext$i5;
77504
+ return /*#__PURE__*/React.createElement("div", {
77505
+ key: cardinfoindex,
77506
+ className: section_styles.marqueeimagecontainer,
77507
+ style: {
77508
+ textAlign: 'center',
77509
+ alignItems: 'center',
77510
+ alignContent: 'center'
77511
+ }
77512
+ }, cardinfoitem.marqueeimage != null && /*#__PURE__*/React.createElement(Imagekitimagecomp, {
77513
+ "class": section_styles.marqueeimage,
77514
+ urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
77515
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
77516
+ path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + cardinfoitem.marqueeimage,
77517
+ style: {
77518
+ objectFit: sectionproperties.bgcovercontain === 'Contain' ? 'contain' : 'cover',
77519
+ borderRadius: sectionproperties.imageborderradius + 'px'
77520
+ }
77521
+ }), /*#__PURE__*/React.createElement("p", {
77522
+ className: section_styles.textstyle + ' mb-0 p-0',
77523
+ style: {
77524
+ cursor: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 || (_authdetailsContext$i5 = _authdetailsContext$i5.contactinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.instid) === '691dcd6e974bb' ? 'pointer' : ''
77525
+ },
77526
+ onClick: function onClick() {
77527
+ var _authdetailsContext$i6;
77528
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 || (_authdetailsContext$i6 = _authdetailsContext$i6.contactinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.instid) === '691dcd6e974bb') {
77529
+ window.open('https://www.instagram.com', '_blank');
77530
+ }
77531
+ }
77532
+ }, langdetect === 'en' ? cardinfoitem.arraytitleen : cardinfoitem.arraytitlear));
77483
77533
  }))));
77484
77534
  };
77485
77535
 
@@ -78670,7 +78720,7 @@ var Freetextsection = function Freetextsection(props) {
78670
78720
  }, "SUBSCRIBE")))));
78671
78721
  };
78672
78722
 
78673
- 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$i21,_authdetailsContext$i22,_authdetailsContext$i23,_authdetailsContext$i24,_authdetailsContext$i33,_authdetailsContext$i34,_authdetailsContext$i35,_authdetailsContext$i36,_authdetailsContext$i37,_authdetailsContext$i40,_authdetailsContext$i43,_authdetailsContext$i54,_authdetailsContext$i55,_authdetailsContext$i56,_authdetailsContext$i59,_authdetailsContext$i76,_authdetailsContext$i77,_authdetailsContext$i78,_authdetailsContext$i79,_authdetailsContext$i80,_authdetailsContext$i81,_authdetailsContext$i82,_authdetailsContext$i83,_authdetailsContext$i84,_authdetailsContext$i85,_authdetailsContext$i86,_authdetailsContext$i89,_authdetailsContext$i90,_authdetailsContext$i97,_authdetailsContext$i98,_authdetailsContext$i107,_authdetailsContext$i108,_authdetailsContext$i109,_authdetailsContext$i110,_authdetailsContext$i113,_authdetailsContext$i120,_authdetailsContext$i121,_authdetailsContext$i122,_authdetailsContext$i123,_authdetailsContext$i126,_authdetailsContext$i133,_authdetailsContext$i166,_authdetailsContext$i167,_authdetailsContext$i168,_authdetailsContext$i169,_authdetailsContext$i170,_authdetailsContext$i171,_authdetailsContext$i180,_authdetailsContext$i181,_authdetailsContext$i190,_authdetailsContext$i191,_authdetailsContext$i192,_authdetailsContext$i193,_authdetailsContext$i202,_authdetailsContext$i203,_authdetailsContext$i204;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,
78723
+ 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$i23,_authdetailsContext$i24,_authdetailsContext$i25,_authdetailsContext$i26,_authdetailsContext$i35,_authdetailsContext$i36,_authdetailsContext$i37,_authdetailsContext$i38,_authdetailsContext$i39,_authdetailsContext$i40,_authdetailsContext$i43,_authdetailsContext$i46,_authdetailsContext$i57,_authdetailsContext$i58,_authdetailsContext$i59,_authdetailsContext$i62,_authdetailsContext$i71,_authdetailsContext$i80,_authdetailsContext$i81,_authdetailsContext$i82,_authdetailsContext$i83,_authdetailsContext$i84,_authdetailsContext$i85,_authdetailsContext$i86,_authdetailsContext$i87,_authdetailsContext$i88,_authdetailsContext$i89,_authdetailsContext$i90,_authdetailsContext$i93,_authdetailsContext$i94,_authdetailsContext$i101,_authdetailsContext$i102,_authdetailsContext$i103,_authdetailsContext$i112,_authdetailsContext$i113,_authdetailsContext$i114,_authdetailsContext$i115,_authdetailsContext$i118,_authdetailsContext$i125,_authdetailsContext$i126,_authdetailsContext$i127,_authdetailsContext$i128,_authdetailsContext$i129,_authdetailsContext$i132,_authdetailsContext$i139,_authdetailsContext$i172,_authdetailsContext$i173,_authdetailsContext$i174,_authdetailsContext$i175,_authdetailsContext$i176,_authdetailsContext$i177,_authdetailsContext$i186,_authdetailsContext$i187,_authdetailsContext$i196,_authdetailsContext$i197,_authdetailsContext$i198,_authdetailsContext$i199,_authdetailsContext$i208,_authdetailsContext$i209,_authdetailsContext$i210;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,
78674
78724
  paddingTop:sectionproperties.paddingTop,// paddingBottom: sectionproperties.sectiontitleposition == 'Centered' ? 50 :0,
78675
78725
  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',// here..
78676
78726
  boxShadow:sectionproperties.slideshow_btn_text_chin=='get'?'0 0 10px #858484':'none',':hover':{backgroundColor:sectionproperties.generalbtn_bgColoronhover,color:sectionproperties.generalbtn_textColoronhover}}),btn2:css({width:sectionproperties.generalbtn_width+'px',height:sectionproperties.generalbtn_height+'px',backgroundColor:sectionproperties.generalbtn_textColor,color:sectionproperties.generalbtn_bgColor,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:'1px solid '+sectionproperties.generalbtn_bgColor,fontSize:sectionproperties.generalbtn_fontsize+'px',fontWeight:sectionproperties.generalbtn_fontweight,marginTop:sectionproperties.generalbtn_marginTop+'px',marginBottom:sectionproperties.generalbtn_marginBottom+'px',transition:'.3s',cursor:'pointer',// here..
@@ -78679,9 +78729,9 @@ margin:0,padding:0,objectFit:(authdetailsContext===null||authdetailsContext===vo
78679
78729
  sectionproperties.sectionTitleContent,1000// wait 1s before replacing "Mice" with "Hamsters"
78680
78730
  ],wrapper:"span",speed:50,style:{fontSize:'1em',display:'inline-block',color:sectionproperties.sectionTitleColor},repeat:Infinity})),sectionproperties.sectionTitleContent=='MORE THAN 1,000,000 CLIENTS'&&/*#__PURE__*/React.createElement("div",{"class":"w-100 ",style:{textAlign:'center',color:sectionproperties.sectionTitleColor}},/*#__PURE__*/React.createElement(TypeAnimation,{sequence:[// Same substring at the start will only be typed out once, initially
78681
78731
  sectionproperties.sectionTitleContent,1000// wait 1s before replacing "Mice" with "Hamsters"
78682
- ],wrapper:"span",speed:50,style:{fontSize:'1em',display:'inline-block',color:sectionproperties.sectionTitleColor},repeat:Infinity})),sectionproperties.sectiontitlestyle=='Line Under Text'&&sectionproperties.sectionTitleContent!='MORE THAN 15 YEARS OF EXPERIENCE'&&sectionproperties.sectionTitleContent!='MORE THAN 1,000,000 CLIENTS'&&/*#__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'&&sectionproperties.sectionTitleContent!='MORE THAN 15 YEARS OF EXPERIENCE'&&sectionproperties.sectionTitleContent!='MORE THAN 1,000,000 CLIENTS'&&/*#__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');
78683
- 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'&&sectionproperties.instbtn_show=='Hide'&&sectionproperties.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$i9;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i9=authdetailsContext.instinfo)===null||_authdetailsContext$i9===void 0?void 0:_authdetailsContext$i9.facebooklink)!=null){var _authdetailsContext$i0;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i0=authdetailsContext.instinfo)===null||_authdetailsContext$i0===void 0?void 0:_authdetailsContext$i0.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$i1;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i1=authdetailsContext.instinfo)===null||_authdetailsContext$i1===void 0?void 0:_authdetailsContext$i1.instagramlink)!=null){var _authdetailsContext$i10;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i10=authdetailsContext.instinfo)===null||_authdetailsContext$i10===void 0?void 0:_authdetailsContext$i10.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$i11;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i11=authdetailsContext.instinfo)===null||_authdetailsContext$i11===void 0?void 0:_authdetailsContext$i11.whatsappnumber)!=null){var _authdetailsContext$i12;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i12=authdetailsContext.instinfo)===null||_authdetailsContext$i12===void 0?void 0:_authdetailsContext$i12.whatsappnumber),'_blank');}}},/*#__PURE__*/React.createElement(FaWhatsapp,{size:sectionproperties.youtubebtniconfontsize})))));};var Image=function Image(){var _authdetailsContext$i13,_authdetailsContext$i14,_authdetailsContext$i15,_authdetailsContext$i16,_authdetailsContext$i17,_imagesarray$,_authdetailsContext$i18,_imagesarray$7,_imagesarray$8,_authdetailsContext$i19,_imagesarray$9,_imagesarray$0,_authdetailsContext$i20;return/*#__PURE__*/React.createElement("div",{"class":(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i13=authdetailsContext.instinfo)===null||_authdetailsContext$i13===void 0?void 0:_authdetailsContext$i13.instid)=='6995aff955278'&&sectionproperties.descriptionContentEn=='About Elite Egy Card'?'col-lg-6 col-md-12 d-flex justify-content-end justify-content-md-center h-auto p-md-0 image-col':// tms
78684
- (authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i14=authdetailsContext.instinfo)===null||_authdetailsContext$i14===void 0?void 0:_authdetailsContext$i14.instid)=='6824564a386c2'&&sectionproperties.sectionTitleContent=='Welcome to TMS'?'col-lg-3 col-md-12 d-flex align-items-center justify-content-center justify-content-md-center h-auto p-md-0':(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i15=authdetailsContext.instinfo)===null||_authdetailsContext$i15===void 0?void 0:_authdetailsContext$i15.instid)=='6995aff955278'&&sectionproperties.descriptionContentEn=='Get Your Card Now'?'col-lg-6 col-md-12 d-flex justify-content-end justify-content-md-center h-auto p-md-0 image-col2':(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i16=authdetailsContext.instinfo)===null||_authdetailsContext$i16===void 0?void 0:_authdetailsContext$i16.instid)=='6978ef34b2564'?'col-lg-8 col-md-12 d-flex justify-content-end justify-content-md-center h-auto p-md-0':(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i17=authdetailsContext.instinfo)===null||_authdetailsContext$i17===void 0?void 0:_authdetailsContext$i17.contactinfo.instid)=='6935c04816952'?'col-lg-6 col-md-12 d-flex justify-content-end justify-content-md-center h-auto p-md-0':sectionproperties.image_height==0?sectionproperties.sectionstyle=='Image on right'?'col-lg-6 col-md-12 d-flex justify-content-end justify-content-md-center h-auto p-md-0':'col-lg-6 col-md-12 d-flex justify-content-end justify-content-md-center h-auto p-md-0':sectionproperties.sectionstyle=='Image on left'?'col-lg-6 col-md-12 d-flex justify-content-start justify-content-md-center p-md-0':'col-lg-6 col-md-12 d-flex justify-content-start justify-content-md-center p-md-0',style:{paddingLeft:sectionproperties.marginhorizontal+'px',paddingRight:sectionproperties.marginhorizontal+'px',cursor:((_imagesarray$=imagesarray[0])===null||_imagesarray$===void 0?void 0:_imagesarray$.IsClickableimg)=='Yes'?'pointer':'default',background:sectionproperties.image_bgtransparent=='Transparent'?'transparent':sectionproperties.image_bgcolor},onClick:function onClick(){var _imagesarray$2;if(((_imagesarray$2=imagesarray[0])===null||_imagesarray$2===void 0?void 0:_imagesarray$2.IsClickableimg)=='Yes'){var _imagesarray$3,_imagesarray$4;if(((_imagesarray$3=imagesarray[0])===null||_imagesarray$3===void 0?void 0:_imagesarray$3.clickableimg_page_route)!=undefined&&((_imagesarray$4=imagesarray[0])===null||_imagesarray$4===void 0?void 0:_imagesarray$4.clickableimg_page_route.length)!=0){var _imagesarray$5;routingcountext((_imagesarray$5=imagesarray[0])===null||_imagesarray$5===void 0?void 0:_imagesarray$5.clickableimg_page_route,false,'');}else {var _imagesarray$6;routingcountext(StaticPagesLinksContext.GeneralProductsComponent,true,'collections/'+((_imagesarray$6=imagesarray[0])===null||_imagesarray$6===void 0?void 0:_imagesarray$6.Clickableimg_getcoection));}}}},imagesarray.length!=0&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i18=authdetailsContext.instinfo)===null||_authdetailsContext$i18===void 0?void 0:_authdetailsContext$i18.contactinfo.instid)!='691b34a54d742'&&/*#__PURE__*/React.createElement(Imagekitimagecomp,{"class":section_styles.imageimage,urlEndpoint:ikimagecredcontext===null||ikimagecredcontext===void 0?void 0:ikimagecredcontext.ikimageendpoint,publicKey:ikimagecredcontext===null||ikimagecredcontext===void 0?void 0:ikimagecredcontext.ikimagepublickey,path:langdetect=='en'?'/tr:w-'+sectionproperties.imagetr_w+',h-'+sectionproperties.imagetr_h+'/'+((_imagesarray$7=imagesarray[0])===null||_imagesarray$7===void 0?void 0:_imagesarray$7.bgsection_image):'/tr:w-'+sectionproperties.imagetr_w+',h-'+sectionproperties.imagetr_h+'/'+((_imagesarray$8=imagesarray[0])===null||_imagesarray$8===void 0?void 0:_imagesarray$8.bgsection_image_ar)// style={{
78732
+ ],wrapper:"span",speed:50,style:{fontSize:'1em',display:'inline-block',color:sectionproperties.sectionTitleColor},repeat:Infinity})),sectionproperties.sectiontitlestyle=='Line Under Text'&&sectionproperties.sectionTitleContent!='MORE THAN 15 YEARS OF EXPERIENCE'&&sectionproperties.sectionTitleContent!='MORE THAN 1,000,000 CLIENTS'&&/*#__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'&&sectionproperties.sectionTitleContent!='MORE THAN 15 YEARS OF EXPERIENCE'&&sectionproperties.sectionTitleContent!='MORE THAN 1,000,000 CLIENTS'&&/*#__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,_authdetailsContext$i7;return/*#__PURE__*/React.createElement("div",{"class":(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i5=authdetailsContext.instinfo)===null||_authdetailsContext$i5===void 0?void 0:_authdetailsContext$i5.instid)=='6a0e0bcb82d2d'&&sectionproperties.slideshowText2ContentFontSize==6660?' col-lg-6 col-md-6 d-flex justify-content-start h-100 h-md-auto justify-content-md-center p-md-0':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$i6=authdetailsContext.instinfo)===null||_authdetailsContext$i6===void 0?void 0:_authdetailsContext$i6.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$i7=authdetailsContext.instinfo)===null||_authdetailsContext$i7===void 0?void 0:_authdetailsContext$i7.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$i8;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i8=authdetailsContext.instinfo)===null||_authdetailsContext$i8===void 0?void 0:_authdetailsContext$i8.whatsappnumber)!=null){var _authdetailsContext$i9;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i9=authdetailsContext.instinfo)===null||_authdetailsContext$i9===void 0?void 0:_authdetailsContext$i9.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
78733
+ 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'&&sectionproperties.instbtn_show=='Hide'&&sectionproperties.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$i0;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i0=authdetailsContext.instinfo)===null||_authdetailsContext$i0===void 0?void 0:_authdetailsContext$i0.facebooklink)!=null){var _authdetailsContext$i1;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i1=authdetailsContext.instinfo)===null||_authdetailsContext$i1===void 0?void 0:_authdetailsContext$i1.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$i10;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i10=authdetailsContext.instinfo)===null||_authdetailsContext$i10===void 0?void 0:_authdetailsContext$i10.instagramlink)!=null){var _authdetailsContext$i11;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i11=authdetailsContext.instinfo)===null||_authdetailsContext$i11===void 0?void 0:_authdetailsContext$i11.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$i12;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i12=authdetailsContext.instinfo)===null||_authdetailsContext$i12===void 0?void 0:_authdetailsContext$i12.whatsappnumber)!=null){var _authdetailsContext$i13;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i13=authdetailsContext.instinfo)===null||_authdetailsContext$i13===void 0?void 0:_authdetailsContext$i13.whatsappnumber),'_blank');}}},/*#__PURE__*/React.createElement(FaWhatsapp,{size:sectionproperties.youtubebtniconfontsize})))));};var Image=function Image(){var _authdetailsContext$i14,_authdetailsContext$i15,_authdetailsContext$i16,_authdetailsContext$i17,_authdetailsContext$i18,_authdetailsContext$i19,_imagesarray$,_authdetailsContext$i20,_imagesarray$7,_imagesarray$8,_authdetailsContext$i21,_imagesarray$9,_imagesarray$0,_authdetailsContext$i22;return/*#__PURE__*/React.createElement("div",{"class":(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i14=authdetailsContext.instinfo)===null||_authdetailsContext$i14===void 0?void 0:_authdetailsContext$i14.instid)=='6995aff955278'&&sectionproperties.descriptionContentEn=='About Elite Egy Card'?'col-lg-6 col-md-12 d-flex justify-content-end justify-content-md-center h-auto p-md-0 image-col':(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i15=authdetailsContext.instinfo)===null||_authdetailsContext$i15===void 0?void 0:_authdetailsContext$i15.instid)=='6a0e0bcb82d2d'&&sectionproperties.slideshowText2ContentFontSize==6660?'col-lg-6 col-md-6 d-flex justify-content-end justify-content-md-center h-auto p-md-0 image-col':// tms
78734
+ (authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i16=authdetailsContext.instinfo)===null||_authdetailsContext$i16===void 0?void 0:_authdetailsContext$i16.instid)=='6824564a386c2'&&sectionproperties.sectionTitleContent=='Welcome to TMS'?'col-lg-3 col-md-12 d-flex align-items-center justify-content-center justify-content-md-center h-auto p-md-0':(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i17=authdetailsContext.instinfo)===null||_authdetailsContext$i17===void 0?void 0:_authdetailsContext$i17.instid)=='6995aff955278'&&sectionproperties.descriptionContentEn=='Get Your Card Now'?'col-lg-6 col-md-12 d-flex justify-content-end justify-content-md-center h-auto p-md-0 image-col2':(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i18=authdetailsContext.instinfo)===null||_authdetailsContext$i18===void 0?void 0:_authdetailsContext$i18.instid)=='6978ef34b2564'?'col-lg-8 col-md-12 d-flex justify-content-end justify-content-md-center h-auto p-md-0':(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i19=authdetailsContext.instinfo)===null||_authdetailsContext$i19===void 0?void 0:_authdetailsContext$i19.contactinfo.instid)=='6935c04816952'?'col-lg-6 col-md-12 d-flex justify-content-end justify-content-md-center h-auto p-md-0':sectionproperties.image_height==0?sectionproperties.sectionstyle=='Image on right'?'col-lg-6 col-md-12 d-flex justify-content-end justify-content-md-center h-auto p-md-0':'col-lg-6 col-md-12 d-flex justify-content-end justify-content-md-center h-auto p-md-0':sectionproperties.sectionstyle=='Image on left'?'col-lg-6 col-md-12 d-flex justify-content-start justify-content-md-center p-md-0':'col-lg-6 col-md-12 d-flex justify-content-start justify-content-md-center p-md-0',style:{paddingLeft:sectionproperties.marginhorizontal+'px',paddingRight:sectionproperties.marginhorizontal+'px',cursor:((_imagesarray$=imagesarray[0])===null||_imagesarray$===void 0?void 0:_imagesarray$.IsClickableimg)=='Yes'?'pointer':'default',background:sectionproperties.image_bgtransparent=='Transparent'?'transparent':sectionproperties.image_bgcolor},onClick:function onClick(){var _imagesarray$2;if(((_imagesarray$2=imagesarray[0])===null||_imagesarray$2===void 0?void 0:_imagesarray$2.IsClickableimg)=='Yes'){var _imagesarray$3,_imagesarray$4;if(((_imagesarray$3=imagesarray[0])===null||_imagesarray$3===void 0?void 0:_imagesarray$3.clickableimg_page_route)!=undefined&&((_imagesarray$4=imagesarray[0])===null||_imagesarray$4===void 0?void 0:_imagesarray$4.clickableimg_page_route.length)!=0){var _imagesarray$5;routingcountext((_imagesarray$5=imagesarray[0])===null||_imagesarray$5===void 0?void 0:_imagesarray$5.clickableimg_page_route,false,'');}else {var _imagesarray$6;routingcountext(StaticPagesLinksContext.GeneralProductsComponent,true,'collections/'+((_imagesarray$6=imagesarray[0])===null||_imagesarray$6===void 0?void 0:_imagesarray$6.Clickableimg_getcoection));}}}},imagesarray.length!=0&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i20=authdetailsContext.instinfo)===null||_authdetailsContext$i20===void 0?void 0:_authdetailsContext$i20.contactinfo.instid)!='691b34a54d742'&&/*#__PURE__*/React.createElement(Imagekitimagecomp,{"class":section_styles.imageimage,urlEndpoint:ikimagecredcontext===null||ikimagecredcontext===void 0?void 0:ikimagecredcontext.ikimageendpoint,publicKey:ikimagecredcontext===null||ikimagecredcontext===void 0?void 0:ikimagecredcontext.ikimagepublickey,path:langdetect=='en'?'/tr:w-'+sectionproperties.imagetr_w+',h-'+sectionproperties.imagetr_h+'/'+((_imagesarray$7=imagesarray[0])===null||_imagesarray$7===void 0?void 0:_imagesarray$7.bgsection_image):'/tr:w-'+sectionproperties.imagetr_w+',h-'+sectionproperties.imagetr_h+'/'+((_imagesarray$8=imagesarray[0])===null||_imagesarray$8===void 0?void 0:_imagesarray$8.bgsection_image_ar)// style={{
78685
78735
  // transform:
78686
78736
  // sectionproperties.descriptionContentEn == 'About Elite Egy Card'
78687
78737
  // ? 'scaleY(1.4)'
@@ -78689,9 +78739,9 @@ routingcountext(sectionproperties.btnlink,false,'');}else {window.open(sectionpr
78689
78739
  // ? 'scaleY(1.2)'
78690
78740
  // : 'none',
78691
78741
  // }}
78692
- }),imagesarray.length!=0&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i19=authdetailsContext.instinfo)===null||_authdetailsContext$i19===void 0?void 0:_authdetailsContext$i19.contactinfo.instid)=='691b34a54d742'&&sectionproperties.sectionTitleContent!='Stylish artificial plants'&&/*#__PURE__*/React.createElement(Imagekitimagecomp,{"class":section_styles.imageimage,urlEndpoint:ikimagecredcontext===null||ikimagecredcontext===void 0?void 0:ikimagecredcontext.ikimageendpoint,publicKey:ikimagecredcontext===null||ikimagecredcontext===void 0?void 0:ikimagecredcontext.ikimagepublickey,path:langdetect=='en'?'/tr:w-'+sectionproperties.imagetr_w+',h-'+sectionproperties.imagetr_h+'/'+((_imagesarray$9=imagesarray[0])===null||_imagesarray$9===void 0?void 0:_imagesarray$9.bgsection_image):'/tr:w-'+sectionproperties.imagetr_w+',h-'+sectionproperties.imagetr_h+'/'+((_imagesarray$0=imagesarray[0])===null||_imagesarray$0===void 0?void 0:_imagesarray$0.bgsection_image_ar),style:{}}),imagesarray.length!=0&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i20=authdetailsContext.instinfo)===null||_authdetailsContext$i20===void 0?void 0:_authdetailsContext$i20.contactinfo.instid)=='691b34a54d742'&&sectionproperties.sectionTitleContent=='Stylish artificial plants'&&/*#__PURE__*/// <p>asd</p>
78742
+ }),imagesarray.length!=0&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i21=authdetailsContext.instinfo)===null||_authdetailsContext$i21===void 0?void 0:_authdetailsContext$i21.contactinfo.instid)=='691b34a54d742'&&sectionproperties.sectionTitleContent!='Stylish artificial plants'&&/*#__PURE__*/React.createElement(Imagekitimagecomp,{"class":section_styles.imageimage,urlEndpoint:ikimagecredcontext===null||ikimagecredcontext===void 0?void 0:ikimagecredcontext.ikimageendpoint,publicKey:ikimagecredcontext===null||ikimagecredcontext===void 0?void 0:ikimagecredcontext.ikimagepublickey,path:langdetect=='en'?'/tr:w-'+sectionproperties.imagetr_w+',h-'+sectionproperties.imagetr_h+'/'+((_imagesarray$9=imagesarray[0])===null||_imagesarray$9===void 0?void 0:_imagesarray$9.bgsection_image):'/tr:w-'+sectionproperties.imagetr_w+',h-'+sectionproperties.imagetr_h+'/'+((_imagesarray$0=imagesarray[0])===null||_imagesarray$0===void 0?void 0:_imagesarray$0.bgsection_image_ar),style:{}}),imagesarray.length!=0&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i22=authdetailsContext.instinfo)===null||_authdetailsContext$i22===void 0?void 0:_authdetailsContext$i22.contactinfo.instid)=='691b34a54d742'&&sectionproperties.sectionTitleContent=='Stylish artificial plants'&&/*#__PURE__*/// <p>asd</p>
78693
78743
  React.createElement("div",{"class":section_styles.conteco+' w-100 ',style:{}},/*#__PURE__*/React.createElement(Slide,_extends({},Slideshowsettings,{transitionDuration:1500,duration:3000,arrow:true,easing:"ease"}),Object.keys(imagesarray).length!=0&&imagesarray.map(function(item,index){return/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100 h-sm-auto",style:{borderTopLeftRadius:sectionproperties.borderTopLeftRadius+'px',borderTopRightRadius:sectionproperties.borderTopRightRadius+'px',borderBottomRightRadius:sectionproperties.borderBottomRightRadius+'px',borderBottomLeftRadius:sectionproperties.borderBottomLeftRadius+'px',height:sectionproperties.bgcovercontain=='Cover'?sectionproperties.height+'vh':'auto'}},/*#__PURE__*/React.createElement("div",{"class":'p-0 align-items-center d-flex d-md-none',key:index,style:_defineProperty({direction:langdetect=='en'?'ltr':'rtl',width:'100%',height:'100%',paddingTop:sectionproperties.paddingTop+'px'},"height",sectionproperties.bgcovercontain=='Cover'?sectionproperties.height+'vh':'auto')},/*#__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'?'/tr:w-'+sectionproperties.imagetr_w+',h-'+sectionproperties.imagetr_h+'/'+item.bgsection_image:'/tr:w-'+sectionproperties.imagetr_w+',h-'+sectionproperties.imagetr_h+'/'+item.bgsection_image,style:{cursor:item.IsClickableimg=='Yes'?'pointer':'default',objectFit:sectionproperties.bgcovercontain=='Contain'?'contain':'cover',margin:0,padding:0,width:'100%',height:'100%',borderRadius:sectionproperties.imageborderradius+'px'}})),/*#__PURE__*/React.createElement("div",{"class":'p-0 align-items-center d-none d-md-flex ',key:index,style:{width:'100%',height:'100%',// direction: langdetect == 'en' ? 'ltr' : 'rtl',
78694
- paddingTop:sectionproperties.paddingTop+'px',paddingLeft:langdetect=='en'?sectionproperties.paddingLeft+'px':'',paddingRight:langdetect=='en'?'':sectionproperties.paddingLeft+'px'}},/*#__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'?'/tr:w-'+sectionproperties.imagetr_w_resp+',h-'+sectionproperties.imagetr_h_resp+'/'+item.bgsection_image:'/tr:w-'+sectionproperties.imagetr_w_resp+',h-'+sectionproperties.imagetr_h_resp+'/'+item.bgsection_image,style:{objectFit:'contain',margin:0,padding:0,width:'100%',height:'100%',borderRadius:sectionproperties.imageborderradius+'px'}})));}))));};return/*#__PURE__*/React.createElement("div",{"class":' row ml-0 mr-0 d-flex justify-content-between align-items-center w-100 ',style:{marginTop:sectionproperties.marginTop+'px',marginBottom:sectionproperties.marginBottom+'px',background:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i21=authdetailsContext.instinfo)===null||_authdetailsContext$i21===void 0?void 0:_authdetailsContext$i21.contactinfo.instid)=='6935c04816952'?'transparent':sectionproperties.backgroundColor}},(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i22=authdetailsContext.instinfo)===null||_authdetailsContext$i22===void 0?void 0:_authdetailsContext$i22.contactinfo.instid)!='6935c04816952'&&/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100"},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&&sectionproperties.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',background:sectionproperties.reservation_bgcolor}},/*#__PURE__*/React.createElement("div",{"class":// sectionproperties.paddingLeft != 0 && sectionproperties.paddingRight != 0
78744
+ paddingTop:sectionproperties.paddingTop+'px',paddingLeft:langdetect=='en'?sectionproperties.paddingLeft+'px':'',paddingRight:langdetect=='en'?'':sectionproperties.paddingLeft+'px'}},/*#__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'?'/tr:w-'+sectionproperties.imagetr_w_resp+',h-'+sectionproperties.imagetr_h_resp+'/'+item.bgsection_image:'/tr:w-'+sectionproperties.imagetr_w_resp+',h-'+sectionproperties.imagetr_h_resp+'/'+item.bgsection_image,style:{objectFit:'contain',margin:0,padding:0,width:'100%',height:'100%',borderRadius:sectionproperties.imageborderradius+'px'}})));}))));};return/*#__PURE__*/React.createElement("div",{"class":sectionproperties.slideshowText2ContentFontSize!=6660?' row ml-0 mr-0 d-flex justify-content-between align-items-center w-100 ':' row ml-0 mr-0 d-flex justify-content-between align-items-center w-100 mt-n1',style:{marginTop:sectionproperties.marginTop+'px',marginBottom:sectionproperties.marginBottom+'px',background:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i23=authdetailsContext.instinfo)===null||_authdetailsContext$i23===void 0?void 0:_authdetailsContext$i23.contactinfo.instid)=='6935c04816952'?'transparent':sectionproperties.backgroundColor}},(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i24=authdetailsContext.instinfo)===null||_authdetailsContext$i24===void 0?void 0:_authdetailsContext$i24.contactinfo.instid)!='6935c04816952'&&/*#__PURE__*/React.createElement("div",{"class":"row m-0 w-100"},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&&sectionproperties.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',background:sectionproperties.reservation_bgcolor}},/*#__PURE__*/React.createElement("div",{"class":// sectionproperties.paddingLeft != 0 && sectionproperties.paddingRight != 0
78695
78745
  // ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between plr-1025-1 pr-md-3 pl-md-3 '
78696
78746
  // : sectionproperties.paddingLeft == 0 && sectionproperties.paddingRight == 0
78697
78747
  // ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between '
@@ -78702,16 +78752,16 @@ paddingTop:sectionproperties.paddingTop+'px',paddingLeft:langdetect=='en'?sectio
78702
78752
  // : section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between '
78703
78753
  sectionproperties.paddingLeft!=0&&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 ':sectionproperties.paddingLeft==0&&sectionproperties.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',
78704
78754
  // paddingBottom: sectionproperties.paddingBottom + 'px',
78705
- 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$i23=authdetailsContext.instinfo)===null||_authdetailsContext$i23===void 0?void 0:_authdetailsContext$i23.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%)',
78706
- 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$i24=authdetailsContext.instinfo)===null||_authdetailsContext$i24===void 0?void 0:_authdetailsContext$i24.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$i25;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i25=authdetailsContext.instinfo)===null||_authdetailsContext$i25===void 0?void 0:_authdetailsContext$i25.whatsappnumber)!=null){var _authdetailsContext$i26;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i26=authdetailsContext.instinfo)===null||_authdetailsContext$i26===void 0?void 0:_authdetailsContext$i26.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
78707
- 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'&&sectionproperties.instbtn_show=='Hide'&&sectionproperties.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$i27;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i27=authdetailsContext.instinfo)===null||_authdetailsContext$i27===void 0?void 0:_authdetailsContext$i27.facebooklink)!=null){var _authdetailsContext$i28;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i28=authdetailsContext.instinfo)===null||_authdetailsContext$i28===void 0?void 0:_authdetailsContext$i28.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$i29;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i29=authdetailsContext.instinfo)===null||_authdetailsContext$i29===void 0?void 0:_authdetailsContext$i29.instagramlink)!=null){var _authdetailsContext$i30;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i30=authdetailsContext.instinfo)===null||_authdetailsContext$i30===void 0?void 0:_authdetailsContext$i30.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$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');}}},/*#__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$i33=authdetailsContext.instinfo)===null||_authdetailsContext$i33===void 0?void 0:_authdetailsContext$i33.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':(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i34=authdetailsContext.instinfo)===null||_authdetailsContext$i34===void 0?void 0:_authdetailsContext$i34.instid)=='69ca3d56a6e7e'?'col-lg-12 p-0 text-center justify-content-md-center':'col-lg-12 p-0 text-start justify-content-md-center',style:{paddingLeft:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i35=authdetailsContext.instinfo)===null||_authdetailsContext$i35===void 0?void 0:_authdetailsContext$i35.instid)=='69ca3d56a6e7e'?100:0,paddingRight:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i36=authdetailsContext.instinfo)===null||_authdetailsContext$i36===void 0?void 0:_authdetailsContext$i36.instid)=='69ca3d56a6e7e'?100:0,justifyContent:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i37=authdetailsContext.instinfo)===null||_authdetailsContext$i37===void 0?void 0:_authdetailsContext$i37.instid)=='69ca3d56a6e7e'?'center':''}},/*#__PURE__*/React.createElement("button",{"class":"".concat(section_styles.btn)+' m-md-0 ',onClick:function onClick(){if(sectionproperties.btntype=='WhatsApp'){var _authdetailsContext$i38;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i38=authdetailsContext.instinfo)===null||_authdetailsContext$i38===void 0?void 0:_authdetailsContext$i38.whatsappnumber)!=null){var _authdetailsContext$i39;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i39=authdetailsContext.instinfo)===null||_authdetailsContext$i39===void 0?void 0:_authdetailsContext$i39.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
78708
- routingcountext(sectionproperties.btnlink,false,'');}else {window.open(sectionproperties.btnlink,'_blank');}}},langdetect=='en'?sectionproperties.generalbtn_content:sectionproperties.slideshow_btn_text_ar),(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i40=authdetailsContext.instinfo)===null||_authdetailsContext$i40===void 0?void 0:_authdetailsContext$i40.instid)=='69ca3d56a6e7e'&&/*#__PURE__*/React.createElement("button",{"class":"".concat(section_styles.btn)+' my-3 ',onClick:function onClick(){if(sectionproperties.btntype=='WhatsApp'){var _authdetailsContext$i41;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i41=authdetailsContext.instinfo)===null||_authdetailsContext$i41===void 0?void 0:_authdetailsContext$i41.whatsappnumber)!=null){var _authdetailsContext$i42;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i42=authdetailsContext.instinfo)===null||_authdetailsContext$i42===void 0?void 0:_authdetailsContext$i42.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
78709
- routingcountext('request-a-quote',false,'');}else {window.open('https://www.gold-lift.com/request-a-quote','_blank');}}},langdetect=='en'?'Choose your Elevator':'اختر مصعدك'),(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i43=authdetailsContext.instinfo)===null||_authdetailsContext$i43===void 0?void 0:_authdetailsContext$i43.instid)=='69ca3d56a6e7e'&&/*#__PURE__*/React.createElement("button",{"class":"".concat(section_styles.btn)+' ',onClick:function onClick(){if(sectionproperties.btntype=='WhatsApp'){var _authdetailsContext$i44;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i44=authdetailsContext.instinfo)===null||_authdetailsContext$i44===void 0?void 0:_authdetailsContext$i44.whatsappnumber)!=null){var _authdetailsContext$i45;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i45=authdetailsContext.instinfo)===null||_authdetailsContext$i45===void 0?void 0:_authdetailsContext$i45.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
78710
- routingcountext('request-a-preview',false,'');}else {window.open('https://www.gold-lift.com/request-a-preview','_blank');}}},langdetect=='en'?'Request a Preview':'طلب معاينة')),/*#__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'&&sectionproperties.instbtn_show=='Hide'&&sectionproperties.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$i46;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i46=authdetailsContext.instinfo)===null||_authdetailsContext$i46===void 0?void 0:_authdetailsContext$i46.facebooklink)!=null){var _authdetailsContext$i47;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i47=authdetailsContext.instinfo)===null||_authdetailsContext$i47===void 0?void 0:_authdetailsContext$i47.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$i48;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i48=authdetailsContext.instinfo)===null||_authdetailsContext$i48===void 0?void 0:_authdetailsContext$i48.instagramlink)!=null){var _authdetailsContext$i49;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i49=authdetailsContext.instinfo)===null||_authdetailsContext$i49===void 0?void 0:_authdetailsContext$i49.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$i50;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i50=authdetailsContext.instinfo)===null||_authdetailsContext$i50===void 0?void 0:_authdetailsContext$i50.whatsappnumber)!=null){var _authdetailsContext$i51;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i51=authdetailsContext.instinfo)===null||_authdetailsContext$i51===void 0?void 0:_authdetailsContext$i51.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$i52;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i52=authdetailsContext.instinfo)===null||_authdetailsContext$i52===void 0?void 0:_authdetailsContext$i52.whatsappnumber)!=null){var _authdetailsContext$i53;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i53=authdetailsContext.instinfo)===null||_authdetailsContext$i53===void 0?void 0:_authdetailsContext$i53.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
78711
- routingcountext(sectionproperties.btnlink,false,'');}else {window.open(sectionproperties.btnlink,'_blank');}},style:{marginLeft:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i54=authdetailsContext.instinfo)===null||_authdetailsContext$i54===void 0?void 0:_authdetailsContext$i54.instid)=='69ca3d56a6e7e'?langdetect=='en'?50:20:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',marginRight:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i55=authdetailsContext.instinfo)===null||_authdetailsContext$i55===void 0?void 0:_authdetailsContext$i55.instid)=='69ca3d56a6e7e'?langdetect=='ar'?50:20:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},langdetect=='en'?sectionproperties.generalbtn_content:sectionproperties.slideshow_btn_text_ar),(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i56=authdetailsContext.instinfo)===null||_authdetailsContext$i56===void 0?void 0:_authdetailsContext$i56.instid)=='69ca3d56a6e7e'&&/*#__PURE__*/React.createElement("button",{"class":"".concat(section_styles.btn)+' ',onClick:function onClick(){if(sectionproperties.btntype=='WhatsApp'){var _authdetailsContext$i57;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i57=authdetailsContext.instinfo)===null||_authdetailsContext$i57===void 0?void 0:_authdetailsContext$i57.whatsappnumber)!=null){var _authdetailsContext$i58;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i58=authdetailsContext.instinfo)===null||_authdetailsContext$i58===void 0?void 0:_authdetailsContext$i58.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
78712
- routingcountext('request-a-quote',false,'');}else {window.open('https://www.gold-lift.com/request-a-quote','_blank');}}},langdetect=='en'?'Choose your Elevator':'اختر مصعدك'),(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i59=authdetailsContext.instinfo)===null||_authdetailsContext$i59===void 0?void 0:_authdetailsContext$i59.instid)=='69ca3d56a6e7e'&&/*#__PURE__*/React.createElement("button",{"class":"".concat(section_styles.btn)+' ',onClick:function onClick(){if(sectionproperties.btntype=='WhatsApp'){var _authdetailsContext$i60;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i60=authdetailsContext.instinfo)===null||_authdetailsContext$i60===void 0?void 0:_authdetailsContext$i60.whatsappnumber)!=null){var _authdetailsContext$i61;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i61=authdetailsContext.instinfo)===null||_authdetailsContext$i61===void 0?void 0:_authdetailsContext$i61.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
78713
- routingcountext('request-a-preview',false,'');}else {window.open('https://www.gold-lift.com/request-a-preview','_blank');}},style:{marginLeft:20,marginRight:20}},langdetect=='en'?'Request a Preview':'طلب معاينة')),/*#__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'&&sectionproperties.instbtn_show=='Hide'&&sectionproperties.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$i62;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i62=authdetailsContext.instinfo)===null||_authdetailsContext$i62===void 0?void 0:_authdetailsContext$i62.facebooklink)!=null){var _authdetailsContext$i63;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i63=authdetailsContext.instinfo)===null||_authdetailsContext$i63===void 0?void 0:_authdetailsContext$i63.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$i64;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i64=authdetailsContext.instinfo)===null||_authdetailsContext$i64===void 0?void 0:_authdetailsContext$i64.instagramlink)!=null){var _authdetailsContext$i65;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i65=authdetailsContext.instinfo)===null||_authdetailsContext$i65===void 0?void 0:_authdetailsContext$i65.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$i66;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i66=authdetailsContext.instinfo)===null||_authdetailsContext$i66===void 0?void 0:_authdetailsContext$i66.whatsappnumber)!=null){var _authdetailsContext$i67;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i67=authdetailsContext.instinfo)===null||_authdetailsContext$i67===void 0?void 0:_authdetailsContext$i67.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$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');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
78714
- 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'&&sectionproperties.instbtn_show=='Hide'&&sectionproperties.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$i70;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i70=authdetailsContext.instinfo)===null||_authdetailsContext$i70===void 0?void 0:_authdetailsContext$i70.facebooklink)!=null){var _authdetailsContext$i71;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i71=authdetailsContext.instinfo)===null||_authdetailsContext$i71===void 0?void 0:_authdetailsContext$i71.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$i72;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i72=authdetailsContext.instinfo)===null||_authdetailsContext$i72===void 0?void 0:_authdetailsContext$i72.instagramlink)!=null){var _authdetailsContext$i73;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i73=authdetailsContext.instinfo)===null||_authdetailsContext$i73===void 0?void 0:_authdetailsContext$i73.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$i74;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i74=authdetailsContext.instinfo)===null||_authdetailsContext$i74===void 0?void 0:_authdetailsContext$i74.whatsappnumber)!=null){var _authdetailsContext$i75;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i75=authdetailsContext.instinfo)===null||_authdetailsContext$i75===void 0?void 0:_authdetailsContext$i75.whatsappnumber),'_blank');}}},/*#__PURE__*/React.createElement(FaWhatsapp,{size:sectionproperties.youtubebtniconfontsize}))))))))),sectionproperties.cardstyletype=='Style 2'&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.card_marginRight!=0&&sectionproperties.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
78755
+ 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$i25=authdetailsContext.instinfo)===null||_authdetailsContext$i25===void 0?void 0:_authdetailsContext$i25.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%)',
78756
+ 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$i26=authdetailsContext.instinfo)===null||_authdetailsContext$i26===void 0?void 0:_authdetailsContext$i26.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$i27;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i27=authdetailsContext.instinfo)===null||_authdetailsContext$i27===void 0?void 0:_authdetailsContext$i27.whatsappnumber)!=null){var _authdetailsContext$i28;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i28=authdetailsContext.instinfo)===null||_authdetailsContext$i28===void 0?void 0:_authdetailsContext$i28.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
78757
+ 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'&&sectionproperties.instbtn_show=='Hide'&&sectionproperties.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$i29;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i29=authdetailsContext.instinfo)===null||_authdetailsContext$i29===void 0?void 0:_authdetailsContext$i29.facebooklink)!=null){var _authdetailsContext$i30;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i30=authdetailsContext.instinfo)===null||_authdetailsContext$i30===void 0?void 0:_authdetailsContext$i30.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$i31;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i31=authdetailsContext.instinfo)===null||_authdetailsContext$i31===void 0?void 0:_authdetailsContext$i31.instagramlink)!=null){var _authdetailsContext$i32;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i32=authdetailsContext.instinfo)===null||_authdetailsContext$i32===void 0?void 0:_authdetailsContext$i32.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$i33;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i33=authdetailsContext.instinfo)===null||_authdetailsContext$i33===void 0?void 0:_authdetailsContext$i33.whatsappnumber)!=null){var _authdetailsContext$i34;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i34=authdetailsContext.instinfo)===null||_authdetailsContext$i34===void 0?void 0:_authdetailsContext$i34.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":(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i35=authdetailsContext.instinfo)===null||_authdetailsContext$i35===void 0?void 0:_authdetailsContext$i35.instid)=='6a0e0bcb82d2d'&&sectionproperties.slideshowText2ContentFontSize==6660?' col-lg-6 col-md-6 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ':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$i36=authdetailsContext.instinfo)===null||_authdetailsContext$i36===void 0?void 0:_authdetailsContext$i36.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':(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i37=authdetailsContext.instinfo)===null||_authdetailsContext$i37===void 0?void 0:_authdetailsContext$i37.instid)=='69ca3d56a6e7e'?'col-lg-12 p-0 text-center justify-content-md-center':'col-lg-12 p-0 text-start justify-content-md-center',style:{paddingLeft:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i38=authdetailsContext.instinfo)===null||_authdetailsContext$i38===void 0?void 0:_authdetailsContext$i38.instid)=='69ca3d56a6e7e'?100:0,paddingRight:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i39=authdetailsContext.instinfo)===null||_authdetailsContext$i39===void 0?void 0:_authdetailsContext$i39.instid)=='69ca3d56a6e7e'?100:0,justifyContent:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i40=authdetailsContext.instinfo)===null||_authdetailsContext$i40===void 0?void 0:_authdetailsContext$i40.instid)=='69ca3d56a6e7e'?'center':''}},/*#__PURE__*/React.createElement("button",{"class":"".concat(section_styles.btn)+' m-md-0 ',onClick:function onClick(){if(sectionproperties.btntype=='WhatsApp'){var _authdetailsContext$i41;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i41=authdetailsContext.instinfo)===null||_authdetailsContext$i41===void 0?void 0:_authdetailsContext$i41.whatsappnumber)!=null){var _authdetailsContext$i42;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i42=authdetailsContext.instinfo)===null||_authdetailsContext$i42===void 0?void 0:_authdetailsContext$i42.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
78758
+ routingcountext(sectionproperties.btnlink,false,'');}else {window.open(sectionproperties.btnlink,'_blank');}}},langdetect=='en'?sectionproperties.generalbtn_content:sectionproperties.slideshow_btn_text_ar),(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i43=authdetailsContext.instinfo)===null||_authdetailsContext$i43===void 0?void 0:_authdetailsContext$i43.instid)=='69ca3d56a6e7e'&&/*#__PURE__*/React.createElement("button",{"class":"".concat(section_styles.btn)+' my-3 ',onClick:function onClick(){if(sectionproperties.btntype=='WhatsApp'){var _authdetailsContext$i44;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i44=authdetailsContext.instinfo)===null||_authdetailsContext$i44===void 0?void 0:_authdetailsContext$i44.whatsappnumber)!=null){var _authdetailsContext$i45;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i45=authdetailsContext.instinfo)===null||_authdetailsContext$i45===void 0?void 0:_authdetailsContext$i45.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
78759
+ routingcountext('request-a-quote',false,'');}else {window.open('https://www.gold-lift.com/request-a-quote','_blank');}}},langdetect=='en'?'Choose your Elevator':'اختر مصعدك'),(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i46=authdetailsContext.instinfo)===null||_authdetailsContext$i46===void 0?void 0:_authdetailsContext$i46.instid)=='69ca3d56a6e7e'&&/*#__PURE__*/React.createElement("button",{"class":"".concat(section_styles.btn)+' ',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');
78760
+ routingcountext('request-a-preview',false,'');}else {window.open('https://www.gold-lift.com/request-a-preview','_blank');}}},langdetect=='en'?'Request a Preview':'طلب معاينة')),/*#__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'&&sectionproperties.instbtn_show=='Hide'&&sectionproperties.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.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$i55;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i55=authdetailsContext.instinfo)===null||_authdetailsContext$i55===void 0?void 0:_authdetailsContext$i55.whatsappnumber)!=null){var _authdetailsContext$i56;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i56=authdetailsContext.instinfo)===null||_authdetailsContext$i56===void 0?void 0:_authdetailsContext$i56.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
78761
+ routingcountext(sectionproperties.btnlink,false,'');}else {window.open(sectionproperties.btnlink,'_blank');}},style:{marginLeft:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i57=authdetailsContext.instinfo)===null||_authdetailsContext$i57===void 0?void 0:_authdetailsContext$i57.instid)=='69ca3d56a6e7e'?langdetect=='en'?50:20:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',marginRight:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i58=authdetailsContext.instinfo)===null||_authdetailsContext$i58===void 0?void 0:_authdetailsContext$i58.instid)=='69ca3d56a6e7e'?langdetect=='ar'?50:20:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},langdetect=='en'?sectionproperties.generalbtn_content:sectionproperties.slideshow_btn_text_ar),(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i59=authdetailsContext.instinfo)===null||_authdetailsContext$i59===void 0?void 0:_authdetailsContext$i59.instid)=='69ca3d56a6e7e'&&/*#__PURE__*/React.createElement("button",{"class":"".concat(section_styles.btn)+' ',onClick:function onClick(){if(sectionproperties.btntype=='WhatsApp'){var _authdetailsContext$i60;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i60=authdetailsContext.instinfo)===null||_authdetailsContext$i60===void 0?void 0:_authdetailsContext$i60.whatsappnumber)!=null){var _authdetailsContext$i61;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i61=authdetailsContext.instinfo)===null||_authdetailsContext$i61===void 0?void 0:_authdetailsContext$i61.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
78762
+ routingcountext('request-a-quote',false,'');}else {window.open('https://www.gold-lift.com/request-a-quote','_blank');}}},langdetect=='en'?'Choose your Elevator':'اختر مصعدك'),(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i62=authdetailsContext.instinfo)===null||_authdetailsContext$i62===void 0?void 0:_authdetailsContext$i62.instid)=='69ca3d56a6e7e'&&/*#__PURE__*/React.createElement("button",{"class":"".concat(section_styles.btn)+' ',onClick:function onClick(){if(sectionproperties.btntype=='WhatsApp'){var _authdetailsContext$i63;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i63=authdetailsContext.instinfo)===null||_authdetailsContext$i63===void 0?void 0:_authdetailsContext$i63.whatsappnumber)!=null){var _authdetailsContext$i64;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i64=authdetailsContext.instinfo)===null||_authdetailsContext$i64===void 0?void 0:_authdetailsContext$i64.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
78763
+ routingcountext('request-a-preview',false,'');}else {window.open('https://www.gold-lift.com/request-a-preview','_blank');}},style:{marginLeft:20,marginRight:20}},langdetect=='en'?'Request a Preview':'طلب معاينة')),/*#__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'&&sectionproperties.instbtn_show=='Hide'&&sectionproperties.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$i65;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i65=authdetailsContext.instinfo)===null||_authdetailsContext$i65===void 0?void 0:_authdetailsContext$i65.facebooklink)!=null){var _authdetailsContext$i66;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i66=authdetailsContext.instinfo)===null||_authdetailsContext$i66===void 0?void 0:_authdetailsContext$i66.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$i67;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i67=authdetailsContext.instinfo)===null||_authdetailsContext$i67===void 0?void 0:_authdetailsContext$i67.instagramlink)!=null){var _authdetailsContext$i68;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i68=authdetailsContext.instinfo)===null||_authdetailsContext$i68===void 0?void 0:_authdetailsContext$i68.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$i69;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i69=authdetailsContext.instinfo)===null||_authdetailsContext$i69===void 0?void 0:_authdetailsContext$i69.whatsappnumber)!=null){var _authdetailsContext$i70;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i70=authdetailsContext.instinfo)===null||_authdetailsContext$i70===void 0?void 0:_authdetailsContext$i70.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":(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i71=authdetailsContext.instinfo)===null||_authdetailsContext$i71===void 0?void 0:_authdetailsContext$i71.instid)=='6a0e0bcb82d2d'&&sectionproperties.slideshowText2ContentFontSize==6660?section_styles.sectioncintainer+' col-lg-6 col-md-6 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ':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$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');
78764
+ 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'&&sectionproperties.instbtn_show=='Hide'&&sectionproperties.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.cardstyletype=='Style 2'&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.card_marginRight!=0&&sectionproperties.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
78715
78765
  // ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between plr-1025-1 pr-md-3 pl-md-3 '
78716
78766
  // : sectionproperties.paddingLeft == 0 && sectionproperties.paddingRight == 0
78717
78767
  // ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between '
@@ -78723,23 +78773,23 @@ routingcountext(sectionproperties.btnlink,false,'');}else {window.open(sectionpr
78723
78773
  sectionproperties.paddingLeft!=0&&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 ':sectionproperties.paddingLeft==0&&sectionproperties.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',
78724
78774
  // paddingBottom: sectionproperties.paddingBottom + 'px',
78725
78775
  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":// here..
78726
- (authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i76=authdetailsContext.instinfo)===null||_authdetailsContext$i76===void 0?void 0:_authdetailsContext$i76.instid)=='6995aff955278'&&sectionproperties.descriptionContentEn=='About Elite Egy Card'?sectionproperties.card_marginRight!=0&&sectionproperties.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 elst':'d-flex justify-content-between align-items-center px-1025-1 pl-md-3 pr-md-3 w-md-100 mx-auto elst':sectionproperties.width!=100?'d-flex justify-content-between align-items-center w-md-90 mx-auto elst':'d-flex justify-content-between align-items-center w-md-100 mx-auto elst':sectionproperties.card_marginRight!=0&&sectionproperties.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'// background: sectionproperties.reservation_bgcolor,
78776
+ (authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i80=authdetailsContext.instinfo)===null||_authdetailsContext$i80===void 0?void 0:_authdetailsContext$i80.instid)=='6995aff955278'&&sectionproperties.descriptionContentEn=='About Elite Egy Card'?sectionproperties.card_marginRight!=0&&sectionproperties.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 elst':'d-flex justify-content-between align-items-center px-1025-1 pl-md-3 pr-md-3 w-md-100 mx-auto elst':sectionproperties.width!=100?'d-flex justify-content-between align-items-center w-md-90 mx-auto elst':'d-flex justify-content-between align-items-center w-md-100 mx-auto elst':sectionproperties.card_marginRight!=0&&sectionproperties.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'// background: sectionproperties.reservation_bgcolor,
78727
78777
  }},/*#__PURE__*/React.createElement("div",{"class":sectionproperties.paddingLeft!=0&&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 ':sectionproperties.paddingLeft==0&&sectionproperties.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',
78728
78778
  // paddingBottom: sectionproperties.paddingBottom + 'px',
78729
- 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$i77=authdetailsContext.instinfo)===null||_authdetailsContext$i77===void 0?void 0:_authdetailsContext$i77.instid)=='6824564a386c2'&&sectionproperties.sectionTitleContent=='Welcome to TMS'?section_styles.sectioncintainer+' col-lg-9 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center ':(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i78=authdetailsContext.instinfo)===null||_authdetailsContext$i78===void 0?void 0:_authdetailsContext$i78.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:{// here..
78730
- background:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i79=authdetailsContext.instinfo)===null||_authdetailsContext$i79===void 0?void 0:_authdetailsContext$i79.instid)=='6995aff955278'?'transparent':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())),langdetect=='ar'&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i84=authdetailsContext.instinfo)===null||_authdetailsContext$i84===void 0?void 0:_authdetailsContext$i84.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
78779
+ 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$i81=authdetailsContext.instinfo)===null||_authdetailsContext$i81===void 0?void 0:_authdetailsContext$i81.instid)=='6824564a386c2'&&sectionproperties.sectionTitleContent=='Welcome to TMS'?section_styles.sectioncintainer+' col-lg-9 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center ':(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i82=authdetailsContext.instinfo)===null||_authdetailsContext$i82===void 0?void 0:_authdetailsContext$i82.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:{// here..
78780
+ background:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i83=authdetailsContext.instinfo)===null||_authdetailsContext$i83===void 0?void 0:_authdetailsContext$i83.instid)=='6995aff955278'?'transparent':sectionproperties.reservation_bgcolor,alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',paddingLeft:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i84=authdetailsContext.instinfo)===null||_authdetailsContext$i84===void 0?void 0:_authdetailsContext$i84.instid)=='68319d088f13e'?'1.5rem':'',paddingRight:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i85=authdetailsContext.instinfo)===null||_authdetailsContext$i85===void 0?void 0:_authdetailsContext$i85.instid)=='68319d088f13e'?'1.5rem':''}},/*#__PURE__*/React.createElement("div",{"class":(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i86=authdetailsContext.instinfo)===null||_authdetailsContext$i86===void 0?void 0:_authdetailsContext$i86.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$i87=authdetailsContext.instinfo)===null||_authdetailsContext$i87===void 0?void 0:_authdetailsContext$i87.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$i88=authdetailsContext.instinfo)===null||_authdetailsContext$i88===void 0?void 0:_authdetailsContext$i88.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
78731
78781
  'الخبرة القانونية في كافة المجالات',1000,// wait 1s before replacing "Mice" with "Hamsters"
78732
- 'نغطي كافة أنحاء الجمهورية الدول العربية والعالم',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$i85=authdetailsContext.instinfo)===null||_authdetailsContext$i85===void 0?void 0:_authdetailsContext$i85.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
78782
+ 'نغطي كافة أنحاء الجمهورية الدول العربية والعالم',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$i89=authdetailsContext.instinfo)===null||_authdetailsContext$i89===void 0?void 0:_authdetailsContext$i89.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
78733
78783
  'Legal expertise in all fields',1000,// wait 1s before replacing "Mice" with "Hamsters"
78734
- '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":sectionproperties.showbtn2=='Show'&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i86=authdetailsContext.instinfo)===null||_authdetailsContext$i86===void 0?void 0:_authdetailsContext$i86.instid)=='6824564a386c2'?"".concat(section_styles.btn)+' mx-1 ':"".concat(section_styles.btn)+' m-md-0 ',onClick:function onClick(){if(sectionproperties.btntype=='WhatsApp'){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');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
78735
- 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),sectionproperties.showbtn2=='Show'&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i89=authdetailsContext.instinfo)===null||_authdetailsContext$i89===void 0?void 0:_authdetailsContext$i89.instid)=='6824564a386c2'&&/*#__PURE__*/React.createElement("button",{"class":sectionproperties.showbtn2=='Show'&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i90=authdetailsContext.instinfo)===null||_authdetailsContext$i90===void 0?void 0:_authdetailsContext$i90.instid)=='6824564a386c2'?"".concat(section_styles.btn2)+' mx-2 ':"".concat(section_styles.btn)+' m-md-0 ',onClick:function onClick(){routingcountext(sectionproperties.btnlink2,false,'');},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'?'Discover our fleet':'اكتشف أسطولنا')),/*#__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'&&sectionproperties.instbtn_show=='Hide'&&sectionproperties.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$i91;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i91=authdetailsContext.instinfo)===null||_authdetailsContext$i91===void 0?void 0:_authdetailsContext$i91.facebooklink)!=null){var _authdetailsContext$i92;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i92=authdetailsContext.instinfo)===null||_authdetailsContext$i92===void 0?void 0:_authdetailsContext$i92.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$i93;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i93=authdetailsContext.instinfo)===null||_authdetailsContext$i93===void 0?void 0:_authdetailsContext$i93.instagramlink)!=null){var _authdetailsContext$i94;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i94=authdetailsContext.instinfo)===null||_authdetailsContext$i94===void 0?void 0:_authdetailsContext$i94.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$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');}}},/*#__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$i97=authdetailsContext.instinfo)===null||_authdetailsContext$i97===void 0?void 0:_authdetailsContext$i97.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
78784
+ '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":sectionproperties.showbtn2=='Show'&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i90=authdetailsContext.instinfo)===null||_authdetailsContext$i90===void 0?void 0:_authdetailsContext$i90.instid)=='6824564a386c2'?"".concat(section_styles.btn)+' mx-1 ':"".concat(section_styles.btn)+' m-md-0 ',onClick:function onClick(){if(sectionproperties.btntype=='WhatsApp'){var _authdetailsContext$i91;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i91=authdetailsContext.instinfo)===null||_authdetailsContext$i91===void 0?void 0:_authdetailsContext$i91.whatsappnumber)!=null){var _authdetailsContext$i92;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i92=authdetailsContext.instinfo)===null||_authdetailsContext$i92===void 0?void 0:_authdetailsContext$i92.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
78785
+ 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),sectionproperties.showbtn2=='Show'&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i93=authdetailsContext.instinfo)===null||_authdetailsContext$i93===void 0?void 0:_authdetailsContext$i93.instid)=='6824564a386c2'&&/*#__PURE__*/React.createElement("button",{"class":sectionproperties.showbtn2=='Show'&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i94=authdetailsContext.instinfo)===null||_authdetailsContext$i94===void 0?void 0:_authdetailsContext$i94.instid)=='6824564a386c2'?"".concat(section_styles.btn2)+' mx-2 ':"".concat(section_styles.btn)+' m-md-0 ',onClick:function onClick(){routingcountext(sectionproperties.btnlink2,false,'');},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'?'Discover our fleet':'اكتشف أسطولنا')),/*#__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'&&sectionproperties.instbtn_show=='Hide'&&sectionproperties.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$i95;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i95=authdetailsContext.instinfo)===null||_authdetailsContext$i95===void 0?void 0:_authdetailsContext$i95.facebooklink)!=null){var _authdetailsContext$i96;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i96=authdetailsContext.instinfo)===null||_authdetailsContext$i96===void 0?void 0:_authdetailsContext$i96.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$i97;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i97=authdetailsContext.instinfo)===null||_authdetailsContext$i97===void 0?void 0:_authdetailsContext$i97.instagramlink)!=null){var _authdetailsContext$i98;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i98=authdetailsContext.instinfo)===null||_authdetailsContext$i98===void 0?void 0:_authdetailsContext$i98.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$i99;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i99=authdetailsContext.instinfo)===null||_authdetailsContext$i99===void 0?void 0:_authdetailsContext$i99.whatsappnumber)!=null){var _authdetailsContext$i100;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i100=authdetailsContext.instinfo)===null||_authdetailsContext$i100===void 0?void 0:_authdetailsContext$i100.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":(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i101=authdetailsContext.instinfo)===null||_authdetailsContext$i101===void 0?void 0:_authdetailsContext$i101.instid)=='6a0e0bcb82d2d'&&sectionproperties.slideshowText2ContentFontSize==6660?section_styles.sectioncintainer+' col-lg-6 col-md-6 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ':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$i102=authdetailsContext.instinfo)===null||_authdetailsContext$i102===void 0?void 0:_authdetailsContext$i102.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
78736
78786
  'الخبرة القانونية في كافة المجالات',1000,// wait 1s before replacing "Mice" with "Hamsters"
78737
- 'نغطي كافة أنحاء الجمهورية الدول العربية والعالم',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$i98=authdetailsContext.instinfo)===null||_authdetailsContext$i98===void 0?void 0:_authdetailsContext$i98.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
78787
+ 'نغطي كافة أنحاء الجمهورية الدول العربية والعالم',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$i103=authdetailsContext.instinfo)===null||_authdetailsContext$i103===void 0?void 0:_authdetailsContext$i103.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
78738
78788
  'Legal expertise in all fields',1000,// wait 1s before replacing "Mice" with "Hamsters"
78739
- '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$i99;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i99=authdetailsContext.instinfo)===null||_authdetailsContext$i99===void 0?void 0:_authdetailsContext$i99.whatsappnumber)!=null){var _authdetailsContext$i100;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i100=authdetailsContext.instinfo)===null||_authdetailsContext$i100===void 0?void 0:_authdetailsContext$i100.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
78740
- 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'&&sectionproperties.instbtn_show=='Hide'&&sectionproperties.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$i101;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i101=authdetailsContext.instinfo)===null||_authdetailsContext$i101===void 0?void 0:_authdetailsContext$i101.facebooklink)!=null){var _authdetailsContext$i102;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i102=authdetailsContext.instinfo)===null||_authdetailsContext$i102===void 0?void 0:_authdetailsContext$i102.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$i103;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i103=authdetailsContext.instinfo)===null||_authdetailsContext$i103===void 0?void 0:_authdetailsContext$i103.instagramlink)!=null){var _authdetailsContext$i104;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i104=authdetailsContext.instinfo)===null||_authdetailsContext$i104===void 0?void 0:_authdetailsContext$i104.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$i105;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i105=authdetailsContext.instinfo)===null||_authdetailsContext$i105===void 0?void 0:_authdetailsContext$i105.whatsappnumber)!=null){var _authdetailsContext$i106;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i106=authdetailsContext.instinfo)===null||_authdetailsContext$i106===void 0?void 0:_authdetailsContext$i106.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$i107=authdetailsContext.instinfo)===null||_authdetailsContext$i107===void 0?void 0:_authdetailsContext$i107.instid)=='68319d088f13e'?'1.5rem':'',paddingRight:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i108=authdetailsContext.instinfo)===null||_authdetailsContext$i108===void 0?void 0:_authdetailsContext$i108.instid)=='68319d088f13e'?'1.5rem':''}},/*#__PURE__*/React.createElement("div",{"class":(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i109=authdetailsContext.instinfo)===null||_authdetailsContext$i109===void 0?void 0:_authdetailsContext$i109.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$i110=authdetailsContext.instinfo)===null||_authdetailsContext$i110===void 0?void 0:_authdetailsContext$i110.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$i111;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i111=authdetailsContext.instinfo)===null||_authdetailsContext$i111===void 0?void 0:_authdetailsContext$i111.whatsappnumber)!=null){var _authdetailsContext$i112;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i112=authdetailsContext.instinfo)===null||_authdetailsContext$i112===void 0?void 0:_authdetailsContext$i112.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
78741
- 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),sectionproperties.showbtn2=='Show'&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i113=authdetailsContext.instinfo)===null||_authdetailsContext$i113===void 0?void 0:_authdetailsContext$i113.instid)=='699adb0acc8b5'&&/*#__PURE__*/React.createElement("button",{"class":"".concat(section_styles.btn2)+' mx-2 ',onClick:function onClick(){routingcountext(sectionproperties.btnlink2,false,'');},style:{marginLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',marginRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px',width:200}},langdetect=='en'?'Submit a Report':'تقديم بلاغ')),/*#__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'&&sectionproperties.instbtn_show=='Hide'&&sectionproperties.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.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:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i120=authdetailsContext.instinfo)===null||_authdetailsContext$i120===void 0?void 0:_authdetailsContext$i120.instid)=='6995aff955278'?'transparent':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$i121=authdetailsContext.instinfo)===null||_authdetailsContext$i121===void 0?void 0:_authdetailsContext$i121.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$i122=authdetailsContext.instinfo)===null||_authdetailsContext$i122===void 0?void 0:_authdetailsContext$i122.instid)=='68319d088f13e'?'1px solid white':0,padding:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i123=authdetailsContext.instinfo)===null||_authdetailsContext$i123===void 0?void 0:_authdetailsContext$i123.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$i124;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i124=authdetailsContext.instinfo)===null||_authdetailsContext$i124===void 0?void 0:_authdetailsContext$i124.whatsappnumber)!=null){var _authdetailsContext$i125;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i125=authdetailsContext.instinfo)===null||_authdetailsContext$i125===void 0?void 0:_authdetailsContext$i125.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
78742
- 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),sectionproperties.showbtn2=='Show'&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i126=authdetailsContext.instinfo)===null||_authdetailsContext$i126===void 0?void 0:_authdetailsContext$i126.instid)=='699adb0acc8b5'&&/*#__PURE__*/React.createElement("button",{"class":"".concat(section_styles.btn2)+' mx-2 ',onClick:function onClick(){routingcountext(sectionproperties.btnlink2,false,'');},style:{marginLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',marginRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px',width:200}},langdetect=='en'?'Submit a Report':'تقديم بلاغ')),/*#__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'&&sectionproperties.instbtn_show=='Hide'&&sectionproperties.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$i127;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i127=authdetailsContext.instinfo)===null||_authdetailsContext$i127===void 0?void 0:_authdetailsContext$i127.facebooklink)!=null){var _authdetailsContext$i128;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i128=authdetailsContext.instinfo)===null||_authdetailsContext$i128===void 0?void 0:_authdetailsContext$i128.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$i129;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i129=authdetailsContext.instinfo)===null||_authdetailsContext$i129===void 0?void 0:_authdetailsContext$i129.instagramlink)!=null){var _authdetailsContext$i130;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i130=authdetailsContext.instinfo)===null||_authdetailsContext$i130===void 0?void 0:_authdetailsContext$i130.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$i131;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i131=authdetailsContext.instinfo)===null||_authdetailsContext$i131===void 0?void 0:_authdetailsContext$i131.whatsappnumber)!=null){var _authdetailsContext$i132;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i132=authdetailsContext.instinfo)===null||_authdetailsContext$i132===void 0?void 0:_authdetailsContext$i132.whatsappnumber),'_blank');}}},/*#__PURE__*/React.createElement(FaWhatsapp,{size:sectionproperties.youtubebtniconfontsize}))))))))),sectionproperties.cardstyletype=='Style 2'&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.card_marginRight!=0&&sectionproperties.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
78789
+ '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})),sectionproperties.slideshowText2ContentFontSize!=6660&&/*#__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');
78790
+ 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'&&sectionproperties.instbtn_show=='Hide'&&sectionproperties.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.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$i112=authdetailsContext.instinfo)===null||_authdetailsContext$i112===void 0?void 0:_authdetailsContext$i112.instid)=='68319d088f13e'?'1.5rem':'',paddingRight:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i113=authdetailsContext.instinfo)===null||_authdetailsContext$i113===void 0?void 0:_authdetailsContext$i113.instid)=='68319d088f13e'?'1.5rem':''}},/*#__PURE__*/React.createElement("div",{"class":(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i114=authdetailsContext.instinfo)===null||_authdetailsContext$i114===void 0?void 0:_authdetailsContext$i114.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$i115=authdetailsContext.instinfo)===null||_authdetailsContext$i115===void 0?void 0:_authdetailsContext$i115.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$i116;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i116=authdetailsContext.instinfo)===null||_authdetailsContext$i116===void 0?void 0:_authdetailsContext$i116.whatsappnumber)!=null){var _authdetailsContext$i117;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i117=authdetailsContext.instinfo)===null||_authdetailsContext$i117===void 0?void 0:_authdetailsContext$i117.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
78791
+ 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),sectionproperties.showbtn2=='Show'&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i118=authdetailsContext.instinfo)===null||_authdetailsContext$i118===void 0?void 0:_authdetailsContext$i118.instid)=='699adb0acc8b5'&&/*#__PURE__*/React.createElement("button",{"class":"".concat(section_styles.btn2)+' mx-2 ',onClick:function onClick(){routingcountext(sectionproperties.btnlink2,false,'');},style:{marginLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',marginRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px',width:200}},langdetect=='en'?'Submit a Report':'تقديم بلاغ')),/*#__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'&&sectionproperties.instbtn_show=='Hide'&&sectionproperties.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$i119;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i119=authdetailsContext.instinfo)===null||_authdetailsContext$i119===void 0?void 0:_authdetailsContext$i119.facebooklink)!=null){var _authdetailsContext$i120;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i120=authdetailsContext.instinfo)===null||_authdetailsContext$i120===void 0?void 0:_authdetailsContext$i120.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$i121;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i121=authdetailsContext.instinfo)===null||_authdetailsContext$i121===void 0?void 0:_authdetailsContext$i121.instagramlink)!=null){var _authdetailsContext$i122;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i122=authdetailsContext.instinfo)===null||_authdetailsContext$i122===void 0?void 0:_authdetailsContext$i122.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$i123;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i123=authdetailsContext.instinfo)===null||_authdetailsContext$i123===void 0?void 0:_authdetailsContext$i123.whatsappnumber)!=null){var _authdetailsContext$i124;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i124=authdetailsContext.instinfo)===null||_authdetailsContext$i124===void 0?void 0:_authdetailsContext$i124.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":(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i125=authdetailsContext.instinfo)===null||_authdetailsContext$i125===void 0?void 0:_authdetailsContext$i125.instid)=='6a0e0bcb82d2d'&&sectionproperties.slideshowText2ContentFontSize==6660?section_styles.sectioncintainer+' col-lg-6 col-md-6 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ':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:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i126=authdetailsContext.instinfo)===null||_authdetailsContext$i126===void 0?void 0:_authdetailsContext$i126.instid)=='6995aff955278'?'transparent':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$i127=authdetailsContext.instinfo)===null||_authdetailsContext$i127===void 0?void 0:_authdetailsContext$i127.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())),sectionproperties.slideshowText2ContentFontSize!=6660&&/*#__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$i128=authdetailsContext.instinfo)===null||_authdetailsContext$i128===void 0?void 0:_authdetailsContext$i128.instid)=='68319d088f13e'?'1px solid white':0,padding:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i129=authdetailsContext.instinfo)===null||_authdetailsContext$i129===void 0?void 0:_authdetailsContext$i129.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$i130;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i130=authdetailsContext.instinfo)===null||_authdetailsContext$i130===void 0?void 0:_authdetailsContext$i130.whatsappnumber)!=null){var _authdetailsContext$i131;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i131=authdetailsContext.instinfo)===null||_authdetailsContext$i131===void 0?void 0:_authdetailsContext$i131.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
78792
+ 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),sectionproperties.showbtn2=='Show'&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i132=authdetailsContext.instinfo)===null||_authdetailsContext$i132===void 0?void 0:_authdetailsContext$i132.instid)=='699adb0acc8b5'&&/*#__PURE__*/React.createElement("button",{"class":"".concat(section_styles.btn2)+' mx-2 ',onClick:function onClick(){routingcountext(sectionproperties.btnlink2,false,'');},style:{marginLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',marginRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px',width:200}},langdetect=='en'?'Submit a Report':'تقديم بلاغ')),/*#__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'&&sectionproperties.instbtn_show=='Hide'&&sectionproperties.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$i133;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i133=authdetailsContext.instinfo)===null||_authdetailsContext$i133===void 0?void 0:_authdetailsContext$i133.facebooklink)!=null){var _authdetailsContext$i134;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i134=authdetailsContext.instinfo)===null||_authdetailsContext$i134===void 0?void 0:_authdetailsContext$i134.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$i135;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i135=authdetailsContext.instinfo)===null||_authdetailsContext$i135===void 0?void 0:_authdetailsContext$i135.instagramlink)!=null){var _authdetailsContext$i136;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i136=authdetailsContext.instinfo)===null||_authdetailsContext$i136===void 0?void 0:_authdetailsContext$i136.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$i137;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i137=authdetailsContext.instinfo)===null||_authdetailsContext$i137===void 0?void 0:_authdetailsContext$i137.whatsappnumber)!=null){var _authdetailsContext$i138;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i138=authdetailsContext.instinfo)===null||_authdetailsContext$i138===void 0?void 0:_authdetailsContext$i138.whatsappnumber),'_blank');}}},/*#__PURE__*/React.createElement(FaWhatsapp,{size:sectionproperties.youtubebtniconfontsize}))))))))),sectionproperties.cardstyletype=='Style 2'&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.card_marginRight!=0&&sectionproperties.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
78743
78793
  // ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between plr-1025-1 pr-md-3 pl-md-3 '
78744
78794
  // : sectionproperties.paddingLeft == 0 && sectionproperties.paddingRight == 0
78745
78795
  // ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between '
@@ -78750,7 +78800,7 @@ routingcountext(sectionproperties.btnlink,false,'');}else {window.open(sectionpr
78750
78800
  // : section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between '
78751
78801
  sectionproperties.paddingLeft!=0&&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 ':sectionproperties.paddingLeft==0&&sectionproperties.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',
78752
78802
  // paddingBottom: sectionproperties.paddingBottom + 'px',
78753
- 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$i133=authdetailsContext.instinfo)===null||_authdetailsContext$i133===void 0?void 0:_authdetailsContext$i133.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&&sectionproperties.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
78803
+ 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$i139=authdetailsContext.instinfo)===null||_authdetailsContext$i139===void 0?void 0:_authdetailsContext$i139.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&&sectionproperties.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
78754
78804
  // ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between plr-1025-1 pr-md-3 pl-md-3 '
78755
78805
  // : sectionproperties.paddingLeft == 0 && sectionproperties.paddingRight == 0
78756
78806
  // ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between '
@@ -78761,11 +78811,11 @@ marginTop:sectionproperties.marginTop+'px',marginBottom:sectionproperties.margin
78761
78811
  // : section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between '
78762
78812
  sectionproperties.paddingLeft!=0&&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 ':sectionproperties.paddingLeft==0&&sectionproperties.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',
78763
78813
  // paddingBottom: sectionproperties.paddingBottom + 'px',
78764
- 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$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');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
78765
- 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'&&sectionproperties.instbtn_show=='Hide'&&sectionproperties.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$i136;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i136=authdetailsContext.instinfo)===null||_authdetailsContext$i136===void 0?void 0:_authdetailsContext$i136.facebooklink)!=null){var _authdetailsContext$i137;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i137=authdetailsContext.instinfo)===null||_authdetailsContext$i137===void 0?void 0:_authdetailsContext$i137.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$i138;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i138=authdetailsContext.instinfo)===null||_authdetailsContext$i138===void 0?void 0:_authdetailsContext$i138.instagramlink)!=null){var _authdetailsContext$i139;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i139=authdetailsContext.instinfo)===null||_authdetailsContext$i139===void 0?void 0:_authdetailsContext$i139.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$i140;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i140=authdetailsContext.instinfo)===null||_authdetailsContext$i140===void 0?void 0:_authdetailsContext$i140.whatsappnumber)!=null){var _authdetailsContext$i141;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i141=authdetailsContext.instinfo)===null||_authdetailsContext$i141===void 0?void 0:_authdetailsContext$i141.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$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');
78766
- 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'&&sectionproperties.instbtn_show=='Hide'&&sectionproperties.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.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$i150;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i150=authdetailsContext.instinfo)===null||_authdetailsContext$i150===void 0?void 0:_authdetailsContext$i150.whatsappnumber)!=null){var _authdetailsContext$i151;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i151=authdetailsContext.instinfo)===null||_authdetailsContext$i151===void 0?void 0:_authdetailsContext$i151.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
78767
- 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'&&sectionproperties.instbtn_show=='Hide'&&sectionproperties.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$i152;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i152=authdetailsContext.instinfo)===null||_authdetailsContext$i152===void 0?void 0:_authdetailsContext$i152.facebooklink)!=null){var _authdetailsContext$i153;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i153=authdetailsContext.instinfo)===null||_authdetailsContext$i153===void 0?void 0:_authdetailsContext$i153.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$i154;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i154=authdetailsContext.instinfo)===null||_authdetailsContext$i154===void 0?void 0:_authdetailsContext$i154.instagramlink)!=null){var _authdetailsContext$i155;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i155=authdetailsContext.instinfo)===null||_authdetailsContext$i155===void 0?void 0:_authdetailsContext$i155.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$i156;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i156=authdetailsContext.instinfo)===null||_authdetailsContext$i156===void 0?void 0:_authdetailsContext$i156.whatsappnumber)!=null){var _authdetailsContext$i157;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i157=authdetailsContext.instinfo)===null||_authdetailsContext$i157===void 0?void 0:_authdetailsContext$i157.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$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');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
78768
- 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'&&sectionproperties.instbtn_show=='Hide'&&sectionproperties.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$i160;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i160=authdetailsContext.instinfo)===null||_authdetailsContext$i160===void 0?void 0:_authdetailsContext$i160.facebooklink)!=null){var _authdetailsContext$i161;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i161=authdetailsContext.instinfo)===null||_authdetailsContext$i161===void 0?void 0:_authdetailsContext$i161.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$i162;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i162=authdetailsContext.instinfo)===null||_authdetailsContext$i162===void 0?void 0:_authdetailsContext$i162.instagramlink)!=null){var _authdetailsContext$i163;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i163=authdetailsContext.instinfo)===null||_authdetailsContext$i163===void 0?void 0:_authdetailsContext$i163.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$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');}}},/*#__PURE__*/React.createElement(FaWhatsapp,{size:sectionproperties.youtubebtniconfontsize}))))))))),sectionproperties.cardstyletype=='Style 2'&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.card_marginRight!=0&&sectionproperties.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
78814
+ 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$i140;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i140=authdetailsContext.instinfo)===null||_authdetailsContext$i140===void 0?void 0:_authdetailsContext$i140.whatsappnumber)!=null){var _authdetailsContext$i141;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i141=authdetailsContext.instinfo)===null||_authdetailsContext$i141===void 0?void 0:_authdetailsContext$i141.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
78815
+ 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'&&sectionproperties.instbtn_show=='Hide'&&sectionproperties.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$i142;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i142=authdetailsContext.instinfo)===null||_authdetailsContext$i142===void 0?void 0:_authdetailsContext$i142.facebooklink)!=null){var _authdetailsContext$i143;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i143=authdetailsContext.instinfo)===null||_authdetailsContext$i143===void 0?void 0:_authdetailsContext$i143.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$i144;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i144=authdetailsContext.instinfo)===null||_authdetailsContext$i144===void 0?void 0:_authdetailsContext$i144.instagramlink)!=null){var _authdetailsContext$i145;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i145=authdetailsContext.instinfo)===null||_authdetailsContext$i145===void 0?void 0:_authdetailsContext$i145.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$i146;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i146=authdetailsContext.instinfo)===null||_authdetailsContext$i146===void 0?void 0:_authdetailsContext$i146.whatsappnumber)!=null){var _authdetailsContext$i147;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i147=authdetailsContext.instinfo)===null||_authdetailsContext$i147===void 0?void 0:_authdetailsContext$i147.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$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');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
78816
+ 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'&&sectionproperties.instbtn_show=='Hide'&&sectionproperties.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$i150;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i150=authdetailsContext.instinfo)===null||_authdetailsContext$i150===void 0?void 0:_authdetailsContext$i150.facebooklink)!=null){var _authdetailsContext$i151;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i151=authdetailsContext.instinfo)===null||_authdetailsContext$i151===void 0?void 0:_authdetailsContext$i151.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$i152;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i152=authdetailsContext.instinfo)===null||_authdetailsContext$i152===void 0?void 0:_authdetailsContext$i152.instagramlink)!=null){var _authdetailsContext$i153;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i153=authdetailsContext.instinfo)===null||_authdetailsContext$i153===void 0?void 0:_authdetailsContext$i153.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$i154;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i154=authdetailsContext.instinfo)===null||_authdetailsContext$i154===void 0?void 0:_authdetailsContext$i154.whatsappnumber)!=null){var _authdetailsContext$i155;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i155=authdetailsContext.instinfo)===null||_authdetailsContext$i155===void 0?void 0:_authdetailsContext$i155.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$i156;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i156=authdetailsContext.instinfo)===null||_authdetailsContext$i156===void 0?void 0:_authdetailsContext$i156.whatsappnumber)!=null){var _authdetailsContext$i157;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i157=authdetailsContext.instinfo)===null||_authdetailsContext$i157===void 0?void 0:_authdetailsContext$i157.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
78817
+ 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'&&sectionproperties.instbtn_show=='Hide'&&sectionproperties.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$i158;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i158=authdetailsContext.instinfo)===null||_authdetailsContext$i158===void 0?void 0:_authdetailsContext$i158.facebooklink)!=null){var _authdetailsContext$i159;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i159=authdetailsContext.instinfo)===null||_authdetailsContext$i159===void 0?void 0:_authdetailsContext$i159.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$i160;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i160=authdetailsContext.instinfo)===null||_authdetailsContext$i160===void 0?void 0:_authdetailsContext$i160.instagramlink)!=null){var _authdetailsContext$i161;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i161=authdetailsContext.instinfo)===null||_authdetailsContext$i161===void 0?void 0:_authdetailsContext$i161.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$i162;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i162=authdetailsContext.instinfo)===null||_authdetailsContext$i162===void 0?void 0:_authdetailsContext$i162.whatsappnumber)!=null){var _authdetailsContext$i163;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i163=authdetailsContext.instinfo)===null||_authdetailsContext$i163===void 0?void 0:_authdetailsContext$i163.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$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');
78818
+ 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'&&sectionproperties.instbtn_show=='Hide'&&sectionproperties.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.cardstyletype=='Style 2'&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.card_marginRight!=0&&sectionproperties.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
78769
78819
  // ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between plr-1025-1 pr-md-3 pl-md-3 '
78770
78820
  // : sectionproperties.paddingLeft == 0 && sectionproperties.paddingRight == 0
78771
78821
  // ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between '
@@ -78787,19 +78837,19 @@ marginTop:sectionproperties.marginTop+'px',marginBottom:sectionproperties.margin
78787
78837
  // : section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between '
78788
78838
  sectionproperties.paddingLeft!=0&&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 ':sectionproperties.paddingLeft==0&&sectionproperties.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',
78789
78839
  // paddingBottom: sectionproperties.paddingBottom + 'px',
78790
- 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$i166=authdetailsContext.instinfo)===null||_authdetailsContext$i166===void 0?void 0:_authdetailsContext$i166.instid)=='68319d088f13e'?'1.5rem':'',paddingRight:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i167=authdetailsContext.instinfo)===null||_authdetailsContext$i167===void 0?void 0:_authdetailsContext$i167.instid)=='68319d088f13e'?'1.5rem':''}},/*#__PURE__*/React.createElement("div",{"class":(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i168=authdetailsContext.instinfo)===null||_authdetailsContext$i168===void 0?void 0:_authdetailsContext$i168.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$i169=authdetailsContext.instinfo)===null||_authdetailsContext$i169===void 0?void 0:_authdetailsContext$i169.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$i170=authdetailsContext.instinfo)===null||_authdetailsContext$i170===void 0?void 0:_authdetailsContext$i170.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
78840
+ 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$i172=authdetailsContext.instinfo)===null||_authdetailsContext$i172===void 0?void 0:_authdetailsContext$i172.instid)=='68319d088f13e'?'1.5rem':'',paddingRight:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i173=authdetailsContext.instinfo)===null||_authdetailsContext$i173===void 0?void 0:_authdetailsContext$i173.instid)=='68319d088f13e'?'1.5rem':''}},/*#__PURE__*/React.createElement("div",{"class":(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i174=authdetailsContext.instinfo)===null||_authdetailsContext$i174===void 0?void 0:_authdetailsContext$i174.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$i175=authdetailsContext.instinfo)===null||_authdetailsContext$i175===void 0?void 0:_authdetailsContext$i175.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$i176=authdetailsContext.instinfo)===null||_authdetailsContext$i176===void 0?void 0:_authdetailsContext$i176.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
78791
78841
  'الخبرة القانونية في كافة المجالات',1000,// wait 1s before replacing "Mice" with "Hamsters"
78792
- 'نغطي كافة أنحاء الجمهورية الدول العربية والعالم',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$i171=authdetailsContext.instinfo)===null||_authdetailsContext$i171===void 0?void 0:_authdetailsContext$i171.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
78842
+ 'نغطي كافة أنحاء الجمهورية الدول العربية والعالم',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$i177=authdetailsContext.instinfo)===null||_authdetailsContext$i177===void 0?void 0:_authdetailsContext$i177.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
78793
78843
  'Legal expertise in all fields',1000,// wait 1s before replacing "Mice" with "Hamsters"
78794
- '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$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');
78795
- 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'&&sectionproperties.instbtn_show=='Hide'&&sectionproperties.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$i174;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i174=authdetailsContext.instinfo)===null||_authdetailsContext$i174===void 0?void 0:_authdetailsContext$i174.facebooklink)!=null){var _authdetailsContext$i175;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i175=authdetailsContext.instinfo)===null||_authdetailsContext$i175===void 0?void 0:_authdetailsContext$i175.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$i176;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i176=authdetailsContext.instinfo)===null||_authdetailsContext$i176===void 0?void 0:_authdetailsContext$i176.instagramlink)!=null){var _authdetailsContext$i177;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i177=authdetailsContext.instinfo)===null||_authdetailsContext$i177===void 0?void 0:_authdetailsContext$i177.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$i178;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i178=authdetailsContext.instinfo)===null||_authdetailsContext$i178===void 0?void 0:_authdetailsContext$i178.whatsappnumber)!=null){var _authdetailsContext$i179;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i179=authdetailsContext.instinfo)===null||_authdetailsContext$i179===void 0?void 0:_authdetailsContext$i179.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$i180=authdetailsContext.instinfo)===null||_authdetailsContext$i180===void 0?void 0:_authdetailsContext$i180.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
78844
+ '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$i178;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i178=authdetailsContext.instinfo)===null||_authdetailsContext$i178===void 0?void 0:_authdetailsContext$i178.whatsappnumber)!=null){var _authdetailsContext$i179;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i179=authdetailsContext.instinfo)===null||_authdetailsContext$i179===void 0?void 0:_authdetailsContext$i179.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
78845
+ 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'&&sectionproperties.instbtn_show=='Hide'&&sectionproperties.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$i180;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i180=authdetailsContext.instinfo)===null||_authdetailsContext$i180===void 0?void 0:_authdetailsContext$i180.facebooklink)!=null){var _authdetailsContext$i181;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i181=authdetailsContext.instinfo)===null||_authdetailsContext$i181===void 0?void 0:_authdetailsContext$i181.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$i182;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i182=authdetailsContext.instinfo)===null||_authdetailsContext$i182===void 0?void 0:_authdetailsContext$i182.instagramlink)!=null){var _authdetailsContext$i183;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i183=authdetailsContext.instinfo)===null||_authdetailsContext$i183===void 0?void 0:_authdetailsContext$i183.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$i184;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i184=authdetailsContext.instinfo)===null||_authdetailsContext$i184===void 0?void 0:_authdetailsContext$i184.whatsappnumber)!=null){var _authdetailsContext$i185;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i185=authdetailsContext.instinfo)===null||_authdetailsContext$i185===void 0?void 0:_authdetailsContext$i185.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$i186=authdetailsContext.instinfo)===null||_authdetailsContext$i186===void 0?void 0:_authdetailsContext$i186.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
78796
78846
  'الخبرة القانونية في كافة المجالات',1000,// wait 1s before replacing "Mice" with "Hamsters"
78797
- 'نغطي كافة أنحاء الجمهورية الدول العربية والعالم',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$i181=authdetailsContext.instinfo)===null||_authdetailsContext$i181===void 0?void 0:_authdetailsContext$i181.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
78847
+ 'نغطي كافة أنحاء الجمهورية الدول العربية والعالم',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$i187=authdetailsContext.instinfo)===null||_authdetailsContext$i187===void 0?void 0:_authdetailsContext$i187.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
78798
78848
  'Legal expertise in all fields',1000,// wait 1s before replacing "Mice" with "Hamsters"
78799
- '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$i182;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i182=authdetailsContext.instinfo)===null||_authdetailsContext$i182===void 0?void 0:_authdetailsContext$i182.whatsappnumber)!=null){var _authdetailsContext$i183;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i183=authdetailsContext.instinfo)===null||_authdetailsContext$i183===void 0?void 0:_authdetailsContext$i183.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
78800
- 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'&&sectionproperties.instbtn_show=='Hide'&&sectionproperties.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$i184;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i184=authdetailsContext.instinfo)===null||_authdetailsContext$i184===void 0?void 0:_authdetailsContext$i184.facebooklink)!=null){var _authdetailsContext$i185;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i185=authdetailsContext.instinfo)===null||_authdetailsContext$i185===void 0?void 0:_authdetailsContext$i185.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$i186;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i186=authdetailsContext.instinfo)===null||_authdetailsContext$i186===void 0?void 0:_authdetailsContext$i186.instagramlink)!=null){var _authdetailsContext$i187;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i187=authdetailsContext.instinfo)===null||_authdetailsContext$i187===void 0?void 0:_authdetailsContext$i187.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$i188;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i188=authdetailsContext.instinfo)===null||_authdetailsContext$i188===void 0?void 0:_authdetailsContext$i188.whatsappnumber)!=null){var _authdetailsContext$i189;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i189=authdetailsContext.instinfo)===null||_authdetailsContext$i189===void 0?void 0:_authdetailsContext$i189.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$i190=authdetailsContext.instinfo)===null||_authdetailsContext$i190===void 0?void 0:_authdetailsContext$i190.instid)=='68319d088f13e'?'1.5rem':'',paddingRight:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i191=authdetailsContext.instinfo)===null||_authdetailsContext$i191===void 0?void 0:_authdetailsContext$i191.instid)=='68319d088f13e'?'1.5rem':''}},/*#__PURE__*/React.createElement("div",{"class":(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i192=authdetailsContext.instinfo)===null||_authdetailsContext$i192===void 0?void 0:_authdetailsContext$i192.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$i193=authdetailsContext.instinfo)===null||_authdetailsContext$i193===void 0?void 0:_authdetailsContext$i193.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$i194;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i194=authdetailsContext.instinfo)===null||_authdetailsContext$i194===void 0?void 0:_authdetailsContext$i194.whatsappnumber)!=null){var _authdetailsContext$i195;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i195=authdetailsContext.instinfo)===null||_authdetailsContext$i195===void 0?void 0:_authdetailsContext$i195.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
78801
- 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'&&sectionproperties.instbtn_show=='Hide'&&sectionproperties.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$i196;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i196=authdetailsContext.instinfo)===null||_authdetailsContext$i196===void 0?void 0:_authdetailsContext$i196.facebooklink)!=null){var _authdetailsContext$i197;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i197=authdetailsContext.instinfo)===null||_authdetailsContext$i197===void 0?void 0:_authdetailsContext$i197.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$i198;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i198=authdetailsContext.instinfo)===null||_authdetailsContext$i198===void 0?void 0:_authdetailsContext$i198.instagramlink)!=null){var _authdetailsContext$i199;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i199=authdetailsContext.instinfo)===null||_authdetailsContext$i199===void 0?void 0:_authdetailsContext$i199.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$i200;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i200=authdetailsContext.instinfo)===null||_authdetailsContext$i200===void 0?void 0:_authdetailsContext$i200.whatsappnumber)!=null){var _authdetailsContext$i201;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i201=authdetailsContext.instinfo)===null||_authdetailsContext$i201===void 0?void 0:_authdetailsContext$i201.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$i202=authdetailsContext.instinfo)===null||_authdetailsContext$i202===void 0?void 0:_authdetailsContext$i202.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$i203=authdetailsContext.instinfo)===null||_authdetailsContext$i203===void 0?void 0:_authdetailsContext$i203.instid)=='68319d088f13e'?'1px solid white':0,padding:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i204=authdetailsContext.instinfo)===null||_authdetailsContext$i204===void 0?void 0:_authdetailsContext$i204.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$i205;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i205=authdetailsContext.instinfo)===null||_authdetailsContext$i205===void 0?void 0:_authdetailsContext$i205.whatsappnumber)!=null){var _authdetailsContext$i206;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i206=authdetailsContext.instinfo)===null||_authdetailsContext$i206===void 0?void 0:_authdetailsContext$i206.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
78802
- 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'&&sectionproperties.instbtn_show=='Hide'&&sectionproperties.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$i207;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i207=authdetailsContext.instinfo)===null||_authdetailsContext$i207===void 0?void 0:_authdetailsContext$i207.facebooklink)!=null){var _authdetailsContext$i208;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i208=authdetailsContext.instinfo)===null||_authdetailsContext$i208===void 0?void 0:_authdetailsContext$i208.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$i209;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i209=authdetailsContext.instinfo)===null||_authdetailsContext$i209===void 0?void 0:_authdetailsContext$i209.instagramlink)!=null){var _authdetailsContext$i210;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i210=authdetailsContext.instinfo)===null||_authdetailsContext$i210===void 0?void 0:_authdetailsContext$i210.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$i211;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i211=authdetailsContext.instinfo)===null||_authdetailsContext$i211===void 0?void 0:_authdetailsContext$i211.whatsappnumber)!=null){var _authdetailsContext$i212;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i212=authdetailsContext.instinfo)===null||_authdetailsContext$i212===void 0?void 0:_authdetailsContext$i212.whatsappnumber),'_blank');}}},/*#__PURE__*/React.createElement(FaWhatsapp,{size:sectionproperties.youtubebtniconfontsize}))))))))),sectionproperties.cardstyletype=='Style 2'&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.card_marginRight!=0&&sectionproperties.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?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&&sectionproperties.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',
78849
+ '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$i188;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i188=authdetailsContext.instinfo)===null||_authdetailsContext$i188===void 0?void 0:_authdetailsContext$i188.whatsappnumber)!=null){var _authdetailsContext$i189;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i189=authdetailsContext.instinfo)===null||_authdetailsContext$i189===void 0?void 0:_authdetailsContext$i189.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
78850
+ 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'&&sectionproperties.instbtn_show=='Hide'&&sectionproperties.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$i190;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i190=authdetailsContext.instinfo)===null||_authdetailsContext$i190===void 0?void 0:_authdetailsContext$i190.facebooklink)!=null){var _authdetailsContext$i191;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i191=authdetailsContext.instinfo)===null||_authdetailsContext$i191===void 0?void 0:_authdetailsContext$i191.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$i192;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i192=authdetailsContext.instinfo)===null||_authdetailsContext$i192===void 0?void 0:_authdetailsContext$i192.instagramlink)!=null){var _authdetailsContext$i193;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i193=authdetailsContext.instinfo)===null||_authdetailsContext$i193===void 0?void 0:_authdetailsContext$i193.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$i194;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i194=authdetailsContext.instinfo)===null||_authdetailsContext$i194===void 0?void 0:_authdetailsContext$i194.whatsappnumber)!=null){var _authdetailsContext$i195;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i195=authdetailsContext.instinfo)===null||_authdetailsContext$i195===void 0?void 0:_authdetailsContext$i195.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$i196=authdetailsContext.instinfo)===null||_authdetailsContext$i196===void 0?void 0:_authdetailsContext$i196.instid)=='68319d088f13e'?'1.5rem':'',paddingRight:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i197=authdetailsContext.instinfo)===null||_authdetailsContext$i197===void 0?void 0:_authdetailsContext$i197.instid)=='68319d088f13e'?'1.5rem':''}},/*#__PURE__*/React.createElement("div",{"class":(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i198=authdetailsContext.instinfo)===null||_authdetailsContext$i198===void 0?void 0:_authdetailsContext$i198.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$i199=authdetailsContext.instinfo)===null||_authdetailsContext$i199===void 0?void 0:_authdetailsContext$i199.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$i200;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i200=authdetailsContext.instinfo)===null||_authdetailsContext$i200===void 0?void 0:_authdetailsContext$i200.whatsappnumber)!=null){var _authdetailsContext$i201;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i201=authdetailsContext.instinfo)===null||_authdetailsContext$i201===void 0?void 0:_authdetailsContext$i201.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
78851
+ 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'&&sectionproperties.instbtn_show=='Hide'&&sectionproperties.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$i202;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i202=authdetailsContext.instinfo)===null||_authdetailsContext$i202===void 0?void 0:_authdetailsContext$i202.facebooklink)!=null){var _authdetailsContext$i203;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i203=authdetailsContext.instinfo)===null||_authdetailsContext$i203===void 0?void 0:_authdetailsContext$i203.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$i204;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i204=authdetailsContext.instinfo)===null||_authdetailsContext$i204===void 0?void 0:_authdetailsContext$i204.instagramlink)!=null){var _authdetailsContext$i205;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i205=authdetailsContext.instinfo)===null||_authdetailsContext$i205===void 0?void 0:_authdetailsContext$i205.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$i206;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i206=authdetailsContext.instinfo)===null||_authdetailsContext$i206===void 0?void 0:_authdetailsContext$i206.whatsappnumber)!=null){var _authdetailsContext$i207;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i207=authdetailsContext.instinfo)===null||_authdetailsContext$i207===void 0?void 0:_authdetailsContext$i207.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$i208=authdetailsContext.instinfo)===null||_authdetailsContext$i208===void 0?void 0:_authdetailsContext$i208.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$i209=authdetailsContext.instinfo)===null||_authdetailsContext$i209===void 0?void 0:_authdetailsContext$i209.instid)=='68319d088f13e'?'1px solid white':0,padding:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i210=authdetailsContext.instinfo)===null||_authdetailsContext$i210===void 0?void 0:_authdetailsContext$i210.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$i211;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i211=authdetailsContext.instinfo)===null||_authdetailsContext$i211===void 0?void 0:_authdetailsContext$i211.whatsappnumber)!=null){var _authdetailsContext$i212;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i212=authdetailsContext.instinfo)===null||_authdetailsContext$i212===void 0?void 0:_authdetailsContext$i212.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
78852
+ 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'&&sectionproperties.instbtn_show=='Hide'&&sectionproperties.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$i213;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i213=authdetailsContext.instinfo)===null||_authdetailsContext$i213===void 0?void 0:_authdetailsContext$i213.facebooklink)!=null){var _authdetailsContext$i214;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i214=authdetailsContext.instinfo)===null||_authdetailsContext$i214===void 0?void 0:_authdetailsContext$i214.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$i215;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i215=authdetailsContext.instinfo)===null||_authdetailsContext$i215===void 0?void 0:_authdetailsContext$i215.instagramlink)!=null){var _authdetailsContext$i216;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i216=authdetailsContext.instinfo)===null||_authdetailsContext$i216===void 0?void 0:_authdetailsContext$i216.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$i217;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i217=authdetailsContext.instinfo)===null||_authdetailsContext$i217===void 0?void 0:_authdetailsContext$i217.whatsappnumber)!=null){var _authdetailsContext$i218;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i218=authdetailsContext.instinfo)===null||_authdetailsContext$i218===void 0?void 0:_authdetailsContext$i218.whatsappnumber),'_blank');}}},/*#__PURE__*/React.createElement(FaWhatsapp,{size:sectionproperties.youtubebtniconfontsize}))))))))),sectionproperties.cardstyletype=='Style 2'&&/*#__PURE__*/React.createElement("div",{"class":sectionproperties.card_marginRight!=0&&sectionproperties.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?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&&sectionproperties.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',
78803
78853
  // paddingBottom: sectionproperties.paddingBottom + 'px',
78804
78854
  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()))))))));};
78805
78855