/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


@font-face {
    font-family: 'Biennale';
    src: url('/wp-content/uploads/Demo_Fonts/Fontspring-DEMO-biennale-medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body,
.elementor-widget-heading .elementor-heading-title,
.elementor-widget-text-editor,
.elementor-button,
.elementor-nav-menu,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li,
input,
textarea,
select,
button {
    font-family: 'Biennale', sans-serif !important;
}

.service-card {
    transition: all 0.4s ease;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(13, 70, 197, 0.15);
}

.service-card .elementor-icon {
    transition: all 0.4s ease;
}

.service-card:hover .elementor-icon {
    transform: scale(1.15);
}


/* Home page Contact Form */

.home-hero-contact-form form#wpforms-form-548 {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    border-right: 5px solid #FEC313;
    border-bottom: 5px solid #FEC313;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.home-hero-contact-form form#wpforms-form-548 input {
    background-color: #F6F7F9;
    border-radius: 10px;
    border: none;
}

.home-hero-contact-form form#wpforms-form-548 .wpforms-field {
    padding: 10px 0px !important;
}

.home-hero-contact-form form#wpforms-form-548 select#wpforms-548-field_6 {
    background-color: #F6F7F9;
    border-radius: 10px;
    border: none;
}

.home-hero-contact-form form#wpforms-form-548 .wpforms-head-container {
    padding-bottom: 0px !important;

}

.home-hero-contact-form form#wpforms-form-548 .wpforms-head-container div {
    font-weight: 400;
    text-align: center;
    color: #FEC313 !important;
}

.home-hero-form-submit {
    width: 100% !important;
}


/* Fifth section */

.glass-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);

    border: 1px solid rgba(255, 255, 255, 0.15);

    border-radius: 20px;

    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.15),
        0 0 30px rgba(13, 70, 197, 0.25);

    overflow: hidden;
}

.glass-card {
    position: relative;
}

.glass-card::before {
    content: "";
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 1px;

    background: rgba(255, 255, 255, 0.5);
}

.glass-card {
    transition: all .4s ease;
}

.glass-card:hover {
    transform: translateY(-8px);

    border-color: rgba(255, 255, 255, 0.3);

    box-shadow:
        0 15px 40px rgba(0, 0, 0, 0.2),
        0 0 40px rgba(13, 70, 197, 0.4);
}

.process-scroll {
    height: 500px !important;
    overflow-y: auto !important;
    overflow-x: visible;
    padding-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
}

.process-scroll::-webkit-scrollbar {
    width: 6px;
}

.process-scroll::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 100px;
    margin-top: 25px;
}

.process-scroll::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .35);
    border-radius: 100px;

    border: 1px solid rgba(255, 255, 255, .2);

    backdrop-filter: blur(10px);
}

.process-scroll::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, .45);
}


.fifth-section {
    transition: all 0.5s ease;
}

.fifth-section:hover {
    transform: translateY(-8px);

    box-shadow:
        0 25px 60px rgba(13, 70, 197, .12);
}

/* Eight Section */

.eight-cards.e-flex.e-con.e-child:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;

}