/* ==================== SECTION 2 CSS CODE START ===================== */
.btn_2{
    padding: 12px  !important;
    display: inline-block;
    border-radius: 30px;
    width: 30%;
    word-spacing: 2px;
    letter-spacing: 2px;
    font-size: 18px;
}
.reason_sub_content{
    padding: 10px;
    border: 1px solid rgb(90, 78, 255);
    height: 250px;
    overflow: scroll;
    border-radius: 15px;
}
.reason_sub_content::-webkit-scrollbar{
    display: none;
}
.reason_sub_content span{
    width: 60px;
    height: 60px;
    padding: 14px;
    background-color: rgb(91, 129, 255);
    display: inline-block;
    border-radius: 50%;
    color: white;
    margin: 8px 0;
}
.section2{
    background-color: rgba(215, 225, 255, 0.486);
}

/* ==================== SECTION 4 CSS CODE START ================== */
.section4{
    padding: 150px 0;
    margin-top: 50px;
    background-color: rgba(215, 225, 255, 0.486);
    position: relative;
    overflow: hidden;
}

.banner_design1{
    position: absolute;
    top: -20%;
    left: -10%;
    width: 500px;
    height: 500px;
    z-index: -5;
    border-radius: 50%;
    background-color: rgb(149, 183, 255);
}
.banner_design2{
    position: absolute;
    bottom: -20%;
    right: -10%;
    width: 500px;
    height: 500px;
    z-index: -5;
    border-radius: 50%;
    background-color: rgb(77, 74, 255);
}
.banner_design3{
    position: absolute;
    bottom: 10px;
    right: 290px;
    width: 100px;
    height: 100px;
    z-index: -4;
    border-radius: 50%;
    background-color: rgba(112, 72, 255, 0.815);
}
.banner_header{
    font-size: 50px;
}
.banner_sub_header{
    font-size: 30px;
}
/* ===================SECTION 5 CSS CODE START ================= */
.section5{
    padding: 50px 0;
    background-image: linear-gradient(to right, #d8d8ff, #b3b1ff, #8e89ff, #6661ff, #3333fb);
}
.playstor_button{
    height: 100px;
    width: 250px;
    transform: translateX(-25px);
}
.btn_3{
    display: inline-block;
    padding: 10px 40px;
    border-radius: 30px;
    font-size: 23px;
    transition: 0.3s ease-in-out all;
    border: none;
    box-shadow: none;
}
.btn_3:hover{
    background-color: white;
    color: #0000ee;
}
.btn_3:focus{
    box-shadow: none;
}
.application_download_sub{
    /* border: 1px solid red; */
    height: 400px;
    display: flex;
    align-items: center;
}
.application_download_sub h2{
    font-size: 40px;
}
.application_download_sub p{
    font-size: 20px;
}



@media screen and (max-width: 600px) {

    .application_download_sub{
        /* border: 1px solid red; */
        height: 200px;
        display: flex;
        align-items: center;
    }
    .application_download_sub h2{
        font-size: 25px;
        color: white;
    }
    .application_download_sub p{
        font-size: 16px;
        color: white;
    }
    .banner_header{
        font-size: 30px;
    }
    .banner_sub_header{
        font-size: 15px;
    }


}


