@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);*,::after,::before{padding:0;margin:0;box-sizing:border-box;font-family:Poppins,sans-serif}ul{list-style:none}a{text-decoration:none}a,h1,h2,h3,h4,h5,h6,li,p,ul{margin:0}a{text-decoration:none}body{scroll-behavior:smooth;overflow-x:hidden}.section-title{-webkit-text-stroke:2px var(--text_1);-webkit-text-fill-color:transparent}nav{z-index:100;background-color:#f70;background-color:transparent}.hero{background-color:#000;background-image:url(imgs/imagecompressor/hero2-min.jpg);background-size:cover;background-position:center;position:relative}.hero::before{content:"";width:100%;height:100%;position:absolute;left:0;top:0;background-color:rgba(0,0,0,.396);z-index:0}.hero .line{max-width:320px;width:100%;height:2px;background-color:#fff;animation:rotate1 10s linear infinite}.hero .line:nth-of-type(2){margin-left:auto;margin-top:15px;margin-bottom:10px;background-color:#fff;animation:rotate2 10s linear infinite;transform:scale(-1)}@keyframes rotate1{0%{transform:rotate(0)}50%{transform:rotate(-2deg)}100%{transform:rotate(0)}}@keyframes rotate2{0%{transform:rotate(0)}50%{transform:rotate(2deg)}100%{transform:rotate(0)}}.hero .biography{max-width:900px;width:100%;min-height:fit-content;bottom:-30%;height:fit-content}.hero .padding-helper{box-shadow:0 5px 5px #aaa}.hero .img-box{overflow:hidden;width:250px;height:250px;border-radius:50%}.about .bar-container{height:15px;overflow:hidden}.about .bar-line{height:15px}.ball{position:absolute;background-color:var(--background_3);border-radius:50%;z-index:0}.ball0{width:150px;height:150px;right:30px;top:100px;animation:move0 10s linear infinite;z-index:0}.ball1{width:100px;height:100px;left:30px;top:600px;animation:move1 10s linear infinite;z-index:0}.ball2{width:90px;height:90px;right:10px;bottom:600px;animation:move2 10s linear infinite}.ball3{width:170px;height:170px;left:10px;bottom:100px;animation:move3 10s linear infinite}.ball4{width:70px;height:70px;right:10px;top:100px;animation:move4 7s linear infinite}.ball5{width:60px;height:60px;right:70px;bottom:70px;animation:move5 10s linear infinite}@keyframes move0{0%{top:100px}50%{top:150px}100%{top:100px}}@keyframes move1{0%{top:600px}50%{top:550px}100%{top:600px}}@keyframes move2{0%{bottom:600px}50%{bottom:550px}100%{bottom:600px}}@keyframes move3{0%{bottom:100px}50%{bottom:150px}100%{bottom:100px}}@keyframes move4{0%{right:100px}50%{right:150px}100%{right:100px}}@keyframes move5{0%{bottom:70px}50%{bottom:50px}100%{bottom:70px}}swiper-container{width:100%;height:100%}swiper-slide{text-align:center;font-size:18px;background:#fff;display:flex;justify-content:center;align-items:center;height:350px;cursor:pointer}swiper-slide img{display:block;width:100%;height:100%;object-fit:cover}section.projects .project div .project-layer{opacity:0;transition:.4s linear}section.projects .project div:hover .project-layer{opacity:1}.counter{min-height:35vh;height:100%;background-image:url(imgs/imagecompressor/hireme2-min.jpg);background-size:cover;background-attachment:fixed;font-weight:700;color:#fff;position:relative;z-index:0}.counter::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background-color:rgba(0,0,0,.597)}.news-line{height:fit-content;position:relative}.news-p{width:300%;left:0;transition:.2s ease;animation:news-p 30s linear infinite}.news-p p{line-break:loose;width:100%;text-align:center}@keyframes news-p{0%{left:100%}100%{left:-400%}}.contact input:focus,.contact textarea:focus{outline:0}.contact textarea{min-height:250px;max-height:320px}.news h5{right:-20px;bottom:44%}@media (max-width:540px){.news h5{right:0;bottom:0}}