1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723 |
- /*
- 0 - 600px: Phone
- 600 - 900px: Tablet portrait
- 900 - 1200px: Tablet landscape
- [1200 - 1800] is where our normal styles apply
- 1800px + : Big desktop
-
- $breakpoint arguement choices:
- - phone
- - tab-port
- - tab-land
- - big-desktop
-
- ORDER: Base + typography > general layout + grid > page layout > components
-
- 1em = 16px
- */
- *,
- *::after,
- *::before {
- margin: 0;
- padding: 0;
- box-sizing: inherit;
- }
-
- body {
- box-sizing: border-box;
- overflow-x: hidden;
- }
- @media only screen and (max-width: 900px) {
- body {
- padding: 0;
- }
- }
-
- .bg-green {
- background-color: #3bb78f;
- background: linear-gradient(90deg, #3bb78f 0%, rgb(11, 171, 100) 35%, rgb(59, 183, 143) 100%);
- }
-
- .text-green-Awni {
- color: #0A886A;
- }
-
- .anwi_grey_bg {
- background-color: #ECECEC;
- }
-
- .orbitron_font {
- font-family: "Orbitron", sans-serif;
- }
-
- .satoshi_font {
- font-family: "Satoshi", sans-serif;
- }
-
- .font-1 {
- font-size: 1rem;
- }
-
- .font-3 {
- font-size: 3rem;
- }
-
- .font-1-2 {
- font-size: 1.2rem;
- }
-
- .font-1-5 {
- font-size: 1.5rem;
- }
-
- .font-1_5 {
- font-size: 2rem;
- }
-
- .font-1_7 {
- font-size: 1.7rem;
- }
-
- .font-2 {
- font-size: 2rem;
- }
-
- .font-2_2 {
- font-size: 2.2rem;
- }
-
- .font-2_7 {
- font-size: 2.7rem;
- }
-
- .font_4 {
- font-size: 4rem;
- }
-
- .font-5 {
- font-size: 5rem;
- }
-
- .font-6 {
- font-size: 6rem;
- }
-
- .font-7 {
- font-size: 7rem;
- }
-
- .font-10 {
- font-size: 10rem;
- }
-
- .subtitle_1 {
- font-size: 1.5rem;
- }
-
- .banner_heading_4 {
- font-size: 3rem;
- }
-
- .padding_top_14 {
- padding-top: 14rem;
- }
-
- .p-6 {
- padding: 5rem;
- }
-
- .ps-7 {
- padding-left: 6rem;
- }
-
- .px-6 {
- padding-left: 6rem;
- padding-right: 6rem;
- }
-
- .p-7 {
- padding: 7rem;
- }
-
- .padding_top_10 {
- padding-top: 10rem;
- }
-
- .h-10 {
- height: 10%;
- }
-
- .h-15 {
- height: 15%;
- }
-
- .h-20 {
- height: 20%;
- }
-
- .h-30 {
- height: 30%;
- }
-
- .h-33 {
- height: 33%;
- }
-
- .h-34 {
- height: 34%;
- }
-
- .h-35 {
- height: 35%;
- }
-
- .h-40 {
- height: 40%;
- }
-
- .vh_60 {
- height: 60vh;
- }
-
- .vh-70 {
- height: 70vh;
- }
-
- .vh-77 {
- height: 77vh;
- }
-
- .vh-85 {
- height: 85vh;
- }
-
- .vh-15 {
- height: 15vh;
- }
-
- .h-700p {
- height: 700px;
- }
-
- .h-25 {
- height: 25%;
- }
-
- .h-60 {
- height: 60%;
- }
-
- .h-75 {
- height: 75%;
- }
-
- .w-60 {
- width: 60%;
- }
-
- .w-20p {
- width: 20px;
- }
-
- .fw-500 {
- font-weight: 500;
- }
-
- .fw-600 {
- font-weight: 600;
- }
-
- .fw-700 {
- font-weight: 700;
- }
-
- .h-200p {
- height: 200px;
- }
-
- .mt-7 {
- margin-top: 7rem;
- }
-
- .sec-space-1 {
- margin-top: 80px;
- }
-
- .sec-space-2 {
- margin-top: 60px;
- }
-
- .sec-space-3 {
- margin-top: 40px;
- }
-
- .sec-space-4 {
- margin-top: 20px;
- }
-
- .sec-space-5 {
- margin-top: 0px;
- }
-
- .h-100p {
- height: 100px;
- }
-
- .gap-1 {
- gap: 0.7rem;
- }
-
- .gap-2 {
- gap: 2rem;
- }
-
- .br-1 {
- border-radius: 1rem;
- }
-
- .cursor-pointer {
- cursor: pointer;
- }
-
- .mt-5C {
- margin-top: 5rem;
- }
-
- .button_dark {
- -webkit-clip-path: polygon(75% 0, 86% 30%, 99% 66%, 100% 100%, 0 100%, 0 61%, 0 0);
- clip-path: polygon(75% 0, 86% 30%, 99% 66%, 100% 100%, 0 100%, 0 61%, 0 0);
- padding-right: 1.7rem;
- padding-bottom: 0.6rem;
- padding-top: 0.6rem;
- border-radius: 10px;
- }
-
- .productoverviewmain {
- background-image: url("../../dist/assets/imgs/productoverview/productbg.png");
- background-color: white;
- background-size: cover;
- background-repeat: no-repeat;
- background-position: center;
- position: relative;
- }
-
- .photo_dual {
- width: 40rem;
- }
-
- .price_footer {
- background: rgba(255, 255, 255, 0.25);
- /* box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ); */
- backdrop-filter: blur(4px);
- -webkit-backdrop-filter: blur(4px);
- border: 1px solid rgba(255, 255, 255, 0.18);
- border: 2px solid;
- position: absolute;
- z-index: 999;
- bottom: 0;
- left: 0;
- }
-
- .boxImgContainer {
- width: 4rem;
- }
-
- .priceCut_multi {
- font-size: 0.7rem;
- }
-
- .PO_learnMore {
- font-size: 0.7rem;
- }
-
- .productOverview .overviewProductHeading {
- font-size: 2.1rem;
- font-family: "satoshi", sans-serif;
- font-weight: 500;
- }
-
- .productOverview .overviewProductFullTitle {
- padding: 2rem 11rem;
- font-size: 3rem;
- font-family: "orbitron", sans-serif;
- }
-
- .productOverview .overviewProductDes {
- padding: 0 2rem;
- font-size: 1.5rem;
- font-family: "satoshi", sans-serif;
- }
-
- .PO_galleryContainer .PO_gallery_display {
- min-height: 500px;
- width: 100%;
- background: white;
- background: linear-gradient(180deg, white 7%, rgba(255, 142, 158, 0.3019607843) 52%, rgba(235, 134, 148, 0.4705882353) 100%);
- position: relative;
- overflow: hidden;
- }
-
- .PO_galleryContainer .PO_gallery_display .PO_gallery_display_img {
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -46%);
- }
-
- .PO_gallery_box {
- padding: 1rem;
- }
-
- .PO_galleryContainer .PO_gallery_box_inner {
- padding: 1rem;
- background-color: #eeeeee;
- }
-
- .mobileAw {
- display: none;
- }
-
- .productoverBox {
- height: 900px;
- }
- .productoverBox .productoverBox-1 {
- height: 225px;
- }
- .productoverBox .productoverBox-2 {
- height: 225px;
- }
- .productoverBox .productoverBox-2 .futureProof {
- position: relative;
- }
- .productoverBox .productoverBox-2 .futureProofImg {
- position: absolute;
- top: 0;
- right: 0;
- width: 50%;
- }
- .productoverBox .productoverBox-3 {
- height: 225px;
- }
- .productoverBox .productoverBox-4 {
- height: 225px;
- }
- .productoverBox .productoverBox-5 {
- height: 200px;
- overflow: hidden;
- }
- .productoverBox .productoverBox-5 .box_innerImg {
- position: absolute;
- right: 8%;
- top: 0;
- height: 100%;
- }
- .productoverBox .productoverBox-5 .box_innerImg img {
- scale: 1.2;
- }
- .productoverBox .productoverBox-6 {
- height: 150px;
- }
- .productoverBox .productoverBox-7 {
- height: 225px;
- position: relative;
- }
- .productoverBox .productoverBox-7 .gridTruelifeImg {
- position: absolute;
- width: 85%;
- bottom: 0;
- left: 0;
- }
- .productoverBox .productoverBox-8 {
- height: 60px;
- }
- .productoverBox .productoverBox-9 {
- height: 230px;
- }
- .productoverBox .productoverBox-10 {
- height: 150px;
- }
- .productoverBox .productoverBox-11 {
- height: 180px;
- }
- .productoverBox .productoverBox-12 {
- height: 75px;
- }
- .productoverBox .PO_box {
- height: 100%;
- }
- .productoverBox .PO_box > div {
- padding: 1rem 0rem;
- }
- .productoverBox .PO_box .box_inner {
- position: relative;
- }
- .productoverBox .PO_box .bgBox_Content {
- background: rgb(236, 236, 236);
- background: linear-gradient(90deg, rgb(236, 236, 236) 4%, rgb(118, 118, 118) 100%);
- }
- .productoverBox .PO_box .box_inner_right {
- padding-left: 1rem;
- }
- .productoverBox .PO_box .box_inner_left {
- padding-right: 1rem;
- }
-
- .specsgrid {
- display: grid;
- height: 100vh;
- gap: 20px;
- grid-template-columns: repeat(8, minmax(5%, 1fr));
- grid-template-rows: repeat(12, minmax(5%, 1fr));
- }
- .specsgrid .specsItem {
- background-color: red;
- }
- .specsgrid .specsItem-1 {
- grid-column: 1/4;
- grid-row: 1/4;
- }
- .specsgrid .specsItem-2 {
- grid-column: 1/4;
- grid-row: 1/4;
- }
-
- .displayscreenpad .displayscreenpadContainer {
- text-align: center;
- }
- .displayscreenpad .displayscreenpadHeading {
- font-size: 8rem;
- }
- .displayscreenpad .displayscreenpadMain {
- margin-top: -8%;
- }
- .displayscreenpad .displayscreenpadleft > img {
- left: -8%;
- }
- .displayscreenpad .displayscreenpadright > img {
- right: -10%;
- }
-
- .dual_des_heading {
- font-size: 3rem;
- }
-
- .dualLaptop {
- width: 100vw;
- top: -100px;
- margin-top: 100px;
- margin-bottom: -100px;
- position: relative;
- }
- .dualLaptop .zeroBMain_desP {
- font-size: 1.2rem;
- }
- .dualLaptop .zeroBMain_des {
- position: absolute;
- top: 0;
- right: 0;
- max-width: 700px;
- padding-right: 9rem;
- }
- .dualLaptop .dualImgs {
- position: absolute;
- }
- .dualLaptop .dualImgs .dualImgsInner {
- width: 50rem;
- }
- .dualLaptop .dualImgsOne {
- top: 0;
- left: -10rem;
- transform: rotate(343deg);
- width: 68%;
- }
- .dualLaptop .dualImgsTwo {
- top: 14rem;
- right: -62%;
- transform: rotate(339deg);
- }
- .dualLaptop .dualImgsTwo .dualImgsInner {
- width: 82%;
- }
-
- .tableLaptop {
- margin-top: 300px;
- height: 90vh;
- width: 100vw;
- position: relative;
- margin-bottom: 300px;
- }
- .tableLaptop .circleTableLaptop_Heading {
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -311%);
- }
- .tableLaptop .justTableLaptop {
- position: absolute;
- width: 86%;
- top: -10px;
- right: 128px;
- z-index: 1;
- }
- .tableLaptop .circleTableLaptop {
- background-color: #ececec;
- height: 70rem;
- width: 70rem;
- border-radius: 50%;
- position: relative;
- overflow: hidden;
- }
- .tableLaptop .circleTableLaptop .circleTableLaptopTop {
- bottom: -3%;
- width: 80%;
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, 2%);
- }
- .tableLaptop .circleTableLaptop_text {
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, 106%);
- }
-
- .trueLifeDisplay .trueLifeDisplay_headingHD > .headingLife {
- font-size: 6rem;
- }
- .trueLifeDisplay .trueLifeDisplay_des {
- padding: 0 10rem;
- }
-
- .font_p_Dual {
- font-size: 1.2rem;
- }
-
- .tableLaptopTwo {
- width: 100vw;
- height: 100vh;
- background-image: url("../../dist/assets/imgs/sectiontest.png");
- background-color: white;
- background-size: contain;
- background-repeat: no-repeat;
- background-position: center;
- }
-
- .controlPanel {
- margin-top: 10rem;
- padding-bottom: 300px;
- }
- .controlPanel .controlPanel_des {
- position: absolute;
- top: -170px;
- left: 80px;
- }
- .controlPanel .bgControlpanel {
- min-height: 100vh;
- background-color: #ececec;
- border-radius: 157px;
- position: relative;
- }
- .controlPanel .bgControlpanel .bgControlpaneltabs {
- position: absolute;
- top: 100px;
- right: 0;
- }
- .controlPanel .bgControlpanel .bgControlpaneltabs .nav-tabs {
- border-bottom: 1px solid;
- margin-bottom: 2rem;
- }
- .controlPanel .bgControlpanel .bgControlpaneltabs .nav-item {
- position: relative;
- border: none;
- }
- .controlPanel .bgControlpanel .bgControlpaneltabs .nav-tabs .nav-link {
- position: relative;
- color: black;
- font-weight: 500;
- }
- .controlPanel .bgControlpanel .bgControlpaneltabs .nav-tabs .nav-link.active {
- border: none;
- background-color: transparent;
- }
- .controlPanel .bgControlpanel .bgControlpaneltabs .nav-tabs .nav-link.active::before {
- display: block;
- }
- .controlPanel .bgControlpanel .bgControlpaneltabs .nav-item .nav-link::before {
- content: "";
- position: absolute;
- width: 100%;
- height: 5px;
- bottom: -2px;
- right: 0;
- display: none;
- background-color: black;
- }
-
- .dragondisplay {
- position: relative;
- background: rgb(255, 255, 255);
- background: linear-gradient(184deg, rgb(255, 255, 255) 4%, rgb(235, 255, 133) 100%);
- overflow: hidden;
- }
- .dragondisplay .dragondisplay_heading {
- position: absolute;
- bottom: -4%;
- margin: auto;
- width: 100%;
- }
- .dragondisplay .dragondisplay_heading > h1 {
- font-size: 8rem;
- text-align: center;
- }
- .dragondisplay .dragondisplay_des {
- max-width: 600px;
- position: absolute;
- right: 0;
- top: 13%;
- padding: 4rem;
- }
-
- .intelGen .intelGenUL {
- max-width: 250px;
- gap: 8rem;
- }
- .intelGen .intelGenUL .intelGenULHeading {
- font-size: 1.8rem;
- font-weight: 700;
- border-bottom: 2px solid;
- }
- .intelGen .cpuSection {
- background-image: url("./../../dist/assets/imgs/productoverview/cpu.png");
- background-color: white;
- background-size: cover;
- background-repeat: no-repeat;
- background-position: center;
- }
-
- .osPlusSoftware {
- width: 100vw;
- height: 140vh;
- margin-top: 14rem;
- }
- .osPlusSoftware .osContianer {
- position: relative;
- width: 100%;
- height: 100%;
- border-radius: 30%;
- }
- .osPlusSoftware .osContianer .osContianer_des_fontParent {
- position: relative;
- top: -8%;
- }
- .osPlusSoftware .osContianer .osContianer_des_font {
- font-size: 2rem;
- font-weight: 600;
- }
- .osPlusSoftware .osContianer .osContianerHeading {
- position: relative;
- top: -15%;
- }
- .osPlusSoftware .osContianer .osContianerImg {
- position: absolute;
- bottom: 0;
- }
-
- @media (max-width: 1200px) {
- .productOverview .p-6 {
- padding: 0;
- }
- .productOverview .overviewProductFullTitle {
- padding: 2rem 5rem;
- font-size: 2rem;
- }
- .productOverview > div {
- padding: 0;
- }
- .dualLaptop .dualImgsTwo .dualImgsInner {
- transform: rotate(339deg) translateX(57%) translateY(55%);
- }
- .productOverview .overviewProductFullTitle {
- font-size: 1rem;
- padding: 2rem 0rem;
- }
- .productOverview .overviewProductDes {
- font-size: 0.7rem;
- padding: 0.5rem;
- }
- .PO_galleryContainer .PO_gallery_display .PO_gallery_display_img {
- width: 100%;
- }
- .PO_galleryContainer .PO_gallery_display {
- min-height: 300px;
- }
- .PO_gallery_box {
- padding: 0;
- }
- .PO_galleryContainer .PO_gallery_box_inner {
- padding: 0;
- }
- .productoverBox.px-6 {
- padding: 1rem;
- margin: 0;
- height: -webkit-max-content;
- height: -moz-max-content;
- height: max-content;
- }
- .displayscreenpad .displayscreenpadHeading {
- font-size: 4rem;
- }
- .dualLaptop .dual_des_heading {
- font-size: 2rem;
- }
- .dualLaptop .zeroBMain_des {
- padding-right: 0;
- }
- .dualLaptop .zeroBMain_des .zeroBMain_desP {
- font-size: 0.8rem;
- max-width: 400px;
- }
- .controlPanel .controlPanel_des {
- top: -110px;
- }
- .controlPanel .controlPanel_des > h1 {
- font-size: 2.5rem;
- }
- }
- @media (max-width: 790px) {
- .productOverview .p-6 {
- padding: 0;
- }
- .productOverview .overviewProductFullTitle {
- padding: 2rem 0;
- font-size: 1rem;
- }
- .productOverview .overviewProductDes {
- font-size: 0.7rem;
- }
- .displayscreenpad .displayscreenpadHeading {
- font-size: 2rem;
- }
- .dualLaptop .dual_des_heading {
- font-size: 1rem;
- }
- .dualLaptop .zeroBMain_des .zeroBMain_desP {
- font-size: 0.7rem;
- max-width: 400px;
- }
- .controlPanel .controlPanel_des > h1 {
- font-size: 1.9rem;
- }
- }
- @media (max-width: 670px) {
- .zeroBMain_des {
- display: none;
- }
- .mobileAw {
- display: block;
- }
- }
- @media only screen and (max-width: 600px) {
- .p-6 {
- padding: 0;
- }
- .productoverviewmain .displayscreenpad .displayscreenpadHeading {
- font-size: 5rem;
- }
- .banner_heading_4 {
- font-size: 2rem;
- }
- .displayscreenpad .displayscreenpadHeading {
- font-size: 2rem;
- }
- .displayscreenpad .displayscreenpadMain {
- top: -26px;
- }
- .tableLaptop {
- margin-top: 20%;
- margin-bottom: 0;
- height: -webkit-max-content;
- height: -moz-max-content;
- height: max-content;
- }
- .tableLaptop .dual_des_heading {
- font-size: 1rem;
- }
- .tableLaptop .circleTableLaptop {
- height: 300px;
- }
- .tableLaptop .circleTableLaptop .circleTableLaptopTop {
- bottom: -3%;
- width: 80%;
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, 2%);
- }
- .tableLaptop .circleTableLaptop_Heading {
- position: absolute;
- top: 4%;
- left: 50%;
- transform: translate(-50%, 0);
- }
- .tableLaptop .justTableLaptop {
- position: absolute;
- width: 86%;
- top: 26%;
- right: 30px;
- z-index: 1;
- }
- .tableLaptop .circleTableLaptop_text {
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, 0%);
- }
- .trueLifeDisplay {
- margin-top: 50px;
- }
- .trueLifeDisplay .trueLifeDisplay_headingHD > h1,
- .trueLifeDisplay .trueLifeDisplay_headingHD .headingLife {
- font-size: 2rem;
- }
- .trueLifeDisplay .trueLifeDisplay_des {
- padding: 1rem;
- }
- .trueLifeDisplay .trueLifeDisplay_des .font_p_Dual {
- font-size: 0.9rem;
- }
- .controlPanel {
- margin-top: 3rem;
- padding-bottom: 100px;
- }
- .controlPanel > .p-5 {
- padding: 0 !important;
- }
- .controlPanel .bgControlpanel {
- min-height: 85vh;
- }
- .controlPanel .bgControlpanel .bgControlpaneltabs {
- top: 55%;
- right: 0;
- transform: translateY(-50%);
- }
- .controlPanel .controlPanel_des {
- top: 0%;
- width: 100%;
- left: 50%;
- text-align: center;
- transform: translateX(-50%);
- margin: 1rem 0;
- margin: 1rem 0;
- }
- .controlPanel .controlPanel_des > h1 {
- font-size: 1.2rem;
- }
- .controlPanel .bgControlpaneltabs {
- padding: 0.1rem !important;
- padding-top: 3rem !important;
- }
- .controlPanel .bgControlpaneltabs > .nav-tabs {
- padding: 0;
- }
- .controlPanel .bgControlpaneltabs > ul {
- padding: 1rem;
- }
- .controlPanel .bgControlpaneltabs #tabLaptopContent {
- padding: 1rem;
- }
- .proSection .designedProLaptop_title .designedProLaptop_title_text {
- font-size: 2rem;
- }
- }
- .proSection .designedProLaptop_title > .designedProLaptop_title_text {
- font-size: 6rem;
- }
- .proSection .designedProLaptopList > li {
- font-size: 2.5rem;
- }
-
- @media (max-width: 1200px) {
- .proSection .designedProLaptopList > li {
- font-size: 1.5rem;
- }
- }
- @media (max-width: 768px) {
- .proSection {
- padding: 1rem;
- }
- .proSection .designedProLaptop_title > .designedProLaptop_title_text {
- font-size: 4rem;
- }
- .proSection .designedProLaptopList {
- width: 100%;
- padding: 1rem;
- }
- }
- @media (max-width: 576px) {
- .proSection .designedProLaptop_title > .designedProLaptop_title_text {
- font-size: 2.5rem;
- }
- }
- .popupKeyboard {
- position: relative;
- overflow-x: hidden;
- padding-top: 11rem;
- }
- .popupKeyboard .popupKeyboard_hParent {
- position: absolute;
- top: 0;
- left: 0;
- }
- .popupKeyboard .popupKeyboard_heading > h1 {
- font-size: 9rem;
- }
-
- @media (max-width: 1200px) {
- .popupKeyboard .popupKeyboard_heading > h1 {
- font-size: 5rem;
- }
- }
- @media (max-width: 768px) {
- .controlPanel {
- padding-bottom: 100px;
- }
- .popupKeyboard .popupKeyboard_heading {
- padding: 1rem;
- }
- .popupKeyboard .popupKeyboard_heading > h1 {
- font-size: 3rem;
- }
- .popupKeyboard .popupKeyboard_des {
- padding: 1rem;
- font-size: 1rem;
- }
- .popupKeyboard .popupKeyboard_hParent {
- padding: 1rem;
- }
- }
- @media (max-width: 576px) {
- .popupKeyboard .popupKeyboard_heading {
- padding: 1rem;
- }
- .popupKeyboard .popupKeyboard_heading > h1 {
- font-size: 2rem;
- }
- .popupKeyboard .popupKeyboard_des {
- padding: 2rem;
- padding-top: 0;
- font-size: 0.8rem;
- }
- }
- .dragondisplay {
- position: relative;
- background: rgb(255, 255, 255);
- background: linear-gradient(184deg, rgb(255, 255, 255) 4%, rgb(235, 255, 133) 100%);
- overflow: hidden;
- }
- .dragondisplay .dragondisplay_heading {
- position: absolute;
- bottom: 0;
- margin: auto;
- width: 100%;
- }
- .dragondisplay .dragondisplay_heading > h1 {
- font-size: 8rem;
- text-align: center;
- }
- .dragondisplay .dragondisplay_des {
- max-width: 600px;
- position: absolute;
- right: 0;
- top: 13%;
- padding: 4rem;
- }
-
- @media (max-width: 1200px) {
- .dragondisplay .dragondisplay_heading > h1 {
- font-size: 4rem;
- text-align: center;
- }
- }
- @media (max-width: 768px) {
- .dragondisplay .dragondisplay_heading > h1 {
- font-size: 3rem;
- text-align: center;
- }
- }
- @media (max-width: 576px) {
- .dragondisplay .dragondisplay_heading > h1 {
- font-size: 1.5rem;
- text-align: center;
- }
- }
- .lensAnwi .box_lens .anwi_BoxLen {
- border-radius: 40px;
- box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.171) inset;
- }
- .lensAnwi .box_lens .box_lens_img {
- width: 45%;
- }
- .lensAnwi .box_lens .screenpadLens {
- font-size: 1.2rem;
- }
- .lensAnwi .box_lens .lenHeading {
- font-size: 2rem;
- }
- .lensAnwi .box_lens .anwi_BoxLen {
- gap: 10px;
- }
-
- @media (max-width: 1400px) {
- .lensAnwi .box_lens .lenHeading {
- font-size: 1rem;
- }
- .lensAnwi .box_lens .screenpadLens {
- font-size: 0.7rem;
- }
- }
- @media (max-width: 1200px) {
- .lensAnwi .row_lensAnwi {
- padding: 2rem;
- }
- .lensAnwi .box_lens .lenHeading {
- font-size: 0.7rem;
- }
- .lensAnwi .box_lens .screenpadLens {
- font-size: 0.5rem;
- }
- }
- @media (max-width: 576px) {
- .lensAnwi .box_lens .box_lens_img {
- width: 25%;
- }
- .dragondisplay .dragondisplay_heading > h1 {
- font-size: 1.5rem;
- text-align: center;
- }
- }
- .professinalGrade .professinalGradeImgContainer {
- background-image: url("./../../dist/assets/imgs/productoverview/promask.png");
- background-color: white;
- background-size: cover;
- background-repeat: no-repeat;
- background-position: center;
- }
- .professinalGrade .professinalGradeImg {
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- width: 50%;
- }
-
- @media (max-width: 1200px) {
- .professinalGrade h1 {
- font-size: 3rem;
- }
- }
- @media (max-width: 768px) {
- .professinalGrade h1 {
- font-size: 2rem;
- }
- .professinalGrade .font_p_Dual {
- font-size: 1rem;
- }
- }
- @media (max-width: 576px) {
- .professinalGrade p {
- padding-left: 1rem;
- }
- }
- .stunningSound {
- position: relative;
- padding-top: 15rem;
- overflow-x: hidden;
- }
- .stunningSound .stunningSound_heading {
- position: absolute;
- z-index: -1;
- top: 0;
- left: 0;
- }
- .stunningSound .stunningSound_heading > h1 {
- font-size: 10rem;
- }
- .stunningSound .stunningSound_des {
- position: absolute;
- right: 0;
- top: 30%;
- transform: translate(0%, 0%);
- max-width: 400px;
- }
-
- @media (max-width: 1200px) {
- .stunningSound .stunningSound_heading > h1 {
- font-size: 7rem;
- }
- .stunningSound .stunningSound_des {
- padding-right: 1rem;
- max-width: 300px;
- }
- }
- @media (max-width: 1000px) {
- .stunningSound .stunningSound_heading {
- top: 20%;
- }
- .stunningSound .stunningSound_heading > h1 {
- font-size: 5rem;
- }
- .stunningSound .stunningSound_des {
- top: 40%;
- right: 0;
- }
- }
- @media (max-width: 768px) {
- .stunningSound .stunningSound_heading > h1 {
- font-size: 4rem;
- }
- .stunningSound .stunningSound_des {
- max-width: 270px;
- top: 50%;
- right: 0;
- }
- .stunningSound .stunningSound_des p {
- font-size: 1rem;
- }
- }
- @media (max-width: 576px) {
- .stunningSound .stunningSound_heading {
- top: 15%;
- }
- .stunningSound .stunningSound_heading > h1 {
- font-size: 2rem;
- padding: 2rem;
- }
- .stunningSound .stunningSound_des {
- padding: 2rem;
- top: 25%;
- max-width: 100%;
- left: 0;
- }
- }
- .wifiSection {
- overflow-x: hidden;
- position: relative;
- }
- .wifiSection .wifiSectionDes {
- display: none;
- }
- .wifiSection .textWifiContainer {
- position: relative;
- }
- .wifiSection .textWifiContainer .wifiSection_des {
- max-width: 500px;
- position: absolute;
- right: 0;
- top: -48%;
- width: 100%;
- height: 100%;
- }
- .wifiSection .textWifiContainer .textWifiContainerHeading > h1 {
- font-size: 8rem;
- }
-
- @media (max-width: 1200px) {
- .wifiSection .textWifiContainer .textWifiContainerHeading > h1 {
- font-size: 5rem;
- }
- }
- @media (max-width: 1000px) {
- .wifiSection .textWifiContainer {
- display: none;
- }
- .wifiSection .wifiSectionDes {
- padding: 2rem;
- display: block;
- }
- .wifiSection .wifiSectionDes .wifiSection_des > p {
- font-size: 1rem;
- }
- }
- .circleTableLaptop_Heading {
- top: 20%;
- }
-
- .circleTableLaptop_text {
- bottom: 25%;
- }
- .circleTableLaptop_text > div {
- padding: 0px 22%;
- }
-
- @media (max-width: 1300px) {
- .circleTableLaptop_text {
- bottom: 18%;
- }
- .circleTableLaptop_text > div {
- font-size: 1rem;
- }
- }
- @media (max-width: 1000px) {
- .circleTableLaptop_Heading h1 {
- font-size: 1.5rem;
- }
- .circleTableLaptop_text {
- bottom: 25%;
- }
- .circleTableLaptop_text > div {
- font-size: 0.7rem;
- }
- }
- @media (max-width: 600px) {
- .circleTableLaptop_Heading {
- top: 0;
- }
- .circleTableLaptop_Heading h1 {
- font-size: 1.5rem;
- }
- }
- .clipPathSectionCol {
- position: relative;
- }
- .clipPathSectionCol .innerClipPathImg {
- position: absolute;
- top: 12%;
- left: 9%;
- width: 81%;
- }
- .clipPathSectionCol .innerClipPathImgFirstThree {
- position: absolute;
- top: 12%;
- left: 5%;
- width: 81%;
- }
- .clipPathSectionCol .innerClipPathImgFirstFour {
- position: absolute;
- top: 12%;
- left: 5%;
- width: 81%;
- }
- .clipPathSectionCol .innerClipPathImgFirstFour > img {
- transform: scale(0.7);
- }
- .clipPathSectionCol .innerClipPathImgSectionTwo {
- position: absolute;
- top: 50%;
- left: 28%;
- transform: translateY(-50%);
- width: 81%;
- }
- .clipPathSectionCol .innerClipPathImgSectionThree {
- position: absolute;
- top: 50%;
- left: 17%;
- transform: translateY(-50%);
- width: 81%;
- }
- .clipPathSectionCol .innerClipPathImgSectionFour {
- position: absolute;
- top: 50%;
- left: 17%;
- transform: translateY(-50%);
- width: 81%;
- }
-
- .allinoneLanding {
- background-image: url("./../../dist/assets/imgs/allinone/allinonebg.png");
- background-color: white;
- background-size: cover;
- background-repeat: no-repeat;
- background-position: center;
- position: relative;
- width: 100vw;
- height: 100vh;
- }
- .allinoneLanding #navbar-head * {
- color: white;
- }
- .allinoneLanding .headingAllinOne {
- position: absolute;
- bottom: 10%;
- left: 0;
- }
-
- .sectionTwoImgAllInone {
- transform: scale(1.4);
- }
-
- .allinoneDualMarginTop {
- margin-top: 200px;
- }
-
- .sectionfiveAllinOne .infoContainer {
- position: relative;
- }
- .sectionfiveAllinOne .infoContainer .infoContainerOneText {
- position: absolute;
- top: 20%;
- left: 50%;
- transform: translateX(-50%);
- }
- .sectionfiveAllinOne .infoContainer .infoContainerOneText > h1 {
- font-size: 1.7rem;
- }
-
- .infoContainerYellow {
- background-color: #FFB518;
- }
-
- .infoContainerOrange {
- background-color: #E05E00;
- color: white;
- }
-
- .infoContainerBlue {
- background-color: #461DCF;
- color: white;
- }
-
- .infoContainer_des {
- font-size: 0.8rem;
- }
-
- .supportBoxCircle {
- width: 100px;
- height: 100px;
- background-color: black;
- border-radius: 50%;
- }
-
- .carouselLanding {
- overflow-x: auto;
- display: flex;
- gap: 50px;
- margin-bottom: 4rem;
- }
- .carouselLanding .carouselLandingItem {
- width: 300px;
- }
- .carouselLanding .carouselLandingItem > div {
- border-radius: 25px;
- overflow: hidden;
- }
- .carouselLanding .carouselLandingItem .carouselLandingItemInner {
- position: relative;
- }
- .carouselLanding .carouselLandingItem .carouselLandingItemInner .carouselLandingItemInnerOverlay {
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- background: rgba(0, 0, 0, 0.453);
- }
-
- @media (max-width: 1300px) {
- .laptopsSection .headinglaptop {
- font-size: 5rem;
- }
- .headinglaptopSub {
- font-size: 1.2rem;
- }
- }
- @media (max-width: 1000px) {
- .laptopsSection .headinglaptop {
- font-size: 3rem;
- }
- .headinglaptopSub {
- font-size: 1.2rem;
- }
- .allinoneDualMarginTop .allinoneDualMarginTop_desContainer {
- padding: 2rem;
- }
- .allinoneDualMarginTop .allinoneDualMarginTop_desContainer h1 {
- font-size: 2rem;
- }
- .allinoneDualMarginTop .allinoneDualMarginTop_desContainer .allinoneDualMarginTop_p {
- font-size: 1rem;
- }
- .allinoneDualMarginTop {
- margin-top: 100px;
- }
- }
- @media (tab-port) {
- .laptopsSection .headinglaptop {
- font-size: 2rem;
- }
- .headinglaptopSub {
- font-size: 1rem;
- }
- }
- @media only screen and (max-width: 600px) {
- .headingAllinOne > h1 {
- font-size: 2rem;
- }
- }
- @media (max-width: 600px) {
- .supTitleSection {
- text-align: center;
- font-size: 1rem;
- }
- .allinoneDualMarginTop .clipPathSectionCol {
- padding-right: 0 !important;
- }
- .headingAllinOne {
- padding-left: 2rem !important;
- padding-right: 2rem !important;
- }
- .headingAllinOne > h1 {
- font-size: 2rem;
- }
- .laptopSectionDesP {
- padding: 1rem;
- width: 100%;
- align-items: center;
- }
- .allinoneDualMarginTop .clipPathSectionCol {
- padding-left: 0 !important;
- }
- .clipPathSectionCol .allinoneDualMarginTop_pContainer {
- padding: 2rem;
- align-items: center;
- }
- .clipPathSectionCol .innerClipPathImgSectionThree {
- top: 30%;
- }
- .clipPathSectionCol .innerClipPathImgSectionFour {
- top: 30%;
- }
- .supportBoxParent {
- padding: 2rem;
- gap: 1.5rem;
- }
- .allinoneDualMarginTop_p {
- text-align: center;
- font-size: 1rem;
- }
- .insightsAdvHeading {
- margin-top: 2rem;
- }
- .insightsAdv {
- width: 100vw;
- padding: 1rem;
- }
- .insightsAdv > ul {
- overflow-x: auto;
- }
- .carouselLanding {
- overflow-x: auto;
- display: block;
- gap: 0;
- margin-bottom: 1rem;
- }
- .carouselLanding .carouselLandingItem {
- width: 100%;
- }
- .carouselLanding .carouselLandingItem > div {
- border-radius: 25px;
- overflow: hidden;
- }
- .carouselLanding .carouselLandingItem .carouselLandingItemInner {
- position: relative;
- }
- .carouselLanding .carouselLandingItem .carouselLandingItemInner .carouselLandingItemInnerOverlay {
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- background: rgba(0, 0, 0, 0.453);
- }
- .carouselLanding .mt-5C {
- margin-top: 0;
- }
- }
- @media (max-width: 320px) {
- .laptopsSection .headinglaptopSub {
- text-align: center;
- font-size: 1rem;
- }
- .laptopsSection .laptopSectionDesP {
- gap: 2rem !important;
- }
- .allinoneDualMarginTop .allinoneDualMarginTop_p {
- text-align: center;
- font-size: 1rem;
- }
- .allinoneDualMarginTop .allinoneDualMarginTop_pContainer {
- width: 100%;
- }
- .allinoneDualMarginTop .clipPathSectionCol {
- padding-left: 0 !important;
- padding-right: 0 !important;
- }
- .clipPathSectionCol .innerClipPathImgSectionThree {
- top: 22%;
- }
- .clipPathSectionCol .innerClipPathImgSectionFour {
- top: 22%;
- }
- .clipPathSectionCol .innerClipPathImgFirstFour {
- top: 0;
- }
- .allinoneDualMarginTop {
- margin-top: 100px;
- }
- .allinoneDualMarginTop .innerClipPathImgFirstThree {
- top: 0;
- }
- }
- /*
- 0 - 600px: Phone
- 600 - 900px: Tablet portrait
- 900 - 1200px: Tablet landscape
- [1200 - 1800] is where our normal styles apply
- 1800px + : Big desktop
-
- $breakpoint arguement choices:
- - phone
- - tab-port
- - tab-land
- - big-desktop
-
- ORDER: Base + typography > general layout + grid > page layout > components
-
- 1em = 16px
- */
- /* Orbitron */
- @font-face {
- font-family: "Orbitron";
- src: url("../assets/font/orbitron/Orbitron-Regular.ttf") format("truetype");
- font-weight: 400;
- font-style: normal;
- }
- @font-face {
- font-family: "Orbitron";
- src: url("../assets/font/orbitron/Orbitron-Medium.ttf") format("truetype");
- font-weight: 500;
- font-style: normal;
- }
- @font-face {
- font-family: "Orbitron";
- src: url("../assets/font/orbitron/Orbitron-SemiBold.ttf") format("truetype");
- font-weight: 600;
- font-style: normal;
- }
- @font-face {
- font-family: "Orbitron";
- src: url("../assets/font/orbitron/Orbitron-Bold.ttf") format("truetype");
- font-weight: 700;
- font-style: normal;
- }
- /* Orbitron end */
- /* Satoshi */
- @font-face {
- font-family: "Satoshi";
- src: url("../assets/font/satoshi/Satoshi-Regular.ttf") format("truetype");
- font-weight: 400;
- font-style: normal;
- }
- @font-face {
- font-family: "Satoshi";
- src: url("../assets/font/satoshi/Satoshi-Medium.ttf") format("truetype");
- font-weight: 500;
- font-style: normal;
- }
- @font-face {
- font-family: "Satoshi";
- src: url("../assets/font/satoshi/Satoshi-Bold.ttf") format("truetype");
- font-weight: 700;
- font-style: normal;
- }
- *,
- *::after,
- *::before {
- margin: 0;
- padding: 0;
- box-sizing: inherit;
- font-family: "Orbitron", sans-serif;
- }
-
- /* Satoshi end */
- .satoshi_font {
- font-family: "Satoshi", sans-serif;
- }
-
- html {
- font-size: 100%;
- }
-
- body {
- box-sizing: border-box;
- overflow-x: hidden;
- }
-
- @media only screen and (max-width: 56.25em) {
- body {
- padding: 0;
- }
- }
- .bg-green {
- background-color: #3bb78f;
- background: linear-gradient(90deg, #3bb78f 0%, #0bab64 35%, #3bb78f 100%);
- }
-
- /* button */
- .button_dark {
- -webkit-clip-path: polygon(75% 0, 86% 30%, 99% 66%, 100% 100%, 0 100%, 0 61%, 0 0);
- clip-path: polygon(75% 0, 86% 30%, 99% 66%, 100% 100%, 0 100%, 0 61%, 0 0);
- padding-right: 1.7rem;
- padding-bottom: 0.6rem;
- padding-top: 0.6rem;
- border-radius: 10px;
- }
-
- .biz-nav-wrapper .navbar-brand img {
- width: 150px;
- }
-
- .navbar-nav .nav-item .nav-link {
- color: #000000;
- font-family: "Satoshi", sans-serif;
- }
-
- /* footer */
- .footer-wrapper {
- background-image: url(../dist/assets/imgs/Home/Footer-bg-1.png);
- background-size: cover;
- }
- .footer-wrapper .footer-content-main-container {
- background-image: url(../dist/assets/imgs/Home/Footer-pattern.png);
- background-size: contain;
- background-position: right 30px;
- background-repeat: no-repeat;
- }
- .footer-wrapper .last-col-footer {
- width: 23%;
- }
- @media (min-width: 1990px) {
- .footer-wrapper .footer-rkt {
- right: 45px !important;
- }
- }
- .footer-wrapper .footer-logo img {
- width: 120px;
- }
- .footer-wrapper li,
- .footer-wrapper .footer-sub-content p {
- line-height: 2rem;
- font-family: "Satoshi", sans-serif;
- }
-
- /* footer */
- .footer-wrapper {
- background-color: rgb(0, 0, 0);
- border-radius: 0 275px 0 0;
- -webkit-clip-path: polygon(100% 0%, 100% 0%, 81% 100%, 92% -95%, 100% 100%, 0 100%, 0% 70%, 0 0);
- clip-path: polygon(100% 0%, 100% 0%, 81% 100%, 92% -95%, 100% 100%, 0 100%, 0% 70%, 0 0);
- }
-
- .footer-wrapper li {
- line-height: 2rem;
- }/*# sourceMappingURL=style.css.map */
|