*,body{box-sizing:border-box;margin:0;padding:0;font-family:Sofia;text-decoration:none}body{background:#efefef;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}body:before{content:"";z-index:-1;filter:blur(1px);background:url(assets/media/blob1.png) no-repeat;width:100%;height:150%;transition:transform .4s;animation:2s infinite move;position:absolute;bottom:0;left:-450px}body:after{content:"";z-index:-1;filter:blur(1px);background:url(assets/media/blob1.png) no-repeat;width:100%;height:150%;transition:transform .4s;animation:2s infinite move;position:absolute;top:200px;right:-76em}@media screen and (width<=1024px){body:after,body:before{display:none}}@keyframes move{50%{transform:translateY(5px)}to{transform:translateY(-5px,5px)}}.box{text-align:center;background:#efefef;border-radius:50px;flex-direction:column;justify-content:center;align-items:center;gap:30px;width:50%;height:auto;padding:35px 15px;display:flex;box-shadow:5px 5px 10px #a3b1c680,-5px -5px 10px #fff9}@media screen and (width<=1024px){.box{width:70%!important}}@media screen and (width<=768px){.box{width:85%!important}.box p{font-size:18px!important}}.logo-box{border-radius:50%;justify-content:center;align-items:center;width:110px;height:110px;display:flex;box-shadow:5px 5px 10px #a3b1c680,-5px -5px 10px #fff9}.logo-box>img{width:60px;height:auto;animation:1s all}@keyframes rotate{50%{transform:scale(1.4)}to{transform:scale(1)}}.box p{color:#3e3434;cursor:default;font-family:IRANYekan;font-size:19px}