@import url(https://fonts.googleapis.com/css2?family=Ga+Maamli&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap);.post-container{grid-template-columns:repeat(4,1fr)}.post{cursor:pointer;height:280px;overflow:hidden;position:relative}.post img{height:100%;object-fit:cover;transition:transform .5s ease-in-out,opacity .5s ease-in-out;width:100%}.post:hover img{opacity:.6;transform:scale(1.05)}.post .project_name{background-color:rgba(0,0,0,.795);border-radius:5px;color:#fff;font-size:24px;left:50%;opacity:0;padding:8px 12px;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);transition:opacity .8s ease-in-out;white-space:nowrap}.post:hover .project_name{opacity:1}@media (max-width:1460px){.post-container{grid-template-columns:repeat(3,1fr)}.post .project_name{font-size:20px}}@media (max-width:992px){.post-container{grid-template-columns:repeat(2,1fr)}.post .project_name{font-size:18px}}@media (max-width:768px){.post-container{grid-template-columns:1fr}.header{padding:30px 20px}.navbar ul{display:none}.hamburger{display:block}.post .project_name{font-size:16px}}*{box-sizing:border-box;margin:0;padding:0}html{font-size:18px;scroll-behavior:smooth}body{font-family:Rubik,sans-serif;transition:background-color .3s ease,color .3s ease}body.dark{background-color:#111828;color:#fff}body.light{background-color:#f0f0f0;color:#000}@media (min-width:1200px){html{font-size:18px}body{line-height:1.8}h1{font-size:2.5rem}h2{font-size:2rem}p{font-size:1rem}}@media (max-width:1199px) and (min-width:768px){html{font-size:17px}body{line-height:1.6}h1{font-size:2.2rem}h2{font-size:1.8rem}p{font-size:.95rem}}@media (max-width:767px){html{font-size:15px}body{line-height:1.4}h1{font-size:1.8rem}h2{font-size:1.5rem}p{font-size:.9rem}}.toggle-button{align-items:center;border:none;border-radius:50%;cursor:pointer;display:flex;font-size:18px;height:40px;justify-content:center;transition:background-color .3s ease,color .3s ease;width:40px}.toggle-button.dark{background-color:#f0f0f0;box-shadow:0 4px 8px #ffbb00d3;color:#fb0}.toggle-button.light{background-color:#333;box-shadow:0 4px 8px #00000080;color:#d2dff0}.toggle-button:hover{transform:scale(1.1)}.sidebar{height:100%;padding-top:60px;position:fixed;right:0;text-align:center;top:0;transform:translateX(-100%);transition:transform .3s ease;width:250px;z-index:1000}.sidebar.dark{background-color:#111828;border-left:2px solid #212b42}.sidebar.light{background-color:#fff;border-left:2px solid #e0e0e0}.sidebar.active{transform:translateX(0)}.sidebar ul{list-style:none;padding:0}.sidebar li{margin:20px 0}.sidebar.dark a{color:#fff;text-decoration:none}.sidebar.light a{color:#000;text-decoration:none}.sidebar a:hover{color:#ffca00}.close-btn{background:none;border:none;cursor:pointer;font-size:24px;left:20px;position:absolute;top:20px}.close-btn.dark{color:#fff}.close-btn.light{color:#000}.close-btn:hover{color:#ffca00}.header{align-items:center;display:flex;justify-content:space-between;left:0;padding:20px 40px;position:fixed;right:0;top:0;z-index:10001}.header.dark{background-color:#111828;color:#fff}.header.light{background-color:#fff;color:#111828}.header-logo{width:80px}.navbar ul{display:flex;list-style:none}.navbar li{margin-right:15px}.navbar a.dark{color:#fff;text-decoration:none}.navbar a.light{color:#000;text-decoration:none}.navbar a:hover{color:#ffca00}.hamburger{background:none;border:none;cursor:pointer;display:none;font-size:24px}.hamburger.dark{color:#fff}.hamburger.light{color:#000}.hamburger:hover{color:#ffca00}@media (max-width:768px){.navbar ul{display:none}.hamburger.dark,.hamburger.light{display:block}}.footer{align-items:center;display:flex;flex-direction:column;padding:5px 20px;text-align:center}.footer.dark{background-color:#111828;border-top:1px solid #15213d;color:#fff}.footer.light{background-color:#fff;border-top:1px solid #ccc;color:#000}.footer-content{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;max-width:1200px;padding:5px;width:100%}.copy.dark{color:#fff}.copy.dark,.copy.light{font-size:.9rem;margin-bottom:5px}.copy.light{color:#000}.footer-info{font-size:.9rem;margin-top:10px}.footer-info a{text-decoration:none}.footer-info.dark a{color:#ffca00}.footer-info.light a{color:#1a1a1a}.footer-info p{margin:2px 0}.social-media ul{display:flex;gap:5px;justify-content:center;list-style:none;padding:0}.custom-icon.dark{color:#fff;transition:scale .3s ease}.custom-icon.light{color:#000;transition:scale .3s ease}.custom-icon:hover{scale:1.2}@media (min-width:1200px){.footer-content{gap:10px;padding:20px 40px}.social-media ul{gap:10px}.copy.dark,.copy.light{font-size:1rem}}@media (max-width:1200px) and (min-width:768px){.footer-content{gap:15px;padding:15px 30px}.copy.dark,.copy.light{font-size:.95rem}}@media (max-width:768px){.footer-content{align-items:center;flex-direction:column}.social-media ul{gap:10px}.footer-info{margin-top:15px;text-align:center}}.card{cursor:pointer;height:280px;overflow:hidden;position:relative}.card img{height:100%;object-fit:cover;transition:transform .5s ease-in-out,opacity .5s ease-in-out;width:100%}.card:hover img{opacity:.6;transform:scale(1.05)}.card .project_name{text-wrap:nowrap;background-color:rgba(0,0,0,.795);border-radius:5px;color:#fff;font-size:24px;left:50%;opacity:0;padding:8px 12px;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);transition:opacity .8s ease-in-out}.card:hover .project_name{opacity:1}.post-container{display:grid;grid-template-columns:repeat(3,1fr);margin-top:140px;padding:20px}@media (max-width:768px){.post-container{grid-template-columns:1fr}}.about_container{grid-gap:10px;display:grid;gap:10px;grid-template-areas:"image content" "image extra";grid-template-columns:1fr 1fr;margin-top:120px;padding:20px}.about_content{text-wrap:wrap;grid-area:content;line-height:4rem}.about_content.dark a{color:#fff;text-decoration:none}.about_content.light a{color:#181818;text-decoration:none}.profile_image{align-items:center;display:flex;grid-area:image;justify-content:center}.profile_image img{border-radius:10px;height:380px;margin:0 auto;object-fit:contain;width:360px}.about_extra{grid-area:extra;padding-top:20px}.about_content.dark h2{color:#ffca02;line-height:1.8}.about_content.light h2{color:#181818;line-height:1.8}.about_content.dark p{color:#fff;line-height:1.8}.about_content.light p{color:#181818;line-height:1.8}.image_bottom{align-items:center;display:flex;justify-content:center}.image_bottom a{margin:0 auto;text-align:center;width:80%}.image_bottom img{width:80%}hr{margin:20px auto;width:90%}@media (min-width:1200px){.about_container{gap:20px;grid-template-columns:1fr 2fr;padding:40px}.profile_image img{width:400px}}@media (max-width:1200px) and (min-width:768px){.about_container{gap:15px;grid-template-columns:1fr 1.5fr}.profile_image img{width:300px}}@media (max-width:768px){.about_container{grid-template-areas:"image" "content" "extra";grid-template-columns:1fr;margin-top:80px}.profile_image{justify-content:flex-start}.profile_image img{max-width:250px;width:100%}.about_content{line-height:2rem}.image_bottom{display:none}}.container{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:130px;padding:20px}.video_previwe{flex-basis:100%;max-width:100%}.video_wrapper{height:0;margin:0 auto;max-width:100%;overflow:hidden;padding-bottom:34.25%;position:relative;width:76%}.video_wrapper iframe{border:none;border-radius:10px;height:100%;left:0;object-fit:contain;outline:none;position:absolute;right:0;top:0;width:100%}.description h2,.description p{line-height:2rem;margin:10px auto;text-align:center;width:95%}.description.dark h2{color:#ffca00}.description.light h2{color:#000}.description.dark p{color:#fff}.description.light p{color:#000}.pic_container{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr);margin:20px auto 10px;width:90%}.project-image{height:auto;object-fit:contain;width:100%}.link_post{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:30px auto;width:90%}.post_link{padding:10px;text-decoration:none;transition:color .3s ease}.post_link.dark{color:#fff}.post_link.dark:hover{color:#ffca00}.post_link.light{color:#000}.post_link.light:hover{color:#575757}@media screen and (min-width:1200px){.description{line-height:2.5rem;margin:20px auto;width:75%}.pic_container{grid-template-columns:repeat(4,1fr)}.video_wrapper iframe{left:10%;right:10%;width:80%}}@media screen and (max-width:1199px) and (min-width:768px){.description{margin:10px auto;text-align:center;width:90%}.pic_container{grid-template-columns:repeat(2,1fr)}.video_wrapper iframe{left:7.5%;right:7.5%;width:85%}}@media screen and (max-width:767px){.video_info,.video_previwe{max-width:100%}.pic_container{grid-template-columns:1fr}.video_wrapper{height:0;margin:0 auto;padding-bottom:56.25%;position:relative;width:100%}.video_wrapper iframe{left:0;right:0;width:100%}.description h2,.description p{text-align:left;width:90%}}.accordion{align-items:center;border:none;cursor:pointer;display:flex;font-size:15px;gap:10px;margin:5px auto;outline:none;padding:5px 18px;text-align:left;transition:.4s;width:90%}.accordion.dark{background-color:#16213a;color:#ffca00}.accordion.light{background-color:#e2e2e2;color:#000}.accordion.dark:hover{background-color:#20315a}.accordion.light:hover{background-color:#ddd}.panel{margin:5px auto;max-height:auto;overflow:hidden;padding:0 18px;text-align:left;transition:max-height .2s ease-out;width:90%}.panel.dark p{color:#fff}.panel.dark p,.panel.light p{font-size:1rem;line-height:1.5;margin-bottom:10px}.panel.light p{color:#000}.icon-button{background:none;border:none;cursor:pointer;font-size:24px;transition:color .3s ease}.icon-button.light{color:#333}.icon-button.dark{color:#fff}.icon-button:hover{transform:scale(1.1)}
/*# sourceMappingURL=main.2b661c23.css.map*/