@import"https://fonts.googleapis.com/css2?family=Kanit:wght@200&display=swap";body,h1,h2,h3,p,ul,li{margin:0;padding:0}body{font-family:kanit,sans-serif}.navbar{display:flex;justify-content:space-between;align-items:center;background-color:transparent;color:#000;padding:1.5rem 2rem;box-shadow:none;font-weight:700;font-size:20px}.logo{display:flex;align-items:center}.logo img{width:200px;height:100px;border-radius:50%}.logo-text{margin-left:1rem;font-size:2.5rem}.nav-links{list-style:none;display:flex;gap:1.5rem}.nav-links li a{color:#000;text-decoration:none;transition:color .3s;padding:.5rem .75rem}.nav-links li a:hover{color:gray}button{position:relative;display:inline-block;margin:15px;padding:15px 30px;text-align:center;font-size:18px;letter-spacing:1px;text-decoration:none;color:#725ac1;background:transparent;cursor:pointer;transition:ease-out .5s;border:2px solid #725AC1;border-radius:10px;box-shadow:inset 0 0 #725ac1}button:hover{color:#fff;box-shadow:inset 0 -100px #725ac1}button:active{transform:scale(.9)}.hero{display:flex;justify-content:center;align-items:center;height:70vh;padding:20px}.hero-content{text-align:center}.hero-content h1{font-size:4.5rem;font-weight:700;margin-bottom:10px}.newp{font-size:3.2rem;font-weight:700;margin-top:10px;padding:3px 68px;color:#333}#butty{margin-top:25px}#wave{animation:waveAnimation 10s linear infinite}@keyframes waveAnimation{0%{transform:translate(0)}to{transform:translate(-100%)}}.hero-section2{padding:50px;place-self:center;margin:-80px auto auto;width:fit-content}.text-heading{margin:auto;width:fit-content;font-size:2.3rem}.flex-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.left-text{text-align:left;font-size:4em}.section-heading{font-size:4rem;font-weight:700;margin-bottom:10px}.section-content{font-size:1.2rem}.right-card{display:flex;align-items:center}.card{background-color:#f0f0f0;padding:20px;border-radius:5px;box-shadow:0 2px 4px #0000001a;margin-left:20px;width:300px}.card-heading{font-size:1.5rem;font-weight:700;margin-bottom:10px}.card-content{font-size:1rem}.three-cards{display:flex;justify-content:space-between;gap:20px;margin-top:80px}
