@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}nav{z-index:100;transition:.5s linear}.dropdown-menu{background-color:var(--theme-background-1)!important}.dropdown-menu a{color:var(--theme-text-1)}.dropdown-menu a:hover{background-color:var(--theme-background-2)!important;color:var(--theme-text-1)}.hero{background-color:#000;background-image:url(imgs/imagecompressor/hero-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}.animated-line{width:100%;height:5px;background-color:red;position:relative}.animated-line .circle{position:absolute;left:0;top:0;width:4%;height:100%;border:2px solid #fff;border-top:none;border-bottom:none;animation:ballmove 10s linear infinite}@keyframes ballmove{0%{left:0}50%{left:95%}100%{left:0}}section.about .progress-barr{width:100%;height:12px}section.about .bar-line{position:absolute;left:0;top:0;height:100%}.education .nav-tabs .nav-link{background-color:transparent;color:var(--theme-text-2)}.education .nav-tabs .nav-link.active{background-color:transparent;color:var(--text_1)}.education .cardi{border-bottom:1px solid #ccc}section.about .education .card,section.about .experince .card{max-width:700px;width:100%}section.about .services .cardi{background-color:var(--theme-background-2)!important;border-bottom:1px solid var(--theme-background-2);max-width:600px;width:100%;min-height:250px;height:100%}section.about .services .card .icon{height:110px;width:110px;border-radius:50%;display:flex;justify-content:center;align-items:center}section.news,section.portfolio{min-height:50vh;height:100%}section.portfolio .project{max-width:400px;width:100%;max-height:250px;height:100%;position:relative;overflow:hidden;cursor:pointer}section.portfolio .project .project-layer{opacity:0;transition:.4s linear}section.portfolio .project:hover .project-layer{opacity:1}section.news .new{max-width:500px;width:100%;z-index:11}section.news .new img{height:250px}.hireme{min-height:45vh;height:100%;background-image:url(imgs/imagecompressor/hireme-min.jpg);background-size:cover;background-attachment:fixed;font-weight:700;color:#fff;position:relative;z-index:0}.hireme::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background-color:rgba(0,0,0,.597)}.contact input:focus,.contact textarea:focus{outline:0}.contact textarea{height:200px;min-height:200px;max-height:250px}.smooth-shape-circle{width:200px;height:170px;animation:smoothball 4s linear infinite}.about .smooth-shape-circle{left:5%;top:200px}.portfolio .smooth-shape-circle{right:10%;top:130px}.news .smooth-shape-circle{left:10px;bottom:100px}@keyframes smoothball{0%{border-radius:55% 45% 70% 30%/67% 58% 42% 33%}50%{border-radius:46% 54% 47% 53%/67% 41% 59% 33%}75%{border-radius:26% 74% 47% 53%/53% 59% 41% 47%}100%{border-radius:55% 45% 70% 30%/67% 58% 42% 33%}}