Sid Gifari From Gifari Industries - BD Cyber Security Team
Home
/
home
/
drleilu
/
www
/
wp-content
/
themes
/
luxia
/
inc
/
sections
/
header
/
✏️
Editing: style1.php
<!-- slider-area --> <section id="home1" class="slider-area slider-four fix p-relative"> <div class="slider-active"> <div class="single-slider slider-bg d-flex align-items-center" style="background: url(<?php echo esc_url( $header_backgrund_images['url'] ) ?>) no-repeat;background-size: cover; background-position: center center;"> <div class="container"> <div class="row justify-content-center pt-50"> <div class="col-lg-6"> <div class="slider-content s-slider-content mt-200"> <h5 data-animation="fadeInDown" data-delay=".4s"><?php echo html_entity_decode( $title_text ); ?></h5> <h2 data-animation="fadeInUp" data-delay=".4s"><?php echo html_entity_decode( $sub_title ); ?></h2> <p data-animation="fadeInUp" data-delay=".6s"> <?php echo html_entity_decode( $desc_title ); ?></p> <div class="slider-btn mt-40"> <a href="<?php echo esc_url( $button_link['url'] ) ?>" class="btn ss-btn mr-15"><i class="fas fa-angle-right btn-icon mr-1"></i> <?php echo html_entity_decode( $button_text ); ?></a> <a href="<?php echo esc_url( $button_link1['url'] ) ?>" class="video-i popup-video" tabindex="0"><i class="fas fa-play"></i> <?php echo html_entity_decode( $button_text1 ); ?></a> </div> </div> </div> <div class="col-lg-6"> <div class="slider-img" data-animation="fadeInUp" data-delay=".4s"> <img src="<?php echo esc_url( $header_image['url'] ) ?>" alt="<?php echo esc_url( $header_image['url'] ) ?>"> </div> </div> </div> </div> </div> </div> </section> <!-- slider-area-end -->
💾 Save
❌ Cancel