@import "https://fonts.googleapis.com/css2?family=Jaldi:wght@400;700&display=swap";

body{font-family:Jaldi,sans-serif}a{color:#000!important;text-decoration:none!important}a:hover{color:#646363}.heading{font-size:80px;line-height:50px}.heading-line{border-top:2px solid #000}.slide-in-left{animation:.5s cubic-bezier(.25,.46,.45,.94) both slide-in-left}.slide-in-right{animation:.5s cubic-bezier(.25,.46,.45,.94) both slide-in-right}@keyframes slide-in-right{0%{opacity:0;transform:translate(1000px)}to{opacity:1;transform:translate(0)}}@keyframes slide-in-left{0%{opacity:0;transform:translate(-1000px)}to{opacity:1;transform:translate(0)}}.fade-in-delay{animation:1.2s cubic-bezier(.39,.575,.565,1) .5s both fade-in}@keyframes fade-in-delay{0%{opacity:0}to{opacity:1}}.fade-in{animation:1.2s cubic-bezier(.39,.575,.565,1) 1s both fade-in}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@media only screen and (max-width:600px){.heading{font-size:40px}}html{scroll-behavior:smooth}
