{"id":5810,"date":"2026-07-14T09:58:29","date_gmt":"2026-07-14T08:58:29","guid":{"rendered":"https:\/\/tourproductions89.com\/?page_id=5810"},"modified":"2026-07-16T01:27:43","modified_gmt":"2026-07-16T00:27:43","slug":"gallery","status":"publish","type":"page","link":"https:\/\/tourproductions89.com\/index.php\/gallery\/","title":{"rendered":"Gallery"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5810\" class=\"elementor elementor-5810\" data-elementor-post-type=\"page\">\n\t\t\t\t        <section class=\"elementor-section elementor-top-section elementor-element elementor-element-4ea4787 elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default ct-header-fixed-none ct-row-max-none\" data-id=\"4ea4787\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n            \n                        <div class=\"elementor-container elementor-column-gap-no \">\n                    <div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e42ab13\" data-id=\"e42ab13\" data-element_type=\"column\" data-e-type=\"column\">\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\n                    \n        \t\t<div class=\"elementor-element elementor-element-f280246 elementor-widget elementor-widget-html\" data-id=\"f280246\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700;800&display=swap\" rel=\"stylesheet\">\r\n\r\n<style>\r\n.tp-gallery-section {\r\n    padding: 90px 6%;\r\n    background: #f3f3f3;\r\n    font-family: 'Poppins', sans-serif;\r\n}\r\n\r\n.tp-title {\r\n    text-align: center;\r\n    max-width: 800px;\r\n    margin: 0 auto 60px;\r\n}\r\n\r\n.tp-title span {\r\n    color: #c9a227;\r\n    letter-spacing: 3px;\r\n    font-size: 14px;\r\n    font-weight: 700;\r\n    text-transform: uppercase;\r\n}\r\n\r\n.tp-title h2 {\r\n    font-size: 45px;\r\n    color: #111;\r\n    font-weight: 800;\r\n    margin-top: 15px;\r\n}\r\n\r\n.tp-title h2 b {\r\n    color: #c9a227;\r\n}\r\n\r\n\/* Grid Structure *\/\r\n.tp-gallery-grid {\r\n    max-width: 1250px;\r\n    margin: auto;\r\n    display: grid;\r\n    grid-template-columns: repeat(3, 1fr);\r\n    gap: 30px;\r\n}\r\n\r\n\/* Card Design *\/\r\n.tp-gallery-card {\r\n    background: #111;\r\n    border: 1px solid rgba(201, 162, 39, 0.15);\r\n    border-radius: 25px;\r\n    padding: 50px 40px;\r\n    text-align: center;\r\n    text-decoration: none;\r\n    display: flex;\r\n    flex-direction: column;\r\n    justify-content: space-between;\r\n    align-items: center;\r\n    min-height: 320px;\r\n    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);\r\n    transition: all 0.4s ease-in-out;\r\n    position: relative;\r\n    overflow: hidden;\r\n    box-sizing: border-box;\r\n}\r\n\r\n\/* Hover Accent Line (Top) *\/\r\n.tp-gallery-card::before {\r\n    content: '';\r\n    position: absolute;\r\n    top: 0;\r\n    left: 0;\r\n    width: 100%;\r\n    height: 4px;\r\n    background: #c9a227;\r\n    transform: scaleX(0);\r\n    transition: transform 0.4s ease-in-out;\r\n}\r\n\r\n\/* Icon \/ Symbol Container *\/\r\n.tp-card-icon {\r\n    font-size: 42px;\r\n    color: #c9a227;\r\n    background: rgba(201, 162, 39, 0.08);\r\n    width: 90px;\r\n    height: 90px;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    border-radius: 50%;\r\n    margin-bottom: 25px;\r\n    transition: 0.4s ease-in-out;\r\n    border: 1px solid rgba(201, 162, 39, 0.2);\r\n}\r\n\r\n\/* Content *\/\r\n.tp-card-info h3 {\r\n    color: #fff;\r\n    font-size: 24px;\r\n    font-weight: 700;\r\n    margin: 0 0 10px 0;\r\n    transition: 0.3s;\r\n}\r\n\r\n.tp-card-info p {\r\n    color: #a0a0a0;\r\n    font-size: 14px;\r\n    line-height: 1.6;\r\n    margin: 0 0 30px 0;\r\n}\r\n\r\n\/* Button *\/\r\n.tp-gallery-btn {\r\n    display: inline-block;\r\n    padding: 12px 32px;\r\n    background: transparent;\r\n    color: #c9a227;\r\n    border: 2px solid #c9a227;\r\n    border-radius: 50px;\r\n    font-weight: 700;\r\n    font-size: 14px;\r\n    letter-spacing: 1px;\r\n    text-transform: uppercase;\r\n    transition: .3s;\r\n}\r\n\r\n\/* Hover States *\/\r\n.tp-gallery-card:hover {\r\n    transform: translateY(-12px);\r\n    box-shadow: 0 25px 50px rgba(201, 162, 39, 0.2);\r\n    border-color: rgba(201, 162, 39, 0.4);\r\n}\r\n\r\n.tp-gallery-card:hover::before {\r\n    transform: scaleX(1);\r\n}\r\n\r\n.tp-gallery-card:hover .tp-card-icon {\r\n    background: #c9a227;\r\n    color: #111;\r\n    transform: rotate(10deg) scale(1.05);\r\n}\r\n\r\n.tp-gallery-card:hover .tp-card-info h3 {\r\n    color: #c9a227;\r\n}\r\n\r\n.tp-gallery-card:hover .tp-gallery-btn {\r\n    background: #c9a227;\r\n    color: #111;\r\n}\r\n\r\n\/* Responsive Breakpoints *\/\r\n@media(max-width: 1000px) {\r\n    .tp-gallery-grid {\r\n        grid-template-columns: repeat(2, 1fr);\r\n    }\r\n}\r\n\r\n@media(max-width: 650px) {\r\n    .tp-gallery-grid {\r\n        grid-template-columns: 1fr;\r\n    }\r\n    .tp-title h2 {\r\n        font-size: 34px;\r\n    }\r\n    .tp-gallery-card {\r\n        padding: 40px 25px;\r\n        min-height: auto;\r\n    }\r\n}\r\n<\/style>\r\n\r\n<section class=\"tp-gallery-section\">\r\n    <div class=\"tp-title\">\r\n        <span>PORTFOLIO<\/span>\r\n        <h2>Our Work <b>Galleries<\/b><\/h2>\r\n    <\/div>\r\n\r\n    <div class=\"tp-gallery-grid\">\r\n\r\n        <!-- 1 Videography Gallery -->\r\n        <a href=\"https:\/\/tourproductions89.com\/index.php\/videography\/\" class=\"tp-gallery-card\">\r\n            <div class=\"tp-card-icon\">\ud83c\udfa5<\/div>\r\n            <div class=\"tp-card-info\">\r\n                <h3>Videography<\/h3>\r\n                <p>Explore our cinematic stories, event films, and dynamic video portfolio.<\/p>\r\n            <\/div>\r\n            <div class=\"tp-gallery-btn\">View Gallery<\/div>\r\n        <\/a>\r\n\r\n        <!-- 2 Sports Photography Gallery -->\r\n        <a href=\"https:\/\/tourproductions89.com\/index.php\/event-photography\/\" class=\"tp-gallery-card\">\r\n            <div class=\"tp-card-icon\">\ud83c\udfc3\u200d\u2642\ufe0f<\/div>\r\n            <div class=\"tp-card-info\">\r\n                <h3>Sports Photography<\/h3>\r\n                <p>Action-packed shots, high-speed captures, and athletic performance moments.<\/p>\r\n            <\/div>\r\n            <div class=\"tp-gallery-btn\">View Gallery<\/div>\r\n        <\/a>\r\n\r\n        <!-- 3 Event Photography Gallery -->\r\n        <a href=\"https:\/\/tourproductions89.com\/index.php\/event-photography\/\" class=\"tp-gallery-card\">\r\n            <div class=\"tp-card-icon\">\ud83c\udf89<\/div>\r\n            <div class=\"tp-card-info\">\r\n                <h3>Event Photography<\/h3>\r\n                <p>Candid moments, crowd energy, and complete documentation of live events.<\/p>\r\n            <\/div>\r\n            <div class=\"tp-gallery-btn\">View Gallery<\/div>\r\n        <\/a>\r\n\r\n    <\/div>\r\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\n        <\/div>\n                    <\/div>\n        <\/section>\n        \t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>PORTFOLIO Our Work Galleries \ud83c\udfa5 Videography Explore our cinematic stories, event films, and dynamic video portfolio. View Gallery \ud83c\udfc3\u200d\u2642\ufe0f Sports Photography Action-packed shots, high-speed captures, and athletic performance moments. View Gallery \ud83c\udf89 Event Photography Candid moments, crowd energy, and complete documentation of live events. View Gallery<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-5810","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/tourproductions89.com\/index.php\/wp-json\/wp\/v2\/pages\/5810","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tourproductions89.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tourproductions89.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tourproductions89.com\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/tourproductions89.com\/index.php\/wp-json\/wp\/v2\/comments?post=5810"}],"version-history":[{"count":10,"href":"https:\/\/tourproductions89.com\/index.php\/wp-json\/wp\/v2\/pages\/5810\/revisions"}],"predecessor-version":[{"id":5986,"href":"https:\/\/tourproductions89.com\/index.php\/wp-json\/wp\/v2\/pages\/5810\/revisions\/5986"}],"wp:attachment":[{"href":"https:\/\/tourproductions89.com\/index.php\/wp-json\/wp\/v2\/media?parent=5810"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}