*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* scroll-behavior: smooth; */
  /* overscroll-behavior: all; */
}

@font-face {
  font-family: 'Helvetica Neue Roman';
  /* font-weight: normal; */
  src: url('font/HelveticaNeue-Roman.ttf') format('truetype');
}

@font-face {
  font-family: 'Helvetica Neue Medium';
  /* font-weight: normal; */
  src: url('font/HelveticaNeue-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Helvetica Neue Light';
  /* font-weight: light; */
  src: url('font/HelveticaNeue-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Helvetica Neue UltraLight';
  /* font-weight: lighter; */
  src: url('font/HelveticaNeue-UltraLight.ttf') format('truetype');
}

@font-face {
  font-family: 'Helvetica Neue Medium Italic';
  src: url("font/HelveticaNeue-MediumItalic.ttf") format("truetype");
  /* font-weight: medium;
  font-style: italic; */
}

@font-face {
  font-family: 'Helvetica Neue Light Italic';
  src: url("font/HelveticaNeue-LightItalic.ttf") format("truetype");
  /* font-weight: medium;
  font-style: italic; */
}

/* html{
  width: 100vw;
  height: 100vh;
} */

html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: black;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: blue;
  overscroll-behavior: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* background-image: url(../images/onmc_01.jpg);
  background-size: cover; */
  /* background-color: #F10EE2; */
}

#mainWrapper{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 90%;
  /* width: 100vw;
  height: 100vh; */
  margin: 0 auto;
  /* background-color: red; */
  /* overflow: hidden; */
}

#logo__container{
  /* margin-top:20px; */
  width: 100%;
  height: 100%;
  position: fixed;
  /* background-color: yellow; */
}

.image__slider__container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: blue;
  background-image: url(../images/onmc_01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* main{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
} */

/* .container{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
} */

/* .content__slider__container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../images/onmc_01.jpg);
  background-size: cover;
}

.content__slider{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  will-change: transform;
} */

img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  will-change: transform;
}

/* .project{
  position: relative;
  width: 100vw;
  height: 100%;
  overflow: hidden;
}

.project img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  will-change: transform;
} */

.bot__container{
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 100;
}

.botnav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100%;
  margin: auto;
}


.botnav a {
  font-family: 'Helvetica Neue Medium';
  font-size: 14px;
  float: left;
  color: white;
  text-align: center;
  text-decoration: none;
  margin-right: 12px;
  margin-left: 12px;
}

.botnav a:hover {
  text-decoration: underline;
}

/*only screen and*/ 
@media screen and (max-width: 600px){
  html, body {
    height: 100svh;
  }

  #mainWrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 20;
    transform: translate(-50%, -55%);
    width: 100vw;
    height: 100svh;
    margin: 0 auto;
    overflow: hidden;
  }

  #logo__container{
    margin-top:50px;
    width: 100vw;
    height: 100svh;
  }

  .bot__container{
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 80px;
    white-space: nowrap;
    z-index: 100;
  }

  .botnav {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100%;
    margin: auto;
  }

  .botnav a {
    font-family: 'Helvetica Neue Medium';
    font-size: 12px;
    float: left;
    color: white;
    text-align: center;
    text-decoration: none;
    margin-top: 3px;
    margin-bottom: 3px;
  }
}



/* html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
} */