


#prebody {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}



#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}





.loaded #prebody .edoor__panel .door__panel--left {
    -webkit-transform: translateX(-100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);
    /* IE 9 */
    transform: translateX(-100%);
    /* Firefox 16+, IE 10+, Opera */
}

.loaded #prebody .edoor__panel .door__panel--right {
    -webkit-transform: translateX(100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);
    /* IE 9 */
    transform: translateX(100%);
    /* Firefox 16+, IE 10+, Opera */
}

.loaded #loader {
    opacity: 0;
}

.loaded #prebody {
    visibility: hidden;
}

#loader {
    z-index: 1001;
    /* anything higher than z-index: 1000 of .loader-section */
}


#prebody .loader-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #1e1d1f;
    z-index: 1000;
}

    #edoor .edoor__panel .door__panel--left {
        left: 0;
    }

    #edoor .edoor__panel .door__panel--right {
        right: 0;
    }


/* Loaded */

.loaded #edoor .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);
    /* IE 9 */
    transform: translateX(-100%);
    /* Firefox 16+, IE 10+, Opera */
}

.loaded #edoor .edoor__panel .door__panel--right {
    -webkit-transform: translateX(100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);
    /* IE 9 */
    transform: translateX(100%);
    /* Firefox 16+, IE 10+, Opera */
}

.loaded #loader {
    opacity: 0;
}

.loaded #prebody {
    visibility: hidden
}

.loaded #content {
    visibility: visible;
    text-align: center
}

.loaded #edoor .edoor__panel .door__panel--right,
.loaded #edoor .edoor__panel .door__panel--left {
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}


/* CSS For "No JavaScript Support" */

.no-js #precontainer {
    display: none;
}




#outside{
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  top: 100px;
  left: 500px;
  width: 450px;
  height: 250px;
  padding: 200px;
  z-index: 9998
}

#centerimage {
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 250px;
  margin: -50px 0 0 -10px
}
#pageloader {
  position: absolute;
  left: 50%;
  top: 15%;
  z-index: 9999;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 2s linear infinite;

}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 }
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom {
  from{ bottom:-100px; opacity:0 }
  to{ bottom:0; opacity:1 }
}

#Maindiv {
  display: none;
  text-align: center;
  margin-top: 50px;
}
.img{
  height: 500px;
}
h2{
  margin: 5px 5px 10px 5px;
}


.curtain {
  width: 100%;
  margin: -75px 0 0 -75px;
  height: 100vh;
  position: absolute;
  z-index: 10;


}
.curtain__wrapper {
  width: 100%;
  height: 100%;
}
.curtain__wrapper input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  top: 0;
  left: 0;
}
.curtain__wrapper input[type=checkbox]:checked ~ div.curtain__panel--left {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.curtain__wrapper input[type=checkbox]:checked ~ div.curtain__panel--right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.curtain__panel {
    width: 150px;
    height: 80px;
    background-color: yellow;
    display: flex;
    align-items: center;
    background: #1e1d1f;
    color: #fff;
    float: left;
    position: relative;
    width: 50%;
    height: 100vh;
    -webkit-animation: splash 5s forwards;
    animation: splash 5s forwards;
    transition: all 1s ease-out;
    z-index: 2;
}


.curtain__panel--left {
  justify-content: flex-end;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.curtain__panel--right {
  justify-content: flex-start;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.curtain__content {
  padding: 1rem 0;
  position: absolute;
  text-align: center;
  z-index: 1;
  width: 100%;
}
.curtain__content img {
  width: 20%;
}


.door{
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0px;
  z-index: 20;
}

.door__wrapper {
  width: 100%;
  height: 100%;
}
.door__wrapper input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  top: 0;
  left: 0;
}
    .door__wrapper input[type=checkbox]:checked ~ div.door__panel--left {
        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .door__wrapper input[type=checkbox]:checked ~ div.door__panel--right {
        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
.door__panel {
    display: flex;
    align-items: center;
    background: #1e1d1f;
    float: left;
    position: relative;
    width: 50%;
    height: 100vh;
    transition: all 1s ease-out;
    z-index: 4;
}
.door__panel--left {
  justify-content: flex-end;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.door__panel--right {
  justify-content: flex-start;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.door__content {
  padding: 1rem 0;
  position: absolute;
  text-align: center;
  z-index: 5;
  width: 100%;
}
.door__content img {
  width: 20%;
}






































































.ecurtain {
 -ms-transform: rotate(90deg); /* IE 9 */
 -webkit-transform: rotate(90deg); /* Safari 3-8 */
  transform: rotate(90deg);
  width: 100%;
  margin: -75px 0 0 -75px;
  height: 100vh;
  position: absolute;
  z-index: 10;


}
.ecurtain__wrapper {
  width: 100%;
  height: 100%;
}
.ecurtain__wrapper input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  top: 0;
  left: 0;
}
.ecurtain__wrapper input[type=checkbox]:checked ~ div.curtain__panel--left {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.ecurtain__wrapper input[type=checkbox]:checked ~ div.curtain__panel--right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.ecurtain__panel {
    width: 150px;
    height: 80px;
    background-color: yellow;
    display: flex;
    align-items: center;
    background: #1e1d1f;
    color: #fff;
    float: left;
    position: relative;
    width: 50%;
    height: 100vh;
    -webkit-animation: splash 5s forwards;
    animation: splash 5s forwards;
    transition: all 1s ease-out;
    z-index: 2;
}
.ecurtain__panel--left {
  justify-content: flex-end;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.ecurtain__panel--right {
  justify-content: flex-start;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.ecurtain__content {
  padding: 1rem 0;
  position: absolute;
  text-align: center;
  z-index: 1;
  width: 100%;
}
.ecurtain__content img {
  width: 20%;
}


.edoor{
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0px;
  z-index: 20;
}

.edoor__wrapper {
  width: 100%;
  height: 100%;
}
.edoor__wrapper input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  top: 0;
  left: 0;
}
    .edoor__wrapper input[type=checkbox]:checked ~ div.door__panel--left {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .edoor__wrapper input[type=checkbox]:checked ~ div.door__panel--right {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
.edoor__panel {
    display: flex;
    align-items: center;
    background: #1e1d1f;
    float: left;
    position: relative;
    width: 50%;
    height: 100vh;
    transition: all 1s ease-out;
    z-index: 4;
}
.edoor__panel--left {
  justify-content: flex-end;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.edoor__panel--right {
  justify-content: flex-start;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.edoor__content {
  padding: 1rem 0;
  position: absolute;
  text-align: center;
  z-index: 5;
  width: 100%;
}
.edoor__content img {
  width: 20%;
}
