* {

  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
 @font-face {
        font-family: font;
        src: url(/fonts/Cakra-Normal.woff);
      }
 @font-face {
        font-family: font1;
        src: url(/fonts/Stara-Bold.ttf);
      }
html,
body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
#pdff{
z-index:1;}

.logo {
  position: fixed;
  padding: 1.5em;
  z-index: 1;
}

.logo a {
  text-decoration: none;
  color: #000;
  font-family: "font1";
  font-weight: 500;
}

.sidebar {
  width: 100vh;
  height: max-content;
  display: flex;
  align-items: flex-start;
  transform: rotate(-90deg) translate(-100%, 0);
  transform-origin: left top;
  padding: 1.5em 3em;
  font-family: 'font1';
}

.sidebar > div:nth-child(1) {
  flex: 2;
}

.sidebar > div:nth-child(2) {
  flex: 2;
  display: flex;
  gap: 6em;
}


p#header {
  font-family: 'font';
  text-transform: uppercase;
  font-size: 7.5rem;
  line-height: 85%;
  margin-bottom: 4rem;
}

.slider {
  
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider-wrapper {
  position: absolute;
  top: 0;
  width: 8000px;
  padding: 0 600px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 100px;
}

.slide {

  
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1px;
}

#pdf{
	font-family: font1;
  color: #000;
  text-decoration: none;
position: absolute;
top: 0;
right: 0;
margin-right: 5rem;
margin-top: 1rem;
	z-index: 1;
}

