/* styles.css */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: Arial, sans-serif;
    /*background-color: #f4f7f6;*/
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    /*background: url("img/background.jpeg") no-repeat fixed center;*/
  }
  
  .form-container {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 500px;
  }
  
  h1 {
    text-align: center;
    margin-bottom: 10px;
  }

  h4 {
    text-align: center;
    margin-bottom: 10px;
    color: red;
  }

  h5 {
    text-align: center;
    margin-bottom: 10px;
    color: grey;
  }
  
  .form-group {
    margin-bottom: 15px;
  }
  
  label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
  }
  
  input, textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  
  textarea {
    resize: vertical;
    height: 50px;
  }
  
  button {
    width: 100%;
    padding: 10px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
  }
  
  button:hover {
    background-color: #45a049;
  }
  
  .response-message {
    margin-top: 20px;
    text-align: center;
    font-size: 32px;
    color: green;
  }
  
  /*pricing table*/

  * {
    box-sizing: border-box;
  }
  
  body {
    background: #000000;
    font-family: "Libre Baskerville", serif;
  }
  
  .container {
    margin: 0 auto;
    text-align: center;
    white-space: nowrap;
  }
  
  .card {
    display: inline-block;
    position: relative;
    background: #EDDDD4;
    color: #283D3B;
    width: 300px;
    height: 450px;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 11px 26px 1px #0000004a, inset 0 -16px 90px #C4453640;
  }
  .card h2 {
    margin: 0;
    width: 100%;
    font-size: 30px;
    background: #C44536;
    padding: 20px 0;
    color: #EDDDD4;
    box-shadow: inset 0px 5px 4px -4px #ecddd461;
  }
  .card h3 {
    margin: 20px 0;
    font-size: 60px;
    text-shadow: 3px 2px 2px #283d3b38;
  }
  .card h3 span {
    font-size: 20px;
  }
  .card p {
    font-style: italic;
    margin: 0 0 30px 0;
  }
  .card ul {
    text-align: left;
    padding: 0 50px;
    margin: 0;
  }
  .card ul li {
    display: block;
  }
  .card ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .card ul li.aval::before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    font-size: 20px;
    color: #197278;
    width: 40px;
    display: inline-block;
  }
  .card ul li.unaval::before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    font-size: 20px;
    color: #C44536;
    width: 40px;
    display: inline-block;
  }
  .card .select {
    cursor: pointer;
    margin-top: 20px;
    padding: 10px 20px;
    border: none;
    font-weight: 700;
    background: #3e3e3e;
    color: #efefef;
    font-size: 15px;
    font-family: inherit;
    box-shadow: 0 8px 18px 4px #283d3b4d;
  }
  .card .select::before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    margin-right: 15px;
  }
  .card-1, .card-3 {
    position: relative;
    transform: scale(0.9);
  }
  .card-1 {
    left: 40px;
    margin-left: -60px;
    z-index: 0;
  }
  .card-1 h2 {
    background: #197278;
  }
  .card-2 {
    z-index: 1;
  }
  .card-3 {
    left: -40px;
    margin-right: -60px;
    z-index: 0;
  }
  .card-3 h2 {
    background: #781940;
  }
  
  .hot-badge::after {
    content: "HOT";
    position: absolute;
    background: linear-gradient(to right, #ffd400, #ffbc00);
    padding: 5px 54px;
    box-shadow: 0 0 5px 3px #715e006e;
    top: 17px;
    right: -46px;
    color: #5d4d00;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    transform: rotateZ(45deg);
  }
  
  .creator-link:link, .creator-link:visited {
    text-decoration: none;
    color: #d8d8d8;
    background: #2d2d2d;
    text-shadow: 0 1px 3px black;
    position: fixed;
    bottom: 40px;
    right: -54px;
    padding: 5px 0px;
    margin: 0 auto;
    width: 230px;
    text-align: center;
    display: block;
    font-size: 20px;
    font-family: "Nunito", sans-serif;
    margin-top: 50px;
    transform: rotateZ(-45deg);
    z-index: 10;
    transition: 150ms;
  }
  .creator-link:hover {
    background: #56251f;
    color: white;
  }
  

  /* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}