@import"https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Quicksand,sans-serif}body{align-items:center;background:#000}.mySection{position:absolute;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;gap:2px;flex-wrap:wrap;overflow:hidden}.mySection:before{content:"";position:absolute;width:100%;height:100%;background:linear-gradient(#000,#6e75cc,#000);animation:animate 5s linear infinite}@keyframes animate{0%{transform:translateY(-100%)}to{transform:translateY(100%)}}section span{position:relative;display:block;width:calc(6.25vw - 2px);height:calc(6.25vw - 2px);background:#181818;z-index:2;transition:1.5s}section span:hover{background:#6e75cc;transition:0s}section .signin{position:absolute;width:400px;background:#222;z-index:1000;display:flex;justify-content:center;align-items:center;padding:40px;border-radius:4px;box-shadow:0 15px 35px #000}section .signin .content{position:relative;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:40px}section .signin .content h2{font-size:2em;color:#6e75cc;text-transform:uppercase}section .signin .content .form{width:100%;display:flex;flex-direction:column;gap:25px}section .signin .content .form .inputBox{position:relative;width:100%}section .signin .content .form .inputBox input{position:relative;width:100%;background:#333;border:none;outline:none;padding:25px 10px 7.5px;border-radius:4px;color:#fff;font-weight:500;font-size:1em}section .signin .content .form .inputBox i{position:absolute;left:0;padding:15px 10px;font-style:normal;color:#aaa;transition:.5s;pointer-events:none}.signin .content .form .inputBox input:focus~i,.signin .content .form .inputBox input:valid~i{transform:translateY(-7.5px);font-size:.8em;color:#fff}.signin .content .form .links{position:relative;width:100%;display:flex;justify-content:space-between}.signin .content .form .links a{color:#fff;text-decoration:none}.signin .content .form .links a:nth-child(2){color:#6e75cc;font-weight:600}.signin .content .form .inputBox input[type=submit]{padding:10px;background:#6e75cc;color:#000;font-weight:600;font-size:1.35em;letter-spacing:.05em;cursor:pointer}input[type=submit]:active{opacity:.6}@media (max-width: 900px){section span{width:calc(10vw - 2px);height:calc(10vw - 2px)}}@media (max-width: 600px){section span{width:calc(20vw - 2px);height:calc(20vw - 2px)}}.spinner{border:4px solid rgba(0,0,0,.1);border-left-color:#6e75cc;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:0 auto}.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}.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:1rem 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:.8rem;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 1rem 3rem}.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 a{width:100%;height:100%}.app__social div a 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:1rem}.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: 500px){.app__navigation,.app__social{display:none}.copyright{padding:2rem}}.portfolio-button{padding:1rem 2rem;margin-top:2rem;border:none;outline:none;border-radius:10px;font-weight:500;cursor:pointer;color:var(--secondary-color);border:1px solid var(--secondary-color);background:linear-gradient(var(--secondary-color),var(--secondary-color));background-position:50% 50%;background-repeat:no-repeat;background-size:0% 100%;transition:background-size .3s ease-in-out,color .3s ease-in-out}.portfolio-button:hover{background-size:100% 100%;color:var(--white-color)}.none{display:none}.app__navbar-logo{display:flex;justify-content:center;font-size:1.5rem;font-weight:700;height:100px;align-items:center;color:var(--secondary-color)}@media screen and (min-width: 2000px){.app__navbar-logo{font-size:2.5rem}}.app__navbar-links{flex:1;display:flex;justify-content:center;align-items:center;list-style:none}.app__navbar-links li{margin:0 1.5rem;cursor:pointer}.app__navbar-links li a{color:var(--gray-color);text-decoration:none;text-transform:uppercase;font-weight:600;font-size:1rem;transition:all .3s ease-in-out}.app__navbar-links li a:after{display:block;content:"";border-bottom:2px solid var(--secondary-color);transform:scaleX(0);transition:transform .25s ease-in-out;transform-origin:100% 50%}.app__navbar-links li a:hover{color:var(--secondary-color)}.app__navbar-links li a:hover:after{transform-origin:0% 50%;transform:scaleX(1)}@media screen and (max-width: 900px){.app__navbar-links{display:none}}.active a{color:var(--secondary-color)!important;font-weight:800}.app__navbar-menu{width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center;background-color:var(--secondary-color);cursor:pointer}.app__navbar-menu svg{color:var(--white-color);width:70%;height:70%}.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:rgba(255,255,255,.95);box-shadow:0 0 20px #a8a8a826}.app__navbar-menu div svg{width:35px;height:35px;color:var(--secondary-color);margin:.1rem 1rem}.app__navbar-menu div ul{list-style:none;margin:0;padding:0;width:100%;height: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-transform:uppercase;font-weight:500;font-size:1.25rem;text-decoration:none;transition:all .3s ease-in-out}.app__navbar-menu div ul li a:hover{color:var(--secondary-color)}@media screen and (min-width: 900px){.app__navbar-menu div{display:none}}@media screen and (min-width: 900px){.app__navbar-menu{display:none}}.app__navbar-mobile-menu{position:fixed;top:0;right:0;width:80%;height:100vh;background:rgba(255,255,255,.95);z-index:10;padding:1rem;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;box-shadow:0 0 20px #00000026;overflow-y:auto}.app__navbar-mobile-menu.hide{display:none}.app__navbar-mobile-menu.show{display:flex}.app__footer{width:100%;justify-content:space-between!important;align-items:center;padding:1rem 2rem;background-color:#2f2e41}@media screen and (max-width: 500px){.app__footer{flex-direction:column}}@media screen and (min-width: 2000px){.app__footer{padding:2rem}}.app__footer-contacts{flex-direction:row;margin-left:2rem}.app__footer-contacts div{transition:all .25s ase-in-out;margin:.5rem;border-radius:50%;width:40px;height:40px;border:1px solid var(--white-color)}.app__footer-contacts div a{width:100%;height:100%}.app__footer-contacts div a svg{width:20px;height:20px;color:var(--white-color)}.app__footer-contacts div:hover{background-color:var(--white-color)}.app__footer-contacts div:hover svg{color:#2f2e41}@media screen and (max-width: 500px){.app__footer-contacts{margin-left:0;margin-bottom:.5rem}.app__footer-contacts div{width:30px;height:30px}.app__footer-contacts div a svg{width:15px;height:15px}}@media screen and (min-width: 2000px){.app__footer-contacts div{width:50px;height:50px}.app__footer-contacts div svg{width:25px;height:25px}}.app__footer-copyrights{margin-right:2rem}.app__footer-copyrights p{text-align:center;text-transform:uppercase;margin:.25rem 0}@media screen and (max-width: 500px){.app__footer-copyrights{margin-right:0}}.app__about{flex:1;flex-direction:column;width:100%}.app__about-section{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;padding:1rem;gap:2rem}@media screen and (max-width: 1000px){.app__about-section{flex-direction:column;gap:1rem}}.app__about-content{flex:1;padding-right:2rem}.app__about-content h2{margin-bottom:1rem;font-size:2.5rem}.app__about-content p{text-align:justify;font-size:1.25rem;font-family:var(--font-base);margin-bottom:1rem}.app__about-content p span{font-weight:800;color:var(--secondary-color)}.app__about-content .portfolio-button{padding:.5rem 1rem;font-size:1.25rem;cursor:pointer;box-shadow:0 6px 12px #0000004d}@media screen and (max-width: 1000px){.app__about-content{padding-right:0;margin-bottom:2rem}}.app__about-image{flex:1.5;max-width:500px;margin-left:2rem}.app__about-image img{width:100%;height:auto;border-radius:15px}.app__about-image .gray-image{filter:grayscale(100%) brightness(50%)}.app__about-image .shadowed-image{box-shadow:0 4px 8px #0003}@media screen and (max-width: 1000px){.app__about-image{max-width:100%;margin-left:0}}.app__profiles{padding-top:70px}.app__contact{flex:1;width:100%;flex-direction:column}.app__contact-cards{width:60%;display:flex;justify-content:space-evenly;align-items:center;flex-wrap:wrap;margin:4rem 2rem 2rem}.app__contact-cards .app__contact-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:#e4f1ec;transition:all .3s ease-in-out}.app__contact-cards .app__contact-card img{width:40px;height:40px;margin:0 .7rem}.app__contact-cards .app__contact-card p{font-weight:600}.app__contact-cards .app__contact-card a{text-decoration:none;font-weight:500}.app__contact-cards .app__contact-card:hover{box-shadow:0 0 25px #fef4f5}@media screen and (max-width: 450px){.app__contact-cards .app__contact-card{min-width:0px;width:100%}.app__contact-cards .app__contact-card img{margin:0 .5rem;width:35px;height:35px}}@media screen and (max-width: 768px){.app__contact-cards{width:100%}}.app__contact-info{display:flex;flex-direction:column}.app__contact-cards .app__contact-card:last-child{background-color:#f2f7fb}.app__contact-form{width:60%;flex-direction:column;margin:1rem 2rem}.app__contact-form div{width:100%;margin:.75rem 0;border-radius:10px;cursor:pointer;background-color:var(--primary-color);transition:all .3s ease-in-out}.app__contact-form div input,.app__contact-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)!important;outline:none}.app__contact-form div textarea{height:170px}.app__contact-form div:hover{box-shadow:0 0 25px var(--primary-color)}@media screen and (max-width: 768px){.app__contact-form{width:100%;margin:1rem 0}}#home{background-repeat:repeat;background-size:cover;background-position:center;position:relative;overflow:hidden;width:100%;height:100vh}#home .app__wrapper{padding:0}#home .app__wrapper .copyright{display:none}video{position:absolute;top:50%;left:50%;width:auto;height:auto;min-width:100%;min-height:100%;transform:translate(-50%,-50%);z-index:-1}.app__header{position:relative;height:100vh;overflow:hidden;flex:1;width:100%;height:100%;margin-top:100px;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: 450px){.app__header{padding:6rem 1rem 2rem}}.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;flex-direction:column;justify-content:flex-end;align-items:flex-end}.app__header-badge .badge-cmp,.app__header-badge .tag-cmp{background-color:#f8f8f8;padding:1rem 2rem;border:var(--white-color);border-radius:15px;flex-direction:row;width:auto;box-shadow:0 0 20px #0000001a}.app__header-badge .tag-cmp{margin-top:3rem;align-items:center}.app__header-badge .tag-cmp p{width:100%;text-transform:uppercase;text-align:right;color:var(--secondary-color);font-weight:700}.app__header-badge .tag-cmp span{color:var(--secondary-color)}.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;display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start;height:100%;margin-left:1rem}.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%;object-fit:contain;pointer-events:none}.app__header-circles div:nth-child(1){width:100px;height:100px}.app__header-circles div:nth-child(2){margin:1.75rem;width:150px;height:150px}.app__header-circles div:nth-child(3){width:100px;height:100px}@media screen and (min-width: 2000px){.app__header-circles div:nth-child(1){width:400px;height:400px}.app__header-circles div:nth-child(2){margin:1.75rem;width:250px;height:250px}.app__header-circles div:nth-child(3){width:200px;height:200px}}@media screen and (max-width: 1200px){.app__header-circles{width:100%;flex-direction:row;flex-wrap:wrap;margin-left:0}.app__header-circles div{margin:1rem}}.app__header-img{flex:1;height:100%;display:flex;justify-content:flex-end;align-items:flex-end;position:relative}.app__header-img img{width:100%;border-radius:60%;object-fit:contain;z-index:1;bottom:30px;position:absolute}.app__header-img .overlay_circle{position:absolute;left:0;right:0;bottom:0;z-index:1;width:100%;height:90%}@media screen and (max-width: 1200px){.app__header-img{margin:2rem 0}}.shadowed-image{box-shadow:0 25px 8px #0003}.gray-image{filter:grayscale(50%) brightness(100%)}.app__skills{flex:1;flex-direction:column;width:100%}.head-text{margin-bottom:2rem}.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 ease-in-out}.app__skills-item div{width:90px;height:90px;border-radius:50%;background-color:#fff}.app__skills-item div img{width:50%;height:50%;object-fit:contain}.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: 900px){.app__skills-item div{width:75px;height:75px}}.app__skills-item p{font-weight:500;margin:.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;flex-direction:column;justify-content:flex-start;align-items:flex-start}@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__testimonial{width:100%;flex:1;flex-direction:column}.app__testimonial-carousel{width:60%;min-height:320px;background-color:var(--white-color);margin-top:1rem;display:flex;padding:2rem;border-radius:15px;box-shadow:0 0 30px #0000001a;transition:all .3s ease-in-out}.app__testimonial-carousel img{width:100px;height:100px;border-radius:50%;object-fit:cover;margin-right:1.5rem}@media screen and (min-width: 2000px){.app__testimonial-carousel{min-height:450px}.app__testimonial-carousel img{width:150px;height:150px}}@media screen and (max-width: 850px){.app__testimonial-carousel{width:100%}}@media screen and (max-width: 600px){.app__testimonial-carousel{flex-direction:column}.app__testimonial-carousel img{margin-bottom:1rem;margin-right:0}}.app__testimonial-content{flex:1;height:100%;padding:0 2rem;text-align:left;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.app__testimonial-content p{font-size:1.25rem;line-height:2rem;color:var(--black-color);font-family:var(--font-base)}.app__testimonial-content .app__testimonial-rating{display:flex;margin-top:1rem}.app__testimonial-content .app__testimonial-rating svg{margin-right:5px}.app__testimonial-content h4{font-weight:600;color:var(--secondary-color);margin-top:1rem}.app__testimonial-content h5{font-weight:400;color:var(--gray-color);margin-top:5px}.app__testimonials-btns{flex-direction:row;margin-top:1rem}.app__testimonials-btns div{width:50px;height:50px;border-radius:50%;background-color:var(--white-color);margin:1rem;transition:all .3s ease-in-out;cursor:pointer}.app__testimonials-btns div svg{width:20px;height:20px;color:var(--secondary-color)}.app__testimonials-btns div:hover{background-color:var(--secondary-color)}.app__testimonials-btns div:hover svg{color:var(--white-color)}.app__testimonials-brands{width:80%;flex-wrap:wrap;margin-top:2rem;display:flex;justify-content:center}.app__testimonials-brands div{width:150px;margin:1.5rem;display:flex;justify-content:center}.app__testimonials-brands div img{width:100%;height:auto;object-fit:cover;filter:grayscale(1);transition:filter .3s ease-in-out}.app__testimonials-brands div:hover img{filter:grayscale(0)}@media screen and (min-width: 2000px){.app__testimonials-brands div{width:210px;margin:2rem}}@media screen and (max-width: 450px){.app__testimonials-brands div{width:120px;margin:1rem}}@media screen and (max-width: 800px){.app__testimonials-brands{width:100%}}.app__articles{flex:1;width:100%;flex-direction:column}.app__work-filter{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin:2rem 0 1rem}.app__work-filter .app__work-filter-item{padding:.5rem 1rem;border-radius:.5rem;background-color:#fff;color:#000;font-weight:800;cursor:pointer;margin:.5rem;transition:all .3s ease}.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}@media screen and (max-width: 600px){.app__work-filter{flex-wrap:wrap}}.app__work-portfolio{display:flex;flex-direction:row;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}.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}}@media screen and (max-width: 300px){.app__work-portfolio .app__work-item{min-width:100%;margin:1rem}}@media screen and (max-width: 300px){.app__work-portfolio{width:100%}}.app__work-img{width:100%;height:230px;position:relative}.app__work-img img{border-radius:.5rem;width:100%;height:100%;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}.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);transition:all .3s ease}.app__work-hover:active,.app__work-touched{opacity:1}.app__work-content{padding:.5rem;flex-direction:column;width:100%;position:relative}.app__work-content h4{margin-top:1rem;line-height:1.5}.app__work-content h4,.app__work-content p{text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:100%}.app__work-content .app__work-tag{position:absolute;padding:.5rem 1rem;background-color:#fff;top:-25px;border-radius:10px}.app__work-touched-nowrap .app__work-content h4,.app__work-touched-nowrap .app__work-content p{white-space:unset}.sub-text{text-align:center;margin-top:1rem;margin-bottom:2rem;font-size:1.2rem;color:#000}.show-more-card,.show-more-expanded{background:#fff;border:1px solid #eee;border-radius:10px;padding:20px;box-shadow:0 2px 6px #00000014;min-height:240px}.faq-container{padding:2rem;background-color:var(--primary-color);border-radius:15px;margin:2rem auto;max-width:80%}.faq-container .faq-heading{font-size:2rem;color:#000;text-align:center;margin-bottom:2rem}.faq-container .faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media screen and (max-width: 768px){.faq-container .faq-grid{grid-template-columns:1fr}}.faq-container .faq-item{background-color:var(--white-color);padding:1rem;border-radius:10px;box-shadow:0 0 10px #0000001a;cursor:pointer;overflow:hidden;transition:box-shadow .3s ease}.faq-container .faq-item:hover{box-shadow:0 0 20px #0000004d}.faq-container .faq-item .faq-question{display:flex;justify-content:space-between;align-items:center;font-size:1.2rem;color:var(--black-color);font-weight:700}.faq-container .faq-item .faq-icon{margin-left:1rem}.faq-container .faq-item .faq-answer{overflow:hidden}.faq-container .faq-item .faq-answer p{margin:0;color:var(--gray-color)}.logos-reel-container{overflow:hidden;position:relative;width:100%;padding:2rem 0;background-color:var(--white-color)}.logos-reel{display:flex}.logo-item{flex:0 0 auto;width:150px;margin-right:10px;display:flex;justify-content:center;align-items:center}.logo-item img{width:100%;height:auto;object-fit:contain}body{font-family:Poppins,sans-serif}.navbar{position:fixed;top:0;left:0;right:0;height:60px;background-color:#333;color:#fff;z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:0 20px}.dashboard-container{position:relative;padding:80px 20px 20px}.open-popup-button{position:relative;top:100px;left:30px;font-weight:700;font-size:18px;padding:10px 20px;background-color:#007bff;color:#fff;border:none;border-radius:5px;cursor:pointer;box-shadow:0 2px 5px #0000001a;z-index:1}.open-popup-button:hover{background-color:#0056b3}.wrap-table{border:1px solid #e5e7eb;border-radius:12px;overflow-x:auto;margin:20px}table{border-collapse:collapse;width:1100px;max-width:100%;font-size:14px}th{font-weight:700;color:#374151;font-size:14px;padding:12px 14px;text-align:left;background:#f9fafb;border-bottom:1px solid #e5e7eb}td{padding:12px 14px;border-bottom:1px solid #e5e7eb;background:#fff}.user__photo{width:48px;height:48px;object-fit:cover;border-radius:100px}.user__info{display:flex;align-items:center;gap:12px}.user__name{font-size:14px;font-weight:600;color:#111827}.user__email{font-size:12px;color:#4b5563}.user__badge{width:max-content;background:#dcfce7;border-radius:6px;border:1px solid #15803d;color:#15803d;padding:4px 12px;display:flex;align-items:center;gap:8px;font-size:12px;font-weight:500}.user__badge:before{content:"";width:4px;height:4px;border-radius:100px;background:#15803d;display:block}.user__badge_pending{background:#fefce8;color:#8a551c;border-color:#f4e7c5}.user__badge_pending:before{background:#8a551c}.user__badge_unpaid{background:#fef2f2;color:#b91c1c;border-color:#fbe0e0}.user__badge_unpaid:before{background:#b91c1c}.user__edit{display:block;padding:4px 12px;text-decoration:none}progress{display:block;width:100px;height:7px;-webkit-appearance:none;border-radius:10px}progress::-webkit-progress-bar{background-color:#eee;border-radius:10px}progress::-webkit-progress-value{background-color:#10b981;border-radius:10px}.user__edit{padding:8px 12px;border-radius:6px;background:#6366f1;color:#fff;text-align:center;font-weight:500}@container table (min-width: 400px){.sticky-col{position:sticky;left:0}.sticky-col-right{right:0}}@container table (max-width: 400px){td:before{content:attr(data-label);font-weight:700;color:#374151;font-size:14px}label{display:none}td{display:flex;align-items:center;justify-content:space-between;border-bottom:none}td:first-child{background:#f9fafb}th{display:none}}#right_panel{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;width:100%;height:auto;position:relative;padding:6.8rem 0}#btn_resize{cursor:ew-resize;width:14px;height:100%;position:absolute;top:0;left:calc(100% + 3px);background:#fff;display:flex;align-items:start;justify-content:center;border:none;padding:0}#btn_resize span{background:#94a3b8;height:32px;width:4px;display:block;border-radius:10px}.detail-view{padding:20px;background:#fff;border-radius:12px;box-shadow:0 10px 20px #00000026;width:1200px;max-width:100%;position:relative;transition:all .3s ease}.close-button{position:absolute;top:10px;right:10px;background:none;border:none;font-size:20px;cursor:pointer;color:#333}.detail-photo-container{text-align:center;margin-bottom:20px}.detail-photo{width:100px;height:100px;border-radius:50%;box-shadow:0 0 10px #0000001a}.detail-content{display:flex;flex-wrap:wrap;gap:20px;margin-top:20px}.detail-row{display:flex;justify-content:space-between;width:100%;align-items:center}.detail-item{flex:1;font-size:16px;color:#444;padding:10px;border-radius:8px;margin:0 0 10px}.detail-item strong{display:block;color:#111;font-weight:600}.spinner{border:4px solid rgba(0,0,0,.1);border-left-color:#6e75cc;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:10px auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.no-users{margin:20px auto;text-align:center;font-size:16px;font-weight:500}.button-container{display:flex;justify-content:space-between;align-items:center;padding:10px}.logoutbtn{font-weight:700;font-size:18px;padding:10px 20px;background-color:brown;color:#fff;border:none;border-radius:5px;cursor:pointer;box-shadow:0 2px 5px #0000001a;position:relative;top:100px;left:45px;z-index:1}.logoutbtn:hover{background-color:#db1c1c}.button-wrap{display:flex;flex-direction:row;width:100%;padding-top:100px}@media (max-width:580px){.button-wrap{flex-direction:column;justify-content:start;align-items:start;position:relative;gap:10px;padding-top:180px}.logoutbtn{left:30px}}.deactivate{font-weight:700;font-size:1rem;padding:6px 12px;background-color:#007bff;color:#fff;border:none;border-radius:5px;cursor:pointer;box-shadow:0 2px 5px #0000001a}@media (max-width: 1110px){.wrap-table{max-width:100%;padding:10px;margin:20px;overflow-x:auto}th,td{padding:8px 10px}}.de-activate-btn{color:#fff;background-color:red;border-radius:10px;outline:none;font-size:14px;font-weight:700;border:transparent;padding:10px 21px;cursor:pointer}.de-activate-btn:hover{background-color:#d30202}.activate-btn{color:#fff;background-color:#009111;border-radius:10px;outline:none;font-size:14px;font-weight:700;border:transparent;padding:10px 21px;cursor:pointer}.activate-btn:hover{background-color:rgb(0,79,20)2}.overflow-auto{overflow:auto}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center}.modal-content{background:#fff;padding:20px;border-radius:8px;box-shadow:0 4px 6px #0000001a;width:90%;max-width:600px;position:relative;box-sizing:border-box;text-align:left}.close-button{position:absolute;top:10px;right:10px;background:none;border:none;font-size:24px;cursor:pointer;color:#007bff;transition:color .3s ease}.close-button:hover{color:#0056b3}h1{margin-bottom:20px;font-size:30px;text-align:center}.form-group{margin-bottom:15px}.label{display:block;font-size:17px;font-weight:700;margin-bottom:8px}.input{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;font-size:16px;box-sizing:border-box;transition:border-color .3s ease;border-color:#007bff}.date-time-group{display:flex;gap:15px;margin-bottom:20px}.date-input,.time-input{flex:1}.button-container{text-align:right}.btn{padding:10px 20px;border:none;border-radius:4px;background:#007bff;color:#fff;font-size:16px;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.btn:hover{background-color:#0056b3}@media (max-width: 600px){.date-time-group{flex-direction:column}.date-input,.time-input{width:100%;margin-bottom:10px}}.admin-nav{display:flex;justify-content:space-between;align-items:center}@media (max-width:580px){.admin-nav{flex-direction:column;justify-content:center;gap:15px}}.app__navbar{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#ffffffd9;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:fixed;z-index:2;transition:all .3s ease}.navbar-float{background-color:#fff;box-shadow:0 0 20px #0003}.app__navbar-logo{display:flex;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;color:var(--secondary-color)}.admin-dashboard-title{font-size:1.6rem;font-weight:700;color:var(--secondary-color);text-align:center;flex:1}.back-button{background-color:#007bff;color:var(--white-color);border:none;padding:8px 20px;font-size:18px;font-weight:700;cursor:pointer;border-radius:8px}.back-button:hover{background-color:#0056b3}:root{--font-base: "DM Sans", sans-serif;--primary-color: #edf2f8;--secondary-color: #313bac;--black-color: #030303;--lightGray-color: #e4e4e4;--gray-color: #6b7688;--brown-color: #46364a;--white-color: #ffffff}*{box-sizing:border-box;padding:0;margin:0;scroll-behavior:smooth}img{pointer-events:none}
