@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap";body{margin:0;scroll-behavior:smooth}html{scroll-behavior:smooth}.header{background-image:url(/landing.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;min-height:100vh}.header h1{color:#fff;margin-top:2%;margin-left:10%;font-family:Oswald;font-size:7vh;line-height:1.4;text-shadow:2px 2px 6px rgba(0,0,0,.75)}.header h2,.header h3{color:#fff;font-family:Oswald;margin-left:10%;line-height:1;text-shadow:2px 2px 6px rgba(0,0,0,.75)}.NavBar{display:flex;align-items:center;justify-content:space-between;padding:2rem 10%}.NavBar .logo{width:50px}.NavBar-Menu{display:flex;gap:1.5rem;list-style:none;margin:0;padding:0;color:#fff}.NavBar li{padding:15px;cursor:pointer}.NavBar li:hover{border-bottom:2px solid #49557e}.NavBar-Menu a{color:#fff;text-decoration:none}.loginButton{background-color:#49557e;color:#fff;padding:.6rem 1.2rem;border:none;border-radius:8px;font-weight:700;cursor:pointer;transition:background-color .3s ease}.loginButton:hover{background-color:#3a4566}.details{display:flex;align-items:center;height:61.8vh;margin:35px;gap:30px}.product-summary{flex:3.82;padding:10px;margin-left:5px;font-family:Cambria,Cochin,Georgia,Times,Times New Roman,serif}.product-summary h1{font-size:55px}.product-summary p{word-break:break-all;font-size:20px}.product-details{display:grid;grid-template-columns:repeat(2,1fr);flex:6.18;padding:10px;row-gap:35px;column-gap:30px}.product-detail{display:flex;gap:10px;box-shadow:0 2px 4px #0000001a;padding:1rem;margin-bottom:1rem;border-left:4px solid black;align-items:center}.product-detail h2{flex:3.82}.product-detail p{flex:6.18}.pricing{display:flex;gap:5rem;padding:4rem 8vw;background-color:#fff;justify-content:center;flex-wrap:wrap}.plan{flex:1 1 300px;background-color:#e6e6e6;box-shadow:0 4px 12px #0000000d;display:flex;flex-direction:column;align-items:center;margin:20px;text-align:center;transition:transform .3s ease,box-shadow .3s ease;height:500px}.plan:hover{transform:translateY(-8px);box-shadow:0 8px 20px #0000001a}.plan h1{font-weight:700;color:#323232;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:-.1rem}.plan hr{border:none;height:2px;width:200px;background-color:#000}.plan .price{font-family:Oswald,sans-serif;font-weight:700;font-size:1.25rem;letter-spacing:-.05rem}.plan h2{font-family:Oswald,sans-serif;font-weight:600;font-size:1rem;color:#323232;text-transform:uppercase;letter-spacing:-.05em}.plan ul{list-style:none;padding:0;margin:0}.plan li{font-size:.9rem;line-height:1.6;color:#555;margin-bottom:.5rem}@media (max-width: 800px){.pricing{flex-direction:column;gap:3rem}}.footer{color:#d9d9d9;background-color:#323232;display:flex;flex-direction:column;gap:20px;padding:20px 8vw;padding-top:80px;margin-top:100px}.footer-content{width:100%;display:grid;grid-template-columns:2fr 1fr;gap:80px}.footer-content-left{display:flex;flex-direction:column;align-items:start;gap:20px;line-height:0}.footer-social-icons img{width:40px;margin-right:15px}.footer hr{width:100%;height:2px;margin:20px 0}@media (max-width:750px){.footer-content{display:flex;flex-direction:column;gap:35px}.footer-copyright{text-align:center}}.banner{overflow:hidden;background-color:#e5e8eb;box-shadow:0 2px 4px #0000001a}.banner-track{display:flex;gap:50px;margin-right:-50px;animation:marquee 10s linear infinite}.banner-content{flex:0 0 200px;display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:0}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-1000px)}}.banner h1{color:#777888;font-family:Oswald,sans-serif;font-weight:1000;font-size:40px;letter-spacing:-.07em;font-stretch:condensed}.banner h2{color:#778;font-family:Oswald,sans-serif;font-weight:700;font-size:30px;letter-spacing:-.05em;font-stretch:condensed}.LogIn-popup{position:fixed;top:0;left:0;height:100vh;width:100vw;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.container{background-color:#fff;padding:2rem;border-radius:16px;width:90%;max-width:400px;box-shadow:0 8px 30px #0000004d;display:flex;flex-direction:column;gap:1.2rem;animation:popupFadeIn .3s ease}@keyframes popupFadeIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.title{display:flex;justify-content:space-between;align-items:center;font-family:Oswald,sans-serif}.title h2:last-child{cursor:pointer;color:#000;font-weight:700;transition:transform .2s}.title h2:last-child:hover{transform:scale(1.2)}.inputs{display:flex;flex-direction:column;gap:1rem}.inputs input{padding:.8rem;border:1px solid #ccc;border-radius:8px;font-size:1rem}button{padding:.8rem;background-color:#49557e;color:#fff;border:none;border-radius:8px;font-size:1rem;cursor:pointer;font-weight:700;transition:background-color .3s}button:hover{background-color:#3a4566}p{font-size:.9rem;text-align:center}p span{color:#49557e;cursor:pointer;font-weight:700}p span:hover{text-decoration:underline}
