
.designimage {
    background-image: url("/public/assets/front-end/img/room-design.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 85vh!important;
    padding: auto!important;
  }
  .startdesigningpage {
    width: 100%;
    margin: 0 auto;
  }
  .contentdesign {
    display: flex;
    flex-flow: wrap;
    place-content: center;
    -webkit-box-pack: center;
    width: 100%;
    position: relative;
    height: 100%;
    margin-bottom: 30px;
  }
  .designtitle {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 2.1875rem;
    flex: 0 1 100%;
    margin-bottom: 60px;
    color: rgb(255, 255, 255);
    text-shadow: rgb(0, 0, 0) 0px 2px 10px;
    text-align: center;
    word-break: break-word;
  }

  .startdesigning {
    background-color: #92c6ff;
  }

  
/* .design-cart {
    height: 120px;
  } */
  
  .design-cart span {
    font-weight: 800;
    font-size: 22px;
    color: white;
  }
  
  .text-black {
    color: black !important;
  }
  
  .design-cart-left {
    padding: 25px;
    background-color: #ffb228;
    border-radius: 23px 0 0 23px;
  }
  
  .design-cart-right {
    background-color: #023a77;
    border-radius: 0 23px 23px 0;
  }

  @media screen and (max-width: 750px) {
    .design-cart-left {
      padding: 25px;
      background-color: #ffb228;
      border-radius: 23px;
    }
    
    .design-cart-right {
      background-color: #023a77;
      border-radius: 23px;
    }
  
  }
  
  .design-cart-right button {
    height: 50px;
    color: white;
    background-color: #ffb228;
    border-radius: 36px;
  }
  
  .design-cart-left img {
    position: absolute;
    width: 70px;
    right: -29px;
    bottom: 0px;
    z-index: 10;
  }