/*@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

html,
body {
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 16px;
    font-weight: 300;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

a {
    color: inherit;
    /* blue colors for links too */
    text-decoration: inherit;
    /* no underline */
}

.bartech_logo {
    filter: brightness(0) saturate(100%) invert(15%) sepia(4%) saturate(7%) hue-rotate(8deg) brightness(97%) contrast(86%);
    transition: all .5s;
}

.navbar {
    box-shadow: none !important;
}

.navbar {
    background-color: transparent;
    transition: all .5s;
}

.activenavbar {
    background-color: #f77a00;
    transition: all .5s;
}

.active_nav_link {
    color: white !important;
}

.activelogo {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(232deg) brightness(101%) contrast(103%);
    transition: all .5s;
}


.navbar-scroll .navbar-brand,
.navbar-scroll .nav-link,
.navbar-scroll .fa-bars {
    color: #333333;
    transition: all .5s;
}

.navbar-scrolled .navbar-brand,
.navbar-scrolled .nav-link,
.navbar-scrolled .fa-bars {
    color: #333333;
    transition: all .5s;
}

.navbar-scrolled {
    background-color: #dddde4;
}

.serv {
    height: 400px;
}

.read_more {
    background-color: rgb(247 122 0);
    border-radius: 20px;
    border: none;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    position: relative;
    cursor: pointer;
    padding: 5px 35px;
}

.phone_msg {
    position: relative;
}

.pushup_msg {
    width: calc(50% - 30px);
    height: auto;
    position: absolute;
    padding: 10px;
    box-sizing: border-box;
    font-size: 22px;
    top: 34%;
    left: 28%;
    color: #d1d1d1;
    background: #f0edeb30 0% 0% no-repeat padding-box;
    border-radius: 10px;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(50px);
    font-size: 0.9rem;
    display: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pushup_name,
.pushup_msge {
    display: block;
}

.pushup_name {
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pushup_msge {
    font-weight: 300;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.box {
    overflow: hidden;
    position: relative;
}

.box:hover>.hid-box {
    bottom: 0;
}

#status {
    display: none;
    position: relative;
}

.hid-box {
    bottom: -80px;
    position: absolute;
    transition: all .6s ease-in;
    background: #f77a00cc;
    height: auto;
    width: 100%;
    padding: 10px;
    color: white;
}

.successfulmsg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

@media only screen and (max-width: 768px) {
    .navbar {
        background-color: #f77a00;
    }

    .bartech_logo {
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(232deg) brightness(101%) contrast(103%);
    }

    .navbar-scroll .navbar-brand,
    .navbar-scroll .nav-link,
    .navbar-scroll .fa-bars {
        color: white !important;
    }

    .serv {
        height: auto;
    }

    .phone_msg,
    .values_logo {
        display: none;
    }
}