/* settings two */
.section-four{
    width:100%;
    background-color:black;
    background-image: url(../../assets/background/grid.svg);
    background-position: top center;
    background-size: cover;
    background-repeat: repeat;
    scroll-snap-align: start;
}



.section-four .section-four-container{
    padding:30px;
    padding-top:50px;
}

.section-four .section-four-container .section-four-title #spamTitle{
    color: white;
    font-size:50px;
    font-weight:500;
}



.section-four .section-four-container .section-four-title .pusher {
    padding-top:20px;
}

.video{
    padding-top:30px;
}

.section-four .section-four-container .section-four-title .pusher .download-our-app{
    padding:10px;
    border-radius:10000px;
    background-color:rgba(245, 245, 245, 0.211);
    width:380px;
    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: white;
}
.section-four .section-four-container .section-four-title .pusher .download-our-app svg{
    width:20px;
}


.section-four .section-four-container .video iframe{
    width:100%;
    height:600px;
}