@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
* {
  box-sizing: border-box;
}

.pm-0 {
  padding: 0;
  margin: 0;
}

.f-u {
  text-transform: uppercase;
}

.w-full {
  width: 100%;
}

.bg-white {
  background-color: white !important;
}

.p-5 {
  padding: 50px;
}

a {
  text-decoration: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

body {
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
}

html,
body {
  margin: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.errorcon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  height: 100%;
}

.errorcon img {
  width: 450px;
  height: 450px;
}

.errorinnercon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.errorinnercon .toptitle {
  font-size: 25px;
  font-weight: 600;
  font-family: "Inter", "sans-serif";
}

.errorinnercon .homebtn {
  border: 0;
  outline: 0;
  background-color: #e72829;
  font-size: 18px;
  padding: 12px 32px;
  font-weight: 600;
  color: #ffffff;
  font-family: "Inter", "sans-serif";
  margin: 10px 0px;
}

.errorinnercon .takehometitle {
  font-size: 18px;
  font-weight: 600;
  font-family: "Inter", "sans-serif";
}

.errorinnercon .takehometitle span {
  color: #e72829;
}

@media screen and (max-width: 1016px) {
  .errorcon {
    flex-direction: column;
  }

  .errorcon img {
    width: 250px;
    height: 250px;
  }

  .errorinnercon .toptitle {
    font-size: 25px;
    text-align: center;
    margin: 20px 40px;
  }
  
  .errorinnercon .homebtn {
    font-size: 14px;
    padding: 12px 24px;
  }
  
  .errorinnercon .takehometitle {
    font-size: 16px;
  }
}
