.hero{padding:0;margin:0}.hero-section{position:relative;height:100vh;background:url('/wp-content/themes/bumintemav1/assets/css/<?php echo esc_url(get_option("hero_background_image'));?>') no-repeat center center;background-size:cover;background-attachment:fixed;color:#fff;text-shadow:0 2px 5px rgb(0 0 0 / .7);display:flex;align-items:center;justify-content:center}@media (max-width:768px){.hero-section{height:auto;padding:50px 0;background-size:contain;background-position:center center;background-attachment:scroll}}.hero-content{z-index:2}.hero-title{font-family:"Knewave",serif;font-weight:400;font-style:normal;font-size:65px;color:#f3430d;transition:color 0.5s ease-in-out}.hero-title:hover{color:#353535}.hero-subtitle{font-family:"Outfit",serif;font-size:15px;margin-top:1rem;color:#353535;text-shadow:2px 2px 8px rgb(0 0 0 / .5)}.btn-primary{background-color:#cc5b15;border:none;transition:all 0.3s ease;font-size:16px;padding:.75rem 1.5rem}.btn-primary:hover{background-color:#b7844f}.btn-primary:active{background-color:#b7844f}@media (max-width:768px){.hero-title{font-size:3rem;text-align:left}.hero-subtitle{font-size:1rem;text-align:left}.btn-primary{font-size:.9rem;padding:.5rem 1rem}}