tabexseriescomponents 0.2.1168 → 0.2.1169

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
@@ -64631,7 +64631,7 @@ var CollapsableSection = function CollapsableSection(props) {
64631
64631
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
64632
64632
  props.actions.lang;
64633
64633
  var langdetect = props.actions.langdetect;
64634
- var ikimagecredcontext = props.actions.ikimagecredcontext;
64634
+ props.actions.ikimagecredcontext;
64635
64635
  React.useEffect(function () {
64636
64636
  var secpropobj = {};
64637
64637
  StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
@@ -64654,9 +64654,9 @@ var CollapsableSection = function CollapsableSection(props) {
64654
64654
  }
64655
64655
  }, [sectionproperties]);
64656
64656
  var _useState5 = React.useState([]),
64657
- _useState6 = _slicedToArray__default["default"](_useState5, 2),
64658
- maincontainerarrayofobjs = _useState6[0],
64659
- setmaincontainerarrayofobjs = _useState6[1];
64657
+ _useState6 = _slicedToArray__default["default"](_useState5, 2);
64658
+ _useState6[0];
64659
+ var setmaincontainerarrayofobjs = _useState6[1];
64660
64660
  React.useEffect(function () {
64661
64661
  if (sectionproperties.length != 0 && sectionproperties.maincontainerarrayofobjs != undefined) {
64662
64662
  var maincontainerarrayofobjsparsed = JSON.parse(sectionproperties.maincontainerarrayofobjs);
@@ -64796,28 +64796,9 @@ var CollapsableSection = function CollapsableSection(props) {
64796
64796
  }, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr);
64797
64797
  };
64798
64798
  var CollapsibleSectionContent = function CollapsibleSectionContent() {
64799
- var _maincontainerarrayof;
64800
64799
  return /*#__PURE__*/React__default["default"].createElement("div", {
64801
64800
  "class": "row m-0 w-100"
64802
- }, sectionproperties.maincontainerarrayofobjs != undefined && sectionproperties.maincontainerarrayofobjs.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
64803
- "class": section_styles.imgcontainer
64804
- }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
64805
- urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
64806
- publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
64807
- path: (_maincontainerarrayof = maincontainerarrayofobjs[0]) === null || _maincontainerarrayof === void 0 ? void 0 : _maincontainerarrayof.back_bgimage,
64808
- style: {
64809
- height: '100%',
64810
- width: '100%',
64811
- objectFit: 'cover',
64812
- margin: 0,
64813
- padding: 0,
64814
- position: 'absolute',
64815
- top: 0,
64816
- bottom: 0,
64817
- right: 0,
64818
- left: 0
64819
- }
64820
- })), /*#__PURE__*/React__default["default"].createElement("div", {
64801
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
64821
64802
  "class": "col-lg-12 px-1025-1 pl-md-3 pr-md-3 pr-sm-2 pl-sm-2",
64822
64803
  style: {
64823
64804
  zIndex: 1,
@@ -72442,12 +72423,7 @@ var CountDownSection = function CountDownSection(props) {
72442
72423
  var langdetect = props.actions.langdetect;
72443
72424
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
72444
72425
  // const [targetStartDate, settargetStartDate] = useState('');
72445
- var targetStartDate = function () {
72446
- var start = new Date();
72447
- start.setHours(0, 0, 0, 0); // force 12:00 AM today
72448
- start.setHours(start.getHours() + 24); // add 24 hours
72449
- return start;
72450
- }();
72426
+ var targetStartDate = new Date('2025-05-30T12:00:00');
72451
72427
  var _useState3 = React.useState(0),
72452
72428
  _useState4 = _slicedToArray__default["default"](_useState3, 2),
72453
72429
  remainingTimeInSeconds = _useState4[0],
@@ -72515,7 +72491,7 @@ var CountDownSection = function CountDownSection(props) {
72515
72491
  fontWeight: sectionproperties.countdowntitlefontweight,
72516
72492
  color: sectionproperties.countdowntitlecolor,
72517
72493
  '@media (max-width: 800px)': {
72518
- fontSize: '20px'
72494
+ fontSize: '15px'
72519
72495
  }
72520
72496
  }),
72521
72497
  timewrapper: glamor.css({
@@ -72523,14 +72499,14 @@ var CountDownSection = function CountDownSection(props) {
72523
72499
  fontSize: sectionproperties.timerfontisze + 'px',
72524
72500
  fontWeight: 600,
72525
72501
  '@media (max-width: 800px)': {
72526
- fontSize: '20px'
72502
+ fontSize: '14px'
72527
72503
  }
72528
72504
  }),
72529
72505
  daywrapper: glamor.css({
72530
- fontSize: '12px',
72506
+ fontSize: '14px',
72531
72507
  fontWeight: 400,
72532
72508
  '@media (max-width: 800px)': {
72533
- fontSize: '20px'
72509
+ fontSize: '10px'
72534
72510
  }
72535
72511
  })
72536
72512
  };
@@ -73129,6 +73105,9 @@ var Freetextsection = function Freetextsection(props) {
73129
73105
  var section_styles = {
73130
73106
  sectiontitlespan: glamor.css({
73131
73107
  fontSize: sectionproperties.sectionTitleFontSize + 'px',
73108
+ color: sectionproperties.sectionTitleColor,
73109
+ textTransform: sectionproperties.sectionTitleTextTransform,
73110
+ fontWeight: sectionproperties.sectionTitleFontWeight,
73132
73111
  '@media (max-width: 800px)': {
73133
73112
  fontSize: sectionproperties.sectionTitleFontSizeresp + 'px'
73134
73113
  },
@@ -73248,7 +73227,7 @@ var Freetextsection = function Freetextsection(props) {
73248
73227
  marginLeft: langdetect == 'en' ? 0 : sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0,
73249
73228
  marginRight: langdetect == 'en' ? sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0 : 0
73250
73229
  }
73251
- }), /*#__PURE__*/React__default["default"].createElement("p", {
73230
+ }), sectionproperties.sectionTitleContent != 'Family Roots and Legal Background' && /*#__PURE__*/React__default["default"].createElement("p", {
73252
73231
  "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 ',
73253
73232
  style: {
73254
73233
  color: sectionproperties.sectionTitleColor,
@@ -73258,7 +73237,31 @@ var Freetextsection = function Freetextsection(props) {
73258
73237
  textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
73259
73238
  // justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
73260
73239
  }
73261
- }, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
73240
+ }, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectionTitleContent == 'Family Roots and Legal Background' && langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("span", {
73241
+ "class": "".concat(section_styles.sectiontitlespan),
73242
+ style: {
73243
+ whiteSpace: 'pre-line'
73244
+ }
73245
+ }, "Family", ' ', /*#__PURE__*/React__default["default"].createElement(reactTypeAnimation.TypeAnimation, {
73246
+ sequence: ['Roots and\nLegal Background', 2000, '', 500],
73247
+ speed: 50,
73248
+ style: {
73249
+ display: 'inline-block'
73250
+ },
73251
+ repeat: Infinity
73252
+ })), sectionproperties.sectionTitleContent == 'Family Roots and Legal Background' && langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement("span", {
73253
+ "class": "".concat(section_styles.sectiontitlespan),
73254
+ style: {
73255
+ whiteSpace: 'pre-line'
73256
+ }
73257
+ }, "\u0627\u0644\u062C\u0630\u0648\u0631", ' ', /*#__PURE__*/React__default["default"].createElement(reactTypeAnimation.TypeAnimation, {
73258
+ sequence: [' العائلية\nوالخلفية القانونية',, 2000, '', 500],
73259
+ speed: 50,
73260
+ style: {
73261
+ display: 'inline-block'
73262
+ },
73263
+ repeat: Infinity
73264
+ })), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
73262
73265
  "class": section_styles.line_right,
73263
73266
  style: {
73264
73267
  marginRight: langdetect == 'en' ? 0 : sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0,
@@ -73552,7 +73555,7 @@ var Freetextsection = function Freetextsection(props) {
73552
73555
  function ownKeys$Y(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);r&&(o=o.filter(function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable;})),t.push.apply(t,o);}return t;}function _objectSpread$Y(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?ownKeys$Y(Object(t),!0).forEach(function(r){_defineProperty__default["default"](e,r,t[r]);}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ownKeys$Y(Object(t)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r));});}return e;}var Image_with_leftwords=function Image_with_leftwords(props){var _authdetailsContext$i,_authdetailsContext$i2,_authdetailsContext$i13,_authdetailsContext$i14,_authdetailsContext$i47,_authdetailsContext$i48,_authdetailsContext$i49,_authdetailsContext$i50,_authdetailsContext$i51,_authdetailsContext$i52,_authdetailsContext$i61,_authdetailsContext$i62,_authdetailsContext$i71,_authdetailsContext$i72,_authdetailsContext$i73,_authdetailsContext$i74,_authdetailsContext$i83,_authdetailsContext$i84,_authdetailsContext$i85,_authdetailsContext$i94,_authdetailsContext$i127,_authdetailsContext$i128,_authdetailsContext$i129,_authdetailsContext$i130,_authdetailsContext$i131,_authdetailsContext$i132,_authdetailsContext$i141,_authdetailsContext$i142,_authdetailsContext$i151,_authdetailsContext$i152,_authdetailsContext$i153,_authdetailsContext$i154,_authdetailsContext$i163,_authdetailsContext$i164,_authdetailsContext$i165;var _useState=React.useState(''),_useState2=_slicedToArray__default["default"](_useState,2),sectionproperties=_useState2[0],setsectionproperties=_useState2[1];var _useState3=React.useState([]),_useState4=_slicedToArray__default["default"](_useState3,2),imagesarray=_useState4[0],setimagesarray=_useState4[1];var StatePagePropertiesContext=props.actions.StatePagePropertiesContext;props.actions.lang;var langdetect=props.actions.langdetect;var authdetailsContext=props.actions.authdetailsContext;var routingcountext=props.actions.routingcountext;var ikimagecredcontext=props.actions.ikimagecredcontext;React.useEffect(function(){var secpropobj={};StatePagePropertiesContext.pageobj.sections.forEach(function(sectionitem,sectionindex){if(sectionitem.sectionid==props.sectionidprops){sectionitem.sectionproperties.forEach(function(sectionpropertiesobj,sectionpropertiesindex){secpropobj[sectionpropertiesobj.property_css_name]=sectionpropertiesobj.property_value;});}});setsectionproperties(_objectSpread$Y({},secpropobj));},[StatePagePropertiesContext]);React.useEffect(function(){if(sectionproperties.length!=0){if(sectionproperties.arrayofobjectimagesonly!=null){var arrayofobjectimagesonlyparsed=JSON.parse(sectionproperties.arrayofobjectimagesonly);if(Array.isArray(arrayofobjectimagesonlyparsed)){setimagesarray(_toConsumableArray__default["default"](arrayofobjectimagesonlyparsed));}}}},[sectionproperties]);var section_styles={sectioncintainer:glamor.css({// paddingTop: sectionproperties.sectiontitleposition == 'Centered' ? 50 : 0,
73553
73556
  paddingTop:sectionproperties.paddingTop,// paddingBottom: sectionproperties.sectiontitleposition == 'Centered' ? 50 :0,
73554
73557
  paddingBottom:sectionproperties.paddingBottom,'@media (max-width: 800px)':{paddingTop:sectionproperties.paddingverticalresponsive+'px',paddingBottom:sectionproperties.paddingverticalresponsive+'px'}}),btn:glamor.css({width:sectionproperties.generalbtn_width+'px',height:sectionproperties.generalbtn_height+'px',backgroundColor:sectionproperties.generalbtn_bgColor,color:sectionproperties.generalbtn_textColor,borderTopLeftRadius:langdetect=='en'?sectionproperties.generalbtn_bordertopleftradius+'px':sectionproperties.generalbtn_bordertoprightradius+'px',borderTopRightRadius:langdetect=='en'?sectionproperties.generalbtn_bordertoprightradius+'px':sectionproperties.generalbtn_bordertopleftradius+'px',borderBottomLeftRadius:langdetect=='en'?sectionproperties.generalbtn_borderbottomleftradius+'px':sectionproperties.generalbtn_borderbottomrightradius+'px',borderBottomRightRadius:langdetect=='en'?sectionproperties.generalbtn_borderbottomrightradius+'px':sectionproperties.generalbtn_borderbottomleftradius+'px',border:sectionproperties.generalbtn_borderwidth+'px solid '+sectionproperties.generalbtn_bordercolor,fontSize:sectionproperties.generalbtn_fontsize+'px',fontWeight:sectionproperties.generalbtn_fontweight,marginTop:sectionproperties.generalbtn_marginTop+'px',marginBottom:sectionproperties.generalbtn_marginBottom+'px',transition:'.3s',cursor:'pointer',':hover':{backgroundColor:sectionproperties.generalbtn_bgColoronhover,color:sectionproperties.generalbtn_textColoronhover}}),sectiontitlespan:glamor.css({paddingLeft:sectionproperties.sectiontitleborderradius==0?langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':sectionproperties.sectionTitleMarginRight+'px':0,paddingRight:sectionproperties.sectiontitleborderradius==0?langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':sectionproperties.sectionTitleMarginLeft+'px':0,':after':{position:'absolute',bottom:0,right:langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':'',left:langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':'',content:'s',fontSize:'0',height:'3px',width:sectionproperties.sectitle_lineafterwidth+'%',display:'block',backgroundColor:sectionproperties.linebgcolor,borderRadius:'6px'}}),facebook_btn:glamor.css({cursor:'pointer',background:sectionproperties.facebkbtnn_bgtransparent=='Transparent'?'transparent':sectionproperties.facebkbtnnbgColor,width:sectionproperties.facebkbtnnWidth+'px',height:sectionproperties.facebkbtnnHeight+'px',borderRadius:sectionproperties.facebkbtnn_borderRadius+'px',color:sectionproperties.facebkbtnnTextcolor,border:sectionproperties.facebkbtnnborderwidth+'px solid '+sectionproperties.facebkbtnnbordercolor,transition:'.3s',':hover':{background:sectionproperties.facebkbtnntransparentbgcoloronhover=='Transparent'?'Transparent':sectionproperties.facebkbtnnbgColoronhover,color:sectionproperties.facebkbtnnTextcoloronhover,borderColor:sectionproperties.facebkbtnnTextcoloronhover}}),youtube_btn:glamor.css({cursor:'pointer',background:sectionproperties.youtubebtn_bgtransparent=='Transparent'?'transparent':sectionproperties.youtubebtnbgColor,width:sectionproperties.youtubebtnWidth+'px',height:sectionproperties.youtubebtnHeight+'px',borderRadius:sectionproperties.youtubebtn_borderRadius+'px',color:sectionproperties.youtubebtnTextcolor,border:sectionproperties.youtubebtnborderwidth+'px solid '+sectionproperties.youtubebtnbordercolor,transition:'.3s',':hover':{background:sectionproperties.youtubebtn_transparentbgcoloronhover=='Transparent'?'transparent':sectionproperties.youtubebtnbgColoronhover,color:sectionproperties.youtubebtnTextcoloronhover,borderColor:sectionproperties.youtubebtnTextcoloronhover}}),instgram_btn:glamor.css({cursor:'pointer',background:sectionproperties.instgrambtn_bgtransparent=='Transparent'?'transparent':sectionproperties.instgrambtnbgColor,width:sectionproperties.instgrambtnWidth+'px',height:sectionproperties.instgrambtnHeight+'px',borderRadius:sectionproperties.instgrambtn_borderRadius+'px',color:sectionproperties.instgrambtnTextcolor,border:sectionproperties.instgrambtnborderwidth+'px solid '+sectionproperties.instgrambtnbordercolor,transition:'.3s',':hover':{background:sectionproperties.instgrambtn_transparentbgcoloronhover=='Transparent'?'transparent':sectionproperties.instgrambtnbgColoronhover,color:sectionproperties.instgrambtnTextcoloronhover,borderColor:sectionproperties.instgrambtnTextcoloronhover}}),sectiontitlespan2:glamor.css({':after':{position:'absolute',content:'s',fontSize:'0',bottom:0,right:0,left:0,display:'block',height:'100%',width:sectionproperties.sectitle_lineafterwidth+'%',backgroundColor:sectionproperties.linebgcolor,borderRadius:'5px'}}),imageimage:glamor.css({width:sectionproperties.image_width+'%',height:sectionproperties.percentagepixel!='Percentage'?sectionproperties.image_height==0?'auto':sectionproperties.image_height+'px':sectionproperties.image_height+'%',// height: sectionproperties.image_height == 0 ? 'auto' : sectionproperties.image_height + 'px',
73555
- margin:0,padding:0,objectFit:sectionproperties.bgcovercontain,borderTopLeftRadius:langdetect=='en'?sectionproperties.image_bordertopleftradius+'px':sectionproperties.image_bordertoprightradius+'px',borderTopRightRadius:langdetect=='en'?sectionproperties.image_bordertoprightradius+'px':sectionproperties.image_bordertopleftradius+'px',borderBottomLeftRadius:langdetect=='en'?sectionproperties.image_borderBottomLeftRadius+'px':sectionproperties.image_borderBottomRightRadius+'px',borderBottomRightRadius:langdetect=='en'?sectionproperties.image_borderBottomRightRadius+'px':sectionproperties.image_borderBottomLeftRadius+'px','@media (max-width: 800px)':{height:sectionproperties.height_responsive==0?'auto':sectionproperties.height_responsive+'%',width:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i=authdetailsContext.instinfo)===null||_authdetailsContext$i===void 0?void 0:_authdetailsContext$i.contactinfo.instid)=='68527dfef348b'?sectionproperties.image_width_resp+'%':''}}),editortext:glamor.css({textAlign:sectionproperties.text2centered=='Centered'?'center':sectionproperties.text2centered=='Justify'?'justify':'start',color:sectionproperties.slideshowText2ContentColor,fontSize:sectionproperties.slideshowText2ContentFontSize+'px',fontWeight:sectionproperties.slideshowText2ContentFontWeight,paddingLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',paddingRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px','@media (max-width: 800px)':{fontSize:sectionproperties.slideshowText2ContentFontSize_resp+'px',textAlign:sectionproperties.text2centered=='Centered'?'center':sectionproperties.text2centered=='Justify'?'justify':'start'}}),cont1:glamor.css({width:sectionproperties.width+'vw','@media (max-width: 800px)':{width:sectionproperties.widthresponsive+'vw'}}),rightinnercont:glamor.css({background:sectionproperties.reservation_bgcolor,borderRadius:sectionproperties.reservation_borderradius+'px',paddingLeft:sectionproperties.innersectionpaddinghorizontal+'px',paddingRight:sectionproperties.innersectionpaddinghorizontal+'px','@media (max-width: 800px)':{paddingLeft:sectionproperties.innersectionpaddinghorizontalresp+'px',paddingRight:sectionproperties.innersectionpaddinghorizontalresp+'px'}}),descriptionstyles:glamor.css({color:sectionproperties.prodCatColor,fontWeight:sectionproperties.prodCatFontWeight,textAlign:sectionproperties.sectiontitleposition=='Centered'?'center':langdetect=='en'?'left':'right','@media (max-width: 800px)':{textAlign:'center'}}),conteco:glamor.css({height:400,'@media (max-width: 800px)':{height:200}})};var Slideshowsettings={indicators:false,arrows:true,pauseOnHover:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i2=authdetailsContext.instinfo)===null||_authdetailsContext$i2===void 0?void 0:_authdetailsContext$i2.contactinfo.instid)=='6807d313bae63'?true:false,scale:2};var SectionTitle=function SectionTitle(){return/*#__PURE__*/React__default["default"].createElement("p",{"class":sectionproperties.sectiontitlefontfamily=='Pacifico'?' PacificoFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ':sectionproperties.sectiontitlefontfamily=='Playfair'?' PlayfairFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ':sectionproperties.sectiontitlefontfamily=='Great Vibes'?' GreatvibesFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ':sectionproperties.sectiontitlefontfamily=='Quicksand'?' QuicksandFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ':sectionproperties.sectiontitlefontfamily=='Satisfy'?' SatisfyFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ':' mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ',style:{color:sectionproperties.sectionTitleColor,fontWeight:sectionproperties.sectionTitleFontWeight,textAlign:sectionproperties.sectiontitleposition=='Centered'?'center':''}},sectionproperties.sectiontitlestyle=='Line Under Text'&&/*#__PURE__*/React__default["default"].createElement("span",{"class":"".concat(section_styles.sectiontitlespan)+' pl-md-2 pr-md-2 left-md-0 '},langdetect=='en'?sectionproperties.sectionTitleContent:sectionproperties.sectionTitleContent_ar),sectionproperties.sectiontitlestyle=='Line Before Text'&&/*#__PURE__*/React__default["default"].createElement("span",{"class":"".concat(section_styles.sectiontitlespan2)+' pl-3 pr-3 pl-md-2 pr-md-2 '},langdetect=='en'?sectionproperties.sectionTitleContent:sectionproperties.sectionTitleContent_ar));};var SectionDescription=function SectionDescription(){return/*#__PURE__*/React__default["default"].createElement("p",{"class":sectionproperties.descFontFamily=='Pacifico'?section_styles.descriptionstyles+' PacificoFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ':sectionproperties.descFontFamily=='Playfair'?section_styles.descriptionstyles+' PlayfairFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ':sectionproperties.descFontFamily=='Great Vibes'?section_styles.descriptionstyles+' GreatvibesFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ':sectionproperties.descFontFamily=='Quicksand'?section_styles.descriptionstyles+' QuicksandFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ':sectionproperties.descFontFamily=='Satisfy'?section_styles.descriptionstyles+' SatisfyFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ':section_styles.descriptionstyles+' mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ',style:{}},langdetect=='en'?sectionproperties.descriptionContentEn:sectionproperties.descriptionContentAr);};var Content=function Content(){return/*#__PURE__*/React__default["default"].createElement("div",{"class":sectionproperties.image_show=='show'?' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center p-md-0':' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center p-md-0',style:{alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',paddingLeft:sectionproperties.marginhorizontal+'px',paddingRight:sectionproperties.marginhorizontal+'px',borderRadius:sectionproperties.reservation_borderradius+'px'}},/*#__PURE__*/React__default["default"].createElement("div",{"class":sectionproperties.justifyContentCenter=='Centered'?section_styles.rightinnercont+' row m-0 w-100 h-100 ':section_styles.rightinnercont+' row m-0 w-100 mb-auto h-100 ',style:{}},sectionproperties.sectionTitleFontSize!=0&&/*#__PURE__*/React__default["default"].createElement("div",{"class":sectionproperties.sectionstyleresponsive=='Image above text'?'col-lg-12 pl-0 pr-0 d-flex mt-md-4':'col-lg-12 pl-0 pr-0 d-flex ',style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',marginBottom:sectionproperties.sectionTitleMarginBottom+'px',marginTop:sectionproperties.sectionTitleMarginTop+'px',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React__default["default"].createElement("div",{"class":'d-flex align-items-center flex-row d-sm-none mt-sm-2 ',style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.sectionTitleFontSize+'px',backgroundColor:sectionproperties.sectiontitlebgcolor,borderRadius:sectionproperties.sectiontitleborderradius+'px',paddingLeft:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingRight:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingTop:sectionproperties.sectiontitlepaddingvertical+'px',paddingBottom:sectionproperties.sectiontitlepaddingvertical+'px',marginLeft:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':sectionproperties.sectionTitleMarginRight+'px':0,marginRight:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':sectionproperties.sectionTitleMarginLeft+'px':0}},SectionTitle()),/*#__PURE__*/React__default["default"].createElement("div",{"class":'d-none align-items-center flex-row d-sm-flex mt-sm-2 mx-md-2',style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.sectionTitleFontSizeresp+'px',backgroundColor:sectionproperties.sectiontitlebgcolor,borderRadius:sectionproperties.sectiontitleborderradius+'px',paddingLeft:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingRight:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingTop:sectionproperties.sectiontitlepaddingvertical+'px',paddingBottom:sectionproperties.sectiontitlepaddingvertical+'px',marginLeft:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':sectionproperties.sectionTitleMarginRight+'px':0,marginRight:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':sectionproperties.sectionTitleMarginLeft+'px':0}},SectionTitle())),sectionproperties.prodCatShow=='Show'&&/*#__PURE__*/React__default["default"].createElement("div",{"class":"col-lg-12 pl-0 pr-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',marginBottom:sectionproperties.descriptionMarginBottom+'px',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React__default["default"].createElement("div",{"class":"d-flex align-items-center flex-row d-sm-none mt-sm-2",style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.prodCatFontSize+'px',marginLeft:langdetect=='en'?sectionproperties.description_marginLeft+'px':sectionproperties.description_marginRight+'px',marginRight:langdetect=='en'?sectionproperties.description_marginRight+'px':sectionproperties.description_marginLeft+'px',paddingLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',paddingRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},SectionDescription()),/*#__PURE__*/React__default["default"].createElement("div",{"class":"d-none align-items-center flex-row d-sm-flex mt-sm-2",style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.prodCatFontSizeResp+'px'}},SectionDescription())),/*#__PURE__*/React__default["default"].createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.text2centered=='Centered'?'center':'start',marginBottom:sectionproperties.slideshowText2Content_marginBottom+'px'}},/*#__PURE__*/React__default["default"].createElement("p",{"class":sectionproperties.text2centered=='Justify'?section_styles.editortext+' pb-0 pl-md-2 pr-md-2 ':section_styles.editortext+' pb-0 text-md-center pl-md-2 pr-md-2 ',style:{},dangerouslySetInnerHTML:{__html:langdetect=='en'?sectionproperties.contenteditor:sectionproperties.text2editortextar}})),sectionproperties.generalbtn_show=='Show'&&/*#__PURE__*/React__default["default"].createElement("div",{"class":sectionproperties.generalbtn_position=='Centered'?'col-lg-12 p-0 allcentered':'col-lg-12 p-0 text-start'},/*#__PURE__*/React__default["default"].createElement("button",{"class":"".concat(section_styles.btn)+' m-md-0 ',onClick:function onClick(){if(sectionproperties.btntype=='WhatsApp'){var _authdetailsContext$i3;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i3=authdetailsContext.instinfo)===null||_authdetailsContext$i3===void 0?void 0:_authdetailsContext$i3.whatsappnumber)!=null){var _authdetailsContext$i4;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i4=authdetailsContext.instinfo)===null||_authdetailsContext$i4===void 0?void 0:_authdetailsContext$i4.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
73558
+ margin:0,padding:0,objectFit:sectionproperties.bgcovercontain,borderTopLeftRadius:langdetect=='en'?sectionproperties.image_bordertopleftradius+'px':sectionproperties.image_bordertoprightradius+'px',borderTopRightRadius:langdetect=='en'?sectionproperties.image_bordertoprightradius+'px':sectionproperties.image_bordertopleftradius+'px',borderBottomLeftRadius:langdetect=='en'?sectionproperties.image_borderBottomLeftRadius+'px':sectionproperties.image_borderBottomRightRadius+'px',borderBottomRightRadius:langdetect=='en'?sectionproperties.image_borderBottomRightRadius+'px':sectionproperties.image_borderBottomLeftRadius+'px','@media (max-width: 800px)':{height:sectionproperties.height_responsive==0?'auto':sectionproperties.height_responsive+'%',width:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i=authdetailsContext.instinfo)===null||_authdetailsContext$i===void 0?void 0:_authdetailsContext$i.contactinfo.instid)=='68527dfef348b'?sectionproperties.image_width_resp+'%':''}}),editortext:glamor.css({textAlign:sectionproperties.text2centered=='Centered'?'center':sectionproperties.text2centered=='Justify'?'justify':'start',color:sectionproperties.slideshowText2ContentColor,fontSize:sectionproperties.slideshowText2ContentFontSize+'px',fontWeight:sectionproperties.slideshowText2ContentFontWeight,paddingLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',paddingRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px','@media (max-width: 800px)':{fontSize:sectionproperties.slideshowText2ContentFontSize_resp+'px',textAlign:sectionproperties.text2centered=='Centered'?'center':sectionproperties.text2centered=='Justify'?'justify':'start'}}),cont1:glamor.css({width:sectionproperties.width+'vw','@media (max-width: 800px)':{width:sectionproperties.widthresponsive+'vw'}}),rightinnercont:glamor.css({background:sectionproperties.reservation_bgcolor,borderRadius:sectionproperties.reservation_borderradius+'px',paddingLeft:sectionproperties.innersectionpaddinghorizontal+'px',paddingRight:sectionproperties.innersectionpaddinghorizontal+'px','@media (max-width: 800px)':{paddingLeft:sectionproperties.innersectionpaddinghorizontalresp+'px',paddingRight:sectionproperties.innersectionpaddinghorizontalresp+'px'}}),descriptionstyles:glamor.css({color:sectionproperties.prodCatColor,fontWeight:sectionproperties.prodCatFontWeight,textAlign:sectionproperties.sectiontitleposition=='Centered'?'center':langdetect=='en'?'left':'right','@media (max-width: 800px)':{textAlign:'center'}}),conteco:glamor.css({height:400,'@media (max-width: 800px)':{height:200}})};var Slideshowsettings={indicators:false,arrows:true,pauseOnHover:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i2=authdetailsContext.instinfo)===null||_authdetailsContext$i2===void 0?void 0:_authdetailsContext$i2.contactinfo.instid)=='6807d313bae63'?true:false,scale:2};var SectionTitle=function SectionTitle(){return/*#__PURE__*/React__default["default"].createElement("p",{"class":sectionproperties.sectiontitlefontfamily=='Pacifico'?' PacificoFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ':sectionproperties.sectiontitlefontfamily=='Playfair'?' PlayfairFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ':sectionproperties.sectiontitlefontfamily=='Great Vibes'?' GreatvibesFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ':sectionproperties.sectiontitlefontfamily=='Quicksand'?' QuicksandFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ':sectionproperties.sectiontitlefontfamily=='Satisfy'?' SatisfyFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ':' mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ',style:{color:sectionproperties.sectionTitleColor,fontWeight:sectionproperties.sectionTitleFontWeight,textAlign:sectionproperties.sectiontitleposition=='Centered'?'center':''}},sectionproperties.sectiontitlestyle=='Line Under Text'&&/*#__PURE__*/React__default["default"].createElement("span",{"class":"".concat(section_styles.sectiontitlespan)+' pl-md-2 pr-md-2 left-md-0 '},langdetect=='en'?sectionproperties.sectionTitleContent:sectionproperties.sectionTitleContent_ar),sectionproperties.sectiontitlestyle=='Line Before Text'&&/*#__PURE__*/React__default["default"].createElement("span",{"class":"".concat(section_styles.sectiontitlespan2)+' pl-3 pr-3 pl-md-2 pr-md-2 '},langdetect=='en'?sectionproperties.sectionTitleContent:sectionproperties.sectionTitleContent_ar));};var SectionDescription=function SectionDescription(){if(sectionproperties.descriptionContentEn=='Amir Mortada Mansour'){return/*#__PURE__*/React__default["default"].createElement("div",{className:"title-wrapper"},/*#__PURE__*/React__default["default"].createElement("span",{className:"bg-text"},langdetect=='en'?'About':''),/*#__PURE__*/React__default["default"].createElement("p",{className:section_styles.descriptionstyles+' section-title d-flex align-items-center justify-content-start '},langdetect=='en'?sectionproperties.descriptionContentEn:sectionproperties.descriptionContentAr));}else {/*#__PURE__*/React__default["default"].createElement("p",{"class":sectionproperties.descFontFamily=='Pacifico'?section_styles.descriptionstyles+' PacificoFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ':sectionproperties.descFontFamily=='Playfair'?section_styles.descriptionstyles+' PlayfairFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ':sectionproperties.descFontFamily=='Great Vibes'?section_styles.descriptionstyles+' GreatvibesFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ':sectionproperties.descFontFamily=='Quicksand'?section_styles.descriptionstyles+' QuicksandFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ':sectionproperties.descFontFamily=='Satisfy'?section_styles.descriptionstyles+' SatisfyFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ':section_styles.descriptionstyles+' mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ',style:{}},langdetect=='en'?sectionproperties.descriptionContentEn:sectionproperties.descriptionContentAr);}};var Content=function Content(){return/*#__PURE__*/React__default["default"].createElement("div",{"class":sectionproperties.sectiontitleposition=='Centered'?sectionproperties.image_show=='show'?' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center p-md-0':' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center p-md-0':sectionproperties.image_show=='show'?' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-start p-md-0':' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-start p-md-0',style:{alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',paddingLeft:sectionproperties.marginhorizontal+'px',paddingRight:sectionproperties.marginhorizontal+'px',borderRadius:sectionproperties.reservation_borderradius+'px'}},/*#__PURE__*/React__default["default"].createElement("div",{"class":sectionproperties.justifyContentCenter=='Centered'?section_styles.rightinnercont+' row m-0 w-100 h-100 ':section_styles.rightinnercont+' row m-0 w-100 mb-auto h-100 ',style:{}},sectionproperties.sectionTitleFontSize!=0&&/*#__PURE__*/React__default["default"].createElement("div",{"class":sectionproperties.sectionstyleresponsive=='Image above text'?'col-lg-12 pl-0 pr-0 d-flex mt-md-4':'col-lg-12 pl-0 pr-0 d-flex ',style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',marginBottom:sectionproperties.sectionTitleMarginBottom+'px',marginTop:sectionproperties.sectionTitleMarginTop+'px',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React__default["default"].createElement("div",{"class":'d-flex align-items-center flex-row d-sm-none mt-sm-2 ',style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.sectionTitleFontSize+'px',backgroundColor:sectionproperties.sectiontitlebgcolor,borderRadius:sectionproperties.sectiontitleborderradius+'px',paddingLeft:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingRight:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingTop:sectionproperties.sectiontitlepaddingvertical+'px',paddingBottom:sectionproperties.sectiontitlepaddingvertical+'px',marginLeft:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':sectionproperties.sectionTitleMarginRight+'px':0,marginRight:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':sectionproperties.sectionTitleMarginLeft+'px':0}},SectionTitle()),/*#__PURE__*/React__default["default"].createElement("div",{"class":'d-none align-items-center flex-row d-sm-flex mt-sm-2 mx-md-2',style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.sectionTitleFontSizeresp+'px',backgroundColor:sectionproperties.sectiontitlebgcolor,borderRadius:sectionproperties.sectiontitleborderradius+'px',paddingLeft:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingRight:sectionproperties.sectiontitlepaddinghorizontal+'px',paddingTop:sectionproperties.sectiontitlepaddingvertical+'px',paddingBottom:sectionproperties.sectiontitlepaddingvertical+'px',marginLeft:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginLeft+'px':sectionproperties.sectionTitleMarginRight+'px':0,marginRight:sectionproperties.sectiontitleborderradius!=0?langdetect=='en'?sectionproperties.sectionTitleMarginRight+'px':sectionproperties.sectionTitleMarginLeft+'px':0}},SectionTitle())),sectionproperties.prodCatShow=='Show'&&/*#__PURE__*/React__default["default"].createElement("div",{"class":"col-lg-12 pl-0 pr-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',marginBottom:sectionproperties.descriptionMarginBottom+'px',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':''}},/*#__PURE__*/React__default["default"].createElement("div",{"class":"d-flex align-items-center flex-row d-sm-none mt-sm-2",style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.prodCatFontSize+'px',marginLeft:langdetect=='en'?sectionproperties.description_marginLeft+'px':sectionproperties.description_marginRight+'px',marginRight:langdetect=='en'?sectionproperties.description_marginRight+'px':sectionproperties.description_marginLeft+'px',paddingLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',paddingRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},SectionDescription()),/*#__PURE__*/React__default["default"].createElement("div",{"class":"d-none align-items-center flex-row d-sm-flex mt-sm-2",style:{position:'relative',justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',fontSize:sectionproperties.prodCatFontSizeResp+'px'}},SectionDescription())),/*#__PURE__*/React__default["default"].createElement("div",{"class":"col-lg-12 p-0 d-flex justify-content-md-center",style:{justifyContent:sectionproperties.text2centered=='Centered'?'center':'start',marginBottom:sectionproperties.slideshowText2Content_marginBottom+'px'}},/*#__PURE__*/React__default["default"].createElement("p",{"class":sectionproperties.text2centered=='Justify'?section_styles.editortext+' pb-0 pl-md-2 pr-md-2 ':section_styles.editortext+' pb-0 text-md-center pl-md-2 pr-md-2 ',style:{},dangerouslySetInnerHTML:{__html:langdetect=='en'?sectionproperties.contenteditor:sectionproperties.text2editortextar}})),sectionproperties.generalbtn_show=='Show'&&/*#__PURE__*/React__default["default"].createElement("div",{"class":sectionproperties.generalbtn_position=='Centered'?'col-lg-12 p-0 allcentered':'col-lg-12 p-0 text-start'},/*#__PURE__*/React__default["default"].createElement("button",{"class":"".concat(section_styles.btn)+' m-md-0 ',onClick:function onClick(){if(sectionproperties.btntype=='WhatsApp'){var _authdetailsContext$i3;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i3=authdetailsContext.instinfo)===null||_authdetailsContext$i3===void 0?void 0:_authdetailsContext$i3.whatsappnumber)!=null){var _authdetailsContext$i4;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i4=authdetailsContext.instinfo)===null||_authdetailsContext$i4===void 0?void 0:_authdetailsContext$i4.whatsappnumber),'_blank');}}else if(sectionproperties.btntype=='App/Web Page'){// window.open(sectionproperties.btnlink, '_target');
73556
73559
  routingcountext(sectionproperties.btnlink,false,'');}else {window.open(sectionproperties.btnlink,'_blank');}},style:{marginLeft:langdetect=='en'?sectionproperties.slideshowText2Content_marginLeft+'px':sectionproperties.slideshowText2Content_marginRight+'px',marginRight:langdetect=='en'?sectionproperties.slideshowText2Content_marginRight+'px':sectionproperties.slideshowText2Content_marginLeft+'px'}},langdetect=='en'?sectionproperties.generalbtn_content:sectionproperties.slideshow_btn_text_ar)),/*#__PURE__*/React__default["default"].createElement("div",{"class":"col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",style:{justifyContent:sectionproperties.sectiontitleposition=='Centered'?'center':'start',alignItems:sectionproperties.justifyContentCenter=='Centered'?'center':'',display:sectionproperties.fbbtn_show=='Hide'&&sectionproperties.instbtn_show=='Hide'&&sectionproperties.youtbtn_show=='Hide'?'none':'flex'}},sectionproperties.fbbtn_show=='Show'&&/*#__PURE__*/React__default["default"].createElement("div",{"class":"".concat(section_styles.facebook_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i5;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i5=authdetailsContext.instinfo)===null||_authdetailsContext$i5===void 0?void 0:_authdetailsContext$i5.facebooklink)!=null){var _authdetailsContext$i6;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i6=authdetailsContext.instinfo)===null||_authdetailsContext$i6===void 0?void 0:_authdetailsContext$i6.facebooklink,'_blank');}}},/*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF,{size:sectionproperties.facebkbtnniconfontsize})),sectionproperties.instbtn_show=='Show'&&/*#__PURE__*/React__default["default"].createElement("div",{"class":"".concat(section_styles.instgram_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i7;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i7=authdetailsContext.instinfo)===null||_authdetailsContext$i7===void 0?void 0:_authdetailsContext$i7.instagramlink)!=null){var _authdetailsContext$i8;window.open(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i8=authdetailsContext.instinfo)===null||_authdetailsContext$i8===void 0?void 0:_authdetailsContext$i8.instagramlink,'_blank');}}},/*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram,{size:sectionproperties.instgrambtniconfontsize})),sectionproperties.youtbtn_show=='Show'&&/*#__PURE__*/React__default["default"].createElement("div",{"class":"".concat(section_styles.youtube_btn)+' d-flex align-items-center justify-content-center ml-3 mr-3 ',onClick:function onClick(){var _authdetailsContext$i9;if((authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i9=authdetailsContext.instinfo)===null||_authdetailsContext$i9===void 0?void 0:_authdetailsContext$i9.whatsappnumber)!=null){var _authdetailsContext$i0;window.open('https://api.whatsapp.com/send?phone='+(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i0=authdetailsContext.instinfo)===null||_authdetailsContext$i0===void 0?void 0:_authdetailsContext$i0.whatsappnumber),'_blank');}}},/*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp,{size:sectionproperties.youtubebtniconfontsize})))));};var Image=function Image(){var _authdetailsContext$i1,_imagesarray$,_authdetailsContext$i10,_imagesarray$7,_imagesarray$8,_authdetailsContext$i11,_imagesarray$9,_imagesarray$0,_authdetailsContext$i12;return/*#__PURE__*/React__default["default"].createElement("div",{"class":(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i1=authdetailsContext.instinfo)===null||_authdetailsContext$i1===void 0?void 0:_authdetailsContext$i1.contactinfo.instid)=='6935c04816952'?'col-lg-6 col-md-12 d-flex justify-content-end justify-content-md-center h-auto p-md-0':sectionproperties.image_height==0?sectionproperties.sectionstyle=='Image on right'?'col-lg-6 col-md-12 d-flex justify-content-end justify-content-md-center h-auto p-md-0':'col-lg-6 col-md-12 d-flex justify-content-end justify-content-md-center h-auto p-md-0':sectionproperties.sectionstyle=='Image on left'?'col-lg-6 col-md-12 d-flex justify-content-start justify-content-md-center p-md-0':'col-lg-6 col-md-12 d-flex justify-content-start justify-content-md-center p-md-0',style:{paddingLeft:sectionproperties.marginhorizontal+'px',paddingRight:sectionproperties.marginhorizontal+'px',cursor:((_imagesarray$=imagesarray[0])===null||_imagesarray$===void 0?void 0:_imagesarray$.IsClickableimg)=='Yes'?'pointer':'default',background:sectionproperties.image_bgtransparent=='Transparent'?'transparent':sectionproperties.image_bgcolor},onClick:function onClick(){var _imagesarray$2;if(((_imagesarray$2=imagesarray[0])===null||_imagesarray$2===void 0?void 0:_imagesarray$2.IsClickableimg)=='Yes'){var _imagesarray$3,_imagesarray$4;if(((_imagesarray$3=imagesarray[0])===null||_imagesarray$3===void 0?void 0:_imagesarray$3.clickableimg_page_route)!=undefined&&((_imagesarray$4=imagesarray[0])===null||_imagesarray$4===void 0?void 0:_imagesarray$4.clickableimg_page_route.length)!=0){var _imagesarray$5;routingcountext((_imagesarray$5=imagesarray[0])===null||_imagesarray$5===void 0?void 0:_imagesarray$5.clickableimg_page_route,false,'');}else {var _imagesarray$6;routingcountext(StaticPagesLinksContext.GeneralProductsComponent,true,'collections/'+((_imagesarray$6=imagesarray[0])===null||_imagesarray$6===void 0?void 0:_imagesarray$6.Clickableimg_getcoection));}}}},imagesarray.length!=0&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i10=authdetailsContext.instinfo)===null||_authdetailsContext$i10===void 0?void 0:_authdetailsContext$i10.contactinfo.instid)!='691b34a54d742'&&/*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp,{"class":section_styles.imageimage,urlEndpoint:ikimagecredcontext===null||ikimagecredcontext===void 0?void 0:ikimagecredcontext.ikimageendpoint,publicKey:ikimagecredcontext===null||ikimagecredcontext===void 0?void 0:ikimagecredcontext.ikimagepublickey,path:langdetect=='en'?'/tr:w-'+sectionproperties.imagetr_w+',h-'+sectionproperties.imagetr_h+'/'+((_imagesarray$7=imagesarray[0])===null||_imagesarray$7===void 0?void 0:_imagesarray$7.bgsection_image):'/tr:w-'+sectionproperties.imagetr_w+',h-'+sectionproperties.imagetr_h+'/'+((_imagesarray$8=imagesarray[0])===null||_imagesarray$8===void 0?void 0:_imagesarray$8.bgsection_image_ar),style:{}}),imagesarray.length!=0&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i11=authdetailsContext.instinfo)===null||_authdetailsContext$i11===void 0?void 0:_authdetailsContext$i11.contactinfo.instid)=='691b34a54d742'&&sectionproperties.sectionTitleContent!='Stylish artificial plants'&&/*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp,{"class":section_styles.imageimage,urlEndpoint:ikimagecredcontext===null||ikimagecredcontext===void 0?void 0:ikimagecredcontext.ikimageendpoint,publicKey:ikimagecredcontext===null||ikimagecredcontext===void 0?void 0:ikimagecredcontext.ikimagepublickey,path:langdetect=='en'?'/tr:w-'+sectionproperties.imagetr_w+',h-'+sectionproperties.imagetr_h+'/'+((_imagesarray$9=imagesarray[0])===null||_imagesarray$9===void 0?void 0:_imagesarray$9.bgsection_image):'/tr:w-'+sectionproperties.imagetr_w+',h-'+sectionproperties.imagetr_h+'/'+((_imagesarray$0=imagesarray[0])===null||_imagesarray$0===void 0?void 0:_imagesarray$0.bgsection_image_ar),style:{}}),imagesarray.length!=0&&(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i12=authdetailsContext.instinfo)===null||_authdetailsContext$i12===void 0?void 0:_authdetailsContext$i12.contactinfo.instid)=='691b34a54d742'&&sectionproperties.sectionTitleContent=='Stylish artificial plants'&&/*#__PURE__*/// <p>asd</p>
73557
73560
  React__default["default"].createElement("div",{"class":section_styles.conteco+' w-100 ',style:{}},/*#__PURE__*/React__default["default"].createElement(reactSlideshowImage.Slide,_extends__default["default"]({},Slideshowsettings,{transitionDuration:1500,duration:3000,arrow:true,easing:"ease"}),Object.keys(imagesarray).length!=0&&imagesarray.map(function(item,index){return/*#__PURE__*/React__default["default"].createElement("div",{"class":"row m-0 w-100 h-sm-auto",style:{borderTopLeftRadius:sectionproperties.borderTopLeftRadius+'px',borderTopRightRadius:sectionproperties.borderTopRightRadius+'px',borderBottomRightRadius:sectionproperties.borderBottomRightRadius+'px',borderBottomLeftRadius:sectionproperties.borderBottomLeftRadius+'px',height:sectionproperties.bgcovercontain=='Cover'?sectionproperties.height+'vh':'auto'}},/*#__PURE__*/React__default["default"].createElement("div",{"class":'p-0 align-items-center d-flex d-md-none',key:index,style:_defineProperty__default["default"]({direction:langdetect=='en'?'ltr':'rtl',width:'100%',height:'100%',paddingTop:sectionproperties.paddingTop+'px'},"height",sectionproperties.bgcovercontain=='Cover'?sectionproperties.height+'vh':'auto')},/*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp,{urlEndpoint:ikimagecredcontext===null||ikimagecredcontext===void 0?void 0:ikimagecredcontext.ikimageendpoint,publicKey:ikimagecredcontext===null||ikimagecredcontext===void 0?void 0:ikimagecredcontext.ikimagepublickey,path:langdetect=='en'?'/tr:w-'+sectionproperties.imagetr_w+',h-'+sectionproperties.imagetr_h+'/'+item.bgsection_image:'/tr:w-'+sectionproperties.imagetr_w+',h-'+sectionproperties.imagetr_h+'/'+item.bgsection_image,style:{cursor:item.IsClickableimg=='Yes'?'pointer':'default',objectFit:sectionproperties.bgcovercontain=='Contain'?'contain':'cover',margin:0,padding:0,width:'100%',height:'100%',borderRadius:sectionproperties.imageborderradius+'px'}})),/*#__PURE__*/React__default["default"].createElement("div",{"class":'p-0 align-items-center d-none d-md-flex ',key:index,style:{width:'100%',height:'100%',// direction: langdetect == 'en' ? 'ltr' : 'rtl',
73558
73561
  paddingTop:sectionproperties.paddingTop+'px',paddingLeft:langdetect=='en'?sectionproperties.paddingLeft+'px':'',paddingRight:langdetect=='en'?'':sectionproperties.paddingLeft+'px'}},/*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp,{urlEndpoint:ikimagecredcontext===null||ikimagecredcontext===void 0?void 0:ikimagecredcontext.ikimageendpoint,publicKey:ikimagecredcontext===null||ikimagecredcontext===void 0?void 0:ikimagecredcontext.ikimagepublickey,path:langdetect=='en'?'/tr:w-'+sectionproperties.imagetr_w_resp+',h-'+sectionproperties.imagetr_h_resp+'/'+item.bgsection_image:'/tr:w-'+sectionproperties.imagetr_w_resp+',h-'+sectionproperties.imagetr_h_resp+'/'+item.bgsection_image,style:{objectFit:'contain',margin:0,padding:0,width:'100%',height:'100%',borderRadius:sectionproperties.imageborderradius+'px'}})));}))));};return/*#__PURE__*/React__default["default"].createElement("div",{"class":' row ml-0 mr-0 d-flex justify-content-between align-items-center w-100 ',style:{marginTop:sectionproperties.marginTop+'px',marginBottom:sectionproperties.marginBottom+'px',background:(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i13=authdetailsContext.instinfo)===null||_authdetailsContext$i13===void 0?void 0:_authdetailsContext$i13.contactinfo.instid)=='6935c04816952'?'transparent':sectionproperties.backgroundColor}},(authdetailsContext===null||authdetailsContext===void 0||(_authdetailsContext$i14=authdetailsContext.instinfo)===null||_authdetailsContext$i14===void 0?void 0:_authdetailsContext$i14.contactinfo.instid)!='6935c04816952'&&/*#__PURE__*/React__default["default"].createElement("div",{"class":"row m-0 w-100"},sectionproperties.showanimation=='Yes'&&/*#__PURE__*/React__default["default"].createElement("div",{"class":"row m-0 w-100","data-aos":'fade-up'},sectionproperties.cardstyletype=='Style 1'&&/*#__PURE__*/React__default["default"].createElement("div",{"class":sectionproperties.card_marginRight!=0&&sectionproperties.card_marginLeft!=0?sectionproperties.width!=100?'d-flex justify-content-between align-items-center px-1025-1 pl-md-3 pr-md-3 w-md-90 mx-auto':'d-flex justify-content-between align-items-center px-1025-1 pl-md-3 pr-md-3 w-md-100 mx-auto':sectionproperties.width!=100?'d-flex justify-content-between align-items-center w-md-90 mx-auto':'d-flex justify-content-between align-items-center w-md-100 mx-auto',style:{paddingLeft:langdetect=='en'?sectionproperties.card_marginLeft+'px':sectionproperties.card_marginRight+'px',paddingRight:langdetect=='en'?sectionproperties.card_marginRight+'px':sectionproperties.card_marginLeft+'px',width:sectionproperties.width+'vw',border:sectionproperties.sectioncardborderwidth+'px solid '+sectionproperties.sectioncardbordercolor,borderRadius:sectionproperties.sectioncardborderradius+'px'}},/*#__PURE__*/React__default["default"].createElement("div",{"class":// sectionproperties.paddingLeft != 0 && sectionproperties.paddingRight != 0
@@ -74152,7 +74155,7 @@ var AnimatedNumbercozy = function AnimatedNumbercozy(_ref2) {
74152
74155
  })));
74153
74156
  };
74154
74157
  var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
74155
- var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _maincontainerarrayof, _maincontainerarrayof2, _authdetailsContext$i8, _authdetailsContext$i16, _maincontainerarrayof3;
74158
+ var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _maincontainerarrayof, _maincontainerarrayof2, _authdetailsContext$i9, _authdetailsContext$i17, _maincontainerarrayof3;
74156
74159
  var _useInView5 = reactIntersectionObserver.useInView({
74157
74160
  triggerOnce: true
74158
74161
  }),
@@ -74290,6 +74293,9 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
74290
74293
  ':hover': {
74291
74294
  transition: '.3s',
74292
74295
  color: sectionproperties.text1secondarycolor
74296
+ },
74297
+ '@media (max-width: 800px)': {
74298
+ fontSize: sectionproperties.slideshowText1ContentFontSize_resp + 'px'
74293
74299
  }
74294
74300
  }),
74295
74301
  imageContainer: glamor.css({
@@ -74337,7 +74343,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
74337
74343
  color: sectionproperties.text1secondarycolor
74338
74344
  },
74339
74345
  ':hover': {
74340
- transform: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '6807d313bae63' ? 'scale(1.05)' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '697a1aebce7a1' ? 'scale(1.05)' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.contactinfo.instid) == '683c55d780e0c' ? 'scale(1.05)' : '',
74346
+ transform: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '6807d313bae63' ? 'scale(1.05)' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '697a1aebce7a1' ? 'scale(1.05)' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.contactinfo.instid) == '697a1aebce7a1' ? 'scale(1.05)' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.contactinfo.instid) == '683c55d780e0c' ? 'scale(1.05)' : '',
74341
74347
  transition: '.3s ease-in-out',
74342
74348
  boxShadow: ' 0 0 10px ' + sectionproperties.innersectionshadowcoloronhover
74343
74349
  }
@@ -74464,7 +74470,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
74464
74470
  "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',
74465
74471
  style: {}
74466
74472
  }, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), cardsarray.map(function (cardinfoitem, cardinfoindex) {
74467
- var _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7;
74473
+ var _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i8;
74468
74474
  return /*#__PURE__*/React__default["default"].createElement("div", {
74469
74475
  "class": sectionproperties.numofcols == '2' ? ' h-100 col-lg-6 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '3' ? ' h-100 col-lg-4 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '6' ? ' h-100 col-lg-2 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : ' h-100 col-lg-3 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp,
74470
74476
  style: {
@@ -74486,7 +74492,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
74486
74492
  border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '',
74487
74493
  borderRight: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '' : '',
74488
74494
  borderLeft: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
74489
- height: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.contactinfo.instid) == '66b4a0338cb14' ? '100%' : '',
74495
+ height: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.contactinfo.instid) == '66b4a0338cb14' ? '100%' : '',
74490
74496
  position: 'relative'
74491
74497
  },
74492
74498
  onClick: function onClick() {
@@ -74527,7 +74533,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
74527
74533
  borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px'
74528
74534
  }
74529
74535
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
74530
- "class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.contactinfo.instid) == '6790ae890234e' ? sectionStyles.icontxtcont + ' row m-0 w-100 allcentered px-5 px-md-3 ' : ' row m-0 w-100 allcentered ',
74536
+ "class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.contactinfo.instid) == '6790ae890234e' ? sectionStyles.icontxtcont + ' row m-0 w-100 allcentered px-5 px-md-3 ' : ' row m-0 w-100 allcentered ',
74531
74537
  style: {}
74532
74538
  }, sectionproperties.showrating == 'Show' && cardinfoitem.ratingnumber != null && /*#__PURE__*/React__default["default"].createElement("div", {
74533
74539
  "class": "col-lg-12 allcentered p-0 mb-1"
@@ -74571,9 +74577,9 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
74571
74577
  color: cardinfoitem.text1colorfromarray,
74572
74578
  textAlign: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : langdetect != 'ar' ? 'left' : 'right'
74573
74579
  }
74574
- }, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.contactinfo.instid) == '6935c04816952' && /*#__PURE__*/React__default["default"].createElement(AnimatedNumbercozy, {
74580
+ }, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.contactinfo.instid) == '6935c04816952' && /*#__PURE__*/React__default["default"].createElement(AnimatedNumbercozy, {
74575
74581
  number: parseInt(cardinfoitem["cardobj_title".concat(langdetect)]) || parseInt(cardinfoitem.cardobj_titleen)
74576
- }), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.contactinfo.instid) != '6935c04816952' && /*#__PURE__*/React__default["default"].createElement(AnimatedNumber, {
74582
+ }), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.contactinfo.instid) != '6935c04816952' && /*#__PURE__*/React__default["default"].createElement(AnimatedNumber, {
74577
74583
  number: parseInt(cardinfoitem["cardobj_title".concat(langdetect)]) || parseInt(cardinfoitem.cardobj_titleen)
74578
74584
  }))), sectionproperties.animatednumbers != 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
74579
74585
  "class": "col-lg-12 d-flex p-0",
@@ -74680,9 +74686,9 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
74680
74686
  "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',
74681
74687
  style: {}
74682
74688
  }, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), sectionproperties.view_as_slider_vertical != 'Vertical' && /*#__PURE__*/React__default["default"].createElement("div", {
74683
- "class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.instid) == '69020f4494f66' ? ' scrollhorizontalwithscrollbarremove scrollhorizontalwithscrollbar w-100 align-items-center justify-content- ' : ' scrollhorizontalwithscrollbar w-100 align-items-center justify-content- '
74689
+ "class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.instid) == '69020f4494f66' ? ' scrollhorizontalwithscrollbarremove scrollhorizontalwithscrollbar w-100 align-items-center justify-content- ' : ' scrollhorizontalwithscrollbar w-100 align-items-center justify-content- '
74684
74690
  }, cardsarray.map(function (cardinfoitem, cardinfoindex) {
74685
- var _authdetailsContext$i9;
74691
+ var _authdetailsContext$i0;
74686
74692
  return /*#__PURE__*/React__default["default"].createElement("div", {
74687
74693
  "class": 'w-sm-85 scrollhorizontalcard d-flex align-items-center justify-content-center justify-content-md-start ',
74688
74694
  style: {
@@ -74705,7 +74711,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
74705
74711
  border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '',
74706
74712
  borderRight: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '' : '',
74707
74713
  borderLeft: sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
74708
- height: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.contactinfo.instid) == '66b4a0338cb14' ? '100%' : ''
74714
+ height: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i0 = authdetailsContext.instinfo) === null || _authdetailsContext$i0 === void 0 ? void 0 : _authdetailsContext$i0.contactinfo.instid) == '66b4a0338cb14' ? '100%' : ''
74709
74715
  },
74710
74716
  onClick: function onClick() {
74711
74717
  if (sectionproperties.openmodalwhenclick == 'Yes') {
@@ -74846,9 +74852,9 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
74846
74852
  justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
74847
74853
  }
74848
74854
  }, sectionproperties.flippingcards == 'No' && cardsarray.map(function (cardinfoitem, cardinfoindex) {
74849
- var _authdetailsContext$i0, _authdetailsContext$i1, _authdetailsContext$i10, _authdetailsContext$i11, _authdetailsContext$i12, _authdetailsContext$i13, _authdetailsContext$i14, _authdetailsContext$i15;
74855
+ var _authdetailsContext$i1, _authdetailsContext$i10, _authdetailsContext$i11, _authdetailsContext$i12, _authdetailsContext$i13, _authdetailsContext$i14, _authdetailsContext$i15, _authdetailsContext$i16;
74850
74856
  return /*#__PURE__*/React__default["default"].createElement("div", {
74851
- "class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i0 = authdetailsContext.instinfo) === null || _authdetailsContext$i0 === void 0 ? void 0 : _authdetailsContext$i0.instid) == '6762e6ec9e9f8' ? sectionproperties.numofcols == '2' ? ' h-100 h-md-auto col-lg-6 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '3' ? ' h-100 h-md-auto col-lg-4 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '6' ? ' h-100 h-md-auto col-lg-2 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : ' h-100 h-md-auto col-lg-3 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '2' ? ' h-md-auto col-lg-6 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '3' ? ' h-md-auto col-lg-4 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '6' ? ' h-md-auto col-lg-2 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : ' h-md-auto col-lg-3 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp,
74857
+ "class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i1 = authdetailsContext.instinfo) === null || _authdetailsContext$i1 === void 0 ? void 0 : _authdetailsContext$i1.instid) == '6762e6ec9e9f8' ? sectionproperties.numofcols == '2' ? ' h-100 h-md-auto col-lg-6 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '3' ? ' h-100 h-md-auto col-lg-4 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '6' ? ' h-100 h-md-auto col-lg-2 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : ' h-100 h-md-auto col-lg-3 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '2' ? ' h-md-auto col-lg-6 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '3' ? ' h-md-auto col-lg-4 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '6' ? ' h-md-auto col-lg-2 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : ' h-md-auto col-lg-3 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp,
74852
74858
  style: {
74853
74859
  zIndex: 2,
74854
74860
  paddingLeft: sectionproperties.marginhorizontal + 'px',
@@ -74856,7 +74862,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
74856
74862
  marginBottom: sectionproperties.innersectionmarginbottom + 'px'
74857
74863
  }
74858
74864
  }, /*#__PURE__*/React__default["default"].createElement("div", {
74859
- "class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i1 = authdetailsContext.instinfo) === null || _authdetailsContext$i1 === void 0 ? void 0 : _authdetailsContext$i1.contactinfo.instid) == '67cd78deecff3' ? sectionproperties.innersectionbordertype != 'All' ? sectionStyles.cardContainer + ' h-100 row m-0 w-100 mb-auto border-md-none ' : sectionStyles.cardContainer + ' h-100 row m-0 w-100 mb-auto ' : sectionproperties.innersectionbordertype != 'All' ? sectionStyles.cardContainer + ' h-100 h-md-auto row m-0 w-100 mb-auto border-md-none ' : sectionStyles.cardContainer + ' h-100 h-md-auto row m-0 w-100 mb-auto ',
74865
+ "class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.contactinfo.instid) == '67cd78deecff3' ? sectionproperties.innersectionbordertype != 'All' ? sectionStyles.cardContainer + ' h-100 row m-0 w-100 mb-auto border-md-none ' : sectionStyles.cardContainer + ' h-100 row m-0 w-100 mb-auto ' : sectionproperties.innersectionbordertype != 'All' ? sectionStyles.cardContainer + ' h-100 h-md-auto row m-0 w-100 mb-auto border-md-none ' : sectionStyles.cardContainer + ' h-100 h-md-auto row m-0 w-100 mb-auto ',
74860
74866
  style: {
74861
74867
  cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default',
74862
74868
  background: cardinfoitem.cardbgcolorfromarray,
@@ -74868,7 +74874,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
74868
74874
  border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '',
74869
74875
  borderRight: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '' : '',
74870
74876
  borderLeft: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
74871
- height: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.contactinfo.instid) == '66b4a0338cb14' ? '100%' : ''
74877
+ height: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.contactinfo.instid) == '66b4a0338cb14' ? '100%' : ''
74872
74878
  },
74873
74879
  onClick: function onClick() {
74874
74880
  if (cardinfoitem.btntype == 'Web Product Link' || cardinfoitem.btntype == 'App/Web Page') {
@@ -74880,7 +74886,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
74880
74886
  }
74881
74887
  }
74882
74888
  }, sectionproperties.imageposition == 'Top' && sectionproperties.image_width != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
74883
- "class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.contactinfo.instid) == '67cd78deecff3' ? 'col-lg-12 d-flex align-items-center p-0 w-100 ' : 'col-lg-12 d-flex align-items-center p-0 w-100 h-md-100',
74889
+ "class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.contactinfo.instid) == '67cd78deecff3' ? 'col-lg-12 d-flex align-items-center p-0 w-100 ' : 'col-lg-12 d-flex align-items-center p-0 w-100 h-md-100',
74884
74890
  style: {
74885
74891
  marginBottom: sectionproperties.image_mb + 'px',
74886
74892
  justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
@@ -74932,7 +74938,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
74932
74938
  }
74933
74939
  })),
74934
74940
  activeColor: sectionproperties.generalbtn_textColor
74935
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.contactinfo.instid) == '67b3592219709' && /*#__PURE__*/React__default["default"].createElement("div", {
74941
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.contactinfo.instid) == '67b3592219709' && /*#__PURE__*/React__default["default"].createElement("div", {
74936
74942
  "class": "col-lg-12 d-flex p-0",
74937
74943
  style: {
74938
74944
  marginBottom: sectionproperties.slideshowText1Content_marginBottom + 'px',
@@ -74994,11 +75000,11 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
74994
75000
  color: cardinfoitem.text1colorfromarray,
74995
75001
  textAlign: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : langdetect != 'ar' ? 'left' : 'right'
74996
75002
  }
74997
- }, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.contactinfo.instid) == '6935c04816952' && /*#__PURE__*/React__default["default"].createElement(AnimatedNumbercozy, {
75003
+ }, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.contactinfo.instid) == '6935c04816952' && /*#__PURE__*/React__default["default"].createElement(AnimatedNumbercozy, {
74998
75004
  number: parseInt(cardinfoitem["cardobj_title".concat(langdetect)]) || parseInt(cardinfoitem.cardobj_titleen)
74999
- }), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.contactinfo.instid) != '6935c04816952' && /*#__PURE__*/React__default["default"].createElement(AnimatedNumber, {
75005
+ }), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.contactinfo.instid) != '6935c04816952' && /*#__PURE__*/React__default["default"].createElement(AnimatedNumber, {
75000
75006
  number: parseInt(cardinfoitem["cardobj_title".concat(langdetect)]) || parseInt(cardinfoitem.cardobj_titleen)
75001
- }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.contactinfo.instid) != '67b3592219709' && sectionproperties.animatednumbers != 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
75007
+ }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.contactinfo.instid) != '67b3592219709' && sectionproperties.animatednumbers != 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
75002
75008
  "class": "col-lg-12 d-flex p-0",
75003
75009
  style: {
75004
75010
  marginBottom: sectionproperties.slideshowText1Content_marginBottom + 'px',
@@ -75253,7 +75259,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
75253
75259
  objectFit: 'contain'
75254
75260
  }
75255
75261
  })));
75256
- })))), /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal.Footer, null)), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.contactinfo.instid) == '68527dfef348b' && sectionproperties.cardbgcont_opacity == -100 && window.location.pathname != '/home' && /*#__PURE__*/React__default["default"].createElement("div", {
75262
+ })))), /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal.Footer, null)), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.contactinfo.instid) == '68527dfef348b' && sectionproperties.cardbgcont_opacity == -100 && window.location.pathname != '/home' && /*#__PURE__*/React__default["default"].createElement("div", {
75257
75263
  "class": sectionStyles.outercontainer + ' row ml-0 mr-0 align-items-center ',
75258
75264
  style: {}
75259
75265
  }, maincontainerarrayofobjs != undefined && maincontainerarrayofobjs.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
@@ -75295,9 +75301,9 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
75295
75301
  justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
75296
75302
  }
75297
75303
  }, sectionproperties.flippingcards == 'No' && cardsarray.map(function (cardinfoitem, cardinfoindex) {
75298
- var _authdetailsContext$i17, _authdetailsContext$i18;
75304
+ var _authdetailsContext$i18, _authdetailsContext$i19;
75299
75305
  return /*#__PURE__*/React__default["default"].createElement("div", {
75300
- "class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.instid) == '6762e6ec9e9f8' ? sectionproperties.numofcols == '2' ? ' h-100 h-md-auto col-lg-6 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '3' ? ' h-100 h-md-auto col-lg-4 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '6' ? ' h-100 h-md-auto col-lg-2 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : ' h-100 h-md-auto col-lg-3 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '2' ? ' h-md-auto col-lg-6 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '3' ? ' h-md-auto col-lg-4 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '6' ? ' h-md-auto col-lg-2 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : ' h-md-auto col-lg-3 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp,
75306
+ "class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.instid) == '6762e6ec9e9f8' ? sectionproperties.numofcols == '2' ? ' h-100 h-md-auto col-lg-6 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '3' ? ' h-100 h-md-auto col-lg-4 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '6' ? ' h-100 h-md-auto col-lg-2 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : ' h-100 h-md-auto col-lg-3 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '2' ? ' h-md-auto col-lg-6 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '3' ? ' h-md-auto col-lg-4 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '6' ? ' h-md-auto col-lg-2 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : ' h-md-auto col-lg-3 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp,
75301
75307
  style: {
75302
75308
  zIndex: 2,
75303
75309
  marginBottom: sectionproperties.innersectionmarginbottom + 'px'
@@ -75315,7 +75321,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
75315
75321
  }
75316
75322
  }
75317
75323
  }, /*#__PURE__*/React__default["default"].createElement("div", {
75318
- "class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.contactinfo.instid) == '67cd78deecff3' ? 'col-lg-12 d-flex align-items-center p-0 w-100 ' : 'col-lg-12 d-flex align-items-center p-0 w-100 h-md-100',
75324
+ "class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.contactinfo.instid) == '67cd78deecff3' ? 'col-lg-12 d-flex align-items-center p-0 w-100 ' : 'col-lg-12 d-flex align-items-center p-0 w-100 h-md-100',
75319
75325
  style: {
75320
75326
  marginBottom: sectionproperties.image_mb + 'px',
75321
75327
  justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'