* {
  margin: 0;
  padding: 0;
  outline: 0;
}
html {
  font-family: sans-serif;
  line-height: 1.2;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body {
  font-family: "Merriweather", serif;
  background-color: #fff;
  color: var(--body-text);
  font-size: 14px;
  font-weight: normal;
  position: relative;
  line-height: 1.4;
  max-width: 100%;
  min-width: 320px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url(imgs/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
h1,.h1 {
  display: block;
  position: relative;
  font-family: inherit;
  color: var(--body-heading);
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 1.5rem;
}
h1,.h1{font-size: 40px; font-weight: 700;}
a {
  
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: all 0.5s ease;
}
a:hover,
a:focus{
  
  outline-width: 0;
  text-decoration: none;
}
.container {
  max-width: 1366px;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
  width: 100%;
}
.door_link {
  width: 40%;
  height: fit-content;
  text-decoration: none;
  display: block;
  margin: 0 auto;
}
.door_link img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.section {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#container {
    width: 100%; 
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.main.smoke {
  height: 100%;
}
.image_wrapper {
  margin: 0 auto;
    position: absolute;
    bottom: 8vh;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-direction: column;
}
#door-bg {
  cursor: pointer;
  /* position: absolute; */
  position: relative;
  /* height: 541px; */
  width: 100%;
  /* height: fit-content; */
  /* left: calc(50% - 10px);
  transform: translateX(-50%); */
  /* width: 40%; */
  z-index: 999;
  /* bottom: 10vh; */
  display: flex;
  align-items: flex-end;
  height: 60vh;
}
#door-bg img {
  width: 100%;
  /* height: auto; */
  height: 100%;
  /* object-fit: cover; */
  object-fit: contain;
  display: block;
}
#door-bg img.door_inner {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
#door-bg img.door {
  opacity: 0.9;
}
#door-bg:hover img.door_inner, #door-bg:focus img.door_inner, #door-bg:active img.door_inner {
  opacity: 1;
}
#smoke-canvas {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; height: 100%;
    pointer-events: none;
    opacity: 0.9;
}
.text {
  /* position: absolute;
  top: 10vh; */
  position: relative;
  /* left: 0; */
  width: 100%;
  /* height: 100px; */
  height: fit-content;
  z-index: 9999;
  /* font-size: 45px; */
  font-size: 3vw;
  font-weight: 800;
  color: #fff;
  text-align: center;
  text-shadow: 0px 2px 6px #000;
  margin-bottom: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 1520px) {
  /* #door-bg {
      width: 36%;
  } */
}
@media screen and (max-width: 1130px) {
  /* .text {
      top: 7vh;
  } */
}
@media screen and (max-width: 1120px) {
  /* #door-bg {
      width: 50%;
  } */
  /* #door-bg img {
    height: auto;
  } */
}
/* @media screen and (max-width: 1114px) {
  .text {
    top: 10vh;
}
} */
@media screen and (max-width: 991px) {
  /* #door-bg {
      width: 64%;
  } */
  #door-bg {
    height: 50vh;
  }
  #door-bg img {
    /* object-fit: cover; */
    height: 100%;
  }
  .text {
    font-size: 6vw;
  }
}
@media screen and (max-width: 560px) {
  /* #door-bg {
      width: 84%;
  } */
}
@media screen and (max-width: 500px) {
  .text {
      font-size: 9vw;
  }
} 
@media screen and (max-width: 435px) {
   #door-bg {
    /* height: 430px; */
    height: fit-content;
    /* bottom: 14vh;
    width: 94%; */
  }
  .image_wrapper {
    bottom: 14vh;
  }
 .text {
    /* top: 13%; */
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 415px) {
  /* #door-bg {
    bottom: 11vh;
  } */
}
@media screen and (max-width: 375px) {
  /* #door-bg {
    bottom: 9vh;
  }
  .text {
    top: 17%;
  } */
  #door-bg {
    height: fit-content;
    /* bottom: 14vh;
    width: 94%; */
  }
}
@media (max-width: 660px) and (orientation: landscape) {
  .image_wrapper {
    bottom: 3vh;
  }
  #door-bg {
    height: fit-content;
  }
}
.fullpage-preloader {
    width: 100vw;
    height: 100vh;
    background: #202020;
    position: fixed;
    top: 0;
    z-index: 10000;
    transition: opacity .6s linear;
    display: flex;
  justify-content: center;
  align-items: center
}
.preloader_wrap {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center
}
@-webkit-keyframes rotate-animation {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}
@keyframes rotate-animation {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}
@-webkit-keyframes anti-rotate-animation {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(-360deg);
      transform: rotate(-360deg);
  }
}
@keyframes anti-rotate-animation {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(-360deg);
      transform: rotate(-360deg);
  }
}
.fn_preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
}
.fn_preloader:before,
.fn_preloader:after{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  border: 6px solid;
  border-radius: 50%;
}
.fn_preloader::before{
  width: 120px;
  height: 120px;
  margin-left: -60px;
  border-left-color: transparent;
  border-top-color: #f01a1a;
  border-right-color: #f01a1a;
  border-bottom: transparent;
  -webkit-animation: rotate-animation 1s linear 0s infinite;
  animation: rotate-animation 1s linear 0s infinite;
}
.fn_preloader::after{
  width: 80px;
  height: 80px;
  margin-top: 20px;
  margin-left: -40px;
  border-left-color: transparent;
  border-top-color: #f01a1a;
  border-right-color: #f01a1a;
  border-bottom: transparent;
  -webkit-animation: anti-rotate-animation 0.85s linear 0s infinite;
  animation: anti-rotate-animation 0.85s linear 0s infinite;
}