tabexseriescomponents 0.2.1167 → 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 +61 -50
- package/dist/index.esm.js +61 -50
- package/dist/index.umd.js +61 -50
- package/package.json +1 -1
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
|
-
|
|
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
|
-
|
|
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
|
-
},
|
|
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,
|
|
@@ -73124,6 +73105,9 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
73124
73105
|
var section_styles = {
|
|
73125
73106
|
sectiontitlespan: glamor.css({
|
|
73126
73107
|
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
73108
|
+
color: sectionproperties.sectionTitleColor,
|
|
73109
|
+
textTransform: sectionproperties.sectionTitleTextTransform,
|
|
73110
|
+
fontWeight: sectionproperties.sectionTitleFontWeight,
|
|
73127
73111
|
'@media (max-width: 800px)': {
|
|
73128
73112
|
fontSize: sectionproperties.sectionTitleFontSizeresp + 'px'
|
|
73129
73113
|
},
|
|
@@ -73243,7 +73227,7 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
73243
73227
|
marginLeft: langdetect == 'en' ? 0 : sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0,
|
|
73244
73228
|
marginRight: langdetect == 'en' ? sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0 : 0
|
|
73245
73229
|
}
|
|
73246
|
-
}), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
73230
|
+
}), sectionproperties.sectionTitleContent != 'Family Roots and Legal Background' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
73247
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 ',
|
|
73248
73232
|
style: {
|
|
73249
73233
|
color: sectionproperties.sectionTitleColor,
|
|
@@ -73253,7 +73237,31 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
73253
73237
|
textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
73254
73238
|
// justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
73255
73239
|
}
|
|
73256
|
-
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.
|
|
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", {
|
|
73257
73265
|
"class": section_styles.line_right,
|
|
73258
73266
|
style: {
|
|
73259
73267
|
marginRight: langdetect == 'en' ? 0 : sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0,
|
|
@@ -73547,7 +73555,7 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
73547
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,
|
|
73548
73556
|
paddingTop:sectionproperties.paddingTop,// paddingBottom: sectionproperties.sectiontitleposition == 'Centered' ? 50 :0,
|
|
73549
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',
|
|
73550
|
-
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');
|
|
73551
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'&§ionproperties.instbtn_show=='Hide'&§ionproperties.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'&§ionproperties.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'&§ionproperties.sectionTitleContent=='Stylish artificial plants'&&/*#__PURE__*/// <p>asd</p>
|
|
73552
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',
|
|
73553
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&§ionproperties.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
|
|
@@ -74147,7 +74155,7 @@ var AnimatedNumbercozy = function AnimatedNumbercozy(_ref2) {
|
|
|
74147
74155
|
})));
|
|
74148
74156
|
};
|
|
74149
74157
|
var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
74150
|
-
var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _maincontainerarrayof, _maincontainerarrayof2, _authdetailsContext$
|
|
74158
|
+
var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _maincontainerarrayof, _maincontainerarrayof2, _authdetailsContext$i9, _authdetailsContext$i17, _maincontainerarrayof3;
|
|
74151
74159
|
var _useInView5 = reactIntersectionObserver.useInView({
|
|
74152
74160
|
triggerOnce: true
|
|
74153
74161
|
}),
|
|
@@ -74285,6 +74293,9 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
74285
74293
|
':hover': {
|
|
74286
74294
|
transition: '.3s',
|
|
74287
74295
|
color: sectionproperties.text1secondarycolor
|
|
74296
|
+
},
|
|
74297
|
+
'@media (max-width: 800px)': {
|
|
74298
|
+
fontSize: sectionproperties.slideshowText1ContentFontSize_resp + 'px'
|
|
74288
74299
|
}
|
|
74289
74300
|
}),
|
|
74290
74301
|
imageContainer: glamor.css({
|
|
@@ -74332,7 +74343,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
74332
74343
|
color: sectionproperties.text1secondarycolor
|
|
74333
74344
|
},
|
|
74334
74345
|
':hover': {
|
|
74335
|
-
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)' : '',
|
|
74336
74347
|
transition: '.3s ease-in-out',
|
|
74337
74348
|
boxShadow: ' 0 0 10px ' + sectionproperties.innersectionshadowcoloronhover
|
|
74338
74349
|
}
|
|
@@ -74459,7 +74470,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
74459
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',
|
|
74460
74471
|
style: {}
|
|
74461
74472
|
}, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
74462
|
-
var _authdetailsContext$
|
|
74473
|
+
var _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i8;
|
|
74463
74474
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
74464
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,
|
|
74465
74476
|
style: {
|
|
@@ -74481,7 +74492,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
74481
74492
|
border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '',
|
|
74482
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 : '' : '' : '',
|
|
74483
74494
|
borderLeft: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
|
|
74484
|
-
height: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
74495
|
+
height: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.contactinfo.instid) == '66b4a0338cb14' ? '100%' : '',
|
|
74485
74496
|
position: 'relative'
|
|
74486
74497
|
},
|
|
74487
74498
|
onClick: function onClick() {
|
|
@@ -74522,7 +74533,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
74522
74533
|
borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px'
|
|
74523
74534
|
}
|
|
74524
74535
|
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
74525
|
-
"class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
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 ',
|
|
74526
74537
|
style: {}
|
|
74527
74538
|
}, sectionproperties.showrating == 'Show' && cardinfoitem.ratingnumber != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
74528
74539
|
"class": "col-lg-12 allcentered p-0 mb-1"
|
|
@@ -74566,9 +74577,9 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
74566
74577
|
color: cardinfoitem.text1colorfromarray,
|
|
74567
74578
|
textAlign: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : langdetect != 'ar' ? 'left' : 'right'
|
|
74568
74579
|
}
|
|
74569
|
-
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
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, {
|
|
74570
74581
|
number: parseInt(cardinfoitem["cardobj_title".concat(langdetect)]) || parseInt(cardinfoitem.cardobj_titleen)
|
|
74571
|
-
}), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
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, {
|
|
74572
74583
|
number: parseInt(cardinfoitem["cardobj_title".concat(langdetect)]) || parseInt(cardinfoitem.cardobj_titleen)
|
|
74573
74584
|
}))), sectionproperties.animatednumbers != 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
74574
74585
|
"class": "col-lg-12 d-flex p-0",
|
|
@@ -74675,9 +74686,9 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
74675
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',
|
|
74676
74687
|
style: {}
|
|
74677
74688
|
}, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), sectionproperties.view_as_slider_vertical != 'Vertical' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
74678
|
-
"class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
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- '
|
|
74679
74690
|
}, cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
74680
|
-
var _authdetailsContext$
|
|
74691
|
+
var _authdetailsContext$i0;
|
|
74681
74692
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
74682
74693
|
"class": 'w-sm-85 scrollhorizontalcard d-flex align-items-center justify-content-center justify-content-md-start ',
|
|
74683
74694
|
style: {
|
|
@@ -74700,7 +74711,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
74700
74711
|
border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '',
|
|
74701
74712
|
borderRight: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '' : '',
|
|
74702
74713
|
borderLeft: sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
|
|
74703
|
-
height: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
74714
|
+
height: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i0 = authdetailsContext.instinfo) === null || _authdetailsContext$i0 === void 0 ? void 0 : _authdetailsContext$i0.contactinfo.instid) == '66b4a0338cb14' ? '100%' : ''
|
|
74704
74715
|
},
|
|
74705
74716
|
onClick: function onClick() {
|
|
74706
74717
|
if (sectionproperties.openmodalwhenclick == 'Yes') {
|
|
@@ -74841,9 +74852,9 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
74841
74852
|
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
74842
74853
|
}
|
|
74843
74854
|
}, sectionproperties.flippingcards == 'No' && cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
74844
|
-
var _authdetailsContext$
|
|
74855
|
+
var _authdetailsContext$i1, _authdetailsContext$i10, _authdetailsContext$i11, _authdetailsContext$i12, _authdetailsContext$i13, _authdetailsContext$i14, _authdetailsContext$i15, _authdetailsContext$i16;
|
|
74845
74856
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
74846
|
-
"class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
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,
|
|
74847
74858
|
style: {
|
|
74848
74859
|
zIndex: 2,
|
|
74849
74860
|
paddingLeft: sectionproperties.marginhorizontal + 'px',
|
|
@@ -74851,7 +74862,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
74851
74862
|
marginBottom: sectionproperties.innersectionmarginbottom + 'px'
|
|
74852
74863
|
}
|
|
74853
74864
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
74854
|
-
"class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
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 ',
|
|
74855
74866
|
style: {
|
|
74856
74867
|
cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default',
|
|
74857
74868
|
background: cardinfoitem.cardbgcolorfromarray,
|
|
@@ -74863,7 +74874,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
74863
74874
|
border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '',
|
|
74864
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 : '' : '' : '',
|
|
74865
74876
|
borderLeft: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
|
|
74866
|
-
height: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
74877
|
+
height: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.contactinfo.instid) == '66b4a0338cb14' ? '100%' : ''
|
|
74867
74878
|
},
|
|
74868
74879
|
onClick: function onClick() {
|
|
74869
74880
|
if (cardinfoitem.btntype == 'Web Product Link' || cardinfoitem.btntype == 'App/Web Page') {
|
|
@@ -74875,7 +74886,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
74875
74886
|
}
|
|
74876
74887
|
}
|
|
74877
74888
|
}, sectionproperties.imageposition == 'Top' && sectionproperties.image_width != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
74878
|
-
"class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
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',
|
|
74879
74890
|
style: {
|
|
74880
74891
|
marginBottom: sectionproperties.image_mb + 'px',
|
|
74881
74892
|
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
@@ -74927,7 +74938,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
74927
74938
|
}
|
|
74928
74939
|
})),
|
|
74929
74940
|
activeColor: sectionproperties.generalbtn_textColor
|
|
74930
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
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", {
|
|
74931
74942
|
"class": "col-lg-12 d-flex p-0",
|
|
74932
74943
|
style: {
|
|
74933
74944
|
marginBottom: sectionproperties.slideshowText1Content_marginBottom + 'px',
|
|
@@ -74989,11 +75000,11 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
74989
75000
|
color: cardinfoitem.text1colorfromarray,
|
|
74990
75001
|
textAlign: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : langdetect != 'ar' ? 'left' : 'right'
|
|
74991
75002
|
}
|
|
74992
|
-
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
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, {
|
|
74993
75004
|
number: parseInt(cardinfoitem["cardobj_title".concat(langdetect)]) || parseInt(cardinfoitem.cardobj_titleen)
|
|
74994
|
-
}), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
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, {
|
|
74995
75006
|
number: parseInt(cardinfoitem["cardobj_title".concat(langdetect)]) || parseInt(cardinfoitem.cardobj_titleen)
|
|
74996
|
-
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
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", {
|
|
74997
75008
|
"class": "col-lg-12 d-flex p-0",
|
|
74998
75009
|
style: {
|
|
74999
75010
|
marginBottom: sectionproperties.slideshowText1Content_marginBottom + 'px',
|
|
@@ -75248,7 +75259,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
75248
75259
|
objectFit: 'contain'
|
|
75249
75260
|
}
|
|
75250
75261
|
})));
|
|
75251
|
-
})))), /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal.Footer, null)), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
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", {
|
|
75252
75263
|
"class": sectionStyles.outercontainer + ' row ml-0 mr-0 align-items-center ',
|
|
75253
75264
|
style: {}
|
|
75254
75265
|
}, maincontainerarrayofobjs != undefined && maincontainerarrayofobjs.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -75290,9 +75301,9 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
75290
75301
|
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
75291
75302
|
}
|
|
75292
75303
|
}, sectionproperties.flippingcards == 'No' && cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
75293
|
-
var _authdetailsContext$
|
|
75304
|
+
var _authdetailsContext$i18, _authdetailsContext$i19;
|
|
75294
75305
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
75295
|
-
"class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
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,
|
|
75296
75307
|
style: {
|
|
75297
75308
|
zIndex: 2,
|
|
75298
75309
|
marginBottom: sectionproperties.innersectionmarginbottom + 'px'
|
|
@@ -75310,7 +75321,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
75310
75321
|
}
|
|
75311
75322
|
}
|
|
75312
75323
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
75313
|
-
"class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
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',
|
|
75314
75325
|
style: {
|
|
75315
75326
|
marginBottom: sectionproperties.image_mb + 'px',
|
|
75316
75327
|
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|