@use "../../utils" as *; /*----------------------------------------*/ /* 8.8 contact-us /*----------------------------------------*/ .map { width: 100%; height: 478px; @media #{$md} { height: 400px; } @media #{$xs, $sm} { height: 300px; } iframe { width: 100%; height: 100%; } } .loading-form { position: fixed !important; width: 100% !important; height: 100% !important; top: 0 !important; left: 0 !important; overflow: hidden !important; z-index: 9999 !important; background: #000 !important; opacity: .5 !important; display: none; } .success-message { color: green; } .error-message { color: red !important; } //contact .si__contact{ &__area{} &__bg{ background: #f7f7f7; padding: 44px 14px 68px 44px; margin: 0 !important; --bs-gutter-x: 0; } &__text{ h1{ font-weight: 400; font-size: 48px; margin-bottom: 8px; } } &__info{ input{ border: none; background: #fff; width: 100%; height: 57px; padding: 0 0 0 30px; margin-top: 34px; margin-left: 0; } textarea { height: 150px; background: #fff; height: 118px !important; background: #fff; padding: 16px 10px 7px 27px; margin: 30px 0 0; border: none; } } } .si__contact__info .nice-select.nice-2 { width: 100%; padding: 10px 29px 19px; margin: 0 0 0 0px; height: 60px; border: none; margin-top: 30px; font-size: 15px; } .si__contact__info .nice-select::after { right: 15px; color: #AF8C3E; } .si__contact__info .nice-select .list { width: 100%; } .si__contact__info .room__btn2 svg { margin-left: 10px; } .si__contact__info .room__btn2 { padding: 17px 113px; display: inline-flex; align-items: center; margin-top: 20px; font-size: 15px; } //info .si__info{ &__area{} &__border{ border: 1px solid rgb(0,0,0,0.1); padding: 41px 0 34px 0; } &__box{ border-right: 1px solid rgba(0,0,0,0.1); } &__icon{ a i{ width: 80px; height: 80px; line-height: 80px; background: #f7f7f7; border-radius: 50px; color: #af8c3e; text-align: center; font-size: 31px; } } &__text{ margin-top: 21px; span{ font-weight: 400; font-size: 24px; color: #000; } p{ margin-top: 7px; } } } .border__none{ border: none; }