*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}.hero-and-tech-stack{background-image:linear-gradient(0deg,#30cfd0 0,#330867);margin:2px;border-radius:10px}.name{color:#fff;font-size:35px;line-height:86px;font-weight:700}.span{color:cyan}.header-section{padding:20px;background-color:transparent;display:flex;justify-content:space-between;align-items:center;overflow-x:hidden}.menu{display:flex;justify-content:space-evenly;float:right}ul li{display:inline-block;line-height:80px;margin:5px}ul li a{text-decoration:none;list-style:none;color:#fff;font-size:17px;padding:7px 13px;border-radius:3px;text-transform:uppercase}.menu a:hover{background:#954b9c}.contact-item:hover{animation:scaleContactLogo .3s ease-in-out infinite alternate}@keyframes scaleContactLogo{0%{transform:scale(1)}to{transform:scale(1.5)}}.contacts{display:flex;flex-direction:row;align-items:center;justify-content:center;width:200px}.contacts a{margin:20px;display:flex;justify-content:space-evenly}.portfolio-body{padding:0 100px}.hero{padding-top:100px;display:flex;justify-content:space-evenly;align-items:center}.hero-content{width:500px;float:left;animation:moveHeroContent .7s ease-in-out alternate}.image-contacts{display:flex;flex-direction:column;align-items:center;margin-top:100px;float:right}@keyframes moveHeroContent{0%{transform:translateX(-1000px)}to{transform:translateX(0)}}.hero-content h1{color:#fff;font-size:50px;font-weight:700;line-height:60px;padding-top:80px}.hero-content h2{color:cyan;font-size:34px;font-weight:600;margin-top:20px}.hero-content p{font-size:16px;color:#ebebeb;line-height:26px;margin:20px 0 40px}.contacts-text{font-size:25px;white-space:nowrap;color:#fff}.photo{border-radius:5%;animation:floatPhoto 2s ease-in-out infinite alternate}@keyframes floatPhoto{0%{transform:translateX(5px)}to{transform:translateY(-5px)}0%{transform:translateX(-5px)}to{transform:translateY(5px)}to{transform:translateX(0)}}.project-card{border:1px solid #ccc;border-radius:8px;padding:16px;margin:16px;box-shadow:0 4px 8px rgba(0,0,0,.1);display:flex;flex-direction:column;align-items:center}.project-image{width:100%;max-width:300px;border-radius:8px}.project-details{text-align:center;margin-top:16px}.project-name{font-size:1.5rem;margin-bottom:8px}.project-description{font-size:1rem;color:#333;font-family:Optima}.project-link{display:inline-block;margin-top:16px;padding:8px 16px;background-color:#366b51;color:#fff;text-decoration:none;border-radius:4px}.project-link:hover{background-color:#000}.portfolio{display:flex;flex-wrap:wrap;justify-content:space-between}.portfolio-container{background-image:linear-gradient(0deg,#a8edea 0,#fed6e3);background-color:#30cfd0;padding-bottom:100px;padding-top:50px;margin:2px;border-radius:10px}.portfolio-title{color:#4b5359;padding-top:50px;padding-bottom:50px;padding-left:50px;font-size:40px}.project-card{flex:1 1 300px;margin:8px;transition:transform .3s ease-in-out}.project-card:hover{transform:translateY(-10px)}.logos{display:flex;justify-content:space-evenly;padding-bottom:100px}.tech-stack-container{margin:10px;padding-top:50px;border-radius:10px}.tech-stack-title{color:#fff;padding-left:50px;padding-top:20px;padding-bottom:50px;font-size:40px}.rotate{animation:rotate 20s linear infinite}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.scale{animation:scale 2s ease-in-out infinite alternate}@keyframes scale{0%{transform:scale(1)}to{transform:scale(1.2)}}.move{animation:move 3s ease-in-out infinite alternate}@keyframes move{0%{transform:translateX(0)}to{transform:translateX(10px)}}