{"id":1290,"date":"2025-01-31T11:36:36","date_gmt":"2025-01-31T11:36:36","guid":{"rendered":"https:\/\/www.zenaresort.com.tr\/?page_id=1290"},"modified":"2025-03-13T11:23:09","modified_gmt":"2025-03-13T08:23:09","slug":"homepage","status":"publish","type":"page","link":"https:\/\/www.zenaresort.com.tr\/en\/","title":{"rendered":"Homepage"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; fullwidth=&#8221;on&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; height_last_edited=&#8221;off|desktop&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;0px||||false|false&#8221; custom_margin_phone=&#8221;0px||||false|false&#8221; custom_margin_last_edited=&#8221;on|tablet&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_fullwidth_code _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_css_free_form=&#8221;.video-container video {||    filter: brightness(0.5); ||    transition: filter 0.3s ease-in-out; ||}&#8221; global_colors_info=&#8221;{}&#8221;]<!-- Font Awesome K\u00fct\u00fcphanesi --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><\/p>\n<div class=\"video-container\"><!-- [et_pb_line_break_holder] -->  <video id=\"myVideo\" src=\"https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/02\/0102.mp4\" autoplay playsinline muted loop><\/video><!-- [et_pb_line_break_holder] -->  <\/p>\n<div class=\"controls\"><!-- [et_pb_line_break_holder] -->    <button class=\"mute-btn\" onclick=\"toggleMute()\"><!-- [et_pb_line_break_holder] -->      <i id=\"mute-icon\" class=\"fa-solid fa-volume-xmark\"><\/i><!-- [et_pb_line_break_holder] -->    <\/button><!-- [et_pb_line_break_holder] -->  <\/div>\n<p><!-- [et_pb_line_break_holder] --><\/div>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><script><!-- [et_pb_line_break_holder] -->let userMuted = true;<!-- [et_pb_line_break_holder] -->let video;<!-- [et_pb_line_break_holder] -->let icon;<!-- [et_pb_line_break_holder] -->let hasInteracted = false;<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->document.addEventListener(\"DOMContentLoaded\", function() {<!-- [et_pb_line_break_holder] -->  video = document.getElementById(\"myVideo\");<!-- [et_pb_line_break_holder] -->  icon = document.getElementById(\"mute-icon\");<!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->  \/\/ Video ba\u015fta sessiz ba\u015flas\u0131n<!-- [et_pb_line_break_holder] -->  video.muted = true;<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  \/\/ Video y\u00fcklendi\u011finde otomatik oynat<!-- [et_pb_line_break_holder] -->  video.play().catch(error => console.log(\"Autoplay engellendi:\", error));<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  \/\/ Kullan\u0131c\u0131 etkile\u015fimde bulunmadan ses a\u00e7\u0131lmas\u0131n<!-- [et_pb_line_break_holder] -->  document.addEventListener(\"click\", function() {<!-- [et_pb_line_break_holder] -->    if (!hasInteracted && window.innerWidth > 768) {<!-- [et_pb_line_break_holder] -->      hasInteracted = true;<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->  });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  \/\/ Scroll kontrol\u00fc<!-- [et_pb_line_break_holder] -->  window.onscroll = function() {<!-- [et_pb_line_break_holder] -->    let scrollThreshold = window.innerHeight * 0.7;<!-- [et_pb_line_break_holder] -->    if (window.scrollY > scrollThreshold) {<!-- [et_pb_line_break_holder] -->      if (!userMuted) {<!-- [et_pb_line_break_holder] -->        video.muted = true;<!-- [et_pb_line_break_holder] -->        updateIcon();<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->    } else {<!-- [et_pb_line_break_holder] -->      if (!userMuted && hasInteracted) {<!-- [et_pb_line_break_holder] -->        video.muted = false;<!-- [et_pb_line_break_holder] -->        updateIcon();<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->  };<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->function toggleMute() {<!-- [et_pb_line_break_holder] -->  video.muted = !video.muted;<!-- [et_pb_line_break_holder] -->  userMuted = video.muted;<!-- [et_pb_line_break_holder] -->  hasInteracted = true;<!-- [et_pb_line_break_holder] -->  updateIcon();<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->function updateIcon() {<!-- [et_pb_line_break_holder] -->  if (video.muted) {<!-- [et_pb_line_break_holder] -->    icon.classList.remove(\"fa-volume-high\");<!-- [et_pb_line_break_holder] -->    icon.classList.add(\"fa-volume-xmark\");<!-- [et_pb_line_break_holder] -->  } else {<!-- [et_pb_line_break_holder] -->    icon.classList.remove(\"fa-volume-xmark\");<!-- [et_pb_line_break_holder] -->    icon.classList.add(\"fa-volume-high\");<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><\/script><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><\/p>\n<style><!-- [et_pb_line_break_holder] -->.video-container {<!-- [et_pb_line_break_holder] -->  position: relative;<!-- [et_pb_line_break_holder] -->  width: 100%;<!-- [et_pb_line_break_holder] -->  height: 100vh;<!-- [et_pb_line_break_holder] -->  max-width: 100%;<!-- [et_pb_line_break_holder] -->  margin: auto;<!-- [et_pb_line_break_holder] -->  border-radius: 0px;<!-- [et_pb_line_break_holder] -->  overflow: hidden;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@media (max-width: 768px) {<!-- [et_pb_line_break_holder] -->  .video-container {<!-- [et_pb_line_break_holder] -->    height: 85vh;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->video {<!-- [et_pb_line_break_holder] -->  width: 100%;<!-- [et_pb_line_break_holder] -->  height: 100%;<!-- [et_pb_line_break_holder] -->  display: block;<!-- [et_pb_line_break_holder] -->  object-fit: cover;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.controls {<!-- [et_pb_line_break_holder] -->  position: absolute;<!-- [et_pb_line_break_holder] -->  bottom: 15px;<!-- [et_pb_line_break_holder] -->  right: 15px;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.mute-btn {<!-- [et_pb_line_break_holder] -->  padding: 10px 10px;<!-- [et_pb_line_break_holder] -->  font-size: 20px;<!-- [et_pb_line_break_holder] -->  border: none;<!-- [et_pb_line_break_holder] -->  border-radius: 10px;<!-- [et_pb_line_break_holder] -->  cursor: pointer;<!-- [et_pb_line_break_holder] -->  background-color: rgba(10,10,10,0.3);<!-- [et_pb_line_break_holder] -->  color: white;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.mute-btn i {<!-- [et_pb_line_break_holder] -->  font-size: 24px;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><\/style>\n<p>[\/et_pb_fullwidth_code][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#f7fcfc&#8221; custom_padding_tablet=&#8221;20px||20px||true|false&#8221; custom_padding_phone=&#8221;0px||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/02\/favicon.webp&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;6%&#8221; width_tablet=&#8221;10%&#8221; width_phone=&#8221;20%&#8221; width_last_edited=&#8221;on|phone&#8221; custom_margin=&#8221;||1px|||&#8221; scroll_rotating_enable=&#8221;on&#8221; scroll_rotating=&#8221;0|50|50|100|180\u00b0|90\u00b0|0&#8243; global_colors_info=&#8221;{}&#8221; transform_styles__hover_enabled=&#8221;on|hover&#8221; transform_scale__hover_enabled=&#8221;on|desktop&#8221; transform_translate__hover_enabled=&#8221;on|hover&#8221; transform_rotate__hover_enabled=&#8221;on|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Poppins||||||||&#8221; text_text_color=&#8221;#008294&#8243; text_letter_spacing=&#8221;4px&#8221; custom_margin=&#8221;||25px||false|false&#8221; custom_padding=&#8221;|100px||100px|false|true&#8221; custom_padding_tablet=&#8221;|100px||100px|false|true&#8221; custom_padding_phone=&#8221;|0px||0px|false|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: center\">ZENA RESORT HOTEL<\/p>\n<p>[\/et_pb_text][et_pb_heading title=&#8221;The Most Beautiful Form of Vacation&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; title_font=&#8221;Poppins||||||||&#8221; title_text_align=&#8221;center&#8221; title_font_size=&#8221;35px&#8221; custom_margin=&#8221;||7px|||&#8221; title_font_size_tablet=&#8221;35px&#8221; title_font_size_phone=&#8221;35px&#8221; title_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_heading][et_pb_text content_tablet=&#8221;<\/p>\n<p class=%22p1%22 style=%22text-align: center;%22>Get ready to witness the magic of a thousand-year-old dance on this special beach where the shimmering lights of the Mediterranean sun meet the blue waters of the sea, and the nature flowing down from the Taurus Mountains blends with the coast. Surrounded by the mesmerizing beauty of nature, an unforgettable vacation awaits you here!<\/p>\n<p>&#8221; content_phone=&#8221;<\/p>\n<p class=%22p1%22 style=%22text-align: center;%22>Get ready to witness the magic of a thousand-year-old dance on this special beach where the shimmering lights of the Mediterranean sun meet the blue waters of the sea, and the nature flowing down from the Taurus Mountains blends with the coast. Surrounded by the mesmerizing beauty of nature, an unforgettable vacation awaits you here!<\/p>\n<p>&#8221; content_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|100px||100px|false|true&#8221; custom_padding_tablet=&#8221;|5px||5px|false|true&#8221; custom_padding_phone=&#8221;|2px||2px|false|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p class=\"p1\" style=\"text-align: center;\">Get ready to witness the magic of a thousand-year-old dance on this special beach where the shimmering lights of the Mediterranean sun meet the blue waters of the sea, and the nature flowing down from the Taurus Mountains blends with the coast. Surrounded by the mesmerizing beauty of nature, an unforgettable vacation awaits you here!<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; disabled_on=&#8221;off|off|off&#8221; admin_label=&#8221;About Section&#8221; module_id=&#8221;restoran&#8221; _builder_version=&#8221;4.27.4&#8243; background_color=&#8221;#f7fcfc&#8221; custom_margin=&#8221;0px|0px|0px|0px|true|true&#8221; custom_padding=&#8221;7px||7px||true|false&#8221; custom_padding_tablet=&#8221;5px||5px||true|false&#8221; custom_padding_phone=&#8221;0px||45px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row custom_padding_last_edited=&#8221;on|tablet&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;95%&#8221; max_width=&#8221;1779px&#8221; max_width_tablet=&#8221;1779px&#8221; max_width_phone=&#8221;1779px&#8221; max_width_last_edited=&#8221;on|desktop&#8221; custom_padding_tablet=&#8221;0px||0px||true|false&#8221; custom_padding_phone=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.3&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][wdcl_image_carousel slide_count=&#8221;2&#8243; custom_cursor=&#8221;on&#8221; arrow_height=&#8221;34px&#8221; arrow_width=&#8221;34px&#8221; arrow_icon_size=&#8221;23px&#8221; arrow_color=&#8221;#008294&#8243; arrow_bg=&#8221;#FFFFFF&#8221; arrow_pos_x=&#8221;27px&#8221; nav_pagi_tablet=&#8221;&#8221; nav_pagi_phone=&#8221;pagi&#8221; nav_pagi_last_edited=&#8221;on|phone&#8221; slide_count_tablet=&#8221;2&#8243; slide_count_phone=&#8221;1&#8243; slide_count_last_edited=&#8221;on|phone&#8221; arrow_pos_y_tablet=&#8221;&#8221; arrow_pos_y_phone=&#8221;28%&#8221; arrow_pos_y_last_edited=&#8221;on|phone&#8221; arrow_pos_x_tablet=&#8221;27px&#8221; arrow_pos_x_phone=&#8221;12px&#8221; arrow_pos_x_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][wdcl_image_carousel_child photo=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/02\/DJI_0723-Enhanced-NR.jpg&#8221; content_width=&#8221;75%&#8221; content_type=&#8221;normal&#8221; content_padding=&#8221;38px|15px|38px|15px|true|true&#8221; content_bg_color_gradient_overlays_image=&#8221;on&#8221; overlay_icon_color=&#8221;#FFFFFF&#8221; _builder_version=&#8221;4.27.4&#8243; title_font=&#8221;Lexend||||||||&#8221; title_text_color=&#8221;#dbb649&#8243; subtitle_font=&#8221;Lexend|300|||||||&#8221; subtitle_text_color=&#8221;#919191&#8243; background_enable_image=&#8221;off&#8221; border_width_bottom_item=&#8221;0px&#8221; global_colors_info=&#8221;{}&#8221; overlay_bg_color__hover_enabled=&#8221;off|desktop&#8221; overlay_bg_enable_color__hover=&#8221;off&#8221; overlay_bg_use_color_gradient__hover=&#8221;off&#8221; overlay_bg_color_gradient_overlays_image__hover=&#8221;on&#8221;][\/wdcl_image_carousel_child][wdcl_image_carousel_child photo=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/02\/DJI_0739-Edit-1.jpg&#8221; content_width=&#8221;75%&#8221; content_type=&#8221;normal&#8221; content_padding=&#8221;38px|15px|38px|15px|true|true&#8221; content_bg_color_gradient_overlays_image=&#8221;on&#8221; overlay_icon_color=&#8221;#FFFFFF&#8221; _builder_version=&#8221;4.27.4&#8243; title_font=&#8221;Lexend||||||||&#8221; title_text_color=&#8221;#dbb649&#8243; subtitle_font=&#8221;Lexend|300|||||||&#8221; subtitle_text_color=&#8221;#919191&#8243; background_enable_image=&#8221;off&#8221; border_width_bottom_item=&#8221;0px&#8221; global_colors_info=&#8221;{}&#8221; overlay_bg_color__hover_enabled=&#8221;off|desktop&#8221; overlay_bg_enable_color__hover=&#8221;off&#8221; overlay_bg_use_color_gradient__hover=&#8221;off&#8221; overlay_bg_color_gradient_overlays_image__hover=&#8221;on&#8221;][\/wdcl_image_carousel_child][wdcl_image_carousel_child photo=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/02\/DJI_0744-Enhanced-NR-Edit-1.jpg&#8221; content_width=&#8221;75%&#8221; content_type=&#8221;normal&#8221; content_padding=&#8221;38px|15px|38px|15px|true|true&#8221; content_bg_color_gradient_overlays_image=&#8221;on&#8221; overlay_icon_color=&#8221;#FFFFFF&#8221; _builder_version=&#8221;4.27.4&#8243; title_font=&#8221;Lexend||||||||&#8221; title_text_color=&#8221;#dbb649&#8243; subtitle_font=&#8221;Lexend|300|||||||&#8221; subtitle_text_color=&#8221;#919191&#8243; background_enable_image=&#8221;off&#8221; border_width_bottom_item=&#8221;0px&#8221; global_colors_info=&#8221;{}&#8221; overlay_bg_color__hover_enabled=&#8221;off|desktop&#8221; overlay_bg_enable_color__hover=&#8221;off&#8221; overlay_bg_use_color_gradient__hover=&#8221;off&#8221; overlay_bg_color_gradient_overlays_image__hover=&#8221;on&#8221;][\/wdcl_image_carousel_child][wdcl_image_carousel_child photo=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/02\/DJI_0782-Edit-2.jpg&#8221; content_width=&#8221;75%&#8221; content_type=&#8221;normal&#8221; content_padding=&#8221;38px|15px|38px|15px|true|true&#8221; content_bg_color_gradient_overlays_image=&#8221;on&#8221; overlay_icon_color=&#8221;#FFFFFF&#8221; _builder_version=&#8221;4.27.4&#8243; title_font=&#8221;Lexend||||||||&#8221; title_text_color=&#8221;#dbb649&#8243; subtitle_font=&#8221;Lexend|300|||||||&#8221; subtitle_text_color=&#8221;#919191&#8243; background_enable_image=&#8221;off&#8221; border_width_bottom_item=&#8221;0px&#8221; global_colors_info=&#8221;{}&#8221; overlay_bg_color__hover_enabled=&#8221;off|desktop&#8221; overlay_bg_enable_color__hover=&#8221;off&#8221; overlay_bg_use_color_gradient__hover=&#8221;off&#8221; overlay_bg_color_gradient_overlays_image__hover=&#8221;on&#8221;][\/wdcl_image_carousel_child][wdcl_image_carousel_child photo=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/02\/DJI_0792.jpg&#8221; content_width=&#8221;75%&#8221; content_type=&#8221;normal&#8221; content_padding=&#8221;38px|15px|38px|15px|true|true&#8221; content_bg_color_gradient_overlays_image=&#8221;on&#8221; overlay_icon_color=&#8221;#FFFFFF&#8221; _builder_version=&#8221;4.27.4&#8243; title_font=&#8221;Lexend||||||||&#8221; title_text_color=&#8221;#dbb649&#8243; subtitle_font=&#8221;Lexend|300|||||||&#8221; subtitle_text_color=&#8221;#919191&#8243; background_enable_image=&#8221;off&#8221; border_width_bottom_item=&#8221;0px&#8221; global_colors_info=&#8221;{}&#8221; overlay_bg_color__hover_enabled=&#8221;off|desktop&#8221; overlay_bg_enable_color__hover=&#8221;off&#8221; overlay_bg_use_color_gradient__hover=&#8221;off&#8221; overlay_bg_color_gradient_overlays_image__hover=&#8221;on&#8221;][\/wdcl_image_carousel_child][wdcl_image_carousel_child photo=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/02\/DJI_0813-Edit.jpg&#8221; content_width=&#8221;75%&#8221; content_type=&#8221;normal&#8221; content_padding=&#8221;38px|15px|38px|15px|true|true&#8221; content_bg_color_gradient_overlays_image=&#8221;on&#8221; overlay_icon_color=&#8221;#FFFFFF&#8221; _builder_version=&#8221;4.27.4&#8243; title_font=&#8221;Lexend||||||||&#8221; title_text_color=&#8221;#dbb649&#8243; subtitle_font=&#8221;Lexend|300|||||||&#8221; subtitle_text_color=&#8221;#919191&#8243; background_enable_image=&#8221;off&#8221; border_width_bottom_item=&#8221;0px&#8221; global_colors_info=&#8221;{}&#8221; overlay_bg_color__hover_enabled=&#8221;off|desktop&#8221; overlay_bg_enable_color__hover=&#8221;off&#8221; overlay_bg_use_color_gradient__hover=&#8221;off&#8221; overlay_bg_color_gradient_overlays_image__hover=&#8221;on&#8221;][\/wdcl_image_carousel_child][wdcl_image_carousel_child photo=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/02\/DJI_0826-Edit-1.jpg&#8221; content_width=&#8221;75%&#8221; content_type=&#8221;normal&#8221; content_padding=&#8221;38px|15px|38px|15px|true|true&#8221; content_bg_color_gradient_overlays_image=&#8221;on&#8221; overlay_icon_color=&#8221;#FFFFFF&#8221; _builder_version=&#8221;4.27.4&#8243; title_font=&#8221;Lexend||||||||&#8221; title_text_color=&#8221;#dbb649&#8243; subtitle_font=&#8221;Lexend|300|||||||&#8221; subtitle_text_color=&#8221;#919191&#8243; background_enable_image=&#8221;off&#8221; border_width_bottom_item=&#8221;0px&#8221; global_colors_info=&#8221;{}&#8221; overlay_bg_color__hover_enabled=&#8221;off|desktop&#8221; overlay_bg_enable_color__hover=&#8221;off&#8221; overlay_bg_use_color_gradient__hover=&#8221;off&#8221; overlay_bg_color_gradient_overlays_image__hover=&#8221;on&#8221;][\/wdcl_image_carousel_child][wdcl_image_carousel_child photo=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/02\/a3.jpg&#8221; content_width=&#8221;75%&#8221; content_type=&#8221;normal&#8221; content_padding=&#8221;38px|15px|38px|15px|true|true&#8221; content_bg_color_gradient_overlays_image=&#8221;on&#8221; overlay_icon_color=&#8221;#FFFFFF&#8221; _builder_version=&#8221;4.27.4&#8243; title_font=&#8221;Lexend||||||||&#8221; title_text_color=&#8221;#dbb649&#8243; subtitle_font=&#8221;Lexend|300|||||||&#8221; subtitle_text_color=&#8221;#919191&#8243; background_enable_image=&#8221;off&#8221; border_width_bottom_item=&#8221;0px&#8221; global_colors_info=&#8221;{}&#8221; overlay_bg_color__hover_enabled=&#8221;off|desktop&#8221; overlay_bg_enable_color__hover=&#8221;off&#8221; overlay_bg_use_color_gradient__hover=&#8221;off&#8221; overlay_bg_color_gradient_overlays_image__hover=&#8221;on&#8221;][\/wdcl_image_carousel_child][wdcl_image_carousel_child photo=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/02\/a1.jpg&#8221; content_width=&#8221;75%&#8221; content_type=&#8221;normal&#8221; content_padding=&#8221;38px|15px|38px|15px|true|true&#8221; content_bg_color_gradient_overlays_image=&#8221;on&#8221; overlay_icon_color=&#8221;#FFFFFF&#8221; _builder_version=&#8221;4.27.4&#8243; title_font=&#8221;Lexend||||||||&#8221; title_text_color=&#8221;#dbb649&#8243; subtitle_font=&#8221;Lexend|300|||||||&#8221; subtitle_text_color=&#8221;#919191&#8243; background_enable_image=&#8221;off&#8221; border_width_bottom_item=&#8221;0px&#8221; global_colors_info=&#8221;{}&#8221; overlay_bg_color__hover_enabled=&#8221;off|desktop&#8221; overlay_bg_enable_color__hover=&#8221;off&#8221; overlay_bg_use_color_gradient__hover=&#8221;off&#8221; overlay_bg_color_gradient_overlays_image__hover=&#8221;on&#8221;][\/wdcl_image_carousel_child][\/wdcl_image_carousel][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#f4fcfc&#8221; custom_padding_tablet=&#8221;10px||10px||true|false&#8221; custom_padding_phone=&#8221;0px||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;3_5,2_5&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;90%&#8221; width_tablet=&#8221;90%&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|desktop&#8221; max_width=&#8221;1099px&#8221; max_width_tablet=&#8221;1099px&#8221; max_width_phone=&#8221;1099px&#8221; max_width_last_edited=&#8221;on|desktop&#8221; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;|10px||10px|false|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;3_5&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/02\/DJI_0725-Enhanced-NR.jpg&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width_tablet=&#8221;90%&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|tablet&#8221; scroll_vertical_motion_enable=&#8221;on&#8221; scroll_vertical_motion=&#8221;0|50|50|100|0.15|0|-0.15&#8243; module_alignment_tablet=&#8221;center&#8221; module_alignment_phone=&#8221;center&#8221; module_alignment_last_edited=&#8221;on|tablet&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;2_5&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;70px||||false|false&#8221; custom_padding_tablet=&#8221;70px||||false|false&#8221; custom_padding_phone=&#8221;70px||||false|false&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; scroll_vertical_motion_enable=&#8221;on&#8221; scroll_vertical_motion=&#8221;0|50|50|100|-0.15|0|0.15&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_heading title=&#8221;The Joy of a Green and Blue Vacation&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; title_font=&#8221;Marcellus||||||||&#8221; title_text_align=&#8221;left&#8221; title_font_size=&#8221;35px&#8221; title_line_height=&#8221;1.2em&#8221; custom_margin=&#8221;||15px||false|false&#8221; custom_margin_tablet=&#8221;||15px||false|false&#8221; custom_margin_phone=&#8221;-65px||30px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; title_text_align_tablet=&#8221;center&#8221; title_text_align_phone=&#8221;center&#8221; title_text_align_last_edited=&#8221;on|phone&#8221; title_font_size_tablet=&#8221;35px&#8221; title_font_size_phone=&#8221;35px&#8221; title_font_size_last_edited=&#8221;on|desktop&#8221; title_line_height_tablet=&#8221;1.2em&#8221; title_line_height_phone=&#8221;1.2em&#8221; title_line_height_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_heading][et_pb_blurb title=&#8221;Aquapark&#8221; image=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/02\/water-slide.webp&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;70px&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Marcellus||||||||&#8221; transform_translate_linked__hover=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; transform_styles__hover_enabled=&#8221;on|hover&#8221; transform_scale__hover_enabled=&#8221;on|hover&#8221; transform_translate__hover_enabled=&#8221;on|desktop&#8221; transform_rotate__hover_enabled=&#8221;on|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221; transform_translate__hover=&#8221;5px|0px&#8221;]<\/p>\n<p class=\"p1\">Exciting water slides and fun pools are waiting for you, offering moments of pure joy!<\/p>\n<p>[\/et_pb_blurb][et_pb_blurb title=&#8221;Health, Hygiene and Safety&#8221; image=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/02\/health.webp&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;70px&#8221; image_last_edited=&#8221;off|desktop&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Marcellus||||||||&#8221; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; transform_styles__hover_enabled=&#8221;on|hover&#8221; transform_scale__hover_enabled=&#8221;on|hover&#8221; transform_translate__hover=&#8221;5px|0px&#8221; transform_translate__hover_enabled=&#8221;on|desktop&#8221; transform_rotate__hover_enabled=&#8221;on|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221; content__hover_enabled=&#8221;off|hover&#8221; image__hover_enabled=&#8221;off|hover&#8221; content__hover=&#8221;<\/p>\n<p>Our hotel is regularly checked on a daily, weekly, and monthly basis.<\/p>\n<p>&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<p>Our hotel is regularly checked on a daily, weekly, and monthly basis.<\/p>\n<p>[\/et_pb_blurb][et_pb_blurb title=&#8221;All Inclusive&#8221; image=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/02\/food.webp&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;70px&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Marcellus||||||||&#8221; global_colors_info=&#8221;{}&#8221; transform_styles__hover_enabled=&#8221;on|hover&#8221; transform_scale__hover_enabled=&#8221;on|hover&#8221; transform_translate__hover=&#8221;5px|0px&#8221; transform_translate__hover_enabled=&#8221;on|desktop&#8221; transform_rotate__hover_enabled=&#8221;on|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221;]<\/p>\n<div class=\"cs-info-box-item elementor-repeater-item-55da29c\">\n<div class=\"cs-item-container\">\n<div class=\"cs-info-box-content\">\n<div class=\"cs-info-box-text\">\n<p>During your vacation, you\u2019ll have the opportunity to experience delicious local and international drinks along with exquisite flavors.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p>[\/et_pb_blurb][et_pb_blurb title=&#8221;Seafront Location&#8221; image=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/02\/gunes.webp&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;70px&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Marcellus||||||||&#8221; global_colors_info=&#8221;{}&#8221; transform_styles__hover_enabled=&#8221;on|hover&#8221; transform_scale__hover_enabled=&#8221;on|hover&#8221; transform_translate__hover=&#8221;5px|0px&#8221; transform_translate__hover_enabled=&#8221;on|desktop&#8221; transform_rotate__hover_enabled=&#8221;on|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221;]<\/p>\n<div class=\"cs-info-box-item elementor-repeater-item-55da29c\">\n<div class=\"cs-item-container\">\n<div class=\"cs-info-box-content\">\n<div class=\"cs-info-box-text\">\n<div class=\"cs-info-box-item elementor-repeater-item-6c33aa7\">\n<div class=\"cs-item-container\">\n<div class=\"cs-info-box-content\">\n<div class=\"cs-info-box-text\">\n<article class=\"w-full text-token-text-primary focus-visible:outline-2 focus-visible:outline-offset-[-4px]\" dir=\"auto\" data-testid=\"conversation-turn-21\" data-scroll-anchor=\"true\">\n<div class=\"m-auto text-base py-[18px] px-6\">\n<div class=\"mx-auto flex flex-1 text-base gap-4 md:gap-5 lg:gap-6 md:max-w-3xl\">\n<div class=\"group\/conversation-turn relative flex w-full min-w-0 flex-col agent-turn @xs\/thread:px-0 @sm\/thread:px-1.5 @md\/thread:px-4\">\n<div class=\"flex-col gap-1 md:gap-3\">\n<div class=\"flex max-w-full flex-col flex-grow\">\n<div data-message-author-role=\"assistant\" data-message-id=\"63e87953-d66d-4525-9aaa-37732c2f9769\" dir=\"auto\" class=\"min-h-8 text-message relative flex w-full flex-col items-end gap-2 whitespace-normal break-words text-start [.text-message+&amp;]:mt-5\" data-message-model-slug=\"gpt-4o-mini\">\n<div class=\"flex w-full flex-col gap-1 empty:hidden first:pt-[3px]\">\n<div class=\"markdown prose w-full break-words dark:prose-invert dark\">\n<p data-start=\"19\" data-end=\"79\" data-is-last-node=\"\" data-is-only-node=\"\">An ideal atmosphere awaits you to meet the blues of Antalya.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"mt-3 w-full empty:hidden\">\n<div class=\"text-center\"><\/div>\n<\/div>\n<\/div>\n<div class=\"absolute\">\n<div class=\"flex items-center justify-center\"><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/article>\n<div aria-hidden=\"true\" data-edge=\"true\" class=\"pointer-events-none h-px w-px\"><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p>[\/et_pb_blurb][et_pb_blurb title=&#8221;Child-Friendly&#8221; image=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/02\/kids.webp&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;70px&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Marcellus||||||||&#8221; global_colors_info=&#8221;{}&#8221; transform_styles__hover_enabled=&#8221;on|hover&#8221; transform_scale__hover_enabled=&#8221;on|hover&#8221; transform_translate__hover=&#8221;5px|0px&#8221; transform_translate__hover_enabled=&#8221;on|desktop&#8221; transform_rotate__hover_enabled=&#8221;on|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221;]<\/p>\n<div class=\"cs-info-box-item elementor-repeater-item-55da29c\">\n<div class=\"cs-item-container\">\n<div class=\"cs-info-box-content\">\n<div class=\"cs-info-box-text\">\n<div class=\"cs-info-box-item elementor-repeater-item-6c33aa7\">\n<div class=\"cs-item-container\">\n<div class=\"cs-info-box-content\">\n<div class=\"cs-info-box-text\">\n<div class=\"cs-info-box-item elementor-repeater-item-bb40a8b\">\n<div class=\"cs-item-container\">\n<div class=\"cs-info-box-content\">\n<div class=\"cs-info-box-text\">\n<article class=\"w-full text-token-text-primary focus-visible:outline-2 focus-visible:outline-offset-[-4px]\" dir=\"auto\" data-testid=\"conversation-turn-23\" data-scroll-anchor=\"true\">\n<div class=\"m-auto text-base py-[18px] px-6\">\n<div class=\"mx-auto flex flex-1 text-base gap-4 md:gap-5 lg:gap-6 md:max-w-3xl\">\n<div class=\"group\/conversation-turn relative flex w-full min-w-0 flex-col agent-turn @xs\/thread:px-0 @sm\/thread:px-1.5 @md\/thread:px-4\">\n<div class=\"flex-col gap-1 md:gap-3\">\n<div class=\"flex max-w-full flex-col flex-grow\">\n<div data-message-author-role=\"assistant\" data-message-id=\"cd05cf91-8dae-4aae-a6a8-2f9141311c40\" dir=\"auto\" class=\"min-h-8 text-message relative flex w-full flex-col items-end gap-2 whitespace-normal break-words text-start [.text-message+&amp;]:mt-5\" data-message-model-slug=\"gpt-4o-mini\">\n<div class=\"flex w-full flex-col gap-1 empty:hidden first:pt-[3px]\">\n<div class=\"markdown prose w-full break-words dark:prose-invert dark\">\n<p data-start=\"16\" data-end=\"84\" data-is-last-node=\"\" data-is-only-node=\"\">How about enjoying the full experience of a vacation with your kids?<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/article>\n<div aria-hidden=\"true\" data-edge=\"true\" class=\"pointer-events-none h-px w-px\"><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p>[\/et_pb_blurb][et_pb_blurb title=&#8221;Pool &#038; Beach&#8221; image=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/02\/pool.webp&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;70px&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Marcellus||||||||&#8221; global_colors_info=&#8221;{}&#8221; transform_styles__hover_enabled=&#8221;on|hover&#8221; transform_scale__hover_enabled=&#8221;on|hover&#8221; transform_translate__hover=&#8221;5px|0px&#8221; transform_translate__hover_enabled=&#8221;on|desktop&#8221; transform_rotate__hover_enabled=&#8221;on|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221;]<\/p>\n<div class=\"cs-info-box-item elementor-repeater-item-55da29c\">\n<div class=\"cs-item-container\">\n<div class=\"cs-info-box-content\">\n<div class=\"cs-info-box-text\">\n<div class=\"cs-info-box-item elementor-repeater-item-6c33aa7\">\n<div class=\"cs-item-container\">\n<div class=\"cs-info-box-content\">\n<div class=\"cs-info-box-text\">\n<div class=\"cs-info-box-item elementor-repeater-item-bb40a8b\">\n<div class=\"cs-item-container\">\n<div class=\"cs-info-box-content\">\n<div class=\"cs-info-box-text\">\n<div class=\"elementor-element elementor-element-615359bb elementor-widget elementor-widget-cs_info_box\" data-id=\"615359bb\" data-element_type=\"widget\" data-widget_type=\"cs_info_box.default\">\n<div class=\"elementor-widget-container\">\n<div class=\"cs-info-box column-2 valign-top img-left\">\n<div class=\"cs-info-box-wrap\">\n<div class=\"cs-info-box-item elementor-repeater-item-0bf7877\">\n<div class=\"cs-item-container\">\n<div class=\"cs-info-box-content\">\n<div class=\"cs-info-box-text\">\n<p>You can enjoy your time leisurely in our open swimming pool, an essential part of the perfect vacation.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p>[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;20px||20px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row custom_padding_last_edited=&#8221;on|tablet&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_padding_tablet=&#8221;10px||10px||true|false&#8221; custom_padding_phone=&#8221;10px||10px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/02\/yatak.webp&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; transform_translate_linked__hover=&#8221;off&#8221; width=&#8221;6%&#8221; width_tablet=&#8221;9%&#8221; width_phone=&#8221;20%&#8221; width_last_edited=&#8221;on|phone&#8221; custom_margin=&#8221;||1px|||&#8221; global_colors_info=&#8221;{}&#8221; transform_styles__hover_enabled=&#8221;on|hover&#8221; transform_scale__hover_enabled=&#8221;on|desktop&#8221; transform_translate__hover_enabled=&#8221;on|hover&#8221; transform_rotate__hover_enabled=&#8221;on|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221; transform_translate__hover=&#8221;0px|-5px&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Poppins||||||||&#8221; text_text_color=&#8221;#008294&#8243; text_letter_spacing=&#8221;4px&#8221; custom_margin=&#8221;||25px||false|false&#8221; custom_padding=&#8221;|0px||0px|false|true&#8221; custom_padding_tablet=&#8221;|0px||0px|false|true&#8221; custom_padding_phone=&#8221;|0px||0px|false|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: center;\">ACCOMMOATION<\/p>\n<p>[\/et_pb_text][et_pb_heading title=&#8221;Our Modern and Stylish Rooms&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; title_font=&#8221;Marcellus||||||||&#8221; title_text_align=&#8221;center&#8221; title_font_size=&#8221;35px&#8221; custom_margin=&#8221;||7px|||&#8221; custom_margin_tablet=&#8221;||7px|||&#8221; custom_margin_phone=&#8221;||7px|||&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; title_font_size_tablet=&#8221;35px&#8221; title_font_size_phone=&#8221;35px&#8221; title_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_heading][et_pb_text content_tablet=&#8221;&#8221; content_phone=&#8221;&#8221; content_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|100px||100px|false|true&#8221; custom_padding_tablet=&#8221;|10px||10px|false|true&#8221; custom_padding_phone=&#8221;|2px||2px|false|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p class=\"p1\" style=\"text-align: center;\">In our modern and comfortably designed rooms, you&#8217;ll find peace and pleasure combined. With every detail thoughtfully considered, these special spaces offer you a unique accommodation experience.<\/p>\n<p>[\/et_pb_text][et_pb_divider color=&#8221;#f4f4f4&#8243; disabled_on=&#8221;on|on|off&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||25px||false|false&#8221; custom_margin_tablet=&#8221;||25px||false|false&#8221; custom_margin_phone=&#8221;||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][\/et_pb_column][\/et_pb_row][et_pb_row custom_padding_last_edited=&#8221;on|desktop&#8221; disabled_on=&#8221;on|on|off&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;95%&#8221; max_width=&#8221;1779px&#8221; max_width_tablet=&#8221;1779px&#8221; max_width_phone=&#8221;1779px&#8221; max_width_last_edited=&#8221;on|desktop&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;&#8221; custom_margin_last_edited=&#8221;on|desktop&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; custom_padding_tablet=&#8221;0px||0px||true|false&#8221; custom_padding_phone=&#8221;0px||50px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.3&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][wdcl_image_carousel slide_count=&#8221;2&#8243; slide_spacing=&#8221;15px&#8221; custom_cursor=&#8221;on&#8221; arrow_height=&#8221;34px&#8221; arrow_width=&#8221;34px&#8221; arrow_icon_size=&#8221;23px&#8221; arrow_color=&#8221;#008294&#8243; arrow_bg=&#8221;#FFFFFF&#8221; arrow_pos_x=&#8221;27px&#8221; nav_pagi_tablet=&#8221;&#8221; nav_pagi_phone=&#8221;pagi&#8221; nav_pagi_last_edited=&#8221;on|phone&#8221; slide_count_tablet=&#8221;2&#8243; slide_count_phone=&#8221;1&#8243; slide_count_last_edited=&#8221;on|phone&#8221; arrow_pos_y_tablet=&#8221;43%&#8221; arrow_pos_y_phone=&#8221;28%&#8221; arrow_pos_y_last_edited=&#8221;on|phone&#8221; arrow_pos_x_tablet=&#8221;27px&#8221; arrow_pos_x_phone=&#8221;12px&#8221; arrow_pos_x_last_edited=&#8221;on|phone&#8221; disabled_on=&#8221;on|on|off&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][wdcl_image_carousel_child photo=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/02\/newr.jpg&#8221; title=&#8221;Standard Room&#8221; sub_title=&#8221;Land and Sea View&#8221; content_alignment=&#8221;center&#8221; content_width=&#8221;35%&#8221; content_padding=&#8221;38px|15px|38px|15px|true|true&#8221; image_hover_animation=&#8221;zoom-in&#8221; title_bottom_spacing=&#8221;12px&#8221; content_bg_color_gradient_overlays_image=&#8221;on&#8221; overlay_bg_color=&#8221;rgba(10,10,10,0.3)&#8221; overlay_icon_color=&#8221;#FFFFFF&#8221; _builder_version=&#8221;4.27.4&#8243; title_font=&#8221;Marcellus||||||||&#8221; title_text_color=&#8221;#FFFFFF&#8221; title_font_size=&#8221;35px&#8221; subtitle_font=&#8221;Lexend|300|||||||&#8221; subtitle_text_color=&#8221;#FFFFFF&#8221; subtitle_font_size=&#8221;15px&#8221; background_enable_image=&#8221;off&#8221; link_option_url=&#8221;\/en\/standard-room&#8221; title_font_size_tablet=&#8221;30px&#8221; title_font_size_phone=&#8221;30px&#8221; title_font_size_last_edited=&#8221;on|desktop&#8221; title_line_height_tablet=&#8221;1.3em&#8221; title_line_height_phone=&#8221;1.3em&#8221; title_line_height_last_edited=&#8221;on|desktop&#8221; subtitle_font_size_tablet=&#8221;15px&#8221; subtitle_font_size_phone=&#8221;15px&#8221; subtitle_font_size_last_edited=&#8221;on|desktop&#8221; border_width_bottom_item=&#8221;0px&#8221; global_colors_info=&#8221;{}&#8221; overlay_bg_color__hover_enabled=&#8221;on|hover&#8221; overlay_bg_enable_color__hover=&#8221;on&#8221; overlay_bg_use_color_gradient__hover=&#8221;off&#8221; overlay_bg_color_gradient_overlays_image__hover=&#8221;on&#8221; overlay_bg_color__hover=&#8221;rgba(0,0,0,0.45)&#8221; title_line_height__hover_enabled=&#8221;off|desktop&#8221; content_bg_color__hover_enabled=&#8221;on|desktop&#8221;][\/wdcl_image_carousel_child][wdcl_image_carousel_child photo=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/02\/DSC08861.jpg&#8221; title=&#8221;Family Room&#8221; sub_title=&#8221;Land and Sea View&#8221; content_alignment=&#8221;center&#8221; content_width=&#8221;35%&#8221; content_padding=&#8221;38px|15px|38px|15px|true|true&#8221; image_hover_animation=&#8221;zoom-in&#8221; title_bottom_spacing=&#8221;12px&#8221; content_bg_color_gradient_overlays_image=&#8221;on&#8221; overlay_bg_color=&#8221;rgba(10,10,10,0.3)&#8221; overlay_icon_color=&#8221;#FFFFFF&#8221; _builder_version=&#8221;4.27.4&#8243; title_font=&#8221;Marcellus||||||||&#8221; title_text_color=&#8221;#FFFFFF&#8221; title_font_size=&#8221;35px&#8221; subtitle_font=&#8221;Lexend|300|||||||&#8221; subtitle_text_color=&#8221;#FFFFFF&#8221; subtitle_font_size=&#8221;15px&#8221; background_enable_image=&#8221;off&#8221; link_option_url=&#8221;\/en\/family-room&#8221; title_font_size_tablet=&#8221;30px&#8221; title_font_size_phone=&#8221;30px&#8221; title_font_size_last_edited=&#8221;on|desktop&#8221; title_line_height_tablet=&#8221;1.3em&#8221; title_line_height_phone=&#8221;1.3em&#8221; title_line_height_last_edited=&#8221;on|desktop&#8221; subtitle_font_size_tablet=&#8221;15px&#8221; subtitle_font_size_phone=&#8221;15px&#8221; subtitle_font_size_last_edited=&#8221;on|desktop&#8221; border_width_bottom_item=&#8221;0px&#8221; global_colors_info=&#8221;{}&#8221; overlay_bg_color__hover_enabled=&#8221;on|hover&#8221; overlay_bg_enable_color__hover=&#8221;on&#8221; overlay_bg_use_color_gradient__hover=&#8221;off&#8221; overlay_bg_color_gradient_overlays_image__hover=&#8221;on&#8221; overlay_bg_color__hover=&#8221;rgba(0,0,0,0.45)&#8221; title_line_height__hover_enabled=&#8221;off|desktop&#8221; content_bg_color__hover_enabled=&#8221;on|desktop&#8221;][\/wdcl_image_carousel_child][\/wdcl_image_carousel][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;off|phone&#8221; disabled_on=&#8221;off|off|on&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;90%&#8221; width_tablet=&#8221;90%&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|desktop&#8221; max_width=&#8221;none&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;&#8221; custom_margin_last_edited=&#8221;on|desktop&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; custom_padding_tablet=&#8221;||0px||false|false&#8221; custom_padding_phone=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#ffffff&#8221; animation_direction=&#8221;bottom&#8221; link_option_url=&#8221;\/standart-oda&#8221; global_colors_info=&#8221;{}&#8221; transform_styles__hover_enabled=&#8221;on|hover&#8221; transform_scale__hover_enabled=&#8221;on|desktop&#8221; transform_translate__hover=&#8221;0px|-5px&#8221; transform_translate__hover_enabled=&#8221;on|hover&#8221; transform_rotate__hover_enabled=&#8221;on|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221;][et_pb_image src=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/02\/newr.jpg&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; transform_styles__hover_enabled=&#8221;on|hover&#8221; transform_scale__hover_enabled=&#8221;on|hover&#8221; transform_translate__hover=&#8221;0px|-2px&#8221; transform_translate__hover_enabled=&#8221;on|desktop&#8221; transform_rotate__hover_enabled=&#8221;on|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221;][\/et_pb_image][et_pb_heading title=&#8221;Standard Room&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; title_font=&#8221;Marcellus||||||||&#8221; title_text_align=&#8221;center&#8221; title_font_size=&#8221;35px&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;||0px||false|false&#8221; title_font_size_tablet=&#8221;35px&#8221; title_font_size_phone=&#8221;35px&#8221; title_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_heading][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;0px||5px||false|false&#8221; custom_padding=&#8221;|2px||2px|false|true&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: center;\">Land and Sea View<\/p>\n<p>[\/et_pb_text][et_pb_button button_url=&#8221;\/en\/standard-room&#8221; button_text=&#8221;View More&#8221; button_alignment=&#8221;center&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;15px&#8221; button_text_color=&#8221;#008294&#8243; button_border_width=&#8221;0px&#8221; button_border_radius=&#8221;0px&#8221; button_font=&#8221;||||on||||dotted&#8221; button_use_icon=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; button_bg_color__hover_enabled=&#8221;on|desktop&#8221; button_bg_color__hover=&#8221;RGBA(255,255,255,0)&#8221; button_bg_enable_color__hover=&#8221;on&#8221; button_text_color__hover_enabled=&#8221;on|hover&#8221; button_text_color__hover=&#8221;#000000&#8243; transform_styles__hover_enabled=&#8221;on|hover&#8221; transform_scale__hover_enabled=&#8221;on|hover&#8221; transform_translate__hover=&#8221;0px|1px&#8221; transform_translate__hover_enabled=&#8221;on|hover&#8221; transform_rotate__hover_enabled=&#8221;on|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221;][\/et_pb_button][et_pb_divider color=&#8221;#f4f4f4&#8243; disabled_on=&#8221;off|off|off&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_margin_tablet=&#8221;||0px||false|false&#8221; custom_margin_phone=&#8221;||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; animation_direction=&#8221;bottom&#8221; link_option_url=&#8221;\/aile-odasi&#8221; global_colors_info=&#8221;{}&#8221; transform_styles__hover_enabled=&#8221;on|hover&#8221; transform_scale__hover_enabled=&#8221;on|desktop&#8221; transform_translate__hover=&#8221;0px|-5px&#8221; transform_translate__hover_enabled=&#8221;on|hover&#8221; transform_rotate__hover_enabled=&#8221;on|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221;][et_pb_image src=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/02\/DSC08861.jpg&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; transform_styles__hover_enabled=&#8221;on|hover&#8221; transform_scale__hover_enabled=&#8221;on|hover&#8221; transform_translate__hover=&#8221;0px|-2px&#8221; transform_translate__hover_enabled=&#8221;on|desktop&#8221; transform_rotate__hover_enabled=&#8221;on|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221;][\/et_pb_image][et_pb_heading title=&#8221;Family Room&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; title_font=&#8221;Marcellus||||||||&#8221; title_text_align=&#8221;center&#8221; title_font_size=&#8221;35px&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;||0px|||&#8221; custom_padding_last_edited=&#8221;off|phone&#8221; title_font_size_tablet=&#8221;35px&#8221; title_font_size_phone=&#8221;35px&#8221; title_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_heading][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;0px||5px||false|false&#8221; custom_padding=&#8221;|2px||2px|false|true&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p class=\"p1\" style=\"text-align: center;\">Land and Sea View<\/p>\n<p>[\/et_pb_text][et_pb_button button_url=&#8221;\/en\/family-room&#8221; button_text=&#8221;View More&#8221; button_alignment=&#8221;center&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;15px&#8221; button_text_color=&#8221;#008294&#8243; button_border_width=&#8221;0px&#8221; button_border_radius=&#8221;0px&#8221; button_font=&#8221;||||on||||dotted&#8221; button_use_icon=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; button_bg_color__hover_enabled=&#8221;on|desktop&#8221; button_bg_color__hover=&#8221;RGBA(255,255,255,0)&#8221; button_bg_enable_color__hover=&#8221;on&#8221; button_text_color__hover_enabled=&#8221;on|hover&#8221; button_text_color__hover=&#8221;#000000&#8243; transform_styles__hover_enabled=&#8221;on|hover&#8221; transform_scale__hover_enabled=&#8221;on|hover&#8221; transform_translate__hover=&#8221;0px|1px&#8221; transform_translate__hover_enabled=&#8221;on|hover&#8221; transform_rotate__hover_enabled=&#8221;on|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#f7fcfc&#8221; custom_padding=&#8221;20px||||false|false&#8221; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;20px||20px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row custom_padding_last_edited=&#8221;on|tablet&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_padding_tablet=&#8221;||0px||false|false&#8221; custom_padding_phone=&#8221;||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/02\/food.webp&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;6%&#8221; width_tablet=&#8221;9%&#8221; width_phone=&#8221;20%&#8221; width_last_edited=&#8221;on|phone&#8221; custom_margin=&#8221;||1px|||&#8221; global_colors_info=&#8221;{}&#8221; transform_styles__hover_enabled=&#8221;on|hover&#8221; transform_scale__hover_enabled=&#8221;on|desktop&#8221; transform_translate__hover=&#8221;0px|-5px&#8221; transform_translate__hover_enabled=&#8221;on|hover&#8221; transform_rotate__hover_enabled=&#8221;on|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Poppins||||||||&#8221; text_text_color=&#8221;#008294&#8243; text_letter_spacing=&#8221;4px&#8221; custom_margin=&#8221;||25px||false|false&#8221; custom_padding=&#8221;|0px||0px|false|true&#8221; custom_padding_tablet=&#8221;|0px||0px|false|true&#8221; custom_padding_phone=&#8221;|0px||0px|false|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: center;\"><span>RESTAURANT &amp; BAR<\/span><\/p>\n<p>[\/et_pb_text][et_pb_heading title=&#8221;We Bring You Together with Flavor&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; title_font=&#8221;Marcellus||||||||&#8221; title_text_align=&#8221;center&#8221; title_font_size=&#8221;35px&#8221; custom_margin=&#8221;||7px|||&#8221; custom_margin_tablet=&#8221;||7px|||&#8221; custom_margin_phone=&#8221;||7px|||&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; title_font_size_tablet=&#8221;35px&#8221; title_font_size_phone=&#8221;35px&#8221; title_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_heading][et_pb_text content_tablet=&#8221;<\/p>\n<div class=%22et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_left et_pb_bg_layout_light%22>\n<div class=%22et_pb_text_inner%22>\n<p style=%22text-align: center;%22>Zena Resort Hotel invites guests to a wonderful vacation with its uniquely decorated restaurants and elegant presentations of high-quality service.<\/p>\n<\/div>\n<\/div>\n<p>&#8221; content_phone=&#8221;<\/p>\n<div class=%22et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_left et_pb_bg_layout_light%22>\n<div class=%22et_pb_text_inner%22>\n<p style=%22text-align: center;%22>Zena Resort Hotel invites guests to a wonderful vacation with its uniquely decorated restaurants and elegant presentations of high-quality service.<\/p>\n<\/div>\n<\/div>\n<p>&#8221; content_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|100px||100px|false|true&#8221; custom_padding_tablet=&#8221;|100px||100px|false|true&#8221; custom_padding_phone=&#8221;|0px||0px|false|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; text_orientation_tablet=&#8221;&#8221; text_orientation_phone=&#8221;center&#8221; text_orientation_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div class=\"et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_left et_pb_bg_layout_light\">\n<div class=\"et_pb_text_inner\">\n<p style=\"text-align: center;\">Zena Resort Hotel invites guests to a wonderful vacation with its uniquely decorated restaurants and elegant presentations of high-quality service.<\/p>\n<\/div>\n<\/div>\n<p>[\/et_pb_text][et_pb_divider color=&#8221;#efefef&#8221; disabled_on=&#8221;off|off|off&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_margin_tablet=&#8221;||0px||false|false&#8221; custom_margin_phone=&#8221;||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; custom_padding_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; width_tablet=&#8221;100%&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|desktop&#8221; max_width=&#8221;none&#8221; max_width_tablet=&#8221;none&#8221; max_width_phone=&#8221;none&#8221; max_width_last_edited=&#8221;on|desktop&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;&#8221; custom_margin_last_edited=&#8221;on|desktop&#8221; custom_padding=&#8221;10px||||false|false&#8221; custom_padding_tablet=&#8221;0px||||false|false&#8221; custom_padding_phone=&#8221;0px|5px|2px|5px|false|true&#8221; animation_style=&#8221;fade&#8221; animation_direction=&#8221;right&#8221; scroll_horizontal_motion=&#8221;0|50|50|100|0|0|0.5&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;60px||||false|false&#8221; custom_padding_tablet=&#8221;55px||||false|false&#8221; custom_padding_phone=&#8221;10px||||false|false&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text content_tablet=&#8221;<\/p>\n<p style=%22text-align: center;%22>RESTORAN &#038; BAR<\/p>\n<p>&#8221; content_phone=&#8221;<\/p>\n<p style=%22text-align: center;%22>RESTORAN &#038; BAR<\/p>\n<p>&#8221; content_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Poppins||||||||&#8221; text_text_color=&#8221;#008294&#8243; text_letter_spacing=&#8221;4px&#8221; width=&#8221;90%&#8221; width_tablet=&#8221;90%&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|desktop&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;||15px||false|true&#8221; custom_margin_tablet=&#8221;0px|10px|15px|10px|false|true&#8221; custom_margin_phone=&#8221;|5px|15px|5px|false|true&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|0px||0px|false|true&#8221; custom_padding_tablet=&#8221;0px|0px||0px|false|true&#8221; custom_padding_phone=&#8221;|0px||0px|false|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; text_orientation_tablet=&#8221;&#8221; text_orientation_phone=&#8221;center&#8221; text_orientation_last_edited=&#8221;on|phone&#8221; module_alignment_tablet=&#8221;center&#8221; module_alignment_phone=&#8221;center&#8221; module_alignment_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: left;\"><span>RESTAURANT &amp; BAR<\/span><\/p>\n<p>[\/et_pb_text][et_pb_heading title=&#8221;Restaurants&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; title_font=&#8221;Marcellus||||||||&#8221; title_text_align=&#8221;left&#8221; title_font_size=&#8221;50px&#8221; width=&#8221;90%&#8221; width_tablet=&#8221;90%&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|desktop&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;||15px||false|false&#8221; custom_margin_tablet=&#8221;||7px|||&#8221; custom_margin_phone=&#8221;||7px|||&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||||false|true&#8221; custom_padding_tablet=&#8221;|150px||150px|false|true&#8221; custom_padding_phone=&#8221;|5px||5px|false|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; title_text_align_tablet=&#8221;center&#8221; title_text_align_phone=&#8221;center&#8221; title_text_align_last_edited=&#8221;on|phone&#8221; title_font_size_tablet=&#8221;35px&#8221; title_font_size_phone=&#8221;35px&#8221; title_font_size_last_edited=&#8221;on|desktop&#8221; module_alignment_tablet=&#8221;center&#8221; module_alignment_phone=&#8221;center&#8221; module_alignment_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_heading][et_pb_text content_tablet=&#8221;<\/p>\n<p style=%22text-align: center;%22>It offers guests a new taste every day, selected from the classics of world cuisines. Combining the pleasures of dining with the finest products from global culinary cultures, you will experience your vacation to the fullest with Zena Resort Hotel&#8217;s unique presentation.<\/p>\n<p>&#8221; content_phone=&#8221;<\/p>\n<p style=%22text-align: center;%22>It offers guests a new taste every day, selected from the classics of world cuisines. Combining the pleasures of dining with the finest products from global culinary cultures, you will experience your vacation to the fullest with Zena Resort Hotel&#8217;s unique presentation.<\/p>\n<p>&#8221; content_last_edited=&#8221;on|tablet&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;17px&#8221; text_line_height=&#8221;1.8em&#8221; width=&#8221;90%&#8221; width_tablet=&#8221;79%&#8221; width_phone=&#8221;85%&#8221; width_last_edited=&#8221;on|phone&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;||30px|||&#8221; custom_padding=&#8221;||||false|false&#8221; custom_padding_tablet=&#8221;|10px||10px|false|true&#8221; custom_padding_phone=&#8221;|0px||0px|false|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; text_font_size_tablet=&#8221;15px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|desktop&#8221; text_line_height_tablet=&#8221;1.8em&#8221; text_line_height_phone=&#8221;1.8em&#8221; text_line_height_last_edited=&#8221;on|desktop&#8221; text_orientation_tablet=&#8221;&#8221; text_orientation_phone=&#8221;center&#8221; text_orientation_last_edited=&#8221;on|phone&#8221; module_alignment_tablet=&#8221;center&#8221; module_alignment_phone=&#8221;center&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: left;\">It offers guests a new taste every day, selected from the classics of world cuisines. Combining the pleasures of dining with the finest products from global culinary cultures, you will experience your vacation to the fullest with Zena Resort Hotel&#8217;s unique presentation.<\/p>\n<p>[\/et_pb_text][et_pb_text content_tablet=&#8221;<\/p>\n<p style=%22text-align: center;%22><span style=%22text-decoration: underline;%22><a href=%22\/en\/restaurants%22><span style=%22color: #008294; text-decoration: underline;%22>View More<\/span><\/a><\/span><\/p>\n<p>&#8221; content_phone=&#8221;<\/p>\n<p style=%22text-align: center;%22><span style=%22text-decoration: underline;%22><a href=%22\/en\/restaurants%22><span style=%22color: #008294; text-decoration: underline;%22>View More<\/span><\/a><\/span><\/p>\n<p>&#8221; content_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;17px&#8221; text_line_height=&#8221;1.8em&#8221; width=&#8221;90%&#8221; width_tablet=&#8221;79%&#8221; width_phone=&#8221;85%&#8221; width_last_edited=&#8221;on|phone&#8221; module_alignment=&#8221;right&#8221; custom_margin=&#8221;||30px|||&#8221; custom_padding=&#8221;||||false|true&#8221; custom_padding_tablet=&#8221;|10px||10px|false|true&#8221; custom_padding_phone=&#8221;|2px||2px|false|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; text_font_size_tablet=&#8221;15px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|desktop&#8221; text_line_height_tablet=&#8221;1.8em&#8221; text_line_height_phone=&#8221;1.8em&#8221; text_line_height_last_edited=&#8221;on|desktop&#8221; module_alignment_tablet=&#8221;center&#8221; module_alignment_phone=&#8221;center&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221; content__hover_enabled=&#8221;off|desktop&#8221;]<\/p>\n<p style=\"text-align: left;\"><span style=\"text-decoration: underline;\"><a href=\"\/en\/restaurants\"><span style=\"color: #008294; text-decoration: underline;\">View More<\/span><\/a><\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|50px|||false|false&#8221; custom_padding_tablet=&#8221;|0px|||false|false&#8221; custom_padding_phone=&#8221;|0px|||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/02\/DSC00933-Enhanced-NR.jpg&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;center&#8221; align_last_edited=&#8221;on|tablet&#8221; disabled_on=&#8221;off|off|off&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width_tablet=&#8221;90%&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|phone&#8221; module_alignment_tablet=&#8221;center&#8221; module_alignment_phone=&#8221;center&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; custom_padding_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; width_tablet=&#8221;100%&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|desktop&#8221; max_width=&#8221;none&#8221; max_width_tablet=&#8221;none&#8221; max_width_phone=&#8221;none&#8221; max_width_last_edited=&#8221;on|desktop&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;&#8221; custom_margin_last_edited=&#8221;on|desktop&#8221; custom_padding=&#8221;60px||||false|false&#8221; custom_padding_tablet=&#8221;0px||||false|false&#8221; custom_padding_phone=&#8221;0px|5px|5px|5px|false|true&#8221; animation_style=&#8221;fade&#8221; animation_direction=&#8221;right&#8221; scroll_horizontal_motion=&#8221;0|50|50|100|0|0|0.5&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|||50px|false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/02\/bar.webp&#8221; disabled_on=&#8221;on|on|off&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width_tablet=&#8221;&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|phone&#8221; module_alignment_tablet=&#8221;&#8221; module_alignment_phone=&#8221;center&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;34px||||false|false&#8221; custom_padding_tablet=&#8221;55px||||false|false&#8221; custom_padding_phone=&#8221;10px||||false|false&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_divider color=&#8221;#efefef&#8221; disabled_on=&#8221;off|off|on&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_margin_tablet=&#8221;||0px||false|false&#8221; custom_margin_phone=&#8221;||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_text content_tablet=&#8221;<\/p>\n<p>RESTORAN &#038; BAR<\/p>\n<p>&#8221; content_phone=&#8221;<\/p>\n<p>RESTORAN &#038; BAR<\/p>\n<p>&#8221; content_last_edited=&#8221;on|phone&#8221; disabled_on=&#8221;off|off|off&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Poppins||||||||&#8221; text_text_color=&#8221;#008294&#8243; text_letter_spacing=&#8221;4px&#8221; module_alignment=&#8221;left&#8221; custom_margin=&#8221;||15px||false|true&#8221; custom_margin_tablet=&#8221;0px|10px|15px|10px|false|true&#8221; custom_margin_phone=&#8221;|5px|15px|5px|false|true&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|0px||0px|false|true&#8221; custom_padding_tablet=&#8221;0px|0px||0px|false|true&#8221; custom_padding_phone=&#8221;|0px||0px|false|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; text_orientation_tablet=&#8221;center&#8221; text_orientation_phone=&#8221;center&#8221; text_orientation_last_edited=&#8221;on|tablet&#8221; module_alignment_tablet=&#8221;center&#8221; module_alignment_phone=&#8221;center&#8221; module_alignment_last_edited=&#8221;on|tablet&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: left;\"><span>RESTAURANT &amp; BAR<\/span><\/p>\n<p>[\/et_pb_text][et_pb_heading title=&#8221;Bars&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; title_font=&#8221;Marcellus||||||||&#8221; title_text_align=&#8221;left&#8221; title_font_size=&#8221;50px&#8221; custom_margin=&#8221;||15px||false|false&#8221; custom_margin_tablet=&#8221;||7px|||&#8221; custom_margin_phone=&#8221;||7px|||&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||||false|true&#8221; custom_padding_tablet=&#8221;|150px||150px|false|true&#8221; custom_padding_phone=&#8221;|5px||5px|false|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; title_text_align_tablet=&#8221;center&#8221; title_text_align_phone=&#8221;center&#8221; title_text_align_last_edited=&#8221;on|phone&#8221; title_font_size_tablet=&#8221;35px&#8221; title_font_size_phone=&#8221;35px&#8221; title_font_size_last_edited=&#8221;on|desktop&#8221; module_alignment_tablet=&#8221;center&#8221; module_alignment_phone=&#8221;center&#8221; module_alignment_last_edited=&#8221;on|tablet&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_heading][et_pb_text content_tablet=&#8221;<\/p>\n<p class=%22p1%22 style=%22text-align: center;%22>The bars of Zena Resort Hotel offer unlimited entertainment to guests with their unique designs, creative concepts, and exceptional service. Our hotel features a variety of options including the Beach Bar, Lobby Bar, Pool Bar, Disco Bar, Snack Bar, and Vitamin Bar.<\/p>\n<p>&#8221; content_phone=&#8221;<\/p>\n<p class=%22p1%22 style=%22text-align: center;%22>The bars of Zena Resort Hotel offer unlimited entertainment to guests with their unique designs, creative concepts, and exceptional service. Our hotel features a variety of options including the Beach Bar, Lobby Bar, Pool Bar, Disco Bar, Snack Bar, and Vitamin Bar.<\/p>\n<p>&#8221; content_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;17px&#8221; text_line_height=&#8221;1.8em&#8221; width=&#8221;90%&#8221; width_tablet=&#8221;79%&#8221; width_phone=&#8221;85%&#8221; width_last_edited=&#8221;on|phone&#8221; module_alignment=&#8221;left&#8221; custom_margin=&#8221;||30px|||&#8221; custom_padding=&#8221;||||false|false&#8221; custom_padding_tablet=&#8221;|10px||10px|false|true&#8221; custom_padding_phone=&#8221;|2px||2px|false|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; text_font_size_tablet=&#8221;15px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|desktop&#8221; text_line_height_tablet=&#8221;1.8em&#8221; text_line_height_phone=&#8221;1.8em&#8221; text_line_height_last_edited=&#8221;on|desktop&#8221; header_text_align_tablet=&#8221;center&#8221; header_text_align_phone=&#8221;center&#8221; header_text_align_last_edited=&#8221;on|tablet&#8221; module_alignment_tablet=&#8221;center&#8221; module_alignment_phone=&#8221;center&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p class=\"p1\">The bars of Zena Resort Hotel offer unlimited entertainment to guests with their unique designs, creative concepts, and exceptional service. Our hotel features a variety of options including the Beach Bar, Lobby Bar, Pool Bar, Disco Bar, Snack Bar, and Vitamin Bar.<\/p>\n<p>[\/et_pb_text][et_pb_text content_tablet=&#8221;<\/p>\n<p style=%22text-align: center;%22><span style=%22text-decoration: underline;%22><span style=%22color: #008294;%22><a href=%22\/en\/bars%22 style=%22color: #008294; text-decoration: underline;%22>View More<\/a><\/span><\/span><\/p>\n<p>&#8221; content_phone=&#8221;<\/p>\n<p style=%22text-align: center;%22><span style=%22text-decoration: underline;%22><span style=%22color: #008294;%22><a href=%22\/en\/bars%22 style=%22color: #008294; text-decoration: underline;%22>View More<\/a><\/span><\/span><\/p>\n<p>&#8221; content_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;17px&#8221; text_line_height=&#8221;1.8em&#8221; width=&#8221;90%&#8221; width_tablet=&#8221;79%&#8221; width_phone=&#8221;85%&#8221; width_last_edited=&#8221;on|phone&#8221; module_alignment=&#8221;left&#8221; custom_margin=&#8221;||30px|||&#8221; custom_padding=&#8221;||||false|true&#8221; custom_padding_tablet=&#8221;|10px||10px|false|true&#8221; custom_padding_phone=&#8221;|2px||2px|false|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; text_font_size_tablet=&#8221;15px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|desktop&#8221; text_line_height_tablet=&#8221;1.8em&#8221; text_line_height_phone=&#8221;1.8em&#8221; text_line_height_last_edited=&#8221;on|desktop&#8221; module_alignment_tablet=&#8221;center&#8221; module_alignment_phone=&#8221;center&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: left;\"><span style=\"text-decoration: underline;\"><a href=\"\/en\/bars\"><span style=\"color: #008294; text-decoration: underline;\">View More<\/span><\/a><\/span><\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/02\/bar.webp&#8221; disabled_on=&#8221;off|off|on&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width_tablet=&#8221;90%&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|phone&#8221; module_alignment_tablet=&#8221;center&#8221; module_alignment_phone=&#8221;center&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|desktop&#8221; disabled_on=&#8221;on|on|off&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/02\/DJI_0723-Enhanced-NR.jpg&#8221; parallax=&#8221;on&#8221; custom_padding=&#8221;400px||400px||true|false&#8221; custom_padding_tablet=&#8221;497px||497px||true|false&#8221; custom_padding_phone=&#8221;285px||285px||true|false&#8221; background_last_edited=&#8221;on|phone&#8221; background_image_phone=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/01\/DJI_0725-Enhanced-NR.jpg&#8221; background_enable_image_phone=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;-200px||||false|false&#8221; custom_margin_tablet=&#8221;-200px||||false|false&#8221; custom_margin_phone=&#8221;-200px||||false|false&#8221; custom_margin_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/02\/tatil.webp&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;12%&#8221; width_tablet=&#8221;12%&#8221; width_phone=&#8221;40%&#8221; width_last_edited=&#8221;on|phone&#8221; custom_margin=&#8221;||-1px|||&#8221; filter_brightness=&#8221;200%&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_heading title=&#8221;Enjoy an Unforgettable Vacation in Kemer!&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; title_font=&#8221;Marcellus||||||||&#8221; title_text_align=&#8221;center&#8221; title_text_color=&#8221;#FFFFFF&#8221; title_font_size=&#8221;50px&#8221; custom_padding=&#8221;|150px||150px|false|true&#8221; custom_padding_tablet=&#8221;|150px||150px|false|true&#8221; custom_padding_phone=&#8221;|0px||0px|false|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; title_font_size_tablet=&#8221;50px&#8221; title_font_size_phone=&#8221;45px&#8221; title_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_heading][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;|600|||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;|100px||100px|false|true&#8221; custom_padding_tablet=&#8221;|100px||100px|false|true&#8221; custom_padding_phone=&#8221;|2px|15px|2px|false|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p class=\"p1\" style=\"text-align: center;\">With its beachfront location, Zena Resort Hotel offers guests an unforgettable vacation experience. Designed with activities for guests of all ages, relaxing SPA services, and much more, it\u2019s ready to provide you with moments full of enjoyment.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; disabled_on=&#8221;on|on|off&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; custom_margin_tablet=&#8221;-383px||||false|false&#8221; custom_margin_phone=&#8221;-383px||||false|false&#8221; custom_margin_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_4,1_4,1_4,1_4&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;90%&#8221; width_tablet=&#8221;90%&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|desktop&#8221; max_width=&#8221;none&#8221; custom_margin=&#8221;-370px||||false|false&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;&#8221; custom_margin_last_edited=&#8221;on|desktop&#8221; custom_padding=&#8221;||0px||false|false&#8221; custom_padding_tablet=&#8221;||0px||false|false&#8221; custom_padding_phone=&#8221;||0px||false|false&#8221; animation_style=&#8221;fade&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#ffffff&#8221; custom_padding=&#8221;0px|0px|0px|0px|true|true&#8221; animation_direction=&#8221;bottom&#8221; link_option_url=&#8221;\/en\/spa-wellness&#8221; global_colors_info=&#8221;{}&#8221; transform_styles__hover_enabled=&#8221;on|hover&#8221; transform_scale__hover_enabled=&#8221;on|desktop&#8221; transform_translate__hover=&#8221;0px|-5px&#8221; transform_translate__hover_enabled=&#8221;on|hover&#8221; transform_rotate__hover_enabled=&#8221;on|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221;][et_pb_image src=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/02\/SPA-5.jpg&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; transform_styles__hover_enabled=&#8221;on|hover&#8221; transform_scale__hover_enabled=&#8221;on|hover&#8221; transform_translate__hover=&#8221;0px|-2px&#8221; transform_translate__hover_enabled=&#8221;on|desktop&#8221; transform_rotate__hover_enabled=&#8221;on|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221;][\/et_pb_image][et_pb_heading title=&#8221;Spa &#038; Wellness&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; title_font=&#8221;Marcellus||||||||&#8221; title_text_align=&#8221;center&#8221; title_font_size=&#8221;35px&#8221; custom_margin=&#8221;||7px|||&#8221; title_font_size_tablet=&#8221;35px&#8221; title_font_size_phone=&#8221;35px&#8221; title_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_heading][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||10px||false|false&#8221; custom_padding=&#8221;|2px||2px|false|true&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: justify;\">Zena Wellness makes you feel different with its unique holistic approach to the body, mind, and spirit triangle. Drawing inspiration from ancient Eastern philosophies dating back thousands of years, Zena Wellness integrates traditional therapies with the latest design technologies of modern civilization.<\/p>\n<p>[\/et_pb_text][et_pb_button button_url=&#8221;\/en\/spa-wellness&#8221; button_text=&#8221;View More&#8221; button_alignment=&#8221;center&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;15px&#8221; button_text_color=&#8221;#008294&#8243; button_border_width=&#8221;0px&#8221; button_border_radius=&#8221;0px&#8221; button_font=&#8221;||||on||||dotted&#8221; button_use_icon=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; button_bg_color__hover_enabled=&#8221;on|desktop&#8221; button_bg_color__hover=&#8221;RGBA(255,255,255,0)&#8221; button_bg_enable_color__hover=&#8221;on&#8221; button_text_color__hover_enabled=&#8221;on|hover&#8221; button_text_color__hover=&#8221;#000000&#8243; transform_styles__hover_enabled=&#8221;on|hover&#8221; transform_scale__hover_enabled=&#8221;on|hover&#8221; transform_translate__hover=&#8221;0px|1px&#8221; transform_translate__hover_enabled=&#8221;on|hover&#8221; transform_rotate__hover_enabled=&#8221;on|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221;][\/et_pb_button][et_pb_divider color=&#8221;#f4f4f4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_margin_tablet=&#8221;||0px||false|false&#8221; custom_margin_phone=&#8221;||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#ffffff&#8221; custom_padding=&#8221;0px|0px|0px|0px|true|true&#8221; animation_direction=&#8221;bottom&#8221; link_option_url=&#8221;\/en\/mini-club&#8221; global_colors_info=&#8221;{}&#8221; transform_styles__hover_enabled=&#8221;on|hover&#8221; transform_scale__hover_enabled=&#8221;on|desktop&#8221; transform_translate__hover=&#8221;0px|-5px&#8221; transform_translate__hover_enabled=&#8221;on|hover&#8221; transform_rotate__hover_enabled=&#8221;on|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221;][et_pb_image src=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/03\/kids-home.jpg&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; transform_translate_linked__hover=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; transform_styles__hover_enabled=&#8221;on|hover&#8221; transform_scale__hover_enabled=&#8221;on|hover&#8221; transform_translate__hover_enabled=&#8221;on|desktop&#8221; transform_rotate__hover_enabled=&#8221;on|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221; transform_translate__hover=&#8221;0px|-2px&#8221;][\/et_pb_image][et_pb_heading title=&#8221;Mini Club&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; title_font=&#8221;Marcellus||||||||&#8221; title_text_align=&#8221;center&#8221; title_font_size=&#8221;35px&#8221; custom_margin=&#8221;||7px|||&#8221; title_font_size_tablet=&#8221;35px&#8221; title_font_size_phone=&#8221;35px&#8221; title_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_heading][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||10px||false|false&#8221; custom_padding=&#8221;|2px||2px|false|true&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p class=\"p1\" style=\"text-align: justify;\">Every evening, a mini disco at the amphitheater, a slide pool, playground, game rooms, and a children&#8217;s buffet at the main restaurant are available. Themed events, magic shows, dart tournaments, dance lessons, and face painting are organized every day of the week.<\/p>\n<p>[\/et_pb_text][et_pb_button button_url=&#8221;\/en\/mini-club&#8221; button_text=&#8221;View More&#8221; button_alignment=&#8221;center&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;15px&#8221; button_text_color=&#8221;#008294&#8243; button_border_width=&#8221;0px&#8221; button_border_radius=&#8221;0px&#8221; button_font=&#8221;||||on||||dotted&#8221; button_use_icon=&#8221;off&#8221; transform_translate_linked__hover=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; button_bg_color__hover_enabled=&#8221;on|desktop&#8221; button_bg_color__hover=&#8221;RGBA(255,255,255,0)&#8221; button_bg_enable_color__hover=&#8221;on&#8221; button_text_color__hover_enabled=&#8221;on|hover&#8221; button_text_color__hover=&#8221;#000000&#8243; transform_styles__hover_enabled=&#8221;on|hover&#8221; transform_scale__hover_enabled=&#8221;on|hover&#8221; transform_translate__hover_enabled=&#8221;on|hover&#8221; transform_rotate__hover_enabled=&#8221;on|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221; transform_translate__hover=&#8221;0px|1px&#8221;][\/et_pb_button][et_pb_divider color=&#8221;#f4f4f4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_margin_tablet=&#8221;||0px||false|false&#8221; custom_margin_phone=&#8221;||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#ffffff&#8221; custom_padding=&#8221;0px|0px|0px|0px|true|true&#8221; animation_direction=&#8221;bottom&#8221; link_option_url=&#8221;\/en\/pool-beach&#8221; global_colors_info=&#8221;{}&#8221; transform_styles__hover_enabled=&#8221;on|hover&#8221; transform_scale__hover_enabled=&#8221;on|desktop&#8221; transform_translate__hover=&#8221;0px|-5px&#8221; transform_translate__hover_enabled=&#8221;on|hover&#8221; transform_rotate__hover_enabled=&#8221;on|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221;][et_pb_image src=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/02\/havuz.jpg&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; transform_styles__hover_enabled=&#8221;on|hover&#8221; transform_scale__hover_enabled=&#8221;on|hover&#8221; transform_translate__hover=&#8221;0px|-2px&#8221; transform_translate__hover_enabled=&#8221;on|desktop&#8221; transform_rotate__hover_enabled=&#8221;on|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221;][\/et_pb_image][et_pb_heading title=&#8221;Pool &#038; Beach&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; title_font=&#8221;Marcellus||||||||&#8221; title_text_align=&#8221;center&#8221; title_font_size=&#8221;35px&#8221; custom_margin=&#8221;||7px|||&#8221; title_font_size_tablet=&#8221;35px&#8221; title_font_size_phone=&#8221;35px&#8221; title_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_heading][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||10px||false|false&#8221; custom_padding=&#8221;|2px||2px|false|true&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p class=\"p1\" style=\"text-align: justify;\">Exclusive to Zena Resort Hotel guests, our 70-meter-long sandy and pebbly beach offers a 60 m\u00b2 pier, spacious sunbathing areas, comfortable loungers, plush cushions, sun umbrellas, and towels, all provided for the enjoyment of our guests, free of charge.<\/p>\n<p>[\/et_pb_text][et_pb_button button_url=&#8221;\/en\/pool-beach&#8221; button_text=&#8221;View More&#8221; button_alignment=&#8221;center&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;15px&#8221; button_text_color=&#8221;#008294&#8243; button_border_width=&#8221;0px&#8221; button_border_radius=&#8221;0px&#8221; button_font=&#8221;||||on||||dotted&#8221; button_use_icon=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; button_bg_color__hover_enabled=&#8221;on|desktop&#8221; button_bg_color__hover=&#8221;RGBA(255,255,255,0)&#8221; button_bg_enable_color__hover=&#8221;on&#8221; button_text_color__hover_enabled=&#8221;on|hover&#8221; button_text_color__hover=&#8221;#000000&#8243; transform_styles__hover_enabled=&#8221;on|hover&#8221; transform_scale__hover_enabled=&#8221;on|hover&#8221; transform_translate__hover=&#8221;0px|1px&#8221; transform_translate__hover_enabled=&#8221;on|hover&#8221; transform_rotate__hover_enabled=&#8221;on|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221;][\/et_pb_button][et_pb_divider color=&#8221;#f4f4f4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_margin_tablet=&#8221;||25px||false|false&#8221; custom_margin_phone=&#8221;||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#ffffff&#8221; custom_padding=&#8221;0px|0px|0px|0px|true|true&#8221; animation_direction=&#8221;bottom&#8221; link_option_url=&#8221;\/en\/landscape&#8221; global_colors_info=&#8221;{}&#8221; transform_styles__hover_enabled=&#8221;on|hover&#8221; transform_scale__hover_enabled=&#8221;on|desktop&#8221; transform_translate__hover=&#8221;0px|-5px&#8221; transform_translate__hover_enabled=&#8221;on|hover&#8221; transform_rotate__hover_enabled=&#8221;on|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221;][et_pb_image src=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/02\/DSC00003.jpg&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; transform_styles__hover_enabled=&#8221;on|hover&#8221; transform_scale__hover_enabled=&#8221;on|hover&#8221; transform_translate__hover=&#8221;0px|-2px&#8221; transform_translate__hover_enabled=&#8221;on|desktop&#8221; transform_rotate__hover_enabled=&#8221;on|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221;][\/et_pb_image][et_pb_heading title=&#8221;Landscape&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; title_font=&#8221;Marcellus||||||||&#8221; title_text_align=&#8221;center&#8221; title_font_size=&#8221;35px&#8221; custom_margin=&#8221;||7px|||&#8221; title_font_size_tablet=&#8221;35px&#8221; title_font_size_phone=&#8221;35px&#8221; title_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_heading][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||10px||false|false&#8221; custom_padding=&#8221;|2px||2px|false|true&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p class=\"p1\" style=\"text-align: justify;\">Our specially designed landscaping areas for guests feature lush green lawns, vibrant flowers, peaceful walking paths, and aesthetic decorative details. The relaxing atmosphere of our landscape has been carefully created to add joy and tranquility to your vacation.<\/p>\n<p>[\/et_pb_text][et_pb_button button_url=&#8221;\/en\/landscape&#8221; button_text=&#8221;View More&#8221; button_alignment=&#8221;center&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;15px&#8221; button_text_color=&#8221;#008294&#8243; button_border_width=&#8221;0px&#8221; button_border_radius=&#8221;0px&#8221; button_font=&#8221;||||on||||dotted&#8221; button_use_icon=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; button_bg_color__hover_enabled=&#8221;on|desktop&#8221; button_bg_color__hover=&#8221;RGBA(255,255,255,0)&#8221; button_bg_enable_color__hover=&#8221;on&#8221; button_text_color__hover_enabled=&#8221;on|hover&#8221; button_text_color__hover=&#8221;#000000&#8243; transform_styles__hover_enabled=&#8221;on|hover&#8221; transform_scale__hover_enabled=&#8221;on|hover&#8221; transform_translate__hover=&#8221;0px|1px&#8221; transform_translate__hover_enabled=&#8221;on|hover&#8221; transform_rotate__hover_enabled=&#8221;on|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221;][\/et_pb_button][et_pb_divider color=&#8221;#f4f4f4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_margin_tablet=&#8221;||25px||false|false&#8221; custom_margin_phone=&#8221;||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|desktop&#8221; disabled_on=&#8221;off|off|on&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/02\/DJI_0723-Enhanced-NR.jpg&#8221; parallax=&#8221;on&#8221; custom_padding=&#8221;400px||400px||true|false&#8221; custom_padding_tablet=&#8221;100px||100px||true|false&#8221; custom_padding_phone=&#8221;20px||20px||true|false&#8221; background_last_edited=&#8221;on|phone&#8221; background_image_phone=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/02\/DJI_0723-Enhanced-NR.jpg&#8221; background_enable_image_phone=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;-200px||||false|false&#8221; custom_margin_tablet=&#8221;10px||10px||true|false&#8221; custom_margin_phone=&#8221;5px||5px||true|false&#8221; custom_margin_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/02\/tatil.webp&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;12%&#8221; width_tablet=&#8221;12%&#8221; width_phone=&#8221;26%&#8221; width_last_edited=&#8221;on|phone&#8221; custom_margin=&#8221;||-1px|||&#8221; filter_brightness=&#8221;200%&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_heading title=&#8221;Enjoy an Unforgettable Vacation in Kemer!&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; title_font=&#8221;Marcellus||||||||&#8221; title_text_align=&#8221;center&#8221; title_text_color=&#8221;#FFFFFF&#8221; title_font_size=&#8221;50px&#8221; custom_padding=&#8221;|150px||150px|false|true&#8221; custom_padding_tablet=&#8221;|10px||10px|false|true&#8221; custom_padding_phone=&#8221;|0px||0px|false|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; title_font_size_tablet=&#8221;50px&#8221; title_font_size_phone=&#8221;35px&#8221; title_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_heading][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;|600|||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;|100px||100px|false|true&#8221; custom_padding_tablet=&#8221;|5px||5px|false|true&#8221; custom_padding_phone=&#8221;|2px|15px|2px|false|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p class=\"p1\" style=\"text-align: center;\">With its beachfront location, Zena Resort Hotel offers guests an unforgettable vacation experience. Designed with activities for guests of all ages, relaxing SPA services, and much more, it\u2019s ready to provide you with moments full of enjoyment.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|tablet&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;20px||20px||true|false&#8221; custom_padding_tablet=&#8221;30px||10px||false|false&#8221; custom_padding_phone=&#8221;30px||20px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_4,1_4,1_4,1_4&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;off|phone&#8221; disabled_on=&#8221;off|off|on&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;90%&#8221; width_tablet=&#8221;90%&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|desktop&#8221; max_width=&#8221;none&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;&#8221; custom_margin_last_edited=&#8221;on|desktop&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; custom_padding_tablet=&#8221;||0px||false|false&#8221; custom_padding_phone=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#ffffff&#8221; animation_direction=&#8221;bottom&#8221; link_option_url=&#8221;\/en\/spa-wellness&#8221; global_colors_info=&#8221;{}&#8221; transform_styles__hover_enabled=&#8221;on|hover&#8221; transform_scale__hover_enabled=&#8221;on|desktop&#8221; transform_translate__hover=&#8221;0px|-5px&#8221; transform_translate__hover_enabled=&#8221;on|hover&#8221; transform_rotate__hover_enabled=&#8221;on|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221;][et_pb_image src=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/02\/SPA-5.jpg&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; transform_styles__hover_enabled=&#8221;on|hover&#8221; transform_scale__hover_enabled=&#8221;on|hover&#8221; transform_translate__hover=&#8221;0px|-2px&#8221; transform_translate__hover_enabled=&#8221;on|desktop&#8221; transform_rotate__hover_enabled=&#8221;on|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221;][\/et_pb_image][et_pb_heading title=&#8221;Spa &#038; Wellness&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; title_font=&#8221;Marcellus||||||||&#8221; title_text_align=&#8221;center&#8221; title_font_size=&#8221;35px&#8221; custom_margin=&#8221;||7px|||&#8221; title_font_size_tablet=&#8221;35px&#8221; title_font_size_phone=&#8221;35px&#8221; title_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_heading][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||10px||false|false&#8221; custom_padding=&#8221;|2px||2px|false|true&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: justify;\">Zena Wellness makes you feel different with its unique holistic approach to the body, mind, and spirit triangle. Drawing inspiration from ancient Eastern philosophies dating back thousands of years, Zena Wellness integrates traditional therapies with the latest design technologies of modern civilization.<\/p>\n<p>[\/et_pb_text][et_pb_button button_url=&#8221;\/en\/spa-wellness&#8221; button_text=&#8221;View More&#8221; button_alignment=&#8221;center&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;15px&#8221; button_text_color=&#8221;#008294&#8243; button_border_width=&#8221;0px&#8221; button_border_radius=&#8221;0px&#8221; button_font=&#8221;||||on||||dotted&#8221; button_use_icon=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; button_bg_color__hover_enabled=&#8221;on|desktop&#8221; button_bg_color__hover=&#8221;RGBA(255,255,255,0)&#8221; button_bg_enable_color__hover=&#8221;on&#8221; button_text_color__hover_enabled=&#8221;on|hover&#8221; button_text_color__hover=&#8221;#000000&#8243; transform_styles__hover_enabled=&#8221;on|hover&#8221; transform_scale__hover_enabled=&#8221;on|hover&#8221; transform_translate__hover=&#8221;0px|1px&#8221; transform_translate__hover_enabled=&#8221;on|hover&#8221; transform_rotate__hover_enabled=&#8221;on|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221;][\/et_pb_button][et_pb_divider color=&#8221;#f4f4f4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_margin_tablet=&#8221;||0px||false|false&#8221; custom_margin_phone=&#8221;||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; transform_translate_linked__hover=&#8221;off&#8221; animation_direction=&#8221;bottom&#8221; link_option_url=&#8221;\/en\/mini-club&#8221; global_colors_info=&#8221;{}&#8221; transform_styles__hover_enabled=&#8221;on|hover&#8221; transform_scale__hover_enabled=&#8221;on|desktop&#8221; transform_translate__hover_enabled=&#8221;on|hover&#8221; transform_rotate__hover_enabled=&#8221;on|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221; transform_translate__hover=&#8221;0px|-5px&#8221;][et_pb_image src=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/03\/kids-home.jpg&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; transform_translate_linked__hover=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; transform_styles__hover_enabled=&#8221;on|hover&#8221; transform_scale__hover_enabled=&#8221;on|hover&#8221; transform_translate__hover_enabled=&#8221;on|desktop&#8221; transform_rotate__hover_enabled=&#8221;on|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221; transform_translate__hover=&#8221;0px|-2px&#8221;][\/et_pb_image][et_pb_heading title=&#8221;Mini Club&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; title_font=&#8221;Marcellus||||||||&#8221; title_text_align=&#8221;center&#8221; title_font_size=&#8221;35px&#8221; custom_margin=&#8221;||7px|||&#8221; title_font_size_tablet=&#8221;35px&#8221; title_font_size_phone=&#8221;35px&#8221; title_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_heading][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||10px||false|false&#8221; custom_padding=&#8221;|2px||2px|false|true&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p class=\"p1\" style=\"text-align: justify;\">Every evening, a mini disco at the amphitheater, a slide pool, playground, game rooms, and a children&#8217;s buffet at the main restaurant are available. Themed events, magic shows, dart tournaments, dance lessons, and face painting are organized every day of the week.<\/p>\n<p>[\/et_pb_text][et_pb_button button_url=&#8221;\/en\/mini-club&#8221; button_text=&#8221;View More&#8221; button_alignment=&#8221;center&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;15px&#8221; button_text_color=&#8221;#008294&#8243; button_border_width=&#8221;0px&#8221; button_border_radius=&#8221;0px&#8221; button_font=&#8221;||||on||||dotted&#8221; button_use_icon=&#8221;off&#8221; transform_translate_linked__hover=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; button_bg_color__hover_enabled=&#8221;on|desktop&#8221; button_bg_color__hover=&#8221;RGBA(255,255,255,0)&#8221; button_bg_enable_color__hover=&#8221;on&#8221; button_text_color__hover_enabled=&#8221;on|hover&#8221; button_text_color__hover=&#8221;#000000&#8243; transform_styles__hover_enabled=&#8221;on|hover&#8221; transform_scale__hover_enabled=&#8221;on|hover&#8221; transform_translate__hover_enabled=&#8221;on|hover&#8221; transform_rotate__hover_enabled=&#8221;on|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221; transform_translate__hover=&#8221;0px|1px&#8221;][\/et_pb_button][et_pb_divider color=&#8221;#f4f4f4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_margin_tablet=&#8221;||0px||false|false&#8221; custom_margin_phone=&#8221;||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; animation_direction=&#8221;bottom&#8221; link_option_url=&#8221;\/en\/pool-beach&#8221; global_colors_info=&#8221;{}&#8221; transform_styles__hover_enabled=&#8221;on|hover&#8221; transform_scale__hover_enabled=&#8221;on|desktop&#8221; transform_translate__hover=&#8221;0px|-5px&#8221; transform_translate__hover_enabled=&#8221;on|hover&#8221; transform_rotate__hover_enabled=&#8221;on|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221;][et_pb_image src=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/02\/havuz.jpg&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; transform_styles__hover_enabled=&#8221;on|hover&#8221; transform_scale__hover_enabled=&#8221;on|hover&#8221; transform_translate__hover=&#8221;0px|-2px&#8221; transform_translate__hover_enabled=&#8221;on|desktop&#8221; transform_rotate__hover_enabled=&#8221;on|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221;][\/et_pb_image][et_pb_heading title=&#8221;Pool &#038; Beach&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; title_font=&#8221;Marcellus||||||||&#8221; title_text_align=&#8221;center&#8221; title_font_size=&#8221;35px&#8221; custom_margin=&#8221;||7px|||&#8221; title_font_size_tablet=&#8221;35px&#8221; title_font_size_phone=&#8221;35px&#8221; title_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_heading][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||10px||false|false&#8221; custom_padding=&#8221;|2px||2px|false|true&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p class=\"p1\" style=\"text-align: justify;\">Exclusive to Zena Resort Hotel guests, our 70-meter-long sandy and pebbly beach offers a 60 m\u00b2 pier, spacious sunbathing areas, comfortable loungers, plush cushions, sun umbrellas, and towels, all provided for the enjoyment of our guests, free of charge.<\/p>\n<p>[\/et_pb_text][et_pb_button button_url=&#8221;\/en\/pool-beach&#8221; button_text=&#8221;View More&#8221; button_alignment=&#8221;center&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;15px&#8221; button_text_color=&#8221;#008294&#8243; button_border_width=&#8221;0px&#8221; button_border_radius=&#8221;0px&#8221; button_font=&#8221;||||on||||dotted&#8221; button_use_icon=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; button_bg_color__hover_enabled=&#8221;on|desktop&#8221; button_bg_color__hover=&#8221;RGBA(255,255,255,0)&#8221; button_bg_enable_color__hover=&#8221;on&#8221; button_text_color__hover_enabled=&#8221;on|hover&#8221; button_text_color__hover=&#8221;#000000&#8243; transform_styles__hover_enabled=&#8221;on|hover&#8221; transform_scale__hover_enabled=&#8221;on|hover&#8221; transform_translate__hover=&#8221;0px|1px&#8221; transform_translate__hover_enabled=&#8221;on|hover&#8221; transform_rotate__hover_enabled=&#8221;on|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221;][\/et_pb_button][et_pb_divider color=&#8221;#f4f4f4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_margin_tablet=&#8221;||25px||false|false&#8221; custom_margin_phone=&#8221;||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; animation_direction=&#8221;bottom&#8221; link_option_url=&#8221;\/en\/landscape&#8221; global_colors_info=&#8221;{}&#8221; transform_styles__hover_enabled=&#8221;on|hover&#8221; transform_scale__hover_enabled=&#8221;on|desktop&#8221; transform_translate__hover=&#8221;0px|-5px&#8221; transform_translate__hover_enabled=&#8221;on|hover&#8221; transform_rotate__hover_enabled=&#8221;on|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221;][et_pb_image src=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/02\/DSC00003.jpg&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; transform_styles__hover_enabled=&#8221;on|hover&#8221; transform_scale__hover_enabled=&#8221;on|hover&#8221; transform_translate__hover=&#8221;0px|-2px&#8221; transform_translate__hover_enabled=&#8221;on|desktop&#8221; transform_rotate__hover_enabled=&#8221;on|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221;][\/et_pb_image][et_pb_heading title=&#8221;Landscape&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; title_font=&#8221;Marcellus||||||||&#8221; title_text_align=&#8221;center&#8221; title_font_size=&#8221;35px&#8221; custom_margin=&#8221;||7px|||&#8221; title_font_size_tablet=&#8221;35px&#8221; title_font_size_phone=&#8221;35px&#8221; title_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_heading][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||10px||false|false&#8221; custom_padding=&#8221;|2px||2px|false|true&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p class=\"p1\" style=\"text-align: justify;\">Our specially designed landscaping areas for guests feature lush green lawns, vibrant flowers, peaceful walking paths, and aesthetic decorative details. The relaxing atmosphere of our landscape has been carefully created to add joy and tranquility to your vacation.<\/p>\n<p>[\/et_pb_text][et_pb_button button_url=&#8221;\/en\/landscape&#8221; button_text=&#8221;View More&#8221; button_alignment=&#8221;center&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;15px&#8221; button_text_color=&#8221;#008294&#8243; button_border_width=&#8221;0px&#8221; button_border_radius=&#8221;0px&#8221; button_font=&#8221;||||on||||dotted&#8221; button_use_icon=&#8221;off&#8221; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221; button_bg_color__hover_enabled=&#8221;on|desktop&#8221; button_bg_color__hover=&#8221;RGBA(255,255,255,0)&#8221; button_bg_enable_color__hover=&#8221;on&#8221; button_text_color__hover_enabled=&#8221;on|hover&#8221; button_text_color__hover=&#8221;#000000&#8243; transform_styles__hover_enabled=&#8221;on|hover&#8221; transform_scale__hover_enabled=&#8221;on|hover&#8221; transform_translate__hover=&#8221;0px|1px&#8221; transform_translate__hover_enabled=&#8221;on|hover&#8221; transform_rotate__hover_enabled=&#8221;on|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221;][\/et_pb_button][et_pb_divider color=&#8221;#f4f4f4&#8243; disabled_on=&#8221;on|on|on&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_margin_tablet=&#8221;||25px||false|false&#8221; custom_margin_phone=&#8221;||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; disabled=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|desktop&#8221; disabled_on=&#8221;off|off|off&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/02\/side-2.webp&#8221; parallax=&#8221;on&#8221; custom_padding=&#8221;90px||90px||true|false&#8221; custom_padding_tablet=&#8221;100px||100px||true|false&#8221; custom_padding_phone=&#8221;80px||80px||true|false&#8221; background_last_edited=&#8221;on|phone&#8221; background_image_phone=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/02\/DSC09839-11.jpg&#8221; background_enable_image_phone=&#8221;on&#8221; custom_css_free_form=&#8221;.et_parallax_bg_wrap {||  position: absolute;||  filter: brightness(0.9) !important;||}||||@media only screen and (max-width: 768px) {||  .et_parallax_bg_wrap {||    filter: brightness(0.6) !important;||  }||}&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;5px||15px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/02\/aktv2.webp&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; transform_translate_linked__hover=&#8221;off&#8221; width=&#8221;6%&#8221; width_tablet=&#8221;9%&#8221; width_phone=&#8221;20%&#8221; width_last_edited=&#8221;on|phone&#8221; custom_margin=&#8221;||10px||false|false&#8221; global_colors_info=&#8221;{}&#8221; transform_styles__hover_enabled=&#8221;on|hover&#8221; transform_scale__hover_enabled=&#8221;on|desktop&#8221; transform_translate__hover_enabled=&#8221;on|hover&#8221; transform_rotate__hover_enabled=&#8221;on|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221; transform_translate__hover=&#8221;0px|-5px&#8221;][\/et_pb_image][et_pb_heading title=&#8221;Activities&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; title_font=&#8221;Marcellus|700|||||||&#8221; title_text_align=&#8221;center&#8221; title_text_color=&#8221;#FFFFFF&#8221; title_font_size=&#8221;35px&#8221; custom_margin=&#8221;||7px|||&#8221; title_font_size_tablet=&#8221;35px&#8221; title_font_size_phone=&#8221;35px&#8221; title_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_heading][et_pb_text content_tablet=&#8221;<\/p>\n<p class=%22p1%22 style=%22text-align: center;%22>At Zena Resort Hotel, activities and entertainment for all ages and tastes are waiting for you. With activities supervised by professional instructors throughout the day, you\u2019ll feel even better and more energized.<\/p>\n<p>&#8221; content_phone=&#8221;<\/p>\n<p class=%22p1%22 style=%22text-align: center;%22>At Zena Resort Hotel, activities and entertainment for all ages and tastes are waiting for you. With activities supervised by professional instructors throughout the day, you\u2019ll feel even better and more energized.<\/p>\n<p>&#8221; content_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;|600|||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; width=&#8221;70%&#8221; width_tablet=&#8221;auto&#8221; width_phone=&#8221;auto&#8221; width_last_edited=&#8221;on|phone&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;||10px||false|false&#8221; custom_padding=&#8221;|0px||0px|false|true&#8221; custom_padding_tablet=&#8221;|10px||10px|false|true&#8221; custom_padding_phone=&#8221;|0px||0px|false|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; text_line_height_tablet=&#8221;&#8221; text_line_height_phone=&#8221;1.5em&#8221; text_line_height_last_edited=&#8221;on|phone&#8221; text_orientation_tablet=&#8221;&#8221; text_orientation_phone=&#8221;center&#8221; text_orientation_last_edited=&#8221;on|phone&#8221; module_alignment_tablet=&#8221;center&#8221; module_alignment_phone=&#8221;center&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p class=\"p1\" style=\"text-align: center;\">At Zena Resort Hotel, activities and entertainment for all ages and tastes are waiting for you. With activities supervised by professional instructors throughout the day, you\u2019ll feel even better and more energized.<\/p>\n<p>[\/et_pb_text][et_pb_button button_url=&#8221;\/en\/activities&#8221; button_text=&#8221;View More&#8221; button_alignment=&#8221;center&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;15px&#8221; button_text_color=&#8221;#FFFFFF&#8221; button_border_width=&#8221;0px&#8221; button_border_radius=&#8221;0px&#8221; button_font=&#8221;||||on||||dotted&#8221; button_use_icon=&#8221;off&#8221; transform_translate_linked__hover=&#8221;off&#8221; background_layout=&#8221;dark&#8221; global_colors_info=&#8221;{}&#8221; button_bg_color__hover_enabled=&#8221;on|desktop&#8221; button_bg_color__hover=&#8221;RGBA(255,255,255,0)&#8221; button_bg_enable_color__hover=&#8221;on&#8221; button_text_color__hover_enabled=&#8221;on|hover&#8221; button_text_color__hover=&#8221;#FFFFFF&#8221; transform_styles__hover_enabled=&#8221;on|hover&#8221; transform_scale__hover_enabled=&#8221;on|hover&#8221; transform_translate__hover_enabled=&#8221;on|hover&#8221; transform_rotate__hover_enabled=&#8221;on|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221; transform_translate__hover=&#8221;0px|1px&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; disabled_on=&#8221;off|off|off&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_padding_tablet=&#8221;10px||20px||false|false&#8221; custom_padding_phone=&#8221;20px||20px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row custom_padding_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||0px||false|false&#8221; custom_padding_tablet=&#8221;||0px||false|false&#8221; custom_padding_phone=&#8221;||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/02\/odul-1.webp&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;6%&#8221; width_tablet=&#8221;9%&#8221; width_phone=&#8221;20%&#8221; width_last_edited=&#8221;on|phone&#8221; custom_margin=&#8221;||1px|||&#8221; global_colors_info=&#8221;{}&#8221; transform_styles__hover_enabled=&#8221;on|hover&#8221; transform_scale__hover_enabled=&#8221;on|desktop&#8221; transform_translate__hover=&#8221;0px|-5px&#8221; transform_translate__hover_enabled=&#8221;on|hover&#8221; transform_rotate__hover_enabled=&#8221;on|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Poppins||||||||&#8221; text_text_color=&#8221;#008294&#8243; text_letter_spacing=&#8221;4px&#8221; custom_margin=&#8221;||25px||false|false&#8221; custom_margin_tablet=&#8221;||25px||false|false&#8221; custom_margin_phone=&#8221;||25px||false|false&#8221; custom_margin_last_edited=&#8221;on|desktop&#8221; custom_padding=&#8221;|0px||0px|false|true&#8221; custom_padding_tablet=&#8221;|0px||0px|false|true&#8221; custom_padding_phone=&#8221;|0px||0px|false|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: center;\">CERTIFICATES &amp; AWARDS<\/p>\n<p>[\/et_pb_text][et_pb_divider color=&#8221;#efefef&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_margin_tablet=&#8221;||25px||false|false&#8221; custom_margin_phone=&#8221;||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_5,1_5,1_5,1_5,1_5&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;70%&#8221; width_tablet=&#8221;60%&#8221; width_phone=&#8221;40%&#8221; width_last_edited=&#8221;on|phone&#8221; max_width_tablet=&#8221;&#8221; max_width_phone=&#8221;&#8221; max_width_last_edited=&#8221;on|phone&#8221; module_alignment=&#8221;center&#8221; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;0px||10px||false|false&#8221; custom_css_free_form=&#8221;.container {||    display: flex;||    flex-wrap: wrap;||    justify-content: center;||}||||.box {||    width: 100%; \/* Varsay\u0131lan olarak tam geni\u015flik *\/||    max-width: 600px; \/* Masa\u00fcst\u00fc i\u00e7in geni\u015flik *\/||    margin: 10px;||    background-color: #f0f0f0; \/* Arka plan rengi *\/||    padding: 20px;||    text-align: center;||}||||\/* Masa\u00fcst\u00fc G\u00f6r\u00fcn\u00fcm\u00fc (4 kutu alta alta) *\/||@media (min-width: 1024px) {||    .box {||        width: 100%; \/* Masa\u00fcst\u00fcnde 4 kutu alta alta *\/||    }||}||||\/* Mobil G\u00f6r\u00fcn\u00fcm\u00fc (2&#215;2 d\u00fczeni) *\/||@media (max-width: 1023px) {||    .box {||        width: calc(50% &#8211; 20px); \/* 2 kutu yan yana olacak *\/||    }||}&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_5&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/02\/holiday-2016-1.jpg&#8221; url=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/03\/HOLDAYCHECK_2016.pdf&#8221; url_new_window=&#8221;on&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_5&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/02\/holiday-2015-1.jpg&#8221; url=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/03\/HOLDAYCHECK_2015.pdf&#8221; url_new_window=&#8221;on&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_5&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/02\/holiday-2014-1.jpg&#8221; url=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/03\/HOLDAYCHECK_2014.pdf&#8221; url_new_window=&#8221;on&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_5&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/02\/zena-resort-guvenli-turizm-sertifikasi-tr-k-2.jpg&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_5&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/03\/zena-resort-guvenli-turizm-sertifikasi-en-k.jpg&#8221; url=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/03\/zena-resort-guvenli-turizm-sertifikasi-tr.jpg&#8221; url_new_window=&#8221;on&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; disabled_on=&#8221;off|off|off&#8221; admin_label=&#8221;Popup &#8211; #popup&#8221; module_id=&#8221;popup&#8221; module_class=&#8221;popup on-exit&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;56%&#8221; width_tablet=&#8221;70%&#8221; width_phone=&#8221;56%&#8221; width_last_edited=&#8221;on|desktop&#8221; display_conditions=&#8221;W3siaWQiOiI3Y2VkYmRlMi00Nzg4LTQzMTctOGI5YS0xYTY1MjZmMzA4MmMiLCJjb25kaXRpb24iOiJwYWdlVmlzaXQiLCJjb25kaXRpb25TZXR0aW5ncyI6eyJkaXNwbGF5UnVsZSI6Imhhc1Zpc2l0ZWRTcGVjaWZpY1BhZ2UiLCJwYWdlcyI6W3sibGFiZWwiOiJBbmFzYXlmYSIsInZhbHVlIjoiMzYifV0sImFkbWluTGFiZWwiOiJTYXlmYSBaaXlhcmV0aSIsImVuYWJsZUNvbmRpdGlvbiI6Im9uIn0sIm9wZXJhdG9yIjoiT1IifV0=&#8221; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;15px||15px||true|false&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row custom_padding_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||0px||false|false&#8221; custom_padding_tablet=&#8221;||0px||false|false&#8221; custom_padding_phone=&#8221;20px||10px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_heading title=&#8221;All Our Rooms Have Been Renovated!&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; title_font=&#8221;Poppins||||||||&#8221; title_text_align=&#8221;center&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_margin_tablet=&#8221;||0px||false|false&#8221; custom_margin_phone=&#8221;||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|desktop&#8221; custom_padding=&#8221;||12px||false|false&#8221; custom_padding_tablet=&#8221;||0px||false|false&#8221; custom_padding_phone=&#8221;||5px||false|false&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; title_font_size_tablet=&#8221;&#8221; title_font_size_phone=&#8221;20px&#8221; title_font_size_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_heading][et_pb_divider color=&#8221;#e8e8e8&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;||0px||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][et_pb_image src=&#8221;https:\/\/www.zenaresort.com.tr\/wp-content\/uploads\/2025\/02\/newr.jpg&#8221; title_text=&#8221;popup&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;90%&#8221; width_tablet=&#8221;90%&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|desktop&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||15px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;||0px||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; border_radii=&#8221;on|5px|5px|5px|5px&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_button button_url=&#8221;\/en\/standard-room&#8221; button_text=&#8221;View More&#8221; button_alignment=&#8221;center&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_color=&#8221;#FFFFFF&#8221; button_bg_color=&#8221;#E02B20&#8243; button_border_width=&#8221;0px&#8221; button_border_color=&#8221;#000000&#8243; button_border_radius=&#8221;46px&#8221; custom_margin=&#8221;12px||||false|false&#8221; custom_margin_tablet=&#8221;12px||||false|false&#8221; custom_margin_phone=&#8221;12px||||false|false&#8221; custom_margin_last_edited=&#8221;on|desktop&#8221; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; button_text_size_tablet=&#8221;&#8221; button_text_size_phone=&#8221;17px&#8221; button_text_size_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>ZENA RESORT HOTELGet ready to witness the magic of a thousand-year-old dance on this special beach where the shimmering lights of the Mediterranean sun meet the blue waters of the sea, and the nature flowing down from the Taurus Mountains blends with the coast. Surrounded by the mesmerizing beauty of nature, an unforgettable vacation awaits [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"class_list":["post-1290","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.zenaresort.com.tr\/en\/wp-json\/wp\/v2\/pages\/1290","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.zenaresort.com.tr\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.zenaresort.com.tr\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.zenaresort.com.tr\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.zenaresort.com.tr\/en\/wp-json\/wp\/v2\/comments?post=1290"}],"version-history":[{"count":18,"href":"https:\/\/www.zenaresort.com.tr\/en\/wp-json\/wp\/v2\/pages\/1290\/revisions"}],"predecessor-version":[{"id":3182,"href":"https:\/\/www.zenaresort.com.tr\/en\/wp-json\/wp\/v2\/pages\/1290\/revisions\/3182"}],"wp:attachment":[{"href":"https:\/\/www.zenaresort.com.tr\/en\/wp-json\/wp\/v2\/media?parent=1290"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}