@font-face {
    font-family: 'rubik';
    src: url("fonts/Rubik-Regular.ttf");
}

body, html, div, *, div, p, a, ul, li {
    scroll-margin-top:86px ;
    text-decoration: none;
    font-family: rubik;
    list-style-type: none;
}

/* scroll bar */
/* width */
::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #5e5e5e;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgba(94, 94, 94, 0.7);
}
/* scroll bar */

.navbar {
    top: 0px;
    position: fixed;
    z-index: 5465465465465;
    width: 100%;
}

.navbar ul li {
    line-height: 60px;
}

.menu_links {
    text-transform: capitalize;
}

li:has(.menu_links):hover {
    padding-top: 3px;
    transition: all ease-in-out 0.3s;
}

/* hero */
.navbar_btn {
    line-height: 40px;
    background: #DE8967;
}

.image_carousel {
    filter: brightness(0.6);
    height: 100vh;
}

/* hero */

/* second section*/
.section {
    display: grid;
    width: 100%;
}

#second_section {
    background: linear-gradient(0deg, rgba(255, 204, 139, 0.8), rgba(255, 212, 158, 0.73)), url("images/foot_care.jpg");
}

#third_section {
    background: #FFE3C0;
    position: relative;
    height: 100vh;
}

#fourth_section {
    background: url(images/hero_2.jpg) no-repeat;
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.header_section {
    font-weight: bold;
    margin-top: 2rem;
}

.disc {
    list-style-type: disc;
}

/* second section*/

.text_on_line_wrapper {
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 0.1em;
    margin: 10px 0 20px;
    position: absolute;
    bottom: 35px;
    display: inline-block;
    width: 90%;
    left: 5%;
}

.text_on_line {
    background: #FFE3C0;
    font-weight: bold;
    padding: 0 10px;
}

.bg_site_color {
    background: #FFE3C0;
}

@media only screen and (max-width: 991px) {
    .w-md-100{
        width: 100%;
    }
    #map {
        height: 300px;
    }
}
.nav-link{
    padding:0;
}

@media only screen and (min-width: 992px) {
    #map {
        height: 100%;
    }
    .header_section {
        margin-top: 9rem;
    }
    .margin_box {
        margin-top: 9rem;
    }
}

.margin_box {
    margin-top: 2rem;
}

.bolder {
    font-weight: bolder;
}

.appointment_input {
    width: inherit;
    border: 1px solid #4A4A4A;
}

#map {
    z-index: 1;
}

#footer {
    background: #FFE3C0;
}

.image_carousel{
    height: auto;
}
.appointment_input{
 width: 100%;
}