tabexseriescomponents 0.0.652 → 0.0.655

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.umd.js CHANGED
@@ -2566,7 +2566,7 @@
2566
2566
  textAlign: langdetect == 'en' ? 'left' : 'right',
2567
2567
  fontWeight: 400,
2568
2568
  color: sectionproperties.measurementunitcolor,
2569
- fontSize: sectionproperties.measurementunitcolor + 'px'
2569
+ fontSize: sectionproperties.measurementunitfontsize + 'px'
2570
2570
  }
2571
2571
  }, fetchProductInfoQueryContext.data.data.productinfo.measurmentunit)), sectionproperties.quantityshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
2572
2572
  "class": "col-lg-12 p-0 text-start"
@@ -2684,9 +2684,14 @@
2684
2684
  return /*#__PURE__*/React__default["default"].createElement("tr", null, /*#__PURE__*/React__default["default"].createElement("th", {
2685
2685
  style: {
2686
2686
  textTransform: 'capitalize',
2687
- color: '#000'
2687
+ color: '#000',
2688
+ textAlign: langdetect == 'en' ? 'left' : 'right'
2688
2689
  }
2689
- }, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.name_en : fitem === null || fitem === void 0 ? void 0 : fitem.name_ar), /*#__PURE__*/React__default["default"].createElement("td", null, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.value_en : fitem === null || fitem === void 0 ? void 0 : fitem.value_ar));
2690
+ }, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.name_en : fitem === null || fitem === void 0 ? void 0 : fitem.name_ar), /*#__PURE__*/React__default["default"].createElement("td", {
2691
+ style: {
2692
+ textAlign: langdetect == 'en' ? 'left' : 'right'
2693
+ }
2694
+ }, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.value_en : fitem === null || fitem === void 0 ? void 0 : fitem.value_ar));
2690
2695
  }))))), sectionproperties.defaultpricingposition == 'Under Name' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer11 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer11 === void 0 || (_fetchProductInfoQuer11 = _fetchProductInfoQuer11.data) === null || _fetchProductInfoQuer11 === void 0 || (_fetchProductInfoQuer11 = _fetchProductInfoQuer11.productinfo) === null || _fetchProductInfoQuer11 === void 0 ? void 0 : _fetchProductInfoQuer11.isproducttobesold) == 1 && /*#__PURE__*/React__default["default"].createElement(ProductHeaderPricing, {
2691
2696
  actions: props.actions
2692
2697
  }), langdetect == 'en' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer12 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer12 === void 0 || (_fetchProductInfoQuer12 = _fetchProductInfoQuer12.data) === null || _fetchProductInfoQuer12 === void 0 || (_fetchProductInfoQuer12 = _fetchProductInfoQuer12.productinfo) === null || _fetchProductInfoQuer12 === void 0 ? void 0 : _fetchProductInfoQuer12.short_description_en) != null && sectionproperties.descriptionstyle == 'Style 1' && /*#__PURE__*/React__default["default"].createElement("div", {
@@ -3340,7 +3345,7 @@
3340
3345
  "class": "col-lg-12 col-md-12 my-3 p-md-0"
3341
3346
  }, /*#__PURE__*/React__default["default"].createElement("hr", {
3342
3347
  "class": "m-0"
3343
- })), sectionproperties.descriptionstyle == 'Style 2' && sectionproperties.showshortdescription == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
3348
+ })), sectionproperties.descriptionstyle == 'Style 2' && /*#__PURE__*/React__default["default"].createElement("div", {
3344
3349
  "class": "col-lg-12 col-md-12 p-md-0 mb-3"
3345
3350
  }, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.Accordion, {
3346
3351
  allowMultipleExpanded: true,
@@ -18015,11 +18020,12 @@
18015
18020
  };
18016
18021
  var SectionTitle = function SectionTitle() {
18017
18022
  return /*#__PURE__*/React__default["default"].createElement("div", {
18018
- "class": "d-flex align-items-center flex-row",
18023
+ "class": "d-flex align-items-center",
18019
18024
  style: {
18020
18025
  position: 'relative',
18021
18026
  justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : '',
18022
- width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : ''
18027
+ width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : '',
18028
+ flexDirection: sectionproperties.sectiontitlestyle == 'Line Under Text' ? 'column' : 'row'
18023
18029
  }
18024
18030
  }, sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
18025
18031
  "class": section_cssstyles.line_left
@@ -18034,6 +18040,13 @@
18034
18040
  }
18035
18041
  }, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
18036
18042
  "class": section_cssstyles.line_right
18043
+ }), sectionproperties.sectiontitlestyle == 'Line Under Text' && /*#__PURE__*/React__default["default"].createElement("span", {
18044
+ style: {
18045
+ width: '50%',
18046
+ background: sectionproperties.linebgcolor,
18047
+ height: 3,
18048
+ borderRadius: 10
18049
+ }
18037
18050
  }));
18038
18051
  };
18039
18052
  var isCardsectionloading = function isCardsectionloading() {
@@ -29711,7 +29724,7 @@
29711
29724
  size: sectionproperties.cartBtn_iconFontSize
29712
29725
  }), sectionproperties.carticonstyle == 'Calendar 1' && /*#__PURE__*/React__default["default"].createElement(FiCalendar.FiCalendar, {
29713
29726
  size: sectionproperties.cartBtn_iconFontSize
29714
- }))), sectionproperties.userbtnstyle == 'Style 2' && !authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
29727
+ }))), sectionproperties.userbtnstyle == 'Style 2' && !authdetailsContext.loggedin && sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
29715
29728
  "class": "".concat(header_cssstyles.user_btn) + ' allcentered ',
29716
29729
  onClick: function onClick() {
29717
29730
  routingcountext(StaticPagesLinksContext.Login);
@@ -29723,7 +29736,7 @@
29723
29736
  fontWeight: sectionproperties.userBtnTextfontweight,
29724
29737
  fontSize: sectionproperties.userbtn_logintextFontSize + 'px'
29725
29738
  }
29726
- }, langdetect == 'en' ? 'Login' : 'تسجيل الدخول')), sectionproperties.userbtnstyle == 'Style 2' && authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, /*#__PURE__*/React__default["default"].createElement("div", {
29739
+ }, langdetect == 'en' ? 'Login' : 'تسجيل الدخول')), sectionproperties.userbtnstyle == 'Style 2' && authdetailsContext.loggedin && sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, /*#__PURE__*/React__default["default"].createElement("div", {
29727
29740
  className: header_cssstyles.userBtnLoggedinContainer + ' allcentered ',
29728
29741
  sytle: {
29729
29742
  position: 'relative'
@@ -29802,7 +29815,7 @@
29802
29815
  "class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem allcenetered m-0 p-0 '
29803
29816
  }, /*#__PURE__*/React__default["default"].createElement(BiLogOutCircle.BiLogOutCircle, {
29804
29817
  "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
29805
- }), lang.logout))))), sectionproperties.userbtnstyle == 'Style 1' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, !authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
29818
+ }), lang.logout))))), sectionproperties.userbtnstyle == 'Style 1' && sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, !authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
29806
29819
  "class": langdetect == 'en' ? " ".concat(header_cssstyles.user_btn) + ' d-flex align-items-center justify-content-center ml-2 ' : " ".concat(header_cssstyles.user_btn) + ' d-flex align-items-center justify-content-center mr-2 ',
29807
29820
  sytle: {
29808
29821
  position: 'relative'
@@ -42922,7 +42935,7 @@
42922
42935
  function ownKeys$1C(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; }
42923
42936
  function _objectSpread$1C(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1C(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1C(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
42924
42937
  var Footer1 = function Footer1(props) {
42925
- var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _returnpolicyobj9, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _returnpolicyobj13, _returnpolicyobj14, _returnpolicyobj15, _returnpolicyobj16, _authdetailsContext$i12, _authdetailsContext$i13;
42938
+ var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _returnpolicyobj9, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _returnpolicyobj13, _returnpolicyobj14, _returnpolicyobj15, _returnpolicyobj16, _authdetailsContext$i12, _authdetailsContext$i13, _logoarrayofobjects$3, _logoarrayofobjects$4, _authdetailsContext$i14, _authdetailsContext$i15;
42926
42939
  var _useState = React.useState(''),
42927
42940
  _useState2 = _slicedToArray__default["default"](_useState, 2),
42928
42941
  sectionproperties = _useState2[0],
@@ -42941,6 +42954,10 @@
42941
42954
  var templateproperties_context = props.actions.templateproperties_context;
42942
42955
  var templatepropcontext = props.actions.templatepropcontext;
42943
42956
  var ikimagecredcontext = props.actions.ikimagecredcontext;
42957
+ var _useState5 = React.useState(''),
42958
+ _useState6 = _slicedToArray__default["default"](_useState5, 2),
42959
+ newsletter = _useState6[0],
42960
+ setnewsletter = _useState6[1];
42944
42961
  React.useEffect(function () {
42945
42962
  if (props.srcfrom == 'addsectionform') {
42946
42963
  var secpropobj = {};
@@ -43098,6 +43115,17 @@
43098
43115
  maxWidth: '35%',
43099
43116
  height: 'auto'
43100
43117
  }
43118
+ }),
43119
+ btnn: glamor.css({
43120
+ width: '150px',
43121
+ height: 40,
43122
+ borderRadius: 10,
43123
+ background: '#C2A24D',
43124
+ color: 'white',
43125
+ ':hover': {
43126
+ transition: '.3s',
43127
+ background: '#186a81'
43128
+ }
43101
43129
  })
43102
43130
  };
43103
43131
  var returnpolicyobj = function returnpolicyobj(policytype) {
@@ -43112,8 +43140,8 @@
43112
43140
  };
43113
43141
  return /*#__PURE__*/React__default["default"].createElement("div", {
43114
43142
  "class": "row m-0 w-100 d-flex justify-content-center"
43115
- }, /*#__PURE__*/React__default["default"].createElement("footer", {
43116
- "class": "".concat(footerStyles.footerContainer) + ' p-sm-2 p-md-4 '
43143
+ }, sectionproperties.opencollapsible == 'Expanded' && /*#__PURE__*/React__default["default"].createElement("footer", {
43144
+ "class": "".concat(footerStyles.footerContainer) + ' px-sm-2 py-md-4 p-md-4 '
43117
43145
  }, /*#__PURE__*/React__default["default"].createElement("div", {
43118
43146
  "class": "row w-100 m-0 d-flex justify-content-center"
43119
43147
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -43372,7 +43400,137 @@
43372
43400
  "class": ' h-100 d-flex align-items-center justify-content-center mr-2 ml-2 '
43373
43401
  }, /*#__PURE__*/React__default["default"].createElement(IoLocationSharp.IoLocationSharp, {
43374
43402
  size: sectionproperties.footerinfoicon_fontsize
43375
- })), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.address_en)))))));
43403
+ })), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.address_en)))))), sectionproperties.opencollapsible == 'Not Expanded' && /*#__PURE__*/React__default["default"].createElement("footer", {
43404
+ "class": "".concat(footerStyles.footerContainer) + ' p-sm-2 p-md-4 '
43405
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
43406
+ "class": "row w-100 m-0 d-flex justify-content-center"
43407
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
43408
+ "class": "col-lg-6"
43409
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
43410
+ "class": "row m-0 w-100"
43411
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
43412
+ "class": "col-lg-12 d-flex flex-row align-items-center justify-content-start mb-3 p-0"
43413
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
43414
+ "class": "".concat(footerStyles.footerlogo) + ' d-flex align-items-center justify-content-center '
43415
+ }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
43416
+ urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
43417
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
43418
+ path: langdetect == 'en' ? (_logoarrayofobjects$3 = logoarrayofobjects[0]) === null || _logoarrayofobjects$3 === void 0 ? void 0 : _logoarrayofobjects$3.englishlogo : (_logoarrayofobjects$4 = logoarrayofobjects[0]) === null || _logoarrayofobjects$4 === void 0 ? void 0 : _logoarrayofobjects$4.arabiclogo,
43419
+ style: {
43420
+ width: '100%',
43421
+ height: '100%',
43422
+ objectFit: 'contain'
43423
+ },
43424
+ loading: "lazy"
43425
+ }))), /*#__PURE__*/React__default["default"].createElement("div", {
43426
+ "class": "col-lg-12 p-0 mb-3"
43427
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
43428
+ "class": "m-0 p-0",
43429
+ style: {
43430
+ fontSize: '15px',
43431
+ color: '#fff',
43432
+ fontWeight: sectionproperties.prodCatFontWeight,
43433
+ textAlign: langdetect == 'en' ? 'left' : 'right'
43434
+ }
43435
+ }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.description_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
43436
+ "class": "col-lg-12 p-0 flex-row text-start"
43437
+ }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
43438
+ "class": "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center ',
43439
+ onClick: function onClick() {
43440
+ var _authdetailsContext$i16;
43441
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.facebooklink) != null) {
43442
+ var _authdetailsContext$i17;
43443
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.facebooklink, '_blank');
43444
+ }
43445
+ }
43446
+ }, /*#__PURE__*/React__default["default"].createElement(FaFacebook.FaFacebook, {
43447
+ size: sectionproperties.facebkbtnniconfontsize
43448
+ })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
43449
+ "class": "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
43450
+ onClick: function onClick() {
43451
+ var _authdetailsContext$i18;
43452
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.instagramlink) != null) {
43453
+ var _authdetailsContext$i19;
43454
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.instagramlink, '_blank');
43455
+ }
43456
+ }
43457
+ }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
43458
+ size: sectionproperties.instgrambtniconfontsize
43459
+ })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
43460
+ "class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ',
43461
+ onClick: function onClick() {
43462
+ var _authdetailsContext$i20;
43463
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.whatsappnumber) != null) {
43464
+ var _authdetailsContext$i21;
43465
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.whatsappnumber), '_blank');
43466
+ }
43467
+ }
43468
+ }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
43469
+ size: sectionproperties.youtubebtniconfontsize
43470
+ }))))), /*#__PURE__*/React__default["default"].createElement("div", {
43471
+ "class": "col-lg-6"
43472
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
43473
+ "class": "row m-0 w-100 mt-md-3"
43474
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
43475
+ "class": "col-lg-12 p-0 mb-3"
43476
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
43477
+ "class": "m-0 p-0",
43478
+ style: {
43479
+ fontSize: 20,
43480
+ color: 'white',
43481
+ fontWeight: 600,
43482
+ textAlign: langdetect == 'en' ? 'left' : 'right'
43483
+ }
43484
+ }, "\u0627\u0644\u062A\u0633\u062C\u064A\u0644 \u0641\u064A \u0627\u0644\u0646\u0634\u0631\u0629 \u0627\u0644\u0625\u062E\u0628\u0627\u0631\u064A\u0629")), /*#__PURE__*/React__default["default"].createElement("div", {
43485
+ "class": "col-lg-12 p-0 mb-3"
43486
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
43487
+ "class": "m-0 p-0",
43488
+ style: {
43489
+ fontSize: 15,
43490
+ color: 'white',
43491
+ fontWeight: 500,
43492
+ textAlign: langdetect == 'en' ? 'left' : 'right'
43493
+ }
43494
+ }, "\u0623\u062F\u062E\u0644 \u0628\u0631\u064A\u062F\u0643 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u062A\u062D\u062F\u064A\u062B\u0627\u062A \u062F\u0648\u0631\u064A\u0629 \u062D\u0648\u0644 \u0627\u0644\u0645\u0624\u062A\u0645\u0631.")), /*#__PURE__*/React__default["default"].createElement("div", {
43495
+ "class": "col-lg-12 allcentered mb-3 text-start p-0"
43496
+ }, /*#__PURE__*/React__default["default"].createElement("input", {
43497
+ type: "text",
43498
+ className: "".concat(footerStyles.form_control) + ' w-md-100 ',
43499
+ value: event.target.value,
43500
+ placeholder: "\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A",
43501
+ onChange: function onChange(event) {
43502
+ var newslettertemp = _objectSpread$1C({}, newsletter);
43503
+ newslettertemp = event.target.value;
43504
+ setnewsletter(_objectSpread$1C({}, newslettertemp));
43505
+ },
43506
+ style: {
43507
+ background: 'white',
43508
+ fontSize: 14,
43509
+ color: '#000',
43510
+ borderRadius: 10,
43511
+ width: '50%',
43512
+ height: 40,
43513
+ paddingLeft: 20,
43514
+ paddingRight: 20
43515
+ }
43516
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
43517
+ "class": "col-lg-12 text-start mb-3 text-start p-0"
43518
+ }, /*#__PURE__*/React__default["default"].createElement("button", {
43519
+ "class": footerStyles.btnn
43520
+ }, "\u0627\u0634\u062A\u0631\u0643 \u0627\u0644\u0622\u0646")))), /*#__PURE__*/React__default["default"].createElement("div", {
43521
+ "class": "col-lg-12 d-flex justify-content-center mt-md-3 mb-md-3"
43522
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
43523
+ "class": "".concat(footerStyles.vl) + ' ml-sm-0 mr-sm-0 my-3 '
43524
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
43525
+ "class": "col-lg-12 text-start"
43526
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
43527
+ "class": "m-0 p-0",
43528
+ style: {
43529
+ fontSize: sectionproperties.generaltext_fontSize + 'px',
43530
+ color: sectionproperties.generaltext_fontColor,
43531
+ fontWeight: sectionproperties.generaltext_fontWeight
43532
+ }
43533
+ }, langdetect == 'en' ? sectionproperties.general_text_content : sectionproperties.general_text_content_ar)))));
43376
43534
  };
43377
43535
 
43378
43536
  function ownKeys$1B(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; }
@@ -47933,9 +48091,8 @@
47933
48091
  display: window.location.pathname == '/home' && sectionproperties.showfooterinhome == 'Hide' ? 'none' : 'flex'
47934
48092
  }
47935
48093
  }, /*#__PURE__*/React__default["default"].createElement("div", {
47936
- "class": "row m-0 w-md-100",
48094
+ "class": "row m-0 w-100",
47937
48095
  style: {
47938
- width: sectionproperties.footerwidth + 'vw',
47939
48096
  position: 'relative',
47940
48097
  background: sectionproperties.footerbgcolor
47941
48098
  }
@@ -51277,8 +51434,10 @@
51277
51434
  var itemquantity = 0;
51278
51435
  if (langdetect == 'en') {
51279
51436
  cardobj.name = arrayItem.productinfo.name_en;
51437
+ cardobj.name_en = arrayItem.productinfo.name_en;
51280
51438
  } else {
51281
51439
  cardobj.name = arrayItem.productinfo.name_ar;
51440
+ cardobj.name_ar = arrayItem.productinfo.name_ar;
51282
51441
  }
51283
51442
  if (langdetect == 'en') {
51284
51443
  cardobj.description = arrayItem.productinfo.description_en;
@@ -51348,9 +51507,11 @@
51348
51507
  cardobj.skiplayeronclick = arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.skiplayeronclick;
51349
51508
  if (langdetect == 'en') {
51350
51509
  cardobj.name = arrayItem.title_en;
51510
+ cardobj.name_en = arrayItem.title_en;
51351
51511
  cardobj.description = arrayItem.description_en;
51352
51512
  } else if (langdetect == 'ar') {
51353
- cardobj.name = arrayItem.title_ar;
51513
+ cardobj.name = arrayItem.title_en;
51514
+ cardobj.name_ar = arrayItem.title_ar;
51354
51515
  cardobj.description = arrayItem.description_ar;
51355
51516
  }
51356
51517
  cardobj.image = arrayItem.collectionlogo;
@@ -51361,9 +51522,11 @@
51361
51522
  cardobj.skiplayeronclick = arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.skiplayeronclick;
51362
51523
  if (langdetect == 'en') {
51363
51524
  cardobj.name = arrayItem.title_en;
51525
+ cardobj.name_en = arrayItem.title_en;
51364
51526
  cardobj.description = arrayItem.description_en;
51365
51527
  } else if (langdetect == 'ar') {
51366
51528
  cardobj.name = arrayItem.title_ar;
51529
+ cardobj.name_ar = arrayItem.title_ar;
51367
51530
  cardobj.description = arrayItem.description_ar;
51368
51531
  }
51369
51532
  cardobj.image = arrayItem.categorylogo;
@@ -51374,9 +51537,11 @@
51374
51537
  cardobj.skiplayeronclick = arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.skiplayeronclick;
51375
51538
  if (langdetect == 'en') {
51376
51539
  cardobj.name = arrayItem.title_en;
51540
+ cardobj.name_en = arrayItem.title_en;
51377
51541
  cardobj.description = arrayItem.description_en;
51378
51542
  } else if (langdetect == 'ar') {
51379
51543
  cardobj.name = arrayItem.title_ar;
51544
+ cardobj.name_ar = arrayItem.title_ar;
51380
51545
  cardobj.description = arrayItem.description_ar;
51381
51546
  }
51382
51547
  cardobj.image = arrayItem.parentcollectionlogo;
@@ -51501,7 +51666,7 @@
51501
51666
  })
51502
51667
  };
51503
51668
  var cardsrender = function cardsrender() {
51504
- var _cardsarray$2, _cardsarray$3, _cardsarray$5, _cardsarray$6, _cardsarray$8, _cardsarray$9, _cardsarray$11, _cardsarray$12, _cardsarray$14, _cardsarray$15;
51669
+ var _cardsarray$2, _cardsarray$3, _cardsarray$4, _cardsarray$6, _cardsarray$7, _cardsarray$8, _cardsarray$10, _cardsarray$11, _cardsarray$12, _cardsarray$14, _cardsarray$15, _cardsarray$16, _cardsarray$18, _cardsarray$19, _cardsarray$20;
51505
51670
  return /*#__PURE__*/React__default["default"].createElement("div", {
51506
51671
  "class": 'row m-0 w-100'
51507
51672
  }, !fetchProductsQuery.isFetching && cardsarray.length == 0 && /*#__PURE__*/React__default["default"].createElement("div", {
@@ -51621,7 +51786,7 @@
51621
51786
  "class": "col-lg-12 p-0 d-flex justify-content-start"
51622
51787
  }, /*#__PURE__*/React__default["default"].createElement("p", {
51623
51788
  "class": section_cssstyles.collectionname + ' m-0 p-0 '
51624
- }, (_cardsarray$3 = cardsarray[0]) === null || _cardsarray$3 === void 0 ? void 0 : _cardsarray$3.name)), /*#__PURE__*/React__default["default"].createElement("div", {
51789
+ }, langdetect == 'en' ? (_cardsarray$3 = cardsarray[0]) === null || _cardsarray$3 === void 0 ? void 0 : _cardsarray$3.name_en : (_cardsarray$4 = cardsarray[0]) === null || _cardsarray$4 === void 0 ? void 0 : _cardsarray$4.name_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
51625
51790
  "class": "col-lg-12 p-0 d-flex justify-content-start"
51626
51791
  }, /*#__PURE__*/React__default["default"].createElement("p", {
51627
51792
  "class": section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '
@@ -51632,8 +51797,8 @@
51632
51797
  }, /*#__PURE__*/React__default["default"].createElement("div", {
51633
51798
  "class": sectionproperties.imagepadding == 0 ? section_cssstyles.cardcont + ' col-lg-6 p-md-0 cursor-pointer ' : section_cssstyles.cardcont + ' col-lg-6 p-md-0 mb-md-3 cursor-pointer ',
51634
51799
  onClick: function onClick() {
51635
- var _cardsarray$4;
51636
- routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$4 = cardsarray[1]) === null || _cardsarray$4 === void 0 ? void 0 : _cardsarray$4.collectionid));
51800
+ var _cardsarray$5;
51801
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$5 = cardsarray[1]) === null || _cardsarray$5 === void 0 ? void 0 : _cardsarray$5.collectionid));
51637
51802
  },
51638
51803
  style: {
51639
51804
  paddingLeft: sectionproperties.imagepadding + 'px',
@@ -51655,7 +51820,7 @@
51655
51820
  }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
51656
51821
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
51657
51822
  publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
51658
- path: (_cardsarray$5 = cardsarray[1]) === null || _cardsarray$5 === void 0 ? void 0 : _cardsarray$5.image,
51823
+ path: (_cardsarray$6 = cardsarray[1]) === null || _cardsarray$6 === void 0 ? void 0 : _cardsarray$6.image,
51659
51824
  loading: "lazy",
51660
51825
  style: {
51661
51826
  width: '100%',
@@ -51682,7 +51847,7 @@
51682
51847
  "class": "col-lg-12 p-0 d-flex justify-content-center"
51683
51848
  }, /*#__PURE__*/React__default["default"].createElement("p", {
51684
51849
  "class": section_cssstyles.collectionname + ' m-0 p-0 '
51685
- }, (_cardsarray$6 = cardsarray[1]) === null || _cardsarray$6 === void 0 ? void 0 : _cardsarray$6.name)), /*#__PURE__*/React__default["default"].createElement("div", {
51850
+ }, langdetect == 'en' ? (_cardsarray$7 = cardsarray[1]) === null || _cardsarray$7 === void 0 ? void 0 : _cardsarray$7.name_en : (_cardsarray$8 = cardsarray[1]) === null || _cardsarray$8 === void 0 ? void 0 : _cardsarray$8.name_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
51686
51851
  "class": "col-lg-12 p-0 d-flex justify-content-center"
51687
51852
  }, /*#__PURE__*/React__default["default"].createElement("p", {
51688
51853
  "class": section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '
@@ -51694,8 +51859,8 @@
51694
51859
  marginBottom: sectionproperties.imagepadding == 0 ? 0 : '1rem'
51695
51860
  },
51696
51861
  onClick: function onClick() {
51697
- var _cardsarray$7;
51698
- routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$7 = cardsarray[2]) === null || _cardsarray$7 === void 0 ? void 0 : _cardsarray$7.collectionid));
51862
+ var _cardsarray$9;
51863
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$9 = cardsarray[2]) === null || _cardsarray$9 === void 0 ? void 0 : _cardsarray$9.collectionid));
51699
51864
  }
51700
51865
  }, /*#__PURE__*/React__default["default"].createElement("div", {
51701
51866
  "class": "row m-0 w-100",
@@ -51712,7 +51877,7 @@
51712
51877
  }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
51713
51878
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
51714
51879
  publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
51715
- path: (_cardsarray$8 = cardsarray[2]) === null || _cardsarray$8 === void 0 ? void 0 : _cardsarray$8.image,
51880
+ path: (_cardsarray$10 = cardsarray[2]) === null || _cardsarray$10 === void 0 ? void 0 : _cardsarray$10.image,
51716
51881
  loading: "lazy",
51717
51882
  style: {
51718
51883
  width: '100%',
@@ -51739,15 +51904,15 @@
51739
51904
  "class": "col-lg-12 p-0 d-flex justify-content-center"
51740
51905
  }, /*#__PURE__*/React__default["default"].createElement("p", {
51741
51906
  "class": section_cssstyles.collectionname + ' m-0 p-0 '
51742
- }, (_cardsarray$9 = cardsarray[2]) === null || _cardsarray$9 === void 0 ? void 0 : _cardsarray$9.name)), /*#__PURE__*/React__default["default"].createElement("div", {
51907
+ }, langdetect == 'en' ? (_cardsarray$11 = cardsarray[2]) === null || _cardsarray$11 === void 0 ? void 0 : _cardsarray$11.name_en : (_cardsarray$12 = cardsarray[2]) === null || _cardsarray$12 === void 0 ? void 0 : _cardsarray$12.name_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
51743
51908
  "class": "col-lg-12 p-0 d-flex justify-content-center"
51744
51909
  }, /*#__PURE__*/React__default["default"].createElement("p", {
51745
51910
  "class": section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '
51746
51911
  }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))), /*#__PURE__*/React__default["default"].createElement("div", {
51747
51912
  "class": sectionproperties.imagepadding == 0 ? section_cssstyles.cardcont + ' col-lg-7 p-md-0 cursor-pointer ' : section_cssstyles.cardcont + ' col-lg-7 p-md-0 mb-md-3 cursor-pointer ',
51748
51913
  onClick: function onClick() {
51749
- var _cardsarray$10;
51750
- routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$10 = cardsarray[3]) === null || _cardsarray$10 === void 0 ? void 0 : _cardsarray$10.collectionid));
51914
+ var _cardsarray$13;
51915
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$13 = cardsarray[3]) === null || _cardsarray$13 === void 0 ? void 0 : _cardsarray$13.collectionid));
51751
51916
  },
51752
51917
  style: {
51753
51918
  paddingLeft: sectionproperties.imagepadding + 'px',
@@ -51769,7 +51934,7 @@
51769
51934
  }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
51770
51935
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
51771
51936
  publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
51772
- path: (_cardsarray$11 = cardsarray[3]) === null || _cardsarray$11 === void 0 ? void 0 : _cardsarray$11.image,
51937
+ path: (_cardsarray$14 = cardsarray[3]) === null || _cardsarray$14 === void 0 ? void 0 : _cardsarray$14.image,
51773
51938
  loading: "lazy",
51774
51939
  style: {
51775
51940
  width: '100%',
@@ -51800,7 +51965,7 @@
51800
51965
  "class": "col-lg-12 p-0 d-flex justify-content-center"
51801
51966
  }, /*#__PURE__*/React__default["default"].createElement("p", {
51802
51967
  "class": section_cssstyles.collectionname + ' m-0 p-0 '
51803
- }, (_cardsarray$12 = cardsarray[3]) === null || _cardsarray$12 === void 0 ? void 0 : _cardsarray$12.name)), /*#__PURE__*/React__default["default"].createElement("div", {
51968
+ }, langdetect == 'en' ? (_cardsarray$15 = cardsarray[3]) === null || _cardsarray$15 === void 0 ? void 0 : _cardsarray$15.name_en : (_cardsarray$16 = cardsarray[3]) === null || _cardsarray$16 === void 0 ? void 0 : _cardsarray$16.name_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
51804
51969
  "class": "col-lg-12 p-0 d-flex justify-content-center"
51805
51970
  }, /*#__PURE__*/React__default["default"].createElement("p", {
51806
51971
  "class": section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '
@@ -51811,8 +51976,8 @@
51811
51976
  paddingRight: sectionproperties.imagepadding + 'px'
51812
51977
  },
51813
51978
  onClick: function onClick() {
51814
- var _cardsarray$13;
51815
- routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$13 = cardsarray[4]) === null || _cardsarray$13 === void 0 ? void 0 : _cardsarray$13.collectionid));
51979
+ var _cardsarray$17;
51980
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$17 = cardsarray[4]) === null || _cardsarray$17 === void 0 ? void 0 : _cardsarray$17.collectionid));
51816
51981
  }
51817
51982
  }, /*#__PURE__*/React__default["default"].createElement("div", {
51818
51983
  "class": "row m-0 w-100",
@@ -51829,7 +51994,7 @@
51829
51994
  }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
51830
51995
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
51831
51996
  publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
51832
- path: (_cardsarray$14 = cardsarray[4]) === null || _cardsarray$14 === void 0 ? void 0 : _cardsarray$14.image,
51997
+ path: (_cardsarray$18 = cardsarray[4]) === null || _cardsarray$18 === void 0 ? void 0 : _cardsarray$18.image,
51833
51998
  loading: "lazy",
51834
51999
  style: {
51835
52000
  width: '100%',
@@ -51854,7 +52019,7 @@
51854
52019
  "class": "col-lg-12 p-0 d-flex justify-content-start"
51855
52020
  }, /*#__PURE__*/React__default["default"].createElement("p", {
51856
52021
  "class": section_cssstyles.collectionname + ' m-0 p-0 '
51857
- }, (_cardsarray$15 = cardsarray[4]) === null || _cardsarray$15 === void 0 ? void 0 : _cardsarray$15.name)), /*#__PURE__*/React__default["default"].createElement("div", {
52022
+ }, langdetect == 'en' ? (_cardsarray$19 = cardsarray[4]) === null || _cardsarray$19 === void 0 ? void 0 : _cardsarray$19.name_en : (_cardsarray$20 = cardsarray[4]) === null || _cardsarray$20 === void 0 ? void 0 : _cardsarray$20.name_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
51858
52023
  "class": "col-lg-12 p-0 d-flex justify-content-start"
51859
52024
  }, /*#__PURE__*/React__default["default"].createElement("p", {
51860
52025
  "class": section_cssstyles.collectioncardbutton + ' m-0 p-0 allcentered collectioncardbutton '
@@ -58238,13 +58403,17 @@
58238
58403
  }
58239
58404
  if (item.type == 'date') {
58240
58405
  return /*#__PURE__*/React__default["default"].createElement("div", {
58406
+ "class": 'col-md-12 col-lg-' + sectionproperties.numberofcolsperrow
58407
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
58241
58408
  "class": "row m-0 w-100 mb-3"
58242
58409
  }, /*#__PURE__*/React__default["default"].createElement("div", {
58243
58410
  "class": "col-lg-12 text-start mb-2"
58244
58411
  }, /*#__PURE__*/React__default["default"].createElement("p", {
58245
58412
  "class": form_cssstyles.formlabel + ' m-0 p-0 ',
58246
58413
  style: {}
58247
- }, langdetect == 'en' ? item.title_en : item.title_ar, " ", item.isrequired == 1 ? '*' : '')), sectionproperties.datestartdate == 'Today' && /*#__PURE__*/React__default["default"].createElement("div", {
58414
+ }, langdetect == 'en' ? item.title_en : item.title_ar, " ", /*#__PURE__*/React__default["default"].createElement("sup", {
58415
+ "class": "text-danger"
58416
+ }, item.isrequired == 1 ? '*' : ''))), sectionproperties.datestartdate == 'Today' && /*#__PURE__*/React__default["default"].createElement("div", {
58248
58417
  "class": "col-lg-12 text-start"
58249
58418
  }, /*#__PURE__*/React__default["default"].createElement("input", {
58250
58419
  type: type,
@@ -58263,16 +58432,20 @@
58263
58432
  updateformfield(event.target.value, index);
58264
58433
  },
58265
58434
  className: "".concat(formstyles.form_control, " ").concat(form_cssstyles.form_control)
58266
- })));
58435
+ }))));
58267
58436
  } else {
58268
58437
  return /*#__PURE__*/React__default["default"].createElement("div", {
58438
+ "class": 'col-md-12 col-lg-' + sectionproperties.numberofcolsperrow
58439
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
58269
58440
  "class": "row m-0 w-100 mb-3"
58270
58441
  }, /*#__PURE__*/React__default["default"].createElement("div", {
58271
58442
  "class": "col-lg-12 text-start mb-2"
58272
58443
  }, /*#__PURE__*/React__default["default"].createElement("p", {
58273
58444
  "class": form_cssstyles.formlabel + ' m-0 p-0 ',
58274
58445
  style: {}
58275
- }, langdetect == 'en' ? item.title_en : item.title_ar, " ", item.isrequired == 1 ? '*' : '')), /*#__PURE__*/React__default["default"].createElement("div", {
58446
+ }, langdetect == 'en' ? item.title_en : item.title_ar, " ", /*#__PURE__*/React__default["default"].createElement("sup", {
58447
+ "class": "text-danger"
58448
+ }, item.isrequired == 1 ? '*' : ''))), /*#__PURE__*/React__default["default"].createElement("div", {
58276
58449
  "class": "col-lg-12 text-start"
58277
58450
  }, /*#__PURE__*/React__default["default"].createElement("input", {
58278
58451
  type: type,
@@ -58281,18 +58454,22 @@
58281
58454
  updateformfield(event.target.value, index);
58282
58455
  },
58283
58456
  className: "".concat(formstyles.form_control, " ").concat(form_cssstyles.form_control)
58284
- })));
58457
+ }))));
58285
58458
  }
58286
58459
  };
58287
58460
  var textareaitem = function textareaitem(item, index) {
58288
58461
  return /*#__PURE__*/React__default["default"].createElement("div", {
58462
+ "class": 'col-md-12 col-lg-12'
58463
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
58289
58464
  "class": "row m-0 w-100 mb-3"
58290
58465
  }, /*#__PURE__*/React__default["default"].createElement("div", {
58291
58466
  "class": "col-lg-12 text-start mb-2"
58292
58467
  }, /*#__PURE__*/React__default["default"].createElement("p", {
58293
58468
  "class": form_cssstyles.formlabel + ' m-0 p-0 ',
58294
58469
  style: {}
58295
- }, langdetect == 'en' ? item.title_en : item.title_ar, " ", item.isrequired == 1 ? '*' : '')), /*#__PURE__*/React__default["default"].createElement("div", {
58470
+ }, langdetect == 'en' ? item.title_en : item.title_ar, " ", /*#__PURE__*/React__default["default"].createElement("sup", {
58471
+ "class": "text-danger"
58472
+ }, item.isrequired == 1 ? '*' : ''))), /*#__PURE__*/React__default["default"].createElement("div", {
58296
58473
  "class": "col-lg-12 text-start"
58297
58474
  }, /*#__PURE__*/React__default["default"].createElement(TextareaAutosize__default["default"], {
58298
58475
  value: item.value,
@@ -58300,7 +58477,7 @@
58300
58477
  updateformfield(event.target.value, index);
58301
58478
  },
58302
58479
  className: "".concat(formstyles.form_control, " ").concat(form_cssstyles.form_control)
58303
- })));
58480
+ }))));
58304
58481
  };
58305
58482
  var selectboxitem = function selectboxitem(item, index) {
58306
58483
  var itemsarr = item.selectboxvalues;
@@ -58308,13 +58485,17 @@
58308
58485
  var decoditems = JSON.parse(itemsarr);
58309
58486
  if (decoditems != undefined && Array.isArray(decoditems)) {
58310
58487
  return /*#__PURE__*/React__default["default"].createElement("div", {
58488
+ "class": 'col-md-12 col-lg-' + sectionproperties.numberofcolsperrow
58489
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
58311
58490
  "class": "row m-0 w-100 mb-3"
58312
58491
  }, /*#__PURE__*/React__default["default"].createElement("div", {
58313
58492
  "class": "col-lg-12 text-start mb-2"
58314
58493
  }, /*#__PURE__*/React__default["default"].createElement("p", {
58315
58494
  "class": form_cssstyles.formlabel + ' m-0 p-0 ',
58316
58495
  style: {}
58317
- }, langdetect == 'en' ? item.title_en : item.title_ar, " ", item.isrequired == 1 ? '*' : '')), /*#__PURE__*/React__default["default"].createElement("div", {
58496
+ }, langdetect == 'en' ? item.title_en : item.title_ar, " ", /*#__PURE__*/React__default["default"].createElement("sup", {
58497
+ "class": "text-danger"
58498
+ }, item.isrequired == 1 ? '*' : ''))), /*#__PURE__*/React__default["default"].createElement("div", {
58318
58499
  "class": "col-lg-12 text-start"
58319
58500
  }, /*#__PURE__*/React__default["default"].createElement("select", {
58320
58501
  value: item.value,
@@ -58328,7 +58509,7 @@
58328
58509
  return /*#__PURE__*/React__default["default"].createElement("option", {
58329
58510
  value: sitem.optionname_en
58330
58511
  }, langdetect == 'en' ? sitem.optionname_en : sitem.optionname_ar);
58331
- }))));
58512
+ })))));
58332
58513
  }
58333
58514
  }
58334
58515
  };
@@ -58351,7 +58532,7 @@
58351
58532
  width: sectionproperties.generalbtn_width + '%',
58352
58533
  height: sectionproperties.generalbtn_height + 'px',
58353
58534
  backgroundColor: sectionproperties.generalbtn_bgColor,
58354
- borderRadius: sectionproperties.generalbtn_bgColor,
58535
+ borderRadius: sectionproperties.generalbtnborderradius + 'px',
58355
58536
  color: sectionproperties.generalbtn_textColor,
58356
58537
  fontSize: sectionproperties.generalbtn_fontsize,
58357
58538
  fontWeight: sectionproperties.generalbtn_fontweight,
@@ -58391,6 +58572,14 @@
58391
58572
  transition: '.3s',
58392
58573
  backgroundColor: '#044da6'
58393
58574
  }
58575
+ }),
58576
+ sectiontitle: glamor.css({
58577
+ color: sectionproperties.sectionTitleColor,
58578
+ fontSize: sectionproperties.sectionTitleFontSize + 'px',
58579
+ fontWeight: sectionproperties.sectionTitleFontWeight,
58580
+ '@media (max-width: 800px)': {
58581
+ fontSize: sectionproperties.sectionTitleFontSizeresp
58582
+ }
58394
58583
  })
58395
58584
  };
58396
58585
  return /*#__PURE__*/React__default["default"].createElement("div", {
@@ -58434,12 +58623,8 @@
58434
58623
  marginBottom: sectionproperties.sectionTitleMarginBottom + 'px'
58435
58624
  }
58436
58625
  }, /*#__PURE__*/React__default["default"].createElement("p", {
58437
- "class": "m-0 p-0",
58438
- style: {
58439
- color: sectionproperties.sectionTitleColor,
58440
- fontSize: sectionproperties.sectionTitleFontSize + 'px',
58441
- fontWeight: sectionproperties.sectionTitleFontWeight
58442
- }
58626
+ "class": form_cssstyles.sectiontitle + ' m-0 p-0 ',
58627
+ style: {}
58443
58628
  }, langdetect == 'en' ? formtitleen : formtitlear)), (dynamicform === null || dynamicform === void 0 ? void 0 : dynamicform.id) != undefined && /*#__PURE__*/React__default["default"].createElement("div", {
58444
58629
  "class": 'row m-0 w-100 p-3 mt-3'
58445
58630
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -58560,12 +58745,8 @@
58560
58745
  marginBottom: sectionproperties.sectionTitleMarginBottom + 'px'
58561
58746
  }
58562
58747
  }, /*#__PURE__*/React__default["default"].createElement("p", {
58563
- "class": "m-0 p-0",
58564
- style: {
58565
- color: sectionproperties.sectionTitleColor,
58566
- fontSize: sectionproperties.sectionTitleFontSize + 'px',
58567
- fontWeight: sectionproperties.sectionTitleFontWeight
58568
- }
58748
+ "class": form_cssstyles.sectiontitle + ' m-0 p-0 ',
58749
+ style: {}
58569
58750
  }, langdetect == 'en' ? formtitleen : formtitlear)), (dynamicform === null || dynamicform === void 0 ? void 0 : dynamicform.id) != undefined && /*#__PURE__*/React__default["default"].createElement("div", {
58570
58751
  "class": 'row m-0 w-100 '
58571
58752
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -59405,14 +59586,14 @@
59405
59586
  height: '1px',
59406
59587
  position: 'relative',
59407
59588
  flex: '1 1 auto',
59408
- minWidth: '10%',
59589
+ // minWidth: '10%',
59409
59590
  background: sectionproperties.linebgcolor
59410
59591
  }),
59411
59592
  line_right: glamor.css({
59412
59593
  height: '1px',
59413
59594
  position: 'relative',
59414
59595
  flex: '1 1 auto',
59415
- minWidth: '10%',
59596
+ // minWidth: '10%',
59416
59597
  background: sectionproperties.linebgcolor
59417
59598
  }),
59418
59599
  btn: glamor.css({
@@ -59450,36 +59631,39 @@
59450
59631
  top: 0,
59451
59632
  bottom: 0
59452
59633
  }
59634
+ }),
59635
+ sectiontitlecontent: glamor.css({
59636
+ fontSize: sectionproperties.sectionTitleFontSize + 'px',
59637
+ color: sectionproperties.sectionTitleColor,
59638
+ textTransform: sectionproperties.sectionTitleTextTransform,
59639
+ fontWeight: sectionproperties.sectionTitleFontWeight,
59640
+ // padding: sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? 7 : 0,
59641
+ textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right',
59642
+ '@media (max-width: 800px)': {
59643
+ fontSize: sectionproperties.sectionTitleFontSizeresp + 'px'
59644
+ }
59453
59645
  })
59454
59646
  };
59455
59647
  var SectionTitle = function SectionTitle() {
59456
59648
  return /*#__PURE__*/React__default["default"].createElement("div", {
59457
- "class": "d-flex align-items-center flex-row",
59649
+ "class": "d-flex align-items-center allcentered",
59458
59650
  style: {
59459
59651
  position: 'relative',
59460
59652
  justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : '',
59461
- width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : ''
59653
+ width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : '',
59654
+ flexDirection: sectionproperties.sectiontitlestyle == 'Line Under Text' ? 'column' : 'row'
59462
59655
  }
59463
- }, sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
59464
- "class": section_styles.line_left,
59465
- style: {
59466
- marginLeft: langdetect == 'en' ? 0 : sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0,
59467
- marginRight: langdetect == 'en' ? sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0 : 0
59468
- }
59469
- }), /*#__PURE__*/React__default["default"].createElement("p", {
59656
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
59470
59657
  "class": sectionproperties.sectiontitlefontfamily == 'Pacifico' ? "".concat(section_styles.sectiontitlespan) + ' PacificoFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Playfair' ? "".concat(section_styles.sectiontitlespan) + ' PlayfairFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? "".concat(section_styles.sectiontitlespan) + ' GreatvibesFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Quicksand' ? ' QuicksandFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Satisfy' ? "".concat(section_styles.sectiontitlespan) + ' SatisfyFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : "".concat(section_styles.sectiontitlespan) + ' mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ',
59658
+ style: {}
59659
+ }, /*#__PURE__*/React__default["default"].createElement("span", {
59660
+ "class": section_styles.sectiontitlecontent
59661
+ }, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar)), sectionproperties.sectiontitlestyle == 'Line Under Text' && /*#__PURE__*/React__default["default"].createElement("span", {
59471
59662
  style: {
59472
- color: sectionproperties.sectionTitleColor,
59473
- textTransform: sectionproperties.sectionTitleTextTransform,
59474
- fontWeight: sectionproperties.sectionTitleFontWeight,
59475
- padding: sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? 7 : 0,
59476
- textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
59477
- }
59478
- }, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
59479
- "class": section_styles.line_right,
59480
- style: {
59481
- marginRight: langdetect == 'en' ? 0 : sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0,
59482
- marginLeft: langdetect == 'en' ? sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0 : 0
59663
+ width: '50%',
59664
+ background: sectionproperties.linebgcolor,
59665
+ height: 3,
59666
+ borderRadius: 10
59483
59667
  }
59484
59668
  }));
59485
59669
  };
@@ -59538,8 +59722,8 @@
59538
59722
  style: {
59539
59723
  paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
59540
59724
  paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
59541
- paddingTop: type == 'responsive' ? '15px' : sectionproperties.paddingTop + 'px',
59542
- paddingBottom: type == 'responsive' ? '15px' : sectionproperties.paddingBottom + 'px',
59725
+ paddingTop: type == 'responsive' ? sectionproperties.paddingverticalresponsive + 'px' : sectionproperties.paddingTop + 'px',
59726
+ paddingBottom: type == 'responsive' ? sectionproperties.paddingverticalresponsive + 'px' : sectionproperties.paddingBottom + 'px',
59543
59727
  zIndex: 100,
59544
59728
  height: sectionproperties.hideshowcardtransition == 'Show' ? type == 'responsive' ? sectionproperties.height_responsive + 'px' : '' : ''
59545
59729
  }
@@ -59587,7 +59771,45 @@
59587
59771
  "class": "w-100 allcentered",
59588
59772
  style: {
59589
59773
  background: sectionproperties.outerbgcolor
59774
+ // backgroundImage: sectionproperties.sectionbgstyle == 'Besides each other' ? 'url(' + serverbaselink + maincontainerarrayofobjs[0]?.back_bgimage + ')' : '',
59775
+ }
59776
+ }, sectionproperties.sectionbgstyle == 'Besides each other' && /*#__PURE__*/React__default["default"].createElement("div", {
59777
+ "class": sectionstyles$1.background + ' row w-100 ml-0 mr-0 d-flex justify-content-center align-items-center ',
59778
+ style: {
59779
+ marginTop: sectionproperties.marginTop + 'px',
59780
+ marginBottom: sectionproperties.marginBottom + 'px'
59590
59781
  }
59782
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59783
+ "class": "col-lg-12 p-0"
59784
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59785
+ "class": "row m-0 w-100 allcentered"
59786
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59787
+ "class": "col-lg-10 col-md-11 mt-3 mb-3",
59788
+ style: {
59789
+ background: 'white',
59790
+ borderRadius: 10,
59791
+ boxShadow: '0 0 10px #ccc',
59792
+ padding: 40
59793
+ }
59794
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59795
+ "class": "row m-0 w-100"
59796
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59797
+ "class": "col-lg-3 col-md-12 allcentered"
59798
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59799
+ "class": "w-100 d-flex allcentered mb-md-4"
59800
+ }, SectionTitle())), /*#__PURE__*/React__default["default"].createElement("div", {
59801
+ "class": "col-lg-9 col-md-12 p-md-0",
59802
+ style: {
59803
+ paddingLeft: langdetect == 'en' ? '50px' : 0,
59804
+ paddingRight: langdetect == 'ar' ? '50px' : 0
59805
+ }
59806
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59807
+ "class": "row m-0 w-100 text-start text-md-center",
59808
+ style: {
59809
+ fontSize: sectionproperties.prodCatFontSize + 'px'
59810
+ }
59811
+ }, Description()))))))), sectionproperties.sectionbgstyle == 'Text Below' && /*#__PURE__*/React__default["default"].createElement("div", {
59812
+ "class": "row m-0 w-100"
59591
59813
  }, /*#__PURE__*/React__default["default"].createElement("div", {
59592
59814
  "class": sectionstyles$1.background + ' row w-100 ml-0 mr-0 d-flex d-md-none justify-content-center align-items-center ',
59593
59815
  style: {
@@ -59602,7 +59824,7 @@
59602
59824
  marginBottom: sectionproperties.marginBottom + 'px',
59603
59825
  background: sectionproperties.hideshowcardtransition == 'Show' ? maincontainerarrayofobjs.length != 0 ? 'url(' + serverbaselink$1 + ((_maincontainerarrayof3 = maincontainerarrayofobjs[0]) === null || _maincontainerarrayof3 === void 0 ? void 0 : _maincontainerarrayof3.back_bgimage) + ')' : '' : ''
59604
59826
  }
59605
- }, SectionContent('responsive')));
59827
+ }, SectionContent('responsive'))));
59606
59828
  };
59607
59829
 
59608
59830
  function ownKeys$W(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; }
@@ -59675,6 +59897,28 @@
59675
59897
  color: sectionproperties.generalbtn_textColoronhover
59676
59898
  }
59677
59899
  }),
59900
+ btn2: glamor.css({
59901
+ width: sectionproperties.generalbtn_width + 'px',
59902
+ height: sectionproperties.generalbtn_height + 'px',
59903
+ // backgroundColor: sectionproperties.generalbtn_bgColor,
59904
+ color: sectionproperties.generalbtn_bgColoronhover,
59905
+ borderTopLeftRadius: langdetect == 'en' ? sectionproperties.generalbtn_bordertopleftradius + 'px' : sectionproperties.generalbtn_bordertoprightradius + 'px',
59906
+ borderTopRightRadius: langdetect == 'en' ? sectionproperties.generalbtn_bordertoprightradius + 'px' : sectionproperties.generalbtn_bordertopleftradius + 'px',
59907
+ borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.generalbtn_borderbottomleftradius + 'px' : sectionproperties.generalbtn_borderbottomrightradius + 'px',
59908
+ borderBottomRightRadius: langdetect == 'en' ? sectionproperties.generalbtn_borderbottomrightradius + 'px' : sectionproperties.generalbtn_borderbottomleftradius + 'px',
59909
+ border: '1px solid ' + sectionproperties.generalbtn_bgColoronhover,
59910
+ fontSize: sectionproperties.generalbtn_fontsize + 'px',
59911
+ fontWeight: sectionproperties.generalbtn_fontweight,
59912
+ marginTop: sectionproperties.generalbtn_marginTop + 'px',
59913
+ marginBottom: sectionproperties.generalbtn_marginBottom + 'px',
59914
+ transition: '.3s',
59915
+ cursor: 'pointer',
59916
+ ':hover': {
59917
+ // backgroundColor: sectionproperties.generalbtn_bgColoronhover,
59918
+ color: sectionproperties.sectionproperties,
59919
+ borderColor: sectionproperties.sectionproperties
59920
+ }
59921
+ }),
59678
59922
  sectiontitlespan: glamor.css({
59679
59923
  paddingLeft: sectionproperties.sectiontitleborderradius == 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px' : 0,
59680
59924
  paddingRight: sectionproperties.sectiontitleborderradius == 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px' : 0,
@@ -59830,8 +60074,10 @@
59830
60074
  borderRadius: sectionproperties.reservation_borderradius + 'px'
59831
60075
  }
59832
60076
  }, /*#__PURE__*/React__default["default"].createElement("div", {
59833
- "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 ',
59834
- style: {}
60077
+ "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 py-md-4 ',
60078
+ style: {
60079
+ // padding: 20,
60080
+ }
59835
60081
  }, /*#__PURE__*/React__default["default"].createElement("div", {
59836
60082
  "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 ',
59837
60083
  style: {
@@ -60045,10 +60291,13 @@
60045
60291
  justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
60046
60292
  }
60047
60293
  }, /*#__PURE__*/React__default["default"].createElement("div", {
60048
- "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 ',
60294
+ "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 px-md-0 ' : section_styles.sectioncintainer + ' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center px-md-0 ',
60049
60295
  style: {
60050
60296
  background: sectionproperties.reservation_bgcolor,
60051
- alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
60297
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
60298
+ borderRadius: sectionproperties.reservation_borderradius + 'px',
60299
+ paddingLeft: sectionproperties.innersectionpaddinghorizontal + 'px',
60300
+ paddingRight: sectionproperties.innersectionpaddinghorizontal + 'px'
60052
60301
  }
60053
60302
  }, /*#__PURE__*/React__default["default"].createElement("div", {
60054
60303
  "class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
@@ -60128,7 +60377,7 @@
60128
60377
  })), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60129
60378
  "class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'
60130
60379
  }, /*#__PURE__*/React__default["default"].createElement("button", {
60131
- "class": "".concat(section_styles.btn) + ' m-md-0 ',
60380
+ "class": "".concat(section_styles.btn2) + ' m-md-0 ',
60132
60381
  onClick: function onClick() {
60133
60382
  if (sectionproperties.btntype == 'WhatsApp') {
60134
60383
  var _authdetailsContext$i9;
@@ -60147,7 +60396,27 @@
60147
60396
  marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
60148
60397
  marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
60149
60398
  }
60150
- }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
60399
+ }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar), /*#__PURE__*/React__default["default"].createElement("button", {
60400
+ "class": "".concat(section_styles.btn) + ' mx-1 ',
60401
+ onClick: function onClick() {
60402
+ if (sectionproperties.btntype == 'WhatsApp') {
60403
+ var _authdetailsContext$i11;
60404
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.whatsappnumber) != null) {
60405
+ var _authdetailsContext$i12;
60406
+ 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');
60407
+ }
60408
+ } else if (sectionproperties.btntype == 'App/Web Page') {
60409
+ // window.open(sectionproperties.btnlink, '_target');
60410
+ routingcountext(sectionproperties.btnlink2, false, '');
60411
+ } else {
60412
+ window.open(sectionproperties.btnlink2, '_blank');
60413
+ }
60414
+ },
60415
+ style: {
60416
+ marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
60417
+ marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
60418
+ }
60419
+ }, langdetect == 'en' ? 'Subscribe' : 'اشترك الان')), /*#__PURE__*/React__default["default"].createElement("div", {
60151
60420
  "class": "col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",
60152
60421
  style: {
60153
60422
  justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
@@ -60157,10 +60426,10 @@
60157
60426
  }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60158
60427
  "class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60159
60428
  onClick: function onClick() {
60160
- var _authdetailsContext$i11;
60161
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.facebooklink) != null) {
60162
- var _authdetailsContext$i12;
60163
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.facebooklink, '_blank');
60429
+ var _authdetailsContext$i13;
60430
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.facebooklink) != null) {
60431
+ var _authdetailsContext$i14;
60432
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.facebooklink, '_blank');
60164
60433
  }
60165
60434
  }
60166
60435
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
@@ -60168,10 +60437,10 @@
60168
60437
  })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60169
60438
  "class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60170
60439
  onClick: function onClick() {
60171
- var _authdetailsContext$i13;
60172
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instagramlink) != null) {
60173
- var _authdetailsContext$i14;
60174
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.instagramlink, '_blank');
60440
+ var _authdetailsContext$i15;
60441
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.instagramlink) != null) {
60442
+ var _authdetailsContext$i16;
60443
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.instagramlink, '_blank');
60175
60444
  }
60176
60445
  }
60177
60446
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
@@ -60179,10 +60448,10 @@
60179
60448
  })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60180
60449
  "class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60181
60450
  onClick: function onClick() {
60182
- var _authdetailsContext$i15;
60183
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.whatsappnumber) != null) {
60184
- var _authdetailsContext$i16;
60185
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.whatsappnumber), '_blank');
60451
+ var _authdetailsContext$i17;
60452
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null) {
60453
+ var _authdetailsContext$i18;
60454
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.whatsappnumber), '_blank');
60186
60455
  }
60187
60456
  }
60188
60457
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
@@ -60196,10 +60465,11 @@
60196
60465
  justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
60197
60466
  }
60198
60467
  }, /*#__PURE__*/React__default["default"].createElement("div", {
60199
- "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 ',
60468
+ "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 mb-md-3 ' : 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 mb-md-3 ',
60200
60469
  style: {
60201
60470
  background: sectionproperties.reservation_bgcolor,
60202
- alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
60471
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
60472
+ borderRadius: sectionproperties.reservation_borderradius + 'px'
60203
60473
  }
60204
60474
  }, /*#__PURE__*/React__default["default"].createElement("div", {
60205
60475
  "class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
@@ -60282,10 +60552,10 @@
60282
60552
  "class": "".concat(section_styles.btn) + ' m-md-0 ',
60283
60553
  onClick: function onClick() {
60284
60554
  if (sectionproperties.btntype == 'WhatsApp') {
60285
- var _authdetailsContext$i17;
60286
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null) {
60287
- var _authdetailsContext$i18;
60288
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.whatsappnumber), '_blank');
60555
+ var _authdetailsContext$i19;
60556
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.whatsappnumber) != null) {
60557
+ var _authdetailsContext$i20;
60558
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.whatsappnumber), '_blank');
60289
60559
  }
60290
60560
  } else if (sectionproperties.btntype == 'App/Web Page') {
60291
60561
  // window.open(sectionproperties.btnlink, '_target');
@@ -60308,10 +60578,10 @@
60308
60578
  }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60309
60579
  "class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60310
60580
  onClick: function onClick() {
60311
- var _authdetailsContext$i19;
60312
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.facebooklink) != null) {
60313
- var _authdetailsContext$i20;
60314
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.facebooklink, '_blank');
60581
+ var _authdetailsContext$i21;
60582
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.facebooklink) != null) {
60583
+ var _authdetailsContext$i22;
60584
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.facebooklink, '_blank');
60315
60585
  }
60316
60586
  }
60317
60587
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
@@ -60319,10 +60589,10 @@
60319
60589
  })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60320
60590
  "class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60321
60591
  onClick: function onClick() {
60322
- var _authdetailsContext$i21;
60323
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.instagramlink) != null) {
60324
- var _authdetailsContext$i22;
60325
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.instagramlink, '_blank');
60592
+ var _authdetailsContext$i23;
60593
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.instagramlink) != null) {
60594
+ var _authdetailsContext$i24;
60595
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.instagramlink, '_blank');
60326
60596
  }
60327
60597
  }
60328
60598
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
@@ -60330,10 +60600,10 @@
60330
60600
  })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60331
60601
  "class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60332
60602
  onClick: function onClick() {
60333
- var _authdetailsContext$i23;
60334
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.whatsappnumber) != null) {
60335
- var _authdetailsContext$i24;
60336
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.whatsappnumber), '_blank');
60603
+ var _authdetailsContext$i25;
60604
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.whatsappnumber) != null) {
60605
+ var _authdetailsContext$i26;
60606
+ 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');
60337
60607
  }
60338
60608
  }
60339
60609
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
@@ -60347,10 +60617,13 @@
60347
60617
  justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
60348
60618
  }
60349
60619
  }, sectionproperties.image_show == 'show' && Image(), /*#__PURE__*/React__default["default"].createElement("div", {
60350
- "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 ',
60620
+ "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 px-md-0 ' : section_styles.sectioncintainer + ' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center px-md-0 ',
60351
60621
  style: {
60352
60622
  background: sectionproperties.reservation_bgcolor,
60353
- alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
60623
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
60624
+ borderRadius: sectionproperties.reservation_borderradius + 'px',
60625
+ paddingLeft: sectionproperties.innersectionpaddinghorizontal + 'px',
60626
+ paddingRight: sectionproperties.innersectionpaddinghorizontal + 'px'
60354
60627
  }
60355
60628
  }, /*#__PURE__*/React__default["default"].createElement("div", {
60356
60629
  "class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
@@ -60430,13 +60703,13 @@
60430
60703
  })), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60431
60704
  "class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'
60432
60705
  }, /*#__PURE__*/React__default["default"].createElement("button", {
60433
- "class": "".concat(section_styles.btn) + ' m-md-0 ',
60706
+ "class": "".concat(section_styles.btn2) + ' m-md-0 ',
60434
60707
  onClick: function onClick() {
60435
60708
  if (sectionproperties.btntype == 'WhatsApp') {
60436
- var _authdetailsContext$i25;
60437
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.whatsappnumber) != null) {
60438
- var _authdetailsContext$i26;
60439
- 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');
60709
+ var _authdetailsContext$i27;
60710
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.whatsappnumber) != null) {
60711
+ var _authdetailsContext$i28;
60712
+ 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');
60440
60713
  }
60441
60714
  } else if (sectionproperties.btntype == 'App/Web Page') {
60442
60715
  // window.open(sectionproperties.btnlink, '_target');
@@ -60449,7 +60722,27 @@
60449
60722
  marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
60450
60723
  marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
60451
60724
  }
60452
- }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
60725
+ }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar), /*#__PURE__*/React__default["default"].createElement("button", {
60726
+ "class": "".concat(section_styles.btn) + ' mx-1 ',
60727
+ onClick: function onClick() {
60728
+ if (sectionproperties.btntype == 'WhatsApp') {
60729
+ var _authdetailsContext$i29;
60730
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.whatsappnumber) != null) {
60731
+ var _authdetailsContext$i30;
60732
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.whatsappnumber), '_blank');
60733
+ }
60734
+ } else if (sectionproperties.btntype == 'App/Web Page') {
60735
+ // window.open(sectionproperties.btnlink, '_target');
60736
+ routingcountext(sectionproperties.btnlink2, false, '');
60737
+ } else {
60738
+ window.open(sectionproperties.btnlink2, '_blank');
60739
+ }
60740
+ },
60741
+ style: {
60742
+ marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
60743
+ marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
60744
+ }
60745
+ }, langdetect == 'en' ? 'Subscribe' : 'اشترك الان')), /*#__PURE__*/React__default["default"].createElement("div", {
60453
60746
  "class": "col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",
60454
60747
  style: {
60455
60748
  justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
@@ -60459,10 +60752,10 @@
60459
60752
  }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60460
60753
  "class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60461
60754
  onClick: function onClick() {
60462
- var _authdetailsContext$i27;
60463
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.facebooklink) != null) {
60464
- var _authdetailsContext$i28;
60465
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.facebooklink, '_blank');
60755
+ var _authdetailsContext$i31;
60756
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.facebooklink) != null) {
60757
+ var _authdetailsContext$i32;
60758
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.facebooklink, '_blank');
60466
60759
  }
60467
60760
  }
60468
60761
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
@@ -60470,10 +60763,10 @@
60470
60763
  })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60471
60764
  "class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60472
60765
  onClick: function onClick() {
60473
- var _authdetailsContext$i29;
60474
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.instagramlink) != null) {
60475
- var _authdetailsContext$i30;
60476
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.instagramlink, '_blank');
60766
+ var _authdetailsContext$i33;
60767
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.instagramlink) != null) {
60768
+ var _authdetailsContext$i34;
60769
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.instagramlink, '_blank');
60477
60770
  }
60478
60771
  }
60479
60772
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
@@ -60481,10 +60774,10 @@
60481
60774
  })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60482
60775
  "class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60483
60776
  onClick: function onClick() {
60484
- var _authdetailsContext$i31;
60485
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.whatsappnumber) != null) {
60486
- var _authdetailsContext$i32;
60487
- 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');
60777
+ var _authdetailsContext$i35;
60778
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.whatsappnumber) != null) {
60779
+ var _authdetailsContext$i36;
60780
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.whatsappnumber), '_blank');
60488
60781
  }
60489
60782
  }
60490
60783
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
@@ -60584,10 +60877,10 @@
60584
60877
  "class": "".concat(section_styles.btn) + ' m-md-0 ',
60585
60878
  onClick: function onClick() {
60586
60879
  if (sectionproperties.btntype == 'WhatsApp') {
60587
- var _authdetailsContext$i33;
60588
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.whatsappnumber) != null) {
60589
- var _authdetailsContext$i34;
60590
- 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');
60880
+ var _authdetailsContext$i37;
60881
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.whatsappnumber) != null) {
60882
+ var _authdetailsContext$i38;
60883
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.whatsappnumber), '_blank');
60591
60884
  }
60592
60885
  } else if (sectionproperties.btntype == 'App/Web Page') {
60593
60886
  // window.open(sectionproperties.btnlink, '_target');
@@ -60610,10 +60903,10 @@
60610
60903
  }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60611
60904
  "class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60612
60905
  onClick: function onClick() {
60613
- var _authdetailsContext$i35;
60614
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.facebooklink) != null) {
60615
- var _authdetailsContext$i36;
60616
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.facebooklink, '_blank');
60906
+ var _authdetailsContext$i39;
60907
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.facebooklink) != null) {
60908
+ var _authdetailsContext$i40;
60909
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.facebooklink, '_blank');
60617
60910
  }
60618
60911
  }
60619
60912
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
@@ -60621,10 +60914,10 @@
60621
60914
  })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60622
60915
  "class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60623
60916
  onClick: function onClick() {
60624
- var _authdetailsContext$i37;
60625
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.instagramlink) != null) {
60626
- var _authdetailsContext$i38;
60627
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.instagramlink, '_blank');
60917
+ var _authdetailsContext$i41;
60918
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.instagramlink) != null) {
60919
+ var _authdetailsContext$i42;
60920
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i42 = authdetailsContext.instinfo) === null || _authdetailsContext$i42 === void 0 ? void 0 : _authdetailsContext$i42.instagramlink, '_blank');
60628
60921
  }
60629
60922
  }
60630
60923
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
@@ -60632,10 +60925,10 @@
60632
60925
  })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60633
60926
  "class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60634
60927
  onClick: function onClick() {
60635
- var _authdetailsContext$i39;
60636
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.whatsappnumber) != null) {
60637
- var _authdetailsContext$i40;
60638
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.whatsappnumber), '_blank');
60928
+ var _authdetailsContext$i43;
60929
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i43 = authdetailsContext.instinfo) === null || _authdetailsContext$i43 === void 0 ? void 0 : _authdetailsContext$i43.whatsappnumber) != null) {
60930
+ var _authdetailsContext$i44;
60931
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i44 = authdetailsContext.instinfo) === null || _authdetailsContext$i44 === void 0 ? void 0 : _authdetailsContext$i44.whatsappnumber), '_blank');
60639
60932
  }
60640
60933
  }
60641
60934
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
@@ -61271,6 +61564,7 @@
61271
61564
  }
61272
61565
  }),
61273
61566
  cardContainer: glamor.css({
61567
+ background: sectionproperties.reservation_bgcolor,
61274
61568
  ':hover .imageContainer': {
61275
61569
  transition: '.3s',
61276
61570
  backgroundColor: sectionproperties.activedotcolor
@@ -61278,6 +61572,9 @@
61278
61572
  ':hover .text1Styles': {
61279
61573
  transition: '.3s',
61280
61574
  color: sectionproperties.text1secondarycolor
61575
+ },
61576
+ ':hover': {
61577
+ background: sectionproperties.innersectionbgcolorhover
61281
61578
  }
61282
61579
  }),
61283
61580
  btnstyles: glamor.css({
@@ -61286,7 +61583,7 @@
61286
61583
  fontSize: sectionproperties.generalbtn_fontsize + 'px',
61287
61584
  color: sectionproperties.generalbtn_textColor,
61288
61585
  fontWeight: sectionproperties.generalbtn_fontweight,
61289
- textDecoration: sectionproperties.textdecoration == 'None' ? 'none' : 'underline',
61586
+ // textDecoration: sectionproperties.textdecoration == 'None' ? 'none' : 'underline',
61290
61587
  backgroundColor: sectionproperties.generalbtn_bgColor,
61291
61588
  borderRadius: sectionproperties.generalbtnborderradius,
61292
61589
  ':hover': {
@@ -61358,18 +61655,21 @@
61358
61655
  paddingRight: langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px'
61359
61656
  }
61360
61657
  }, /*#__PURE__*/React__default["default"].createElement("div", {
61361
- "class": "d-flex align-items-center flex-row allcentered",
61658
+ "class": "d-flex align-items-center flex-column allcentered",
61362
61659
  style: {
61363
61660
  position: 'relative',
61364
61661
  width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : ''
61365
61662
  }
61366
- }, sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
61367
- "class": sectionStyles.line_left
61368
- }), /*#__PURE__*/React__default["default"].createElement("p", {
61663
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
61369
61664
  "class": sectionproperties.sectiontitlefontfamily == 'Pacifico' ? "".concat(sectionStyles.sectiontitlespan) + ' PacificoFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center ' : sectionproperties.sectiontitlefontfamily == 'Playfair' ? "".concat(sectionStyles.sectiontitlespan) + ' PlayfairFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center ' : sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? "".concat(sectionStyles.sectiontitlespan) + ' GreatvibesFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center ' : sectionproperties.sectiontitlefontfamily == 'Quicksand' ? "".concat(sectionStyles.sectiontitlespan) + ' QuicksandFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center ' : sectionproperties.sectiontitlefontfamily == 'Satisfy' ? "".concat(sectionStyles.sectiontitlespan) + ' SatisfyFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center ' : "".concat(sectionStyles.sectiontitlespan) + ' mb-auto mb-0 pb-0 wordbreak d-flex align-items-center ',
61370
61665
  style: {}
61371
- }, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
61372
- "class": sectionStyles.line_right
61666
+ }, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Under Text' && /*#__PURE__*/React__default["default"].createElement("span", {
61667
+ style: {
61668
+ width: '50%',
61669
+ background: sectionproperties.linebgcolor,
61670
+ height: 3,
61671
+ borderRadius: 10
61672
+ }
61373
61673
  })))), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
61374
61674
  "class": ' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center px-sm-3',
61375
61675
  style: {
@@ -61381,7 +61681,118 @@
61381
61681
  }, /*#__PURE__*/React__default["default"].createElement("p", {
61382
61682
  "class": sectionproperties.descFontFamily == 'Pacifico' ? sectionStyles.descriptioncont + ' PacificoFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Playfair' ? sectionStyles.descriptioncont + ' PlayfairFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Great Vibes' ? sectionStyles.descriptioncont + ' GreatvibesFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Quicksand' ? sectionStyles.descriptioncont + ' QuicksandFont m-0 p-0 wordbreak' : sectionStyles.descriptioncont + ' m-0 p-0 wordbreak',
61383
61683
  style: {}
61384
- }, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), cardsarray.map(function (cardinfoitem, cardinfoindex) {
61684
+ }, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), sectionproperties.flippingcards == 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
61685
+ "class": "row m-0 w-100"
61686
+ }, cardsarray.map(function (cardinfoitem, cardinfoindex) {
61687
+ return /*#__PURE__*/React__default["default"].createElement("div", {
61688
+ "class": sectionproperties.numofcols == '2' ? 'flip-card col-lg-6 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4 col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '3' ? 'flip-card col-lg-4 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4 col-sm-' + sectionproperties.numberOfColsverticalresp : 'flip-card col-lg-3 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4 col-sm-' + sectionproperties.numberOfColsverticalresp,
61689
+ style: {
61690
+ zIndex: 2,
61691
+ paddingLeft: sectionproperties.marginhorizontal + 'px',
61692
+ paddingRight: sectionproperties.marginhorizontal + 'px'
61693
+ }
61694
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
61695
+ "class": "flip-card-inner",
61696
+ style: {
61697
+ background: sectionproperties.reservation_bgcolor,
61698
+ borderRadius: sectionproperties.reservation_borderradius + 'px',
61699
+ border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : ''
61700
+ }
61701
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
61702
+ "class": "flip-card-front"
61703
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
61704
+ "class": "row m-0 w-100"
61705
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
61706
+ "class": "col-lg-12 d-flex align-items-center p-0",
61707
+ style: {
61708
+ marginBottom: sectionproperties.image_mb + 'px',
61709
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
61710
+ }
61711
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
61712
+ "class": sectionStyles.imageContainer + ' d-flex align-items-center imageContainer ',
61713
+ style: {
61714
+ background: 'transparent'
61715
+ }
61716
+ }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
61717
+ urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
61718
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
61719
+ path: cardsarray.length != 0 ? cardinfoitem.cardobj_img : '',
61720
+ style: {
61721
+ maxHeight: sectionproperties.iconcontainerwidth + '%',
61722
+ maxWidth: sectionproperties.iconcontainerwidth + '%',
61723
+ objectFit: 'contain'
61724
+ }
61725
+ }))), /*#__PURE__*/React__default["default"].createElement("div", {
61726
+ "class": "col-lg-12 d-flex p-0",
61727
+ style: {
61728
+ marginBottom: sectionproperties.slideshowText1Content_marginBottom + 'px',
61729
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
61730
+ }
61731
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
61732
+ "class": sectionStyles.text1Styles + ' p-0 m-0 wordbreak wordbreak-noellipsis text1Styles ',
61733
+ style: {
61734
+ cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default'
61735
+ }
61736
+ }, langdetect == 'en' ? cardinfoitem.cardobj_titleen : cardinfoitem.cardobj_titlear)), sectionproperties.generalbtn_show = cardinfoitem.iscardclickable == 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
61737
+ "class": sectionproperties.justifyContentCenter == 'Centered' ? 'col-lg-12 mt-2 allcentered' : 'col-lg-12 mt-2 text-start p-0'
61738
+ }, /*#__PURE__*/React__default["default"].createElement("button", {
61739
+ "class": "".concat(sectionStyles.btnstyles)
61740
+ }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))), /*#__PURE__*/React__default["default"].createElement("div", {
61741
+ "class": "flip-card-back allcentered"
61742
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
61743
+ "class": "row m-0 w-100 allcentered"
61744
+ }, sectionproperties.showimagewhenflip == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
61745
+ "class": "col-lg-12 d-flex align-items-center p-0",
61746
+ style: {
61747
+ marginBottom: sectionproperties.image_mb + 'px',
61748
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
61749
+ }
61750
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
61751
+ "class": ' d-flex align-items-center ',
61752
+ style: {
61753
+ width: '30%',
61754
+ height: '30%',
61755
+ justifyContent: sectionproperties.iconcontainerheight == '0' ? 'start' : 'center'
61756
+ }
61757
+ }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
61758
+ urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
61759
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
61760
+ path: cardsarray.length != 0 ? cardinfoitem.cardobj_img : '',
61761
+ style: {
61762
+ maxHeight: '100%',
61763
+ maxWidth: '100%',
61764
+ objectFit: 'contain'
61765
+ }
61766
+ }))), /*#__PURE__*/React__default["default"].createElement("div", {
61767
+ "class": "col-lg-12 d-flex p-0",
61768
+ style: {
61769
+ marginBottom: sectionproperties.slideshowText1Content_marginBottom + 'px',
61770
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
61771
+ }
61772
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
61773
+ "class": sectionStyles.text1Styles + ' p-0 m-0 wordbreak wordbreak-noellipsis text1Styles ',
61774
+ style: {
61775
+ cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default',
61776
+ color: ' #FFECB5',
61777
+ fontSize: 14
61778
+ }
61779
+ }, langdetect == 'en' ? cardinfoitem.cardobj_titleen : cardinfoitem.cardobj_titlear)), /*#__PURE__*/React__default["default"].createElement("div", {
61780
+ "class": "col-lg-12 d-flex p-0",
61781
+ style: {
61782
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
61783
+ }
61784
+ }, sectionproperties.slideshowtext2_show && /*#__PURE__*/React__default["default"].createElement("p", {
61785
+ "class": "m-0 wordbreak",
61786
+ style: {
61787
+ color: sectionproperties.slideshowText2ContentColor,
61788
+ fontSize: sectionproperties.slideshowText2ContentFontSize + 'px',
61789
+ fontWeight: sectionproperties.slideshowText2ContentFontWeight,
61790
+ textAlign: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
61791
+ }
61792
+ }, langdetect == 'en' ? cardinfoitem.cardobj_descripen : cardinfoitem.cardobj_descripar))))));
61793
+ })), sectionproperties.flippingcards == 'No' && /*#__PURE__*/React__default["default"].createElement("div", {
61794
+ "class": "row m-0 w-100"
61795
+ }, cardsarray.map(function (cardinfoitem, cardinfoindex) {
61385
61796
  var _authdetailsContext$i;
61386
61797
  return /*#__PURE__*/React__default["default"].createElement("div", {
61387
61798
  "class": sectionproperties.numofcols == '2' ? 'col-lg-6 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4 col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '3' ? 'col-lg-4 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4 col-sm-' + sectionproperties.numberOfColsverticalresp : 'col-lg-3 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4 col-sm-' + sectionproperties.numberOfColsverticalresp,
@@ -61394,20 +61805,37 @@
61394
61805
  "class": sectionproperties.innersectionbordertype != 'All' ? sectionStyles.cardContainer + ' row m-0 w-100 mb-auto border-md-none ' : sectionStyles.cardContainer + ' row m-0 w-100 mb-auto ',
61395
61806
  style: {
61396
61807
  cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default',
61397
- background: sectionproperties.reservation_bgcolor,
61398
61808
  paddingTop: sectionproperties.reservation_padding_top + 'px',
61399
61809
  paddingBottom: sectionproperties.reservation_padding_bottom + 'px',
61400
61810
  paddingLeft: langdetect == 'en' ? sectionproperties.reservation_padding_left + 'px' : sectionproperties.reservation_padding_right + 'px',
61401
61811
  paddingRight: langdetect == 'en' ? sectionproperties.reservation_padding_right + 'px' : sectionproperties.reservation_padding_left + 'px',
61402
61812
  borderRadius: sectionproperties.reservation_borderradius + 'px',
61403
- border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '',
61813
+ border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '',
61814
+ // sectionproperties.innersectionbordertype == 'All'
61815
+ // ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
61816
+ // : cardinfoindex != cardsarray.length - 1
61817
+ // ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
61818
+ // : '',
61404
61819
  // cardinfoindex != cardsarray.length - 1
61405
61820
  // ? sectionproperties.innersectionbordertype == 'All'
61406
61821
  // ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
61407
61822
  // : ''
61408
61823
  // : '',
61409
- borderRight: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '' : '',
61410
- borderLeft: sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
61824
+ // borderRight:
61825
+ // cardinfoindex != cardsarray.length - 1
61826
+ // ? sectionproperties.innersectionbordertype == 'Right'
61827
+ // ? langdetect == 'en'
61828
+ // ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
61829
+ // : ''
61830
+ // : ''
61831
+ // : '',
61832
+ // borderLeft:
61833
+ // sectionproperties.innersectionbordertype == 'Right'
61834
+ // ? langdetect == 'ar'
61835
+ // ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
61836
+ // : ''
61837
+ // : '',
61838
+ borderRight: sectionproperties.innersectionbordertype != 'All' && cardinfoindex != cardsarray.length - 1 ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
61411
61839
  boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor,
61412
61840
  height: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '66b4a0338cb14' ? '100%' : ''
61413
61841
  },
@@ -61530,7 +61958,7 @@
61530
61958
  }
61531
61959
  }
61532
61960
  }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar))));
61533
- }))));
61961
+ })))));
61534
61962
  };
61535
61963
 
61536
61964
  var css_248z$h = ".Slideshow_with_rotatedsquare-module_sectioncont__AfYNO{\n padding-top:80px;\n padding-bottom:80px;\n padding-left: 180px;\n padding-right: 180px;\n \n }\n .Slideshow_with_rotatedsquare-module_rotatedsquare__lZPTd{\n width:150px;\n height:150px;\n border-radius:15px;\n position: relative;\n transform: rotate(-45deg);\n }\n .Slideshow_with_rotatedsquare-module_circle__ofuN0{\n position: absolute;\n width:60px;\n height:60px;\n border-radius:50%;\n left:57%;\n top:100px;\n \n }\n .Slideshow_with_rotatedsquare-module_circle1__4tbou{\n \n width:10px;\n height:10px;\n border-radius:50%;\n margin-right:10px;\n margin-left:140px;\n background-color:blue;\n \n }\n \n ";
@@ -76737,7 +77165,7 @@
76737
77165
  style: {
76738
77166
  textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
76739
77167
  }
76740
- }, plainString(item.description)), /*#__PURE__*/React__default["default"].createElement("div", {
77168
+ }, plainString(item.shortdescription)), /*#__PURE__*/React__default["default"].createElement("div", {
76741
77169
  style: {
76742
77170
  flexDirection: 'column'
76743
77171
  },