/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
@font-face {
    font-family: 'futuralight';
    src: url('assets/fonts/futura_light_bt-webfont.woff2') format('woff2'),
         url('assets/fonts/futura_light_bt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'futuramedium';
    src: url('assets/fonts/futura_medium_bt-webfont.woff2') format('woff2'),
         url('assets/fonts/futura_medium_bt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'futuramedium'!important;
    letter-spacing: 1px !important;
}
.banner-title span {
    color: #db0066;
}
.arrow_down {
    bottom: -140px;
    right: 0;
    left: 0;
    

}
.arrow_down .elementor-icon-wrapper{
      animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95)!important;
  cursor: pointer;
}
@keyframes bounce {
50% {
    transform: translateY(-15px);
  }
}
.video-content {
    position: absolute!important;
    top: 45%!important;
    left: 50%!important;
    transform: translate(-50%, -50%)!important;
}