@font-face {
  font-family: SinghaEstate;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/assets/fonts/singha2/singhaestate-light.woff") format("woff2");
}

@font-face {
  font-family: SinghaEstate;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/singha2/singhaestate-regular.woff") format("woff2");
}

@font-face {
  font-family: SinghaEstate;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/singha2/singhaestate-medium.woff") format("woff2");
}

@font-face {
  font-family: SinghaEstate;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/singha2/singhaestate-bold.woff") format("woff2");
}

body {
  margin: 0;
  font: 400 1rem / 1.5 SinghaEstate, sans-serif;
  letter-spacing: 0.5px;
}
.flex-404 {
  background: url("/assets/img/bg.jpg") bottom center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  min-height: 660px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}
.flex-404 .logo img {
  width: 255px;
}

.flex-404 .title {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}

.group-404 .title:first-child {
  margin-top: 64px;
  margin-bottom: 32px;
}
.group-404 .content p:nth-last-of-type(2) {
  margin-top: 32px;
  margin-bottom: 8px;
}
.flex-404 .desc {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.flex-404 .group-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 900px;
  top: unset;
  position: unset;
}
.flex-404 .group-404 .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flex-404 .call {
  display: flex;
  width: 95%;
  justify-content: flex-end;
  bottom: 40px;
  position: absolute;
}

.flex-404 .text-call {
  font-size: 28px;
  font-weight: 500;
  color: #fff;
}
.flex-404 .call a {
  text-decoration: none;
}

.align-items-center {
  align-items: center !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.d-flex {
  display: flex !important;
}

@media screen and (max-width: 767px) {
  .flex-404 .call {
    justify-content: center;
    width: 100%;
    bottom: 40px;
    position: absolute;
  }
  .flex-404 .logo img {
    width: 152px;
  }
  .flex-404 .title {
    font-size: 24px;
  }
  .flex-404 .desc {
    font-size: 16px;
  }
  .flex-404 .group-404 {
    top: 20%;
    position: absolute;
  }
}
