Nav apraksta
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

_productOverview.scss 5.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340
  1. .productoverviewmain {
  2. background-image: url("../../dist/assets/imgs/productoverview/productbg.png");
  3. background-color: white;
  4. background-size: cover;
  5. background-repeat: no-repeat;
  6. background-position: center;
  7. position: relative;
  8. }
  9. $PO_footerText: 0.7rem;
  10. .photo_dual {
  11. width: 40rem;
  12. }
  13. .price_footer {
  14. background: rgba(255, 255, 255, 0.25);
  15. /* box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ); */
  16. backdrop-filter: blur(4px);
  17. -webkit-backdrop-filter: blur(4px);
  18. border: 1px solid rgba(255, 255, 255, 0.18);
  19. border: 2px solid;
  20. position: absolute;
  21. z-index: 999;
  22. bottom: 0;
  23. left: 0;
  24. }
  25. .boxImgContainer {
  26. width: 4rem;
  27. }
  28. .priceCut_multi {
  29. font-size: $PO_footerText;
  30. }
  31. .PO_learnMore {
  32. font-size: $PO_footerText;
  33. }
  34. .productOverview .overviewProductHeading {
  35. font-size: 2.1rem;
  36. font-family: "satoshi", sans-serif;
  37. font-weight: 500;
  38. }
  39. .productOverview .overviewProductFullTitle {
  40. padding: 2rem 11rem;
  41. font-size: 3rem;
  42. font-family: "orbitron", sans-serif;
  43. }
  44. .productOverview .overviewProductDes {
  45. padding: 0 2rem;
  46. font-size: 1.5rem;
  47. font-family: "satoshi", sans-serif;
  48. }
  49. .PO_galleryContainer .PO_gallery_display {
  50. min-height: 500px;
  51. width: 100%;
  52. background: white;
  53. background: linear-gradient(180deg, white 7%, #ff8e9e4d 52%, #eb869478 100%);
  54. position: relative;
  55. }
  56. .PO_galleryContainer .PO_gallery_display .PO_gallery_display_img {
  57. position: absolute;
  58. top: 50%;
  59. left: 50%;
  60. transform: translate(-50%, -50%);
  61. }
  62. .PO_galleryContainer .PO_gallery_box_inner {
  63. padding: 2rem;
  64. background-color: #eeeeee;
  65. }
  66. .productoverBox {
  67. .PO_box {
  68. // background-color: red;
  69. height: 100%;
  70. > div {
  71. padding: 1rem 0rem;
  72. }
  73. .box_inner {
  74. height: 100%;
  75. }
  76. .bgBox_Content {
  77. background: rgb(236, 236, 236);
  78. background: linear-gradient(
  79. 90deg,
  80. rgba(236, 236, 236, 1) 4%,
  81. rgba(118, 118, 118, 1) 100%
  82. );
  83. }
  84. .box_inner_right {
  85. padding-left: 1rem;
  86. }
  87. .box_inner_left {
  88. padding-right: 1rem;
  89. }
  90. }
  91. }
  92. .displayscreenpad {
  93. .displayscreenpadContainer {
  94. text-align: center;
  95. }
  96. .displayscreenpadHeading {
  97. font-size: 8rem;
  98. }
  99. .displayscreenpadMain {
  100. top: -108px;
  101. }
  102. .displayscreenpadleft {
  103. > img {
  104. left: -8%;
  105. }
  106. }
  107. .displayscreenpadright {
  108. > img {
  109. right: -10%;
  110. }
  111. }
  112. }
  113. .dual_des_heading{
  114. font-size: 3rem;
  115. }
  116. .dualLaptop{
  117. width: 100vw;
  118. height: 1000px;
  119. top:-100px;
  120. margin-bottom: -100px;
  121. position: relative;
  122. .zeroBMain_desP{
  123. font-size: 1.2rem;
  124. }
  125. .zeroBMain_des{
  126. position: absolute;
  127. top: 0;
  128. right: 0;
  129. max-width: 700px;
  130. padding-right: 9rem;
  131. }
  132. .dualImgs{
  133. position: absolute;
  134. .dualImgsInner{
  135. width: 63%;
  136. }
  137. }
  138. .dualImgsOne{
  139. top:0;
  140. left: -10%;
  141. transform: rotate(343deg);
  142. width: 68%;
  143. }
  144. .dualImgsTwo{
  145. // top:0;
  146. // right: -80%;
  147. // transform: rotate(330deg);
  148. top: 31%;
  149. right: -68%;
  150. transform: rotate(339deg);
  151. .dualImgsInner{
  152. width: 82%;
  153. }
  154. }
  155. }
  156. .tableLaptop{
  157. margin-top: 300px;
  158. // border: 1px solid;
  159. height: 90vh;
  160. width: 100vw;
  161. position: relative;
  162. .circleTableLaptop_Heading{
  163. position: absolute;
  164. top: 50%;
  165. left: 50%;
  166. transform: translate(-50%, -311%);
  167. }
  168. .justTableLaptop{
  169. position: absolute;
  170. width: 86%;
  171. top: -10px;
  172. right: 128px;
  173. z-index: 1;
  174. }
  175. .circleTableLaptop{
  176. background-color: #ECECEC;
  177. height: 70rem;
  178. width: 70rem;
  179. border-radius: 50%;
  180. position: relative;
  181. overflow: hidden;
  182. .circleTableLaptopTop{
  183. bottom: -3%;
  184. width: 80%;
  185. position: absolute;
  186. top: 50%;
  187. left: 50%;
  188. transform: translate(-50%, 2%);
  189. }
  190. }
  191. .circleTableLaptop_text{
  192. position: absolute;
  193. top: 50%;
  194. left: 50%;
  195. transform: translate(-50%, 168%);
  196. }
  197. margin-bottom: 300px;
  198. }
  199. .trueLifeDisplay{
  200. .trueLifeDisplay_headingHD{
  201. >.headingLife{
  202. font-size: 6rem;
  203. }
  204. }
  205. .trueLifeDisplay_des{
  206. padding: 0 10rem;
  207. }
  208. }
  209. .font_p_Dual{
  210. font-size: 1.2rem;
  211. }
  212. .controlPanel{
  213. margin-top: 10rem;
  214. padding-bottom: 550px;
  215. .controlPanel_des{
  216. position: absolute;
  217. top: -170px;
  218. left: 80px;
  219. }
  220. .bgControlpanel{
  221. min-height: 100vh;
  222. background-color: #ECECEC;
  223. border-radius: 157px;
  224. position: relative;
  225. .bgControlpaneltabs{
  226. position: absolute;
  227. top: 100px;
  228. right: 0;
  229. .nav-tabs{
  230. border-bottom: 1px solid;
  231. margin-bottom: 2rem;
  232. }
  233. .nav-item{
  234. position: relative;
  235. border: none;
  236. }
  237. .nav-tabs .nav-link {
  238. position: relative;
  239. color: black;
  240. font-weight: 500;
  241. }
  242. .nav-tabs .nav-link.active{
  243. border: none;
  244. background-color: transparent;
  245. }
  246. .nav-tabs .nav-link.active::before {
  247. display: block;
  248. }
  249. .nav-item .nav-link::before{
  250. content: '';
  251. position: absolute;
  252. width: 100%;
  253. height: 5px;
  254. bottom: -2px;
  255. right: 0;
  256. display: none;
  257. background-color: black;
  258. }
  259. }
  260. }
  261. }
  262. .designedProLaptop{
  263. position: relative;
  264. .designedProLaptop_title{
  265. position: absolute;
  266. top: -200px;
  267. left: 0;
  268. z-index: 1;
  269. }
  270. .designedProLaptop_title_text{
  271. font-size: 10rem;
  272. }
  273. .designedProLaptop_img{
  274. position: absolute;
  275. top: 0;
  276. right: 700px;
  277. }
  278. }