.bac3{
    background: rgba(255,255,255,0.7) url(https://media.istockphoto.com/id/1456247049/vector/modern-american-house-with-a-swimming-pool-in-the-backyard-cartoon-illustration.jpg?b=1&s=612x612&w=0&k=20&c=9_SVds_Y6VF3c2VH2rw-7sPSKGxfXAoX6zXjwIJPz3g=);
    background-size: cover;
    background-blend-mode: overlay;
}

.about1{
    width: 100%;
    background-color: #b4d9fc;
    padding: 30px;
    text-align: center;
    font: xx-large math;
}
.ce{
    padding-top: 11%;
    text-align: justify;
    font-family: 'Times New Roman', Times, serif;
    padding-left: 5%;
    padding-bottom: 9%;

}

.cce{
    display: flex;
    justify-content: flex-end;
    justify-items: start;
    font-size: large;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;

}

.cce input {
    width: 25%;
    padding: 10px 20px;
    margin: 15px 63px;
    box-sizing: border-box;
    border: none;
    border-bottom: 2px solid #9c3c3c;
  }
  
   

.btn-ce{
    border: 4px solid;
    padding: 7px;
    padding-left: 10px;
    font: icon;
    border-color: #ffffff;
    padding-right: 13px;
    background-color: #3c509c;
}

.btn-ce:hover{
    background-color: #9c3c3c;
    cursor: pointer;
}

a .btn-ce {
    text-decoration: none;
    color: white;
}



.cost{
    color: white;
    padding: 2em;
    background-color: rgb(156 60 60);
}

#cost-ce{
    display: none;
}

@media (max-width:600px){
    .ce{
        text-align: left;
        padding-top: 50%;
        padding-left: 5%;
        padding-bottom: 9%;
    }
    .ce h1{
        font-size: xx-large;
        font-weight: bold;
    }
    #ce-1{
        font-size: x-large;
        text-align: justify;
        margin-right: 10%;
        margin-bottom: 7%;
    }
    .cce{
        display: flex;
        justify-items: start;
        font-size: large;
        align-items: baseline;
        flex-direction: column;
    
    }
    .cce input {
        width: 50%;
        padding: 10px 20px;
        margin: 15px 63px;
        box-sizing: border-box;
        border: none;
        border-bottom: 2px solid #9c3c3c;
      }
      .btn-ce{
        font-size: x-large;
        margin: auto;
        background-color: #3c509c;
        color: white;
    }
    .cost{
        font-size: large;
        margin-right: 35%;
    }
}

@media (min-width:600px) and (max-width:1180px){
    .ce{
        text-align: left;
        padding-top: 40%;
        padding-left: 5%;
        padding-bottom: 9%;
    }
    .ce h1{
        font-size: xx-large;
        font-weight: bold;
    }
    #ce-1{
        font-size: x-large;
        text-align: justify;
        margin-right: 10%;
        margin-bottom: 10%;
        
    }

    .cce{
        display: flex;
        justify-items: start;
        font-size: large;
        align-items: baseline;
        flex-direction: column;
    
    }
    .cce input {
        width: 70%;
        padding: 10px 20px;
        margin: 15px 63px;
        box-sizing: border-box;
        border: none;
        border-bottom: 2px solid #9c3c3c;
      }
      .btn-ce{
        font-size: x-large;
        margin: auto;
        background-color: #3c509c;
        color: white;
    }
    .cost{
        font-size: x-large;
        margin: 5%;
    }

    }

    @media (min-width:1180px) and (max-width:1300px) {
        .cost{
            margin-right: 40%;
            margin-top: 5%;
            font-size: x-large;
        }
        .btn-ce{
            font-size: x-large;
            margin: 13%;
            background-color: #3c509c;
            color: white;
            margin-left: -90%;
        }
        #sA{
            margin-right: 2%;
        }
        #super_area{
            margin-right: 33%;
        }
    }

    @media (min-width:1300px) {
        .cce{
            display: flex;
            justify-items: start;
            font-size: large;
            align-items: baseline;
            flex-direction: column;
        
        }
        .cce input {
            width: 50%;
            padding: 10px 20px;
            margin: 15px 63px;
            box-sizing: border-box;
            border: none;
            border-bottom: 2px solid #9c3c3c;
          }
          .btn-ce{
            font-size: x-large;
            margin: auto;
            background-color: #3c509c;
            color: white;
          
        }
        .cost{
            margin-right: 40%;
            margin-top: 5%;
            font-size: x-large;
        }
        
        
        
    }


