@font-face {
  font-family: "NotoSans";
  src: url("/fonts/NotoSans-VariableFont.ttf") format("opentype");
  font-weight: 100 800;
  font-display: swap;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  background: #000000;
  font-family: "NotoSans", Arial, sans-serif;
  font-weight: 400;
  color: #fff;
}

h1 {
  font-size: 64px;
}

h2 {
  font-size: 44px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 26px;
}

p {
  font-size: 18px;
}

@media (max-width: 960px) {
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 20px;
  }

  p {
    font-size: 16px;
  }
}

@media (max-width: 290px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }
}

.main-nav {
  padding: 15px;
  background: #000;
  color: #fff;
}

.navbar-brand {
  margin: 0 auto;
}

.navbar-brand img {
  width: 65px;
  height: 65px;
}

/* Footer */

footer {
  padding: 40px 112px 64px 112px;
  line-height: normal;
  margin-bottom: 15vh;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 12px;
}

.footer-main {
  display: flex;
  padding: 48px 20px 64px 0;
  gap: 152px;
}

.footer-bottom {
  position: relative;
  padding-top: 30px;
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
}

.footer-bottom::before {
  content: "";
  height: 1px;
  background: #fff;
  opacity: 0.25;
  top: 0;
  width: 100%;
  position: absolute;
}

.footer-bottom .copyright-container,
.footer-bottom .list {
  flex: 1;
}

.footer-bottom p {
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 0.13px;
  line-height: 16px;
  opacity: 0.8;
  margin: 0;
}

.footer-bottom a {
  font-size: 12px;
  font-weight: 100;
  line-height: 30px;
  color: #fff !important;
  text-decoration: none;
}

.footer-brand {
  max-width: 50%;
}

.footer-brand p {
  margin-top: 16px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 400;
  line-height: normal;
}

.footer-bottom .list-container {
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
}

.footer-bottom .list-container ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 10px;
}

.footer-bottom .list-container ul li {
  opacity: 0.8;
  list-style: none;
  line-height: initial;
}

.footer-bottom .list-container ul li:not(:last-child) {
  margin-inline-end: 62px;
}

.footer-bottom a {
  font-size: 12px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
}

.footer-bottom .ploom-copyright {
  font-size: 14px;
}

.government-health-warning {
  position: fixed;
  bottom: 0px;
  min-height: 15vh;
  width: 100%;
  left: 0;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 500;
  box-sizing: border-box;
  padding: 1rem;
  border: 0px solid rgb(0, 0, 0);
}

.government-health-warning p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 100;
}

@media (max-width: 960px) {
  footer {
    padding-inline: 18px;
  }

  .footer-container {
    padding-top: 20px;
    padding-bottom: 80px;
    width: 83.3333333333%;
    margin-block: 0;
    margin-inline: auto;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-bottom .copyright-container {
    order: 1;
    margin-top: 35px;
  }

  .footer-bottom .list-container {
    display: block;
  }

  .footer-bottom .list-container ul {
    flex-direction: column;
    justify-content: unset;
    margin-top: 10px;
    padding: 0;
  }

  .footer-bottom a {
    padding: 8px 0;
  }
}

/* Age Gating */
#ag-container {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  overflow: auto;
  inset-inline-start: 0;
  background-color: rgba(0, 0, 0, 0.75);
}

#ag-content {
  background-color: #fefefe;
  color: #000;
  text-align: center;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
  max-height: 1200px;
  border-radius: 5px;
  box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  transition: transform 0.25s ease-in-out;
  z-index: 11;
  padding-block: 30px;
  padding-inline: 30px;
  inset-inline-start: 50%;
  margin-bottom: 20vh !important;
}

.image-wrapper {
  margin: 0 auto;
  height: 61.75px;
  width: 100px;
}

.age-confirmation-heading {
  line-height: 44px;
  font-size: 32px;
  margin-bottom: 40px;
  font-weight: 300;
}

.ageconfirmation__disclaimer {
  font-size: 12px;
  line-height: 16px;
  font-weight: 200;
  color: #5c615e;
  text-align: center;
  margin-bottom: 40px;
}

.ageconfirmation__instruction_txt {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 40px;
  font-weight: 100;
}

#ag-container .ag-button-container {
  margin-bottom: 40px;
}

#ag-container .ag-button-container button#confirmBtn {
  background-color: #000;
  color: #fff;
  border-color: #000;
  border-radius: 8px;
  width: 197px;
  font-size: 18px;
  height: 55px;
}

#ag-container .ag-button-container button#leaveBtn {
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
  border-radius: 8px;
  width: 180px;
  font-size: 18px;
  height: 55px;
}

#ag-container .ag-button-container button#confirmBtn:hover {
  border-color: #3567ff;
  background-color: #3567ff;
  color: #fff;
}

#ag-container .ag-button-container button#leaveBtn:hover {
  border-color: #3567ff;
}

#ag-container .logo-black-img {
  width: 120px;
  height: auto;
}

#ag-container .ghw {
  font-size: 16px;
  font-weight: 100;
  line-height: 22.4px;
}

@media (min-width: 960px) {
  #ag-content {
    width: 800px;
    max-width: 1280px;
    max-height: 800px;
  }

  .image-wrapper {
    margin-bottom: 40px;
  }

  #ag-content {
    padding: 40px;
  }
}

@media (max-width: 959px) {
  #ag-container .ag-button-container {
    display: flex;
    flex-direction: column;
  }

  #ag-content {
    padding-block: 50px;
    padding-inline: 20px;
  }

  .image-wrapper {
    margin-bottom: 30px;
  }

  .age-confirmation-heading {
    font-size: 26px;
    line-height: 38px;
  }

  #ag-container .ag-button-container button#confirmBtn,
  #ag-container .ag-button-container button#leaveBtn {
    width: 100%;
    margin: 0 !important;
  }

  #ag-container .ag-button-container button#leaveBtn {
    margin-top: 15px !important;
  }
}

/* Consent */
.consent-container {
  display: none;
  position: fixed;
  z-index: 600;
  left: 0;
  top: 0;
  width: 100%;
  overflow: auto;
  inset-inline-start: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
#cookie-consent {
  background-color: #ffffff;
  padding: 12px 8px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  margin: 0;
  max-width: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 15vh;
  width: 100%;
}

.consent-content {
  flex-direction: column;
}

.consent-content.d-flex.align-items-center {
  max-width: none;
  width: 100%;
}

#consent-text {
  color: #5c615e;
  font-size: 13px;
  width: 100%;
}

#content-btn {
  width: 100%;
}

.cookie-policy-link {
  color: #3567ff;
}

#acceptCookies {
  display: inline-block;
  border-radius: 15px;
  padding: 10px 10px;
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
  font-size: 0.813em;
  line-height: 1;
  height: auto;
  white-space: normal;
  word-break: break-word;
  word-wrap: break-word;
  min-width: 175px;
  width: 100%;
  font-family: "NotoSans", Arial, sans-serif;
}

#acceptCookies:hover {
  border-color: #3567ff;
  background-color: #3567ff;
  color: #000;
}

img.npc-logo {
  width: 200px;
}

@media (min-width: 550px) {
  .consent-content {
    flex-direction: row;
  }

  #consent-text {
    width: 65.3333333333%;
  }

  #content-btn {
    width: 30.6666666667%;
  }
}

@media (max-width: 549px) {
  #consent-text {
    margin-bottom: 10px;
  }
}

#contact-container {
  background: #131110;
  padding: 100px 0;
  margin-top: 100px;
}

.contact-inner {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 12px;
}

.contact-sub {
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
  background: #000;
  padding-block: 60px;
  padding-inline: 75px;
  border-radius: 8px;
  height: 660px;
}

.contact-heading {
  width: 100%;
  font-size: 75px;
  font-weight: 200;
  line-height: 85px;
}

.contact-sub-heading {
  opacity: 0.7;
  font-weight: 100;
  width: 100%;
}

#contact-container h4 {
  font-weight: 200;
}

.phone-content,
.email-content {
  width: 50%;
}

.phone-content a,
.email-content a {
  color: #fff;
  text-decoration: none;
}
.phone-content a:hover .phone-arrow svg,
.email-content a:hover .email-arrow svg {
  transform: translateX(10px);
  width: 80px;
  fill: #3567ff;
}

svg.icon--phone {
  fill: #fff;
  width: 20px;
  opacity: 0.7;
}

svg.icon--mail {
  fill: #fff;
  width: 20px;
  opacity: 0.7;
}

svg.icon--arrow {
  width: 70px;
  fill: #fff;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 1280px) {
  .contact-sub {
    max-width: 100%;
    padding-block: 40px;
    padding-inline: 80px;
    height: auto;
  }

  .contact-sub-heading,
  .phone-content,
  .email-content {
    width: 33.33%;
    margin-top: 40px;
  }

  .contact-sub-heading {
    padding-inline-end: 20px;
  }

  .phone-content,
  .email-content {
    margin-top: 40px;
    padding-inline-start: 20px;
  }

  .email-content {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 960px) {
  #contact-container {
    padding-block: 60px;
  }

  .contact-sub {
    flex-direction: column;
    flex-wrap: nowrap;
    padding-block: 25px;
    padding-inline: 37px;
  }

  .contact-heading {
    font-size: 45px;
    line-height: 50px;
    font-weight: 200;
  }

  .contact-sub-heading,
  .phone-content,
  .email-content {
    width: 100%;
    margin: 0;
    display: block;
  }

  .phone-content,
  .email-content {
    padding-inline-start: 0;
  }

  #contact-container h4 {
    font-size: 32px;
    line-height: 44px;
    font-weight: 200;
  }

  #contact-container h4 br {
    display: none;
  }

  .phone-content a:hover .phone-arrow svg,
  .email-content a:hover .email-arrow svg,
  svg.icon--arrow {
    width: 42px;
  }
}

@media (max-width: 425px) {
  #contact-container h4 {
    font-size: 22px;
  }
}
