Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

site.css 16KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874
  1. /*General Style*/
  2. @font-face {
  3. font-family: 'Space Grotesk';
  4. src: url('../assets/fonts/SpaceGrotesk-VariableFont_wght.ttf') format('truetype');
  5. font-style: normal;
  6. }
  7. @font-face {
  8. font-family: 'Nasalization Rg';
  9. src: url('../assets/fonts/Nasalization_Rg.otf') format('truetype');
  10. font-style: normal;
  11. }
  12. .swiper {
  13. width: 100%;
  14. height: 70px;
  15. }
  16. .swiper-button-next,
  17. .swiper-button-prev {
  18. display: none !important;
  19. }
  20. * {
  21. margin: 0;
  22. font-family: 'Space Grotesk', sans-serif;
  23. color: #001F3F;
  24. }
  25. h1 {
  26. font-size: clamp(2em, 5vw, 6.25em);
  27. font-weight: 400;
  28. }
  29. h2 {
  30. font-size: clamp(1.5em, 3.906vw, 4.688em);
  31. font-weight: 400;
  32. }
  33. h4 {
  34. font-size: clamp(1em, 2.6vw, 3.063em);
  35. font-weight: 400;
  36. }
  37. h5 {
  38. font-size: clamp(1.83em, 1.563vw, 1.875em);
  39. font-weight: 400;
  40. }
  41. .hero-section {
  42. width: 100%;
  43. min-height: 120vh;
  44. }
  45. .hero-section video {
  46. height: 120vh;
  47. object-fit: cover;
  48. filter: brightness(50%);
  49. }
  50. .hero-section .text-highlight {
  51. z-index: 10;
  52. top: 30%;
  53. left: 50%;
  54. transform: translate(-50%, -50%);
  55. width: 85%;
  56. position: absolute;
  57. text-align: center;
  58. }
  59. .hero-section .text-highlight .title {
  60. color: #FFF;
  61. font-size: clamp(3.3em, 5vw, 5.5em);
  62. font-weight: 600;
  63. line-height: 60px;
  64. margin-bottom: 30px
  65. }
  66. .hero-section .text-highlight .description {
  67. font-size: 1.6em;
  68. width: 90%;
  69. }
  70. .p-small {
  71. font-size: clamp(0.85em, 1.042vw, 1.25em);
  72. }
  73. p {
  74. font-size: clamp(1em, 1.2vw, 1.6em);
  75. }
  76. .px-6 {
  77. padding-right: 1rem;
  78. padding-left: 1rem;
  79. }
  80. .btn-amics {
  81. font-size: clamp(0.8em, 1vw, 1.2em);
  82. background-color: rgba(255, 255, 255, 0);
  83. color: #000;
  84. border: 3px solid rgb(212, 175, 55);
  85. transition: all 0.2s ease-in-out;
  86. padding: 16px 60px;
  87. border-radius: 50px;
  88. }
  89. .btn-amics:hover {
  90. background-color: rgb(212, 175, 55);
  91. color: #FFF;
  92. }
  93. .btn-amics-small {
  94. font-size: clamp(0.8em, 1vw, 1.2em);
  95. background-color: rgba(255, 255, 255, 0);
  96. color: #FFF;
  97. border: 2px solid rgb(212, 175, 55);
  98. transition: all 0.2s ease-in-out;
  99. padding: 16px 30px;
  100. border-radius: 50px;
  101. }
  102. .btn-amics-small:hover {
  103. background-color: rgb(212, 175, 55);
  104. color: #FFF;
  105. }
  106. .btn-amics-green {
  107. font-size: clamp(0.8em, 1vw, 1.2em);
  108. background-color: #209D42;
  109. color: #FFF;
  110. border: 3px solid #FFF;
  111. transition: all 0.2s ease-in-out;
  112. padding: 16px 60px;
  113. border-radius: 50px;
  114. }
  115. .btn-amics-green:hover {
  116. background-color: #115523;
  117. color: #FFF;
  118. }
  119. .text-primary2 {
  120. color: #D4AF37
  121. }
  122. .text-secondary2 {
  123. color: #909090
  124. }
  125. .navbar-custom {
  126. background: rgba(0, 0, 0, 0.4) !important;
  127. box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  128. }
  129. .navbar-custom .navbar-brand,
  130. .navbar-custom .nav-link {
  131. font-size: clamp(0.85em, 1.042vw, 1.25em);
  132. color: white !important;
  133. /* White text */
  134. }
  135. .navbar-custom .nav-link:hover {
  136. color: #f8d210 !important;
  137. /* Highlight color */
  138. }
  139. .navbar-custom .navbar-toggler {
  140. background: transparent !important;
  141. /* Transparent background */
  142. border: none;
  143. /* Remove border */
  144. }
  145. .navbar-custom .navbar-toggler-icon {
  146. filter: brightness(0) invert(1);
  147. /* Makes the icon white */
  148. }
  149. .card {
  150. border: none;
  151. border-radius: 25px;
  152. overflow: hidden;
  153. }
  154. .round-btn {
  155. width: 60px;
  156. height: 60px;
  157. border-radius: 50%;
  158. display: flex;
  159. align-items: center;
  160. justify-content: center;
  161. overflow: hidden;
  162. padding: 0;
  163. }
  164. .round-btn img {
  165. width: 60%;
  166. height: auto;
  167. }
  168. /* HOME */
  169. .section {
  170. padding-top: 40px;
  171. border-radius: 50px 50px 0 0;
  172. transform: translateY(-3%);
  173. }
  174. .section .text-highlight {
  175. font-size: clamp(3em, 5vw, 6.25em);
  176. font-weight: 500;
  177. width: 90%;
  178. margin: 0 auto;
  179. margin-bottom: 100px;
  180. }
  181. .section .text-highlight2 {
  182. margin-bottom: 50px;
  183. }
  184. .section .text-highlight2 img {
  185. vertical-align: middle;
  186. margin-bottom: 45px;
  187. width: 70%;
  188. vertical-align: middle;
  189. }
  190. .section .text-highlight3 {
  191. font-size: clamp(3em, 5vw, 6.25em);
  192. font-weight: 500;
  193. margin-bottom: 50px;
  194. }
  195. .section .text-highlight4 {
  196. margin-bottom:50px;
  197. }
  198. .feature-container .feature{
  199. margin-bottom: 45px;
  200. }
  201. .feature-container .feature img{
  202. margin-bottom: 25px;
  203. border-radius: 50px;
  204. width: 100%;
  205. }
  206. .perks-container .perks{
  207. margin-bottom: 45px;
  208. }
  209. .perks-container .perks h5{
  210. color:#FFF;
  211. margin-bottom: 1em;
  212. }
  213. .perks-container .perks img{
  214. margin-bottom: 25px;
  215. border-radius: 50px;
  216. width: 100%;
  217. }
  218. .amics-logo {
  219. width: 110px
  220. }
  221. .section2 {
  222. border-radius: 50px 50px 0 0;
  223. background-image: #FFF;
  224. }
  225. .section2 .inner {
  226. padding-top: 40px;
  227. border-radius: 50px 50px 0 0;
  228. transform: translateY(2%);
  229. background: linear-gradient(180deg, rgba(2, 0, 36, 1) 0%, rgba(0, 41, 105, 1) 70%, rgba(50, 47, 36, 1) 100%);
  230. }
  231. .logo-text-highlight {
  232. margin-bottom: 50px;
  233. }
  234. .logo-text-highlight img {
  235. vertical-align: middle;
  236. margin-bottom: 45px;
  237. width: 70%;
  238. vertical-align: middle;
  239. }
  240. .section2 .text-highlight3 {
  241. width: 80%;
  242. margin-bottom: 50px;
  243. color: #FFF;
  244. }
  245. .section2 .text-highlight4 {
  246. width: 100%;
  247. color: #FFF;
  248. }
  249. .section3 {
  250. padding-top: 50px;
  251. border-radius: 50px 50px 0 0;
  252. }
  253. .section3 .text-highlight3 {
  254. margin-bottom: 30px;
  255. padding-left: 30px;
  256. border-left: 5px solid rgb(212, 175, 55);
  257. }
  258. .section3 .text-highlight4 {
  259. margin-bottom: 50px;
  260. }
  261. .section4 {
  262. border-bottom: 2px solid #ddd;
  263. border-radius: 50px 50px 0 0;
  264. background-image: linear-gradient(to left, #D4AF37, #001F3F);
  265. }
  266. .section4 .inner {
  267. border-radius: 50px 50px 0 0;
  268. transform: translateY(3%);
  269. background: linear-gradient(180deg, rgba(2, 0, 36, 1) 0%, rgba(0, 41, 105, 1) 70%, rgba(50, 47, 36, 1) 100%);
  270. padding-top: 80px;
  271. }
  272. .section4 .text-highlight {
  273. margin-bottom: 25px;
  274. }
  275. .section4 .text-highlight2 {
  276. margin-bottom: 50px;
  277. font-size: clamp(3em, 3.906vw, 4.688em);
  278. }
  279. .section5 {
  280. padding-top: 100px;
  281. border-radius: 50px 50px 0 0;
  282. transform: translateY(-25%);
  283. }
  284. .section5 .main-img{
  285. width: 50%;
  286. margin-bottom: 35px;
  287. }
  288. .video-player {
  289. width: 100vw;
  290. height: 100vh;
  291. display: flex;
  292. justify-content: center;
  293. align-items: center;
  294. background: black;
  295. }
  296. .video-player video {
  297. width: 100%;
  298. height: 100%;
  299. object-fit: cover;
  300. }
  301. /*PRICING PAGE*/
  302. .pricing-hero-section {
  303. min-height: 120vh;
  304. background: url(../assets/images/wallpaper7.jpg) no-repeat center center;
  305. }
  306. .pricing-section1 {
  307. padding-top: 105px;
  308. border-radius: 150px 150px 0 0;
  309. transform: translateY(-7%);
  310. }
  311. .pricing-section2 {
  312. border-bottom: 2px solid #ddd;
  313. border-radius: 150px 150px 0 0;
  314. }
  315. .pricing-section3 {}
  316. .pricing-section4 {
  317. padding-top: 80px;
  318. }
  319. .trial-banner {}
  320. .trial-banner h3,
  321. .trial-banner i {
  322. color: #FFF;
  323. font-weight: 600;
  324. display: inline;
  325. margin-right: 10px;
  326. }
  327. .pricing-card {
  328. border-radius: 50px;
  329. overflow: hidden;
  330. background-color: rgba(247, 247, 247, 1);
  331. min-height: 100px;
  332. transition: all 0.3s ease-in-out;
  333. position: relative;
  334. }
  335. .pricing-card.middle {
  336. background: linear-gradient(195deg,
  337. rgba(0, 31, 63, 1) 45%,
  338. rgba(212, 175, 55, 1) 100%);
  339. transition: all 0.3s ease-in-out;
  340. }
  341. .pricing-card:hover.middle {
  342. background: linear-gradient(to right,
  343. rgba(247, 247, 247, 0),
  344. /* Start with 80% opacity */
  345. rgba(200, 200, 200, 0)
  346. /* End with 50% opacity */
  347. );
  348. }
  349. .pricing-card.middle span,
  350. .pricing-card.middle p,
  351. .pricing-card.middle h5,
  352. .pricing-card.middle li,
  353. .pricing-card.middle button {
  354. color: #FFF !important;
  355. }
  356. .pricing-card:hover {
  357. border-radius: 50px;
  358. background-color: rgba(247, 247, 247, 0);
  359. min-height: 100px;
  360. transition: all 0.3s ease-in-out;
  361. position: relative;
  362. }
  363. .pricing-card:hover span,
  364. .pricing-card:hover h5,
  365. .pricing-card:hover li,
  366. .pricing-card:hover button {
  367. color: #FFF !important;
  368. }
  369. .pricing-card ul {
  370. list-style-image: url(../assets/images/checklist-icon.png);
  371. }
  372. .pricing-card ul li {
  373. font-size: clamp(1.83em, 1.563vw, 1.875em);
  374. margin-bottom: 22px;
  375. }
  376. .pricing-card .pricepoint {
  377. font-size: clamp(1.23em, 1.302vw, 1.463em);
  378. }
  379. #pricng-email-input {
  380. font-size: clamp(0.8em, 1vw, 1.2em);
  381. color: #FFF;
  382. }
  383. #pricng-email-input::placeholder {
  384. color: #FFF;
  385. font-weight: bold;
  386. font-size: clamp(0.8em, 1vw, 1.2em);
  387. opacity: 1;
  388. /* Firefox */
  389. }
  390. #pricng-email-input2 {
  391. font-size: clamp(0.8em, 1vw, 1.2em);
  392. color: #000;
  393. background-color: rgba(255, 255, 255, 0.2);
  394. border: 1px solid gray;
  395. padding: 20px 50px;
  396. border-radius: 50px;
  397. }
  398. #pricng-email-input2::placeholder {
  399. color: #000;
  400. font-weight: bold;
  401. font-size: clamp(0.8em, 1vw, 1.2em);
  402. opacity: 1;
  403. /* Firefox */
  404. }
  405. .plan-feature-card {
  406. background-color: #FFF;
  407. box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  408. border-radius: 50px;
  409. padding: 30px;
  410. }
  411. /* CONTACT PAGE */
  412. .contact-section {
  413. padding-top: 80px;
  414. }
  415. .bg-contact {
  416. background: url(../assets/images/wallpaper8.jpg);
  417. padding-top: 50%;
  418. background-size: cover;
  419. }
  420. .contact-form {
  421. background-color: #F7F7F7;
  422. border: none;
  423. }
  424. .contact-form input {
  425. border: none;
  426. transition: all 0.3s ease-in-out;
  427. outline: none;
  428. padding: 10px 15px;
  429. border-radius: 50px;
  430. border: 1px solid #ADADAD;
  431. font-size: clamp(1em, 1.242vw, 1.45em);
  432. margin-bottom: 20px;
  433. }
  434. .contact-form input:focus-visible {
  435. border: none;
  436. outline: 1px solid #D4AF37;
  437. }
  438. .contact-form input::placeholder {
  439. color: #ADADAD;
  440. }
  441. .contact-form .btn-submit {
  442. font-size: clamp(0.8em, 1vw, 1.2em);
  443. color: #FFF;
  444. border: 3px solid rgb(212, 175, 55);
  445. background-color: rgb(212, 175, 55);
  446. transition: all 0.2s ease-in-out;
  447. padding: 16px 60px;
  448. border-radius: 50px;
  449. width: 100%;
  450. }
  451. .contact-form .btn-submit:hover {
  452. background-color: rgba(255, 255, 255, 0);
  453. color: #000;
  454. }
  455. /* NAVBAR */
  456. .navbar-innner-container {
  457. padding: 10px 20px;
  458. }
  459. /* FOOTER */
  460. .footer-text {
  461. font-family: 'Nasalization Rg', sans-serif !important;
  462. font-weight: 400;
  463. margin-bottom: 40px;
  464. font-size: clamp(2em, 4.7vw, 5.64em);
  465. }
  466. .footer-text span {
  467. font-family: 'Nasalization Rg', sans-serif !important;
  468. border-bottom: 1px solid;
  469. padding: 0;
  470. }
  471. .footer-section {
  472. border-bottom: 2px solid #ddd;
  473. border-radius: 50px 50px 0 0;
  474. background: linear-gradient(to left, #D4AF37, #001F3F);
  475. padding-top: 20px;
  476. padding-bottom: 0;
  477. }
  478. .p-address {
  479. color: #FFF;
  480. font-size: 1em;
  481. line-height: 2em;
  482. }
  483. .footer-inner {
  484. padding-top: 105px;
  485. border-radius: 50px 50px 0 0;
  486. background: rgb(0, 31, 63);
  487. background: linear-gradient(195deg, rgba(0, 31, 63, 1) 36%, rgba(75, 64, 25, 1) 100%);
  488. }
  489. .footer-menu-container {
  490. padding: 0px;
  491. }
  492. .footer-column {
  493. margin-bottom: 40px;
  494. }
  495. .footer-column h5 {
  496. font-weight: 400;
  497. color: #FFF;
  498. letter-spacing: 1px;
  499. margin-bottom: 30px;
  500. }
  501. .footer-column ul {
  502. padding: 0;
  503. list-style: none;
  504. }
  505. .footer-column ul li {
  506. margin-bottom: 15px;
  507. }
  508. .footer-column ul li a {
  509. color: #FFF;
  510. text-decoration: none;
  511. transition: all 0.3s ease-in-out;
  512. }
  513. .footer-column ul li a:hover {
  514. color: #D4AF37;
  515. transform: translateX(5px);
  516. }
  517. .footer-bottom {
  518. text-align: center;
  519. padding-top: 15px;
  520. font-size: 14px;
  521. color: #ccc;
  522. }
  523. .footer-link-menu-icon {
  524. font-size: 25px;
  525. gap: 35px
  526. }
  527. .footer-link-menu2 {
  528. gap: 30px;
  529. list-style: none;
  530. }
  531. .footer-link-menu2 li a {
  532. color: #FFF;
  533. text-decoration: none;
  534. transition: color 0.3s ease-in-out;
  535. }
  536. .footer-link-menu2 li a:hover {
  537. color: #D4AF37;
  538. }
  539. /*BOOTSTRAP RESPONSIVE*/
  540. /* Small devices (≥576px) - sm */
  541. @media (min-width: 576px) {
  542. .footer-menu-container {
  543. padding: 0px 60px;
  544. }
  545. }
  546. /* Medium devices (≥768px) - md */
  547. @media (min-width: 768px) {
  548. .section {
  549. padding-top: 105px;
  550. border-radius: 150px 150px 0 0;
  551. transform: translateY(-7%);
  552. }
  553. .section .text-highlight {
  554. font-size: clamp(3em, 5vw, 6.25em);
  555. font-weight: 400;
  556. margin: 0 auto;
  557. width: 100%;
  558. margin-bottom: 100px;
  559. }
  560. .section .text-highlight2 {
  561. margin-bottom: 50px;
  562. }
  563. .section .text-highlight2 img {
  564. vertical-align: middle;
  565. margin-right: 45px;
  566. width: 120px;
  567. vertical-align: middle;
  568. }
  569. .section .text-highlight3 {
  570. font-size: clamp(3em, 5vw, 6.25em);
  571. font-weight: 400;
  572. margin-bottom: 50px;
  573. }
  574. .section .text-highlight4 {
  575. margin-bottom:150px;
  576. }
  577. .amics-logo {
  578. width: 250px
  579. }
  580. .section2 {
  581. border-bottom: 2px solid #ddd;
  582. border-radius: 150px 150px 0 0;
  583. background-image: linear-gradient(to right, #D4AF37, #001F3F);
  584. transform: translateY(-5%);
  585. }
  586. .section2 .inner {
  587. padding-top: 105px;
  588. border-radius: 150px 150px 0 0;
  589. transform: translateY(2%);
  590. background: linear-gradient(180deg, rgba(2, 0, 36, 1) 0%, rgba(0, 41, 105, 1) 70%, rgba(50, 47, 36, 1) 100%);
  591. }
  592. .logo-text-highlight {
  593. margin-bottom: 50px;
  594. }
  595. .logo-text-highlight img {
  596. vertical-align: middle;
  597. margin-right: 45px;
  598. width: 120px;
  599. vertical-align: middle;
  600. }
  601. .section2 .text-highlight3 {
  602. width: 80%;
  603. margin-bottom: 50px;
  604. color: #909090;
  605. }
  606. .section2 .text-highlight4 {
  607. width: 100%;
  608. margin-bottom: 50px;
  609. color: #909090;
  610. }
  611. .section3 {
  612. padding-top: 105px;
  613. border-radius: 150px 150px 0 0;
  614. }
  615. .section4 {
  616. border-radius: 150px 150px 0 0;
  617. }
  618. .section4 .inner {
  619. border-radius: 150px 150px 0 0;
  620. transform: translateY(3%);
  621. padding-top: 80px;
  622. }
  623. .section5 {
  624. padding-top: 100px;
  625. border-radius: 150px 150px 0 0;
  626. transform: translateY(-15%);
  627. }
  628. .section5 .main-img{
  629. width: 120%;
  630. margin-bottom: 70px;
  631. }
  632. .section5 .title{
  633. font-size: 3em;
  634. font-weight: 500;
  635. margin-bottom: 35px;
  636. }
  637. .section5 .quote{
  638. font-style: italic;
  639. font-weight: 400;
  640. font-size: 2.7em;
  641. width: 70%;
  642. }
  643. .footer-menu-container {
  644. padding: 0px 15px;
  645. }
  646. .hero-section {
  647. width: 100%;
  648. min-height: 140vh;
  649. }
  650. .hero-section video {
  651. height: 140vh;
  652. object-fit: cover;
  653. filter: brightness(50%);
  654. }
  655. .hero-section .text-highlight {
  656. z-index: 10;
  657. top: 43%;
  658. left: 50%;
  659. transform: translate(-50%, -50%);
  660. width: 80%;
  661. position: absolute;
  662. text-align: center;
  663. }
  664. .contact-form input {
  665. border: none;
  666. transition: all 0.3s ease-in-out;
  667. outline: none;
  668. padding: 25px 40px;
  669. border-radius: 50px;
  670. border: 1px solid #ADADAD;
  671. margin-bottom: 20px;
  672. }
  673. .hero-section .text-highlight .title {
  674. color: #FFF;
  675. font-size: clamp(3em, 5vw, 5.5em);
  676. font-weight: 600;
  677. line-height: 70px;
  678. margin-bottom: 30px
  679. }
  680. .footer-section {
  681. border-bottom: 2px solid #ddd;
  682. border-radius: 150px 150px 0 0;
  683. background: linear-gradient(to left, #D4AF37, #001F3F);
  684. padding-top: 20px;
  685. padding-bottom: 0;
  686. }
  687. .footer-inner {
  688. padding-top: 105px;
  689. border-radius: 140px 140px 0 0;
  690. background: rgb(0, 31, 63);
  691. background: linear-gradient(195deg, rgba(0, 31, 63, 1) 36%, rgba(75, 64, 25, 1) 100%);
  692. }
  693. }
  694. /* Large devices (≥992px) - lg */
  695. @media (min-width: 992px) {
  696. .footer-menu-container {
  697. padding: 0px 5px;
  698. }
  699. .px-6 {
  700. padding-right: 7rem;
  701. padding-left: 7rem;
  702. }
  703. }
  704. /* Extra large devices (≥1200px) - xl */
  705. @media (min-width: 1200px) {
  706. .footer-menu-container {
  707. padding: 0px 120px;
  708. }
  709. }
  710. /* XXL devices (≥1400px) - xxl */
  711. @media (min-width: 1400px) {
  712. .footer-menu-container {
  713. padding: 0px 190px;
  714. }
  715. }