about.scss 28 KB

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