.home{justify-content:space-between;align-items:center;width:100%;height:100vh;padding:70px 10% 0;animation:1s ease-out fadeIn;display:flex;position:relative}.home-content{max-width:800px;animation:1s ease-out fadeIn}.profile-container{align-items:center;gap:30px;margin-bottom:30px;display:flex}.profile-pic{object-fit:cover;border:3px solid #00abf0;border-radius:50%;width:150px;height:150px;animation:.8s ease-out scaleIn;box-shadow:0 0 20px #00abf0}.profile-text h3{color:#ededed;font-size:32px;font-weight:700;animation:1s ease-out .2s backwards fadeIn}.profile-text h1{color:#ededed;margin:10px 0;font-size:56px;font-weight:700;animation:1s ease-out .4s backwards fadeIn}.text{color:#00abf0}.cursor{opacity:1;transition:opacity .1s}.cursor.hidden{opacity:0}.home-content p{color:#8892b0;margin-top:20px;font-size:16px;line-height:1.6;animation:1s ease-out .6s backwards fadeIn}.home-sci{gap:15px;margin:30px 0;animation:1s ease-out .8s backwards fadeIn;display:flex}.home-sci a{color:#00abf0;background:0 0;border:2px solid #00abf0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;text-decoration:none;transition:all .3s;display:inline-flex}.home-sci a:hover{color:#081b29;background:#00abf0;box-shadow:0 0 20px #00abf0}.btn-box{color:#081b29;letter-spacing:1px;background:#00abf0;border-radius:40px;padding:12px 28px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s;animation:1s ease-out 1s backwards fadeIn;display:inline-block}.btn-box:hover{color:#00abf0;background:0 0;border:2px solid #00abf0;box-shadow:0 0 20px #00abf0}.home-imgHover{background:0 0;width:45%;height:100%;transition:all 3s;position:absolute;top:0;right:0}@media (max-width:768px){.home{flex-direction:column;height:auto;padding:100px 5% 50px}.profile-container{text-align:center;flex-direction:column}.profile-text h1{font-size:36px}.profile-text h3{font-size:24px}.home-imgHover{display:none}.home-content p{font-size:15px}.btn-box{padding:10px 24px;font-size:15px}}@media (max-width:1024px) and (min-width:769px){.home{padding:70px 7% 0}.profile-text h1{font-size:48px}.profile-text h3{font-size:28px}}
