body, html{
    margin: 0;
  }
    .container
    {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      align-content: center;
      height: 100%;
      width: 100%;
      font-family: Arial, Helvetica, sans-serif;
      color: whitesmoke;
      margin: 0;
      padding: 0;
      background-image: url(acurve-93-medium.svg);
      background-repeat: no-repeat;
      background-size: cover;
    }
    .box1{
      text-align: center;
      border: none;
      font-weight: bold;
      padding: 0;
      font-size: 11vw;
      color: whitesmoke;
      margin-top: 40px;
    }
    .box2{
      margin: auto;
      padding: 10px;
      font-size: 6vw;
      font-weight: lighter;
      color: whitesmoke;
      white-space: pre-line;
      width: 65vw;
    }
    .box4 {
      font-size: 18px;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 2;
    }
    .btn1 {
      position: relative;
      margin: auto;
      padding: 12px 18px;
      transition: all 0.2s ease;
      border: none;
      background: none;
      cursor: pointer;
    }
    
    .btn1:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      border-radius: 50px;
      background: rgb(252,108,133, 0.7);
      width: 45px;
      height: 45px;
      transition: all 0.3s ease;
    }
    
    .btn1 span {
      position: relative;
      font-family: "Ubuntu", sans-serif;
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 0.05em;
      color: whitesmoke;
    }
    
    .btn1 svg {
      position: relative;
      top: 0;
      margin-left: 10px;
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke: whitesmoke;
      stroke-width: 2;
      transform: translateX(-5px);
      transition: all 0.3s ease;
    }
    
    .btn1:hover:before {
      width: 100%;
      background: rgb(252,108,133, 0.7);
    }
    
    .btn1:hover svg {
      transform: translateX(0);
    }
    
    .btn1:active {
      transform: scale(0.95);
    }

    .box3{
      margin-top: 50px;
      margin-bottom: 150px;
    }
    
    .contact-form {
      background-color: rgba(29,41,81, 0.8);
      padding: 20px;
      border-radius: 25px;
      width: 65vw;
    }
    
    .contact-form label {
      color: white;
    }
    
    .contact-form .heading {
      font-size: 24px;
      color: white;
      ;
      margin-bottom: 12px;
      font-weight: bold;
      display: block;
    }
    
    .contact-form form {
      display: flex;
      flex-direction: column;
    }
    
    .contact-form label {
      margin-bottom: 10px;
    }
    
    textarea {
      resize: none;
      height: 80px;
    }
    
    .contact-form input, .contact-form textarea {
      padding: 10px;
      border: none;
      border-radius: 5px;
      margin-bottom: 20px;
    }
    
    .contact-form input:focus, .contact-form textarea:focus {
      outline: none;
      box-shadow: 0 0 5px #ff6384;
      transform: scale(1.05);
      transition: transform 0.3s ease-in-out;
    }
    
    .contact-form button[type="submit"] {
      background-color: #ff6384;
      color: #fff;
      border: none;
      border-radius: 5px;
      padding: 10px 20px;
      font-size: 16px;
      cursor: pointer;
    }
    
    .contact-form button[type="submit"]:hover {
      transform: scale(1.1);
      transition: transform 0.3s ease-in-out;
    }
    @media (min-width: 900px){
      body, html {
        margin: 0;
        padding: 0;
        background-image: url(curve-34-large.svg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        width: 100%;
      }
      .container
      {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
        align-content: center;
        height: 600px;
        width: 80%;
        font-family: Arial, Helvetica, sans-serif;
        color: whitesmoke;
        margin: 0 auto;
        padding-top: 10vh;
        padding-bottom: 10vh;
        background: transparent;
      }
      .box1{
        order: 1;
        text-align: center;
        border: none;
        font-weight: bold;
        padding: 0;
        font-size: 6vmin;
        color: whitesmoke;
        margin: 0;
        margin-top: 0;
        max-width: 400px;
      }
      .box2{
        order: 2;
        margin: 0;
        text-align: right;
        padding: 0;
        font-size: 4vmin;
        font-weight: lighter;
        color: whitesmoke;
        white-space: pre-line;
        max-width: 400px;
      }
      .box4 {
        order: 3;
        text-align: center;
        margin: 0;
        padding: 0;
        font-family: Arial, Helvetica, sans-serif;
        min-width: 300px;
        line-height: 3;
      }
      .box3 {
        order: 4;
        padding: 0;
        font-family: Arial, Helvetica, sans-serif;
        margin-top: 0;
        margin-bottom: 0;
      }
      .btn1 {
        position: relative;
        margin: auto;
        padding: 12px 18px;
        transition: all 0.2s ease;
        border: none;
        background: none;
        cursor: pointer;
      }
      
      .btn1:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        border-radius: 50px;
        background: rgb(252,108,133, 0.7);
        width: 45px;
        height: 45px;
        transition: all 0.3s ease;
      }
      
      .btn1 span {
        position: relative;
        font-family: "Ubuntu", sans-serif;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0.05em;
        color: whitesmoke;
      }
      
      .btn1 svg {
        position: relative;
        top: 0;
        margin-left: 10px;
        fill: none;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke: whitesmoke;
        stroke-width: 2;
        transform: translateX(-5px);
        transition: all 0.3s ease;
      }
      
      .btn1:hover:before {
        width: 100%;
        background: rgb(252,108,133, 0.7);
      }
      
      .btn1:hover svg {
        transform: translateX(0);
      }
      
      .btn1:active {
        transform: scale(0.95);
      }
      
      .contact-form {
        background-color: rgb(0,123,184, 0.3);
        padding: 20px;
        border-radius: 25px;
        width: 100%;
        max-width: 240px;
      }
      
      .contact-form label {
        color: white;
      }
      
      .contact-form .heading {
        font-size: 24px;
        color: white;
        font-weight: bold;
        display: block;
      }
      
      .contact-form form {
        display: flex;
        flex-direction: column;
      }
      
      .contact-form label {
        margin-bottom: 10px;
      }
      
      textarea {
        resize: none;
        height: 80px;
      }
      
      .contact-form input, .contact-form textarea {
        padding: 10px;
        border: none;
        border-radius: 5px;
        margin-bottom: 20px;
      }
      
      .contact-form input:focus, .contact-form textarea:focus {
        outline: none;
        box-shadow: 0 0 5px #ff6384;
        transform: scale(1.05);
        transition: transform 0.3s ease-in-out;
      }
      
      .contact-form button[type="submit"] {
        background-color: #ff6384;
        color: #fff;
        border: none;
        border-radius: 5px;
        padding: 10px 20px;
        font-size: 16px;
        cursor: pointer;
      }
      
      .contact-form button[type="submit"]:hover {
        transform: scale(1.1);
        transition: transform 0.3s ease-in-out;
      }
      @media (min-width: 1400px){
        .body, html{
        }
        .container{
      }
    }
  