body, html{
    height: 100%;
}

.logo24{
    padding-right: 10px;
}

.welcome24{
    color: #38b6ff;
    text-align: center;
    padding-top: 250px;
}

.foot24{
    color: white;
}

.backkk-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("imgsforportfolio/new pic.jpg");
  height: 50%;

  /* Position and center the image to scale nicely on all screens */
  background-position:bottom;
  background-repeat: no-repeat;
  background-size:cover;
  position: relative;
}

.backkk-text {
  text-align: center;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

/* .column24{
  float: left;
  width: 25%;
  padding: 0 5px;
}

.row24{
  margin: 0 -5px;
  content: "";
  display: table;
  clear: both;
} */


/* @media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
} */

/* .card24{
  margin-left: 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 50px;
  text-align: center;
  background-color: #38b6ff;
  color: white;
  display: flex;
} */

.contact24{
    min-height: 50vh;
    background-color: black;
    padding: 50px;
    text-align: center;
}

.container24{
    max-width: 800px;
    margin: 0 auto;
}

.contact-wrapper24{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}

.contact-form24{
    text-align: center;
}

.form-group24{
    margin-bottom: 20px;
}

button{
    display: inline-block;
    padding: 12px 24px;
    background-color: #45a049;
    color:white;
    border: none;
    cursor: pointer;
    transition: 0.3s ease;
}

.poppins-medium24{
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
