.social-wrapper{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;display:flex}.social-wrapper .icon{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000a6;border-radius:50%;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;min-height:40px;font-size:16px;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden}.social-wrapper .icon i{z-index:2;position:relative}.social-wrapper .icon:before{content:"";z-index:0;border-radius:50%;transition:all .3s;position:absolute;inset:0;transform:scale(0)}.social-wrapper .icon:hover{transform:translateY(-5px)scale(1.08)}.social-wrapper .icon:hover:before{transform:scale(1.2)}.social-wrapper .icon.youtube:before{background:red}.social-wrapper .icon.instagram:before{background:linear-gradient(45deg,#f9ce34,#ee2a7b,#6228d7)}.social-wrapper .icon.linkedin:before{background:#0077b5}.social-wrapper .icon.x:before{background:#000}@media (max-width:480px){.social-wrapper{gap:10px}.social-wrapper .icon{transform:scale(.95)}}
