* {
    /* padding: 0px;
    margin: 0px; */
    box-sizing: border-box;
}

body {
    background-color: #030316;
}

.inner-container {
    width: 100%;
    max-width: 1630px;
    margin: 0 auto;
    padding: 0 20px;
}

.outer-container {
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: clip;
    /* padding: 0 20px; */
}

/* common styling start here */

/* .innerdiv{
    width: 50%;
} */
/* .section-btn{
    padding: 20px 38px;
    background-color: #B6FFA0;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    opacity: 100%;
    text-decoration: none;
} */
/* .section-heading{
    font-family: sans-serif;
    font-size: 90px;
    font-weight: 400;
    color: #E3E1EB;
} */
/* .section-para{
    font-family: sans-serif;
    font-size: 29px;
    font-weight: 400;
    font-style: italic;
    color: #FFFFFF;
} */

/* header styling start here */

.header-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
}

.haeder_navigation{
    display: flex;
    gap: 30px;
    align-items: center;
}

/* .header-menu .header_title{
    font-family: sans-serif;
    font-size: 50px;
    font-weight: 700;
    color: #ffffff;
    font-style: italic;
    line-height: 24px;
    text-decoration: none;
} */

.header-menu nav ul {
    display: flex;
    gap: 32px;
    list-style: none;
}

/* .haeder_navigation nav li,
.haeder_navigation nav li a {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    opacity: 90%;
    text-decoration: none;
    font-family: sans-serif;
} */

.touch-btn{
    padding: 20px 38px;
    background-color: #B6FFA0;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    opacity: 100%;
    text-decoration: none;
}

/*--------- hero section start here --------------*/

/* .hero-section{
    display: flex;
    align-items: center;
    justify-content: center;
} */
.hero-para{
    margin-top: 42px;
}
/* .hero-content{
    display: flex;
    gap: 21px;
    justify-content: left;
    align-items: center;
    margin-top: 81px;
    
} */


/* @media screen and (max-width: 1630px) {
    .inner-container {
        max-width: 1440px;
    }
} */