body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    /* background-image: url(img/bullet-1947670_1920.jpg); */
    background-size: cover;
}
a{
    color: inherit;
}

* {
    margin: 0;
    padding: 0;
    color: #f7f7f7;
    font-family: sans-serif;
    letter-spacing: 1px;
    font-weight: 300;
    /* text-decoration-color: inherit; */
}

body {
    overflow-x: hidden;
    height: 100%;
    width: 100%;
}

nav {
    height: 4rem;
    width: 100%;
    background-color: #131418;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    position: fixed;
    z-index: 10;
    top: 0;
    color: white;
}

/*Styling logo*/
.logo {
    padding: 1vh 1vw;
    text-align: center;
}

.logo img {
    height: 5rem;
    width: 5rem;

}

/*Styling Links*/
.nav-links {
    display: flex;
    list-style: none;
    width: 88vw;
    padding: 0 0.7vw;
    justify-content: space-evenly;
    align-items: center;
    text-transform: uppercase;
}

.nav-links li a {
    text-decoration: none;
    margin: 0 0.7vw;
}

.nav-links li a:hover {
    color: #61DAFB;
}

.nav-links li {
    position: relative;
}

.nav-links li a::before {
    content: "";
    display: block;
    height: 3px;
    width: 0%;
    background-color: #61DAFB;
    position: absolute;
    transition: all ease-in-out 250ms;
    margin: 0 0 0 10%;

}

.nav-links li a:hover::before {
    width: 80%;
}

/*Styling Buttons*/
.login-button {
    background-color: transparent;
    border: 1.5px solid #f2f5f7;
    border-radius: 2em;
    padding: 0.6rem 0.8rem;
    margin-left: 2vw;
    font-size: 1rem;
    cursor: pointer;

}

.login-button:hover {
    color: #131418;
    background-color: #f2f5f7;
    border: 1.5px solid #f2f5f7;
    transition: all ease-in-out 350ms;
}

.join-button {
    color: #131418;
    background-color: #61DAFB;
    border: 1.5px solid #61DAFB;
    border-radius: 2em;
    padding: 0.6rem 0.8rem;
    font-size: 1rem;
    cursor: pointer;
}

.join-button:hover {
    color: #f2f5f7;
    background-color: transparent;
    border: 1.5px solid #f2f5f7;
    transition: all ease-in-out 350ms;
}

/*Styling Hamburger Icon*/
.hamburger div {
    width: 30px;
    height: 3px;
    background: #f2f5f7;
    margin: 5px;
    transition: all 0.3s ease;
}

.hamburger {
    display: none;
    margin-right: 5px;
}

/*Stying for small screens*/
@media screen and (max-width: 800px) {
    nav {
        position: fixed;
        z-index: 3;
    }

    .hamburger {
        display: block;
        position: absolute;
        cursor: pointer;
        right: 5%;
        top: 50%;
        transform: translate(-5%, -50%);
        z-index: 2;
        transition: all 0.7s ease;
    }

    .nav-links {
        position: fixed;
        background: #131418;
        height: 100vh;
        width: 100%;
        flex-direction: column;
        clip-path: circle(50px at 90% -20%);
        -webkit-clip-path: circle(50px at 90% -10%);
        transition: all 1s ease-out;
        pointer-events: none;
    }

    .nav-links.open {
        clip-path: circle(1000px at 90% -10%);
        -webkit-clip-path: circle(1000px at 90% -10%);
        pointer-events: all;
    }

    .nav-links li {
        opacity: 0;
    }

    .nav-links li:nth-child(1) {
        transition: all 0.5s ease 0.2s;
    }

    .nav-links li:nth-child(2) {
        transition: all 0.5s ease 0.4s;
    }

    .nav-links li:nth-child(3) {
        transition: all 0.5s ease 0.6s;
    }

    .nav-links li:nth-child(4) {
        transition: all 0.5s ease 0.7s;
    }

    .nav-links li:nth-child(5) {
        transition: all 0.5s ease 0.8s;
    }

    .nav-links li:nth-child(6) {
        transition: all 0.5s ease 0.9s;
        margin: 0;
    }

    .nav-links li:nth-child(7) {
        transition: all 0.5s ease 1s;
        margin: 0;
    }

    li.fade {
        opacity: 1;
    }
}

/*Animating Hamburger Icon on Click*/
.toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2 {
    transition: all 0.7s ease;
    width: 0;
}

.toggle .line3 {
    transform: rotate(45deg) translate(-5px, -6px);
}





/* header {
    background-color: #333;
    color: #fff;
    padding: 1em;
    text-align: center;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

nav li {
    margin-right: 20px;
}

nav a {
    color: #fff;
    text-decoration: none;
} */

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 4.4em;
    height: auto;
}

section {
    background-color: #f7f7f7;
    padding: 2em;
    margin-bottom: 2px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#home {
    background-image: url('img/motorcycle-5481889_1920.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 90rem;
    /* filter: opacity(5); */
    /* filter: blur(2px); */
}

@media screen {
    #home {
        height: 80vh;
        width: -webkit-fill-available;
    }

}

section ul li img {
    width: 48rem;
    /* height: 100px; */
}

h1,
h2 {
    color: inherit;
    /* letter-spacing: 2px; */
    margin-top: 0;
}

button {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

button:hover {
    background-color: #444;
}

footer {
    background-color: #333;
    color: #fff;
    padding: 1em;
    text-align: center;
    clear: both;
}

/* .banner-content h1{
display: flex;
justify-content: center;
} */

/* about css start */
/* body {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: # */

/* .container my-5 {
        background-color: #968080;
    } */
.container my-5 h1 {
    margin-bottom: 30px;
}

.service-box {
    background: #ffffff;
    border: 1px solid #ddd;
    padding: 10px;
    margin: 5px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.service-box:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.service-box img {
    height: 80px;
    margin-bottom: 15px;
}

.service-box h4 {
    margin-bottom: 15px;
    font-size: 20px;
}

.service-box p {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

/* .nav-ul nav-links li{
    border: 1px solid gray;
    list-style: none;
} */

.navlinks{ 
    border: 1px solid black;
    display: flex;
    justify-content:space-evenly;
}


/* a{
    display: flex;
    justify-content: space-around;
    border:  black 1px solid;
} */
/* .navlinks a {
    border: 1px solid black;
    display: flex;
    justify-content: space-evenly;
} */    
 .social-apps li{
        list-style: none;
        display: flex;
        justify-content: space-evenly;

 }

 .contact-page {
    padding: 50px 0;
  }
  
  .contact-page.row {
    margin-top: 20px;
  }
  
  .contact-page h2 {
    font-weight: bold;
    margin-top: 0;
  }
  
  .contact-page form {
    margin-top: 20px;
  }
  
  .contact-page.form-group {
    margin-bottom: 20px;
  }
  
  .contact-page label {
    font-weight: bold;
  }
  
  .contact-page.form-control {
    height: 40px;
    padding: 10px;
    font-size: 16px;
  }
  
  .contact-page.btn-primary {
    background-color: #337ab7;
    border-color: #337ab7;
    padding: 10px 20px;
    font-size: 16px;
  }
  
  .contact-page.map {
    margin-top: 20px;
  }
  
  .contact-page iframe {
    border: 0;
    width: 100%;
    height: 450px;
  }