body .main .glowing_animation{position:relative;z-index:0}body .main .glowing_animation:before{-webkit-animation:glowing 20s linear infinite;animation:glowing 20s linear infinite;background:linear-gradient(90deg,#ec0000,#f90,#fdcb6e,#ec0000,#f90,#fdcb6e,#ec0000,#f90,#fdcb6e,#ec0000);background-size:400%;border-radius:20px;content:"";filter:blur(5px);height:calc(100% + 2px);left:-1px;opacity:0;position:absolute;top:-1px;transition:opacity .5s ease-in-out;width:calc(100% + 2px);z-index:-1}body .main .glowing_animation:hover:before{opacity:1}@-webkit-keyframes glowing{0%{background-position:0 0}50%{background-position:400% 0}to{background-position:0 0}}@keyframes glowing{0%{background-position:0 0}50%{background-position:400% 0}to{background-position:0 0}}body .main .pulsing_animation{transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}body .main .pulsing_animation:hover{border-radius:20px;box-shadow:0 10px 20px #8a8a8a;transform:translateY(-5px)}body .main .thin_button_animation{color:#fff;position:relative;transition:all .5s}body .main .thin_button_animation:before{background:#012a32;border-radius:20px;content:"";height:100%;left:0;position:absolute;top:0;transition:all .3s;width:100%;z-index:1}body .main .thin_button_animation:hover:before{opacity:0;transform:scale(.5)}body .main .thin_button_animation:after{border:1px solid #012a32;border-radius:20px;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transform:scale(1.2);transition:all .3s ease-in-out;width:100%;z-index:1}body .main .thin_button_animation:hover:after{opacity:1;transform:scale(1)}body .main .animated_title_link,body .main .animated_title_link_2{transition:letter-spacing .3s ease-in-out,background .3s ease-in-out,color .3s ease-in-out}body .main .animated_title_link:hover{background:#fb7200;letter-spacing:5px}body .main .animated_title_link_2:hover{background:#ffe6cc;color:#012a32;letter-spacing:5px}body .main .animated_link,body .main .animated_link_2,body .main .animated_link_3{transition:color .3s ease-in-out,letter-spacing .3s ease-in-out}body .main .animated_link:hover{color:#fb7200;letter-spacing:3px}body .main .animated_link_2:hover{color:#012a32;letter-spacing:3px}body .main .animated_link_3:hover{color:#ffe6cc;letter-spacing:3px}body .main input.animation_form_field,body .main textarea.animation_form_field{transition:border-radius .3s ease-in-out,background .3s ease-in-out}body .main input.animation_form_field:focus,body .main textarea.animation_form_field:focus{background:#bef4ff;border-radius:5px}
