@import url(https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&display=swap);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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{background:radial-gradient(circle at 50% 65%,#1c3138,#050505);background-color:#f9f9f9;box-shadow:0 4px 8px #0396f84d;box-sizing:border-box;display:flex;flex-direction:column;height:auto;justify-content:space-between;margin:0 auto;max-width:1400px;min-height:100dvh;padding:0 10px;width:55vw}@media (max-width:768px){.container{padding:0 3px;width:100%}}@media screen and (max-width:1024px) and (orientation:landscape){.container{min-height:100vh;width:80%}}body{background:radial-gradient(circle at 50% 65%,#0b1316,#050505);background-attachment:fixed;background-size:cover;font-family:Orbitron,sans-serif;margin:0;padding:0}.App{flex-direction:column;padding:20px}.App,.videoContainer{align-items:center;display:flex}.videoContainer{aspect-ratio:16/9;background:rgba(0,0,0,.185);border-radius:20px;box-shadow:-3px -3px 2px rgba(46,46,46,.311),5px 5px 5px rgba(0,0,0,.211),10px 10px 10px rgba(0,0,0,.211);height:auto;justify-content:center;margin:auto;overflow:hidden;position:relative;width:100%}.ghLink{color:#000;font-size:2.5rem;z-index:5}.ghLink,.whitebackground{bottom:10px;left:10px;position:absolute}.whitebackground{background:#fff;border-radius:50%;height:2.5rem;transform:scale(.9);width:2.5rem;z-index:4}.currentVideo,.nextVideo,.previousVideo{border-radius:20px;cursor:pointer;display:block;height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.previousVideo{opacity:0}@keyframes slideLeft{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes slideRight{0%{transform:translateX(0)}to{transform:translateX(100%)}}.currentVideo.slideLeft,.nextVideo.slideLeft{animation:slideLeft .7s ease-out forwards}.currentVideo.slideRight,.nextVideo.slideRight{animation:slideRight .7s ease-out forwards}.videoText{align-self:self-start;border-radius:3px;color:#01a0d1;display:inline-block;font-size:clamp(.8rem,1.5rem,.9vw);height:2.5vw;padding:5px 10px 5px 0;z-index:5}.arrows{box-sizing:border-box;display:flex}.pageTracker{align-self:center;background:#fff;border-radius:3px;height:10px;margin:8px;transition:.2s ease;width:50px}.pageTracker.current{background:#00c3ff;box-shadow:0 0 10px #00c3ffcc;transform:scaley(1.3)}.gifButton{align-items:center;background:#041d2e;border-radius:50%;cursor:pointer;display:flex;font-size:clamp(1.2rem,2vw,4.9rem);justify-content:center;left:50%;opacity:95%;position:absolute;top:50%;transform:translate(-50%,-50%) scale(2.8);z-index:3}.play{color:#00a7da;filter:drop-shadow(0 0 3px rgba(0,156,204,.8));transform:scale(1.1)}.gifButton.playing{animation:fadeOut .7s ease-out forwards}@keyframes fadeOut{to{opacity:0;transform:translate(-50%,-50%) scale(3)}}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%,-50%) scale(2.6)}to{opacity:1;transform:translate(-50%,-50%) scale(2.8)}}.aIcon,.bIcon{color:#00c3ff;cursor:pointer;filter:drop-shadow(0 0 10px rgba(0,195,255,.8));font-size:4vw;transform:rotateX(45deg);transition:.1s linear}.bIcon{transform:rotateX(45deg) rotate(180deg)}.aIcon.clicked{transform:rotateX(50deg) translateX(-5px)}.bIcon.clicked{transform:rotateX(50deg) rotate(180deg) translateX(-5px)}.loader{z-index:5}.loader,.loader2{--_m:conic-gradient(#0000 10%,#000),linear-gradient(#000 0 0) content-box;animation:l3 1s linear infinite;aspect-ratio:1;background:#25b09b;border-radius:50%;filter:drop-shadow(0 0 13px rgba(0,156,204,.8));-webkit-mask:var(--_m);mask:var(--_m);-webkit-mask-composite:source-out;mask-composite:subtract;padding:8px;width:70px}.loader2{z-index:4}@keyframes l3{to{transform:rotate(1turn)}}@media screen and (max-width:768px){.videoText{font-size:.8rem;height:2.3rem}.arrows{margin-top:10px}.App{padding:4px}.pageTracker{border-radius:2px;height:8px;width:40px}.pageTracker:nth-child(2){margin-left:0}.pageTracker:nth-child(7){margin-right:0}.aIcon,.bIcon{font-size:3rem;margin:0;padding:0;transform:rotateX(45deg);transform:rotateX(45deg) scale(1.3)}.bIcon{transform:rotateX(45deg) rotate(180deg) scale(1.3)}.loader,.loader2{width:30px}}@media screen and (max-width:1024px) and (orientation:landscape){.videoText{font-size:.8rem;height:2rem}}.homeSection{align-items:center;background:rgba(0,0,0,.185);box-shadow:10px 10px 5px rgba(0,0,0,.411);box-sizing:border-box;color:#fff;display:flex;flex-wrap:wrap-reverse;gap:20px;height:auto;justify-content:space-between;margin:0 auto;padding:50px;width:95%}.homeText{flex:1 1;max-width:50%}.homeText h1{font-size:2.5rem;margin-bottom:10px}.homeText h2{color:#03a9f4;font-size:1.8rem}.homeText p{font-size:1.2rem;line-height:1.5;margin-top:15px}.cvButton{background-color:#0086c4;border-radius:5px;color:#fff;display:inline-block;margin-top:20px;padding:10px 20px;text-decoration:none;transition:background-color .3s ease}.cvButton:hover{background-color:#00a6ff}.homeImage{display:flex;flex:1 1;justify-content:center}.profilePhoto{animation:fadeInZoom 2s ease-out forwards;box-shadow:-3px -3px 2px rgba(82,82,82,.311),5px 5px 5px rgba(0,0,0,.211),10px 10px 10px rgba(0,0,0,.211);height:auto;width:18vw}@keyframes fadeInZoom{0%{opacity:0}to{opacity:.8}}@media screen and (max-width:768px){.homeSection{background:none;box-shadow:none;box-sizing:border-box;flex-direction:column;padding:30px;text-align:center;width:100%}.homeText{max-width:100%}.homeText h1{font-size:2rem}.homeText h2{font-size:1.5rem}.homeText p{font-size:1rem}.profilePhoto{width:250px}.cvButton{border-radius:3px;display:inline-block;font-size:.9rem;margin:0 10px 10px;padding:5px 10px}}@media screen and (max-width:480px){.homeText h1{font-size:1.8rem}.homeText h2{font-size:1.3rem}.homeText p{font-size:.9rem}.profilePhoto{width:200px}}@media screen and (max-width:768px){.homeSection{flex-direction:column;gap:5px;padding:30px;text-align:center}.homeText{max-width:100%}.homeText h1{font-size:2rem}.homeText h2{font-size:1.5rem}.homeText p{font-size:1rem}.profilePhoto{width:250px}}@media screen and (max-width:1024px) and (orientation:landscape){.homeSection{align-items:center;background:none;box-shadow:none;flex-direction:row;height:100vh;justify-content:space-between;overflow:hidden;padding:20px}.homeText{max-width:45%}.homeText h1{font-size:1.8rem}.homeText h2{font-size:1.3rem}.homeText p{font-size:.9rem}.profilePhoto{width:200px}}.navSection{align-items:center;background:#0000;box-sizing:border-box;display:flex;justify-content:space-between;overflow:hidden;padding:.5em 1em;position:relative;text-shadow:0 0 10px #009ac9cc}.leftSection{position:absolute;width:5vw;z-index:10}.rightSection{align-items:center;display:flex;flex-grow:1;gap:2%;justify-content:flex-end}.myName{width:100%}.rightSection a{color:#01a0d1;font-size:clamp(1.2rem,1.3vw,1.9rem);text-decoration:none;transition:color .3s ease}.rightSection a.active{border-bottom:1px solid #03a9f4;color:#03a9f4;font-weight:700}.rightSection a:hover{color:#03a9f4}.topLine{border:none;border-bottom:1px solid #01a0d1;width:100%}.topLine,.topLineShining{bottom:0;left:0;position:absolute}.topLineShining{background:#0cf;border:none;box-shadow:0 0 20px #00fff2;height:4px;transform:translateX(-120%);width:20%}.topLineShining.zap{animation:shineRight 1s linear}@keyframes shineRight{0%{transform:translateX(0) translateY(6px)}to{transform:translateX(1000%) translateY(6px)}}.flicker1,.flicker2,.flicker3{animation:flicker .5s linear}@keyframes flicker{0%{opacity:0}10%{opacity:1}20%{opacity:0}40%{opacity:1}50%{opacity:0}60%{opacity:1}80%{opacity:0}to{opacity:1}}@media (max-width:600px){.navSection{align-items:space-between;flex-direction:column;padding:.4em .2em}.rightSection{justify-content:space-between;width:100%}.leftSection{display:none}}.modelsContainer{align-self:center;display:flex;gap:1.5vw;margin:5px;width:97%}.canvas-container{background:radial-gradient(circle at 50% 65%,#0b1316,#050505);box-shadow:-3px -3px 2px rgba(46,46,46,.311),5px 5px 5px rgba(0,0,0,.211),10px 10px 10px rgba(0,0,0,.211);padding:5px;position:relative;width:60%}.loadingScreen{align-items:center;color:#25b09b;display:flex;flex-direction:column;width:15vw}.rotateIcon{bottom:20px;color:#fff;cursor:grab;filter:drop-shadow(0 0 3px rgba(255,255,255,.8));font-size:3rem;opacity:.5;position:absolute;right:20px}.rotateIcon:hover{opacity:1}.blenderIcon{bottom:20px;color:#fff;cursor:pointer;filter:drop-shadow(0 0 3px rgba(255,255,255,.8));font-size:3rem;left:20px;opacity:.8;position:absolute}.imageContainer{gap:min(1vw,2rem);width:40%}.imageContainer,.images{display:flex;flex-direction:column;justify-content:space-between}.images{background:rgba(0,0,0,.699);box-shadow:-3px -3px 2px rgba(46,46,46,.801),5px 5px 5px rgba(0,0,0,.211),10px 10px 10px rgba(0,0,0,.211);gap:10px;padding:10px}.imageWithIcon{cursor:pointer;position:relative}img{width:100%}.enlargeIcon{bottom:10px;color:#fff;font-size:1.1rem;opacity:.2;position:absolute;right:10px}.imageText{background:rgba(0,0,0,.699);box-shadow:-3px -3px 2px rgba(46,46,46,.311),5px 5px 5px rgba(0,0,0,.211),10px 10px 10px rgba(0,0,0,.211);color:#00b7ff;font-size:clamp(.8rem,.8vw,2vw);margin:0;padding:0 15px}.modal{align-items:center;background-color:#000c;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:4}.modal img{animation:enlarge .4s ease-out forwards;max-height:90%;max-width:90%}@keyframes enlarge{0%{opacity:0;transform:scale(.2)}to{opacity:1;transform:scale(1)}}@media screen and (max-width:768px){.modelsContainer{background:none;box-shadow:none;flex-wrap:wrap-reverse}.canvas-container{box-shadow:none;height:100vh;width:100%}.imageContainer{width:100%}.imageContainer,.imageText,.images{background:none;box-shadow:none}}.footerSection{display:flex;justify-content:center;margin:0;padding:0}.bottomLine{border:none;border-top:1px solid #01a0d1}.mediaIcons{display:flex;gap:40px;overflow:hidden;padding:min(.6rem,1.3%) 0 min(.5rem,1%) 40px;width:240px}.iconArray1,.iconArray2{animation:moveLeft 15s linear infinite;display:flex;gap:40px;justify-content:center;width:240px}.icon{color:#01a0d1;height:30px;width:30px}@keyframes moveLeft{0%{transform:translateX(0)}to{transform:translateX(-280px)}}.contactIcons{display:flex;flex-direction:column;gap:1.5rem;margin:35px auto 0;width:fit-content}.contactLink{align-items:center;color:#01a0d1;display:flex;font-size:2rem;gap:1rem;justify-content:flex-start;transition:color .3s ease-in-out}.contactLink:hover{color:#00c3ff}h1{margin:0;padding:0}.contactLabel{font-size:1rem}.contactSection{align-self:center;background:rgba(0,0,0,.185);border-radius:20px;box-shadow:-3px -3px 2px rgba(46,46,46,.311),5px 5px 5px rgba(0,0,0,.211),10px 10px 10px rgba(0,0,0,.211);color:#01a0d1;padding:2rem;text-align:center;width:90%}
/*# sourceMappingURL=main.84c4e53d.css.map*/