@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500&family=Josefin+Sans:wght@700&family=Karla:wght@700&family=Merriweather&family=Readex+Pro:wght@300;400&family=Rubik:wght@300;400;700&display=swap');
body, html {
  height: 100%;
  margin: 0;
  background-color: #000610;
}

.background-svg {
  position: fixed;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.05;
  z-index: 1;
}

.content-area {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 34px;
  z-index: 999;
}

.logo-container {
  width: 348px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1px;
}

.logo-area {
  display: flex;
  padding: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.logo {
  color: #fff;
  text-align: center;
  font-family: 'Josefin Sans';
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.sub-logo {
  color: #526EFF;
  text-align: center;
  font-family: 'Inter';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.description {
  color: #fff;
  text-align: center;
  font-family: 'Inter';
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.enquire-button {
  border-radius: 16px;
  padding: 16px;
  width: 348px;
  border: 2px solid #060c16;
  background-color: #060C16;
  color: #fff;
  font-family: 'Rubik';
  font-weight: 400;
  font-size: 1rem;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.enquire-button:active {
  transform: scale(1.01);
}

.copyright{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 32px;
  color: #FFF;
  text-align: center;
  font-family: 'Inter';
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.copy-alert{
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 10;
  margin: auto;
  color: #526EFF;
  text-align: center;
  font-family: 'Inter';
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
  font-style: normal;
}