@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap);*{box-sizing:border-box;font-family:Outfit,sans-serif;margin:0;padding:0}body{background-color:#000}a,h1,h4,p{color:#fff;text-decoration:none}h4{padding-bottom:.7rem}h4,p{font-size:1.2rem}ul{list-style-type:none}.btn{background:#f8d90f;border:1px solid #fff;color:#222;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 32px;text-transform:uppercase}.btn-light{background:transparent;color:#fff}.btn:hover{background:hsla(0,0%,100%,.2);color:#fff;transition:.3s}.header{align-items:center;display:flex;height:90px;justify-content:space-between;padding:1rem;position:fixed;width:100%;z-index:10}.header-bg{background-color:rgba(0,0,0,.85);transition:.5s}.nav-menu{display:flex}.nav-menu li{padding:0 1rem}.nav-menu li a{font-size:1.2rem;font-weight:500;transition:color .3s ease-in-out}.nav-menu li a.active,.nav-menu li a:hover{color:#f8d90f}.nav-icon{display:none}@media screen and (max-width:1040px){.nav-menu{align-items:center;background-color:rgba(0,0,0,.9);flex-direction:column;height:100vh;justify-content:center;left:-100%;position:absolute;top:0;transition:.3s;width:100%;z-index:-3}.nav-menu.active{left:0}.nav-menu li{padding:1rem 0}.nav-menu li a{font-size:2rem}.nav-icon{display:inline;display:initial}}.footer{background-color:hsla(0,0%,7%,.8);padding:6rem 0;width:100%}.footer-container{grid-gap:40px;display:grid;grid-template-columns:repeat(2,1fr);margin:auto;max-width:1140px}.left{display:flex;flex-direction:column;height:100%;max-width:100%;padding:1rem}.location{display:flex;margin-bottom:.8rem}.location p{line-height:30px}.right{display:flex;flex-direction:column;height:100%;max-width:100%;padding:1rem}.social{margin-top:1rem}.social a{color:#fff;margin-right:1rem}.social a:hover{color:#f8d90f}.left a{text-decoration:underline}.left a:hover{color:#f8d90f}@media screen and (max-width:640px){.footer-container{grid-template-columns:1fr}}.hero-img{background-color:rgba(0,0,0,.5);height:60vh;position:relative;width:100%}.hero-img:before{background:url(https://images.unsplash.com/photo-1517694712202-14dd9538aa97?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80);background-position:top;background-size:cover;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.heading{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.hero-img h1{font-size:2.4rem}.hero-img p{font-size:1.4rem;margin:0 auto;text-align:center;width:40%}@media screen and (max-width:640px){.hero-img h1{font-size:2rem}.hero-img p{font-size:1.2rem;width:70%}}.about{align-items:center;display:flex;flex-wrap:wrap;height:100%;justify-content:center;margin:3rem 0;width:100%}.about .left{margin:auto;max-width:600px;padding:1rem;text-align:center}.about .left h1{-webkit-text-fill-color:transparent;background:#fff;-webkit-background-clip:text;background-clip:text;font-size:2.5rem;margin-bottom:2rem}.about .left div{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:hsla(0,0%,100%,.05);border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);margin:1.5rem 0;padding:1.5rem}.about .left p{border-left:3px solid transparent;border-radius:4px;font-size:1rem;line-height:1.8;margin:1rem 0;padding:.75rem;text-align:left;transition:all .3s ease}.about .left p:hover{background:hsla(0,0%,100%,.08);border-left-color:#f8d90f;-webkit-transform:translateX(5px);transform:translateX(5px)}.about .left p b{color:#f8d90f;display:inline-block;font-size:1.05rem;font-weight:600;min-width:140px}.about .right{max-width:700px}.right .img-container{align-items:center;display:grid;grid-template-columns:repeat(12,1fr);position:relative;text-align:center}.right .img{border:1px solid #333;max-width:90%}.right .top{grid-column:1/span 8;grid-row:1;padding-top:20%;z-index:6}.right .bottom{grid-column:4/-1;grid-row:1;z-index:5}.education-container{font-family:Arial,sans-serif;margin:0 auto;max-width:800px;padding:2rem}.education-title{color:#fff;font-size:2.5rem;margin-bottom:2rem;text-align:center}.education-list{display:flex;flex-direction:column;gap:2rem}.education-item{background-color:#f5f5f5;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);padding:1.5rem;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.education-item:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px)}.education-degree{color:#2c3e50;font-size:1.5rem;margin:0 0 .5rem}.education-institution{color:#685a00;font-size:1.2rem;margin:0 0 .5rem}.education-year{color:#7f8c8d;font-size:1rem;margin:0 0 .5rem}.education-description{color:#333;font-size:1rem;line-height:1.5;margin:0}.certificate-link{background-color:#f8d90f;border:1px solid #222;border-radius:4px;color:#222;display:inline-block;font-size:.9rem;font-weight:700;padding:.5rem 1rem;text-decoration:none;transition:background-color .2s ease-in-out}.certificate-link:hover{background-color:#b9a206}@media (max-width:600px){.education-container{padding:1rem}.education-title{font-size:2rem}.education-degree{font-size:1.2rem}.education-institution{font-size:1rem}}.mask{height:100vh;position:relative;width:100%}.intro-img{background-position:50%;background-size:cover;height:100%;object-fit:cover;width:100%}.mask:after{background-color:#000;content:"";left:0;opacity:.8;position:absolute;top:0}.hero,.mask:after{height:100%;width:100%}.hero .content{left:50%;position:absolute;text-align:center;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.hero .content h1{font-size:4rem;padding:.6rem 0 1.5rem}.hero .content p{font-size:1.2rem;font-weight:200}.content .btn{margin:1rem .2rem}@media screen and (max-width:640px){.hero .content h1{font-size:3rem}.hero .content p{font-size:1.4rem}}.project-heading{padding:4rem 0 2rem;text-align:center}.project-tabs{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.project-tab{background:transparent;border:1px solid #f8d90f;border-radius:999px;color:#f8d90f;cursor:pointer;font-size:.95rem;font-weight:600;padding:.5rem 1.5rem;transition:background .3s ease,color .3s ease,-webkit-transform .2s ease;transition:background .3s ease,color .3s ease,transform .2s ease;transition:background .3s ease,color .3s ease,transform .2s ease,-webkit-transform .2s ease}.project-tab.active{background:#f8d90f;color:#000}.project-tab.active,.project-tab:hover{-webkit-transform:translateY(-1px);transform:translateY(-1px)}.project-container{grid-gap:40px;display:grid;grid-template-columns:repeat(3,1fr);margin:auto;max-width:1140px;padding-bottom:5rem}.project-card{background:#1a1919;border-radius:16px;padding:1.2rem 1rem;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.project-card:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.web-img{width:100%}.mobile-img{height:150px;margin:0 auto;object-fit:contain;width:100%}.project-title{color:#fff;font-size:1.1rem;padding:.5rem 0}.pro-details{display:flex;flex-direction:column}.pro-details p{font-size:1rem;padding-bottom:.5rem;text-align:justify}.pro-details div{color:#fff;font-size:.9rem;text-align:justify}.pro-details span{color:#f8d90f;font-weight:700;margin-right:5px}.pro-btns{display:flex;justify-content:space-between;padding:.5rem 0}.pro-btns .btn{padding:.5rem 1rem}.view-all-container{padding-bottom:2rem;text-align:center}.view-all-btn{background:#f8d90f;box-shadow:0 4px 15px rgba(0,0,0,.2);color:#000;display:inline-block;font-size:1.1rem;font-weight:700;padding:12px 30px;text-decoration:none;transition:all .3s ease}.view-all-btn:hover{box-shadow:0 6px 20px rgba(0,0,0,.3);color:#000;text-decoration:none;-webkit-transform:translateY(-2px);transform:translateY(-2px)}@media screen and (max-width:740px){.project-container{grid-template-columns:1fr;max-width:90%}}.work-card{background:#1a1919;border:1px solid #333;border-radius:16px;display:flex;flex-direction:column;height:100%;padding:1.5rem 1.2rem;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.work-card:hover{border-color:#f8d90f;box-shadow:0 10px 25px rgba(0,0,0,.3);-webkit-transform:translateY(-5px);transform:translateY(-5px)}.work-card img{border-radius:8px;height:120px;margin:0 auto 1rem;object-fit:cover;padding:.5rem;width:auto}.work-title{color:#fff;font-size:1.3rem;font-weight:700;margin-bottom:.5rem;padding:.5rem 0}.work-details{display:flex;flex-direction:column;flex-grow:1}.work-details p{color:#e0e0e0;font-size:1rem;line-height:1.5;padding-bottom:1rem;text-align:justify}.work-details div{color:#fff;font-size:.9rem;margin-bottom:.4rem;padding:.2rem 0;text-align:left}.work-details span{color:#f8d90f;display:inline-block;font-weight:700;margin-right:8px;min-width:120px}.work-btns{display:flex;gap:.5rem;justify-content:space-between;margin-top:auto;padding:1rem 0 .5rem}.work-btns .btn{background:#f8d90f;border-radius:6px;color:#000;flex:1 1;font-size:.9rem;font-weight:700;padding:.6rem 1.2rem;text-align:center;text-decoration:none;transition:all .3s ease}.work-btns .btn:hover{background:#e6c20a;box-shadow:0 4px 12px rgba(248,217,15,.3);-webkit-transform:translateY(-2px);transform:translateY(-2px)}
/*# sourceMappingURL=main.0c828cbf.css.map*/