@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap";#root{font-family:Montserrat,sans-serif}p{font-size:1.1em;font-family:Open-Sans,sans-serif}.btn-outlined{border:2px solid #b1275c;width:160px;height:50px;display:flex;justify-content:center;align-items:center;border-radius:5px;box-shadow:0 4px 6px #0000001a;padding:5px 10px}.btn-outlined:hover{background:#b1275c;box-shadow:0 6px 8px #00000026}.btn-filled{background-color:#b1275c;border:2px solid #b1275c;width:160px;height:50px;display:flex;justify-content:center;align-items:center;border-radius:5px;padding:5px 10px}.btn-filled:hover{background-color:#c7306a;color:#fff}.icon{width:1.8em;height:auto}a{color:#fff;text-decoration:none}h2{margin:0;text-transform:uppercase;text-align:center}.section-p{max-width:600px;text-align:center;margin:20px 0}#header{background-color:#191919;display:flex;justify-content:space-between;flex-flow:row wrap;padding:30px 100px;align-items:center;position:relative;top:0;z-index:1000}nav ul{margin:0;list-style:none;display:flex;flex-flow:row wrap;justify-content:space-between;gap:50px;z-index:1000;border-radius:0 0 10px 10px}.nav-items a:hover{color:#f95895}.menu-toggle{display:none;z-index:1100;position:relative}.nav-items.show li{margin:10px 0}@media (max-width: 1040px){.hidden{display:none}.menu-toggle{display:flex;flex-direction:column;justify-content:space-between;width:30px;height:24px;background:none;border:none;cursor:pointer;padding:0;z-index:1100;position:relative}.nav-items{display:none}.nav-items.show{display:block;position:absolute;top:0;left:0;right:0;background-color:#252525;padding:80px 0;text-align:center;flex-direction:column}.bar{display:block;width:100%;height:4px;background-color:#b1275c;transition:all .3s ease-in-out}.menu-toggle.open .bar:nth-child(1){transform:translateY(10px) rotate(45deg)}.menu-toggle.open .bar:nth-child(2){opacity:0}.menu-toggle.open .bar:nth-child(3){transform:translateY(-10px) rotate(-45deg)}button.menu-toggle:focus,button.menu-toggle:focus-visible{outline:none}#header{padding:30px}}#footer{background-color:#191919;display:flex;flex-direction:column;align-items:center;padding:100px 20px 50px}#footer img{padding:10px}#footer p{font-size:.8em}hr{display:block;margin:1em auto 3em;border-style:inset;border-width:.3px;color:pink;width:80%}#home{display:flex;padding:30px 40px 100px;flex-direction:column;justify-content:flex-end;align-items:center;background:linear-gradient(180deg,#191919 47.25%,#4c1e30 73.29%,#722543)}h1{margin-bottom:20px;margin-top:50px;text-transform:uppercase;font-size:1.7em}#buttons{display:flex;justify-content:space-between;gap:20px;padding:20px}#home p{max-width:700px;text-align:center;font-size:1.2em}#self-aligned{align-self:flex-end;padding:0 30px}.socials{display:flex;gap:15px;align-items:center}@media (max-width: 1040px){.hidden{display:none}}#about-section{background:linear-gradient(0deg,#191919 47.25%,#4c1e30 73.29%,#722543);padding:100px 20px 50px;display:flex;flex-direction:column;align-items:center}#columns{display:flex;flex-flow:row wrap;justify-content:space-evenly;gap:20px;width:100%;padding:40px 20px}#columns p{max-width:300px}.flex-icon{display:flex;gap:8px;align-items:center}.flex-icon p{margin:0;font-family:Montserrat,sans-serif;font-size:1em}.flex-col{display:flex;flex-direction:column;background-color:#232323;border-radius:5px;padding:50px;margin-bottom:20px;box-shadow:0 5px 6px #0003;transition:transform .3s ease,box-shadow .3s ease}.flex-col:hover{transform:scale(1.05);box-shadow:0 8px 12px #0003}.icon-big{width:50px;margin:0 0 10px;align-self:center}h3{font-size:1.1em;text-transform:uppercase;text-align:center}#about-section a:hover{color:#f95895}#tech{background-color:#191919;display:flex;flex-direction:column;align-items:center;padding:100px 20px}#skills{display:flex;flex-flow:row wrap;justify-content:space-evenly;gap:60px;padding:40px 20px}#front,#back,#other{display:flex;flex-wrap:wrap;justify-content:center;gap:30px;max-width:300px}.skill-card{display:flex;flex-direction:column;align-items:center;background-color:#232323;border-radius:5px;padding:10px;box-shadow:0 5px 6px #0003;transition:transform .3s ease,box-shadow .3s ease}#tech h3{text-transform:capitalize}#tech p{max-width:600px;text-align:center}.skill-card:hover{transform:scale(1.05);box-shadow:0 8px 12px #0003}@media (max-width: 1100px){#other{display:flex;flex-flow:row wrap;max-width:100%}#skills{justify-content:center}}@media (max-width: 740px){#other{display:flex;flex-wrap:wrap;justify-content:center;gap:30px;max-width:300px}}#contact{padding:150px 100px 100px;background-color:#191919;display:flex;flex-flow:row wrap;justify-content:space-evenly;align-items:center;gap:40px}#form p{text-align:center;color:#4fb34f}#form-text p{max-width:320px;text-align:left}.contact-text{display:flex;flex-direction:column;gap:20px;margin-top:30px}.contact-text p:last-of-type{margin-bottom:0}#colored-link{color:#f95895}#form-text h2{max-width:400px;text-align:left}textarea{font-family:Open Sans,sans-serif;font-size:.9em;width:100%;height:auto;border-radius:5px;padding:1em;border:none}#submit-btn-container{display:flex;justify-content:center}#submit-button{color:#fff;font-weight:400;width:100%}.PhoneInput{flex-direction:row;width:100%;gap:10px}#form{min-width:30%;display:flex;flex-flow:column;justify-content:space-between;gap:1.3em;background-color:#2c2c2c;padding:50px;border-radius:10px;border:2px solid #8e1957;box-shadow:0 0 30px 2px #ff259633,0 6px 20px #00000030}.input{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:2.5em}input{display:inline;font-size:14px;width:100%;height:46px;box-sizing:border-box;border:none;border-radius:5px;padding:1em}label{min-width:100px}#contact a:hover{color:#f95895}.hidden-contact{display:none}.btn-filled.submitted{background-color:green;border:none}@media (max-width: 1040px){#contact{padding:100px 20px 50px;background-color:#191919;display:flex;justify-content:space-evenly}}@media (max-width: 868px){#form-text{display:flex;flex-direction:column}.contact-text{display:none}#form{min-width:50%;padding:30px}.input{gap:0px}#contact{flex-direction:column}.hidden-contact{display:block}}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}#gradient{display:flex;flex-direction:column;align-items:center;padding:150px 20px 50px;background:radial-gradient(ellipse at center,#912a5299 20%,#72254366 40%,#19191933,#19191900)}#projects-cta a{margin:20px 0}#projects-cta{background-color:#191919}#projects-section{background-color:#191919;padding:20px 20px 50px;display:flex;flex-direction:column;align-items:center}#projects-section h1{margin:0;font-size:1.5em}#projects{display:flex;flex-flow:row wrap;justify-content:center;gap:40px;padding:20px;background:radial-gradient(ellipse at center,#912a5299 20%,#72254366 40%,#19191933,#19191900)}#project-card{gap:10px;border-radius:10px;background-color:#232323;box-shadow:0 5px 6px #0003;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;max-width:450px;height:auto;padding:30px 30px 20px;margin-bottom:30px}#project-card:hover{transform:scale(1.05);box-shadow:0 8px 12px #0003}#project-card h2{font-size:1.2em;text-align:left;text-transform:capitalize}#project-card p{margin:0}#project-img-container{align-self:center;justify-self:center;object-fit:fill;width:100%}#project-card img{width:100%;height:auto;border-radius:5px}#buttons{display:flex;justify-content:space-between;gap:20px;padding:10px 0;margin-top:auto}#buttons img{width:1.8em;height:auto}#projects-section a:hover{color:#f95895}.languages-container{display:flex;flex-wrap:wrap;gap:10px;padding:10px 0}.language-item{border-radius:5px;padding:5px 10px;background-color:#2d2d2d}.language-item:hover{background-color:#7b2647}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#d3d3d3;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}body{margin:0;color:#fff;background-color:#191919}main{min-height:400px}
