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

*{
    font-family: "Inter", sans-serif;
}

.btn-blue-fill{
    background: #2A3484 !important;
    color: #fff !important;
}


.text-blue{
    /* background: #2A3484; */
    color: #2A3484;
}

/* footer styling */
footer{
    background: rgba(35, 31, 32, 1)
}

footer a{
    text-decoration: none;
}

footer input{
    background-color: transparent !important;
    border-right:0px !important;
    border-radius: 0% !important;
}

footer a{
    border-radius: 0px !important;
}

.copyright{
    background-color: linear-gradient( to bottom,rgba(35, 31, 32, 1),rgba(42, 52, 132, 1)) !important;
}


/* medibuff page designing */



/* navbar designing and styling */
nav li a{
    color: black !important;
    font-weight: bold;
    transition: all;
}

nav li a:hover{
    color:#2A3484 !important;
    font-weight: bold;
    text-decoration:underline;
}


nav li a:active{
    color:#2A3484 !important;
    font-weight: bold;
    text-decoration:underline;
}

.about-image{
    background:
        linear-gradient(#001efff1, #001effe8),
        url('https://images.unsplash.com/photo-1601598838108-5019bf3ea4a6?q=80&w=1374&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
    background-position: center;
    background-size: cover;
}

.btn-black{
    border:1px solid black !important;
    background-color:transparent;
    transition: all 0.1s ease;
}

.btn-black:hover{
    background-color:black;
    color:#fff;
}

.btn-inverse{
    border: 1px solid #2A3484;
    color: #2A3484;
    background-color: transparent !important;
}

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

.services .service-card:hover{
    background-color: #2FC3B0 !important;
    box-shadow: 0 .5rem 1rem rgb(0 0 0 / 65%) !important;

}



