Brak opisu
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 6.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382
  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: 200px;
  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. @media (max-width:1300px) {
  135. .laptopsSection .headinglaptop{
  136. font-size: 5rem;
  137. }
  138. .headinglaptopSub{
  139. font-size: 1.2rem;
  140. }
  141. }
  142. @media (max-width:1000px) {
  143. .laptopsSection .headinglaptop{
  144. font-size: 3rem;
  145. }
  146. .headinglaptopSub{
  147. font-size: 1.2rem;
  148. }
  149. // allinoneDual
  150. .allinoneDualMarginTop {
  151. .allinoneDualMarginTop_desContainer {
  152. padding: 2rem;
  153. h1{
  154. font-size: 2rem;
  155. }
  156. .allinoneDualMarginTop_p{
  157. font-size: 1rem;
  158. }
  159. }
  160. }
  161. .allinoneDualMarginTop{
  162. margin-top: 100px;
  163. }
  164. }
  165. @media (tab-port) {
  166. .laptopsSection .headinglaptop{
  167. font-size: 2rem;
  168. }
  169. .headinglaptopSub{
  170. font-size: 1rem;
  171. }
  172. }
  173. @include respond(phone) {
  174. .headingAllinOne > h1{
  175. font-size: 2rem;
  176. }
  177. }
  178. @media (max-width:600px) {
  179. .supTitleSection{
  180. text-align: center;
  181. font-size: 1rem;
  182. }
  183. .allinoneDualMarginTop .clipPathSectionCol{
  184. padding-right: 0 !important;
  185. }
  186. .headingAllinOne{
  187. padding-left: 2rem !important;
  188. padding-right: 2rem !important;
  189. > h1{
  190. font-size: 2rem;
  191. }
  192. }
  193. .laptopSectionDesP{
  194. padding: 1rem;
  195. width: 100%;
  196. align-items: center;
  197. }
  198. .allinoneDualMarginTop {
  199. .clipPathSectionCol{
  200. padding-left: 0 !important;
  201. }
  202. }
  203. .clipPathSectionCol{
  204. //padding-left: 1rem !important;
  205. .allinoneDualMarginTop_pContainer{
  206. padding: 2rem;
  207. align-items: center;
  208. }
  209. .innerClipPathImgSectionThree{
  210. top: 30%;
  211. }
  212. .innerClipPathImgSectionFour{
  213. top: 30%;
  214. }
  215. }
  216. .supportBoxParent{
  217. padding: 2rem;
  218. gap: 1.5rem;
  219. }
  220. .allinoneDualMarginTop_p{
  221. text-align: center;
  222. font-size: 1rem;
  223. }
  224. .insightsAdvHeading{
  225. margin-top: 2rem;
  226. }
  227. .insightsAdv{
  228. width: 100vw;
  229. padding: 1rem;
  230. >ul{
  231. overflow-x: auto;
  232. }
  233. }
  234. .carouselLanding{
  235. overflow-x: auto;
  236. display: block;
  237. gap:0;
  238. margin-bottom:1rem;
  239. .carouselLandingItem{
  240. width: 100%;
  241. >div{
  242. border-radius: 25px;
  243. overflow: hidden;
  244. }
  245. .carouselLandingItemInner{
  246. position: relative;
  247. .carouselLandingItemInnerOverlay{
  248. position: absolute;
  249. top: 0;
  250. bottom: 0;
  251. left: 0;
  252. right: 0;
  253. background: rgba(0, 0, 0, 0.453);
  254. }
  255. }
  256. }
  257. .mt-5C{
  258. margin-top: 0;
  259. }
  260. }
  261. }
  262. @media (max-width:320px) {
  263. .laptopsSection {
  264. .headinglaptopSub{
  265. text-align: center;
  266. font-size: 1rem;
  267. }
  268. .laptopSectionDesP {
  269. gap: 2rem !important;
  270. }
  271. }
  272. .allinoneDualMarginTop {
  273. .allinoneDualMarginTop_p{
  274. text-align: center;
  275. font-size: 1rem;
  276. }
  277. .allinoneDualMarginTop_pContainer {
  278. width: 100%;
  279. }
  280. .clipPathSectionCol{
  281. padding-left: 0 !important;
  282. padding-right: 0 !important;
  283. }
  284. }
  285. .clipPathSectionCol {
  286. .innerClipPathImgSectionThree{
  287. top: 22%;
  288. }
  289. .innerClipPathImgSectionFour{
  290. top: 22%;
  291. }
  292. .innerClipPathImgFirstFour{
  293. top: 0;
  294. }
  295. }
  296. .allinoneDualMarginTop {
  297. margin-top: 100px;
  298. .innerClipPathImgFirstThree{
  299. top:0;
  300. }
  301. }
  302. }