/* ==================== SECTION 1 CSS CODE START ===================== */


.section1{
    position: relative;
    height: 100vh;
    overflow: hidden;
    /* border: 1px solid red; */
    margin-top: 60px;
}
.get_started{
    position: fixed;
    right: 0;
    z-index: 6;
    top: 210px;
    width: 0px;
    height: 430px;
    border: 1px solid rgb(4, 0, 255);
    /* background-color: #e8e8f3; */
    background-color: #fafafa;
    visibility: hidden;
    transition: 0.3s all ease-in-out;
}

/* button animation start*/
/* From cssbuttons.io */
.btn_2 {
    position: relative;
    font-size: 17px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 1em 2.5em;
    display: inline-block;
    width: 300px !important;
    border-radius: 6em;
    transition: all .2s;
    border: none;
    font-family: inherit;
    font-weight: 500;
    color: rgb(255, 255, 255);
    background-color: rgb(52, 71, 247);
   }
   
   .btn_2:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(81, 136, 255, 0.2);
   }
   
   .btn_2:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(81, 136, 255, 0.2);
   }
   
   .btn_2::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
   }
   
   .btn_2::after {
    background-color: rgb(9, 84, 197);
   }
   
   .btn_2:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
   }
/* button animation end*/
.getstarted_btn_new{
    position: absolute;
    transform: rotate(90deg);
    width: 200px;
    left: -120px;
    top: 77px;
    visibility: visible;
    font-size: 20px;
    z-index: 7;
    /* animation: raisanim infinite 1s ease-in-out alternate-reverse; */
    background-color: rgb(134, 0, 0) !important;
    border: none;
}
.getstarted_btn{
    position: absolute;
    transform: rotate(90deg);
    width: 200px;
    left: -120px;
    top: 77px;
    visibility: visible;
    font-size: 20px;
    z-index: 7;
    animation: raisanim infinite 1s ease-in-out alternate-reverse;
    border: none;
}
@keyframes raisanim {
    0%{background-color: rgb(1, 22, 138); }
    100%{background-color: rgb(134, 0, 0); }
}
.errorall{
    color: red;
}
.quicksend_heading{
    border-bottom: 5px solid rgb(255, 255, 255);
    height: 40px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
}
.getstarted_btn:focus {
    box-shadow: none;
}
#submit_getstarted:focus{
    box-shadow: none;
}
.form{
    overflow: hidden;
    /* border: 1px solid red; */
    height: 430px;
}
.form input:focus{
    box-shadow: none;
    border: 1px solid rgb(0, 136, 61);
}
.left_slide{
    width: 400px;
    visibility: visible;
}
.design1{
    position: absolute;
    top: -20%;
    left: -10%;
    width: 500px;
    height: 500px;
    z-index: -5;
    border-radius: 50%;
    background-color: rgb(204, 220, 255);
}
.design2{
    position: absolute;
    bottom: -6%;
    right: -10%;
    width: 500px;
    height: 500px;
    z-index: -5;
    border-radius: 50%;
    background-color: rgb(125, 160, 255);
}
.design3{
    position: absolute;
    top: 90px;
    left: 300px;
    width: 100px;
    height: 100px;
    z-index: -4;
    border-radius: 50%;
    background-color: rgba(136, 173, 253, 0.836);
}
.container1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    /* border: 1px solid red; */
}
.right_side_content{
    position: relative;
    /* border: 1px solid red; */

}

.all_carousel_image{
    width: 100%;
    border: 5px solid rgba(255, 255, 255, 0.877);
    border-radius: 15px;
}
.Home_img{
    width: 100%;
    border: 5px solid rgba(255, 255, 255, 0.918);
    border-radius: 20px;
}
.left_side_content{
    /* border: 1px solid rgb(99, 82, 253); */
    height: 100%;
    display: flex;
    align-items: center;
    
}
.left_side_content p{
    font-size: 23px;
}
.btn_1{
    padding: 12px  !important;
    display: inline-block;
    border-radius: 30px;
    width: 60%;
    word-spacing: 2px;
    letter-spacing: 2px;
    font-size: 18px;
}
.Home_img_box_1{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.home_page_carousel_image{
    /* width: 700px; */
    /* height: 460px; */
    width: 90% !important;
    height: 100% !important ;
    border: 5px solid rgba(255, 255, 255, 0.877);
    border-radius: 15px;
}
.desktop_carousel{
    position: relative;
    width: 100%;
}

.home_page_mobile_carousel_image{
    /* width: 180px; */
    /* height: 360px; */
    width: 57%;
    /* height: 50%; */
    border: 5px solid rgba(255, 255, 255, 0.877);
    border-radius: 15px;
}
.mobile_carousel{
    position: fixed;
    right: -10%;
    bottom: 0;
    z-index: 1;
    /* border: 1px solid red; */
    width: 300px !important;
}

.slider_img_style{
    width: 100%;
    height: 100%;
}

/* ==================== 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: 200px;
    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;
}
.reason_sub_content h4{
    text-transform: capitalize;
}
.section2{
    background-color: rgba(215, 225, 255, 0.486);
}

/* ================= SECTION 3 CSS CODE START =================== */
.section3{
    /* background-color: rgba(215, 225, 255, 0.486); */
    background-color:  #f1f1f1;
    padding: 30px 0;
}
.section3 h3{
    border-bottom: 5px solid rgb(90, 87, 87);
    padding-bottom: 10px;
}
.section3 p{
    font-size: 23px;
}
.mobiledevice_border li{
    font-size: 20px;
    font-weight: 600;
    color: #717177;
    line-height: 2;
}

/* ==================== 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;
}

/* ================== SECTION 6 CSS CODE START ================== */
.carousel_container{
    border: 1px solid rgb(73, 32, 255);
    width: 600px;
    height: 400px;
    margin: auto;
    border-radius: 15px;
    overflow-y: scroll;
}
.carousel_container::-webkit-scrollbar{
    display: none;
}

.carousel_school_logo{
    width: 120px;
    height: 120px;
    padding: 10px 0;
    transform: scale(0.8);
    transition: all ease-in-out 0.3s;
    /* animation: logozoom 6s infinite ease-in-out; */
}
/* @keyframes logozoom {
    0%{transform: scale(0.8);}
    100%{transform: scale(1);}
} */
.carousel-control-prev-icon ,.carousel-control-next-icon{
    display: inline-block;
    padding: 40px ;
    background-color: #0000ee;
    border-radius: 50%;
}
.fa-quote-right{
    color: #0000ee;
}

@media screen and (max-width: 600px) {
    .section1{
        height: 100vh;
        margin-top: 0;
    }

    .Home_img{
        width: 100%;
        height: 100%;
        border: 2px solid rgba(255, 255, 255, 0.918);

    }
    .design1 ,.design2 ,.banner_design1 ,.banner_design2{
        width: 250px;
        height: 250px;
    }
    .design3 ,.banner_design3{
        width: 70px;
        height: 70px;
        top: 10px;
        left: 170px;
    } 
    .design1{
        top: -9%;
        left: -10%;
    }
    .design2{
        bottom: -6%;
        right: -10%;
    }
    .design3{
        top: 70px;
        left: 180px;
    }
    .btn_1 ,.btn_2{
        width: 90%;
        font-size: 14px;
        padding: 10px;
    }
    .banner_header{
        font-size: 30px;
    }
    .banner_sub_header{
        font-size: 15px;
    }
    .get_started ,.getstarted_btn{
        visibility: hidden;
    }
    .section2 h1{
        font-size: 20px;
    }
    .carousel_container{
        width: 100%;
    }
    .carousel_school_logo{
        width: 90px;
        height: 90px;
    }
    .carousel-control-prev-icon ,.carousel-control-next-icon{
        padding: 20px ;
    }
    .mobiledevice_border{
        border: 1px solid rgba(73, 32, 255, 0.753);
        border-radius: 15px;
        margin: 0 5px;
        padding: 10px 0;
    }
    .mobiledevice_border li{
        font-size: 17px;
        font-weight: 600;
        color: #717177;
        line-height: 1.5;
    }
    .mobile_device_play{
        text-align: center !important;
    }
    .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;
    }
    .Home_img_box_1{
        margin-top: 30px;
       
    }
    .left_side_content{
        margin-top: 50px !important;
    }
    .Home_img_box_1 .nivoSlider{
        /* border: 1px solid rgb(212, 0, 255); */
        width: 93.3%;
        position: absolute;
        top: 12px;
        left: 11.1px;
        height: 62%;
        overflow: hidden;
        margin: 0;
    }
    .left_side_content p{
        font-size: 16px;
    }
    .section3 p{
        font-size: 16px;
    }
    .home_image_gallery{
        width: 100%;
        height: 200px;
        margin-top: 100px !important;
        background: url("../../uploads/landing_page/progati_settings.PNG");
        background-clip: padding-box;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .home_image_gallery{
        border: 3px solid #b8b4b4;
        border-radius: 10px;
    }
    .mobile_image{
        width: 113px;
        height: 193px;
        border: 0px solid #b8b4b4;
        border-radius: 10px;
        right: -10px;
        top: 400px;
    }


    .home_page_carousel_image{
        /* width: 700px; */
        /* height: 460px; */
        width: 90% !important;
        height: 100% !important ;
        border: 2px solid rgba(255, 255, 255, 0.877);
        border-radius: 8px;
    }
    
    .all_carousel_image{
        width: 100%;
        border: 2px solid rgba(255, 255, 255, 0.877);
        border-radius: 15px;
    }
    .desktop_carousel{
        position: relative;
        width: 100%;
        margin-top: 20px;
    }
    
    .home_page_mobile_carousel_image{
        /* width: 180px; */
        /* height: 360px; */
        width: 22%;
        /* height: 40%; */
        border: 2px solid rgba(255, 255, 255, 0.877);
        border-radius: 8px;
    }
    .mobile_carousel{
        position: fixed;
        right: -225px;
        bottom: 0;
        z-index: 1;
        /* border: 1px solid red; */
        /* visibility: hidden; */
        width: 300px !important;
    }
    /* .whatsapp{
        width: 40px;
        height: 40px;
        color: green;
        position: fixed;
        bottom: 50px;
        right: 0;
        z-index: 300;
    }
  */
  .reason_sub_content{
    padding: 10px;
    border: 1px solid rgb(90, 78, 255);
    height: 220px;
    overflow: scroll;
    border-radius: 15px;
}
}