about.scss 28 KB

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