@charset "UTF-8"; * { font-family: 微軟正黑體; } @font-face { font-family: 追奇手寫體; src: url(./drechifont-proportional.ttf); font-weight: 900; } body .btn { width: 96vw; margin: 0 auto; } body .btn .btn-main { -webkit-box-shadow: 0 10px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 9px rgba(0, 0, 0, 0.5); border: none; padding: 15px; background: #404854; color: #fff; font-size: 16px; font-weight: 600; width: 280px; border-radius: 30px; -webkit-transition: 0.3s; transition: 0.3s; } body .btn .btn-main:hover { background-color: #9c857b; width: 285px; font-size: 17px; } body .title { font-weight: bolder; font-family: "Times New Roman", Times, serif; padding: 15px; font-size: 45px; color: #4b515e; padding-left: 10vw; } body .arrow { position: fixed; right: 30px; bottom: 30px; width: 30px; z-index: 10; } .banner { width: 100vw; position: relative; } .banner #text { text-align: center; } .banner #text .banner-slider { margin: 0 !important; padding: 0 !important; } .banner #text .banner-slider .banner1, .banner #text .banner-slider .banner2, .banner #text .banner-slider .banner3 { height: 100vh; background-size: cover; background-repeat: no-repeat; background-position: center; padding-right: 0 !important; position: relative; } .banner #text .banner-slider .banner1 .banner-titleh1, .banner #text .banner-slider .banner2 .banner-titleh1, .banner #text .banner-slider .banner3 .banner-titleh1 { padding-top: 16vw; text-align: center; color: #fff; font-size: 55px; } .banner #text .banner-slider .banner1 .icondown, .banner #text .banner-slider .banner2 .icondown, .banner #text .banner-slider .banner3 .icondown { position: absolute; left: 48vw; top: 45vw; } .banner #text .banner-slider .banner1 .process-box, .banner #text .banner-slider .banner2 .process-box, .banner #text .banner-slider .banner3 .process-box { padding-top: 5vw; display: -ms-grid; display: grid; -ms-grid-columns: (1fr)[4]; grid-template-columns: repeat(4, 1fr); width: 55vw; margin: auto; } .banner #text .banner-slider .banner1 .process-box .box-text, .banner #text .banner-slider .banner2 .process-box .box-text, .banner #text .banner-slider .banner3 .process-box .box-text { font-family: 微軟正黑體; text-align: center; font-size: 18px; font-weight: 900; padding-right: 3vw; color: #fff; } .banner #text .banner-slider .banner1 .process-box img, .banner #text .banner-slider .banner2 .process-box img, .banner #text .banner-slider .banner3 .process-box img { width: 180px; height: 180px; } .banner #text .banner-slider .banner1 { background-image: url(./img/banner/001.webp); } .banner #text .banner-slider .banner2 { background-image: url(./img/banner/001.webp); } .banner #text .banner-slider .banner3 { background-image: url(./img/banner/001.webp); } .banner #text h1 { padding: 15px; color: #fff; font-family: 追奇手寫體; font-size: 72px; } .banner #text .btn-main { -webkit-box-shadow: 0 10px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 9px rgba(0, 0, 0, 0.5); border: none; padding: 15px; background: #404854; color: #fff; font-size: 16px; font-weight: 600; width: 280px; border-radius: 30px; -webkit-transition: 0.3s; transition: 0.3s; } .banner #text .btn-main:hover { background-color: #9c857b; width: 285px; font-size: 17px; } .banner .Navigation { width: 90vw; position: absolute; margin: 0 auto; top: 5px; z-index: 5; display: -ms-grid; display: grid; -ms-grid-columns: 2fr 4fr; grid-template-columns: 2fr 4fr; } .banner .Navigation .logo { padding-top: 1.5vw; padding-left: 12vw; } .banner .Navigation .logo img { width: 120px; } .banner .Navigation .link { text-align: right; padding: 30px; } .banner .Navigation .link img { width: 1.5vw; -webkit-filter: invert(100%) sepia(0%) saturate(10%) hue-rotate(238deg) brightness(104%) contrast(103%); filter: invert(100%) sepia(0%) saturate(10%) hue-rotate(238deg) brightness(104%) contrast(103%); -webkit-transition: 0.3s; transition: 0.3s; } .banner .Navigation .link img:hover { -webkit-filter: none; filter: none; } .banner .Navigation .link a { display: inline-block; text-decoration: none; color: #fff; letter-spacing: 1px; font-size: 0.9rem; font-weight: 600; cursor: pointer; padding: 15px; position: relative; } .banner hr { width: 85vw; position: absolute; top: 80px; left: 100px; height: 1px; z-index: 5; } #contact-us { margin: 0 auto; width: 100vw; background: #eee; position: relative; } #contact-us .contact-text { margin: 0 auto; width: 68vw; } #contact-us .contact-text .text-p { font-size: 16px; font-weight: 600; } #contact-us .form-title { width: 70vw; margin: 0 auto; padding-top: 100px; margin-bottom: 120px; color: #5c5248; } #contact-us .form-title h1 { text-align: center; font-size: 32px; font-weight: 900; } #contact-us #contact-form { width: 75vw; display: -ms-grid; display: grid; -ms-grid-columns: (1fr)[2]; grid-template-columns: repeat(2, 1fr); margin-top: 10px; margin: 0 auto; position: relative; } #contact-us #contact-form hr { position: absolute; width: 34vw; -webkit-transform: rotate(90deg); transform: rotate(90deg); left: 20vw; top: 19vw; } #contact-us #contact-form #location, #contact-us #contact-form #type, #contact-us #contact-form #modal, #contact-us #contact-form #budget, #contact-us #contact-form #square, #contact-us #contact-form #style, #contact-us #contact-form #date, #contact-us #contact-form #email, #contact-us #contact-form #name, #contact-us #contact-form #phone, #contact-us #contact-form #gender { width: 100%; height: 50px; margin: 10px 0; padding-left: 10px; border: 1px solid rgba(0, 0, 0, 0.3); padding: 10px 15px; font-size: 16px; border-radius: 3px; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: url(./img/icondown.webp) 95% 50% no-repeat scroll transparent; background-size: 10px 10px; background-color: #fff; } #contact-us #contact-form #form-left { width: 28vw; margin-left: 3vw; } #contact-us #contact-form #form-left #rooms, #contact-us #contact-form #form-left #livingroom, #contact-us #contact-form #form-left #bathroom { width: 28.5%; border: 1px solid rgba(0, 0, 0, 0.3); height: 50px; margin: 15px 0; padding-right: 50px; padding: 10px 15px; font-size: 16px; border-radius: 3px; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: url(./img/icondown.webp) 85% 50% no-repeat scroll transparent; background-size: 10px 10px; background-color: #fff; } #contact-us #contact-form #form-left #square, #contact-us #contact-form #form-left #date { background: none; background-color: #fff; } #contact-us #contact-form #form-right { width: 29vw; margin-left: 5vw; } #contact-us #contact-form #form-right #facebook { margin-top: 12px; width: 29vw; height: 50px; border: 1px solid #3b5998; text-align: right; padding-right: 50px; line-height: 50px; background-color: #fff; -webkit-transition: 0.3s; transition: 0.3s; position: relative; } #contact-us #contact-form #form-right #facebook img { position: absolute; left: 50px; top: 7px; width: 32px; height: 32px; } #contact-us #contact-form #form-right #facebook:hover { background-color: #2a4f91; color: #fff; } #contact-us #contact-form #form-right #facebook:hover img { -webkit-filter: invert(100%) sepia(100%) saturate(19%) hue-rotate(334deg) brightness(106%) contrast(106%); filter: invert(100%) sepia(100%) saturate(19%) hue-rotate(334deg) brightness(106%) contrast(106%); } #contact-us #contact-form #form-right a { text-decoration: none; color: #ee751b; font-weight: 900; } #contact-us #contact-form #form-right #checkbox { margin: 15px; } #contact-us #contact-form #form-right #email, #contact-us #contact-form #form-right #name, #contact-us #contact-form #form-right #phone { background: none; background-color: #fff; } #contact-us .btn { margin: 50px auto; border: none; padding: 15px; background: #edbc96; color: #4b515e; font-size: 20px; width: 450px; border-radius: 10px; } #contact-us .btn:hover { color: #fff; background-color: #745c54; } #contact-us .form-btn { text-align: center; position: relative; width: 75vw; margin: 0 auto; } #contact-us .form-btn #phone { position: absolute; left: 500px; } #feedback { width: 100vw; padding-bottom: 200px; } #feedback h1 { margin-top: 50px; margin-bottom: 50px; } #feedback #feedback-box { width: 80vw; margin: 0 auto; display: -ms-grid; display: grid; -ms-grid-columns: (1fr)[3]; grid-template-columns: repeat(3, 1fr); } #feedback #feedback-box .box { width: 25vw; -webkit-transition: 0.5s; transition: 0.5s; text-align: center; padding-bottom: 1vw; position: relative; } #feedback #feedback-box .box .play { position: absolute; left: 12vw !important; top: 5vw !important; width: 3vw; height: 3vw; opacity: 0.8; z-index: 10; } #feedback #feedback-box .box img { width: 25vw; margin: 0 auto; -o-object-fit: cover; object-fit: cover; -webkit-transition: 0.5s; transition: 0.5s; } #feedback #feedback-box .box p { text-align: center; font-size: 18px; font-weight: 600; margin: 10px; } #footer { width: 100vw; background-color: #ebe6e2; color: #9f5000; text-align: center; font-size: 18px; line-height: 130px; } #footer a { text-decoration: none; color: #9f5000; } #footer p { display: inline; } /*# sourceMappingURL=style.css.map */