tabexseriescomponents 0.0.705 → 0.0.707

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.
Files changed (352) hide show
  1. package/dist/index.cjs.js +1070 -1797
  2. package/dist/index.esm.js +1070 -1797
  3. package/dist/index.umd.js +1070 -1798
  4. package/package.json +1 -1
  5. package/srcoriginal/Contexts/LanguageContext.jsx +408 -0
  6. package/srcoriginal/Contexts/ProductsCardsSectionContext.jsx +36 -0
  7. package/srcoriginal/Imagekitconfig.jsx +46 -0
  8. package/srcoriginal/StylesJS/Customstyles.js +345 -0
  9. package/srcoriginal/TabexComponents/Cards/CTAProductCard/CTAProductCard.jsx +376 -0
  10. package/srcoriginal/TabexComponents/Cards/Card20/Card20.jsx +298 -0
  11. package/srcoriginal/TabexComponents/Cards/Card21/Card21.jsx +388 -0
  12. package/srcoriginal/TabexComponents/Cards/Card22/Card22.jsx +288 -0
  13. package/srcoriginal/TabexComponents/Cards/Card23/Card23 copy.jsx +1630 -0
  14. package/srcoriginal/TabexComponents/Cards/Card23/Card23.jsx +733 -0
  15. package/srcoriginal/TabexComponents/Cards/CardAll/CardAll.jsx +453 -0
  16. package/srcoriginal/TabexComponents/Cards/CardBadgeSlideFromTop/CardBadgeSlideFromTop.jsx +394 -0
  17. package/srcoriginal/TabexComponents/Cards/CardWithTextOnly/CardWithTextOnly.jsx +70 -0
  18. package/srcoriginal/TabexComponents/Cards/CategoryCardTextOnImage/CategoryCardTextOnImage.jsx +211 -0
  19. package/srcoriginal/TabexComponents/Cards/CategoryCardwithhoveraction/CategoryCardwithhoveraction.jsx +255 -0
  20. package/srcoriginal/TabexComponents/Cards/Categorycard_fullimage/Categorycard_fullimage.jsx +235 -0
  21. package/srcoriginal/TabexComponents/Cards/Categorycard_slidebgscaled/Categorycard_slidebgscaled.jsx +199 -0
  22. package/srcoriginal/TabexComponents/Cards/Categorycard_with_trianglebg/Categorycard_with_trianglebg.jsx +182 -0
  23. package/srcoriginal/TabexComponents/Cards/Categorycard_with_twolinestransition/Categorycard_with_twolinestransition.jsx +181 -0
  24. package/srcoriginal/TabexComponents/Cards/Categorycard_withshapes/Categorycard_withshapes.jsx +161 -0
  25. package/srcoriginal/TabexComponents/Cards/Categorycard_withtext/Categorycard_withtext.jsx +184 -0
  26. package/srcoriginal/TabexComponents/Cards/CircleCardWithVariants/CircleCardWithVariants.jsx +560 -0
  27. package/srcoriginal/TabexComponents/Cards/Classiccategorycard/Classiccategorycard copy.jsx +145 -0
  28. package/srcoriginal/TabexComponents/Cards/Classiccategorycard/Classiccategorycard.jsx +147 -0
  29. package/srcoriginal/TabexComponents/Cards/Classiccategorycard/ClassiccategorycardOriginal.jsx +142 -0
  30. package/srcoriginal/TabexComponents/Cards/HorizontalCategoryCard/HorizontalCategoryCard.jsx +193 -0
  31. package/srcoriginal/TabexComponents/Cards/Horizontalcard/Horizontalcard.jsx +409 -0
  32. package/srcoriginal/TabexComponents/Cards/MenuCard/MenuCard.jsx +744 -0
  33. package/srcoriginal/TabexComponents/Cards/ModernCardWithQuantityButton/ModernCardWithQuantityButton.jsx +468 -0
  34. package/srcoriginal/TabexComponents/Cards/ModernProductCard/ModernProductCard.jsx +593 -0
  35. package/srcoriginal/TabexComponents/Cards/Moderncategorycard/Moderncategorycard.jsx +208 -0
  36. package/srcoriginal/TabexComponents/Cards/NewProductcard/NewProductcard copy.jsx +497 -0
  37. package/srcoriginal/TabexComponents/Cards/NewProductcard/NewProductcard.jsx +512 -0
  38. package/srcoriginal/TabexComponents/Cards/ProductCardWithTextOnImage/ProductCardWithTextOnImage.jsx +304 -0
  39. package/srcoriginal/TabexComponents/Cards/Productcard6/Productcard6.jsx +257 -0
  40. package/srcoriginal/TabexComponents/Cards/Productcard7/Productcard7.jsx +277 -0
  41. package/srcoriginal/TabexComponents/Cards/Productcard_animatedbuttons/Productcard_animatedbuttons.jsx +352 -0
  42. package/srcoriginal/TabexComponents/Cards/Productcard_with_circularbg/Productcard_with_circularbg.jsx +291 -0
  43. package/srcoriginal/TabexComponents/Cards/Productcard_with_circularhover/Productcard_with_circularhover.jsx +315 -0
  44. package/srcoriginal/TabexComponents/Cards/Productcard_with_slideanimation/Productcard_with_slideanimation.jsx +327 -0
  45. package/srcoriginal/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants copy.jsx +408 -0
  46. package/srcoriginal/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants.jsx +528 -0
  47. package/srcoriginal/TabexComponents/Cards/Productcard_with_zoominonhover/Productcard_with_zoominonhover.jsx +600 -0
  48. package/srcoriginal/TabexComponents/Cards/Productcarddefault/Productcarddefault.jsx +275 -0
  49. package/srcoriginal/TabexComponents/Cards/Productccard_with_imageontopleft/Productccard_with_imageontopleft.jsx +286 -0
  50. package/srcoriginal/TabexComponents/Cards/Prouductcard_with_zoomhover/Prouductcard_with_zoomhover.jsx +137 -0
  51. package/srcoriginal/TabexComponents/Cards/QuantityButtonBasedProductCard/QuantityButtonBasedProductCard.jsx +611 -0
  52. package/srcoriginal/TabexComponents/Cards/ServiceCard/ServiceCard.jsx +413 -0
  53. package/srcoriginal/TabexComponents/Cards/Simplecategorycardwithtextbelow/Simplecategorycardwithtextbelow.jsx +225 -0
  54. package/srcoriginal/TabexComponents/Cards/Simpleproductcard/Simpleproductcard copy 2.jsx +525 -0
  55. package/srcoriginal/TabexComponents/Cards/Simpleproductcard/Simpleproductcard copy.jsx +455 -0
  56. package/srcoriginal/TabexComponents/Cards/Simpleproductcard/Simpleproductcard.jsx +905 -0
  57. package/srcoriginal/TabexComponents/Cards/StylishProductCard/StylishProductCard.jsx +337 -0
  58. package/srcoriginal/TabexComponents/Cards/TwoWayServiceSectionWithImage/TwoWayServiceSectionWithImage.jsx +347 -0
  59. package/srcoriginal/TabexComponents/Cards/UpSlideEffectCard/UpSlideEffectCard.jsx +605 -0
  60. package/srcoriginal/TabexComponents/Cards/UserCardWithSocialMediaOnHover/UserCardWithSocialMediaOnHover.jsx +185 -0
  61. package/srcoriginal/TabexComponents/Footer/Allinonefooter/Allinonefooter.jsx +528 -0
  62. package/srcoriginal/TabexComponents/Footer/Footer1/Footer1.jsx +551 -0
  63. package/srcoriginal/TabexComponents/Footer/Footer2/Footer2.jsx +527 -0
  64. package/srcoriginal/TabexComponents/Footer/Footer3/Footer3.jsx +411 -0
  65. package/srcoriginal/TabexComponents/Footer/Footer4/Footer4.jsx +466 -0
  66. package/srcoriginal/TabexComponents/Footer/Footer5/Footer5.jsx +751 -0
  67. package/srcoriginal/TabexComponents/Footer/Footer6/Footer6.jsx +290 -0
  68. package/srcoriginal/TabexComponents/Footer/Footer7/Footer7.jsx +428 -0
  69. package/srcoriginal/TabexComponents/Footer/Footer8/Footer8.jsx +533 -0
  70. package/srcoriginal/TabexComponents/Footer/FooterWithThreeColumns/FooterWithThreeColumns.jsx +330 -0
  71. package/srcoriginal/TabexComponents/Footer/ModernFooter/ModernFooter.jsx +581 -0
  72. package/srcoriginal/TabexComponents/Footer/Newsletterfooter/Newsletterfooter.jsx +884 -0
  73. package/srcoriginal/TabexComponents/Footer/Newsletterincenter/Newsletterincenter.jsx +647 -0
  74. package/srcoriginal/TabexComponents/Footer/PrivacyPolicy/PrivacyPolicy.jsx +110 -0
  75. package/srcoriginal/TabexComponents/Footer/Simplefooter/Simplefooter.jsx +316 -0
  76. package/srcoriginal/TabexComponents/Generalfiles/images/egyptflag.png +0 -0
  77. package/srcoriginal/TabexComponents/Generalfiles/images/noimage.png +0 -0
  78. package/srcoriginal/TabexComponents/Generalfiles/images/payment/cod.png +0 -0
  79. package/srcoriginal/TabexComponents/Generalfiles/images/payment/fawry.png +0 -0
  80. package/srcoriginal/TabexComponents/Generalfiles/images/payment/payment.png +0 -0
  81. package/srcoriginal/TabexComponents/Generalfiles/images/payment/paymob.png +0 -0
  82. package/srcoriginal/TabexComponents/Generalfiles/images/payment/paypal.png +0 -0
  83. package/srcoriginal/TabexComponents/Generalfiles/images/payment/visa.png +0 -0
  84. package/srcoriginal/TabexComponents/Generalfiles/images/shoppingcart.png +0 -0
  85. package/srcoriginal/TabexComponents/Generalfiles/images/tabexlogo.png +0 -0
  86. package/srcoriginal/TabexComponents/Generalfiles/images/unknownmaleuser.png +0 -0
  87. package/srcoriginal/TabexComponents/Generalfiles/images/usflag.png +0 -0
  88. package/srcoriginal/TabexComponents/Generalfiles/images/whatsapp.png +0 -0
  89. package/srcoriginal/TabexComponents/Headers/CTAHeader/CTAHeader.jsx +1259 -0
  90. package/srcoriginal/TabexComponents/Headers/CategoryFeaturingHeader/CategoryFeaturingHeader.jsx +1049 -0
  91. package/srcoriginal/TabexComponents/Headers/CenteredLogoHeaderWithSlider/CenteredLogoHeaderWithSlider.jsx +1040 -0
  92. package/srcoriginal/TabexComponents/Headers/ClassicHeader/ClassicHeader.jsx +1268 -0
  93. package/srcoriginal/TabexComponents/Headers/DownloadApp/DownloadApp.jsx +76 -0
  94. package/srcoriginal/TabexComponents/Headers/ElegantHeader/ElegantHeader.jsx +894 -0
  95. package/srcoriginal/TabexComponents/Headers/Gotoheader/Gotoheader.jsx +831 -0
  96. package/srcoriginal/TabexComponents/Headers/Header4/Header4.jsx +622 -0
  97. package/srcoriginal/TabexComponents/Headers/Header8/Header8 copy.jsx +1026 -0
  98. package/srcoriginal/TabexComponents/Headers/Header8/Header8.jsx +2016 -0
  99. package/srcoriginal/TabexComponents/Headers/HeaderRestaurant/HeaderRestaurant.jsx +776 -0
  100. package/srcoriginal/TabexComponents/Headers/HeaderWithAdSlider/HeaderWithAdSlider.jsx +927 -0
  101. package/srcoriginal/TabexComponents/Headers/HeaderWithSearchOnCenter/HeaderWithSearchOnCenter.jsx +704 -0
  102. package/srcoriginal/TabexComponents/Headers/HeaderWithUtilityBar/HeaderWithUtilityBar.jsx +902 -0
  103. package/srcoriginal/TabexComponents/Headers/Header_threesectionslogocentered/Header_threesectionslogocentered.jsx +1228 -0
  104. package/srcoriginal/TabexComponents/Headers/Headerresponsive/Headerresponsive.jsx +1562 -0
  105. package/srcoriginal/TabexComponents/Headers/Headerresponsive/Headerresponsive11-1.jsx +1201 -0
  106. package/srcoriginal/TabexComponents/Headers/Headerresponsive/HeaderresponsiveOriginal.jsx +990 -0
  107. package/srcoriginal/TabexComponents/Headers/Headerresponsive/HeaderresponsiveStyle2 copy.jsx +1639 -0
  108. package/srcoriginal/TabexComponents/Headers/Headerresponsive/HeaderresponsiveStyle2.jsx +1846 -0
  109. package/srcoriginal/TabexComponents/Headers/Headerresponsive/Headerresponsivenew.jsx +1327 -0
  110. package/srcoriginal/TabexComponents/Headers/HeaderwithContactinfo/HeaderwithContactinfo.jsx +934 -0
  111. package/srcoriginal/TabexComponents/Headers/MarqueeHeader/MarqueeHeader.jsx +78 -0
  112. package/srcoriginal/TabexComponents/Headers/Modernheader/Modernheader.jsx +977 -0
  113. package/srcoriginal/TabexComponents/Headers/SearchCenteredHeader/SearchCenteredHeader.jsx +778 -0
  114. package/srcoriginal/TabexComponents/Headers/SearchFocusedHeader/SearchFocusedHeader.jsx +1159 -0
  115. package/srcoriginal/TabexComponents/Headers/Simpleheader/Simpleheader.jsx +1110 -0
  116. package/srcoriginal/TabexComponents/Headers/SocialMediaSection/SocialMediaSection.jsx +151 -0
  117. package/srcoriginal/TabexComponents/Headers/StylishHeader/StylishHeader.jsx +854 -0
  118. package/srcoriginal/TabexComponents/Headers/Subheader/Subheader.jsx +863 -0
  119. package/srcoriginal/TabexComponents/Headers/Subheader/Subheader13-3.jsx +685 -0
  120. package/srcoriginal/TabexComponents/Headers/Subheader/SubheaderOriginal.jsx +517 -0
  121. package/srcoriginal/TabexComponents/Headers/Subheader/Subheadernew.jsx +555 -0
  122. package/srcoriginal/TabexComponents/Headers/ThreeTieredHeader/ThreeTieredHeader.jsx +1042 -0
  123. package/srcoriginal/TabexComponents/Headers/TwoTieredHeader/TwoTieredHeader.jsx +1093 -0
  124. package/srcoriginal/TabexComponents/Headers/TwoTieredWithCenteredLogoHeader/TwoTieredWithCenteredLogoHeader.jsx +938 -0
  125. package/srcoriginal/TabexComponents/Sections/BackgroundImages/BacgroundThreeImageWithCategories/BacgroundThreeImageWithCategories.jsx +533 -0
  126. package/srcoriginal/TabexComponents/Sections/BackgroundImages/BackgroundFiveImageStructure/BackgroundFiveImageStructure.jsx +338 -0
  127. package/srcoriginal/TabexComponents/Sections/BackgroundImages/BackgroundImageWithTopContent/BackgroundImageWithTopContent.jsx +870 -0
  128. package/srcoriginal/TabexComponents/Sections/BackgroundImages/BackgroundSectionWithServicesCards/BackgroundSectionWithServicesCards.jsx +302 -0
  129. package/srcoriginal/TabexComponents/Sections/BackgroundImages/Backgroundimage1/Backgroundimage1.jsx +314 -0
  130. package/srcoriginal/TabexComponents/Sections/BackgroundImages/Backgroundimage_with_toppill/Backgroundimage_with_toppill.jsx +318 -0
  131. package/srcoriginal/TabexComponents/Sections/BackgroundImages/BackgroundimageandTextsection/BackgroundimageandTextsection.jsx +179 -0
  132. package/srcoriginal/TabexComponents/Sections/BackgroundImages/Bgimagewithsearchbar/Bgimagewithsearchbar.jsx +201 -0
  133. package/srcoriginal/TabexComponents/Sections/BackgroundImages/CollapsableSection/CollapsableSection.jsx +393 -0
  134. package/srcoriginal/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm copy 2.jsx +583 -0
  135. package/srcoriginal/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm copy.jsx +291 -0
  136. package/srcoriginal/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm.jsx +677 -0
  137. package/srcoriginal/TabexComponents/Sections/BackgroundImages/DynamicForm/habal +348 -0
  138. package/srcoriginal/TabexComponents/Sections/BackgroundImages/Filterwithcategoriespcoll/Filterwithcategoriespcoll.jsx +387 -0
  139. package/srcoriginal/TabexComponents/Sections/BackgroundImages/FullVideoSection/FullVideoSection.jsx +268 -0
  140. package/srcoriginal/TabexComponents/Sections/BackgroundImages/MapsSection/MapsSection.jsx +288 -0
  141. package/srcoriginal/TabexComponents/Sections/BackgroundImages/Popupcomponent/Popupcomponent.jsx +117 -0
  142. package/srcoriginal/TabexComponents/Sections/BackgroundImages/Searchcomponent/Searchcomponent.jsx +99 -0
  143. package/srcoriginal/TabexComponents/Sections/BackgroundImages/Section_with_rightbgcont/Section_with_rightbgcont.jsx +146 -0
  144. package/srcoriginal/TabexComponents/Sections/BackgroundImages/TextSectionConnectToWA/TextSectionConnectToWA.jsx +462 -0
  145. package/srcoriginal/TabexComponents/Sections/BackgroundImages/Threebgimages/Threebgimages.jsx +296 -0
  146. package/srcoriginal/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages copy.jsx +396 -0
  147. package/srcoriginal/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages.jsx +616 -0
  148. package/srcoriginal/TabexComponents/Sections/BackgroundImages/VideosSection/VideosSection.jsx +408 -0
  149. package/srcoriginal/TabexComponents/Sections/Cards/CardsSection/CardsSection copy 2.jsx +1399 -0
  150. package/srcoriginal/TabexComponents/Sections/Cards/CardsSection/CardsSection copy 3.jsx +1656 -0
  151. package/srcoriginal/TabexComponents/Sections/Cards/CardsSection/CardsSection copy.jsx +1540 -0
  152. package/srcoriginal/TabexComponents/Sections/Cards/CardsSection/CardsSection.jsx +1938 -0
  153. package/srcoriginal/TabexComponents/Sections/Cards/CardsSection/CardsSection13-3.jsx +1596 -0
  154. package/srcoriginal/TabexComponents/Sections/Cards/CardsSection/CardsSection21-10.jsx +1872 -0
  155. package/srcoriginal/TabexComponents/Sections/Cards/CardsSection/CardsSection21-11beforeform.jsx +1891 -0
  156. package/srcoriginal/TabexComponents/Sections/Cards/CardsSection/CardsSection_cosmoandmore.jsx +1880 -0
  157. package/srcoriginal/TabexComponents/Sections/Cards/CardsSection2/CardsSection2.jsx +726 -0
  158. package/srcoriginal/TabexComponents/Sections/Cards/CardsSectionwithfilter/CardsSectionwithfilter.jsx +719 -0
  159. package/srcoriginal/TabexComponents/Sections/Cards/ElegantCategoriesCardSection/ElegantCategoriesCardSection.jsx +406 -0
  160. package/srcoriginal/TabexComponents/Sections/Cards/ModernCardsSection/ModernCardsSection.jsx +929 -0
  161. package/srcoriginal/TabexComponents/Sections/Cards/RandomlyStructuredCollectionCards/RandomlyStructuredCollectionCards copy.jsx +646 -0
  162. package/srcoriginal/TabexComponents/Sections/Cards/RandomlyStructuredCollectionCards/RandomlyStructuredCollectionCards.jsx +1238 -0
  163. package/srcoriginal/TabexComponents/Sections/Cards/Sixverticalcardssection/Sixverticalcardssection.jsx +582 -0
  164. package/srcoriginal/TabexComponents/Sections/Cards/UsersCardsSection/UsersCardsSection.jsx +383 -0
  165. package/srcoriginal/TabexComponents/Sections/Slideshow/AboutSection/AboutSection.jsx +342 -0
  166. package/srcoriginal/TabexComponents/Sections/Slideshow/Backgroundimage_with_topcircle/Backgroundimage_with_topcircle.jsx +161 -0
  167. package/srcoriginal/TabexComponents/Sections/Slideshow/ContactUsSection/ContactUsSection.jsx +257 -0
  168. package/srcoriginal/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection copy.jsx +382 -0
  169. package/srcoriginal/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection.jsx +760 -0
  170. package/srcoriginal/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection19-11.jsx +757 -0
  171. package/srcoriginal/TabexComponents/Sections/Slideshow/HorizontalContactUsSection/HorizontalContactUsSection.jsx +346 -0
  172. package/srcoriginal/TabexComponents/Sections/Slideshow/Image_with_leftwords/Image_with_leftwords.jsx +1679 -0
  173. package/srcoriginal/TabexComponents/Sections/Slideshow/Image_with_rightwords/Image_with_rightwords.jsx +141 -0
  174. package/srcoriginal/TabexComponents/Sections/Slideshow/ServiceSectionWithImage/ServiceSectionWithImage.jsx +376 -0
  175. package/srcoriginal/TabexComponents/Sections/Slideshow/Servicesection/Servicesection.jsx +385 -0
  176. package/srcoriginal/TabexComponents/Sections/Slideshow/ServicesectionCenteredcards/ServicesectionCenteredcards.jsx +512 -0
  177. package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshow_with_rotatedsquare/Slideshow_with_rotatedsquare.jsx +226 -0
  178. package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshow_with_squarebg/Slideshow_with_squarebg.jsx +149 -0
  179. package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshowdifferentanimations/Slideshowdifferentanimations.jsx +143 -0
  180. package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade copy.jsx +634 -0
  181. package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade.jsx +520 -0
  182. package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide copy.jsx +527 -0
  183. package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide.jsx +643 -0
  184. package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshowslide/SlideshowslideOriginal.jsx +477 -0
  185. package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshowslide/SlideshowslideRecent.jsx +1217 -0
  186. package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslideoriginal8-5.jsx +614 -0
  187. package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshowzoom/Arrow.jsx +91 -0
  188. package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom copy.jsx +380 -0
  189. package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom.jsx +619 -0
  190. package/srcoriginal/TabexComponents/Sections/Slideshow/ThreeSectionsWithSlideshow/ThreeSectionsWithSlideshow copy.jsx +284 -0
  191. package/srcoriginal/TabexComponents/Sections/Slideshow/ThreeSectionsWithSlideshow/ThreeSectionsWithSlideshow.jsx +614 -0
  192. package/srcoriginal/TabexComponents/Sections/Slideshow/TwoWayServiceSectionWithImage/TwoWayServiceSectionWithImage.jsx +402 -0
  193. package/srcoriginal/TabexComponents/StaticPages/AccountInformation/AccountInformation.jsx +199 -0
  194. package/srcoriginal/TabexComponents/StaticPages/AddReview/AddReview.jsx +304 -0
  195. package/srcoriginal/TabexComponents/StaticPages/Afiiliatesignup/Afiiliatesignup.jsx +321 -0
  196. package/srcoriginal/TabexComponents/StaticPages/CartSlider/CartSlider.jsx +797 -0
  197. package/srcoriginal/TabexComponents/StaticPages/Categoriesdropdown/Categoriesdropdown.jsx +460 -0
  198. package/srcoriginal/TabexComponents/StaticPages/Checkout/Checkout copy.jsx +1306 -0
  199. package/srcoriginal/TabexComponents/StaticPages/Checkout/Checkout.jsx +1911 -0
  200. package/srcoriginal/TabexComponents/StaticPages/Checkout/Checkout10-1.jsx +1633 -0
  201. package/srcoriginal/TabexComponents/StaticPages/Checkout/Checkout26-9.jsx +1593 -0
  202. package/srcoriginal/TabexComponents/StaticPages/Checkout/Checkout9-9.jsx +1574 -0
  203. package/srcoriginal/TabexComponents/StaticPages/Filter/CollectionsFilterHorizontal.jsx +245 -0
  204. package/srcoriginal/TabexComponents/StaticPages/Filter/Filter copy 2.jsx +2888 -0
  205. package/srcoriginal/TabexComponents/StaticPages/Filter/Filter copy.jsx +1450 -0
  206. package/srcoriginal/TabexComponents/StaticPages/Filter/Filter.jsx +2979 -0
  207. package/srcoriginal/TabexComponents/StaticPages/Filter/Filter1-5.jsx +2624 -0
  208. package/srcoriginal/TabexComponents/StaticPages/Filter/Filter13-11.jsx +2758 -0
  209. package/srcoriginal/TabexComponents/StaticPages/Filter/Filter14-8.jsx +2753 -0
  210. package/srcoriginal/TabexComponents/StaticPages/Filter/Filter17-9.jsx +1495 -0
  211. package/srcoriginal/TabexComponents/StaticPages/Filter/VariantFilter.jsx +1271 -0
  212. package/srcoriginal/TabexComponents/StaticPages/InnerGroups/InnerGroups.jsx +62 -0
  213. package/srcoriginal/TabexComponents/StaticPages/Login/FacebookLoginButton.jsx +50 -0
  214. package/srcoriginal/TabexComponents/StaticPages/Login/GoogleLoginButton.jsx +35 -0
  215. package/srcoriginal/TabexComponents/StaticPages/Login/Login copy.jsx +1060 -0
  216. package/srcoriginal/TabexComponents/StaticPages/Login/Login.jsx +610 -0
  217. package/srcoriginal/TabexComponents/StaticPages/OrderSuccess/OrderSuccess.jsx +172 -0
  218. package/srcoriginal/TabexComponents/StaticPages/Ordershistory/Ordershistory.jsx +1584 -0
  219. package/srcoriginal/TabexComponents/StaticPages/Policies/Policies.jsx +291 -0
  220. package/srcoriginal/TabexComponents/StaticPages/PrivacyPolicy/PrivacyPolicy.jsx +194 -0
  221. package/srcoriginal/TabexComponents/StaticPages/Productinfo/Addreviewform.jsx +183 -0
  222. package/srcoriginal/TabexComponents/StaticPages/Productinfo/AddreviewformOriginal.jsx +128 -0
  223. package/srcoriginal/TabexComponents/StaticPages/Productinfo/Article_itemtype.jsx +255 -0
  224. package/srcoriginal/TabexComponents/StaticPages/Productinfo/DescriptionContent.jsx +176 -0
  225. package/srcoriginal/TabexComponents/StaticPages/Productinfo/ProductExtraFields.jsx +225 -0
  226. package/srcoriginal/TabexComponents/StaticPages/Productinfo/ProductExtras.jsx +92 -0
  227. package/srcoriginal/TabexComponents/StaticPages/Productinfo/ProductHeaderPricing.jsx +312 -0
  228. package/srcoriginal/TabexComponents/StaticPages/Productinfo/ProductReviews.jsx +235 -0
  229. package/srcoriginal/TabexComponents/StaticPages/Productinfo/Product_itemtype.jsx +2118 -0
  230. package/srcoriginal/TabexComponents/StaticPages/Productinfo/Product_itemtype10-1.jsx +1554 -0
  231. package/srcoriginal/TabexComponents/StaticPages/Productinfo/Product_itemtype3-11.jsx +1827 -0
  232. package/srcoriginal/TabexComponents/StaticPages/Productinfo/Product_itemtype31-3.jsx +1351 -0
  233. package/srcoriginal/TabexComponents/StaticPages/Productinfo/Product_itemtypeUpdated.jsx +1566 -0
  234. package/srcoriginal/TabexComponents/StaticPages/Productinfo/Productinfo.jsx +1947 -0
  235. package/srcoriginal/TabexComponents/StaticPages/Productinfo/Service_itemtype.jsx +1037 -0
  236. package/srcoriginal/TabexComponents/StaticPages/Productinfo/Serviceinfotabs.jsx +966 -0
  237. package/srcoriginal/TabexComponents/StaticPages/Productinfo/Variantoptions.jsx +632 -0
  238. package/srcoriginal/TabexComponents/StaticPages/Productinfo/Variantoptions21-9.jsx +324 -0
  239. package/srcoriginal/TabexComponents/StaticPages/Productinfo/staticroutersidenav.module.css +145 -0
  240. package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/Addreviewform.jsx +183 -0
  241. package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/AddreviewformOriginal.jsx +128 -0
  242. package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/DescriptionContent.jsx +140 -0
  243. package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/ProductExtraFields.jsx +225 -0
  244. package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/ProductHeaderPricing.jsx +310 -0
  245. package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/ProductReviews.jsx +235 -0
  246. package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype.jsx +1672 -0
  247. package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype10-1.jsx +1554 -0
  248. package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype31-3.jsx +1351 -0
  249. package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/Product_itemtypeUpdated.jsx +1566 -0
  250. package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/Productinfo.jsx +1804 -0
  251. package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/Service_itemtype.jsx +560 -0
  252. package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/Serviceinfotabs.jsx +919 -0
  253. package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/Variantoptions.jsx +597 -0
  254. package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/Variantoptions21-9.jsx +324 -0
  255. package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/staticroutersidenav.module.css +145 -0
  256. package/srcoriginal/TabexComponents/StaticPages/RefundPolicy/RefundPolicy.jsx +194 -0
  257. package/srcoriginal/TabexComponents/StaticPages/Resetpassword/Resetpassword.jsx +338 -0
  258. package/srcoriginal/TabexComponents/StaticPages/Searchlist/Searchlist.jsx +359 -0
  259. package/srcoriginal/TabexComponents/StaticPages/ShippingPolicy/ShippingPolicy.jsx +113 -0
  260. package/srcoriginal/TabexComponents/StaticPages/Signup/CustomerAddressForm.jsx +277 -0
  261. package/srcoriginal/TabexComponents/StaticPages/Signup/CustomerInformationForm copy.jsx +1135 -0
  262. package/srcoriginal/TabexComponents/StaticPages/Signup/CustomerInformationForm.jsx +1364 -0
  263. package/srcoriginal/TabexComponents/StaticPages/Signup/Signup.jsx +199 -0
  264. package/srcoriginal/TabexComponents/StaticPages/Staticpagesrouter/Staticpagesrouter.jsx +292 -0
  265. package/srcoriginal/TabexComponents/StaticPages/TermsConditions/TermsConditions.jsx +113 -0
  266. package/srcoriginal/TabexComponents/StaticPages/VendorPage/VendorPage.jsx +162 -0
  267. package/srcoriginal/TabexComponents/StaticPages/Viewcart/Viewcart 10-10.jsx +765 -0
  268. package/srcoriginal/TabexComponents/StaticPages/Viewcart/Viewcart.jsx +786 -0
  269. package/srcoriginal/TabexComponents/StaticPages/Viewcart/Viewcart26-9.jsx +786 -0
  270. package/srcoriginal/TabexComponents/StaticPages/Viewcart/ViewcartOriginal.jsx +786 -0
  271. package/srcoriginal/TabexComponents/StaticPages/Viewcart/ViewcartUpdated.jsx +1425 -0
  272. package/srcoriginal/TabexComponents/StaticPages/Wishlist/Wishlist.jsx +844 -0
  273. package/srcoriginal/TabexComponents/StaticPages/Wishlist/Wishlist25-4.jsx +555 -0
  274. package/srcoriginal/TabexComponents/StaticPages/Wishlist/Wishlist26-9.jsx +555 -0
  275. package/srcoriginal/TabexComponents/StaticPages/Wishlist/WishlistOriginal.jsx +555 -0
  276. package/srcoriginal/TabexComponents/StaticPages/Wishlist/WishlistUpdated.jsx +815 -0
  277. package/srcoriginal/button.jsx +40 -0
  278. package/srcoriginal/index.jsx +334 -0
  279. package/srcoriginal/styles/Home.module.css +129 -0
  280. package/srcoriginal/styles/cards/Categorcycard_fullimage.module.css +14 -0
  281. package/srcoriginal/styles/cards/Categorycard_slidebgscaled.module.css +73 -0
  282. package/srcoriginal/styles/cards/Categorycard_withshapes.module.css +189 -0
  283. package/srcoriginal/styles/cards/ModernCardWithQuantityButton.module.css +30 -0
  284. package/srcoriginal/styles/cards/Productcard6.module.css +9 -0
  285. package/srcoriginal/styles/cards/Productccard_with_zoominonhover.module.css +51 -0
  286. package/srcoriginal/styles/cards/Prouductcard_with_zoomhover.module.css +61 -0
  287. package/srcoriginal/styles/cards/UserCardWithSocialMediaOnHover.module.css +65 -0
  288. package/srcoriginal/styles/cards/card23.module.css +60 -0
  289. package/srcoriginal/styles/cards/categorycard.module.css +84 -0
  290. package/srcoriginal/styles/cards/categorycard3.module.css +50 -0
  291. package/srcoriginal/styles/cards/categorycardwithtext.module.css +40 -0
  292. package/srcoriginal/styles/cards/generalCardsStyles.module.css +79 -0
  293. package/srcoriginal/styles/cards/productcard_animatedbuttons.module.css +139 -0
  294. package/srcoriginal/styles/cards/productcard_with_textonhover.module.css +18 -0
  295. package/srcoriginal/styles/cards/productcard_withtextonimage.module.css +0 -0
  296. package/srcoriginal/styles/cards/productccard_with_imageontopleft.module.css +85 -0
  297. package/srcoriginal/styles/general/bootstrap.css +4763 -0
  298. package/srcoriginal/styles/general/dropdown.css +206 -0
  299. package/srcoriginal/styles/general/editorbardropdown.module.css +94 -0
  300. package/srcoriginal/styles/general/filter.module.css +108 -0
  301. package/srcoriginal/styles/general/form.module.css +255 -0
  302. package/srcoriginal/styles/general/general.module.css +872 -0
  303. package/srcoriginal/styles/general/image-gallery.css +531 -0
  304. package/srcoriginal/styles/general/react-accessible-accordion.module.css +52 -0
  305. package/srcoriginal/styles/general/react-phone-input-2.module.css +927 -0
  306. package/srcoriginal/styles/general/scrollbtn.module.css +22 -0
  307. package/srcoriginal/styles/general/slick.module.css +166 -0
  308. package/srcoriginal/styles/general/tabs.module.css +119 -0
  309. package/srcoriginal/styles/general/workplaceeditor.module.css +328 -0
  310. package/srcoriginal/styles/globals.css +26 -0
  311. package/srcoriginal/styles/headers/CTAHeader.module.css +40 -0
  312. package/srcoriginal/styles/headers/CategoryFeaturingHeader.module.css +61 -0
  313. package/srcoriginal/styles/headers/Gotoheader.module.css +87 -0
  314. package/srcoriginal/styles/headers/Header7.module.css +50 -0
  315. package/srcoriginal/styles/headers/HeaderWithAdSlider.module.css +86 -0
  316. package/srcoriginal/styles/headers/HeaderWithSearchOnCenter.module.css +101 -0
  317. package/srcoriginal/styles/headers/HeaderWithUtilityBar.module.css +46 -0
  318. package/srcoriginal/styles/headers/Header_threesectionslogocentered.module.css +84 -0
  319. package/srcoriginal/styles/headers/NewHeader.module.css +101 -0
  320. package/srcoriginal/styles/headers/SearchFocusedHeader.module.css +62 -0
  321. package/srcoriginal/styles/headers/Sideheader.module.css +108 -0
  322. package/srcoriginal/styles/headers/Simpleheader.module.css +102 -0
  323. package/srcoriginal/styles/headers/classicheader.module.css +16 -0
  324. package/srcoriginal/styles/headers/classicheaderstyles.module.css +9 -0
  325. package/srcoriginal/styles/headers/dropdown.css +0 -0
  326. package/srcoriginal/styles/headers/header4.module.css +175 -0
  327. package/srcoriginal/styles/headers/header5.module.css +30 -0
  328. package/srcoriginal/styles/headers/header_contactinfo.module.css +53 -0
  329. package/srcoriginal/styles/headers/headerresturant.module.css +89 -0
  330. package/srcoriginal/styles/headers/modernheader.module.css +45 -0
  331. package/srcoriginal/styles/headers/stylishheader.module.css +24 -0
  332. package/srcoriginal/styles/headers/subheader.module.css +114 -0
  333. package/srcoriginal/styles/headers/threetieredheader.module.css +91 -0
  334. package/srcoriginal/styles/sections/BackgroundImageWithTopContent.css +4 -0
  335. package/srcoriginal/styles/sections/Backgroundimage1.module.css +17 -0
  336. package/srcoriginal/styles/sections/Backgroundimage_with_topcircle.module.css +28 -0
  337. package/srcoriginal/styles/sections/Freetext.module.css +18 -0
  338. package/srcoriginal/styles/sections/Section_with_rightbgcont.module.css +49 -0
  339. package/srcoriginal/styles/sections/Slideshow_with_rotatedsquare.module.css +35 -0
  340. package/srcoriginal/styles/sections/Slideshow_with_squarebg.module.css +39 -0
  341. package/srcoriginal/styles/staticpages/accordion.module.css +9 -0
  342. package/srcoriginal/styles/staticpages/cart.module.css +108 -0
  343. package/srcoriginal/styles/staticpages/dropdown.css +196 -0
  344. package/srcoriginal/styles/staticpages/filter.module.css +139 -0
  345. package/srcoriginal/styles/staticpages/image-gallery.css +481 -0
  346. package/srcoriginal/styles/staticpages/login.module.css +155 -0
  347. package/srcoriginal/styles/staticpages/productinfo.module.css +54 -0
  348. package/srcoriginal/styles/staticpages/shop.module.css +191 -0
  349. package/srcoriginal/styles/staticpages/signup.module.css +250 -0
  350. package/srcoriginal/styles/staticpages/staticroutersidenav.module.css +129 -0
  351. package/srcoriginal/styles/staticpages/viewcart.module.css +129 -0
  352. package/srcoriginal/styles/staticpages/wishlist.module.css +29 -0
@@ -0,0 +1,1679 @@
1
+ import React, { useEffect, useState, useContext } from 'react';
2
+ import { css } from 'glamor';
3
+ import { Imagekitimagecomp } from '../../../../Imagekitconfig.jsx';
4
+
5
+ import { FaFacebookF } from '@react-icons/all-files/fa/FaFacebookF';
6
+ import { FaWhatsapp } from '@react-icons/all-files/fa/FaWhatsapp';
7
+ import { AiFillInstagram } from '@react-icons/all-files/ai/AiFillInstagram';
8
+
9
+ const Image_with_leftwords = (props) => {
10
+ const [sectionproperties, setsectionproperties] = useState('');
11
+ const [imagesarray, setimagesarray] = useState([]);
12
+ const StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
13
+ const lang = props.actions.lang;
14
+ const langdetect = props.actions.langdetect;
15
+ const authdetailsContext = props.actions.authdetailsContext;
16
+ const routingcountext = props.actions.routingcountext;
17
+ const ikimagecredcontext = props.actions.ikimagecredcontext;
18
+
19
+ useEffect(() => {
20
+ var secpropobj = {};
21
+ StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
22
+ if (sectionitem.sectionid == props.sectionidprops) {
23
+ sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
24
+ secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
25
+ });
26
+ }
27
+ });
28
+ setsectionproperties({ ...secpropobj });
29
+ }, [StatePagePropertiesContext]);
30
+ useEffect(() => {
31
+ if (sectionproperties.length != 0) {
32
+ if (sectionproperties.arrayofobjectimagesonly != null) {
33
+ var arrayofobjectimagesonlyparsed = JSON.parse(sectionproperties.arrayofobjectimagesonly);
34
+ if (Array.isArray(arrayofobjectimagesonlyparsed)) {
35
+ setimagesarray([...arrayofobjectimagesonlyparsed]);
36
+ }
37
+ }
38
+ }
39
+ }, [sectionproperties]);
40
+ const section_styles = {
41
+ sectioncintainer: css({
42
+ // paddingTop: sectionproperties.sectiontitleposition == 'Centered' ? 50 : 0,
43
+ paddingTop: sectionproperties.paddingTop,
44
+ // paddingBottom: sectionproperties.sectiontitleposition == 'Centered' ? 50 :0,
45
+ paddingBottom: sectionproperties.paddingBottom,
46
+ '@media (max-width: 800px)': {
47
+ paddingTop: sectionproperties.paddingverticalresponsive + 'px',
48
+ paddingBottom: sectionproperties.paddingverticalresponsive + 'px',
49
+ },
50
+ }),
51
+ btn: css({
52
+ width: sectionproperties.generalbtn_width + 'px',
53
+ height: sectionproperties.generalbtn_height + 'px',
54
+ backgroundColor: sectionproperties.generalbtn_bgColor,
55
+ color: sectionproperties.generalbtn_textColor,
56
+ borderTopLeftRadius: langdetect == 'en' ? sectionproperties.generalbtn_bordertopleftradius + 'px' : sectionproperties.generalbtn_bordertoprightradius + 'px',
57
+ borderTopRightRadius: langdetect == 'en' ? sectionproperties.generalbtn_bordertoprightradius + 'px' : sectionproperties.generalbtn_bordertopleftradius + 'px',
58
+ borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.generalbtn_borderbottomleftradius + 'px' : sectionproperties.generalbtn_borderbottomrightradius + 'px',
59
+ borderBottomRightRadius: langdetect == 'en' ? sectionproperties.generalbtn_borderbottomrightradius + 'px' : sectionproperties.generalbtn_borderbottomleftradius + 'px',
60
+ border: sectionproperties.generalbtn_borderwidth + 'px solid ' + sectionproperties.generalbtn_bordercolor,
61
+ fontSize: sectionproperties.generalbtn_fontsize + 'px',
62
+ fontWeight: sectionproperties.generalbtn_fontweight,
63
+ marginTop: sectionproperties.generalbtn_marginTop + 'px',
64
+ marginBottom: sectionproperties.generalbtn_marginBottom + 'px',
65
+ transition: '.3s',
66
+ cursor: 'pointer',
67
+ ':hover': {
68
+ backgroundColor: sectionproperties.generalbtn_bgColoronhover,
69
+ color: sectionproperties.generalbtn_textColoronhover,
70
+ },
71
+ }),
72
+ sectiontitlespan: css({
73
+ paddingLeft:
74
+ sectionproperties.sectiontitleborderradius == 0 ? (langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px') : 0,
75
+ paddingRight:
76
+ sectionproperties.sectiontitleborderradius == 0 ? (langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px') : 0,
77
+ ':after': {
78
+ position: 'absolute',
79
+ bottom: 0,
80
+ right: langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : '',
81
+ left: langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : '',
82
+ content: 's',
83
+ fontSize: '0',
84
+ height: '3px',
85
+ width: sectionproperties.sectitle_lineafterwidth + '%',
86
+ display: 'block',
87
+ backgroundColor: sectionproperties.linebgcolor,
88
+ borderRadius: '6px',
89
+ },
90
+ }),
91
+ facebook_btn: css({
92
+ cursor: 'pointer',
93
+ background: sectionproperties.facebkbtnn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.facebkbtnnbgColor,
94
+ width: sectionproperties.facebkbtnnWidth + 'px',
95
+ height: sectionproperties.facebkbtnnHeight + 'px',
96
+ borderRadius: sectionproperties.facebkbtnn_borderRadius + 'px',
97
+ color: sectionproperties.facebkbtnnTextcolor,
98
+ border: sectionproperties.facebkbtnnborderwidth + 'px solid ' + sectionproperties.facebkbtnnbordercolor,
99
+ transition: '.3s',
100
+ ':hover': {
101
+ background: sectionproperties.facebkbtnntransparentbgcoloronhover == 'Transparent' ? 'Transparent' : sectionproperties.facebkbtnnbgColoronhover,
102
+ color: sectionproperties.facebkbtnnTextcoloronhover,
103
+ borderColor: sectionproperties.facebkbtnnTextcoloronhover,
104
+ },
105
+ }),
106
+ youtube_btn: css({
107
+ cursor: 'pointer',
108
+ background: sectionproperties.youtubebtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.youtubebtnbgColor,
109
+ width: sectionproperties.youtubebtnWidth + 'px',
110
+ height: sectionproperties.youtubebtnHeight + 'px',
111
+ borderRadius: sectionproperties.youtubebtn_borderRadius + 'px',
112
+ color: sectionproperties.youtubebtnTextcolor,
113
+ border: sectionproperties.youtubebtnborderwidth + 'px solid ' + sectionproperties.youtubebtnbordercolor,
114
+ transition: '.3s',
115
+ ':hover': {
116
+ background: sectionproperties.youtubebtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.youtubebtnbgColoronhover,
117
+ color: sectionproperties.youtubebtnTextcoloronhover,
118
+ borderColor: sectionproperties.youtubebtnTextcoloronhover,
119
+ },
120
+ }),
121
+ instgram_btn: css({
122
+ cursor: 'pointer',
123
+ background: sectionproperties.instgrambtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.instgrambtnbgColor,
124
+ width: sectionproperties.instgrambtnWidth + 'px',
125
+ height: sectionproperties.instgrambtnHeight + 'px',
126
+ borderRadius: sectionproperties.instgrambtn_borderRadius + 'px',
127
+ color: sectionproperties.instgrambtnTextcolor,
128
+ border: sectionproperties.instgrambtnborderwidth + 'px solid ' + sectionproperties.instgrambtnbordercolor,
129
+ transition: '.3s',
130
+ ':hover': {
131
+ background: sectionproperties.instgrambtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.instgrambtnbgColoronhover,
132
+ color: sectionproperties.instgrambtnTextcoloronhover,
133
+ borderColor: sectionproperties.instgrambtnTextcoloronhover,
134
+ },
135
+ }),
136
+ sectiontitlespan2: css({
137
+ ':after': {
138
+ position: 'absolute',
139
+ content: 's',
140
+ fontSize: '0',
141
+ bottom: 0,
142
+ right: 0,
143
+ left: 0,
144
+ display: 'block',
145
+ height: '100%',
146
+ width: sectionproperties.sectitle_lineafterwidth + '%',
147
+ backgroundColor: sectionproperties.linebgcolor,
148
+ borderRadius: '5px',
149
+ },
150
+ }),
151
+ imageimage: css({
152
+ width: sectionproperties.image_width + '%',
153
+ height: sectionproperties.percentagepixel != 'Percentage' ? (sectionproperties.image_height == 0 ? 'auto' : sectionproperties.image_height + 'px') : sectionproperties.image_height + '%',
154
+ // height: sectionproperties.image_height == 0 ? 'auto' : sectionproperties.image_height + 'px',
155
+ margin: 0,
156
+ padding: 0,
157
+ objectFit: sectionproperties.bgcovercontain,
158
+ borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
159
+ borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px',
160
+ borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
161
+ borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
162
+ '@media (max-width: 800px)': {
163
+ height: sectionproperties.height_responsive == 0 ? 'auto' : sectionproperties.height_responsive + '%',
164
+ },
165
+ }),
166
+ editortext: css({
167
+ textAlign: sectionproperties.text2centered == 'Centered' ? 'center' : sectionproperties.text2centered == 'Justify' ? 'justify' : 'start',
168
+ color: sectionproperties.slideshowText2ContentColor,
169
+ fontSize: sectionproperties.slideshowText2ContentFontSize + 'px',
170
+ fontWeight: sectionproperties.slideshowText2ContentFontWeight,
171
+ paddingLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
172
+ paddingRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px',
173
+ '@media (max-width: 800px)': {
174
+ fontSize: sectionproperties.slideshowText2ContentFontSize_resp + 'px',
175
+ textAlign: sectionproperties.text2centered == 'Centered' ? 'center' : sectionproperties.text2centered == 'Justify' ? 'justify' : 'start',
176
+ },
177
+ }),
178
+ cont1: css({
179
+ width: sectionproperties.width + 'vw',
180
+ '@media (max-width: 800px)': {
181
+ width: sectionproperties.widthresponsive + 'vw',
182
+ },
183
+ }),
184
+ rightinnercont: css({
185
+ background: sectionproperties.reservation_bgcolor,
186
+ borderRadius: sectionproperties.reservation_borderradius + 'px',
187
+ paddingLeft: sectionproperties.innersectionpaddinghorizontal + 'px',
188
+ paddingRight: sectionproperties.innersectionpaddinghorizontal + 'px',
189
+ '@media (max-width: 800px)': {
190
+ paddingLeft: sectionproperties.innersectionpaddinghorizontalresp + 'px',
191
+ paddingRight: sectionproperties.innersectionpaddinghorizontalresp + 'px',
192
+ },
193
+ }),
194
+ };
195
+ const SectionTitle = () => {
196
+ return (
197
+ <p
198
+ class={
199
+ sectionproperties.sectiontitlefontfamily == 'Pacifico'
200
+ ? ' PacificoFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start '
201
+ : sectionproperties.sectiontitlefontfamily == 'Playfair'
202
+ ? ' PlayfairFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start '
203
+ : sectionproperties.sectiontitlefontfamily == 'Great Vibes'
204
+ ? ' GreatvibesFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start '
205
+ : sectionproperties.sectiontitlefontfamily == 'Quicksand'
206
+ ? ' QuicksandFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start '
207
+ : sectionproperties.sectiontitlefontfamily == 'Satisfy'
208
+ ? ' SatisfyFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start '
209
+ : ' mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start '
210
+ }
211
+ style={{
212
+ color: sectionproperties.sectionTitleColor,
213
+ fontWeight: sectionproperties.sectionTitleFontWeight,
214
+ textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : '',
215
+ }}
216
+ >
217
+ {sectionproperties.sectiontitlestyle == 'Line Under Text' && (
218
+ <span class={`${section_styles.sectiontitlespan}` + ' pl-md-2 pr-md-2 left-md-0 '}>
219
+ {langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar}
220
+ </span>
221
+ )}
222
+
223
+ {sectionproperties.sectiontitlestyle == 'Line Before Text' && (
224
+ <span class={`${section_styles.sectiontitlespan2}` + ' pl-3 pr-3 pl-md-2 pr-md-2 '}>
225
+ {langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar}
226
+ </span>
227
+ )}
228
+ </p>
229
+ );
230
+ };
231
+ const SectionDescription = () => {
232
+ return (
233
+ <p
234
+ class={
235
+ sectionproperties.descFontFamily == 'Pacifico'
236
+ ? ' PacificoFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start '
237
+ : sectionproperties.descFontFamily == 'Playfair'
238
+ ? ' PlayfairFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start '
239
+ : sectionproperties.descFontFamily == 'Great Vibes'
240
+ ? ' GreatvibesFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start '
241
+ : sectionproperties.descFontFamily == 'Quicksand'
242
+ ? ' QuicksandFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start '
243
+ : sectionproperties.descFontFamily == 'Satisfy'
244
+ ? ' SatisfyFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start '
245
+ : ' mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start '
246
+ }
247
+ style={{
248
+ color: sectionproperties.prodCatColor,
249
+ fontWeight: sectionproperties.prodCatFontWeight,
250
+ textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : '',
251
+ }}
252
+ >
253
+ {langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr}
254
+ </p>
255
+ );
256
+ };
257
+
258
+ const Content = () => {
259
+ return (
260
+ <div
261
+ class={
262
+ sectionproperties.image_show == 'show'
263
+ ? ' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center p-md-0'
264
+ : ' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center p-md-0'
265
+ }
266
+ style={{
267
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
268
+ paddingLeft: sectionproperties.marginhorizontal + 'px',
269
+ paddingRight: sectionproperties.marginhorizontal + 'px',
270
+ borderRadius: sectionproperties.reservation_borderradius + 'px',
271
+ }}
272
+ >
273
+ <div
274
+ class={
275
+ 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 '
276
+ }
277
+ style={{}}
278
+ >
279
+ <div
280
+ 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 '}
281
+ style={{
282
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
283
+ marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
284
+ marginTop: sectionproperties.sectionTitleMarginTop + 'px',
285
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
286
+ }}
287
+ >
288
+ <div
289
+ class={'d-flex align-items-center flex-row d-sm-none mt-sm-2 '}
290
+ style={{
291
+ position: 'relative',
292
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
293
+ fontSize: sectionproperties.sectionTitleFontSize + 'px',
294
+ backgroundColor: sectionproperties.sectiontitlebgcolor,
295
+ borderRadius: sectionproperties.sectiontitleborderradius + 'px',
296
+ paddingLeft: sectionproperties.sectiontitlepaddinghorizontal + 'px',
297
+ paddingRight: sectionproperties.sectiontitlepaddinghorizontal + 'px',
298
+ paddingTop: sectionproperties.sectiontitlepaddingvertical + 'px',
299
+ paddingBottom: sectionproperties.sectiontitlepaddingvertical + 'px',
300
+ marginLeft:
301
+ sectionproperties.sectiontitleborderradius != 0
302
+ ? langdetect == 'en'
303
+ ? sectionproperties.sectionTitleMarginLeft + 'px'
304
+ : sectionproperties.sectionTitleMarginRight + 'px'
305
+ : 0,
306
+ marginRight:
307
+ sectionproperties.sectiontitleborderradius != 0
308
+ ? langdetect == 'en'
309
+ ? sectionproperties.sectionTitleMarginRight + 'px'
310
+ : sectionproperties.sectionTitleMarginLeft + 'px'
311
+ : 0,
312
+ }}
313
+ >
314
+ {SectionTitle()}
315
+ </div>
316
+ <div
317
+ class={'d-none align-items-center flex-row d-sm-flex mt-sm-2'}
318
+ style={{
319
+ position: 'relative',
320
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
321
+ fontSize: sectionproperties.sectionTitleFontSizeresp + 'px',
322
+ backgroundColor: sectionproperties.sectiontitlebgcolor,
323
+ borderRadius: sectionproperties.sectiontitleborderradius + 'px',
324
+ paddingLeft: sectionproperties.sectiontitlepaddinghorizontal + 'px',
325
+ paddingRight: sectionproperties.sectiontitlepaddinghorizontal + 'px',
326
+ paddingTop: sectionproperties.sectiontitlepaddingvertical + 'px',
327
+ paddingBottom: sectionproperties.sectiontitlepaddingvertical + 'px',
328
+ marginLeft:
329
+ sectionproperties.sectiontitleborderradius != 0
330
+ ? langdetect == 'en'
331
+ ? sectionproperties.sectionTitleMarginLeft + 'px'
332
+ : sectionproperties.sectionTitleMarginRight + 'px'
333
+ : 0,
334
+ marginRight:
335
+ sectionproperties.sectiontitleborderradius != 0
336
+ ? langdetect == 'en'
337
+ ? sectionproperties.sectionTitleMarginRight + 'px'
338
+ : sectionproperties.sectionTitleMarginLeft + 'px'
339
+ : 0,
340
+ }}
341
+ >
342
+ {SectionTitle()}
343
+ </div>
344
+ </div>
345
+ {sectionproperties.prodCatShow == 'Show' && (
346
+ <div
347
+ class="col-lg-12 pl-0 pr-0 d-flex justify-content-md-center"
348
+ style={{
349
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
350
+ marginBottom: sectionproperties.descriptionMarginBottom + 'px',
351
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
352
+ }}
353
+ >
354
+ <div
355
+ class="d-flex align-items-center flex-row d-sm-none mt-sm-2"
356
+ style={{
357
+ position: 'relative',
358
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
359
+ fontSize: sectionproperties.prodCatFontSize + 'px',
360
+ paddingLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
361
+ paddingRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px',
362
+ }}
363
+ >
364
+ {SectionDescription()}
365
+ </div>
366
+ <div
367
+ class="d-none align-items-center flex-row d-sm-flex mt-sm-2"
368
+ style={{
369
+ position: 'relative',
370
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
371
+ fontSize: sectionproperties.prodCatFontSizeResp + 'px',
372
+ }}
373
+ >
374
+ {SectionDescription()}
375
+ </div>
376
+ </div>
377
+ )}
378
+ <div
379
+ class="col-lg-12 p-0 d-flex justify-content-md-center"
380
+ style={{
381
+ justifyContent: sectionproperties.text2centered == 'Centered' ? 'center' : 'start',
382
+ marginBottom: sectionproperties.slideshowText2Content_marginBottom + 'px',
383
+ }}
384
+ >
385
+ <p
386
+ class={
387
+ sectionproperties.text2centered == 'Justify'
388
+ ? section_styles.editortext + ' pb-0 pl-md-2 pr-md-2 '
389
+ : section_styles.editortext + ' pb-0 text-md-center pl-md-2 pr-md-2 '
390
+ }
391
+ style={{}}
392
+ dangerouslySetInnerHTML={{ __html: langdetect == 'en' ? sectionproperties.contenteditor : sectionproperties.text2editortextar }}
393
+ ></p>
394
+ </div>
395
+ {sectionproperties.generalbtn_show == 'Show' && (
396
+ <div class={sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start'}>
397
+ <button
398
+ class={`${section_styles.btn}` + ' m-md-0 '}
399
+ onClick={() => {
400
+ if (sectionproperties.btntype == 'WhatsApp') {
401
+ if (authdetailsContext?.instinfo?.whatsappnumber != null) {
402
+ window.open('https://api.whatsapp.com/send?phone=' + authdetailsContext?.instinfo?.whatsappnumber, '_blank');
403
+ }
404
+ } else if (sectionproperties.btntype == 'App/Web Page') {
405
+ // window.open(sectionproperties.btnlink, '_target');
406
+ routingcountext(sectionproperties.btnlink, false, '');
407
+ } else {
408
+ window.open(sectionproperties.btnlink, '_blank');
409
+ }
410
+ }}
411
+ style={{
412
+ marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
413
+ marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px',
414
+ }}
415
+ >
416
+ {langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar}
417
+ </button>
418
+ </div>
419
+ )}
420
+ <div
421
+ class="col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center"
422
+ style={{
423
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
424
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
425
+ display: sectionproperties.fbbtn_show == 'Hide' && sectionproperties.instbtn_show == 'Hide' && sectionproperties.youtbtn_show == 'Hide' ? 'none' : 'flex',
426
+ }}
427
+ >
428
+ {sectionproperties.fbbtn_show == 'Show' && (
429
+ <div
430
+ class={`${section_styles.facebook_btn}` + ' d-flex align-items-center justify-content-center ml-3 mr-3 '}
431
+ onClick={() => {
432
+ if (authdetailsContext?.instinfo?.facebooklink != null) {
433
+ window.open(authdetailsContext?.instinfo?.facebooklink, '_blank');
434
+ }
435
+ }}
436
+ >
437
+ <FaFacebookF size={sectionproperties.facebkbtnniconfontsize} />
438
+ </div>
439
+ )}
440
+ {sectionproperties.instbtn_show == 'Show' && (
441
+ <div
442
+ class={`${section_styles.instgram_btn}` + ' d-flex align-items-center justify-content-center ml-3 mr-3 '}
443
+ onClick={() => {
444
+ if (authdetailsContext?.instinfo?.instagramlink != null) {
445
+ window.open(authdetailsContext?.instinfo?.instagramlink, '_blank');
446
+ }
447
+ }}
448
+ >
449
+ <AiFillInstagram size={sectionproperties.instgrambtniconfontsize} />
450
+ </div>
451
+ )}
452
+ {sectionproperties.youtbtn_show == 'Show' && (
453
+ <div
454
+ class={`${section_styles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-3 mr-3 '}
455
+ onClick={() => {
456
+ if (authdetailsContext?.instinfo?.whatsappnumber != null) {
457
+ window.open('https://api.whatsapp.com/send?phone=' + authdetailsContext?.instinfo?.whatsappnumber, '_blank');
458
+ }
459
+ }}
460
+ >
461
+ <FaWhatsapp size={sectionproperties.youtubebtniconfontsize} />
462
+ </div>
463
+ )}
464
+ </div>
465
+ </div>
466
+ </div>
467
+ );
468
+ };
469
+ const Image = () => {
470
+ return (
471
+ <div
472
+ class={
473
+ sectionproperties.image_height == 0
474
+ ? sectionproperties.sectionstyle == 'Image on right'
475
+ ? 'col-lg-6 col-md-12 d-flex justify-content-end justify-content-md-center h-auto p-md-0'
476
+ : 'col-lg-6 col-md-12 d-flex justify-content-end justify-content-md-center h-auto p-md-0'
477
+ : sectionproperties.sectionstyle == 'Image on left'
478
+ ? 'col-lg-6 col-md-12 d-flex justify-content-start justify-content-md-center p-md-0'
479
+ : 'col-lg-6 col-md-12 d-flex justify-content-start justify-content-md-center p-md-0'
480
+ }
481
+ style={{
482
+ paddingLeft: sectionproperties.marginhorizontal + 'px',
483
+ paddingRight: sectionproperties.marginhorizontal + 'px',
484
+ cursor: imagesarray[0]?.IsClickableimg == 'Yes' ? 'pointer' : 'default',
485
+ background: sectionproperties.image_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.image_bgcolor,
486
+ }}
487
+ onClick={() => {
488
+ if (imagesarray[0]?.IsClickableimg == 'Yes') {
489
+ if (imagesarray[0]?.clickableimg_page_route != undefined && imagesarray[0]?.clickableimg_page_route.length != 0) {
490
+ routingcountext(imagesarray[0]?.clickableimg_page_route, false, '');
491
+ } else {
492
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + imagesarray[0]?.Clickableimg_getcoection);
493
+ }
494
+ }
495
+ }}
496
+ >
497
+ {imagesarray.length != 0 && (
498
+ <Imagekitimagecomp
499
+ class={section_styles.imageimage}
500
+ urlEndpoint={ikimagecredcontext?.ikimageendpoint}
501
+ publicKey={ikimagecredcontext?.ikimagepublickey}
502
+ path={
503
+ langdetect == 'en'
504
+ ? '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + imagesarray[0]?.bgsection_image
505
+ : '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + imagesarray[0]?.bgsection_image_ar
506
+ }
507
+ style={{}}
508
+ />
509
+ )}
510
+ </div>
511
+ );
512
+ };
513
+
514
+ return (
515
+ <div
516
+ class={' row ml-0 mr-0 d-flex justify-content-between align-items-center w-100 '}
517
+ style={{
518
+ marginTop: sectionproperties.marginTop + 'px',
519
+ marginBottom: sectionproperties.marginBottom + 'px',
520
+ background: sectionproperties.backgroundColor,
521
+ }}
522
+ >
523
+ {sectionproperties.cardstyletype == 'Style 1' && (
524
+ <div
525
+ class={
526
+ sectionproperties.card_marginRight != 0 && sectionproperties.card_marginLeft != 0
527
+ ? sectionproperties.width != 100
528
+ ? 'd-flex justify-content-between align-items-center px-1025-1 pl-md-3 pr-md-3 w-md-90 mx-auto'
529
+ : 'd-flex justify-content-between align-items-center px-1025-1 pl-md-3 pr-md-3 w-md-100 mx-auto'
530
+ : sectionproperties.width != 100
531
+ ? 'd-flex justify-content-between align-items-center w-md-90 mx-auto'
532
+ : 'd-flex justify-content-between align-items-center w-md-100 mx-auto'
533
+ }
534
+ style={{
535
+ paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
536
+ paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px',
537
+ width: sectionproperties.width + 'vw',
538
+ border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
539
+ borderRadius: sectionproperties.sectioncardborderradius + 'px',
540
+ }}
541
+ >
542
+ <div
543
+ class={
544
+ // sectionproperties.paddingLeft != 0 && sectionproperties.paddingRight != 0
545
+ // ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between plr-1025-1 pr-md-3 pl-md-3 '
546
+ // : sectionproperties.paddingLeft == 0 && sectionproperties.paddingRight == 0
547
+ // ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between '
548
+ // : sectionproperties.paddingLeft != 0
549
+ // ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between pr-1025-1 px-md-3 '
550
+ // : sectionproperties.paddingRight != 0
551
+ // ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between pr-1025-1 px-md-3 '
552
+ // : section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between '
553
+ sectionproperties.paddingLeft != 0 && sectionproperties.paddingRight != 0
554
+ ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between plr-1025-1 pr-md-3 pl-md-3 '
555
+ : sectionproperties.paddingLeft == 0 && sectionproperties.paddingRight == 0
556
+ ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between px-md-0 '
557
+ : sectionproperties.paddingLeft != 0
558
+ ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between plr-1025-1 pr-md-3 pl-md-3 '
559
+ : sectionproperties.paddingRight != 0
560
+ ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between plr-1025-1 pr-md-3 pl-md-3 '
561
+ : section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between px-md-0 '
562
+ }
563
+ style={{
564
+ paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
565
+ paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
566
+ // paddingTop: sectionproperties.paddingTop + 'px',
567
+ // paddingBottom: sectionproperties.paddingBottom + 'px',
568
+ marginTop: sectionproperties.marginTop + 'px',
569
+ marginBottom: sectionproperties.marginBottom + 'px',
570
+ }}
571
+ >
572
+ {/* langdetect == 'en' && */}
573
+ {sectionproperties.sectionstyle == 'Image on right' && (
574
+ <div class="col-lg-12 p-0 d-flex justify-content-between d-md-none">
575
+ <div
576
+ class="row m-0 w-100 d-flex justify-content-between"
577
+ style={{
578
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
579
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start',
580
+ }}
581
+ >
582
+ <div
583
+ class={
584
+ sectionproperties.image_show == 'show'
585
+ ? section_styles.sectioncintainer + ' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 '
586
+ : section_styles.sectioncintainer + ' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 '
587
+ }
588
+ style={{
589
+ background: sectionproperties.reservation_bgcolor,
590
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
591
+ }}
592
+ >
593
+ <div class={sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'}>
594
+ <div
595
+ class={
596
+ sectionproperties.sectionstyleresponsive == 'Image above text'
597
+ ? 'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center mt-md-4'
598
+ : 'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center'
599
+ }
600
+ style={{
601
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
602
+ marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
603
+ marginTop: sectionproperties.sectionTitleMarginTop + 'px',
604
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
605
+ }}
606
+ >
607
+ <div
608
+ class={'d-flex align-items-center flex-row d-sm-none mt-sm-2 '}
609
+ style={{
610
+ position: 'relative',
611
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
612
+ fontSize: sectionproperties.sectionTitleFontSize + 'px',
613
+ backgroundColor: sectionproperties.sectiontitlebgcolor,
614
+ borderRadius: sectionproperties.sectiontitleborderradius + 'px',
615
+ paddingLeft: sectionproperties.sectiontitlepaddinghorizontal + 'px',
616
+ paddingRight: sectionproperties.sectiontitlepaddinghorizontal + 'px',
617
+ paddingTop: sectionproperties.sectiontitlepaddingvertical + 'px',
618
+ paddingBottom: sectionproperties.sectiontitlepaddingvertical + 'px',
619
+ marginLeft:
620
+ sectionproperties.sectiontitleborderradius != 0
621
+ ? langdetect == 'en'
622
+ ? sectionproperties.sectionTitleMarginLeft + 'px'
623
+ : sectionproperties.sectionTitleMarginRight + 'px'
624
+ : 0,
625
+ marginRight:
626
+ sectionproperties.sectiontitleborderradius != 0
627
+ ? langdetect == 'en'
628
+ ? sectionproperties.sectionTitleMarginRight + 'px'
629
+ : sectionproperties.sectionTitleMarginLeft + 'px'
630
+ : 0,
631
+ }}
632
+ >
633
+ {SectionTitle()}
634
+ </div>
635
+ <div
636
+ class={'d-none align-items-center flex-row d-sm-flex mt-sm-2'}
637
+ style={{
638
+ position: 'relative',
639
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
640
+ fontSize: sectionproperties.sectionTitleFontSizeresp + 'px',
641
+ backgroundColor: sectionproperties.sectiontitlebgcolor,
642
+ borderRadius: sectionproperties.sectiontitleborderradius + 'px',
643
+ paddingLeft: sectionproperties.sectiontitlepaddinghorizontal + 'px',
644
+ paddingRight: sectionproperties.sectiontitlepaddinghorizontal + 'px',
645
+ paddingTop: sectionproperties.sectiontitlepaddingvertical + 'px',
646
+ paddingBottom: sectionproperties.sectiontitlepaddingvertical + 'px',
647
+ marginLeft:
648
+ sectionproperties.sectiontitleborderradius != 0
649
+ ? langdetect == 'en'
650
+ ? sectionproperties.sectionTitleMarginLeft + 'px'
651
+ : sectionproperties.sectionTitleMarginRight + 'px'
652
+ : 0,
653
+ marginRight:
654
+ sectionproperties.sectiontitleborderradius != 0
655
+ ? langdetect == 'en'
656
+ ? sectionproperties.sectionTitleMarginRight + 'px'
657
+ : sectionproperties.sectionTitleMarginLeft + 'px'
658
+ : 0,
659
+ }}
660
+ >
661
+ {SectionTitle()}
662
+ </div>
663
+ </div>
664
+ {sectionproperties.prodCatShow == 'Show' && (
665
+ <div
666
+ class="col-lg-12 pl-0 pr-0 d-flex justify-content-md-center"
667
+ style={{
668
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
669
+ marginBottom: sectionproperties.descriptionMarginBottom + 'px',
670
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
671
+ }}
672
+ >
673
+ <div
674
+ class="d-flex align-items-center flex-row d-sm-none mt-sm-2"
675
+ style={{
676
+ position: 'relative',
677
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
678
+ fontSize: sectionproperties.prodCatFontSize + 'px',
679
+ paddingLeft:
680
+ langdetect == 'en'
681
+ ? sectionproperties.slideshowText2Content_marginLeft + 'px'
682
+ : sectionproperties.slideshowText2Content_marginRight + 'px',
683
+ paddingRight:
684
+ langdetect == 'en'
685
+ ? sectionproperties.slideshowText2Content_marginRight + 'px'
686
+ : sectionproperties.slideshowText2Content_marginLeft + 'px',
687
+ }}
688
+ >
689
+ {SectionDescription()}
690
+ </div>
691
+ <div
692
+ class="d-none align-items-center flex-row d-sm-flex mt-sm-2"
693
+ style={{
694
+ position: 'relative',
695
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
696
+ fontSize: sectionproperties.prodCatFontSizeResp + 'px',
697
+ }}
698
+ >
699
+ {SectionDescription()}
700
+ </div>
701
+ </div>
702
+ )}
703
+ <div
704
+ class="col-lg-12 p-0 d-flex justify-content-md-center"
705
+ style={{
706
+ justifyContent: sectionproperties.text2centered == 'Centered' ? 'center' : 'start',
707
+ marginBottom: sectionproperties.slideshowText2Content_marginBottom + 'px',
708
+ }}
709
+ >
710
+ <p
711
+ class={
712
+ sectionproperties.text2centered == 'Justify'
713
+ ? section_styles.editortext + ' pb-0 pl-md-2 pr-md-2 '
714
+ : section_styles.editortext + ' pb-0 text-md-center pl-md-2 pr-md-2 '
715
+ }
716
+ style={{}}
717
+ dangerouslySetInnerHTML={{ __html: langdetect == 'en' ? sectionproperties.contenteditor : sectionproperties.text2editortextar }}
718
+ ></p>
719
+ </div>
720
+ {sectionproperties.generalbtn_show == 'Show' && (
721
+ <div class={sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'}>
722
+ <button
723
+ class={`${section_styles.btn}` + ' m-md-0 '}
724
+ onClick={() => {
725
+ if (sectionproperties.btntype == 'WhatsApp') {
726
+ if (authdetailsContext?.instinfo?.whatsappnumber != null) {
727
+ window.open('https://api.whatsapp.com/send?phone=' + authdetailsContext?.instinfo?.whatsappnumber, '_blank');
728
+ }
729
+ } else if (sectionproperties.btntype == 'App/Web Page') {
730
+ // window.open(sectionproperties.btnlink, '_target');
731
+ routingcountext(sectionproperties.btnlink, false, '');
732
+ } else {
733
+ window.open(sectionproperties.btnlink, '_blank');
734
+ }
735
+ }}
736
+ style={{
737
+ marginLeft:
738
+ langdetect == 'en'
739
+ ? sectionproperties.slideshowText2Content_marginLeft + 'px'
740
+ : sectionproperties.slideshowText2Content_marginRight + 'px',
741
+ marginRight:
742
+ langdetect == 'en'
743
+ ? sectionproperties.slideshowText2Content_marginRight + 'px'
744
+ : sectionproperties.slideshowText2Content_marginLeft + 'px',
745
+ }}
746
+ >
747
+ {langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar}
748
+ </button>
749
+ </div>
750
+ )}
751
+ <div
752
+ class="col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center"
753
+ style={{
754
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
755
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
756
+ display:
757
+ sectionproperties.fbbtn_show == 'Hide' && sectionproperties.instbtn_show == 'Hide' && sectionproperties.youtbtn_show == 'Hide'
758
+ ? 'none'
759
+ : 'flex',
760
+ }}
761
+ >
762
+ {sectionproperties.fbbtn_show == 'Show' && (
763
+ <div
764
+ class={`${section_styles.facebook_btn}` + ' d-flex align-items-center justify-content-center ml-3 mr-3 '}
765
+ onClick={() => {
766
+ if (authdetailsContext?.instinfo?.facebooklink != null) {
767
+ window.open(authdetailsContext?.instinfo?.facebooklink, '_blank');
768
+ }
769
+ }}
770
+ >
771
+ <FaFacebookF size={sectionproperties.facebkbtnniconfontsize} />
772
+ </div>
773
+ )}
774
+ {sectionproperties.instbtn_show == 'Show' && (
775
+ <div
776
+ class={`${section_styles.instgram_btn}` + ' d-flex align-items-center justify-content-center ml-3 mr-3 '}
777
+ onClick={() => {
778
+ if (authdetailsContext?.instinfo?.instagramlink != null) {
779
+ window.open(authdetailsContext?.instinfo?.instagramlink, '_blank');
780
+ }
781
+ }}
782
+ >
783
+ <AiFillInstagram size={sectionproperties.instgrambtniconfontsize} />
784
+ </div>
785
+ )}
786
+ {sectionproperties.youtbtn_show == 'Show' && (
787
+ <div
788
+ class={`${section_styles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-3 mr-3 '}
789
+ onClick={() => {
790
+ if (authdetailsContext?.instinfo?.whatsappnumber != null) {
791
+ window.open('https://api.whatsapp.com/send?phone=' + authdetailsContext?.instinfo?.whatsappnumber, '_blank');
792
+ }
793
+ }}
794
+ >
795
+ <FaWhatsapp size={sectionproperties.youtubebtniconfontsize} />
796
+ </div>
797
+ )}
798
+ </div>
799
+ </div>
800
+ </div>
801
+ {sectionproperties.image_show == 'show' && Image()}
802
+ </div>
803
+ </div>
804
+ )}
805
+ {sectionproperties.sectionstyleresponsive == 'Image below text' && (
806
+ <div class="col-lg-12 p-0 d-none d-md-flex justify-content-between">
807
+ <div
808
+ class="row m-0 w-100 d-flex justify-content-between"
809
+ style={{
810
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
811
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start',
812
+ }}
813
+ >
814
+ <div
815
+ class={
816
+ sectionproperties.image_show == 'show'
817
+ ? section_styles.sectioncintainer + ' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 '
818
+ : section_styles.sectioncintainer + ' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 '
819
+ }
820
+ style={{
821
+ background: sectionproperties.reservation_bgcolor,
822
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
823
+ }}
824
+ >
825
+ <div class={sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'}>
826
+ <div
827
+ class={
828
+ sectionproperties.sectionstyleresponsive == 'Image above text'
829
+ ? 'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center mt-md-4'
830
+ : 'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center'
831
+ }
832
+ style={{
833
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
834
+ marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
835
+ marginTop: sectionproperties.sectionTitleMarginTop + 'px',
836
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
837
+ }}
838
+ >
839
+ <div
840
+ class={'d-flex align-items-center flex-row d-sm-none mt-sm-2 '}
841
+ style={{
842
+ position: 'relative',
843
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
844
+ fontSize: sectionproperties.sectionTitleFontSize + 'px',
845
+ backgroundColor: sectionproperties.sectiontitlebgcolor,
846
+ borderRadius: sectionproperties.sectiontitleborderradius + 'px',
847
+ paddingLeft: sectionproperties.sectiontitlepaddinghorizontal + 'px',
848
+ paddingRight: sectionproperties.sectiontitlepaddinghorizontal + 'px',
849
+ paddingTop: sectionproperties.sectiontitlepaddingvertical + 'px',
850
+ paddingBottom: sectionproperties.sectiontitlepaddingvertical + 'px',
851
+ marginLeft:
852
+ sectionproperties.sectiontitleborderradius != 0
853
+ ? langdetect == 'en'
854
+ ? sectionproperties.sectionTitleMarginLeft + 'px'
855
+ : sectionproperties.sectionTitleMarginRight + 'px'
856
+ : 0,
857
+ marginRight:
858
+ sectionproperties.sectiontitleborderradius != 0
859
+ ? langdetect == 'en'
860
+ ? sectionproperties.sectionTitleMarginRight + 'px'
861
+ : sectionproperties.sectionTitleMarginLeft + 'px'
862
+ : 0,
863
+ }}
864
+ >
865
+ {SectionTitle()}
866
+ </div>
867
+ <div
868
+ class={'d-none align-items-center flex-row d-sm-flex mt-sm-2'}
869
+ style={{
870
+ position: 'relative',
871
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
872
+ fontSize: sectionproperties.sectionTitleFontSizeresp + 'px',
873
+ backgroundColor: sectionproperties.sectiontitlebgcolor,
874
+ borderRadius: sectionproperties.sectiontitleborderradius + 'px',
875
+ paddingLeft: sectionproperties.sectiontitlepaddinghorizontal + 'px',
876
+ paddingRight: sectionproperties.sectiontitlepaddinghorizontal + 'px',
877
+ paddingTop: sectionproperties.sectiontitlepaddingvertical + 'px',
878
+ paddingBottom: sectionproperties.sectiontitlepaddingvertical + 'px',
879
+ marginLeft:
880
+ sectionproperties.sectiontitleborderradius != 0
881
+ ? langdetect == 'en'
882
+ ? sectionproperties.sectionTitleMarginLeft + 'px'
883
+ : sectionproperties.sectionTitleMarginRight + 'px'
884
+ : 0,
885
+ marginRight:
886
+ sectionproperties.sectiontitleborderradius != 0
887
+ ? langdetect == 'en'
888
+ ? sectionproperties.sectionTitleMarginRight + 'px'
889
+ : sectionproperties.sectionTitleMarginLeft + 'px'
890
+ : 0,
891
+ }}
892
+ >
893
+ {SectionTitle()}
894
+ </div>
895
+ </div>
896
+ {sectionproperties.prodCatShow == 'Show' && (
897
+ <div
898
+ class="col-lg-12 pl-0 pr-0 d-flex justify-content-md-center"
899
+ style={{
900
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
901
+ marginBottom: sectionproperties.descriptionMarginBottom + 'px',
902
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
903
+ }}
904
+ >
905
+ <div
906
+ class="d-flex align-items-center flex-row d-sm-none mt-sm-2"
907
+ style={{
908
+ position: 'relative',
909
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
910
+ fontSize: sectionproperties.prodCatFontSize + 'px',
911
+ paddingLeft:
912
+ langdetect == 'en'
913
+ ? sectionproperties.slideshowText2Content_marginLeft + 'px'
914
+ : sectionproperties.slideshowText2Content_marginRight + 'px',
915
+ paddingRight:
916
+ langdetect == 'en'
917
+ ? sectionproperties.slideshowText2Content_marginRight + 'px'
918
+ : sectionproperties.slideshowText2Content_marginLeft + 'px',
919
+ }}
920
+ >
921
+ {SectionDescription()}
922
+ </div>
923
+ <div
924
+ class="d-none align-items-center flex-row d-sm-flex mt-sm-2"
925
+ style={{
926
+ position: 'relative',
927
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
928
+ fontSize: sectionproperties.prodCatFontSizeResp + 'px',
929
+ }}
930
+ >
931
+ {SectionDescription()}
932
+ </div>
933
+ </div>
934
+ )}
935
+ <div
936
+ class="col-lg-12 p-0 d-flex justify-content-md-center"
937
+ style={{
938
+ justifyContent: sectionproperties.text2centered == 'Centered' ? 'center' : 'start',
939
+ marginBottom: sectionproperties.slideshowText2Content_marginBottom + 'px',
940
+ }}
941
+ >
942
+ <p
943
+ class={
944
+ sectionproperties.text2centered == 'Justify'
945
+ ? section_styles.editortext + ' pb-0 pl-md-2 pr-md-2 '
946
+ : section_styles.editortext + ' pb-0 text-md-center pl-md-2 pr-md-2 '
947
+ }
948
+ style={{}}
949
+ dangerouslySetInnerHTML={{ __html: langdetect == 'en' ? sectionproperties.contenteditor : sectionproperties.text2editortextar }}
950
+ ></p>
951
+ </div>
952
+ {sectionproperties.generalbtn_show == 'Show' && (
953
+ <div class={sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'}>
954
+ <button
955
+ class={`${section_styles.btn}` + ' m-md-0 '}
956
+ onClick={() => {
957
+ if (sectionproperties.btntype == 'WhatsApp') {
958
+ if (authdetailsContext?.instinfo?.whatsappnumber != null) {
959
+ window.open('https://api.whatsapp.com/send?phone=' + authdetailsContext?.instinfo?.whatsappnumber, '_blank');
960
+ }
961
+ } else if (sectionproperties.btntype == 'App/Web Page') {
962
+ // window.open(sectionproperties.btnlink, '_target');
963
+ routingcountext(sectionproperties.btnlink, false, '');
964
+ } else {
965
+ window.open(sectionproperties.btnlink, '_blank');
966
+ }
967
+ }}
968
+ style={{
969
+ marginLeft:
970
+ langdetect == 'en'
971
+ ? sectionproperties.slideshowText2Content_marginLeft + 'px'
972
+ : sectionproperties.slideshowText2Content_marginRight + 'px',
973
+ marginRight:
974
+ langdetect == 'en'
975
+ ? sectionproperties.slideshowText2Content_marginRight + 'px'
976
+ : sectionproperties.slideshowText2Content_marginLeft + 'px',
977
+ }}
978
+ >
979
+ {langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar}
980
+ </button>
981
+ </div>
982
+ )}
983
+ <div
984
+ class="col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center"
985
+ style={{
986
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
987
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
988
+ display:
989
+ sectionproperties.fbbtn_show == 'Hide' && sectionproperties.instbtn_show == 'Hide' && sectionproperties.youtbtn_show == 'Hide'
990
+ ? 'none'
991
+ : 'flex',
992
+ }}
993
+ >
994
+ {sectionproperties.fbbtn_show == 'Show' && (
995
+ <div
996
+ class={`${section_styles.facebook_btn}` + ' d-flex align-items-center justify-content-center ml-3 mr-3 '}
997
+ onClick={() => {
998
+ if (authdetailsContext?.instinfo?.facebooklink != null) {
999
+ window.open(authdetailsContext?.instinfo?.facebooklink, '_blank');
1000
+ }
1001
+ }}
1002
+ >
1003
+ <FaFacebookF size={sectionproperties.facebkbtnniconfontsize} />
1004
+ </div>
1005
+ )}
1006
+ {sectionproperties.instbtn_show == 'Show' && (
1007
+ <div
1008
+ class={`${section_styles.instgram_btn}` + ' d-flex align-items-center justify-content-center ml-3 mr-3 '}
1009
+ onClick={() => {
1010
+ if (authdetailsContext?.instinfo?.instagramlink != null) {
1011
+ window.open(authdetailsContext?.instinfo?.instagramlink, '_blank');
1012
+ }
1013
+ }}
1014
+ >
1015
+ <AiFillInstagram size={sectionproperties.instgrambtniconfontsize} />
1016
+ </div>
1017
+ )}
1018
+ {sectionproperties.youtbtn_show == 'Show' && (
1019
+ <div
1020
+ class={`${section_styles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-3 mr-3 '}
1021
+ onClick={() => {
1022
+ if (authdetailsContext?.instinfo?.whatsappnumber != null) {
1023
+ window.open('https://api.whatsapp.com/send?phone=' + authdetailsContext?.instinfo?.whatsappnumber, '_blank');
1024
+ }
1025
+ }}
1026
+ >
1027
+ <FaWhatsapp size={sectionproperties.youtubebtniconfontsize} />
1028
+ </div>
1029
+ )}
1030
+ </div>
1031
+ </div>
1032
+ </div>
1033
+ {sectionproperties.image_show == 'show' && Image()}
1034
+ </div>
1035
+ </div>
1036
+ )}
1037
+ {/* */}
1038
+ {/**/}
1039
+ {/* */}
1040
+ {/* {sectionproperties.sectionstyle == 'Image on right' && langdetect == 'ar' && (
1041
+ <div class="col-lg-12 p-0 d-flex justify-content-between">
1042
+ <div
1043
+ class="row m-0 w-100 d-flex justify-content-between"
1044
+ style={{
1045
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
1046
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start',
1047
+ }}
1048
+ >
1049
+ {Image()}
1050
+ {Content()}
1051
+ </div>
1052
+ </div>
1053
+ )} */}
1054
+ {/* langdetect == 'en' && */}
1055
+ {sectionproperties.sectionstyle == 'Image on left' && (
1056
+ <div class="col-lg-12 p-0 d-flex justify-content-between d-md-none">
1057
+ <div
1058
+ class="row m-0 w-100 d-flex justify-content-between"
1059
+ style={{
1060
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
1061
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start',
1062
+ }}
1063
+ >
1064
+ {sectionproperties.image_show == 'show' && Image()}
1065
+ <div
1066
+ class={
1067
+ sectionproperties.image_show == 'show'
1068
+ ? section_styles.sectioncintainer + ' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 '
1069
+ : section_styles.sectioncintainer + ' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 '
1070
+ }
1071
+ style={{
1072
+ background: sectionproperties.reservation_bgcolor,
1073
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
1074
+ }}
1075
+ >
1076
+ <div class={sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'}>
1077
+ <div
1078
+ class={
1079
+ sectionproperties.sectionstyleresponsive == 'Image above text'
1080
+ ? 'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center mt-md-4'
1081
+ : 'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center'
1082
+ }
1083
+ style={{
1084
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
1085
+ marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
1086
+ marginTop: sectionproperties.sectionTitleMarginTop + 'px',
1087
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
1088
+ }}
1089
+ >
1090
+ <div
1091
+ class={'d-flex align-items-center flex-row d-sm-none mt-sm-2 '}
1092
+ style={{
1093
+ position: 'relative',
1094
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
1095
+ fontSize: sectionproperties.sectionTitleFontSize + 'px',
1096
+ backgroundColor: sectionproperties.sectiontitlebgcolor,
1097
+ borderRadius: sectionproperties.sectiontitleborderradius + 'px',
1098
+ paddingLeft: sectionproperties.sectiontitlepaddinghorizontal + 'px',
1099
+ paddingRight: sectionproperties.sectiontitlepaddinghorizontal + 'px',
1100
+ paddingTop: sectionproperties.sectiontitlepaddingvertical + 'px',
1101
+ paddingBottom: sectionproperties.sectiontitlepaddingvertical + 'px',
1102
+ marginLeft:
1103
+ sectionproperties.sectiontitleborderradius != 0
1104
+ ? langdetect == 'en'
1105
+ ? sectionproperties.sectionTitleMarginLeft + 'px'
1106
+ : sectionproperties.sectionTitleMarginRight + 'px'
1107
+ : 0,
1108
+ marginRight:
1109
+ sectionproperties.sectiontitleborderradius != 0
1110
+ ? langdetect == 'en'
1111
+ ? sectionproperties.sectionTitleMarginRight + 'px'
1112
+ : sectionproperties.sectionTitleMarginLeft + 'px'
1113
+ : 0,
1114
+ }}
1115
+ >
1116
+ {SectionTitle()}
1117
+ </div>
1118
+ <div
1119
+ class={'d-none align-items-center flex-row d-sm-flex mt-sm-2'}
1120
+ style={{
1121
+ position: 'relative',
1122
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
1123
+ fontSize: sectionproperties.sectionTitleFontSizeresp + 'px',
1124
+ backgroundColor: sectionproperties.sectiontitlebgcolor,
1125
+ borderRadius: sectionproperties.sectiontitleborderradius + 'px',
1126
+ paddingLeft: sectionproperties.sectiontitlepaddinghorizontal + 'px',
1127
+ paddingRight: sectionproperties.sectiontitlepaddinghorizontal + 'px',
1128
+ paddingTop: sectionproperties.sectiontitlepaddingvertical + 'px',
1129
+ paddingBottom: sectionproperties.sectiontitlepaddingvertical + 'px',
1130
+ marginLeft:
1131
+ sectionproperties.sectiontitleborderradius != 0
1132
+ ? langdetect == 'en'
1133
+ ? sectionproperties.sectionTitleMarginLeft + 'px'
1134
+ : sectionproperties.sectionTitleMarginRight + 'px'
1135
+ : 0,
1136
+ marginRight:
1137
+ sectionproperties.sectiontitleborderradius != 0
1138
+ ? langdetect == 'en'
1139
+ ? sectionproperties.sectionTitleMarginRight + 'px'
1140
+ : sectionproperties.sectionTitleMarginLeft + 'px'
1141
+ : 0,
1142
+ }}
1143
+ >
1144
+ {SectionTitle()}
1145
+ </div>
1146
+ </div>
1147
+ {sectionproperties.prodCatShow == 'Show' && (
1148
+ <div
1149
+ class="col-lg-12 pl-0 pr-0 d-flex justify-content-md-center"
1150
+ style={{
1151
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
1152
+ marginBottom: sectionproperties.descriptionMarginBottom + 'px',
1153
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
1154
+ }}
1155
+ >
1156
+ <div
1157
+ class="d-flex align-items-center flex-row d-sm-none mt-sm-2"
1158
+ style={{
1159
+ position: 'relative',
1160
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
1161
+ fontSize: sectionproperties.prodCatFontSize + 'px',
1162
+ paddingLeft:
1163
+ langdetect == 'en'
1164
+ ? sectionproperties.slideshowText2Content_marginLeft + 'px'
1165
+ : sectionproperties.slideshowText2Content_marginRight + 'px',
1166
+ paddingRight:
1167
+ langdetect == 'en'
1168
+ ? sectionproperties.slideshowText2Content_marginRight + 'px'
1169
+ : sectionproperties.slideshowText2Content_marginLeft + 'px',
1170
+ }}
1171
+ >
1172
+ {SectionDescription()}
1173
+ </div>
1174
+ <div
1175
+ class="d-none align-items-center flex-row d-sm-flex mt-sm-2"
1176
+ style={{
1177
+ position: 'relative',
1178
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
1179
+ fontSize: sectionproperties.prodCatFontSizeResp + 'px',
1180
+ }}
1181
+ >
1182
+ {SectionDescription()}
1183
+ </div>
1184
+ </div>
1185
+ )}
1186
+ <div
1187
+ class="col-lg-12 p-0 d-flex justify-content-md-center"
1188
+ style={{
1189
+ justifyContent: sectionproperties.text2centered == 'Centered' ? 'center' : 'start',
1190
+ marginBottom: sectionproperties.slideshowText2Content_marginBottom + 'px',
1191
+ }}
1192
+ >
1193
+ <p
1194
+ class={
1195
+ sectionproperties.text2centered == 'Justify'
1196
+ ? section_styles.editortext + ' pb-0 pl-md-2 pr-md-2 '
1197
+ : section_styles.editortext + ' pb-0 text-md-center pl-md-2 pr-md-2 '
1198
+ }
1199
+ style={{}}
1200
+ dangerouslySetInnerHTML={{ __html: langdetect == 'en' ? sectionproperties.contenteditor : sectionproperties.text2editortextar }}
1201
+ ></p>
1202
+ </div>
1203
+ {sectionproperties.generalbtn_show == 'Show' && (
1204
+ <div class={sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'}>
1205
+ <button
1206
+ class={`${section_styles.btn}` + ' m-md-0 '}
1207
+ onClick={() => {
1208
+ if (sectionproperties.btntype == 'WhatsApp') {
1209
+ if (authdetailsContext?.instinfo?.whatsappnumber != null) {
1210
+ window.open('https://api.whatsapp.com/send?phone=' + authdetailsContext?.instinfo?.whatsappnumber, '_blank');
1211
+ }
1212
+ } else if (sectionproperties.btntype == 'App/Web Page') {
1213
+ // window.open(sectionproperties.btnlink, '_target');
1214
+ routingcountext(sectionproperties.btnlink, false, '');
1215
+ } else {
1216
+ window.open(sectionproperties.btnlink, '_blank');
1217
+ }
1218
+ }}
1219
+ style={{
1220
+ marginLeft:
1221
+ langdetect == 'en'
1222
+ ? sectionproperties.slideshowText2Content_marginLeft + 'px'
1223
+ : sectionproperties.slideshowText2Content_marginRight + 'px',
1224
+ marginRight:
1225
+ langdetect == 'en'
1226
+ ? sectionproperties.slideshowText2Content_marginRight + 'px'
1227
+ : sectionproperties.slideshowText2Content_marginLeft + 'px',
1228
+ }}
1229
+ >
1230
+ {langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar}
1231
+ </button>
1232
+ </div>
1233
+ )}
1234
+ <div
1235
+ class="col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center"
1236
+ style={{
1237
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
1238
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
1239
+ display:
1240
+ sectionproperties.fbbtn_show == 'Hide' && sectionproperties.instbtn_show == 'Hide' && sectionproperties.youtbtn_show == 'Hide'
1241
+ ? 'none'
1242
+ : 'flex',
1243
+ }}
1244
+ >
1245
+ {sectionproperties.fbbtn_show == 'Show' && (
1246
+ <div
1247
+ class={`${section_styles.facebook_btn}` + ' d-flex align-items-center justify-content-center ml-3 mr-3 '}
1248
+ onClick={() => {
1249
+ if (authdetailsContext?.instinfo?.facebooklink != null) {
1250
+ window.open(authdetailsContext?.instinfo?.facebooklink, '_blank');
1251
+ }
1252
+ }}
1253
+ >
1254
+ <FaFacebookF size={sectionproperties.facebkbtnniconfontsize} />
1255
+ </div>
1256
+ )}
1257
+ {sectionproperties.instbtn_show == 'Show' && (
1258
+ <div
1259
+ class={`${section_styles.instgram_btn}` + ' d-flex align-items-center justify-content-center ml-3 mr-3 '}
1260
+ onClick={() => {
1261
+ if (authdetailsContext?.instinfo?.instagramlink != null) {
1262
+ window.open(authdetailsContext?.instinfo?.instagramlink, '_blank');
1263
+ }
1264
+ }}
1265
+ >
1266
+ <AiFillInstagram size={sectionproperties.instgrambtniconfontsize} />
1267
+ </div>
1268
+ )}
1269
+ {sectionproperties.youtbtn_show == 'Show' && (
1270
+ <div
1271
+ class={`${section_styles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-3 mr-3 '}
1272
+ onClick={() => {
1273
+ if (authdetailsContext?.instinfo?.whatsappnumber != null) {
1274
+ window.open('https://api.whatsapp.com/send?phone=' + authdetailsContext?.instinfo?.whatsappnumber, '_blank');
1275
+ }
1276
+ }}
1277
+ >
1278
+ <FaWhatsapp size={sectionproperties.youtubebtniconfontsize} />
1279
+ </div>
1280
+ )}
1281
+ </div>
1282
+ </div>
1283
+ </div>
1284
+ </div>
1285
+ </div>
1286
+ )}
1287
+ {sectionproperties.sectionstyleresponsive == 'Image above text' && (
1288
+ <div class="col-lg-12 p-0 d-none d-md-flex justify-content-between">
1289
+ <div
1290
+ class="row m-0 w-100 d-flex justify-content-between"
1291
+ style={{
1292
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
1293
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start',
1294
+ }}
1295
+ >
1296
+ {sectionproperties.image_show == 'show' && Image()}
1297
+ <div
1298
+ class={
1299
+ sectionproperties.image_show == 'show'
1300
+ ? section_styles.sectioncintainer + ' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 '
1301
+ : section_styles.sectioncintainer + ' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 '
1302
+ }
1303
+ style={{
1304
+ background: sectionproperties.reservation_bgcolor,
1305
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
1306
+ }}
1307
+ >
1308
+ <div class={sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'}>
1309
+ <div
1310
+ class={
1311
+ sectionproperties.sectionstyleresponsive == 'Image above text'
1312
+ ? 'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center mt-md-4'
1313
+ : 'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center'
1314
+ }
1315
+ style={{
1316
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
1317
+ marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
1318
+ marginTop: sectionproperties.sectionTitleMarginTop + 'px',
1319
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
1320
+ }}
1321
+ >
1322
+ <div
1323
+ class={'d-flex align-items-center flex-row d-sm-none mt-sm-2 '}
1324
+ style={{
1325
+ position: 'relative',
1326
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
1327
+ fontSize: sectionproperties.sectionTitleFontSize + 'px',
1328
+ backgroundColor: sectionproperties.sectiontitlebgcolor,
1329
+ borderRadius: sectionproperties.sectiontitleborderradius + 'px',
1330
+ paddingLeft: sectionproperties.sectiontitlepaddinghorizontal + 'px',
1331
+ paddingRight: sectionproperties.sectiontitlepaddinghorizontal + 'px',
1332
+ paddingTop: sectionproperties.sectiontitlepaddingvertical + 'px',
1333
+ paddingBottom: sectionproperties.sectiontitlepaddingvertical + 'px',
1334
+ marginLeft:
1335
+ sectionproperties.sectiontitleborderradius != 0
1336
+ ? langdetect == 'en'
1337
+ ? sectionproperties.sectionTitleMarginLeft + 'px'
1338
+ : sectionproperties.sectionTitleMarginRight + 'px'
1339
+ : 0,
1340
+ marginRight:
1341
+ sectionproperties.sectiontitleborderradius != 0
1342
+ ? langdetect == 'en'
1343
+ ? sectionproperties.sectionTitleMarginRight + 'px'
1344
+ : sectionproperties.sectionTitleMarginLeft + 'px'
1345
+ : 0,
1346
+ }}
1347
+ >
1348
+ {SectionTitle()}
1349
+ </div>
1350
+ <div
1351
+ class={'d-none align-items-center flex-row d-sm-flex mt-sm-2'}
1352
+ style={{
1353
+ position: 'relative',
1354
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
1355
+ fontSize: sectionproperties.sectionTitleFontSizeresp + 'px',
1356
+ backgroundColor: sectionproperties.sectiontitlebgcolor,
1357
+ borderRadius: sectionproperties.sectiontitleborderradius + 'px',
1358
+ paddingLeft: sectionproperties.sectiontitlepaddinghorizontal + 'px',
1359
+ paddingRight: sectionproperties.sectiontitlepaddinghorizontal + 'px',
1360
+ paddingTop: sectionproperties.sectiontitlepaddingvertical + 'px',
1361
+ paddingBottom: sectionproperties.sectiontitlepaddingvertical + 'px',
1362
+ marginLeft:
1363
+ sectionproperties.sectiontitleborderradius != 0
1364
+ ? langdetect == 'en'
1365
+ ? sectionproperties.sectionTitleMarginLeft + 'px'
1366
+ : sectionproperties.sectionTitleMarginRight + 'px'
1367
+ : 0,
1368
+ marginRight:
1369
+ sectionproperties.sectiontitleborderradius != 0
1370
+ ? langdetect == 'en'
1371
+ ? sectionproperties.sectionTitleMarginRight + 'px'
1372
+ : sectionproperties.sectionTitleMarginLeft + 'px'
1373
+ : 0,
1374
+ }}
1375
+ >
1376
+ {SectionTitle()}
1377
+ </div>
1378
+ </div>
1379
+ {sectionproperties.prodCatShow == 'Show' && (
1380
+ <div
1381
+ class="col-lg-12 pl-0 pr-0 d-flex justify-content-md-center"
1382
+ style={{
1383
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
1384
+ marginBottom: sectionproperties.descriptionMarginBottom + 'px',
1385
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
1386
+ }}
1387
+ >
1388
+ <div
1389
+ class="d-flex align-items-center flex-row d-sm-none mt-sm-2"
1390
+ style={{
1391
+ position: 'relative',
1392
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
1393
+ fontSize: sectionproperties.prodCatFontSize + 'px',
1394
+ paddingLeft:
1395
+ langdetect == 'en'
1396
+ ? sectionproperties.slideshowText2Content_marginLeft + 'px'
1397
+ : sectionproperties.slideshowText2Content_marginRight + 'px',
1398
+ paddingRight:
1399
+ langdetect == 'en'
1400
+ ? sectionproperties.slideshowText2Content_marginRight + 'px'
1401
+ : sectionproperties.slideshowText2Content_marginLeft + 'px',
1402
+ }}
1403
+ >
1404
+ {SectionDescription()}
1405
+ </div>
1406
+ <div
1407
+ class="d-none align-items-center flex-row d-sm-flex mt-sm-2"
1408
+ style={{
1409
+ position: 'relative',
1410
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
1411
+ fontSize: sectionproperties.prodCatFontSizeResp + 'px',
1412
+ }}
1413
+ >
1414
+ {SectionDescription()}
1415
+ </div>
1416
+ </div>
1417
+ )}
1418
+ <div
1419
+ class="col-lg-12 p-0 d-flex justify-content-md-center"
1420
+ style={{
1421
+ justifyContent: sectionproperties.text2centered == 'Centered' ? 'center' : 'start',
1422
+ marginBottom: sectionproperties.slideshowText2Content_marginBottom + 'px',
1423
+ }}
1424
+ >
1425
+ <p
1426
+ class={
1427
+ sectionproperties.text2centered == 'Justify'
1428
+ ? section_styles.editortext + ' pb-0 pl-md-2 pr-md-2 '
1429
+ : section_styles.editortext + ' pb-0 text-md-center pl-md-2 pr-md-2 '
1430
+ }
1431
+ style={{}}
1432
+ dangerouslySetInnerHTML={{ __html: langdetect == 'en' ? sectionproperties.contenteditor : sectionproperties.text2editortextar }}
1433
+ ></p>
1434
+ </div>
1435
+ {sectionproperties.generalbtn_show == 'Show' && (
1436
+ <div class={sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'}>
1437
+ <button
1438
+ class={`${section_styles.btn}` + ' m-md-0 '}
1439
+ onClick={() => {
1440
+ if (sectionproperties.btntype == 'WhatsApp') {
1441
+ if (authdetailsContext?.instinfo?.whatsappnumber != null) {
1442
+ window.open('https://api.whatsapp.com/send?phone=' + authdetailsContext?.instinfo?.whatsappnumber, '_blank');
1443
+ }
1444
+ } else if (sectionproperties.btntype == 'App/Web Page') {
1445
+ // window.open(sectionproperties.btnlink, '_target');
1446
+ routingcountext(sectionproperties.btnlink, false, '');
1447
+ } else {
1448
+ window.open(sectionproperties.btnlink, '_blank');
1449
+ }
1450
+ }}
1451
+ style={{
1452
+ marginLeft:
1453
+ langdetect == 'en'
1454
+ ? sectionproperties.slideshowText2Content_marginLeft + 'px'
1455
+ : sectionproperties.slideshowText2Content_marginRight + 'px',
1456
+ marginRight:
1457
+ langdetect == 'en'
1458
+ ? sectionproperties.slideshowText2Content_marginRight + 'px'
1459
+ : sectionproperties.slideshowText2Content_marginLeft + 'px',
1460
+ }}
1461
+ >
1462
+ {langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar}
1463
+ </button>
1464
+ </div>
1465
+ )}
1466
+ <div
1467
+ class="col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center"
1468
+ style={{
1469
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
1470
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
1471
+ display:
1472
+ sectionproperties.fbbtn_show == 'Hide' && sectionproperties.instbtn_show == 'Hide' && sectionproperties.youtbtn_show == 'Hide'
1473
+ ? 'none'
1474
+ : 'flex',
1475
+ }}
1476
+ >
1477
+ {sectionproperties.fbbtn_show == 'Show' && (
1478
+ <div
1479
+ class={`${section_styles.facebook_btn}` + ' d-flex align-items-center justify-content-center ml-3 mr-3 '}
1480
+ onClick={() => {
1481
+ if (authdetailsContext?.instinfo?.facebooklink != null) {
1482
+ window.open(authdetailsContext?.instinfo?.facebooklink, '_blank');
1483
+ }
1484
+ }}
1485
+ >
1486
+ <FaFacebookF size={sectionproperties.facebkbtnniconfontsize} />
1487
+ </div>
1488
+ )}
1489
+ {sectionproperties.instbtn_show == 'Show' && (
1490
+ <div
1491
+ class={`${section_styles.instgram_btn}` + ' d-flex align-items-center justify-content-center ml-3 mr-3 '}
1492
+ onClick={() => {
1493
+ if (authdetailsContext?.instinfo?.instagramlink != null) {
1494
+ window.open(authdetailsContext?.instinfo?.instagramlink, '_blank');
1495
+ }
1496
+ }}
1497
+ >
1498
+ <AiFillInstagram size={sectionproperties.instgrambtniconfontsize} />
1499
+ </div>
1500
+ )}
1501
+ {sectionproperties.youtbtn_show == 'Show' && (
1502
+ <div
1503
+ class={`${section_styles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-3 mr-3 '}
1504
+ onClick={() => {
1505
+ if (authdetailsContext?.instinfo?.whatsappnumber != null) {
1506
+ window.open('https://api.whatsapp.com/send?phone=' + authdetailsContext?.instinfo?.whatsappnumber, '_blank');
1507
+ }
1508
+ }}
1509
+ >
1510
+ <FaWhatsapp size={sectionproperties.youtubebtniconfontsize} />
1511
+ </div>
1512
+ )}
1513
+ </div>
1514
+ </div>
1515
+ </div>
1516
+ </div>
1517
+ </div>
1518
+ )}
1519
+ {/* {sectionproperties.sectionstyle == 'Image on left' && langdetect == 'ar' && (
1520
+ <div class="col-lg-12 p-0 d-flex justify-content-between">
1521
+ <div
1522
+ class="row m-0 w-100 d-flex justify-content-between"
1523
+ style={{
1524
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
1525
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start',
1526
+ }}
1527
+ >
1528
+ {Content()}
1529
+ {Image()}
1530
+ </div>
1531
+ </div>
1532
+ )} */}
1533
+ </div>
1534
+ </div>
1535
+ )}
1536
+ {sectionproperties.cardstyletype == 'Style 2' && (
1537
+ <div
1538
+ class={
1539
+ sectionproperties.card_marginRight != 0 && sectionproperties.card_marginLeft != 0
1540
+ ? sectionproperties.width != 100
1541
+ ? section_styles.cont1 + ' d-flex justify-content-between align-items-center px-1025-1 pl-md-3 pr-md-3 mx-auto '
1542
+ : section_styles.cont1 + ' d-flex justify-content-between align-items-center px-1025-1 pl-md-3 pr-md-3 mx-auto '
1543
+ : sectionproperties.width != 100
1544
+ ? section_styles.cont1 + ' d-flex justify-content-between align-items-center mx-auto '
1545
+ : section_styles.cont1 + ' d-flex justify-content-between align-items-center mx-auto '
1546
+ }
1547
+ style={{
1548
+ paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
1549
+ paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px',
1550
+ border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
1551
+ borderRadius: sectionproperties.sectioncardborderradius + 'px',
1552
+ }}
1553
+ >
1554
+ <div
1555
+ class={
1556
+ // sectionproperties.paddingLeft != 0 && sectionproperties.paddingRight != 0
1557
+ // ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between plr-1025-1 pr-md-3 pl-md-3 '
1558
+ // : sectionproperties.paddingLeft == 0 && sectionproperties.paddingRight == 0
1559
+ // ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between '
1560
+ // : sectionproperties.paddingLeft != 0
1561
+ // ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between pr-1025-1 px-md-3 '
1562
+ // : sectionproperties.paddingRight != 0
1563
+ // ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between pr-1025-1 px-md-3 '
1564
+ // : section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between '
1565
+ sectionproperties.paddingLeft != 0 && sectionproperties.paddingRight != 0
1566
+ ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between plr-1025-1 pr-md-3 pl-md-3 '
1567
+ : sectionproperties.paddingLeft == 0 && sectionproperties.paddingRight == 0
1568
+ ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between px-md-0 '
1569
+ : sectionproperties.paddingLeft != 0
1570
+ ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between plr-1025-1 pr-md-3 pl-md-3 '
1571
+ : sectionproperties.paddingRight != 0
1572
+ ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between plr-1025-1 pr-md-3 pl-md-3 '
1573
+ : section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between px-md-0 '
1574
+ }
1575
+ style={{
1576
+ paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
1577
+ paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
1578
+ // paddingTop: sectionproperties.paddingTop + 'px',
1579
+ // paddingBottom: sectionproperties.paddingBottom + 'px',
1580
+ marginTop: sectionproperties.marginTop + 'px',
1581
+ marginBottom: sectionproperties.marginBottom + 'px',
1582
+ }}
1583
+ >
1584
+ {/* langdetect == 'en' && */}
1585
+ {sectionproperties.sectionstyle == 'Image on right' && (
1586
+ <div class="col-lg-12 p-0 d-flex justify-content-between d-md-none">
1587
+ <div
1588
+ class="row m-0 w-100 d-flex justify-content-between"
1589
+ style={{
1590
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
1591
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start',
1592
+ }}
1593
+ >
1594
+ {Content()}
1595
+ {sectionproperties.image_show == 'show' && Image()}
1596
+ </div>
1597
+ </div>
1598
+ )}
1599
+ {sectionproperties.sectionstyleresponsive == 'Image below text' && (
1600
+ <div class="col-lg-12 p-0 d-none d-md-flex justify-content-between">
1601
+ <div
1602
+ class="row m-0 w-100 d-flex justify-content-between"
1603
+ style={{
1604
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
1605
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start',
1606
+ }}
1607
+ >
1608
+ {Content()}
1609
+ {sectionproperties.image_show == 'show' && Image()}
1610
+ </div>
1611
+ </div>
1612
+ )}
1613
+ {/* */}
1614
+ {/**/}
1615
+ {/* */}
1616
+ {/* {sectionproperties.sectionstyle == 'Image on right' && langdetect == 'ar' && (
1617
+ <div class="col-lg-12 p-0 d-flex justify-content-between">
1618
+ <div
1619
+ class="row m-0 w-100 d-flex justify-content-between"
1620
+ style={{
1621
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
1622
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start',
1623
+ }}
1624
+ >
1625
+ {Image()}
1626
+ {Content()}
1627
+ </div>
1628
+ </div>
1629
+ )} */}
1630
+ {/* langdetect == 'en' && */}
1631
+ {sectionproperties.sectionstyle == 'Image on left' && (
1632
+ <div class="col-lg-12 p-0 d-flex justify-content-between d-md-none">
1633
+ <div
1634
+ class="row m-0 w-100 d-flex justify-content-between"
1635
+ style={{
1636
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
1637
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start',
1638
+ }}
1639
+ >
1640
+ {sectionproperties.image_show == 'show' && Image()}
1641
+ {Content()}
1642
+ </div>
1643
+ </div>
1644
+ )}
1645
+ {sectionproperties.sectionstyleresponsive == 'Image above text' && (
1646
+ <div class="col-lg-12 p-0 d-none d-md-flex justify-content-between">
1647
+ <div
1648
+ class="row m-0 w-100 d-flex justify-content-between"
1649
+ style={{
1650
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
1651
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start',
1652
+ }}
1653
+ >
1654
+ {sectionproperties.image_show == 'show' && <div class="w-100 mb-md-3"> {Image()}</div>}
1655
+ {Content()}
1656
+ </div>
1657
+ </div>
1658
+ )}
1659
+ {/* {sectionproperties.sectionstyle == 'Image on left' && langdetect == 'ar' && (
1660
+ <div class="col-lg-12 p-0 d-flex justify-content-between">
1661
+ <div
1662
+ class="row m-0 w-100 d-flex justify-content-between"
1663
+ style={{
1664
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
1665
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start',
1666
+ }}
1667
+ >
1668
+ {Content()}
1669
+ {Image()}
1670
+ </div>
1671
+ </div>
1672
+ )} */}
1673
+ </div>
1674
+ </div>
1675
+ )}
1676
+ </div>
1677
+ );
1678
+ };
1679
+ export default Image_with_leftwords;