header{background-color:#000;border-bottom:1px solid #fff;height:120px;width:100%}header .navbar{align-items:center;display:flex;flex-direction:column;gap:20px;height:100%;padding:20px;width:100%}header .navbar .navbar-logo img{height:50px}header .navbar .navbar-links{align-items:center;display:flex;flex-direction:row;gap:40px;justify-content:center;width:100%}header .navbar .navbar-links .navbar-link i{color:#ccc;font-size:20px}header .navbar .navbar-links .navbar-link span{display:none}@media only screen and (min-width:600px){header{border:none;height:80px}header,header .navbar{display:flex;justify-content:center}header .navbar{align-items:center;background:linear-gradient(90deg,indigo,#1e90ff);border-radius:30px;box-shadow:0 4px 15px #0000004d;flex-direction:row;height:50px;margin-top:20px;width:500px}.navbar .navbar-logo img{height:30px!important}.navbar-links{align-items:center;display:flex;gap:20px!important;justify-content:center}.navbar-links .navbar-link{color:#fff;display:inline-block;font-weight:700;height:50px;line-height:50px;text-decoration:none;transition:color .3s ease}.navbar-links .navbar-link i{font-size:16px!important}.navbar-links .navbar-link:hover{color:#1e90ff}.navbar-links .navbar-link:hover i{color:#1e90ff!important}header .navbar .navbar-links .navbar-link span{display:inline}}.hero-section{flex-direction:column;height:100vh}.hero-content{align-content:center;background-color:#000;font-family:Arial,Helvetica,sans-serif;justify-items:center;min-height:50vh;padding:10px;width:100%}.hero-content h1{font-size:36px;text-align:center;text-transform:uppercase;width:80%}.hero-content p{font-family:18px;margin:10px 0}.hero-content button{background:linear-gradient(135deg,indigo,#221eff);border:none;color:#fff;cursor:pointer;font-size:16px;font-weight:900;height:50px;margin-top:10px;opacity:.8;outline:none;padding:10px;transition:all .2s ease-in-out;width:150px}.hero-content button:hover{opacity:1;scale:1.04;transform:rotate(3deg)}.hero-content button:active{opacity:.5;scale:.9;transform:rotate(0deg)}.hero-content .social-icons div{display:flex;justify-content:space-around;margin-top:20px;padding:10px;width:150px}.hero-content .social-icons a{color:#fff}.hero-character{background-color:#000;display:flex;justify-content:center;min-height:50vh;padding:auto;position:relative;width:100%}.hero-character img{bottom:0;filter:drop-shadow(0 0 5px #221eff);height:100%;position:absolute}@media only screen and (min-width:600px){.hero-section{flex-direction:row}.hero-content{height:100%;justify-items:flex-start;padding-left:20px;width:50%}.hero-content h1{font-size:5vw;text-align:left;width:100%}.hero-content hr{display:none}.hero-content p{font-size:2vw;width:100%}.hero-content button{float:left}.hero-character{display:flex;height:100%;width:50%}.hero-character img{top:50%;transform:translateY(-50%)}}*{box-sizing:border-box;padding:0}*,body{margin:0}body{animation:gradient-animation 10s ease infinite;background:linear-gradient(135deg,#000,indigo,#1e90ff);background-size:200% 200%;color:#fff;min-height:100vh;overflow-x:hidden}@keyframes gradient-animation{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.section{align-items:center;display:flex;justify-content:center;width:100%}.about-me,.section{font-family:Arial,Helvetica,sans-serif}.about-me{background-color:#000;background-image:linear-gradient(#000,#000000e6);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;gap:20px;line-height:30px;padding:50px;text-align:left}.about-me h2{font-size:36px}.about-me p{font-size:18px}.offers{align-items:flex-start!important;background-image:linear-gradient(#000c,#000c),url(/static/media/bg1.85ebb68b4f4a480fb4c0.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;gap:20px;padding:50px 40px}.offers ul{list-style-type:"⚡ "}.offers ul li{margin:10px auto}li strong{color:#221eff}.video-gallery-container{height:100%}.video-gallery-container .video-container{display:flex;flex-wrap:wrap;height:100%;justify-content:center;overflow:hidden}.video-gallery-container .video{border-radius:.3rem;box-shadow:0 .1rem 2rem #4b008277,0 .1rem .5rem #1e90ff77;margin:2rem;overflow:hidden}.video-gallery-container .video video{border:none;cursor:pointer;height:100%;object-fit:cover;outline:none;width:100%;z-index:1}.video-gallery-container .video video:hover{transform:scale(1.3);transition:.2s linear}.video-gallery-container .video .active{box-shadow:0 0 0 100vh #00000080;height:auto;left:50%;position:fixed;top:50%;transform:translate(-50%,-50%);width:80%;z-index:9999}.video-gallery-container .video .active:hover{transform:translate(-50%,-50%) scale(1);transition:none}@media only screen and (min-width:600px){.video-gallery-container .video{height:9rem;width:15rem}}.projects{background-image:linear-gradient(#000c,#0009),url("/static/media/bg%20(2).c2cdb7b9762931b07a29.jpg");background-position:50%;background-size:cover;min-height:100vh;padding:50px 0}.projects,.section.contact{flex-direction:column;font-family:Arial,Helvetica,sans-serif}.section.contact{background-color:#000;gap:20px;height:calc(100vh - 120px);padding:50px}.contact form{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:center}.contact form label{text-align:left;width:300px}#formSubmitBtn,.contact form input,textarea{background-color:initial;border:none;border-bottom:1px solid #221eff;color:#fff;height:40px;outline:none;padding:10px;width:300px}form textarea{height:150px;max-height:150px;max-width:300px;min-height:150px;min-width:300px;resize:none}#formSubmitBtn{background:linear-gradient(135deg,indigo,#221eff);border:none;color:#fff;cursor:pointer;font-size:16px;height:40px;outline:none;padding:5px;transition:all .2s linear}#formSubmitBtn:hover{background-color:#1010d9;border:none;color:#fff}#formSubmitBtn i{position:relative;transition:all .2s linear}#formSubmitBtn:hover i{transform:translateX(10px)}@media only screen and (min-width:600px){.section.contact{height:calc(100vh - 80px)}}
/*# sourceMappingURL=main.9f2ebe9c.css.map*/