/* ==================== SECTION 1 CSS CODE START ===================== */

.section1{
    position: relative;
    height: 100%;
    overflow: hidden;
    margin-top: 60px !important;
    /* border: 1px solid red; */
}
.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;
    visibility: hidden;
    transition: 0.3s all ease-in-out;
}

.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;
}
.form{
    overflow: hidden;
    /* border: 1px solid red; */
    height: 430px;
}
.form input:focus{
    box-shadow: none;
    border: 1px solid rgb(0, 136, 61);
}

.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 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%);
    padding-top: 20px;
}
.right_side_content{
    display: flex;
    justify-content: center;
}

.Home_img{
    width: 350px;
    /* height: 600px; */
    object-fit: cover;
    padding-top: 40px;
    /* image-resolution: 300dpi; */
    /* image-resolution: from-image 900dpi; */
    animation: updown alternate infinite 0.8s ease-in-out;
}
@keyframes updown {
    0%{transform: translateY(-15px);}
    100%{transform: translateY(5px);}
}
.left_side_content{
    /* border: 1px solid red; */
    height: 600px;
    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;
}
/* ===================== RATING SECTION START ==================== */
.color1{
    background-color: #79C9A1;
    position: relative;
}

.color2{
    background-color: #AED888;
}
.color3{
    background-color: #FFD935;
}
.color4{
    background-color: #FFB235;
}
.color5{
    background-color: #FF8C5A;
}

/* ===================== RATING SECTION END ==================== */

/* ==================== 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 3 CSS CODE START =================== */
.section3{
    background-color: rgba(215, 225, 255, 0.486);
    padding: 30px 0;
}
.section3 h3{
    border-bottom: 5px solid white;
    padding-bottom: 10px;
}
/* ================ SECTION FEATURES AND MOBILE ================= */
.section_features{
    background-color: rgba(215, 225, 255, 0.486);
    
}
.download_btn_box{
    display: flex;
    justify-content: start;
}
.features_app_img{
    width: 350px;
    object-fit: cover;
    /* height: 600px; */
    object-fit: cover;
    animation: updown alternate infinite 0.8s ease-in-out;

}

.features_content_box{
    border: 1px solid rgb(116, 107, 255);
    padding: 10px;
    border-radius: 15px;
    height: 220px;
}
.features_content_box i{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgb(91, 129, 255);
    padding: 13px;
    color: white;
}
.playstor{
    display: inline-block;
    border-radius: 30px;
    margin: 10px 0;
    padding: 15px 20px;
    transition:  0.5s all ease-in-out;
}
.playstor:hover{
    background-color: white;
    color: #0000ee;
}

/* ================SLICK SLIDER START====================== */
.section_screenshort{
    background-color: rgba(215, 225, 255, 0.486);
}
 .slick-prev:before {
    font-family: slick;
    font-size: 38px;
    line-height: 1;
    opacity: .75;
    color: #4d4fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: -15px;
    top: 0;
}
.slick-next:before {
    font-family: slick;
    font-size: 38px;
    line-height: 1;
    opacity: .75;
    color: #4d4fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: -15px;
    top: 0;
}
.carousel_screenshort{
    width: 240px;
    padding: 70px 0;
    margin: auto;
}
.slick-slide .carousel_screenshort {
    transition: transform 0.5s; 
   }
.slick-slide .screenshort_title{
    transform: scale(0);
    transition: transform 0.5s; 
}
  
.slick-slide.slick-center .carousel_screenshort{
    transform: scale(1.4);
}
.slick-slide.slick-center .screenshort_title{
    transform: scale(1.1);
    /* color: #0053ee; */
}
 
/* ==================== SLICK SLIDER END ================== */

/* ==================== 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(149, 183, 255);
}
.banner_design3{
    position: absolute;
    bottom: 10px;
    right: 290px;
    width: 100px;
    height: 100px;
    z-index: -4;
    border-radius: 50%;
    background-color: rgb(72, 130, 255);
}
.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);
}
.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 ================== */
.carousel12{
    /* border: 1px solid rgb(73, 32, 255); */
    /* width: 600px; */
    height: 100%;
    display: flex;
    align-items: center;
    margin: auto;
    border-radius: 15px;
    overflow-y: scroll;
}
.carousel12::-webkit-scrollbar{
    display: none;
}
.rating_section_border{
    margin: 5px;
    margin: 0 auto;
}
.ratting_profile_picture{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* border: 1px solid red; */
}
.ratting_main_class{
    /* border: 1px solid red; */
    height: 200px;
    display: flex;
    align-items: center;
    background-color: white;
    overflow-y: scroll;
}
.ratting_main_class::-webkit-scrollbar{
    display: none;
}
.ratting_main_class:hover .carousel-control-prev-icon ,.ratting_main_class:hover .carousel-control-next-icon{
    visibility: visible;
}
.ratting_profile_picture_box{
    width: 60px;
    height: 60px;
    /* border: 1px solid red; */
}
.carousel_school_logo{
    width: 100%;
    height: 120px;

}
.carousel-control-prev-icon ,.carousel-control-next-icon{
    display: inline-block;
    padding: 10px ;
    background-color: #0000ee;
    border-radius: 50%;
    visibility: hidden;
    transition: all 0.1s ease-in-out;
}
.fa-quote-right{
    color: #4646ff;
    margin: 5px 0;
}

@media screen and (max-width: 600px) {
    .section1{
        height: 135% !important;
        padding-top: 100px !important;
        /* border: 1px solid red; */
    }
    .left_side_content{
        /* padding-top: 20px !important; */
        height: 280px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        /* border: 1px solid red; */

    }
    .home_img_box{
        visibility: hidden;
    }
    .Home_img{
        width: 280px;
        /* height: 350px; */
        object-fit: cover;
        padding-top: 2px;
        padding-bottom: 188px;
        visibility: visible;
    }
    .design1 ,.design2 ,.banner_design1 ,.banner_design2{
        width: 250px;
        height: 250px;
    }
    .design3 ,.banner_design3{
        width: 70px;
        height: 70px;
        top: 30px;
        left: 170px;
    } 
    .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_school_logo{
        width: 100% !important;
        height: 45px;
    }
    .carousel-control-prev-icon ,.carousel-control-next-icon{
        padding: 5px !important ;
        visibility: hidden;
    }
    .features_app_img{
        width: 280px;
        /* height: 350px; */
        object-fit: cover;
    }
    .section_features_content{
        margin-top: 40px;
    }
  
    .design1{
        top: -18%;
        left: -10%;
    }
    .design2{
        bottom: -6%;
        right: -10%;

    }
    .mobile_device_play{
        text-align: center !important;
        padding: 30px 0;
    }
    .design3{
        top: 1px;
        left: 170px;
    }
    .application_download_sub{
        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;
    }
    .container1{
        position: absolute;
        top: 66%;
        left: 50%;
        transform: translate(-50% , -50%);
        padding-top: 20px;
    }
    .slick-slide.slick-center .screenshort_title{
        transform: scale(1);
        border:none;
    }
    .carousel12{
        border: none;
        width: 100% !important;
    }
    .carousel_screenshort{
        width: 200px !important;
        /* height: 350px; */
        object-fit: cover;
        padding: 100px 0;
        margin: auto;
    }
    .progress{
        margin-bottom: 0.2rem !important;
    }
    .rating_section_border{
        margin: 0;
    }
    .left_side_content p{
        font-size: 16px;
    }
    .download_btn_box{
        display: flex;
        justify-content: center;
    }

   
}