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.

main.css 35KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527
  1. /* Orbitron */
  2. @font-face {
  3. font-family: "Orbitron";
  4. src: url("../assets/font/orbitron/Orbitron-Regular.ttf") format("truetype");
  5. font-weight: 400;
  6. font-style: normal;
  7. }
  8. @font-face {
  9. font-family: "Orbitron";
  10. src: url("../assets/font/orbitron/Orbitron-Medium.ttf") format("truetype");
  11. font-weight: 500;
  12. font-style: normal;
  13. }
  14. @font-face {
  15. font-family: "Orbitron";
  16. src: url("../assets/font/orbitron/Orbitron-SemiBold.ttf") format("truetype");
  17. font-weight: 600;
  18. font-style: normal;
  19. }
  20. @font-face {
  21. font-family: "Orbitron";
  22. src: url("../assets/font/orbitron/Orbitron-Bold.ttf") format("truetype");
  23. font-weight: 700;
  24. font-style: normal;
  25. }
  26. /* Orbitron end */
  27. /* Satoshi */
  28. @font-face {
  29. font-family: "Satoshi";
  30. src: url("../assets/font/satoshi/Satoshi-Regular.ttf") format("truetype");
  31. font-weight: 400;
  32. font-style: normal;
  33. }
  34. @font-face {
  35. font-family: "Satoshi";
  36. src: url("../assets/font/satoshi/Satoshi-Medium.ttf") format("truetype");
  37. font-weight: 500;
  38. font-style: normal;
  39. }
  40. @font-face {
  41. font-family: "Satoshi";
  42. src: url("../assets/font/satoshi/Satoshi-Bold.ttf") format("truetype");
  43. font-weight: 700;
  44. font-style: normal;
  45. }
  46. /* Satoshi end */
  47. *,
  48. *::after,
  49. *::before {
  50. margin: 0;
  51. padding: 0;
  52. box-sizing: inherit;
  53. font-family: "Satoshi", sans-serif !important;
  54. }
  55. .satoshi_font {
  56. font-family: "Satoshi", sans-serif !important;
  57. }
  58. html {
  59. font-size: 100%;
  60. scroll-behavior: smooth !important;
  61. }
  62. body {
  63. box-sizing: border-box;
  64. overflow-x: hidden;
  65. }
  66. ::-webkit-scrollbar {
  67. width: 6px;
  68. }
  69. ::-webkit-scrollbar-thumb {
  70. background-color: #0A1039;
  71. }
  72. ::-webkit-scrollbar-track {
  73. background: #f1f1f1;
  74. }
  75. .trademark_sup{
  76. font-size: 8px;
  77. }
  78. .copy-right_sup{
  79. font-size: 18px;
  80. top: -0.2em !important;
  81. }
  82. @media only screen and (max-width: 56.25em) {
  83. body {
  84. padding: 0;
  85. }
  86. }
  87. .bg-green {
  88. background-color: #3bb78f;
  89. background: linear-gradient(90deg, #3bb78f 0%, #0bab64 35%, #3bb78f 100%);
  90. }
  91. .font-3 {
  92. font-size: 3rem;
  93. }
  94. .font-1_5 {
  95. font-size: 2rem;
  96. }
  97. .font-1_7 {
  98. font-size: 1.7rem;
  99. }
  100. .font-2 {
  101. font-size: 2.2rem;
  102. }
  103. .font-2_2 {
  104. font-size: 2.2rem;
  105. }
  106. .subtitle_1 {
  107. font-size: 1.5rem;
  108. }
  109. .gap-1 {
  110. gap: 0.7rem;
  111. }
  112. .banner_heading_4 {
  113. font-size: 3rem;
  114. }
  115. .padding_top_14 {
  116. padding-top: 14rem;
  117. }
  118. .padding_top_10 {
  119. padding-top: 10rem;
  120. }
  121. .p-6 {
  122. padding: 5rem;
  123. }
  124. .vh_60 {
  125. height: 60vh;
  126. }
  127. .vh-77 {
  128. height: 77vh;
  129. }
  130. .vh-85 {
  131. height: 85vh;
  132. }
  133. .vh-15 {
  134. height: 15vh;
  135. }
  136. .fw-600 {
  137. font-weight: 600;
  138. }
  139. .fw-700 {
  140. font-weight: 700;
  141. }
  142. .h-200p {
  143. height: 200px;
  144. }
  145. /* button */
  146. .button_dark {
  147. clip-path: polygon(75% 0, 86% 30%, 99% 66%, 100% 100%, 0 100%, 0 61%, 0 0);
  148. padding-right: 1.7rem;
  149. padding-bottom: 0.6rem;
  150. padding-top: 0.6rem;
  151. border-radius: 10px;
  152. }
  153. /* footer */
  154. .footer-wrapper li {
  155. line-height: 2rem;
  156. }
  157. /* -----------------------------productPages----------------------------------- */
  158. .font-weight-500 {
  159. font-weight: 500;
  160. }
  161. .font-weight-600 {
  162. font-weight: 600;
  163. }
  164. .font-weight-lighter {
  165. font-weight: lighter;
  166. }
  167. .product_page,.all_in_pg {
  168. background-color: #f8f4fc;
  169. }
  170. .product_head {
  171. font-size: 2rem;
  172. font-weight: 600;
  173. }
  174. .small_content {
  175. font-size: 0.7rem;
  176. }
  177. .product_details ul li {
  178. padding: 20px 31px 0px 20px;
  179. font-family: "Satoshi", sans-serif;
  180. }
  181. .product_details ul li::marker {
  182. content: '✓';
  183. font-weight: 600;
  184. }
  185. .product_heading {
  186. font-size: 1.5rem;
  187. }
  188. .product_page section,.all_in_pg section.product_view {
  189. padding-top: 50px;
  190. }
  191. .cookieAcceptBar {
  192. display: none;
  193. position: fixed;
  194. bottom: 0px;
  195. /* left: 0; */
  196. width: 100%;
  197. max-width: 20%;
  198. right: 0;
  199. background-color: #000000bd;
  200. color: #fff;
  201. padding: 5px 25px;
  202. z-index: 99999;
  203. }
  204. .cookieAcceptBar p {
  205. font-size: 14px;
  206. }
  207. #btnAcceptCookiePolicy {
  208. font-size: 0.8rem;
  209. }
  210. span.transform_text {
  211. position: absolute;
  212. left: -266px;
  213. top: 40%;
  214. font-size: 84px;
  215. transform: rotate(-90deg);
  216. /* transform: translate3d(-50%, -50%, 0); */
  217. -webkit-text-fill-color: transparent;
  218. -webkit-text-stroke: 1px rgb(200 199 199);
  219. -moz-text-fill-color: transparent;
  220. font-family: "Orbitron", sans-serif !important;
  221. }
  222. .zeno_sleekbook_2 {
  223. margin-top: 30px;
  224. }
  225. span.transform_fyro_text {
  226. position: absolute;
  227. left: -214px;
  228. /* top: 142%; */
  229. margin-top: 230px;
  230. font-size: 73px;
  231. transform: rotate(-90deg);
  232. /* transform: translate3d(-50%, -50%, 0); */
  233. -webkit-text-fill-color: transparent;
  234. -webkit-text-stroke: 1px rgb(200 199 199);
  235. -moz-text-fill-color: transparent;
  236. font-family: "Orbitron", sans-serif !important;
  237. }
  238. .pr-0 {
  239. padding-right: 0px !important;
  240. }
  241. .pl-0 {
  242. padding-left: 0px !important;
  243. }
  244. /* #carousel_item1 {
  245. background-image: url(../../dist/assets/imgs/Navbar/oradesktop-laptop-ram.jpg);
  246. background-size: cover;
  247. background-repeat: no-repeat;
  248. }
  249. #carousel_item2 {
  250. background-image: url(../../dist/assets/imgs/Navbar/Ora-NVMe.jpg);
  251. background-repeat: no-repeat;
  252. background-size: cover;
  253. } */
  254. .wrap-contact100 {
  255. width: 950px;
  256. background: #fff;
  257. overflow: hidden;
  258. display: -webkit-box;
  259. display: -webkit-flex;
  260. display: -moz-box;
  261. display: -ms-flexbox;
  262. display: flex;
  263. flex-wrap: wrap;
  264. align-items: stretch;
  265. flex-direction: row-reverse;
  266. }
  267. .modal-dialog {
  268. max-width: 950px;
  269. padding-top: 150px;
  270. margin: auto;
  271. }
  272. .form-floating {
  273. padding: 5px 0px 5px 0px;
  274. }
  275. #carousel_item1 .item {
  276. padding-top: 43px !important;
  277. }
  278. #carousel_item2 .item {
  279. padding-top: 65px !important;
  280. }
  281. @media (min-width:270px) and (max-width: 376px) {
  282. #carousel_item1 .item {
  283. padding-top: 128px !important;
  284. }
  285. }
  286. @media (min-width:377px) and (max-width:575px) {
  287. #carousel_item1 .item {
  288. padding-top: 110px !important;
  289. }
  290. }
  291. @media only screen and (max-width: 575px) {
  292. .w-sm-75 {
  293. width: 75% !important
  294. }
  295. .w-sm-25{
  296. width: 25% !important;
  297. }
  298. .w-sm-50{
  299. width: 50% !important;
  300. }
  301. .w-sm-75{
  302. width: 75% !important;
  303. }
  304. .product_partner .partners-img {
  305. height: 25px !important;
  306. padding-right: 5px;
  307. }
  308. .label_made img {
  309. height: 35px;
  310. }
  311. .product_details ul {
  312. padding: 0px;
  313. }
  314. .product_page section {
  315. padding-top: 60px;
  316. }
  317. .sec_nav_1,
  318. .sec_nav_2 {
  319. font-size: 0.8rem;
  320. }
  321. /*-------------------------------------- index page------------------------- */
  322. #carousel_item1 {
  323. height: 100%;
  324. }
  325. #carousel_item2 {
  326. height: 100%;
  327. background-size: cover;
  328. }
  329. /* .carousel-inner .carousel_img {
  330. height: 90vh !important;
  331. } */
  332. .home-main-container .hero-banner {
  333. background-position: 0;
  334. }
  335. .home-main-container .banner-main-container .col-md-6 {
  336. padding-top: 0rem !important;
  337. }
  338. .home-main-container .zeno_steamlined_section .zeno_products_main_container .Two_four_inch_Card {
  339. width: 100%;
  340. max-width: 100% !important;
  341. }
  342. .zeno_sleekbook_2 {
  343. margin-top: 0px;
  344. }
  345. .accessories_main_container .nvme_m_2 {
  346. padding: 15px !important;
  347. max-width: 100% !important;
  348. }
  349. .home-main-container .Explore_fyro_container .Explore_fyro_products_main_container .Fyro_main_card .rtxA_200 {
  350. margin-left: 1rem;
  351. margin-right: 1rem
  352. }
  353. .mobile-text-center p.card-text {
  354. margin-left: 12px;
  355. margin-right: 12px;
  356. }
  357. .zeno_section_heading_titleText h1,
  358. .Explore_fyro_heading_titleText h1 {
  359. font-size: 20px;
  360. }
  361. .mark_logo{
  362. top: 14px !important;
  363. left: 14px !important;
  364. width: 100%;
  365. max-width: 16% !important;
  366. }
  367. }
  368. @media only screen and (min-width: 1200px) {
  369. .border-left {
  370. border-left: 1px solid lightgray;
  371. }
  372. .product_partner .partners-img {
  373. height: 35px !important;
  374. padding-right: 5px;
  375. }
  376. .label_made img {
  377. height: 50px;
  378. }
  379. }
  380. @media(min-width:576px) and (max-width:767.98px) {
  381. .product_partner .partners-img {
  382. height: 35px !important;
  383. padding-right: 5px;
  384. }
  385. .label_made img {
  386. height: 50px;
  387. }
  388. /*-------------------------------------- index page------------------------- */
  389. .home-main-container .zeno_steamlined_section .zeno_products_main_container .Two_four_inch_Card {
  390. width: 100%;
  391. max-width: 100% !important;
  392. }
  393. .zeno_sleekbook_2 {
  394. margin-top: 0px;
  395. }
  396. .home-main-container .Explore_fyro_container .Explore_fyro_products_main_container .Fyro_main_card .rtxA_200 {
  397. margin-left: 2rem;
  398. margin-right: 2rem
  399. }
  400. .mobile-text-center h3.card-title {
  401. padding-top: 18px
  402. }
  403. }
  404. @media(min-width:768px) and (max-width:991.98px) {
  405. .product_partner .partners-img {
  406. height: 35px !important;
  407. padding-right: 5px;
  408. }
  409. .label_made img {
  410. height: 50px;
  411. }
  412. .modal-dialog {
  413. max-width: 950px;
  414. padding-top: 200px;
  415. margin: auto;
  416. }
  417. /*-------------------------------------- index page------------------------- */
  418. .banner_heading_4 {
  419. font-size: 1.8rem !important;
  420. }
  421. .home-main-container .zeno_steamlined_section .zeno_products_main_container .Two_four_inch_Card {
  422. width: 100%;
  423. max-width: 100% !important;
  424. }
  425. .zeno_sleekbook_2 {
  426. margin-top: 0px;
  427. }
  428. .accessories_main_container .nvme_m_2 {
  429. padding: 25px !important;
  430. max-width: 100% !important;
  431. }
  432. .accessories_main_container .ora_series .row,
  433. .accessories_main_container .keyboard_mouse .row {
  434. padding: 7px !important;
  435. }
  436. .accessories_main_container .ora_series .row .col-md-6.py-lg-4,
  437. .accessories_main_container .keyboard_mouse .row .col-md-6.py-lg-4 {
  438. padding-top: 0px !important;
  439. padding-bottom: 0px !important;
  440. }
  441. #carousel_item2 .item {
  442. padding-top: 48px !important;
  443. }
  444. #carousel_item1 .item {
  445. padding-top: 74px !important;
  446. }
  447. }
  448. @media(min-width:992px) and (max-width:1199.98px) {
  449. .product_partner .partners-img {
  450. height: 35px !important;
  451. padding-right: 5px;
  452. }
  453. .label_made img {
  454. height: 50px;
  455. }
  456. #carousel_item2 .item {
  457. padding-top: 73px !important;
  458. }
  459. .modal-dialog {
  460. max-width: 950px;
  461. padding-top: 230px;
  462. margin: auto;
  463. }
  464. }
  465. @media(min-width:1200px) {
  466. .w-lg-100 {
  467. width: 100% !important;
  468. }
  469. .modal-dialog {
  470. max-width: 950px;
  471. padding-top: 263px;
  472. margin: auto;
  473. }
  474. .text-lg-dark{
  475. color: #212529 !important;
  476. }
  477. .w-lg-25{
  478. width: 25% !important;
  479. }
  480. .w-lg-50{
  481. width: 50% !important;
  482. }
  483. .w-lg-75{
  484. width: 75% !important;
  485. }
  486. .bg-lg-white{
  487. background: #fff !important;
  488. }
  489. }
  490. @media(min-width:1204px) and (max-width:1399px) {
  491. .Two_four_inch_Card .card-body {
  492. padding-top: 20px !important;
  493. padding-bottom: 20px !important;
  494. }
  495. .zeno_sleekbook_1 .card-body div,
  496. .zeno_sleekbook_2 .card-body div {
  497. padding: 0px !important;
  498. }
  499. span.transform_text {
  500. position: absolute;
  501. left: -230px;
  502. top: 40%;
  503. font-size: 75px;
  504. transform: rotate(-90deg);
  505. /* transform: translate3d(-50%, -50%, 0); */
  506. -webkit-text-fill-color: transparent;
  507. -webkit-text-stroke: 1px rgb(200 199 199);
  508. -moz-text-fill-color: transparent;
  509. }
  510. .accessories_main_container .nvme_m_2 {
  511. padding: 25px !important;
  512. }
  513. .accessories_main_container .ora_series .row,
  514. .accessories_main_container .keyboard_mouse .row {
  515. padding: 16px !important;
  516. }
  517. .accessories_main_container .ora_series .row .col-md-6.py-lg-4,
  518. .accessories_main_container .keyboard_mouse .row .col-md-6.py-lg-4 {
  519. padding-top: 20px !important;
  520. padding-bottom: 20px !important;
  521. }
  522. #carousel_item1 .item {
  523. padding-top: 6px !important;
  524. }
  525. span.transform_fyro_text {
  526. position: absolute;
  527. left: -225px;
  528. /* top: 142%; */
  529. margin-top: 290px;
  530. font-size: 75px;
  531. transform: rotate(-90deg);
  532. /* transform: translate3d(-50%, -50%, 0); */
  533. -webkit-text-fill-color: transparent;
  534. -webkit-text-stroke: 1px rgb(200 199 199);
  535. -moz-text-fill-color: transparent;
  536. }
  537. #carousel_item2 .item {
  538. padding-top: 6px !important;
  539. }
  540. }
  541. @media(min-width:1000px) and (max-width:1203px) {
  542. .Two_four_inch_Card .card-body {
  543. padding-top: 62px !important;
  544. padding-bottom: 42px !important;
  545. }
  546. .zeno_sleekbook_1 .card-body div,
  547. .zeno_sleekbook_2 .card-body div {
  548. padding: 0px !important;
  549. }
  550. span.transform_text {
  551. position: absolute;
  552. left: -250px;
  553. top: 40%;
  554. font-size: 78px;
  555. transform: rotate(-90deg);
  556. /* transform: translate3d(-50%, -50%, 0); */
  557. -webkit-text-fill-color: transparent;
  558. -webkit-text-stroke: 1px rgb(200 199 199);
  559. -moz-text-fill-color: transparent;
  560. }
  561. .accessories_main_container .nvme_m_2 {
  562. padding: 25px !important;
  563. }
  564. .accessories_main_container .ora_series .row,
  565. .accessories_main_container .keyboard_mouse .row {
  566. padding: 10px !important;
  567. }
  568. .accessories_main_container .ora_series .row .col-md-6.py-lg-4,
  569. .accessories_main_container .keyboard_mouse .row .col-md-6.py-lg-4 {
  570. padding-top: 9px !important;
  571. padding-bottom: 9px !important;
  572. }
  573. }
  574. @media(min-width:1290px) and (max-width:1990px){
  575. span.transform_text {
  576. position: absolute;
  577. left: -273px;
  578. top: 39%;
  579. font-size: 87px;
  580. }
  581. span.transform_fyro_text {
  582. position: absolute;
  583. left: -225px;
  584. margin-top: 217px;
  585. font-size: 76px;
  586. }
  587. }
  588. .fs-9{
  589. font-size: 0.9rem;
  590. }
  591. .text-theme-color{
  592. color: #0A1039 !important;
  593. }
  594. .border-bottom-theme{
  595. border-top: 0px !important;
  596. border-right: 0px !important;
  597. border-left: 0px !important;
  598. border-bottom: 1px solid #0A1039 !important;
  599. }
  600. #get_otp,#proceed{
  601. border: none;
  602. background-color: #0A1039;
  603. text-transform: uppercase;
  604. font-weight: 600;
  605. padding: 9px 25px;
  606. color: #fff;
  607. font-size: 13px;
  608. }
  609. .products-banner{
  610. padding: 6% 0%;
  611. /* background: #111827; */
  612. background-image: url(../assets/imgs/products-banner-bg.svg);
  613. color: #fff;
  614. background-repeat: no-repeat;
  615. background-size: cover;
  616. }
  617. .prod-tabs-nav {
  618. background: #42454b;
  619. }
  620. .prod-tabs-nav .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  621. color: #fff;
  622. background: none;
  623. text-decoration: underline;
  624. }
  625. .main_all_img ,.pre_img{
  626. background: url(../assets/imgs/allin_imgs/img_bg.png);
  627. }
  628. .mark_logo{
  629. top: 30px;left: 25px;
  630. }
  631. #configure_right_side .main-section .sub_head{
  632. font-size: 25px;
  633. font-weight: 600;
  634. }
  635. #configure_right_side .main-section .suggest_arc{
  636. text-decoration: none;
  637. font-size: 10px;
  638. padding: 0px 3px;
  639. }
  640. #configure_right_side .main-section .small_content{
  641. font-size: 0.9rem;
  642. }
  643. .config_tab_active{
  644. background: #edf1ff;
  645. }
  646. .zeno_section{
  647. background:url(../assets/imgs/allin_imgs/Zzxx.png);
  648. background-size: 100% 100%;
  649. background-repeat: no-repeat;
  650. }
  651. .zeno_section_wrapper .top_bar{
  652. width: 100%;
  653. max-width: 30%;
  654. height: 100%;
  655. max-height: 6px;
  656. }
  657. .zeno_feature{
  658. background: #706c6c85;
  659. border: 2px solid #c1b6b6;
  660. border-radius: 25px;
  661. }
  662. .zeno_feature img{
  663. border: 2px solid #877e7e;
  664. }
  665. .zeno_feature p{
  666. color: #e2e2e2;
  667. font-size: 1.1rem;
  668. font-weight: 500;
  669. }
  670. .h-120p{
  671. height:120px
  672. }
  673. html,body{
  674. height: 100%;
  675. }
  676. .w-60{
  677. width: 60% !important;
  678. }
  679. .zeno_2_sec{
  680. background: url(../assets/imgs/allin_imgs/24inch.png);
  681. background-size: 100% 100%;
  682. background-repeat: no-repeat;
  683. background-position: center;
  684. height: 100% !important;
  685. min-height: 700px;
  686. }
  687. .zeno_3_sec{
  688. background: url(../assets/imgs/allinone24inch/upgradability_bg.png);
  689. background-size: 100% 100%;
  690. background-repeat: no-repeat;
  691. background-position: center;
  692. /* height: 100vh !important; */
  693. /* z-index:10 */
  694. }
  695. .zeno_4_sec{
  696. background: url(../assets/imgs/allin_imgs/banner4.png);
  697. background-size: 100% 100%;
  698. background-repeat: no-repeat;
  699. background-position: center;
  700. height: 100% !important;
  701. min-height: 700px;
  702. }
  703. .zeno_5_sec{
  704. background: url(../assets/imgs/allin_imgs/banner5.png);
  705. background-size: 100% 100%;
  706. background-repeat: no-repeat;
  707. background-position: center;
  708. height: 100% !important;
  709. min-height: 700px;
  710. }
  711. .zeno_6_sec{
  712. background: url(../assets/imgs/allin_imgs/banner6.png);
  713. background-size: 100% 100%;
  714. background-repeat: no-repeat;
  715. background-position: center;
  716. height: 100% !important;
  717. min-height: 700px;
  718. }
  719. .zeno_7_sec{
  720. background: url(../assets/imgs/allin_imgs/banner7.png);
  721. background-size: 100% 100%;
  722. background-repeat: no-repeat;
  723. background-position: center;
  724. height: 100% !important;
  725. min-height: 700px;
  726. }
  727. .zeno_8_sec{
  728. background: url(../assets/imgs/allin_imgs/banner8.png);
  729. background-size: 100% 100%;
  730. background-repeat: no-repeat;
  731. background-position: center;
  732. height: 100% !important;
  733. min-height: 700px;
  734. }
  735. .zeno_9_sec{
  736. background: url(../assets/imgs/allin_imgs/banner9.png);
  737. background-size: 100% 100%;
  738. background-repeat: no-repeat;
  739. background-position: center;
  740. height: 100% !important;
  741. min-height: 700px;
  742. }
  743. .zeno_10_sec{
  744. background: url(../assets/imgs/allin_imgs/banner10.png);
  745. background-size: 100% 100%;
  746. background-repeat: no-repeat;
  747. background-position: center;
  748. height: 100% !important;
  749. min-height: 700px;
  750. }
  751. .zeno_11_sec{
  752. background: url(../assets/imgs/allin_imgs/banner11.png);
  753. background-size: 100% 100%;
  754. background-repeat: no-repeat;
  755. background-position: center;
  756. height: 100% !important;
  757. min-height: 700px;
  758. }
  759. .zeno_12_sec{
  760. background: url(../assets/imgs/allin_imgs/banner12.png);
  761. background-size: 100% 100%;
  762. background-repeat: no-repeat;
  763. background-position: center;
  764. height: 100% !important;
  765. min-height: 700px;
  766. }
  767. .zeno_13_sec{
  768. background: url(../assets/imgs/allin_imgs/banner13.png);
  769. background-size: 100% 100%;
  770. background-repeat: no-repeat;
  771. background-position: center;
  772. height: 100% !important;
  773. min-height: 700px;
  774. }
  775. @media(max-width: 575px) {
  776. .zeno_2_sec{
  777. background: url(../assets/imgs/allin_imgs/24inch.png);
  778. background-size: cover;
  779. background-repeat: no-repeat;
  780. background-position: right;
  781. height: 100% !important;
  782. min-height: 400px;
  783. }
  784. .zeno_3_sec{
  785. background: url(../assets/imgs/allinone24inch/upgradability_bg.png);
  786. background-size: 100% 100%;
  787. background-repeat: no-repeat;
  788. background-position: center;
  789. }
  790. .zeno_4_sec{
  791. background: url(../assets/imgs/allin_imgs/banner4.png);
  792. background-size: cover;
  793. background-repeat: no-repeat;
  794. background-position: unset;
  795. height: 100% !important;
  796. min-height: 438px;
  797. }
  798. .zeno_5_mbil_sec{
  799. background: url(../assets/imgs/allin_imgs/vivid-crystal-bg.png);
  800. background-size: cover;
  801. background-repeat: no-repeat;
  802. background-position: right;
  803. height: 100% !important;
  804. min-height: 400px;
  805. }
  806. .zeno_6_mbil_sec{
  807. background: url(../assets/imgs/allin_imgs/high-performance-bg.png);
  808. background-repeat: no-repeat;
  809. height: 100% !important;
  810. background-position: unset;
  811. }
  812. .zeno_7_sec{
  813. background: url(../assets/imgs/allin_imgs/banner7.png);
  814. background-size: 100% 100%;
  815. background-repeat: no-repeat;
  816. background-position: center;
  817. height: 100% !important;
  818. min-height: 700px;
  819. }
  820. .zeno_8_sec{
  821. background: url(../assets/imgs/allin_imgs/banner8.png);
  822. background-size: 100% 100%;
  823. background-repeat: no-repeat;
  824. background-position: center;
  825. height: 100% !important;
  826. min-height: 700px;
  827. }
  828. .zeno_9_sec{
  829. background: url(../assets/imgs/allin_imgs/banner9.png);
  830. background-size: cover;
  831. background-repeat: no-repeat;
  832. background-position: top;
  833. height: 100% !important;
  834. min-height: 400px;
  835. }
  836. .zeno_10_mbil_sec{
  837. background: url(../assets/imgs/allin_imgs/high-performance-bg.png);
  838. background-size: cover;
  839. background-repeat: no-repeat;
  840. background-position: right;
  841. height: 100% !important;
  842. min-height: 400px;
  843. }
  844. .zeno_10_sec{
  845. background-size:contain;
  846. background-position: center;
  847. }
  848. .zeno_11_sec{
  849. background-size: cover;
  850. background-position: center;
  851. }
  852. .zeno_12_sec{
  853. background-size: cover;
  854. background-position: inherit;
  855. }
  856. .zeno_13_sec{
  857. background-size: cover;
  858. background-position: inherit;
  859. }
  860. .zeno_11_mbil_sec{
  861. background: url(../assets/imgs/allin_imgs/support_bg.png);
  862. }
  863. .zeno_12_mbil_sec{
  864. background: url(../assets/imgs/allin_imgs/space-server-bg.png);
  865. }
  866. .zeno_13_mbil_sec{
  867. background: url(../assets/imgs/allin_imgs/professional-bg.png);
  868. }
  869. .warrenty_sec {
  870. bottom: 31% !important;
  871. left: 34px !important;
  872. }
  873. .warrenty_sec img{
  874. width:100%;
  875. max-width: 90%;
  876. }
  877. .stunning_visuals_mbil_wrapper{
  878. background: url(../assets/imgs/allinone14inch/stunningvisual.png);
  879. background-size: 100% 100%;
  880. background-position: center;
  881. height: 100vh;
  882. }
  883. }
  884. .w-50p{
  885. width: 50px;
  886. }
  887. .w-30p{
  888. width: 30px;
  889. }
  890. .hover-zoom:hover{
  891. transform: scale(1.1);
  892. }
  893. /* PRODUCT PAGE */
  894. #item_search{
  895. position: sticky;
  896. top:75px;
  897. }
  898. /* END OF PRODUCT PAGE */
  899. /* LOGIN SECTION */
  900. .mainLogin{
  901. margin-top: 10px;
  902. position: relative;
  903. }
  904. .loginContainer{
  905. width:100%;
  906. height: 90%;
  907. position: relative;
  908. /* margin-top: 100px; */
  909. }
  910. .space-login{
  911. margin: 20px 0;
  912. }
  913. .authBox{
  914. /* margin: 28px auto 0; */
  915. max-width: 400px;
  916. height: 95%;
  917. /* margin-top: 50px; */
  918. box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  919. }
  920. .authpic{
  921. display: flex;
  922. justify-items: center;
  923. align-items: center;
  924. max-height: 300px;
  925. }
  926. .formitemLogo{
  927. width: 100%;
  928. display: flex;
  929. height: 150px;
  930. }
  931. .authHeading{
  932. font-size: 1.3rem;
  933. font-weight: 600;
  934. }
  935. .formContanerAuth{
  936. padding: 25px;
  937. }
  938. .borderradius-1{
  939. border-radius: 4px !important;
  940. }
  941. /* END OF lOGIN SECTION */
  942. /* ORDER DETAILS */
  943. .bg-return{
  944. background-color: #f7f0e1 !important;
  945. }
  946. .close_exchange{
  947. bottom:10px;
  948. }
  949. .text-a-color{
  950. color:#4462d7e8 !important;
  951. }
  952. .text-order-brown{
  953. color: #ffb10b !important;
  954. }
  955. .btn-order-text{
  956. font-size: 1rem !important;
  957. }
  958. .order-summary{
  959. background-color:#f3e2be !important;
  960. }
  961. .fs-7{
  962. font-size: 0.7rem;
  963. }
  964. @media only screen and (min-width: 280px) and (max-width: 575px) {
  965. .close_exchange{
  966. bottom:-30px;
  967. font-size: 13px !important;
  968. line-height: 20px;
  969. }
  970. .btn-order-text{
  971. font-size: 0.8rem !important;
  972. padding: 3px 8px !important;
  973. margin: 5px 0px !important;
  974. }
  975. .order_details_page .order_img{
  976. width:100%;
  977. max-width:60% !important
  978. }
  979. }
  980. /* END OF ORDER DETAILS PAGE */
  981. /* SUPPORT PAGE */
  982. @media only screen and (min-width: 1440px){
  983. #home-banner {
  984. width: 100%;
  985. }
  986. }
  987. @media only screen and (min-width: 1440px){
  988. #home-banner .banner-home--wrapper {
  989. position: relative;
  990. width: 100vw;
  991. }
  992. }
  993. @media only screen and (min-width: 1440px){
  994. #home-banner .banner-home--wrapper .banner-home--banner {
  995. overflow: hidden;
  996. max-height: 750px;
  997. }
  998. }
  999. @media only screen and (min-width: 1440px){
  1000. #home-banner .banner-home--wrapper .banner-home--banner .img {
  1001. width: 100vw;
  1002. display: block;
  1003. height: 750px;
  1004. object-fit: cover;
  1005. }
  1006. }
  1007. @media only screen and (min-width: 1440px){
  1008. #home-banner .banner-home--wrapper_upper {
  1009. /* position: absolute; */
  1010. text-align: center;
  1011. /* width: 1440px; */
  1012. top: 110px;
  1013. left: calc(50vw - 720px);
  1014. }
  1015. }
  1016. @media only screen and (min-width: 1440px){
  1017. #home-banner .banner-home--wrapper_upper__title1 {
  1018. font-size: 48px;
  1019. line-height: 64px;
  1020. margin-bottom: 8px;
  1021. }
  1022. }
  1023. @media only screen and (min-width: 1440px){
  1024. #home-banner .banner-home--wrapper_upper__title2 {
  1025. font-size: 30px;
  1026. line-height: 40px;
  1027. margin-bottom: 16px;
  1028. }
  1029. }
  1030. @media only screen and (min-width: 1440px){
  1031. #home-banner .banner-home--wrapper_upper .banner-home--search {
  1032. width: 600px;
  1033. }
  1034. }
  1035. @media only screen and (min-width: 1440px){
  1036. #home-banner .banner-home--wrapper_upper .banner-home--search .el-pc-input {
  1037. background-color: #fff;
  1038. border-radius: 4px;
  1039. color: #000;
  1040. border: 1px solid rgba(0,0,0,.12);
  1041. border-bottom: 0;
  1042. border-bottom-right-radius: 0;
  1043. border-bottom-left-radius: 0;
  1044. }
  1045. }
  1046. .el-input {
  1047. position: relative;
  1048. font-size: 14px;
  1049. display: inline-block;
  1050. width: 100%;
  1051. }
  1052. @media only screen and (min-width: 1440px){
  1053. #home-banner .banner-home--wrapper_upper .banner-home--search .el-pc-input .el-input__inner {
  1054. color: #000;
  1055. opacity: .6;
  1056. padding-left: 60px;
  1057. padding-right: 60px;
  1058. height: 60px;
  1059. line-height: 60px;
  1060. font-size: 16px;
  1061. border: 0;
  1062. }
  1063. }
  1064. .el-input--prefix .el-input__inner {
  1065. padding-left: 30px;
  1066. }
  1067. .el-input--suffix .el-input__inner {
  1068. padding-right: 30px;
  1069. }
  1070. .el-input__inner {
  1071. -webkit-appearance: none;
  1072. background-color: #fff;
  1073. background-image: none;
  1074. border-radius: 4px;
  1075. border: 1px solid #dcdfe6;
  1076. box-sizing: border-box;
  1077. color: #606266;
  1078. display: inline-block;
  1079. font-size: inherit;
  1080. height: 40px;
  1081. line-height: 40px;
  1082. outline: 0;
  1083. padding: 0 15px;
  1084. transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  1085. width: 100%;
  1086. }
  1087. @media only screen and (max-width: 1439.98px){
  1088. #home-banner {
  1089. width: 100%;
  1090. }
  1091. #home-banner .banner-home--wrapper {
  1092. position: relative;
  1093. width: 100%;
  1094. }
  1095. #home-banner .banner-home--wrapper .banner-home--banner {
  1096. overflow: hidden;
  1097. max-height: 375px;
  1098. }
  1099. #home-banner .banner-home--wrapper .banner-home--banner .img {
  1100. width: 100vw;
  1101. display: block;
  1102. height: 375px;
  1103. object-fit: cover;
  1104. }
  1105. #home-banner .banner-home--wrapper_upper {
  1106. /* position: absolute; */
  1107. text-align: center;
  1108. top: 48px;
  1109. width: 100%;
  1110. padding: 0 16px;
  1111. box-sizing: border-box;
  1112. }
  1113. #home-banner .banner-home--wrapper_upper__title1 {
  1114. font-size: 22px;
  1115. line-height: 30px;
  1116. margin-bottom: 8px;
  1117. }
  1118. #home-banner .banner-home--wrapper_upper__title2 {
  1119. font-size: 16px;
  1120. line-height: 22px;
  1121. margin-bottom: 16px;
  1122. }
  1123. #home-banner .banner-home--wrapper_upper .banner-home--search .el-pc-input {
  1124. background-color: #fff;
  1125. border-radius: 4px;
  1126. border: 1px solid rgba(0,0,0,.12);
  1127. border-bottom: 0;
  1128. border-bottom-right-radius: 0;
  1129. border-bottom-left-radius: 0;
  1130. }
  1131. #home-banner .banner-home--wrapper_upper .banner-home--search .el-pc-input .el-input__inner {
  1132. color: #000;
  1133. opacity: .6;
  1134. height: 40px;
  1135. line-height: 40px;
  1136. padding: 8px 72px 8px 16px;
  1137. font-size: 16px;
  1138. border: 0;
  1139. }
  1140. /* we help */
  1141. #home-help .home-help--wrapper {
  1142. width: 100%;
  1143. padding: 40px 0;
  1144. box-sizing: border-box;
  1145. }
  1146. #home-help .home-help--wrapper_content {
  1147. width: 100%;
  1148. margin: 0 auto;
  1149. padding: 0 20px;
  1150. text-align: center;
  1151. }
  1152. #home-help .home-help--wrapper_content-title {
  1153. font-size: 22px;
  1154. line-height: 32px;
  1155. margin-bottom: 12px;
  1156. font-family: satoshi,sans-serif;
  1157. }
  1158. #home-help .home-help--wrapper_content-items .grow-1 .grow-width, #home-help .home-help--wrapper_content-items .grow-2 .grow-width {
  1159. display: -ms-flexbox;
  1160. display: flex;
  1161. padding: 20px 0;
  1162. border-bottom: 1px solid rgba(0,0,0,.12);
  1163. -ms-flex-direction: row-reverse;
  1164. flex-direction: row-reverse;
  1165. }
  1166. #home-help .home-help--wrapper_content-items .grow-1 .grow-width .icon, #home-help .home-help--wrapper_content-items .grow-2 .grow-width .icon {
  1167. display: block;
  1168. width: 40px;
  1169. height: 40px;
  1170. }
  1171. #home-help .home-help--wrapper_content-items .grow-1 .grow-width .content, #home-help .home-help--wrapper_content-items .grow-2 .grow-width .content {
  1172. -ms-flex: 1;
  1173. flex: 1;
  1174. text-align: left;
  1175. margin-right: 60px;
  1176. }
  1177. #home-help .home-help--wrapper_content-items .grow-1 .grow-width .content .item_title, #home-help .home-help--wrapper_content-items .grow-2 .grow-width .content .item_title {
  1178. font-size: 16px;
  1179. line-height: 22px;
  1180. margin-bottom: 12px;
  1181. font-family: OnePlus Sans,MYingHei W7,Medium-65,Microsoft Yahei,sans-serif;
  1182. }
  1183. #home-help .home-help--wrapper_content-items .grow-1 .grow-width .content .item_dec, #home-help .home-help--wrapper_content-items .grow-2 .grow-width .content .item_dec {
  1184. font-size: 14px;
  1185. line-height: 18px;
  1186. opacity: .78;
  1187. }
  1188. }
  1189. @media only screen and (min-width: 1440px){
  1190. #home-help .home-help--wrapper {
  1191. width: 100%;
  1192. padding: 80px 0;
  1193. box-sizing: border-box;
  1194. /* background: #f9f9f9; */
  1195. }
  1196. }
  1197. @media only screen and (min-width: 1440px){
  1198. #home-help .home-help--wrapper_content {
  1199. width: 1170px;
  1200. margin: 0 auto;
  1201. text-align: center;
  1202. }
  1203. }
  1204. @media only screen and (min-width: 1440px){
  1205. #home-help .home-help--wrapper_content-title {
  1206. font-size: 36px;
  1207. line-height: 48px;
  1208. margin-bottom: 80px;
  1209. }
  1210. }
  1211. @media only screen and (min-width: 1440px){
  1212. #home-help .home-help--wrapper_content-items {
  1213. display: -ms-flexbox;
  1214. display: flex;
  1215. -ms-flex-wrap: wrap;
  1216. flex-wrap: wrap;
  1217. margin-right: -2%;
  1218. }
  1219. }
  1220. @media only screen and (min-width: 1440px){
  1221. #home-help .home-help--wrapper_content-items .grow-1, #home-help .home-help--wrapper_content-items .grow-2 {
  1222. margin-bottom: 2%;
  1223. margin-right: 2%;
  1224. background: #fff;
  1225. cursor: pointer;
  1226. transition: .2s;
  1227. }
  1228. }
  1229. @media only screen and (min-width: 1440px){
  1230. #home-help .home-help--wrapper_content-items .grow-1 {
  1231. width: 23%;
  1232. }
  1233. }
  1234. @media only screen and (min-width: 1440px){
  1235. #home-help .home-help--wrapper_content-items .grow-1 .grow-width, #home-help .home-help--wrapper_content-items .grow-2 .grow-width {
  1236. text-align: center;
  1237. margin: 0 auto;
  1238. padding: 20px 20px 48px 20px;
  1239. height: 100%;
  1240. }
  1241. }
  1242. @media only screen and (min-width: 1440px){
  1243. #home-help .home-help--wrapper_content-items .grow-1 .grow-width .icon, #home-help .home-help--wrapper_content-items .grow-2 .grow-width .icon {
  1244. display: block;
  1245. width: 100px;
  1246. padding: 44px 0 64px 0;
  1247. margin: 0 auto;
  1248. }
  1249. }
  1250. @media only screen and (min-width: 1440px){
  1251. #home-help .home-help--wrapper_content-items .grow-1 .grow-width .content .item_title, #home-help .home-help--wrapper_content-items .grow-2 .grow-width .content .item_title {
  1252. font-size: 24px;
  1253. line-height: 32px;
  1254. margin-bottom: 12px;
  1255. }
  1256. }
  1257. @media only screen and (min-width: 1440px){
  1258. #home-help .home-help--wrapper_content-items .grow-1 .grow-width .content .item_dec, #home-help .home-help--wrapper_content-items .grow-2 .grow-width .content .item_dec {
  1259. font-size: 14px;
  1260. line-height: 18px;
  1261. opacity: .78;
  1262. }
  1263. }
  1264. @media only screen and (min-width: 1440px){
  1265. #home-help .home-help--wrapper_content-items .grow-1:hover, #home-help .home-help--wrapper_content-items .grow-2:hover {
  1266. transform: translateY(-10px);
  1267. box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
  1268. }
  1269. }
  1270. /* END OF SUPPORT PAGE */
  1271. /* new styles */
  1272. #graphene_tech{
  1273. background: url(../assets/imgs/allin_imgs/graphene_tech.png);
  1274. background-repeat: no-repeat;
  1275. background-size: cover;
  1276. }
  1277. #Fyro_main_card{
  1278. /* background: url(.././dist/assets/imgs/Home_new/Explore_Fyro_bg.png); */
  1279. background: url(../assets/imgs/Home_new/Explore_Fyro_bg.png);
  1280. background-repeat: no-repeat;
  1281. background-size: cover;
  1282. }
  1283. span.transform_text1 {
  1284. position: absolute;
  1285. transform: rotate(-90deg);
  1286. -webkit-text-fill-color: transparent;
  1287. -webkit-text-stroke: 1px rgb(200 199 199);
  1288. left: -308px;
  1289. top: 54%;
  1290. font-size: 47px;
  1291. font-family: "Orbitron", sans-serif !important;
  1292. }
  1293. span.transform_text2 {
  1294. position: absolute;
  1295. transform: rotate(-90deg);
  1296. -webkit-text-fill-color: transparent;
  1297. -webkit-text-stroke: 1px rgb(200 199 199);
  1298. left: -225px;
  1299. top: 52%;
  1300. font-size: 64px;
  1301. font-family: "Orbitron", sans-serif !important;
  1302. }
  1303. #innovation_section{
  1304. background-image: linear-gradient( 45deg, hsl(220deg 52% 91%) 0%, hsl(229deg 48% 90%) 8%, hsl(243deg 42% 90%) 17%, hsl(260deg 39% 88%) 25%, hsl(272deg 43% 86%) 33%, hsl(285deg 44% 84%) 42%, hsl(300deg 43% 82%) 50%, hsl(300deg 43% 82%) 58%, hsl(300deg 43% 82%) 67%, hsl(300deg 43% 82%) 75%, hsl(293deg 40% 83%) 83%, hsl(286deg 36% 84%) 92%, hsl(280deg 31% 85%) 100% );
  1305. }
  1306. #ora_products{
  1307. /* background: #eef0f3; */
  1308. background-image: url(../assets/imgs/productimg/banner_plan.png);
  1309. background-repeat: no-repeat;
  1310. background-size: cover;
  1311. }
  1312. #laptop_memory_sec{
  1313. background: url(../assets/imgs/allin_imgs/laptop_bg.png);
  1314. background-repeat: no-repeat;
  1315. background-size: cover;
  1316. }
  1317. #graphene_section{
  1318. /* background: url(../assets/imgs/allin_imgs/section_bg.png);
  1319. background-repeat: no-repeat;
  1320. background-size: cover; */
  1321. }
  1322. #desktop_memory_sec{
  1323. background: url(../assets/imgs/allin_imgs/desktop_bg.png);
  1324. background-repeat: no-repeat;
  1325. background-size: cover;
  1326. }
  1327. @media only screen and (min-width: 1200px) and (max-width: 1360px) {
  1328. .transform_text1,.transform_text2{
  1329. display: none;
  1330. }
  1331. }
  1332. #min_image{
  1333. display: none;
  1334. }
  1335. @media only screen and (min-width: 1921px) and (max-width: 2930px) {
  1336. /* #carouselExampleAutoplaying{
  1337. display: none;
  1338. }
  1339. #min_image{
  1340. display: block;
  1341. padding-top:68px;
  1342. } */
  1343. #home_banner{
  1344. background: #000;
  1345. }
  1346. .banner-main-container{
  1347. max-width:1200px;
  1348. margin: auto;
  1349. }
  1350. }
  1351. .bg-gradient-anwi{
  1352. /* background: linear-gradient(112.1deg, rgb(32, 38, 57) 11.4%, rgb(63, 76, 119) 70.2%); */
  1353. background: linear-gradient(112.1deg, rgb(63, 76, 119) -14.8% , rgb(32, 38, 57) 100.4%);
  1354. }
  1355. .bg-gradient-violet{
  1356. background: linear-gradient(90deg, rgba(230,242,244,1) 6%, rgba(236,228,220,1) 100%);
  1357. }
  1358. @media only screen and (min-width: 769px) and (max-width: 1199px) {
  1359. span.transform_text2 {
  1360. position: absolute;
  1361. transform: rotate(-90deg);
  1362. -webkit-text-fill-color: transparent;
  1363. -webkit-text-stroke: 1px rgb(200 199 199);
  1364. left: -151px;
  1365. top: 55%;
  1366. font-size: 43px;
  1367. }
  1368. }
  1369. /* end new styles */