@import"https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap";@import"https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap";@import"https://fonts.googleapis.com/css2?family=Righteous&display=swap";@import"https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Norican&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";*{-webkit-tap-highlight-color:transparent;margin:0;padding:0;box-sizing:border-box;outline:none}:root{--white: #ffffff;--black: #000000;--off-white: #e8f1f2;--off-dark: #164863;--light-dark: #8cd7ff;--dark-1: #0f172a;--dark-2: #111827;--dark-3: #020617;--dark-bg: linear-gradient(50deg, #3789bf 0%, #2c3e50 0%)}html{scroll-behavior:smooth}body{font-family:poppins,sans-serif}ul{list-style:none}a{text-decoration:none;color:inherit}section{position:relative;padding:10vh 1rem;padding-top:0;background-color:var(--off-white);color:var(--off-dark);overflow:hidden}.container{height:100%;width:100%;margin:0 auto;max-width:1200px}@media screen and (max-width: 768px){section{padding:3vh 1rem}}.header{position:sticky;top:0;width:100%;height:10vh;padding:1rem;background-color:#222;color:var(--off-white);display:flex;align-items:center;justify-content:center;z-index:9999}.header nav{position:relative;height:100%;width:100%;max-width:1200px;display:flex;justify-content:space-between;align-items:center;gap:2rem}.header .nav_logo{font-family:Kaushan Script,cursive;font-size:2rem;width:100%}.header .nav_items{display:flex;align-items:center;justify-content:center;gap:1rem}.header .nav_items a{position:relative;width:max-content;cursor:pointer;font-weight:400;font-size:1.1rem}.header .nav_items a:before{position:absolute;content:"";bottom:0rem;left:0;background-color:var(--off-white);height:2px;width:0%;transition:all .3s ease}.header .nav_items a:hover:before{width:100%}.header .workshop_btn{padding:.25rem .5rem;border-radius:.25rem;background-color:red}.ham_wrapper{height:100%;display:none;align-items:center;justify-content:center}.ham_icon{position:relative;width:25px;height:20px;margin:auto;display:flex;align-items:center;transition:all 1s ease;cursor:pointer}.ham_icon span{position:absolute;width:100%;height:4px;background-color:var(--off-white);border-radius:2rem;transition:all .3s ease-in-out;transition-delay:.5s}.ham_icon span:nth-child(1){top:0;left:0;width:50%;transform:translateY(0)}.ham_icon span:nth-child(2){width:100%;transform:scaleX(1);opacity:1}.ham_icon span:nth-child(3){bottom:0;right:0;width:50%;rotate:0}.ham_wrapper.active .ham_icon{rotate:225deg}.ham_wrapper.active span:nth-child(1){width:100%;transform:translateY(10px);transition-delay:0s}.ham_wrapper.active span:nth-child(2){transform:scaleX(0);opacity:0;transition-delay:0s}.ham_wrapper.active span:nth-child(3){width:100%;rotate:90deg;bottom:8px;transition-delay:0s}@media screen and (max-width: 768px){.header .nav_logo{font-size:1.5rem}.ham_wrapper{display:flex}.ham_icon span{height:2px}.header .nav_items{display:none}}.menuMobile_container{display:none}@media screen and (max-width: 768px){.menuMobile_container{position:absolute;top:10vh;left:0;display:flex;width:100%;height:92vh;background-color:#222;transition:all .5s ease-in-out;transform:translate(-100vw);border-top:1px solid #fff}.menuMobile_container.expand{transform:translateY(0)}.menuMobile_container ul{display:flex;width:100%;flex-direction:column;gap:1rem}.menuMobile_container ul a{position:relative;font-size:1.5rem;padding-left:10%;font-weight:700;letter-spacing:2px;border-bottom:1px solid white;opacity:.5}.menuMobile_container ul a.active{opacity:1;font-weight:600}}.hero{position:relative;width:100%;height:90vh;overflow:hidden;scroll-margin-top:10vh}.hero_main{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:5vh 2rem}.hero_main .hero_title{text-align:center;display:flex;flex-direction:column;font-size:3.5rem;line-height:4.5rem;font-weight:700}.hero_title .logo_name{height:64px}.hero_title .logo_name img{height:100%}.hero_main .hero_title .shape{color:#e3735e}.hero_buttons,.hero_info,.hero_info p{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:2rem}.hero_buttons a{min-width:200px;font-size:1.25rem;font-weight:500;text-align:center;padding:.5rem 1rem;background-color:var(--dark-1);color:var(--off-white);border:2px solid transparent;border-radius:.25rem;cursor:pointer;transition:all .3s ease-in-out}.hero_buttons a:nth-child(2){background-color:var(--off-white);color:var(--dark-1);border-color:var(--dark-1)}.hero_info p{gap:.5rem;font-weight:500}.hero_info p i{background-color:var(--dark-1);color:var(--off-white);padding:.5rem;border-radius:50%}.shimmer_btn{position:relative;overflow:hidden;isolation:isolate}.shimmer_btn:before{content:"";position:absolute;top:0;left:-120%;width:60%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.6),transparent);transform:skew(-20deg)}.shimmer_btn:before{animation:shimmerMove 3s infinite}@keyframes shimmerMove{0%{left:-120%}50%{left:100%}to{left:220%}}@media screen and (max-width: 768px){.hero{height:max-content}.hero_main{gap:1.5rem;padding:1rem 0}.hero_main .hero_title{font-size:2rem;line-height:2.5rem}.hero_title .logo_name img{height:3rem}.hero_buttons,.hero_info{gap:.75rem}.hero_buttons a{min-width:225px;padding:.5rem;font-size:1.1rem}.hero_info{transform:translate(20%);justify-content:flex-start}.hero_info p{gap:.5rem;font-size:.9rem}.hero_info p i{padding:.25rem;font-size:.75rem}}.marq_container{width:100%;padding:1rem 0;background-color:transparent}.image_item{display:flex;align-items:center;justify-content:center;margin:0 1.5rem}.image_item img{height:50px;width:auto;max-width:100px;object-fit:contain;border-radius:.5rem;transition:transform .2s ease,opacity .2s ease}.image_item img:hover{transform:scale(1.08);opacity:.9}@media (max-width: 768px){.image_item{margin:0 1rem}.image_item img{height:40px;max-width:80px}}.courses main{width:100%;display:flex;flex-direction:column;gap:1.8rem;margin-top:2rem}.course_card{position:relative;display:flex;border-radius:.75rem;overflow:hidden;background:white;box-shadow:0 10px 35px #0000000f;transition:all .35s ease}.course_card.clickable{cursor:pointer}.course_card:hover{transform:translateY(-10px);box-shadow:0 25px 60px #00000024}.course_card_left{position:relative;width:32%;padding:2.2rem;display:flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(135deg,#0f172a,#1e293b);overflow:hidden}.course_card_left_image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .5s ease,transform .7s ease}.course_card_left:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,rgba(0,0,0,.2),rgba(0,0,0,.7));opacity:0;transition:.4s}.course_card:hover .course_card_left_image{opacity:1;transform:scale(1.08)}.course_card:hover .course_card_left:after{opacity:1}.card_left_name{position:absolute;top:1rem;left:0;background:white;color:#111827;font-size:.75rem;font-weight:600;padding:.25rem .9rem;border-radius:0 6px 6px 0}.card_left_title{position:relative;font-size:1.6rem;font-weight:600;text-align:center;z-index:2}.card_left_title span{display:block;font-size:3rem;opacity:.25}.course_card_right{width:68%;padding:2rem;display:flex;flex-direction:column;justify-content:space-between}.card_right_name{font-weight:600;letter-spacing:.4px;color:#6b7280}.card_right_chapters{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.card_right_chapters span{font-size:.82rem;background:#eef2ff;color:#3730a3;padding:.35rem .7rem;border-radius:999px;transition:.25s}.card_right_chapters span:hover{background:#6366f1;color:#fff}.course_right_view{display:flex;justify-content:flex-end;margin-top:1rem}.course_right_view a{position:relative;padding:.6rem 1.3rem;border-radius:999px;text-decoration:none;font-weight:600;font-size:.85rem;background:#111827;color:#fff;transition:.3s}.course_right_view a i{margin-left:.3rem;transition:.3s}.course_right_view a:hover{transform:translateY(-3px);box-shadow:0 12px 25px #0003}.course_right_view a:hover i{transform:translate(6px)}@media (max-width: 768px){.course_card{flex-direction:column}.course_card_left,.course_card_right{width:100%}.course_card_left{min-height:150px;padding:1.5rem}.card_left_title span{font-size:2.2rem}.course_card_right{padding:1.5rem}.course_right_view{justify-content:flex-start}}.sectionHeader{display:flex;align-items:center;gap:.5rem;margin-bottom:3rem;width:100%}.sectionHeader .sectionHeader_number{font-size:1.25rem}.sectionHeader span{height:2px;width:50px;background-color:coral}.sectionHeader h1{font-weight:300}@media screen and (max-width: 768px){.sectionHeader{margin-bottom:1rem;font-size:.8rem}.sectionHeader span{width:40px}.sectionHeader h1,.sectionHeader h2{margin:0;line-height:110%}}@media screen and (max-width: 480px){.sectionHeader{gap:.25rem}.sectionHeader .sectionHeader_number{font-size:1.5rem}.sectionHeader span{width:20px}.sectionHeader h1{font-size:1.25rem}.sectionHeader h2{font-size:1.1rem}}section.scrollCards{overflow:unset}.scrollCards .sectionHeader{position:sticky;top:12vh}.scrollCards_all{width:100%;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.scrollCards_all .scrollCard_item{position:sticky;border-radius:1rem;box-shadow:0 0 10px #00000040;background-color:#fff;overflow:hidden}.scrollCards_all .scrollCard_item:nth-child(1){top:20vh}.scrollCards_all .scrollCard_item:nth-child(2){top:33vh}.scrollCards_all .scrollCard_item:nth-child(3){top:46vh}.scrollCards_all .scrollCard_item:nth-child(4){top:59vh}.scrollCards_all .scrollCard_item:nth-child(5){top:72vh}.scrollCards_all .scrollCard_item:nth-child(6){top:85vh}.scrollCards_all .scrollCard_item:nth-child(7){top:98vh}.scrollCard_item .card_body{position:relative;padding:3vh 2rem;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:3rem}.scrollCard_item .card_number_title{height:10vh;width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem}.scrollCard_item .card_number{font-size:4rem;color:#888;opacity:.5}.scrollCard_item .card_title{font-size:2.5rem;line-height:3rem;color:#333}.scrollCard_item p{font-size:1.25rem;line-height:1.25rem;width:96%;text-align:center}.scrollCards .card_btn{display:flex;align-items:center;justify-content:center}.scrollCards .card_btn button{max-width:250px;margin-top:2rem;font-size:1rem;color:#fafafa;padding:1rem 2rem;border-radius:.75rem;cursor:pointer;background:#111827;transition:all .3s ease-in-out}.scrollCards .card_btn a:hover{border-radius:2rem}@media screen and (max-width: 768px){.scrollCards .sectionHeader{font-size:.75rem}.scrollCards_all{gap:1rem}.scrollCards_all .scrollCard_item{border-radius:.25rem;position:relative}.scrollCard_item .card_body{padding:1rem;gap:1rem}.scrollCard_item .card_number_title{min-height:5vh;height:fit-content}.scrollCards_all .scrollCard_item:nth-child(1),.scrollCards_all .scrollCard_item:nth-child(2),.scrollCards_all .scrollCard_item:nth-child(3),.scrollCards_all .scrollCard_item:nth-child(4),.scrollCards_all .scrollCard_item:nth-child(5){top:0}.scrollCard_item .card_number{font-size:2.5rem}.scrollCard_item .card_title{font-size:1.5rem;line-height:2rem;width:100%;text-align:right}.scrollCard_item p{font-size:.9rem;line-height:1rem;width:100%}.scrollCard_item .card_btn{font-size:.9rem;font-weight:500;padding:.75rem 2rem}}.skills_main{display:flex;flex-direction:column;gap:3rem;color:#333}.skills_top{display:flex;gap:1rem}.skills__heading{flex:1;font-size:3.5rem;line-height:4rem}.skills__heading span{font-weight:700}.skills__heading .demand_mob{display:none}.skills_details{flex:2;display:flex;flex-direction:column;justify-content:space-between;gap:1rem}.skills_details p{font-size:1.5rem}.skills_data{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:2rem;background-color:#333;color:#fff;border-radius:.25rem}.skills_data_item{display:flex;align-items:center;gap:.5rem}.skills_number{font-size:3rem;font-weight:600;display:flex;align-items:center}.skills_number span{font-size:1.5rem}.skills_info{font-size:1.25rem}.skills_bottom{display:flex;flex-direction:column;gap:1rem;width:100%}.skills_types{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.skills_type_item i{position:relative;height:40px;width:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#fff;box-shadow:0 0 10px #ffffe0}.skills_type_item{position:relative}.skills_type_item:nth-child(1):before,.skills_type_item:nth-child(2):before,.skills_type_item:nth-child(3):before{content:"";position:absolute;top:1rem;left:25%;height:2px;width:50%;background-color:#333}.skills_type_title{font-size:1.25rem;font-weight:500;margin-top:.5rem}.skills_type_subtitle{font-weight:300}@media screen and (max-width: 768px){.skills_main{gap:2rem}.skills_top{flex-direction:column}.skills__heading{font-size:1.75rem;line-height:2rem}.skills__heading .demand_mob{display:inline}.skills__heading .demand_desk{display:none}.skills_details p{font-size:1rem;line-height:1rem}.skills_data{padding:1rem .5rem}.skills_data .sperator{display:none}.skills_number{font-size:1.75rem;line-height:2rem}.skills_types{flex-wrap:wrap;gap:1rem}.skills_type_title{font-size:1.1rem}.skills_type_subtitle{font-size:.9rem;line-height:1.1rem}.skills_type_item:nth-child(1):before,.skills_type_item:nth-child(2):before,.skills_type_item:nth-child(3):before{left:15%;width:80%}}.testimony_main{width:100%;max-width:1200px;height:50vh;border-radius:1rem;box-shadow:-10px 10px 40px #00000040;position:relative;overflow:hidden}.testimony_cards{width:100%;padding-right:60px;box-sizing:border-box;position:absolute;top:0;left:0;transition:all 1s ease-in-out}.testimony_card_wrapper{width:100%;height:50vh;padding:2rem;display:flex;align-items:center;justify-content:center}.testimony_card_item{position:relative;height:100%;line-height:22px;border-radius:1rem;display:flex;flex-direction:column;justify-content:space-between;color:#777;padding:1rem 2rem;box-shadow:0 0 20px #00000026;overflow:hidden}.testimony_card_item>p{width:80%;font-size:1.25rem;font-weight:600;line-height:1.5rem;color:#666;transform:translateY(-50vh);transition:all 1.5s ease}.testimony_card_item>p i{padding:0 .5rem;font-size:1rem}.profile{display:flex;align-items:center;transform:translate(-50vw);transition:all 1.5s ease}.profile img{width:5rem;height:5rem;object-fit:cover;border-radius:50%;margin-right:20px}.profile h3{font-size:1.25rem}.sidebar{width:15vw;height:100%;padding:1rem 0;box-sizing:border-box;background-color:var(--dark-1);position:absolute;right:0;top:0;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.sidebar i{width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#fff;cursor:pointer;font-size:2rem}.current_card_number{font-size:4rem;font-weight:600;color:#fff}.current_card_number span{font-size:3rem;opacity:.5}.testimony_card_item.active>p{transform:translateY(0)}.testimony_card_item.active .profile{transform:translateY(0)}@media screen and (max-width: 768px){.testimony{height:100%;padding:2rem 1rem}.testimony_main{position:relative;width:100%;height:50vh}.testimony_cards{width:100%;padding-right:0;display:flex;flex-direction:column;gap:5rem}.testimony_card_item{padding:1rem}.testimony_card_wrapper{height:40vh;padding:1rem}.testimony_card_item>p{width:100%;font-size:1rem;line-height:1.25rem}.current_card_number{display:none}.profile{justify-content:space-between}.profile img{width:3rem;height:3rem}.sidebar{top:unset;bottom:0;width:100%;height:max-content;flex-direction:row;justify-content:center;gap:2rem}.sidebar i{width:2.5rem;height:2.5rem;font-size:1.2rem}.current_card_number{font-size:2rem}.current_card_number span{font-size:1.5rem}}.homeTeam_main{width:100%;height:70vh;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem}.homeTeam_main .card_container{position:relative;height:70vh;width:100px;border-radius:.5rem;color:var(--off-white);overflow:hidden;box-shadow:0 20px 30px #0006;cursor:pointer;transition:all .7s ease-in-out}.card_container.active{width:300px}.homeTeam_main .card_container.active .teamCard_profile{left:100vw}.teamCard_profile{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);letter-spacing:-20px;writing-mode:vertical-lr;text-orientation:upright;font-size:3rem;font-weight:700;text-shadow:0 0 10px rgba(0,0,0,.4);transition:all .7s ease-in-out}.homeTeam_main .card_container img{height:100%;width:100%;object-fit:cover;transition:all .7s ease-in-out}.teamCard_details{position:absolute;top:0;left:0;width:100%;height:100%;padding:1rem;display:flex;flex-wrap:wrap;flex-direction:column;justify-content:space-between;gap:1rem}.teamCard_number,.teamCard_info,.social_buttons{transition:all .7s ease}.teamCard_number{font-size:5rem;font-weight:500;opacity:.75;transform:translateY(-150px)}.teamCard_info{transform:translateY(-50%);font-size:1.5rem;font-weight:400;display:flex;flex-direction:column;transform:translate(-250px);color:#fff}.teamCard_info span{line-height:1.5rem}.teamCard_position{font-size:1rem}.social_buttons{display:flex;align-items:center;justify-content:space-evenly;gap:1rem;transform:translateY(100px)}.social_buttons a{height:3rem;width:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5;color:#333;font-size:1.5rem;cursor:pointer;box-shadow:0 0 20px #0006}.card_container.active img{filter:grayscale(1);transform:scale(1.75);transform-origin:left}.card_container.active .teamCard_number,.card_container.active .teamCard_info,.card_container.active .social_buttons{transform:translateY(0)}@media screen and (max-width: 768px){.homeTeam_main{height:100%}.homeTeam_main .card_container{height:45vh;width:300px}.teamCard_details{padding:.5rem;align-items:flex-start}.homeTeam_main .card_container .teamCard_profile{left:100vw}.card_container.active img,.card_container img{filter:grayscale(0);transform:scale(1)}.card_container .teamCard_number,.card_container .teamCard_info,.card_container .social_buttons{transform:translateY(0)}.teamCard_number{font-size:2.5rem;line-height:2.5rem;text-shadow:1px 1px #333}.teamCard_info{font-size:1.25rem;font-weight:500;text-shadow:1px 1px #666}.teamCard_position{font-size:.9rem;font-weight:400}.social_buttons a{height:2rem;width:2rem;font-size:1.1rem}}.questions_main{height:100%;width:100%;display:flex;flex-direction:column;align-items:center;gap:1rem}.question_item{display:flex;flex-direction:column;justify-content:space-between;gap:1rem;padding:1rem;border:2px solid var(--dark-1);width:100%;transition:all .3s ease-in-out;overflow:hidden}.question_item.active{background-color:var(--dark-1);color:var(--off-white)}.question_item .question_area{display:flex;justify-content:space-between;gap:1rem}.question_item .question_area h3{display:flex;gap:1rem}.question_item .question_number{font-family:Montserrat,sans-serif;font-weight:600;font-size:3rem;line-height:2rem}.question_arrow{height:40px;width:40px;border-radius:50%;background-color:var(--dark-1);color:var(--off-white);display:flex;align-items:center;justify-content:center;transition:all .5s ease-in-out;cursor:pointer}.question_item.active .question_arrow{transform:rotate(90deg);border:2px solid var(--off-white)}.question_item .answer_area{max-height:0;overflow:hidden}.question_item.active .answer_area{max-height:max-content}@media screen and (max-width: 768px){section.questions{padding:5vh 0}section.questions .sectionHeader{padding:0 1rem}.questions_main{gap:.5rem}.question_item{padding:1rem .5rem;border-width:1px}.question_item .question_area{gap:.25rem}.question_item .question_area h3{font-size:1rem;line-height:1.25rem;max-width:90%;gap:.25rem;font-weight:500}.question_item .question_number{font-size:2rem;line-height:2rem}.question_arrow{height:2rem;width:2rem;font-size:.9rem}.question_item .answer_area{font-size:.9rem;line-height:1rem;padding:0 .5rem}}.contact_main{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:25vh;height:100%;padding:2rem;gap:2rem;box-shadow:0 0 10px var(--light-dark);border-radius:.75rem}.contact_info{width:100%;height:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-around;gap:2rem}.contact_qr{width:100%;flex-wrap:wrap;display:flex;align-items:center;justify-content:center;gap:2rem}.contact_qr img{height:10rem;border-radius:.75rem;box-shadow:0 2px 10px var(--off-dark)}.contact_info_title{display:flex;align-items:center;gap:.5rem}.contact_main .contact_icon{height:35px;mix-blend-mode:multiply}.contact_inputs{display:flex;flex-direction:column;gap:1rem}.contact_name_email{display:flex;align-items:center;justify-content:center;gap:1rem}.contact_inputs .input_wrapper{flex:1;box-shadow:0 1px 5px #00000026}.contact_inputs .textarea_wrapper{flex:2;box-shadow:0 1px 5px #00000026}.input_wrapper,.textarea_wrapper{border-radius:.75rem;padding:.75rem 1rem .25rem}.input_wrapper i,.textarea_wrapper i{font-size:1.2rem;color:var(--dark-1)}.input_wrapper input,.textarea_wrapper textarea{width:100%;background:inherit;color:var(--dark-1);font-size:.9rem;border:none;outline:none}.contact_button button{border:none;outline:none;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1rem;background:var(--dark-1);color:var(--off-white);padding:.75rem 1rem;border-radius:.75rem;font-weight:500;transition:all .5s ease-in-out}.contact_button button:hover{border-radius:2rem}#error_msg{margin-bottom:0;padding:0;background:rgb(230,180,180);color:#af3c3c;text-align:center;transition:all .3s ease-in-out;border-radius:.75rem}@media screen and (max-width: 768px){section.contact{padding:2rem 1rem}section.contact .sectionHeader{padding:0 1rem}.contact_info{width:100%;height:max-content;gap:1rem;padding:1rem .5rem;justify-content:center;font-size:.9rem;border-radius:0;box-shadow:none}.contact_info_title h3{font-size:.9rem;font-weight:500}.contact_sub_info{display:flex;flex-direction:column;align-items:center}}.download_container{position:absolute;top:0;left:0;width:100%;height:100vh;background-color:#000c;display:flex;align-items:center;justify-content:center;z-index:9999;transition:all .5s ease-in-out;transform:translate(-100vw)}.download_container.show{transform:translate(0)}.download_wrapper{position:relative;height:80vh;width:80%;background-color:var(--off-white);color:var(--dark-1);padding:2rem;border-radius:.75rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5vh}.download_container .close_btn{position:absolute;outline:none;border:none;top:1rem;right:1rem;height:2rem;width:2rem;font-size:1.1rem;border-radius:50%;cursor:pointer;background-color:var(--dark-1);color:var(--off-white);display:flex;align-items:center;justify-content:center;transition:all .5s ease-in-out}.download_container .close_btn:hover{transform:rotate(90deg)}.download_header{text-align:center}.download_header h3{font-weight:400}.download_wrapper form{display:flex;align-items:center;flex-direction:column;gap:3rem}.download_wrapper form .input_area{display:flex;flex-wrap:nowrap;flex-direction:column;gap:1rem}.download_wrapper .input_box{display:flex;flex-direction:column;gap:.25rem}.download_wrapper form input{outline:none;border:none;padding:1rem;font-size:1.1rem;min-width:400px;box-shadow:0 0 10px #0000000d;border-radius:.75rem}.download_wrapper form button{position:relative;outline:none;border:none;background-color:var(--dark-1);color:var(--off-white);width:300px;padding:.75rem;font-size:1.1rem;font-weight:500;border-radius:2rem;border:1px solid transparent;transition:all .5s ease-in-out;cursor:pointer;overflow:hidden;z-index:2}.download_wrapper form button:hover{border-color:var(--dark-1);color:var(--dark-1);z-index:1}.download_wrapper form button:before{content:"";position:absolute;bottom:0;left:0;background-color:var(--off-white);height:100%;width:0;transition:all .3s ease-in-out;z-index:-1}.download_wrapper form button:hover:before{width:100%}@media screen and (max-width: 768px){.download_wrapper{height:90vh;width:90%;padding:1rem}.download_header h1{font-size:1.5rem}.download_header h3{font-size:1rem;line-height:1.1rem}.download_wrapper form input{min-width:300px;font-size:1rem;padding:.75rem}.download_wrapper form button{width:250px;font-size:1rem}}.workshops_container{max-width:1200px;margin:auto;padding:2rem 1rem;display:flex;flex-direction:column;gap:3rem}.workshops_container .upcoming,.workshops_container .previous{padding:1rem;border-radius:14px;background:#ffffff;box-shadow:0 10px 30px #0000000f}.workshops_container h2{font-size:clamp(1.4rem,2vw,1.8rem);font-weight:600;letter-spacing:-.3px}.workshops_container main{margin-top:1.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}.upcoming{border:1px solid #a0f3be;border-left:6px solid #22c55e}.previous{border:1px solid #f9c3c3;border-left:6px solid #ef4444}.WorkshopCard_wrapper{display:flex;flex-direction:column;border-radius:14px;overflow:hidden;background:white;box-shadow:0 6px 20px #00000026;transition:all .28s ease;cursor:pointer}.WorkshopCard_wrapper:hover{transform:translateY(-8px);box-shadow:0 18px 40px #0000001f}.card_left{width:100%;height:200px;overflow:hidden}.card_left img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.WorkshopCard_wrapper:hover img{transform:scale(1.08)}.card_right{padding:1.2rem;display:flex;flex-direction:column;gap:.8rem}.limited_seats{width:fit-content;padding:.25rem .6rem;font-size:.75rem;font-weight:600;background:#fff7ed;color:#ea580c;border-radius:999px}.event_details h4{font-size:1.1rem;font-weight:600}.event_date,.event_time{font-size:.9rem;color:#555}.event_mode{display:flex;gap:.4rem;flex-wrap:wrap}.event_mode span{font-size:.75rem;padding:.25rem .5rem;background:#eef2ff;color:#4338ca;border-radius:6px}.card_right a{margin-top:.5rem;align-self:flex-start;padding:.55rem 1rem;border-radius:8px;background:#111827;color:#fff;text-decoration:none;font-weight:500;transition:all .25s ease}.card_right a:hover{background:#000;transform:translateY(-2px)}@media (max-width: 768px){.card_left{height:180px}.event_details h4{font-size:1rem}}.WorkshopDetails_wrapper{max-width:1300px;margin:auto;padding:2rem 1rem;display:flex;flex-direction:column;gap:clamp(2rem,5vw,4rem)}.banner{position:relative;height:clamp(380px,65vh,620px);border-radius:.75rem;overflow:hidden}.banner img{width:100%;height:100%;object-fit:cover}.banner:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,rgba(0,0,0,.2),rgba(0,0,0,.75))}.banner_overlay{position:absolute;bottom:8%;left:6%;color:#fff;z-index:2;max-width:768px}.banner_overlay h1{font-size:clamp(2rem,4vw,3rem);font-weight:700;letter-spacing:-.5px}.banner_overlay p{margin-top:.5rem;opacity:.9}.hero_cta{display:inline-block;margin-top:1.2rem;padding:.75rem 1.4rem;border-radius:10px;background:white;color:#000;font-weight:600;text-decoration:none;transition:.25s}.hero_cta:hover{transform:translateY(-4px)}.learn h2{font-size:clamp(1.6rem,2.5vw,2.1rem);font-weight:700}.cards{margin-top:1.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.learn{box-shadow:0 5px 5px #00000026;padding:1rem;border-radius:.75rem}.learn_card{padding:1.5rem;border-radius:16px;background:white;box-shadow:0 2px 5px #00000026;transition:.3s}.learn_card:hover{transform:translateY(-6px)}.number{font-size:2.3rem;font-weight:800;color:#6366f1}.instructor{display:grid;grid-template-columns:1fr 1fr;border-radius:.75rem;overflow:hidden;background:white;box-shadow:0 0 10px #0003}.instructor .left{padding:clamp(1.5rem,3vw,3rem);display:flex;flex-direction:column;gap:1rem}.instructor h2{font-size:clamp(1.5rem,2vw,2rem);font-weight:700}.instr_personal strong{font-size:1.1rem}.cta_big{margin-top:1rem;display:inline-block;background:#111827;color:#fff;padding:.7rem 1.3rem;border-radius:10px;text-decoration:none;font-weight:600;transition:.25s;margin-left:1rem}.cta_big:hover{transform:translateY(-4px)}.instructor .right{position:relative}.instructor img{width:100%;height:100%;object-fit:cover}.stat{position:absolute;background:white;padding:.6rem 1rem;border-radius:12px;font-weight:600;box-shadow:0 10px 30px #00000026}.years{bottom:12%;left:6%}.students{top:10%;right:6%}@media (max-width: 900px){.banner_overlay{left:5%;right:5%}.instructor{grid-template-columns:1fr}.instructor img{height:320px}}.workshopForm_wrapper{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background:radial-gradient(circle at top,#eef2ff,#f7f8fc);font-family:Inter,sans-serif}.workshopForm_card{width:100%;max-width:760px;background:rgba(255,255,255,.75);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:22px;padding:2rem;box-shadow:0 50px 90px #0000000f}.subtitle{color:#667085;margin:1rem 0 2rem}.grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.grid div{display:flex;flex-direction:column}input{padding:.9rem;border-radius:10px;border:1px solid #e4e7ec;font-size:.95rem}input:focus{outline:none;border-color:var(--dark-1);box-shadow:0 0 0 4px #7c6cff26}.error_input{border:1.5px solid #ff4d4f;background:#fff2f2}.error_text{color:#ff4d4f;font-size:.8rem;margin-top:4px}.section_label{display:block;margin:1.7rem 0 .6rem;font-weight:600}.choice_row{display:flex;flex-wrap:wrap;gap:.7rem}.choice_error{border:1.5px solid #ff4d4f;padding:8px;border-radius:14px}.choice_card{padding:.6rem 1.1rem;border-radius:999px;border:1px solid #e4e7ec;cursor:pointer;transition:.2s}.choice_card:hover{box-shadow:0 0 2px #000000bf}.choice_card.active{background:var(--dark-1);color:#fff;border:none}button{width:100%;margin-top:2.2rem;padding:1rem;border-radius:12px;border:none;background:var(--dark-1);color:#fff;font-weight:600;font-size:1rem;cursor:pointer;transition:.2s}button:hover{transform:translateY(-2px)}button:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 640px){.workshopForm_card{padding:1rem}.workshopForm_card h1{text-align:center;font-size:1.75rem}.workshopForm_card .subtitle{text-align:center}.grid{grid-template-columns:1fr}}.payment_wrapper{height:100%;padding:2rem 1rem;background:linear-gradient(135deg,#f6f7fb,#eef1f8);display:flex;align-items:center;justify-content:center;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.payment_card{background:#ffffff;width:100%;max-width:420px;padding:2rem 1rem;border-radius:1.25rem;box-shadow:0 25px 60px #00000014;text-align:center;animation:fadeUp .4s ease}.payment_card h2{font-size:1.4rem;font-weight:700;color:#2b2f38;margin-bottom:.5rem}.payment_subtext{font-size:.9rem;color:#b1b2b4;margin-bottom:2rem}.payment_amount{background:#f0f0f1;border-radius:.75rem;padding:1.25rem;margin-bottom:2rem}.payment_amount span{display:block;font-size:.8rem;color:#6b7280;margin-bottom:.25rem}.payment_amount strong{font-size:1.8rem;font-weight:700;color:var(--dark-1)}.pay_button{width:100%;border:none;outline:none;padding:.85rem 1rem;border-radius:.75rem;background:var(--dark-1);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;box-shadow:0 12px 30px #6c5ce759;transition:transform .15s ease,box-shadow .15s ease}.pay_button:hover{transform:translateY(-2px);box-shadow:0 16px 35px #6c5ce773}.pay_button:active{transform:translateY(0);box-shadow:0 10px 25px #6c5ce759}.payment_secure{margin-top:1.5rem;font-size:.75rem;color:#9ca3af}@media (max-width: 480px){.payment_card{padding:2rem 1.5rem}.payment_amount strong{font-size:1.5rem}}.success_wrapper{height:100%;padding:2rem 1rem;background:linear-gradient(135deg,#f6f7fb,#eef1f8);display:flex;align-items:center;justify-content:center;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.success_card{background:#ffffff;width:100%;max-width:420px;padding:2rem 1rem;border-radius:1.25rem;box-shadow:0 25px 60px #00000014;text-align:center;animation:fadeUp .4s ease}.success_icon{font-size:3rem;margin-bottom:.75rem}.success_card h1{font-size:1.6rem;font-weight:700;color:#2b2f38;margin-bottom:.5rem}.success_card p{font-size:.95rem;color:#6b7280;margin-bottom:2rem}.success_actions{display:flex;gap:1rem;justify-content:center}.success_actions button{border:none;outline:none;padding:.7rem 1.25rem;border-radius:.65rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.success_primary{background:linear-gradient(135deg,#6c5ce7,#5a4bdc);color:#fff;box-shadow:0 10px 25px #6c5ce759}.success_primary:hover{transform:translateY(-2px);box-shadow:0 14px 30px #6c5ce773}.success_secondary{background:#f3f4f6;color:#374151}.success_secondary:hover{background:#e5e7eb}@media (max-width: 480px){.success_actions{flex-direction:column}.success_actions button{width:100%}}.aboutUs_container{padding:2rem 1rem 15vh 1rem;min-height:100vh}.reveal_text{font-size:4rem;line-height:5rem;font-weight:700;color:#fff;filter:drop-shadow(0 1px .06rem #333);text-align:justify}@media screen and (max-width: 768px){.reveal_text{font-size:2rem;line-height:2.5rem}}.courses_container{min-height:100vh;background:linear-gradient(135deg,#f6f7fb,#eef1f8);display:flex;align-items:center;justify-content:center;padding:2rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.courses_card{background:#ffffff;max-width:520px;width:100%;padding:3rem 2.5rem;border-radius:1.25rem;text-align:center;box-shadow:0 25px 60px #00000014;animation:fadeUp .4s ease}.courses_icon{font-size:3rem;margin-bottom:1rem}.courses_card h1{font-size:2rem;font-weight:700;color:#2b2f38;margin-bottom:.75rem}.courses_subtitle{font-size:1rem;color:#6b7280;line-height:1.6;margin-bottom:2rem}.courses_features{list-style:none;padding:0;margin:0 0 2rem;text-align:left}.courses_features li{font-size:.95rem;color:#374151;padding:.4rem 0}.courses_footer{font-size:.85rem;color:#9ca3af}@media screen and (max-width: 768px){.courses_card{padding:2.25rem 1.75rem}.courses_card h1{font-size:1.6rem}.courses_subtitle{font-size:.95rem}}.notfound_wrapper{min-height:100vh;background:linear-gradient(135deg,#f6f7fb,#eef1f8);display:flex;align-items:center;justify-content:center;padding:2rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.notfound_card{background:#ffffff;max-width:420px;width:100%;padding:3rem 2.5rem;border-radius:1.25rem;text-align:center;box-shadow:0 25px 60px #00000014;animation:fadeUp .4s ease}.notfound_code{font-size:4rem;font-weight:800;color:#6c5ce7;margin-bottom:.5rem}.notfound_card h1{font-size:1.5rem;font-weight:700;color:#2b2f38;margin-bottom:.75rem}.notfound_card p{font-size:.95rem;color:#6b7280;line-height:1.6;margin-bottom:2rem}.notfound_card button{border:none;outline:none;padding:.75rem 1.5rem;border-radius:.75rem;background:linear-gradient(135deg,#6c5ce7,#5a4bdc);color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;box-shadow:0 12px 30px #6c5ce759;transition:transform .15s ease,box-shadow .15s ease}.notfound_card button:hover{transform:translateY(-2px);box-shadow:0 16px 35px #6c5ce773}.notfound_card button:active{transform:translateY(0);box-shadow:0 10px 25px #6c5ce759}@keyframes fadeUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 480px){.notfound_card{padding:2.25rem 1.75rem}.notfound_code{font-size:3rem}}.footer{background:#0f172a;color:#cbd5e1}.footer_container{max-width:1300px;margin:auto;padding:2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2.5rem}.footer_col{display:flex;flex-direction:column;gap:.6rem}.footer_col h4{color:#fff;margin-bottom:.6rem;font-size:1.05rem}.footer_col a{text-decoration:none;color:#cbd5e1;font-size:.95rem;transition:.25s}.footer_col a:hover{color:#fff;transform:translate(4px)}.brand img{height:42px;margin-bottom:.5rem}.brand p{max-width:260px;font-size:.9rem;line-height:1.6}.footer_social{display:flex;gap:.6rem;margin-top:.5rem}.footer_social a{display:flex}.footer_social i{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#1e293b;color:#fff;transition:.3s}.footer_social i:hover{background:#6366f1;transform:translateY(-4px)}.footer_bottom{border-top:1px solid #1e293b;text-align:center;padding:1rem;font-size:.85rem;color:#94a3b8}@media (max-width: 768px){.footer_container{gap:2rem}.brand{align-items:center;text-align:center}.brand p{max-width:100%}}
