Advertisement
vitareinforce

css restructure

Nov 3rd, 2022
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 68.50 KB | None | 0 0
  1. @import "~bootstrap/scss/bootstrap";
  2. @import 'node_modules/swiper/dist/css/swiper';
  3. @import "@fontsource/lato";
  4. @import "@fontsource/inter";
  5. @import "@fontsource/poppins";
  6. @import "@fontsource/lekton";
  7. @import '~@fortawesome/fontawesome-free/scss/brands';
  8. @import '~@fortawesome/fontawesome-free/scss/regular';
  9. @import '~@fortawesome/fontawesome-free/scss/solid';
  10. @import '~@fortawesome/fontawesome-free/scss/fontawesome';
  11.  
  12. html, body {
  13. overflow-x: hidden;
  14. margin-right: -6px;
  15. }
  16.  
  17. #header {
  18. background-color: #FFFFFF !important;
  19. box-shadow: 0 4px 4px 0 rgba(0,0,0,.2);
  20.  
  21. .container-fluid {
  22. .navbar-brand {
  23. font-family: 'lekton';
  24. font-size: 44px;
  25. font-weight: 1000;
  26. margin-left: 30px;
  27. margin-right: 30px;
  28. }
  29. .navbar-collapse {
  30. .navbar-nav.mr-auto {
  31. .nav-item {
  32. margin-left: 10px;
  33. margin-right: 10px;
  34. .nav-link {
  35. font-family: 'inter';
  36. font-size: 18px;
  37. font-weight: 800;
  38. color: #241822;
  39. }
  40. .nav-link.active {
  41. font-family: 'inter';
  42. font-size: 18px;
  43. font-weight: 800;
  44. color: #000000;
  45. display: flex;
  46. align-items: center;
  47. justify-content: center;
  48. background-image: linear-gradient(to bottom, #000000 50%, transparent 50%);
  49. background-repeat: repeat-x;
  50. background-size: 1px 8px;
  51. background-position: center bottom;
  52. width: 60px;
  53. }
  54. }
  55. }
  56. .navbar-nav.ml-auto {
  57. .nav-item.dropdown {
  58. .nav-link.dropdown-toggle {
  59. font-weight: 700;
  60. img {
  61. width: 40;
  62. height: 30;
  63. border-radius: 5px;
  64. }
  65. }
  66. ul.dropdown-menu {
  67. li {
  68. a.dropdown-item {
  69. font-weight: 700;
  70. img {
  71. width: 40;
  72. height: 30;
  73. border-radius: 5px;
  74. }
  75. }
  76. }
  77. }
  78. }
  79. }
  80. }
  81. }
  82.  
  83. /* Extra small devices (phones, 600px and down) */
  84. @media only screen and (max-width: 600px) {
  85. .container-fluid {
  86. .navbar-brand {
  87. font-family: 'lekton';
  88. font-size: 20px;
  89. font-weight: 1000;
  90. margin-left: 0px;
  91. margin-right: 0px;
  92. }
  93. }
  94. }
  95.  
  96. /* Small devices (portrait tablets and large phones, 600px and up) */
  97. @media only screen and (min-width: 600px) {
  98. .container-fluid {
  99. .navbar-brand {
  100. font-family: 'lekton';
  101. font-size: 20px;
  102. font-weight: 1000;
  103. margin-left: 0px;
  104. margin-right: 0px;
  105. }
  106. }
  107. }
  108.  
  109. /* Medium devices (landscape tablets, 768px and up) */
  110. @media only screen and (min-width: 768px) {
  111.  
  112. }
  113.  
  114. /* Large devices (laptops/desktops, 992px and up) */
  115. @media only screen and (min-width: 992px) {
  116. height: 96px;
  117. .container-fluid {
  118. .navbar-brand {
  119. font-family: 'lekton';
  120. font-size: 34px;
  121. font-weight: 1000;
  122. margin-left: 30px;
  123. margin-right: 30px;
  124. }
  125. .navbar-collapse {
  126. .navbar-nav.mr-auto {
  127. .nav-item {
  128. margin-left: 17px;
  129. margin-right: 17px;
  130. .nav-link {
  131. font-family: 'inter';
  132. font-size: 15px;
  133. font-weight: 800;
  134. color: #241822;
  135. }
  136. .nav-link.active {
  137. font-family: 'inter';
  138. font-size: 15px;
  139. font-weight: 800;
  140. color: #000000;
  141. display: flex;
  142. align-items: center;
  143. justify-content: center;
  144. background-image: linear-gradient(to bottom, #000000 50%, transparent 50%);
  145. background-repeat: repeat-x;
  146. background-size: 1px 8px;
  147. background-position: center bottom;
  148. width: 60px;
  149. }
  150. }
  151. }
  152. .navbar-nav.ml-auto {
  153. .nav-item.dropdown {
  154. .nav-link.dropdown-toggle {
  155. font-weight: 700;
  156. img {
  157. width: 40;
  158. height: 30;
  159. border-radius: 5px;
  160. }
  161. }
  162. ul.dropdown-menu {
  163. li {
  164. a.dropdown-item {
  165. font-weight: 700;
  166. img {
  167. width: 40;
  168. height: 30;
  169. border-radius: 5px;
  170. }
  171. }
  172. }
  173. }
  174. }
  175. }
  176. }
  177. }
  178. }
  179.  
  180. /* Extra large devices (large laptops and desktops, 1200px and up) */
  181. @media only screen and (min-width: 1200px) {
  182.  
  183. }
  184. }
  185.  
  186. #footer {
  187. background-color: #454555;
  188. padding-left: 100px;
  189. padding-right: 100px;
  190. color: #F6F6F6;
  191.  
  192. .footer {
  193. .row-one {
  194. padding-top: 30px;
  195. padding-bottom: 30px;
  196. .col-lg-4 {
  197. display: flex;
  198. text-align: center;
  199. align-items: center;
  200. justify-content: center;
  201. .row {
  202. margin-right: calc(-0.5 * var(--bs-gutter-x));
  203. .col-lg-5 {
  204. margin-left: 0px !important;
  205. margin-right: 0px !important;
  206. padding-left: 0px !important;
  207. padding-right: 0px !important;
  208. img {
  209. max-width: 200px;
  210. max-height: 200px;
  211. }
  212. }
  213. .col-lg-6 {
  214. display: flex;
  215. align-items: center;
  216. margin-left: 0px !important;
  217. margin-right: 0px !important;
  218. padding-left: 0px !important;
  219. padding-right: 0px !important;
  220. .row {
  221. // text-align: left;
  222. // font-size: 10px !important;
  223. p {
  224. a {
  225. color: #ffffff;
  226. cursor: pointer;
  227. text-decoration: none;
  228. }
  229. }
  230. }
  231. }
  232. }
  233. }
  234. .col-lg-6 {
  235. display: flex;
  236. text-align: center;
  237. align-items: center;
  238. justify-content: center;
  239. .row {
  240. width: 100%;
  241. .col-lg-4 {
  242. margin-left: 15px;
  243. }
  244. .col-lg-1.vertical {
  245. display: none;
  246. }
  247. }
  248. }
  249. .col-lg-1.d-flex {
  250. display: flex !important;
  251. align-items: center !important;
  252. justify-content: center !important;
  253. width: 50% !important;
  254. a {
  255. color: #D3C5D1;
  256. cursor: pointer;
  257. text-decoration: none;
  258. }
  259. }
  260. }
  261. }
  262.  
  263. /* Extra small devices (phones, 600px and down) */
  264. @media only screen and (max-width: 600px) {
  265.  
  266. }
  267.  
  268. /* Small devices (portrait tablets and large phones, 600px and up) */
  269. @media only screen and (min-width: 600px) {
  270.  
  271. }
  272.  
  273. /* Medium devices (landscape tablets, 768px and up) */
  274. @media only screen and (min-width: 768px) {
  275. .footer {
  276. .row-one {
  277. padding-top: 30px;
  278. padding-bottom: 30px;
  279. .col-lg-4 {
  280. .row {
  281. margin-right: calc(-0.5 * var(--bs-gutter-x));
  282. .col-lg-5 {
  283. margin-left: 0px !important;
  284. margin-right: 0px !important;
  285. padding-left: 0px !important;
  286. padding-right: 0px !important;
  287. img {
  288. max-width: 200px;
  289. max-height: 200px;
  290. }
  291. }
  292. .col-lg-6 {
  293. display: flex;
  294. align-items: center;
  295. margin-left: 0px !important;
  296. margin-right: 0px !important;
  297. padding-left: 0px !important;
  298. padding-right: 0px !important;
  299. .row {
  300. // text-align: left;
  301. // font-size: 10px !important;
  302. p {
  303. a {
  304. color: #ffffff;
  305. cursor: pointer;
  306. text-decoration: none;
  307. }
  308. }
  309. }
  310. }
  311. }
  312. }
  313. .col-lg-1.d-flex {
  314. display: flex !important;
  315. align-items: center !important;
  316. justify-content: center !important;
  317. width: 25% !important;
  318. a {
  319. color: #D3C5D1;
  320. cursor: pointer;
  321. text-decoration: none;
  322. }
  323. }
  324. }
  325. }
  326. }
  327.  
  328. /* Large devices (laptops/desktops, 992px and up) */
  329. @media only screen and (min-width: 992px) {
  330. .footer {
  331. .row-one {
  332. padding-top: 30px;
  333. padding-bottom: 30px;
  334. .col-lg-4 {
  335. .row {
  336. margin-right: calc(-1.5 * var(--bs-gutter-x));
  337. .col-lg-5 {
  338. margin-left: 0px !important;
  339. margin-right: 0px !important;
  340. padding-left: 0px !important;
  341. padding-right: 0px !important;
  342. img {
  343. max-width: 200px;
  344. max-height: 200px;
  345. }
  346. }
  347. .col-lg-6 {
  348. display: flex;
  349. align-items: center;
  350. margin-left: 0px !important;
  351. margin-right: 0px !important;
  352. padding-left: 0px !important;
  353. padding-right: 0px !important;
  354. .row {
  355. text-align: left;
  356. p {
  357. a {
  358. font-size: 10px !important;
  359. color: #ffffff;
  360. cursor: pointer;
  361. text-decoration: none;
  362. }
  363. }
  364. }
  365. }
  366. }
  367. }
  368. .col-lg-1.vertical {
  369. align-items: left;
  370. border-left: 1px solid #F6F6F6;
  371. margin-left: 20px !important;
  372. margin-right: 0px !important;
  373. padding-left: 0px !important;
  374. padding-right: 0px !important;
  375. }
  376. .col-lg-1.d-flex {
  377. font-size: 15px !important;
  378. margin-left: 0px !important;
  379. margin-right: 0px !important;
  380. padding-left: 0px !important;
  381. padding-right: 0px !important;
  382. width: 12% !important;
  383. a {
  384. color: #D3C5D1;
  385. cursor: pointer;
  386. text-decoration: none;
  387. }
  388. }
  389. }
  390. }
  391. }
  392.  
  393. /* Extra large devices (large laptops and desktops, 1200px and up) */
  394. @media only screen and (min-width: 1200px) {
  395.  
  396. }
  397.  
  398. }
  399.  
  400. #footer-two {
  401. background-color: #20202D;
  402. color: #F6F6F6;
  403. padding-left: 100px;
  404. padding-right: 100px;
  405. padding-top: 20px;
  406. padding-bottom: 20px;
  407.  
  408. .footer-two {
  409. .row-two {
  410. .col-lg-5 {
  411. color: #F6F6F6;
  412. }
  413. .col-lg-7 {
  414. margin-top: 15px;
  415. margin-bottom: 15px;
  416. .row {
  417. .col-lg-2.blank {
  418. display: none !important;
  419. }
  420. .col-lg-2 {
  421. display: flex !important;
  422. align-items: center !important;
  423. justify-content: center !important;
  424. width: 50% !important;
  425. a {
  426. color: #D3C5D1;
  427. cursor: pointer;
  428. }
  429. }
  430. }
  431. }
  432. }
  433. }
  434.  
  435. /* Extra small devices (phones, 600px and down) */
  436. @media only screen and (max-width: 600px) {
  437.  
  438. }
  439.  
  440. /* Small devices (portrait tablets and large phones, 600px and up) */
  441. @media only screen and (min-width: 600px) {
  442.  
  443. }
  444.  
  445. /* Medium devices (landscape tablets, 768px and up) */
  446. @media only screen and (min-width: 768px) {
  447. .footer-two {
  448. .row-two {
  449. .col-lg-5 {
  450. color: #F6F6F6;
  451. }
  452. .col-lg-7 {
  453. .row {
  454. width: 100%;
  455. margin-left: 0px;
  456. margin-right: 0px;
  457. padding-left: 0px;
  458. padding-right: 0px;
  459. .col-lg-2.blank {
  460. display: flex !important;
  461. align-items: center !important;
  462. justify-content: center !important;
  463. display: none !important;
  464. }
  465. .col-lg-2 {
  466. display: flex !important;
  467. align-items: center !important;
  468. justify-content: center !important;
  469. width: 20% !important;
  470. a {
  471. color: #D3C5D1;
  472. cursor: pointer;
  473. }
  474. }
  475. }
  476. }
  477. }
  478. }
  479. }
  480.  
  481. /* Large devices (laptops/desktops, 992px and up) */
  482. @media only screen and (min-width: 992px) {
  483. .footer-two {
  484. .row-two {
  485. .col-lg-5 {
  486. display: flex;
  487. align-items: center;
  488. font-size: 12px;
  489. color: #F6F6F6;
  490. }
  491. .col-lg-7 {
  492. .row {
  493. width: 100%;
  494. .col-lg-2 {
  495. a {
  496. color: #D3C5D1;
  497. cursor: pointer;
  498. }
  499. }
  500. }
  501. }
  502. }
  503. }
  504. }
  505.  
  506. /* Extra large devices (large laptops and desktops, 1200px and up) */
  507. @media only screen and (min-width: 1200px) {
  508.  
  509. }
  510. }
  511.  
  512. #home {
  513. overflow-x: hidden !important;
  514. background-image: url(/img/waveblur2.png), url("/img/bg1.png");
  515. opacity: 0.9;
  516. min-height: 500px;
  517. background-attachment: fixed;
  518. background-position: right;
  519. background-repeat: no-repeat;
  520. background-size: cover;
  521.  
  522. .py-5.intro {
  523. background-color: transparent !important;
  524. background-size: cover;
  525. background-repeat: no-repeat;
  526. background-attachment: local, scroll;
  527. overflow-y: scroll;
  528. overflow-x: hidden;
  529. scrollbar-width: none;
  530. height: 85vh;
  531. display: flex;
  532. align-items: center;
  533. justify-content: center;
  534. color: #000000;
  535. .row {
  536. // height: 255vh;
  537. .col-lg-12 {
  538. margin-left: 50px;
  539. margin-right: 50px;
  540. padding-right: 500px;
  541. .row {
  542. position: absolute;
  543. margin-left: 120px;
  544. margin-top: -190px;
  545. z-index: -1;
  546. .col-lg-12 {
  547. mix-blend-mode: difference;
  548. h1 {
  549. font-family: 'lato';
  550. font-size: 120px;
  551. font-weight: 1000;
  552. }
  553. h5 {
  554. font-family: 'inter';
  555. font-size: 25px;
  556. font-weight: 600;
  557. margin-top: 50px;
  558. margin-left: 0px;
  559. }
  560. }
  561. }
  562. }
  563. }
  564. }
  565. .py-5.intro::-webkit-scrollbar {
  566. display: none;
  567. }
  568. .py-2.insights {
  569. min-height: 30vh;
  570. display: flex;
  571. align-items: center;
  572. justify-content: center;
  573. background-size: cover;
  574. z-index: 999;
  575. background-color: white;
  576. padding-bottom: 20px;
  577. .row {
  578. margin-left: 120px;
  579. margin-right: 120px;
  580. padding-top: 0px;
  581. .col-lg-12 {
  582. .row {
  583. .col-lg-12 {
  584. h1 {
  585. color: #1F1F26;
  586. font-family: 'poppins';
  587. font-size: 40px;
  588. font-weight: 800;
  589. }
  590. p {
  591. color: #241822;
  592. font-family: 'inter';
  593. font-size: 20px;
  594. font-weight: 500;
  595. }
  596. .btn-success {
  597. background-color: #044C4B !important;
  598. color: #ffffff !important;
  599. border-radius: 50px;
  600. margin-top: 50px;
  601. padding: 16px 50px 16px 50px;
  602. font-size: 20px;
  603. }
  604. }
  605. }
  606. }
  607. }
  608. }
  609. .py-5.service {
  610. background-color: #FFFFFF;
  611. min-height: 50vh;
  612. display: flex;
  613. align-items: center;
  614. justify-content: center;
  615. margin-top: 0px;
  616. padding-top: 0px !important;
  617. .row {
  618. margin-left: 85px;
  619. margin-right: 85px;
  620. .col-lg-12 {
  621. background-size: cover;
  622. z-index: 999;
  623. background-color: white;
  624. .row {
  625. .col-lg-12 {
  626. padding-top: 0px;
  627. h1 {
  628. color: #1F1F26;
  629. font-family: 'poppins';
  630. font-size: 40px;
  631. font-weight: 600;
  632. margin-bottom: 48px;
  633. }
  634. p {
  635. color: #1F1F26;
  636. font-family: 'inter';
  637. font-size: 18px;
  638. font-weight: 400;
  639. padding-bottom: 50px;
  640. }
  641. }
  642. }
  643. }
  644. .linear-top {
  645. content: "";
  646. width: 100%;
  647. height: 130px;
  648. margin-top: -95px;
  649. z-index: 1000;
  650. background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  651. }
  652. .swiper {
  653. z-index: 999;
  654. height: 500px !important;
  655. overflow-y: hidden;
  656. margin-top: -75px;
  657. .swiper-wrapper {
  658. z-index: -10;
  659. .swiper-slide {
  660. background-color: transparent;
  661. z-index: -999 !important;
  662. min-height: 200px;
  663. .row {
  664. .col-lg-3 {
  665. img {
  666. border-radius: 15px;
  667. width: 220px;
  668. height: 220px;
  669. object-fit: cover;
  670. }
  671. }
  672. .col-lg-9 {
  673. h1 {
  674. color: #1F1F26;
  675. font-family: 'poppins';
  676. font-size: 40px;
  677. font-weight: 600;
  678. }
  679. p {
  680. color: #1F1F26;
  681. font-family: 'inter';
  682. font-size: 18px;
  683. font-weight: 400;
  684. }
  685. }
  686. }
  687. }
  688. }
  689. }
  690. .linear-bottom {
  691. content: "";
  692. width: 100%;
  693. height: 130px;
  694. margin-top: -75px;
  695. z-index: 999;
  696. background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  697. transform: rotate(-180deg);
  698. }
  699. }
  700. }
  701. .py-2.solution {
  702. display: flex;
  703. align-items: center;
  704. justify-content: center;
  705. background-size: cover;
  706. z-index: 999;
  707. background-color: white;
  708. .row {
  709. margin-left: 100px;
  710. margin-right: 100px;
  711. .col-lg-12 {
  712. padding-top: 50px;
  713. h1 {
  714. color: #1F1F26;
  715. font-family: 'poppins';
  716. font-size: 40px;
  717. font-weight: 600;
  718. margin-bottom: 30px;
  719. }
  720. p {
  721. color: #1F1F26;
  722. font-family: 'inter';
  723. font-size: 18px;
  724. font-weight: 400;
  725. }
  726. }
  727. }
  728. }
  729. .py-5.works {
  730. min-height: 70vh;
  731. display: flex;
  732. align-items: center;
  733. justify-content: center;
  734. background-size: cover;
  735. z-index: 999;
  736. background-color: white;
  737. padding-top: 0px !important;
  738. margin-top: 0px;
  739. margin-bottom: -30px;
  740. .row {
  741. margin-left: 100px;
  742. margin-right: 100px;
  743. .col-lg-12 {
  744. .btn-success {
  745. border-radius: 50px;
  746. }
  747. .row {
  748. .swiper {
  749. height: 550px !important;
  750. overflow-x: hidden;
  751. .swiper-wrapper {
  752. .swiper-slide {
  753. .row {
  754. display: flex;
  755. align-items: center;
  756. justify-content: center;
  757. .col-2 {
  758. margin: 10px 10px 10px 10px;
  759. // background-color: gray;
  760. .img-fluid {
  761. width: 130px;
  762. height: 130px;
  763. object-fit: contain;
  764. }
  765. }
  766. }
  767. }
  768. }
  769. .swiper-pagination-works {
  770. position: relative;
  771. align-items: center;
  772. justify-content: center;
  773. text-align: center;
  774. margin-top: -150px;
  775. .swiper-pagination-bullet {
  776. width: 20px;
  777. height: 20px;
  778. background-color: #D52ECD;
  779. }
  780. .swiper-pagination-bullet-active {
  781. width: 20px;
  782. height: 20px;
  783. background-color: #962190;
  784. }
  785. }
  786. }
  787. }
  788. .row.mb-3 {
  789. .col-lg-12 {
  790. margin-top: -50px;
  791. .btn-outline-success {
  792. border-radius: 50px;
  793. color: #962190;
  794. border: 1px solid #962190;
  795. margin-top: 50px;
  796. padding: 16px 50px 16px 50px;
  797. font-size: 20px;
  798. }
  799. .btn-outline-success:hover {
  800. border-radius: 50px;
  801. background-color: #962190;
  802. border: 1px solid #962190;
  803. color: #fff;
  804. margin-top: 50px;
  805. padding: 16px 50px 16px 50px;
  806. font-size: 20px;
  807. }
  808. }
  809. }
  810. }
  811. }
  812. }
  813. .py-5.newsroom {
  814. display: flex;
  815. align-items: center;
  816. justify-content: center;
  817. background-size: cover;
  818. z-index: 999;
  819. background-color: white;
  820. .row.container {
  821. margin-left: 100px;
  822. margin-right: 100px;
  823. .col-lg-12 {
  824. .row.header {
  825. .col-lg-12.mb-5 {
  826. padding-top: 50px;
  827. h1 {
  828. color: #1F1F26;
  829. font-family: 'poppins';
  830. font-size: 40px;
  831. font-weight: 600;
  832. margin-bottom: 40px;
  833. }
  834. p {
  835. color: #1F1F26;
  836. font-family: 'inter';
  837. font-size: 18px;
  838. font-weight: 400;
  839. margin-bottom: 0px;
  840. }
  841. }
  842. }
  843. .row.content {
  844. border-radius: 15px;
  845. margin: 30px 30px 30px 30px;
  846. text-align: left;
  847. .col-lg-4 {
  848. .img-fluid {
  849. margin: 30px 30px 30px 30px;
  850. border-radius: 15px;
  851. width: 250px;
  852. height: 250px;
  853. object-fit: cover;
  854. }
  855. }
  856. .col-lg-8 {
  857. h1 {
  858. color: #1F1F26;
  859. font-family: 'poppins';
  860. font-size: 40px;
  861. font-weight: 600;
  862. text-decoration: none;
  863. text-align: left;
  864. margin-top: 0px;
  865. margin-bottom: 0px;
  866. }
  867. label {
  868. padding: 0px 15px 5px 15px;
  869. font-family: 'inter';
  870. font-size: 12px;
  871. font-weight: 400;
  872. font-style: italic;
  873. text-align: left;
  874. }
  875. p {
  876. padding: 5px 15px 15px 15px;
  877. font-family: 'inter';
  878. font-size: 15px;
  879. font-weight: 400;
  880. text-align: left;
  881. margin-bottom: 0px;
  882. }
  883. }
  884. }
  885. .row.links {
  886. .col-lg-12 {
  887. .btn-outline-success {
  888. border-radius: 50px;
  889. color: #962190;
  890. border: 1px solid #962190;
  891. margin-top: 50px;
  892. padding: 16px 50px 16px 50px;
  893. font-size: 20px;
  894. }
  895. .btn-outline-success:hover {
  896. border-radius: 50px;
  897. background-color: #962190;
  898. border: 1px solid #962190;
  899. color: #fff;
  900. margin-top: 50px;
  901. padding: 16px 50px 16px 50px;
  902. font-size: 20px;
  903. }
  904. }
  905. }
  906. }
  907. }
  908. }
  909. .py-5.help {
  910. // background: linear-gradient(to right,#284292,#0084C9,#00C2D7,#6CFBCE);
  911. // background-color: transparent !important;
  912. background: url(/img/bg2_1.png), url(/img/bg2.png);
  913. min-height: 70vh;
  914. display: flex;
  915. align-items: center;
  916. justify-content: center;
  917. color: #F6F6F6;
  918. background-size: cover, cover;
  919. background-repeat: no-repeat, no-repeat;
  920. background-position: bottom, right;
  921. z-index: 999;
  922. .row.container {
  923. margin-left: 300px !important;
  924. margin-right: 300px !important;
  925. .col-lg-12 {
  926. .row {
  927. .col-lg-12 {
  928. h1 {
  929. font-family: 'poppins';
  930. font-size: 40x;
  931. font-weight: 600;
  932. margin-bottom: 50px;
  933. }
  934. p {
  935. font-family: 'inter';
  936. font-size: 18px;
  937. font-weight: 400;
  938. margin-bottom: 50px;
  939. }
  940. a {
  941. text-decoration: none;
  942. margin-left: 5px;
  943. margin-right: 5px;
  944. i {
  945. background-color: #F6F6F6;
  946. color: #2B2B39;
  947. border: 1px solid #F6F6F6;
  948. padding: 10px 10px 10px 10px;
  949. border-radius: 50px;
  950. font-size: 20px;
  951. }
  952. }
  953. }
  954. }
  955. }
  956. }
  957. }
  958.  
  959. /* Extra small devices (phones, 600px and down) */
  960. @media only screen and (max-width: 600px) {
  961.  
  962. }
  963.  
  964. /* Small devices (portrait tablets and large phones, 600px and up) */
  965. @media only screen and (min-width: 600px) {
  966.  
  967. }
  968.  
  969. /* Medium devices (landscape tablets, 768px and up) */
  970. @media only screen and (min-width: 768px) {
  971.  
  972. }
  973.  
  974. /* Large devices (laptops/desktops, 992px and up) */
  975. @media only screen and (min-width: 992px) {
  976.  
  977. }
  978.  
  979. /* Extra large devices (large laptops and desktops, 1200px and up) */
  980. @media only screen and (min-width: 1200px) {
  981.  
  982. }
  983. }
  984.  
  985. #insight {
  986. overflow-x: hidden !important;
  987. background-image: url("/img/bg1.png");
  988. min-height: 500px;
  989. background-attachment: fixed;
  990. background-position: center;
  991. background-repeat: no-repeat;
  992. background-size: cover;
  993.  
  994. .py-2.insights {
  995. margin-top: 38px !important;
  996. min-height: 30vh;
  997. background: url(/img/wave_shortblur.png);
  998. background-size: cover;
  999. display: flex;
  1000. align-items: center;
  1001. justify-content: center;
  1002. background-repeat: no-repeat;
  1003. .row {
  1004. .col-lg-12 {
  1005. h1 {
  1006. color: #1F1F26;
  1007. font-family: 'poppins';
  1008. font-size: 40px;
  1009. font-weight: 600;
  1010. }
  1011. p {
  1012. color: #1F1F26;
  1013. font-family: 'inter';
  1014. font-size: 20px;
  1015. font-weight: 600;
  1016. }
  1017. }
  1018. }
  1019. }
  1020. .content {
  1021. padding-top: 40px;
  1022. padding-bottom: 40px;
  1023. background-color: #FFFFFF;
  1024. padding-bottom: 20px;
  1025. .container {
  1026. .row.link {
  1027. margin-top: 15px;
  1028. margin-bottom: 15px;
  1029. .col-lg-12 {
  1030. a {
  1031. border-radius: 50px;
  1032. margin-top: 50px;
  1033. padding: 16px 50px 16px 50px;
  1034. font-size: 20px;
  1035. margin-left: 5px;
  1036. margin-right: 5px;
  1037. }
  1038. }
  1039. }
  1040. .row.content {
  1041. .col-lg-4 {
  1042. margin-top: 15px;
  1043. margin-bottom: 15px;
  1044. img {
  1045. border-radius: 15px;
  1046. }
  1047. }
  1048. .col-lg-8 {
  1049. margin-top: 15px;
  1050. margin-bottom: 15px;
  1051. h1 {
  1052. font-family: 'inter';
  1053. font-size: 40px;
  1054. font-weight: 400;
  1055. text-decoration: underline;
  1056. }
  1057. label {
  1058. font-family: 'inter';
  1059. font-size: 16px;
  1060. font-weight: 400;
  1061. font-style: italic;
  1062. }
  1063. p {
  1064. font-family: 'inter';
  1065. font-size: 20px;
  1066. font-weight: 400;
  1067. }
  1068. }
  1069. }
  1070. }
  1071.  
  1072. }
  1073.  
  1074. /* Extra small devices (phones, 600px and down) */
  1075. @media only screen and (max-width: 600px) {
  1076.  
  1077. }
  1078.  
  1079. /* Small devices (portrait tablets and large phones, 600px and up) */
  1080. @media only screen and (min-width: 600px) {
  1081.  
  1082. }
  1083.  
  1084. /* Medium devices (landscape tablets, 768px and up) */
  1085. @media only screen and (min-width: 768px) {
  1086.  
  1087. }
  1088.  
  1089. /* Large devices (laptops/desktops, 992px and up) */
  1090. @media only screen and (min-width: 992px) {
  1091.  
  1092. }
  1093.  
  1094. /* Extra large devices (large laptops and desktops, 1200px and up) */
  1095. @media only screen and (min-width: 1200px) {
  1096.  
  1097. }
  1098. }
  1099.  
  1100. #solution {
  1101. overflow-x: hidden !important;
  1102. background-image: url("/img/bg1.png");
  1103. min-height: 500px;
  1104. background-attachment: fixed;
  1105. background-position: center;
  1106. background-repeat: no-repeat;
  1107. background-size: cover;
  1108.  
  1109. .py-2.solution {
  1110. margin-top: 38px !important;
  1111. min-height: 30vh;
  1112. background: url(/img/wave_shortblur.png);
  1113. background-size: cover;
  1114. background-repeat: no-repeat;
  1115. display: flex;
  1116. align-items: center;
  1117. justify-content: center;
  1118. .row {
  1119. .col-lg-12 {
  1120. h1 {
  1121. color: #1F1F26;
  1122. font-family: 'poppins';
  1123. font-size: 40px;
  1124. font-weight: 600;
  1125. }
  1126. p {
  1127. color: #1F1F26;
  1128. font-family: 'inter';
  1129. font-size: 20px;
  1130. font-weight: 600;
  1131. }
  1132. }
  1133. }
  1134. }
  1135. .content {
  1136. padding-top: 40px;
  1137. padding-bottom: 40px;
  1138. background-color: #FFFFFF;
  1139. padding-bottom: 20px;
  1140. .container {
  1141. .row.link {
  1142. margin-top: 15px;
  1143. margin-bottom: 15px;
  1144. .col-lg-12 {
  1145. a {
  1146. border-radius: 50px;
  1147. margin-top: 50px;
  1148. padding: 16px 50px 16px 50px;
  1149. font-size: 20px;
  1150. margin-left: 5px;
  1151. margin-right: 5px;
  1152. }
  1153. }
  1154. }
  1155. .row.content.shadow {
  1156. border-radius: 15px;
  1157. .col-lg-4 {
  1158. margin-top: 5px;
  1159. margin-bottom: 5px;
  1160. padding: 50px 50px 50px 50px;
  1161. display: flex !important;
  1162. align-items: center !important;
  1163. justify-content: start !important;
  1164. .img-fluid {
  1165. border-radius: 15px;
  1166. width: 350px;
  1167. height: 350px;
  1168. object-fit: cover;
  1169. }
  1170. }
  1171. .col-lg-8 {
  1172. padding: 30px 30px 30px 0px;
  1173. h1 {
  1174. font-family: 'inter';
  1175. font-size: 40px;
  1176. font-weight: 400;
  1177. text-decoration: none;
  1178. }
  1179. label {
  1180. font-family: 'inter';
  1181. font-size: 16px;
  1182. font-weight: 400;
  1183. font-style: italic;
  1184. }
  1185. p {
  1186. font-family: 'inter';
  1187. font-size: 20px;
  1188. font-weight: 400;
  1189. }
  1190. }
  1191. }
  1192. }
  1193. }
  1194.  
  1195. /* Extra small devices (phones, 600px and down) */
  1196. @media only screen and (max-width: 600px) {
  1197.  
  1198. }
  1199.  
  1200. /* Small devices (portrait tablets and large phones, 600px and up) */
  1201. @media only screen and (min-width: 600px) {
  1202.  
  1203. }
  1204.  
  1205. /* Medium devices (landscape tablets, 768px and up) */
  1206. @media only screen and (min-width: 768px) {
  1207.  
  1208. }
  1209.  
  1210. /* Large devices (laptops/desktops, 992px and up) */
  1211. @media only screen and (min-width: 992px) {
  1212.  
  1213. }
  1214.  
  1215. /* Extra large devices (large laptops and desktops, 1200px and up) */
  1216. @media only screen and (min-width: 1200px) {
  1217.  
  1218. }
  1219.  
  1220. }
  1221.  
  1222. #connect {
  1223. overflow-x: hidden !important;
  1224. background-image: url("/img/bg1.png");
  1225. min-height: 500px;
  1226. background-attachment: fixed;
  1227. background-position: center;
  1228. background-repeat: no-repeat;
  1229. background-size: cover;
  1230. padding-left: 0px;
  1231. padding-right: 0px;
  1232.  
  1233. .py-2.header.connect {
  1234. margin-top: 38px !important;
  1235. min-height: 30vh;
  1236. background: url(/img/wave_shortblur.png);
  1237. background-size: cover;
  1238. background-repeat: no-repeat;
  1239. display: flex;
  1240. align-items: center;
  1241. justify-content: center;
  1242. .row {
  1243. .col-lg-12 {
  1244. h1 {
  1245. color: #1F1F26;
  1246. font-family: 'poppins';
  1247. font-size: 40px;
  1248. font-weight: 600;
  1249. }
  1250. p {
  1251. color: #1F1F26;
  1252. font-family: 'inter';
  1253. font-size: 20px;
  1254. font-weight: 600;
  1255. }
  1256. }
  1257. }
  1258. }
  1259. .py-2.content {
  1260. padding: 40px -30px 40px -30px !important;
  1261. background-color: #FFFFFF;
  1262. .container {
  1263. .row {
  1264. .col-lg-12 {
  1265. .header {
  1266. .col-lg-12 {
  1267. h1 {
  1268. color: #1F1F26;
  1269. font-family: 'poppins';
  1270. font-size: 40px;
  1271. font-weight: 600;
  1272. }
  1273. }
  1274. }
  1275. .pill {
  1276. .col-lg-12 {
  1277. border-radius: 15px;
  1278. padding: 30px 30px 30px 30px;
  1279. margin-top: 15px;
  1280. margin-bottom: 15px;
  1281. h1 {
  1282. font-family: 'inter';
  1283. font-size: 30px;
  1284. font-weight: 400;
  1285. text-decoration: none;
  1286. }
  1287. .row {
  1288. .col-lg-4 {
  1289. p {
  1290. color: #1F1F26;
  1291. font-family: 'inter';
  1292. font-size: 15px;
  1293. font-weight: 600;
  1294. a {
  1295. color: #1F1F26;
  1296. font-family: 'inter';
  1297. font-size: 15px;
  1298. font-weight: 600;
  1299. text-decoration: none;
  1300. cursor: pointer;
  1301. }
  1302. }
  1303. b {
  1304. color: #1F1F26;
  1305. font-family: 'inter';
  1306. font-size: 15px;
  1307. font-weight: 600;
  1308. a {
  1309. color: #1F1F26;
  1310. font-family: 'inter';
  1311. font-size: 15px;
  1312. font-weight: 600;
  1313. text-decoration: none;
  1314. cursor: pointer;
  1315. }
  1316. }
  1317. }
  1318. }
  1319. .link {
  1320. a {
  1321. text-decoration: none;
  1322. margin-left: 5px;
  1323. margin-right: 5px;
  1324. i {
  1325. color: #2B2B39;
  1326. padding: 5px 5px 5px 5px;
  1327. margin-left: 5px;
  1328. margin-right: 5px;
  1329. border-radius: 50px;
  1330. width: 20px;
  1331. height: 20px;
  1332. font-size: 30px;
  1333. }
  1334. }
  1335. }
  1336. }
  1337. }
  1338. }
  1339. }
  1340. }
  1341. }
  1342.  
  1343. /* Extra small devices (phones, 600px and down) */
  1344. @media only screen and (max-width: 600px) {
  1345.  
  1346. }
  1347.  
  1348. /* Small devices (portrait tablets and large phones, 600px and up) */
  1349. @media only screen and (min-width: 600px) {
  1350.  
  1351. }
  1352.  
  1353. /* Medium devices (landscape tablets, 768px and up) */
  1354. @media only screen and (min-width: 768px) {
  1355.  
  1356. }
  1357.  
  1358. /* Large devices (laptops/desktops, 992px and up) */
  1359. @media only screen and (min-width: 992px) {
  1360.  
  1361. }
  1362.  
  1363. /* Extra large devices (large laptops and desktops, 1200px and up) */
  1364. @media only screen and (min-width: 1200px) {
  1365.  
  1366. }
  1367. }
  1368.  
  1369. #agronum {
  1370. overflow-x: hidden !important;
  1371. .py-5.intro {
  1372. margin-top: 50px !important;
  1373. margin-bottom: 0px !important;
  1374. background: linear-gradient(to right,#D52ECD, #6CFBCE);
  1375. display: flex;
  1376. align-items: center;
  1377. justify-content: center;
  1378. color: #F6F6F6;
  1379. .row {
  1380. .col-lg-6 {
  1381. .row {
  1382. .col-lg-12 {
  1383. p {
  1384. font-family: 'inter';
  1385. font-size: 20px;
  1386. font-weight: 400;
  1387. color: #F6F6F6;
  1388. margin-bottom: 150px;
  1389. }
  1390. a {
  1391. background-color: transparent;
  1392. border-radius: 50px;
  1393. padding: 16px 50px 16px 50px;
  1394. font-size: 20px;
  1395. color: #F6F6F6;
  1396. margin-bottom: 30px;
  1397. }
  1398. a:hover {
  1399. background-color: #F6F6F6;
  1400. border-radius: 50px;
  1401. padding: 16px 50px 16px 50px;
  1402. font-size: 20px;
  1403. color: #962190;
  1404. margin-bottom: 30px;
  1405. }
  1406. }
  1407. }
  1408. }
  1409. .col-lg-6 {
  1410. .row {
  1411. .col-lg-12 {
  1412. margin-bottom: -48px;
  1413. .img-fluid {
  1414. height: 450px !important;
  1415. width: 450px !important;
  1416. object-fit: cover;
  1417. padding-top: 0px;
  1418. padding-bottom: 0px;
  1419. margin-top: 30px;
  1420. margin-bottom: 0px;
  1421. }
  1422. }
  1423. }
  1424. }
  1425. }
  1426. }
  1427. .py-2.values {
  1428. min-height: 30vh;
  1429. display: flex;
  1430. align-items: center;
  1431. justify-content: center;
  1432. .row {
  1433. .col-lg-12 {
  1434. h1 {
  1435. color: #1F1F26;
  1436. font-family: 'poppins';
  1437. font-size: 40px;
  1438. font-weight: 600;
  1439. }
  1440. p {
  1441. text-align: center;
  1442. font-family: 'lato';
  1443. font-size: 20px;
  1444. font-weight: 400;
  1445. }
  1446. }
  1447. }
  1448. }
  1449. .container {
  1450. .row {
  1451. .col-lg-12 {
  1452. h1 {
  1453. color: #1F1F26;
  1454. font-family: 'poppins';
  1455. font-size: 40px;
  1456. font-weight: 600;
  1457. margin-bottom: 40px;
  1458. }
  1459. p {
  1460. font-family: 'lato';
  1461. font-size: 25px;
  1462. font-weight: 400;
  1463. }
  1464. }
  1465. .col-lg-6 {
  1466. p {
  1467. font-family: 'lato';
  1468. font-size: 25px;
  1469. font-weight: 400;
  1470. }
  1471. }
  1472. }
  1473. }
  1474. .container-fluid {
  1475. margin-left: 0px;
  1476. margin-right: 0px;
  1477. padding-left: 0px;
  1478. padding-right: 0px;
  1479. }
  1480.  
  1481. /* Extra small devices (phones, 600px and down) */
  1482. @media only screen and (max-width: 600px) {
  1483.  
  1484. }
  1485.  
  1486. /* Small devices (portrait tablets and large phones, 600px and up) */
  1487. @media only screen and (min-width: 600px) {
  1488.  
  1489. }
  1490.  
  1491. /* Medium devices (landscape tablets, 768px and up) */
  1492. @media only screen and (min-width: 768px) {
  1493.  
  1494. }
  1495.  
  1496. /* Large devices (laptops/desktops, 992px and up) */
  1497. @media only screen and (min-width: 992px) {
  1498.  
  1499. }
  1500.  
  1501. /* Extra large devices (large laptops and desktops, 1200px and up) */
  1502. @media only screen and (min-width: 1200px) {
  1503.  
  1504. }
  1505.  
  1506. }
  1507.  
  1508. #teams {
  1509. overflow-x: hidden !important;
  1510. background-image: url("/img/bg1.png");
  1511. min-height: 500px;
  1512. background-attachment: fixed;
  1513. background-position: center;
  1514. background-repeat: no-repeat;
  1515. background-size: cover;
  1516. padding-bottom: 0px;
  1517.  
  1518. .py-2.teams {
  1519. margin-top: 38px !important;
  1520. min-height: 30vh;
  1521. background: url(/img/wave_shortblur.png);
  1522. background-size: cover;
  1523. background-repeat: no-repeat;
  1524. display: flex;
  1525. align-items: center;
  1526. justify-content: center;
  1527. .row {
  1528. .col-lg-12 {
  1529. h1 {
  1530. color: #1F1F26;
  1531. font-family: 'poppins';
  1532. font-size: 40px;
  1533. font-weight: 600;
  1534. }
  1535. p {
  1536. color: #1F1F26;
  1537. font-family: 'inter';
  1538. font-size: 20px;
  1539. font-weight: 600;
  1540. }
  1541. }
  1542. }
  1543. }
  1544. .content {
  1545. padding-top: 20px;
  1546. background-color: #FFFFFF;
  1547. padding-bottom: 50px;
  1548. .container {
  1549. .row.link {
  1550. margin-top: 15px;
  1551. margin-bottom: 15px;
  1552. .col-lg-12 {
  1553. a {
  1554. border-radius: 50px;
  1555. }
  1556. }
  1557. }
  1558. .row.content {
  1559. border-radius: 15px;
  1560. margin: 15px 15px 15px 15px;
  1561. padding-top: 0px;
  1562. padding-bottom: 0px;
  1563. .col-lg-4 {
  1564. margin-top: 30px;
  1565. margin-bottom: 30px;
  1566. padding: 30px 30px 30px 30px;
  1567. display: flex !important;
  1568. align-items: center !important;
  1569. justify-content: start !important;
  1570. img {
  1571. background: linear-gradient(to right,#D52ECD, #6CFBCE);
  1572. padding: 0px 15px 0px 15px;
  1573. border-radius: 15px;
  1574. width: 100%;
  1575. height: auto;
  1576. }
  1577. }
  1578. .col-lg-8 {
  1579. margin-top: 30px;
  1580. margin-bottom: 30px;
  1581. padding: 30px 30px 30px 0px;
  1582. h1 {
  1583. font-family: 'inter';
  1584. font-size: 40px;
  1585. font-weight: 400;
  1586. text-decoration: underline;
  1587. }
  1588. p {
  1589. font-family: 'inter';
  1590. font-size: 20px;
  1591. font-weight: 400;
  1592. }
  1593. .social-media {
  1594. margin-bottom: 15px;
  1595. display: flex;
  1596. align-items: center;
  1597. justify-content: start;
  1598. i {
  1599. margin-left: 15px;
  1600. margin-right: 15px;
  1601. color: #2B2B39;
  1602. font-size: 30px !important;
  1603. }
  1604. }
  1605. }
  1606. }
  1607. .row.end {
  1608. .col-lg-12 {
  1609. a.btn-success {
  1610. border-radius: 50px;
  1611. margin-top: 50px;
  1612. padding: 16px 50px 16px 50px;
  1613. font-size: 20px;
  1614. }
  1615. }
  1616. }
  1617. }
  1618. }
  1619.  
  1620. /* Extra small devices (phones, 600px and down) */
  1621. @media only screen and (max-width: 600px) {
  1622.  
  1623. }
  1624.  
  1625. /* Small devices (portrait tablets and large phones, 600px and up) */
  1626. @media only screen and (min-width: 600px) {
  1627.  
  1628. }
  1629.  
  1630. /* Medium devices (landscape tablets, 768px and up) */
  1631. @media only screen and (min-width: 768px) {
  1632.  
  1633. }
  1634.  
  1635. /* Large devices (laptops/desktops, 992px and up) */
  1636. @media only screen and (min-width: 992px) {
  1637.  
  1638. }
  1639.  
  1640. /* Extra large devices (large laptops and desktops, 1200px and up) */
  1641. @media only screen and (min-width: 1200px) {
  1642.  
  1643. }
  1644.  
  1645. }
  1646.  
  1647. #news {
  1648. overflow-x: hidden !important;
  1649. background-image: url("/img/bg1.png");
  1650. min-height: 500px;
  1651. background-attachment: fixed;
  1652. background-position: center;
  1653. background-repeat: no-repeat;
  1654. background-size: cover;
  1655.  
  1656. .py-2.news {
  1657. margin-top: 38px !important;
  1658. min-height: 30vh;
  1659. background: url(/img/wave_shortblur.png);
  1660. background-size: cover;
  1661. background-repeat: no-repeat;
  1662. display: flex;
  1663. align-items: center;
  1664. justify-content: center;
  1665. .row {
  1666. .col-lg-12 {
  1667. h1 {
  1668. color: #1F1F26;
  1669. font-family: 'poppins';
  1670. font-size: 40px;
  1671. font-weight: 600;
  1672. }
  1673. p {
  1674. color: #1F1F26;
  1675. font-family: 'inter';
  1676. font-size: 20px;
  1677. font-weight: 600;
  1678. }
  1679. }
  1680. }
  1681. }
  1682. .content {
  1683. padding-top: 20px;
  1684. background-color: #FFFFFF;
  1685. padding-bottom: 20px;
  1686. .container {
  1687. .row.link {
  1688. margin-top: 15px;
  1689. margin-bottom: 15px;
  1690. .col-lg-12 {
  1691. a {
  1692. border-radius: 50px;
  1693. margin-top: 50px;
  1694. padding: 16px 50px 16px 50px;
  1695. font-size: 20px;
  1696. margin-left: 5px;
  1697. margin-right: 5px;
  1698. }
  1699. }
  1700. }
  1701. .row.content.shadow {
  1702. // border-radius: 15px;
  1703. // margin-top: 30px;
  1704. // margin-bottom: 30px;
  1705. .col-lg-4.image {
  1706. margin-top: 5px;
  1707. margin-bottom: 5px;
  1708. padding: 50px 50px 50px 50px;
  1709. display: flex !important;
  1710. align-items: start !important;
  1711. justify-content: start !important;
  1712. .img-fluid {
  1713. // padding: 0px 0px 0px 0px;
  1714. // margin: 15px 15px 15px 15px;
  1715. border-radius: 15px;
  1716. width: 350px;
  1717. height: 350px;
  1718. object-fit: cover;
  1719. }
  1720. }
  1721. .col-lg-8 {
  1722. margin-top: 5px;
  1723. margin-bottom: 5px;
  1724. padding: 30px 30px 30px 0px;
  1725. h1 {
  1726. font-family: 'inter';
  1727. font-size: 40px;
  1728. font-weight: 400;
  1729. }
  1730. label {
  1731. font-family: 'inter';
  1732. font-size: 16px;
  1733. font-weight: 400;
  1734. font-style: italic;
  1735. }
  1736. p {
  1737. font-family: 'inter';
  1738. font-size: 20px;
  1739. font-weight: 400;
  1740. }
  1741. a.readmore {
  1742. font-family: 'inter';
  1743. font-size: 16px;
  1744. font-weight: 500;
  1745. // text-decoration: none;
  1746. // color: #241822;
  1747. }
  1748. }
  1749. }
  1750. }
  1751. }
  1752.  
  1753. /* Extra small devices (phones, 600px and down) */
  1754. @media only screen and (max-width: 600px) {
  1755.  
  1756. }
  1757.  
  1758. /* Small devices (portrait tablets and large phones, 600px and up) */
  1759. @media only screen and (min-width: 600px) {
  1760.  
  1761. }
  1762.  
  1763. /* Medium devices (landscape tablets, 768px and up) */
  1764. @media only screen and (min-width: 768px) {
  1765.  
  1766. }
  1767.  
  1768. /* Large devices (laptops/desktops, 992px and up) */
  1769. @media only screen and (min-width: 992px) {
  1770.  
  1771. }
  1772.  
  1773. /* Extra large devices (large laptops and desktops, 1200px and up) */
  1774. @media only screen and (min-width: 1200px) {
  1775.  
  1776. }
  1777. }
  1778.  
  1779. #newsdetails {
  1780. overflow-x: hidden !important;
  1781. padding-top: 50px;
  1782. padding-bottom: 15px;
  1783. margin-bottom: 50px;
  1784. margin-top: 20px;
  1785.  
  1786. .headline {
  1787. margin-top: 38px !important;
  1788. .row {
  1789. .col-lg-12 {
  1790. h1 {
  1791. padding: 5px 15px 5px 15px;
  1792. font-family: 'poppins';
  1793. font-size: 40px;
  1794. font-weight: 600;
  1795. }
  1796. label {
  1797. padding: 5px 15px 5px 15px;
  1798. font-family: 'inter';
  1799. font-size: 12px;
  1800. font-weight: 400;
  1801. font-style: italic;
  1802. }
  1803. .img-fluid {
  1804. border-radius: 15px;
  1805. width: 700px;
  1806. height: 700px;
  1807. object-fit: cover;
  1808. }
  1809. }
  1810. }
  1811. }
  1812. .content {
  1813. padding-top: 20px;
  1814. padding-bottom: 20px;
  1815. p {
  1816. padding: 5px 15px 5px 15px;
  1817. font-family: 'inter';
  1818. font-size: 15px;
  1819. font-weight: 400;
  1820. }
  1821. .img-fluid {
  1822. border-radius: 15px;
  1823. width: 700px;
  1824. height: 700px;
  1825. object-fit: cover;
  1826. }
  1827. a.btn-success {
  1828. border-radius: 50px;
  1829. margin-top: 50px;
  1830. padding: 16px 50px 16px 50px;
  1831. font-size: 20px;
  1832. }
  1833. }
  1834.  
  1835. /* Extra small devices (phones, 600px and down) */
  1836. @media only screen and (max-width: 600px) {
  1837.  
  1838. }
  1839.  
  1840. /* Small devices (portrait tablets and large phones, 600px and up) */
  1841. @media only screen and (min-width: 600px) {
  1842.  
  1843. }
  1844.  
  1845. /* Medium devices (landscape tablets, 768px and up) */
  1846. @media only screen and (min-width: 768px) {
  1847.  
  1848. }
  1849.  
  1850. /* Large devices (laptops/desktops, 992px and up) */
  1851. @media only screen and (min-width: 992px) {
  1852.  
  1853. }
  1854.  
  1855. /* Extra large devices (large laptops and desktops, 1200px and up) */
  1856. @media only screen and (min-width: 1200px) {
  1857.  
  1858. }
  1859. }
  1860.  
  1861. #termsofuse {
  1862. overflow-x: hidden !important;
  1863. padding-top: 50px;
  1864. padding-bottom: 15px;
  1865. margin-bottom: 50px;
  1866.  
  1867. .headline {
  1868. padding-top: 50px;
  1869. label {
  1870. padding: 5px 15px 5px 15px;
  1871. font-family: 'inter';
  1872. font-size: 16px;
  1873. font-weight: 700;
  1874. color: #0000EE;
  1875. }
  1876. h1 {
  1877. padding: 5px 15px 5px 15px;
  1878. font-family: 'poppins';
  1879. font-size: 48px;
  1880. font-weight: 600;
  1881. }
  1882. }
  1883. .content {
  1884. padding-top: 20px;
  1885. padding-bottom: 20px;
  1886. border-radius: 15px;
  1887. margin-bottom: 20px;
  1888. p {
  1889. padding: 5px 250px 5px 15px;
  1890. font-family: 'inter';
  1891. font-size: 15px;
  1892. font-weight: 400;
  1893. }
  1894. img {
  1895. border-radius: 10%;
  1896. }
  1897. a.btn-success {
  1898. border-radius: 50px;
  1899. }
  1900. }
  1901.  
  1902. /* Extra small devices (phones, 600px and down) */
  1903. @media only screen and (max-width: 600px) {
  1904.  
  1905. }
  1906.  
  1907. /* Small devices (portrait tablets and large phones, 600px and up) */
  1908. @media only screen and (min-width: 600px) {
  1909.  
  1910. }
  1911.  
  1912. /* Medium devices (landscape tablets, 768px and up) */
  1913. @media only screen and (min-width: 768px) {
  1914.  
  1915. }
  1916.  
  1917. /* Large devices (laptops/desktops, 992px and up) */
  1918. @media only screen and (min-width: 992px) {
  1919.  
  1920. }
  1921.  
  1922. /* Extra large devices (large laptops and desktops, 1200px and up) */
  1923. @media only screen and (min-width: 1200px) {
  1924.  
  1925. }
  1926. }
  1927.  
  1928. #privacypolicy {
  1929. overflow-x: hidden !important;
  1930. padding-top: 50px;
  1931. padding-bottom: 15px;
  1932. margin-bottom: 50px;
  1933.  
  1934. .headline {
  1935. padding-top: 50px;
  1936. label {
  1937. padding: 5px 15px 5px 15px;
  1938. font-family: 'inter';
  1939. font-size: 16px;
  1940. font-weight: 700;
  1941. color: #0000EE;
  1942. }
  1943. h1 {
  1944. padding: 5px 15px 5px 15px;
  1945. font-family: 'poppins';
  1946. font-size: 48px;
  1947. font-weight: 600;
  1948. }
  1949. }
  1950. .content {
  1951. padding-top: 20px;
  1952. padding-bottom: 20px;
  1953. border-radius: 15px;
  1954. margin-bottom: 20px;
  1955. p {
  1956. padding: 5px 250px 5px 15px;
  1957. font-family: 'inter';
  1958. font-size: 15px;
  1959. font-weight: 400;
  1960. ul {
  1961. li {
  1962. margin-right: 250px !important;
  1963. }
  1964. }
  1965. h5 {
  1966. margin-left: 10px !important;
  1967. }
  1968. }
  1969. img {
  1970. border-radius: 10%;
  1971. }
  1972. a.btn-success {
  1973. border-radius: 50px;
  1974. }
  1975. ul {
  1976. li {
  1977. margin-right: 250px !important;
  1978. }
  1979. }
  1980. h5 {
  1981. margin-left: 10px !important;
  1982. }
  1983. }
  1984.  
  1985. /* Extra small devices (phones, 600px and down) */
  1986. @media only screen and (max-width: 600px) {
  1987.  
  1988. }
  1989.  
  1990. /* Small devices (portrait tablets and large phones, 600px and up) */
  1991. @media only screen and (min-width: 600px) {
  1992.  
  1993. }
  1994.  
  1995. /* Medium devices (landscape tablets, 768px and up) */
  1996. @media only screen and (min-width: 768px) {
  1997.  
  1998. }
  1999.  
  2000. /* Large devices (laptops/desktops, 992px and up) */
  2001. @media only screen and (min-width: 992px) {
  2002.  
  2003. }
  2004.  
  2005. /* Extra large devices (large laptops and desktops, 1200px and up) */
  2006. @media only screen and (min-width: 1200px) {
  2007.  
  2008. }
  2009.  
  2010. }
  2011.  
  2012. #cookiespolicy {
  2013. overflow-x: hidden !important;
  2014. padding-top: 50px;
  2015. padding-bottom: 15px;
  2016. margin-bottom: 50px;
  2017.  
  2018. .headline {
  2019. padding-top: 50px;
  2020. label {
  2021. padding: 5px 15px 5px 15px;
  2022. font-family: 'inter';
  2023. font-size: 16px;
  2024. font-weight: 700;
  2025. color: #0000EE;
  2026. }
  2027. h1 {
  2028. padding: 5px 15px 5px 15px;
  2029. font-family: 'poppins';
  2030. font-size: 48px;
  2031. font-weight: 600;
  2032. }
  2033. }
  2034. .content {
  2035. padding-top: 20px;
  2036. padding-bottom: 20px;
  2037. border-radius: 15px;
  2038. margin-bottom: 20px;
  2039. p {
  2040. padding: 5px 250px 5px 15px;
  2041. font-family: 'inter';
  2042. font-size: 15px;
  2043. font-weight: 400;
  2044. }
  2045. img {
  2046. border-radius: 10%;
  2047. }
  2048. a.btn-success {
  2049. border-radius: 50px;
  2050. }
  2051. }
  2052.  
  2053. /* Extra small devices (phones, 600px and down) */
  2054. @media only screen and (max-width: 600px) {
  2055.  
  2056. }
  2057.  
  2058. /* Small devices (portrait tablets and large phones, 600px and up) */
  2059. @media only screen and (min-width: 600px) {
  2060.  
  2061. }
  2062.  
  2063. /* Medium devices (landscape tablets, 768px and up) */
  2064. @media only screen and (min-width: 768px) {
  2065.  
  2066. }
  2067.  
  2068. /* Large devices (laptops/desktops, 992px and up) */
  2069. @media only screen and (min-width: 992px) {
  2070.  
  2071. }
  2072.  
  2073. /* Extra large devices (large laptops and desktops, 1200px and up) */
  2074. @media only screen and (min-width: 1200px) {
  2075.  
  2076. }
  2077. }
  2078.  
  2079. #sitemap {
  2080. overflow-x: hidden !important;
  2081. padding-top: 50px;
  2082. padding-bottom: 15px;
  2083. margin-bottom: 50px;
  2084.  
  2085. .headline {
  2086. padding-top: 50px;
  2087. label {
  2088. padding: 5px 15px 5px 15px;
  2089. font-family: 'inter';
  2090. font-size: 16px;
  2091. font-weight: 700;
  2092. color: #0000EE;
  2093. }
  2094. h1 {
  2095. padding: 5px 15px 5px 15px;
  2096. font-family: 'poppins';
  2097. font-size: 48px;
  2098. font-weight: 600;
  2099. }
  2100. }
  2101. .content {
  2102. padding-top: 20px;
  2103. padding-bottom: 20px;
  2104. border-radius: 15px;
  2105. margin-bottom: 20px;
  2106. .row {
  2107. .col-12 {
  2108. h1 {
  2109. padding: 5px 15px 5px 15px;
  2110. font-family: 'poppins';
  2111. font-size: 48px;
  2112. font-weight: 600;
  2113. }
  2114. a {
  2115. padding: 5px 15px 5px 15px;
  2116. font-family: 'inter';
  2117. font-size: 16px;
  2118. font-weight: 700;
  2119. text-decoration: none;
  2120. cursor: pointer;
  2121. color: #0000EE;
  2122. }
  2123.  
  2124. }
  2125. }
  2126. }
  2127.  
  2128. /* Extra small devices (phones, 600px and down) */
  2129. @media only screen and (max-width: 600px) {
  2130.  
  2131. }
  2132.  
  2133. /* Small devices (portrait tablets and large phones, 600px and up) */
  2134. @media only screen and (min-width: 600px) {
  2135.  
  2136. }
  2137.  
  2138. /* Medium devices (landscape tablets, 768px and up) */
  2139. @media only screen and (min-width: 768px) {
  2140.  
  2141. }
  2142.  
  2143. /* Large devices (laptops/desktops, 992px and up) */
  2144. @media only screen and (min-width: 992px) {
  2145.  
  2146. }
  2147.  
  2148. /* Extra large devices (large laptops and desktops, 1200px and up) */
  2149. @media only screen and (min-width: 1200px) {
  2150.  
  2151. }
  2152. }
  2153.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement