:root{--bodyFont:"Poppins", sans-serif;--titleFont:"Tomorrow", sans-serif;--transition:all 0.5s ease-in-out;--transition-sec:all 1.8s ease-in-out;--transition-third:all 2.2s ease-in-out;--primaryColor:#ed2a00;--titleColor:#ffffff;--textColor:#474747;--bodyColor:#000000;--blackColor:#000000;--whiteColor:#ffffff;--menuColor:#000000;--borderColor:#e6e6e6;--borderColor2:#ffffff14;--btnTextColor:#000000;--btnTextHoverColor:var(--primaryColor);--btnBgColor:var(--primaryColor);--btnBgHoverColor:var(--primaryColor5);--linkColor:var(--secondaryColor);--linkHoverColor:var(--primaryColor);--neutralColor0:#ffffff;--neutralColor10:#fafafa;--neutralColor20:#f5f5f6;--neutralColor30:#ebebed;--neutralColor40:#dfdfe1;--neutralColor50:#c2c2c6;--neutralColor60:#b3b3b8;--neutralColor70:#a7a7ac;--neutralColor80:#98999e;--neutralColor90:#898a91;--neutralColor100:#7b7b83;--neutralColor200:#6c6d75;--neutralColor300:#5d5e67;--neutralColor400:#51525c;--neutralColor500:#42434e;--neutralColor600:#363742;--neutralColor700:#252632;--neutralColor800:#161725;--neutralColor900:#0a0b19;--neutralColor1000:#0d0d0d}@keyframes waves{0%{transform:scale(1);opacity:1}100%{transform:scale(1.6);opacity:0}}@keyframes fadeIn2nd{0%{opacity:0;transform:translate3d(-10%,0,0)}100%{opacity:1;transform:none}}@keyframes rotate{100%{transform:rotate(360deg)}}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}@keyframes loading{0%{transform:rotate(0deg)}100%{transform:rotate(180deg)}}.banner-section .bg-image{background-size:cover;background-position:center;background-repeat:no-repeat}.banner-section .social-follow{display:flex;align-items:center;gap:16px}.banner-section .social-follow .hero-social-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:var(--titleColor);cursor:pointer;transition:var(--transition);border-radius:50%;background:rgb(255 255 255 / .1);padding:0;margin:0}.banner-section .social-follow .hero-social-icon:hover{background:var(--primaryColor);color:var(--titleColor)}.banner-section.style1 .banner-carousel-content-wrapper .banner-carousel-button-wrapper{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.banner-section.style1 .banner-carousel-content-wrapper .banner-carousel-button-wrapper .hero-slider-navigation{display:flex;align-items:center;gap:15px}.banner-section.style1 .banner-carousel-content-wrapper .banner-carousel-button-wrapper .hero-slider-navigation .hero-slider-prev,.banner-section.style1 .banner-carousel-content-wrapper .banner-carousel-button-wrapper .hero-slider-navigation .hero-slider-next{width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:var(--titleColor);cursor:pointer;transition:var(--transition);border-radius:50%;border:1px solid var(--whiteColor);background:#fff0;padding:0;margin:0}.banner-section.style1 .banner-carousel-content-wrapper .banner-carousel-button-wrapper .hero-slider-navigation .hero-slider-prev i,.banner-section.style1 .banner-carousel-content-wrapper .banner-carousel-button-wrapper .hero-slider-navigation .hero-slider-next i{font-size:16px}.banner-section.style1 .banner-carousel-content-wrapper .banner-carousel-button-wrapper .hero-slider-navigation .hero-slider-prev::before,.banner-section.style1 .banner-carousel-content-wrapper .banner-carousel-button-wrapper .hero-slider-navigation .hero-slider-next::before{background-color:var(--primaryColor)}.banner-section.style2 .hero-image-wrapper{max-width:65%}@media screen and (max-width:767px){.banner-section.style2 .hero-image-wrapper{max-width:100%}}.banner-section.style2 .social-follow{position:absolute;top:50%;right:60px;transform:translateY(-50%);z-index:1;flex-direction:column}@media screen and (max-width:767px){.banner-section.style2 .social-follow{flex-direction:row;top:85%;right:20px;gap:8px}}.banner-section.style2 .banner-carousel-progress{width:1px;height:100%;background-color:rgb(255 255 255 / .1019607843)}.banner-section.style2 .banner-carousel-progress .progress-bar{width:100%;height:100%;background-color:var(--whiteColor);transition:width 0.5s ease-in-out;border-radius:inherit}