@font-face {
  font-family: "BrownLL";
  src: url("/assets/font/BrownLL-Medium.otf") format("opentype");
}

:root {
  --padding-top: 16px;
  --padding-side: 30px;
}

* {
  list-style: none;
  margin: 0;
  outline: none;
  padding: 0;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-family: "BrownLL";
  font-size: 15px;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

body {
  background: white;
  font-size: 20px;
  color: #5b5953;

}

#hd {
  padding: var(--padding-top) var(--padding-side);
  display: flex;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  z-index: 100;
  border-bottom: 1px solid rgb(255, 255, 255);
}

a {
  color: unset;
}

.highlight {
  color: grey;
}

.cursus {
  margin-left: 30px;
}

h1 {
  font-size: 30px;
}

.heightF {
  height: 400px;
}

.mbLarge {
  margin-bottom: 30px;
}

.mbMedium {
  margin-bottom: 20px;
}

.mbSmall {
  margin-bottom: 10px;
}

.uppercase {
  margin-bottom: 2px;
  text-transform: uppercase;
}

.linkButton {
  text-decoration: underline;
}

.linkButton:hover {
  opacity: 0.6;
}

.dot {
  margin-right: 20px;
}

.listWrapper {
  display: flex;
}

.listItem {
  margin: 2px 0;
}

.line {
  border-bottom: 1px solid #aeaaaaa3;
  margin: 14px 0 12px;
  width: 100%;
}

li {
  padding-left: 20px;
  color: grey;
}

.maxMidWidth {
  max-width: 600px;
}

.costs {
  margin: 20px 0;
}

.costWrap {
  border-bottom: 1px solid black;
  width: 100%;
  max-width: 600px;
  display: grid;
  grid-template-columns: 1fr auto 40px;
}

.chf {
  margin-right: 5px;
}

.marginSmall {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
}

.link {
  cursor: pointer;
  transition: all .1s ease;
  user-select: none;
  height: fit-content;
  white-space: nowrap;
}

.link:hover,
.simpleLink:hover {
  opacity: 0.6 !important;
}

.linkhover {
  cursor: pointer;
  transition: all .1s ease;
  user-select: none;
  height: fit-content;
  white-space: nowrap;
}

.linkhover:hover {
  opacity: 0.6;
}

.simpleLink {
  height: fit-content;
  cursor: pointer;
}

#portraitWrap {
  width: fit-content;
}

#logo {
  line-height: 48px;
  display: flex;
  flex-direction: column;
  font-size: 45px;
  column-gap: 6px;
  transition: all .16s ease;
}

.header_links {
  display: flex;
  gap: 20px;
}

main {
  top: 100vh;
  position: relative;
  max-width: 100vw;

}

#reservationButtonWrap {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 100;
  background: white !important;
  color: black !important;
  padding: 8px 15px;
  border: 1px solid black;
  filter: drop-shadow(2px 2px 0 #000);
  margin: 0 2px 2px 0;
  cursor: pointer;
}

#reservationButtonWrap:hover {
  filter: unset;
  margin: 0;
  background-color: black !important;
  color: white !important;
}

#reservationButtonWrap:active {
  transform: scale(0.96);
}

#logo.scrolled {
  line-height: unset;
}

.scroller {
  overflow: scroll;
  scroll-snap-type: y mandatory;
}

.scroller section {
  scroll-snap-align: start;
}

section {
  position: relative;
  max-width: 100vw;
  min-height: 100vh;
  padding: 80px var(--padding-side) 0px var(--padding-side);
}

.mountainsWrap {
  position: fixed;
  overflow: hidden;
  transition: all 0.25s ease;
  height: 100%;
  /* background: pink; */
  display: flex;
  align-items: end;
}

.mountainsWrap.scrolled {
  opacity: 0.2;
}

.mountainsWrap svg {
  width: 102vw;
  left: -1vw;
  bottom: -2vw;
  position: relative;
}

#mountains {
  height: fit-content;
  /* background-color: pink; */
}

.sectionTitle {
  font-size: 19px;
  margin-bottom: 20px;
}

.sectionBi {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;

}

.images {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 20px;
}

.mediumCard {
  width: 600px;
}

.smallPicture {

  /* filter: grayscale(1); */
  opacity: 0.9;
}

.vertical {
  width: 20vh;
  min-width: 300px;
}

.verticalLrge {
  width: 40vh;
  min-width: 300px;
}

.horizontal {
  height: 300px;
}

.smallPicture:hover {
  filter: grayscale(0);
  cursor: pointer;
  background: unset;
}

.mrg1 {
  margin-right: 10%;
  margin-bottom: 10px;
}

.mrg2 {
  margin-right: 70px;
  margin-bottom: 4px;
}

.mrg3 {
  margin-right: 16%;
  margin-bottom: 20px;
}

.mrg4 {
  margin-right: 30%
}

.footer {
  position: relative;
  padding: var(--padding-top) var(--padding-side);
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  width: fit-content;
  width: 70vw;
  gap: 5px;
}

.footer_section {
  display: flex;
  flex-direction: column;
}

.cls-1 {
  stroke-width: 0px;
  transition: transform 0.3s ease-in-out;
  display: inline-block;
}

.cls-1:hover {
  filter: brightness(11);
  transition: all .01s ease;
}

.cls-1.highlight {
  filter: brightness(11);
  transition: all .01s ease;
}

.smallPicture.card {
  transform: translateX(40px);
  transition: transform .4s;
}

.card {
  opacity: 0;
  transition: opacity 1.4s;
}

.card.show {
  opacity: 1;
}

.smallPicture.card.show {
  transform: translateX(0);
  opacity: 0.9 !important;
}

#circle {
  position: fixed;
  transform: translate(-50%, -50%);

  height: 40px;
  width: 40px;
  background-color: red;
  border-radius: 50%;
  z-index: -100;
}

.mapWrap {
  width: 100%;
  height: 100%;
  filter: grayscale(.4);
}

.p {
  max-width: 60ch;
}

.paragraph div {
  max-width: 60ch;
}

.reverse {
  flex-direction: column;
}

#contact {
  margin-bottom: 100px;
}

.desktop {
  display: flex;
}

.mobile {
  display: none;
}

#mobileLinksWrap {
  z-index: 100;
}

.mobileLinks {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 39px;
  right: 0;
  background: white;
  width: 100%;
  /* height: 100vh; */
}

.mobileLink {
  font-size: 20px;
  width: 100%;
  padding: 10px 10px;
  border-bottom: 1px solid #c9c9c9;
}

#closeMobileMenu {
  position: absolute;
  top: 10px;
  right: 10px;
}

#logo {
  font-size: 45px;
  flex-direction: column;
}

#hd {
  border-color: rgba(255, 255, 255, 0);
  /* background: unset; */
}

#logo.scrolled {
  font-size: 20px;
  flex-direction: unset;
}

#hd.scrolled {
  border-color: rgb(219 219 219);
  background: white;
}

.flex {
  display: flex;
}

.spMargin {
  width: 120px;
  display: flex;
}

.fullImageWrap {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: all .25s ease;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 200;
  display: none;
}

.fullImageWrap img {
  margin: auto;
  height: 100%;
}

.fullImageWrap.show {
  opacity: 1;
  display: flex;
  justify-content: center;
  padding: 20px;
}

@media only screen and (max-width: 1600px) {
  .mediumCard {
    width: 450px;
  }

  .sectionBi {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

@media only screen and (max-width: 1300px) {

  main {
    top: 10px;
  }

  .mountainsWrap {
    opacity: 0.2;
  }

  .smallPicture:nth-child(1) {
    margin-right: 0%;
    margin-bottom: 5px;
  }

  .smallPicture:nth-child(2) {
    margin-right: 0%;
    margin-bottom: 5px;
  }

  .smallPicture:nth-child(3) {
    margin-right: 0%;
    margin-bottom: 5px;
  }

  .smallPicture::before {
    content: "before";
  }

  .smallPicture:nth-child(4) {
    margin-right: 0%;
  }

  .images {
    align-items: start;
  }

  #logo {
    font-size: 20px;
    align-items: start;
    line-height: unset;
  }
}

@media only screen and (max-width: 1250px) {
  :root {
    --padding-top: 6px;
    --padding-side: 8px;
  }

  #logo {
    flex-direction: row;
    font-size: 20px;
    flex-wrap: wrap;
  }

  section {
    padding: 45px var(--padding-side) 0px var(--padding-side);
  }

  #reservationButtonWrap {
    width: 100vw;
    left: 0;
    bottom: 0;
    /* border: unset;
    border-top: 1px solid black; */
    text-align: center;
    /* height: 50px; */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    /* background-color: #2a2a2a;
    color: white; */
    margin: 0;

  }

  .mountainsWrap {
    display: none;
  }

  .horizontal {
    height: unset;
  }

  .mediumCard {
    width: 100%;
  }

  .spMargin {
    width: 88px;
    display: flex;
  }

  h1 {
    font-size: 20px;
  }

  body {
    font-size: 15px;
  }

  .heightF {
    height: unset;
  }

  #hd {
    width: 100%;
    background: white;
    border-bottom: 1px solid rgb(182, 182, 182) !important;
  }

  .smallPicture.card {
    transform: translateX(0px);
    width: 100%;
  }

  .paragraph {
    font-size: 15px;
  }

  .header_links {
    display: flex;
    gap: 0;
    flex-direction: column;
  }

  .link,
  .simpleLink {
    text-align: end;
    font-size: 15px;
  }

  .images {
    gap: 0;
  }

  .smallPicture {
    width: 100%;

  }

  .p {
    max-width: unset;
  }

  .paragraph div {
    max-width: unset;
  }

  .mapWrap {
    aspect-ratio: 1;
  }

  .sectionBi {
    display: flex;
    flex-direction: column;
  }

  .reverse {
    flex-direction: column-reverse;
  }

  .footer {
    flex-direction: column;
    font-size: 15px;
  }

  .mountainsWrap svg {
    bottom: 40px;
  }

  .mobile {
    display: flex;
    justify-content: center;
  }

  .desktop {
    display: none !important;
  }

  .costWrap {
    grid-template-columns: 1fr auto 28px;
  }

  /* #logo.scrolled {
    font-size: 20px;
    flex-direction: column;
  } */
}