.navbar{background:#2020218c;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#fff;padding:10px 40px;display:flex;position:fixed;top:0;left:0;width:100%;align-items:center;justify-content:space-between;z-index:10}.navright ul{text-decoration:none;list-style-type:none;display:flex;gap:10px;align-items:center}.links{text-decoration:none;color:#fff;cursor:pointer}.links.active{font-weight:700}.sidebar,.ham{display:none}@media screen and (max-width: 480px){.ham{display:flex;align-items:center;right:10px;cursor:pointer}.ham img{height:40px;width:40px}.sidebar{position:fixed;top:0;left:-100%;z-index:100;background-color:#212121;width:100%;height:100vh;color:#fff;padding:20px;display:flex;flex-direction:column;gap:40px}.sidebar ul{list-style-type:none;display:flex;flex-direction:column;gap:20px}.sidebar ul li{font-size:1.6rem}.hamLogo{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.hamLogo img{height:50px;width:50px}.hamLogo h1{font-size:2rem}.navright{display:none}}.footer{background-color:#212121;color:#fff;padding:1rem;text-align:center;position:relative;bottom:0;width:100%}.footer p{margin:0;font-size:.9rem}.app{min-height:100vh;display:flex;flex-direction:column}.content{flex:1;width:100%}.toolDiv{-webkit-box-shadow:0px 0px 45px -9px rgba(28,28,28,.8);-moz-box-shadow:0px 0px 45px -9px rgba(28,29,28,.8);box-shadow:0 0 45px -9px #1c1d1ccc;border-radius:30px}.toolCard{background-color:#fff;border:1.4px solid #212121;width:100%;border-radius:30px;padding:20px;display:flex;flex-direction:column;align-items:center;gap:10px}.toolCard .toolImage{display:flex;justify-content:center;align-items:center}.toolCard .toolImage img{width:150px;height:150px}.toolCard .toolInfo{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}.toolCard .toolInfo h3{font-size:1.2rem}.toolCard .toolInfo p{font-size:1rem}@media screen and (max-width: 768px){.toolCard{width:80vw}}.hero{position:relative;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center;color:#fff}.heroVideo{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.vidOverlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;z-index:1}.dexhead{display:flex;align-items:center;justify-content:center}.heroImg{position:relative;top:20px;height:100px;width:100px}.herotext{position:relative;z-index:2;height:100vh;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.herotext h1{font-size:4rem}.tools{margin:40px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;overflow:hidden}.tools h2{font-size:2.3rem}.hometoolsContainer{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.load{margin:20px 0;padding:15px;border:none;outline:none;border-radius:7px;background-color:#212121;color:#fff;font-family:Poppins,sans-serif;font-size:1rem;font-weight:700;transition:all .3s ease}.load:hover{cursor:pointer;scale:1.05}.about{margin:50px 0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:30px}.about h2{clip-path:polygon(0 0,100% 0,100% 100%,0% 100%);font-size:2.3rem}.about p{width:80%;font-size:1.2rem}@media screen and (max-width: 768px){.herotext h1{font-size:2.5rem;text-align:center}.heroImg{height:80px;width:80px}.tools h2{font-size:2rem;text-align:center}.about h2{font-size:2rem}.about p{width:90%;font-size:1.1rem}.toolsContainer{gap:30px 15px}}@media screen and (max-width: 480px){.herotext h1{font-size:2.7rem}.herotext p{font-size:.9rem}.heroImg{height:60px;width:60px;top:12px}.hometoolsContainer{justify-content:center;grid-template-columns:1fr}.tools{margin:20px}.tools h2{font-size:1.8rem}.about h2{font-size:1.9rem}.about p{width:95%;font-size:1rem}.load{padding:12px;font-size:.9rem}}.tool{height:100%;padding:81px 0 0;display:flex;flex-direction:column;align-items:center;gap:10px}.tool h1{font-size:2.5rem}.toolsContainer{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:2rem;max-width:1200px;margin:0 auto}.popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#000c;color:#fff;padding:15px 30px;border-radius:5px;z-index:1000;animation:fadeInOut 2s ease-in-out}@keyframes fadeInOut{0%{opacity:0}15%{opacity:1}85%{opacity:1}to{opacity:0}}@media screen and (max-width: 480px){.toolsContainer{justify-content:center;grid-template-columns:1fr}}.contactContainer{padding-top:40px;max-width:1200px;margin:0 auto;color:#212121}.contactHeading{text-align:center;margin-bottom:20px;font-size:2.5rem;color:#212121;margin-top:2rem}.contactContent{display:flex;justify-content:center}.contactInfo{max-width:600px;width:100%;display:flex;flex-direction:column;gap:20px;margin:0 auto}.contactItem{display:flex;align-items:center;margin-bottom:20px;padding:20px;border-radius:8px;background-color:#ffffff0d;box-shadow:0 2px 5px #0000001a;transition:transform .3s ease;border:2px solid rgba(255,255,255,.05);opacity:0}.contactItem:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.contactIcon{font-size:24px;color:#212121;margin-right:15px;width:50px;height:50px;min-width:50px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#ffffff1a}.contactDetail{flex:1}.contactDetail h3{margin:0 0 8px;font-size:1.2rem;color:#212121}.contactDetail p,.contactDetail a{margin:0;color:#212121;text-decoration:none}.contactDetail a:hover{text-decoration:underline}@media (max-width: 768px){.contactInfo{padding:0 20px}}@media (max-width: 450px){.contactItem{display:flex;flex-direction:column;align-items:center;padding:12px}.contactDetail{display:flex;flex-direction:column;align-items:center}}.container{background-color:#fff;padding:12px;border-radius:8px;font-size:1.125rem;display:flex;justify-content:space-between}.input-section{width:33%}.label-text{color:#000000b3;font-size:1.3rem;margin-bottom:8px;display:inline-block}.input-field{outline:none;font-size:1.3rem;font-weight:700;width:100%;background-color:transparent;padding:6px 0;border:none}.currency-section{display:flex;flex-direction:column;align-items:center}.currency-select{background-color:#212121;color:#fff;font-weight:700;width:90px;font-size:1.125rem;border-radius:8px;padding:4px 8px;cursor:pointer;outline:none;border:none}.mainbody{position:relative;width:100%;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background-image:url(/assets/Images/cbg.jpg);background-size:cover;background-position:center;background-attachment:fixed}.overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1}.heading{position:relative;z-index:1;color:#fff;font-size:2.5rem;font-weight:800;text-shadow:2px 2px 4px rgba(0,0,0,.5);margin-bottom:1rem}.formbox{position:relative;z-index:2;display:flex;flex-direction:column;width:100%;max-width:28rem;padding:1.5rem;border:1px solid rgb(172,176,181);border-radius:.5rem;background-color:#ffffff26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 8px 32px #0000001a;transition:transform .2s ease}.formbox:hover{transform:translateY(-4px)}.fromBox,.toBox{width:100%}.fromBox{margin-bottom:.5rem}.toBox{margin-top:.5rem;margin-bottom:.75rem}.swapDiv{position:relative;width:100%;height:.125rem;z-index:10}.swapDiv button{position:absolute;left:50%;transform:translate(-50%,-50%);padding:.5rem;border:2px solid white;border-radius:9999px;background-color:#212121;color:#fff;cursor:pointer;transition:transform .2s ease,background-color .2s ease}.swapDiv button img{height:1.7rem}.swapDiv button:hover{background-color:#212121;transform:translate(-50%,-50%) scale(1.1)}.convertBtn{width:100%;padding:.75rem 1rem;border:none;border-radius:.5rem;background-color:#363535;color:#fff;font-size:1.125rem;font-weight:700;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.convertBtn:hover{background-color:#212121;transform:scale(1.02)}@media screen and (max-width: 480px){.mainbody{padding:1rem}.heading{font-size:2rem}.label-text{font-size:1rem}}.weatherPage{position:relative;height:91.7vh;width:100%;padding:50px 0 0;display:flex;align-items:center;justify-content:center;color:#212121}.bgVideo>video{position:absolute;height:100%;width:100%;object-fit:cover;z-index:-1}.wContainer{width:40vw;padding:15px;display:flex;flex-direction:column;gap:10px;border-radius:30px;background:#b9babc50;backdrop-filter:blur(12px);transition:transform .2s ease;-webkit-backdrop-filter:blur(12px);opacity:0}.wContainer:hover{transform:scale(1.02)}.wTop{display:grid;grid-template-columns:3fr 1fr;gap:10px;height:40px;opacity:0}.wTop input{padding:10px;border:none;border-radius:10px 0 0 10px;font-size:1.2rem;font-weight:500}.wTop input:focus{outline:none}.wTop button{border:none;border-radius:0 10px 10px 0;background-color:#212121;color:#fff;font-size:1.2rem;font-weight:700;cursor:pointer}.wTemp{display:flex;flex-direction:column;align-items:center;opacity:0}.wTemp h2{font-size:2rem}.wTemp h3{font-size:1.5rem}.wIcon{display:grid;grid-template-columns:1fr 1fr;gap:40px;justify-items:center;align-items:center}.wIcon h3{font-size:3rem}.wIcon>img{width:170px;height:170px;display:flex;align-items:center;justify-content:center}.separation{height:3px;background-color:#212121}.wMisc{padding:0 40px;display:grid;grid-template-columns:1fr 1fr;gap:20px;opacity:0}.miscElem{height:50px;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center}@media screen and (max-width: 480px){.wContainer{width:90vw;gap:12px}.wTop{grid-template-columns:1fr;gap:5px;height:auto}.wTop button{height:40px}.wTop input,.wTop button{border-radius:10px}.wIcon>img{width:100px;height:100px}.wIcon h3{font-size:2.3rem}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%;font-family:Poppins,sans-serif}body{min-height:100vh}
