.comming-soon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 400px);
  text-align: center;
}

.comming-soon p {
  font-size: clamp(3rem, 10vw, 7rem);
  font-weight: bold;
  margin: 0;
}
.text p {
  font-size: 2rem;
  color: aliceblue;
  font-weight: bold;
}

.footer-bg {
  background-color: rgb(0, 0, 0);
}

.footer-social {
  margin-left: -10rem;
}

.footer-tittle h2 {
  font-size: 2rem;
  color: aliceblue;
  font-weight: bold;
}

.footer-tittle a {
  color: rgb(190, 207, 238);
}

.footer-tittle sup {
  color: white;
}

.footer-padding {
  padding-top: 50px;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  /* Center the logo and text vertically and horizontally */
  .footer-wrapper .footer-area .container .row {
    flex-direction: column;
    text-align: center;
  }

  .footer-logo {
    margin-bottom: 10px;
  }

  .footer-social {
    margin: 0;
  }

  .text {
    margin-bottom: -20px;
  }

  .footer-social a {
    margin: 10px;
  }

  /* Adjust the font size of h2 in footer-tittle */
  .footer-tittle h2 {
    font-size: 2.5rem;
  }

  /* Adjust logo size */
  .footer-logo img {
    width: 120px; /* You can change this value depending on your desired logo size */
  }

  /* Center text and adjust spacing */
  .footer-tittle {
    margin-top: 20px;
  }

  .footer-tittle p {
    font-size: 1rem;
  }

  .footer-bottom-area {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-copy-right p {
    font-size: 1rem;
  }

  /* Adjust social media icon size for smaller screens */
  .footer-social a {
    font-size: 1.5rem;
    margin: 5px;
  }
}

/* Header */
/* @media (max-width: 767px) {
  .mob-nav {
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.7)
    ) !important;
  }
  
  .nav-itm {
    color: white;
    font-size: 15px;
    margin: -2px 0px;
  }
  .btn-ajst {
    display: flex;
    flex-wrap: wrap;
  }
  .custom-btn {
    font-size: 13px !important;
    padding: 15px 20px !important;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s;
  }
} */
