_project.scss 27 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415
  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-seciton {
  976. min-height: 100vh;
  977. padding: 120px 0;
  978. }
  979. .ch-ggs-web-suite-landing-seciton-dark {
  980. color: $white;
  981. background: $primary-d-200;
  982. }
  983. .ch-ggs-web-suite-landing-seciton-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. }
  992. .ch-ggs-web-suite-landing-section-title-icon {
  993. margin-right: 12px;
  994. }
  995. .ch-ggs-web-suite-landing-hero-title,
  996. .ch-ggs-web-suite-landing-hero-text {
  997. color: $white;
  998. }
  999. .ch-ggs-web-suite-landing-hero-title {
  1000. font-size: 56px;
  1001. line-height: 1.418;
  1002. text-align: left;
  1003. border-bottom: 0;
  1004. }
  1005. .ch-ggs-web-suite-article-landing {
  1006. margin-bottom: $grid-gutter-width;
  1007. color: $body-color;
  1008. &:hover,
  1009. &:focus {
  1010. text-decoration: none;
  1011. }
  1012. }
  1013. .ch-ggs-web-suite-landing-seciton-dark .ch-ggs-web-suite-article-landing {
  1014. color: $white;
  1015. }
  1016. .ch-ggs-web-suite-landing-hero-text {
  1017. font-size: 22px;
  1018. }
  1019. .ch-ggs-web-suite-card-hover-text {
  1020. opacity: 1;
  1021. transition: $transition-base;
  1022. transition-property: opacity;
  1023. font-size: 18px;
  1024. }
  1025. .ch-ggs-web-suite-card-hover {
  1026. margin-bottom: $grid-gutter-width;
  1027. padding: 30px;
  1028. position: relative;
  1029. z-index: 0;
  1030. display: flex;
  1031. &:after {
  1032. content: "";
  1033. position: absolute;
  1034. top: 0;
  1035. left: 0;
  1036. bottom: 0;
  1037. right: 0;
  1038. background: white;
  1039. transition: $transition-base;
  1040. transition-property: transform;
  1041. transform: scale(1);
  1042. z-index: -1;
  1043. }
  1044. &:hover,
  1045. &:focus {
  1046. text-decoration: none;
  1047. .ch-ggs-web-suite-card-hover-text {
  1048. opacity: 0;
  1049. }
  1050. &:after {
  1051. transform: scale(1.025);
  1052. }
  1053. }
  1054. }
  1055. .ch-ggs-web-suite-card-hover-main {
  1056. display: flex;
  1057. flex-direction: column;
  1058. position: relative;
  1059. }
  1060. .ch-ggs-web-suite-card-hover-title {
  1061. display: flex;
  1062. font-size: 21px;
  1063. }
  1064. .ch-ggs-web-suite-card-hover-icon {
  1065. margin-right: 12px;
  1066. }
  1067. .ch-ggs-web-suite-landing-article-title {
  1068. margin-top: 20px;
  1069. font-size: 42px;
  1070. }
  1071. .ch-ggs-web-suite-landing-article-content {
  1072. font-size: 22px;
  1073. }
  1074. .ch-ggs-web-suite-facts-list {
  1075. list-style: none;
  1076. padding-left: 0;
  1077. font-size: 22px;
  1078. }
  1079. .ch-ggs-web-suite-facts-list-item {
  1080. margin-bottom: 10px;
  1081. }
  1082. .ch-ggs-web-suite-facts-list-item-important {
  1083. margin-top: 20px;
  1084. font-weight: bolder;
  1085. }
  1086. .ch-ggs-web-suite-landing-nav .nav-item.active > .nav-link {
  1087. color: $primary;
  1088. }
  1089. @include media-breakpoint-up(sm) {
  1090. .ch-ggs-web-suite-landing-seciton-hero {
  1091. background-image: linear-gradient(270deg, rgba(201,85,217,0.30) 0%, #8D3E97 100%), url('#{$image}/hero-sm.jpg');
  1092. }
  1093. }
  1094. @include media-breakpoint-up(md) {
  1095. .ch-ggs-web-suite-landing-seciton-hero {
  1096. background-image: linear-gradient(270deg, rgba(201,85,217,0.30) 0%, #8D3E97 100%), url('#{$image}/hero-md.jpg');
  1097. }
  1098. .ch-ggs-web-suite-card-hover-text {
  1099. opacity: 1;
  1100. transition: $transition-base;
  1101. transition-property: opacity;
  1102. margin-bottom: 0;
  1103. }
  1104. .ch-ggs-web-suite-card-hover-link {
  1105. margin-top: auto;
  1106. position: absolute;
  1107. opacity: 0;
  1108. transition: $transition-base;
  1109. transition-property: opacity;
  1110. bottom: 0;
  1111. left: 0;
  1112. width: 100%;
  1113. }
  1114. .ch-ggs-web-suite-card-hover {
  1115. &:hover,
  1116. &:focus {
  1117. .ch-ggs-web-suite-card-hover-text {
  1118. opacity: 0;
  1119. }
  1120. .ch-ggs-web-suite-card-hover-link {
  1121. opacity: 1;
  1122. }
  1123. }
  1124. }
  1125. }
  1126. @include media-breakpoint-up(lg) {
  1127. .ch-ggs-web-suite-landing-seciton-hero {
  1128. min-height: calc(100vh - 98px);
  1129. background-image: linear-gradient(270deg, rgba(201,85,217,0.30) 0%, #8D3E97 100%), url('#{$image}/hero-lg.jpg');
  1130. }
  1131. .ch-ggs-web-suite-landing-nav {
  1132. position: sticky;
  1133. z-index: 1;
  1134. overflow: hidden;
  1135. top: 0;
  1136. margin-top: -56px;
  1137. &,
  1138. & a {
  1139. color: $white;
  1140. }
  1141. .container {
  1142. position: relative;
  1143. z-index: 0;
  1144. background: $primary-d-200;
  1145. &:before,
  1146. &:after {
  1147. content: "";
  1148. background: $primary-d-200;
  1149. position: absolute;
  1150. top: 0;
  1151. bottom: 0;
  1152. z-index: -1;
  1153. transition: $transition-base;
  1154. transition-duration: 0.5s;
  1155. transition-property: transform;
  1156. width: calc((100vw - 960px)/2);
  1157. transform: scaleX(0);
  1158. }
  1159. &:before {
  1160. right: 100%;
  1161. transform-origin: right;
  1162. }
  1163. &:after {
  1164. left: 100%;
  1165. transform-origin: left;
  1166. }
  1167. }
  1168. }
  1169. .ch-ggs-web-suite-landing-nav.stuck .container:before,
  1170. .ch-ggs-web-suite-landing-nav.stuck .container:after {
  1171. // max-width: 100%;
  1172. transform: scaleX(1);
  1173. }
  1174. }
  1175. @include media-breakpoint-up(xl) {
  1176. .ch-ggs-web-suite-landing-seciton-hero {
  1177. background-image: linear-gradient(270deg, rgba(201,85,217,0.30) 0%, #8D3E97 100%), url('#{$image}/hero-xl.jpg');
  1178. }
  1179. .ch-ggs-web-suite-landing-nav {
  1180. .container {
  1181. &:before,
  1182. &:after {
  1183. width: calc((100vw - 1140px)/2);
  1184. }
  1185. }
  1186. }
  1187. }