/* ------------------------------------------------
  Project:   Growio - Bootstrap5 Landing Page Template
  Author:    ThemeHt
------------------------------------------------ */

/* ------------------------
    Table of Contents

  1. General
  2. Transition
  3. Pre Loader
  4. Scroll to Top
  5. Header
  6. Footer
  7. Page Title

 
/* ------------------------
    General
------------------------*/
a, a:focus { text-decoration: none !important; }
a, a:visited { text-decoration: none; color: var(--themeht-text-color);}
a:focus, a:hover { color: var(--themeht-primary-color); text-decoration: none !important; }
a, button, input { outline: medium none !important; }
*::-moz-selection { background: var(--themeht-text-color); color: var(--themeht-white-color); text-shadow: none; }
::-moz-selection { background: var(--themeht-text-color); color: var(--themeht-white-color); text-shadow: none; }
::selection { background: var(--themeht-text-color); color: var(--themeht-white-color); text-shadow: none; }


/* ------------------------
    Transition
------------------------*/
a,
.btn,
button,
img,
input,
#ht-main-nav,
.main-nav > ul > li > a:before,
.main-nav .sub-menu li a:before,
.social-icons li:hover a,
.themeht-btn,
.read-btn:before, .read-btn:after,
.service-item,
.featured-item,
.featured-icon,
.featured-item .featured-icon i,
.portfolio-item,
.price-table,
.service-menu li a:before,
.team-social-icon,
.swiper-button-next, .swiper-button-prev,
.swiper .swiper-button-prev:after,
.swiper .swiper-button-next:after,
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:before,
.site-main .comment-navigation .nav-links a i,
.site-main .posts-navigation .nav-links a i,
.site-main .post-navigation .nav-links a i{
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

/* ------------------------
    Box Shadow
------------------------*/
.box-shadow,
.dropdown-menu,
#header-wrap.fixed-header,
.scroll-top,
.featured-item.style-1.featured-active,
.featured-item.style-3,
.featured-item.style-5,
.dash-img-box,
.dash-img-box::before,
.testimonial.style-1,
.service-item.style-1.service-active,
.product-link a,
.main-timeline .timeline-icon,
.post-card.style-1,
.post-card.post-classic,
.comment-respond,
.portfolio-meta-info,
.step-item .step-icon,
.team-single-box,
.testimonial.style-2,
.contact-info,
.ht-progress-bar .progress-parcent,
.tab .nav-tabs .nav-link{
    -webkit-box-shadow: 0px 25px 70px rgba(1, 33, 58, 0.07);
    -moz-box-shadow: 0px 25px 70px rgba(1, 33, 58, 0.07);
    box-shadow: 0px 25px 70px rgba(1, 33, 58, 0.07);
}


/* ------------------------
    Pre Loader
------------------------*/
#ht-preloader {background: var(--themeht-white-color); bottom: 0; height: 100%; left: 0; overflow: hidden !important; position: fixed; right: 0; text-align: center; top: 0; width: 100%; z-index: 99999;}
.clear-loader { z-index: 999; box-sizing: border-box; display: inline-block; left: 50%; transform: translateX(-50%) translateY(-50%); position: absolute; text-align: center; top: 50%; display: flex; justify-content: center; align-items: center; }
.loaderbox { stroke: var(--themeht-primary-color); stroke-width: 5; fill: none; stroke-dasharray: 50, 14; stroke-dashoffset: 192; animation: dash_682 1.4s linear infinite; height: 200px; width: 300px; }
.stop-color1 { stop-color: var(--themeht-secondary-color); }
.stop-color2 { stop-color: var(--themeht-primary-color); }


/* ------------------------
    Scroll to Top
------------------------*/
.scroll-top { position: fixed; right: 50px; bottom: 50px; height: 60px; width: 60px; cursor: pointer; display: block; border-radius: 50px; z-index: 10000; opacity: 0; visibility: hidden; transform: translateY(15px); -webkit-transition: all 200ms linear; transition: all 200ms linear; background: var(--themeht-bg-light-color); }
.scroll-top.active-progress { opacity: 1; visibility: visible; transform: translateY(0); }
.scroll-top::after { position: absolute; font-family: 'bootstrap-icons'; content: '\F145'; text-align: center; line-height: 60px; font-size: 30px; color: var(--themeht-text-color); left: 0; top: 0; height: 60px; width: 60px; cursor: pointer; display: block; z-index: 1; -webkit-transition: all 200ms linear; transition: all 200ms linear; }
.scroll-top:hover::after { opacity: 0; }
.scroll-top::before { position: absolute; font-family: 'bootstrap-icons'; content: '\F145'; text-align: center; line-height: 60px; font-size: 30px; opacity: 0; background-image: linear-gradient(298deg, var(--themeht-text-color), var(--themeht-text-color)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; left: 0; top: 0; height: 60px; width: 60px; cursor: pointer; display: block; z-index: 2; -webkit-transition: all 200ms linear; transition: all 200ms linear; }
.scroll-top:hover::before { opacity: 1; }
.scroll-top svg path { fill: none; }
.scroll-top svg.scroll-circle path { stroke: var(--themeht-text-color); stroke-width: 2; box-sizing: border-box; -webkit-transition: all 200ms linear; transition: all 200ms linear; }


 /* ------------------------
    Subscribe Form
------------------------*/
.subscribe-form { margin: 0; padding: 0; position: relative; }
.mc-form { width: 100%; }
.mc-form input[type="email"] { border-radius: 4px; width: 100%; border: 1px solid #383148; background: transparent; color: var(--themeht-text-color); font-size: 14px; padding: 0 20px; height: 60px; }
.mc-form input[type="email"]:focus { border-color: 1px solid #383148; }
.footer .mc-form input[type="email"]::-webkit-input-placeholder, .dark-bg .mc-form input[type="email"]::-webkit-input-placeholder { color: var(--themeht-white-color); }
.footer .mc-form input[type="email"]::-moz-placeholder, .dark-bg .mc-form input[type="email"]::-moz-placeholder { color: var(--themeht-white-color); }
.footer .mc-form input[type="email"]:-ms-input-placeholder, .dark-bg .mc-form input[type="email"]:-ms-input-placeholder { color: var(--themeht-white-color); }
.footer .mc-form input[type="email"].placeholder, .dark-bg .mc-form input[type="email"].placeholder { color: var(--themeht-white-color) !important; }
.footer-subscribe p { font-size: 15px; font-weight: 500; color: var(--themeht-white-color); }
.footer-subscribe .mc-form input[type="email"], .dark-bg .mc-form input[type="email"] { color: var(--themeht-white-color); }
.subscribe-form { display: flex; align-items: center; position: relative; margin-bottom: 10px; }
.subscribe-form button { border: inherit; color: var(--themeht-white-color); line-height: inherit; position: absolute; right: 10px; top: auto; padding: 0; font-size: 18px; background: var(--themeht-primary-color); width: 35px; height: 35px; display: flex; align-items: center; justify-content: center; border-radius: 4px; }
.subscribe-form button:hover { background: var(--themeht-secondary-color); }
.subscribe-form button.text-btn { width: auto; height: auto; padding: 8px 15px; font-weight: 700; font-size: 16px; line-height: 22px; }


/* ------------------------
    Header
------------------------*/
#header-wrap.fixed-header .logo img { height: 55px; }
.header { position: absolute; top: 0; width: 100%; z-index: 1200; }
#header-wrap { position: relative; padding-top:20px }
#header-wrap.fixed-header { animation: smoothScroll 1s forwards; padding: 0; position: fixed; top: 0; left: 0; width: 100%; z-index: 999 !important; background: var(--themeht-white-color) !important; }
#header-wrap.fixed-header .navbar-nav { background: none; box-shadow: none; padding: 0; border-radius: 0; }
.navbar-brand { margin: 0; padding: 0; font-size: 2.8rem; line-height: 1; color: var(--themeht-text-color); font-weight: 400; }
.logo img{max-height: 60px;}
.navbar { background: var(--themeht-white-color); border-radius: 4px; padding: 12px; backdrop-filter: brightness(120%) contrast(100%) saturate(102%) blur(10px) hue-rotate(0deg); }
.navbar-nav .nav-item { margin: 0 20px; }
.navbar-nav .nav-item.dropdown .dropdown-menu { padding: 20px; background: var(--themeht-white-color); top: 100%; border: none; border-radius: 4px; margin-top: 0; left: 0; }
.navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu { background: var(--themeht-white-color); left: 100%; margin: 0; right: auto; top: 0; }
.navbar-nav .dropdown-submenu { display: block; position: relative; }
.navbar-nav .nav-link { color: var(--themeht-text-color); font-size: 17px; line-height: 30px; font-weight: 700; padding: 0 !important; border-radius: 0; text-transform: capitalize; position: relative; }
.navbar-nav .nav-link:hover, .navbar-nav .nav-item .nav-link.active { color: var(--themeht-primary-color); }

.navbar-nav .nav-item{counter-increment: menu-counter; position: relative; padding-top: 10px;}
.navbar-nav .nav-item::before { content: counters(menu-counter, ".", decimal-leading-zero); counter-increment: item; position: absolute; top: -10px; left: 0; font-size: 10px; font-weight: 700; color: var(--themeht-text-color); text-align: center; }

.nav-item.dropdown .dropdown-menu li:last-child { margin-bottom: 0; }
.nav-item.dropdown .dropdown-menu a { display: block; padding: 10px 0; line-height: 1; white-space: nowrap; position: relative; background: none; color: var(--themeht-text-color); font-size: 15px; font-weight: 700; }
.nav-item.dropdown .dropdown-menu a:hover { color: var(--themeht-primary-color); padding-left: 10px; }
.navbar-nav .dropdown-menu .dropdown-submenu .dropdown-toggle.show, .navbar-nav .dropdown-menu .dropdown-submenu .dropdown-toggle:focus { color: var(--themeht-primary-color); padding-left: 10px; }
.nav-link.dropdown-toggle::after, .navbar-nav .dropdown-submenu .dropdown-toggle::after { border: none; content: '\F282'; font-family: bootstrap-icons !important; vertical-align: middle; font-size: 12px; line-height: 1; width: 10px; font-weight: 700; }
.navbar-nav .dropdown-submenu .dropdown-toggle::after { position: absolute; right: 0; top: 14px; content: '\F285'; font-size: 10px; }
@media (min-width:992px) {
    .navbar-nav .dropdown-menu { min-width: 12em !important; max-width: 20em !important; }
    .navbar-nav .dropdown > .dropdown-menu { opacity: 0; position: absolute; display: block; pointer-events: none; background: var(--themeht-white-color); }
    .navbar-nav .dropdown:hover > .dropdown-menu { display: block; opacity: 1; pointer-events: auto; visibility: visible; -webkit-transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; transition: all 0.5s ease-in-out 0s; }
    .navbar-nav .dropdown-submenu:hover .dropdown-menu { top: 0; }
    .navbar-nav.ms-auto .nav-item.dropdown .dropdown-menu { right: 0; }
    .navbar-nav.ms-auto .dropdown-menu .dropdown-submenu .dropdown-menu { left: auto; right: 100%; }
    .header-2 .navbar-nav .nav-link { color: var(--themeht-white-color); }
.header-2 .navbar-nav .nav-item::before { color: var(--themeht-white-color); }
}
@media (max-width:991.98px) {
    .navbar-nav .dropdown-submenu .dropdown-menu { padding: 0; top: 0; }
}


.header-2 .navbar { background: none; padding: 12px 0; backdrop-filter: inherit; }
.header-2 #header-wrap.fixed-header { background: var(--themeht-bg-dark-color) !important; }
 
/* ------------------------
    Footer
------------------------*/
.footer { color: var(--themeht-white-color); background-color: var(--themeht-bg-dark-color); padding: 100px 0 0; overflow: hidden; position: relative; z-index: 9; clear: both; background-position: 50%; background-repeat: no-repeat; background-size: cover; }
.footer .widget-title { margin-bottom: 30px; }
.footer-widget { margin-bottom: 0; }
.footer-widget.widget ul { margin-left: 0; padding-left: 0; margin-bottom: 0; }
.footer-widget.widget ul li { list-style-type: none; margin-bottom: 15px; }
.primary-footer { position: relative; z-index: 99; }
.secondary-footer { border-top: 1px solid rgba(255, 255, 255, 0.08); margin-top: 40px; padding-top: 40px; padding-bottom: 40px; position: relative; color: var(--themeht-white-color); font-size: 15px; }
.copyright { color: var(--themeht-white-color); font-size: 15px; text-transform: capitalize; }
.copyright a { text-decoration: underline !important; color: var(--themeht-white-color); }
.footer h5 { position: relative; color: var(--themeht-white-color); }
.media-icon.list-inline li { display: inline-block; }
.media-icon li { margin-bottom: 20px; font-size: 16px; font-weight: 600; position: relative; padding-left: 35px; }
.media-icon li:last-child { margin-bottom: 0; }
.media-icon li i { position: absolute; left: 0; top: 3px; font-size: 24px; }
.media-icon li a { color: var(--themeht-white-color); }
.media-icon li a:hover { color: var(--themeht-primary-color); }
.footer-menu li { margin-bottom: 15px; text-transform: capitalize; }
.footer-menu li:last-child { margin-bottom: 0; }
.footer-menu li a { position: relative; font-size: 16px; font-weight: 600; color: var(--themeht-white-color) }
.footer-menu li a:hover { color: var(--themeht-primary-color) }
.footer-menu .list-inline li { display: inline-block; margin: 0 10px; }
.footer-social { display: block; }
.social-icons.footer-social li a { color: var(--themeht-white-color); background-color: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.1); backdrop-filter: blur(30px); }
.footer-top { border-bottom: 1px solid rgba(255, 255, 255, 0.08); padding-bottom: 50px; margin-bottom: 50px; }


/* ------------------------
    Page Title
------------------------*/
.page-title { background-image: radial-gradient(circle closest-side at 62% 41%, #fffce4, #fff0 60%), linear-gradient(240deg, #fcf1ff 21%, #bfbdff1f); position: relative; overflow: hidden; display: block; padding: 200px 0 120px; z-index: 1; }
.page-title h1 { font-size: 50px; color: var(--themeht-text-color); line-height: 60px; font-weight: 700; margin-bottom: 20px; }
.breadcrumb { padding: 10px; background: white; display: inline-block; border-radius: 4px; margin: 0; text-transform: capitalize; color: var(--themeht-text-color); font-weight: 700; z-index: 9; }
.breadcrumb-item { display: inline-block; }
.breadcrumb-item a { color: var(--themeht-text-color) }
.breadcrumb-item.active, .breadcrumb-item a:hover { color: var(--themeht-primary-color); }
.breadcrumb-item i { background: var(--themeht-primary-color); padding: 2px 5px; border-radius: 4px; color: var(--themeht-white-color); }