styles.css 20 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084
  1. /* fonts */
  2. @import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
  3. @import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
  4. @font-face {
  5. font-family: "Helvetica Neue";
  6. src: url('../fonts/helveticaneuecyr-light.otf');
  7. }
  8. @font-face {
  9. font-family: "AvenirNextLTPro-Demi";
  10. src: url('../fonts/AvenirNextLTPro-Demi.otf');
  11. }
  12. /* fonts */
  13. body{
  14. font-family: "Helvetica Neue", Arial, sans-serif;
  15. margin: 0;
  16. overflow-x: hidden;
  17. }
  18. h1,h2,h3{
  19. margin: 0;
  20. font-weight: bold;
  21. }
  22. h1 {
  23. font-size: 32px;
  24. letter-spacing: 1px;
  25. }
  26. h2 {
  27. font-size: 22px;
  28. }
  29. ul,li {
  30. margin: 0;
  31. padding: 0;
  32. list-style-type: none;
  33. }
  34. body * {
  35. box-sizing: border-box;
  36. }
  37. .preload-screen {
  38. position: absolute;
  39. width: 100%;
  40. line-height: 100vh;
  41. background: #1D1D1F;
  42. text-align: center;
  43. transition: all 0.6s cubic-bezier(.645,.045,.355,1);
  44. }
  45. .preload-screen img{
  46. vertical-align: middle;
  47. }
  48. .overlay {
  49. position: absolute;
  50. width: 100%;
  51. height: 100vh;
  52. background-color: rgba(29,29,31,.6);
  53. z-index: 3;
  54. opacity: 0;
  55. transition: opacity .6s cubic-bezier(.645,.045,.355,1);
  56. pointer-events: none;
  57. }
  58. .overlay2 {
  59. position: absolute;
  60. width: 100%;
  61. height: 100vh;
  62. background-color: rgba(29,29,31,.6);
  63. z-index: 3;
  64. opacity: 0;
  65. transition: opacity .6s cubic-bezier(.645,.045,.355,1);
  66. pointer-events: none;
  67. }
  68. .overlay-active {
  69. pointer-events: auto;
  70. opacity: 1;
  71. }
  72. main.ng-enter{
  73. -webkit-transition: all 1.6s cubic-bezier(.645,.045,.355,1);
  74. transition: all 1.6s cubic-bezier(.645,.045,.355,1);
  75. opacity: 0.6s
  76. }
  77. main.ng-enter-active {
  78. opacity: 1;
  79. }
  80. /* main.ng-enter > div > div {
  81. transition: all 1s ease;
  82. transform: translateY(1000%);
  83. }
  84. main.ng-enter-active > div > div {
  85. transform: translateY(0);
  86. } */
  87. main.ng-enter .meal-item {
  88. transform: translateY(600px);
  89. }
  90. main.ng-enter .meal-item:nth-child(3n + 1) {
  91. transition: all 1s cubic-bezier(.645,.045,.355,1);
  92. }
  93. main.ng-enter .meal-item:nth-child(3n + 2) {
  94. transition: all 1.3s cubic-bezier(.645,.045,.355,1);
  95. }
  96. main.ng-enter .meal-item:nth-child(3n + 3) {
  97. transition: all 1.6s cubic-bezier(.645,.045,.355,1);
  98. }
  99. main.ng-enter.ng-enter-active .meal-item {
  100. transform: translateY(0);
  101. }
  102. /* header-line */
  103. .header-line {
  104. z-index: 2;
  105. position: -webkit-sticky;position: sticky;
  106. top: 0;
  107. width: 100%;
  108. height: 50px;
  109. background-color: #FFF;
  110. border-bottom: 1px solid rgb(222, 223, 224);
  111. }
  112. .header-line .fa-bars {
  113. display: inline-block;
  114. cursor: pointer;
  115. color: #222;
  116. width: 10%;
  117. padding-left: 25px;
  118. padding-top: 15px;
  119. text-align: left;
  120. font-size: 22px;
  121. }
  122. .header-line .logo {
  123. display: inline-block;
  124. font-family: "Helvetica Neue",Arial,sans-serif;
  125. font-weight: bolder;
  126. font-size: 25px;
  127. letter-spacing: 0.1em;
  128. width: 80%;
  129. text-align: center;
  130. }
  131. .header-line .undefined-btn {
  132. width: 80%;
  133. display: inline-block;
  134. }
  135. /* header-line */
  136. /* navmenu */
  137. .nav-menu {
  138. position: absolute;
  139. top: 0;
  140. left: 0;
  141. height: 100vh;
  142. width: 281px;
  143. background-color: #1D1D1F;
  144. padding: 50px;
  145. padding-top: 100px;
  146. transform: translateX(-281px);
  147. }
  148. .nav-menu span.nav-menu-title{
  149. display: block;
  150. color: #fff;
  151. font-size: 15px;
  152. margin-top: 10px;
  153. margin-bottom: 40px;
  154. }
  155. .nav-menu li {
  156. list-style-type: none;
  157. transition: all .5s cubic-bezier(.39,.575,.565,1);
  158. cursor: pointer;
  159. }
  160. .nav-menu a {
  161. display: block;
  162. padding: 18px 0;
  163. }
  164. .nav-menu li:hover {
  165. transform: translateX(4px);
  166. }
  167. .nav-menu li:hover a{
  168. color: #fff;
  169. }
  170. .nav-menu li a, .nav-menu span{
  171. font-family: "AvenirNextLTPro-Demi", Arial, sans-serif;
  172. color: #9c9c9c;
  173. text-decoration: none;
  174. text-transform: uppercase;
  175. font-size: 12px;
  176. letter-spacing: .2em;
  177. }
  178. .nav-menu li.active-link a{
  179. color: #fff;
  180. }
  181. .nav-menu-icons-wrapper {
  182. position: absolute;
  183. display: -webkit-flex;
  184. display: -ms-flex;
  185. display: flex;
  186. bottom: 0;
  187. left: 0;
  188. width: 100%;
  189. border-top: 1px solid #333;
  190. }
  191. .nav-menu-icon {
  192. display: inline-block;
  193. width: 33.3%;
  194. }
  195. .nav-menu-icon a {
  196. display: block;
  197. font-size: 19px;
  198. color: #BCBCBC;
  199. text-align: center;
  200. padding: 15px 0;
  201. transition: all .5s ease;
  202. }
  203. .nav-menu-icon a:hover {
  204. background-color: #000;
  205. color: #fff;
  206. }
  207. .nav-menu-icon:nth-child(1) a {
  208. border-right: 1px solid #333;
  209. }
  210. .nav-menu-icon:nth-child(2){
  211. }
  212. .nav-menu-icon:nth-child(3) a {
  213. border-left: 1px solid #333;
  214. }
  215. .open-menu {
  216. transition: all 0.6s cubic-bezier(.645,.045,.355,1);
  217. transform: translateX(281px)!important;
  218. }
  219. .close-menu {
  220. transition: all 0.6s cubic-bezier(.645,.045,.355,1);
  221. transform: translateX(0px);
  222. }
  223. /* navmenu */
  224. /* main-slider */
  225. .main-slider {
  226. height: 100vh;
  227. overflow: hidden;
  228. position: relative;
  229. }
  230. .main-slider-overlay {
  231. z-index: 1;
  232. position: absolute;
  233. width: 100%;
  234. height: 100%;
  235. background: rgba(0,0,0,.35);
  236. }
  237. .main-slider-back-overlay {
  238. z-index: -1;
  239. position: absolute;
  240. width: 100%;
  241. height: 100vh;
  242. opacity: 1;
  243. transition: all 3s ease;
  244. }
  245. .main-slider img {
  246. max-width: 100%;
  247. }
  248. .main-slider img.ng-enter, .main-slider img.ng-leave {
  249. transition: all 3s ease;
  250. }
  251. .main-slider img.ng-enter {
  252. transform: translateX(100%);
  253. }
  254. .main-slider img.ng-enter-active {
  255. transform: translateX(0);
  256. }
  257. .main-slider img.ng-leave {
  258. transform: translateX(0) translateY(-100.5%);
  259. }
  260. .main-slider img.ng-leave-active {
  261. transform: translateX(-100%) translateY(-100.5%);
  262. }
  263. /* .main-slider img.ng-leave-stagger {
  264. transition-delay: 0.2s;
  265. transition-duration: 0;
  266. } */
  267. .main-slider-content {
  268. position: absolute;
  269. z-index: 1;
  270. width: 100%;
  271. }
  272. .main-slider-text {
  273. text-align: center;
  274. font-size: 56px;
  275. color: #fff;
  276. z-index: 2;
  277. width: 1180px;
  278. margin: 0 auto;
  279. margin-top: 220px;
  280. margin-bottom: 60px;
  281. }
  282. .main-slider-text p {
  283. font-weight: bold;
  284. font-family: 'Montserrat', Arial, sans-serif;
  285. letter-spacing: 2px;
  286. }
  287. .main-slider-buttons {
  288. display: flex;
  289. justify-content: space-around;
  290. z-index: 2;
  291. border: red;
  292. width: 550px;
  293. margin: 0 auto;
  294. }
  295. .main-slider-buttons a {
  296. padding: 12px 32px;
  297. text-decoration: none;
  298. color: #fff;
  299. border: 1px solid rgba(255,255,255,.6);
  300. background: rgba(0,0,0,.5);
  301. font-size: 20px;
  302. font-weight: bold;
  303. font-family: 'Montserrat', Arial, sans-serif;
  304. transition: all ease .5s;
  305. }
  306. .main-slider-buttons a:hover {
  307. background: rgba(150,150,150,.5);
  308. }
  309. .main-slider-bars-wrapper {
  310. display: flex;
  311. margin: 0 auto;
  312. margin-top: 150px;
  313. width: 155px;
  314. justify-content: space-between;
  315. }
  316. .main-slider-bar {
  317. display: inline-block;
  318. width: 46px;
  319. height: 7px;
  320. background: #fff;
  321. cursor: pointer;
  322. opacity: 0.4;
  323. background: #fff;
  324. }
  325. .main-slider-bar-active {
  326. opacity: 0.7;
  327. }
  328. /* main-slider */
  329. /* main-page */
  330. .main-page {
  331. margin-top: -50px;
  332. }
  333. .main-page .about h1,h2 {
  334. font-weight: bolder;
  335. }
  336. .main-page .about {
  337. padding: 60px 0;
  338. /* background: linear-gradient(to bottom,rgb(244, 244, 246), rgb(260, 260, 260)); */
  339. background: rgb(241, 241, 245);
  340. }
  341. .main-page .about-wrapper {
  342. margin: 0 auto;
  343. max-width: 1180px;
  344. }
  345. .main-page .about h1 {
  346. text-align: center;
  347. color: #2A2627;
  348. margin-bottom: 80px;
  349. }
  350. .main-page .about h1::after {
  351. content: '';
  352. display: block;
  353. position: relative;
  354. top: 35px;
  355. left: 0;
  356. right: 0;
  357. margin: 0 auto;
  358. height: 2px;
  359. width: 100px;
  360. background-color: #000;
  361. }
  362. .main-page .about-description {
  363. text-align: center;
  364. margin-bottom: 35px;
  365. }
  366. .main-page .about-item-wrapper {
  367. display: flex;
  368. justify-content: space-between;
  369. }
  370. .main-page .about-item {
  371. width: 30%;
  372. height: 283px;
  373. position: relative;
  374. z-index: 1;
  375. perspective: 600px;
  376. }
  377. .main-page .about-item-description {
  378. font-family: 'Roboto', sans-serif;
  379. letter-spacing: 0.3px;
  380. }
  381. .main-page .about-item-first-side {
  382. text-align: center;
  383. background-color: #fff;
  384. padding: 40px 30px;
  385. box-shadow: 0 0 22px #cacaca;
  386. /* border: 1px solid rgba(29, 29, 31,.1); */
  387. position: absolute;
  388. transform: rotateY(0deg);
  389. /* background: linear-gradient(to top,rgb(252, 252, 252), rgb(260, 260, 260)); */
  390. /* background-color: #fff; */
  391. background: rgb(252, 252, 254);
  392. }
  393. .main-page .about-item-second-side {
  394. display: block;
  395. position: absolute;
  396. background-color: #1D1D1F;
  397. padding: 40px 30px;
  398. box-shadow: 0 0 22px #cacaca;
  399. width: 100%;
  400. height: 272px;
  401. transform: rotateY(90deg);
  402. text-align: center;
  403. cursor: pointer
  404. }
  405. .main-page .about-item-second-side span {
  406. display: inline-block;
  407. color: #fff;
  408. font-size: 29px;
  409. margin-top: 85px;
  410. transform: scale(-1, 1);
  411. opacity: 0;
  412. transition: all 1.6s ease;
  413. }
  414. .main-page .about-item:hover .about-item-first-side{
  415. transform: rotateY(90deg);
  416. }
  417. .main-page .about-item:hover .about-item-second-side{
  418. transform: rotateY(180deg);
  419. opacity: 1;
  420. }
  421. .main-page .about-item:hover .about-item-second-side span {
  422. opacity: 1;
  423. }
  424. .main-page .about-item-img {
  425. margin-bottom: 35px;
  426. }
  427. .main-page .about-item-img i {
  428. font-size: 50px;
  429. color: #1D1D1F;
  430. }
  431. .main-page .about-item h2 {
  432. color: #2A2627;
  433. margin-bottom: 25px;
  434. }
  435. .main-page .steps {
  436. padding: 60px 0;
  437. background: rgb(252, 252, 254);
  438. }
  439. .main-page .steps-wrapper {
  440. max-width: 860px;
  441. margin: 0 auto;
  442. }
  443. .main-page h1.steps-title {
  444. text-align: center;
  445. margin-bottom: 30px;
  446. }
  447. .main-page .steps-description {
  448. text-align: center;
  449. font-size: 18px;
  450. margin-bottom: 50px;
  451. }
  452. .main-page .steps-item-wrapper {
  453. display: flex;
  454. justify-content: space-around;
  455. flex-wrap: wrap;
  456. perspective: 600px;
  457. }
  458. .main-page .steps-item {
  459. opacity: 0;
  460. width: 42%;
  461. position: relative;
  462. margin-bottom: 60px;
  463. background: rgb(252, 252, 254);
  464. box-shadow: 0 0 10px #cacaca;
  465. transition: all 1s cubic-bezier(.645,.045,.355,1);
  466. }
  467. .main-page .steps-item:nth-child(1), .main-page .steps-item:nth-child(3) {
  468. transform: translateX(-200%);
  469. }
  470. .main-page .steps-item:nth-child(2), .main-page .steps-item:nth-child(4) {
  471. transform: translateX(200%);
  472. }
  473. /* .main-page .steps-item:hover {
  474. transform-origin: 50% 0%;
  475. transform: rotateX(8deg);
  476. box-shadow: 0 0 20px #cacaca;
  477. } */
  478. .main-page .steps-item-content {
  479. text-align: center;
  480. border: 2px solid rgba(29, 29, 31,.7);
  481. padding: 70px 40px 40px;
  482. font-size: 17px;
  483. font-family: 'Roboto', sans-serif;
  484. }
  485. .main-page .steps-item-number {
  486. position: absolute;
  487. background: rgba(29, 29, 31,.9);
  488. color: #fff;
  489. font-size: 17px;
  490. font-weight: bold;
  491. padding: 10px 25px;
  492. top: 20px;
  493. left: -10px;
  494. font-style: italic;
  495. box-shadow: 0 0 10px #cacaca;
  496. }
  497. .main-page .steps-item-number::after {
  498. content: '';
  499. display: block;
  500. position: absolute;
  501. top: -10px;
  502. left: 0;
  503. width: 0;
  504. height: 0;
  505. border-style: solid;
  506. border-width: 0 0 10px 10px;
  507. border-color: transparent transparent #000 transparent;
  508. }
  509. .main-page .steps-scroll-class .steps-item:nth-child(1), .steps-scroll-class .steps-item:nth-child(2) {
  510. transform: translateX(0);
  511. opacity: 1;
  512. }
  513. .main-page .steps-scroll-class-second .steps-item:nth-child(3), .steps-scroll-class-second .steps-item:nth-child(4){
  514. transform: translateX(0);
  515. opacity: 1;
  516. }
  517. .main-page .steps-scroll-class-hover .steps-item:hover {
  518. transition: all 0.7s ease;
  519. transform: translateX(0) rotateX(7deg);
  520. transform-origin: 50% 0%;
  521. box-shadow: 0 0 20px #cacaca;
  522. }
  523. .main-page .loyalty-programs {
  524. background: rgb(241, 241, 245);
  525. padding: 60px 0;
  526. }
  527. .main-page .loyalty-programs-wrapper {
  528. max-width: 1024px;
  529. margin: 0 auto;
  530. }
  531. .main-page h1.loyalty-programs-title {
  532. text-align: center;
  533. text-transform: uppercase;
  534. margin-bottom: 60px;
  535. }
  536. .main-page .loyalty-programs-item-wrapper {
  537. display: flex;
  538. justify-content: space-between;
  539. perspective: 1000px;
  540. }
  541. .main-page .loyalty-programs-item {
  542. width: 18%;
  543. text-align: center;
  544. position: relative;
  545. }
  546. .main-page .loyalty-programs-item-circle {
  547. }
  548. .main-page .loyalty-programs-item-circle-front {
  549. display: inline-block;
  550. padding: 30px;
  551. border-radius: 50%;
  552. background: rgb(252, 252, 254);
  553. transition: all 0.3s 0.3s ease-out;
  554. transform: rotateY(90deg);
  555. box-shadow: 0 0 5px #cacaca;
  556. }
  557. .main-page .loyalty-programs-scroll-class-hover .loyalty-programs-item-circle:hover .loyalty-programs-item-circle-front {
  558. transition: all 0.4s 0s ease;
  559. box-shadow: 0 0 10px #cacaca;
  560. transform: scale(1.05);
  561. }
  562. .main-page .loyalty-programs-item-circle-back {
  563. top: 0;
  564. position: absolute;
  565. left: 0;
  566. right: 0;
  567. margin: 0 auto;
  568. width: 113.09px;
  569. padding: 30px;
  570. border-radius: 50%;
  571. background: #1D1D1F;
  572. transition: all 0.3s ease-in;
  573. transform: rotateY(180deg);
  574. box-shadow: 0 0 5px #cacaca;
  575. }
  576. .main-page .loyalty-programs-item:nth-child(1) .loyalty-programs-item-circle-front{
  577. transition: all 0.3s 0.3s ease-out;
  578. }
  579. .main-page .loyalty-programs-item:nth-child(1) .loyalty-programs-item-circle-back{
  580. transition: all 0.3s ease-in;
  581. }
  582. .main-page .loyalty-programs-item:nth-child(2) .loyalty-programs-item-circle-front{
  583. transition: all 0.3s 0.4s ease-out;
  584. }
  585. .main-page .loyalty-programs-item:nth-child(2) .loyalty-programs-item-circle-back{
  586. transition: all 0.3s 0.1s ease-in;
  587. }
  588. .main-page .loyalty-programs-item:nth-child(3) .loyalty-programs-item-circle-front{
  589. transition: all 0.3s 0.5s ease-out;
  590. }
  591. .main-page .loyalty-programs-item:nth-child(3) .loyalty-programs-item-circle-back{
  592. transition: all 0.3s 0.2s ease-in;
  593. }
  594. .main-page .loyalty-programs-item:nth-child(4) .loyalty-programs-item-circle-front{
  595. transition: all 0.3s 0.6s ease-out;
  596. }
  597. .main-page .loyalty-programs-item:nth-child(4) .loyalty-programs-item-circle-back{
  598. transition: all 0.3s 0.3s ease-in;
  599. }
  600. .main-page .loyalty-programs-item:nth-child(5) .loyalty-programs-item-circle-front{
  601. transition: all 0.3s 0.7s ease-out;
  602. }
  603. .main-page .loyalty-programs-item:nth-child(5) .loyalty-programs-item-circle-back{
  604. transition: all 0.3s 0.4s ease-in;
  605. }
  606. .main-page .loyalty-programs-scroll-class .loyalty-programs-item-circle-front {
  607. transform: rotateY(0deg);
  608. }
  609. .main-page .loyalty-programs-scroll-class .loyalty-programs-item-circle-back {
  610. transform: rotateY(90deg);
  611. opacity: 0;
  612. }
  613. .main-page .loyalty-programs-item-description {
  614. margin-top: 30px;
  615. font-size: 17px;
  616. font-family: 'Roboto', sans-serif;
  617. }
  618. .main-page .loyalty-programs-item img {
  619. width: 50px;
  620. height: 50px;
  621. }
  622. /* main-page */
  623. /* footer */
  624. .footer {
  625. background-color: #1D1D1F;
  626. padding: 60px 0;
  627. }
  628. .footer-icons {
  629. display: flex;
  630. justify-content: space-between;
  631. margin: 0 auto;
  632. width: 180px;
  633. margin-bottom: 40px;
  634. }
  635. .footer-icon {
  636. width: 33.3%;
  637. cursor: pointer;
  638. }
  639. .footer-icon a {
  640. display: block;
  641. text-align: center;
  642. position: relative;
  643. }
  644. .footer-icon i {
  645. transition: all 0.3s ease;
  646. }
  647. .footer-icon i:nth-of-type(1) {
  648. font-size: 19px;
  649. color: #9c9c9c;
  650. }
  651. .footer-icon i:nth-of-type(2) {
  652. position: absolute;
  653. top: -11px;
  654. left: 0;
  655. right: 0;
  656. margin: 0 auto;
  657. width: 40px;
  658. height: 40px;
  659. border: 1.5px solid rgb(156,156,156);
  660. border-radius: 50%;
  661. }
  662. .footer-icon:hover i:.fa, {
  663. color: #fff!important;
  664. }
  665. .footer-icon:hover i:nth-of-type(2) {
  666. border-color: #F1F1F5;
  667. }
  668. .footer-navbar {
  669. text-align: center;
  670. margin-bottom: 30px;
  671. }
  672. .footer-navbar ul {
  673. display: inline-block;
  674. }
  675. .footer-navbar ul li {
  676. display: inline-block;
  677. padding: 0 10px;
  678. border-right: 1px solid rgba(156,156,156,.5);
  679. }
  680. .footer-navbar ul li:last-child {
  681. border-right: none;
  682. }
  683. .footer-navbar ul a {
  684. text-decoration: none;
  685. color: rgb(156,156,156);
  686. font-size: 18px;
  687. transition: all 0.3s ease;
  688. }
  689. .footer-navbar ul li:hover a {
  690. color: #F1F1F5;
  691. }
  692. .footer-copyright {
  693. color: rgb(156,156,156);
  694. font-family: 'Roboto', sans-serif;
  695. text-align: center;
  696. font-size: 14px;
  697. }
  698. /* footer */
  699. /* select-menu-page */
  700. .select-menu-page {
  701. background: rgb(252, 252, 254);
  702. }
  703. .select-menu-page .search {
  704. background: linear-gradient(to top,rgba(29, 29, 31,.9),rgba(29, 29, 31,.95));
  705. }
  706. .select-menu-page .search-wrapper {
  707. margin: 0 auto;
  708. max-width: 1024px;
  709. }
  710. .select-menu-page .search-description {
  711. color: #fff;
  712. border-bottom: 1px solid #fff;
  713. padding: 20px 85px;
  714. font-size: 27px;
  715. }
  716. .select-menu-page .search-buttons-wrapper {
  717. display: flex;
  718. justify-content: space-between;
  719. }
  720. .select-menu-page .search-button {
  721. position: relative;
  722. width: 25%;
  723. text-align: center;
  724. padding: 20px 0;
  725. color: #fff;
  726. font-size: 18px;
  727. letter-spacing: 1px;
  728. cursor: pointer;
  729. user-select: none;
  730. /* font-family: 'Roboto'; */
  731. }
  732. .select-menu-page .search-button-active::after {
  733. content: '';
  734. position: absolute;
  735. width: 0;
  736. height: 0;
  737. right: 0;
  738. left: 0;
  739. bottom: 0;
  740. margin: 0 auto;
  741. border-style: solid;
  742. border-width: 0 10px 10px 10px;
  743. border-color: transparent transparent rgb(252, 252, 254) transparent;
  744. }
  745. .select-menu-page .meal-items {
  746. max-width: 1170px;
  747. margin: 0 auto;
  748. display: flex;
  749. justify-content: space-between;
  750. flex-wrap: wrap;
  751. padding: 70px 0;
  752. }
  753. /* .select-menu-page .meal-item.ng-leave {
  754. transition: all 1s ease;
  755. opacity: 1;
  756. }
  757. .select-menu-page .meal-item.ng-leave.ng-leave-active {
  758. opacity: 0;
  759. } */
  760. .select-menu-page .meal-item {
  761. position: relative;
  762. perspective: 1000px;
  763. width: 31%;
  764. /* margin-right: 3.5%; */
  765. margin-bottom: 35px;
  766. }
  767. .select-menu-page .meal-item-title {
  768. position: absolute;
  769. z-index: 1;
  770. width: 100%;
  771. top: 0;
  772. left: 0;
  773. overflow: hidden;
  774. }
  775. .select-menu-page .meal-item-title h2 {
  776. transition: all 0.4s ease;
  777. transform: translateX(0px);
  778. text-align: center;
  779. text-transform: capitalize;
  780. padding: 5px 0;
  781. color: #fff;
  782. background: rgba(29, 29, 31, 0.7);
  783. }
  784. /* .select-menu-page .meal-item:nth-child(3n + 3) {
  785. margin-right: 0;
  786. } */
  787. .select-menu-page .meal-item-img {
  788. overflow: hidden;
  789. }
  790. .select-menu-page .meal-item img{
  791. width: 100%;
  792. transition: all 0.4s ease;
  793. transform: translateX(0px);
  794. }
  795. .select-menu-page .meal-item-ingredients {
  796. position: absolute;
  797. z-index: 2;
  798. top: 0;
  799. left: 0;
  800. height: 100%;
  801. width: 50%;
  802. background: rgba(29, 29, 31,0.95);
  803. transition: all 0.3s ease;
  804. transform: rotateY(280.3deg);
  805. transform-origin: 0 50%;
  806. color: #fff;
  807. padding: 12px;
  808. }
  809. .select-menu-page .meal-item-ingredients h3 {
  810. margin: 5px;
  811. }
  812. .select-menu-page .meal-item-ingredients li {
  813. font-size: 15px;
  814. font-family: 'Roboto';
  815. margin: 10px 5px;
  816. }
  817. .select-menu-page .meal-item:hover .meal-item-ingredients{
  818. transform: rotateY(360deg);
  819. }
  820. .select-menu-page .meal-item:hover img{
  821. transform: translateX(50px);
  822. }
  823. .select-menu-page .meal-item:hover .meal-item-title h2{
  824. transform: translate3d(0, -100%, 0);
  825. opacity: 0;
  826. }
  827. .selected-meals-btn {
  828. position: absolute;
  829. right: 15px;
  830. top: 15px;
  831. z-index: 2;
  832. }
  833. .selected-meals {
  834. position: absolute;
  835. top: 0;
  836. right: 0;
  837. height: 100vh;
  838. width: 281px;
  839. background-color: #1D1D1F;
  840. padding: 50px;
  841. padding-top: 100px;
  842. transition: all 0.6s cubic-bezier(.645,.045,.355,1);
  843. transform: translateX(281px);
  844. }
  845. /* select-menu-page */
  846. /* add-item-page */
  847. .add-item-page {
  848. background: #F1F1F5;
  849. }
  850. .add-item-page .form-wrapper {
  851. max-width: 768px;
  852. margin: 0 auto;
  853. padding: 70px 0;
  854. }
  855. .add-item-page form {
  856. padding: 50px;
  857. background: #FCFCFE;
  858. box-shadow: 0 0 22px #cacaca;
  859. text-align: center;
  860. }
  861. .add-item-page form h2 {
  862. text-align: center;
  863. letter-spacing: 0.5px;
  864. color: #1D1D1F;
  865. }
  866. .add-item-page form input, .add-item-page form select {
  867. width: 80%;
  868. margin: 15px 0;
  869. background-color: #F1F1F5;
  870. height: 35px;
  871. border: none;
  872. box-shadow: inset 0 0 8px #cacaca;
  873. padding: 0 10px;
  874. font-size: 18px;
  875. font-family: 'Roboto', sans-serif;
  876. outline: none;
  877. }
  878. .add-item-page form .ingredient-wrapper input {
  879. width: 80%;
  880. margin-left: 5%;
  881. }
  882. .add-item-page form .ingredient-wrapper span {
  883. width: 5%;
  884. font-size: 22px;
  885. opacity: .4;
  886. transition: all .3s ease;
  887. cursor: pointer;
  888. }
  889. .add-item-page form .ingredient-wrapper span:hover {
  890. opacity: .8;
  891. }
  892. .add-item-page form button {
  893. display: inline-block;
  894. width: 150px;
  895. height: 35px;
  896. border: none;
  897. box-shadow: 0 0 5px #cacaca;
  898. font-family: 'Roboto', sans-serif;
  899. font-size: 15px;
  900. margin: 15px 0;
  901. cursor: pointer;
  902. background: rgba(29, 29, 31,.85);
  903. color: #fff;
  904. outline: none;
  905. }
  906. /* add-item-page */