.ai_btn{position:fixed;z-index:999;right:1.9rem;bottom:15%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;background:rgba(0,0,0,0);cursor:pointer;border:rgba(0,0,0,0);padding:0;color:#fff;transition:.3s ease-in}@media screen and (max-width:640px){.ai_btn{bottom:6%}}@media only screen and (max-width:991px)and (orientation:landscape){.ai_btn{display:none}}@media only screen and (max-width:1199px)and (orientation:landscape){.ai_btn{bottom:2%}}.ai_btn span{padding:1rem;border-radius:50%;display:flex;align-items:center;justify-content:center;width:5rem;height:5rem;border:1px solid #fff;transition:all .2s ease-in-out 0s}.ai_btn span:hover{border:1px solid #f7b733}.ai_btn span svg{transform:scale(1.2)}