@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: my-font;
    src: url("./asset/rage-italic/RAGE_1.TTF");
}
body {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}

.navbar .navbar-nav li:hover{
    background-color: white;
    font-weight: bold;
}

.navbar-brand {
    
    background-color: white;
    position: relative;
    top: -10px;
    padding: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    
}

.hero {
    background-image: url("./asset/Rectangle 4.png");
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}



.hero-content p {
    font-size: 1.5rem;
}
.hero-content h2 {

    font-size: 3rem;
    font-weight: 700;
    color: #FFCC02;
    
}

/* Hero-Section End */

/* About Content Start */

.about .about-content h2{
    font-family: rage;
    color: red;
    font-size: 3.5rem;
    text-shadow: 0px 0px 4px rgb(56, 56, 56);
}

.about img{
    position: relative;
    left:40px;
    overflow: hidden;
}

/* About Content End */

/* Service Section Start */

.app-download {
    background-image: url("./asset/Rectangle 7.png");
    width: 100%;
    /* height: 100vh; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: space-around;
    align-items: center;

}
.app-download .content {
   
    color: white;
}

.app-download .container {
   
    display: flex;
}

.customer {
    background-image: url("./asset/Rectangle 8.png");
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.timing {
    background-image: url("./asset/Rectangle 14.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Service Section End */

/* Menu Section start */
.container-fluid .menu-btn .btn:hover  {
        background-color: #dc3545;
        border: #dc3545;
        color: white;
}
.container-fluid .card {
    box-shadow: 0px 3px 5px rgb(218, 217, 217)  ;
}

/* Footer Start */

.container .footer-logo {
    line-height: 20px;
    padding-top: 50px;
    width: 320px;
    
}
.footer-logo p{
    padding-top: 20px;
}