@font-face {
    font-family: "GrillmasterNarrowMedium";
    src: url('../fonts/GrillmasterNarrowMedium/font.woff2') format('woff2'), url('../fonts/GrillmasterNarrowMedium/font.woff') format('woff');
}

html, body {
    font-size: 18px;
}

body {
    background-color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}

p {
    line-height: 1.5rem;
    margin: 24px 0;
}

h1, h2, h3, h4, h5, h6 {
    /* font-family: 'Fjalla One', sans-serif; */
    font-family: 'GrillmasterNarrowMedium';
    /* font-weight: 500; */
    margin: 16px 0 32px;
    text-transform: uppercase;
}

h1 {
    font-size: 4rem;
}

h2 {
    font-size: 2.4rem;
}

button {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

.btn {
    background-color: #A8654A;
    /* border-radius: 15px; */
    color: #fff;
    /* font-family: 'Fjalla One', sans-serif; */
    /* font-family: 'Inter', sans-serif; */
    font-size: 1rem;
    /* font-weight: 600; */
    padding: 12px 16px;
}

.header-wrap {
    overflow: hidden;
}

header {
    /* background-color: #9C3A16; */
    display: flex;
    /* height: 60px; */
    padding: 16px 0;
    position: relative;
}

header .logo {
    height: auto;
    width: 200px;
}

header .logo-copy {
    height: auto;
    width: 200px;
}

header > div {
    align-items: center;
    color: #333;
    display: flex;
    flex: 0 0 250px;
}

header .top-left {
    font-family: 'Fjalla One', sans-serif;
    font-weight: 400;
    margin-left: 15px;
}

header a {
    color: #fff;
    text-decoration: none;
}

header a:hover,
header a:visited,
header a:active {
    color: #fff;
    text-decoration: none;
}

.top-bg {
    background: url('../../assets/images/mountain-range.jpg') repeat center bottom;
    background-size: contain;
    background-color: rgba(0,0,0,0.1);
    clip-path: ellipse(49% 94% at 48% 12%);
    height: 80px;
    position: absolute;
    top: 0;
    left: 248px;
    width: 100vw;
}

.nav {
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
    flex: 1;
}

.nav > ul li {
    color: #333;
    text-decoration: none;
}

.nav > ul {
    display: flex;
    gap: 48px;
    list-style: none;
    /* margin: 0 15px; */
    padding: 0;
    text-transform: uppercase;
}

.nav > ul li {
    color: #fff;
    display: inline-block;
    font-weight: 500;
    padding: 8px;
}
/* 
.container {
    background-color: #FBE5A8;
    margin: 0 auto;
    width: 1280px;
} */

.content {
    /* background-color: #FBE5A8; */
}

.hero {
    background: url('../../assets/images/redgum.webp') no-repeat center bottom;
    background-size: cover;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 24px inset, rgba(0, 0, 0, 0.2) -1px -2px 17px inset;
    color: #fff;
    display: flex;
    height: 800px;
    overflow: hidden;
    position: relative;

    @media screen and (min-width: 1200px) {
        background-position: center center;
    }
}

.hero::after {
    background: rgba(0, 0, 0, 0.05);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.hero .container {
    display: flex;
}

.hero .about {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    /* padding-left: 45%; */
    padding-right: 45%;
    padding-top: 100px;
    position: relative;
    /* position: absolute; */
    text-shadow: 1px 2px 31px rgba(0,0,0,0.2);
    z-index: 1;
}

.hero .about::after {
    clip-path: ellipse(closest-side farthest-side);
    background: rgba(0, 0, 0, 0.35);
    content: '';
    height: 60%;
    /* left: 36%; */
    left: -10%;
    opacity: 0;
    position: absolute;
    top: 25%;
    transform: skew(16deg, 10deg) rotate(133deg);
    width: 62%;
    z-index: 0;
}

.hero .about h1 {
    line-height: 1;
    margin-bottom: 0;
    /* width: 60%; */
    text-shadow: 1px 1px 1px rgbA(0, 0, 0, 0.2);
    z-index: 2;
}

.hero .about p {
    font-size: 1.5rem;
    line-height: 1.3;
    width: 60%;
    z-index: 2;
}

.hero .btn {
    width: 60%;
    z-index: 2;
}

.cloud {
    background-image: url('../../assets/images/cloud1.png');
    background-size: cover;
    display: block;
    height: 39px;
    width: 130px;
}

.intro {
    /* background-color: #FBE5A8; */
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 80px;
    margin: 64px 0;
    /* width: 960px; */
}

.intro .logo {
    height: 300px;
}

.page-404 {
    margin: 100px auto;
}

.device {
    align-self: center;
    height: 259px;
    margin-left: 30px;
    width: 486px;
}

footer {
    align-items: center;
    background-color: #555;
    color: #fff;
    display: flex;
    height: 60px;
    justify-content: center;
}


/* body, html {
  margin: 0;
  padding: 0;
  background: #000;
  color: white;
  font-family: Arial, sans-serif;
} */

.scroll-container {
  height: 250vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 20px;
}

.scroll-container h1 {
  margin-top: 20vh;
  font-size: 2rem;
  color: #555;
}

.scroll-container p {
  position: absolute;
  bottom: 20vh;
  font-size: 1.5rem;
  color: #555;
}

video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100vw;
  max-height: 100vh;
  width: auto;
  height: auto;
  object-fit: contain;
  touch-action: pan-y;
}

#videoPlaceholder {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: #333;
  border: 1px solid #555;
  border-radius: 8px;
  text-align: center;
  display: none;
}
