style-sustentability.css 21 KB

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