body {
  background-color: #f0efef; }

* {
  box-sizing: border-box; }

.img-fluid {
  width: 100%;
  height: auto;
  display: block; }

#form {
  margin: -50px 10px 10px 10px;
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  z-index: 2;
  position: relative; }
  #form .house {
    position: absolute;
    left: -50px;
    top: -30px;
    width: 120px; }
  #form .title {
    text-align: center;
    color: #c0252f;
    font-size: 24px;
    margin-bottom: 15px; }
  #form .price {
    background-color: #f1f1f1;
    border: 1px solid #dcdcdc;
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    font-size: 26px;
    color: #333333; }
  #form .sub {
    display: flex;
    justify-content: space-around;
    color: #555555;
    font-size: 16px;
    padding: 5px 0;
    margin-bottom: 20px; }
  #form label {
    display: flex;
    margin-bottom: 10px;
    border: 1px solid #d9d9d9;
    padding: 8px;
    align-items: center;
    color: #333; }
    #form label > input, #form label > select {
      padding: 5px;
      flex: 1;
      font-size: 16px;
      border: 0;
      background-color: transparent; }
    #form label .send-message {
      border: 0;
      background-color: transparent;
      font-size: 14px;
      color: #a90f0d; }
      #form label .send-message:disabled {
        color: #999; }
  #form .submitBtn {
    width: 100%;
    font-size: 24px;
    padding: 10px 0;
    color: #fff;
    border-radius: 30px;
    background-image: linear-gradient(90deg, #a90f0d 0%, #f30901 50%, #a90f0d 100%);
    border: 0;
    box-shadow: 2px 2px 0 #830705;
    animation: zoom 1s infinite; }

.link {
  padding: 20px 30px;
  text-align: center; }
  .link .link1 {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 24px;
    color: #c0252f;
    background-image: linear-gradient(180deg, #f6d4ad, #e8c69b);
    border-radius: 50px;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.3);
    animation: zoom 1s infinite; }

.section3 {
  background-color: #c0252f;
  padding: 0 5.33%; }
  .section3 .swiper {
    padding: 10px;
    background-color: #fff; }
    .section3 .swiper .text-swiper {
      padding: 10px; }
      .section3 .swiper .text-swiper .swiper-slide {
        text-align: center;
        background-color: #ffe8ca;
        padding: 8px 0;
        border-radius: 20px;
        font-size: 14px; }
        .section3 .swiper .text-swiper .swiper-slide.swiper-slide-thumb-active {
          background-color: #c0252f;
          color: #fff; }
    .section3 .swiper .img-swiper .swiper-slide > img {
      width: 100%;
      height: auto;
      display: block; }

@keyframes zoom {
  0%, 100% {
    transform: scale(95%); }
  50% {
    transform: scale(105%); } }

/*# sourceMappingURL=quote.css.map */
