{"id":766,"date":"2023-08-24T06:41:12","date_gmt":"2023-08-24T06:41:12","guid":{"rendered":"https:\/\/gallery.terimeriwedding.com\/?page_id=766"},"modified":"2023-10-17T10:29:02","modified_gmt":"2023-10-17T10:29:02","slug":"vids","status":"publish","type":"page","link":"https:\/\/gallery.terimeriwedding.com\/index.php\/vids\/","title":{"rendered":"Videos | Gallery"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"766\" class=\"elementor elementor-766\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-37b29c4c elementor-section-height-min-height elementor-section-full_width elementor-section-height-default elementor-section-items-middle exad-glass-effect-no exad-sticky-section-no\" data-id=\"37b29c4c\" data-element_type=\"section\" id=\"section1\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/embed\\\/_PBl88prHbo?si=5tTNgSIkRqrHhVvl&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-background-video-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-background-video-embed\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<main class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7d7f24ef exad-glass-effect-no exad-sticky-section-no\" data-id=\"7d7f24ef\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-79111bbc elementor-hidden-desktop exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-html\" data-id=\"79111bbc\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t <!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n<style>\r\n  body {\r\n    margin: 0;\r\n    font-family: Arial, sans-serif;\r\n    overflow-y: hidden;\r\n    position: relative;\r\n  }\r\n\r\n  .sections-container {\r\n    display: flex;\r\n    overflow-x: scroll;\r\n    scroll-snap-type: x mandatory;\r\n  }\r\n\r\n  .section {\r\n    width: 100vw;\r\n    min-width: 100%;\r\n    scroll-snap-align: start;\r\n    flex-shrink: 0;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    font-size: 24px;\r\n    background-color: #f0f0f0;\r\n    border: 1px solid #ccc;\r\n  }\r\n\r\n  .scroll-arrows {\r\n    display: flex;\r\n    justify-content: center;\r\n    align-items: center;\r\n    position: fixed;\r\n    bottom: 40px; \/* Adjusted this value *\/\r\n    left: 0;\r\n    right: 0;\r\n    margin: auto;\r\n    z-index: 1000;\r\n  }\r\n\r\n  .up-arrow,\r\n  .down-arrow {\r\n    cursor: pointer;\r\n    font-size: 24px;\r\n    padding: 10px;\r\n    background-color: rgba(0, 0, 0, 0.3);\r\n    color: white;\r\n    border-radius: 50%;\r\n  }\r\n\r\n  .up-arrow,\r\n  .down-arrow {\r\n    margin: 10px;\r\n  }\r\n  \r\n  \/* Media query for mobile devices *\/\r\n  @media (max-width: 768px) {\r\n    .scroll-arrows {\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      bottom: auto;\r\n      top: 75%;\r\n      justify-content: center;\r\n      align-items: center;\r\n    }\r\n  }\r\n<\/style>\r\n<\/head>\r\n<body>\r\n<div class=\"scroll-arrows\">\r\n  <div class=\"up-arrow\" id=\"up1\">&#9650;<\/div>\r\n  <div class=\"down-arrow\" id=\"down1\">&#9660;<\/div>\r\n<\/div>\r\n<script>\r\n  let currentSection1 = 1;\r\n  const up1 = document.getElementById('up1');\r\n  const down1 = document.getElementById('down1');\r\n\r\n  function positionButtons1() {\r\n    const activeSection = document.getElementById('section' + currentSection1);\r\n    const sectionCenterX = activeSection.getBoundingClientRect().width \/ 2;\r\n    const sectionCenterY = activeSection.getBoundingClientRect().height \/ 2;\r\n    \r\n    up1.style.left = `calc(${sectionCenterX}px - 1em)`;\r\n    down1.style.left = `calc(${sectionCenterX}px - 1em)`;\r\n  }\r\n\r\n  positionButtons1();\r\n\r\n  up1.addEventListener('click', () => {\r\n    if (currentSection1 > 1) {\r\n      currentSection1--;\r\n    }\r\n    let scrollTo = document.getElementById('section' + currentSection1);\r\n    scrollTo.scrollIntoView({ behavior: 'smooth', inline: 'start' });\r\n    positionButtons1();\r\n  });\r\n\r\n  down1.addEventListener('click', () => {\r\n    if (currentSection1 < 7) {\r\n      currentSection1++;\r\n    }\r\n    let scrollTo = document.getElementById('section' + currentSection1);\r\n    scrollTo.scrollIntoView({ behavior: 'smooth', inline: 'start' });\r\n    positionButtons1();\r\n  });\r\n<\/script>\r\n<\/body>\r\n<\/html>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-57a96f37 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-heading\" data-id=\"57a96f37\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.15.0 - 09-08-2023 *\/\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}<\/style><h2 class=\"elementor-heading-title elementor-size-default\">Sikandar & Rameesha<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-19a59d55 elementor-absolute exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-jkit_video_button\" data-id=\"19a59d55\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"jkit_video_button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div  class=\"jeg-elementor-kit jkit-video-button jeg_module___69d3c9661f7e4\"  data-autoplay=\"1\" data-loop=\"1\" data-controls=\"1\" data-type=\"vimeo\" data-mute=\"0\" data-title=\"0\" data-portrait=\"0\" data-byline=\"0\" data-unique-id=\"jkit_video_button_jeg_module___69d3c9661f7e4\"><a href=\"https:\/\/vimeo.com\/manage\/videos\/864990156\"  class=\"jkit-video-popup-btn glow-enable\"  ><span class=\"icon-position-before\"><i aria-hidden=\"true\" class=\"far fa-play-circle\"><\/i><\/span><\/a><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-37114b0a elementor-align-left exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-button\" data-id=\"37114b0a\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">View photos<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-537cf194 elementor-hidden-tablet elementor-hidden-mobile exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-html\" data-id=\"537cf194\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n<style>\r\n  body {\r\n    margin: 0;\r\n    font-family: Arial, sans-serif;\r\n    overflow-y: hidden;\r\n    position: relative;\r\n  }\r\n\r\n  .sections-container {\r\n    display: flex;\r\n    overflow-x: scroll;\r\n    scroll-snap-type: x mandatory;\r\n  }\r\n\r\n  .section {\r\n    width: 100vw;\r\n    min-width: 100%;\r\n    scroll-snap-align: start;\r\n    flex-shrink: 0;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    font-size: 24px;\r\n    background-color: #f0f0f0;\r\n    border: 1px solid #ccc;\r\n  }\r\n\r\n  .scroll-arrows {\r\n    display: flex;\r\n    justify-content: center;\r\n    align-items: center;\r\n    position: fixed;\r\n    bottom: 40px; \/* Adjusted this value *\/\r\n    left: 0;\r\n    right: 0;\r\n    margin: auto;\r\n    z-index: 1000;\r\n  }\r\n\r\n  .up-arrow,\r\n  .down-arrow {\r\n    cursor: pointer;\r\n    font-size: 24px;\r\n    padding: 10px;\r\n    background-color: rgba(0, 0, 0, 0.3);\r\n    color: white;\r\n    border-radius: 50%;\r\n  }\r\n\r\n  .up-arrow,\r\n  .down-arrow {\r\n    margin: 10px;\r\n  }\r\n  \r\n  \/* Media query for mobile devices *\/\r\n  @media (max-width: 768px) {\r\n    .scroll-arrows {\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      bottom: auto;\r\n      top: 80%;\r\n      justify-content: center;\r\n      align-items: center;\r\n    }\r\n  }\r\n<\/style>\r\n<\/head>\r\n<body>\r\n<div class=\"scroll-arrows\">\r\n  <div class=\"up-arrow\" id=\"up2\">&#9666;<\/div>\r\n  <div class=\"down-arrow\" id=\"down2\">&#9656;<\/div>\r\n<\/div>\r\n<script>\r\n  let currentSection2 = 1;\r\n  const up2 = document.getElementById('up2');\r\n  const down2 = document.getElementById('down2');\r\n\r\n  function positionButtons2() {\r\n    const activeSection = document.getElementById('section' + currentSection2);\r\n    const sectionCenterX = activeSection.getBoundingClientRect().width \/ 2;\r\n    const sectionCenterY = activeSection.getBoundingClientRect().height \/ 2;\r\n    \r\n    up2.style.left = `calc(${sectionCenterX}px - 1em)`;\r\n    down2.style.left = `calc(${sectionCenterX}px - 1em)`;\r\n  }\r\n\r\n  positionButtons2();\r\n\r\n  up2.addEventListener('click', () => {\r\n    if (currentSection2 > 1) {\r\n      currentSection2--;\r\n    }\r\n    let scrollTo = document.getElementById('section' + currentSection2);\r\n    scrollTo.scrollIntoView({ behavior: 'smooth', inline: 'start' });\r\n    positionButtons2();\r\n  });\r\n\r\n  down2.addEventListener('click', () => {\r\n    if (currentSection2 < 7) {\r\n      currentSection2++;\r\n    }\r\n    let scrollTo = document.getElementById('section' + currentSection2);\r\n    scrollTo.scrollIntoView({ behavior: 'smooth', inline: 'start' });\r\n    positionButtons2();\r\n  });\r\n<\/script>\r\n<\/body>\r\n<\/html>\r\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/main>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4c3f993d elementor-section-height-min-height elementor-section-full_width elementor-section-height-default elementor-section-items-middle exad-glass-effect-no exad-sticky-section-no\" data-id=\"4c3f993d\" data-element_type=\"section\" id=\"section2\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/embed\\\/q0OivZJyjOQ?si=NauE1T95_gle6mS3&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-background-video-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-background-video-embed\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<main class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-26ada13d exad-glass-effect-no exad-sticky-section-no\" data-id=\"26ada13d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-555d4b02 elementor-widget-mobile__width-initial exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-heading\" data-id=\"555d4b02\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Alizay & Hammad<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5bfd6f6 elementor-absolute exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-jkit_video_button\" data-id=\"5bfd6f6\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"jkit_video_button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div  class=\"jeg-elementor-kit jkit-video-button jeg_module__1_69d3c9662906b\"  data-autoplay=\"1\" data-loop=\"1\" data-controls=\"1\" data-type=\"vimeo\" data-mute=\"0\" data-title=\"0\" data-portrait=\"0\" data-byline=\"0\" data-unique-id=\"jkit_video_button_jeg_module__1_69d3c9662906b\"><a href=\"https:\/\/vimeo.com\/864990404?share=copy\"  class=\"jkit-video-popup-btn glow-enable\"  ><span class=\"icon-position-before\"><i aria-hidden=\"true\" class=\"far fa-play-circle\"><\/i><\/span><\/a><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7fa538b1 elementor-align-left exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-button\" data-id=\"7fa538b1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">View photos<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/main>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-67687fb3 elementor-section-height-min-height elementor-section-full_width elementor-section-height-default elementor-section-items-middle exad-glass-effect-no exad-sticky-section-no\" data-id=\"67687fb3\" data-element_type=\"section\" id=\"section3\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/embed\\\/Xayj_wh8Wmk?si=t3yMabx1A0DQx3AJ&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-background-video-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-background-video-embed\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<main class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-25e11cf1 exad-glass-effect-no exad-sticky-section-no\" data-id=\"25e11cf1\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-441a90a6 elementor-widget-mobile__width-initial exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-heading\" data-id=\"441a90a6\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Abdullah & Eesha<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2da61f4e elementor-absolute exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-jkit_video_button\" data-id=\"2da61f4e\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"jkit_video_button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div  class=\"jeg-elementor-kit jkit-video-button jeg_module__2_69d3c96630749\"  data-autoplay=\"1\" data-loop=\"1\" data-controls=\"1\" data-type=\"vimeo\" data-mute=\"0\" data-title=\"0\" data-portrait=\"0\" data-byline=\"0\" data-unique-id=\"jkit_video_button_jeg_module__2_69d3c96630749\"><a href=\"https:\/\/vimeo.com\/864994386?share=copy\"  class=\"jkit-video-popup-btn glow-enable\"  ><span class=\"icon-position-before\"><i aria-hidden=\"true\" class=\"far fa-play-circle\"><\/i><\/span><\/a><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6b52a8f0 elementor-align-left exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-button\" data-id=\"6b52a8f0\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">View photos<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/main>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5f42e1b3 elementor-section-height-min-height elementor-section-full_width elementor-section-height-default elementor-section-items-middle exad-glass-effect-no exad-sticky-section-no\" data-id=\"5f42e1b3\" data-element_type=\"section\" id=\"section4\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/embed\\\/UnS_EUGPRQg?si=1A7KRpzz9LWRJ72H&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-background-video-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-background-video-embed\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<main class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4adb5e30 exad-glass-effect-no exad-sticky-section-no\" data-id=\"4adb5e30\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-bd427fe elementor-widget-mobile__width-initial exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-heading\" data-id=\"bd427fe\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Shahrook & Isra<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-69cfc337 elementor-absolute exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-jkit_video_button\" data-id=\"69cfc337\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"jkit_video_button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div  class=\"jeg-elementor-kit jkit-video-button jeg_module__3_69d3c96637a23\"  data-autoplay=\"1\" data-loop=\"1\" data-controls=\"1\" data-type=\"vimeo\" data-mute=\"0\" data-title=\"0\" data-portrait=\"0\" data-byline=\"0\" data-unique-id=\"jkit_video_button_jeg_module__3_69d3c96637a23\"><a href=\"https:\/\/vimeo.com\/864994624?share=copy\"  class=\"jkit-video-popup-btn glow-enable\"  ><span class=\"icon-position-before\"><i aria-hidden=\"true\" class=\"far fa-play-circle\"><\/i><\/span><\/a><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6cc86454 elementor-align-left exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-button\" data-id=\"6cc86454\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">View photos<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/main>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-158df3b3 elementor-section-height-min-height elementor-section-full_width elementor-section-height-default elementor-section-items-middle exad-glass-effect-no exad-sticky-section-no\" data-id=\"158df3b3\" data-element_type=\"section\" id=\"section5\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/embed\\\/8uG8cAmyq6s?si=DqWpsQ-CF_-WAzLC&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-background-video-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-background-video-embed\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<main class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6c73d7c0 exad-glass-effect-no exad-sticky-section-no\" data-id=\"6c73d7c0\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-548507fc elementor-widget-mobile__width-initial exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-heading\" data-id=\"548507fc\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Ahmed & Mahnoor<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-487c9cad elementor-absolute exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-jkit_video_button\" data-id=\"487c9cad\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"jkit_video_button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div  class=\"jeg-elementor-kit jkit-video-button jeg_module__4_69d3c966400fc\"  data-autoplay=\"1\" data-loop=\"1\" data-controls=\"1\" data-type=\"vimeo\" data-mute=\"0\" data-title=\"0\" data-portrait=\"0\" data-byline=\"0\" data-unique-id=\"jkit_video_button_jeg_module__4_69d3c966400fc\"><a href=\"https:\/\/vimeo.com\/864995338?share=copy\"  class=\"jkit-video-popup-btn glow-enable\"  ><span class=\"icon-position-before\"><i aria-hidden=\"true\" class=\"far fa-play-circle\"><\/i><\/span><\/a><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4c546ca0 elementor-align-left exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-button\" data-id=\"4c546ca0\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">View photos<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/main>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6f0125c1 elementor-section-height-min-height elementor-section-full_width elementor-section-height-default elementor-section-items-middle exad-glass-effect-no exad-sticky-section-no\" data-id=\"6f0125c1\" data-element_type=\"section\" id=\"section6\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/embed\\\/QckoQyqyejo?si=-mu56Al0vJdLdhfs&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-background-video-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-background-video-embed\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<main class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-457e221e exad-glass-effect-no exad-sticky-section-no\" data-id=\"457e221e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-db47f2 elementor-widget-mobile__width-initial exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-heading\" data-id=\"db47f2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Shahrook & Isra<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2bcaf4d0 elementor-absolute exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-jkit_video_button\" data-id=\"2bcaf4d0\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"jkit_video_button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div  class=\"jeg-elementor-kit jkit-video-button jeg_module__5_69d3c96645c6f\"  data-autoplay=\"1\" data-loop=\"1\" data-controls=\"1\" data-type=\"vimeo\" data-mute=\"0\" data-title=\"0\" data-portrait=\"0\" data-byline=\"0\" data-unique-id=\"jkit_video_button_jeg_module__5_69d3c96645c6f\"><a href=\"https:\/\/vimeo.com\/864995600?share=copy\"  class=\"jkit-video-popup-btn glow-enable\"  ><span class=\"icon-position-before\"><i aria-hidden=\"true\" class=\"far fa-play-circle\"><\/i><\/span><\/a><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3787f11a elementor-align-left exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-button\" data-id=\"3787f11a\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">View photos<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/main>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-de2dfde elementor-section-height-min-height elementor-section-full_width elementor-section-height-default elementor-section-items-middle exad-glass-effect-no exad-sticky-section-no\" data-id=\"de2dfde\" data-element_type=\"section\" id=\"section7\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/embed\\\/rVbaUvMm1XQ?si=yzDj5RAstilp93td&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-background-video-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-background-video-embed\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<main class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-62d0190 exad-glass-effect-no exad-sticky-section-no\" data-id=\"62d0190\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-50f947ac elementor-widget-mobile__width-initial exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-heading\" data-id=\"50f947ac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Ahmed & Mahnoor<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7ac47410 elementor-absolute exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-jkit_video_button\" data-id=\"7ac47410\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"jkit_video_button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div  class=\"jeg-elementor-kit jkit-video-button jeg_module__6_69d3c9664b97a\"  data-autoplay=\"1\" data-loop=\"1\" data-controls=\"1\" data-type=\"self_hosted\" data-mute=\"0\" data-title=\"0\" data-portrait=\"0\" data-byline=\"0\" data-unique-id=\"jkit_video_button_jeg_module__6_69d3c9664b97a\"><a href=\"#jkit_video_button_jeg_module__6_69d3c9664b97a\"  class=\"jkit-video-popup-btn glow-enable\"  ><span class=\"icon-position-before\"><i aria-hidden=\"true\" class=\"far fa-play-circle\"><\/i><\/span><\/a><template id=\"jkit_video_button_jeg_module__6_69d3c9664b97a\" class=\"jkit-video-self-hosted mfp-hide\"><video autoplay controls loop  height=1080 width=1920 src=https:\/\/gallery.terimeriwedding.com\/wp-content\/uploads\/2023\/08\/7.-Ahmed-_-Mahnoor-1.mp4 ><\/video><\/template><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1aee6954 elementor-align-left exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-button\" data-id=\"1aee6954\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">View photos<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/main>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>&#9650; &#9660; Sikandar &#038; Rameesha View photos &#9666; &#9656; Alizay &#038; Hammad View photos Abdullah &#038; Eesha View photos Shahrook &#038; Isra View photos Ahmed &#038; Mahnoor View photos Shahrook &#038; Isra View photos Ahmed &#038; Mahnoor View photos<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"_links":{"self":[{"href":"https:\/\/gallery.terimeriwedding.com\/index.php\/wp-json\/wp\/v2\/pages\/766"}],"collection":[{"href":"https:\/\/gallery.terimeriwedding.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gallery.terimeriwedding.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gallery.terimeriwedding.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gallery.terimeriwedding.com\/index.php\/wp-json\/wp\/v2\/comments?post=766"}],"version-history":[{"count":828,"href":"https:\/\/gallery.terimeriwedding.com\/index.php\/wp-json\/wp\/v2\/pages\/766\/revisions"}],"predecessor-version":[{"id":1702,"href":"https:\/\/gallery.terimeriwedding.com\/index.php\/wp-json\/wp\/v2\/pages\/766\/revisions\/1702"}],"wp:attachment":[{"href":"https:\/\/gallery.terimeriwedding.com\/index.php\/wp-json\/wp\/v2\/media?parent=766"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}