.landingInfo{width:100vw;height:90vh;color:#fff;margin:auto;position:relative}.landingInfo,.landingInfo .text-box{display:flex;flex-direction:column;justify-content:center;align-items:center}.landingInfo h1{margin:30px;text-align:center;max-width:80vw;font-weight:500;line-height:80px}.landingInfo .fa-angle-down{position:absolute;bottom:20px}.whatsapp-btn{background-color:#1e90ff;padding:10px 20px;font-weight:500;border-radius:10px;display:flex;align-items:center;width:fit-content;font-size:18px}.whatsapp-btn:hover{background-color:#1eb741}.whatsapp-icon{margin-right:10px}.landingInfo .main-text{color:#1e90ff;transition:linear;animation:text-change 1s ease-in-out forwards}@keyframes text-change{0%{opacity:0}to{opacity:1}}@media screen and (max-width:450px){.landingInfo h1{margin:10px;line-height:40px}}@media screen and (max-width:650px){.whatsapp-btn{display:flex}}@media screen and (max-width:650px) and (min-width:450px){.landingInfo h1{line-height:50px}}@media screen and (max-width:835px) and (min-width:650px){.landingInfo h1{line-height:60px}}