


/* section one css */
.section-one{
    width:100%;
    height:100vh;
    background-color:white;
    background-image: url(../../assets/background/grid.svg);
    background-position: top center;
    background-size: cover;
    background-repeat: repeat;
    scroll-snap-align: start;
}


/* headers */
.section-one .header{
    display:flex;
    justify-content:space-evenly;
    align-items:center;
    padding:20px;
}
.section-one p{
    font-weight:700;
    font-size:16px;
    /* font-size:13px; */
}
.section-one p #end{
    color:blue;
}
.section-one a{
    text-decoration:none;
    padding:10px 16px;
    font-size:14px;
    font-weight: 500;
    color: blue;
}
.section-one a:hover{
    background-color:rgb(255, 255, 255);
    font-weight:700;
    color: rgb(8, 8, 176);
}
.section-one button{
    padding:10px;
    border:none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    background-color: whitesmoke;
    padding-left:20px;
    padding-right:20px;
    font-size:14px;
}
.section-one button:hover{
    background-color: white;
    transition: 0.3s;
    font-weight:700;
    color: rgb(8, 8, 176);
}
.section-one .end #uncolored{
    background-color:transparent;
}
.section-one .end #uncolored:hover{
    background-color:rgb(255, 255, 255);
    font-weight:700;
    color: rgb(8, 8, 176);
}



.section-one-content-one{
    width:auto;
    height:85vh;
    display:flex;
    justify-content:start;
    align-items:center;
}


.section-one-content-one .inner-{
    padding-top:0px;
}

.section-one-content-one .download-our-app{
    padding:10px;
    border-radius:10000px;
    background-color:whitesmoke;
    width:290px;
    display:flex;
    justify-content:center;
    align-items: center;
    gap:8px;
    font-weight: 500;
    line-height:0;
}
.section-one-content-one .download-our-app svg{
    width:20px;
}

.section-one-content-one #p{
    font-size:55px;
    font-weight:700;
    color:rgb(26, 26, 26);
}

.section-one-content-one .header_des{
    padding-top:15px;
    width:890px;
}

.section-one-content-one .description{
    padding-top:10px;
    font-size:14px;
    width:730px;
}

.section-one-content-one .buttons{
    padding-top:30px;
    display:flex;
    justify-content:start;
    gap:10px;
}

.section-one-content-one .buttons button{
    padding:20px;
    background-color:blue;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    font-weight:500;
    box-shadow: 0px 6px 108px 0px rgba(0, 11, 226, 0.446);
    border-radius:4px;
}

.section-one-content-one .buttons #unactive{
    background-color:transparent;
    color:black;
    display:flex;
    justify-content:center;
    align-items: center;
    gap:4px;
    box-shadow: 0px 6px 28px 0px rgba(0, 11, 226, 0);
}
.section-one-content-one .buttons svg{
    width:17px;
}

.section-one-content-one padding{
    height:40px;
}

.section-one-content-one .inner-{
    padding-left:200px;
    width:60%;
}



/* section one css ends here */