@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Saira+Stencil+One&display=swap");
@font-face {
  font-family: "smile";
  src: url(Name\ Smile.otf);
}
@font-face {
  font-family: "satoshi";
  src: url(Satoshi-Black.otf);
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "satoshi", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  width: 100svw;
  background-color: #0F151B;
}

h1 {
  font-family: "smile";
}

main {
  margin-top: 90px;
}

header {
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
  width: 100vw;
  box-shadow: 0 0 3px rgb(12, 12, 12);
  background-color: #0F151B;
  overflow: hidden;
  padding: 0 40px;
  transition: 0.5s;
  z-index: 10;
}
header img {
  height: 100px;
  transition: transform 0.3s;
}
header img:hover {
  transform: scale(1.1);
  cursor: pointer;
}
header i {
  font-size: 35px;
  color: white;
  transition: transform 0.3s;
  opacity: 1;
}
header nav {
  position: fixed;
  background-color: #0F151B;
  right: 100vw;
  width: 100vw;
  height: 100svh;
  transition: 0.4s;
  top: 90px;
}
header nav ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  list-style-type: none;
  width: 100%;
  height: 100%;
}
header nav ul li {
  height: 90px;
  width: 100%;
}
header nav ul li a {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  align-items: center;
  text-decoration: none;
  color: white;
  width: 100%;
  height: 100%;
  font-size: 1.7rem;
}
header nav ul li a:hover {
  cursor: pointer;
}
header #menu {
  font-size: 35px;
  color: white;
  transition: transform 0.3s;
  z-index: 20;
  position: relative;
}

header.header-transparent {
  background-color: rgba(15, 21, 27, 0.7);
}

.navOpen {
  right: 0;
  z-index: 10;
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  background-image: url("../img/newbackground.png");
  background-position: center;
  background-size: cover;
  overflow-x: hidden;
}
.hero article {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  gap: 20px;
  color: white;
  text-align: center;
}
.hero article h2 {
  font-size: 1.8rem;
  font-family: "Saira Stencil One", sans-serif;
  color: #DD0022;
}
.hero article p {
  font-size: 1.2rem;
  max-width: 600px;
}
.hero article img {
  width: 200px;
}
.hero article div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hero > img {
  width: 450px;
  height: auto;
  animation: float 3s ease-in-out infinite;
  z-index: 1;
  padding: 10% 0;
}

.værdier {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  background-color: #0F151B;
  color: white;
  text-align: center;
  padding: 10%;
  gap: 60px;
}
.værdier img {
  width: 75px;
}
.værdier article {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.værdier .værdier-row {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.cases {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10% 0;
  gap: 75px;
  background-color: #18212A;
  color: white;
}
.cases article {
  display: flex;
  flex-direction: column;
  width: 100vw;
  padding: 0 5%;
  gap: 20px;
}
.cases article .case-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cases article .case-wrapper div:nth-of-type(1) {
  display: flex;
  align-items: center;
  gap: 5px;
}
.cases article .case-wrapper div:nth-of-type(1) p {
  font-size: 1.2rem;
  color: #6c80f0;
}
.cases article .case-wrapper div:nth-of-type(1) img {
  width: 75px;
}
.cases article .case-wrapper div:nth-of-type(1) p {
  font-family: "smile";
}
.cases article .video-wrapper {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.cases article .video-wrapper div {
  display: flex;
  justify-content: space-between;
}
.cases article .video-wrapper div a {
  box-shadow: 0 0 4px rgb(12, 12, 12);
}
.cases article .video-wrapper div a:nth-child(2) {
  background-color: #333f51;
}
.cases article video {
  width: 90vw;
  background-color: #7079E7;
  box-shadow: 0 0 8px rgb(12, 12, 12);
}

.contact {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: space-evenly;
  align-items: center;
  position: fixed;
  width: 95vw;
  height: 65vh;
  top: 50%;
  left: -100vw;
  transform: translate(-50%, -50%);
  background-color: #0F151B;
  z-index: 9;
  color: white;
  transition: 0.5s;
  box-shadow: 0 0 8px rgb(12, 12, 12);
}
.contact i {
  font-size: 2rem;
}
.contact i:hover {
  cursor: pointer;
  color: #DD0022;
  transition: 0.3s;
}
.contact form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact form input {
  width: 80%;
  padding: 2%;
}
.contact form input:nth-of-type(3) {
  padding: 5%;
}

.contactOpen {
  left: 50%;
}

.btn {
  padding: 20px 10%;
  border: none;
  background-color: #DD0022;
  color: white;
  font-size: 1.2rem;
  cursor: pointer;
  gap: 20px;
  text-decoration: none;
  color: white;
}

.btn:hover {
  opacity: 0.7;
  transition: 0.3s;
}

@media (min-width: 900px) {
  header {
    padding: 0 80px;
  }
  header img {
    height: 120px;
  }
  header #menu {
    display: none;
  }
  header nav {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    top: initial;
    width: auto;
    height: auto;
    background-color: transparent;
    transition: none;
  }
  header nav ul {
    flex-direction: row;
    height: auto;
    gap: 50px;
  }
  header nav ul li {
    height: auto;
    border: none;
  }
  header nav ul li a {
    font-size: 1.6rem;
    gap: 10px;
  }
  header nav ul li a:hover {
    color: #7079E7;
    transition: ease 0.3s;
  }
  header .fa, header .fa-brands, header .fa-regular, header .fa-solid, header .fab, header .far, header .fas {
    display: none;
  }
  .hero {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5% 0;
  }
  .hero > img {
    width: 50%;
    padding: 0;
  }
  .værdier {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    padding: 5% 10%;
  }
  .værdier article:first-child {
    margin-bottom: 40px;
  }
  .værdier article:first-child p {
    width: 100%;
  }
  .værdier .værdier-row {
    flex-direction: row;
    justify-content: space-around;
    gap: 40px;
  }
  .værdier .værdier-row article {
    width: 22%;
  }
  .cases {
    gap: 150px;
  }
  .cases article:nth-of-type(2) {
    flex-direction: row-reverse;
  }
  .cases article {
    justify-content: space-between;
    flex-direction: row;
    padding: 0 10%;
    width: 80%;
  }
  .cases article video {
    width: 50%;
  }
  .cases article .case-wrapper {
    justify-content: center;
    width: 35%;
  }
  .cases article .case-wrapper div:nth-of-type(1) {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .cases article .case-wrapper div:nth-of-type(1) p {
    font-size: 2rem;
    color: #6c80f0;
  }
  .cases article .case-wrapper div:nth-of-type(1) img {
    width: 75px;
  }
  .cases article .video-wrapper {
    justify-content: left;
  }
  .cases article .video-wrapper div {
    justify-content: flex-start;
  }
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}/*# sourceMappingURL=style.css.map */