.h-wrapper{background:var(--black);color:#fff}.h-container{justify-content:center;padding-top:1rem;padding-bottom:1rem;color:var(--secondary)}.h-menu{gap:2rem}.h-menu>*:hover{cursor:pointer}.content{visibility:hidden;display:flex;flex-direction:column;position:absolute;min-width:160px;box-shadow:0 2px 4px #0003;z-index:1}.content Link{display:block;padding:10px;text-decoration:aqua}.content Link:hover{background:red}.dropdown:hover .content{visibility:visible}.hero-wrapper{color:#fff;position:relative;padding-bottom:2rem;background:var(--black)}.hero-left{gap:3rem}.hero-title{position:relative;z-index:1}.hero-title>h1{font-weight:600;font-size:3.8rem;line-height:4rem}.orange-circle{height:4rem;width:4rem;background:var(--orange-gradient);border-radius:999px;position:absolute;right:28%;top:-10%;z-index:-1}.search-bar{background-color:#fff;border-radius:5px;border:3px solid rgba(120,120,120,.374);padding:.5rem 1rem;justify-content:space-between;width:100%}.search-bar>input{border:none;outline:none}.stats{width:100%;justify-content:space-between}.stat>:nth-child(1){font-size:2rem}.stat>:nth-child(1)>:last-child{color:orange}.hero-container{justify-content:space-between;align-items:flex-end}.image-container{width:30rem;height:35rem;overflow:hidden;border-radius:15rem 15rem 0 0;border:8px solid rgba(255,255,255,.12)}.image-container>img{width:100%;height:100%}.heading{display:flex;flex-direction:column;margin-bottom:1.5rem;padding:1.5rem;align-items:flex-start;justify-content:center}.about{color:#8c8b8b;font-size:1.3rem;justify-content:center}.intro{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;margin-top:1rem}.c-container{justify-content:space-around;gap:1rem}.c-container>img{width:9rem}.f .f-container{justify-content:space-between}.f-left{gap:1rem}.f-menu{gap:1.5rem;margin-top:1.5rem;font-weight:500}.inner-container{gap:1.5rem;background:#4161df;padding:2rem;border-radius:10px;border:6px solid #5d77d6;text-align:center}.inner-container .primaryText{color:#fff;font-weight:700}.inner-container .secondaryText{color:#ffffff96}.inner-container .button{background:#5a73d7;border:2px solid white;box-shadow:var(--shadow);border-radius:10px}.l-menu{display:flex;gap:7rem;justify-content:space-between}.form-overlay{display:flex;align-items:center;justify-content:center;position:fixed;top:-10rem;left:0;width:100%;height:100%;background-color:#00000080;z-index:1000}.form-container{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:20px;position:relative;max-width:400px;width:100%;text-align:center;z-index:1001}.close-button{position:absolute;top:10px;right:10px;font-size:20px;cursor:pointer;color:#888}.form{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.info{padding:10px;width:100%;border:1px solid #ccc;border-radius:4px}button{background-color:#007bff;color:#fff;border:none;padding:10px 20px;border-radius:4px;cursor:pointer}button:hover{background-color:#0056b3}.menu-container{margin-top:3rem;display:flex;justify-content:center;align-items:center}.menu-search{display:flex;background-color:#fff;border-radius:5px;border:2px solid rgba(120,120,120,.374);justify-content:space-between;padding:.5rem 1rem;width:40%}.menu-search>input{border:none;outline:none}.products{margin-top:4rem;display:flex;justify-content:center}.category{display:flex;gap:15rem}.listProducts{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.p-card{gap:.6rem;padding:1rem;border-radius:10px;max-width:max-content;margin:auto;transition:all .3s ease-in}.p-card .li>img{width:100%;max-width:15rem;object-fit:cover;border-radius:.5rem}.p-card>:nth-child(2){font-size:1.2rem;font-weight:600}.p-card>:nth-child(3){font-size:1.5rem}.p-card>:nth-child(4){font-size:.7rem;width:15rem}.p-card:hover{scale:1.025;cursor:pointer;background:linear-gradient(180deg,rgba(255,255,255,0)0%,rgba(136,160,255,.46)217.91%);box-shadow:0 72px 49px -51px #88a0ff36}.prop-container{gap:1rem}.prop-container>img{align-self:center;max-height:35rem;width:100%;border-radius:1rem;object-fit:cover}.prop-details{width:100%;justify-content:space-between}.prop-details>div{flex:1}.prop-left,.prop-right,.head{display:flex;flex-direction:column;gap:1rem}.btn{display:flex;gap:3rem}.tail{display:flex;gap:1rem}:root{--primary: #1f3e72;--secondary: rgba(255, 255, 255, .78);--black: #131110;--blue-gradient: linear-gradient(97.05deg, #4066ff 3.76%, #2949c6 100%);--orange-gradient: linear-gradient(270deg, #ffb978 0%, #ff922d 100%);--blue: #4066ff;--lightBlue: #eeeeff;--shadow: 0px 23px 21px -8px rgba(136, 160, 255, .25)}*{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth}a{color:inherit;text-decoration:none}.paddings{padding:1.5rem}.innerWidth{width:100%}.flexCenter{display:flex;row-gap:2rem;justify-content:space-between;align-items:center;flex-wrap:wrap}.flexStart{display:flex;justify-content:flex-start;align-items:center}.flexEnd{display:flex;justify-content:flex-end;align-items:center}.flexColCenter{display:flex;justify-content:center;align-items:center;flex-direction:column}.flexColStart{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.flexColEnd{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.primaryText{color:#1f3e72;font-weight:700;font-size:2rem}.secondaryText{color:#8c8b8b;font-size:.9rem}.orangeText{color:orange;font-size:1.5rem;font-weight:600}.button{font-weight:500;padding:.6rem 1.4rem;color:#fff;background:var(--blue-gradient);border:none;transition:all .3s ease-in}.button:hover{cursor:pointer;transform:scale(1.1)}@media (min-width: 1536px){.innerWidth{max-width:1280px;margin:auto}}@media (min-width: 640px){.paddings{padding:4rem}}@media (min-width: 1280px),(min-width: 768px){.paddings{padding:2rem}}@media (max-width: 640px){.primaryText{font-size:1.5rem}.orangeText{font-size:1.2rem}}
