.background{width:100%;height:100vh;position:relative;overflow:hidden;margin-bottom:50px}.background img{width:100%;height:100%;filter:brightness(50%);animation:kenburns-top 20s ease-in-out infinite}.background .social-icons{width:50px;height:200px;padding:13px;gap:20px;left:40px;top:40%;border-radius:80px;background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:99}.background .home-heading,.background .social-icons{display:flex;flex-direction:column;justify-content:center;align-items:center;position:absolute}.background .home-heading{bottom:0;width:100%;padding-bottom:57px}.background .home-heading span{border-radius:80px;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:15px 16px;font-size:16px;font-weight:500}.background .home-heading h1,.background .home-heading span{color:#fff;text-align:center;font-family:var(--clash-display);font-style:normal;line-height:100%}.background .home-heading h1{max-width:780px;font-size:clamp(1rem,.4286rem + 2.8571vw,3rem);font-weight:600;text-transform:uppercase;margin-top:16px;margin-bottom:43px}@keyframes kenburns-top{0%{transform:scale(1);transform-origin:50% 16%}50%{transform:scale(1.25) translateY(-15px);transform-origin:top}to{transform:scale(1);transform-origin:50% 16%}}@media only screen and (min-width:220px)and (max-width:767px){.background img{object-fit:cover;object-position:65%}.background .social-icons{display:none}}@media only screen and (min-width:768px)and (max-width:1023px){.background img{object-fit:cover;object-position:65%}.background .social-icons{display:none}}@media only screen and (min-width:1024)and (max-width:1440px){.background img{object-fit:cover;object-position:65%}.background .social-icons{display:flex}}