
/* section five */
.section-five{
    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-five .section-five-container{
    padding:30px;
    padding-top:50px;
}

.section-five .section-five-container .section-five-title #spamTitle{
    color: black;
    font-size:50px;
    font-weight:500;
}



.section-five .section-five-container .section-five-title .pusher {
    padding-top:20px;
}

.video{
    padding-top:30px;
}

.section-five .section-five-container .section-five-title .pusher .download-our-app{
    padding:10px;
    border-radius:10000px;
    background-color:rgba(245, 245, 245, 0.211);
    width:250px;
    font-size:13px;
    box-shadow: 0px 6px 108px 0px rgba(0, 11, 226, 0.294);
    display:flex;
    justify-content:center;
    align-items: center;
    gap:8px;
    font-weight: 500;
    line-height:0;
    color: black;
}
.section-five .section-five-container .section-five-title .pusher .download-our-app svg{
    width:20px;
}


.section-five .reviews{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:20px;
    padding-top:50px;
}

.section-five .reviews .review-container{
    width:50%;
    padding:10px;
    background-color:whitesmoke;
    border-radius:5px;
}

.review-container .image{
    display:flex;
    justify-content:start;
    align-items: center;
    gap:10px;
}
.review-container .image p{
    font-size:14px;
    font-weight:500;
}
.review-container .image i{
    font-size:12px;
    color:blue;
}
.review-container .image img{
    width:60px;
    height:60px;
    object-fit: cover;
    border-radius:200px;
}












.section-five-six {
    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;

    display:flex;
    justify-content: center;
    align-items: center;
}


.end_point{
    width:50%;
    height:300px;
    padding:30px;
    padding-left:140px;
    padding-right:130px;
    background-color:black;
    border-radius:20px;
    color:white;
    box-shadow: 0px 6px 108px 0px rgba(0, 0, 0, 0.294);


    
    display:flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}

.end_point .head p{
    font-size:50px;
    font-weight: 700;
    line-height:0;
}

.end_point .button{
    padding-top:30px;

    display:flex;
    justify-content: center;
    align-items: center;
}

.end_point .button button{
    padding:20px;
    border:none;
    border-radius:5px;
    background-color:white;
    color:black;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight:500;
}

.end_point .button #unactive{
    background-color:transparent;
    color:white;
    width:auto;
    display:flex;
    justify-content: center;
    align-items: center;
}

.end_point .button #unactive svg{
    width:17px;
}