_project.scss 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416
  1. /*
  2. * GENERAL
  3. */
  4. // fonts
  5. @font-face {
  6. font-family:"Fira Sans";
  7. src:url("../fonts/fira-sans-v6-latin-300.eot");
  8. src:url("../fonts/fira-sans-v6-latin-300.eot?#iefix") format("embedded-opentype"),
  9. url("../fonts/fira-sans-v6-latin-300.ttf?") format("truetype"),
  10. url("../fonts/fira-sans-v6-latin-300.woff?") format("woff"),
  11. url("../fonts/fira-sans-v6-latin-300.svg?") format("svg");
  12. font-weight:300;
  13. font-style:normal
  14. }
  15. @font-face {
  16. font-family:"Fira Sans";
  17. src:url("../fonts/fira-sans-v6-latin-regular.eot");
  18. src:url("../fonts/fira-sans-v6-latin-regular.eot?#iefix") format("embedded-opentype"),
  19. url("../fonts/fira-sans-v6-latin-regular.ttf?") format("truetype"),
  20. url("../fonts/fira-sans-v6-latin-regular.woff?") format("woff"),
  21. url("../fonts/fira-sans-v6-latin-regular.svg?") format("svg");
  22. font-weight:normal;
  23. font-style:normal
  24. }
  25. @font-face {
  26. font-family:"Fira Sans";
  27. src:url("../fonts/fira-sans-v6-latin-700.eot");
  28. src:url("../fonts/fira-sans-v6-latin-700.eot?#iefix") format("embedded-opentype"),
  29. url("../fonts/fira-sans-v6-latin-700.ttf?") format("truetype"),
  30. url("../fonts/fira-sans-v6-latin-700.woff?") format("woff"),
  31. url("../fonts/fira-sans-v6-latin-700.svg?") format("svg");
  32. font-weight:600;
  33. font-style:normal
  34. }
  35. h2 {
  36. margin-bottom: 0.5rem;
  37. }
  38. h3, h4, h5, h6,
  39. .h3, .h4, .h5, .h6 {
  40. margin-bottom: 0;
  41. }
  42. h1, h2, h3, h4, h5, h6,
  43. .h1, .h2, .h3, .h4, .h5, .h6 {
  44. &:first-child {
  45. margin-top: 0;
  46. }
  47. }
  48. h3,
  49. .h3 {
  50. margin-top: 40px;
  51. margin-bottom: 0.5rem;
  52. }
  53. h4,
  54. .h4 {
  55. margin-top: 30px;
  56. }
  57. h4 + hr {
  58. margin-top: 10px;
  59. }
  60. .dropdown-item-important {
  61. color: rgba($antrazit, .6);
  62. font-weight: bold;
  63. @include hover-focus() {
  64. color: $body-color;
  65. }
  66. }
  67. .dropdown-item-important:last-child {
  68. margin-top: 15px;
  69. }
  70. @include media-breakpoint-down(md) {
  71. .dropdown-menu {
  72. box-shadow: none;
  73. }
  74. }
  75. @include media-breakpoint-up(lg) {
  76. .dropdown-divider {
  77. margin-left: $dropdown-item-padding-x;
  78. margin-right: $dropdown-item-padding-x;
  79. }
  80. }
  81. .ch-ggs-web-suite-h2 {
  82. color: $primary;
  83. font-weight: bold;
  84. }
  85. .text-muted-dark {
  86. color: $gray-700;
  87. }
  88. .btn-back {
  89. padding-left: 0;
  90. }
  91. .btn-white {
  92. @include button-variant($white, $white, $primary, $primary);
  93. color: $primary;
  94. }
  95. //modal
  96. .modal-dialog {
  97. max-width: 540px;
  98. }
  99. .modal-content {
  100. padding: 40px 40px 60px;
  101. }
  102. .modal-header .close {
  103. margin: 0;
  104. padding: 0;
  105. }
  106. .modal-header {
  107. padding: 0 0 10px 0;
  108. }
  109. .modal-header [data-dismiss*="modal"] {
  110. align-self: center;
  111. text-decoration: none;
  112. }
  113. .modal-header [data-dismiss*="modal"] .ifc {
  114. font-size: 20px;
  115. }
  116. .modal-footer {
  117. padding: 0;
  118. display: block;
  119. }
  120. .modal-title {
  121. color: $primary;
  122. font-size: $font-size-lg;
  123. }
  124. .modal-body {
  125. padding: $common-padding 0;
  126. }
  127. //Forms
  128. form > .form-group:first-child > h3:first-child,
  129. form > .form-group:first-child > .h3:first-child {
  130. margin-top: 1rem;
  131. }
  132. label {
  133. margin-bottom: .25rem;
  134. }
  135. .input-group {
  136. background: white;
  137. }
  138. .input-group .btn {
  139. border-width: $input-border-width;
  140. border-color: $input-border-color;
  141. }
  142. .ch-ggs-web-suite-input-group-iconed .btn {
  143. display: flex;
  144. align-items: center;
  145. justify-content: center;
  146. width: 38px;
  147. }
  148. //links
  149. .ch-ggs-web-suite-card-link {
  150. margin-top: auto;
  151. font-weight: bold;
  152. color: $antrazit60;
  153. transition: $transition-base;
  154. transition-property: color;
  155. .ifc {
  156. margin-left: 5px;
  157. display: inline-block;
  158. position: relative;
  159. transform: translateX(0);
  160. transition: $transition-base;
  161. transition-property: transform;
  162. }
  163. }
  164. .ch-ggs-web-suite-article:hover,
  165. .ch-ggs-web-suite-card-simple:hover,
  166. .ch-ggs-web-suite-card-simple:focus {
  167. .ch-ggs-web-suite-card-link {
  168. color: $primary;
  169. .ifc {
  170. transform: translateX(8px);
  171. }
  172. }
  173. }
  174. .ch-ggs-web-suite-file-input-box {
  175. background: $antrazit05;
  176. padding: 20px;
  177. }
  178. // seelct
  179. .ch-ggs-web-suite-select {
  180. position: relative;
  181. background: $input-bg;
  182. overflow: hidden;
  183. }
  184. .ch-ggs-web-suite-select:after {
  185. content: "\e901";
  186. font-family: icomoon;
  187. position: absolute;
  188. display: flex;
  189. align-items: center;
  190. justify-content: center;
  191. top: 0px;
  192. right: 0px;
  193. bottom: 0px;
  194. width: 2.2em;
  195. margin: auto;
  196. pointer-events: none;
  197. transform: scale(1.5);
  198. }
  199. //background
  200. .ch-ggs-web-suite-select:before {
  201. content: "";
  202. position: absolute;
  203. top: 0px;
  204. right: 0px;
  205. bottom: 0px;
  206. width: 2.2em;
  207. background: $antrazit15;
  208. border: 1px solid $input-border-color;
  209. pointer-events: none;
  210. }
  211. .ch-ggs-web-suite-select select {
  212. background: transparent;
  213. width: 100%;
  214. padding-right: 2.5em;
  215. appearance: none;
  216. // Disable ugly ass outline on firefox
  217. &:-moz-focusring {
  218. color: transparent;
  219. text-shadow: 0 0 0 #000;
  220. }
  221. // Disable default arrow on IE 11+
  222. &::-ms-expand {
  223. display: none;
  224. }
  225. }
  226. // IE 9 only
  227. @media all and (min-width:0\0) and (min-resolution:.001dpcm) {
  228. .ch-ggs-web-suite-select{
  229. select {
  230. padding-right: 0;
  231. }
  232. &:after, &:before {
  233. display: none;
  234. }
  235. }
  236. }
  237. // step navigation
  238. $step-number-block-margin: 20px;
  239. $step-margin: 30px;
  240. ol.ch-ggs-web-suite-order-steps {
  241. counter-reset: section;
  242. list-style-type: none;
  243. text-align: left;
  244. margin-bottom: -$step-margin/4;
  245. padding-left: 0;
  246. li.error,
  247. li.loading,
  248. li.done,
  249. li.active {
  250. color: $primary;
  251. & .nav-link:before {
  252. background: $white;
  253. color: $primary;
  254. border-color: $white;
  255. }
  256. & .nav-link:after {
  257. background: $primary;
  258. }
  259. }
  260. li {
  261. display: block;
  262. position: relative;
  263. color: $antrazit25;
  264. margin-bottom: $step-margin/4;
  265. .nav-link {
  266. padding: 0px 30px 0px 0;
  267. background: $antrazit05;
  268. font-weight: bold;
  269. position: relative;
  270. display: flex;
  271. align-items: center;
  272. z-index: 0;
  273. &:before {
  274. // counter-increment: section;
  275. // content: counters(section,"");
  276. content: "";
  277. display: inline-block;
  278. flex: 0 0 2em;
  279. width: 2em;
  280. height: 2em;
  281. border-radius: 2em;
  282. line-height: 2em;
  283. margin: $step-number-block-margin $step-number-block-margin*2 $step-number-block-margin $step-number-block-margin;
  284. font-size: 1.25rem;
  285. background: $antrazit08;
  286. color: $antrazit25;
  287. border: 1px solid $antrazit25;
  288. text-align: center;
  289. }
  290. &:after {
  291. z-index: -1;
  292. content: "";
  293. background: $antrazit08;
  294. position: absolute;
  295. left: 0;
  296. top: 0;
  297. width: calc(2em + #{$step-number-block-margin*2});
  298. height: calc(2em + #{$step-number-block-margin*2});
  299. font-size: 1.25rem;
  300. }
  301. }
  302. .ch-ggs-web-suite-order-step-link-multi {
  303. // display: inline-flex;
  304. // flex-direction: column;
  305. position: relative;
  306. top: -10px;
  307. }
  308. a:link:not(:hover):not(:focus),
  309. a:visited:not(:hover):not(:focus) {
  310. color: inherit;
  311. }
  312. }
  313. li.active,
  314. li.error,
  315. li.done {
  316. .nav-link {
  317. &:before {
  318. content: unicode("e900");
  319. font-family: $font-family-icons;
  320. line-height: 1.8em;
  321. speak: none;
  322. font-style: normal;
  323. font-weight: normal;
  324. font-variant: normal;
  325. text-transform: none;
  326. }
  327. }
  328. }
  329. li.error {
  330. .nav-link {
  331. &:before {
  332. content: unicode("e906");
  333. }
  334. }
  335. }
  336. li.loading {
  337. .nav-link {
  338. &:before {
  339. opacity: 0;
  340. }
  341. }
  342. }
  343. .ch-ggs-web-suite-order-steps-loader {
  344. position: absolute;
  345. left: 19px;
  346. top: 19px;
  347. width: calc(2em + 10px);
  348. height: calc(2em + 10px);
  349. border-width: 0.2em;
  350. }
  351. }
  352. // step navigation
  353. ol.ch-ggs-web-suite-steps {
  354. counter-reset: section;
  355. list-style-type: none;
  356. display: inline-block;
  357. text-align: left;
  358. margin-bottom: -15px;
  359. margin-left: -30px;
  360. padding-left: 0;
  361. li.active {
  362. color: $primary;
  363. &::before {
  364. border-color: $primary;
  365. }
  366. }
  367. li {
  368. display: block;
  369. float: left;
  370. position: relative;
  371. color: $antrazit60;
  372. font-weight: bold;
  373. white-space: nowrap;
  374. margin: 0 30px 15px;
  375. &::before {
  376. counter-increment: section;
  377. content: counters(section,"");
  378. position: relative;
  379. display: inline-block;
  380. margin-right: 10px;
  381. width: 2em;
  382. height: 2em;
  383. border-radius: 2em;
  384. background: #fff;
  385. border: 1px solid #ababab;
  386. border-top-color: rgb(171, 171, 171);
  387. border-right-color: rgb(171, 171, 171);
  388. border-bottom-color: rgb(171, 171, 171);
  389. border-left-color: rgb(171, 171, 171);
  390. text-align: center;
  391. line-height: 2em;
  392. font-size: 1.25rem;
  393. }
  394. a:link:not(:hover):not(:focus),
  395. a:visited:not(:hover):not(:focus) {
  396. color: inherit;
  397. }
  398. }
  399. }
  400. // image
  401. .ch-ggs-web-suite-image {
  402. margin-bottom: $paragraph-margin-bottom;
  403. }
  404. // download
  405. .ch-ggs-web-suite-download {
  406. display: flex;
  407. margin-bottom: $paragraph-margin-bottom;
  408. }
  409. a.ch-ggs-web-suite-download {
  410. text-decoration: none;
  411. }
  412. .ch-ggs-web-suite-download-icon {
  413. width: 70px;
  414. height: 70px;
  415. flex: 0 0 70px;
  416. background: $primary;
  417. color: $white;
  418. display: flex;
  419. align-items: center;
  420. justify-content: center;
  421. margin-right: $grid-gutter-width;
  422. transition: $transition-base;
  423. transition-property: background;
  424. a.ch-ggs-web-suite-download:hover &,
  425. a.ch-ggs-web-suite-download:focus & {
  426. background: $link-hover-color;
  427. }
  428. > .ifc {
  429. font-size: 24px;
  430. }
  431. }
  432. .ch-ggs-web-suite-download-info > *:last-child {
  433. margin-bottom: 0;
  434. }
  435. .ch-ggs-web-suite-download-title {
  436. font-weight: bold;
  437. color: $primary;
  438. display: inline-block;
  439. margin-bottom: 5px;
  440. transition: $transition-base;
  441. transition-property: color;
  442. &:first-child {
  443. margin-top: 22px;
  444. }
  445. a.ch-ggs-web-suite-download:hover &,
  446. a.ch-ggs-web-suite-download:focus & {
  447. color: $link-hover-color;
  448. }
  449. }
  450. .ch-ggs-web-suite-download-text {
  451. color: $text-muted;
  452. }
  453. // cards
  454. .ch-ggs-web-suite-card-group {
  455. margin-bottom: 70px;
  456. }
  457. .ch-ggs-web-suite-card-holder {
  458. margin-bottom: -30px;
  459. }
  460. .ch-ggs-web-suite-card {
  461. position: relative;
  462. display: flex;
  463. flex-direction: column;
  464. border-bottom-width: 1px;
  465. border-bottom-style: solid;
  466. border-bottom-color: #efefef;
  467. box-shadow: 0 0 15px 0 rgba(0,0,0,0);
  468. transition: $transition-base;
  469. transition-property: box-shadow;
  470. margin-bottom: 30px;
  471. }
  472. a.ch-ggs-web-suite-card {
  473. text-decoration: none;
  474. }
  475. .ch-ggs-web-suite-card-img-fake {
  476. background: $antrazit08;
  477. color: $primary;
  478. display: flex;
  479. transition: $transition-base;
  480. transition-property: background-color;
  481. }
  482. .ch-ggs-web-suite-card-img-fake:before {
  483. content: "";
  484. display: table;
  485. float: left;
  486. padding-bottom: 100%;
  487. }
  488. .ch-ggs-web-suite-card-img-fake .ifc {
  489. font-size: 120px;
  490. align-self: center;
  491. margin-left: auto;
  492. margin-right: auto;
  493. transition: $transition-base;
  494. text-shadow: 4px 8px 12px rgba(black, 0);
  495. transition-property: text-shadow, color;
  496. }
  497. .ch-ggs-web-suite-card-img-fake .ifc-train-front {
  498. font-size: 130px;
  499. }
  500. .ch-ggs-web-suite-card-img-fake .ifc-sea-ship-with-containers {
  501. font-size: 150px;
  502. }
  503. .ch-ggs-web-suite-card-img-fake .ifc-air-transport {
  504. font-size: 150px;
  505. }
  506. .ch-ggs-web-suite-card:hover .ch-ggs-web-suite-card-img-fake,
  507. .ch-ggs-web-suite-card:focus .ch-ggs-web-suite-card-img-fake {
  508. background: $primary-d-100;
  509. color: white;
  510. text-shadow: 4px 8px 12px rgba(black, 0.2);
  511. }
  512. .ch-ggs-web-suite-card:hover .ch-ggs-web-suite-card-img-fake .ifc,
  513. .ch-ggs-web-suite-card:focus .ch-ggs-web-suite-card-img-fake .ifc {
  514. text-shadow: 4px 8px 12px rgba(black, 0.2);
  515. }
  516. .ch-ggs-web-suite-card-main {
  517. flex: 1 1 auto;
  518. padding: 30px 15px 15px;
  519. display: flex;
  520. flex-direction: column;
  521. }
  522. .ch-ggs-web-suite-card:hover,
  523. .ch-ggs-web-suite-card:focus {
  524. box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
  525. }
  526. .ch-ggs-web-suite-card .btn {
  527. background: white;
  528. border-color: white;
  529. }
  530. .ch-ggs-web-suite-card .btn,
  531. .ch-ggs-web-suite-card .btn .ifc {
  532. color: $antrazit60;
  533. }
  534. .ch-ggs-web-suite-card:hover .btn,
  535. .ch-ggs-web-suite-card:focus .btn {
  536. background: $antrazit15;
  537. border-color: $antrazit15;
  538. }
  539. .ch-ggs-web-suite-card-title {
  540. text-align: center;
  541. font-weight: bold;
  542. font-size: 1.25rem;
  543. color: $body-color;
  544. margin-bottom: 15px;
  545. }
  546. .ch-ggs-web-suite-card:hover .ch-ggs-web-suite-card-title,
  547. .ch-ggs-web-suite-card:focus .ch-ggs-web-suite-card-title {
  548. color: $primary-d-100;
  549. }
  550. .ch-ggs-web-suite-card-text {
  551. color: $body-color;
  552. }
  553. .ch-ggs-web-suite-card-plain-group {
  554. margin-bottom: 70px;
  555. }
  556. .ch-ggs-web-suite-card-plain-holder {
  557. margin-bottom: -30px;
  558. }
  559. .ch-ggs-web-suite-card-plain {
  560. padding: 25px 25px 0px;
  561. position: relative;
  562. z-index: 0;
  563. display: flex;
  564. flex-direction: column;
  565. background: $white;
  566. margin-bottom: 30px;
  567. }
  568. a.ch-ggs-web-suite-card-plain {
  569. text-decoration: none;
  570. &,
  571. &:hover,
  572. &:focus {
  573. color: $body-color;
  574. }
  575. }
  576. .ch-ggs-web-suite-card-plain-img-icon {
  577. color: $primary;
  578. display: flex;
  579. transition: $transition-base;
  580. transition-property: background-color;
  581. margin-bottom: 20px;
  582. }
  583. .ch-ggs-web-suite-card-plain-img-icon .ifc {
  584. font-size: 40px;
  585. align-self: center;
  586. margin-left: auto;
  587. margin-right: auto;
  588. }
  589. .ch-ggs-web-suite-card-plain-main {
  590. flex: 1 1 auto;
  591. display: flex;
  592. flex-direction: column;
  593. }
  594. .ch-ggs-web-suite-card-plain-title {
  595. text-align: center;
  596. font-weight: bold;
  597. font-size: $h4-font-size;
  598. color: $body-color;
  599. margin-bottom: 0.75em;
  600. }
  601. .ch-ggs-web-suite-card-plain:hover .ch-ggs-web-suite-card-simple-title,
  602. .ch-ggs-web-suite-card-plain:focus .ch-ggs-web-suite-card-simple-title {
  603. color: $primary-d-100;
  604. }
  605. .ch-ggs-web-suite-card-plain-text {
  606. text-align: center;
  607. font-size: $font-size-md;
  608. margin-bottom: 0;
  609. }
  610. .ch-ggs-web-suite-card-simple-group {
  611. margin-bottom: 70px;
  612. }
  613. .ch-ggs-web-suite-card-simple-holder {
  614. margin-bottom: -30px;
  615. }
  616. .ch-ggs-web-suite-card-simple {
  617. position: relative;
  618. z-index: 0;
  619. display: flex;
  620. flex-direction: column;
  621. background: $white;
  622. margin-bottom: 30px;
  623. &:after {
  624. content: "";
  625. position: absolute;
  626. top: 0;
  627. right: 0;
  628. bottom: 0;
  629. left: 0;
  630. z-index: -1;
  631. box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12), 0 8px 24px 0 rgba(0,0,0,0.2);
  632. opacity: 0;
  633. transition: $transition-base;
  634. transition-property: opacity;
  635. }
  636. &:before {
  637. content: "";
  638. position: absolute;
  639. top: 0;
  640. right: 0;
  641. bottom: 0;
  642. left: 0;
  643. z-index: -1;
  644. border: 3px solid $primary;
  645. opacity: 0;
  646. transition: $transition-base;
  647. transition-property: opacity;
  648. }
  649. }
  650. .ch-ggs-web-suite-card-simple:hover,
  651. .ch-ggs-web-suite-card-simple:focus {
  652. &:before,
  653. &:after {
  654. opacity: 1;
  655. }
  656. }
  657. a.ch-ggs-web-suite-card-simple {
  658. text-decoration: none;
  659. &,
  660. &:hover,
  661. &:focus {
  662. color: $body-color;
  663. }
  664. }
  665. .ch-ggs-web-suite-card-simple-img-icon {
  666. color: $primary;
  667. display: flex;
  668. transition: $transition-base;
  669. transition-property: background-color;
  670. }
  671. .ch-ggs-web-suite-card-simple-img-icon .ifc {
  672. margin-top: 60px;
  673. font-size: 60px;
  674. align-self: center;
  675. margin-left: auto;
  676. margin-right: auto;
  677. }
  678. .ch-ggs-web-suite-card-simple-main {
  679. flex: 1 1 auto;
  680. padding: 25px;
  681. display: flex;
  682. flex-direction: column;
  683. }
  684. .ch-ggs-web-suite-card-simple-title {
  685. text-align: center;
  686. font-weight: bold;
  687. font-size: 1.25rem;
  688. color: $body-color;
  689. margin-bottom: 15px;
  690. }
  691. .ch-ggs-web-suite-card-simple:hover .ch-ggs-web-suite-card-simple-title,
  692. .ch-ggs-web-suite-card-simple:focus .ch-ggs-web-suite-card-simple-title {
  693. color: $primary-d-100;
  694. }
  695. .ch-ggs-web-suite-card-simple-text {
  696. color: $body-color;
  697. }
  698. // article
  699. .ch-ggs-web-suite-article {
  700. margin-bottom: 90px;
  701. }
  702. a.ch-ggs-web-suite-article {
  703. color: inherit;
  704. text-decoration: none;
  705. }
  706. .ch-ggs-web-suite-article-content {
  707. padding: 40px 25px 0;
  708. position: relative;
  709. z-index: 0;
  710. > *:last-child {
  711. margin-bottom: 0;
  712. }
  713. }
  714. .ch-ggs-web-suite-article-title {
  715. color: $primary;
  716. transition: $transition-base;
  717. transition-property: color;
  718. .ch-ggs-web-suite-article:hover & {
  719. color: $primary-d-100;
  720. }
  721. }
  722. @include media-breakpoint-up(md) {
  723. .ch-ggs-web-suite-article-content {
  724. padding: 40px 25px;
  725. }
  726. }
  727. @include media-breakpoint-up(lg) {
  728. .ch-ggs-web-suite-article {
  729. margin-bottom: 120px;
  730. }
  731. }
  732. // link with icons
  733. .ch-ggs-web-suite-icon-link {
  734. display: inline-flex;
  735. }
  736. a.ch-ggs-web-suite-icon-link {
  737. text-decoration: none;
  738. }
  739. .ch-ggs-web-suite-icon-link:hover,
  740. .ch-ggs-web-suite-icon-link:focus {
  741. opacity: 0.8;
  742. }
  743. .ch-ggs-web-suite-icon-link .ifc {
  744. margin-right: 10px;
  745. top: 5px;
  746. width: 15px;
  747. position: relative;
  748. }
  749. /*
  750. * STEP 3
  751. */
  752. .ch-ggs-web-suite-dropdown .btn-block + .btn-block {
  753. margin-top: 0.3125rem;
  754. }
  755. .ch-ggs-web-suite-btn-group {
  756. margin-top: -$btn-block-spacing-y;
  757. }
  758. .ch-ggs-web-suite-btn-group-btn-group .btn {
  759. margin-top: $btn-block-spacing-y;
  760. }
  761. #ch-ggs-web-suite-packing-details {
  762. background-color: $antrazit08;
  763. padding: 20px;
  764. }
  765. .ch-ggs-web-suite-packing-cmds a {
  766. color: $antrazit25;
  767. text-decoration: none;
  768. }
  769. .ch-ggs-web-suite-packing-cmds a .ifc {
  770. width: 40px;
  771. height: 40px;
  772. margin-top: -10px;
  773. margin-bottom: -10px;
  774. font-size: 20px;
  775. color: $body-color;
  776. }
  777. .ch-ggs-web-suite-packing-cmds a:hover,
  778. .ch-ggs-web-suite-packing-cmds a:focus,
  779. .ch-ggs-web-suite-packing-cmds a:hover .ifc,
  780. .ch-ggs-web-suite-packing-cmds a:focus .ifc {
  781. color: $primary;
  782. }
  783. //step 4
  784. .ch-ggs-web-suite-steps-pricing-details {
  785. margin-bottom: $common-padding;
  786. }
  787. .ch-ggs-web-suite-steps-pricing-details .ch-ggs-web-suite-steps-price {
  788. font-size: $font-size-xl;
  789. color: $primary;
  790. font-weight: bold;
  791. line-height: 20px;
  792. margin-top: 15px;
  793. }
  794. .ch-ggs-web-suite-steps-pricing-details .ch-ggs-web-suite-steps-tax {
  795. margin-top: 12px;
  796. }
  797. // product Option
  798. .ch-ggs-web-suite-aside-box {
  799. position: sticky;
  800. top: 30px;
  801. }
  802. .ch-ggs-web-suite-boxed-gray {
  803. background: $gray-100;
  804. border: 1px solid $gray-200;
  805. padding: 25px 20px;
  806. margin-bottom: $grid-gutter-width;
  807. }
  808. .ch-ggs-web-suite-boxed-gray > *:last-child {
  809. margin-bottom: 0;
  810. }
  811. .ch-ggs-web-suite-payment-info {
  812. margin-top: $grid-gutter-width;
  813. }
  814. // new common box
  815. .ch-ggs-web-suite-boxed {
  816. display: flex;
  817. flex-direction: column;
  818. align-items: flex-start;
  819. width: 100%;
  820. background: $gray-100;
  821. border: 1px solid $gray-200;
  822. padding: 25px 20px;
  823. margin-bottom: $grid-gutter-width;
  824. }
  825. .ch-ggs-web-suite-boxed-main {
  826. width: 100%;
  827. }
  828. .ch-ggs-web-suite-boxed-main:last-child > *:last-child {
  829. margin-bottom: 0;
  830. }
  831. .ch-ggs-web-suite-boxed-footer {
  832. margin-top: auto;
  833. width: 100%;
  834. }
  835. .ch-ggs-web-suite-boxed-big {
  836. padding: 25px 30px;
  837. }
  838. .ch-ggs-web-suite-boxed-xl {
  839. padding: 30px 40px;
  840. }
  841. // accordion
  842. .ch-ggs-accordion {
  843. margin-bottom: $paragraph-margin-bottom;
  844. border-radius: $border-radius;
  845. }
  846. .ch-ggs-accordion-group .ch-ggs-accordion {
  847. margin-bottom: 0;
  848. border-radius: 0;
  849. border: 1px solid $antrazit15;
  850. }
  851. .ch-ggs-accordion-group .ch-ggs-accordion + .ch-ggs-accordion {
  852. margin-top: -1px;
  853. }
  854. .ch-ggs-accordion-group .ch-ggs-accordion:first-child .ch-ggs-accordion-head,
  855. .ch-ggs-accordion-group .ch-ggs-accordion:first-child {
  856. border-top-left-radius: $accordion-border-radius;
  857. border-top-right-radius: $accordion-border-radius;
  858. }
  859. .ch-ggs-accordion-group .ch-ggs-accordion:last-child:not([open]) .ch-ggs-accordion-head,
  860. .ch-ggs-accordion-group .ch-ggs-accordion:last-child .ch-ggs-accordion-content,
  861. .ch-ggs-accordion-group .ch-ggs-accordion:last-child {
  862. border-bottom-left-radius: $accordion-border-radius;
  863. border-bottom-right-radius: $accordion-border-radius;
  864. }
  865. .ch-ggs-accordion-head {
  866. background: $antrazit05;
  867. list-style: none;
  868. display: flex;
  869. padding: 17px 20px;
  870. font-size: $font-size-base;
  871. @include hover() {
  872. color: $primary;
  873. }
  874. }
  875. .ch-ggs-accordion-content {
  876. padding: 30px;
  877. border-top: 1px solid $antrazit15;
  878. margin-top: -1px;
  879. }
  880. .ch-ggs-accordion-icon {
  881. margin-left: auto;
  882. display: flex;
  883. align-items: center;
  884. justify-content: center;
  885. font-size: 30px;
  886. color: $primary;
  887. &:before {
  888. margin-right: 5px;
  889. }
  890. }
  891. .ch-ggs-accordion-icon:before {
  892. transition: $transition-base;
  893. transition-property: transform;
  894. transform: rotate(0deg);
  895. margin-right: 0;
  896. margin-left: 5px;
  897. }
  898. .ch-ggs-accordion[open] .ch-ggs-accordion-icon:before {
  899. transform: rotate(180deg);
  900. }
  901. // package
  902. .ch-ggs-packages {
  903. margin-bottom: $paragraph-margin-bottom;
  904. }
  905. .ch-ggs-package:not(:last-child) {
  906. padding-bottom: $grid-gutter-width;
  907. margin-bottom: $grid-gutter-width;
  908. border-bottom: 1px solid $antrazit15;
  909. }
  910. .ch-ggs-package-title {
  911. display: flex;
  912. font-weight: bold;
  913. }
  914. .ch-ggs-package-icon {
  915. margin-left: auto;
  916. display: flex;
  917. align-items: center;
  918. justify-content: center;
  919. font-size: 26px;
  920. color: $primary;
  921. &:before {
  922. margin-right: 5px;
  923. }
  924. }
  925. // account
  926. .tab-content {
  927. border-top: none;
  928. }
  929. .ch-ggs-web-suite-account-tabs-box > .nav-tabs {
  930. flex-wrap: nowrap;
  931. }
  932. .ch-ggs-web-suite-account-tabs-box > .nav-tabs .nav-item {
  933. flex: 1 1 100%;
  934. }
  935. .ch-ggs-web-suite-account-tabs-box > .nav-tabs .nav-link.active {
  936. background: $gray-100;
  937. }
  938. .ch-ggs-web-suite-book-progress {
  939. height: 4px;
  940. margin-top: -1px;
  941. }
  942. // loading bar
  943. .ch-ggs-web-suite-loading-bar {
  944. position: relative;
  945. padding: 20px 30px;
  946. text-align: center;
  947. background: $antrazit05;
  948. margin-bottom: $paragraph-margin-bottom;
  949. overflow: hidden;
  950. &:before,
  951. &:after {
  952. content: "";
  953. position: absolute;
  954. left: 0;
  955. bottom: 0;
  956. height: 4px;
  957. background: $antrazit08;
  958. width: 100%;
  959. }
  960. &:after {
  961. background: $primary;
  962. left: -200px;
  963. width: 200px;
  964. animation: loading 2s linear infinite;
  965. }
  966. }
  967. @keyframes loading {
  968. from{left:-200px; width: 10%;}
  969. 50% { width: 30%; }
  970. 80% { left: 50%; }
  971. 95% { left: 120%; width: 80%}
  972. to { left: 100%; }
  973. }
  974. // new landing
  975. .ch-ggs-web-suite-landing-section {
  976. min-height: 100vh;
  977. padding: 120px 0;
  978. }
  979. .ch-ggs-web-suite-landing-section-dark {
  980. color: $white;
  981. background: $primary-d-200;
  982. }
  983. .ch-ggs-web-suite-landing-section-hero {
  984. min-height: calc(100vh - 91px);
  985. background-image: linear-gradient(270deg, rgba(201,85,217,0.30) 0%, #8D3E97 100%), url('#{$image}/hero-xs.jpg');
  986. background-size: cover;
  987. }
  988. .ch-ggs-web-suite-landing-section-title {
  989. font-size: 32px;
  990. display: flex;
  991. margin-bottom: 80px;
  992. }
  993. .ch-ggs-web-suite-landing-section-title-icon {
  994. margin-right: 12px;
  995. }
  996. .ch-ggs-web-suite-landing-hero-title,
  997. .ch-ggs-web-suite-landing-hero-text {
  998. color: $white;
  999. }
  1000. .ch-ggs-web-suite-landing-hero-title {
  1001. font-size: 56px;
  1002. line-height: 1.418;
  1003. text-align: left;
  1004. border-bottom: 0;
  1005. }
  1006. .ch-ggs-web-suite-article-landing {
  1007. margin-bottom: 200px;
  1008. color: $body-color;
  1009. &:hover,
  1010. &:focus {
  1011. text-decoration: none;
  1012. }
  1013. }
  1014. .ch-ggs-web-suite-landing-section-dark .ch-ggs-web-suite-article-landing {
  1015. color: $white;
  1016. }
  1017. .ch-ggs-web-suite-landing-hero-text {
  1018. font-size: 22px;
  1019. }
  1020. .ch-ggs-web-suite-card-hover-text {
  1021. opacity: 1;
  1022. transition: $transition-base;
  1023. transition-property: opacity;
  1024. font-size: 18px;
  1025. }
  1026. .ch-ggs-web-suite-card-hover {
  1027. margin-bottom: $grid-gutter-width;
  1028. padding: 30px;
  1029. position: relative;
  1030. z-index: 0;
  1031. display: flex;
  1032. &:after {
  1033. content: "";
  1034. position: absolute;
  1035. top: 0;
  1036. left: 0;
  1037. bottom: 0;
  1038. right: 0;
  1039. background: white;
  1040. transition: $transition-base;
  1041. transition-property: transform;
  1042. transform: scale(1);
  1043. z-index: -1;
  1044. }
  1045. &:hover,
  1046. &:focus {
  1047. text-decoration: none;
  1048. .ch-ggs-web-suite-card-hover-text {
  1049. opacity: 0;
  1050. }
  1051. &:after {
  1052. transform: scale(1.025);
  1053. }
  1054. }
  1055. }
  1056. .ch-ggs-web-suite-card-hover-main {
  1057. display: flex;
  1058. flex-direction: column;
  1059. position: relative;
  1060. }
  1061. .ch-ggs-web-suite-card-hover-title {
  1062. display: flex;
  1063. font-size: 21px;
  1064. }
  1065. .ch-ggs-web-suite-card-hover-icon {
  1066. margin-right: 12px;
  1067. }
  1068. .ch-ggs-web-suite-landing-article-title {
  1069. margin-top: 20px;
  1070. font-size: 42px;
  1071. }
  1072. .ch-ggs-web-suite-landing-article-content {
  1073. font-size: 22px;
  1074. }
  1075. .ch-ggs-web-suite-facts-list {
  1076. list-style: none;
  1077. padding-left: 0;
  1078. font-size: 22px;
  1079. }
  1080. .ch-ggs-web-suite-facts-list-item {
  1081. margin-bottom: 10px;
  1082. }
  1083. .ch-ggs-web-suite-facts-list-item-important {
  1084. margin-top: 20px;
  1085. font-weight: bolder;
  1086. }
  1087. .ch-ggs-web-suite-landing-nav .nav-item > .nav-link.active {
  1088. color: $primary;
  1089. }
  1090. @include media-breakpoint-up(sm) {
  1091. .ch-ggs-web-suite-landing-section-hero {
  1092. background-image: linear-gradient(270deg, rgba(201,85,217,0.30) 0%, #8D3E97 100%), url('#{$image}/hero-sm.jpg');
  1093. }
  1094. }
  1095. @include media-breakpoint-up(md) {
  1096. .ch-ggs-web-suite-landing-section-hero {
  1097. background-image: linear-gradient(270deg, rgba(201,85,217,0.30) 0%, #8D3E97 100%), url('#{$image}/hero-md.jpg');
  1098. }
  1099. .ch-ggs-web-suite-card-hover-text {
  1100. opacity: 1;
  1101. transition: $transition-base;
  1102. transition-property: opacity;
  1103. margin-bottom: 0;
  1104. }
  1105. .ch-ggs-web-suite-card-hover-link {
  1106. margin-top: auto;
  1107. position: absolute;
  1108. opacity: 0;
  1109. transition: $transition-base;
  1110. transition-property: opacity;
  1111. bottom: 0;
  1112. left: 0;
  1113. width: 100%;
  1114. }
  1115. .ch-ggs-web-suite-card-hover {
  1116. &:hover,
  1117. &:focus {
  1118. .ch-ggs-web-suite-card-hover-text {
  1119. opacity: 0;
  1120. }
  1121. .ch-ggs-web-suite-card-hover-link {
  1122. opacity: 1;
  1123. }
  1124. }
  1125. }
  1126. }
  1127. @include media-breakpoint-up(lg) {
  1128. .ch-ggs-web-suite-landing-section-hero {
  1129. min-height: calc(100vh - 98px);
  1130. background-image: linear-gradient(270deg, rgba(201,85,217,0.30) 0%, #8D3E97 100%), url('#{$image}/hero-lg.jpg');
  1131. }
  1132. .ch-ggs-web-suite-landing-nav {
  1133. position: sticky;
  1134. z-index: 1;
  1135. overflow: hidden;
  1136. top: 0;
  1137. margin-top: -56px;
  1138. &,
  1139. & a {
  1140. color: $white;
  1141. }
  1142. .container {
  1143. position: relative;
  1144. z-index: 0;
  1145. background: $primary-d-200;
  1146. &:before,
  1147. &:after {
  1148. content: "";
  1149. background: $primary-d-200;
  1150. position: absolute;
  1151. top: 0;
  1152. bottom: 0;
  1153. z-index: -1;
  1154. transition: $transition-base;
  1155. transition-duration: 0.5s;
  1156. transition-property: transform;
  1157. width: calc((100vw - 960px)/2);
  1158. transform: scaleX(0);
  1159. }
  1160. &:before {
  1161. right: 100%;
  1162. transform-origin: right;
  1163. }
  1164. &:after {
  1165. left: 100%;
  1166. transform-origin: left;
  1167. }
  1168. }
  1169. }
  1170. .ch-ggs-web-suite-landing-nav.stuck .container:before,
  1171. .ch-ggs-web-suite-landing-nav.stuck .container:after {
  1172. // max-width: 100%;
  1173. transform: scaleX(1);
  1174. }
  1175. }
  1176. @include media-breakpoint-up(xl) {
  1177. .ch-ggs-web-suite-landing-section-hero {
  1178. background-image: linear-gradient(270deg, rgba(201,85,217,0.30) 0%, #8D3E97 100%), url('#{$image}/hero-xl.jpg');
  1179. }
  1180. .ch-ggs-web-suite-landing-nav {
  1181. .container {
  1182. &:before,
  1183. &:after {
  1184. width: calc((100vw - 1140px)/2);
  1185. }
  1186. }
  1187. }
  1188. }