/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want 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: 3.0.0.1706078086
Updated: 2024-04-19 06:34:46

*/
@import url('./assets/css/header.css');
@import url('./assets/css/home-page.css');
@import url('./assets/css/our-services.css');
@import url('./assets/css/about-page.css');
@import url('./assets/css/contact-page.css');
@import url('./assets/css/404-page.css');
@import url('./assets/css/search-page.css');
@import url('./assets/css/protection-policy-page.css');

@font-face {
    font-weight: 400;
    font-family: Jost;
    src: url(./assets/fonts/Jost-VariableFont_wght.ttf) format("truetype");
}

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

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

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

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


body {
    font-size: 18px !important;
    font-family: OpenSans-Regular;
    background-color: #173372;
}

html {
    font-size: 18px !important;
    font-family: OpenSans-Regular;
    background-color: #173372;
}

#homepage, #content{
    min-height: calc(100vh - 386px) !important;
}

@media (max-width: 1024px) {
    #homepage, #content{
        min-height: calc(100vh - 320px) !important;
    }
}  

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

    #homepage, #content{
        min-height: calc(100vh - 310px) !important;
    }
}

html::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	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,0.2);
	background-color: #cacaca;
    border-radius: 10px;
    cursor: pointer;
}

h1 {
    font-size: 1.5rem;
    font-family: Philosopher-Bold;
}

h2 {
    font-size: 1.4rem;
    font-family: Philosopher-Bold;
}

h3 {
    font-size: 1.3rem;
    font-family: Philosopher-Bold;
}

h4 {
    font-size: 1.2rem;
    font-family: Philosopher-Regular;
}

h5 {
    font-size: 1.1rem;
    font-family: Philosopher-Regular;
}

h6 {
    font-size: 1rem;
    font-family: Philosopher-Regular;
}

a {
    font-size: 1rem;
    font-family: OpenSans-Regular;
}

p {
    font-size: 1em;
    font-family: OpenSans-Regular;
}

span {
    font-size: 1rem;
    font-family: OpenSans-Regular;
}
