HEX
Server: Apache/2.4.46 (Ubuntu)
System: Linux localhost 5.11.0-49-generic #55-Ubuntu SMP Wed Jan 12 17:36:34 UTC 2022 x86_64
User: root (0)
PHP: 7.4.16
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/wavecolordrop.com/wp-content/themes/color_drop/indexold.php
<?php
/**
 * The template for displaying all single posts
 *
 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post
 *
 * @package color_drop
 */

get_header();
?>
<main>
    <!-- hero-area-start -->
    <!-- Only Testing Purpose -->

    <div class="tp-hero-4__area fix m-0">
        <?php
        echo do_shortcode('[smartslider3 slider="2"]');
        ?>

    </div>


    <!-- hero-area-end -->

    <!-- Crafting Wearable-area-start -->
    <div class="tp-blog__area pt-90 pb-80">
        <div class="container">
            <div class="row">
                <div class="col-xl-12">
                    <div class="tp-blog__section-box text-center pb-55">
                        <span class="tp-section-subtitle common-text-color">
                            <?php the_field('make_your_own_style_heading'); ?>
                        </span>
                        <h3 class="tp-section-title"><?php the_field('crafting_wearable_heading'); ?>
                        </h3>
                        <p><?php the_field('ideal_for_creators_paragrap'); ?></p>
                    </div>
                </div>
            </div>
            <?php
            if (have_rows('make_your_own_section_repeater')) :

                while (have_rows('make_your_own_section_repeater')) : the_row();
            ?>
                    <div class="row">
                        <div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 mb-30 wow tpfadeUp" data-wow-duration=".9s" data-wow-delay=".3s">
                            <div class="tp-blog__item">
                                <div class="tp-blog__thumb">
                                    <!-- <a href="javascript:void(0);"> -->
                                    <img class="w-100" src="<?php the_sub_field('make_your_own_image_1'); ?>">
                                    <!-- </a> -->
                                </div>
                                <div class="tp-blog__content">
                                    <h5 class="tp-blog__title"><a href="javascript:void(0);"><?php the_sub_field('make_your_own_heading_1'); ?></a>
                                    </h5>
                                    <p class="mt-3"><?php the_sub_field('make_your_own_paragrap_1'); ?></p>
                                </div>
                            </div>
                        </div>
                        <div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 mb-30 wow tpfadeUp" data-wow-duration=".9s" data-wow-delay=".3s">
                            <div class="tp-blog__item">
                                <div class="tp-blog__thumb">
                                    <!-- <a href="javascript:void(0);"> -->
                                    <img class="w-100" src="<?php the_sub_field('make_your_own_image_2'); ?>">
                                    <!-- </a> -->
                                </div>
                                <div class="tp-blog__content">
                                    <h5 class="tp-blog__title"><a href="javascript:void(0);"><?php the_sub_field('make_your_own_heading_2'); ?></a>
                                    </h5>
                                    <p class="mt-3"><?php the_sub_field('make_your_own_paragrap_2'); ?></p>
                                </div>
                            </div>
                        </div>
                        <div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 mb-30 wow tpfadeUp" data-wow-duration=".9s" data-wow-delay=".3s">
                            <div class="tp-blog__item">
                                <div class="tp-blog__thumb">
                                    <!-- <a href="javascript:void(0);"> -->
                                    <img class="w-100" src="<?php the_sub_field('make_your_own_image_3'); ?>">
                                    <!-- </a> -->
                                </div>
                                <div class="tp-blog__content">
                                    <h5 class="tp-blog__title"><a href="javascript:void(0);"><?php the_sub_field('make_your_own_heading_3'); ?></a>
                                    </h5>
                                    <p class="mt-3"><?php the_sub_field('make_your_own_paragrap_3'); ?></p>
                                </div>
                            </div>
                        </div>

                    </div>
            <?php endwhile;
            endif; ?>
        </div>
    </div>
    <!-- Crafting Wearable-area-end -->

    <!-- 30 Day Online Returns-area-start -->
    <div class="tp-footer-4-top__area index-section2">
        <div class="container custom-container-3">
            <div class="tp-footer-4-top__border">

                <div class="row justify-content-center">
                    <?php
                    if (have_rows('30_day_online_returns_section_repeater')) :

                        while (have_rows('30_day_online_returns_section_repeater')) : the_row();
                    ?>
                            <div class="col-xl-3 col-lg-3 col-md-6 col-sm-6 mb-20 wow tpfadeUp" data-wow-duration=".9s" data-wow-delay=".3s">
                                <div class="tp-footer-4-top__item item-border-1">
                                    <div class="tp-feature-3__item d-flex align-items-center">
                                        <div class="tp-feature-3__icon">
                                            <span>
                                                <img src="<?php the_sub_field('30_day_online_returns_img'); ?>" alt="" width="30" height="30" viewBox="0 0 60 56" fill="none">
                                            </span>
                                        </div>
                                        <div class="tp-feature-3__text">
                                            <h5><?php the_sub_field('30_day_online_returns_heading'); ?></h5>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <!-- <div class="col-xl-3 col-lg-3 col-md-6 col-sm-6 mb-20 wow tpfadeUp" data-wow-duration=".9s" data-wow-delay=".3s">
							<div class="tp-footer-4-top__item item-border-1">
								<div class="tp-feature-3__item d-flex align-items-center">
									<div class="tp-feature-3__icon">
										<span>
											<img src="<?php //the_sub_field('30_day_online_returns_image_2'); 
                                                        ?>" alt="" width="30" height="30" viewBox="0 0 60 56" fill="none">
										</span>
									</div>
									<div class="tp-feature-3__text">
										<h5><?php //the_sub_field('30_day_online_returns_heading_2'); 
                                            ?></h5>
									</div>
								</div>
							</div>
						</div>
						<div class="col-xl-3 col-lg-3 col-md-6 col-sm-6 mb-20 wow tpfadeUp" data-wow-duration=".9s" data-wow-delay=".3s">
							<div class="tp-footer-4-top__item item-border-1">
								<div class="tp-feature-3__item d-flex align-items-center">
									<div class="tp-feature-3__icon">
										<span>
											<img src="<?php //the_sub_field('30_day_online_returns_image_3'); 
                                                        ?>" alt="" width="25" height="30" viewBox="0 0 60 56" fill="none">
										</span>
									</div>
									<div class="tp-feature-3__text">
										<h5><?php //the_sub_field('30_day_online_returns_heading_3'); 
                                            ?></h5>
									</div>
								</div>
							</div>
						</div>
						<div class="col-xl-3 col-lg-3 col-md-6 col-sm-6 mb-20 wow tpfadeUp" data-wow-duration=".9s" data-wow-delay=".3s">
							<div class="tp-footer-4-top__item item-border-1">
								<div class="tp-feature-3__item d-flex align-items-center">
									<div class="tp-feature-3__icon">
										<span>
											<img src="<?php //the_sub_field('30_day_online_returns_image_4'); 
                                                        ?>" alt="" width="25" height="30" viewBox="0 0 60 56" fill="none">
										</span>
									</div>
									<div class="tp-feature-3__text">
										<h5><?php //the_sub_field('30_day_online_returns_heading_4'); 
                                            ?></h5>
									</div>
								</div>
							</div>
						</div> -->
                            <!-- <div class="col-xl-3 col-lg-3 col-md-6 col-sm-6 mb-20 wow tpfadeUp" data-wow-duration=".9s" data-wow-delay=".5s">
							<div class="tp-footer-4-top__item item-border-2">
								<div class="tp-feature-3__item d-flex align-items-center">
									<div class="tp-feature-3__icon">
										<span>
										<img src="<?php //echo get_template_directory_uri(); 
                                                    ?>/assets/img/icon/free-delivery.png" alt="" width="40" height="30" viewBox="0 0 60 56" fill="none">
										</span>
									</div>
									<div class="tp-feature-3__text">
										<h5>Free delivery worldwide</h5>
									</div>
								</div>
							</div>
						</div>
						<div class="col-xl-3 col-lg-3 col-md-6 col-sm-6 mb-20 wow tpfadeUp" data-wow-duration=".9s" data-wow-delay=".7s">
							<div class="tp-footer-4-top__item item-border-3">
								<div class="tp-feature-3__item d-flex align-items-center">
									<div class="tp-feature-3__icon">
										<span>
										<img src="<?php //echo get_template_directory_uri(); 
                                                    ?>/assets/img/icon/low-price.png" alt="" width="30" height="30" viewBox="0 0 60 56" fill="none">  
										</span>
									</div>
									<div class="tp-feature-3__text">
										<h5>Low price guarantee</h5>
									</div>
								</div>
							</div>
						</div>
						<div class="col-xl-3 col-lg-3 col-md-6 col-sm-6 mb-20 wow tpfadeUp" data-wow-duration=".9s" data-wow-delay=".9s">
							<div class="tp-footer-4-top__item item-border-4">
								<div class="tp-feature-3__item d-flex align-items-center">
									<div class="tp-feature-3__icon">
										<span>
										<img src="<?php //echo get_template_directory_uri(); 
                                                    ?>/assets/img/icon/top-notch-support.svg" alt="" width="30" height="30" viewBox="0 0 60 56" fill="none">
										</span>
									</div>
									<div class="tp-feature-3__text">
										<h5>Top-notch support</h5>
									</div>
								</div>
							</div>
						</div> -->
                    <?php endwhile;
                    endif; ?>
                </div>
            </div>
        </div>
    </div>
    <!-- 30 Day Online Returns-area-end -->

    <!-- Premium-area-start -->
    <!-- <div class="tp-feature-4__area pb-60 pt-90">
        <div class="container custom-container-3">
            <div class="row">
                <div class="col-xl-6 col-lg-6 col-md-6 wow tpfadeUp">
                    <div class="row">
                        <div class="col-xl-6 col-lg-12 col-md-12 mb-20 wow tpfadeUp" data-wow-duration=".9s"
                            data-wow-delay=".3s">
                            <div class="tp-feature-4__item p-relative">
                                <div class="tp-feature-4__thumb">

                                    <?php $headerImage = get_field('stationary_&_corporate_identity_img');
                                    $alt =  $headerImage['alt'];
                                    ?>

                                    <img src="<?php echo $headerImage['url']; ?>" alt="<?php echo $alt; ?>">
                                </div>
                                <div class="tp-feature-4__content tp-feature-4__content-2">
                                    <a class="tp-btn-white-sm"
                                        href="<?php the_field('stationary_&_corporate_identity'); ?>"><?php the_field('stationary_&_corporate_identity_btn'); ?></a>
                                </div>
                            </div>
                        </div>
                        <div class="col-xl-6 col-lg-12 col-md-12 wow tpfadeUp" data-wow-duration=".9s"
                            data-wow-delay=".5s">
                            <div class="tp-feature-4__item p-relative">
                                <div class="tp-feature-4__thumb">
                                    <?php $headerImage = get_field('business_cards_img');
                                    $alt =  $headerImage['alt'];
                                    ?>
                                    <img src="<?php echo $headerImage['url']; ?>" alt="<?php echo $alt; ?>">
                                </div>
                                <div class="tp-feature-4__content tp-feature-4__content-3">
                                    <a class="tp-btn-white-sm"
                                        href="<?php the_field('business_cards_url'); ?>"><?php the_field('business_cards_btn'); ?></a>
                                </div>
                            </div>
                        </div>
                    </div>
                    <h4 class="tp-section-title mt-60">
                        <?php the_field('premium_quality_heading'); ?>
                    </h4>
                    <p><?php the_field('premium_quality_paragrap'); ?></p>
                    <img style="position: relative;top: -81px;width: 69px;left: -18px;}"
                        src="<?php echo get_template_directory_uri(); ?>/assets/img/uploads/2023/10/Line-1-3.png" alt="">
                </div>
                <div class="col-xl-6 col-lg-6 col-md-6 wow tpfadeUp" data-wow-duration=".9s" data-wow-delay=".7s">
                    <div class="tp-feature-4__item p-relative">
                        <div class="tp-feature-4__thumb">

                            <?php $headerImage = get_field('envelopes_img');
                            $alt =  $headerImage['alt'];
                            ?>
                            <img src="<?php echo $headerImage['url']; ?>" alt="<?php echo $alt; ?>">
                            <img style="width: 65%;position: absolute;top: -20px;right: -20px;"
                                src="<?php echo get_template_directory_uri(); ?>/assets/img/uploads/2023/10/MicrosoftTeams-image-100.png"
                                alt="">
                        </div>
                        <div class="tp-feature-4__content tp-feature-4__content-1">
                            <a class="tp-btn-white-sm"
                                href="<?php the_field('envelopes_url'); ?>"><?php the_field('envelopes_btn'); ?></a>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div> -->
    <div class="tp-feature-4__area pb-60 pt-90 tab-responsive">
        <div class="container custom-container-3">
            <div class="row">
                <div class="col-xl-6 col-lg-6 col-md-6 wow tpfadeUp">
                    <div class="row">
                        <div class="col-xl-6 col-lg-12 col-md-12 mb-20 wow tpfadeUp" data-wow-duration=".9s" data-wow-delay=".3s">
                            <div class="tp-feature-4__item p-relative">
                                <div class="tp-feature-4__thumb">

                                    <?php $headerImage = get_field('stationary_&_corporate_identity_img');
                                    $alt =  $headerImage['alt'];
                                    ?>
                                    <img src="<?php echo $headerImage['url']; ?>" alt="<?php echo $alt; ?>">
                                </div>
                                <div class="tp-feature-4__content tp-feature-4__content-2">
                                    <a class="tp-btn-white-sm" href="<?php the_field('stationary_&_corporate_identity'); ?>"><?php the_field('stationary_&_corporate_identity_btn'); ?></a>
                                </div>
                            </div>
                        </div>
                        <div class="col-xl-6 col-lg-12 col-md-12 wow tpfadeUp" data-wow-duration=".9s" data-wow-delay=".5s">
                            <div class="tp-feature-4__item p-relative">
                                <div class="tp-feature-4__thumb">
                                    <?php $headerImage = get_field('business_cards_img');
                                    $alt =  $headerImage['alt'];
                                    ?>
                                    <img src="<?php echo $headerImage['url']; ?>" alt="<?php echo $alt; ?>">
                                </div>
                                <div class="tp-feature-4__content tp-feature-4__content-3">
                                    <a class="tp-btn-white-sm" href="<?php the_field('business_cards_url'); ?>"><?php the_field('business_cards_btn'); ?></a>
                                </div>
                            </div>
                        </div>
                    </div>
                    <h4 class="tp-section-title mt-60">
                        <?php the_field('premium_quality_heading'); ?>
                    </h4>
                    <p><?php the_field('premium_quality_paragrap'); ?></p>
                    <img style="position: relative;top: -81px;width: 69px;left: -18px;}" src="<?php echo get_template_directory_uri(); ?>/assets/img/uploads/Line-1-3.png" alt="">
                </div>

                <div class="col-xl-6 col-lg-6 col-md-6 wow tpfadeUp" data-wow-duration=".9s" data-wow-delay=".7s">
                    <div class="tp-feature-4__item p-relative">
                        <div class="tp-feature-4__thumb">
                            <?php $headerImage = get_field('envelopes_img');
                            $alt =  $headerImage['alt'];
                            ?>
                            <img src="<?php echo $headerImage['url']; ?>" alt="<?php echo $alt; ?>">
                            <img style="width: 65%;position: absolute;top: -20px;right: -20px;" src="<?php echo get_template_directory_uri(); ?>/assets/img/uploads/MicrosoftTeams-image-100.png" alt="">
                        </div>
                        <div class="tp-feature-4__content tp-feature-4__content-1">
                            <a class="tp-btn-white-sm" href="<?php the_field('envelopes_url'); ?>"><?php the_field('envelopes_btn'); ?></a>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <div class="tp-feature-4__area pb-60 pt-90 tab-responsive-1">
        <div class="container custom-container-3">
            <div class="row">
                <div class="col-md-12 wow tpfadeUp">
                    <div class="row">
                        <div class="col-lg-6 col-md-6 mb-20 wow tpfadeUp" data-wow-duration=".9s" data-wow-delay=".3s">
                            <div class="tp-feature-4__item p-relative">
                                <div class="tp-feature-4__thumb">
                                    <?php $headerImage = get_field('stationary_&_corporate_identity_img');
                                    $alt =  $headerImage['alt'];
                                    ?>
                                    <img src="<?php echo $headerImage['url']; ?>" alt="<?php echo $alt; ?>">
                                </div>
                                <div class="tp-feature-4__content tp-feature-4__content-2">
                                    <a class="tp-btn-white-sm" href="<?php the_field('stationary_&_corporate_identity'); ?>"><?php the_field('stationary_&_corporate_identity_btn'); ?></a>
                                </div>
                            </div>
                        </div>
                        <div class="col-lg-6 col-md-6 wow tpfadeUp" data-wow-duration=".9s" data-wow-delay=".5s">
                            <div class="tp-feature-4__item p-relative">
                                <div class="tp-feature-4__thumb">
                                    <?php $headerImage = get_field('business_cards_img');
                                    $alt =  $headerImage['alt'];
                                    ?>
                                    <img src="<?php echo $headerImage['url']; ?>" alt="<?php echo $alt; ?>">
                                </div>
                                <div class="tp-feature-4__content tp-feature-4__content-3">
                                    <a class="tp-btn-white-sm" href="<?php the_field('business_cards_url'); ?>"><?php the_field('business_cards_btn'); ?></a>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
                <div class=" col-md-12 mt-5 wow tpfadeUp" data-wow-duration=".9s" data-wow-delay=".7s">
                    <div class="row premium-row">
                        <div class="col-md-6 col-lg-6 col-11 p-md-4">
                            <h4 class="tp-section-title mt-60">
                                <?php the_field('premium_quality_heading'); ?>
                            </h4>
                            <p><?php the_field('premium_quality_paragrap'); ?></p>
                            <img style="position: relative;top: -81px;width: 69px;left: -18px;}" src="<?php echo get_template_directory_uri(); ?>/assets/img/uploads/Line-1-3.png" alt="">
                        </div>
                        <div class="col-md-6 col-lg-6 col-11">
                            <div class="tp-feature-4__item p-relative">
                                <div class="tp-feature-4__thumb">
                                    <?php $headerImage = get_field('envelopes_img');
                                    $alt =  $headerImage['alt'];
                                    ?>
                                    <img src="<?php echo $headerImage['url']; ?>" alt="<?php echo $alt; ?>">
                                    <img style="width: 65%;position: absolute;top: -20px;right: -20px;" src="<?php echo get_template_directory_uri(); ?>/assets/img/uploads/MicrosoftTeams-image-100.png" alt="">
                                </div>
                                <div class="tp-feature-4__content tp-feature-4__content-1">
                                    <a class="tp-btn-white-sm" href="<?php the_field('envelopes_url'); ?>"><?php the_field('envelopes_btn'); ?></a>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <!-- Premium-area-end -->

    <!-- amazing-products-area-start -->
    <section>
        <div class="container mt-5">
            <div class="row">
                <div class="col-xl-12">
                    <div class="tp-fea-product__section-box text-center mb-35">
                        <? php // dynamic_sidebar('amazing-product'); 
                        ?>
                        <span class="tp-section-subtitle-5">
                            <?php the_field('excellence_personified_main_heading') ?>
                        </span>
                        <h4 class="tp-section-title-2">
                            <?php the_field('discover_exceptional_products_heading') ?>
                        </h4>
                        <p><?php the_field('ideal_for_those_who_para') ?></p>
                    </div>
                </div>
            </div>
        </div>
        <div class="tp-fea-product__area p-relative grey-bg-3">
            <div class="container custom-container-3">
                <div class="row">
                    <div class="tab-content" id="nav-tabContent">
                        <div class="tab-pane fade show active" id="nav-Cards" role="tabpanel" aria-labelledby="nav-Cards-tab" tabindex="0">
                            <div class="tp-fea-product__wrapper pb-0">
                                <div class="row mb-0">
                                    <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12  mt-30">
                                        <div class="tp-fea-product__item text-center pb-0">
                                            <?php echo do_shortcode('[products limit = "4" columns = "4" category = "amazing-products" class = "category-custom-class"]'); ?>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>
    <!-- amazing-products-area-end -->

    <!--Stationery Corporate Identity-area-start -->
    <div class="stationery_corporate_section_area">
        <div class="container custom-container-3">

            <div class="row">
                <?php
                if (have_rows('stationery_repeater')) :

                    while (have_rows('stationery_repeater')) : the_row();
                ?>
                        <div class="col-xl-3 col-lg-4 col-md-6 mb-20 wow tpfadeUp" data-wow-duration=".9s" data-wow-delay=".3s">
                            <div class="tp-feature-4__item p-relative">
                                <div class="tp-feature-4__thumb stationery_corporate_img">
                                    <img src="<?php the_sub_field('stationery_image_1'); ?>" alt="">
                                </div>
                                <div class="tp-feature-4__content stationery_corporate_text">
                                    <h4 class="mb-20"><?php the_sub_field('stationery_heading_1'); ?></h4>
                                    <a class="tp-btn-white-sm" href="<?php the_sub_field('stationery_url_1'); ?>">
                                        <?php the_sub_field('stationery_btn_1'); ?>
                                    </a>
                                </div>
                            </div>
                        </div>

                <?php endwhile;
                endif; ?>

            </div>
        </div>
    </div>
    <!-- Stationery Corporate Identity-area-end -->

    <!-- Compromising-area-start -->
    <div class="tp-deal-4__area tp-deal-4__bg fix p-relative">

        <div class="container custom-container-3">
            <div class="row justify-content-between ">
                <?php
                $headerImage = get_field('compromising_image');
                $alt =  $headerImage['alt'];
                ?>
                <div class="col-xl-5 col-lg-5">
                    <div class="tp-deal-4__thumb-box p-relative">
                        <div class="tp-deal-4__main-thumb z-index-3">
                            <img src="<?php echo $headerImage['url']; ?>" alt="<?php echo $alt; ?>">
                        </div>
                    </div>
                </div>

                <div class="col-xxl-5 col-lg-6">
                    <div class="tp-deal-4__content-box">
                        <div class="tp-deal-4__section-box pb-10">
                            <?php the_field('compromising_top_heading'); ?><br>
                            <h4 class="compromising-tp-section-title mt-10">
                                <?php the_field('compromising_heading'); ?>
                            </h4>
                            <p><?php the_field('compromising_paragrap'); ?></p>
                        </div>
                        <div class="row">
                            <div class="col-xl-6 col-lg-6 col-md-6 col-sm-6 col-12">
                                <ul class="compromising-menu">
                                    <li><?php the_field('compromising_list_para_1'); ?></li>
                                    <li><?php the_field('compromising_list_para_2'); ?></li>
                                    <li><?php the_field('compromising_list_para_3'); ?></li>
                                </ul>
                            </div>
                            <div class="col-xl-6 col-lg-6 col-md-6 col-sm-6 col-12">
                                <ul class="compromising-menu">
                                    <li><?php the_field('compromising_list_para_4'); ?></li>
                                    <li><?php the_field('compromising_list_para_5'); ?></li>
                                </ul>
                            </div>
                        </div>
                    </div>
                    <a class="tp-btn-white purple-bg-color float-end mt-10" href="<?php the_field('compromising_url'); ?>"><?php the_field('compromising_btn'); ?></a>
                </div>
            </div>
        </div>
    </div>
    <!-- Compromising-area-end -->

    <!-- Popular Product-area-start -->
    <div class="new_launcher_section_area">
        <div class="container custom-container-3">
            <div class="row">
                <div class="col-xl-12">
                    <div class="tp-blog-4__section-box text-center mt-65">
                        <?php  //dynamic_sidebar('popular-product'); 
                        ?>
                        <span class="tp-section-subtitle-5 common-text-color"><?php the_field('crowd-pleasing_picks_heading') ?></span>
                        <h4 class="tp-section-title-2"><?php the_field('explore_our_popular_products_para') ?></h4>
                    </div>
                </div>
            </div>
            <div class="row">

                <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12 wow tpfadeUp" data-wow-duration=".9s" data-wow-delay=".5s">
                    <div class="tp-blog-4__item text-center">
                        <?php echo do_shortcode('[products limit="8" columns="4" best_selling="true" ]'); ?>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <!-- Popular Product-area-end -->

    <!-- New Launches-area-start -->
    <div class="new_launcher_section_area">
        <div class="container custom-container-3">
            <div class="row">
                <div class="col-xl-12">
                    <div class="tp-blog-4__section-box text-center mb-55 mt-65">
                        <?php  //dynamic_sidebar('new-launches-product'); 
                        ?>
                        <span class="tp-section-subtitle-5 common-text-color"><?php the_field('unveiling_the_latest_heading') ?></span>
                        <h4 class="tp-section-title-2"><?php the_field('be_ahead_of_the_para') ?> </h4>
                    </div>
                </div>
            </div>
            <div class="row">
                <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12 mb-50 wow tpfadeUp" data-wow-duration=".9s" data-wow-delay=".3s">
                    <div class="tp-blog-4__item text-center">
                        <?php echo do_shortcode('[products limit="4" columns="4" orderby="id" order="DESC" visibility="visible"]'); ?>
                    </div>
                </div>

            </div>
        </div>
    </div>
    <!-- New Launches-area-End -->
    <!-- Printing-made-easy start -->
    <div class="tp-fea-product__area p-relative grey-bg-2 pb-35 pt-115 grey-bg-2">
        <div class="container custom-container-3">
            <div class="row">
                <div class="col-xl-12">
                    <div class="tp-fea-product__section-box text-center mb-35">
                        <?php the_field('printing_made_easy_heading'); ?>
                        <h4 class="tp-section-title-2 mb-5">
                            <?php the_field('printing_made_easy_paragrap'); ?>
                        </h4>
                    </div>
                </div>
            </div>

            <div class="row">
                <div class="tab-content" id="nav-tabContent">
                    <div class="tab-pane fade show active" id="nav-Cards" role="tabpanel" aria-labelledby="nav-Cards-tab" tabindex="0">
                        <div class="tp-fea-product__wrapper">
                            <div class="row justify-content-evenly">
                                <?php
                                if (have_rows('printing_made_easy_repeater')) :

                                    while (have_rows('printing_made_easy_repeater')) : the_row();
                                ?>
                                        <div class="col-xl-4 col-lg-4 col-md-5 mb-25 mt-30">
                                            <div class="row align-items-center">
                                                <div class="col-xl-2 col-lg-4 col-md-2 mb-25 mt-30 p-md-0">
                                                    <img src="<?php the_sub_field('printing_made_easy_image'); ?>" alt="">
                                                </div>

                                                <div class="col-xl-9 col-lg-8 col-md-10 mb-25 ">
                                                    <h4><?php the_sub_field('printing_made_easy_heading'); ?></h4>
                                                    <p><?php the_sub_field('printing_made_easy_paragrap'); ?></p>
                                                </div>
                                            </div>
                                        </div>
                                <?php endwhile;
                                endif; ?>

                            </div>

                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <!-- Printing-made-easy end -->

    <!-- our-valuable-customers-area start -->
    <section class="our-valuable-customers-section section-gag-meadia mb-65">
        <div class="container-fluid m-0 p-0">
            <div class="row align-items-center">
                <div class="col-xxl-9 col-lg-8 col-md-7">
                    <div class="clients-slider">
                        <div class="slider-main">
                            <div class="slide-track-12">
                                <?php
                                if (have_rows('our_valuable_customer_repeater')) :

                                    while (have_rows('our_valuable_customer_repeater')) : the_row();
                                ?>
                                        <div class="slide-123">
                                            <img src="<?php the_sub_field('our_valuable_customer_logo'); ?>" alt="our-valuable-customer-logo">
                                        </div>

                                <?php endwhile;
                                endif; ?>
                            </div>
                        </div>
                    </div>
                </div>

                <div class="col-xxl-2 col-lg-3 col-md-4 col-11 our-valuable-customer-heading my-3">
                    <h4><?php the_field('our_valuable_customer_heading'); ?></h4>
                </div>
            </div>
        </div>
    </section>
    <!-- our-valuable-customers-area end -->

    <!-- testimonial-area-end -->

    <!-- blog-area-start -->
    <div class="tp-blog-4__area">
        <div class="container custom-container-3">
            <div class="row">
                <div class="col-xl-12">
                    <div class="tp-blog-4__section-box text-center mb-55">
                        <?php //dynamic_sidebar('most-recent-news'); 
                        ?>
                        <span class="tp-section-subtitle-5"><?php the_field('latest_buzz') ?></span>
                        <h4 class="tp-section-title-2"><?php the_field('stay_informed_–_read') ?>
                            </span></h4>
                    </div>
                </div>
            </div>
            <div class="row text-sm-center text-md-start">
                <?php
                $wpnews = array(
                    'post_type' => 'blogs',
                    'post_status' => 'publish',
                    'order'          => 'ASC',
                    'posts_per_page' => 3
                );
                $news_query = new WP_Query($wpnews);
                while ($news_query->have_posts()) {
                    $news_query->the_post();
                    $news_image_path = wp_get_attachment_image_src(
                        get_post_thumbnail_id(),
                        'large'
                    );
                ?>

                    <div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 col-6 text-sm-center text-lg-start mb-50 wow tpfadeUp" data-wow-duration=".9s" data-wow-delay=".3s">
                        <div class="tp-blog-4__item">
                            <a href="<?php the_permalink(); ?>">
                                <div class="tp-blog-4__thumb p-relative">
                                    <img src="<?php echo $news_image_path[0] ?>" alt="">
                                </div>
                                <div class="tp-blog-4__content">
                                    <h4 class="tp-blog-4__title">
                                        <?php the_title(); ?>
                                    </h4>
                                </div>
                                <div class="tp-blog-4__meta">
                                    <p><?php the_excerpt(); ?></p>
                                </div>
                        </div>
                        </a>
                    </div>
                <?php } ?>

            </div>
        </div>
    </div>
    <!-- blog-area-end -->
</main>
<?php //dynamic_sidebar('instagram-slider-section'); 
?>
<script src="https://cdn.jsdelivr.net/npm/flexslider@2.7.2/jquery.flexslider.min.js"></script>
<link href="https://cdn.jsdelivr.net/npm/flexslider@2.7.2/flexslider.min.css" rel="stylesheet">
<div class="container-fluid p-0 mb-5">
    <div class="row textr-center">
        <h3 class="mb-4 mb-md-5 text-center title tp-section-title-2">Follow our <span class="common-text-color">Instagram Account</span></h3>
        <div class="col-lg-12">
            <?php echo do_shortcode('[insta-gallery id="0"]'); ?>
        </div>
    </div>
</div>
<style>
    img.instagram-gallery-item__media:hover,
    video.instagram-gallery-item__media:hover {
        transform: scale(1.1);
    }
</style>
<?php get_footer(); ?>