lumeweb.com/dist/index.39691276.css.map

1 line
24 KiB
Plaintext

{"mappings":";AAAA;;;;;;;;;;AAUA;;;;;AAKA;;;;;;;;;;;;AAeA;;;;;;;AAOA;;;;AAIA;;;;;;;;;;;;;;;;;AAiBA;;;;AAIA;;;;;AAKA;;;;;;;;AAQA;;;;;;;;;;AAYA;;;;AAIA;EACI;;;;;;;;EAQA;;;;;;;;EAQA;;;;;;;;;;;;;;;;;;;EAqBA;;;;EAIA;;;;;EAKA;;;;;;EAMA;;;;;EAKA;;;;;;;;;ACrJJ;;;;;;;AAQA;;;;;;;;;;;AAWA;;;;;AAKA;;;;;;AAMA;;;;AAIA;;;;;;;;;;AClCA;;;;;;;;;AAQA;;;;;;;;AAOA;;;;;;;;;;;;;;AAaA;;;;;AAIA;;;;AAGA;;;;;;;;AAOA;;;;;;AAKA;EACA;;;;;;;AChDA;;;;;;;;AASA;;;;;;;AAOA;;;;;;;;;;;;;;AAeA;;;;;;;;;;;;;AAaA;;;;;;;;;;;;;;;AAcA;;;;;AAIA;;;;AAGA;;;;;;;;;AAQA;;;;;;;AAMA;EACI;;;;;;;EAMA;;;;EAGA;;;;;EAIA;;;;;AAIJ;EACI;;;;;;;EAMA;;;;EAGA;;;;;AC3GJ;;;;;;AAMA;;;;;;;;;;AAUA;;;;;;;;;;AAUA;;;;;;;;AAQA;EACE;;;;;;EAMA;;;;EAIA;;;;;;;;AAQF;;;;;;;;;;;AAWA;;;;;;;;;;;AAWA;;;;;;;;;;AC3EA;;;;;;;;;AAQA;;;;AAGA;;;;;;;;;;;;;;;;AAgBA;;;;;;;;;;AAUA;;;;;;AAKA;EACI;;;;;;EAKA;;;;EAGA;;;;;;;;EAOA;;;;;;;EAMA;;;;;EAIA;;;;;;;;AAOJ;EACI;;;;;;;EAMA;;;;;;;;AClFJ;;;;;;AAMA;;;;;;;;AAQA;;;;;;AAMA;EACE;;;;EAIA;;;;EAIA;;;;;AAKF;EACE;;;;;;;;AASF;EACE;;;;;;;;AASF;;;;ACtDA;;;;;;;AAMA;;;;;;;;;AAQA;;;;;;;;;;;AAUA;;;;;;;;;;AASA;;;;;;;;;;;ACjCA;;;;;AAMA;;;;;AAKA;;;;;;;;;;;AAWA;;;;;;AAMA;;;;;;;AAOA;;;;;;;;;;;;;AAaA;;;;;AAKA;;;;;;AAMA;EACI;;;;;;;;;;EAUA;;;;;EAKA;;;;;;;;EAQA;;;;;;;;AAQJ;EACI;;;;;;;;;EASA;;;;;EAKA;;;;;;;;AC1GJ;;;;;;;;;;;;AAWE;;;;;;;;;AAQA;;;;;;;;;ACnBF;;;;;;;;;;;;;;AAcA;;;;;;;;;;;;AAYA;;;;;;;;;;AAUA;;;;;AAKA;;;;;;;;;AASA;;;;;;;;;;;AAWA;;;;;;;AC7DA;;;;;;;AAMA;;;;;ACNA;;;;;;;AAMA;;;;;ACNqH;;;;;;;;;;;;;;;;;;;;;;AAkCrH;;;;;;AAKA;;;;AAGA;;;;;AAKA;;;;;AAKA;;;;;;AAKA;;;;;;;;AAQA;;;;;;;;;;;AAWA;;;;;;;AAOA;;;;AAIA;;;;;AAKA;;;;;;;AAOA;;;;;;;AAOA;;;;;;;;;;;;AAYA;;;;;;;;;;AAUA;;;;;;;;;AASA;;;;AAIA;;;;;;AAMA;EACE;;;;;;;EAMA;;;;EAGA;;;;;;;;;;EASA","sources":["src/components/navbar/NavbarStyles.css","src/components/P1 - home/header/HeaderStyles.css","src/components/P1 - home/vision/VisionStyles.css","src/components/P1 - home/whatisweb3/Whatisweb3Styles.css","src/components/P1 - home/powered/PoweredStyles.css","src/components/P1 - home/meme/MemeStyles.css","src/components/P1 - home/grid/GridStyles.css","src/components/P1 - home/socials/SocialsStyles.css","src/components/P1 - home/cto/CtoStyles.css","src/components/P1 - home/message/MessageStyles.css","src/components/P1 - home/footer/FooterStyles.css","src/components/P2 - vision/VisionStyles.css","src/components/P3 - w3/w3Styles.css","src/index.css"],"sourcesContent":[".logo {\n background-image: url(../../assets/lume-logo.webp);\n background-repeat: no-repeat;\n background-size: contain;\n margin-left: 5px;\n height: 55px;\n min-width: 210px;\n z-index: 998 !important;\n}\n\n.navbar-container {\n white-space: nowrap;\n display: inline-block;\n}\n\n.navbar {\n width: 100%;\n height: 80px;\n display: flex;\n padding-top: 75px;\n padding-left: 7%;\n padding-right: 7%;\n padding-bottom: 3%;\n justify-content: space-between;\n align-items: center;\n white-space: nowrap;\n gap: 36px;\n background-color: #031418;\n}\n\n.nav-menu {\n display: flex;\n align-items: end;\n padding: 1em;\n transition: all 1s linear;\n}\n\nli {\n padding: 1rem;\n}\n\n.download-btn-container {\n color: var(--black);\n font-family: var(--font-family-jetbrains_mono);\n font-size: var(--font-size-s);\n font-weight: 400;\n font-style: normal;\n align-items: flex-end;\n background-color: var(--aquamarine);\n border-radius: 5px;\n display: flex;\n height: 52px;\n min-width: 245px;\n padding: 12px 5.2px;\n transform: scale(1);\n transition: 0.3s;\n}\n\n.download-btn-container a {\n color: black;\n}\n\n.download-btn-container:hover {\n transform: scale(1.01);\n transition: 0.3s;\n}\n\n.download-btn {\n letter-spacing: 0;\n min-height: 26px;\n text-align: center;\n width: 234px;\n display: block;\n}\n\n.hamburger {\n display: none;\n font-size: var(--font-size-xl);\n -webkit-tap-highlight-color: transparent;\n -webkit-touch-callout: none;\n -webkit-user-select: none;\n -khtml-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n\n.mobile-menu {\n display: none;\n}\n\n@media screen and (max-width: 940px) {\n .nav-menu {\n opacity: 0;\n visibility: hidden;\n width: 1px;\n transition: all 0s linear;\n position: fixed;\n }\n\n .hamburger {\n display: block;\n position: absolute;\n right: 20;\n justify-content: right;\n z-index: 999 !important;\n }\n\n .mobile-menu {\n display: flex;\n flex-direction: column;\n width: auto;\n margin-left: 50%;\n top: -100vh;\n right: 0;\n opacity: 100;\n position: absolute;\n justify-content: space-between;\n align-items: end;\n background-color: #031418;\n border-radius: 10px;\n outline-style: solid;\n outline-width: 0.1px;\n outline-color: #07363fa7;\n box-shadow: 0px 4px 4px #00000096;\n transition: 0.55s;\n z-index: 998 !important;\n }\n\n .active {\n top: 2em;\n }\n\n .mobile-menu li {\n padding: 1em 0.5em;\n margin: 0 1em;\n }\n\n .download-btn-container {\n transform: scale(0.7);\n transition: 0.3s;\n margin-left: -0.8em;\n }\n\n .download-btn-container:hover {\n transform: scale(0.75);\n transition: 0.3s;\n }\n\n .download-btn {\n letter-spacing: 0;\n min-height: 26px;\n text-align: center;\n width: 234px;\n display: block;\n }\n}",".header-container {\n align-items: flex-start;\n display: flex;\n margin-block: calc(77px + 1.5625vw);\n /* padding-bottom: calc(77px + 1.5625vw); */\n z-index: -1 !important;\n }\n\n.header {\n color: var(--white);\n font-family: var(--font-family-jetbrains_mono);\n font-weight: 400;\n font-style: normal;\n letter-spacing: -6px;\n line-height: calc(75px + (110 - 75) * ((100vw - 300px) / (1600 - 300)));\n text-align: center;\n width: 100%;\n }\n\n.header-alt {\n color: var(--aquamarine);\n font-family: var(--font-family-jetbrains_mono);\n}\n\n.header-alignment {\n display: flex;\n flex-direction: column;\n justify-content: center;\n}\n\n.header-underscore {\n animation: blink 1.3s step-end infinite;\n}\n\n@keyframes blink {\n from, to { color: transparent }\n 50% { color: rgba(245, 245, 245) }\n}",".vision-container {\n align-items: flex-start;\n display: flex;\n margin-block: 5vh;\n padding-bottom: 5vh;\n vertical-align: center;\n padding-inline: 15%;\n}\n.vision-wrapper {\n background-image: url(../../../assets/video-placeholder.webp);\n background-position: 100% 50%;\n background-size: contain;\n background-repeat: no-repeat;\n transition: 0.5s;\n}\n.vision-btn-container {\n align-items: center;\n background-color: var(--aquamarine);\n border-radius: 5px;\n display: flex;\n height: 49px;\n margin-left: -1.5px;\n margin-top: 22px;\n max-width: 195px;\n padding: 0 3px;\n transform: scale(1);\n transition: 0.3s;\n}\n.vision-btn-container:hover {\n transform: scale(1.01);\n transition: 0.3s;\n}\n.vision-btn-container a {\n color:black;\n}\n.vision-btn {\n letter-spacing: 0;\n min-height: 26px;\n text-align: center;\n width: 234px;\n display: block;\n}\n.vision-transluscent {\n background-color: none;\n border-radius: 15px;\n transition: 0.5s;\n}\n@media screen and (max-width: 1200px) {\n.vision-transluscent {\n background-color: #031418a7;\n border-radius: 15px;\n transition: 0.5s;\n}\n }",".Whatisweb3-container {\n align-self: flex-start;\n position: relative;\n width: 100%;\n justify-content: center;\n padding-block: 5vh;\n /* padding-top: 15vh; */\n}\n\n.w3-container {\n z-index: 999 !important;\n width: 100%;\n padding-left: 53vw;\n transition: 0.5s;\n}\n\n.Whatisweb3-wrapper {\n align-items: flex-start;\n background-image: url(../../../assets/tilted-rectangle.webp);\n background-size: 100% 100%;\n background-position: center;\n background-repeat: no-repeat;\n width: 80%;\n padding-block: 10em;\n justify-content: center;\n align-items: center;\n overflow: hidden;\n display: flex;\n padding-left: calc(8px + 1.5625vw);\n}\n\n.img-left {\n background-image: url(../../../assets/img-left.webp);\n background-position: 50% 50%;\n background-size: contain;\n background-repeat: no-repeat;\n height: 817px;\n left: 11%;\n position: absolute;\n display: flex;\n width: 637px;\n z-index: 998 !important;\n}\n\n.w3-btn-container {\n align-items: center;\n z-index: 999 !important;\n background-color: var(--aquamarine);\n border-radius: 5px;\n display: flex;\n height: 49px;\n margin-left: -1.5px;\n margin-top: 22px;\n max-width: 105px;\n padding: 0 3px;\n transform: scale(1);\n transition: 0.5s;\n}\n.w3-btn-container:hover {\n transform: scale(1.01);\n transition: 0.5s;\n}\n.w3-btn-container a {\n color:black;\n}\n.w3-btn {\n letter-spacing: 0;\n min-height: 26px;\n text-align: center;\n width: 105px;\n display: block;\n font-size: 15px;\n} \n.w3-transluscent {\n background-color: #020e1076;\n border-radius: 15px;\n transition: 0.5s;\n max-width: 71.5%;\n}\n@media screen and (max-width: 1050px) {\n .w3-container {\n z-index: 999 !important;\n width: 100%;\n padding-inline: 12%;\n z-index: 999 !important;\n }\n .Whatisweb3-wrapper{\n width: 100%;\n }\n .img-left {\n left: 15%;\n transition: 0.5s;\n }\n .w3-transluscent {\n max-width: 100%;\n }\n}\n@media screen and (min-width: 2200px) {\n .w3-container {\n padding-inline: 96vw;\n width: 100%;\n justify-content: center;\n display: grid;\n }\n .img-left {\n left: 5.5%;\n }\n .w3-transluscent {\n max-width: 30%;\n }\n }",".valign-text-middle {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n}\n\n.p-logo-wrapper {\n align-items: center;\n flex-direction: column;\n white-space: nowrap;\n display: flex;\n width: 100%;\n margin-left: 50%;\n margin-right: 50%;\n}\n\n.rows {\n flex-direction: row;\n margin-bottom: 1.5vh;\n place-items: center;\n overflow: hidden;\n display: flex;\n height: auto;\n width: 100%;\n}\n\n.p-logo-container {\n justify-content: center;\n align-items: center;\n overflow: visible;\n white-space: normal;\n display: flex;\n}\n\n@media screen and (max-width: 625px) {\n .p-logo-container {\n width: 100%;\n margin-top: 5%;\n transition: 0.5s;\n }\n\n .p-logo-wrapper {\n margin-left: 0%\n }\n\n .p-logo-container {\n justify-content: center;\n align-items: center;\n overflow: visible;\n display: grid;\n }\n}\n\n.sia-logo {\n background-image: url(../../../assets/sia-logo.webp);\n background-position: 50% 50%;\n background-size: contain;\n background-repeat: no-repeat;\n height: 51.8px;\n margin-bottom: 8px;\n object-fit: cover;\n width: 89.6px;\n}\n\n.hns-logo {\n background-image: url(../../../assets/hsn-logo.webp);\n background-position: 50% 50%;\n background-repeat: no-repeat;\n background-size: contain;\n height: 46.2px;\n margin-left: 5px;\n object-fit: cover;\n width: 43.4px;\n}\n\n.osi-logo {\n background-image: url(../../../assets/osi-logo.webp);\n background-position: 50% 50%;\n background-size: contain;\n background-repeat: no-repeat;\n height: 70px;\n margin-left: 18px;\n width: 58.1px;\n}",".meme-container {\n align-self: flex-start;\n position: relative;\n width: 100%;\n justify-content: center;\n margin-block: 5vh;\n padding-block: 5vh;\n}\n.meme-bp {\n padding-right: 45%;\n}\n.meme-wrapper {\n align-items: flex-start;\n background-image: url(../../../assets/tilted-rectangle.webp);\n background-size: 100% 100%;\n background-position: center;\n background-repeat: no-repeat;\n width: 100%;\n padding-block: 2.1em;\n justify-content: center;\n align-items: center;\n overflow: hidden;\n display: flex;\n padding-left: 6.5%;\n height: 80vh;\n transition: 0.5s;\n}\n.meme-bg {\n background-image: url(../../../assets/meme.webp);\n background-position: 100% 50%;\n background-size: contain;\n background-repeat: no-repeat;\n margin-left: -0.8vw;\n height: calc(100% + 0.3vh);\n transition: 0.5s;\n}\n\n.meme-columns {\n display: grid;\n position: relative;\n margin-block: calc(10% + 1.5625vh);\n}\n@media screen and (max-width: 1050px) {\n .meme-container {\n z-index: 999 !important;\n width: 100%;\n transition: 0.5s;\n }\n .meme-bp {\n padding-right: 0%;\n }\n .meme-wrapper{\n width: 100%;\n padding-inline: 15%;\n padding-left: 20%;\n height: 80vh;\n transition: 0.5s;\n }\n .meme-translucent {\n max-width: 100%;\n transition: 0.5s;\n background-color: #020e10ac;\n border-radius: 15px;\n }\n .meme-bg {\n background-position: 50% 50%;\n z-index: 999 !important;\n }\n .meme-columns {\n display: grid;\n position: relative;\n margin-block: calc(25% + 1.5625vh);\n transition: 0.5s;\n }\n}\n@media screen and (min-width: 2200px) {\n .meme-container {\n width: 100%;\n justify-content: center;\n display: inline-block;\n transition: 0.5s;\n }\n .meme-translucent {\n max-width: 30%;\n transition: 0.5s;\n background-color: none;\n border-radius: 15px;\n }\n }",".column {\n margin-block: 5vh;\n transition: 0.5s;\n padding-bottom: 5vh;\n}\n\n.bordered {\n border: 2px solid transparent;\n border-radius: 5px;\n background-color: var(--blue-charcoal);\n transition: 0.3s;\n margin: 0.5em;\n}\n\n.bordered:hover {\n border: 2px solid var(--aquamarine);\n border-radius: 5px;\n transition: 0.1s;\n}\n\n@media screen and (min-width: 815px) {\n .h5-padding {\n padding-bottom: 15px;\n }\n\n .column {\n transition: 0.5s;\n }\n\n .div2 {\n margin-top: -1.3em;\n }\n}\n\n@media screen and (min-width: 0px) and (max-width: 600px) {\n .column {\n display: inline-block;\n justify-content: center;\n padding: 0% 5%;\n transition: 0.5s;\n padding-bottom: 5vh;\n }\n}\n\n@media screen and (max-width: 1300px) and (min-width: 700px) {\n .column {\n display: inline-block;\n justify-content: center;\n padding: 0% 0%;\n padding-left: 20vw;\n transition: 0.5s;\n }\n}\n\n.grid-container {\n margin-bottom: -1em;\n}",".socials-wrapper {\n display: flex;\n margin-left: -5%;\n padding-bottom: 5vh;\n margin-bottom: 5vh;\n}\n.gitHub {\n background-image: url(../../../assets/github-logo.webp);\n background-position: 50% 50%;\n background-size: contain;\n background-repeat: no-repeat;\n height: 48.3px;\n width: 55px;\n}\n.discord {\n background-image: url(../../../assets/discord-logo.webp);\n background-position: 50% 50%;\n background-size: contain;\n background-repeat: no-repeat;\n height: 48.3px;\n width: 48.3px;\n margin-top: 0.4vh;\n margin-left: 18px;\n}\n.twitter {\n background-image: url(../../../assets/twitter-logo.webp);\n background-position: 50% 50%;\n background-size: contain;\n background-repeat: no-repeat;\n height: 48.3px;\n width: 55px;\n margin-left: 18px;\n}\n.fb {\n background-image: url(../../../assets/fb-logo.webp);\n background-position: 50% 50%;\n background-size: contain;\n background-repeat: no-repeat;\n margin-top: 0.5vh;\n height: 42px;\n width: 50px;\n margin-left: 18px;\n}\n",".cto-container {\n /* margin-block: 5vh; */\n width: 100%;\n transition: 0.5s;\n}\n\n.cto-bp {\n padding-right: 0%;\n transition: 0.5s;\n}\n\n.cto-geometric-bg {\n background-image: url(../../../assets/geometric-bg.webp);\n background-position: 75vh -2vh;\n background-size: contain;\n background-repeat: no-repeat;\n position: relative;\n height: 588px;\n width: 100%;\n transition: 0.5s;\n}\n\n.cto-shadow {\n border-radius: 72.5px;\n width: 100%;\n transition: 0.5s;\n}\n\n.shadowdrop {\n border-radius: 72.5px;\n box-shadow: 0px 4px 4px #00000040;\n width: 100%;\n transition: 0.5s;\n}\n\n.cto-mini-bio {\n height: 96px;\n width: 100%;\n object-fit: contain;\n display: inline-flex;\n justify-content: center;\n flex-direction: column;\n background-repeat: no-repeat;\n background-image: url(../../../assets/cto-avatar.webp);\n margin-top: 3vh;\n z-index: 999 !important;\n}\n\n.cto-info {\n margin-left: 7em;\n transition: 0.5s;\n}\n\n.cto-translucent {\n background-color: #020e10ac;\n border-radius: 15px;\n transition: 0.5s;\n}\n\n@media screen and (min-width: 0px) and (max-width: 600px) {\n .cto-container {\n margin-left: -3em;\n background-position: 100px 50px;\n background-size: cover;\n background-repeat: no-repeat;\n background-origin: content-box;\n transition: 0.5s;\n justify-content: center;\n }\n\n .cto-bp {\n padding-right: 0%;\n transition: 0.5s;\n }\n\n .shadowdrop {\n border-radius: 72.5px;\n box-shadow: 0px 4px 4px #00000040;\n margin-left: 12%;\n transition: 0.5s;\n justify-content: center;\n }\n\n .cto-shadow {\n align-items: flex-start;\n display: flex;\n vertical-align: center;\n padding-left: 15%;\n }\n}\n\n@media screen and (min-width: 601px) {\n .cto-container {\n background-position: 100px 50px;\n background-size: cover;\n background-repeat: no-repeat;\n background-origin: content-box;\n transition: 0.5s;\n width: 100%;\n }\n\n .cto-bp {\n padding-right: 0%;\n transition: 0.5s;\n }\n\n .cto-shadow {\n align-items: flex-start;\n display: flex;\n vertical-align: center;\n padding-inline: 15%;\n }\n}",".message-container {\n align-items: flex-start;\n background-color: var(--aquamarine);\n display: flex;\n flex-direction: column;\n gap: 7px;\n min-height: 237px;\n padding: 5% 12%;\n width: 120%;\n margin-left: -1em;\n }\n .message-header {\n color: var(--blue-charcoal-2);\n font-family: var(--font-family-jetbrains_mono);\n font-size: calc(25px + (32 - 24) * ((100vw - 300px) / (1600 - 300)));\n font-weight: 700;\n line-height: 2em;\n font-style: normal;\n }\n .message-content {\n color: var(--blue-charcoal-2);\n font-family: var(--font-family-jaldi);\n font-size: calc(15px + (21 - 14) * ((100vw - 300px) / (1600 - 300)));\n max-width: 85%;\n font-weight: 400;\n font-style: normal;\n }",".footer-logo {\n background-image: url(../../../assets/lume-logo.webp);\n background-repeat: no-repeat;\n background-size: contain;\n margin-left: 5px;\n height: 55px;\n min-width: 150px;\n display: inline-block;\n text-align: left;\n margin-inline: 5px;\n margin-top: 3vh;\n z-index: 998 !important;\n}\n\n.footer-email {\n background-image: url(../../../assets/email-icon.webp);\n background-repeat: no-repeat;\n background-size: contain;\n background-position: center;\n padding-inline: 10px;\n margin-inline: 10px;\n height: 14px;\n object-fit: cover;\n width: 17px;\n}\n\n.footer-column {\n justify-content: center;\n background-color: black;\n list-style-type: none;\n align-items: flex-start;\n vertical-align: center;\n padding-inline: 1%;\n padding-left: 5%;\n}\n\n.footer-container {\n display: flex;\n flex-direction: row;\n}\n\n.footer-padding {\n display: inline-block;\n text-align: left;\n font-family: var(--font-family-jaldi);\n font-size: calc(15px + (21 - 10) * ((100vw - 300px) / (1600 - 300)));\n margin-inline: 5px;\n margin-top: 5vh;\n}\n\n.footer-li {\n color: #808687;\n font-family: var(--font-family-jaldi);\n font-size: calc(10px + (21 - 10) * ((100vw - 300px) / (1600 - 300)));\n font-weight: 100;\n font-style: normal;\n padding-left: 0;\n line-height: 1px;\n margin-inline: 5px;\n}\n\n.footer-h2 {\n font-size: calc(15px + (25 - 10) * ((100vw - 300px) / (1600 - 300)));\n color: var(--aquamarine);\n line-height: 1vh;\n z-index: 999;\n\n}",".page-one {\n background-color: black;\n white-space: nowrap;\n justify-content: center;\n display: flex;\n}\n.page-one::after{\n content: ' page 1';\n padding-left: 10px;\n}",".page-two {\n background-color: black;\n white-space: nowrap;\n justify-content: center;\n display: flex;\n}\n.page-two::after{\n content: ' page 2';\n padding-left: 10px;\n}","@import url(\"https://fonts.googleapis.com/css?family=Jaldi:400|JetBrains+Mono:400,700|IBM+Plex+Sans+Devanagari:400\");:root {\n --primary-dark: #000000;\n --primary-light: #ffffff;\n}\n\n:root {\n --black: \n rgba(0, 0, 0, 1);\n --blue-charcoal: \n rgba(1, 14, 16, 1);\n --blue-charcoal-2: \n rgba(3, 21, 24, 1);\n --aquamarine: \n rgba(122, 252, 187, 1);\n --cloud: \n rgba(199, 199, 199, 1);\n --alto: \n rgba(217, 217, 217, 1);\n --white: \n rgba(255, 255, 255, 1);\n \n --font-size-s: 20px;\n --font-size-m: 21px;\n --font-size-l: 25px;\n --font-size-xl: 30px;\n --font-size-xxl: 32px;\n --font-size-xxxl: 45px;\n --font-size-xxxxl: 100px;\n \n --font-family-ibm_plex_sans_devanagari: \"IBM Plex Sans Devanagari\";\n --font-family-jaldi: \"Jaldi\";\n --font-family-jetbrains_mono: \"JetBrains Mono\";\n }\n\n* {\n box-sizing: border-box;\n margin: 0;\n padding: 0;\n}\nhtml {\n scroll-behavior: smooth;\n}\na, a:visited {\n text-decoration: none;\n color: white;\n}\n\nbody {\n font-family: \"JetBrains Mono\", sans-serif;\n color: white;\n}\n\n.body-block {\n align-items: center;\n display: flex;\n gap: 78px;\n}\n.centered{\n display: grid;\n place-items: center;\n overflow: hidden;\n height: auto;\n margin-bottom: 1.5vh;\n}\n\n.home {\n background-color: #031418;\n flex-direction: column;\n align-items: center;\n display: absolute;\n overflow: hidden;\n border: 1px none;\n height: auto;\n width: 100%;\n}\n\n.title {\n height: 57px;\n letter-spacing: -1.5px;\n line-height: 102px;\n white-space: nowrap;\n}\n\na {\n text-decoration: none;\n}\n\nh1 {\n font-size: calc(26px + (82 - 26) * ((100vw - 300px) / (1600 - 300)));\n font-weight: 100;\n}\n\nh2 {\n font-size: calc(15px + (25 - 10) * ((100vw - 300px) / (1600 - 300)));\n color: var(--aquamarine);\n text-transform: uppercase;\n z-index: 999;\n}\n\nh3 {\n font-size: calc(30px + (45 - 30) * ((100vw - 300px) / (1600 - 300)));\n min-width: 75vw;\n margin-top: 0.5em;\n z-index: 999;\n}\n\nh4 {\n font-size: calc(15px + (21 - 15) * ((100vw - 300px) / (1600 - 300)));\n color: var(--cloud);\n font-family: var(--font-family-jaldi);\n font-size: var(--font-size-m);\n font-weight: 400;\n font-style: normal;\n max-width: 550px;\n margin-top: 0.5em;\n line-height: 35px;\n}\n\nh5 {\n font-size: calc(15px + (29 - 15) * ((100vw - 300px) / (1600 - 300)));\n color: var(--white);\n font-family: var(--font-family-jaldi);\n font-weight: 400;\n font-style: normal;\n max-width: 300;\n line-height: 2rem;\n}\n\nh6 {\n font-size: calc(15px + (19 - 15) * ((100vw - 300px) / (1600 - 300)));\n color: var(--cloud);\n font-family: var(--font-family-jaldi);\n font-weight: 100;\n font-style: normal;\n max-width: 300;\n}\n\nul {\n list-style-type: none;\n}\n\n.container {\n max-width: 1240px;\n margin: auto;\n padding: 0 1rem;\n}\n\n@media screen and (max-width: 1050px) {\n .left {\n display: flex;\n position: relative;\n overflow: hidden;\n white-space: normal;\n }\n .h2-alignment {\n margin-left: -10em;\n }\n h5 {\n font-size: calc(20px + (29 - 15) * ((100vw - 300px) / (1600 - 300)));\n color: var(--white);\n font-family: var(--font-family-jaldi);\n font-weight: 400;\n font-style: normal;\n max-width: 300;\n line-height: 2rem;\n }\n h6 {\n font-size: calc(17px + (19 - 15) * ((100vw - 300px) / (1600 - 300)));\n color: var(--cloud);\n font-family: var(--font-family-jaldi);\n font-weight: 100;\n font-style: normal;\n max-width: 300;\n }\n}\n"],"names":[],"version":3,"file":"index.39691276.css.map","sourceRoot":"/__parcel_source_root/"}