Nessuna descrizione
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_allInOne.scss 8.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507
  1. .clipPathSectionCol{
  2. position: relative;
  3. .innerClipPathImg{
  4. position: absolute;
  5. top: 12%;
  6. left: 9%;
  7. width: 81%;
  8. }
  9. .innerClipPathImgFirstThree{
  10. position: absolute;
  11. top: 12%;
  12. left:5%;
  13. width: 81%;
  14. }
  15. .innerClipPathImgFirstFour{
  16. position: absolute;
  17. top: 12%;
  18. left:5%;
  19. width: 81%;
  20. >img{
  21. transform: scale(0.7);
  22. }
  23. }
  24. .innerClipPathImgSectionTwo{
  25. position: absolute;
  26. top: 50%;
  27. left: 28%;
  28. transform: translateY(-50%);
  29. width: 81%;
  30. }
  31. .innerClipPathImgSectionThree{
  32. position: absolute;
  33. top: 50%;
  34. left:17%;
  35. transform: translateY(-50%);
  36. width: 81%;
  37. }
  38. .innerClipPathImgSectionFour{
  39. position: absolute;
  40. top: 50%;
  41. left: 17%;
  42. transform: translateY(-50%);
  43. width: 81%;
  44. // >img{
  45. // transform: scale(0.7);
  46. // }
  47. }
  48. }
  49. .allinoneLanding{
  50. // background-image: url("./../../dist/assets/imgs/allinone/allinonebg.png");
  51. // background-color: white;
  52. // background-size: cover;
  53. // background-repeat: no-repeat;
  54. // background-position: center;
  55. position: relative;
  56. // width: 100vw;
  57. // height: 100vh;
  58. #navbar-head *{
  59. color: white;
  60. }
  61. .headingAllinOne{
  62. position: absolute;
  63. bottom: 10%;
  64. left: 0;
  65. }
  66. }
  67. .sectionTwoImgAllInone{
  68. transform: scale(1.4);
  69. }
  70. .allinoneDualMarginTop{
  71. margin-top: 100px;
  72. }
  73. .sectionfiveAllinOne{
  74. .infoContainer{
  75. position: relative;
  76. .infoContainerOneText{
  77. position: absolute;
  78. top: 20%;
  79. left: 50%;
  80. transform: translateX(-50%);
  81. >h1{
  82. font-size: 1.7rem;
  83. }
  84. }
  85. // width: 100%;
  86. // max-height: 500px;
  87. }
  88. }
  89. .infoContainerYellow{
  90. background-color: #FFB518;
  91. }
  92. .infoContainerOrange{
  93. background-color: #E05E00;
  94. color: white;
  95. }
  96. .infoContainerBlue{
  97. background-color: #461DCF;
  98. color: white;
  99. }
  100. .infoContainer_des{
  101. font-size: 0.8rem;
  102. }
  103. .supportBoxCircle{
  104. width: 100px;
  105. height: 100px;
  106. background-color: black;
  107. border-radius: 50%;
  108. }
  109. // carouselLanding
  110. .carouselLanding{
  111. overflow-x: auto;
  112. display: flex;
  113. gap: 50px;
  114. margin-bottom:4rem;
  115. .carouselLandingItem{
  116. width: 300px;
  117. >div{
  118. border-radius: 25px;
  119. overflow: hidden;
  120. }
  121. .carouselLandingItemInner{
  122. position: relative;
  123. .carouselLandingItemInnerOverlay{
  124. position: absolute;
  125. top: 0;
  126. bottom: 0;
  127. left: 0;
  128. right: 0;
  129. background: rgba(0, 0, 0, 0.453);
  130. }
  131. }
  132. }
  133. }
  134. // owl-nav
  135. .allinoneslider{
  136. .carouselLanding {
  137. position: relative;
  138. display: flex;
  139. align-items: center;
  140. justify-content: center;
  141. }
  142. .owl-nav{
  143. bottom: 0;
  144. position: absolute;
  145. display: none;
  146. right: 15%;
  147. border: 1px solid;
  148. padding: 0.5rem 1.3rem;
  149. border-radius: 70px;
  150. span{
  151. font-size: 2rem;
  152. text-align: center;
  153. }
  154. }
  155. .owl-stage{
  156. width: 100% !important;
  157. }
  158. }
  159. @media (max-width:1400px) {
  160. .allinoneslider{
  161. .owl-stage{
  162. width: max-content !important;
  163. }
  164. }
  165. }
  166. @media (max-width:1300px) {
  167. .laptopsSection .headinglaptop{
  168. font-size: 5rem;
  169. }
  170. .headinglaptopSub{
  171. font-size: 1.2rem;
  172. }
  173. }
  174. @media (max-width:1000px) {
  175. .laptopsSection .headinglaptop{
  176. font-size: 3rem;
  177. }
  178. .headinglaptopSub{
  179. font-size: 1.2rem;
  180. }
  181. // allinoneDual
  182. .allinoneDualMarginTop {
  183. .allinoneDualMarginTop_desContainer {
  184. padding: 2rem;
  185. h1{
  186. font-size: 2rem;
  187. }
  188. .allinoneDualMarginTop_p{
  189. font-size: 1rem;
  190. }
  191. }
  192. }
  193. .allinoneDualMarginTop{
  194. margin-top: 100px;
  195. }
  196. }
  197. @media (tab-port) {
  198. .laptopsSection .headinglaptop{
  199. font-size: 2rem;
  200. }
  201. .headinglaptopSub{
  202. font-size: 1rem;
  203. }
  204. }
  205. @include respond(phone) {
  206. .headingAllinOne > h1{
  207. font-size: 2rem;
  208. }
  209. }
  210. @media (max-width:600px) {
  211. .supTitleSection{
  212. text-align: center;
  213. font-size: 1rem;
  214. }
  215. .allinoneDualMarginTop .clipPathSectionCol{
  216. padding-right: 0 !important;
  217. }
  218. .headingAllinOne{
  219. padding-left: 2rem !important;
  220. padding-right: 2rem !important;
  221. > h1{
  222. font-size: 2rem;
  223. }
  224. }
  225. .laptopSectionDesP{
  226. padding: 1rem;
  227. width: 100%;
  228. align-items: center;
  229. }
  230. .allinoneDualMarginTop {
  231. .clipPathSectionCol{
  232. padding-left: 0 !important;
  233. }
  234. }
  235. .clipPathSectionCol{
  236. //padding-left: 1rem !important;
  237. .allinoneDualMarginTop_pContainer{
  238. padding: 2rem;
  239. align-items: center;
  240. }
  241. .innerClipPathImgSectionThree{
  242. top: 30%;
  243. }
  244. .innerClipPathImgSectionFour{
  245. top: 30%;
  246. }
  247. }
  248. .supportBoxParent{
  249. padding: 2rem;
  250. gap: 1.5rem;
  251. }
  252. .allinoneDualMarginTop_p{
  253. text-align: center;
  254. font-size: 1rem;
  255. }
  256. .insightsAdvHeading{
  257. margin-top: 2rem;
  258. }
  259. .insightsAdv{
  260. width: 100vw;
  261. padding: 1rem;
  262. >ul{
  263. overflow-x: auto;
  264. }
  265. }
  266. .carouselLanding{
  267. overflow-x: auto;
  268. display: block;
  269. gap:0;
  270. margin-bottom:1rem;
  271. .carouselLandingItem{
  272. width: 100%;
  273. >div{
  274. border-radius: 25px;
  275. overflow: hidden;
  276. }
  277. .carouselLandingItemInner{
  278. position: relative;
  279. .carouselLandingItemInnerOverlay{
  280. position: absolute;
  281. top: 0;
  282. bottom: 0;
  283. left: 0;
  284. right: 0;
  285. background: rgba(0, 0, 0, 0.453);
  286. }
  287. }
  288. }
  289. .mt-5C{
  290. margin-top: 0;
  291. }
  292. }
  293. }
  294. @media (max-width:576px){
  295. .allinInMargintop{
  296. margin-top: 100px;
  297. }
  298. .content-main-allinone{
  299. padding: 1rem;
  300. }
  301. .scaleSmallAllinone{
  302. scale: 0.9;
  303. }
  304. .allinoneslider{
  305. .owl-stage{
  306. width: max-content !important;
  307. }
  308. }
  309. }
  310. @media (max-width:320px) {
  311. .laptopsSection {
  312. .headinglaptopSub{
  313. text-align: center;
  314. font-size: 1rem;
  315. }
  316. .laptopSectionDesP {
  317. gap: 2rem !important;
  318. }
  319. }
  320. .allinoneDualMarginTop {
  321. .allinoneDualMarginTop_p{
  322. text-align: center;
  323. font-size: 1rem;
  324. }
  325. .allinoneDualMarginTop_pContainer {
  326. width: 100%;
  327. }
  328. .clipPathSectionCol{
  329. padding-left: 0 !important;
  330. padding-right: 0 !important;
  331. }
  332. }
  333. .clipPathSectionCol {
  334. .innerClipPathImgSectionThree{
  335. top: 22%;
  336. }
  337. .innerClipPathImgSectionFour{
  338. top: 22%;
  339. }
  340. .innerClipPathImgFirstFour{
  341. top: 0;
  342. }
  343. }
  344. .allinoneDualMarginTop {
  345. margin-top: 100px;
  346. .innerClipPathImgFirstThree{
  347. top:0;
  348. }
  349. }
  350. }
  351. .animateHeadingLeft,.dualLaptopSlideLeftone{
  352. transform: translateX(1000%);
  353. transition: $animation-timer ease;
  354. }
  355. .addTextanimationLeft{
  356. transform: translateX(0);
  357. }
  358. .animateHeadingRight,.dualLaptopSlideone{
  359. transform: translateX(-1000%);
  360. transition: $animation-timer ease;
  361. }
  362. .addTextanimationRight{
  363. transform: translateX(0);
  364. }
  365. // laptop 1
  366. .laptoponanimation,.allinOnepc{
  367. opacity: 0;
  368. transition: $animation-timer ease;
  369. }
  370. .addOpacity{
  371. opacity: 1;
  372. }
  373. .clipPathSectionCol {
  374. .dualLaptopSlideLeftone{
  375. transform: translate(1000%,-50%);
  376. transition: $animation-timer ease;
  377. }
  378. .dualLaptopSlideLeftoneLeft{
  379. transform: translate(0,-50%);
  380. }
  381. }
  382. .cpuSlideLeftone{
  383. transform: translateX(-1000%);
  384. transition: $animation-timer ease;
  385. }
  386. .controllerEight{
  387. transform: translateX(1000%);
  388. }
  389. .traslateZero{
  390. transform: translateX(0);
  391. }
  392. .clipPathSectionCol .innerClipPathImgSectionFour.controllerEight{
  393. transform: translate(1000%,-50%);
  394. transition: $animation-timer ease;
  395. }
  396. .clipPathSectionCol .innerClipPathImgSectionFour.traslateZero{
  397. transform: translate(0,-50%);
  398. }