@font-face {
  font-family: NotoSans-Regular;
  src: url(https://assets.cdnppb.net/lac/fonts/NotoSans-Regular.ttf) format("truetype");
  font-style: normal;
}
@font-face {
  font-family: NotoSans-Bold;
  src: url(https://assets.cdnppb.net/lac/fonts/NotoSans-Bold.ttf) format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "NotoSans-ExtraBold";
  src: url("https://promotions.cdnppb.net/media/english_uk/files/ci_various/fonts/notosansbold/notosans-extrabold-webfont.eot");
  src: url("https://promotions.cdnppb.net/media/english_uk//files/ci_various/fonts/notosansbold/notosans-extrabold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("https://promotions.cdnppb.net/media/english_uk//files/ci_various/fonts/notosansbold/notosans-extrabold-webfont.woff")
      format("woff"),
    url("https://promotions.cdnppb.net/media/english_uk//files/ci_various/fonts/notosansbold/notosans-extrabold-webfont.ttf")
      format("truetype"),
    url("https://promotions.cdnppb.net/media/english_uk//files/ci_various/fonts/notosansbold/notosans-extrabold-webfont.svg#noto_sansextrabold")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: #fff;
  background: #18181a;
  font-family: NotoSans-Regular;
}

.logo_header {
  display: flex;
  justify-content: center;
  height: 60px;
}
.logo_header .logo {
  max-width: 150px;
}
.intro_section .logo_header {
  position: fixed;
  left: 25%;
  transform: translateX(-25%);
  min-width: 100vw;
}
h1 {
  font-size: 4rem;
  font-family: "NotoSans-ExtraBold";
  line-height: 1;
  margin: 0;
}
h2 {
  font-size: 3rem;
  font-family: "NotoSans-ExtraBold";
  line-height: 1;
  margin: 0;
}
p {
  font-family: "NotoSans-Regular";
}
.color_primary {
  color: #ffb80c;
}
.container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 15px;
}
.button_primary {
  background: #ffb80c;
  color: #000;
  border-radius: 8px;
  padding: 0.7rem 1.3rem;
  text-decoration: none;
  font-family: "NotoSans-Bold";
  display: block;
  max-width: max-content;
}
.m_auto {
  margin: 0 auto;
}
.mt-1 {
  margin-top: 1rem;
}
.scroll_section {
  display: flex;
  position: relative;
}
.intro_section {
  position: relative;
  z-index: 1;
  min-width: 100%;
  max-width: 100vw;
}
.intro_section .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100vh - 60px);
  width: calc(100% - 30px);
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
}
body::-webkit-scrollbar {
  display: none;
}
/*MAIN*/
.main_section {
  position: relative;
  z-index: 2;
  background: #18181a;
  min-width: 100%;
  max-width: 100vw;
}
.dynamic_subheader {
  margin: 5px;
  font-size: 14px;
  font-family: "NotoSans-Regular";
}
.dynamic_content .container {
  height: 30vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.sticky {
  position: sticky;
  position: -webkit-sticky;
  background: #18181a;
  top: 0;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}
.menu_wrapper {
  background: #fff;
  color: #000;
  height: calc(100vh - 60px);
}
.menu_wrapper .container {
  display: flex;
  height: 100%;
}
.menu {
  min-width: 200px;
  position: relative;
  padding-right: 20px;
  padding-top: 1rem;
}
.menu::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: #000;
  right: 20px;
  top: -1.5rem;
}

.menu a {
  display: block;
  text-decoration: none;
  color: #000;
  font-family: "NotoSans-Bold";
  padding: 5px;
  font-size: 1.1rem;
}
.menu p {
  font-family: "NotoSans-ExtraBold";
  color: #bebec0;
  font-size: 1.1rem;
  margin: 0;
}
ul {
  list-style: none;
  padding-left: 25px;
}
.content {
  overflow-y: scroll;
  scroll-behavior: smooth;
}

.content h3 {
  scroll-margin-top: 1.5rem;
}
.menu .active {
  color: #ffb80c;
}
/*Swiper styles*/
.swiper {
  width: 90%;
  height: 350px;
  border: 1px solid;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
/*Swiper styles end*/
@media (min-width: 1024px) {
  .content::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 1024px) {
  h1 {
    font-size: 6vw;
  }
  .intro_section p {
    font-family: "NotoSans-Regular";
    font-size: 14px;
    margin-bottom: 4px;
  }
  .main_section {
    overflow: hidden;
    position: relative;
  }
}
@media (max-width: 768px) {
  #hamburger {
    width: 33px;
    height: 25px;
    display: block;
    position: relative;
    float: right;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  #hamburger span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: white;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  #hamburger span:nth-child(1) {
    top: 0px;
  }
  #hamburger span:nth-child(2) {
    top: 10px;
  }
  #hamburger span:nth-child(3) {
    top: 21px;
  }
  #hamburger.open span:nth-child(1) {
    top: 14px;
    transform: rotate(135deg);
  }
  #hamburger.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  #hamburger.open span:nth-child(3) {
    top: 14px;
    transform: rotate(-135deg);
  }
  .scroll_section {
    overflow: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .menu_wrapper .container {
    padding-right: 0;
    padding-left: 0;
  }
  .menu {
    position: fixed;
    height: 100vh;
    top: 60px;
    right: 0%;
    background: #18181a;
    transition: 0.5s;
    transform: translateX(215px);
    padding: 15px 0px 0px 15px;
    z-index: 99;
  }
  .menu::before {
    display: none;
  }
  .menu.active {
    transform: translateX(0px);
  }
  .menu a {
    color: #fff;
  }
  .sticky {
    position: fixed;
    background: #18181a;
    top: 0;
    right: 0;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    z-index: 999;
    width: calc(100vw - 30px);
  }
  .content {
    padding: 0 15px;
  }
}
@media (max-width: 620px) {
  .menu p {
    font-size: 1rem;
  }
  .menu a {
    font-size: 1rem;
  }
  ul {
    padding-left: 10px;
  }
}
