@media only screen and (max-width:1024px){.menu_overlay{width:100%;background:#0000009f;z-index:1}.menu_overlay,.menu_wrap{position:fixed;top:0;right:0;height:100vh;transition:all .5s ease}.menu_wrap{width:300px;background-image:linear-gradient(to right top,#0b504f,#0b504f,#095c5b,#0b5e5c,#0f6b6a,#0c5f5d,#066261);color:#fff;z-index:9999;padding:20px;transform:translateX(100%)}.menu_open{transform:translateX(0)}}@media only screen and (max-width:400px){.menu_wrap{width:98%}}.footer_wrap{padding-top:40px;padding-bottom:20px}@media only screen and (max-width:640px){.footer_wrap{border-radius:50px 0 0 0}}.social_icons{background-image:linear-gradient(to right top,#053f3e,#085958,#08605f,#128480,#189b95,#1ca19a,#189690);width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;transition:all .3s;transform:translateY(0)}.social_icons:hover{transform:translateY(-3px)}