@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800;900&display=swap);.navbar{align-items:center;background-color:#4682b4;color:#fff;display:flex;justify-content:space-between;margin-top:1px;padding:1rem;position:sticky;top:0;z-index:100}.navbar h1{color:#18a7b5}.navbar.active .menu{display:block}.navbar .navbar-brand a{color:#fff;font-size:1.5rem;text-decoration:none}.navbar .menu,.navbar .navbar-menu{align-items:center;display:flex}.navbar .menu{list-style:none}.navbar .menu .active-link{color:#d3d3d3}.navbar .menu li{margin-right:1rem}.navbar .menu a{color:#fff;font-weight:700;text-decoration:none}.navbar .menu a:hover{color:#d3d3d3}.navbar .hamburger{cursor:pointer;display:none;flex-direction:column}.navbar .hamburger.active .bar:first-child{transform:rotate(-45deg) translate(-5px,6px)}.navbar .hamburger.active .bar:nth-child(2){opacity:0}.navbar .hamburger.active .bar:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}.navbar .hamburger .bar{background-color:#fff;height:3px;margin:3px 0;transition:.4s;width:25px}@media(max-width:768px){.navbar .navbar-menu{align-items:flex-start;flex-direction:column}.navbar .menu{display:none;padding:1rem 0;text-align:center;width:100%}.navbar .menu li{margin:1rem 0}.navbar .hamburger{display:flex}}button{background-color:#fff;border:none;border-radius:5px;color:#000;cursor:pointer;font-weight:700;padding:12px 28px;transition:all .3s}button:hover{background-color:#d3d3d3;color:#000}.language-select{margin-left:1rem}.language-select select{background-color:#fff;border:none;border-radius:5px;color:#000;cursor:pointer;font-weight:600;padding:8px 16px;transition:background-color .3s}.language-select select:hover{background-color:#1fd0e1}.language-select select:focus{box-shadow:0 0 0 2px #79e3ed;outline:none}.about .info{color:#fff;display:flex;flex-direction:column;gap:1.3rem;justify-content:center}.about .info p{font-size:22px}.about .info h4,.about .info li,.about .info ul{color:#fff}.about .info h4{font-size:1.3rem;font-weight:600;margin-bottom:.7em;margin-top:1.5em}.about .info ul{margin:0 0 1em 1.2em;padding:0}.about .info li{font-size:1.08em;margin-bottom:.3em}.about .skills h2{font-size:2.1rem;margin-bottom:1rem;margin-top:2rem;text-transform:uppercase}.about .skills .icons{display:flex;font-size:4rem;gap:1rem}@media screen and (max-width:600px){.about .info{padding:10px}.about .info p{font-size:13px}.about .skills h2{font-size:2rem;text-align:center}.about .skills .icons{flex-wrap:wrap;font-size:2.7rem;justify-content:center;padding:10px}}.heading{display:flex;margin-bottom:3rem}.heading h1{font-size:2.5rem;text-transform:uppercase}.heading .bars{display:flex;flex-direction:column;justify-content:center;margin-right:2rem}.heading .bars span{background-color:#f0f8ff;background-color:#18a7b5;height:3vh}.heading .bars :first-child{margin-bottom:5px;margin-right:5rem;width:15vh}.heading .bars :nth-child(2){background-color:#313538}@media screen and (max-width:600px){.heading{flex-direction:column;margin-bottom:1rem;margin-top:1rem}.heading>h1{font-size:40px}.heading .bars{order:1;padding:10px}}.home{align-items:center;display:flex;justify-content:space-around;min-height:100vh;overflow:hidden;width:100%}.home .info-section{display:flex;flex-basis:34rem;flex-direction:column;gap:1.3rem}.home .info-section h1{color:#fff;font-size:2.5rem;font-weight:700;letter-spacing:.01em;margin-bottom:.5em}.home .info-section h2{color:#fff;font-size:1.3rem;font-weight:600;margin-bottom:.7em}.home .info-section h3{color:#fff;font-size:1.3rem;font-weight:400}.home .info-section p{color:#fff;font-size:16px}.home .info-section a{color:#fff;font-weight:600;text-decoration:underline;transition:color .2s}.home .info-section a:hover{color:#90caf9}.home .image-section{border:2px solid;height:49vh}.home .image-section img{height:100%;object-fit:cover;width:100%}@media screen and (max-width:700px){.home{flex-direction:column;height:auto;overflow-y:auto}.home .info-section{padding:2rem}.home .info-section h1{font-size:35px}.home .image-section{order:-1;width:85vw}}.icons{color:red;display:flex;font-size:28px;gap:1rem}.linkedin-articles .articles{display:flex;flex-wrap:wrap;gap:2rem}.linkedin-articles .articles .article{text-align:center;width:calc(33.333% - 2rem)}.linkedin-articles .articles .article img{border-radius:8px;height:auto;width:100%}.linkedin-articles .articles .article h3{font-size:1.25rem;margin-top:1rem}.work{background:#f4f6f8}.work .cards{display:flex;flex-wrap:wrap;gap:2rem;height:80vh;justify-content:center;overflow:scroll;scrollbar-color:#0000 #0000;scrollbar-width:thin}.articles-section{margin:0 auto;max-width:800px;padding:2em 0 3em}.articles-section h1{color:#fff;font-size:2.5rem;font-weight:700;letter-spacing:.01em;margin-bottom:1.5em}.articles-section ul{margin:0;padding:0}.articles-section li{align-items:center;display:flex;gap:.7em;margin-bottom:1.2em}.articles-section a{color:#fff!important;font-size:1.18em;font-weight:600;text-decoration:underline;transition:color .2s}.articles-section a:hover{color:#90caf9!important}.articles-list{display:flex;flex-direction:column;gap:2.5em}.article-card{background:#f7f8fa;border-radius:14px;box-shadow:0 2px 12px #0000000a;padding:2em 1.5em;transition:box-shadow .2s}.article-card:hover{box-shadow:0 8px 32px #0000001a}.article-title{color:#1976d2;font-size:1.5em;font-weight:700;margin-bottom:.5em}.article-meta{color:#888;font-size:.95em;margin-bottom:1.2em}.article-content{color:#222;font-size:1.13em;line-height:1.7;margin-bottom:1em}*{margin:0;padding:0}html::-webkit-scrollbar{display:none}html{-ms-overflow-style:none;scrollbar-width:none}body{background-color:#4682b4;font-family:Poppins,sans-serif}a,body{color:#fff}a{text-decoration:none}.container{justify-content:center;margin:auto;max-width:1180px;padding:14px}
/*# sourceMappingURL=main.2b4006cd.css.map*/