@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*{margin:0;padding:0;font-family:Poppins,sans-serif}.home_wrap{width:100%;height:100vh;box-sizing:border-box;padding:0 280px;display:flex;flex-direction:column;justify-content:space-between}.home_navbar{width:100%;height:auto;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:20px 0}.home_navbar h1{font-size:24px;cursor:pointer;transition:all .5s ease}.home_navbar h1:hover{color:gray}.home_navbar ul{display:flex;flex-direction:row;align-items:center;list-style:none;gap:14px}.home_navbar ul li a{font-size:16px;font-weight:400;color:gray;text-decoration:none;transition:all .5s ease}.home_navbar ul li a:hover{color:#000}.home_header{width:100%;height:auto}.home_header_profile{width:100%;height:auto;display:flex;flex-direction:row;gap:14px;align-items:stretch;align-items:center}.home_header_profile img{width:150px;border-radius:100px}.home_header_profile_detalies h1{font-size:34px;font-weight:600}.home_header_profile_detalies h2{font-size:24px;font-weight:400;color:gray}.home_header_profile_detalies_socials a{margin-right:8px;text-decoration:none;font-size:16px;font-weight:400;color:gray}.home_header p{font-size:16px;color:gray;margin-top:14px}.home_header_btn{display:flex;flex-direction:row;gap:14px;margin-top:14px}.home_header_btn button{padding:8px 24px;border-radius:6px;background-color:#000;font-size:16px;font-weight:600;color:#fff;border:none;border:1.5px solid black;transition:all .5s ease;cursor:pointer}.home_header_btn button:last-child{background-color:#fff;border:1.5px solid black;color:#000;transition:all .5s ease}.home_header_btn button:last-child:hover{background-color:#000;color:#fff}.home_header_btn button:hover{background-color:#fff;border:1.5px solid black;color:#000}.footer{width:100%;height:auto}.footer p{font-size:16px;font-weight:400;color:gray;text-align:center;box-sizing:border-box;padding:20px}.footer p a{color:gray}@media screen and (max-width: 1025px){.home_wrap{padding:0 80px}}@media screen and (max-width: 426px){.home_wrap{padding:0 20px}.home_navbar h1{font-weight:600}.home_navbar ul{display:none}.home_header_profile{flex-direction:column;align-items:flex-start}.home_header_profile img{width:100px}.home_header_profile_detalies h1{font-size:24px;font-weight:700}.home_header_profile_detalies h2{font-size:24px}}
