:root {
    --white: #ffffff;
    --title: #2e2d2a;
    --txt-color-p: rgba(46, 45, 42, 0.73);
    --txt-color: #ac944d;
    --txt-link: #554f3e;
    --main-color: #ac944d;
    --secondary-color: #fff;
    --black: rgb(48, 48, 48);
    --color-black-95a: rgba(29, 31, 34, 0.95);
    --main-font-b: avenir-lt;
  }
@keyframes fadeUp{
  0%{
    opacity:0;
    transform:translateY(100%);
  }
  100%{
    opacity:1;
    transform:translateY(0%);
  }
}
@keyframes vtFadeUp{
  0%{
    opacity:0;
    transform:translate(-50%,100%);
  }
  100%{
    opacity:1;
   transform:translate(-50%,-50%);
  }
}
.mapContainerPopup .modal-dialog .modal-content svg >g {
    transform: translate(5rem, 5rem);
}
.galleryDetails.disabled {
    pointer-events: none;
    filter: grayscale(100%);
    opacity: 0.6!important;
}
.copyrightText{
  position: absolute;
    color: white;
    right: -3.2px;
    bottom: 0px;
    background-color: transparent;
    padding: 0.4rem;
    writing-mode: vertical-lr;
    font-size: 0.7rem;
    transform: translateZ(0px) rotate(180deg);
}
.moreDetails{
  color: #7C724E;
  margin-right:.7rem;
  font-size: 0.8rem;
  font-weight: 600;
}
.thumbsStyle div[spellcheck*="false"] {
    color: #FFFFFF!important;
    font-size:.85rem!important;
    text-align:left!important;
    padding: 0.7rem 1rem!important;
    width:100%!important;
    background-color: rgb(0 0 0 / 60%)!important;
    margin-top: 0.34rem !important;
    border-bottom-left-radius:1rem!important;
    border-bottom-right-radius:1rem!important;
    max-width: 100%!important;
    left: 0!important;
    position: unset!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;
    border-bottom-left-radius: .5rem!important;
    border-bottom-right-radius: .5rem!important;
    display: block!important;
    white-space: nowrap!important;
    overflow: hidden!important;
}
.thumbsStyle div[spellcheck*="false"]::after{
  content:"";
  position:absolute;
  top:0;
  right:0;
  width:1.5rem;
  background: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.7) 0%,   /* start darker */
    rgba(0, 0, 0, 0.6) 40%,  /* mid-dark */
    rgba(0, 0, 0, 0.5) 60%,  /* lighter */
    rgba(0, 0, 0, 0) 100%    /* fully transparent */
);
  height:100%;
}
.infoHotspot{
  height: 2rem!important;
  width: 2rem!important;
  background-size: 100%!important;
  transform-origin:center!important;
   transition: height 0.3s ease-in-out, width 0.3s ease-in-out;
}
.infoHotspot:hover{
  /* background-image:url("../../TourNMOQ/skin/activeInfo.png")!important; */
   height: 2.5rem!important;
  width: 2.5rem!important;
   
}
  .vtpopup{
    display: none;
    height: 30rem;
    width: 60rem;
    margin: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    z-index: 135;
    background-image: url("/TourNMOQ/skin/popupBg.webp");
    background-repeat: no-repeat;
    background-size: 60rem 30rem;
    padding: 3.5rem 3rem;
    overflow: hidden;
    opacity:0;
  }
.vtpopup.animateItems{
   animation: 1s vtFadeUp forwards;
}
  html[dir="ltr"] .map-container{
    width: 8rem;
    position: fixed;
    bottom: 1.5rem;
    left: 2rem;
    height: 8.5rem;
    z-index: 93;
    border-radius: 0.3rem;
    display: none;
    opacity: 0;
    transform: translateY(100%);
  }
   html[dir="rtl"] .map-container{
      width: 8rem;
    position: fixed;
    bottom: 1.5rem;
    right: 2rem;
     left:auto;
    height: 8.5rem;
    z-index: 93;
    border-radius: 0.3rem;
    display: none;
    opacity: 0;
    transform: translateY(100%);
  } 
  html.tourStarted .map-container{
    animation:1s fadeUp forwards;
  }
  .map-container g.Room.clicked path{
    fill: goldenrod;
  }
  .vtpopup .popup-body{
    display: flex;
    align-items: center;
  }
.closePopup{
  position:absolute;
  top: 2.8rem;
  right: 2.8rem;
  height: 1.2rem;
  width: 1.2rem;
  cursor: pointer;
  z-index: 3;
}
  .vtpopup .popup-body .left-section{
    width: 75%;
    margin-left: 2rem;
    opacity: 0;
    transform: translateX(100%);
  }
.thumbsStyleContainer{
  overflow:visible!important;
  bottom:0;
  top: auto;
  height: 100vh!important;
  transform: none!important;
}
.thumbsStyleContainer > div:not(.thumbStyle) > div:nth-child(3){
  width:100vw!important;
}
.thumbsStyleContainer > div:first-child{
  transform: translateZ(0px) translate(0px, 748px) translate(0px, 0px)!important;
}
.thumbsStyleContainer.active > div:first-child{
  transform: translateZ(0px) translate(0px, 74.2%) translate(0px, 0px)!important;
}
  .thumbsStyle {
    padding: 0rem!important;
    height: calc(100vh - 73.4%)!important;
    width: 100vw!important;
    left: 0;
}
.thumbsStyle > div{
  border-radius:0!important;
  padding: 0rem 2rem;
  left: 0;
  right: 0;
  background-image: url("/media/Rectangle\ 1514.jpg")!important;
  background-size: cover!important;
  background-repeat: repeat!important;
  height: 10rem!important;
  bottom: 0;
}
  .vtpopup .popup-body .left-section h4{
  color:black;
  margin-bottom:1rem;
  text-transform: uppercase;
  }
  .vtpopup .popup-body .left-section p{
  font-size: 1rem;
  line-height:2.1;
  color: rgb(0 0 0 / 60%);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  }
.animateItems .popup-body .right-section .card-img-overlay::after {
    content:"";
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    z-index:1;
    /* mix-blend-mode: lighten; */
    border-radius: .5rem;
}
  .vtpopup .popup-body .right-section{
    width: 27rem;
    height: 23rem;
    opacity: 0;
    transform: translateX(-100%);
    border-radius: .5rem;
    overflow: hidden;

  }
.right-section .card-img-overlay {
    background: url("../../TourNMOQ/media/imageoverlay.png");
    background-repeat:no-repeat;
    background-position: center;
    background-size: 121%;
    mix-blend-mode: lighten;
    height: 100%;
    width: 100%;
}
  .menu-btn{
    margin-left: 1rem;
  }
@keyframes fadeLeft{
  0%{
    opacity:0;
    transform:translateX(-100%);
  }
  100%{
    opacity:1;
    transform:translateX(0%);
  }
}
@keyframes fadeRight{
  0%{
    opacity:0;
    transform:translateX(100%);
  }
  100%{
    opacity:1;
    transform:translateX(0%);
  }
}
  .animateItems .popup-body .right-section{
    animation: 1s fadeLeft 1s forwards;
  }
.animateItems .popup-body .left-section{
    animation: 1s fadeRight 1s forwards;
  }
.animateItems .popup-body .left-section a{
  cursor:pointer;
  width:fit-content;
}
.animateItems .popup-body .left-section a:hover svg{
  transform:translateX(.3rem);
}
.animateItems .popup-body .left-section svg{
  height:1rem;
  width:1rem;
  transition:var(--transition);
}
  .vtpopup .popup-body .right-section img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
  }
  .overlay{
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 135;
  }
.navContainer2{
    padding: 1.3rem 0rem!important;
    position: relative!important;
    bottom: 0rem;
    border-radius: 2rem;
    width: 2.7rem!important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 0.5rem!important;
    transition: all .5s ease-in-out;
}
.navContainer3{
    padding: 1.3rem 0rem!important;
    position: relative!important;
    bottom: 0rem;
    border-radius: 2rem;
    width: fit-content!important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 0.5rem!important;
    transition: all .5s ease-in-out;
}
.navContainer2.active{
    width: 18rem!important;
    padding: 1.3rem .7rem 1.3rem 0!important;
    transition-delay: 0s;
    background-color: rgb(0 0 0 / 60%);
}
html[dir="rtl"] .navContainer2{
    margin-left:0!important;
    margin-right: 0.5rem!important;
}
.navContainer1{
    padding: 1.3rem 0.2rem!important;
    background-color: rgb(0 0 0 / 60%);
    position: relative!important;
    bottom: 0rem;
    border-radius: 2rem;
    width: fit-content!important;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .5s ease-in-out;
    display: none;
}
.navContainer1.moveTop,
.navContainer2.moveTop,
.navContainer3.moveTop{
  bottom: 9rem;
}
.customThumb.moveTop{
   bottom: 10rem;
  transition:var(--transition);
}
.customThumb.moveTop > div{
  background: url("../../TourNMOQ/skin/activeIcons/Galleries-collapse.png")!important;
  background-size: contain!important;
  background-repeat: no-repeat!important;
}
  .show-button{
    /* background-color:rgb(0 0 0 / 100%); */
    opacity: 1!important;
    border-radius: 100%;
    background-position: 0.4rem .1rem!important;
    height: 2.5rem!important;
    width: 2.5rem!important;
    left: 50%;
    transition: all .4s ease-in-out;
    z-index: 1000!important;
    pointer-events: all!important;
    background-image: url("../../TourNMOQ/skin/activeIcons/Hide Controls.png")!important;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position:center!important;
  }
  
  .hide-button{
  background-color: rgb(0 0 0 / 54%);
  opacity:1;
  border-radius: 100%;
  position: relative!important;
  background-position: -26px -313px!important;
  height: 2.7rem!important;
  width: 2.7rem!important;
  transform: none!important;
  transition: all .4s ease-in-out;
}
.fullScreenStyle{
  opacity:1;
  position: relative!important;
  height: 2.7rem!important;
  width: 2.7rem!important;
  transform: none!important;
  transition: all .4s ease-in-out;
  background-image: url("../../TourNMOQ/skin/defaultIcons/FullScreen.png")!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  background-size: contain!important;
  margin-left: .5rem!important;
  display: none;
}
.playSound{
  opacity: 1!important;
  border-radius: 100%;
  position: relative!important;
  background-position: center!important;
  background-repeat: no-repeat;
  background-size: contain!important;
  height: 2.7rem!important;
  width: 2.7rem!important;
  transform: none!important;
  transition: all .4s ease-in-out;
  background-image: url("../../TourNMOQ/skin/defaultIcons/sound.png")!important;
  margin-left: .5rem!important;
}
.playSound.active{
  background-image: url("../../TourNMOQ/skin/activeIcons/Mute.png")!important;
}
html[dir="rtl"]   .hide-button{
  /* background-color: rgb(0 0 0 / 54%);
  opacity:1;
  border-radius: 100%;
  position: relative!important;
  background-position: -26px -313px!important;
  height: 2.7rem!important;
  width: 2.7rem!important;
  transform: translate(-10rem, 0rem) !important;
  transition: all .4s ease-in-out; */
}
html[dir="rtl"]  .fullScreenStyle{
  /* background-color: rgb(0 0 0 / 60%); */
  /* opacity:1;
  border-radius: 100%;
  position: relative!important;
  background-position: 7px -281px!important;
  height: 2.7rem!important;
  width: 2.7rem!important;
  transform: translate(-16rem, 0rem)!important; */
}
html[dir="rtl"]  .playSound{
  /* background-color: rgb(0 0 0 / 60%);
  opacity:1;
  border-radius: 100%;
  position: relative!important;
  background-position: -27.8px -60px!important;
  height: 2.7rem!important;
  width: 2.7rem!important;
  transform: translate(-22rem, 0rem)!important;
  transition: all .4s ease-in-out; */
}
.expandNavigation{
  opacity:1;
  border-radius: 100%;
  position: relative!important;
  background-image: url("../../TourNMOQ/skin/defaultIcons/Group\ 268.png")!important;
  background-position: center!important;
  height: 2.7rem!important;
  width: 2.7rem!important;
  transform: none!important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 1.4rem!important;
  transition:all .4s ease-in-out;
  background-size: contain!important;
  display: none;
}
.expandNavigation.active{
  transform:rotate(-45deg)!important;
  background-image: url("../../TourNMOQ/skin/activeIcons/Group\ 268.png")!important;
  background-size: contain!important;
}
.upStyle{
  opacity:1;
  border-radius: 100%;
  position: relative!important;
  background-position: 8px -121px!important;
  height: 2.7rem!important;
  width: 2.7rem!important;
  transform: none!important;
  display: flex;
  align-items: center;
  justify-content: center;
  display:none;
}
.navContainer2.active .upStyle,
.navContainer2.active .downStyle,
.navContainer2.active .leftStyle,
.navContainer2.active .rightStyle{
  display:block;
}
.downStyle{
  opacity:1;
  border-radius: 100%;
  position: relative!important;
  background-position: -24px -119px!important;
  height: 2.7rem!important;
  width: 2.7rem!important;
  transform: none!important;
  display:none;
}
.leftStyle{
  opacity:1;
  border-radius: 100%;
  position: relative!important;
  background-position: 6px -91.8px!important;
  height: 2.7rem!important;
  width: 2.7rem!important;
  transform: none!important;
  display:none
}
.rightStyle{
  opacity:1;
  border-radius: 100%;
  position: relative!important;
  background-position: -25px -90px!important;
  height: 2.7rem!important;
  width: 2.7rem!important;
  transform: none!important;
  display:none;
}
.zoomIn{
  opacity:1;
  position: relative!important;
  background-position: 7px -154px!important;
  height: 2.7rem!important;
  width: 2.7rem!important;
  transform: none!important;
}
html[dir="ltr"] .zoomIn::before,
html[dir="ltr"] .rightStyle::before,
html[dir="ltr"] .leftStyle::before,
html[dir="ltr"] .downStyle::before{
  content:"";
  height: 45%;
  width:1px;
  background-color:rgb(255 255 255 / 70%);
  position:absolute;
  left:0%;
  top: 50%;
  transform:translate(-50% , -50%);
}
html[dir="rtl"] .zoomIn::before,
html[dir="rtl"] .rightStyle::before,
html[dir="rtl"] .leftStyle::before,
html[dir="rtl"] .downStyle::before{
  content:"";
  height: 45%;
  width:1px;
  background-color:rgb(255 255 255 / 70%);
  position:absolute;
  right:0%;
  top: 50%;
  transform:translate(-50% , -50%);
}
.zoomOut{
  opacity:1;
  position: relative!important;
  background-position: -25px -154px!important;
  height: 2.7rem!important;
  width: 2.7rem!important;
  transform: none!important;
}
.imageHotspot{
  border: 4px solid rgb(255 255 255 / 84%);
  border-radius:100%;
  height: 4.5rem!important;
  width: 4.5rem!important;
  box-shadow: 1px 1px 8px -1px rgba(255, 255, 255, 0.699);
}
.imageHotspot::before,
.thumbnail-preview::before{
  content:"";
  height: 13rem;
  width: 13rem;
  border: 8px solid rgb(255 255 255 / 40%);
  border-radius:100%;
  position:absolute;
  top:-50%;
  left:-50%;
  transform: translate(27% , 27%);
  transition:all .3s ease-in-out;
}
.tester::before{
  content:"";
  height: 4rem;
  width: 4rem;
  border-radius:100%;
  position:absolute;
  top: -30%;
  left: -35%;
  transform: translate(0% ,0%);
  transition:all .3s ease-in-out;
  background-image: url("../../TourNMOQ/skin/outer.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.tester:hover{
  height: 3.5rem;
  width: 3.5rem;
}
.tester:hover::before{
  scale:1.2;
}
.imageHotspot::after,
.thumbnail-preview::after{
  content:"";
  border-radius:100%;
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-34%, -34%);
  height: 7rem;
  width: 7rem;
  transition:all .3s ease-in-out;
  background-image: url("../../TourNMOQ/media/particle.gif");
  mix-blend-mode: color-dodge;
  background-position: center;
  background-blend-mode: color-dodge;
  background-size: cover;
  scale: 1.44;
}
.imageHotspot:hover::after{
  animation:1s fadeIn forwards;
}
.toolbarContainer {
    width: 100%!important;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.toolbarContainer > div{
  display:flex;
  align-items:center;
  justify-content:center;
  width: 100%!important;
  transform: translateY(100%);
  opacity: 0!important;
}
html.tourStarted .toolbarContainer > div{
  opacity:1!important;
  animation:1s fadeUp forwards;
}
.mainContainer {
  width: 100vw!important;
  transform: none!important;
  height: 100vh!important;
}
.navContainer{
  display:flex;
  align-items:center;
  justify-content: center;
  width: 100vw!important;
}
html[dir="ltr"] .customThumb{
  width: 10rem!important;
  display: flex;
  align-items: center;
  border-radius: 2rem;
  transform: none!important;
  left: 1rem;
  right: auto;
  cursor: pointer;
}
.customThumb{
  transition: var(--transition)!important;
}
html .galleryDetails{
  background-image: url(/TourNMOQ/skin/defaultIcons/Info.png)!important;
  background-repeat: no-repeat!important;
  background-size: contain!important;
  background-position: center!important;
  opacity:1;
  position: relative!important;
  height: 2.7rem!important;
  width: 2.7rem!important;
  transform: none!important;
  transition: all .4s ease-in-out;
  margin-left: .5rem!important;
}
html .galleryDetails.active{
  background-image: url(/TourNMOQ/skin/activeIcons/Infoactive.png)!important;
}
html .customThumb > div{
  background: url("../../TourNMOQ/skin/activeIcons/Galleries-expand.png")!important;
  width: 11rem!important;
  height: 2.7rem!important;
   background-size: contain!important;
  background-repeat: no-repeat!important;
  transition:all .3s ease-in-out;
}
html .customThumb.gallery1 > div{
  background: url("../../TourNMOQ/media/galleries/1.png")!important;
   background-size: contain!important;
  background-repeat: no-repeat!important;
}
html .customThumb.gallery2 > div{
  background: url("../../TourNMOQ/media/galleries/2.png")!important;
  background-size: contain!important;
  background-repeat: no-repeat!important;
}
html[dir="rtl"] .customThumb{
  width: 9rem!important;
  display: flex;
  align-items: center;
  border-radius: 2rem;
  transform: none!important;
  left: 2rem;
  right: auto;
  cursor: pointer;
}
html .customThumb > div{
  transform:none!important;
  position:relative!important;
  background-size: contain!important;
}
.thumbsStyle > div > div{
  border-radius: 0.5rem;
  /* width: 13rem!important; */
  /* height: 8rem!important; */
}
.fullScreenStyle.active{
  background-image: url("../../TourNMOQ/skin/activeIcons/FullScreen.png")!important;
  background-size: contain!important;
  background-repeat: no-repeat!important;
  background-position: center!important;
}
.map-container {
  width: 10rem;
  height: 10rem;
  overflow: hidden;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

#svg-map {
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  transition: transform 1s ease; /* animation effect */
}
.thumbnail-preview {
    height: 10rem!important;
    width: 10rem!important;
    border-radius: 100%!important;
    border: 7px solid rgb(255 255 255 / 84%)!important;
    box-shadow: 1px 1px 8px -1px rgba(255, 255, 255, 0.699);
    background-color: white!important;
    margin:auto!important;
}
.tooltip_class {
        background-color: rgba(0,0,0,0.7);
        color: #fff;
        font-size: 14px;
        padding: 5px 10px;
        border-radius: 5px;
      }
.introjs-tooltip {
    background-color: #292929!important;
    width: 20rem;
    /* max-width: unset; */
}

.introjs-helperLayer {
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }

  .introjs-showElement {
    box-shadow: none !important;
    border-radius: 0 !important;
  }
  .custom-tutorial-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999; /* Below introjs z-index (1000+) */
  }
  .introjs-helperLayer {
  transition: all 0.3s ease;
  overflow: visible !important;
  z-index: 1000 !important;
}

.introjs-tooltip {
  max-width: 78vw !important;
}
p.tutorialText {
    font-size: 0.9rem;
    text-align:left;
    color: white;
}
.tutorialTitle{
    font-size:1.1rem;
    margin-top:1rem;
    text-align:left;
    color: white;
}
img.tutorial{
  border-radius:.5rem;
  
}


.map-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.8s ease, transform 0.8s ease;
  opacity: 0;
  transform: scale(1.03); /* slight zoom for effect */
  z-index: 1;
}

.map-image.visible {
  opacity: 1;
  transform: scale(1); /* zoom to normal */
  z-index: 2;
}
.scene-label {
    color: white;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.5);
    padding: 4px 8px;
    border-radius: 6px;
    white-space: nowrap;
    pointer-events: none;
    text-align: center;
}
.blurScreen{
  position: fixed;
  z-index: 2000;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 60%);
}
.blur-fadeout {
  filter: blur(5px);
  opacity: 0;
  transition: filter 1s ease, opacity 1s ease;
  pointer-events: none; /* Optional: disable interactions while fading */
}
.krpano-tooltip {
  background: rgba(0,0,0,0.75);
  color: white;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 14px;
  font-family: Arial, sans-serif;
  pointer-events: none;
  white-space: nowrap;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  transition: opacity 0.3s ease;
  position: relative;
  z-index: 10000;
}

.krpano-tooltip:after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: rgba(0,0,0,0.75) transparent transparent transparent;
}
.thumbsStyle div>div>div{
  z-index: 0!important;
  
}
.thumbsStyle div>div>div:first-child{transform: translateZ(0px) translate(0px, 2.1rem) translate(0px, 0px)!important;}
.tourFinishing {
  background-color:rgb(0 0 0 / 80%);
  height:100vh;
  width:100vw;
  -webkit-backdrop-filter:blur(14px);
  position:fixed;
  top:0;
  left:0;
  z-index:999;
  display: none;
  backdrop-filter: blur(7px);
}
.tourFinishing .finishingContent .card:hover {
    background-color: rgb(165 151 151 / 32%);
}
.tourFinishing .closeTourFinishing{
  top: 2rem;
  right: 2rem;
  height: 3.5rem;
  width: 3.5rem;
  position: absolute;
  background-color: rgb(0 0 0 / 50%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.tourFinishing .finishingContent {
  flex-direction:column;
  height: 100%;
  width: 100%;
  background: url("../../TourNMOQ/media/patt.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
}
.tourFinishing .finishingContent .nmoq_logo{
  width:8rem;
  margin-bottom:2.5rem;
}
.tourFinishing .finishingContent h3{
  color:white;
  font-weight: 400;
  font-family: 'avenir-lt';
  margin-bottom: 1rem;
}
.tourFinishing .finishingContent p{
  color:rgb(255 255 255 / 80%);
  margin-bottom: 3.5rem;
}
.tourFinishing .finishingContent .card{
  padding: 0.7rem;
  width: 10.7rem;
  height: 9rem;
  margin: 0 1rem;
  background-color: rgb(255 255 255 / 12%);
  border-radius: 0.4rem;
}
.tourFinishing .finishingContent .card .card-img-top{
  /* height: 10rem; */
  height: 6rem;
}
.tourFinishing .finishingContent .card .card-img-top img{
  height:100%;
  width:100%;
  object-fit:cover;
}
.tourFinishing .finishingContent .card .card-img-overlay{
  height: 3.8rem;
  width: 3.8rem;
  z-index:1;
  padding: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%);
}
.tourFinishing .finishingContent .card .card-img-overlay img{
  height:100%;
  width:100%;
}
.tourFinishing .finishingContent .card .card-title{
  color: white;
  text-align: center;
  margin: 0.5rem 0 0;
}
.tourFinishing .closeTourFinishing svg{
  height: 100%;
  width: 100%;
}
#moreInfoContainer{
  display: flex;
}
@media(min-width:992px){
  .navContainer1{
    display:flex;
  }
  html[dir="ltr"] .map-container,
   html[dir="rtl"] .map-container{
    display: block;
  }
  .fullScreenStyle{
    display: block;
  }
  .navContainer1{
    display: flex;
  }
  .expandNavigation{
    display: block;
  }
    html[dir="ltr"] .customThumb{
  width: 9rem!important;
  display: flex;
  align-items: center;
  border-radius: 2rem;
  transform: none!important;
  right: 2rem;
  left: auto;
  cursor: pointer;
}
}