/* Import font from a local file */
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-Black.ttf") format("truetype"),
    url("/assets/fonts/Roboto/Roboto-Bold.ttf") format("truetype"),
    url("/assets/fonts/Roboto/Roboto-BlackItalic.ttf") format("truetype"),
    url("/assets/fonts/Roboto/Roboto-BoldItalic.ttf") format("truetype"),
    url("/assets/fonts/Roboto/Roboto-Italic.ttf") format("truetype"),
    url("/assets/fonts/Roboto/Roboto-LightItalic.ttf") format("truetype"),
    url("/assets/fonts/Roboto/Roboto-Medium.ttf") format("truetype"),
    url("/assets/fonts/Roboto/Roboto-MediumItalic.ttf") format("truetype"),
    url("/assets/fonts/Roboto/Roboto-Regular.ttf") format("truetype"),
    url("/assets/fonts/Roboto/Roboto-Thin.ttf") format("truetype"),
    url("/assets/fonts/Roboto/Roboto-Light.ttf") format("truetype");
}

/* Use the imported font */
body {
  font-family: "Roboto", sans-serif;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: "Roboto";
  background-image: url(/assets/images/403Forbidden.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  color: white;
  height: 100vh;
  min-height: 100%;
  background-color: #0d0e10;
  display: block;
  overflow: hidden;
}

.code-image {
  max-width: 75%;
}
h1 {
  font-family: Roboto;
  font-size: 45px;
  font-weight: 900;
  line-height: 53px;
  letter-spacing: 0em;
  text-align: center;
  color: #ffffff;
  margin: 0px;
}
h2 {
  margin: 13px 0;
  font-family: Roboto;
  font-size: 28px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: 0em;
  text-align: left;
}
h3 {
  margin: 13px 0;
  font-family: Roboto;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
}
.dis-text {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: center;
  color: #ffffff;
  margin: 13px 0;
  max-width: 700px;
  opacity: 0.8;
}
.btn-wrapper {
  display: flex;
  padding: 13px;
  gap: 13px;
}
p {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: center;
  color: #ffffff;
  margin: 15px;
  max-width: 700px;
}
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  height: 100%;
}
.log-disc {
  margin: 13px 0;
  display: flex;
}
.log-disc span {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.03em;
  text-align: center;
  opacity: 50%;
}
.link-list {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 13px 0;
}
.social-link-list {
  padding: 30px 0;
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
}
.Privacy-link-div {
  padding: 30px 0;
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
}
.link-list li a {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: underline;
  letter-spacing: 0em;
  text-align: center;
  color: #59a52c;
}
.link-list li {
  padding: 0 12px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0em;
  text-align: center;
  color: #59a52c;
  border-right: 2px solid #fff;
  display: flex;
  align-items: center;
}
.link-list li:last-child {
  padding: 0 0px 0 12px;
  border-right: 0;
}
.link-list li:first-child {
  padding: 0 12px 0 0px;
}
.Privacy-link-div li a {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  letter-spacing: 0em;
  text-align: center;
  color: #c6c6c6;
}
.social-link-list li a {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  letter-spacing: 0em;
  text-align: center;
  color: #c6c6c6;
}
.social-link-list li {
  padding: 0 12px;
  font-family: Roboto;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: right;
  color: #c6c6c6;
  border-right: none;
  display: flex;
  align-items: center;
}
.Privacy-link-div li {
  padding: 0 12px;
  font-family: Roboto;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: right;
  color: #c6c6c6;
  border-right: none;
  display: flex;
  align-items: center;
}
.social-link-list .social-img {
  padding: 0 12px;
  display: flex;
  align-items: center;
  background-color: #4fa83d;
  padding: 5px;
  border-radius: 100%;
  width: 20px;
  justify-content: center;
  margin: 0 5px;
}
.Privacy-link-div li:first-child {
  padding: 0 12px 0 12px;
  border-right: 2px solid #c6c6c6;
}
.color-green {
  color: #4fa83d;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  body {
    height: auto !important;
    overflow-y: auto !important;
    background-size: 100vw 100vh !important;
    min-height: 100vh;
  }
  .social-link-list {
    padding: 50px 0 0 0 !important;
  }
  .social-link-div {
    width: auto !important;
  }
  .link-list li a {
    font-family: Roboto;
    font-size: 10px;
    font-weight: 400;
    line-height: 1em;
    text-decoration: underline;
    letter-spacing: 0em;
    text-align: center;
    color: #59a52c;
  }
  .code-image {
    margin-bottom: -50px;
    max-width: 70%;
  }
  h1 {
    font-family: Roboto;
    font-size: 21px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #ffffff;
    margin: 8px 0;
  }
  p {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: center;
    color: #ffffff87;
    margin: 8px 0;
  }
  h3 {
    font-family: Roboto;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 0em;
    text-align: center;
  }
  h2 {
    margin: 13px 0;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    margin: 8px 0;
  }
  .dis-text {
    font-family: Roboto;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0em;
    text-align: center;
    color: #ffffff;
    margin: 8px 0;
    max-width: 700px;
    opacity: 0.8;
  }
  .log-disc span {
    font-family: Roboto;
    font-size: 8px;
    font-weight: 400;
    line-height: 9px;
    letter-spacing: 0.03em;
    text-align: center;
    opacity: 50%;
  }

  .social-link-div {
    position: relative !important;
    flex-direction: column;
    justify-content: center;
  }
  .container {
    padding: 30px;
  }
  .green-btn {
    font-family: Roboto;
    font-size: 11px!important;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: 0px;
    text-align: left;
    text-decoration: none;
    background-color: #59a52c;
    border: 2px solid #4fa83d;
    padding: 6px 20px 6px 20px!important;
    border-radius: 5px;
    color: #fff;
  }
  .green-btn-border {
    font-family: Roboto;
    font-size: 11px!important;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: 0px;
    text-align: left;
    text-decoration: none;
    background-color: transparent;
    border: 2px solid #4fa83d;
    padding: 6px 20px 6px 20px!important;
    border-radius: 5px;
    color: #4fa83d;
  }
  .Privacy-link-div {
    padding: 20px;
  }
  .Privacy-link-div li a {
    font-family: Roboto;
    font-size: 8px;
    font-weight: 400;
    line-height: 9px;
    letter-spacing: 0em;
    text-align: right;
    color: #c6c6c6;
    border-right: none;
    display: flex;
    align-items: center;
  }
}
.shadow-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.green-btn {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  text-decoration: none;
  background-color: #59a52c;
  border: 2px solid #4fa83d;
  padding: 16px 42px 16px 42px;
  border-radius: 5px;
  color: #fff;
}
.green-btn-border {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  text-decoration: none;
  background-color: transparent;
  border: 2px solid #4fa83d;
  padding: 16px 42px 16px 42px;
  border-radius: 5px;
  color: #4fa83d;
}

.social-link-div {
  position: absolute;
  bottom: 5%;
  padding: 0 5%;
  width: 100%;
  display: flex;
}
