


/* settings two */
.section-three{
    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;
}

.section-three .section-three-container{
    padding:70px;
    /* padding-left:100px; */
}
.section-three .section-three-container .section-three-title{
    font-size:50px;
    width:50%;
    color: black;
    font-weight: 600;
}

.section-three .section-three-container .left-image{
    display:flex;
    justify-content: space-evenly;
    gap:20px;
    align-items:center;
}





.section-three .section-three-container .left-image img{
    width:500px;
    height:400px;
    object-fit: cover;
    border-radius:20px;
    object-position: center;
    box-shadow: 0px 6px 108px 0px rgba(0, 11, 226, 0.164);
}


.section-three .section-three-container .left-image .contets{
    width:50%;
}
.section-three .section-three-container .left-image .contets #h1{
    font-size:40px;
    font-weight:600;
}




.section-three .section-three-container .contets .download-our-app{
    padding:10px;
    border-radius:10000px;
    background-color:whitesmoke;
    width:280px;
    display:flex;
    justify-content:center;
    align-items: center;
    gap:8px;
    font-weight: 500;
    line-height:0;
}
.section-three .section-three-container .contets .download-our-app svg{
    width:20px;
}

.section-one-content-one #p{
    font-size:55px;
    font-weight:700;
    color:rgb(26, 26, 26);
}
