.app-container{background-color:#343f4f;display:flex;flex-direction:column;height:100dvh;width:100vw;margin:0;padding:0;box-sizing:border-box;font-family:Arial,sans-serif}.header-section{gap:1rem;display:flex;justify-content:center;align-items:center;padding:1rem 0;height:4rem}@media(max-width:768px){.header-section{display:none}}.content-section{display:flex;justify-content:center;align-items:center;flex-grow:1;flex-direction:column;padding:50px 30px;min-height:0;height:100%}.tab-btn{background:none;border:none;outline:none;padding:0;margin:0 1rem 0 0;color:#fff;font:inherit;cursor:pointer;position:relative;border-radius:0;transition:color .2s}.tab-btn:after{content:"";display:block;height:2px;width:0;background:#1e9fab;transition:width .2s;position:absolute;left:0;bottom:-4px}.tab-btn:hover:after{width:100%}.tab-btn.active{color:#1e9fab}.tab-btn.active:after{width:100%;background:#1e9fab}.sidebar-toggle{display:none;position:fixed;top:1.2rem;left:1.2rem;width:2rem;height:2rem;flex-direction:column;justify-content:center;align-items:center;background:none;border:none;z-index:49;cursor:pointer;padding:0}@media(max-width:768px){.sidebar-toggle{display:flex}}.sidebar-toggle-bar{width:2rem;height:3px;background:#fff;margin:3px 0;border-radius:2px;transition:all .2s}.sidebar-menu{display:none}@media(max-width:768px){.sidebar-menu{display:block;position:fixed;top:0;left:0;height:100vh;width:0;background:rgba(30,40,50,.98);overflow:hidden;z-index:48;transition:width .3s;pointer-events:none}.sidebar-menu.open{width:220px;pointer-events:auto;box-shadow:2px 0 8px rgba(0,0,0,.2)}}.sidebar-menu-content{display:flex;flex-direction:column;padding:2rem 1rem;gap:1.5rem;margin-top:3rem}.sidebar-tab-btn{color:#fff;font-size:1.2rem;text-align:left;width:100%;margin:0;padding:.5rem 0;background:none;border:none;outline:none;position:relative;border-radius:0;transition:color .2s}.sidebar-tab-btn.active{color:#1e9fab}.sidebar-tab-btn:after{content:"";display:block;height:2px;width:0;background:#1e9fab;transition:width .2s;position:absolute;left:0;bottom:-4px}.sidebar-tab-btn.active:after,.sidebar-tab-btn:hover:after{width:100%}.worldmap__figure-container{width:100vw;height:90vh;display:flex;align-items:center;justify-content:center}@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");:root{--body-color:#fafafa;--color-white:#fff;--text-color-second:#444;--text-color-third:#1e9fab;--first-color:#6e57e0;--first-color-hover:#285bd4;--second-color:#6e57e0;--third-color:#c0a631;--first-shadow-color:rgba(0,0,0,.1)}.btn{font-weight:500;padding:12px 20px;background:#efefef;border:none;border-radius:10px;cursor:pointer;transition:.4s}.btn>i{margin-left:10px}.btn:hover{background:var(--second-color);color:var(--color-white)}i{font-size:16px}.featured-box{height:100vh;min-height:700px}.featured-box,.featured-text{position:relative;display:flex}.featured-text{justify-content:center;align-content:center;flex-direction:column}.featured-text-card span{background:var(--third-color);color:var(--color-white);padding:3px;font-size:12px;border-radius:5px}.featured-name{font-size:50px;font-weight:600;color:var(--text-color-second);margin-block:20px}.typedText{text-transform:capitalize;color:var(--text-color-third)}.featured-text-info{font-size:15px;margin-bottom:30px;color:var(--text-color-second)}.featured-text-btn{display:flex;gap:20px}.featured-text-btn>.blue-btn{background:var(--first-color);color:var(--color-white)}.featured-text-btn>.blue-btn:hover{background:var(--first-color-hover)}.social_icons{display:flex;margin-top:5em;gap:30px}.icon{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;box-shadow:0 2px 5px 0 rgba(0,0,0,.25);cursor:pointer}.icon:hover{color:var(--first-color)}.featured-image{display:flex;justify-content:right;align-content:center;margin-bottom:-5px}.image{margin:auto 0}.image img{height:550px;-o-object-fit:contain;object-fit:contain}@media only screen and (max-width:1024px){.featured-text{padding:10px}.featured-text-info{margin-bottom:10px}.image,.image img{width:320px;height:320px}}@media only screen and (max-width:900px){.social_icons{margin-top:10px}.featured-image{order:1;justify-content:center;min-height:150px;width:100%;margin-bottom:0}.image,.image img{width:100%}.row{flex-direction:column;gap:50px}.col,.row{display:flex;justify-content:center}.about-info,.col,.contact-info{width:100%}.project-container{justify-content:center}.project-box{width:80%}}@media only screen and (max-width:540px){.featured-name{font-size:30px;margin-block:10px}.project-box{width:100%}.form-inputs{flex-direction:column}.input-field{width:100%}}.bg-white\/30{background:rgba(50,50,50,.6)}.bg-white\/30:hover{background:#323232!important}.portfolio-section{height:100%}.projectContainer{display:flex;flex-direction:row;flex-wrap:wrap;overflow-x:hidden;overflow-y:auto;gap:15px;width:100%;height:100%}.project-dimensions{width:calc(33% - 10px);height:calc(50% - 7.5px)}@media (max-width:1000px){.project-dimensions{width:calc(50% - 10px)}}@media (max-width:750px){.project-dimensions{width:calc(100% - 10px)}}.photographyProjectContainer{display:flex;align-items:center;justify-content:center;justify-self:center;flex-wrap:wrap;overflow-x:hidden;overflow-y:auto;gap:15px;border-radius:8px;margin:20px}.image-dimensions{width:auto;max-height:240px;height:auto;display:block;-o-object-fit:cover;object-fit:cover}@media (max-width:1000px){.image-dimensions{max-height:200px}}@media (max-width:750px){.image-dimensions{max-height:140px}}