@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&family=Montserrat:wght@400;600&family=Nunito+Sans:opsz,wght@6..12,300;6..12,400;6..12,800&display=swap";.app__navbar{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:rgba(255,255,255,.25);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.18);position:fixed;z-index:2}.app__navbar-logo{display:flex;justify-content:flex-start;align-items:center}.app__navbar-logo img{width:90%;height:20px}@media screen and (min-width: 2000px){.app__navbar-logo img{width:180px;height:40px}}.app__navbar-links{flex:1;display:flex;justify-content:center;align-items:center;list-style:none}.app__navbar-links li{margin:0 1rem;cursor:pointer;flex-direction:column}.app__navbar-links li div{width:80%;height:2px;background-color:transparent;border-radius:10%;transition:all .3s ease-in-out;margin-bottom:5px}.app__navbar-links li a{color:var(--gray-color);text-decoration:none;flex-direction:column;text-transform:uppercase;font-weight:500;transition:all .3s ease-in-out}.app__navbar-links li a:hover{color:var(--secondary-color)}.app__navbar-links li:hover div{background-color:var(--secondary-color)}@media screen and (max-width: 900px){.app__navbar-links{display:none}}.app__navbar-menu{width:35px;height:35px;border-radius:50%;position:relative;display:flex;justify-content:center;align-items:center;background:var(--light-brown)}.app__navbar-menu svg{width:70%;height:70%;color:var(--black-color)}.app__navbar-menu div{position:fixed;top:0;bottom:0;right:0;z-index:5;padding:1rem;width:80%;height:100vh;display:flex;justify-content:flex-end;align-items:flex-end;flex-direction:column;background:url(/assets/bgWhite-2be9c9c1.png);background-color:var(--white-color);background-size:cover;background-repeat:repeat;box-shadow:0 0 20px #a8a8a826}.app__navbar-menu div svg{width:35px;height:35px;color:var(--secondary-color);margin:.5rem 1rem}.app__navbar-menu div ul{list-style:none;margin:0;padding:0;height:100%;width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column}.app__navbar-menu div ul li{margin:1rem}.app__navbar-menu div ul li a{color:var(--gray-color);text-decoration:none;font-size:1rem;text-transform:uppercase;font-weight:500;transition:all .3s ease-in-out}.app__navbar-menu div ul li:hover{color:var(--secondary)}@media screen and (min-width: 900px){.app__navbar-menu{display:none}}.social__flex{display:flex;align-items:center;justify-content:center}.app__about{flex:1;width:100%;flex-direction:column}.app__profiles{display:flex;justify-content:center;align-items:flex-start;flex-wrap:wrap;margin-top:2rem}.app__profile-item{width:190px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;margin:2rem}.app__profile-item img{width:100%;height:170px;border-radius:15px;object-fit:cover}@media screen and (min-width: 2000px){.app__profile-item{width:370px;margin:2rem 4rem}.app__profile-item img{height:320px}}.app__footer{flex:1;width:100%;flex-direction:column}@media screen and (max-width: 768px){.app__footer{flex-direction:column}}.app__footer-cards{width:80%;display:flex;justify-content:space-evenly;align-items:center;flex-wrap:wrap;margin:4em 2rem 2rem}.app__footer-cards .app__footer-card{min-width:290px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin:1rem 0;padding:1rem;border-radius:10px;cursor:pointer;background-color:#fef4f5;transition:all .3s ease-in-out}.app__footer-cards .app__footer-card img{width:40px;height:40px;margin:0 .7rem}.app__footer-cards .app__footer-card p{font-weight:500}.app__footer-cards .app__footer-card a{text-decoration:none;font-weight:500}.app__footer-cards .app__footer-card:hover{box-shadow:0 0 25px #fef4f5}@media screen and (max-width: 450px){.app__footer-cards .app__footer-card{width:100%}}@media screen and (max-width: 768px){.app__footer-cards{width:100%}}.app__footer-cards .app__footer-card:last-child{background-color:#f2f7fb}.app__footer-cards .app__footer-card:last-child:hover{box-shadow:0 0 25px #f2f7fb}.app__footer-form{width:60%;flex-direction:column;margin:1rem 2rem}.app__footer-form div{width:100%;margin:.75rem 0;border-radius:10px;cursor:pointer;background-color:var(--primary-color);transition:all .3s ease-in-out}.app__footer-form div input,.app__footer-form div textarea{width:100%;padding:.95rem;border:none;border-radius:7px;background-color:var(--primary-color);font-family:var(--font-base);color:var(--secondary-color);outline:none}.app__footer-form div textarea{height:170px}.app__footer-form div:hover{box-shadow:0 0 25px var(--primary-color)}.app__footer-form button{padding:1rem 2rem;border-radius:10px;border:none;background-color:var(--secondary-color);font-weight:500;color:var(--white-color);outline:none;margin:2rem 0 0;font-family:var(--font-base);transition:cubic-bezier(.55,.085,.68,.53);cursor:pointer}.app__footer-form button:hover{background-color:#2430af}@media screen and (max-width: 768px){.app__footer-form{width:100%;margin:1rem 0}}.mt4{padding-top:45px}.app__smallsocial{display:flex;align-items:center;gap:8px;padding:1rem}@media screen and (min-width: 726px){.app__smallsocial{padding:0;display:none;height:0px}}.app__smallsocial div{width:40px;height:40px;border-radius:50%;background-color:var(--white-color);margin:.25rem 0;border:1px solid var(--lightGray-color);display:flex;justify-content:center;align-items:center;transition:all .3s ease-in-out}.app__smallsocial div svg{width:15px;height:15px;color:var(--gray-color)}.app__smallsocial div:hover{background-color:var(--secondary-color);border-color:var(--secondary-color)}.app__smallsocial div:hover svg{color:var(--white-color)}@media screen and (min-width: 2000px){.app__smallsocial div{width:70px;height:70px;margin:.5rem 0}.app__smallsocial div svg{width:30px;height:30px}}.footer{background-color:var(--black-color);padding:10px;color:var(--white-color);display:flex;height:20vh;display:block;width:100%;justify-content:space-evenly;margin-top:40px}@media screen and (min-width: 726px){.footer{padding:0;display:none;height:0px}}#Home{position:relative;background:url(/assets/bgIMG-477ea511.png);background-size:cover;background-repeat:repeat;background-position:center}#Home .app__wrappper{padding:0}#Home .app__wrappper .copywright{display:none}.app__header{flex:1;width:100%;height:100%;flex-direction:row;padding:6rem 2rem 0}@media screen and (min-width: 2000px){.app__header{padding-top:8rem}}@media screen and (max-width: 1200px){.app__header{flex-direction:column}}@media screen and (max-width: 400px){.app__header{padding:6rem 1rem 2rem}}.app__header button{background-color:var(--secondary-color);padding:9px;border:1px solid transparent;border-radius:10px;color:var(--white-color);font-family:inherit;margin:10px}.app__header button a{color:var(--white-color);text-decoration:none}.app__header button svg{margin-left:5px}.app__header-info{flex:.65;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;height:100%}@media screen and (max-width: 2000px){.app__header-info{width:100%;margin-right:0rem}}.app__header-badge{width:100%;display:flex;justify-content:flex-end;align-items:flex-end;flex-direction:column}.app__header-badge .badge-cmp,.app__header-badge .tag-cmp{padding:1rem;border:var(--white-color);border-radius:15px;flex-direction:row;width:auto;box-shadow:0 0 20px #0000001a}.app__header-badge .tag-cmp{flex-direction:column;margin-top:3rem}.app__header-badge .tag-cmp p{width:100%;text-transform:capitalize;text-align:right}.app__header-badge span{font-size:2.5rem}@media screen and (min-width: 2000px){.app__header-badge span{font-size:5rem}}@media screen and (max-width: 1200px){.app__header-badge{justify-content:flex-start;align-items:flex-start}}.app__header-circles{flex:.75;flex-direction:column;display:flex;justify-content:space-evenly;align-items:flex-start;margin-left:1rem;height:100%}.app__header-circles div{width:100px;height:100px;border-radius:50%;background-color:var(--white-color);box-shadow:0 0 20px #0000001a}.app__header-circles div img{width:60%;height:60%}.app__header-circles div:nth-child(1){margin-left:-8rem;width:100px;height:100px}.app__header-circles div:nth-child(2){margin-left:-3rem;width:80px;height:80px}.app__header-circles div:nth-child(3){margin:.51rem;width:150px;height:150px}.app__header-circles div:nth-child(4){width:80px;height:80px}.app__header-circles div:nth-child(5){margin-left:-2rem;margin-top:1rem;width:100px;height:100px}.app__header-circles div:nth-child(5) img{padding:5px}@media screen and (min-width: 2000px){.app__header-circles div:nth-child(1){width:400px;height:400px}.app__header-circles div:nth-child(2){width:170px;height:170px}.app__header-circles div:nth-child(3){width:200px;height:200px}}@media screen and (max-width: 1200px){.app__header-circles{width:100%;padding:8px;flex-direction:row;flex-wrap:wrap;margin:1rem}.app__header-circles .circle-cmp{display:flex;padding:.1rem;margin:1rem}.app__header-circles div{margin:.1rem}.app__header-circles div:nth-child(1){margin:1rem;width:80px;height:80px}.app__header-circles div:nth-child(2){margin:1rem;width:80px;height:80px}.app__header-circles div:nth-child(3){margin:1rem;width:80px;height:80px}.app__header-circles div:nth-child(4){margin:1rem;width:80px;height:80px}.app__header-circles div:nth-child(5){margin:1rem;width:80px;height:80px}.app__header-circles div:nth-child(6){margin:1rem;width:80px;height:80px}}.app__header-img{flex:1;height:100%;display:flex;justify-content:flex-end;align-content:flex-end;position:relative}.app__header-img img{width:100%;object-fit:contain;z-index:1}.app__header-img .overlay_circle{position:absolute;left:0;right:0;bottom:0;z-index:0;width:100%}.app__skills{flex:1;width:100%;flex-direction:column}.app__skills-container{width:80%;margin-top:3rem;display:flex;flex-direction:row}@media screen and (max-width: 900px){.app__skills-container{width:100%;flex-direction:column}}.app__skills-list{flex:1;display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;margin-right:5rem}@media screen and (max-width: 900px){.app__skills-list{margin-right:0;justify-content:center;align-items:center}}.app__skills-item{flex-direction:column;text-align:center;margin:1rem;transition:all .3s ease-in-out}.app__skills-item div{width:90px;height:90px;border-radius:50%;background-color:#fef4f5}.app__skills-item div img{width:50%;height:50%}.app__skills-item div:hover{box-shadow:0 0 25px #fef4f5}@media screen and (min-width: 2000px){.app__skills-item div{width:150px;height:150px}}@media screen and (max-width: 450px){.app__skills-item div{width:70px;height:70px}}.app__skills-item p{font-weight:500;margin-top:.5rem}@media screen and (min-width: 2000px){.app__skills-item{margin:1rem 2rem}.app__skills-item p{margin-top:1rem}}.app__skills-exp{flex:1;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column}@media screen and (max-width: 900px){.app__skills-exp{margin-top:2rem}}.app__skills-exp-item{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;margin:1rem 0}.app__skills-exp-works{flex:1}.app__skills-exp-works .app__skills-exp-work{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;margin-bottom:1rem;cursor:pointer}.app__skills-exp-works .app__skills-exp-work h4{font-weight:500}.app__skills-exp-works .app__skills-exp-work p{font-weight:400;color:var(--gray-color);margin-top:5px}.app__skills-exp-year{margin-right:3rem}.app__skills-exp-year p{font-weight:800;color:var(--secondary-color)}@media screen and (max-width: 450px){.app__skills-exp-year{margin-right:1rem}}.skills-tooltip{max-width:300px!important;background-color:var(--white-color)!important;box-shadow:0 0 25px #0000001a!important;border-radius:5px!important;padding:1rem!important;color:var(--gray-color)!important;text-align:center!important;line-height:1.5!important;opacity:1!important}@media screen and (min-width: 2000px){.skills-tooltip{font-size:1.75rem!important;max-width:500px!important;line-height:2!important}}.app__training{flex:1;width:100%;padding-top:5rem;flex-direction:column}.app__training-flyer{width:100%;margin:3rem 0;display:flex;justify-content:center}.app__training-flyer .flyer-container{position:relative;max-width:800px;width:100%;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #0003}.app__training-flyer .flyer-container img{width:100%;height:auto;display:block}.app__training-flyer .flyer-container .flyer-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,.8));padding:2rem;color:#fff;text-align:center}.app__training-flyer .flyer-container .flyer-overlay h3{margin-bottom:1rem;font-size:1.5rem}.app__training-flyer .flyer-container .flyer-overlay .download-button{background:var(--secondary-color);color:#fff;border:none;padding:.75rem 2rem;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s ease}.app__training-flyer .flyer-container .flyer-overlay .download-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.app__training-pricing{width:100%;margin:4rem 0;padding:0 1rem}.app__training-pricing .section-title{text-align:center;font-size:2.2rem;font-weight:700;color:#131212;margin-bottom:3rem;position:relative}.app__training-pricing .section-title:after{content:"";display:block;width:80px;height:4px;background:var(--secondary-color);margin:1rem auto 0;border-radius:2px}.app__training-pricing .pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.app__training-pricing .pricing-card{background:rgba(255,255,255,.95);border-radius:16px;padding:2rem;position:relative;transition:all .3s ease;box-shadow:0 5px 15px #0000001a}.app__training-pricing .pricing-card.popular{border:2px solid var(--secondary-color);transform:translateY(-10px)}.app__training-pricing .pricing-card .popular-badge{position:absolute;top:-12px;right:20px;background:var(--secondary-color);color:#fff;padding:.5rem 1.5rem;border-radius:50px;font-weight:600;font-size:.8rem}.app__training-pricing .pricing-card h4{color:#2d3748;font-size:1.5rem;margin-bottom:1rem;font-weight:700}.app__training-pricing .pricing-card h2{color:var(--secondary-color);font-size:2.5rem;margin-bottom:.5rem;font-weight:800}.app__training-pricing .pricing-card .duration{color:#4a5568;margin-bottom:1.5rem;font-size:.9rem}.app__training-pricing .pricing-card ul{margin:2rem 0;padding-left:1rem}.app__training-pricing .pricing-card ul li{color:#4a5568;margin-bottom:.75rem;font-size:.95rem;position:relative;padding-left:1.5rem}.app__training-pricing .pricing-card ul li:before{content:"✓";color:var(--secondary-color);position:absolute;left:0;font-weight:700}.app__training-pricing .pricing-card .pricing-button{width:100%;padding:1rem;border-radius:50px;border:none;font-weight:600;cursor:pointer;transition:all .3s ease}.app__training-pricing .pricing-card .pricing-button.primary{background:var(--secondary-color);color:#fff}.app__training-pricing .pricing-card .pricing-button.primary:hover{transform:translateY(-3px);box-shadow:0 8px 20px #667eea66}.app__training-pricing .pricing-card .pricing-button.secondary{background:rgba(255,255,255,.9);border:2px solid var(--secondary-color);color:var(--secondary-color)}.app__training-pricing .pricing-card .pricing-button.secondary:hover{background:var(--secondary-color);color:#fff}.app__training-pricing .payment-options{text-align:center;margin-top:3rem;color:#161616cc}.app__training-pricing .payment-options p{margin-bottom:1.5rem}.app__training-pricing .payment-options .payment-button{background:transparent;color:#000;border:2px solid white;padding:.75rem 2rem;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s ease}.app__training-pricing .payment-options .payment-button:hover{background:white;color:var(--secondary-color)}@media (max-width: 768px){.app__training-flyer{margin:2rem 0}.app__training-flyer .flyer-overlay{padding:1rem!important}.app__training-flyer .flyer-overlay h3{font-size:1.2rem!important}.pricing-grid{grid-template-columns:1fr!important}.pricing-card.popular{transform:none!important}}.training-subtitle{font-size:1.2rem;color:var(--secondary-color);font-weight:600;margin-top:.5rem;display:block}.app__training-overview{width:100%;margin:2rem 0;display:flex;justify-content:center}.training-stats{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:3rem;border-radius:20px;padding:3rem;border:2px solid rgba(255,255,255,.1)}.training-stats .stat-item{text-align:center;color:#000;min-width:140px}.training-stats .stat-item h3{font-size:3rem;font-weight:800;margin-bottom:.8rem;color:#000;text-shadow:2px 2px 8px rgba(0,0,0,.5);background:linear-gradient(135deg,var(--secondary-color),#2e2ee7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.training-stats .stat-item p{font-size:1rem;font-weight:600;color:#000;text-shadow:1px 1px 3px rgba(0,0,0,.5)}@media screen and (max-width: 768px){.training-stats{gap:2rem;padding:2rem}.training-stats .stat-item{min-width:120px}.training-stats .stat-item h3{font-size:2.5rem}.training-stats .stat-item p{font-size:.9rem}}.app__training-filter{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:wrap;margin:4rem 0 2rem}.app__training-filter .app__training-filter-item{padding:.5rem 1rem;border-radius:.5rem;background-color:#fff;color:#000;font-weight:800;cursor:pointer;transition:all .3s ease;margin:.5rem}.app__training-filter .app__training-filter-item:hover{background-color:var(--secondary-color);color:#fff}@media screen and (min-width: 2000px){.app__training-filter .app__training-filter-item{padding:1rem 2rem;border-radius:.85rem}}.app__training-filter .item-active{background-color:var(--secondary-color);color:#fff}.app__training-modules{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:2rem;margin-bottom:4rem}.app__training-modules .app__training-item{width:350px;flex-direction:column;background-color:#fff;border-radius:1rem;padding:0;overflow:hidden;box-shadow:0 4px 20px #0000001a;transition:all .3s ease}.app__training-modules .app__training-item:hover{box-shadow:0 8px 30px #00000026;transform:translateY(-2px)}@media screen and (min-width: 2000px){.app__training-modules .app__training-item{width:450px}}@media screen and (max-width: 768px){.app__training-modules .app__training-item{width:100%;margin:0 1rem}}.app__training-header{width:100%;background:linear-gradient(135deg,var(--secondary-color),#667eea);padding:2rem;display:flex;justify-content:space-between;align-items:center;position:relative}.app__training-header .training-icon{font-size:3rem;color:#fff;opacity:.9}.app__training-header .training-duration .duration-tag{background:rgba(255,255,255,.2);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600}.app__training-content{padding:2rem}.app__training-content h4{color:#333;margin-bottom:1rem;font-size:1.3rem}.app__training-content .p-text{color:#666;line-height:1.6}.app__training-content .training-skills{margin-top:1.5rem}.app__training-content .training-skills .skills-title{color:#333;font-size:1rem;font-weight:600;margin-bottom:.5rem}.tags{background-color:#ffc70ffd;color:#000;padding:5px 10px;border:1px solid transparent;border-radius:19px;font-size:.75rem;margin:4px;font-weight:500}.app__ai-tools-section{width:100%;margin:4rem 0;padding:3rem 2rem;background:rgba(0,0,0,.3);border-radius:20px}.app__ai-tools-section .section-title{text-align:center;font-size:2.2rem;font-weight:800;color:#fff;margin-bottom:3rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.app__ai-tools-section .ai-tools-grid{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.app__ai-tools-section .ai-tools-grid .ai-tool-card{background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:20px;padding:2rem;border:2px solid rgba(255,255,255,.3);max-width:280px;text-align:center;transition:all .3s ease;box-shadow:0 8px 32px #0000001a}.app__ai-tools-section .ai-tools-grid .ai-tool-card:hover{background:#fff;transform:translateY(-5px);box-shadow:0 15px 40px #0003}.app__ai-tools-section .ai-tools-grid .ai-tool-card .tool-icon{font-size:3rem;color:var(--secondary-color);margin-bottom:1.5rem}.app__ai-tools-section .ai-tools-grid .ai-tool-card h4{color:#333;margin-bottom:1rem;font-size:1.3rem;font-weight:700}.app__ai-tools-section .ai-tools-grid .ai-tool-card .p-text{color:#666;font-size:1rem;line-height:1.5}@media screen and (max-width: 768px){.app__ai-tools-section .ai-tools-grid .ai-tool-card{max-width:100%;margin:0 1rem}}.app__portfolio-projects{width:100%;margin:4rem 0;padding:3rem 2rem;background:rgba(0,0,0,.2);border-radius:20px}.app__portfolio-projects .section-title{text-align:center;font-size:2.2rem;font-weight:800;color:#fff;margin-bottom:3rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.app__portfolio-projects .projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;max-width:1200px;margin:0 auto}.app__portfolio-projects .projects-grid .project-card{background:#fff;border-radius:20px;padding:2.5rem;transition:all .3s ease;box-shadow:0 8px 32px #00000026}.app__portfolio-projects .projects-grid .project-card:hover{box-shadow:0 15px 50px #00000040;transform:translateY(-8px)}.app__portfolio-projects .projects-grid .project-card .project-header{display:flex;align-items:center;margin-bottom:1.5rem}.app__portfolio-projects .projects-grid .project-card .project-header .project-icon{font-size:2rem;color:var(--secondary-color);margin-right:1rem}.app__portfolio-projects .projects-grid .project-card .project-header h4{color:#333;margin:0;font-size:1.3rem;font-weight:700}.app__portfolio-projects .projects-grid .project-card .p-text{color:#666;margin-bottom:1.5rem;line-height:1.6;font-size:1rem}.app__portfolio-projects .projects-grid .project-card .project-tech{display:flex;flex-wrap:wrap;gap:.8rem}.app__portfolio-projects .projects-grid .project-card .project-tech .tech-tag{background:linear-gradient(135deg,var(--secondary-color),#667eea);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600}@media screen and (max-width: 768px){.app__portfolio-projects .projects-grid{grid-template-columns:1fr;margin:0 1rem;gap:2rem}}.app__training-highlights{width:100%;margin:4rem 0;padding:3rem 2rem;background:rgba(0,0,0,.4);border-radius:20px}.app__training-highlights .highlights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;max-width:1200px;margin:0 auto}.app__training-highlights .highlights-grid .highlight-card{background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:20px;padding:2.5rem;border:2px solid rgba(255,255,255,.3);text-align:center;transition:all .3s ease;box-shadow:0 8px 32px #0000001a}.app__training-highlights .highlights-grid .highlight-card:hover{background:#fff;transform:translateY(-5px);box-shadow:0 15px 40px #0003}.app__training-highlights .highlights-grid .highlight-card h4{color:#333;margin-bottom:1.5rem;font-size:1.4rem;font-weight:700}.app__training-highlights .highlights-grid .highlight-card .p-text{color:#666;line-height:1.7;font-size:1rem}@media screen and (max-width: 768px){.app__training-highlights .highlights-grid{grid-template-columns:1fr;margin:0 1rem;gap:2rem}}.app__training-cta{width:100%;display:flex;justify-content:center;margin:4rem 0}.app__training-cta .cta-card{background:linear-gradient(135deg,var(--secondary-color),#667eea);border-radius:20px;padding:3rem;text-align:center;max-width:600px;color:#fff}.app__training-cta .cta-card h3{color:#fff;margin-bottom:1rem;font-size:2rem}.app__training-cta .cta-card .p-text{color:#ffffffe6;margin-bottom:2rem;line-height:1.6}.app__training-cta .cta-card .cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.app__training-cta .cta-card .cta-button{border:none;padding:1rem 2rem;border-radius:50px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease}.app__training-cta .cta-card .cta-button.primary{background:#fff;color:var(--secondary-color)}.app__training-cta .cta-card .cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0003}.app__training-cta .cta-card .cta-button.secondary{background:transparent;color:#fff;border:2px solid #fff}.app__training-cta .cta-card .cta-button.secondary:hover{background:#fff;color:var(--secondary-color);transform:translateY(-2px)}@media screen and (max-width: 768px){.app__training-cta .cta-card{margin:0 1rem;padding:2rem}.app__training-cta .cta-card h3{font-size:1.6rem}}.app__testimonial{flex:1;width:100%;margin:50px auto;flex-direction:column}.app__testimonial-item{width:60%;min-height:320px;background-color:var(--white-color);display:flex;flex-direction:row;padding:2rem;border-radius:15px;box-shadow:0 0 30px #0000001a;transition:all .3s ease-in-out}.app__testimonial-item img{width:100px;height:100px;border-radius:50%;object-fit:cover}@media screen and (min-width: 2000px){.app__testimonial-item{min-height:450px}.app__testimonial-item img{width:150px;height:150px}}@media screen and (max-width: 850px){.app__testimonial-item{width:100%}}@media screen and (max-width: 600px){.app__testimonial-item{flex-direction:column}}.app__testimonial-content{flex:1;height:100%;padding:0 2rem;text-align:left;display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.app__testimonial-content p{font-size:1.25rem;line-height:2rem;color:var(--black-color);font-family:var(--font-base)}@media screen and (min-width: 2000px){.app__testimonial-content p{font-size:2rem;line-height:3.5rem}}.app__testimonial-content h4{font-weight:600;color:var(--secondary-color);margin-top:2rem}.app__testimonial-content h5{font-weight:400;color:var(--gray-color);margin-top:5px}@media screen and (max-width: 600px){.app__testimonial-content{margin-top:2rem;padding:0}}.app__testimonial-btns{flex-direction:row;margin-top:1rem}.app__testimonial-btns div{width:50px;height:50px;border-radius:50%;background-color:var(--white-color);margin:1rem;transition:all .3s ease-in-out}.app__testimonial-btns div svg{width:20px;height:20px;color:var(--secondary-color)}.app__testimonial-btns div:hover{background-color:var(--secondary-color)}.app__testimonial-btns div:hover svg{color:var(--white-color)}@media screen and (min-width: 2000px){.app__testimonial-btns div{width:100px;height:100px}.app__testimonial-btns div svg{width:45px;height:45px}}.app__testimonial-brands{width:80%;flex-wrap:wrap;margin-top:2rem}.app__testimonial-brands div{width:150px;margin:1.5rem}.app__testimonial-brands div img{object-fit:cover;filter:grayscale(1)}.app__testimonial-brands div:hover img{filter:grayscale(0)}@media screen and (min-width: 2000px){.app__testimonial-brands div{width:210px;margin:2rem}}@media screen and (max-width: 450px){.app__testimonial-brands div{width:120px;margin:1rem}}@media screen and (max-width: 800px){.app__testimonial-brands{width:100%}}.app__testimonial-brands img{width:100px;height:100px}.app__works{flex:1;width:100%;flex-direction:column}.tags{background-color:#ffc70ffd;color:#000;padding:5px;border:1px solid transparent;border-radius:19px;font-size:.78rem;margin:4px}.flex__tags{display:flex;flex-wrap:wrap;gap:5px;align-items:center}.app__work-filter{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:wrap;margin:4rem 0 2rem}.app__work-filter .app__work-filter-item{padding:.5rem 1rem;border-radius:.5rem;background-color:#fff;color:#000;font-weight:800;cursor:pointer;transition:all .3s ease;margin:.5rem}.app__work-filter .app__work-filter-item:hover{background-color:var(--secondary-color);color:#fff}@media screen and (min-width: 2000px){.app__work-filter .app__work-filter-item{padding:1rem 2rem;border-radius:.85rem}}.app__work-filter .item-active{background-color:var(--secondary-color);color:#fff}.app__work-portfolio{display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.app__work-portfolio .app__work-item{width:270px;flex-direction:column;margin:2rem;padding:1rem;border-radius:.5rem;background-color:#fff;color:#000;cursor:pointer;transition:all .3s ease}.app__work-portfolio .app__work-item:hover{box-shadow:0 0 25px #0003}@media screen and (min-width: 2000px){.app__work-portfolio .app__work-item{width:470px;padding:1.25rem;border-radius:.75rem}}@media screen and (max-width: 300px){.app__work-portfolio .app__work-item{width:100%;margin:1rem}}.app__work-img{width:100%;height:230px;position:relative}.app__work-img img{width:100%;height:100%;border-radius:.5rem;object-fit:cover}@media screen and (min-width: 2000px){.app__work-img{height:350px}}.app__work-hover{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;background-color:#00000080;border-radius:.5rem;opacity:0;transition:all .3s ease}.app__work-hover div{width:50px;height:50px;border-radius:50%;background-color:#00000080;color:#fff;margin:1rem;font-family:var(--font-base);font-weight:800;cursor:pointer;transition:all .3s ease}.app__work-hover div svg{width:50%;height:50%;color:var(--white-color)}.app__work-content{padding:.5rem;width:100%;position:relative;flex-direction:column}.app__work-content h4{margin-top:1rem;line-height:1.5}@media screen and (min-width: 2000px){.app__work-content h4{margin-top:3rem}}.app__work-content .app__work-tag{position:absolute;padding:.5rem 1rem;border-radius:10px;background-color:#fff;top:-25px}.app{background-color:var(--primary-color);font-family:var(--font-base)}.app__whitebg{background-color:var(--white-color)}.app__primarybg{background-color:var(--primary-color)}.app__container{width:100%;min-height:100vh;display:flex;flex-direction:row}.app__flex{display:flex;justify-content:center;align-items:center;margin:auto}.app__wrapper{flex:1;width:100%;flex-direction:column;padding:4rem 2rem}@media screen and (max-width: 450px){.app__wrapper{padding:4rem 1rem 2rem}}.copyright{width:100%;padding:2rem 0 0;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.copyright p{text-transform:uppercase;color:var(--black-color)}.head-text{font-size:2.75rem;font-weight:800;text-align:center;color:var(--black-color);text-transform:capitalize}.head-text span{color:var(--secondary-color)}@media screen and (min-width: 2000px){.head-text{font-size:4rem}}@media screen and (max-width: 450px){.head-text{font-size:2rem}}.p-text{font-size:.88rem;text-align:left;color:var(--gray-color);line-height:1.5}@media screen and (min-width: 2000px){.p-text{font-size:1.75rem}}.bold-text{font-size:1rem;font-weight:800;color:var(--black-color);text-align:left}@media screen and (min-width: 2000px){.bold-text{font-size:2rem}}@media screen and (max-width: 450px){.bold-text{font-size:.9rem}}.app__social{display:flex;justify-content:flex-end;align-items:center;flex-direction:column;padding:1rem}@media screen and (max-width: 425px){.app__social{display:none;padding:0}}.app__social div{width:40px;height:40px;border-radius:50%;background-color:var(--white-color);margin:.25rem 0;border:1px solid var(--lightGray-color);display:flex;justify-content:center;align-items:center;transition:all .3s ease-in-out}.app__social div svg{width:15px;height:15px;color:var(--gray-color)}.app__social div:hover{background-color:var(--secondary-color);border-color:var(--secondary-color)}.app__social div:hover svg{color:var(--white-color)}@media screen and (min-width: 2000px){.app__social div{width:70px;height:70px;margin:.5rem 0}.app__social div svg{width:30px;height:30px}}.app__navigation{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:.8rem}@media screen and (max-width: 426px){.app__navigation{display:none;padding:0}}.app__navigation .app__navigation-dot{width:10px;height:10px;border-radius:50%;background-color:#cbcbcb;margin:.5rem;transition:background-color .2s ease-in-out}.app__navigation .app__navigation-dot:hover{background-color:var(--secondary-color)}@media screen and (min-width: 2000px){.app__navigation .app__navigation-dot{width:20px;height:20px}}@media screen and (max-width: 424px){.app__navigation{display:none;width:0px;height:0px}.copyright{padding:2rem}}:root{--font-base: "Montserrat", sans-serif;--primary-color: #edf2f8;--secondary-color: #313bac;--black-color: #030303;--lightGray-color: #e4e4e4;--gray-color: #6b7688;--brown-color: #46364a;--white-color: #ffffff;--light-brown: #f2bd00}*{box-sizing:border-box;padding:0;margin:0;scroll-behavior:smooth}@media screen and (max-width: 327px){body{width:103%;overflow:none}}
