:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.profile img{height:50px;border-radius:100px;margin-top:-25px;padding:5px;background-color:#04066b}.profile-wrapper{text-align:center;max-width:600px;margin:0 auto;padding:40px 20px}.profile-description{padding:20px 40px;font-size:18px;line-height:1.6}.profile-button{font-size:16px;background-color:#f39c12;color:#f7f1f1;margin-top:20px;padding:8px 24px;border-radius:40px;text-align:center;border:none;cursor:pointer;text-transform:uppercase;font-weight:700;transition:background-color .3s ease,color .3s ease}.profile-button:hover{background-color:#04066b}.skills-gallery{display:flex;flex-wrap:nowrap;gap:1.5rem;padding:2rem;overflow-x:auto;scroll-snap-type:x mandatory}.skills-gallery>*{flex:0 0 auto;width:220px;background:#fff;border-radius:.75rem;box-shadow:0 4px 12px #0000000d;padding:1rem;text-align:center;scroll-snap-align:start;transition:transform .2s ease,box-shadow .2s ease}.skills-gallery>*:hover{transform:translateY(-30px);box-shadow:0 6px 20px #0000001a}.skills-gallery::-webkit-scrollbar{height:5px}.skills-gallery::-webkit-scrollbar-thumb{background:#070707;border-radius:10px}.skills__card{border-radius:4px;padding:10px;text-align:center}.skills__text{font-size:14px;color:#070707}h3{margin-bottom:5px;color:#030f4a}.card{background:#fafaf9;padding:50px;border-radius:8px;border-color:#030f4a;box-shadow:0 4px 6px #0000001a;text-align:center}.card--project{border-left:4px solid #030f4a}.card__title{font-size:1.5rem;color:#383838}.card__description{font-size:1rem;color:#2347f6}.card__button{background:#030f4a;color:#fff;border:none;padding:8px 12px;margin:8px 0;cursor:pointer;border-radius:8px;transition:background .3s}.card__button:hover{background:#05197b}.card__link{display:block;color:#383838;text-decoration:underline;margin-top:8px}.card__link:hover{color:#1f1f1f}.form{max-width:100%;margin:30px auto;padding:25px;background-color:#fdfdfd;border-radius:15px;box-shadow:0 4px 10px #0000001a}.form p{color:#d9534f;margin:5px 0 0;font-size:.875rem}:root{--gradient1: hsl(27, 55%, 51%);--gradient2: hsl(192, 76%, 67%);--gradient3: hsl(292, 73%, 96%)}#root{width:100vw}.projects{text-align:center;padding:20px}.projects__title{font-size:2rem;color:#050505}.projects__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px;margin-top:20px}.project-details{padding:20px;text-align:center}.project-details__title{font-size:2rem;color:#050505}.project-details__text{font-size:1.2rem;margin-top:10px}.project-details__link{display:inline-block;margin-top:10px;color:#030f4a;text-decoration:underline}.project-details__link:hover{color:#010519}*{margin:0;padding:0;box-sizing:border-box}.the_nav{background:linear-gradient(to left,#030f4a,#9599fa);padding:3rem 7%;border-radius:8px 4px 0 0}.container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.links{list-style:none;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:2.5rem;text-transform:uppercase;color:#f8f8f4;padding:1rem 0;margin:0 auto}.links a{color:#f7f7f7;text-decoration:none;font-weight:700;font-size:18px;position:relative;padding:.3rem 0}.links a:after{content:"";position:absolute;left:0;bottom:-3px;width:0%;height:2px;background-color:#f39c12;transition:width .3s ease}.links a:hover:after{width:100%}.links a:hover{color:#f39c12}.button{background-color:#faebd7;padding:.5rem 1rem;border:none;border-radius:5px;cursor:pointer;font-weight:700;transition:background-color .3s ease}.button:hover{background-color:bisque}.top{width:100%;margin:20px;border-radius:4px;padding-bottom:8px;background:#fff;display:flex;justify-content:center}.heroprofile img{height:100px;border-radius:100px;margin-top:-50px;padding:5px;background:linear-gradient(to right,#2b0230,#771c62)}.footer{background:linear-gradient(to right,#030f4a,#9599fa);color:#f1f1f1;padding:2rem 5%;text-align:center;font-size:.95rem}.footer .footer-container{display:flex;flex-direction:column;gap:1rem}@media (min-width: 768px){.footer .footer-container{flex-direction:row;justify-content:space-between;align-items:center}}.footer .footer-name{font-weight:700}.footer .footer-links,.footer .footer-socials{display:flex;gap:1.5rem;justify-content:center;align-items:center;flex-wrap:wrap;padding:1rem 0}.footer .footer-links li,.footer .footer-socials li{list-style:none}.footer .footer-links a,.footer .footer-links .nav-link,.footer .footer-socials a,.footer .footer-socials .nav-link{color:#f1f1f1;text-decoration:none;transition:color .3s ease}.footer .footer-links a:hover,.footer .footer-links .nav-link:hover,.footer .footer-socials a:hover,.footer .footer-socials .nav-link:hover{color:#f39c12}.footer .footer-links a.active,.footer .footer-links .nav-link.active,.footer .footer-socials a.active,.footer .footer-socials .nav-link.active{color:#f39c12;font-weight:700}.footer .footer-socials a{display:flex;align-items:center;justify-content:center}.my_form{display:flex;justify-content:center;align-items:center;padding:2rem}.form{width:100%;max-width:600px;margin:30px auto;padding:25px;background-color:#fdfdfd;border-radius:15px;box-shadow:0 4px 10px #0000001a}.form .title{color:#f39c12}.form label{display:block;margin-bottom:15px;font-weight:600;color:#0b0909}.form label input,.form label textarea{display:block;width:100%;padding:10px 12px;margin-top:5px;font-size:1rem;border:1px solid #ccc;border-radius:8px;background-color:#fff;transition:border-color .2s ease}.form label input:focus,.form label textarea:focus{border-color:#eda565;outline:none}.form label textarea{min-height:100px;resize:vertical}.form label p{color:#d9534f;margin:5px 0 0;font-size:.875rem}.form .button{display:block;width:100%;font-size:16px;background-color:#04066b;color:#f7f1f1;margin-top:20px;padding:12px;border-radius:40px;text-align:center;border:none;cursor:pointer;text-transform:uppercase;font-weight:700;transition:background-color .3s ease,color .3s ease}.form .button:hover{background-color:#f39c12;color:#000}.carousel .control-arrow,.carousel.carousel-slider .control-arrow{-webkit-transition:all .25s ease-in;-moz-transition:all .25s ease-in;-ms-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in;opacity:.4;filter:alpha(opacity=40);position:absolute;z-index:2;top:20px;background:none;border:0;font-size:32px;cursor:pointer}.carousel .control-arrow:focus,.carousel .control-arrow:hover{opacity:1;filter:alpha(opacity=100)}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{margin:0 5px;display:inline-block;border-top:8px solid transparent;border-bottom:8px solid transparent;content:""}.carousel .control-disabled.control-arrow{opacity:0;filter:alpha(opacity=0);cursor:inherit;display:none}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{position:relative;width:100%}.carousel *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.carousel img{width:100%;display:inline-block;pointer-events:none}.carousel .carousel{position:relative}.carousel .control-arrow{outline:0;border:0;background:none;top:50%;margin-top:-13px;font-size:18px}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{-webkit-transition:all .15s ease-in;-moz-transition:all .15s ease-in;-ms-transition:all .15s ease-in;-o-transition:all .15s ease-in;transition:all .15s ease-in;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0);position:relative;list-style:none;white-space:nowrap}.carousel .thumb{-webkit-transition:border .15s ease-in;-moz-transition:border .15s ease-in;-ms-transition:border .15s ease-in;-o-transition:border .15s ease-in;transition:border .15s ease-in;display:inline-block;margin-right:6px;white-space:nowrap;overflow:hidden;border:3px solid #fff;padding:2px}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{position:relative;margin:0;overflow:hidden}.carousel.carousel-slider .control-arrow{top:0;color:#fff;font-size:26px;bottom:0;margin-top:0;padding:5px}.carousel.carousel-slider .control-arrow:hover{background:#0003}.carousel .slider-wrapper{overflow:hidden;margin:auto;width:100%;-webkit-transition:height .15s ease-in;-moz-transition:height .15s ease-in;-ms-transition:height .15s ease-in;-o-transition:height .15s ease-in;transition:height .15s ease-in}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{-webkit-flex-direction:column;flex-direction:column}.carousel .slider{margin:0;padding:0;position:relative;list-style:none;width:100%}.carousel .slider.animated{-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;-ms-transition:all .35s ease-in-out;-o-transition:all .35s ease-in-out;transition:all .35s ease-in-out}.carousel .slide{min-width:100%;margin:0;position:relative;text-align:center}.carousel .slide img{width:100%;vertical-align:top;border:0}.carousel .slide iframe{display:inline-block;width:calc(100% - 80px);margin:0 40px 40px;border:0}.carousel .slide .legend{-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;position:absolute;bottom:40px;left:50%;margin-left:-45%;width:90%;border-radius:10px;background:#000;color:#fff;padding:10px;font-size:12px;text-align:center;opacity:.25;-webkit-transition:opacity .35s ease-in-out;-moz-transition:opacity .35s ease-in-out;-ms-transition:opacity .35s ease-in-out;-o-transition:opacity .35s ease-in-out;transition:opacity .35s ease-in-out}.carousel .control-dots{position:absolute;bottom:0;margin:10px 0;padding:0;text-align:center;width:100%;z-index:1}@media (min-width: 960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{-webkit-transition:opacity .25s ease-in;-moz-transition:opacity .25s ease-in;-ms-transition:opacity .25s ease-in;-o-transition:opacity .25s ease-in;transition:opacity .25s ease-in;opacity:.3;filter:alpha(opacity=30);box-shadow:1px 1px 2px #000000e6;background:#fff;border-radius:50%;width:8px;height:8px;cursor:pointer;display:inline-block;margin:0 8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{opacity:1;filter:alpha(opacity=100)}.carousel .carousel-status{position:absolute;top:0;right:0;padding:5px;font-size:10px;text-shadow:1px 1px 1px rgba(0,0,0,.9);color:#fff}.carousel:hover .slide .legend{opacity:1}
