/* 
MEDHAWE TECHNOLOGIES PRIVATE LIMITED
Main Website CSS
*/


* {

margin:0;
padding:0;
box-sizing:border-box;

}


body {

font-family:'Poppins',sans-serif;
color:#333;
line-height:1.7;

}


/* Top Bar */

.top-bar {

background:#0b132b;
color:white;
padding:10px 0;
font-size:14px;

}


/* Navbar */

.navbar-brand {

font-size:25px;
letter-spacing:1px;

}


.nav-link {

font-weight:500;
margin-left:15px;

}


.nav-link:hover {

color:#0d6efd !important;

}



/* Hero */


.hero {

background:

linear-gradient(
90deg,
rgba(0,0,0,.85),
rgba(0,0,0,.4)
),

url("../images/hero-bg.jpg");

background-size:cover;

background-position:center;

padding:120px 0;

color:white;

}


.hero h1 {

font-size:55px;
font-weight:800;

}


.hero h2 {

font-size:30px;

}


/* Buttons */


.btn {

border-radius:30px;
padding:12px 30px;

}



/* Service Box */


.service-box {

padding:35px;

border-radius:15px;

background:white;

box-shadow:0 5px 25px rgba(0,0,0,.08);

height:100%;

transition:.3s;

}


.service-box:hover {

transform:translateY(-10px);

box-shadow:0 10px 30px rgba(0,0,0,.15);

}



/* Feature Box */


.feature-box {

padding:30px;

background:white;

border-radius:10px;

transition:.3s;

}


.feature-box:hover {

transform:scale(1.05);

}



/* Cards */


.card {

border-radius:15px;

overflow:hidden;

}


.card:hover {

transform:translateY(-5px);

transition:.3s;

}



/* Section Heading */


section h2 {

font-weight:700;

margin-bottom:20px;

}



/* Technology Section */


.technology-section i {

margin-bottom:10px;

}



/* Footer */


footer {

font-size:15px;

}


footer a {

color:white;

}



/* Forms */


.form-control {

border-radius:10px;

padding:12px;

}



/* Image */


img {

max-width:100%;

}



/* Responsive */


@media(max-width:768px){


.hero {

padding:70px 0;

}


.hero h1 {

font-size:35px;

}


.hero h2 {

font-size:22px;

}


.nav-link {

margin-left:0;

}


}
