/*
Theme Name: flowx 2024
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: flowx
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: flowx 2024 is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme designed for a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0.0
Updated: 2024-08-29 11:11:11

*/
@import url('./assets/css/quote.css');
@import url('./assets/css/header.css');
@import url('assets/css/our-story.css');
@import url('assets/css/our-blogs.css');
@import url('assets/css/single-post.css');
@import url('./assets/css/product-page.css');
@import url('./assets/css/home-page.css');
@import url('./assets/css/404.css');
@import url('./assets/css/search.css');


@font-face {
    font-family: Mulish;
    src: url(./assets/fonts/Mulish-ExtraBold.ttf);
    font-weight: 800;
}

@font-face {
    font-family: Mulish;
    src: url(./assets/fonts/Mulish-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: Mulish;
    src: url(./assets/fonts/Mulish-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: Mulish;
    src: url(./assets/fonts/Mulish-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: Mulish;
    src: url(./assets/fonts/Mulish-Light.ttf);
    font-weight: 300;
}

@font-face {
    font-family: Mulish;
    src: url(./assets/fonts/Mulish-LightItalic.ttf);
    font-weight: 300;
    font-style: italic;
}

body {
    font-family: Mulish;
    min-height: 100vh;
    color: #000000;
}

html {
    font-size: 16px !important;
    font-family: Mulish;
}

@media (max-width: 767px) {
    html {
        font-size: 14px !important;
    }
}

.page-header .entry-title {
    display: none;
}

html::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

html::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

html::-webkit-scrollbar-thumb
{
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.3);
	background-color: #bdbdbd;
    border-radius: 10px;
    cursor: pointer;
}

h1 {
    font-size: 2.5rem;
    font-family: Mulish;
}

h2 {
    font-size: 2rem;
    font-family: Mulish;
}

h3 {
    font-size: 1.75rem;
    font-family: Mulish;
}

h4 {
    font-size: 1.5rem;
    font-family: Mulish;
}

h5 {
    font-size: 1.25rem;
    font-family: Mulish;
}

h6 {
    font-size: 1rem;
    font-family: Mulish;
}

a, p, ol, ul, li {
    font-size: 1rem;
    font-family: Mulish;
}

figcaption {
    font-size: 0.8rem;
    padding-top: 10px;
    text-align: center;
}

#footer-contact-info a {
    color: white !important;
}

body.admin-bar #content {
    min-height: calc(100vh - 576px);
}
#content {
    min-height: calc(100vh - 564px);
}

.btn-hover:hover {
    background: #f2f2f2 !important;
    cursor: pointer;
    transition: all 0.3s ease; 
}
