@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaina+2:wght@400;500;600;700;800&display=swap');
body {
    font-family: 'Baloo Bhaina 2', cursive;
}

* {
    padding: 0;
    margin: 0;
}

.direct_call {
    position: fixed;
    z-index: 10;
    bottom: 30px;
    left: 30px;
    cursor: pointer;
    width: fit-content;
}

.direct_call img {
    width: 30px;
    border-radius: 50%;
}

nav.navbar {
    width: 100%;
    position: fixed;
    background-color: white;
    z-index: 100;
    padding: 0;
}

#navbarNav ul {
    justify-content: space-between !important;
    align-items: center;
}

.navbar-brand {
    margin: 10px 0px;
}

.navbar-expand-lg .navbar-nav .nav-link h6 {
    font-weight: 700 !important;
    color: black;
}

.navbar-expand-lg .navbar-nav .nav-link h6:hover {
    color: #0036C1;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.container .lower_part {
    display: flex;
    justify-content: space-evenly;
    /* background: #000; */
    /* color: #E4F2FF; */
}

.container .line {
    width: 1px;
    height: 100px;
    margin: auto 0px;
    border-radius: 5px;
    background-color: grey;
}

.container .lower_part .left,
.container .lower_part .rigth {
    width: 40%;
    display: flex;
    justify-content: space-between;
}

.container .lower_part .left p {
    margin: auto 0px;
    text-align: center;
}

.container .lower_part .rigth .down_two h3 i {
    margin-right: 5px;
}


.container {
    background-color: #E4F2FF;
}

.container footer {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.container footer>div {
    display: flex;
    width: 50%;
}

.container footer>div>div {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
}

.container footer>div a {
    color: black;
    padding: 10px 0px;
    text-decoration: none;
    display: flex;
}

.container footer>div a:hover {
    text-decoration: dashed;
}

.here {
    padding-top: 60px;
}


/* . */


/* {% block cart %}
<a class="nav-link active" aria-current="page" href="{% url 'help' %}" style="display: flex;align-items: center;">
    <p style="margin: 0px;"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-cart-fill" viewBox="0 0 16 16">
        <path d="M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z"/>
      </svg></p>
</a>{% endblock %}  */
@media screen and (max-width: 991px) {
    .container .lower_part {
        flex-direction: column;
    }
    .container .line {
        width: 90% !important;
        height: 1px !important;
        margin: auto !important;
    }
    .container .lower_part .left,
    .container .lower_part .rigth {
        width: 90% !important;
        margin: 30px auto;
    }
    
}
@media screen and (max-width: 768px) {
    .container footer {
        flex-direction: column;
    }    
    .container footer>div {
        /* display: flex; */
        width: 100% !important;
    }
}

/* @media screen and (max-width: 600px) {
    .container .lower_part .left,
    .container .lower_part .rigth {
        width: 90% !important;
    }
} */

@media screen and (max-width: 540px) {
    .container .lower_part .left p {
        font-size: 14px !important;
    }
    .container .lower_part .rigth {
        font-size: 13px !important;
    }
    .container .lower_part .left, .container .lower_part .rigth {
        flex-direction: column;
    }
}
@media screen and (max-width: 350px) {
    .container footer>div {
        /* display: flex; */
        /* width: 100% !important; */
        flex-direction: column;
    }
}