Ingen beskrivning
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

_productOverview.scss 12KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809
  1. .productOverviewBody{
  2. overflow-x: hidden;
  3. }
  4. .productoverviewmain {
  5. background-image: url("../../dist/assets/imgs/productoverview/productbg.png");
  6. background-color: white;
  7. background-size: cover;
  8. background-repeat: no-repeat;
  9. background-position: center;
  10. position: relative;
  11. }
  12. $PO_footerText: 0.7rem;
  13. .photo_dual {
  14. width: 40rem;
  15. }
  16. .price_footer {
  17. background: rgba(255, 255, 255, 0.25);
  18. /* box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ); */
  19. backdrop-filter: blur(4px);
  20. -webkit-backdrop-filter: blur(4px);
  21. border: 1px solid rgba(255, 255, 255, 0.18);
  22. border: 2px solid;
  23. position: absolute; //head
  24. z-index: 999;
  25. bottom: 0;
  26. left: 0;
  27. .price_footerContainer{
  28. // padding-left: 3rem;
  29. // padding-right: 3rem;
  30. }
  31. }
  32. @media (max-width:768px){
  33. .footerDesText{
  34. width: 100%;
  35. }
  36. }
  37. .boxImgContainer {
  38. width: 4rem;
  39. }
  40. .priceCut_multi {
  41. font-size: $PO_footerText;
  42. }
  43. .PO_learnMore {
  44. font-size: $PO_footerText;
  45. }
  46. .productOverview .overviewProductHeading {
  47. font-size: 2.1rem;
  48. font-family: "satoshi", sans-serif;
  49. font-weight: 500;
  50. }
  51. .productOverview .overviewProductFullTitle {
  52. padding: 2rem 11rem;
  53. font-size: 3rem;
  54. font-family: "orbitron", sans-serif;
  55. }
  56. .productOverview .overviewProductDes {
  57. padding: 0 2rem;
  58. font-size: 1.5rem;
  59. font-family: "satoshi", sans-serif;
  60. }
  61. .PO_galleryContainer .PO_gallery_display {
  62. min-height: 500px;
  63. width: 100%;
  64. background: white;
  65. background: linear-gradient(180deg, white 7%, #ff8e9e4d 52%, #eb869478 100%);
  66. position: relative;
  67. overflow: hidden;
  68. }
  69. .PO_galleryContainer .PO_gallery_display .PO_gallery_display_img {
  70. position: absolute;
  71. top: 50%;
  72. left: 50%;
  73. transform: translate(-50%, -46%);
  74. }
  75. .PO_gallery_box {
  76. padding: 1rem;
  77. }
  78. .PO_galleryContainer .PO_gallery_box_inner {
  79. padding: 1rem;
  80. background-color: #eeeeee;
  81. }
  82. .mobileAw{
  83. display: none;
  84. }
  85. .productoverBox {
  86. height: 900px;
  87. .productoverBox-1 {
  88. height: 225px;
  89. }
  90. .productoverBox-2 {
  91. height: 225px;
  92. .futureProof {
  93. position: relative;
  94. }
  95. .futureProofImg {
  96. position: absolute;
  97. top: 0;
  98. right: 0;
  99. width: 50%;
  100. }
  101. }
  102. .productoverBox-3 {
  103. height: 225px;
  104. }
  105. .productoverBox-4 {
  106. height: 225px;
  107. }
  108. .productoverBox-5 {
  109. height: 200px;
  110. overflow: hidden;
  111. .box_innerImg {
  112. position: absolute;
  113. right: 8%;
  114. top: 0;
  115. height: 100%;
  116. img {
  117. scale: 1.2;
  118. }
  119. }
  120. }
  121. .productoverBox-6 {
  122. height: 150px;
  123. }
  124. .productoverBox-7 {
  125. height: 225px;
  126. position: relative;
  127. .gridTruelifeImg {
  128. position: absolute;
  129. width: 85%;
  130. bottom: 0;
  131. left: 0;
  132. }
  133. }
  134. .productoverBox-8 {
  135. height: 60px;
  136. }
  137. .productoverBox-9 {
  138. height: 230px;
  139. }
  140. .productoverBox-10 {
  141. height: 150px;
  142. }
  143. .productoverBox-11 {
  144. height: 180px;
  145. }
  146. .productoverBox-12 {
  147. height: 75px;
  148. }
  149. .PO_box {
  150. // background-color: red;
  151. height: 100%;
  152. >div {
  153. padding: 1rem 0rem;
  154. }
  155. .box_inner {
  156. // height: 100%;
  157. position: relative;
  158. }
  159. .bgBox_Content {
  160. background: rgb(236, 236, 236);
  161. background: linear-gradient(90deg,
  162. rgba(236, 236, 236, 1) 4%,
  163. rgba(118, 118, 118, 1) 100%);
  164. }
  165. .box_inner_right {
  166. padding-left: 1rem;
  167. }
  168. .box_inner_left {
  169. padding-right: 1rem;
  170. }
  171. }
  172. }
  173. // specsgrid
  174. .specsgrid {
  175. display: grid;
  176. height: 100vh;
  177. gap: 20px;
  178. grid-template-columns: repeat(8, minmax(5%, 1fr));
  179. grid-template-rows: repeat(12, minmax(5%, 1fr));
  180. .specsItem {
  181. background-color: red;
  182. }
  183. .specsItem-1 {
  184. grid-column: 1/4;
  185. grid-row: 1/4;
  186. }
  187. .specsItem-2 {
  188. grid-column: 1/4;
  189. grid-row: 1/4;
  190. }
  191. }
  192. // specsgrid end
  193. .displayscreenpad {
  194. .displayscreenpadContainer {
  195. text-align: center;
  196. }
  197. .displayscreenpadHeading {
  198. font-size: 8rem;
  199. }
  200. .displayscreenpadMain {
  201. // top: -108px;
  202. margin-top: -8%;
  203. }
  204. .displayscreenpadleft {
  205. >img {
  206. left: -8%;
  207. }
  208. }
  209. .displayscreenpadright {
  210. >img {
  211. right: -10%;
  212. }
  213. }
  214. }
  215. .dual_des_heading {
  216. font-size: 3rem;
  217. }
  218. .dualLaptop {
  219. width: 100vw;
  220. // height: 1300px;
  221. top: -100px;
  222. margin-top: 100px;
  223. margin-bottom: -100px;
  224. position: relative;
  225. // overflow-x: hidden;
  226. .zeroBMain_desP {
  227. font-size: 1.2rem;
  228. }
  229. .zeroBMain_des {
  230. position: absolute;
  231. top: 0;
  232. right: 0;
  233. max-width: 700px;
  234. padding-right: 9rem;
  235. }
  236. .dualImgs {
  237. position: absolute;
  238. .dualImgsInner {
  239. width: 50rem;
  240. }
  241. }
  242. .dualImgsOne {
  243. top: 0;
  244. left: -10rem;
  245. transform: rotate(343deg);
  246. width: 68%;
  247. }
  248. .dualImgsTwo {
  249. // top:0;
  250. // right: -80%;
  251. // transform: rotate(330deg);
  252. top: 14rem;
  253. right: -62%;
  254. transform: rotate(339deg);
  255. .dualImgsInner {
  256. width: 82%;
  257. }
  258. }
  259. }
  260. .tableLaptop {
  261. margin-top: 300px;
  262. // border: 1px solid;
  263. height: 90vh;
  264. width: 100vw;
  265. position: relative;
  266. .circleTableLaptop_Heading {
  267. position: absolute;
  268. top: 50%;
  269. left: 50%;
  270. transform: translate(-50%, -311%);
  271. }
  272. .justTableLaptop {
  273. position: absolute;
  274. width: 86%;
  275. top: -10px;
  276. right: 128px;
  277. z-index: 1;
  278. }
  279. .circleTableLaptop {
  280. background-color: #ececec;
  281. height: 70rem;
  282. width: 70rem;
  283. border-radius: 50%;
  284. position: relative;
  285. overflow: hidden;
  286. .circleTableLaptopTop {
  287. bottom: -3%;
  288. width: 80%;
  289. position: absolute;
  290. top: 50%;
  291. left: 50%;
  292. transform: translate(-50%, 2%);
  293. }
  294. }
  295. .circleTableLaptop_text {
  296. position: absolute;
  297. top: 50%;
  298. left: 50%;
  299. transform: translate(-50%, 106%);
  300. }
  301. margin-bottom: 300px;
  302. }
  303. .trueLifeDisplay {
  304. .trueLifeDisplay_headingHD {
  305. >.headingLife {
  306. font-size: 6rem;
  307. }
  308. }
  309. .trueLifeDisplay_des {
  310. padding: 0 10rem;
  311. }
  312. }
  313. .font_p_Dual {
  314. font-size: 1.2rem;
  315. }
  316. .tableLaptopTwo{
  317. width: 100vw;
  318. height: 100vh;
  319. background-image: url("../../dist/assets/imgs/sectiontest.png");
  320. background-color: white;
  321. background-size: contain;
  322. background-repeat: no-repeat;
  323. background-position: center;
  324. }
  325. .dragondisplay {
  326. position: relative;
  327. background: rgb(255, 255, 255);
  328. background: linear-gradient(184deg,
  329. rgba(255, 255, 255, 1) 4%,
  330. rgba(235, 255, 133, 1) 100%);
  331. overflow: hidden;
  332. .dragondisplay_heading {
  333. position: absolute;
  334. bottom: -4%;
  335. margin: auto;
  336. width: 100%;
  337. >h1 {
  338. font-size: 8rem;
  339. text-align: center;
  340. }
  341. }
  342. .dragondisplay_des {
  343. max-width: 600px;
  344. position: absolute;
  345. right: 0;
  346. top: 13%;
  347. padding: 4rem;
  348. }
  349. }
  350. .intelGen {
  351. .intelGenUL {
  352. max-width: 250px;
  353. gap: 8rem;
  354. .intelGenULHeading {
  355. font-size: 1.8rem;
  356. font-weight: 700;
  357. border-bottom: 2px solid;
  358. }
  359. }
  360. .cpuSection {
  361. background-image: url("./../../dist/assets/imgs/productoverview/cpu.png");
  362. background-color: white;
  363. background-size: cover;
  364. background-repeat: no-repeat;
  365. background-position: center;
  366. }
  367. }
  368. @media (max-width:1200px) {
  369. // section
  370. .productOverview {
  371. .p-6{
  372. padding:0;
  373. }
  374. .overviewProductFullTitle{
  375. padding: 2rem 5rem;
  376. font-size: 2rem;
  377. }
  378. }
  379. // section
  380. .productOverview {
  381. >div {
  382. padding: 0;
  383. }
  384. }
  385. // seciton
  386. .dualLaptop .dualImgsTwo .dualImgsInner {
  387. transform: rotate(339deg) translateX(57%) translateY(55%);
  388. }
  389. // section
  390. .productOverview .overviewProductFullTitle {
  391. font-size: 1rem;
  392. padding: 2rem 0rem;
  393. }
  394. .productOverview .overviewProductDes {
  395. font-size: 0.7rem;
  396. padding: 0.5rem;
  397. }
  398. .PO_galleryContainer .PO_gallery_display .PO_gallery_display_img {
  399. width: 100%;
  400. }
  401. .PO_galleryContainer .PO_gallery_display {
  402. min-height: 300px;
  403. }
  404. .PO_gallery_box {
  405. padding: 0;
  406. }
  407. .PO_galleryContainer .PO_gallery_box_inner {
  408. padding: 0;
  409. }
  410. .productoverBox.px-6 {
  411. padding: 1rem;
  412. margin: 0;
  413. height: max-content;
  414. }
  415. // ssection end
  416. .displayscreenpad {
  417. .displayscreenpadHeading {
  418. font-size: 4rem;
  419. }
  420. }
  421. // section end
  422. .dualLaptop {
  423. .dual_des_heading {
  424. font-size: 2rem;
  425. }
  426. .zeroBMain_des {
  427. padding-right: 0;
  428. .zeroBMain_desP {
  429. font-size: 0.8rem;
  430. max-width: 400px;
  431. }
  432. }
  433. }
  434. //section
  435. .controlPanel {
  436. .controlPanel_des{
  437. top: -110px;
  438. >h1 {
  439. font-size: 2.5rem;
  440. }
  441. }
  442. }
  443. }
  444. @media (max-width:1000px){
  445. .dualpassage{
  446. padding-left: 10rem;
  447. padding-right: 2rem;
  448. }
  449. }
  450. @media (max-width:790px) {
  451. .productOverview {
  452. .p-6{
  453. padding:0;
  454. }
  455. .overviewProductFullTitle{
  456. padding: 2rem 0;
  457. font-size: 1rem;
  458. }
  459. .overviewProductDes{
  460. font-size: 0.7rem;
  461. }
  462. }
  463. // section
  464. // section
  465. .displayscreenpad {
  466. .displayscreenpadHeading {
  467. font-size: 2rem;
  468. }
  469. }
  470. .dualLaptop {
  471. .dual_des_heading {
  472. font-size: 1rem;
  473. }
  474. .zeroBMain_des {
  475. // padding-right: 3rem;
  476. .zeroBMain_desP {
  477. font-size: 0.7rem;
  478. max-width: 400px;
  479. }
  480. }
  481. }
  482. // section
  483. .controlPanel{
  484. .controlPanel_des{
  485. >h1 {
  486. font-size: 1.9rem;
  487. }
  488. }
  489. }
  490. }
  491. @media (max-width:670px) {
  492. .zeroBMain_des{
  493. display: none;
  494. }
  495. .mobileAw{
  496. display: block;
  497. }
  498. }
  499. // media quiue
  500. @include respond(phone) {
  501. .p-6 {
  502. padding: 0;
  503. }
  504. .productoverviewmain .displayscreenpad .displayscreenpadHeading {
  505. font-size: 5rem;
  506. }
  507. .banner_heading_4 {
  508. font-size: 2rem;
  509. }
  510. // section 3
  511. .displayscreenpad {
  512. .displayscreenpadHeading {
  513. font-size: 2rem;
  514. }
  515. .displayscreenpadMain {
  516. top: 0;
  517. }
  518. .twoScreenHeading{
  519. font-size: 1rem;
  520. }
  521. }
  522. // section 5
  523. .tableLaptop {
  524. margin-top: 20%;
  525. margin-bottom: 0;
  526. height: max-content;
  527. .dual_des_heading {
  528. font-size: 1rem;
  529. }
  530. .circleTableLaptop {
  531. height: 300px;
  532. }
  533. .circleTableLaptop .circleTableLaptopTop {
  534. bottom: -3%;
  535. width: 80%;
  536. position: absolute;
  537. top: 50%;
  538. left: 50%;
  539. transform: translate(-50%, 2%);
  540. }
  541. .circleTableLaptop_Heading {
  542. position: absolute;
  543. top: 4%;
  544. left: 50%;
  545. transform: translate(-50%, 0);
  546. }
  547. .justTableLaptop {
  548. position: absolute;
  549. width: 86%;
  550. top: 26%;
  551. right: 30px;
  552. z-index: 1;
  553. }
  554. .circleTableLaptop_text {
  555. position: absolute;
  556. top: 50%;
  557. left: 50%;
  558. transform: translate(-50%, 0%);
  559. }
  560. }
  561. .trueLifeDisplay {
  562. margin-top: 50px;
  563. .trueLifeDisplay_headingHD {
  564. >h1,
  565. .headingLife {
  566. font-size: 2rem;
  567. }
  568. }
  569. .trueLifeDisplay_des {
  570. padding: 1rem;
  571. .font_p_Dual {
  572. font-size: 0.9rem;
  573. }
  574. }
  575. }
  576. // section 6
  577. .controlPanel {
  578. margin-top: 3rem;
  579. padding-bottom: 100px;
  580. //heading h1
  581. >.p-5 {
  582. padding: 0 !important;
  583. }
  584. .bgControlpanel {
  585. min-height: 85vh;
  586. .bgControlpaneltabs {
  587. top: 55%;
  588. right: 0;
  589. transform: translateY(-50%);
  590. }
  591. }
  592. .controlPanel_des {
  593. top:0%;
  594. width: 100%;
  595. left: 50%;
  596. text-align: center;
  597. transform: translateX(-50%);
  598. margin: 1rem 0;
  599. margin: 1rem 0;
  600. >h1 {
  601. font-size: 1.2rem;
  602. }
  603. }
  604. .bgControlpaneltabs {
  605. padding: 0.1rem !important;
  606. padding-top: 3rem !important;
  607. >.nav-tabs {
  608. padding: 0;
  609. }
  610. >ul {
  611. padding: 1rem;
  612. }
  613. #tabLaptopContent {
  614. padding: 1rem;
  615. }
  616. }
  617. }
  618. // section 7
  619. .proSection{
  620. .designedProLaptop_title{
  621. .designedProLaptop_title_text {
  622. font-size: 2rem;
  623. }
  624. }
  625. }
  626. // // popupKeyboard
  627. // .popupKeyboard {
  628. // padding: 1rem;
  629. // .popupKeyboard_heading {
  630. // >h1 {
  631. // font-size: 2rem;
  632. // }
  633. // }
  634. // .popupKeyboard_hParent .popupKeyboard_des {
  635. // max-width: max-content;
  636. // font-size: 0.9rem;
  637. // }
  638. // }
  639. }