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.cjs.js CHANGED
@@ -2742,7 +2742,7 @@ var Product_itemtype = function Product_itemtype(props) {
2742
2742
  textAlign: langdetect == 'en' ? 'left' : 'right',
2743
2743
  fontWeight: 400,
2744
2744
  color: sectionproperties.measurementunitcolor,
2745
- fontSize: sectionproperties.measurementunitcolor + 'px'
2745
+ fontSize: sectionproperties.measurementunitfontsize + 'px'
2746
2746
  }
2747
2747
  }, fetchProductInfoQueryContext.data.data.productinfo.measurmentunit)), sectionproperties.quantityshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
2748
2748
  "class": "col-lg-12 p-0 text-start"
@@ -2860,9 +2860,14 @@ var Product_itemtype = function Product_itemtype(props) {
2860
2860
  return /*#__PURE__*/React__default["default"].createElement("tr", null, /*#__PURE__*/React__default["default"].createElement("th", {
2861
2861
  style: {
2862
2862
  textTransform: 'capitalize',
2863
- color: '#000'
2863
+ color: '#000',
2864
+ textAlign: langdetect == 'en' ? 'left' : 'right'
2864
2865
  }
2865
- }, 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));
2866
+ }, 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", {
2867
+ style: {
2868
+ textAlign: langdetect == 'en' ? 'left' : 'right'
2869
+ }
2870
+ }, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.value_en : fitem === null || fitem === void 0 ? void 0 : fitem.value_ar));
2866
2871
  }))))), 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, {
2867
2872
  actions: props.actions
2868
2873
  }), 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", {
@@ -3516,7 +3521,7 @@ var Product_itemtype = function Product_itemtype(props) {
3516
3521
  "class": "col-lg-12 col-md-12 my-3 p-md-0"
3517
3522
  }, /*#__PURE__*/React__default["default"].createElement("hr", {
3518
3523
  "class": "m-0"
3519
- })), sectionproperties.descriptionstyle == 'Style 2' && sectionproperties.showshortdescription == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
3524
+ })), sectionproperties.descriptionstyle == 'Style 2' && /*#__PURE__*/React__default["default"].createElement("div", {
3520
3525
  "class": "col-lg-12 col-md-12 p-md-0 mb-3"
3521
3526
  }, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.Accordion, {
3522
3527
  allowMultipleExpanded: true,
@@ -18191,11 +18196,12 @@ var CardsSection = function CardsSection(props) {
18191
18196
  };
18192
18197
  var SectionTitle = function SectionTitle() {
18193
18198
  return /*#__PURE__*/React__default["default"].createElement("div", {
18194
- "class": "d-flex align-items-center flex-row",
18199
+ "class": "d-flex align-items-center",
18195
18200
  style: {
18196
18201
  position: 'relative',
18197
18202
  justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : '',
18198
- width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : ''
18203
+ width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : '',
18204
+ flexDirection: sectionproperties.sectiontitlestyle == 'Line Under Text' ? 'column' : 'row'
18199
18205
  }
18200
18206
  }, sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
18201
18207
  "class": section_cssstyles.line_left
@@ -18210,6 +18216,13 @@ var CardsSection = function CardsSection(props) {
18210
18216
  }
18211
18217
  }, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
18212
18218
  "class": section_cssstyles.line_right
18219
+ }), sectionproperties.sectiontitlestyle == 'Line Under Text' && /*#__PURE__*/React__default["default"].createElement("span", {
18220
+ style: {
18221
+ width: '50%',
18222
+ background: sectionproperties.linebgcolor,
18223
+ height: 3,
18224
+ borderRadius: 10
18225
+ }
18213
18226
  }));
18214
18227
  };
18215
18228
  var isCardsectionloading = function isCardsectionloading() {
@@ -29887,7 +29900,7 @@ var Simpleheader = function Simpleheader(props) {
29887
29900
  size: sectionproperties.cartBtn_iconFontSize
29888
29901
  }), sectionproperties.carticonstyle == 'Calendar 1' && /*#__PURE__*/React__default["default"].createElement(FiCalendar.FiCalendar, {
29889
29902
  size: sectionproperties.cartBtn_iconFontSize
29890
- }))), sectionproperties.userbtnstyle == 'Style 2' && !authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
29903
+ }))), sectionproperties.userbtnstyle == 'Style 2' && !authdetailsContext.loggedin && sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
29891
29904
  "class": "".concat(header_cssstyles.user_btn) + ' allcentered ',
29892
29905
  onClick: function onClick() {
29893
29906
  routingcountext(StaticPagesLinksContext.Login);
@@ -29899,7 +29912,7 @@ var Simpleheader = function Simpleheader(props) {
29899
29912
  fontWeight: sectionproperties.userBtnTextfontweight,
29900
29913
  fontSize: sectionproperties.userbtn_logintextFontSize + 'px'
29901
29914
  }
29902
- }, 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", {
29915
+ }, 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", {
29903
29916
  className: header_cssstyles.userBtnLoggedinContainer + ' allcentered ',
29904
29917
  sytle: {
29905
29918
  position: 'relative'
@@ -29978,7 +29991,7 @@ var Simpleheader = function Simpleheader(props) {
29978
29991
  "class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem allcenetered m-0 p-0 '
29979
29992
  }, /*#__PURE__*/React__default["default"].createElement(BiLogOutCircle.BiLogOutCircle, {
29980
29993
  "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
29981
- }), 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", {
29994
+ }), 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", {
29982
29995
  "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 ',
29983
29996
  sytle: {
29984
29997
  position: 'relative'
@@ -43098,7 +43111,7 @@ var Allinonefooter = function Allinonefooter(props) {
43098
43111
  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; }
43099
43112
  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; }
43100
43113
  var Footer1 = function Footer1(props) {
43101
- 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;
43114
+ 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;
43102
43115
  var _useState = React.useState(''),
43103
43116
  _useState2 = _slicedToArray__default["default"](_useState, 2),
43104
43117
  sectionproperties = _useState2[0],
@@ -43117,6 +43130,10 @@ var Footer1 = function Footer1(props) {
43117
43130
  var templateproperties_context = props.actions.templateproperties_context;
43118
43131
  var templatepropcontext = props.actions.templatepropcontext;
43119
43132
  var ikimagecredcontext = props.actions.ikimagecredcontext;
43133
+ var _useState5 = React.useState(''),
43134
+ _useState6 = _slicedToArray__default["default"](_useState5, 2),
43135
+ newsletter = _useState6[0],
43136
+ setnewsletter = _useState6[1];
43120
43137
  React.useEffect(function () {
43121
43138
  if (props.srcfrom == 'addsectionform') {
43122
43139
  var secpropobj = {};
@@ -43274,6 +43291,17 @@ var Footer1 = function Footer1(props) {
43274
43291
  maxWidth: '35%',
43275
43292
  height: 'auto'
43276
43293
  }
43294
+ }),
43295
+ btnn: glamor.css({
43296
+ width: '150px',
43297
+ height: 40,
43298
+ borderRadius: 10,
43299
+ background: '#C2A24D',
43300
+ color: 'white',
43301
+ ':hover': {
43302
+ transition: '.3s',
43303
+ background: '#186a81'
43304
+ }
43277
43305
  })
43278
43306
  };
43279
43307
  var returnpolicyobj = function returnpolicyobj(policytype) {
@@ -43288,8 +43316,8 @@ var Footer1 = function Footer1(props) {
43288
43316
  };
43289
43317
  return /*#__PURE__*/React__default["default"].createElement("div", {
43290
43318
  "class": "row m-0 w-100 d-flex justify-content-center"
43291
- }, /*#__PURE__*/React__default["default"].createElement("footer", {
43292
- "class": "".concat(footerStyles.footerContainer) + ' p-sm-2 p-md-4 '
43319
+ }, sectionproperties.opencollapsible == 'Expanded' && /*#__PURE__*/React__default["default"].createElement("footer", {
43320
+ "class": "".concat(footerStyles.footerContainer) + ' px-sm-2 py-md-4 p-md-4 '
43293
43321
  }, /*#__PURE__*/React__default["default"].createElement("div", {
43294
43322
  "class": "row w-100 m-0 d-flex justify-content-center"
43295
43323
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -43548,7 +43576,137 @@ var Footer1 = function Footer1(props) {
43548
43576
  "class": ' h-100 d-flex align-items-center justify-content-center mr-2 ml-2 '
43549
43577
  }, /*#__PURE__*/React__default["default"].createElement(IoLocationSharp.IoLocationSharp, {
43550
43578
  size: sectionproperties.footerinfoicon_fontsize
43551
- })), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.address_en)))))));
43579
+ })), 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", {
43580
+ "class": "".concat(footerStyles.footerContainer) + ' p-sm-2 p-md-4 '
43581
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
43582
+ "class": "row w-100 m-0 d-flex justify-content-center"
43583
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
43584
+ "class": "col-lg-6"
43585
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
43586
+ "class": "row m-0 w-100"
43587
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
43588
+ "class": "col-lg-12 d-flex flex-row align-items-center justify-content-start mb-3 p-0"
43589
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
43590
+ "class": "".concat(footerStyles.footerlogo) + ' d-flex align-items-center justify-content-center '
43591
+ }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
43592
+ urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
43593
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
43594
+ 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,
43595
+ style: {
43596
+ width: '100%',
43597
+ height: '100%',
43598
+ objectFit: 'contain'
43599
+ },
43600
+ loading: "lazy"
43601
+ }))), /*#__PURE__*/React__default["default"].createElement("div", {
43602
+ "class": "col-lg-12 p-0 mb-3"
43603
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
43604
+ "class": "m-0 p-0",
43605
+ style: {
43606
+ fontSize: '15px',
43607
+ color: '#fff',
43608
+ fontWeight: sectionproperties.prodCatFontWeight,
43609
+ textAlign: langdetect == 'en' ? 'left' : 'right'
43610
+ }
43611
+ }, 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", {
43612
+ "class": "col-lg-12 p-0 flex-row text-start"
43613
+ }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
43614
+ "class": "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center ',
43615
+ onClick: function onClick() {
43616
+ var _authdetailsContext$i16;
43617
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.facebooklink) != null) {
43618
+ var _authdetailsContext$i17;
43619
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.facebooklink, '_blank');
43620
+ }
43621
+ }
43622
+ }, /*#__PURE__*/React__default["default"].createElement(FaFacebook.FaFacebook, {
43623
+ size: sectionproperties.facebkbtnniconfontsize
43624
+ })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
43625
+ "class": "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
43626
+ onClick: function onClick() {
43627
+ var _authdetailsContext$i18;
43628
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.instagramlink) != null) {
43629
+ var _authdetailsContext$i19;
43630
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.instagramlink, '_blank');
43631
+ }
43632
+ }
43633
+ }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
43634
+ size: sectionproperties.instgrambtniconfontsize
43635
+ })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
43636
+ "class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ',
43637
+ onClick: function onClick() {
43638
+ var _authdetailsContext$i20;
43639
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.whatsappnumber) != null) {
43640
+ var _authdetailsContext$i21;
43641
+ 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');
43642
+ }
43643
+ }
43644
+ }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
43645
+ size: sectionproperties.youtubebtniconfontsize
43646
+ }))))), /*#__PURE__*/React__default["default"].createElement("div", {
43647
+ "class": "col-lg-6"
43648
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
43649
+ "class": "row m-0 w-100 mt-md-3"
43650
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
43651
+ "class": "col-lg-12 p-0 mb-3"
43652
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
43653
+ "class": "m-0 p-0",
43654
+ style: {
43655
+ fontSize: 20,
43656
+ color: 'white',
43657
+ fontWeight: 600,
43658
+ textAlign: langdetect == 'en' ? 'left' : 'right'
43659
+ }
43660
+ }, "\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", {
43661
+ "class": "col-lg-12 p-0 mb-3"
43662
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
43663
+ "class": "m-0 p-0",
43664
+ style: {
43665
+ fontSize: 15,
43666
+ color: 'white',
43667
+ fontWeight: 500,
43668
+ textAlign: langdetect == 'en' ? 'left' : 'right'
43669
+ }
43670
+ }, "\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", {
43671
+ "class": "col-lg-12 allcentered mb-3 text-start p-0"
43672
+ }, /*#__PURE__*/React__default["default"].createElement("input", {
43673
+ type: "text",
43674
+ className: "".concat(footerStyles.form_control) + ' w-md-100 ',
43675
+ value: event.target.value,
43676
+ placeholder: "\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A",
43677
+ onChange: function onChange(event) {
43678
+ var newslettertemp = _objectSpread$1C({}, newsletter);
43679
+ newslettertemp = event.target.value;
43680
+ setnewsletter(_objectSpread$1C({}, newslettertemp));
43681
+ },
43682
+ style: {
43683
+ background: 'white',
43684
+ fontSize: 14,
43685
+ color: '#000',
43686
+ borderRadius: 10,
43687
+ width: '50%',
43688
+ height: 40,
43689
+ paddingLeft: 20,
43690
+ paddingRight: 20
43691
+ }
43692
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
43693
+ "class": "col-lg-12 text-start mb-3 text-start p-0"
43694
+ }, /*#__PURE__*/React__default["default"].createElement("button", {
43695
+ "class": footerStyles.btnn
43696
+ }, "\u0627\u0634\u062A\u0631\u0643 \u0627\u0644\u0622\u0646")))), /*#__PURE__*/React__default["default"].createElement("div", {
43697
+ "class": "col-lg-12 d-flex justify-content-center mt-md-3 mb-md-3"
43698
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
43699
+ "class": "".concat(footerStyles.vl) + ' ml-sm-0 mr-sm-0 my-3 '
43700
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
43701
+ "class": "col-lg-12 text-start"
43702
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
43703
+ "class": "m-0 p-0",
43704
+ style: {
43705
+ fontSize: sectionproperties.generaltext_fontSize + 'px',
43706
+ color: sectionproperties.generaltext_fontColor,
43707
+ fontWeight: sectionproperties.generaltext_fontWeight
43708
+ }
43709
+ }, langdetect == 'en' ? sectionproperties.general_text_content : sectionproperties.general_text_content_ar)))));
43552
43710
  };
43553
43711
 
43554
43712
  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; }
@@ -51452,8 +51610,10 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
51452
51610
  var itemquantity = 0;
51453
51611
  if (langdetect == 'en') {
51454
51612
  cardobj.name = arrayItem.productinfo.name_en;
51613
+ cardobj.name_en = arrayItem.productinfo.name_en;
51455
51614
  } else {
51456
51615
  cardobj.name = arrayItem.productinfo.name_ar;
51616
+ cardobj.name_ar = arrayItem.productinfo.name_ar;
51457
51617
  }
51458
51618
  if (langdetect == 'en') {
51459
51619
  cardobj.description = arrayItem.productinfo.description_en;
@@ -51523,9 +51683,11 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
51523
51683
  cardobj.skiplayeronclick = arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.skiplayeronclick;
51524
51684
  if (langdetect == 'en') {
51525
51685
  cardobj.name = arrayItem.title_en;
51686
+ cardobj.name_en = arrayItem.title_en;
51526
51687
  cardobj.description = arrayItem.description_en;
51527
51688
  } else if (langdetect == 'ar') {
51528
- cardobj.name = arrayItem.title_ar;
51689
+ cardobj.name = arrayItem.title_en;
51690
+ cardobj.name_ar = arrayItem.title_ar;
51529
51691
  cardobj.description = arrayItem.description_ar;
51530
51692
  }
51531
51693
  cardobj.image = arrayItem.collectionlogo;
@@ -51536,9 +51698,11 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
51536
51698
  cardobj.skiplayeronclick = arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.skiplayeronclick;
51537
51699
  if (langdetect == 'en') {
51538
51700
  cardobj.name = arrayItem.title_en;
51701
+ cardobj.name_en = arrayItem.title_en;
51539
51702
  cardobj.description = arrayItem.description_en;
51540
51703
  } else if (langdetect == 'ar') {
51541
51704
  cardobj.name = arrayItem.title_ar;
51705
+ cardobj.name_ar = arrayItem.title_ar;
51542
51706
  cardobj.description = arrayItem.description_ar;
51543
51707
  }
51544
51708
  cardobj.image = arrayItem.categorylogo;
@@ -51549,9 +51713,11 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
51549
51713
  cardobj.skiplayeronclick = arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.skiplayeronclick;
51550
51714
  if (langdetect == 'en') {
51551
51715
  cardobj.name = arrayItem.title_en;
51716
+ cardobj.name_en = arrayItem.title_en;
51552
51717
  cardobj.description = arrayItem.description_en;
51553
51718
  } else if (langdetect == 'ar') {
51554
51719
  cardobj.name = arrayItem.title_ar;
51720
+ cardobj.name_ar = arrayItem.title_ar;
51555
51721
  cardobj.description = arrayItem.description_ar;
51556
51722
  }
51557
51723
  cardobj.image = arrayItem.parentcollectionlogo;
@@ -51676,7 +51842,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
51676
51842
  })
51677
51843
  };
51678
51844
  var cardsrender = function cardsrender() {
51679
- var _cardsarray$2, _cardsarray$3, _cardsarray$5, _cardsarray$6, _cardsarray$8, _cardsarray$9, _cardsarray$11, _cardsarray$12, _cardsarray$14, _cardsarray$15;
51845
+ 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;
51680
51846
  return /*#__PURE__*/React__default["default"].createElement("div", {
51681
51847
  "class": 'row m-0 w-100'
51682
51848
  }, !fetchProductsQuery.isFetching && cardsarray.length == 0 && /*#__PURE__*/React__default["default"].createElement("div", {
@@ -51796,7 +51962,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
51796
51962
  "class": "col-lg-12 p-0 d-flex justify-content-start"
51797
51963
  }, /*#__PURE__*/React__default["default"].createElement("p", {
51798
51964
  "class": section_cssstyles.collectionname + ' m-0 p-0 '
51799
- }, (_cardsarray$3 = cardsarray[0]) === null || _cardsarray$3 === void 0 ? void 0 : _cardsarray$3.name)), /*#__PURE__*/React__default["default"].createElement("div", {
51965
+ }, 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", {
51800
51966
  "class": "col-lg-12 p-0 d-flex justify-content-start"
51801
51967
  }, /*#__PURE__*/React__default["default"].createElement("p", {
51802
51968
  "class": section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '
@@ -51807,8 +51973,8 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
51807
51973
  }, /*#__PURE__*/React__default["default"].createElement("div", {
51808
51974
  "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 ',
51809
51975
  onClick: function onClick() {
51810
- var _cardsarray$4;
51811
- routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$4 = cardsarray[1]) === null || _cardsarray$4 === void 0 ? void 0 : _cardsarray$4.collectionid));
51976
+ var _cardsarray$5;
51977
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$5 = cardsarray[1]) === null || _cardsarray$5 === void 0 ? void 0 : _cardsarray$5.collectionid));
51812
51978
  },
51813
51979
  style: {
51814
51980
  paddingLeft: sectionproperties.imagepadding + 'px',
@@ -51830,7 +51996,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
51830
51996
  }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
51831
51997
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
51832
51998
  publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
51833
- path: (_cardsarray$5 = cardsarray[1]) === null || _cardsarray$5 === void 0 ? void 0 : _cardsarray$5.image,
51999
+ path: (_cardsarray$6 = cardsarray[1]) === null || _cardsarray$6 === void 0 ? void 0 : _cardsarray$6.image,
51834
52000
  loading: "lazy",
51835
52001
  style: {
51836
52002
  width: '100%',
@@ -51857,7 +52023,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
51857
52023
  "class": "col-lg-12 p-0 d-flex justify-content-center"
51858
52024
  }, /*#__PURE__*/React__default["default"].createElement("p", {
51859
52025
  "class": section_cssstyles.collectionname + ' m-0 p-0 '
51860
- }, (_cardsarray$6 = cardsarray[1]) === null || _cardsarray$6 === void 0 ? void 0 : _cardsarray$6.name)), /*#__PURE__*/React__default["default"].createElement("div", {
52026
+ }, 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", {
51861
52027
  "class": "col-lg-12 p-0 d-flex justify-content-center"
51862
52028
  }, /*#__PURE__*/React__default["default"].createElement("p", {
51863
52029
  "class": section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '
@@ -51869,8 +52035,8 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
51869
52035
  marginBottom: sectionproperties.imagepadding == 0 ? 0 : '1rem'
51870
52036
  },
51871
52037
  onClick: function onClick() {
51872
- var _cardsarray$7;
51873
- routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$7 = cardsarray[2]) === null || _cardsarray$7 === void 0 ? void 0 : _cardsarray$7.collectionid));
52038
+ var _cardsarray$9;
52039
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$9 = cardsarray[2]) === null || _cardsarray$9 === void 0 ? void 0 : _cardsarray$9.collectionid));
51874
52040
  }
51875
52041
  }, /*#__PURE__*/React__default["default"].createElement("div", {
51876
52042
  "class": "row m-0 w-100",
@@ -51887,7 +52053,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
51887
52053
  }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
51888
52054
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
51889
52055
  publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
51890
- path: (_cardsarray$8 = cardsarray[2]) === null || _cardsarray$8 === void 0 ? void 0 : _cardsarray$8.image,
52056
+ path: (_cardsarray$10 = cardsarray[2]) === null || _cardsarray$10 === void 0 ? void 0 : _cardsarray$10.image,
51891
52057
  loading: "lazy",
51892
52058
  style: {
51893
52059
  width: '100%',
@@ -51914,15 +52080,15 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
51914
52080
  "class": "col-lg-12 p-0 d-flex justify-content-center"
51915
52081
  }, /*#__PURE__*/React__default["default"].createElement("p", {
51916
52082
  "class": section_cssstyles.collectionname + ' m-0 p-0 '
51917
- }, (_cardsarray$9 = cardsarray[2]) === null || _cardsarray$9 === void 0 ? void 0 : _cardsarray$9.name)), /*#__PURE__*/React__default["default"].createElement("div", {
52083
+ }, 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", {
51918
52084
  "class": "col-lg-12 p-0 d-flex justify-content-center"
51919
52085
  }, /*#__PURE__*/React__default["default"].createElement("p", {
51920
52086
  "class": section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '
51921
52087
  }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))), /*#__PURE__*/React__default["default"].createElement("div", {
51922
52088
  "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 ',
51923
52089
  onClick: function onClick() {
51924
- var _cardsarray$10;
51925
- routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$10 = cardsarray[3]) === null || _cardsarray$10 === void 0 ? void 0 : _cardsarray$10.collectionid));
52090
+ var _cardsarray$13;
52091
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$13 = cardsarray[3]) === null || _cardsarray$13 === void 0 ? void 0 : _cardsarray$13.collectionid));
51926
52092
  },
51927
52093
  style: {
51928
52094
  paddingLeft: sectionproperties.imagepadding + 'px',
@@ -51944,7 +52110,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
51944
52110
  }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
51945
52111
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
51946
52112
  publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
51947
- path: (_cardsarray$11 = cardsarray[3]) === null || _cardsarray$11 === void 0 ? void 0 : _cardsarray$11.image,
52113
+ path: (_cardsarray$14 = cardsarray[3]) === null || _cardsarray$14 === void 0 ? void 0 : _cardsarray$14.image,
51948
52114
  loading: "lazy",
51949
52115
  style: {
51950
52116
  width: '100%',
@@ -51975,7 +52141,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
51975
52141
  "class": "col-lg-12 p-0 d-flex justify-content-center"
51976
52142
  }, /*#__PURE__*/React__default["default"].createElement("p", {
51977
52143
  "class": section_cssstyles.collectionname + ' m-0 p-0 '
51978
- }, (_cardsarray$12 = cardsarray[3]) === null || _cardsarray$12 === void 0 ? void 0 : _cardsarray$12.name)), /*#__PURE__*/React__default["default"].createElement("div", {
52144
+ }, 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", {
51979
52145
  "class": "col-lg-12 p-0 d-flex justify-content-center"
51980
52146
  }, /*#__PURE__*/React__default["default"].createElement("p", {
51981
52147
  "class": section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '
@@ -51986,8 +52152,8 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
51986
52152
  paddingRight: sectionproperties.imagepadding + 'px'
51987
52153
  },
51988
52154
  onClick: function onClick() {
51989
- var _cardsarray$13;
51990
- routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$13 = cardsarray[4]) === null || _cardsarray$13 === void 0 ? void 0 : _cardsarray$13.collectionid));
52155
+ var _cardsarray$17;
52156
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$17 = cardsarray[4]) === null || _cardsarray$17 === void 0 ? void 0 : _cardsarray$17.collectionid));
51991
52157
  }
51992
52158
  }, /*#__PURE__*/React__default["default"].createElement("div", {
51993
52159
  "class": "row m-0 w-100",
@@ -52004,7 +52170,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
52004
52170
  }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
52005
52171
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
52006
52172
  publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
52007
- path: (_cardsarray$14 = cardsarray[4]) === null || _cardsarray$14 === void 0 ? void 0 : _cardsarray$14.image,
52173
+ path: (_cardsarray$18 = cardsarray[4]) === null || _cardsarray$18 === void 0 ? void 0 : _cardsarray$18.image,
52008
52174
  loading: "lazy",
52009
52175
  style: {
52010
52176
  width: '100%',
@@ -52029,7 +52195,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
52029
52195
  "class": "col-lg-12 p-0 d-flex justify-content-start"
52030
52196
  }, /*#__PURE__*/React__default["default"].createElement("p", {
52031
52197
  "class": section_cssstyles.collectionname + ' m-0 p-0 '
52032
- }, (_cardsarray$15 = cardsarray[4]) === null || _cardsarray$15 === void 0 ? void 0 : _cardsarray$15.name)), /*#__PURE__*/React__default["default"].createElement("div", {
52198
+ }, 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", {
52033
52199
  "class": "col-lg-12 p-0 d-flex justify-content-start"
52034
52200
  }, /*#__PURE__*/React__default["default"].createElement("p", {
52035
52201
  "class": section_cssstyles.collectioncardbutton + ' m-0 p-0 allcentered collectioncardbutton '
@@ -58413,13 +58579,17 @@ var DynamicForm = function DynamicForm(props) {
58413
58579
  }
58414
58580
  if (item.type == 'date') {
58415
58581
  return /*#__PURE__*/React__default["default"].createElement("div", {
58582
+ "class": 'col-md-12 col-lg-' + sectionproperties.numberofcolsperrow
58583
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
58416
58584
  "class": "row m-0 w-100 mb-3"
58417
58585
  }, /*#__PURE__*/React__default["default"].createElement("div", {
58418
58586
  "class": "col-lg-12 text-start mb-2"
58419
58587
  }, /*#__PURE__*/React__default["default"].createElement("p", {
58420
58588
  "class": form_cssstyles.formlabel + ' m-0 p-0 ',
58421
58589
  style: {}
58422
- }, langdetect == 'en' ? item.title_en : item.title_ar, " ", item.isrequired == 1 ? '*' : '')), sectionproperties.datestartdate == 'Today' && /*#__PURE__*/React__default["default"].createElement("div", {
58590
+ }, langdetect == 'en' ? item.title_en : item.title_ar, " ", /*#__PURE__*/React__default["default"].createElement("sup", {
58591
+ "class": "text-danger"
58592
+ }, item.isrequired == 1 ? '*' : ''))), sectionproperties.datestartdate == 'Today' && /*#__PURE__*/React__default["default"].createElement("div", {
58423
58593
  "class": "col-lg-12 text-start"
58424
58594
  }, /*#__PURE__*/React__default["default"].createElement("input", {
58425
58595
  type: type,
@@ -58438,16 +58608,20 @@ var DynamicForm = function DynamicForm(props) {
58438
58608
  updateformfield(event.target.value, index);
58439
58609
  },
58440
58610
  className: "".concat(formstyles.form_control, " ").concat(form_cssstyles.form_control)
58441
- })));
58611
+ }))));
58442
58612
  } else {
58443
58613
  return /*#__PURE__*/React__default["default"].createElement("div", {
58614
+ "class": 'col-md-12 col-lg-' + sectionproperties.numberofcolsperrow
58615
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
58444
58616
  "class": "row m-0 w-100 mb-3"
58445
58617
  }, /*#__PURE__*/React__default["default"].createElement("div", {
58446
58618
  "class": "col-lg-12 text-start mb-2"
58447
58619
  }, /*#__PURE__*/React__default["default"].createElement("p", {
58448
58620
  "class": form_cssstyles.formlabel + ' m-0 p-0 ',
58449
58621
  style: {}
58450
- }, langdetect == 'en' ? item.title_en : item.title_ar, " ", item.isrequired == 1 ? '*' : '')), /*#__PURE__*/React__default["default"].createElement("div", {
58622
+ }, langdetect == 'en' ? item.title_en : item.title_ar, " ", /*#__PURE__*/React__default["default"].createElement("sup", {
58623
+ "class": "text-danger"
58624
+ }, item.isrequired == 1 ? '*' : ''))), /*#__PURE__*/React__default["default"].createElement("div", {
58451
58625
  "class": "col-lg-12 text-start"
58452
58626
  }, /*#__PURE__*/React__default["default"].createElement("input", {
58453
58627
  type: type,
@@ -58456,18 +58630,22 @@ var DynamicForm = function DynamicForm(props) {
58456
58630
  updateformfield(event.target.value, index);
58457
58631
  },
58458
58632
  className: "".concat(formstyles.form_control, " ").concat(form_cssstyles.form_control)
58459
- })));
58633
+ }))));
58460
58634
  }
58461
58635
  };
58462
58636
  var textareaitem = function textareaitem(item, index) {
58463
58637
  return /*#__PURE__*/React__default["default"].createElement("div", {
58638
+ "class": 'col-md-12 col-lg-12'
58639
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
58464
58640
  "class": "row m-0 w-100 mb-3"
58465
58641
  }, /*#__PURE__*/React__default["default"].createElement("div", {
58466
58642
  "class": "col-lg-12 text-start mb-2"
58467
58643
  }, /*#__PURE__*/React__default["default"].createElement("p", {
58468
58644
  "class": form_cssstyles.formlabel + ' m-0 p-0 ',
58469
58645
  style: {}
58470
- }, langdetect == 'en' ? item.title_en : item.title_ar, " ", item.isrequired == 1 ? '*' : '')), /*#__PURE__*/React__default["default"].createElement("div", {
58646
+ }, langdetect == 'en' ? item.title_en : item.title_ar, " ", /*#__PURE__*/React__default["default"].createElement("sup", {
58647
+ "class": "text-danger"
58648
+ }, item.isrequired == 1 ? '*' : ''))), /*#__PURE__*/React__default["default"].createElement("div", {
58471
58649
  "class": "col-lg-12 text-start"
58472
58650
  }, /*#__PURE__*/React__default["default"].createElement(TextareaAutosize__default["default"], {
58473
58651
  value: item.value,
@@ -58475,7 +58653,7 @@ var DynamicForm = function DynamicForm(props) {
58475
58653
  updateformfield(event.target.value, index);
58476
58654
  },
58477
58655
  className: "".concat(formstyles.form_control, " ").concat(form_cssstyles.form_control)
58478
- })));
58656
+ }))));
58479
58657
  };
58480
58658
  var selectboxitem = function selectboxitem(item, index) {
58481
58659
  var itemsarr = item.selectboxvalues;
@@ -58483,13 +58661,17 @@ var DynamicForm = function DynamicForm(props) {
58483
58661
  var decoditems = JSON.parse(itemsarr);
58484
58662
  if (decoditems != undefined && Array.isArray(decoditems)) {
58485
58663
  return /*#__PURE__*/React__default["default"].createElement("div", {
58664
+ "class": 'col-md-12 col-lg-' + sectionproperties.numberofcolsperrow
58665
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
58486
58666
  "class": "row m-0 w-100 mb-3"
58487
58667
  }, /*#__PURE__*/React__default["default"].createElement("div", {
58488
58668
  "class": "col-lg-12 text-start mb-2"
58489
58669
  }, /*#__PURE__*/React__default["default"].createElement("p", {
58490
58670
  "class": form_cssstyles.formlabel + ' m-0 p-0 ',
58491
58671
  style: {}
58492
- }, langdetect == 'en' ? item.title_en : item.title_ar, " ", item.isrequired == 1 ? '*' : '')), /*#__PURE__*/React__default["default"].createElement("div", {
58672
+ }, langdetect == 'en' ? item.title_en : item.title_ar, " ", /*#__PURE__*/React__default["default"].createElement("sup", {
58673
+ "class": "text-danger"
58674
+ }, item.isrequired == 1 ? '*' : ''))), /*#__PURE__*/React__default["default"].createElement("div", {
58493
58675
  "class": "col-lg-12 text-start"
58494
58676
  }, /*#__PURE__*/React__default["default"].createElement("select", {
58495
58677
  value: item.value,
@@ -58503,7 +58685,7 @@ var DynamicForm = function DynamicForm(props) {
58503
58685
  return /*#__PURE__*/React__default["default"].createElement("option", {
58504
58686
  value: sitem.optionname_en
58505
58687
  }, langdetect == 'en' ? sitem.optionname_en : sitem.optionname_ar);
58506
- }))));
58688
+ })))));
58507
58689
  }
58508
58690
  }
58509
58691
  };
@@ -58526,7 +58708,7 @@ var DynamicForm = function DynamicForm(props) {
58526
58708
  width: sectionproperties.generalbtn_width + '%',
58527
58709
  height: sectionproperties.generalbtn_height + 'px',
58528
58710
  backgroundColor: sectionproperties.generalbtn_bgColor,
58529
- borderRadius: sectionproperties.generalbtn_bgColor,
58711
+ borderRadius: sectionproperties.generalbtnborderradius + 'px',
58530
58712
  color: sectionproperties.generalbtn_textColor,
58531
58713
  fontSize: sectionproperties.generalbtn_fontsize,
58532
58714
  fontWeight: sectionproperties.generalbtn_fontweight,
@@ -58566,6 +58748,14 @@ var DynamicForm = function DynamicForm(props) {
58566
58748
  transition: '.3s',
58567
58749
  backgroundColor: '#044da6'
58568
58750
  }
58751
+ }),
58752
+ sectiontitle: glamor.css({
58753
+ color: sectionproperties.sectionTitleColor,
58754
+ fontSize: sectionproperties.sectionTitleFontSize + 'px',
58755
+ fontWeight: sectionproperties.sectionTitleFontWeight,
58756
+ '@media (max-width: 800px)': {
58757
+ fontSize: sectionproperties.sectionTitleFontSizeresp
58758
+ }
58569
58759
  })
58570
58760
  };
58571
58761
  return /*#__PURE__*/React__default["default"].createElement("div", {
@@ -58609,12 +58799,8 @@ var DynamicForm = function DynamicForm(props) {
58609
58799
  marginBottom: sectionproperties.sectionTitleMarginBottom + 'px'
58610
58800
  }
58611
58801
  }, /*#__PURE__*/React__default["default"].createElement("p", {
58612
- "class": "m-0 p-0",
58613
- style: {
58614
- color: sectionproperties.sectionTitleColor,
58615
- fontSize: sectionproperties.sectionTitleFontSize + 'px',
58616
- fontWeight: sectionproperties.sectionTitleFontWeight
58617
- }
58802
+ "class": form_cssstyles.sectiontitle + ' m-0 p-0 ',
58803
+ style: {}
58618
58804
  }, langdetect == 'en' ? formtitleen : formtitlear)), (dynamicform === null || dynamicform === void 0 ? void 0 : dynamicform.id) != undefined && /*#__PURE__*/React__default["default"].createElement("div", {
58619
58805
  "class": 'row m-0 w-100 p-3 mt-3'
58620
58806
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -58735,12 +58921,8 @@ var DynamicForm = function DynamicForm(props) {
58735
58921
  marginBottom: sectionproperties.sectionTitleMarginBottom + 'px'
58736
58922
  }
58737
58923
  }, /*#__PURE__*/React__default["default"].createElement("p", {
58738
- "class": "m-0 p-0",
58739
- style: {
58740
- color: sectionproperties.sectionTitleColor,
58741
- fontSize: sectionproperties.sectionTitleFontSize + 'px',
58742
- fontWeight: sectionproperties.sectionTitleFontWeight
58743
- }
58924
+ "class": form_cssstyles.sectiontitle + ' m-0 p-0 ',
58925
+ style: {}
58744
58926
  }, langdetect == 'en' ? formtitleen : formtitlear)), (dynamicform === null || dynamicform === void 0 ? void 0 : dynamicform.id) != undefined && /*#__PURE__*/React__default["default"].createElement("div", {
58745
58927
  "class": 'row m-0 w-100 '
58746
58928
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -59580,14 +59762,14 @@ var Freetextsection = function Freetextsection(props) {
59580
59762
  height: '1px',
59581
59763
  position: 'relative',
59582
59764
  flex: '1 1 auto',
59583
- minWidth: '10%',
59765
+ // minWidth: '10%',
59584
59766
  background: sectionproperties.linebgcolor
59585
59767
  }),
59586
59768
  line_right: glamor.css({
59587
59769
  height: '1px',
59588
59770
  position: 'relative',
59589
59771
  flex: '1 1 auto',
59590
- minWidth: '10%',
59772
+ // minWidth: '10%',
59591
59773
  background: sectionproperties.linebgcolor
59592
59774
  }),
59593
59775
  btn: glamor.css({
@@ -59625,36 +59807,39 @@ var Freetextsection = function Freetextsection(props) {
59625
59807
  top: 0,
59626
59808
  bottom: 0
59627
59809
  }
59810
+ }),
59811
+ sectiontitlecontent: glamor.css({
59812
+ fontSize: sectionproperties.sectionTitleFontSize + 'px',
59813
+ color: sectionproperties.sectionTitleColor,
59814
+ textTransform: sectionproperties.sectionTitleTextTransform,
59815
+ fontWeight: sectionproperties.sectionTitleFontWeight,
59816
+ // padding: sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? 7 : 0,
59817
+ textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right',
59818
+ '@media (max-width: 800px)': {
59819
+ fontSize: sectionproperties.sectionTitleFontSizeresp + 'px'
59820
+ }
59628
59821
  })
59629
59822
  };
59630
59823
  var SectionTitle = function SectionTitle() {
59631
59824
  return /*#__PURE__*/React__default["default"].createElement("div", {
59632
- "class": "d-flex align-items-center flex-row",
59825
+ "class": "d-flex align-items-center allcentered",
59633
59826
  style: {
59634
59827
  position: 'relative',
59635
59828
  justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : '',
59636
- width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : ''
59637
- }
59638
- }, sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
59639
- "class": section_styles.line_left,
59640
- style: {
59641
- marginLeft: langdetect == 'en' ? 0 : sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0,
59642
- marginRight: langdetect == 'en' ? sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0 : 0
59829
+ width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : '',
59830
+ flexDirection: sectionproperties.sectiontitlestyle == 'Line Under Text' ? 'column' : 'row'
59643
59831
  }
59644
- }), /*#__PURE__*/React__default["default"].createElement("p", {
59832
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
59645
59833
  "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 ',
59834
+ style: {}
59835
+ }, /*#__PURE__*/React__default["default"].createElement("span", {
59836
+ "class": section_styles.sectiontitlecontent
59837
+ }, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar)), sectionproperties.sectiontitlestyle == 'Line Under Text' && /*#__PURE__*/React__default["default"].createElement("span", {
59646
59838
  style: {
59647
- color: sectionproperties.sectionTitleColor,
59648
- textTransform: sectionproperties.sectionTitleTextTransform,
59649
- fontWeight: sectionproperties.sectionTitleFontWeight,
59650
- padding: sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? 7 : 0,
59651
- textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
59652
- }
59653
- }, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
59654
- "class": section_styles.line_right,
59655
- style: {
59656
- marginRight: langdetect == 'en' ? 0 : sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0,
59657
- marginLeft: langdetect == 'en' ? sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0 : 0
59839
+ width: '50%',
59840
+ background: sectionproperties.linebgcolor,
59841
+ height: 3,
59842
+ borderRadius: 10
59658
59843
  }
59659
59844
  }));
59660
59845
  };
@@ -59713,8 +59898,8 @@ var Freetextsection = function Freetextsection(props) {
59713
59898
  style: {
59714
59899
  paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
59715
59900
  paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
59716
- paddingTop: type == 'responsive' ? '15px' : sectionproperties.paddingTop + 'px',
59717
- paddingBottom: type == 'responsive' ? '15px' : sectionproperties.paddingBottom + 'px',
59901
+ paddingTop: type == 'responsive' ? sectionproperties.paddingverticalresponsive + 'px' : sectionproperties.paddingTop + 'px',
59902
+ paddingBottom: type == 'responsive' ? sectionproperties.paddingverticalresponsive + 'px' : sectionproperties.paddingBottom + 'px',
59718
59903
  zIndex: 100,
59719
59904
  height: sectionproperties.hideshowcardtransition == 'Show' ? type == 'responsive' ? sectionproperties.height_responsive + 'px' : '' : ''
59720
59905
  }
@@ -59762,7 +59947,45 @@ var Freetextsection = function Freetextsection(props) {
59762
59947
  "class": "w-100 allcentered",
59763
59948
  style: {
59764
59949
  background: sectionproperties.outerbgcolor
59950
+ // backgroundImage: sectionproperties.sectionbgstyle == 'Besides each other' ? 'url(' + serverbaselink + maincontainerarrayofobjs[0]?.back_bgimage + ')' : '',
59951
+ }
59952
+ }, sectionproperties.sectionbgstyle == 'Besides each other' && /*#__PURE__*/React__default["default"].createElement("div", {
59953
+ "class": sectionstyles$1.background + ' row w-100 ml-0 mr-0 d-flex justify-content-center align-items-center ',
59954
+ style: {
59955
+ marginTop: sectionproperties.marginTop + 'px',
59956
+ marginBottom: sectionproperties.marginBottom + 'px'
59765
59957
  }
59958
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59959
+ "class": "col-lg-12 p-0"
59960
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59961
+ "class": "row m-0 w-100 allcentered"
59962
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59963
+ "class": "col-lg-10 col-md-11 mt-3 mb-3",
59964
+ style: {
59965
+ background: 'white',
59966
+ borderRadius: 10,
59967
+ boxShadow: '0 0 10px #ccc',
59968
+ padding: 40
59969
+ }
59970
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59971
+ "class": "row m-0 w-100"
59972
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59973
+ "class": "col-lg-3 col-md-12 allcentered"
59974
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59975
+ "class": "w-100 d-flex allcentered mb-md-4"
59976
+ }, SectionTitle())), /*#__PURE__*/React__default["default"].createElement("div", {
59977
+ "class": "col-lg-9 col-md-12 p-md-0",
59978
+ style: {
59979
+ paddingLeft: langdetect == 'en' ? '50px' : 0,
59980
+ paddingRight: langdetect == 'ar' ? '50px' : 0
59981
+ }
59982
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59983
+ "class": "row m-0 w-100 text-start text-md-center",
59984
+ style: {
59985
+ fontSize: sectionproperties.prodCatFontSize + 'px'
59986
+ }
59987
+ }, Description()))))))), sectionproperties.sectionbgstyle == 'Text Below' && /*#__PURE__*/React__default["default"].createElement("div", {
59988
+ "class": "row m-0 w-100"
59766
59989
  }, /*#__PURE__*/React__default["default"].createElement("div", {
59767
59990
  "class": sectionstyles$1.background + ' row w-100 ml-0 mr-0 d-flex d-md-none justify-content-center align-items-center ',
59768
59991
  style: {
@@ -59777,7 +60000,7 @@ var Freetextsection = function Freetextsection(props) {
59777
60000
  marginBottom: sectionproperties.marginBottom + 'px',
59778
60001
  background: sectionproperties.hideshowcardtransition == 'Show' ? maincontainerarrayofobjs.length != 0 ? 'url(' + serverbaselink$1 + ((_maincontainerarrayof3 = maincontainerarrayofobjs[0]) === null || _maincontainerarrayof3 === void 0 ? void 0 : _maincontainerarrayof3.back_bgimage) + ')' : '' : ''
59779
60002
  }
59780
- }, SectionContent('responsive')));
60003
+ }, SectionContent('responsive'))));
59781
60004
  };
59782
60005
 
59783
60006
  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; }
@@ -59850,6 +60073,28 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
59850
60073
  color: sectionproperties.generalbtn_textColoronhover
59851
60074
  }
59852
60075
  }),
60076
+ btn2: glamor.css({
60077
+ width: sectionproperties.generalbtn_width + 'px',
60078
+ height: sectionproperties.generalbtn_height + 'px',
60079
+ // backgroundColor: sectionproperties.generalbtn_bgColor,
60080
+ color: sectionproperties.generalbtn_bgColoronhover,
60081
+ borderTopLeftRadius: langdetect == 'en' ? sectionproperties.generalbtn_bordertopleftradius + 'px' : sectionproperties.generalbtn_bordertoprightradius + 'px',
60082
+ borderTopRightRadius: langdetect == 'en' ? sectionproperties.generalbtn_bordertoprightradius + 'px' : sectionproperties.generalbtn_bordertopleftradius + 'px',
60083
+ borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.generalbtn_borderbottomleftradius + 'px' : sectionproperties.generalbtn_borderbottomrightradius + 'px',
60084
+ borderBottomRightRadius: langdetect == 'en' ? sectionproperties.generalbtn_borderbottomrightradius + 'px' : sectionproperties.generalbtn_borderbottomleftradius + 'px',
60085
+ border: '1px solid ' + sectionproperties.generalbtn_bgColoronhover,
60086
+ fontSize: sectionproperties.generalbtn_fontsize + 'px',
60087
+ fontWeight: sectionproperties.generalbtn_fontweight,
60088
+ marginTop: sectionproperties.generalbtn_marginTop + 'px',
60089
+ marginBottom: sectionproperties.generalbtn_marginBottom + 'px',
60090
+ transition: '.3s',
60091
+ cursor: 'pointer',
60092
+ ':hover': {
60093
+ // backgroundColor: sectionproperties.generalbtn_bgColoronhover,
60094
+ color: sectionproperties.sectionproperties,
60095
+ borderColor: sectionproperties.sectionproperties
60096
+ }
60097
+ }),
59853
60098
  sectiontitlespan: glamor.css({
59854
60099
  paddingLeft: sectionproperties.sectiontitleborderradius == 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px' : 0,
59855
60100
  paddingRight: sectionproperties.sectiontitleborderradius == 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px' : 0,
@@ -60005,8 +60250,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60005
60250
  borderRadius: sectionproperties.reservation_borderradius + 'px'
60006
60251
  }
60007
60252
  }, /*#__PURE__*/React__default["default"].createElement("div", {
60008
- "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 ',
60009
- style: {}
60253
+ "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 ',
60254
+ style: {
60255
+ // padding: 20,
60256
+ }
60010
60257
  }, /*#__PURE__*/React__default["default"].createElement("div", {
60011
60258
  "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 ',
60012
60259
  style: {
@@ -60220,10 +60467,13 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60220
60467
  justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
60221
60468
  }
60222
60469
  }, /*#__PURE__*/React__default["default"].createElement("div", {
60223
- "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 ',
60470
+ "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 ',
60224
60471
  style: {
60225
60472
  background: sectionproperties.reservation_bgcolor,
60226
- alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
60473
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
60474
+ borderRadius: sectionproperties.reservation_borderradius + 'px',
60475
+ paddingLeft: sectionproperties.innersectionpaddinghorizontal + 'px',
60476
+ paddingRight: sectionproperties.innersectionpaddinghorizontal + 'px'
60227
60477
  }
60228
60478
  }, /*#__PURE__*/React__default["default"].createElement("div", {
60229
60479
  "class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
@@ -60303,7 +60553,7 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60303
60553
  })), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60304
60554
  "class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'
60305
60555
  }, /*#__PURE__*/React__default["default"].createElement("button", {
60306
- "class": "".concat(section_styles.btn) + ' m-md-0 ',
60556
+ "class": "".concat(section_styles.btn2) + ' m-md-0 ',
60307
60557
  onClick: function onClick() {
60308
60558
  if (sectionproperties.btntype == 'WhatsApp') {
60309
60559
  var _authdetailsContext$i9;
@@ -60322,7 +60572,27 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60322
60572
  marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
60323
60573
  marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
60324
60574
  }
60325
- }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
60575
+ }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar), /*#__PURE__*/React__default["default"].createElement("button", {
60576
+ "class": "".concat(section_styles.btn) + ' mx-1 ',
60577
+ onClick: function onClick() {
60578
+ if (sectionproperties.btntype == 'WhatsApp') {
60579
+ var _authdetailsContext$i11;
60580
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.whatsappnumber) != null) {
60581
+ var _authdetailsContext$i12;
60582
+ 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');
60583
+ }
60584
+ } else if (sectionproperties.btntype == 'App/Web Page') {
60585
+ // window.open(sectionproperties.btnlink, '_target');
60586
+ routingcountext(sectionproperties.btnlink2, false, '');
60587
+ } else {
60588
+ window.open(sectionproperties.btnlink2, '_blank');
60589
+ }
60590
+ },
60591
+ style: {
60592
+ marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
60593
+ marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
60594
+ }
60595
+ }, langdetect == 'en' ? 'Subscribe' : 'اشترك الان')), /*#__PURE__*/React__default["default"].createElement("div", {
60326
60596
  "class": "col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",
60327
60597
  style: {
60328
60598
  justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
@@ -60332,10 +60602,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60332
60602
  }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60333
60603
  "class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60334
60604
  onClick: function onClick() {
60335
- var _authdetailsContext$i11;
60336
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.facebooklink) != null) {
60337
- var _authdetailsContext$i12;
60338
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.facebooklink, '_blank');
60605
+ var _authdetailsContext$i13;
60606
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.facebooklink) != null) {
60607
+ var _authdetailsContext$i14;
60608
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.facebooklink, '_blank');
60339
60609
  }
60340
60610
  }
60341
60611
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
@@ -60343,10 +60613,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60343
60613
  })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60344
60614
  "class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60345
60615
  onClick: function onClick() {
60346
- var _authdetailsContext$i13;
60347
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instagramlink) != null) {
60348
- var _authdetailsContext$i14;
60349
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.instagramlink, '_blank');
60616
+ var _authdetailsContext$i15;
60617
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.instagramlink) != null) {
60618
+ var _authdetailsContext$i16;
60619
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.instagramlink, '_blank');
60350
60620
  }
60351
60621
  }
60352
60622
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
@@ -60354,10 +60624,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60354
60624
  })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60355
60625
  "class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60356
60626
  onClick: function onClick() {
60357
- var _authdetailsContext$i15;
60358
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.whatsappnumber) != null) {
60359
- var _authdetailsContext$i16;
60360
- 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');
60627
+ var _authdetailsContext$i17;
60628
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null) {
60629
+ var _authdetailsContext$i18;
60630
+ 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');
60361
60631
  }
60362
60632
  }
60363
60633
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
@@ -60371,10 +60641,11 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60371
60641
  justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
60372
60642
  }
60373
60643
  }, /*#__PURE__*/React__default["default"].createElement("div", {
60374
- "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 ',
60644
+ "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 ',
60375
60645
  style: {
60376
60646
  background: sectionproperties.reservation_bgcolor,
60377
- alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
60647
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
60648
+ borderRadius: sectionproperties.reservation_borderradius + 'px'
60378
60649
  }
60379
60650
  }, /*#__PURE__*/React__default["default"].createElement("div", {
60380
60651
  "class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
@@ -60457,10 +60728,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60457
60728
  "class": "".concat(section_styles.btn) + ' m-md-0 ',
60458
60729
  onClick: function onClick() {
60459
60730
  if (sectionproperties.btntype == 'WhatsApp') {
60460
- var _authdetailsContext$i17;
60461
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null) {
60462
- var _authdetailsContext$i18;
60463
- 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');
60731
+ var _authdetailsContext$i19;
60732
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.whatsappnumber) != null) {
60733
+ var _authdetailsContext$i20;
60734
+ 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');
60464
60735
  }
60465
60736
  } else if (sectionproperties.btntype == 'App/Web Page') {
60466
60737
  // window.open(sectionproperties.btnlink, '_target');
@@ -60483,10 +60754,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60483
60754
  }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60484
60755
  "class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60485
60756
  onClick: function onClick() {
60486
- var _authdetailsContext$i19;
60487
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.facebooklink) != null) {
60488
- var _authdetailsContext$i20;
60489
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.facebooklink, '_blank');
60757
+ var _authdetailsContext$i21;
60758
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.facebooklink) != null) {
60759
+ var _authdetailsContext$i22;
60760
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.facebooklink, '_blank');
60490
60761
  }
60491
60762
  }
60492
60763
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
@@ -60494,10 +60765,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60494
60765
  })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60495
60766
  "class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60496
60767
  onClick: function onClick() {
60497
- var _authdetailsContext$i21;
60498
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.instagramlink) != null) {
60499
- var _authdetailsContext$i22;
60500
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.instagramlink, '_blank');
60768
+ var _authdetailsContext$i23;
60769
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.instagramlink) != null) {
60770
+ var _authdetailsContext$i24;
60771
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.instagramlink, '_blank');
60501
60772
  }
60502
60773
  }
60503
60774
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
@@ -60505,10 +60776,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60505
60776
  })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60506
60777
  "class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60507
60778
  onClick: function onClick() {
60508
- var _authdetailsContext$i23;
60509
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.whatsappnumber) != null) {
60510
- var _authdetailsContext$i24;
60511
- 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');
60779
+ var _authdetailsContext$i25;
60780
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.whatsappnumber) != null) {
60781
+ var _authdetailsContext$i26;
60782
+ 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');
60512
60783
  }
60513
60784
  }
60514
60785
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
@@ -60522,10 +60793,13 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60522
60793
  justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
60523
60794
  }
60524
60795
  }, sectionproperties.image_show == 'show' && Image(), /*#__PURE__*/React__default["default"].createElement("div", {
60525
- "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 ',
60796
+ "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 ',
60526
60797
  style: {
60527
60798
  background: sectionproperties.reservation_bgcolor,
60528
- alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
60799
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
60800
+ borderRadius: sectionproperties.reservation_borderradius + 'px',
60801
+ paddingLeft: sectionproperties.innersectionpaddinghorizontal + 'px',
60802
+ paddingRight: sectionproperties.innersectionpaddinghorizontal + 'px'
60529
60803
  }
60530
60804
  }, /*#__PURE__*/React__default["default"].createElement("div", {
60531
60805
  "class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
@@ -60605,13 +60879,13 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60605
60879
  })), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60606
60880
  "class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'
60607
60881
  }, /*#__PURE__*/React__default["default"].createElement("button", {
60608
- "class": "".concat(section_styles.btn) + ' m-md-0 ',
60882
+ "class": "".concat(section_styles.btn2) + ' m-md-0 ',
60609
60883
  onClick: function onClick() {
60610
60884
  if (sectionproperties.btntype == 'WhatsApp') {
60611
- var _authdetailsContext$i25;
60612
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.whatsappnumber) != null) {
60613
- var _authdetailsContext$i26;
60614
- 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');
60885
+ var _authdetailsContext$i27;
60886
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.whatsappnumber) != null) {
60887
+ var _authdetailsContext$i28;
60888
+ 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');
60615
60889
  }
60616
60890
  } else if (sectionproperties.btntype == 'App/Web Page') {
60617
60891
  // window.open(sectionproperties.btnlink, '_target');
@@ -60624,7 +60898,27 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60624
60898
  marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
60625
60899
  marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
60626
60900
  }
60627
- }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
60901
+ }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar), /*#__PURE__*/React__default["default"].createElement("button", {
60902
+ "class": "".concat(section_styles.btn) + ' mx-1 ',
60903
+ onClick: function onClick() {
60904
+ if (sectionproperties.btntype == 'WhatsApp') {
60905
+ var _authdetailsContext$i29;
60906
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.whatsappnumber) != null) {
60907
+ var _authdetailsContext$i30;
60908
+ 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');
60909
+ }
60910
+ } else if (sectionproperties.btntype == 'App/Web Page') {
60911
+ // window.open(sectionproperties.btnlink, '_target');
60912
+ routingcountext(sectionproperties.btnlink2, false, '');
60913
+ } else {
60914
+ window.open(sectionproperties.btnlink2, '_blank');
60915
+ }
60916
+ },
60917
+ style: {
60918
+ marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
60919
+ marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
60920
+ }
60921
+ }, langdetect == 'en' ? 'Subscribe' : 'اشترك الان')), /*#__PURE__*/React__default["default"].createElement("div", {
60628
60922
  "class": "col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",
60629
60923
  style: {
60630
60924
  justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
@@ -60634,10 +60928,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60634
60928
  }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60635
60929
  "class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60636
60930
  onClick: function onClick() {
60637
- var _authdetailsContext$i27;
60638
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.facebooklink) != null) {
60639
- var _authdetailsContext$i28;
60640
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.facebooklink, '_blank');
60931
+ var _authdetailsContext$i31;
60932
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.facebooklink) != null) {
60933
+ var _authdetailsContext$i32;
60934
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.facebooklink, '_blank');
60641
60935
  }
60642
60936
  }
60643
60937
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
@@ -60645,10 +60939,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60645
60939
  })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60646
60940
  "class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60647
60941
  onClick: function onClick() {
60648
- var _authdetailsContext$i29;
60649
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.instagramlink) != null) {
60650
- var _authdetailsContext$i30;
60651
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.instagramlink, '_blank');
60942
+ var _authdetailsContext$i33;
60943
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.instagramlink) != null) {
60944
+ var _authdetailsContext$i34;
60945
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.instagramlink, '_blank');
60652
60946
  }
60653
60947
  }
60654
60948
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
@@ -60656,10 +60950,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60656
60950
  })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60657
60951
  "class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60658
60952
  onClick: function onClick() {
60659
- var _authdetailsContext$i31;
60660
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.whatsappnumber) != null) {
60661
- var _authdetailsContext$i32;
60662
- 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');
60953
+ var _authdetailsContext$i35;
60954
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.whatsappnumber) != null) {
60955
+ var _authdetailsContext$i36;
60956
+ 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');
60663
60957
  }
60664
60958
  }
60665
60959
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
@@ -60759,10 +61053,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60759
61053
  "class": "".concat(section_styles.btn) + ' m-md-0 ',
60760
61054
  onClick: function onClick() {
60761
61055
  if (sectionproperties.btntype == 'WhatsApp') {
60762
- var _authdetailsContext$i33;
60763
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.whatsappnumber) != null) {
60764
- var _authdetailsContext$i34;
60765
- 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');
61056
+ var _authdetailsContext$i37;
61057
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.whatsappnumber) != null) {
61058
+ var _authdetailsContext$i38;
61059
+ 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');
60766
61060
  }
60767
61061
  } else if (sectionproperties.btntype == 'App/Web Page') {
60768
61062
  // window.open(sectionproperties.btnlink, '_target');
@@ -60785,10 +61079,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60785
61079
  }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60786
61080
  "class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60787
61081
  onClick: function onClick() {
60788
- var _authdetailsContext$i35;
60789
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.facebooklink) != null) {
60790
- var _authdetailsContext$i36;
60791
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.facebooklink, '_blank');
61082
+ var _authdetailsContext$i39;
61083
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.facebooklink) != null) {
61084
+ var _authdetailsContext$i40;
61085
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.facebooklink, '_blank');
60792
61086
  }
60793
61087
  }
60794
61088
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
@@ -60796,10 +61090,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60796
61090
  })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60797
61091
  "class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60798
61092
  onClick: function onClick() {
60799
- var _authdetailsContext$i37;
60800
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.instagramlink) != null) {
60801
- var _authdetailsContext$i38;
60802
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.instagramlink, '_blank');
61093
+ var _authdetailsContext$i41;
61094
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.instagramlink) != null) {
61095
+ var _authdetailsContext$i42;
61096
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i42 = authdetailsContext.instinfo) === null || _authdetailsContext$i42 === void 0 ? void 0 : _authdetailsContext$i42.instagramlink, '_blank');
60803
61097
  }
60804
61098
  }
60805
61099
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
@@ -60807,10 +61101,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60807
61101
  })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60808
61102
  "class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60809
61103
  onClick: function onClick() {
60810
- var _authdetailsContext$i39;
60811
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.whatsappnumber) != null) {
60812
- var _authdetailsContext$i40;
60813
- 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');
61104
+ var _authdetailsContext$i43;
61105
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i43 = authdetailsContext.instinfo) === null || _authdetailsContext$i43 === void 0 ? void 0 : _authdetailsContext$i43.whatsappnumber) != null) {
61106
+ var _authdetailsContext$i44;
61107
+ 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');
60814
61108
  }
60815
61109
  }
60816
61110
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
@@ -61446,6 +61740,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
61446
61740
  }
61447
61741
  }),
61448
61742
  cardContainer: glamor.css({
61743
+ background: sectionproperties.reservation_bgcolor,
61449
61744
  ':hover .imageContainer': {
61450
61745
  transition: '.3s',
61451
61746
  backgroundColor: sectionproperties.activedotcolor
@@ -61453,6 +61748,9 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
61453
61748
  ':hover .text1Styles': {
61454
61749
  transition: '.3s',
61455
61750
  color: sectionproperties.text1secondarycolor
61751
+ },
61752
+ ':hover': {
61753
+ background: sectionproperties.innersectionbgcolorhover
61456
61754
  }
61457
61755
  }),
61458
61756
  btnstyles: glamor.css({
@@ -61461,7 +61759,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
61461
61759
  fontSize: sectionproperties.generalbtn_fontsize + 'px',
61462
61760
  color: sectionproperties.generalbtn_textColor,
61463
61761
  fontWeight: sectionproperties.generalbtn_fontweight,
61464
- textDecoration: sectionproperties.textdecoration == 'None' ? 'none' : 'underline',
61762
+ // textDecoration: sectionproperties.textdecoration == 'None' ? 'none' : 'underline',
61465
61763
  backgroundColor: sectionproperties.generalbtn_bgColor,
61466
61764
  borderRadius: sectionproperties.generalbtnborderradius,
61467
61765
  ':hover': {
@@ -61533,18 +61831,21 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
61533
61831
  paddingRight: langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px'
61534
61832
  }
61535
61833
  }, /*#__PURE__*/React__default["default"].createElement("div", {
61536
- "class": "d-flex align-items-center flex-row allcentered",
61834
+ "class": "d-flex align-items-center flex-column allcentered",
61537
61835
  style: {
61538
61836
  position: 'relative',
61539
61837
  width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : ''
61540
61838
  }
61541
- }, sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
61542
- "class": sectionStyles.line_left
61543
- }), /*#__PURE__*/React__default["default"].createElement("p", {
61839
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
61544
61840
  "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 ',
61545
61841
  style: {}
61546
- }, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
61547
- "class": sectionStyles.line_right
61842
+ }, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Under Text' && /*#__PURE__*/React__default["default"].createElement("span", {
61843
+ style: {
61844
+ width: '50%',
61845
+ background: sectionproperties.linebgcolor,
61846
+ height: 3,
61847
+ borderRadius: 10
61848
+ }
61548
61849
  })))), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
61549
61850
  "class": ' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center px-sm-3',
61550
61851
  style: {
@@ -61556,7 +61857,118 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
61556
61857
  }, /*#__PURE__*/React__default["default"].createElement("p", {
61557
61858
  "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',
61558
61859
  style: {}
61559
- }, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), cardsarray.map(function (cardinfoitem, cardinfoindex) {
61860
+ }, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), sectionproperties.flippingcards == 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
61861
+ "class": "row m-0 w-100"
61862
+ }, cardsarray.map(function (cardinfoitem, cardinfoindex) {
61863
+ return /*#__PURE__*/React__default["default"].createElement("div", {
61864
+ "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,
61865
+ style: {
61866
+ zIndex: 2,
61867
+ paddingLeft: sectionproperties.marginhorizontal + 'px',
61868
+ paddingRight: sectionproperties.marginhorizontal + 'px'
61869
+ }
61870
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
61871
+ "class": "flip-card-inner",
61872
+ style: {
61873
+ background: sectionproperties.reservation_bgcolor,
61874
+ borderRadius: sectionproperties.reservation_borderradius + 'px',
61875
+ border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : ''
61876
+ }
61877
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
61878
+ "class": "flip-card-front"
61879
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
61880
+ "class": "row m-0 w-100"
61881
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
61882
+ "class": "col-lg-12 d-flex align-items-center p-0",
61883
+ style: {
61884
+ marginBottom: sectionproperties.image_mb + 'px',
61885
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
61886
+ }
61887
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
61888
+ "class": sectionStyles.imageContainer + ' d-flex align-items-center imageContainer ',
61889
+ style: {
61890
+ background: 'transparent'
61891
+ }
61892
+ }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
61893
+ urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
61894
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
61895
+ path: cardsarray.length != 0 ? cardinfoitem.cardobj_img : '',
61896
+ style: {
61897
+ maxHeight: sectionproperties.iconcontainerwidth + '%',
61898
+ maxWidth: sectionproperties.iconcontainerwidth + '%',
61899
+ objectFit: 'contain'
61900
+ }
61901
+ }))), /*#__PURE__*/React__default["default"].createElement("div", {
61902
+ "class": "col-lg-12 d-flex p-0",
61903
+ style: {
61904
+ marginBottom: sectionproperties.slideshowText1Content_marginBottom + 'px',
61905
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
61906
+ }
61907
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
61908
+ "class": sectionStyles.text1Styles + ' p-0 m-0 wordbreak wordbreak-noellipsis text1Styles ',
61909
+ style: {
61910
+ cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default'
61911
+ }
61912
+ }, langdetect == 'en' ? cardinfoitem.cardobj_titleen : cardinfoitem.cardobj_titlear)), sectionproperties.generalbtn_show = cardinfoitem.iscardclickable == 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
61913
+ "class": sectionproperties.justifyContentCenter == 'Centered' ? 'col-lg-12 mt-2 allcentered' : 'col-lg-12 mt-2 text-start p-0'
61914
+ }, /*#__PURE__*/React__default["default"].createElement("button", {
61915
+ "class": "".concat(sectionStyles.btnstyles)
61916
+ }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))), /*#__PURE__*/React__default["default"].createElement("div", {
61917
+ "class": "flip-card-back allcentered"
61918
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
61919
+ "class": "row m-0 w-100 allcentered"
61920
+ }, sectionproperties.showimagewhenflip == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
61921
+ "class": "col-lg-12 d-flex align-items-center p-0",
61922
+ style: {
61923
+ marginBottom: sectionproperties.image_mb + 'px',
61924
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
61925
+ }
61926
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
61927
+ "class": ' d-flex align-items-center ',
61928
+ style: {
61929
+ width: '30%',
61930
+ height: '30%',
61931
+ justifyContent: sectionproperties.iconcontainerheight == '0' ? 'start' : 'center'
61932
+ }
61933
+ }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
61934
+ urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
61935
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
61936
+ path: cardsarray.length != 0 ? cardinfoitem.cardobj_img : '',
61937
+ style: {
61938
+ maxHeight: '100%',
61939
+ maxWidth: '100%',
61940
+ objectFit: 'contain'
61941
+ }
61942
+ }))), /*#__PURE__*/React__default["default"].createElement("div", {
61943
+ "class": "col-lg-12 d-flex p-0",
61944
+ style: {
61945
+ marginBottom: sectionproperties.slideshowText1Content_marginBottom + 'px',
61946
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
61947
+ }
61948
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
61949
+ "class": sectionStyles.text1Styles + ' p-0 m-0 wordbreak wordbreak-noellipsis text1Styles ',
61950
+ style: {
61951
+ cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default',
61952
+ color: ' #FFECB5',
61953
+ fontSize: 14
61954
+ }
61955
+ }, langdetect == 'en' ? cardinfoitem.cardobj_titleen : cardinfoitem.cardobj_titlear)), /*#__PURE__*/React__default["default"].createElement("div", {
61956
+ "class": "col-lg-12 d-flex p-0",
61957
+ style: {
61958
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
61959
+ }
61960
+ }, sectionproperties.slideshowtext2_show && /*#__PURE__*/React__default["default"].createElement("p", {
61961
+ "class": "m-0 wordbreak",
61962
+ style: {
61963
+ color: sectionproperties.slideshowText2ContentColor,
61964
+ fontSize: sectionproperties.slideshowText2ContentFontSize + 'px',
61965
+ fontWeight: sectionproperties.slideshowText2ContentFontWeight,
61966
+ textAlign: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
61967
+ }
61968
+ }, langdetect == 'en' ? cardinfoitem.cardobj_descripen : cardinfoitem.cardobj_descripar))))));
61969
+ })), sectionproperties.flippingcards == 'No' && /*#__PURE__*/React__default["default"].createElement("div", {
61970
+ "class": "row m-0 w-100"
61971
+ }, cardsarray.map(function (cardinfoitem, cardinfoindex) {
61560
61972
  var _authdetailsContext$i;
61561
61973
  return /*#__PURE__*/React__default["default"].createElement("div", {
61562
61974
  "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,
@@ -61569,20 +61981,37 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
61569
61981
  "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 ',
61570
61982
  style: {
61571
61983
  cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default',
61572
- background: sectionproperties.reservation_bgcolor,
61573
61984
  paddingTop: sectionproperties.reservation_padding_top + 'px',
61574
61985
  paddingBottom: sectionproperties.reservation_padding_bottom + 'px',
61575
61986
  paddingLeft: langdetect == 'en' ? sectionproperties.reservation_padding_left + 'px' : sectionproperties.reservation_padding_right + 'px',
61576
61987
  paddingRight: langdetect == 'en' ? sectionproperties.reservation_padding_right + 'px' : sectionproperties.reservation_padding_left + 'px',
61577
61988
  borderRadius: sectionproperties.reservation_borderradius + 'px',
61578
- border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '',
61989
+ border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '',
61990
+ // sectionproperties.innersectionbordertype == 'All'
61991
+ // ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
61992
+ // : cardinfoindex != cardsarray.length - 1
61993
+ // ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
61994
+ // : '',
61579
61995
  // cardinfoindex != cardsarray.length - 1
61580
61996
  // ? sectionproperties.innersectionbordertype == 'All'
61581
61997
  // ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
61582
61998
  // : ''
61583
61999
  // : '',
61584
- borderRight: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '' : '',
61585
- borderLeft: sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
62000
+ // borderRight:
62001
+ // cardinfoindex != cardsarray.length - 1
62002
+ // ? sectionproperties.innersectionbordertype == 'Right'
62003
+ // ? langdetect == 'en'
62004
+ // ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
62005
+ // : ''
62006
+ // : ''
62007
+ // : '',
62008
+ // borderLeft:
62009
+ // sectionproperties.innersectionbordertype == 'Right'
62010
+ // ? langdetect == 'ar'
62011
+ // ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
62012
+ // : ''
62013
+ // : '',
62014
+ borderRight: sectionproperties.innersectionbordertype != 'All' && cardinfoindex != cardsarray.length - 1 ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
61586
62015
  boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor,
61587
62016
  height: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '66b4a0338cb14' ? '100%' : ''
61588
62017
  },
@@ -61705,7 +62134,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
61705
62134
  }
61706
62135
  }
61707
62136
  }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar))));
61708
- }))));
62137
+ })))));
61709
62138
  };
61710
62139
 
61711
62140
  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 ";
@@ -76912,7 +77341,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
76912
77341
  style: {
76913
77342
  textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
76914
77343
  }
76915
- }, plainString(item.description)), /*#__PURE__*/React__default["default"].createElement("div", {
77344
+ }, plainString(item.shortdescription)), /*#__PURE__*/React__default["default"].createElement("div", {
76916
77345
  style: {
76917
77346
  flexDirection: 'column'
76918
77347
  },