:root {
  --swiper-navigation-color: #fff;
}
body,
html {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  width: 100%;
}
body {
  background-color: #03050b;
  color: #F5F5F5;
}
.container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .logo {
  width: 300px;
  height: 300px;
  background-image: url('../brand/timescapes_logo.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  animation: fadeIn 1s ease-in forwards;
  animation-delay: 1s;
}
.hero {
  background-image: url('../images/hero.jpg');
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content {
  position: relative;
  z-index: 2;
}
.content-home {
  opacity: 0;
  animation: fadeIn 1s ease-in forwards;
  animation-delay: 3.25s;
}
header {
  color: #fff;
  padding: 30px 0;
}
header a {
  text-decoration: none;
  color: #fff;
}
header a:hover {
  text-decoration: underline;
}
header a:active {
  text-decoration: underline;
}
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 837px) {
  header .inner {
    flex-direction: column;
  }
  header .inner nav {
    width: 100%;
  }
  header .inner nav ul {
    justify-content: center;
    padding-left: 0;
  }
  header .inner nav ul li {
    margin: 10px;
  }
}
header nav ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  list-style: none;
}
header nav ul * {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  cursor: pointer;
}
header nav ul li {
  margin-left: 20px;
  font-size: 1.1rem;
}
header nav ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}
@media only screen and (min-width: 838px) and (max-width: 1024px), only screen and (max-width: 837px) {
  header nav ul {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  header nav ul li {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 837px) {
  header {
    padding-bottom: 0;
  }
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
span {
  letter-spacing: 0.3px;
  word-spacing: 1.5px;
  text-transform: none;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
}
h1,
h2,
h3 {
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
  line-height: 1.3;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
p {
  font-size: 1.15rem;
  line-height: 1.9;
  margin-bottom: 20px;
  font-weight: 400;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 837px) {
  p {
    font-size: 1rem;
  }
}
.max-width {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 25px;
}
.hero {
  background-image: url('../images/hero.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  color: #fff;
}
.hero #collage {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  overflow-x: hidden;
  height: 600px;
}
.hero #collage .swiper-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  animation: fadeInMostly 1s ease-in forwards;
  animation-delay: 3.25s;
  z-index: -1;
}
.hero #collage .swiper-header img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.hero #collage p {
  z-index: 2;
  font-size: 2rem;
  font-weight: 600;
  margin: 20px 0;
  letter-spacing: 2px;
  line-height: normal;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6), 0 0 10px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 837px) {
  .hero #collage p {
    font-size: 1.3rem;
    margin: 5px 0;
  }
}
.hero #collage p span.bullet {
  opacity: 0;
  animation: fadeIn 1s ease-in forwards;
  animation-delay: 3.25s;
}
.hero #collage p span.tagline {
  display: inline-block;
  opacity: 0;
  animation: fadeIn 1s ease-in forwards;
  text-transform: uppercase;
}
.hero #collage p span:nth-child(1) {
  animation-delay: 0.25s;
}
.hero #collage p span:nth-child(3) {
  animation-delay: 1.25s;
}
.hero #collage p span:nth-child(5) {
  animation-delay: 2.25s;
}
@keyframes scroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1000px, 0, 0);
  }
}
@keyframes sparkle {
  0%,
  100% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInMostly {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.8;
  }
}
.section {
  padding: 50px 0;
}
.section-short {
  padding: 20px 0;
}
.section hr.marker,
.section-short hr.marker {
  border: 0;
  height: 4px;
  background-color: #7BA043;
  color: #7BA043;
  width: 50px;
  margin-left: 0;
}
.list p {
  margin-left: 20px;
}
.slideshow {
  width: 100%;
  text-align: center;
}
.call-to-action {
  padding: 50px 0 120px 0;
  text-align: center;
}
.call-to-action h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.call-to-action p {
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 20px;
}
.call-to-action .cta-button {
  padding: 10px 20px;
  border: 2px solid #fff;
  border-radius: 5px;
  margin: 15px auto 0 auto;
  width: fit-content;
}
.call-to-action .cta-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
.call-to-action a {
  color: #fff;
  text-decoration: none;
}
footer {
  background-color: #1a1a1d;
  color: #fff;
  padding: 50px 0;
}
footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer p {
  font-size: 1.1rem;
  font-weight: 400;
}
footer ul {
  list-style: none;
  display: flex;
}
footer ul li {
  margin-left: 20px;
  font-size: 1.1rem;
}
footer ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}
.swiper-wrapper {
  height: 500px;
}
.swiper-wrapper .swiper-slide {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-wrapper .swiper-slide-portfolio img {
  height: 500px;
}
@media only screen and (max-width: 837px) {
  .swiper-wrapper {
    height: 300px;
  }
  .swiper-wrapper .swiper-slide {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .swiper-wrapper .swiper-slide-portfolio img {
    height: 300px;
  }
}
.center {
  text-align: center;
}
.quote {
  text-align: center;
  font-style: italic;
  padding: 40px 0;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
  cursor: default;
}
