@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{background-color:#000;color:#fff;font-family:poppins}.hero{position:relative}.hero img{height:100%;width:100%}.hero-caption img{width:500px;height:150px}.banner-img{width:100%;-webkit-mask-image:linear-gradient(to right,transparent,black 75%);mask-image:linear-gradient(to right,transparent,black 75%);-weblit-mask-image:linear-gradient(to right,transparent,black 75%)}.hero-caption{position:absolute;padding-left:5%;width:100%;bottom:0}.hero-btns{display:flex;gap:10px;margin-bottom:50px}.hero-btns .btn img{width:15px;height:20px}.hero-btns .btn{border:0;outline:0;padding:10px;display:inline-flex;align-items:center;gap:10px;font-size:15px;font-weight:600;background:#fff;border-radius:4px;cursor:pointer}.hero-btns .btn.dark-btn{color:#fff;background:#b7b1b1}.hero-btns .btn:hover{color:gray}.hero-btns .btn.dark-btn:hover{color:#000}.navbar{width:100%;padding:30px;display:flex;justify-content:space-between;position:fixed;font-size:14px;background-image:linear-gradient(180deg,rgba(0,0,0,.7) 10%,transparent);z-index:1}.navbar-left{display:flex;justify-content:center;gap:50px}.navbar-left img{width:70px;height:60px}.navbar-left ul{display:flex;list-style:none;gap:20px;margin-top:20px}.navbar-left ul li{cursor:pointer}.navbar-right{display:flex;align-items:center;gap:20px}.navbar-right img{width:40px;height:30px}.navbar-right .icons{width:20px;cursor:pointer}.navbar-right .profile{border-radius:4px;width:30px}.nabar-profile{display:flex;align-items:center;gap:10px;cursor:pointer;position:relative}.navbar .dropdown{position:absolute;top:100%;right:0;width:max-content;background-color:#789;padding:20px;text-decoration:underline;margin-right:20px;border-radius:2px;z-index:1;display:none}.navbar .dropdown p{cursor:pointer;font-size:13px}.navbar-profile:hover .dropdown{display:block}.title-cards{margin-top:50px;margin-bottom:30px}.title-cards h2{margin-bottom:8px}.card-list{display:flex;gap:10px;overflow-x:scroll}.card-list::-webkit-scrollbar{display:none}.card-list img{width:240px;cursor:pointer;border-radius:4px}.card-list .card{position:relative}.card-list .card p{position:absolute;bottom:10px;right:10px}.more-cards{padding-left:6%}.footer{padding:30px 4%;max-width:1000px;margin:0 auto}.footer-icons{display:flex;gap:20px;margin:40px 0;width:20px;height:30px;cursor:pointer}.footer ul{display:grid;grid-template-columns:auto auto auto auto;gap:15px;margin-bottom:30px;list-style:none}.copyright-text{color:gray;font-size:14px}body{align-items:center;justify-content:center;display:flex}.background-wrapper{position:absolute;top:0;bottom:0;right:0;left:0;opacity:.2;z-index:-1}.background-wrapper img{width:100%;height:100vh;object-fit:cover}.login-logo{width:150px;margin-right:80rem}.login-form{width:100%;max-width:400px;background:#00000080;border-radius:10px;padding:45px;margin:auto}.login-form h1{font-size:40px;margin-top:1px;font-weight:500;margin-bottom:40px}.login-form input{width:100%;height:40px;background:#333;color:#fff;margin:5px 0;border:0;outline:0;border-radius:4px;padding:16px 20px;font-size:17px;font-weight:500}.login-form button{width:100%;border:0;outline:0;padding:16px;background:red;color:#fff;border-radius:4px;font-size:17px;font-weight:500;margin-top:20px;cursor:pointer}.form-help{display:flex;align-items:center;justify-content:space-between;font-size:13px}.remember{display:flex;align-items:center;gap:5px}.remember input{width:18px;height:18px}.form-switch{margin-top:40px;color:#737373}.form-switch span{margin-left:6px;color:#fff;font-weight:500;cursor:pointer}
