tabexseriescomponents 0.0.653 → 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; }
@@ -51276,8 +51434,10 @@
51276
51434
  var itemquantity = 0;
51277
51435
  if (langdetect == 'en') {
51278
51436
  cardobj.name = arrayItem.productinfo.name_en;
51437
+ cardobj.name_en = arrayItem.productinfo.name_en;
51279
51438
  } else {
51280
51439
  cardobj.name = arrayItem.productinfo.name_ar;
51440
+ cardobj.name_ar = arrayItem.productinfo.name_ar;
51281
51441
  }
51282
51442
  if (langdetect == 'en') {
51283
51443
  cardobj.description = arrayItem.productinfo.description_en;
@@ -51347,9 +51507,11 @@
51347
51507
  cardobj.skiplayeronclick = arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.skiplayeronclick;
51348
51508
  if (langdetect == 'en') {
51349
51509
  cardobj.name = arrayItem.title_en;
51510
+ cardobj.name_en = arrayItem.title_en;
51350
51511
  cardobj.description = arrayItem.description_en;
51351
51512
  } else if (langdetect == 'ar') {
51352
- cardobj.name = arrayItem.title_ar;
51513
+ cardobj.name = arrayItem.title_en;
51514
+ cardobj.name_ar = arrayItem.title_ar;
51353
51515
  cardobj.description = arrayItem.description_ar;
51354
51516
  }
51355
51517
  cardobj.image = arrayItem.collectionlogo;
@@ -51360,9 +51522,11 @@
51360
51522
  cardobj.skiplayeronclick = arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.skiplayeronclick;
51361
51523
  if (langdetect == 'en') {
51362
51524
  cardobj.name = arrayItem.title_en;
51525
+ cardobj.name_en = arrayItem.title_en;
51363
51526
  cardobj.description = arrayItem.description_en;
51364
51527
  } else if (langdetect == 'ar') {
51365
51528
  cardobj.name = arrayItem.title_ar;
51529
+ cardobj.name_ar = arrayItem.title_ar;
51366
51530
  cardobj.description = arrayItem.description_ar;
51367
51531
  }
51368
51532
  cardobj.image = arrayItem.categorylogo;
@@ -51373,9 +51537,11 @@
51373
51537
  cardobj.skiplayeronclick = arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.skiplayeronclick;
51374
51538
  if (langdetect == 'en') {
51375
51539
  cardobj.name = arrayItem.title_en;
51540
+ cardobj.name_en = arrayItem.title_en;
51376
51541
  cardobj.description = arrayItem.description_en;
51377
51542
  } else if (langdetect == 'ar') {
51378
51543
  cardobj.name = arrayItem.title_ar;
51544
+ cardobj.name_ar = arrayItem.title_ar;
51379
51545
  cardobj.description = arrayItem.description_ar;
51380
51546
  }
51381
51547
  cardobj.image = arrayItem.parentcollectionlogo;
@@ -51500,7 +51666,7 @@
51500
51666
  })
51501
51667
  };
51502
51668
  var cardsrender = function cardsrender() {
51503
- 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;
51504
51670
  return /*#__PURE__*/React__default["default"].createElement("div", {
51505
51671
  "class": 'row m-0 w-100'
51506
51672
  }, !fetchProductsQuery.isFetching && cardsarray.length == 0 && /*#__PURE__*/React__default["default"].createElement("div", {
@@ -51620,7 +51786,7 @@
51620
51786
  "class": "col-lg-12 p-0 d-flex justify-content-start"
51621
51787
  }, /*#__PURE__*/React__default["default"].createElement("p", {
51622
51788
  "class": section_cssstyles.collectionname + ' m-0 p-0 '
51623
- }, (_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", {
51624
51790
  "class": "col-lg-12 p-0 d-flex justify-content-start"
51625
51791
  }, /*#__PURE__*/React__default["default"].createElement("p", {
51626
51792
  "class": section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '
@@ -51631,8 +51797,8 @@
51631
51797
  }, /*#__PURE__*/React__default["default"].createElement("div", {
51632
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 ',
51633
51799
  onClick: function onClick() {
51634
- var _cardsarray$4;
51635
- 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));
51636
51802
  },
51637
51803
  style: {
51638
51804
  paddingLeft: sectionproperties.imagepadding + 'px',
@@ -51654,7 +51820,7 @@
51654
51820
  }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
51655
51821
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
51656
51822
  publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
51657
- 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,
51658
51824
  loading: "lazy",
51659
51825
  style: {
51660
51826
  width: '100%',
@@ -51681,7 +51847,7 @@
51681
51847
  "class": "col-lg-12 p-0 d-flex justify-content-center"
51682
51848
  }, /*#__PURE__*/React__default["default"].createElement("p", {
51683
51849
  "class": section_cssstyles.collectionname + ' m-0 p-0 '
51684
- }, (_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", {
51685
51851
  "class": "col-lg-12 p-0 d-flex justify-content-center"
51686
51852
  }, /*#__PURE__*/React__default["default"].createElement("p", {
51687
51853
  "class": section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '
@@ -51693,8 +51859,8 @@
51693
51859
  marginBottom: sectionproperties.imagepadding == 0 ? 0 : '1rem'
51694
51860
  },
51695
51861
  onClick: function onClick() {
51696
- var _cardsarray$7;
51697
- 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));
51698
51864
  }
51699
51865
  }, /*#__PURE__*/React__default["default"].createElement("div", {
51700
51866
  "class": "row m-0 w-100",
@@ -51711,7 +51877,7 @@
51711
51877
  }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
51712
51878
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
51713
51879
  publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
51714
- 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,
51715
51881
  loading: "lazy",
51716
51882
  style: {
51717
51883
  width: '100%',
@@ -51738,15 +51904,15 @@
51738
51904
  "class": "col-lg-12 p-0 d-flex justify-content-center"
51739
51905
  }, /*#__PURE__*/React__default["default"].createElement("p", {
51740
51906
  "class": section_cssstyles.collectionname + ' m-0 p-0 '
51741
- }, (_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", {
51742
51908
  "class": "col-lg-12 p-0 d-flex justify-content-center"
51743
51909
  }, /*#__PURE__*/React__default["default"].createElement("p", {
51744
51910
  "class": section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '
51745
51911
  }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))), /*#__PURE__*/React__default["default"].createElement("div", {
51746
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 ',
51747
51913
  onClick: function onClick() {
51748
- var _cardsarray$10;
51749
- 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));
51750
51916
  },
51751
51917
  style: {
51752
51918
  paddingLeft: sectionproperties.imagepadding + 'px',
@@ -51768,7 +51934,7 @@
51768
51934
  }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
51769
51935
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
51770
51936
  publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
51771
- 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,
51772
51938
  loading: "lazy",
51773
51939
  style: {
51774
51940
  width: '100%',
@@ -51799,7 +51965,7 @@
51799
51965
  "class": "col-lg-12 p-0 d-flex justify-content-center"
51800
51966
  }, /*#__PURE__*/React__default["default"].createElement("p", {
51801
51967
  "class": section_cssstyles.collectionname + ' m-0 p-0 '
51802
- }, (_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", {
51803
51969
  "class": "col-lg-12 p-0 d-flex justify-content-center"
51804
51970
  }, /*#__PURE__*/React__default["default"].createElement("p", {
51805
51971
  "class": section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '
@@ -51810,8 +51976,8 @@
51810
51976
  paddingRight: sectionproperties.imagepadding + 'px'
51811
51977
  },
51812
51978
  onClick: function onClick() {
51813
- var _cardsarray$13;
51814
- 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));
51815
51981
  }
51816
51982
  }, /*#__PURE__*/React__default["default"].createElement("div", {
51817
51983
  "class": "row m-0 w-100",
@@ -51828,7 +51994,7 @@
51828
51994
  }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
51829
51995
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
51830
51996
  publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
51831
- 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,
51832
51998
  loading: "lazy",
51833
51999
  style: {
51834
52000
  width: '100%',
@@ -51853,7 +52019,7 @@
51853
52019
  "class": "col-lg-12 p-0 d-flex justify-content-start"
51854
52020
  }, /*#__PURE__*/React__default["default"].createElement("p", {
51855
52021
  "class": section_cssstyles.collectionname + ' m-0 p-0 '
51856
- }, (_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", {
51857
52023
  "class": "col-lg-12 p-0 d-flex justify-content-start"
51858
52024
  }, /*#__PURE__*/React__default["default"].createElement("p", {
51859
52025
  "class": section_cssstyles.collectioncardbutton + ' m-0 p-0 allcentered collectioncardbutton '
@@ -58237,13 +58403,17 @@
58237
58403
  }
58238
58404
  if (item.type == 'date') {
58239
58405
  return /*#__PURE__*/React__default["default"].createElement("div", {
58406
+ "class": 'col-md-12 col-lg-' + sectionproperties.numberofcolsperrow
58407
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
58240
58408
  "class": "row m-0 w-100 mb-3"
58241
58409
  }, /*#__PURE__*/React__default["default"].createElement("div", {
58242
58410
  "class": "col-lg-12 text-start mb-2"
58243
58411
  }, /*#__PURE__*/React__default["default"].createElement("p", {
58244
58412
  "class": form_cssstyles.formlabel + ' m-0 p-0 ',
58245
58413
  style: {}
58246
- }, 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", {
58247
58417
  "class": "col-lg-12 text-start"
58248
58418
  }, /*#__PURE__*/React__default["default"].createElement("input", {
58249
58419
  type: type,
@@ -58262,16 +58432,20 @@
58262
58432
  updateformfield(event.target.value, index);
58263
58433
  },
58264
58434
  className: "".concat(formstyles.form_control, " ").concat(form_cssstyles.form_control)
58265
- })));
58435
+ }))));
58266
58436
  } else {
58267
58437
  return /*#__PURE__*/React__default["default"].createElement("div", {
58438
+ "class": 'col-md-12 col-lg-' + sectionproperties.numberofcolsperrow
58439
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
58268
58440
  "class": "row m-0 w-100 mb-3"
58269
58441
  }, /*#__PURE__*/React__default["default"].createElement("div", {
58270
58442
  "class": "col-lg-12 text-start mb-2"
58271
58443
  }, /*#__PURE__*/React__default["default"].createElement("p", {
58272
58444
  "class": form_cssstyles.formlabel + ' m-0 p-0 ',
58273
58445
  style: {}
58274
- }, 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", {
58275
58449
  "class": "col-lg-12 text-start"
58276
58450
  }, /*#__PURE__*/React__default["default"].createElement("input", {
58277
58451
  type: type,
@@ -58280,18 +58454,22 @@
58280
58454
  updateformfield(event.target.value, index);
58281
58455
  },
58282
58456
  className: "".concat(formstyles.form_control, " ").concat(form_cssstyles.form_control)
58283
- })));
58457
+ }))));
58284
58458
  }
58285
58459
  };
58286
58460
  var textareaitem = function textareaitem(item, index) {
58287
58461
  return /*#__PURE__*/React__default["default"].createElement("div", {
58462
+ "class": 'col-md-12 col-lg-12'
58463
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
58288
58464
  "class": "row m-0 w-100 mb-3"
58289
58465
  }, /*#__PURE__*/React__default["default"].createElement("div", {
58290
58466
  "class": "col-lg-12 text-start mb-2"
58291
58467
  }, /*#__PURE__*/React__default["default"].createElement("p", {
58292
58468
  "class": form_cssstyles.formlabel + ' m-0 p-0 ',
58293
58469
  style: {}
58294
- }, 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", {
58295
58473
  "class": "col-lg-12 text-start"
58296
58474
  }, /*#__PURE__*/React__default["default"].createElement(TextareaAutosize__default["default"], {
58297
58475
  value: item.value,
@@ -58299,7 +58477,7 @@
58299
58477
  updateformfield(event.target.value, index);
58300
58478
  },
58301
58479
  className: "".concat(formstyles.form_control, " ").concat(form_cssstyles.form_control)
58302
- })));
58480
+ }))));
58303
58481
  };
58304
58482
  var selectboxitem = function selectboxitem(item, index) {
58305
58483
  var itemsarr = item.selectboxvalues;
@@ -58307,13 +58485,17 @@
58307
58485
  var decoditems = JSON.parse(itemsarr);
58308
58486
  if (decoditems != undefined && Array.isArray(decoditems)) {
58309
58487
  return /*#__PURE__*/React__default["default"].createElement("div", {
58488
+ "class": 'col-md-12 col-lg-' + sectionproperties.numberofcolsperrow
58489
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
58310
58490
  "class": "row m-0 w-100 mb-3"
58311
58491
  }, /*#__PURE__*/React__default["default"].createElement("div", {
58312
58492
  "class": "col-lg-12 text-start mb-2"
58313
58493
  }, /*#__PURE__*/React__default["default"].createElement("p", {
58314
58494
  "class": form_cssstyles.formlabel + ' m-0 p-0 ',
58315
58495
  style: {}
58316
- }, 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", {
58317
58499
  "class": "col-lg-12 text-start"
58318
58500
  }, /*#__PURE__*/React__default["default"].createElement("select", {
58319
58501
  value: item.value,
@@ -58327,7 +58509,7 @@
58327
58509
  return /*#__PURE__*/React__default["default"].createElement("option", {
58328
58510
  value: sitem.optionname_en
58329
58511
  }, langdetect == 'en' ? sitem.optionname_en : sitem.optionname_ar);
58330
- }))));
58512
+ })))));
58331
58513
  }
58332
58514
  }
58333
58515
  };
@@ -58350,7 +58532,7 @@
58350
58532
  width: sectionproperties.generalbtn_width + '%',
58351
58533
  height: sectionproperties.generalbtn_height + 'px',
58352
58534
  backgroundColor: sectionproperties.generalbtn_bgColor,
58353
- borderRadius: sectionproperties.generalbtn_bgColor,
58535
+ borderRadius: sectionproperties.generalbtnborderradius + 'px',
58354
58536
  color: sectionproperties.generalbtn_textColor,
58355
58537
  fontSize: sectionproperties.generalbtn_fontsize,
58356
58538
  fontWeight: sectionproperties.generalbtn_fontweight,
@@ -58390,6 +58572,14 @@
58390
58572
  transition: '.3s',
58391
58573
  backgroundColor: '#044da6'
58392
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
+ }
58393
58583
  })
58394
58584
  };
58395
58585
  return /*#__PURE__*/React__default["default"].createElement("div", {
@@ -58433,12 +58623,8 @@
58433
58623
  marginBottom: sectionproperties.sectionTitleMarginBottom + 'px'
58434
58624
  }
58435
58625
  }, /*#__PURE__*/React__default["default"].createElement("p", {
58436
- "class": "m-0 p-0",
58437
- style: {
58438
- color: sectionproperties.sectionTitleColor,
58439
- fontSize: sectionproperties.sectionTitleFontSize + 'px',
58440
- fontWeight: sectionproperties.sectionTitleFontWeight
58441
- }
58626
+ "class": form_cssstyles.sectiontitle + ' m-0 p-0 ',
58627
+ style: {}
58442
58628
  }, langdetect == 'en' ? formtitleen : formtitlear)), (dynamicform === null || dynamicform === void 0 ? void 0 : dynamicform.id) != undefined && /*#__PURE__*/React__default["default"].createElement("div", {
58443
58629
  "class": 'row m-0 w-100 p-3 mt-3'
58444
58630
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -58559,12 +58745,8 @@
58559
58745
  marginBottom: sectionproperties.sectionTitleMarginBottom + 'px'
58560
58746
  }
58561
58747
  }, /*#__PURE__*/React__default["default"].createElement("p", {
58562
- "class": "m-0 p-0",
58563
- style: {
58564
- color: sectionproperties.sectionTitleColor,
58565
- fontSize: sectionproperties.sectionTitleFontSize + 'px',
58566
- fontWeight: sectionproperties.sectionTitleFontWeight
58567
- }
58748
+ "class": form_cssstyles.sectiontitle + ' m-0 p-0 ',
58749
+ style: {}
58568
58750
  }, langdetect == 'en' ? formtitleen : formtitlear)), (dynamicform === null || dynamicform === void 0 ? void 0 : dynamicform.id) != undefined && /*#__PURE__*/React__default["default"].createElement("div", {
58569
58751
  "class": 'row m-0 w-100 '
58570
58752
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -59404,14 +59586,14 @@
59404
59586
  height: '1px',
59405
59587
  position: 'relative',
59406
59588
  flex: '1 1 auto',
59407
- minWidth: '10%',
59589
+ // minWidth: '10%',
59408
59590
  background: sectionproperties.linebgcolor
59409
59591
  }),
59410
59592
  line_right: glamor.css({
59411
59593
  height: '1px',
59412
59594
  position: 'relative',
59413
59595
  flex: '1 1 auto',
59414
- minWidth: '10%',
59596
+ // minWidth: '10%',
59415
59597
  background: sectionproperties.linebgcolor
59416
59598
  }),
59417
59599
  btn: glamor.css({
@@ -59449,36 +59631,39 @@
59449
59631
  top: 0,
59450
59632
  bottom: 0
59451
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
+ }
59452
59645
  })
59453
59646
  };
59454
59647
  var SectionTitle = function SectionTitle() {
59455
59648
  return /*#__PURE__*/React__default["default"].createElement("div", {
59456
- "class": "d-flex align-items-center flex-row",
59649
+ "class": "d-flex align-items-center allcentered",
59457
59650
  style: {
59458
59651
  position: 'relative',
59459
59652
  justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : '',
59460
- width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : ''
59461
- }
59462
- }, sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
59463
- "class": section_styles.line_left,
59464
- style: {
59465
- marginLeft: langdetect == 'en' ? 0 : sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0,
59466
- marginRight: langdetect == 'en' ? sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0 : 0
59653
+ width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : '',
59654
+ flexDirection: sectionproperties.sectiontitlestyle == 'Line Under Text' ? 'column' : 'row'
59467
59655
  }
59468
- }), /*#__PURE__*/React__default["default"].createElement("p", {
59656
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
59469
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", {
59470
59662
  style: {
59471
- color: sectionproperties.sectionTitleColor,
59472
- textTransform: sectionproperties.sectionTitleTextTransform,
59473
- fontWeight: sectionproperties.sectionTitleFontWeight,
59474
- padding: sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? 7 : 0,
59475
- textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
59476
- }
59477
- }, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
59478
- "class": section_styles.line_right,
59479
- style: {
59480
- marginRight: langdetect == 'en' ? 0 : sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0,
59481
- marginLeft: langdetect == 'en' ? sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0 : 0
59663
+ width: '50%',
59664
+ background: sectionproperties.linebgcolor,
59665
+ height: 3,
59666
+ borderRadius: 10
59482
59667
  }
59483
59668
  }));
59484
59669
  };
@@ -59537,8 +59722,8 @@
59537
59722
  style: {
59538
59723
  paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
59539
59724
  paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
59540
- paddingTop: type == 'responsive' ? '15px' : sectionproperties.paddingTop + 'px',
59541
- 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',
59542
59727
  zIndex: 100,
59543
59728
  height: sectionproperties.hideshowcardtransition == 'Show' ? type == 'responsive' ? sectionproperties.height_responsive + 'px' : '' : ''
59544
59729
  }
@@ -59586,7 +59771,45 @@
59586
59771
  "class": "w-100 allcentered",
59587
59772
  style: {
59588
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'
59589
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"
59590
59813
  }, /*#__PURE__*/React__default["default"].createElement("div", {
59591
59814
  "class": sectionstyles$1.background + ' row w-100 ml-0 mr-0 d-flex d-md-none justify-content-center align-items-center ',
59592
59815
  style: {
@@ -59601,7 +59824,7 @@
59601
59824
  marginBottom: sectionproperties.marginBottom + 'px',
59602
59825
  background: sectionproperties.hideshowcardtransition == 'Show' ? maincontainerarrayofobjs.length != 0 ? 'url(' + serverbaselink$1 + ((_maincontainerarrayof3 = maincontainerarrayofobjs[0]) === null || _maincontainerarrayof3 === void 0 ? void 0 : _maincontainerarrayof3.back_bgimage) + ')' : '' : ''
59603
59826
  }
59604
- }, SectionContent('responsive')));
59827
+ }, SectionContent('responsive'))));
59605
59828
  };
59606
59829
 
59607
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; }
@@ -59674,6 +59897,28 @@
59674
59897
  color: sectionproperties.generalbtn_textColoronhover
59675
59898
  }
59676
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
+ }),
59677
59922
  sectiontitlespan: glamor.css({
59678
59923
  paddingLeft: sectionproperties.sectiontitleborderradius == 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px' : 0,
59679
59924
  paddingRight: sectionproperties.sectiontitleborderradius == 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px' : 0,
@@ -59829,8 +60074,10 @@
59829
60074
  borderRadius: sectionproperties.reservation_borderradius + 'px'
59830
60075
  }
59831
60076
  }, /*#__PURE__*/React__default["default"].createElement("div", {
59832
- "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 ',
59833
- 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
+ }
59834
60081
  }, /*#__PURE__*/React__default["default"].createElement("div", {
59835
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 ',
59836
60083
  style: {
@@ -60044,10 +60291,13 @@
60044
60291
  justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
60045
60292
  }
60046
60293
  }, /*#__PURE__*/React__default["default"].createElement("div", {
60047
- "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 ',
60048
60295
  style: {
60049
60296
  background: sectionproperties.reservation_bgcolor,
60050
- 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'
60051
60301
  }
60052
60302
  }, /*#__PURE__*/React__default["default"].createElement("div", {
60053
60303
  "class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
@@ -60127,7 +60377,7 @@
60127
60377
  })), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60128
60378
  "class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'
60129
60379
  }, /*#__PURE__*/React__default["default"].createElement("button", {
60130
- "class": "".concat(section_styles.btn) + ' m-md-0 ',
60380
+ "class": "".concat(section_styles.btn2) + ' m-md-0 ',
60131
60381
  onClick: function onClick() {
60132
60382
  if (sectionproperties.btntype == 'WhatsApp') {
60133
60383
  var _authdetailsContext$i9;
@@ -60146,7 +60396,27 @@
60146
60396
  marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
60147
60397
  marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
60148
60398
  }
60149
- }, 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", {
60150
60420
  "class": "col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",
60151
60421
  style: {
60152
60422
  justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
@@ -60156,10 +60426,10 @@
60156
60426
  }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60157
60427
  "class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60158
60428
  onClick: function onClick() {
60159
- var _authdetailsContext$i11;
60160
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.facebooklink) != null) {
60161
- var _authdetailsContext$i12;
60162
- 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');
60163
60433
  }
60164
60434
  }
60165
60435
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
@@ -60167,10 +60437,10 @@
60167
60437
  })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60168
60438
  "class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60169
60439
  onClick: function onClick() {
60170
- var _authdetailsContext$i13;
60171
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instagramlink) != null) {
60172
- var _authdetailsContext$i14;
60173
- 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');
60174
60444
  }
60175
60445
  }
60176
60446
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
@@ -60178,10 +60448,10 @@
60178
60448
  })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60179
60449
  "class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60180
60450
  onClick: function onClick() {
60181
- var _authdetailsContext$i15;
60182
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.whatsappnumber) != null) {
60183
- var _authdetailsContext$i16;
60184
- 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');
60185
60455
  }
60186
60456
  }
60187
60457
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
@@ -60195,10 +60465,11 @@
60195
60465
  justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
60196
60466
  }
60197
60467
  }, /*#__PURE__*/React__default["default"].createElement("div", {
60198
- "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 ',
60199
60469
  style: {
60200
60470
  background: sectionproperties.reservation_bgcolor,
60201
- alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
60471
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
60472
+ borderRadius: sectionproperties.reservation_borderradius + 'px'
60202
60473
  }
60203
60474
  }, /*#__PURE__*/React__default["default"].createElement("div", {
60204
60475
  "class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
@@ -60281,10 +60552,10 @@
60281
60552
  "class": "".concat(section_styles.btn) + ' m-md-0 ',
60282
60553
  onClick: function onClick() {
60283
60554
  if (sectionproperties.btntype == 'WhatsApp') {
60284
- var _authdetailsContext$i17;
60285
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null) {
60286
- var _authdetailsContext$i18;
60287
- 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');
60288
60559
  }
60289
60560
  } else if (sectionproperties.btntype == 'App/Web Page') {
60290
60561
  // window.open(sectionproperties.btnlink, '_target');
@@ -60307,10 +60578,10 @@
60307
60578
  }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60308
60579
  "class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60309
60580
  onClick: function onClick() {
60310
- var _authdetailsContext$i19;
60311
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.facebooklink) != null) {
60312
- var _authdetailsContext$i20;
60313
- 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');
60314
60585
  }
60315
60586
  }
60316
60587
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
@@ -60318,10 +60589,10 @@
60318
60589
  })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60319
60590
  "class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60320
60591
  onClick: function onClick() {
60321
- var _authdetailsContext$i21;
60322
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.instagramlink) != null) {
60323
- var _authdetailsContext$i22;
60324
- 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');
60325
60596
  }
60326
60597
  }
60327
60598
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
@@ -60329,10 +60600,10 @@
60329
60600
  })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60330
60601
  "class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60331
60602
  onClick: function onClick() {
60332
- var _authdetailsContext$i23;
60333
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.whatsappnumber) != null) {
60334
- var _authdetailsContext$i24;
60335
- 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');
60336
60607
  }
60337
60608
  }
60338
60609
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
@@ -60346,10 +60617,13 @@
60346
60617
  justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
60347
60618
  }
60348
60619
  }, sectionproperties.image_show == 'show' && Image(), /*#__PURE__*/React__default["default"].createElement("div", {
60349
- "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 ',
60350
60621
  style: {
60351
60622
  background: sectionproperties.reservation_bgcolor,
60352
- 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'
60353
60627
  }
60354
60628
  }, /*#__PURE__*/React__default["default"].createElement("div", {
60355
60629
  "class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
@@ -60429,13 +60703,13 @@
60429
60703
  })), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60430
60704
  "class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'
60431
60705
  }, /*#__PURE__*/React__default["default"].createElement("button", {
60432
- "class": "".concat(section_styles.btn) + ' m-md-0 ',
60706
+ "class": "".concat(section_styles.btn2) + ' m-md-0 ',
60433
60707
  onClick: function onClick() {
60434
60708
  if (sectionproperties.btntype == 'WhatsApp') {
60435
- var _authdetailsContext$i25;
60436
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.whatsappnumber) != null) {
60437
- var _authdetailsContext$i26;
60438
- 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');
60439
60713
  }
60440
60714
  } else if (sectionproperties.btntype == 'App/Web Page') {
60441
60715
  // window.open(sectionproperties.btnlink, '_target');
@@ -60448,7 +60722,27 @@
60448
60722
  marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
60449
60723
  marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
60450
60724
  }
60451
- }, 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", {
60452
60746
  "class": "col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",
60453
60747
  style: {
60454
60748
  justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
@@ -60458,10 +60752,10 @@
60458
60752
  }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60459
60753
  "class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60460
60754
  onClick: function onClick() {
60461
- var _authdetailsContext$i27;
60462
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.facebooklink) != null) {
60463
- var _authdetailsContext$i28;
60464
- 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');
60465
60759
  }
60466
60760
  }
60467
60761
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
@@ -60469,10 +60763,10 @@
60469
60763
  })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60470
60764
  "class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60471
60765
  onClick: function onClick() {
60472
- var _authdetailsContext$i29;
60473
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.instagramlink) != null) {
60474
- var _authdetailsContext$i30;
60475
- 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');
60476
60770
  }
60477
60771
  }
60478
60772
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
@@ -60480,10 +60774,10 @@
60480
60774
  })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60481
60775
  "class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60482
60776
  onClick: function onClick() {
60483
- var _authdetailsContext$i31;
60484
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.whatsappnumber) != null) {
60485
- var _authdetailsContext$i32;
60486
- 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');
60487
60781
  }
60488
60782
  }
60489
60783
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
@@ -60583,10 +60877,10 @@
60583
60877
  "class": "".concat(section_styles.btn) + ' m-md-0 ',
60584
60878
  onClick: function onClick() {
60585
60879
  if (sectionproperties.btntype == 'WhatsApp') {
60586
- var _authdetailsContext$i33;
60587
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.whatsappnumber) != null) {
60588
- var _authdetailsContext$i34;
60589
- 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');
60590
60884
  }
60591
60885
  } else if (sectionproperties.btntype == 'App/Web Page') {
60592
60886
  // window.open(sectionproperties.btnlink, '_target');
@@ -60609,10 +60903,10 @@
60609
60903
  }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60610
60904
  "class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60611
60905
  onClick: function onClick() {
60612
- var _authdetailsContext$i35;
60613
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.facebooklink) != null) {
60614
- var _authdetailsContext$i36;
60615
- 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');
60616
60910
  }
60617
60911
  }
60618
60912
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
@@ -60620,10 +60914,10 @@
60620
60914
  })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60621
60915
  "class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60622
60916
  onClick: function onClick() {
60623
- var _authdetailsContext$i37;
60624
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.instagramlink) != null) {
60625
- var _authdetailsContext$i38;
60626
- 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');
60627
60921
  }
60628
60922
  }
60629
60923
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
@@ -60631,10 +60925,10 @@
60631
60925
  })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60632
60926
  "class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60633
60927
  onClick: function onClick() {
60634
- var _authdetailsContext$i39;
60635
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.whatsappnumber) != null) {
60636
- var _authdetailsContext$i40;
60637
- 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');
60638
60932
  }
60639
60933
  }
60640
60934
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
@@ -61270,6 +61564,7 @@
61270
61564
  }
61271
61565
  }),
61272
61566
  cardContainer: glamor.css({
61567
+ background: sectionproperties.reservation_bgcolor,
61273
61568
  ':hover .imageContainer': {
61274
61569
  transition: '.3s',
61275
61570
  backgroundColor: sectionproperties.activedotcolor
@@ -61277,6 +61572,9 @@
61277
61572
  ':hover .text1Styles': {
61278
61573
  transition: '.3s',
61279
61574
  color: sectionproperties.text1secondarycolor
61575
+ },
61576
+ ':hover': {
61577
+ background: sectionproperties.innersectionbgcolorhover
61280
61578
  }
61281
61579
  }),
61282
61580
  btnstyles: glamor.css({
@@ -61285,7 +61583,7 @@
61285
61583
  fontSize: sectionproperties.generalbtn_fontsize + 'px',
61286
61584
  color: sectionproperties.generalbtn_textColor,
61287
61585
  fontWeight: sectionproperties.generalbtn_fontweight,
61288
- textDecoration: sectionproperties.textdecoration == 'None' ? 'none' : 'underline',
61586
+ // textDecoration: sectionproperties.textdecoration == 'None' ? 'none' : 'underline',
61289
61587
  backgroundColor: sectionproperties.generalbtn_bgColor,
61290
61588
  borderRadius: sectionproperties.generalbtnborderradius,
61291
61589
  ':hover': {
@@ -61357,18 +61655,21 @@
61357
61655
  paddingRight: langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px'
61358
61656
  }
61359
61657
  }, /*#__PURE__*/React__default["default"].createElement("div", {
61360
- "class": "d-flex align-items-center flex-row allcentered",
61658
+ "class": "d-flex align-items-center flex-column allcentered",
61361
61659
  style: {
61362
61660
  position: 'relative',
61363
61661
  width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : ''
61364
61662
  }
61365
- }, sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
61366
- "class": sectionStyles.line_left
61367
- }), /*#__PURE__*/React__default["default"].createElement("p", {
61663
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
61368
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 ',
61369
61665
  style: {}
61370
- }, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
61371
- "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
+ }
61372
61673
  })))), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
61373
61674
  "class": ' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center px-sm-3',
61374
61675
  style: {
@@ -61380,7 +61681,118 @@
61380
61681
  }, /*#__PURE__*/React__default["default"].createElement("p", {
61381
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',
61382
61683
  style: {}
61383
- }, 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) {
61384
61796
  var _authdetailsContext$i;
61385
61797
  return /*#__PURE__*/React__default["default"].createElement("div", {
61386
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,
@@ -61393,20 +61805,37 @@
61393
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 ',
61394
61806
  style: {
61395
61807
  cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default',
61396
- background: sectionproperties.reservation_bgcolor,
61397
61808
  paddingTop: sectionproperties.reservation_padding_top + 'px',
61398
61809
  paddingBottom: sectionproperties.reservation_padding_bottom + 'px',
61399
61810
  paddingLeft: langdetect == 'en' ? sectionproperties.reservation_padding_left + 'px' : sectionproperties.reservation_padding_right + 'px',
61400
61811
  paddingRight: langdetect == 'en' ? sectionproperties.reservation_padding_right + 'px' : sectionproperties.reservation_padding_left + 'px',
61401
61812
  borderRadius: sectionproperties.reservation_borderradius + 'px',
61402
- 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
+ // : '',
61403
61819
  // cardinfoindex != cardsarray.length - 1
61404
61820
  // ? sectionproperties.innersectionbordertype == 'All'
61405
61821
  // ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
61406
61822
  // : ''
61407
61823
  // : '',
61408
- borderRight: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '' : '',
61409
- 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 : '' : '',
61410
61839
  boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor,
61411
61840
  height: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '66b4a0338cb14' ? '100%' : ''
61412
61841
  },
@@ -61529,7 +61958,7 @@
61529
61958
  }
61530
61959
  }
61531
61960
  }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar))));
61532
- }))));
61961
+ })))));
61533
61962
  };
61534
61963
 
61535
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 ";
@@ -76736,7 +77165,7 @@
76736
77165
  style: {
76737
77166
  textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
76738
77167
  }
76739
- }, plainString(item.description)), /*#__PURE__*/React__default["default"].createElement("div", {
77168
+ }, plainString(item.shortdescription)), /*#__PURE__*/React__default["default"].createElement("div", {
76740
77169
  style: {
76741
77170
  flexDirection: 'column'
76742
77171
  },