/**=====================
     Reset css start
==========================**/
/*====== Margin css starts ======*/

#home-pg {
  height: 90vh;
  /* background-image: url("/Images/modern-spacious-room-with-large-panoramic-window1.jpg"); */
  background-color: #f8f6ef;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  #home-pg form {
    width: 35%; }
    #home-pg form input {
      padding: 0.375rem 1.2rem !important;
      height: calc(2em + 1rem + 2px) !important; 
      border-color: #8f8780 !important;
      border-width: 2px !important;
    }
      #home-pg form input::placeholder {
        font-size: 0.9rem;
        font-family: "Montserrat", serif;
        font-weight: 300; }
    #home-pg form button {
      font-size: 1.3rem;
      font-family: "Montserrat", serif;
      font-weight: 300;
      padding: 0.7rem 2rem !important; }

footer .cp-text {
  border-top: 1px solid #DEDEDE;
  font-size: 1.1rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: italic; }

@media (max-width: 1199.98px) {
  .offcanvas {
    width: 35% !important; }

  #home-pg {
    height: 81vh; }
    #home-pg form {
      width: 50%; } }
@media (max-width: 991.98px) {
  .offcanvas {
    width: 40% !important; } }
@media (max-width: 767.98px) {
  .offcanvas {
    width: 50% !important; }

  #home-pg {
    height: 75vh; }
    #home-pg form {
      width: 75%; } }
@media (max-width: 575.98px) {
  .offcanvas {
    width: 100% !important; }

  #home-pg {
    height: 77vh; }
    #home-pg form {
      width: 95%; } }

/*# sourceMappingURL=home.css.map */
