@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400&700&family=Merriweather&display=swap");
/*right left 
 $left  $right*/
body {
  padding: 0;
  margin: 0; }

h1,
h2,
h3,
h4,
h5 {
  margin-top: 0; }

.page-header {
  margin-top: 30px; }

.no-pad-top {
  padding-top: 0; }

.extra-pad {
  padding-top: 40px;
  padding-bottom: 40px; }

.top-inner {
  padding: 90px 0 30px 0; }

.font1-14, body {
  font-size: 14px; }
  @media only screen and (max-width: 767px) {
    .font1-14, body {
      font-size: 12px; } }

.ease, .intro_popup .startbtn {
  -webkit-transition: 0.3s ease;
  -khtml-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }

.ease2, .desc_section {
  -webkit-transition: 0.8s ease;
  -khtml-transition: 0.8s ease;
  -moz-transition: 0.8s ease;
  -ms-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease; }

body {
  color: #393939;
  background: #dbdbdb; }

#loadingScreen {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff url("../img/cre8-preloader.gif") no-repeat center center;
  z-index: 9999;
  background-size: 150px;
  /*    &:after {
      width: 189px;
      height: 189px;
      @include background('../img/Artboard 1.png');
      @include pseudo;
      left: 50%;
      top: 50%;
      @include transform(translateX(-50%) translateY(-50%));
      background-size: 50%;
  }*/ }

.image-box figure {
  text-align: center;
  position: relative;
  background: #fff url("../img/384.gif") no-repeat center center;
  min-height: 250px; }
  .image-box figure #img {
    visibility: hidden; }
  .image-box figure.height #img {
    height: calc(100vh - 130px); }
  .image-box figure.width #img {
    width: 100%; }
.image-box.is_mobile figure.height #img {
  height: auto; }
.image-box.is_mobile figure span #img {
  width: 100% !important; }

#popup {
  display: none;
  position: absolute;
  background: #fff;
  left: 0;
  right: 0;
  top: 0;
  overflow-y: scroll;
  height: 100%; }
  #popup .close {
    position: fixed;
    right: 15px;
    top: 0;
    height: 70px !important;
    width: 70px;
    background: #fff url("../img/close.png") no-repeat center center;
    background-size: 75%;
    opacity: 1;
    z-index: 4000; }

.desc_section {
  width: 100%; }
  .desc_section .innder-box {
    background: #fff;
    padding: 30px 0; }
    .desc_section .innder-box h1 {
      font-size: 24px;
      font-family: "IBM Plex Sans", sans-serif;
      color: #000000;
      margin-bottom: 2px;
      font-weight: 700; }
    .desc_section .innder-box h5 {
      font-size: 14px;
      font-family: "Merriweather", serif;
      color: #393939;
      margin-bottom: 10px;
      font-weight: 400;
      line-height: 120%; }
      .desc_section .innder-box h5 b {
        font-weight: 700; }
    .desc_section .innder-box h3 {
      font-size: 24px;
      font-family: "IBM Plex Sans", sans-serif;
      color: #000000;
      margin-top: 4px;
      margin-bottom: 2px;
      font-weight: 700; }
    .desc_section .innder-box .location {
      font-size: 14px;
      font-family: "IBM Plex Sans", sans-serif;
      color: #000000;
      padding-bottom: 30px;
      font-weight: 700; }
    .desc_section .innder-box article {
      font-size: 14px;
      font-family: "Merriweather", serif;
      color: #393939;
      padding-bottom: 80px; }
    @media only screen and (max-width: 991px) {
      .desc_section .innder-box h1 {
        font-size: 34px; }
      .desc_section .innder-box h5 {
        font-size: 24px; }
      .desc_section .innder-box h3 {
        font-size: 34px; }
      .desc_section .innder-box .location {
        font-size: 24px; }
      .desc_section .innder-box article {
        font-size: 24px; } }

.zoom {
  display: inline-block;
  position: relative; }

/* magnifying glass icon */
.zoom:after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: url("../img/zoomicon.png");
  background-size: 100%; }

.zoom img {
  display: block; }

.zoom img::selection {
  background-color: transparent; }

#ex2 img:hover {
  cursor: url(grab.cur), default; }

#ex2 img:active {
  cursor: url(grabbed.cur), default; }

.intro_popup {
  display: none;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -khtml-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 515px;
  max-width: 460px;
  width: 100%;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -khtml-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  text-align: center;
  padding-top: 70px; }
  .intro_popup .startbtn {
    background: #ffae00;
    color: #fff;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 20px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    line-height: 37px;
    letter-spacing: 1px;
    margin-top: 20px;
    cursor: pointer; }
    .intro_popup .startbtn:hover {
      background: #393939; }
  .intro_popup .closeinfobtn {
    position: absolute;
    right: 0px;
    top: 0;
    height: 70px !important;
    width: 70px;
    background: #fff url("../img/close.png") no-repeat center center;
    background-size: 75%;
    opacity: 1;
    z-index: 3000;
    cursor: pointer; }

.playstop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  height: 60px;
  width: 60px; }
  .playstop.play {
    background: transparent url("../img/SoundOn.png") no-repeat center center;
    background-size: 100%; }
  .playstop.stop {
    background: transparent url("../img/SoundOff.png") no-repeat center center;
    background-size: 100%; }

/*# sourceMappingURL=style.css.map */
