@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-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: 600px){section{padding:3vh 1rem}}.menuMobile_container{display:none}@media screen and (max-width: 600px){.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(-100vh);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}}.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%}.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: 600px){.header .nav_logo{font-size:1.5rem}.ham_wrapper{display:flex}.ham_icon span{height:2px}.header .nav_items{display:none}}.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(--off-dark);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(--off-dark);border-color:var(--off-dark)}.hero_info p{gap:.5rem;font-weight:500}.hero_info p i{background-color:var(--off-dark);color:var(--off-white);padding:.5rem;border-radius:50%}@media screen and (max-width: 600px){.hero{height:max-content}.hero_main{gap:1.5rem;padding:1rem 0}.hero_main .hero_title{font-size:2.5rem;line-height:3rem}.hero_buttons,.hero_info{gap:.75rem}.hero_buttons a{min-width:150px;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}}.horizontal-marquee{display:flex;flex-wrap:nowrap;overflow:hidden;gap:var(--_gap);max-width:100%}.horizontal-marquee.smooth{-webkit-mask:linear-gradient(90deg,transparent,#fff 20%,#fff 80%,transparent);mask:linear-gradient(90deg,transparent,#fff 20%,#fff 80%,transparent)}.horizontal-marquee.paused .horizontal-marquee-inner{animation-play-state:paused}.horizontal-marquee.full .horizontal-marquee-inner{min-width:var(--_containerWidth)}.horizontal-marquee-inner{display:flex;align-items:center;justify-content:space-around;flex-wrap:nowrap;gap:var(--_gap);white-space:nowrap}[data-animate=true] .horizontal-marquee-inner{animation:horizontal-marquee var(--_speed) linear infinite var(--_direction)}@keyframes horizontal-marquee{0%{transform:translate(calc(var(--_gap) * -1))}to{transform:translate(calc(-100% - var(--_gap) * 2))}}.vertical-marquee{display:flex;flex-wrap:nowrap;overflow:hidden;margin-bottom:var(--_gap);max-height:100%;flex-direction:column;height:calc(calc(var(--_containerSize) - var(--_vGap))/ 1.2)}.vertical-marquee.smooth{-webkit-mask:linear-gradient(180deg,transparent,#fff 20%,#fff 80%,transparent);mask:linear-gradient(180deg,transparent,#fff 20%,#fff 80%,transparent)}.vertical-marquee.paused .vertical-marquee-inner{animation-play-state:paused}.vertical-marquee-inner{flex-shrink:0;display:flex;align-items:center;justify-content:space-around;flex-wrap:nowrap;margin-bottom:var(--_vGap)}[data-animate=true] .vertical-marquee-inner{animation:vertical-marquee var(--_speed) linear infinite var(--_direction)}.vertical-marquee-inner>:not(:last-child){margin-right:var(--_hGap)}@keyframes vertical-marquee{0%{transform:translateY(calc(var(--_vGap) * -1))}to{transform:translateY(calc(-100% - var(--_vGap) * 2))}}.marq_container{padding:.5rem 0}.marq_container .horizontal-marquee-inner{gap:2rem}.image_wrapper img{height:50px;width:50px;border-radius:.25rem;object-fit:cover}.courses1 main{width:100%;height:100%;display:flex;flex-direction:column;gap:1rem}.courses1 main .course_card{position:relative;height:100%;display:flex;border-radius:.5rem;border:1px solid rgba(0,0,0,.25);overflow:hidden}.courses1 .course_card_left{position:relative;width:30%;padding:2rem;display:flex;align-items:center;background-color:var(--off-dark);color:var(--off-white)}.course_card_left .course_card_left_image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:none}.courses1 .course_card_right{width:70%;background-color:#fff;color:var(--off-dark);padding:2rem}.card_left_name{position:absolute;top:1rem;left:0;background-color:var(--off-white);color:var(--off-dark);font-size:.8rem;font-weight:500;padding:.25rem 1rem;border:1px solid var(--off-dark)}.card_left_title{position:relative;width:100%;font-size:1.5rem;line-height:1.75rem;text-align:center;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.card_left_title span{font-size:3rem;font-weight:600;opacity:.5}.course_card_right{display:flex;flex-direction:column;gap:1rem;justify-content:space-between}.card_right_name{font-weight:500;width:fit-content}.card_right_chapters{font-weight:600;font-size:1.1rem;display:flex;flex-wrap:wrap;align-items:center;gap:.25rem}.card_right_chapters span{font-size:1rem;font-weight:400;background-color:#e3735e;color:#fff;padding:.25rem .75rem;border-radius:2rem}.course_right_view{display:flex;align-items:center;justify-content:flex-end}.course_right_view a{position:relative;padding:.5rem 1rem;font-size:.9rem;background-color:var(--off-dark);color:var(--off-white);border-radius:2rem;border:2px solid transparent;transition:all .5s ease-in-out;overflow:hidden;z-index:2}.course_right_view a:hover{border-color:var(--off-dark);color:var(--off-dark);font-weight:500;z-index:1}.course_right_view a: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}.course_right_view a:hover:before{width:100%}.course_right_view a i{transition:transform .5s ease-in-out}.course_right_view a:hover i{transform:translate(7px)}@media screen and (max-width: 600px){.courses1 main .course_card{flex-direction:column;border-radius:.25rem}.courses1 .course_card_left,.courses1 .course_card_right{width:100%;padding:1rem .75rem}.courses1 .course_card_right{gap:1.5rem}.card_left_name{display:none}.card_left_title{font-weight:500;font-size:1.1rem;flex-wrap:wrap}.card_left_title span{font-size:1.75rem}.card_right_chapters{font-weight:500;font-size:.9rem}.course_right_view{justify-content:flex-start}.course_right_view a{font-size:.75rem}}.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: 600px){.sectionHeader{gap:.2rem;margin-bottom:1rem;font-size:.8rem}.sectionHeader span{width:40px}}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}.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 a{margin-top:2rem;font-size:1rem;color:#fafafa;padding:1rem 2rem;border-radius:.5rem;cursor:pointer;background:#333;transition:all .3s ease-in-out}.scrollCards .card_btn a:hover{border-radius:2rem}@media screen and (max-width: 600px){.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{padding:2rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;background-color:#333;color:#fff}.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_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: 600px){.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(--off-dark);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: 600px){.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: 600px){.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(--off-dark);width:100%;transition:all .3s ease-in-out;overflow:hidden}.question_item.active{background-color:var(--off-dark);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(--off-dark);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: 600px){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;align-items:center;justify-content:center}.contact_info{width:100%;height:25vh;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-around;gap:2rem;box-shadow:0 0 7px var(--off-dark);padding:2rem;border-radius:1rem}.contact_info_title{display:flex;align-items:center;gap:.5rem}.contact_main img{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:.5rem;padding:.75rem 1rem .25rem}.input_wrapper i,.textarea_wrapper i{font-size:1.2rem;color:var(--off-dark)}.input_wrapper input,.textarea_wrapper textarea{width:100%;background:inherit;color:var(--off-dark);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(--off-dark);color:var(--off-white);padding:.75rem 1rem;border-radius:1rem;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:.5rem}@media screen and (max-width: 600px){section.contact{padding:1rem 0}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(--off-dark);padding:2rem;border-radius:.25rem;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(--off-dark);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:.25rem}.download_wrapper form button{position:relative;outline:none;border:none;background-color:var(--off-dark);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(--off-dark);color:var(--off-dark);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: 600px){.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}}.aboutUs_container{padding:30vh 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: 600px){.reveal_text{font-size:2rem;line-height:2.5rem}}.courses_container{min-height:100vh;display:flex;align-items:center;justify-content:center;font-size:5rem}@media screen and (max-width: 600px){.courses_container{min-height:70vh;font-size:2rem}}footer{position:relative;background:#333;color:#fff;width:100%}.footer_container{width:100%;max-width:1200px;padding:1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:0 auto}.footer_logo{height:40px}.footer_logo img{height:100%}.footer_copyright{font-size:.8rem;font-weight:300}.footer_social{display:flex;gap:1rem;font-size:1.25rem}.footer_social i{display:flex;align-items:center;justify-content:center;height:40px;width:40px;color:var(--off-white);border:1px solid var(--off-white);border-radius:50%;font-size:1rem;transition:all .3s ease-in-out}.footer_social i:hover{transform:scale(1.1)}@media screen and (max-width: 600px){.footer_container{gap:.5rem;padding-top:1rem;flex-direction:column}.footer_title{font-size:3rem;font-weight:600;letter-spacing:3px;opacity:.5}.footer_social{flex-direction:row;width:100%;justify-content:center}}
