BCB Bank static website
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 

610 righe
11 KiB

  1. @font-face {
  2. src: url("fonts/Archivo_Black/ArchivoBlack-Regular.ttf") format("truetype");
  3. font-family: archivo-black;
  4. font-style: normal;
  5. }
  6. @font-face {
  7. src: url("fonts/Open_Sans/OpenSans-Bold.ttf") format("truetype");
  8. font-family: open-sans;
  9. font-weight: bolder;
  10. }
  11. @font-face {
  12. src: url("fonts/Open_Sans/OpenSans-SemiBold.ttf") format("truetype");
  13. font-family: open-sans;
  14. font-weight: bold;
  15. }
  16. @font-face {
  17. src: url("fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype");
  18. font-family: open-sans;
  19. font-style: normal;
  20. }
  21. @font-face {
  22. src: url("fonts/Open_Sans/OpenSans-LightItalic.ttf") format("truetype");
  23. font-family: open-sans;
  24. font-weight: normal;
  25. font-style: italic;
  26. }
  27. .temp-intro {
  28. display: none;
  29. }
  30. section h3 {
  31. font-size: 36px;
  32. font-family: "Archivo Black", sans-serif;
  33. line-height: 1.2;
  34. color: #403e41;
  35. }
  36. @media screen and (max-width: 1024px) {
  37. section h3 {
  38. text-align: center;
  39. }
  40. }
  41. section h3 mark {
  42. color: #28aae2;
  43. }
  44. section p {
  45. color: #808285;
  46. font-size: 16px;
  47. letter-spacing: 0.8px;
  48. }
  49. section figure {
  50. width: 50%;
  51. }
  52. section figure img {
  53. width: 100%;
  54. height: 100%;
  55. }
  56. section .description {
  57. width: 50%;
  58. align-self: center;
  59. }
  60. @media screen and (max-width: 1024px) {
  61. section .description {
  62. width: 100%;
  63. }
  64. }
  65. section .description p {
  66. line-height: 1.8;
  67. }
  68. #home {
  69. box-shadow: 0 8px 20px -6px #a6a8ab;
  70. display: flex;
  71. height: 80vh;
  72. }
  73. @media screen and (max-width: 1024px) {
  74. #home {
  75. flex-direction: column;
  76. }
  77. }
  78. #home p {
  79. padding: 30px 0;
  80. width: 75%;
  81. }
  82. @media screen and (max-width: 1024px) {
  83. #home p {
  84. margin: 0 auto;
  85. }
  86. }
  87. #home figure {
  88. opacity: 1;
  89. transition: opacity 500ms ease;
  90. text-align: center;
  91. align-self: flex-end;
  92. }
  93. @media screen and (max-width: 1024px) {
  94. #home figure {
  95. width: 100%;
  96. margin-top: 30px;
  97. }
  98. }
  99. #home figure.hide {
  100. opacity: 0;
  101. }
  102. #home figure img {
  103. width: 90%;
  104. }
  105. #home .description {
  106. overflow-x: hidden;
  107. }
  108. #home .description p,
  109. #home .description button {
  110. position: relative;
  111. left: 0;
  112. opacity: 1;
  113. transition: left 500ms ease, opacity 500ms ease;
  114. }
  115. #home .description h3 {
  116. opacity: 1;
  117. left: 0;
  118. position: relative;
  119. transition: left 500ms ease, opacity 500ms ease;
  120. }
  121. @media screen and (max-width: 1024px) {
  122. #home .description h3 {
  123. position: absolute;
  124. left: 50%;
  125. width: 100%;
  126. transform: translateX(-50%);
  127. }
  128. }
  129. #home .description p {
  130. transition-delay: 500ms;
  131. }
  132. #home .description button {
  133. transition-delay: 1000ms;
  134. }
  135. #home .description.hide h3,
  136. #home .description.hide p,
  137. #home .description.hide button {
  138. left: 10%;
  139. opacity: 0;
  140. }
  141. #home button {
  142. border: none;
  143. background-color: #28aae2;
  144. color: white;
  145. padding: 20px 30px;
  146. outline: none;
  147. font-size: 16px;
  148. cursor: pointer;
  149. }
  150. @media screen and (max-width: 1024px) {
  151. #home button {
  152. display: block;
  153. margin: 0 auto;
  154. margin-bottom: 40px;
  155. }
  156. }
  157. #home button .fas {
  158. padding-left: 12px;
  159. font-size: 14px;
  160. position: relative;
  161. left: 0;
  162. transition: left 500ms ease;
  163. }
  164. #home button:hover .fas {
  165. left: 10px;
  166. }
  167. #home,
  168. #about {
  169. position: relative;
  170. }
  171. @media screen and (max-width: 1024px) {
  172. #home,
  173. #about {
  174. padding-top: 100px;
  175. }
  176. }
  177. @media screen and (max-width: 1024px) {
  178. #home h3,
  179. #about h3 {
  180. position: absolute;
  181. top: 35px;
  182. left: 50%;
  183. transform: translateX(-50%);
  184. width: 100%;
  185. }
  186. }
  187. #about {
  188. background-color: #f0f0f0;
  189. display: block;
  190. margin-bottom: 225px;
  191. }
  192. @media screen and (max-width: 1024px) {
  193. #about {
  194. margin-bottom: 50px;
  195. }
  196. }
  197. #about .wrapper {
  198. width: 85%;
  199. margin: 0 auto;
  200. display: flex;
  201. justify-content: space-around;
  202. }
  203. @media screen and (max-width: 1024px) {
  204. #about .wrapper {
  205. flex-direction: column-reverse;
  206. padding-bottom: 30px;
  207. }
  208. }
  209. #about .wrapper a {
  210. display: inline-block;
  211. margin: 10px 0;
  212. }
  213. #about .wrapper a button {
  214. color: white;
  215. padding: 10px 15px;
  216. background-color: #28aae2;
  217. border: none;
  218. font-size: 16px;
  219. cursor: pointer;
  220. outline: none;
  221. transition: background-color 500ms ease;
  222. }
  223. #about .wrapper a button:hover {
  224. background-color: #403e41;
  225. }
  226. #about figure {
  227. width: 35%;
  228. position: relative;
  229. left: 6%;
  230. opacity: 0;
  231. transition: left 1000ms ease, opacity 1000ms ease;
  232. }
  233. #about figure.show {
  234. left: 0;
  235. opacity: 1;
  236. }
  237. @media screen and (max-width: 1024px) {
  238. #about figure {
  239. width: 100%;
  240. display: block;
  241. margin: 0 auto;
  242. }
  243. }
  244. #about figure img {
  245. transform: scale(1.3);
  246. top: 25%;
  247. position: relative;
  248. width: 100%;
  249. }
  250. @media screen and (max-width: 1024px) {
  251. #about figure img {
  252. transform: scale(1);
  253. }
  254. }
  255. #about .description {
  256. opacity: 0;
  257. transition: opacity 1000ms ease;
  258. width: 55%;
  259. }
  260. @media screen and (max-width: 1024px) {
  261. #about .description {
  262. width: 100%;
  263. }
  264. }
  265. #about .description.show {
  266. opacity: 1;
  267. }
  268. #about p {
  269. padding: 14px 0;
  270. }
  271. #service {
  272. display: block;
  273. }
  274. #service h3 {
  275. text-align: center;
  276. }
  277. #service p {
  278. width: 50%;
  279. margin: 0 auto;
  280. text-align: center;
  281. padding: 20px 0 40px;
  282. line-height: 1.8;
  283. }
  284. @media screen and (max-width: 1024px) {
  285. #service p {
  286. width: 90%;
  287. }
  288. }
  289. #service .owl-service {
  290. width: 82%;
  291. margin: 30px auto 0;
  292. display: block;
  293. }
  294. @media screen and (max-width: 1024px) {
  295. #service .owl-service {
  296. width: 100%;
  297. }
  298. }
  299. #service .owl-service li {
  300. list-style: none;
  301. background-color: #f0f0f0;
  302. width: 90%;
  303. margin: 0 auto;
  304. }
  305. #service .owl-service li .inner-contents {
  306. padding-top: 20px;
  307. }
  308. #service .owl-service li .inner-contents img {
  309. width: 60px;
  310. height: 60px;
  311. display: block;
  312. margin: 0 auto;
  313. padding-top: 20px;
  314. }
  315. #service .owl-service li .inner-contents p {
  316. width: 90%;
  317. margin: 0 auto;
  318. font-size: 14px;
  319. height: 20vh;
  320. }
  321. #service .owl-service li .inner-contents .title {
  322. text-align: center;
  323. padding-top: 20px;
  324. color: #403e41;
  325. font-size: 14px;
  326. font-weight: bold;
  327. }
  328. #service .service-carousel-btn {
  329. margin: 20px auto;
  330. text-align: center;
  331. padding: 20px 0;
  332. }
  333. #service .service-carousel-btn i {
  334. font-size: 16px;
  335. padding: 0 10px;
  336. color: #28aae2;
  337. cursor: pointer;
  338. }
  339. #branches {
  340. background-color: #f0f0f0;
  341. padding: 20px 0;
  342. }
  343. #branches h3 {
  344. text-align: center;
  345. padding: 20px 0;
  346. }
  347. #branches p {
  348. text-align: center;
  349. width: 50%;
  350. margin: 0 auto;
  351. }
  352. @media screen and (max-width: 1024px) {
  353. #branches p {
  354. width: 90%;
  355. }
  356. }
  357. #branches .owl-branches {
  358. width: 80%;
  359. margin: 0 auto;
  360. height: 55vh;
  361. }
  362. @media screen and (max-width: 1024px) {
  363. #branches .owl-branches {
  364. width: 100%;
  365. }
  366. }
  367. #branches .owl-branches .owl-item-branches {
  368. width: 97%;
  369. background-color: white;
  370. margin: 50px 0;
  371. }
  372. @media screen and (max-width: 1024px) {
  373. #branches .owl-branches .owl-item-branches {
  374. width: 90%;
  375. margin: 50px auto;
  376. }
  377. }
  378. #branches .owl-branches .owl-item-branches figure {
  379. width: 100%;
  380. height: 90%;
  381. }
  382. #branches .owl-branches .owl-item-branches figure img {
  383. width: 100%;
  384. height: 35vh;
  385. object-fit: cover;
  386. }
  387. #branches .owl-branches .owl-item-branches .description {
  388. margin: 0 20px;
  389. padding: 10px 0;
  390. width: 90%;
  391. height: 120px;
  392. overflow: hidden;
  393. }
  394. #branches .owl-branches .owl-item-branches .description .person-name,
  395. #branches .owl-branches .owl-item-branches .description .person-info {
  396. font-size: 14px;
  397. font-weight: bold;
  398. }
  399. #branches .owl-branches .owl-item-branches .description .person-info {
  400. padding: 2px 0;
  401. color: #808285;
  402. }
  403. #branches .owl-branches .owl-item-branches .description .person-name {
  404. color: #28aae2;
  405. text-transform: uppercase;
  406. }
  407. #branches .branches-carousel-btn {
  408. text-align: center;
  409. padding-bottom: 30px;
  410. position: relative;
  411. z-index: 2;
  412. padding-top: 40px;
  413. }
  414. #branches .branches-carousel-btn i {
  415. padding: 10px;
  416. background-color: #d2d4d5;
  417. color: #57595b;
  418. margin: 0 0 0 12px;
  419. cursor: pointer;
  420. }
  421. @media screen and (max-width: 1024px) {
  422. #branches .branches-carousel-btn i {
  423. margin: 50px 0 0 12px;
  424. }
  425. }
  426. #enquiry {
  427. background: linear-gradient(#28aae2, #2b3991);
  428. }
  429. #enquiry h3 {
  430. text-align: center;
  431. color: white;
  432. padding: 60px 0 30px;
  433. }
  434. #enquiry p {
  435. width: 50%;
  436. margin: 0 auto;
  437. text-align: center;
  438. color: #fafafa;
  439. line-height: 1.8;
  440. }
  441. @media screen and (max-width: 1024px) {
  442. #enquiry p {
  443. width: 90%;
  444. }
  445. }
  446. #enquiry form fieldset {
  447. border: none;
  448. width: 35%;
  449. margin: 0 auto;
  450. padding: 30px 0;
  451. }
  452. @media screen and (max-width: 1024px) {
  453. #enquiry form fieldset {
  454. width: 90%;
  455. }
  456. }
  457. #enquiry form fieldset input {
  458. background-color: transparent;
  459. border: 2px solid white;
  460. padding: 8px 18px;
  461. clear: both;
  462. width: 48%;
  463. margin: 10px 0;
  464. }
  465. #enquiry form fieldset input:nth-child(even) {
  466. float: right;
  467. }
  468. #enquiry form fieldset ::-webkit-input-placeholder {
  469. color: #fafafa;
  470. }
  471. @media screen and (max-width: 1024px) {
  472. #enquiry form fieldset ::-webkit-input-placeholder {
  473. padding-left: 13px;
  474. }
  475. }
  476. #enquiry form fieldset ::-moz-placeholder {
  477. color: #fafafa;
  478. }
  479. @media screen and (max-width: 1024px) {
  480. #enquiry form fieldset ::-moz-placeholder {
  481. padding-left: 13px;
  482. }
  483. }
  484. #enquiry form fieldset :-ms-input-placeholder {
  485. color: #fafafa;
  486. }
  487. @media screen and (max-width: 1024px) {
  488. #enquiry form fieldset :-ms-input-placeholder {
  489. padding-left: 13px;
  490. }
  491. }
  492. #enquiry form fieldset :-moz-placeholder {
  493. color: #fafafa;
  494. }
  495. @media screen and (max-width: 1024px) {
  496. #enquiry form fieldset :-moz-placeholder {
  497. padding-left: 13px;
  498. }
  499. }
  500. #enquiry form fieldset textarea {
  501. background-color: transparent;
  502. border: 2px solid white;
  503. width: 100%;
  504. padding: 8px;
  505. font-family: open-sans;
  506. }
  507. #enquiry form fieldset button {
  508. display: block;
  509. margin: 20px auto;
  510. padding: 8px 18px;
  511. width: 40%;
  512. background-color: transparent;
  513. border: none;
  514. border: 2px solid white;
  515. color: white;
  516. font-size: 14px;
  517. }
  518. #contact {
  519. padding: 30px 0;
  520. }
  521. #contact h3 {
  522. text-align: center;
  523. padding: 10px 0 20px;
  524. }
  525. #contact p {
  526. width: 50%;
  527. margin: 0 auto;
  528. text-align: center;
  529. line-height: 1.8;
  530. }
  531. @media screen and (max-width: 1024px) {
  532. #contact p {
  533. width: 90%;
  534. }
  535. }
  536. #contact .inner-container {
  537. display: flex;
  538. width: 80%;
  539. margin: 40px auto;
  540. padding: 20px 0;
  541. justify-content: space-between;
  542. }
  543. @media screen and (max-width: 1024px) {
  544. #contact .inner-container {
  545. flex-direction: column;
  546. width: 90%;
  547. }
  548. }
  549. #contact .inner-container figure {
  550. width: 60%;
  551. }
  552. @media screen and (max-width: 1024px) {
  553. #contact .inner-container figure {
  554. width: 100%;
  555. }
  556. }
  557. #contact .inner-container .description-container {
  558. width: 30%;
  559. }
  560. @media screen and (max-width: 1024px) {
  561. #contact .inner-container .description-container {
  562. width: 100%;
  563. }
  564. }
  565. #contact .inner-container .description-container li {
  566. display: flex;
  567. justify-content: space-evenly;
  568. padding: 15px 0;
  569. }
  570. #contact .inner-container .description-container li:last-child a {
  571. color: #28aae2;
  572. }
  573. #contact .inner-container .description-container li address {
  574. font-size: 16px;
  575. color: #57595b;
  576. font-family: open-sans;
  577. font-style: normal;
  578. line-height: 1.8;
  579. }
  580. #contact .inner-container .description-container li label {
  581. color: #57595b;
  582. font-weight: bold;
  583. font-size: 16px;
  584. }
  585. #contact .inner-container .description-container li address,
  586. #contact .inner-container .description-container li .contact-content {
  587. width: 70%;
  588. }
  589. #contact .inner-container .description-container li .contact-content {
  590. display: flex;
  591. font-size: 16px;
  592. }
  593. #contact .inner-container .description-container li .contact-content li {
  594. color: #57595b;
  595. padding: 0 15px 0 0;
  596. }
  597. #contact .inner-container .description-container li .contact-content li i {
  598. font-size: 18px;
  599. }
  600. /*# sourceMappingURL=home.css.map */