@import url(https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@700&family=Lato:wght@700;900&family=Poppins:ital,wght@0,500;0,600;0,700;0,800;0,900;1,400&family=Roboto+Slab:wght@400;500&family=Source+Code+Pro:wght@600&family=Ubuntu&display=swap);.app__navbar{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:var(--navbar-glass-bg);border:1px solid var(--navbar-glass-border);justify-content:space-between;padding:1rem 2rem;position:fixed;transition:background .3s ease,border-color .3s ease;width:100%;z-index:2}.app__navbar,.app__navbar-logo{align-items:center;display:flex}.app__navbar-logo{justify-content:flex-start;min-width:200px}.app__navbar-logo img{height:auto;width:clamp(130px,10vw,280px)}.app__navbar-links{align-items:center;display:flex;flex:1 1;justify-content:center;list-style:none}.app__navbar-links li{cursor:pointer;flex-direction:column;margin:0 1rem}.app__navbar-links li div{background:#0000;border-radius:25%;height:5px;margin-bottom:5px;transition:all .3s ease-in-out;width:5px}.app__navbar-links li a{color:var(--gray-color);flex-direction:column;font-family:var(--font-poppins);font-size:.9rem;font-weight:500;text-decoration:none;text-transform:uppercase;transition:all .3s ease-in-out}.app__navbar-links li a:hover{color:var(--secondary-color)}.app__navbar-links li:hover div{background:var(--secondary-color);transform:scaleX(10)}@media screen and (max-width:900px){.app__navbar-links{display:none}}.app__navbar-right{align-items:center;display:flex;gap:.75rem;justify-content:flex-end;min-width:200px}@media screen and (max-width:900px){.app__navbar-right{display:none}}.app__navbar-theme-toggle svg{animation:theme-icon-spin .5s ease forwards;transition:filter .3s ease}.app__navbar-theme-toggle:hover svg{filter:drop-shadow(0 0 6px var(--secondary-color))}@keyframes theme-icon-spin{0%{opacity:0;transform:rotate(-90deg) scale(.5)}to{opacity:1;transform:rotate(0deg) scale(1)}}.app__navbar-resume-btn{background-color:var(--white-color);border:2px solid var(--secondary-color);border-radius:10px;color:var(--secondary-color);cursor:pointer;font-family:var(--font-code);font-size:clamp(.75rem,.8vw,1rem);margin-right:auto;padding:clamp(.35rem,.5vw,.6rem) clamp(.7rem,1vw,1.2rem);text-decoration:none;text-transform:uppercase;transition:all .2s ease}.app__navbar-resume-btn:hover{background-color:var(--secondary-color);border:2px solid var(--secondary-color);border-radius:30px;color:#fff}[data-theme=dark] .app__navbar-resume-btn{background-color:#0000;border-color:#fff;color:#fff}[data-theme=dark] .app__navbar-resume-btn:hover{background-color:#fff;border-color:#fff;color:var(--secondary-color)}.app__navbar-menu{align-items:center;background-color:var(--secondary-color);border-radius:50%;display:flex;height:35px;justify-content:center;position:relative;width:35px}.app__navbar-menu svg{color:#fff;height:70%;width:70%}.app__navbar-menu div{align-items:flex-end;background-color:var(--mobile-menu-bg);background-size:cover;bottom:0;box-shadow:0 0 20px var(--shadow-color);display:flex;flex-direction:column;height:100vh;justify-content:flex-end;padding:1rem;position:fixed;right:0;top:0;width:80%;z-index:5}.app__navbar-menu div svg{color:var(--secondary-color);height:35px;margin:.5rem 1rem;width:35px}.app__navbar-menu div ul{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-start;list-style:none;margin:0;padding:0;width:100%}.app__navbar-menu div ul li{margin:1rem}.app__navbar-menu div ul li a{color:var(--gray-color);font-size:1rem;font-weight:500;text-decoration:none;text-transform:uppercase;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,.app__navbar-menu div{display:none}}.app__navbar-menu-bottom{align-items:center;display:flex;flex-direction:row;gap:.75rem;margin-top:auto;padding:1rem 0}.app__subroute-navbar{justify-content:space-between}.app__subroute-navbar-right{align-items:center;display:flex}.app__subroute-social{bottom:0;left:0;position:fixed;z-index:10}@media screen and (max-width:500px){.app__subroute-social{display:none}}.app__about{flex:1 1;flex-direction:column;width:100%}.app__about h2{font-family:var(--font-roboto-slab);margin:3rem 0}.app__about span{font-family:var(--font-code)}@media screen and (max-width:900px){.app__about h2{margin-top:0}}.app__profiles{align-items:flex-start;display:flex;flex:1 1;font-family:var(--font-roboto-slab);justify-content:center;margin-top:2rem}.app__profiles-desc{margin:1rem;width:120%}.app__profiles-desc h2{text-align:left}.app__profiles-desc p{color:var(--black-color);font-size:1.2rem;margin-bottom:1.5rem;text-align:left}.app__profiles-desc p span{color:var(--secondary-color);font-family:var(--font-code)}@media screen and (max-width:1200px){.app__profiles-desc{width:auto}.app__profiles-desc h2{font-size:2.5rem}.app__profiles-desc p{font-size:1rem}}@media screen and (max-width:900px){.app__profiles-desc h2{font-size:2rem}.app__profiles-desc p{font-size:.9rem}}[data-theme=dark] .app__profiles-desc p{color:#fff}.app__profiles-items{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-end;width:100%}.app__profiles-items h4{font-family:var(--font-poppins);font-size:2rem}.app__profiles-item{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;margin:2rem}.app__profiles-item img{border-radius:15px;height:clamp(150px,12vw,280px);object-fit:cover;width:clamp(150px,12vw,280px)}.app__footer{flex:1 1;flex-direction:column;width:100%}.app__footer h2{font-family:var(--font-roboto-slab)}@media screen and (max-width:1200px){.app__footer{margin-top:1rem}.app__footer h2{font-size:1.8rem}}@media screen and (max-width:768px){.app__footer h2{font-size:1.4rem}}.app__footer-cards{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-evenly;margin:4rem 2rem 2rem;width:clamp(320px,60%,900px)}.app__footer-cards .app__footer-card{align-items:center;background-color:var(--footer-card-bg);border-radius:10px;cursor:pointer;display:flex;flex-direction:row;justify-content:flex-start;margin:1rem 0;min-width:270px;padding:1rem;transition:all .3s ease-in-out}.app__footer-cards .app__footer-card img{height:40px;margin:0 .7rem;width:40px}.app__footer-cards .app__footer-card a{color:var(--gray-color);font-family:var(--font-poppins);font-weight:600;text-decoration:none}.app__footer-cards .app__footer-card:hover{box-shadow:0 0 25px var(--lightPink-color)}@media screen and (max-width:1200px){.app__footer-cards .app__footer-card{width:100px}.app__footer-cards .app__footer-card img{height:30px;width:30px}.app__footer-cards .app__footer-card a{font-size:12px}}@media screen and (max-width:768px){.app__footer-cards .app__footer-card h2{font-size:1rem}}@media screen and (max-width:450px){.app__footer-cards .app__footer-card{width:100%}}@media screen and (max-width:1200px){.app__footer-cards{margin-top:1.5rem}}@media screen and (max-width:768px){.app__footer-cards{width:100%}}.app__footer-cards .app__footer-card:last-child{background-color:var(--footer-card-alt-bg)}.app__footer-form{flex-direction:column;margin:1rem 2rem;width:clamp(320px,60%,900px)}.app__footer-form div{background-color:var(--secondary-color);border-radius:10px;cursor:pointer;margin:.75rem 0;transition:all .3s ease-in-out;width:100%}.app__footer-form div input,.app__footer-form div textarea{background-color:var(--white-color);border:none;border-radius:7px;color:var(--black-color);font-family:var(--font-code);outline:none;padding:.95rem;width:100%}.app__footer-form div textarea{height:170px}.app__footer-form div:hover{box-shadow:0 0 25px var(--primary-color)}[data-theme=dark] .app__footer-form div{background-color:#fff}.app__footer-form button{background-color:var(--white-color);border:2px solid var(--secondary-color);border-radius:10px;color:var(--secondary-color);cursor:pointer;font-family:var(--font-code);font-size:.9rem;font-weight:500;margin:2rem 0 0;outline:none;padding:1rem 2rem;text-transform:uppercase;transition:all .2s ease}.app__footer-form button:hover{background-color:var(--secondary-color);border:2px solid var(--secondary-color);border-radius:30px;color:#fff}[data-theme=dark] .app__footer-form button{background-color:#0000;border-color:#fff;color:#fff}[data-theme=dark] .app__footer-form button:hover{background-color:#fff;border-color:#fff;color:var(--secondary-color)}@media screen and (max-width:1200px){.app__footer-form button{margin:1rem 0 0}.app__footer-form{margin:0;width:80%}}@media screen and (max-width:768px){.app__footer-form{width:100%}.app__footer-form div{margin:.5rem 0}}#home{background:url(/static/media/bgIMG.c39101e520e2997fc6d4.png) repeat 50%;background-size:cover;position:relative;transition:background-color .3s ease}#home .app__wrapper{padding:0;position:relative;z-index:1}#home .app__wrapper .copyright{display:none}[data-theme=dark] #home{background-blend-mode:multiply;background-color:var(--primary-color)}.app__header{flex:1 1;flex-direction:row;height:100%;padding:6rem 2rem 0;width:100%}@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-info{flex:.65 1;height:100%}.app__header-badge,.app__header-info{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;width:100%}.app__header-badge .badge-cmp,.app__header-badge .tag-cmp{background-color:var(--white-color);border:var(--white-color);border-radius:15px;box-shadow:0 0 20px var(--shadow-color);flex-direction:row;padding:1rem 2rem;transition:all .3s ease-in-out;width:auto}.app__header-badge .badge-cmp h1,.app__header-badge .tag-cmp h1{font-family:var(--font-code);font-size:clamp(1.3rem,1.5vw + .5rem,2.5rem)}.app__header-badge .badge-cmp p,.app__header-badge .tag-cmp p{font-family:var(--font-roboto-slab);font-size:1rem}@media screen and (max-width:900px){.app__header-badge .badge-cmp,.app__header-badge .tag-cmp{width:90%}}.app__header-badge .badge-cmp:hover{box-shadow:0 0 20px var(--lightPink-color);transform:scale(1.05)}.app__header-badge .tag-cmp{flex-direction:column;margin-top:2rem}.app__header-badge .tag-cmp p{font-size:1rem;text-align:left;width:100%}.app__header-badge .tag-cmp:hover{box-shadow:0 0 20px var(--lightPink-color);transform:scale(1.05)}@media screen and (max-width:1200px){.app__header-badge .tag-cmp{margin-top:1rem}}@media screen and (max-width:900px){.app__header-badge .tag-cmp p{font-size:.8rem;text-align:center}}.app__header-badge span{font-size:clamp(2rem,2vw + .5rem,4rem)}@media screen and (max-width:1200px){.app__header-badge{align-items:center;justify-content:center}}.app__header-circles{align-items:flex-start;display:flex;flex:.75 1;flex-direction:column;height:100%;justify-content:space-evenly;margin-left:1rem}.app__header-circles div{background:var(--white-color);border-radius:50%;box-shadow:0 0 20px var(--shadow-color);height:100px;transition:all .3s ease-in-out;width:100px}.app__header-circles div img{height:65%;object-fit:contain;width:65%}.app__header-circles div:hover{box-shadow:0 0 20px var(--lightPink-color);transform:scale(1.05)}.circles-left div:first-child{height:clamp(80px,6vw,200px);margin-left:20px;margin-top:5rem;width:clamp(80px,6vw,200px)}.circles-left div:nth-child(2){height:clamp(140px,10vw,250px);margin-left:200px;margin-top:2rem;width:clamp(140px,10vw,250px)}@media screen and (max-width:1200px){.circles-left{display:none}}.circles-right div:first-child{height:clamp(110px,9vw,200px);width:clamp(110px,9vw,200px)}.circles-right div:nth-child(2){height:clamp(150px,12vw,250px);margin:4rem;width:clamp(150px,12vw,250px)}.circles-right div:nth-child(3){height:clamp(90px,7vw,150px);width:clamp(90px,7vw,150px)}@media screen and (max-width:1200px){.circles-right{flex-direction:row;flex-wrap:wrap;margin-left:0;width:100%}.circles-right div{margin:1rem}.circles-right div:first-child{height:110px;width:110px}.circles-right div:nth-child(2){height:180px;margin:2rem;width:180px}.circles-right div:nth-child(3){height:140px;width:140px}}@media screen and (max-width:900px){.circles-right div{margin:.1rem}.circles-right div:first-child{height:65px;width:65px}.circles-right div:nth-child(2){height:100px;width:100px}.circles-right div:nth-child(3){height:70px;width:70px}}.app__header-img{align-items:flex-end;display:flex;flex:1 1;height:100%;justify-content:flex-end;position:relative}.app__header-img img{object-fit:contain;width:100%;z-index:1}.app__header-img .overlay_circle{bottom:0;height:120%;left:0;position:absolute;right:0;width:100%;z-index:0}@media screen and (max-width:1200px){.app__header-img{margin:2rem 0}}.app__header-typewriter{align-items:flex-end;display:flex;flex:1 1;height:100%;justify-content:flex-end;position:relative;text-align:center}.app__header-typewriter h1{color:var(--black-color);font-family:var(--font-roboto-slab);font-size:clamp(1.3rem,1.5vw + .5rem,3rem);font-weight:800;margin:auto}.app__header-typewriter span{color:var(--secondary-color);font-family:var(--font-code);font-size:clamp(1.3rem,1.5vw + .5rem,3rem);font-weight:400}.app__skills{flex:1 1;flex-direction:column;width:100%}.app__skills h2{font-family:var(--font-roboto-slab)}@media screen and (max-width:1200px){.app__skills{margin-top:1rem}.app__skills h2{font-size:1.8rem}}.app__skills-container{display:flex;flex-direction:row;margin-top:3rem;width:80%}@media screen and (max-width:1200px){.app__skills-container{margin-top:1rem;width:auto}}@media screen and (max-width:900px){.app__skills-container{flex-direction:column;width:100%}}.app__skills-list{align-items:flex-start;display:flex;flex:1 1;flex-wrap:wrap;justify-content:space-evenly;margin-right:5rem}.app__skills-list p{font-family:var(--font-code)}@media screen and (max-width:1200px){.app__skills-list{margin-right:1rem}}@media screen and (max-width:900px){.app__skills-list{align-items:center;justify-content:center;margin-right:0}}.app__skills-item{flex-direction:column;margin:1rem;text-align:center;transition:all .3s ease}.app__skills-item div{background-color:var(--white-color);border-radius:50%;height:clamp(70px,5vw,130px);transition:all .3s ease;width:clamp(70px,5vw,130px)}.app__skills-item div img{height:50%;width:50%}.app__skills-item div:hover{box-shadow:0 0 25px var(--lightPink-color)}.app__skills-item p{font-weight:500;margin-top:.5rem}.app__skills-item:hover{transform:scale(1.1)}@media screen and (max-width:1200px){.app__skills-item{margin:.5rem}}.app__skills-exp{align-items:flex-start;display:flex;flex:1.5 1;flex-direction:column;justify-content:flex-start}@media screen and (max-width:900px){.app__skills-exp{margin-top:2rem}}.app__skills-exp-item{align-items:flex-start;border-radius:15px;display:flex;flex-direction:row;justify-content:flex-start;margin:1rem 0;padding:2%;transition:all .3s ease;width:100%}.app__skills-exp-item:hover{box-shadow:0 0 20px var(--lightPink-color);transform:scale(1.03)}.app__skills-exp-card{display:flex;flex:1 1;flex-direction:row;width:100%}.app__skills-exp-year{margin-right:1rem;padding-right:10px;width:22%}.app__skills-exp-year p{color:var(--secondary-color);font-family:var(--font-code);font-weight:800}@media screen and (max-width:1200px){.app__skills-exp-year{align-items:center;display:flex;flex-direction:column;justify-content:center;width:6%}.app__skills-exp-year p{margin-bottom:2rem;transform:rotate(-90deg);width:180px}}@media screen and (max-width:450px){.app__skills-exp-year{margin-right:1rem}}.app__skills-exp-works{flex:1 1}.app__skills-exp-works .app__skills-exp-title{align-items:flex-start;cursor:pointer;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:1rem}.app__skills-exp-works .app__skills-exp-title h4{font-family:var(--font-poppins);font-weight:600}.app__skills-exp-works .app__skills-exp-title p{color:var(--gray-color);font-family:var(--font-poppins);font-size:1rem;font-weight:400;margin-top:5px}@media screen and (max-width:1200px){.app__skills-exp-works .app__skills-exp-title{margin-bottom:.5rem}.app__skills-exp-works .app__skills-exp-title p{margin-top:0}}.app__skills-exp-works ul{list-style:none}.app__skills-exp-works ul li{margin-bottom:.5rem}.app__skills-exp-works ul li p{font-family:var(--font-roboto-slab)}@media screen and (max-width:1200px){.app__skills-exp-works ul{margin-bottom:0}}.app__works{flex:1 1;flex-direction:column;width:100%}.app__work-filter{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;margin:4rem 0 2rem}.app__work-filter .app__work-filter-item{background-color:#fff;border-radius:.5rem;color:#000;cursor:pointer;font-weight:800;margin:.5rem;padding:.5rem 1rem;transition:all .3s ease}.app__work-filter .app__work-filter-item:hover,.app__work-filter .item-active{background-color:var(--secondary-color);color:#fff}.app__work-portfolio{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.app__work-portfolio .app__work-item{background-color:#fff;border-radius:.5rem;color:#000;cursor:pointer;flex-direction:column;margin:2rem;padding:1rem;transition:all .3s ease;width:270px}.app__work-portfolio .app__work-item:hover{box-shadow:0 0 25px #0003}@media screen and (max-width:300px){.app__work-portfolio .app__work-item{margin:1rem;width:100%}}.app__work-img{height:230px;position:relative;width:100%}.app__work-img img{object-fit:cover}.app__work-hover,.app__work-img img{border-radius:.5rem;height:100%;width:100%}.app__work-hover{bottom:0;left:0;opacity:0;position:absolute;right:0;top:0}.app__work-hover,.app__work-hover div{background-color:#00000080;transition:all .3s ease}.app__work-hover div{border-radius:50%;color:#fff;cursor:pointer;font-family:var(--font-base);font-weight:800;height:50px;margin:1rem;width:50px}.app__work-hover div svg{color:var(--white-color);height:50%;width:50%}.app__work-content{flex-direction:column;padding:.5rem;position:relative;width:100%}.app__work-content h4{line-height:1.5;margin-top:1rem}.app__work-content .app__work-tag{background-color:#fff;border-radius:10px;padding:.5rem 1rem;position:absolute;top:-25px}.app__apps{margin:0 auto;max-width:1200px;min-height:100vh;padding:6rem 2rem 4rem}.app__apps-filter{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin:3rem 0 2rem}.app__apps-filter .app__apps-filter-item{background-color:var(--white-color);border-radius:.5rem;color:var(--black-color);cursor:pointer;font-weight:800;padding:.5rem 1rem;transition:all .3s ease}.app__apps-filter .app__apps-filter-item:hover,.app__apps-filter .item-active{background-color:var(--secondary-color);color:#fff}.app__apps-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-top:2rem}.app__apps-card{background-color:var(--white-color);border-radius:.75rem;box-shadow:0 2px 10px var(--shadow-color);overflow:hidden;text-decoration:none;transition:all .3s ease}.app__apps-card:hover{box-shadow:0 10px 30px var(--shadow-color);transform:translateY(-5px)}.app__apps-card-img{height:200px;overflow:hidden;width:100%}.app__apps-card-img img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.app__apps-card:hover .app__apps-card-img img{transform:scale(1.05)}.app__apps-card-content{padding:1.25rem}.app__apps-card-content h4{margin-bottom:.5rem}.app__apps-card-content p{margin-bottom:.75rem}.app__apps-card-tags{display:flex;flex-wrap:wrap;gap:.4rem}.app__apps-tag{background-color:var(--primary-color);border-radius:4px;color:var(--gray-color);font-family:var(--font-code);font-size:.75rem;font-weight:600;padding:.2rem .6rem}.app__app-detail{margin:0 auto;max-width:900px;min-height:100vh;padding:6rem 2rem 4rem}.app__app-detail-back{color:var(--secondary-color);display:inline-block;font-family:var(--font-poppins);font-weight:600;margin-bottom:2rem;text-decoration:none;transition:opacity .2s ease}.app__app-detail-back:hover{opacity:.7}.app__app-detail-hero{border-radius:.75rem;box-shadow:0 4px 20px var(--shadow-color);margin:2rem 0;overflow:hidden;width:100%}.app__app-detail-hero img{display:block;height:auto;width:100%}.app__app-detail-body p{line-height:1.8;margin-bottom:1.5rem}.app__app-detail-tech{margin:2rem 0}.app__app-detail-tech h4{margin-bottom:.75rem}.app__app-detail-tech-list{display:flex;flex-wrap:wrap;gap:.5rem}.app__app-detail-links{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.app__app-detail-link{align-items:center;background-color:var(--white-color);border:2px solid var(--secondary-color);border-radius:10px;color:var(--secondary-color);display:inline-flex;font-family:var(--font-code);font-size:.9rem;font-weight:600;gap:.4rem;padding:.6rem 1.2rem;text-decoration:none;transition:all .2s ease}.app__app-detail-link:hover{background-color:var(--secondary-color);border-radius:30px;color:#fff}.app__app-detail-link svg{height:18px;width:18px}.app__photography{margin:0 auto;max-width:1200px;min-height:100vh;padding:6rem 2rem 4rem}.app__photography-subtitle{color:var(--gray-color);font-family:var(--font-roboto-slab);font-size:.85rem;letter-spacing:.05em;margin-bottom:2.5rem;margin-top:1rem;text-align:center;text-transform:uppercase}.app__photography-grid{column-count:3;column-gap:.5rem}@media screen and (max-width:900px){.app__photography-grid{column-count:2}}@media screen and (max-width:500px){.app__photography-grid{column-count:1}}.app__photography-item{break-inside:avoid;cursor:pointer;margin-bottom:.5rem;overflow:hidden;page-break-inside:avoid;position:relative}.app__photography-item img{display:block;height:auto;transition:transform .4s ease;width:100%}.app__photography-item:hover img{transform:scale(1.02)}.app__photography-overlay{background:linear-gradient(#0000,#000000b3);bottom:0;left:0;opacity:0;padding:1.5rem 1rem 1rem;position:absolute;right:0;transition:opacity .3s ease}.app__photography-item:hover .app__photography-overlay{opacity:1}.app__photography-overlay h4{color:#fff;font-family:var(--font-roboto-slab);font-size:.9rem;font-weight:400;letter-spacing:.03em;margin-bottom:.2rem}.app__photography-overlay p{color:#ffffffb3;font-family:var(--font-roboto-slab);font-size:.75rem;letter-spacing:.05em;text-transform:uppercase}.app__photography-lightbox{align-items:center;background:#000000f2;display:flex;height:100%;justify-content:center;left:0;padding:2rem;position:fixed;top:0;width:100%;z-index:100}.app__photography-lightbox-content{align-items:center;display:flex;flex-direction:column;max-height:90vh;max-width:90vw;position:relative}.app__photography-lightbox-content img{max-height:75vh;max-width:100%;object-fit:contain}.app__photography-lightbox-info{margin-top:1rem;text-align:center}.app__photography-lightbox-info h3{color:#fff;font-family:var(--font-roboto-slab);font-size:1rem;font-weight:400;letter-spacing:.03em;margin-bottom:.25rem}.app__photography-lightbox-info p{color:#fff9;font-family:var(--font-roboto-slab);font-size:.8rem;letter-spacing:.05em;text-transform:uppercase}.app__photography-lightbox-date{font-family:var(--font-code);font-size:.75rem!important;margin-top:.25rem}.app__photography-lightbox-close{align-items:center;background:#0000;border:1px solid #ffffff4d;border-radius:0;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:36px;justify-content:center;position:absolute;right:-1rem;top:-1rem;transition:all .2s ease;width:36px}.app__photography-lightbox-close:hover{background:#fff;border-color:#fff;color:#000}.app__blog{margin:0 auto;max-width:1100px;min-height:100vh;padding:6rem 2rem 4rem}.app__blog-header{margin-bottom:2.5rem}.app__blog-empty{margin-top:2rem;text-align:center}.app__blog-layout{grid-gap:2.5rem;align-items:start;display:grid;gap:2.5rem;grid-template-columns:220px 1fr}@media screen and (max-width:768px){.app__blog-layout{gap:1.5rem;grid-template-columns:1fr}}.app__blog-sidebar{position:sticky;top:6rem}@media screen and (max-width:768px){.app__blog-sidebar{position:static}}.app__blog-sidebar-section{margin-bottom:2rem}.app__blog-sidebar-section h4{color:var(--gray-color);font-family:var(--font-code);font-size:.7rem;letter-spacing:.1em;margin-bottom:.75rem;text-transform:uppercase}.app__blog-sidebar-tags{display:flex;flex-wrap:wrap;gap:.4rem}.app__blog-sidebar-tag{background:#0000;border:1px solid var(--gray-color);border-radius:20px;color:var(--gray-color);cursor:pointer;font-family:var(--font-code);font-size:.75rem;padding:.25rem .65rem;text-transform:lowercase;transition:all .2s ease}.app__blog-sidebar-tag--active,.app__blog-sidebar-tag:hover{background:var(--secondary-color);border-color:var(--secondary-color);color:#fff}.app__blog-sidebar-links{list-style:none}.app__blog-sidebar-links li{margin-bottom:.5rem}.app__blog-sidebar-links a{color:var(--secondary-color);font-family:var(--font-poppins);font-size:.85rem;font-weight:500;text-decoration:none;transition:opacity .2s ease}.app__blog-sidebar-links a:hover{opacity:.7}.app__blog-list{display:flex;flex-direction:column;gap:1.25rem}.app__blog-card{background-color:var(--white-color);border-radius:.75rem;box-shadow:0 2px 10px var(--shadow-color);display:flex;flex-direction:row;overflow:hidden;text-decoration:none;transition:all .3s ease}.app__blog-card:hover{box-shadow:0 8px 25px var(--shadow-color);transform:translateY(-2px)}@media screen and (max-width:600px){.app__blog-card{flex-direction:column}}.app__blog-card-image{align-items:center;background-color:var(--primary-color);background-position:50%;background-size:cover;display:flex;flex-shrink:0;justify-content:center;min-height:180px;width:38%}.app__blog-card-image .app__blog-card-image-placeholder{color:var(--gray-color);font-size:2.5rem;opacity:.3}@media screen and (max-width:600px){.app__blog-card-image{min-height:140px;width:100%}}.app__blog-card-body{display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:1.25rem 1.5rem}.app__blog-card-body h3{font-size:1.1rem;margin:.4rem 0}.app__blog-card-body p{font-size:.9rem;line-height:1.5;margin-bottom:.75rem}.app__blog-card-meta{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem}.app__blog-card-meta time{color:var(--gray-color);font-family:var(--font-code);font-size:.8rem}.app__blog-card-tags{display:flex;flex-wrap:wrap;gap:.35rem}.app__blog-tag{background-color:var(--primary-color);border-radius:4px;color:var(--gray-color);font-family:var(--font-code);font-size:.65rem;font-weight:600;padding:.12rem .45rem;text-transform:lowercase}.app__blog-read-more{color:var(--secondary-color);font-family:var(--font-poppins);font-size:.85rem;font-weight:600}.app__blog-post{margin:0 auto;max-width:1100px;min-height:100vh;padding:6rem 2rem 4rem}.app__blog-post-layout{grid-gap:2.5rem;align-items:start;display:grid;gap:2.5rem;grid-template-columns:220px 1fr}@media screen and (max-width:768px){.app__blog-post-layout{gap:1.5rem;grid-template-columns:1fr}}.app__blog-post-main{max-width:700px}.app__blog-post-back{color:var(--secondary-color);display:inline-block;font-family:var(--font-poppins);font-size:.9rem;font-weight:600;margin-bottom:2rem;text-decoration:none;transition:opacity .2s ease}.app__blog-post-back:hover{opacity:.7}.app__blog-post-article header{margin-bottom:2rem}.app__blog-post-article header h1{margin-bottom:.75rem;text-align:left}.app__blog-post-article header time{display:block;margin-bottom:.75rem}.app__blog-post-content{color:var(--black-color);font-family:var(--font-base);line-height:1.8}.app__blog-post-content h1,.app__blog-post-content h2,.app__blog-post-content h3,.app__blog-post-content h4{color:var(--black-color);margin:2rem 0 1rem}.app__blog-post-content h1{font-size:2rem}.app__blog-post-content h2{font-size:1.5rem}.app__blog-post-content h3{font-size:1.25rem}.app__blog-post-content p{color:var(--black-color);margin-bottom:1rem}.app__blog-post-content a{color:var(--secondary-color);text-decoration:underline}.app__blog-post-content ol,.app__blog-post-content ul{color:var(--black-color);margin:1rem 0;padding-left:2rem}.app__blog-post-content ol li,.app__blog-post-content ul li{margin-bottom:.5rem}.app__blog-post-content code{background-color:var(--primary-color);border-radius:4px;font-family:var(--font-code);font-size:.9em;padding:.15rem .4rem}.app__blog-post-content pre{background-color:var(--primary-color);border-radius:.5rem;margin:1.5rem 0;overflow-x:auto;padding:1.25rem}.app__blog-post-content pre code{background:none;padding:0}.app__blog-post-content blockquote{background-color:var(--primary-color);border-left:4px solid var(--secondary-color);border-radius:0 .5rem .5rem 0;margin:1.5rem 0;padding:.5rem 1rem}.app__blog-post-content blockquote p{color:var(--gray-color);font-style:italic;margin:0}.app__blog-post-content img{border-radius:.5rem;margin:1rem 0;max-width:100%}.app__blog-post-content hr{border:none;border-top:1px solid var(--gray-color);margin:2rem 0;opacity:.2}.app__blog-post-content table{border-collapse:collapse;margin:1.5rem 0;width:100%}.app__blog-post-content table td,.app__blog-post-content table th{border:1px solid var(--gray-color);padding:.75rem;text-align:left}.app__blog-post-content table th{background-color:var(--primary-color);font-weight:700}.app__blog-post-content strong{color:var(--black-color)}.app{background-color:var(--primary-color);font-family:var(--font-base)}.app,.app__whitebg{transition:background-color .3s ease}.app__whitebg{background-color:var(--white-color)}.app__primarybg{background-color:var(--primary-color);transition:background-color .3s ease}.app__container{display:flex;flex-direction:row;min-height:100vh;width:100%}.app__flex{align-items:center;display:flex;justify-content:center}.app__wrapper{flex:1 1;flex-direction:column;padding:4rem 2rem;width:100%}@media screen and (max-width:450px){.app__wrapper{padding:4rem 1rem 2rem}}.copyright{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem 0 0;width:100%}.copyright p{color:var(--gray-color);font-family:var(--font-roboto-slab);text-transform:uppercase}.head-text{color:var(--black-color);font-size:clamp(2rem,2vw + 1rem,4rem);font-weight:800;text-align:center;text-transform:capitalize}.head-text span{color:var(--secondary-color)}.p-text{color:var(--gray-color);font-size:clamp(.8rem,.5vw + .5rem,1.25rem);line-height:1.5;text-align:left}.bold-text{color:var(--black-color);font-size:clamp(.9rem,.5vw + .6rem,1.5rem);font-weight:800;text-align:left}.app__social{flex-direction:column;justify-content:flex-end;padding:1rem}.app__social,.app__social div{align-items:center;display:flex}.app__social div{background-color:var(--white-color);border-radius:50%;height:clamp(40px,3vw,70px);justify-content:center;margin:.25rem 0;transition:all .3s ease-in-out;width:clamp(40px,3vw,70px)}.app__social div svg{color:var(--gray-color);height:clamp(17px,1.2vw,30px);width:clamp(17px,1.2vw,30px)}.app__social div:hover{background-color:var(--secondary-color);border-color:var(--secondary-color);box-shadow:0 0 20px var(--lightGray-color)}.app__social div:hover svg{color:#fff}.app__social .app__social-separator{background-color:var(--gray-color);border-radius:1px;height:1px;margin:.4rem 0;opacity:.3;width:60%}.app__navigation{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:1rem}.app__navigation .app__navigation-dot{background-color:var(--dot-color);border-radius:50%;height:clamp(8px,.6vw,15px);margin:.5rem;transition:background-color .2s ease-in-out;width:clamp(8px,.6vw,15px)}.app__navigation .app__navigation-dot:hover{background-color:var(--secondary-color)}@media screen and (max-width:500px){.app__navigation,.app__social{display:none}.copyright{padding:2rem}}:root{--font-base:"Ubuntu",sans-serif;--font-code:"JetBrains Mono",monospace;--font-two:"Lato",sans-serif;--font-poppins:"Poppins",sans-serif;--font-ubuntu:"Ubuntu",sans-serif;--font-roboto-slab:"Roboto Slab",serif;--primary-color:#edf2f8;--secondary-color:#8758ff;--black-color:#181818;--lightGray-color:#f2f2f2;--gray-color:#6b7688;--brown-color:#46364a;--white-color:#fff;--lightPink-color:#fef4f5;--new-black-color:#181818;--new-purple-color:#8758ff;--new-blue-color:#5cb8e4;--new-gray-color:#f2f2f2;--dot-color:#cbcbcb;--footer-card-bg:#fef4f5;--footer-card-alt-bg:#f3f7fb;--navbar-glass-bg:#ffffff40;--navbar-glass-border:#ffffff2e;--shadow-color:#0000001a;--mobile-menu-bg:var(--white-color)}[data-theme=dark]{--primary-color:#1a1a2e;--secondary-color:#8758ff;--black-color:#f0f0f0;--lightGray-color:#2a2a3e;--gray-color:#a0aec0;--brown-color:#c9a0d0;--white-color:#242438;--lightPink-color:#2d1f3d;--new-black-color:#f0f0f0;--new-gray-color:#2a2a3e;--dot-color:#4a4a5e;--footer-card-bg:#2d1f3d;--footer-card-alt-bg:#1e2a3a;--navbar-glass-bg:#1a1a2eb3;--navbar-glass-border:#8758ff26;--shadow-color:#0000004d;--mobile-menu-bg:#1a1a2e}[data-page=photography]{--primary-color:#fff;--white-color:#fff;--black-color:#000;--gray-color:#000;--secondary-color:#000;--lightGray-color:#fff;--dot-color:#000;--shadow-color:#0000001a;--navbar-glass-bg:#ffffffe6;--navbar-glass-border:#0000000d;--mobile-menu-bg:#fff}[data-theme=dark] [data-page=photography],[data-theme=dark][data-page=photography]{--primary-color:#000;--white-color:#000;--black-color:#fff;--gray-color:#fff;--secondary-color:#fff;--lightGray-color:#000;--dot-color:#fff;--shadow-color:#ffffff0d;--navbar-glass-bg:#000000e6;--navbar-glass-border:#ffffff0d;--mobile-menu-bg:#000}[data-page=blog]{--primary-color:#f8f8fc;--white-color:#fff;--black-color:#1a1a2e;--gray-color:#6b6b80;--secondary-color:#8758ff;--lightGray-color:#f0f0f4;--dot-color:#cbcbcb;--shadow-color:#00000014;--navbar-glass-bg:#f8f8fce6;--navbar-glass-border:#8758ff1a;--mobile-menu-bg:#f8f8fc}[data-theme=dark] [data-page=blog],[data-theme=dark][data-page=blog]{--primary-color:#171727;--white-color:#1e1e32;--black-color:#e8e8ec;--gray-color:#8b8ba0;--secondary-color:#8758ff;--lightGray-color:#252540;--dot-color:#4a4a5e;--shadow-color:#0006;--navbar-glass-bg:#171727d9;--navbar-glass-border:#8758ff26;--mobile-menu-bg:#171727}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}
/*# sourceMappingURL=main.5d61ab76.css.map*/