@keyframes dash{from{stroke-dashoffset:5000}to{stroke-dashoffset:0}}.hero-sec{padding:50px 0;position:relative;overflow:hidden}.hero-sec::before{content:"";position:absolute;width:200vw;height:200vw;max-width:3722px;max-height:3722px;background-image:url("./../../assets/img/hero-stroke-bg.webp");background-position:center;background-repeat:no-repeat;background-size:contain;z-index:0;animation:208s linear hero-bg-anim infinite;left:20%;top:10%;pointer-events:none}@keyframes hero-bg-anim{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.hero-sec .conent-warpper{position:relative;z-index:1;padding-right:50px}.hero-sec .conent-warpper .main-title{font-size:48px}.hero-sec .conent-warpper .lead{margin-bottom:10px}.hero-sec .conent-warpper .card{padding:16px}.hero-sec .conent-warpper .card .btn{padding:14px 26px}.hero-sec .sec-img{max-width:416px;margin-left:auto}.hero-sec .obj{position:absolute}.hero-sec .obj.obj-1{width:345px;height:345px;top:50%;left:50%;transform:translate(-50%, -50%);background-color:#f7c7bf;border-radius:46px;z-index:0;animation:20s rotate-full linear infinite alternate-reverse}@keyframes rotate-full{from{transform:translate(-50%, -50%) rotate(0deg)}to{transform:translate(-50%, -50%) rotate(360deg)}}.hero-sec .obj.obj-2{width:76px;height:71px;background-image:url("./../../assets/img/hero-title-obj.webp");background-repeat:no-repeat;background-size:contain;top:-24px;left:-44px;animation:3s infinite heroTitleObj cubic-bezier(0.175, 0.885, 0.32, 1.275) alternate-reverse}@keyframes heroTitleObj{0%{transform:scale(0)}20%{transform:scale(1)}100%{transform:scale(1)}}.hero-sec .obj.obj-3{width:36px;height:36px;border:7px solid #52b8bb;left:10%;top:40%;border-radius:50%;animation:2s circleObjAnim infinite alternate-reverse}.hero-sec .obj.obj-4{width:45px;height:45px;border:7px solid #52b8bb;left:54%;top:10%;border-radius:50%;animation:4s circleObjAnim infinite alternate-reverse}.hero-sec .obj.obj-5{width:25px;height:25px;background-color:#52b8bb;left:56%;top:60%;border-radius:50%;animation:4s circleObjAnim infinite alternate-reverse}.hero-sec .obj.obj-6{width:36px;height:36px;border:7px solid #ff5e48;right:22%;top:8%;border-radius:50%;animation:4s circleObjAnim infinite alternate-reverse;animation-delay:5s}.hero-sec .obj.obj-7{width:15px;height:15px;background-color:#ff5e48;right:40%;top:28%;border-radius:50%;animation:4s circleObjAnim infinite alternate-reverse;animation-delay:.5s}.hero-sec .obj.obj-8{width:26px;height:26px;background-color:#ff5e48;right:20%;bottom:20%;border-radius:50%;animation:2s circleObjAnim infinite alternate-reverse}@keyframes circleObjAnim{from{transform:translate(0%, 100%)}to{transform:translate(0%, 0%)}}.hero-sec .review-wrapper{margin-top:46px}.hero-sec .review-wrapper .reviews-title{font-size:30px}.hero-sec .review-wrapper .stars-wrapper .star-icon{opacity:0;transform:scale(3);animation:.5s zoomIn forwards linear;position:relative;overflow:hidden}.hero-sec .review-wrapper .stars-wrapper .star-icon::before{content:"";position:absolute;width:30px;height:200%;background:#fff;background:linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);top:50%;left:-200%;transform:translateY(-50%) rotate(45deg);opacity:.8;animation:splashEffect 6s infinite linear}@keyframes splashEffect{0%{left:-200%}90%{left:-200%}100%{left:110%}}@keyframes zoomIn{from{opacity:0;transform:scale(3)}to{opacity:1;transform:scale(1)}}.hero-sec .review-wrapper .stars-wrapper .star-icon:nth-child(2){animation-delay:.5s}.hero-sec .review-wrapper .stars-wrapper .star-icon:nth-child(2)::before{animation-delay:1s}.hero-sec .review-wrapper .stars-wrapper .star-icon:nth-child(3){animation-delay:1s}.hero-sec .review-wrapper .stars-wrapper .star-icon:nth-child(3)::before{animation-delay:2s}.hero-sec .review-wrapper .stars-wrapper .star-icon:nth-child(4){animation-delay:1.5s}.hero-sec .review-wrapper .stars-wrapper .star-icon:nth-child(4)::before{animation-delay:3s}.hero-sec .review-wrapper .stars-wrapper .star-icon:nth-child(5){animation-delay:2s}.hero-sec .review-wrapper .stars-wrapper .star-icon:nth-child(5)::before{animation-delay:4s}.grades-gallery .gallery-container .img-area{overflow:hidden;border-radius:12px;box-shadow:0 0 4px #000;min-height:300px;max-height:300px}.grades-gallery .gallery-container .img-area img{width:100%;height:100%;object-fit:cover}.grades-gallery .gallery-container .modal-content img{max-width:100%;height:auto;display:block;margin:auto}.grades-gallery .gallery-container #modalImg{display:block;margin:auto;width:auto;height:auto}.grades-gallery .gallery-container .modal{display:none;position:fixed;z-index:1;padding-top:100px;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;z-index:11}.grades-gallery .gallery-container .modal-content{position:relative;margin:auto;padding:0;width:90%;max-width:1200px;display:flex;justify-content:center;align-items:center;height:100%}.grades-gallery .gallery-container .close{color:#fff;background-color:var(--primary);position:fixed;top:47px;right:47px;font-size:35px;font-weight:bold;display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:8px;z-index:99}.grades-gallery .gallery-container .close:hover,.grades-gallery .gallery-container .close:focus{background-color:#ce5140;color:#fff;text-decoration:none;cursor:pointer}.grades-gallery .gallery-container .mySlides{display:none}.grades-gallery .gallery-container .cursor{cursor:pointer}.grades-gallery .gallery-container .prev,.grades-gallery .gallery-container .next{cursor:pointer;position:fixed;top:50%;width:50px;height:50px;color:#fff;background-color:var(--primary);font-weight:bold;transition:.6s ease;border-radius:50%;display:flex;align-items:center;justify-content:center;text-align:center;user-select:none;-webkit-user-select:none}.grades-gallery .gallery-container .prev{left:47px}.grades-gallery .gallery-container .next{right:47px}.grades-gallery .gallery-container .prev:hover,.grades-gallery .gallery-container .next:hover{background-color:#ce5140}.grades-gallery .gallery-container .numbertext{color:#f2f2f2;font-size:12px;padding:8px 12px;position:absolute;top:0}.grades-gallery .gallery-container img{margin-bottom:-4px}.half-sec.content-right .content-wrapper{padding-left:48px}.half-sec.content-right .line-obj{left:-180px}.half-sec.content-left .content-wrapper{padding-right:48px}.half-sec.content-left .line-obj{left:unset;right:-180px}.half-sec .obj{position:absolute}.half-sec .obj.obj-s1{border-radius:50%;width:56px;height:56px;box-shadow:12px 22px 30px rgba(0,0,0,.25);display:flex;justify-content:center;align-items:center;background-color:#fff;animation:upDownObj 4s infinite linear alternate-reverse}@keyframes upDownObj{from{transform:translate(0%, 0%)}to{transform:translate(0%, 100%)}}.half-sec .obj.obj-s1.obj-1{top:20%;right:-28px}.half-sec .obj.obj-s1.obj-2{top:50%;left:-28px;animation-delay:.5s}.half-sec .obj.obj-s1.obj-3{bottom:20%;right:-28px;animation-delay:1s}.half-sec .obj.wave-wrapper{display:flex;gap:13px;bottom:40px;left:-33px}.half-sec .obj.wave-wrapper>div{border-radius:50%;width:66px;height:66px;box-shadow:12px 22px 30px rgba(0,0,0,.25);display:flex;justify-content:center;align-items:center;background-color:#fff;animation:3s jumpingObj infinite linear alternate}@keyframes jumpingObj{0%{transform:translateY(0)}40%{transform:translateY(0)}50%{transform:translateY(-40px)}70%{transform:translateY(0)}100%{transform:translateY(0)}}.half-sec .obj.wave-wrapper>div.obj-2{animation-delay:.3s}.half-sec .obj.wave-wrapper>div.obj-3{animation-delay:.6s}.half-sec .img-wrapper .sec-img{max-width:580px}.half-sec .img-wrapper .line-obj{position:absolute;top:-80px;transition:2s}.half-sec .img-wrapper .line-obj .path{stroke-dasharray:5000;stroke-dashoffset:5000;animation:dash 4s linear alternate infinite}.why-choose-us-sec .card{transition:.3s}.why-choose-us-sec .card:hover{background-color:var(--gray-light)}.why-choose-us-sec .card:hover .card-img.default{display:none}.why-choose-us-sec .card:hover .card-img.hover{display:block}.why-choose-us-sec .card .card-img{margin-bottom:14px}.why-choose-us-sec .card .card-img.hover{display:none}.why-choose-us-sec .card .card-title{font-size:22px}.about-sec{overflow:hidden}.about-sec .animation-wrapper{max-width:400px;margin-left:auto}.about-sec .animation-wrapper .strokes-box{margin-top:clamp(0px,7vw,76px);min-width:420px;min-height:420px;width:100%;height:100%;max-width:434px;display:flex;justify-content:end;background-color:var(--primary);border-radius:20px;background-image:url("./../../assets/img/stroke-box-strokes.webp");animation:strokeBoxBg 8s infinite ease alternate-reverse;overflow:hidden}@keyframes strokeBoxBg{from{background-position:200% 20%}to{background-position:-60% -60%}}.about-sec .animation-wrapper .strokes-box .box-inner-img{margin:-10px -10px 0 0}.about-sec .animation-wrapper .img{position:absolute;z-index:1}.about-sec .animation-wrapper .img.img-1{top:-100px;left:-70px;animation:6s img-1-yanim infinite alternate ease}@keyframes img-1-yanim{from{transform:translateY(40px)}to{transform:translateY(0%)}}.about-sec .animation-wrapper .img.img-2{bottom:-40px;left:-23px;animation:6s img-2-xanim infinite alternate ease}@keyframes img-2-xanim{from{transform:translateX(60px)}to{transform:translateX(0)}}.about-sec .animation-wrapper .line-obj{position:absolute}.about-sec .animation-wrapper .line-obj.line-1{left:50%;top:-130px}.about-sec .animation-wrapper .line-obj.line-2{left:-120px;bottom:30px;z-index:0}.about-sec .path{stroke-dasharray:5000;stroke-dashoffset:5000;animation:dash 4s linear alternate infinite}.service-sec .service-link{padding:16px 26px 16px 0;font-size:17px;border-bottom:1px solid var(--navy-blue);width:100%;display:block;transition:.3s;position:relative}.service-sec .service-link::before{content:"";position:absolute;top:50%;right:0;width:26px;height:15px;transform:translate(0, -50%);background-image:url("./../../assets/img/icons/arrow-navy-blue.webp");background-repeat:no-repeat;transition:.3s}.service-sec .service-link:hover{color:var(--primary);border-color:var(--primary)}.service-sec .service-link:hover::before{background-image:url("./../../assets/img/icons/arrow-primary.webp")}.testimonial-sec .testimonial-card{padding:22px 20px;background-color:var(--gray-light-2)}.testimonial-sec .testimonial-card:hover{background-color:var(--navy-blue)}.testimonial-sec .testimonial-card:hover .testimonial-title,.testimonial-sec .testimonial-card:hover .testimonial-role,.testimonial-sec .testimonial-card:hover .lead{color:#fff}.testimonial-sec .testimonial-card .testimonial-title{font-size:16px}.testimonial-sec .testimonial-card .testimonial-role{color:#676767;font-size:14}.how-it-works-sec .step-wrapper{position:relative}.how-it-works-sec .step-wrapper::before{content:"";position:absolute;width:290px;height:33px;top:30px;left:50%;background-image:url("./../../assets/img/how-it-works-stroke.webp");background-repeat:no-repeat;background-size:contain;z-index:0}.how-it-works-sec .step-wrapper.no-before::before{display:none}.how-it-works-sec .step-wrapper .step-count{width:70px;height:70px;background-color:var(--primary);border-radius:50%;color:#fff;display:flex;justify-content:center;align-items:center;font-size:25px;margin-bottom:30px;position:relative;z-index:1}.how-it-works-sec .step-wrapper .step-title{font-size:25px}.trust-sec .student-list{position:absolute;top:0;left:0}.trust-sec .student-list li{transition:.4s;position:absolute}.trust-sec .student-list li img{height:auto}.trust-sec .student-list li.active{transform:scale(1.3)}.trust-sec .student-list li:nth-child(1){top:5%;left:30%}.trust-sec .student-list li:nth-child(2){top:8%;left:50%}.trust-sec .student-list li:nth-child(3){top:30%;left:20%}.trust-sec .student-list li:nth-child(4){top:30%;right:40%}.trust-sec .student-list li:nth-child(5){top:50%;right:20%}.trust-sec .student-list li:nth-child(6){top:52%;left:46%}.trust-sec .student-list li:nth-child(7){top:67%;left:30%}.trust-sec .student-list li:nth-child(8){top:69%;left:56%}.trust-sec .student-list li:nth-child(9){top:75%;left:84%}.trust-sec .university-list{position:absolute;top:0;left:0}.trust-sec .university-list li{position:absolute;padding:17px;border:2px solid var(--primary);border-radius:44px;display:flex;background-color:#fff;align-items:center}.trust-sec .university-list li:nth-child(1){left:-10%;top:10%}.trust-sec .university-list li:nth-child(2){right:5%;top:14%}.trust-sec .university-list li:nth-child(3){left:10%;bottom:14%}.trust-sec .university-list li p{margin-bottom:0;color:#676767;font-size:14px}.faq-sec .accordion .accordion-item{border-bottom:1px solid var(--navy-blue)}.faq-sec .accordion .accordion-item.active .accordion-header{color:var(--primary)}.faq-sec .accordion .accordion-item.active .accordion-header .arrow img{transform:rotate(-180deg)}.faq-sec .accordion .accordion-item .accordion-header{padding:20px 30px;font-family:"Gilroy-Bold",sans-serif;font-size:20px;position:relative;cursor:pointer}.faq-sec .accordion .accordion-item .accordion-header:hover{color:var(--primary)}.faq-sec .accordion .accordion-item .accordion-header .arrow{position:absolute;background-color:var(--primary);width:31px;height:31px;display:flex;justify-content:center;align-items:center;border-radius:50%;top:50%;right:30px;transform:translate(0, -50%);transition:.4s}.faq-sec .accordion .accordion-item .accordion-header .arrow img{transition:.4s}.faq-sec .accordion .accordion-item .accordion-header .arrow:hover{transform:translate(0, -50%) scale(1.2)}.faq-sec .accordion .accordion-item .accordion-content{display:none;padding:0 30px}.faq-sec .accordion .accordion-item .accordion-content.show{display:block}@media(max-width: 1528px)and (max-height: 738px){.hero-sec .conent-warpper .main-title{font-size:36px}.hero-sec .review-wrapper{margin-top:20px}.hero-sec .review-wrapper .reviews-title{font-size:26px}.hero-sec .sec-img{max-width:320px;margin-right:auto}.hero-sec .obj.obj-1{width:260px;height:260px}}@media(max-width: 1357px)and (max-height: 642px){.hero-sec .conent-warpper .main-title{font-size:32px}.hero-sec .sec-img{max-width:280px}.hero-sec .obj.obj-1{width:300px;height:300px}}@media(max-width: 1181px){.how-it-works-sec .step-wrapper::before{display:none}}@media(max-width: 991px){.hero-sec{padding:40px 0}.hero-sec::before{display:none}.hero-sec .conent-warpper{padding-right:0}.hero-sec .conent-warpper .main-title{font-size:36px}.hero-sec .obj{opacity:.4}.hero-sec .obj.obj-2{opacity:1}.half-sec.content-right .content-wrapper{padding-left:0}.half-sec.content-left .content-wrapper{padding-right:0}.half-sec .img-wrapper{max-width:fit-content;margin:auto}.half-sec .img-wrapper .sec-img{max-width:340px;display:block;margin:0 auto}.half-sec .img-wrapper .line-obj svg{width:220px}.about-sec .animation-wrapper{margin-right:auto;width:100%}.about-sec .animation-wrapper .strokes-box{min-width:100%;min-height:340px}.about-sec .animation-wrapper .strokes-box .box-inner-img{width:120px;height:120px}.about-sec .animation-wrapper .img.img-1{top:-40px;left:-12px;width:180px}.about-sec .animation-wrapper .img.img-2{bottom:-10px;left:-23px;width:140px}.about-sec .animation-wrapper .path{display:none}.trust-sec .university-list{position:absolute;top:0;left:0}.trust-sec .university-list li{padding:10px}.trust-sec .university-list li:nth-child(1){left:0}.trust-sec .university-list li .content{display:none}}@media(max-width: 767px){.hero-sec{padding:40px 0}.hero-sec .conent-warpper{padding-right:0}.hero-sec .conent-warpper .main-title{font-size:30px}.hero-sec .conent-warpper .main-title .underline::before{height:4px}.hero-sec .review-wrapper .reviews-title{font-size:22px}.half-sec.content-right .line-obj{left:-100px}.half-sec.content-left .line-obj{right:-100px}.half-sec .img-wrapper .line-obj svg{width:180px}.how-it-works-sec .step-wrapper .step-count{width:50px;height:50px;margin-bottom:20px}.how-it-works-sec .step-wrapper .step-title{font-size:22px}.trust-sec .student-list{position:absolute;top:0;left:0}.trust-sec .student-list li img{width:30px}.trust-sec .university-list li{padding:6px}.trust-sec .university-list li img{width:40px;height:40px}.faq-sec .accordion .accordion-item .accordion-header{padding:16px 46px 16px 20px;font-size:18px}.faq-sec .accordion .accordion-item .accordion-header .arrow{width:26px;height:26px;right:20px}.faq-sec .accordion .accordion-item .accordion-content{display:none;padding:0 20px}.faq-sec .accordion .accordion-item .accordion-content.show{display:block}.modal-content{width:95%;max-height:75vh}.close{font-size:24px;width:35px;height:35px}.prev,.next{width:35px;height:35px;top:446px !important}}@media(max-width: 576px){.prev,.next{display:none !important}}@media(max-width: 480px){.modal-content{width:100%;max-height:70vh}.close{font-size:25px !important;width:35px !important;height:35px !important}.prev,.next{width:35px !important;height:35px !important;font-size:14px;top:unset !important;bottom:316px}}/*# sourceMappingURL=home.css.map */
