tabexseriescomponents 0.2.913 → 0.2.914
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 +93 -87
- package/dist/index.esm.js +93 -87
- package/dist/index.umd.js +93 -87
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -36273,7 +36273,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
36273
36273
|
paddingRight: langdetect == 'en' ? sectionproperties.header_paddingRight + 'px' : sectionproperties.header_paddingLeft + 'px',
|
|
36274
36274
|
paddingTop: sectionproperties.header_paddingTop + 'px',
|
|
36275
36275
|
paddingBottom: sectionproperties.header_paddingBottom + 'px',
|
|
36276
|
-
backgroundColor: sectionproperties.keepheadertransparent == 'Yes' ? 'transparent' : sectionproperties.headerstyles_bgtransparent == 'Transparent' && window.location.pathname == '/home' ? scrollYposittionprops > 300 ? sectionproperties.header_backgroundColor : 'transparent' : sectionproperties.header_backgroundColor,
|
|
36276
|
+
backgroundColor: sectionproperties.keepheadertransparent == 'Yes' ? 'transparent' : sectionproperties.headerstyles_bgtransparent == 'Transparent' && window.location.pathname == '/home' ? scrollYposittionprops > 300 ? sectionproperties.header_backgroundColor : sectionproperties.headerstyles_bgtransparent == 'Transparent' && window.location.pathname == '/login' ? sectionproperties.header_backgroundColor : 'transparent' : sectionproperties.header_backgroundColor,
|
|
36277
36277
|
borderBottom: sectionproperties.headerborderbottomwidth + 'px solid ' + sectionproperties.headerbordercolor,
|
|
36278
36278
|
':hover': {
|
|
36279
36279
|
backgroundColor: sectionproperties.header_backgroundColor,
|
|
@@ -62513,7 +62513,7 @@ var CollapsableSection = function CollapsableSection(props) {
|
|
|
62513
62513
|
}
|
|
62514
62514
|
}
|
|
62515
62515
|
}, [sectionproperties]);
|
|
62516
|
-
var section_styles = {
|
|
62516
|
+
var section_styles = _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"]({
|
|
62517
62517
|
imgcontainer: glamor.css({
|
|
62518
62518
|
':before': {
|
|
62519
62519
|
width: '100%',
|
|
@@ -62534,85 +62534,93 @@ var CollapsableSection = function CollapsableSection(props) {
|
|
|
62534
62534
|
width: sectionproperties.sectitle_lineafterwidth + '%',
|
|
62535
62535
|
backgroundColor: sectionproperties.linebgcolor
|
|
62536
62536
|
}
|
|
62537
|
-
}),
|
|
62538
|
-
sectiontitlespan2: glamor.css({
|
|
62539
|
-
':after': {
|
|
62540
|
-
width: sectionproperties.sectitle_lineafterwidth + 'px',
|
|
62541
|
-
height: '100%',
|
|
62542
|
-
backgroundColor: sectionproperties.linebgcolor
|
|
62543
|
-
}
|
|
62544
|
-
}),
|
|
62545
|
-
accordion: glamor.css({
|
|
62546
|
-
':before': {
|
|
62547
|
-
width: '0px',
|
|
62548
|
-
height: '0px',
|
|
62549
|
-
display: 'none'
|
|
62550
|
-
},
|
|
62551
|
-
backgroundColor: sectionproperties.reservation_bgcolor,
|
|
62552
|
-
borderRadius: sectionproperties.reservation_borderradius + 'px',
|
|
62553
|
-
paddingTop: sectionproperties.reservation_padding_top + 'px',
|
|
62554
|
-
paddingBottom: sectionproperties.reservation_padding_bottom + 'px',
|
|
62555
|
-
paddingRight: langdetect == 'en' ? sectionproperties.reservation_padding_right + 'px' : sectionproperties.reservation_padding_left + 'px',
|
|
62556
|
-
paddingLeft: langdetect == 'en' ? sectionproperties.reservation_padding_left + 'px' : sectionproperties.reservation_padding_right + 'px',
|
|
62557
|
-
borderWidth: sectionproperties.innersectionborderWidth + 'px',
|
|
62558
|
-
borderColor: sectionproperties.innersectionborderColor,
|
|
62559
|
-
borderStyle: 'solid',
|
|
62560
|
-
width: '100%',
|
|
62561
|
-
transition: '.3s',
|
|
62562
|
-
':hover': {
|
|
62563
|
-
backgroundColor: sectionproperties.reservation_bgcoloronhover
|
|
62564
|
-
}
|
|
62565
|
-
}),
|
|
62566
|
-
accordionheading: glamor.css({
|
|
62567
|
-
':before': {
|
|
62568
|
-
width: '100px',
|
|
62569
|
-
height: '100px',
|
|
62570
|
-
display: 'none'
|
|
62571
|
-
},
|
|
62572
|
-
':after': {
|
|
62573
|
-
width: '0px',
|
|
62574
|
-
height: '0px',
|
|
62575
|
-
display: 'none'
|
|
62576
|
-
}
|
|
62577
|
-
}),
|
|
62578
|
-
accordionbutton: glamor.css({
|
|
62579
|
-
':before': {
|
|
62580
|
-
width: '0px',
|
|
62581
|
-
height: '0px',
|
|
62582
|
-
display: 'none'
|
|
62583
|
-
}
|
|
62584
|
-
}),
|
|
62585
|
-
accordionicon: glamor.css({
|
|
62586
|
-
width: sectionproperties.iconcontainerwidth + 'px',
|
|
62587
|
-
height: sectionproperties.iconcontainerwidth + 'px',
|
|
62588
|
-
borderTopLeftRadius: sectionproperties.iconcontainerbordertl + 'px',
|
|
62589
|
-
borderTopRightRadius: sectionproperties.iconcontainerbordertr + 'px',
|
|
62590
|
-
borderBottomLeftRadius: sectionproperties.iconcontainerborderbl + 'px',
|
|
62591
|
-
borderBottomRightRadius: sectionproperties.iconcontainerborderbr + 'px',
|
|
62592
|
-
color: sectionproperties.iconcontainercolor,
|
|
62593
|
-
backgroundColor: sectionproperties.iconcontainerbg,
|
|
62594
|
-
fontSize: sectionproperties.iconcontainer_iconfontsize + 'px',
|
|
62595
|
-
transition: '.3s',
|
|
62596
|
-
':hover': {
|
|
62597
|
-
backgroundColor: sectionproperties.iconcontainerbgonhover,
|
|
62598
|
-
color: sectionproperties.iconcontainercoloronhover
|
|
62599
|
-
},
|
|
62600
|
-
':hover .pname': {
|
|
62601
|
-
color: sectionproperties.text1secondarycolor
|
|
62602
|
-
}
|
|
62603
|
-
}),
|
|
62604
|
-
text1: glamor.css({
|
|
62605
|
-
color: sectionproperties.slideshowText1ContentColor,
|
|
62606
|
-
fontSize: sectionproperties.slideshowText1ContentFontSize + 'px',
|
|
62607
|
-
fontWeight: sectionproperties.slideshowText1ContentFontWeight,
|
|
62608
|
-
textTransform: sectionproperties.slideshowText1ContentTextTransform,
|
|
62609
|
-
textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
62610
|
-
transition: '.3s',
|
|
62611
|
-
':hover': {
|
|
62612
|
-
color: sectionproperties.text1secondarycolor
|
|
62613
|
-
}
|
|
62614
62537
|
})
|
|
62615
|
-
}
|
|
62538
|
+
}, "sectiontitlespan", glamor.css({
|
|
62539
|
+
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
62540
|
+
':after': {
|
|
62541
|
+
width: sectionproperties.sectitle_lineafterwidth + 'px',
|
|
62542
|
+
height: '100%',
|
|
62543
|
+
backgroundColor: sectionproperties.linebgcolor
|
|
62544
|
+
},
|
|
62545
|
+
'@media (max-width: 800px)': {
|
|
62546
|
+
fontSize: '20px'
|
|
62547
|
+
}
|
|
62548
|
+
})), "sectiontitlespan2", glamor.css({
|
|
62549
|
+
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
62550
|
+
':after': {
|
|
62551
|
+
width: sectionproperties.sectitle_lineafterwidth + 'px',
|
|
62552
|
+
height: '100%',
|
|
62553
|
+
backgroundColor: sectionproperties.linebgcolor
|
|
62554
|
+
},
|
|
62555
|
+
'@media (max-width: 800px)': {
|
|
62556
|
+
fontSize: '20px'
|
|
62557
|
+
}
|
|
62558
|
+
})), "accordion", glamor.css({
|
|
62559
|
+
':before': {
|
|
62560
|
+
width: '0px',
|
|
62561
|
+
height: '0px',
|
|
62562
|
+
display: 'none'
|
|
62563
|
+
},
|
|
62564
|
+
backgroundColor: sectionproperties.reservation_bgcolor,
|
|
62565
|
+
borderRadius: sectionproperties.reservation_borderradius + 'px',
|
|
62566
|
+
paddingTop: sectionproperties.reservation_padding_top + 'px',
|
|
62567
|
+
paddingBottom: sectionproperties.reservation_padding_bottom + 'px',
|
|
62568
|
+
paddingRight: langdetect == 'en' ? sectionproperties.reservation_padding_right + 'px' : sectionproperties.reservation_padding_left + 'px',
|
|
62569
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.reservation_padding_left + 'px' : sectionproperties.reservation_padding_right + 'px',
|
|
62570
|
+
borderWidth: sectionproperties.innersectionborderWidth + 'px',
|
|
62571
|
+
borderColor: sectionproperties.innersectionborderColor,
|
|
62572
|
+
borderStyle: 'solid',
|
|
62573
|
+
width: '100%',
|
|
62574
|
+
transition: '.3s',
|
|
62575
|
+
':hover': {
|
|
62576
|
+
backgroundColor: sectionproperties.reservation_bgcoloronhover
|
|
62577
|
+
}
|
|
62578
|
+
})), "accordionheading", glamor.css({
|
|
62579
|
+
':before': {
|
|
62580
|
+
width: '100px',
|
|
62581
|
+
height: '100px',
|
|
62582
|
+
display: 'none'
|
|
62583
|
+
},
|
|
62584
|
+
':after': {
|
|
62585
|
+
width: '0px',
|
|
62586
|
+
height: '0px',
|
|
62587
|
+
display: 'none'
|
|
62588
|
+
}
|
|
62589
|
+
})), "accordionbutton", glamor.css({
|
|
62590
|
+
':before': {
|
|
62591
|
+
width: '0px',
|
|
62592
|
+
height: '0px',
|
|
62593
|
+
display: 'none'
|
|
62594
|
+
}
|
|
62595
|
+
})), "accordionicon", glamor.css({
|
|
62596
|
+
width: sectionproperties.iconcontainerwidth + 'px',
|
|
62597
|
+
height: sectionproperties.iconcontainerwidth + 'px',
|
|
62598
|
+
borderTopLeftRadius: sectionproperties.iconcontainerbordertl + 'px',
|
|
62599
|
+
borderTopRightRadius: sectionproperties.iconcontainerbordertr + 'px',
|
|
62600
|
+
borderBottomLeftRadius: sectionproperties.iconcontainerborderbl + 'px',
|
|
62601
|
+
borderBottomRightRadius: sectionproperties.iconcontainerborderbr + 'px',
|
|
62602
|
+
color: sectionproperties.iconcontainercolor,
|
|
62603
|
+
backgroundColor: sectionproperties.iconcontainerbg,
|
|
62604
|
+
fontSize: sectionproperties.iconcontainer_iconfontsize + 'px',
|
|
62605
|
+
transition: '.3s',
|
|
62606
|
+
':hover': {
|
|
62607
|
+
backgroundColor: sectionproperties.iconcontainerbgonhover,
|
|
62608
|
+
color: sectionproperties.iconcontainercoloronhover
|
|
62609
|
+
},
|
|
62610
|
+
':hover .pname': {
|
|
62611
|
+
color: sectionproperties.text1secondarycolor
|
|
62612
|
+
}
|
|
62613
|
+
})), "text1", glamor.css({
|
|
62614
|
+
color: sectionproperties.slideshowText1ContentColor,
|
|
62615
|
+
fontSize: sectionproperties.slideshowText1ContentFontSize + 'px',
|
|
62616
|
+
fontWeight: sectionproperties.slideshowText1ContentFontWeight,
|
|
62617
|
+
textTransform: sectionproperties.slideshowText1ContentTextTransform,
|
|
62618
|
+
textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
62619
|
+
transition: '.3s',
|
|
62620
|
+
':hover': {
|
|
62621
|
+
color: sectionproperties.text1secondarycolor
|
|
62622
|
+
}
|
|
62623
|
+
}));
|
|
62616
62624
|
var DescriptionContent = function DescriptionContent() {
|
|
62617
62625
|
return /*#__PURE__*/React__default["default"].createElement("p", {
|
|
62618
62626
|
"class": sectionproperties.descFontFamily == 'Pacifico' ? ' PacificoFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Playfair' ? ' PlayfairFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Great Vibes' ? ' GreatvibesFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Quicksand' ? ' QuicksandFont m-0 p-0 wordbreak' : ' m-0 p-0 wordbreak',
|
|
@@ -62671,7 +62679,6 @@ var CollapsableSection = function CollapsableSection(props) {
|
|
|
62671
62679
|
"class": sectionproperties.sectiontitlefontfamily == 'Pacifico' ? "".concat(section_styles.sectiontitlespan) + ' PacificoFont mb-0 pb-0 wordbreak ' : sectionproperties.sectiontitlefontfamily == 'Playfair' ? "".concat(section_styles.sectiontitlespan) + ' PlayfairFont mb-0 pb-0 wordbreak ' : sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? "".concat(section_styles.sectiontitlespan) + ' GreatvibesFont mb-0 pb-0 wordbreak ' : sectionproperties.sectiontitlefontfamily == 'Quicksand' ? "".concat(section_styles.sectiontitlespan) + ' QuicksandFont mb-0 pb-0 wordbreak ' : sectionproperties.sectiontitlefontfamily == 'Satisfy' ? "".concat(section_styles.sectiontitlespan) + ' SatisfyFont mb-0 pb-0 wordbreak ' : "".concat(section_styles.sectiontitlespan) + ' mb-0 pb-0 wordbreak ',
|
|
62672
62680
|
style: {
|
|
62673
62681
|
color: sectionproperties.sectionTitleColor,
|
|
62674
|
-
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
62675
62682
|
textTransform: sectionproperties.sectionTitleTextTransform,
|
|
62676
62683
|
fontWeight: sectionproperties.sectionTitleFontWeight,
|
|
62677
62684
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
@@ -62691,7 +62698,6 @@ var CollapsableSection = function CollapsableSection(props) {
|
|
|
62691
62698
|
"class": "".concat(section_styles.sectiontitlespan2),
|
|
62692
62699
|
style: {
|
|
62693
62700
|
color: sectionproperties.sectionTitleColor,
|
|
62694
|
-
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
62695
62701
|
textTransform: sectionproperties.sectionTitleTextTransform,
|
|
62696
62702
|
fontWeight: sectionproperties.sectionTitleFontWeight
|
|
62697
62703
|
}
|
|
@@ -70039,7 +70045,7 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
70039
70045
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
70040
70046
|
"class": "col-lg-12 p-0",
|
|
70041
70047
|
style: {
|
|
70042
|
-
display: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '68527dfef348b' && sectionproperties.
|
|
70048
|
+
display: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '68527dfef348b' && sectionproperties.sectionTitleContent_ar == 'ABOUT US' ? 'none' : 'flex'
|
|
70043
70049
|
}
|
|
70044
70050
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
70045
70051
|
"class": "row m-0 w-100 allcentered",
|
|
@@ -70051,7 +70057,7 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
70051
70057
|
"data-aos": 'fade-up'
|
|
70052
70058
|
}, FreeTextSectionContainer()), sectionproperties.showanimation != 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
70053
70059
|
"class": "".concat(section_styles.sectioncont) + ' row ml-0 mr-0 w-100 '
|
|
70054
|
-
}, FreeTextSectionContainer()))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '68527dfef348b' && sectionproperties.
|
|
70060
|
+
}, FreeTextSectionContainer()))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '68527dfef348b' && sectionproperties.sectionTitleContent_ar == 'ABOUT US' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
70055
70061
|
"class": "col-lg-12 p-0 pt-5",
|
|
70056
70062
|
style: {
|
|
70057
70063
|
background: sectionproperties.outerbgcolor
|
|
@@ -70070,7 +70076,7 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
70070
70076
|
color: sectionproperties.sectionTitleColor,
|
|
70071
70077
|
fontWeight: sectionproperties.sectionTitleFontWeight
|
|
70072
70078
|
}
|
|
70073
|
-
},
|
|
70079
|
+
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
70074
70080
|
"class": "col-lg-8"
|
|
70075
70081
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
70076
70082
|
"class": section_styles.descpancea + ' m-0 p-0 text-left ',
|
|
@@ -73561,8 +73567,8 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
73561
73567
|
}, 'More Details')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
73562
73568
|
"class": ' row m-0 w-100 work-content h-100 d-flex align-items-center text-start ',
|
|
73563
73569
|
style: {
|
|
73564
|
-
background: '#
|
|
73565
|
-
color: '#262626'
|
|
73570
|
+
background: '#f6f2ef'
|
|
73571
|
+
// color: '#262626',
|
|
73566
73572
|
}
|
|
73567
73573
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
73568
73574
|
"class": ' col-lg-12 pl-0 pr-0 ',
|
package/dist/index.esm.js
CHANGED
|
@@ -36223,7 +36223,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
36223
36223
|
paddingRight: langdetect == 'en' ? sectionproperties.header_paddingRight + 'px' : sectionproperties.header_paddingLeft + 'px',
|
|
36224
36224
|
paddingTop: sectionproperties.header_paddingTop + 'px',
|
|
36225
36225
|
paddingBottom: sectionproperties.header_paddingBottom + 'px',
|
|
36226
|
-
backgroundColor: sectionproperties.keepheadertransparent == 'Yes' ? 'transparent' : sectionproperties.headerstyles_bgtransparent == 'Transparent' && window.location.pathname == '/home' ? scrollYposittionprops > 300 ? sectionproperties.header_backgroundColor : 'transparent' : sectionproperties.header_backgroundColor,
|
|
36226
|
+
backgroundColor: sectionproperties.keepheadertransparent == 'Yes' ? 'transparent' : sectionproperties.headerstyles_bgtransparent == 'Transparent' && window.location.pathname == '/home' ? scrollYposittionprops > 300 ? sectionproperties.header_backgroundColor : sectionproperties.headerstyles_bgtransparent == 'Transparent' && window.location.pathname == '/login' ? sectionproperties.header_backgroundColor : 'transparent' : sectionproperties.header_backgroundColor,
|
|
36227
36227
|
borderBottom: sectionproperties.headerborderbottomwidth + 'px solid ' + sectionproperties.headerbordercolor,
|
|
36228
36228
|
':hover': {
|
|
36229
36229
|
backgroundColor: sectionproperties.header_backgroundColor,
|
|
@@ -62463,7 +62463,7 @@ var CollapsableSection = function CollapsableSection(props) {
|
|
|
62463
62463
|
}
|
|
62464
62464
|
}
|
|
62465
62465
|
}, [sectionproperties]);
|
|
62466
|
-
var section_styles = {
|
|
62466
|
+
var section_styles = _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({
|
|
62467
62467
|
imgcontainer: css({
|
|
62468
62468
|
':before': {
|
|
62469
62469
|
width: '100%',
|
|
@@ -62484,85 +62484,93 @@ var CollapsableSection = function CollapsableSection(props) {
|
|
|
62484
62484
|
width: sectionproperties.sectitle_lineafterwidth + '%',
|
|
62485
62485
|
backgroundColor: sectionproperties.linebgcolor
|
|
62486
62486
|
}
|
|
62487
|
-
}),
|
|
62488
|
-
sectiontitlespan2: css({
|
|
62489
|
-
':after': {
|
|
62490
|
-
width: sectionproperties.sectitle_lineafterwidth + 'px',
|
|
62491
|
-
height: '100%',
|
|
62492
|
-
backgroundColor: sectionproperties.linebgcolor
|
|
62493
|
-
}
|
|
62494
|
-
}),
|
|
62495
|
-
accordion: css({
|
|
62496
|
-
':before': {
|
|
62497
|
-
width: '0px',
|
|
62498
|
-
height: '0px',
|
|
62499
|
-
display: 'none'
|
|
62500
|
-
},
|
|
62501
|
-
backgroundColor: sectionproperties.reservation_bgcolor,
|
|
62502
|
-
borderRadius: sectionproperties.reservation_borderradius + 'px',
|
|
62503
|
-
paddingTop: sectionproperties.reservation_padding_top + 'px',
|
|
62504
|
-
paddingBottom: sectionproperties.reservation_padding_bottom + 'px',
|
|
62505
|
-
paddingRight: langdetect == 'en' ? sectionproperties.reservation_padding_right + 'px' : sectionproperties.reservation_padding_left + 'px',
|
|
62506
|
-
paddingLeft: langdetect == 'en' ? sectionproperties.reservation_padding_left + 'px' : sectionproperties.reservation_padding_right + 'px',
|
|
62507
|
-
borderWidth: sectionproperties.innersectionborderWidth + 'px',
|
|
62508
|
-
borderColor: sectionproperties.innersectionborderColor,
|
|
62509
|
-
borderStyle: 'solid',
|
|
62510
|
-
width: '100%',
|
|
62511
|
-
transition: '.3s',
|
|
62512
|
-
':hover': {
|
|
62513
|
-
backgroundColor: sectionproperties.reservation_bgcoloronhover
|
|
62514
|
-
}
|
|
62515
|
-
}),
|
|
62516
|
-
accordionheading: css({
|
|
62517
|
-
':before': {
|
|
62518
|
-
width: '100px',
|
|
62519
|
-
height: '100px',
|
|
62520
|
-
display: 'none'
|
|
62521
|
-
},
|
|
62522
|
-
':after': {
|
|
62523
|
-
width: '0px',
|
|
62524
|
-
height: '0px',
|
|
62525
|
-
display: 'none'
|
|
62526
|
-
}
|
|
62527
|
-
}),
|
|
62528
|
-
accordionbutton: css({
|
|
62529
|
-
':before': {
|
|
62530
|
-
width: '0px',
|
|
62531
|
-
height: '0px',
|
|
62532
|
-
display: 'none'
|
|
62533
|
-
}
|
|
62534
|
-
}),
|
|
62535
|
-
accordionicon: css({
|
|
62536
|
-
width: sectionproperties.iconcontainerwidth + 'px',
|
|
62537
|
-
height: sectionproperties.iconcontainerwidth + 'px',
|
|
62538
|
-
borderTopLeftRadius: sectionproperties.iconcontainerbordertl + 'px',
|
|
62539
|
-
borderTopRightRadius: sectionproperties.iconcontainerbordertr + 'px',
|
|
62540
|
-
borderBottomLeftRadius: sectionproperties.iconcontainerborderbl + 'px',
|
|
62541
|
-
borderBottomRightRadius: sectionproperties.iconcontainerborderbr + 'px',
|
|
62542
|
-
color: sectionproperties.iconcontainercolor,
|
|
62543
|
-
backgroundColor: sectionproperties.iconcontainerbg,
|
|
62544
|
-
fontSize: sectionproperties.iconcontainer_iconfontsize + 'px',
|
|
62545
|
-
transition: '.3s',
|
|
62546
|
-
':hover': {
|
|
62547
|
-
backgroundColor: sectionproperties.iconcontainerbgonhover,
|
|
62548
|
-
color: sectionproperties.iconcontainercoloronhover
|
|
62549
|
-
},
|
|
62550
|
-
':hover .pname': {
|
|
62551
|
-
color: sectionproperties.text1secondarycolor
|
|
62552
|
-
}
|
|
62553
|
-
}),
|
|
62554
|
-
text1: css({
|
|
62555
|
-
color: sectionproperties.slideshowText1ContentColor,
|
|
62556
|
-
fontSize: sectionproperties.slideshowText1ContentFontSize + 'px',
|
|
62557
|
-
fontWeight: sectionproperties.slideshowText1ContentFontWeight,
|
|
62558
|
-
textTransform: sectionproperties.slideshowText1ContentTextTransform,
|
|
62559
|
-
textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
62560
|
-
transition: '.3s',
|
|
62561
|
-
':hover': {
|
|
62562
|
-
color: sectionproperties.text1secondarycolor
|
|
62563
|
-
}
|
|
62564
62487
|
})
|
|
62565
|
-
}
|
|
62488
|
+
}, "sectiontitlespan", css({
|
|
62489
|
+
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
62490
|
+
':after': {
|
|
62491
|
+
width: sectionproperties.sectitle_lineafterwidth + 'px',
|
|
62492
|
+
height: '100%',
|
|
62493
|
+
backgroundColor: sectionproperties.linebgcolor
|
|
62494
|
+
},
|
|
62495
|
+
'@media (max-width: 800px)': {
|
|
62496
|
+
fontSize: '20px'
|
|
62497
|
+
}
|
|
62498
|
+
})), "sectiontitlespan2", css({
|
|
62499
|
+
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
62500
|
+
':after': {
|
|
62501
|
+
width: sectionproperties.sectitle_lineafterwidth + 'px',
|
|
62502
|
+
height: '100%',
|
|
62503
|
+
backgroundColor: sectionproperties.linebgcolor
|
|
62504
|
+
},
|
|
62505
|
+
'@media (max-width: 800px)': {
|
|
62506
|
+
fontSize: '20px'
|
|
62507
|
+
}
|
|
62508
|
+
})), "accordion", css({
|
|
62509
|
+
':before': {
|
|
62510
|
+
width: '0px',
|
|
62511
|
+
height: '0px',
|
|
62512
|
+
display: 'none'
|
|
62513
|
+
},
|
|
62514
|
+
backgroundColor: sectionproperties.reservation_bgcolor,
|
|
62515
|
+
borderRadius: sectionproperties.reservation_borderradius + 'px',
|
|
62516
|
+
paddingTop: sectionproperties.reservation_padding_top + 'px',
|
|
62517
|
+
paddingBottom: sectionproperties.reservation_padding_bottom + 'px',
|
|
62518
|
+
paddingRight: langdetect == 'en' ? sectionproperties.reservation_padding_right + 'px' : sectionproperties.reservation_padding_left + 'px',
|
|
62519
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.reservation_padding_left + 'px' : sectionproperties.reservation_padding_right + 'px',
|
|
62520
|
+
borderWidth: sectionproperties.innersectionborderWidth + 'px',
|
|
62521
|
+
borderColor: sectionproperties.innersectionborderColor,
|
|
62522
|
+
borderStyle: 'solid',
|
|
62523
|
+
width: '100%',
|
|
62524
|
+
transition: '.3s',
|
|
62525
|
+
':hover': {
|
|
62526
|
+
backgroundColor: sectionproperties.reservation_bgcoloronhover
|
|
62527
|
+
}
|
|
62528
|
+
})), "accordionheading", css({
|
|
62529
|
+
':before': {
|
|
62530
|
+
width: '100px',
|
|
62531
|
+
height: '100px',
|
|
62532
|
+
display: 'none'
|
|
62533
|
+
},
|
|
62534
|
+
':after': {
|
|
62535
|
+
width: '0px',
|
|
62536
|
+
height: '0px',
|
|
62537
|
+
display: 'none'
|
|
62538
|
+
}
|
|
62539
|
+
})), "accordionbutton", css({
|
|
62540
|
+
':before': {
|
|
62541
|
+
width: '0px',
|
|
62542
|
+
height: '0px',
|
|
62543
|
+
display: 'none'
|
|
62544
|
+
}
|
|
62545
|
+
})), "accordionicon", css({
|
|
62546
|
+
width: sectionproperties.iconcontainerwidth + 'px',
|
|
62547
|
+
height: sectionproperties.iconcontainerwidth + 'px',
|
|
62548
|
+
borderTopLeftRadius: sectionproperties.iconcontainerbordertl + 'px',
|
|
62549
|
+
borderTopRightRadius: sectionproperties.iconcontainerbordertr + 'px',
|
|
62550
|
+
borderBottomLeftRadius: sectionproperties.iconcontainerborderbl + 'px',
|
|
62551
|
+
borderBottomRightRadius: sectionproperties.iconcontainerborderbr + 'px',
|
|
62552
|
+
color: sectionproperties.iconcontainercolor,
|
|
62553
|
+
backgroundColor: sectionproperties.iconcontainerbg,
|
|
62554
|
+
fontSize: sectionproperties.iconcontainer_iconfontsize + 'px',
|
|
62555
|
+
transition: '.3s',
|
|
62556
|
+
':hover': {
|
|
62557
|
+
backgroundColor: sectionproperties.iconcontainerbgonhover,
|
|
62558
|
+
color: sectionproperties.iconcontainercoloronhover
|
|
62559
|
+
},
|
|
62560
|
+
':hover .pname': {
|
|
62561
|
+
color: sectionproperties.text1secondarycolor
|
|
62562
|
+
}
|
|
62563
|
+
})), "text1", css({
|
|
62564
|
+
color: sectionproperties.slideshowText1ContentColor,
|
|
62565
|
+
fontSize: sectionproperties.slideshowText1ContentFontSize + 'px',
|
|
62566
|
+
fontWeight: sectionproperties.slideshowText1ContentFontWeight,
|
|
62567
|
+
textTransform: sectionproperties.slideshowText1ContentTextTransform,
|
|
62568
|
+
textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
62569
|
+
transition: '.3s',
|
|
62570
|
+
':hover': {
|
|
62571
|
+
color: sectionproperties.text1secondarycolor
|
|
62572
|
+
}
|
|
62573
|
+
}));
|
|
62566
62574
|
var DescriptionContent = function DescriptionContent() {
|
|
62567
62575
|
return /*#__PURE__*/React.createElement("p", {
|
|
62568
62576
|
"class": sectionproperties.descFontFamily == 'Pacifico' ? ' PacificoFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Playfair' ? ' PlayfairFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Great Vibes' ? ' GreatvibesFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Quicksand' ? ' QuicksandFont m-0 p-0 wordbreak' : ' m-0 p-0 wordbreak',
|
|
@@ -62621,7 +62629,6 @@ var CollapsableSection = function CollapsableSection(props) {
|
|
|
62621
62629
|
"class": sectionproperties.sectiontitlefontfamily == 'Pacifico' ? "".concat(section_styles.sectiontitlespan) + ' PacificoFont mb-0 pb-0 wordbreak ' : sectionproperties.sectiontitlefontfamily == 'Playfair' ? "".concat(section_styles.sectiontitlespan) + ' PlayfairFont mb-0 pb-0 wordbreak ' : sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? "".concat(section_styles.sectiontitlespan) + ' GreatvibesFont mb-0 pb-0 wordbreak ' : sectionproperties.sectiontitlefontfamily == 'Quicksand' ? "".concat(section_styles.sectiontitlespan) + ' QuicksandFont mb-0 pb-0 wordbreak ' : sectionproperties.sectiontitlefontfamily == 'Satisfy' ? "".concat(section_styles.sectiontitlespan) + ' SatisfyFont mb-0 pb-0 wordbreak ' : "".concat(section_styles.sectiontitlespan) + ' mb-0 pb-0 wordbreak ',
|
|
62622
62630
|
style: {
|
|
62623
62631
|
color: sectionproperties.sectionTitleColor,
|
|
62624
|
-
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
62625
62632
|
textTransform: sectionproperties.sectionTitleTextTransform,
|
|
62626
62633
|
fontWeight: sectionproperties.sectionTitleFontWeight,
|
|
62627
62634
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
@@ -62641,7 +62648,6 @@ var CollapsableSection = function CollapsableSection(props) {
|
|
|
62641
62648
|
"class": "".concat(section_styles.sectiontitlespan2),
|
|
62642
62649
|
style: {
|
|
62643
62650
|
color: sectionproperties.sectionTitleColor,
|
|
62644
|
-
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
62645
62651
|
textTransform: sectionproperties.sectionTitleTextTransform,
|
|
62646
62652
|
fontWeight: sectionproperties.sectionTitleFontWeight
|
|
62647
62653
|
}
|
|
@@ -69989,7 +69995,7 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
69989
69995
|
}, /*#__PURE__*/React.createElement("div", {
|
|
69990
69996
|
"class": "col-lg-12 p-0",
|
|
69991
69997
|
style: {
|
|
69992
|
-
display: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '68527dfef348b' && sectionproperties.
|
|
69998
|
+
display: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '68527dfef348b' && sectionproperties.sectionTitleContent_ar == 'ABOUT US' ? 'none' : 'flex'
|
|
69993
69999
|
}
|
|
69994
70000
|
}, /*#__PURE__*/React.createElement("div", {
|
|
69995
70001
|
"class": "row m-0 w-100 allcentered",
|
|
@@ -70001,7 +70007,7 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
70001
70007
|
"data-aos": 'fade-up'
|
|
70002
70008
|
}, FreeTextSectionContainer()), sectionproperties.showanimation != 'Yes' && /*#__PURE__*/React.createElement("div", {
|
|
70003
70009
|
"class": "".concat(section_styles.sectioncont) + ' row ml-0 mr-0 w-100 '
|
|
70004
|
-
}, FreeTextSectionContainer()))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '68527dfef348b' && sectionproperties.
|
|
70010
|
+
}, FreeTextSectionContainer()))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '68527dfef348b' && sectionproperties.sectionTitleContent_ar == 'ABOUT US' && /*#__PURE__*/React.createElement("div", {
|
|
70005
70011
|
"class": "col-lg-12 p-0 pt-5",
|
|
70006
70012
|
style: {
|
|
70007
70013
|
background: sectionproperties.outerbgcolor
|
|
@@ -70020,7 +70026,7 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
70020
70026
|
color: sectionproperties.sectionTitleColor,
|
|
70021
70027
|
fontWeight: sectionproperties.sectionTitleFontWeight
|
|
70022
70028
|
}
|
|
70023
|
-
},
|
|
70029
|
+
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar)), /*#__PURE__*/React.createElement("div", {
|
|
70024
70030
|
"class": "col-lg-8"
|
|
70025
70031
|
}, /*#__PURE__*/React.createElement("p", {
|
|
70026
70032
|
"class": section_styles.descpancea + ' m-0 p-0 text-left ',
|
|
@@ -73511,8 +73517,8 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
73511
73517
|
}, 'More Details')), /*#__PURE__*/React.createElement("div", {
|
|
73512
73518
|
"class": ' row m-0 w-100 work-content h-100 d-flex align-items-center text-start ',
|
|
73513
73519
|
style: {
|
|
73514
|
-
background: '#
|
|
73515
|
-
color: '#262626'
|
|
73520
|
+
background: '#f6f2ef'
|
|
73521
|
+
// color: '#262626',
|
|
73516
73522
|
}
|
|
73517
73523
|
}, /*#__PURE__*/React.createElement("div", {
|
|
73518
73524
|
"class": ' col-lg-12 pl-0 pr-0 ',
|
package/dist/index.umd.js
CHANGED
|
@@ -36083,7 +36083,7 @@
|
|
|
36083
36083
|
paddingRight: langdetect == 'en' ? sectionproperties.header_paddingRight + 'px' : sectionproperties.header_paddingLeft + 'px',
|
|
36084
36084
|
paddingTop: sectionproperties.header_paddingTop + 'px',
|
|
36085
36085
|
paddingBottom: sectionproperties.header_paddingBottom + 'px',
|
|
36086
|
-
backgroundColor: sectionproperties.keepheadertransparent == 'Yes' ? 'transparent' : sectionproperties.headerstyles_bgtransparent == 'Transparent' && window.location.pathname == '/home' ? scrollYposittionprops > 300 ? sectionproperties.header_backgroundColor : 'transparent' : sectionproperties.header_backgroundColor,
|
|
36086
|
+
backgroundColor: sectionproperties.keepheadertransparent == 'Yes' ? 'transparent' : sectionproperties.headerstyles_bgtransparent == 'Transparent' && window.location.pathname == '/home' ? scrollYposittionprops > 300 ? sectionproperties.header_backgroundColor : sectionproperties.headerstyles_bgtransparent == 'Transparent' && window.location.pathname == '/login' ? sectionproperties.header_backgroundColor : 'transparent' : sectionproperties.header_backgroundColor,
|
|
36087
36087
|
borderBottom: sectionproperties.headerborderbottomwidth + 'px solid ' + sectionproperties.headerbordercolor,
|
|
36088
36088
|
':hover': {
|
|
36089
36089
|
backgroundColor: sectionproperties.header_backgroundColor,
|
|
@@ -62323,7 +62323,7 @@
|
|
|
62323
62323
|
}
|
|
62324
62324
|
}
|
|
62325
62325
|
}, [sectionproperties]);
|
|
62326
|
-
var section_styles = {
|
|
62326
|
+
var section_styles = _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"]({
|
|
62327
62327
|
imgcontainer: glamor.css({
|
|
62328
62328
|
':before': {
|
|
62329
62329
|
width: '100%',
|
|
@@ -62344,85 +62344,93 @@
|
|
|
62344
62344
|
width: sectionproperties.sectitle_lineafterwidth + '%',
|
|
62345
62345
|
backgroundColor: sectionproperties.linebgcolor
|
|
62346
62346
|
}
|
|
62347
|
-
}),
|
|
62348
|
-
sectiontitlespan2: glamor.css({
|
|
62349
|
-
':after': {
|
|
62350
|
-
width: sectionproperties.sectitle_lineafterwidth + 'px',
|
|
62351
|
-
height: '100%',
|
|
62352
|
-
backgroundColor: sectionproperties.linebgcolor
|
|
62353
|
-
}
|
|
62354
|
-
}),
|
|
62355
|
-
accordion: glamor.css({
|
|
62356
|
-
':before': {
|
|
62357
|
-
width: '0px',
|
|
62358
|
-
height: '0px',
|
|
62359
|
-
display: 'none'
|
|
62360
|
-
},
|
|
62361
|
-
backgroundColor: sectionproperties.reservation_bgcolor,
|
|
62362
|
-
borderRadius: sectionproperties.reservation_borderradius + 'px',
|
|
62363
|
-
paddingTop: sectionproperties.reservation_padding_top + 'px',
|
|
62364
|
-
paddingBottom: sectionproperties.reservation_padding_bottom + 'px',
|
|
62365
|
-
paddingRight: langdetect == 'en' ? sectionproperties.reservation_padding_right + 'px' : sectionproperties.reservation_padding_left + 'px',
|
|
62366
|
-
paddingLeft: langdetect == 'en' ? sectionproperties.reservation_padding_left + 'px' : sectionproperties.reservation_padding_right + 'px',
|
|
62367
|
-
borderWidth: sectionproperties.innersectionborderWidth + 'px',
|
|
62368
|
-
borderColor: sectionproperties.innersectionborderColor,
|
|
62369
|
-
borderStyle: 'solid',
|
|
62370
|
-
width: '100%',
|
|
62371
|
-
transition: '.3s',
|
|
62372
|
-
':hover': {
|
|
62373
|
-
backgroundColor: sectionproperties.reservation_bgcoloronhover
|
|
62374
|
-
}
|
|
62375
|
-
}),
|
|
62376
|
-
accordionheading: glamor.css({
|
|
62377
|
-
':before': {
|
|
62378
|
-
width: '100px',
|
|
62379
|
-
height: '100px',
|
|
62380
|
-
display: 'none'
|
|
62381
|
-
},
|
|
62382
|
-
':after': {
|
|
62383
|
-
width: '0px',
|
|
62384
|
-
height: '0px',
|
|
62385
|
-
display: 'none'
|
|
62386
|
-
}
|
|
62387
|
-
}),
|
|
62388
|
-
accordionbutton: glamor.css({
|
|
62389
|
-
':before': {
|
|
62390
|
-
width: '0px',
|
|
62391
|
-
height: '0px',
|
|
62392
|
-
display: 'none'
|
|
62393
|
-
}
|
|
62394
|
-
}),
|
|
62395
|
-
accordionicon: glamor.css({
|
|
62396
|
-
width: sectionproperties.iconcontainerwidth + 'px',
|
|
62397
|
-
height: sectionproperties.iconcontainerwidth + 'px',
|
|
62398
|
-
borderTopLeftRadius: sectionproperties.iconcontainerbordertl + 'px',
|
|
62399
|
-
borderTopRightRadius: sectionproperties.iconcontainerbordertr + 'px',
|
|
62400
|
-
borderBottomLeftRadius: sectionproperties.iconcontainerborderbl + 'px',
|
|
62401
|
-
borderBottomRightRadius: sectionproperties.iconcontainerborderbr + 'px',
|
|
62402
|
-
color: sectionproperties.iconcontainercolor,
|
|
62403
|
-
backgroundColor: sectionproperties.iconcontainerbg,
|
|
62404
|
-
fontSize: sectionproperties.iconcontainer_iconfontsize + 'px',
|
|
62405
|
-
transition: '.3s',
|
|
62406
|
-
':hover': {
|
|
62407
|
-
backgroundColor: sectionproperties.iconcontainerbgonhover,
|
|
62408
|
-
color: sectionproperties.iconcontainercoloronhover
|
|
62409
|
-
},
|
|
62410
|
-
':hover .pname': {
|
|
62411
|
-
color: sectionproperties.text1secondarycolor
|
|
62412
|
-
}
|
|
62413
|
-
}),
|
|
62414
|
-
text1: glamor.css({
|
|
62415
|
-
color: sectionproperties.slideshowText1ContentColor,
|
|
62416
|
-
fontSize: sectionproperties.slideshowText1ContentFontSize + 'px',
|
|
62417
|
-
fontWeight: sectionproperties.slideshowText1ContentFontWeight,
|
|
62418
|
-
textTransform: sectionproperties.slideshowText1ContentTextTransform,
|
|
62419
|
-
textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
62420
|
-
transition: '.3s',
|
|
62421
|
-
':hover': {
|
|
62422
|
-
color: sectionproperties.text1secondarycolor
|
|
62423
|
-
}
|
|
62424
62347
|
})
|
|
62425
|
-
}
|
|
62348
|
+
}, "sectiontitlespan", glamor.css({
|
|
62349
|
+
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
62350
|
+
':after': {
|
|
62351
|
+
width: sectionproperties.sectitle_lineafterwidth + 'px',
|
|
62352
|
+
height: '100%',
|
|
62353
|
+
backgroundColor: sectionproperties.linebgcolor
|
|
62354
|
+
},
|
|
62355
|
+
'@media (max-width: 800px)': {
|
|
62356
|
+
fontSize: '20px'
|
|
62357
|
+
}
|
|
62358
|
+
})), "sectiontitlespan2", glamor.css({
|
|
62359
|
+
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
62360
|
+
':after': {
|
|
62361
|
+
width: sectionproperties.sectitle_lineafterwidth + 'px',
|
|
62362
|
+
height: '100%',
|
|
62363
|
+
backgroundColor: sectionproperties.linebgcolor
|
|
62364
|
+
},
|
|
62365
|
+
'@media (max-width: 800px)': {
|
|
62366
|
+
fontSize: '20px'
|
|
62367
|
+
}
|
|
62368
|
+
})), "accordion", glamor.css({
|
|
62369
|
+
':before': {
|
|
62370
|
+
width: '0px',
|
|
62371
|
+
height: '0px',
|
|
62372
|
+
display: 'none'
|
|
62373
|
+
},
|
|
62374
|
+
backgroundColor: sectionproperties.reservation_bgcolor,
|
|
62375
|
+
borderRadius: sectionproperties.reservation_borderradius + 'px',
|
|
62376
|
+
paddingTop: sectionproperties.reservation_padding_top + 'px',
|
|
62377
|
+
paddingBottom: sectionproperties.reservation_padding_bottom + 'px',
|
|
62378
|
+
paddingRight: langdetect == 'en' ? sectionproperties.reservation_padding_right + 'px' : sectionproperties.reservation_padding_left + 'px',
|
|
62379
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.reservation_padding_left + 'px' : sectionproperties.reservation_padding_right + 'px',
|
|
62380
|
+
borderWidth: sectionproperties.innersectionborderWidth + 'px',
|
|
62381
|
+
borderColor: sectionproperties.innersectionborderColor,
|
|
62382
|
+
borderStyle: 'solid',
|
|
62383
|
+
width: '100%',
|
|
62384
|
+
transition: '.3s',
|
|
62385
|
+
':hover': {
|
|
62386
|
+
backgroundColor: sectionproperties.reservation_bgcoloronhover
|
|
62387
|
+
}
|
|
62388
|
+
})), "accordionheading", glamor.css({
|
|
62389
|
+
':before': {
|
|
62390
|
+
width: '100px',
|
|
62391
|
+
height: '100px',
|
|
62392
|
+
display: 'none'
|
|
62393
|
+
},
|
|
62394
|
+
':after': {
|
|
62395
|
+
width: '0px',
|
|
62396
|
+
height: '0px',
|
|
62397
|
+
display: 'none'
|
|
62398
|
+
}
|
|
62399
|
+
})), "accordionbutton", glamor.css({
|
|
62400
|
+
':before': {
|
|
62401
|
+
width: '0px',
|
|
62402
|
+
height: '0px',
|
|
62403
|
+
display: 'none'
|
|
62404
|
+
}
|
|
62405
|
+
})), "accordionicon", glamor.css({
|
|
62406
|
+
width: sectionproperties.iconcontainerwidth + 'px',
|
|
62407
|
+
height: sectionproperties.iconcontainerwidth + 'px',
|
|
62408
|
+
borderTopLeftRadius: sectionproperties.iconcontainerbordertl + 'px',
|
|
62409
|
+
borderTopRightRadius: sectionproperties.iconcontainerbordertr + 'px',
|
|
62410
|
+
borderBottomLeftRadius: sectionproperties.iconcontainerborderbl + 'px',
|
|
62411
|
+
borderBottomRightRadius: sectionproperties.iconcontainerborderbr + 'px',
|
|
62412
|
+
color: sectionproperties.iconcontainercolor,
|
|
62413
|
+
backgroundColor: sectionproperties.iconcontainerbg,
|
|
62414
|
+
fontSize: sectionproperties.iconcontainer_iconfontsize + 'px',
|
|
62415
|
+
transition: '.3s',
|
|
62416
|
+
':hover': {
|
|
62417
|
+
backgroundColor: sectionproperties.iconcontainerbgonhover,
|
|
62418
|
+
color: sectionproperties.iconcontainercoloronhover
|
|
62419
|
+
},
|
|
62420
|
+
':hover .pname': {
|
|
62421
|
+
color: sectionproperties.text1secondarycolor
|
|
62422
|
+
}
|
|
62423
|
+
})), "text1", glamor.css({
|
|
62424
|
+
color: sectionproperties.slideshowText1ContentColor,
|
|
62425
|
+
fontSize: sectionproperties.slideshowText1ContentFontSize + 'px',
|
|
62426
|
+
fontWeight: sectionproperties.slideshowText1ContentFontWeight,
|
|
62427
|
+
textTransform: sectionproperties.slideshowText1ContentTextTransform,
|
|
62428
|
+
textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
62429
|
+
transition: '.3s',
|
|
62430
|
+
':hover': {
|
|
62431
|
+
color: sectionproperties.text1secondarycolor
|
|
62432
|
+
}
|
|
62433
|
+
}));
|
|
62426
62434
|
var DescriptionContent = function DescriptionContent() {
|
|
62427
62435
|
return /*#__PURE__*/React__default["default"].createElement("p", {
|
|
62428
62436
|
"class": sectionproperties.descFontFamily == 'Pacifico' ? ' PacificoFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Playfair' ? ' PlayfairFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Great Vibes' ? ' GreatvibesFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Quicksand' ? ' QuicksandFont m-0 p-0 wordbreak' : ' m-0 p-0 wordbreak',
|
|
@@ -62481,7 +62489,6 @@
|
|
|
62481
62489
|
"class": sectionproperties.sectiontitlefontfamily == 'Pacifico' ? "".concat(section_styles.sectiontitlespan) + ' PacificoFont mb-0 pb-0 wordbreak ' : sectionproperties.sectiontitlefontfamily == 'Playfair' ? "".concat(section_styles.sectiontitlespan) + ' PlayfairFont mb-0 pb-0 wordbreak ' : sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? "".concat(section_styles.sectiontitlespan) + ' GreatvibesFont mb-0 pb-0 wordbreak ' : sectionproperties.sectiontitlefontfamily == 'Quicksand' ? "".concat(section_styles.sectiontitlespan) + ' QuicksandFont mb-0 pb-0 wordbreak ' : sectionproperties.sectiontitlefontfamily == 'Satisfy' ? "".concat(section_styles.sectiontitlespan) + ' SatisfyFont mb-0 pb-0 wordbreak ' : "".concat(section_styles.sectiontitlespan) + ' mb-0 pb-0 wordbreak ',
|
|
62482
62490
|
style: {
|
|
62483
62491
|
color: sectionproperties.sectionTitleColor,
|
|
62484
|
-
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
62485
62492
|
textTransform: sectionproperties.sectionTitleTextTransform,
|
|
62486
62493
|
fontWeight: sectionproperties.sectionTitleFontWeight,
|
|
62487
62494
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
@@ -62501,7 +62508,6 @@
|
|
|
62501
62508
|
"class": "".concat(section_styles.sectiontitlespan2),
|
|
62502
62509
|
style: {
|
|
62503
62510
|
color: sectionproperties.sectionTitleColor,
|
|
62504
|
-
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
62505
62511
|
textTransform: sectionproperties.sectionTitleTextTransform,
|
|
62506
62512
|
fontWeight: sectionproperties.sectionTitleFontWeight
|
|
62507
62513
|
}
|
|
@@ -69849,7 +69855,7 @@
|
|
|
69849
69855
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
69850
69856
|
"class": "col-lg-12 p-0",
|
|
69851
69857
|
style: {
|
|
69852
|
-
display: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '68527dfef348b' && sectionproperties.
|
|
69858
|
+
display: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '68527dfef348b' && sectionproperties.sectionTitleContent_ar == 'ABOUT US' ? 'none' : 'flex'
|
|
69853
69859
|
}
|
|
69854
69860
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
69855
69861
|
"class": "row m-0 w-100 allcentered",
|
|
@@ -69861,7 +69867,7 @@
|
|
|
69861
69867
|
"data-aos": 'fade-up'
|
|
69862
69868
|
}, FreeTextSectionContainer()), sectionproperties.showanimation != 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
69863
69869
|
"class": "".concat(section_styles.sectioncont) + ' row ml-0 mr-0 w-100 '
|
|
69864
|
-
}, FreeTextSectionContainer()))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '68527dfef348b' && sectionproperties.
|
|
69870
|
+
}, FreeTextSectionContainer()))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '68527dfef348b' && sectionproperties.sectionTitleContent_ar == 'ABOUT US' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
69865
69871
|
"class": "col-lg-12 p-0 pt-5",
|
|
69866
69872
|
style: {
|
|
69867
69873
|
background: sectionproperties.outerbgcolor
|
|
@@ -69880,7 +69886,7 @@
|
|
|
69880
69886
|
color: sectionproperties.sectionTitleColor,
|
|
69881
69887
|
fontWeight: sectionproperties.sectionTitleFontWeight
|
|
69882
69888
|
}
|
|
69883
|
-
},
|
|
69889
|
+
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
69884
69890
|
"class": "col-lg-8"
|
|
69885
69891
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
69886
69892
|
"class": section_styles.descpancea + ' m-0 p-0 text-left ',
|
|
@@ -73371,8 +73377,8 @@
|
|
|
73371
73377
|
}, 'More Details')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
73372
73378
|
"class": ' row m-0 w-100 work-content h-100 d-flex align-items-center text-start ',
|
|
73373
73379
|
style: {
|
|
73374
|
-
background: '#
|
|
73375
|
-
color: '#262626'
|
|
73380
|
+
background: '#f6f2ef'
|
|
73381
|
+
// color: '#262626',
|
|
73376
73382
|
}
|
|
73377
73383
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
73378
73384
|
"class": ' col-lg-12 pl-0 pr-0 ',
|