about.css 26 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204
  1. @charset "UTF-8";
  2. * {
  3. margin: 0;
  4. padding: 0;
  5. -webkit-box-sizing: border-box;
  6. box-sizing: border-box;
  7. font-family: 微軟正黑體;
  8. }
  9. body {
  10. position: relative;
  11. background: #363636;
  12. }
  13. @media screen and (max-width: 767px) {
  14. body {
  15. background: #363636;
  16. }
  17. }
  18. body .arrow {
  19. position: fixed;
  20. right: 30px;
  21. bottom: 150px;
  22. width: 45px;
  23. height: 40px;
  24. z-index: 10;
  25. }
  26. @media screen and (max-width: 767px) {
  27. body .arrow {
  28. top: 525px;
  29. }
  30. }
  31. @media screen and (max-width: 350px) {
  32. body .arrow {
  33. top: 445px;
  34. }
  35. }
  36. body .arrow a {
  37. margin: 30px 0px;
  38. }
  39. @media screen and (max-width: 767px) {
  40. body .arrow .icon {
  41. display: none;
  42. }
  43. }
  44. body .arrow:hover {
  45. -webkit-box-shadow: 1px 3px 13px -2px rgba(0, 0, 0, 0.35);
  46. box-shadow: 1px 3px 13px -2px rgba(0, 0, 0, 0.35);
  47. }
  48. #Navigation {
  49. background: rgba(112, 112, 112, 0.5);
  50. height: 4.5vw;
  51. width: 100vw !important;
  52. position: fixed;
  53. z-index: 10;
  54. }
  55. @media screen and (max-width: 1024px) {
  56. #Navigation {
  57. height: 8vw;
  58. }
  59. }
  60. @media screen and (max-width: 767px) {
  61. #Navigation {
  62. height: 20vw;
  63. position: fixed;
  64. z-index: 5;
  65. background: rgba(0, 0, 0, 0.8);
  66. }
  67. }
  68. #Navigation #nav {
  69. width: 100vw;
  70. margin: 0 auto;
  71. }
  72. #Navigation #logo {
  73. padding-top: 0.5vw;
  74. }
  75. @media screen and (max-width: 767px) {
  76. #Navigation #logo {
  77. padding-top: 5vw;
  78. text-align: center;
  79. }
  80. }
  81. #Navigation #logo img {
  82. width: 120px;
  83. }
  84. #Navigation #arrow-left {
  85. padding-left: 5vw;
  86. padding-top: 8vw;
  87. }
  88. @media screen and (min-width: 1025px) {
  89. #Navigation #arrow-left {
  90. display: none;
  91. }
  92. }
  93. #Navigation #arrow-left img {
  94. -o-object-fit: cover;
  95. object-fit: cover;
  96. width: 26px;
  97. }
  98. #Navigation #link {
  99. text-align: right;
  100. padding: 1.5vw 3vw;
  101. }
  102. @media screen and (max-width: 1024px) {
  103. #Navigation #link {
  104. padding-top: 2vw;
  105. }
  106. }
  107. @media screen and (max-width: 767px) {
  108. #Navigation #link {
  109. display: none;
  110. }
  111. }
  112. #Navigation #link a {
  113. text-decoration: none;
  114. color: #fff;
  115. letter-spacing: 1px;
  116. font-size: 0.9rem;
  117. font-weight: 600;
  118. cursor: pointer;
  119. padding: 5px;
  120. position: relative;
  121. }
  122. #Navigation #link a img {
  123. -o-object-fit: cover;
  124. object-fit: cover;
  125. }
  126. #Navigation #menu-btn1 {
  127. position: absolute;
  128. right: 1vw;
  129. top: 1vw;
  130. width: 18vw;
  131. z-index: 6;
  132. }
  133. @media screen and (min-width: 1025px) {
  134. #Navigation #menu-btn1 {
  135. display: none;
  136. }
  137. }
  138. @media screen and (min-width: 768px) {
  139. #Navigation #menu-btn1 {
  140. display: none;
  141. }
  142. }
  143. #Navigation2 {
  144. background: rgba(112, 112, 112, 0.75);
  145. height: 4.5vw;
  146. width: 100vw !important;
  147. position: fixed;
  148. bottom: 0px;
  149. z-index: 10;
  150. }
  151. @media screen and (min-width: 1025px) {
  152. #Navigation2 {
  153. display: none;
  154. }
  155. }
  156. @media screen and (max-width: 1024px) {
  157. #Navigation2 {
  158. height: 8vw;
  159. }
  160. }
  161. @media screen and (max-width: 767px) {
  162. #Navigation2 {
  163. height: 15vw;
  164. position: fixed;
  165. z-index: 5;
  166. background: rgba(0, 0, 0, 0.8);
  167. }
  168. }
  169. #Navigation2 #nav {
  170. width: 90vw;
  171. margin: 0 auto;
  172. display: -ms-grid;
  173. display: grid;
  174. -ms-grid-columns: (1fr)[5];
  175. grid-template-columns: repeat(5, 1fr);
  176. text-align: center;
  177. }
  178. #Navigation2 #nav a {
  179. text-decoration: none;
  180. color: #fff;
  181. letter-spacing: 1px;
  182. font-size: 0.9rem;
  183. font-weight: 600;
  184. cursor: pointer;
  185. position: relative;
  186. }
  187. #Navigation2 #nav a img {
  188. margin: 10px auto;
  189. -o-object-fit: cover;
  190. object-fit: cover;
  191. }
  192. #banner {
  193. position: relative;
  194. }
  195. #banner .banner-filter {
  196. position: absolute;
  197. z-index: -1;
  198. }
  199. #banner .banner-filter .bannerfilter {
  200. width: 100vw;
  201. -o-object-fit: cover;
  202. object-fit: cover;
  203. height: 50vw;
  204. -webkit-animation-delay: 0.1s;
  205. animation-delay: 0.1s;
  206. }
  207. @media screen and (max-width: 767px) {
  208. #banner .banner-filter .bannerfilter {
  209. height: 80vh;
  210. }
  211. }
  212. #banner #about-title {
  213. position: absolute;
  214. right: 50px;
  215. top: 100px;
  216. }
  217. @media screen and (max-width: 767px) {
  218. #banner #about-title {
  219. display: none;
  220. }
  221. }
  222. #banner #bannerdes-img {
  223. position: absolute;
  224. z-index: -2;
  225. opacity: 1;
  226. }
  227. #banner #bannerdes-img .banner-img {
  228. width: 100vw;
  229. height: 50vw;
  230. -o-object-fit: cover;
  231. object-fit: cover;
  232. }
  233. @media screen and (max-width: 767px) {
  234. #banner #bannerdes-img .banner-img {
  235. height: 80vh;
  236. }
  237. }
  238. @media screen and (max-width: 767px) {
  239. #banner {
  240. background-size: 110vw;
  241. background-repeat: no-repeat;
  242. }
  243. }
  244. #banner #banner-container {
  245. padding-top: 15vw;
  246. width: 90vw;
  247. }
  248. @media screen and (max-width: 767px) {
  249. #banner #banner-container {
  250. width: 95vw;
  251. }
  252. }
  253. @media screen and (max-width: 767px) {
  254. #banner #banner-container .banner-des-about {
  255. display: none;
  256. }
  257. }
  258. #banner #banner-container .banner-des-about .banner-1 .btn {
  259. color: #fff;
  260. width: 60px;
  261. height: 40px;
  262. -webkit-box-shadow: none;
  263. box-shadow: none;
  264. }
  265. #banner #banner-container .banner-des-about .banner-1 .btn :focus {
  266. outline: 0 !important;
  267. -webkit-box-shadow: none;
  268. box-shadow: none;
  269. }
  270. #banner #banner-container .banner-des-about .banner-1 .btn img {
  271. width: 24px;
  272. -o-object-fit: cover;
  273. object-fit: cover;
  274. -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
  275. filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
  276. }
  277. @media screen and (max-width: 767px) {
  278. #banner #banner-container .banner-des-about .banner-2 img {
  279. display: none;
  280. }
  281. }
  282. #banner #banner-container .banner-des-about .banner-3 img {
  283. margin-bottom: -52px;
  284. }
  285. @media screen and (min-width: 1025px) {
  286. #banner #banner-container .banner-m {
  287. display: none;
  288. }
  289. }
  290. #banner #banner-container .banner-m .bannerm-1 {
  291. background: rgba(141, 194, 31, 0.8);
  292. }
  293. @media screen and (max-width: 767px) {
  294. #banner #banner-container .banner-m .bannerm-1 {
  295. padding-right: 5px;
  296. padding-left: 7px;
  297. }
  298. }
  299. #banner #banner-container .banner-m .bannerm-1 .btn {
  300. color: #fff;
  301. width: 55px;
  302. height: 40px;
  303. -webkit-box-shadow: none;
  304. box-shadow: none;
  305. }
  306. @media screen and (max-width: 350px) {
  307. #banner #banner-container .banner-m .bannerm-1 .btn {
  308. width: 50px;
  309. height: 40px;
  310. }
  311. }
  312. #banner #banner-container .banner-m .bannerm-1 .btn :focus {
  313. outline: 0 !important;
  314. -webkit-box-shadow: none;
  315. box-shadow: none;
  316. }
  317. #banner #banner-container .banner-m .bannerm-1 .btn img {
  318. width: 22px;
  319. -o-object-fit: cover;
  320. object-fit: cover;
  321. -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
  322. filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
  323. }
  324. @media screen and (max-width: 767px) {
  325. #banner #banner-container .banner-m .bannerm-1 {
  326. margin: 0;
  327. }
  328. }
  329. #banner #banner-container .banner-m .bannerm-1 .banner1-1 {
  330. font-size: 18px;
  331. }
  332. #banner #banner-container ul {
  333. position: static;
  334. border-top-right-radius: 30px;
  335. border-bottom-right-radius: 30px;
  336. text-align: center;
  337. background: rgba(141, 194, 31, 0.8);
  338. }
  339. @media screen and (min-width: 1025px) {
  340. #banner #banner-container ul {
  341. margin-left: 8px;
  342. margin-bottom: 10px;
  343. }
  344. }
  345. @media screen and (max-width: 767px) {
  346. #banner #banner-container ul {
  347. margin-top: 5vw;
  348. width: 100vw;
  349. }
  350. }
  351. #banner #banner-container ul .nav-item {
  352. padding: 10px;
  353. }
  354. @media screen and (max-width: 767px) {
  355. #banner #banner-container ul .nav-item {
  356. padding: 6px;
  357. }
  358. }
  359. #banner #banner-container ul .nav-item .nav-item-achive {
  360. position: relative;
  361. }
  362. #banner #banner-container ul .nav-item .nav-item-achive:before {
  363. content: url(../img/about/sec01/item-arrow.png);
  364. display: block;
  365. width: 100%;
  366. height: 8px;
  367. position: absolute;
  368. left: 5%;
  369. bottom: 0;
  370. -webkit-transition: all 0.3s;
  371. transition: all 0.3s;
  372. opacity: 1;
  373. }
  374. #banner #banner-container .tab-content .sec01 .condition {
  375. padding: 4vw 24px;
  376. font-size: 16px;
  377. padding-bottom: 10vw;
  378. }
  379. @media screen and (max-width: 767px) {
  380. #banner #banner-container .tab-content .sec01 .condition {
  381. padding: 10vw 18px;
  382. padding-bottom: 15vw;
  383. }
  384. }
  385. @media screen and (max-width: 350px) {
  386. #banner #banner-container .tab-content .sec01 .condition {
  387. padding: 10vw 10px;
  388. }
  389. }
  390. #banner #banner-container .tab-content .sec01 .condition table th {
  391. width: 100px;
  392. padding: .4rem .1rem;
  393. }
  394. @media screen and (max-width: 350px) {
  395. #banner #banner-container .tab-content .sec01 .condition table th {
  396. width: 35%;
  397. }
  398. }
  399. #banner #banner-container .tab-content .sec01 .condition table td {
  400. padding: .4rem .1rem;
  401. }
  402. #banner #banner-container .tab-content .sec01 .idea {
  403. padding: 4vw 24px;
  404. font-size: 16px;
  405. padding-bottom: 10vw;
  406. background-size: contain;
  407. background-repeat: no-repeat;
  408. background-blend-mode: overlay;
  409. }
  410. @media screen and (max-width: 767px) {
  411. #banner #banner-container .tab-content .sec01 .idea {
  412. padding: 10vw 18px;
  413. padding-bottom: 15vw;
  414. }
  415. }
  416. #banner #banner-container .tab-content .sec01 .contact {
  417. padding-bottom: 10vw;
  418. padding: 4vw 24px;
  419. font-size: 16px;
  420. background-size: contain;
  421. background-repeat: no-repeat;
  422. background-blend-mode: overlay;
  423. word-break: break-all;
  424. }
  425. @media screen and (max-width: 767px) {
  426. #banner #banner-container .tab-content .sec01 .contact {
  427. padding: 10vw 5px;
  428. padding-bottom: 15vw;
  429. }
  430. }
  431. #banner #banner-container .tab-content .sec01 .contact a {
  432. text-decoration: none;
  433. color: #fff;
  434. }
  435. #banner #banner-container .tab-content .sec01 .contact table th {
  436. width: 100px;
  437. padding: .4rem .1rem;
  438. }
  439. @media screen and (max-width: 350px) {
  440. #banner #banner-container .tab-content .sec01 .contact table th {
  441. width: 35%;
  442. }
  443. }
  444. #banner #banner-container .tab-content .sec01 .contact table td {
  445. padding: .4rem .1rem;
  446. }
  447. #banner #banner-container .tab-content .sec02 .col-lg-4,
  448. #banner #banner-container .tab-content .sec04 .col-lg-4 {
  449. position: relative;
  450. background: #80ab29;
  451. -webkit-transition: 0.3s ease-in-out;
  452. transition: 0.3s ease-in-out;
  453. cursor: pointer;
  454. }
  455. #banner #banner-container .tab-content .sec02 .col-lg-4 .sec02-p-m,
  456. #banner #banner-container .tab-content .sec04 .col-lg-4 .sec02-p-m {
  457. color: #fff;
  458. text-align: center;
  459. font-size: 14px;
  460. -webkit-transition: 0.3s;
  461. transition: 0.3s;
  462. -webkit-transition: 0.3s ease-in-out;
  463. transition: 0.3s ease-in-out;
  464. }
  465. @media screen and (min-width: 1025px) {
  466. #banner #banner-container .tab-content .sec02 .col-lg-4 .sec02-p-m,
  467. #banner #banner-container .tab-content .sec04 .col-lg-4 .sec02-p-m {
  468. width: 100%;
  469. position: absolute;
  470. top: 35%;
  471. left: 0px;
  472. font-size: 18px;
  473. opacity: 0;
  474. }
  475. }
  476. #banner #banner-container .tab-content .sec02 .col-lg-4:hover .play1,
  477. #banner #banner-container .tab-content .sec04 .col-lg-4:hover .play1 {
  478. opacity: 1;
  479. }
  480. #banner #banner-container .tab-content .sec02 .col-lg-4:hover .sec02-p-m,
  481. #banner #banner-container .tab-content .sec02 .col-lg-4:hover .sec03-p-m,
  482. #banner #banner-container .tab-content .sec04 .col-lg-4:hover .sec02-p-m,
  483. #banner #banner-container .tab-content .sec04 .col-lg-4:hover .sec03-p-m {
  484. opacity: 1;
  485. }
  486. #banner #banner-container .tab-content .sec02 .col-lg-4:hover img,
  487. #banner #banner-container .tab-content .sec04 .col-lg-4:hover img {
  488. opacity: 0.2;
  489. }
  490. @media screen and (max-width: 767px) {
  491. #banner #banner-container .tab-content .sec02 .col-lg-4:hover img,
  492. #banner #banner-container .tab-content .sec04 .col-lg-4:hover img {
  493. opacity: 1;
  494. }
  495. }
  496. @media screen and (max-width: 767px) {
  497. #banner #banner-container .tab-content .sec02 .col-lg-4,
  498. #banner #banner-container .tab-content .sec04 .col-lg-4 {
  499. background: none;
  500. }
  501. }
  502. #banner #banner-container .tab-content .sec02 .col-lg-4 img,
  503. #banner #banner-container .tab-content .sec04 .col-lg-4 img {
  504. -o-object-fit: cover;
  505. object-fit: cover;
  506. width: 100% !important;
  507. height: 17vw;
  508. opacity: 1;
  509. -webkit-transition: 0.3s ease-in-out;
  510. transition: 0.3s ease-in-out;
  511. }
  512. @media screen and (max-width: 767px) {
  513. #banner #banner-container .tab-content .sec02 .col-lg-4 img,
  514. #banner #banner-container .tab-content .sec04 .col-lg-4 img {
  515. height: 50vw;
  516. }
  517. }
  518. #banner #banner-container .tab-content .sec02 .col-lg-4 .sec03-img-m,
  519. #banner #banner-container .tab-content .sec04 .col-lg-4 .sec03-img-m {
  520. text-align: center;
  521. width: 100%;
  522. position: absolute;
  523. top: 100px;
  524. }
  525. #banner #banner-container .tab-content .sec02 .col-lg-4 .sec03-img-m1,
  526. #banner #banner-container .tab-content .sec04 .col-lg-4 .sec03-img-m1 {
  527. text-align: center;
  528. width: 100%;
  529. position: absolute;
  530. }
  531. @media screen and (max-width: 767px) {
  532. #banner #banner-container .tab-content .sec02 .col-lg-4 .sec03-img-m1,
  533. #banner #banner-container .tab-content .sec04 .col-lg-4 .sec03-img-m1 {
  534. top: 80px;
  535. }
  536. }
  537. #banner #banner-container .tab-content .sec02 .col-lg-4 .sec03-img-m1 .play1,
  538. #banner #banner-container .tab-content .sec04 .col-lg-4 .sec03-img-m1 .play1 {
  539. width: 50px !important;
  540. height: 50px !important;
  541. }
  542. @media screen and (max-width: 767px) {
  543. #banner #banner-container .tab-content .sec02 .col-lg-4 .sec03-img-m1 .play1,
  544. #banner #banner-container .tab-content .sec04 .col-lg-4 .sec03-img-m1 .play1 {
  545. display: none;
  546. }
  547. }
  548. #banner #banner-container .tab-content .sec03 .col-lg-4 {
  549. position: relative;
  550. background: #80ab29;
  551. -webkit-transition: 0.3s ease-in-out;
  552. transition: 0.3s ease-in-out;
  553. cursor: pointer;
  554. }
  555. #banner #banner-container .tab-content .sec03 .col-lg-4 .sec03-p-m {
  556. color: #fff;
  557. text-align: center;
  558. font-size: 14px;
  559. -webkit-transition: 0.3s;
  560. transition: 0.3s;
  561. -webkit-transition: 0.3s ease-in-out;
  562. transition: 0.3s ease-in-out;
  563. }
  564. @media screen and (min-width: 1025px) {
  565. #banner #banner-container .tab-content .sec03 .col-lg-4 .sec03-p-m {
  566. width: 100%;
  567. position: absolute;
  568. top: 100px;
  569. left: 0px;
  570. font-size: 16px;
  571. opacity: 0;
  572. }
  573. }
  574. @media screen and (min-width: 1025px) {
  575. #banner #banner-container .tab-content .sec03 .col-lg-4 .sec03-p-m {
  576. position: absolute;
  577. top: 30%;
  578. left: 0px;
  579. background-size: contain;
  580. opacity: 0;
  581. }
  582. }
  583. #banner #banner-container .tab-content .sec03 .col-lg-4:hover .play1 {
  584. opacity: 1;
  585. }
  586. #banner #banner-container .tab-content .sec03 .col-lg-4:hover .sec02-p-m,
  587. #banner #banner-container .tab-content .sec03 .col-lg-4:hover .sec03-p-m {
  588. opacity: 1;
  589. }
  590. #banner #banner-container .tab-content .sec03 .col-lg-4:hover img {
  591. opacity: 0.2;
  592. }
  593. @media screen and (max-width: 767px) {
  594. #banner #banner-container .tab-content .sec03 .col-lg-4:hover img {
  595. opacity: 1;
  596. }
  597. }
  598. @media screen and (max-width: 767px) {
  599. #banner #banner-container .tab-content .sec03 .col-lg-4 {
  600. background: none;
  601. }
  602. }
  603. #banner #banner-container .tab-content .sec03 .col-lg-4 img {
  604. -o-object-fit: cover;
  605. object-fit: cover;
  606. width: 100% !important;
  607. height: 17vw;
  608. opacity: 1;
  609. -webkit-transition: 0.3s ease-in-out;
  610. transition: 0.3s ease-in-out;
  611. }
  612. @media screen and (max-width: 767px) {
  613. #banner #banner-container .tab-content .sec03 .col-lg-4 img {
  614. height: 50vw;
  615. }
  616. }
  617. #banner #banner-container .tab-content .sec03 .col-lg-4 .sec03-img-m {
  618. text-align: center;
  619. width: 100%;
  620. position: absolute;
  621. top: 100px;
  622. }
  623. #banner #banner-container .tab-content .sec03 .col-lg-4 .sec03-img-m1 {
  624. text-align: center;
  625. width: 100%;
  626. position: absolute;
  627. }
  628. @media screen and (max-width: 767px) {
  629. #banner #banner-container .tab-content .sec03 .col-lg-4 .sec03-img-m1 {
  630. top: 80px;
  631. }
  632. }
  633. #banner #banner-container .tab-content .sec03 .col-lg-4 .sec03-img-m1 .play1 {
  634. width: 50px !important;
  635. height: 50px !important;
  636. }
  637. #banner #banner-container .tab-content .sec03 .sec03-1 .sec05-row {
  638. background: rgba(0, 0, 0, 0.8);
  639. text-align: center;
  640. height: 600px;
  641. }
  642. @media screen and (max-width: 767px) {
  643. #banner #banner-container .tab-content .sec03 .sec03-1 .sec05-row {
  644. height: 300px;
  645. }
  646. }
  647. #banner #banner-container .tab-content .sec03 .sec03-1 .sec05-row p {
  648. letter-spacing: 5px;
  649. }
  650. #banner #banner-container .tab-content .sec04 .col-lg-4 {
  651. position: relative;
  652. background: #80ab29;
  653. -webkit-transition: 0.3s ease-in-out;
  654. transition: 0.3s ease-in-out;
  655. cursor: pointer;
  656. }
  657. #banner #banner-container .tab-content .sec04 .col-lg-4 .sec04-p-m {
  658. color: #fff;
  659. text-align: center;
  660. font-size: 14px;
  661. -webkit-transition: 0.3s;
  662. transition: 0.3s;
  663. -webkit-transition: 0.3s ease-in-out;
  664. transition: 0.3s ease-in-out;
  665. }
  666. @media screen and (min-width: 1025px) {
  667. #banner #banner-container .tab-content .sec04 .col-lg-4 .sec04-p-m {
  668. width: 100%;
  669. position: absolute;
  670. top: 50px;
  671. left: 0px;
  672. font-size: 18px;
  673. opacity: 0;
  674. }
  675. }
  676. #banner #banner-container .tab-content .sec04 .col-lg-4:hover .play1 {
  677. opacity: 1;
  678. }
  679. #banner #banner-container .tab-content .sec04 .col-lg-4:hover .sec04-p-m {
  680. opacity: 1;
  681. }
  682. #banner #banner-container .tab-content .sec04 .col-lg-4:hover img {
  683. opacity: 0.2;
  684. }
  685. @media screen and (max-width: 767px) {
  686. #banner #banner-container .tab-content .sec04 .col-lg-4:hover img {
  687. opacity: 1;
  688. }
  689. }
  690. @media screen and (max-width: 767px) {
  691. #banner #banner-container .tab-content .sec04 .col-lg-4 {
  692. background: none;
  693. }
  694. }
  695. #banner #banner-container .tab-content .sec04 .col-lg-4 img {
  696. -o-object-fit: cover;
  697. object-fit: cover;
  698. width: 100% !important;
  699. height: 16.5vw;
  700. opacity: 1;
  701. -webkit-transition: 0.3s ease-in-out;
  702. transition: 0.3s ease-in-out;
  703. }
  704. @media screen and (max-width: 767px) {
  705. #banner #banner-container .tab-content .sec04 .col-lg-4 img {
  706. height: 50vw;
  707. }
  708. }
  709. #banner #banner-container .tab-content .sec04 .col-lg-4 .sec03-img-m {
  710. text-align: center;
  711. width: 100%;
  712. position: absolute;
  713. top: 100px;
  714. }
  715. #banner #banner-container .tab-content .sec04 .col-lg-4 .sec03-img-m1 {
  716. text-align: center;
  717. width: 100%;
  718. position: absolute;
  719. }
  720. @media screen and (max-width: 767px) {
  721. #banner #banner-container .tab-content .sec04 .col-lg-4 .sec03-img-m1 {
  722. top: 80px;
  723. }
  724. }
  725. #banner #banner-container .tab-content .sec04 .col-lg-4 .sec03-img-m1 .play1 {
  726. width: 50px !important;
  727. height: 50px !important;
  728. }
  729. #banner #banner-container .tab-content .sec04 .sec04-1 .sec05-row {
  730. background: rgba(0, 0, 0, 0.8);
  731. text-align: center;
  732. width: 100% !important;
  733. height: 600px;
  734. }
  735. @media screen and (max-width: 767px) {
  736. #banner #banner-container .tab-content .sec04 .sec04-1 .sec05-row {
  737. height: 300px;
  738. }
  739. }
  740. #banner #banner-container .tab-content .sec04 .sec04-1 .sec05-row p {
  741. letter-spacing: 5px;
  742. }
  743. #footer {
  744. background: #363636;
  745. text-align: center;
  746. width: 80vw;
  747. margin: 0 auto !important;
  748. padding-top: 2vw;
  749. padding: 1vw;
  750. }
  751. @media screen and (max-width: 767px) {
  752. #footer {
  753. width: 95vw;
  754. padding: 30vw 5vw;
  755. }
  756. }
  757. #footer a {
  758. text-decoration: none;
  759. color: #fff;
  760. }
  761. #footer p {
  762. color: #fff;
  763. }
  764. #modal-dialog {
  765. width: 90vw;
  766. }
  767. #modal-dialog .modal-content {
  768. width: 80vw;
  769. }
  770. @media screen and (max-width: 767px) {
  771. #modal-dialog .modal-content {
  772. width: 90vw;
  773. }
  774. }
  775. #light-box #form-lightbox {
  776. width: 70vw;
  777. margin: 0 auto;
  778. }
  779. @media screen and (max-width: 767px) {
  780. #light-box #form-lightbox {
  781. width: 80vw;
  782. }
  783. }
  784. #light-box #form-lightbox .form-title {
  785. margin: 0 auto;
  786. color: #5c5248;
  787. }
  788. #light-box #form-lightbox .form-title h1 {
  789. text-align: center;
  790. font-size: 32px;
  791. font-weight: 900;
  792. }
  793. @media screen and (max-width: 767px) {
  794. #light-box #form-lightbox .form-title h1 {
  795. font-size: 24px;
  796. }
  797. }
  798. @media screen and (max-width: 350px) {
  799. #light-box #form-lightbox .form-title h1 {
  800. font-size: 20px;
  801. }
  802. }
  803. #light-box #form-lightbox .form-title h1 span {
  804. font-size: 38px;
  805. }
  806. @media screen and (max-width: 767px) {
  807. #light-box #form-lightbox .form-title h1 span {
  808. font-size: 28px;
  809. }
  810. }
  811. @media screen and (max-width: 350px) {
  812. #light-box #form-lightbox .form-title h1 span {
  813. font-size: 24px;
  814. }
  815. }
  816. #light-box #form-lightbox .contact-text {
  817. margin: 0 auto;
  818. }
  819. #light-box #form-lightbox .contact-text .text-p {
  820. font-size: 16px;
  821. font-weight: 600;
  822. }
  823. @media screen and (max-width: 350px) {
  824. #light-box #form-lightbox .contact-text .text-p {
  825. font-size: 14px;
  826. }
  827. }
  828. #light-box #form-lightbox .contact-form1 {
  829. margin: 0 auto;
  830. }
  831. #light-box #form-lightbox .contact-form1 #contact-form {
  832. margin-top: 10px;
  833. }
  834. #light-box #form-lightbox .contact-form1 #contact-form .col-lg-2 .divider {
  835. position: relative;
  836. width: 1px;
  837. height: 100%;
  838. border-left: 1px solid rgba(0, 0, 0, 0.12);
  839. }
  840. #light-box #form-lightbox .contact-form1 #contact-form #loc,
  841. #light-box #form-lightbox .contact-form1 #contact-form #type,
  842. #light-box #form-lightbox .contact-form1 #contact-form #modal,
  843. #light-box #form-lightbox .contact-form1 #contact-form #budget,
  844. #light-box #form-lightbox .contact-form1 #contact-form #square,
  845. #light-box #form-lightbox .contact-form1 #contact-form #style,
  846. #light-box #form-lightbox .contact-form1 #contact-form #datepicker,
  847. #light-box #form-lightbox .contact-form1 #contact-form #email,
  848. #light-box #form-lightbox .contact-form1 #contact-form #name,
  849. #light-box #form-lightbox .contact-form1 #contact-form #phone,
  850. #light-box #form-lightbox .contact-form1 #contact-form #gender {
  851. width: 100%;
  852. height: 50px;
  853. margin: 10px 0;
  854. padding-left: 10px;
  855. border: 1px solid rgba(0, 0, 0, 0.3);
  856. padding: 10px 15px;
  857. font-size: 16px;
  858. border-radius: 3px;
  859. -webkit-appearance: none;
  860. -moz-appearance: none;
  861. appearance: none;
  862. background: url(../img/icondown.webp) 95% 50% no-repeat scroll transparent;
  863. background-size: 10px 10px;
  864. background-color: #fff;
  865. }
  866. #light-box #form-lightbox .contact-form1 #contact-form #form-left {
  867. margin: 0 auto;
  868. }
  869. #light-box #form-lightbox .contact-form1 #contact-form #form-left #rooms,
  870. #light-box #form-lightbox .contact-form1 #contact-form #form-left #livingroom,
  871. #light-box #form-lightbox .contact-form1 #contact-form #form-left #bathroom {
  872. width: 28.8%;
  873. border: 1px solid rgba(0, 0, 0, 0.3);
  874. height: 50px;
  875. margin: 15px 0;
  876. padding-right: 50px;
  877. padding: 10px 15px;
  878. font-size: 16px;
  879. border-radius: 3px;
  880. -webkit-appearance: none;
  881. -moz-appearance: none;
  882. appearance: none;
  883. background: url(../img/icondown.webp) 85% 50% no-repeat scroll transparent;
  884. background-size: 10px 10px;
  885. background-color: #fff;
  886. }
  887. @media screen and (max-width: 767px) {
  888. #light-box #form-lightbox .contact-form1 #contact-form #form-left #rooms,
  889. #light-box #form-lightbox .contact-form1 #contact-form #form-left #livingroom,
  890. #light-box #form-lightbox .contact-form1 #contact-form #form-left #bathroom {
  891. width: 31%;
  892. }
  893. }
  894. #light-box #form-lightbox .contact-form1 #contact-form #form-left #square,
  895. #light-box #form-lightbox .contact-form1 #contact-form #form-left #datepicker {
  896. background: none;
  897. background-color: #fff;
  898. }
  899. #light-box #form-lightbox .contact-form1 #contact-form #form-right {
  900. margin: 0 auto;
  901. }
  902. @media screen and (min-width: 1025px) {
  903. #light-box #form-lightbox .contact-form1 #contact-form #form-right hr {
  904. display: none;
  905. }
  906. }
  907. #light-box #form-lightbox .contact-form1 #contact-form #fb-button {
  908. margin-top: 12px;
  909. width: 100%;
  910. height: 50px;
  911. border: 1px solid #3b5998;
  912. text-align: right;
  913. padding-right: 60px;
  914. background-size: 32px 32px;
  915. border-radius: 3px;
  916. background-color: #fff;
  917. -webkit-transition: 0.3s;
  918. transition: 0.3s;
  919. position: relative;
  920. }
  921. @media screen and (max-width: 767px) {
  922. #light-box #form-lightbox .contact-form1 #contact-form #fb-button {
  923. margin: 10px 0;
  924. }
  925. }
  926. #light-box #form-lightbox .contact-form1 #contact-form #fb-button p {
  927. position: absolute;
  928. top: 1vw;
  929. left: 12vw;
  930. color: #626262;
  931. }
  932. @media screen and (max-width: 767px) {
  933. #light-box #form-lightbox .contact-form1 #contact-form #fb-button p {
  934. left: 32vw;
  935. top: 3vw;
  936. }
  937. }
  938. #light-box #form-lightbox .contact-form1 #contact-form #fb-button #line {
  939. position: absolute;
  940. color: #9b9b9b;
  941. opacity: 0.8;
  942. left: 8vw;
  943. top: -0.1vw;
  944. }
  945. @media screen and (max-width: 767px) {
  946. #light-box #form-lightbox .contact-form1 #contact-form #fb-button #line {
  947. left: 20vw;
  948. }
  949. }
  950. #light-box #form-lightbox .contact-form1 #contact-form #fb-button img {
  951. position: absolute;
  952. left: 50px;
  953. top: 10px;
  954. width: 32px;
  955. height: 32px;
  956. -webkit-filter: invert(29%) sepia(70%) saturate(712%) hue-rotate(186deg) brightness(89%) contrast(81%);
  957. filter: invert(29%) sepia(70%) saturate(712%) hue-rotate(186deg) brightness(89%) contrast(81%);
  958. }
  959. @media screen and (max-width: 767px) {
  960. #light-box #form-lightbox .contact-form1 #contact-form #fb-button img {
  961. left: 20px;
  962. }
  963. }
  964. #light-box #form-lightbox .contact-form1 #contact-form #fb-button:hover {
  965. background-color: #2a4f91;
  966. color: #fff;
  967. }
  968. #light-box #form-lightbox .contact-form1 #contact-form #fb-button:hover img {
  969. -webkit-filter: invert(100%) sepia(100%) saturate(19%) hue-rotate(334deg) brightness(106%) contrast(106%);
  970. filter: invert(100%) sepia(100%) saturate(19%) hue-rotate(334deg) brightness(106%) contrast(106%);
  971. }
  972. #light-box #form-lightbox .contact-form1 #contact-form #fb-button:hover p {
  973. color: #fff;
  974. }
  975. #light-box #form-lightbox .contact-form1 #contact-form #fb-button:hover #line {
  976. color: #fff;
  977. }
  978. #light-box #form-lightbox .contact-form1 #contact-form a {
  979. text-decoration: none;
  980. color: #ee751b;
  981. font-weight: 900;
  982. }
  983. #light-box #form-lightbox .contact-form1 #contact-form #email,
  984. #light-box #form-lightbox .contact-form1 #contact-form #name,
  985. #light-box #form-lightbox .contact-form1 #contact-form #phone {
  986. background: none;
  987. background-color: #fff;
  988. }
  989. #light-box #form-lightbox .btn {
  990. margin: 50px auto;
  991. border: none;
  992. padding: 15px;
  993. background: #edbc96;
  994. color: #4b515e;
  995. font-size: 20px;
  996. width: 400px;
  997. border-radius: 10px;
  998. }
  999. @media screen and (max-width: 767px) {
  1000. #light-box #form-lightbox .btn {
  1001. width: 100%;
  1002. }
  1003. }
  1004. #light-box #form-lightbox .btn:hover {
  1005. color: #fff;
  1006. background-color: #745c54;
  1007. }
  1008. #light-box #form-lightbox .form-btn {
  1009. text-align: center;
  1010. position: relative;
  1011. width: 70vw;
  1012. margin: 0 auto;
  1013. }
  1014. @media screen and (max-width: 767px) {
  1015. #light-box #form-lightbox .form-btn {
  1016. width: 80vw;
  1017. margin: 0 auto;
  1018. }
  1019. }
  1020. #light-box #form-lightbox .form-btn #phone1 {
  1021. position: absolute;
  1022. left: 500px;
  1023. }
  1024. /*# sourceMappingURL=about.css.map */