body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.home-container{font-family:Arial,sans-serif;margin:0 auto;max-width:1200px;padding:40px}.contact-section,.intro-section,.projects-section{margin-bottom:60px}h1,h2,h3{color:#fff;margin-bottom:20px}h1{font-size:2.5em;text-align:center}h2{border-bottom:2px solid #007bff;font-size:2em;padding-bottom:10px}h3{font-size:1.5em}p{color:#fff;font-size:1.1em;line-height:1.6}ul{list-style-type:none;padding:0}.project-preview{background:#f4f4f4;border-radius:10px;box-shadow:0 4px 8px #0000001a;margin:20px 0;padding:30px;transition:transform .3s ease}.project-preview:hover{transform:translateY(-5px)}.project-preview img{border-radius:5px;height:auto;margin-top:20px;max-width:100%}a{color:#fff;text-decoration:none;transition:color .3s ease}a:hover{color:#0056b3;text-decoration:underline}.view-all-projects,.view-project{background-color:#007bff;border-radius:5px;color:#fff;display:inline-block;margin-top:20px;padding:12px 24px;text-align:center;transition:background-color .3s ease}.view-all-projects:hover,.view-project:hover{background-color:#0056b3}.contact-section a{color:#007bff;text-decoration:none;transition:color .3s ease}.contact-section a:hover{color:#0056b3;text-decoration:underline}.feedback-form-container{margin:0 auto;max-width:600px}.form-group input,.form-group textarea{background:#4d4d4d}button[type=submit]{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1em;padding:12px 24px;transition:background-color .3s ease}button[type=submit]:hover{background-color:#0056b3}body{background-color:#1a1a1a}.projects-container{grid-gap:30px;background:#0000;border-radius:12px;box-shadow:0 8px 16px #0003;display:grid;gap:30px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));padding:40px}.project-thumbnail-container{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #3498db;border-radius:12px;box-shadow:0 8px 16px #0003;display:flex;flex-direction:column;height:300px;overflow:hidden;position:relative;text-align:center;transition:transform .3s ease-in-out,border-color .3s ease-in-out;width:100%}.project-thumbnail-container:hover{border-color:#2ecc71;transform:scale(1.05)}.project-thumbnail-content{height:100%;overflow:hidden;position:relative;width:100%}.project-thumbnail-image{height:100%;object-fit:cover;transition:transform .3s ease-in-out;width:100%}.project-thumbnail-container:hover .project-thumbnail-image{transform:scale(1.1)}.project-thumbnail-title{background:#000000b3;bottom:0;color:#fff;font-size:1.2rem;left:50%;padding:15px;position:absolute;text-align:center;transform:translateX(-50%);transition:background .3s ease-in-out,color .3s ease-in-out;width:100%}.project-thumbnail-title a{background-image:linear-gradient(90deg,#3498db,#2ecc71);background-position:0 100%;background-repeat:no-repeat;background-size:0 2px;color:#fff;font-family:Roboto,sans-serif;font-weight:700;text-decoration:none;transition:background-size .3s ease-in-out,color .3s ease-in-out}.project-thumbnail-container:hover .project-thumbnail-title a{background-size:100% 2px;color:#2ecc71}.project-thumbnail-fallback{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#f0f0f033;color:#888;font-style:italic;height:100%;width:100%}.project-thumbnail-fallback,.spinner-container{align-items:center;display:flex;justify-content:center}.spinner-container{height:100vh}.loading-spinner{animation:spin 1s linear infinite;border:8px solid #0000001a;border-left-color:#3498db;border-radius:50%;height:50px;width:50px}@keyframes spin{to{transform:rotate(1turn)}}.admin-container{font-family:Arial,sans-serif;margin:0 auto;max-width:800px;padding:20px}.admin-title{color:#fff;font-size:2em;margin-bottom:20px;text-align:center;text-shadow:2px 2px 4px #0000001a}.admin-form{animation:fadeIn .5s ease-in-out;background:#30303b;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:40px;padding:20px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.form-group{display:flex;flex-direction:column;margin-bottom:20px}.form-group label{color:#fff;font-weight:700;margin-bottom:5px}.form-group input,.form-group textarea{border:1px solid #ccc;border-radius:5px;font-size:1em;padding:10px;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{border-color:#007bff;outline:none}.form-group textarea{resize:vertical}.form-group input[type=file]{padding:5px 0}.submit-button{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1em;padding:10px 20px;transition:background-color .3s,transform .3s}.submit-button:hover{background-color:#0056b3;transform:translateY(-2px)}.button-group{display:flex;gap:20px;justify-content:center;margin-bottom:20px}.overlay-button{background-color:#28a745;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1em;padding:10px 20px;transition:background-color .3s,transform .3s}.overlay-button:hover{background-color:#218838;transform:translateY(-2px)}.overlay{align-items:center;animation:fadeIn .5s ease-in-out;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.overlay-content{animation:slideIn .5s ease-in-out;background:#000;border-radius:8px;box-shadow:0 2px 8px #0003;max-height:80%;max-width:800px;overflow-y:auto;padding:20px;position:relative;scroll-behavior:smooth;width:90%}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.close-button{background-color:#dc3545;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:5px 10px;position:absolute;right:10px;top:10px;transition:background-color .3s,transform .3s}.close-button:hover{background-color:#c82333;transform:scale(1.1)}.section-title{border-bottom:2px solid #007bff;font-size:1.8em;margin-bottom:20px;padding-bottom:10px;text-align:center;text-shadow:0 2px 4px #0000001a}.feedback-list,.project-list{margin-top:20px}.project-item{align-items:center;background:#30303b;border-radius:5px;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;margin:10px 0;padding:20px;transition:transform .3s}.project-item:hover{transform:translateY(-5px)}.project-item h3{color:#fff;margin-bottom:10px}.project-item p{color:#fff}.project-actions{display:flex;gap:10px}.feedback-item{align-items:flex-start;animation:fadeInUp .5s ease forwards;background:#30303b;border-radius:5px;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;margin:15px 0;opacity:0;padding:20px;transform:translateY(15px);transition:transform .3s,box-shadow .3s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.feedback-item:hover{box-shadow:0 4px 8px #0003;transform:translateY(-2px)}.feedback-header{display:flex;flex-direction:column;margin-right:20px;width:100%}.feedback-item h3{color:#fff;font-size:1.25em;font-weight:600;margin:0 0 5px}.feedback-item p{word-wrap:break-word;color:#fff;line-height:1.4em;margin-bottom:0;margin-top:10px;max-width:80%}.email{color:#fff;font-size:1em;margin:0}.feedback-list{padding:20px}.feedback-list .feedback-item+.feedback-item{border-top:1px solid #eee;margin-top:15px;padding-top:15px}.feedback-actions{align-items:flex-start;display:flex}.delete-button{align-self:flex-start;background-color:#dc3545;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9em;padding:7px 14px;transition:background-color .3s,transform .3s,box-shadow .3s}.delete-button:hover{background-color:#c82333;box-shadow:0 4px 8px #dc354566;transform:translateY(-2px)}.edit-link{color:#007bff;text-decoration:none;transition:color .3s}.edit-link:hover{color:#0056b3;text-decoration:underline}.error-message{color:#dc3545;margin-bottom:20px;text-align:center}.confirmation-backdrop{align-items:center;background:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.confirmation-modal{background:#fff;border-radius:8px;box-shadow:0 5px 15px #0000004d;padding:20px;text-align:center;z-index:10000}.confirmation-actions{margin-top:20px}.cancel-button,.confirm-button{cursor:pointer;margin:0 8px;padding:8px 16px}.confirm-button{background-color:#f44336;border:none;color:#fff}.cancel-button{background-color:#4caf50;border:none;color:#fff}.image-gallery-icon{appearance:none;background-color:#0000;border:0;color:#fff;cursor:pointer;filter:drop-shadow(0 2px 2px rgb(25.5,25.5,25.5));outline:none;position:absolute;transition:all .3s ease-out;z-index:4}@media(hover:hover)and (pointer:fine){.image-gallery-icon:hover{color:#337ab7}.image-gallery-icon:hover .image-gallery-svg{transform:scale(1.1)}}.image-gallery-icon:focus{outline:2px solid #337ab7}.image-gallery-using-mouse .image-gallery-icon:focus{outline:none}.image-gallery-fullscreen-button,.image-gallery-play-button{bottom:0;padding:20px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:28px;width:28px}@media(max-width:768px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:15px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:24px;width:24px}}@media(max-width:480px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:10px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:16px;width:16px}}.image-gallery-fullscreen-button{right:0}.image-gallery-play-button{left:0}.image-gallery-bottom-nav,.image-gallery-top-nav{left:50%;padding:10px;transform:translateX(-50%)}.image-gallery-bottom-nav .image-gallery-svg,.image-gallery-top-nav .image-gallery-svg{height:120px;width:90px}@media(max-width:768px){.image-gallery-bottom-nav .image-gallery-svg,.image-gallery-top-nav .image-gallery-svg{height:72px;width:48px}}@media(max-width:480px){.image-gallery-bottom-nav .image-gallery-svg,.image-gallery-top-nav .image-gallery-svg{height:48px;width:36px}}.image-gallery-bottom-nav[disabled],.image-gallery-top-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-top-nav{top:0}.image-gallery-bottom-nav{bottom:0}.image-gallery-left-nav,.image-gallery-right-nav{padding:50px 10px;top:50%;transform:translateY(-50%)}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:120px;width:60px}@media(max-width:768px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:72px;width:36px}}@media(max-width:480px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:48px;width:24px}}.image-gallery-left-nav[disabled],.image-gallery-right-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-left-nav{left:0}.image-gallery-right-nav{right:0}.image-gallery{-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative;-webkit-user-select:none;-o-user-select:none;user-select:none}.image-gallery.fullscreen-modal{background:#000;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:5}.image-gallery.fullscreen-modal .image-gallery-content{top:50%;transform:translateY(-50%)}.image-gallery-content{line-height:0;position:relative;top:0}.image-gallery-content.fullscreen{background:#000}.image-gallery-content .image-gallery-slide .image-gallery-image{max-height:calc(100vh - 80px)}.image-gallery-content.image-gallery-thumbnails-left .image-gallery-slide .image-gallery-image,.image-gallery-content.image-gallery-thumbnails-right .image-gallery-slide .image-gallery-image{max-height:100vh}.image-gallery-slide-wrapper{position:relative}.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{display:inline-block;width:calc(100% - 110px)}@media(max-width:768px){.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{width:calc(100% - 87px)}}.image-gallery-slide-wrapper.image-gallery-rtl{direction:rtl}.image-gallery-slides{line-height:0;overflow:hidden;position:relative;text-align:center;touch-action:none;white-space:nowrap}.image-gallery-slide{left:0;position:absolute;top:0;width:100%}.image-gallery-slide.image-gallery-center{position:relative}.image-gallery-slide .image-gallery-image{object-fit:contain;width:100%}.image-gallery-slide .image-gallery-description{background:#0006;bottom:70px;color:#fff;left:0;line-height:1;padding:10px 20px;position:absolute;white-space:normal}@media(max-width:768px){.image-gallery-slide .image-gallery-description{bottom:45px;font-size:.8em;padding:8px 15px}}.image-gallery-bullets{bottom:20px;left:0;margin:0 auto;position:absolute;right:0;width:80%;z-index:4}.image-gallery-bullets .image-gallery-bullets-container{margin:0;padding:0;text-align:center}.image-gallery-bullets .image-gallery-bullet{appearance:none;background-color:#0000;border:1px solid #fff;border-radius:50%;box-shadow:0 2px 2px #1a1a1a;cursor:pointer;display:inline-block;margin:0 5px;outline:none;padding:5px;transition:all .2s ease-out}@media(max-width:768px){.image-gallery-bullets .image-gallery-bullet{margin:0 3px;padding:3px}}@media(max-width:480px){.image-gallery-bullets .image-gallery-bullet{padding:2.7px}}.image-gallery-bullets .image-gallery-bullet:focus{background:#337ab7;border:1px solid #337ab7;transform:scale(1.2)}.image-gallery-bullets .image-gallery-bullet.active{background:#fff;border:1px solid #fff;transform:scale(1.2)}@media(hover:hover)and (pointer:fine){.image-gallery-bullets .image-gallery-bullet:hover{background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active:hover{background:#337ab7}}.image-gallery-bullets.image-gallery-bullets-vertical{bottom:auto;left:20px;right:auto;top:50%;transform:translateY(-50%);width:auto}.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{display:block;margin:12px 0}@media(max-width:768px){.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{margin:6px 0;padding:3px}}@media(max-width:480px){.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{padding:2.7px}}.image-gallery-thumbnails-wrapper{position:relative}.image-gallery-thumbnails-wrapper.thumbnails-swipe-horizontal{touch-action:pan-y}.image-gallery-thumbnails-wrapper.thumbnails-swipe-vertical{touch-action:pan-x}.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl{direction:rtl}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{display:inline-block;vertical-align:top;width:100px}@media(max-width:768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{width:81px}}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails{height:100%;left:0;padding:0;position:absolute;top:0;width:100%}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail{display:block;margin-right:0;padding:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:0;margin-top:2px}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 5px}@media(max-width:768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 3px}}.image-gallery-thumbnails{overflow:hidden;padding:5px 0}@media(max-width:768px){.image-gallery-thumbnails{padding:3px 0}}.image-gallery-thumbnails .image-gallery-thumbnails-container{cursor:pointer;text-align:center;white-space:nowrap}.image-gallery-thumbnail{background:#0000;border:4px solid #0000;display:inline-block;padding:0;transition:border .3s ease-out;width:100px}@media(max-width:768px){.image-gallery-thumbnail{border:3px solid #0000;width:81px}}.image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:2px}.image-gallery-thumbnail .image-gallery-thumbnail-inner{display:block;position:relative}.image-gallery-thumbnail .image-gallery-thumbnail-image{line-height:0;vertical-align:middle;width:100%}.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:4px solid #337ab7;outline:none}@media(max-width:768px){.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:3px solid #337ab7}}@media(hover:hover)and (pointer:fine){.image-gallery-thumbnail:hover{border:4px solid #337ab7;outline:none}}@media(hover:hover)and (pointer:fine)and (max-width:768px){.image-gallery-thumbnail:hover{border:3px solid #337ab7}}.image-gallery-thumbnail-label{box-sizing:border-box;color:#fff;font-size:1em;left:0;line-height:1em;padding:5%;position:absolute;text-shadow:0 2px 2px #1a1a1a;top:50%;transform:translateY(-50%);white-space:normal;width:100%}@media(max-width:768px){.image-gallery-thumbnail-label{font-size:.8em;line-height:.8em}}.image-gallery-index{background:#0006;color:#fff;line-height:1;padding:10px 20px;position:absolute;right:0;top:0;z-index:4}@media(max-width:768px){.image-gallery-index{font-size:.8em;padding:5px 10px}}.project-detail{align-items:center;background-color:#181818;color:#fff;display:flex;flex-direction:column;padding:20px}.project-detail h1{font-size:2rem;margin-bottom:10px}.project-detail .image-container{margin:20px 0;max-width:600px;width:100%}.project-detail .image-container img{border-radius:8px;box-shadow:0 4px 8px #0003;width:100%}.project-detail .project-info{max-width:600px;text-align:left;width:100%}.project-detail .project-info p{font-size:1rem;margin-bottom:10px}.project-detail .project-info a{color:#1e90ff;text-decoration:none}.project-detail .project-info a:hover{text-decoration:underline}.edit-project{padding:20px}.edit-project h1{font-size:2em;margin-bottom:20px}.edit-project label{display:block;font-weight:700;margin-bottom:5px}.edit-project input,.edit-project textarea{border:1px solid #ccc;border-radius:4px;margin-bottom:15px;padding:8px;width:100%}.edit-project button{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:10px 20px}.edit-project button:hover{background-color:#0056b3}
/*# sourceMappingURL=main.05727039.css.map*/