@import"https://fonts.googleapis.com/css2?family=Loved+by+the+King&display=swap";.start{scroll-snap-align:start;min-height:100vh;width:100vw;height:100vh;background-position:bottom;background-repeat:no-repeat;background-size:cover;position:relative;display:flex;flex-wrap:wrap;align-items:center;align-content:center;justify-content:flex-end}.love{letter-spacing:.3em;padding-left:.6em}.start-curtain{flex-basis:82%;min-height:40vh;display:flex;flex-wrap:wrap;align-items:center;align-content:flex-start;justify-content:center;color:#fff}.start-curtain h1{font-size:3.2rem}.start-curtain h1,.start-firstLine{font-weight:bolder;flex-basis:100%;line-height:normal}.start-firstLine{font-size:2.8rem}.start-name{color:#58018a;text-shadow:0 2px 2px rgba(0,0,0,.9)}.start-secondLine{font-size:2.2rem;font-weight:bolder;flex-basis:100%;line-height:normal}.start-secondLine em{font-family:Loved by the King,cursive;font-size:3.2rem}#messenger{color:#d181ff;font-size:3rem;text-shadow:0 2px 2px rgba(0,0,0,.9)}@media only screen and (max-width:1200px){.start-firstLine{font-size:1.6rem}.start-curtain h1{font-size:1.8rem}.start-secondLine{font-size:1.6rem}.start-secondLine em{font-size:2rem}#messenger{font-size:1.6rem}}.line{width:1px;height:100%;background-color:#58018a;top:0;left:15%}.line,.lineName{position:absolute;z-index:9}.lineName{color:#fff;top:15%;left:16%}.linePoint{width:15px;height:15px;background-color:#58018a;top:16.1%;left:-6px;border-radius:50%;z-index:9;position:absolute}@media only screen and (max-width:1200px){.line{left:10%}.lineName{left:11%;top:10vh}.linePoint{background-color:#58018a;top:11.2vh}}.contact{scroll-snap-align:start;min-height:100vh;min-width:100vw;overflow-x:hidden;background-color:#000c2c;position:relative;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;align-content:center;background-position:50%;background-repeat:no-repeat;background-size:cover}.contact-title{font-weight:600;font-size:450%;animation:gradient 15s ease infinite;background:linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;background-size:400% 400%;flex-basis:100%;text-align:center}.contact-wrap{justify-content:space-around;flex-basis:75%;color:#fff}.contact-wrap,.contact-wrap-section{display:flex;align-items:center;align-content:center;flex-wrap:wrap}.contact-wrap-section{justify-content:center;flex-basis:35%;text-align:center;font-weight:500;margin:5%}.contact-wrap-section .material-icons{animation:gradient 15s ease infinite;background:linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;background-size:400% 400%;font-size:650%}.contact-wrap-section-text{flex-basis:100%;font-size:110%;color:rgba(240,248,255,.502)}.contact-wrap-section a{flex-basis:100%;font-size:150%}@media only screen and (max-width:812px){.contact{min-height:140vh}.contact-title{margin-top:25%;font-size:400%}.contact-wrap-section{flex-basis:100%}.contact-wrap-section .material-icons{font-size:650%}.contact-wrap-section-text{font-size:110%}.contact-wrap-section a{font-size:100%}}.education{scroll-snap-align:start;min-height:100vh;height:100vh;min-width:100vw;overflow-x:hidden;background-color:#000c2c;position:relative;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;align-content:center;background-position:50%;background-repeat:no-repeat;background-size:cover}.education-button{color:#fff;position:absolute;padding:1%;border-radius:35px;top:45%;left:25%;background:linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab);background-size:400% 400%;animation:gradient 15s ease infinite;font-size:1.3rem;font-weight:bolder;transition-duration:1s}.education-button:hover{animation-play-state:paused;transform:scale(1.1)}@media only screen and (max-width:1200px){.education{height:120vh}.education-button{font-size:1.1rem;left:65vw;top:20vh}}@media only screen and (max-width:812px){.education{height:140vh}}.timeLine{position:relative;left:-10vw;height:80%;width:1px;background-color:rgba(240,248,255,.502)}.timeLine-wrap{min-height:100%;position:relative;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-around;align-items:center;align-content:center}.timeLine-title{position:absolute;top:-6%;color:#eaeaea;font-size:1.4rem;font-weight:700}.timeLine-dateWrap{position:relative;display:flex;flex-wrap:wrap;flex-direction:column;justify-content:space-around;align-items:center;align-content:center;color:#eaeaea}.timeLine-dateWrap-date{position:absolute;width:-moz-fit-content;width:fit-content;font-weight:700;padding-top:1vw;padding-bottom:1vw}.timeLine-dateWrap-date.selectedDate{color:#d181ff}.timeLine-dateWrap-content{position:absolute;min-width:25vw;max-width:30vw;width:-moz-fit-content;width:fit-content;padding:2vh;left:5vw;background-color:rgba(240,248,255,.05);border-radius:15px;border:1px solid rgba(240,248,255,.502);opacity:0;animation-duration:.5s;animation-fill-mode:forwards}.timeLine-dateWrap-content-months{color:rgba(240,248,255,.502);font-size:.8rem;line-height:.8rem}.timeLine-dateWrap-content-company{color:#d181ff;font-weight:700;font-size:1.6rem;line-height:1.1}.timeLine-dateWrap-content-position{color:#eaeaea;font-size:1rem;line-height:1}.timeLine-dateWrap-content-desc{margin-top:5%}.timeLine-dateWrap-content.fadeIn{animation-name:fadeIn}.timeLine-dateWrap-content.fadeOut{animation-name:fadeOut}.timeLine-dateWrap-content.fadeIn.moreContent{z-index:10;transition-duration:1s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@media only screen and (max-width:1200px){.timeLine{height:60%;left:-25vw}.timeLine-title{top:-8%;left:-10vw}.timeLine-dateWrap-date{padding-top:2vw;padding-bottom:2vw}.timeLine-dateWrap-date.selectedDate{color:#d181ff}.timeLine-dateWrap-content{min-width:60vw;max-width:65vw;padding:2vh;left:8vw}.timeLine-dateWrap-content-months{color:rgba(240,248,255,.502);font-size:.7rem;line-height:.7rem}.timeLine-dateWrap-content-company{color:#d181ff;font-weight:700;font-size:1.2rem;line-height:1.1}.timeLine-dateWrap-content-position{color:#eaeaea;font-size:.9rem;line-height:1}}@media only screen and (max-width:575px){.timeLine-title{display:none}}.experience{scroll-snap-align:start;min-height:100vh;height:130vh;min-width:100vw;overflow-x:hidden;background-color:#000c2c;position:relative;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;align-content:center;background-position:50%;background-repeat:no-repeat;background-size:cover}@media only screen and (max-width:1200px){.experience{height:140vh}}@media only screen and (max-width:812px){.experience{height:165vh}}.interests{scroll-snap-align:start;min-height:100vh;min-width:100vw;overflow-x:hidden;background:#100f0f;position:relative;display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;align-content:center}.interests h1{flex-basis:70%;margin:5%;text-align:center;color:#fff;font-weight:800;font-size:400%}.interests-wrap{margin:5%;flex-basis:70%;justify-content:space-around}.interests-wrap,.interests-wrap-element{display:flex;flex-wrap:wrap;align-items:center;align-content:center}.interests-wrap-element{flex-basis:20%;background-color:#252525;justify-content:center;margin:0 0 3%}.interests-wrap-element-title{text-align:center;margin:0;background-color:#100f0f;color:#d181ff;font-weight:600;font-size:200%;text-transform:uppercase;flex-basis:100%}.interests-wrap-element-icon{display:flex;flex-wrap:wrap;background-color:#100f0f;justify-content:center;flex-basis:100%;margin:0 1%;overflow:hidden}@media only screen and (max-width:1200px){.interests h1,.interests-wrap{flex-basis:80%}.interests-wrap-element{flex-basis:50%}}@media only screen and (max-width:576px){.interests h1{margin-top:30%}.interests-wrap-element{flex-basis:100%}}#nav{width:100vw;display:flex;flex-wrap:wrap;align-content:center;align-items:center;box-shadow:inset 0 35px 14px rgba(15,13,24,.851);position:fixed;top:0;z-index:99}.tagImitator{color:#58018a;line-height:2rem;padding:1%;font-size:2rem;letter-spacing:.2rem;margin-left:5%}.tagImitator-small{font-size:1.8rem;color:#3b3b3b!important;color:#58018a;line-height:2rem;padding:1%}.tagName{color:#fff;font-weight:bolder;font-size:1.6rem;line-height:2rem}.tagName-small{color:#a1a1a1;font-weight:800}a .selected{color:#fff;transition-duration:1s}.nav-wrap{display:flex;flex-wrap:wrap;align-content:center;justify-content:flex-end;align-items:flex-end;position:relative;min-width:80%}.nav-wrap li{margin:1%}.nav-menuButton{display:none}@media only screen and (max-width:1200px){.nav-menuButton{display:block;position:absolute;right:1%;top:1%;z-index:101}.nav-wrap{max-height:0;overflow:hidden;transition:max-height 1s ease-out}.nav-wrap.open{max-height:100vh}.tagName{font-size:1.4rem}.tagImitator{font-size:1.8rem}}.portfolio{scroll-snap-align:start;min-height:70vh;min-width:100vw;overflow-x:hidden;background:linear-gradient(-45deg,#252525,#100f0f,#100f0f,#252525);animation:gradient 10s ease infinite;background-size:400% 400%;position:relative;justify-content:flex-end;padding-top:5%}.portfolio,.portfolio-wrap{display:flex;flex-wrap:wrap;align-items:flex-start;align-content:flex-start}.portfolio-wrap{flex-basis:80%;min-height:100%;justify-content:space-around;background-position:50%;background-repeat:no-repeat;background-size:cover}.portfolio-wrap-item:hover{transform:matrix(1,.05,-.05,1,0,10)}.portfolio-wrap-item{transition-duration:.3s;flex-basis:30%;min-height:20vh;background:hsla(0,0%,100%,.05);box-shadow:0 15px 35px rgba(0,0,0,.5);border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin:5%}.portfolio-wrap-item-title{text-align:center;padding:5%;width:100%}.portfolio-wrap-item-title a{color:#fff;width:100%}.portfolio-wrap-item-image{width:100%;height:100%}@media only screen and (max-width:980px){.portfolio .portfolio-wrap{flex-basis:90%;padding-top:22%;justify-content:center}.portfolio-wrap-item{flex-basis:40%}}@media only screen and (max-width:720px){.portfolio .portfolio-wrap{flex-basis:90%;padding-top:22%;justify-content:center}.portfolio-wrap-item{flex-basis:80%}}.skills-wrap{scroll-snap-align:start;min-height:140vh;min-width:100vw;overflow-x:hidden;background-color:#100f0f;position:relative;justify-content:space-around;background:linear-gradient(-45deg,#252525,#100f0f,#100f0f,#252525);animation:gradient 10s ease infinite;background-size:400% 400%}.skills-wrap,.skils-squares-wrap{display:flex;flex-wrap:wrap;align-items:center;align-content:center}.skils-squares-wrap{flex-basis:75%;justify-content:center}.skills-square{padding:2%;align-items:flex-start;align-content:flex-start;margin:1%;flex-basis:25%;border-color:1px solid rgba(240,248,255,.502);background-color:#252525;color:#eaeaea;transition-duration:1s}.skills-square,.skills-square-title{display:flex;flex-wrap:wrap;justify-content:center}.skills-square-title{width:100%;align-items:center;align-content:center}.skills-square-title-icon{flex-basis:100%;text-align:center;font-size:425%;line-height:1;animation:gradient 15s ease infinite;background:linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;background-size:400% 400%}.skills-square-title-text{color:#eaeaea;font-weight:bolder;font-size:1.2em}.skills-square:hover{transform:scale(1.05)}@media only screen and (max-width:980px){.skills-wrap{justify-content:flex-end}.skils-squares-wrap{flex-basis:90%}}