* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
}

button:focus {
    border: none !important;
    outline: none !important;
}

button:hover {
    border: none !important;
    outline: none !important;
}

button {
    border: none;
    outline: none;
    background-color: transparent;
}

.opening-box-inner .header-box,.map-header-box-img {
    display: flex !important;
    background-color: #11486B;
    opacity: 0.9;
    height: 200px;
    /* height: 25%; */
}
.map-header-box-img{
    z-index: 6;
    display: none !important;
}

.headaer-box-img {
    width: 20%;
}

.headaer-box-img-logo {
    width: 50%;
}
.body-box-outer{
    height: 100%;
}
.opening-box-inner .body-box {
    width: 100%;
height: 100%;
position: relative;
top: 160px;
    /* background-repeat: no-repeat;
    background-size: cover;
    background-image: url("./images/Vr-blackBox.svg");
    background-position-x: center;
    background-position-y: center; */
}

.opening-box {

    height: 100vh;
justify-content: center;
    display: flex;
    align-items: center;
    background-color: transparent !important;
    ;
}

.main-governer-box {
    position: absolute;
    width: 100%;
    z-index: 5;
    transition: all 0.3s ease;
    /* display: none; */
}

.opening-box-inner {
    width: 1300px;

    height: 845px;

    background-image: url('./images/Main-Banner-Image.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;

    /* overflow: hidden; */

}

.body-box h1 {
    color: white;
    font-size: 3.5rem;
    text-align: center;
    font-weight: 600;
    padding-top: 2%;
}

.button-svg {
    background-image: url('./images/Group\ 38.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.start-btn-div {
    width: 50%;
    text-align: center;
    padding: 2%;
    margin-bottom: 2%;
}

.start-btn {
    font-size: 3rem;
    background-color: transparent;
    color: white;
    font-weight:800;
    width: 100%;
}

.navbar-box {
    /* position: absolute; */
    background-image: url('./images/navbar.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-bottom: 40px;
    gap: 1rem;
    transition: transform 0.4s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.navbar-box button {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.325rem;
    padding-bottom: 0.325rem;
}

.navbar-outer {
    bottom: 0px;
}

.ham-burger-btn {
    position: absolute;
    z-index: 5;
    top: 10px;
    left: 10px;
}



.murber-btn {
    background: linear-gradient(90deg, #005FB0 0%, #0093B0 100%);
    border-radius: 50%;

}

.offcanvas-start {
    background-color: transparent !important;
    height: 100vh;
}

.rajbhawan-logo {
    width: 300px;
    object-fit: fill;
}

.offcanvas-header {
    background: linear-gradient(90deg, #005FB0 0%, #0093B0 100%);
    opacity: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    border-radius: 0px !important;
}

.offcanvas-body .left,
.offcanvas-body .right {
       background-image: url('./images/ForestScrollBg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 0.2rem;
    width: 100%;
    padding: 1rem;
    overflow-y: scroll !important;
    padding-bottom: 20px;
}

.top-off{
    text-align: center;
    color: white;
    font-size: 38px;
    font-weight: 600;
    height: 80px;
    align-content: center;
}



::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}

::-webkit-scrollbar-track {
    background-color: transparent;

}

::-webkit-scrollbar-thumb {
    background-color: rgba(185, 185, 185, 0.792);
    border-radius: 4px;
    background-clip: content-box;

}

.off-btn-text {
    text-align: center;
    padding: 27.5px;
    background-image: url('./images/off-btn-text.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;

    width: 100%;
    line-height: 23px;
}

.off-btn-text button{
        font-weight: 600;
}

.off-btn-img {
    text-align: center;
    /* padding: 13px; */
    display: flex;
    border-radius: 7px;
    border: 1px solid black;
    /* background-image: url('./images/off-images-text.png'); */
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    min-height: 111px;
}

.off-btn-text button,
.off-btn-img button {
    color: white;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.6);
}

.offcanvas {
    width: 330px !important;
    overflow: hidden;
}

.offcanvas-body {
    min-width: 660px !important;
    display: flex;
    justify-content: space-between;
    padding: 0 !important;
    transform: translateX(0%);
    transition: transform 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    height: 100%;

}



.off-btn-img button {
    overflow: hidden;
    width: 100%;
    height: 110px;
    position: relative;
    transition: all 0.3s linear;
}

.off-btn-img button h5 {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-bottom: 0;
    transform: translateX(-50%);
    z-index: 5;
    width: 100% !important;
    width: 78%;
    font-size: 17px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-wrap: wrap;
    transition: all 0.1s linear;
    text-shadow: 1px 4px 4px rgba(0, 0, 0, 0.6);
}

.off-btn-img h5 {
    background: linear-gradient(90deg, rgba(0, 95.09, 176.05, 0.80) 0%, rgba(0, 146.67, 176, 0.80) 100%);

}

.off-btn-img button img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.bottom-off {
    /* border: 2px dotted black; */
    padding-right: 1px;
    padding: 10px;
    padding-top: 0px;

    width: 100%;
    /* background-color: rgba(255, 255, 255, 0.486); */
    text-align: center;
    /* margin-top: 1.5rem ; */
}

.bottom-off button {
    font-weight: 600;
         font-size: 28px;
         color: white; 
     /* line-height: 30px; */
}

i {
    transition: all 0.3s linear;
}
.mobile-text-hed{
    display: none;
}
.up-arrow {
    position: absolute;
    margin-bottom: 10px;
    bottom: -50px;
    left: 50%;
    transition: all 0.4s linear;
    transform: translateX(-50%);
}





  .map{
    object-fit: fill;
    width: 100%;
    height: 100%;
  }
  .map-body-box-outer{
    height: 80% !important;
  }
  .map-body-box{
    background-image: none !important;
    border-bottom: 2px solid white;
  }
 
  .map-header-box{
    background-color: rgba(0, 0, 0, 0.5) !important;
    justify-content: space-around !important;
    align-items: center;
    padding: 2rem !important;
    height: 20% !important;
  }
  .map-header-box h1{
    font-weight: 600;
    color: white;

    font-size: 50px;
  }
  .back-btn-map, .next-btn-map{
    font-size: 2.6rem;
    background-image: url('./images/back-next.png');
    font-weight: 600;
    color: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 50px;
  }




  .mobile-heading-box-map{
    display: none;
  }



  .map-header-box{
    padding: 2rem;
}

.map-header-box h1{
   margin-bottom: 0px ;
}


/* @media (max-width:1430px) {
    .map-header-box h1{
        font-size: 2.7rem;
    }
    .back-btn-map, .next-btn-map{
        font-size: 2rem;
        padding: 2.5rem;
    }
    .map-header-box{
        padding: 1rem !important;
    }
} */


@media (max-width:1280px) {
    /* .headaer-box-img {
        width: 18%;
    }

    .headaer-box-img-logo {
        width: 40%;
    }

    .body-box h1 {
        font-size: 3rem;

        padding-top: 1%;
    } */

    /* .body-box .start-btn-div {
        scale: 0.8;
        margin-bottom: 1%;
    } */
}

@media (max-width:1200px)  {}
    /* .body-box h1 {
        font-size: 3rem;

        padding-top: 1%;
    }
    .body-box h1{
        font-size: 2rem;
    } */
/* .opening-box{
    max-width: 70vw !important;
} */
    /* .start-btn {
        font-size: 2.5rem;
    }
    .map-header-box h1{
        font-size: 35px;
    }
    .back-btn-map, .next-btn-map{
        font-size: 30px;
        padding: 30px;
    }

.map-header-box{
    justify-content: space-around !important;
}
    .map-header-box{
        padding: 0 !important;
    }
.next-btn-map, .back-btn-map{
    font-size: 25px;
}

.map-header-box h1{
    font-size: 30px;
}






@media (max-width:938px) {
    .next-btn-map, .back-btn-map{
        font-size: 1rem;
        padding: 2rem;
    }
    
    .map-header-box h1{
       font-size: 1.5rem;
    }
} */
.body-box-outer-mob{
    display: none;
}
@media (min-width:300px) and (max-width:599px) {
    .normal-message {
        font-size: 10px;
        margin-bottom: 10px;
    }
    .opening-box-inner{
    background-image: none;
    }
    .body-box-outer-mob{
     
        width: 100%;
        height: 100%;
                display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
    .body-box-outer-mob img{
        max-width: 400px;
        
        width: 85%;
        height: 85%;
    }
    .body-box-outer{
        justify-content: center !important;
        display: none !important;
    }
    .body-box-outer{
        
      
      
          place-content: center;
          height: 100% !important;
    }

    .opening-box {
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;

    }

    .opening-box-inner {
        border: none;
        height: fit-content;
        border-radius: 0;

    }
    .ios-w{
        margin-top: -30px;
    }
    .mobile-text-hed h5{
        line-height: 30px;
     font-size: 43px;
     margin: 0 !important;
    }
    .mobile-text-hed{
        display: block;
        font-size: 32px;
        color: white;
    }

    .body-box h1 {
        display: none;

    }

    .vrstart-img {
        display: block !important;
        scale: 0.9;
        max-width: 85vw;
        margin-right: 10px;
    }

  

    .body-box .start-btn-div {
        scale: 1;
        background-image: url('./images/StartBtnMobile.png');
        background-size: contain;
        width: 270px !important;
        display: flex;
        align-items: center;
        padding: 10px;
        margin-bottom: 4%;
    }

    .start-btn {
        line-height: 45px;
        scale: 1;
        font-size: 2rem;
    }

    .opening-box-inner .header-box,.map-header-box-img {
        padding: 10px !important;
        height: 15%;
        border: none !important;
        visibility: hidden;
    }
    .map-header-box-img{
        visibility:visible !important;
        display: flex !important;
        position: absolute;
        top: 0;
    }
.map-header-box{
    visibility:visible !important;
}
    .opening-box-inner .body-box {
        height:max-content;
        border: 2px solid white;
        background-image: none;
        background-color: rgba(0, 0, 0, 0.498);
        justify-content: space-around !important;
        border-radius: 20px;
        padding-top: 10px;
        padding-bottom: 10px;

    }
.map-body-box{
    border: none;
}
    .headaer-box-img {
        width: 27%;
    }

    .headaer-box-img-logo {
        width: 67%;
    }

    .map-opening-box{
           justify-content: center;
           flex-direction: column;
    }

    .map-opening-box-inner{
          width: 90%;
          margin-top: 3rem;
          height: 400px;
          border: 2px solid white !important;
          border-radius: 20px;
    }
    .map-opening-box-inner h1{
        margin-bottom: 0 !important;
    }
    .map-header-box{
        height: 27% !important;
    }
    .map-header-box h1{
        display: none;
    }
    .map-body-box-outer{

        height: 55% !important;
        display: block !important;

    }
    .next-btn-map, .back-btn-map{
        font-size: 1rem;
        padding: 2rem;
    }
    .next-btn-map,.back-btn-map{
        font-size: 30px;
        background-image: url('./images/mobile-back-next-btn.png');
        line-height: 11px;
    }

    
    .map-body-box{
        padding: 0 !important;
        border-top: 2px solid white;
        border-radius: 0 !important;
        height:100% !important; 
    }
    .mobile-heading-box-map{
        display: block;
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        text-align: center;
    }
    .mobile-heading-box-map h1{
        font-weight: 600;
    }




}

@media screen and (min-width:500px) and (max-width:599px) {
    .vrstart-img {
        max-width: 430px;
    }

}


/* @media screen and (min-width:600px) and (max-width:599px) {
    .vrstart-img {
        max-width: 500px;
    }

    .body-box h1 {
        white-space: normal;
        padding-top: 5%;
    }

    .opening-box-inner .header-box {
        padding: 20px !important;
        height: 20%;

    }

    .opening-box-inner .body-box {
        height: 80%;
        padding-left: 20px;
        padding-right: 20px;
    }


} */

/* @media screen and (min-width:700px)and (max-width:599px) {
    .vrstart-img {
        max-width: unset;
        width: 600px;
    }
    .start-btn{
        font-size: 1.5rem !important;
    }
} */
/* 
@media screen and (min-width:800px) and (max-width:790px) {
    .headaer-box-img {
        width: 24%;
    }

    .headaer-box-img-logo {
        width: 65%;
    }

    .vrstart-img {
        width: 700px;
    }
} */


@media screen and (max-height:800px) {
    /* .body-box h1 {
    
        line-height: 43px;
        padding-top: 1% !important;
        margin-top: 0 !important;
    }
    .start-btn{
        font-size: 2rem;
    } */
    /* .opening-box-inner .body-box {
        justify-content: center !important;
    } */
}


@media screen and (max-width:776px) {
    .navbar-box {
        margin-bottom: 20px;
        width: 90vw !important;
        background-image: url('./images/button-background.png');
    }

    .plus {
        display: none;
    }

    .minus {
        display: none;
    }

    .navbar-box button img {
        width: 25px !important;
        height: 25px !important;
    }
}



@media screen and (max-width:576px) {
    .navbar-box {
        margin-bottom: 20px;
        width: 72vw !important;
        background-image: url('./images/mobileNavbar.png');
        background-size: contain;
        padding: 20px;
    }

    .plus,    .next-left,    .next-right {
        display: none;
    }


    .minus {
        display: none;
    }

    .navbar-box button img {
        width: 25px !important;
        height: 25px !important;
    }

    .ham-burger-btn button img {
        max-width: 35px !important;
        max-height: 35px !important;
    }

    .navbar-box {
        gap: 0px;
    }
    .opening-box-inner .body-box {
        justify-content: center !important;
    }
    .navbar-box button img {
        width: 29px !important;
        height: 29px !important;
    }
}


@media (max-width:800px) {
    .offcanvas-start{
        width: 230px !important;
    }
    
    .bottom-off{
        /* margin-top: 10px !important; */
        padding: 5px;
        padding-top: 0px;
    }
    .offcanvas-body{
        min-width: 460px !important;

    }

    .offcanvas-body .left,.offcanvas-body .right{
        height: 100%;
        background-color: rgba(0, 0, 0, 0.562);
    }
    .off-btn-text button, .off-btn-img button{
        font-size: 12px;
        line-height: 14px;
    }
    .off-btn-text{
        padding: 19px;
    }
    .dots{
        font-size: 40px !important;
        margin-top: -39px !important;
    }
    .top-off{
        height: 70px;
        font-size: 28px;
    }
    #virtual-off{
        font-size: 14px !important;
        margin-bottom: 10px;
    }
    .off-btn-img{
        padding: 0 !important;
        margin-top: 20px;
        /* min-height: 14%; */
    }
    .off-btn-img button img{
        width: 100%;
        height: 100%;
    }
    .off-btn-img button h5{
        font-size: 13px ;
        /* width: 90% !important; */
        /* bottom: 15px; */
    }
    .offcanvas-header .btn-close{
       scale:0.7;
    }

}

@supports (-webkit-touch-callout: none){
    .maximize{
        display: none;
    }
    .minus{
        display: block;
    }
    .plus{
        display: block;
    }
    html,
    body {
     position: fixed;
     width: 100vw;
    }
    .body-box h1{
      padding-top: 0% !important;
      margin-top: -50px !important;
    }
    /* .body-box-outer{
      height: 90vh;
    }
    .body-box .start-btn-div{
        scale: 0.7;
        margin-top: -50px;
    } */
    .offcanvas-body{
        background-color: rgba(0, 0, 0, 0.639);
    }
    .offcanvas-body .left,.offcanvas-body .right{
        height: 100%;
        background-color: transparent;
    }
    .ios-w{
        margin-top: -80px !important;
    }
    
    .map-opening-box-inner{
        margin-top: 0px !important;
    }
}


@media (min-width:600px) and (max-height:800px) and (min-height:300px)  {
    /* .opening-box{
        width: 60vw !important;
    } */
    .body-box h1{
        font-size: 1.6rem;
    }
    /* .opening-box-inner{
        border-radius: 20px;
    } */
    .headaer-box-img-logo{
        width: 55%;
    }
    .headaer-box-img{
        width: 23%;
    }
    .start-btn{
        font-size: 1rem;

    }
    /* .body-box .start-btn-div{
    margin-bottom: 6%;
    } */
}

/* @media (min-width:600px) and (max-width:800px) and (max-height:1466px) and (min-height:545px){
    .body-box h1{
        font-size: 1.3rem;
    }
     .opening-box-inner{
        height: 43vh;
        border-radius: 20px;
    } 
    .start-btn{
        scale: 0.7;
        font-size: 1.5rem;
    }

     .map-opening-box-inner{
        border-radius: 20px;
    } 

    .next-btn-map, .back-btn-map{
        font-size: 0.8rem;
        padding: 1.8rem;
    } 
    
    .map-header-box h1{
       font-size: 1.3rem;
    }

} */

@media (max-width:675px) and (max-height:540px){
    .next-btn-map, .back-btn-map{
        font-size: 0.8rem;
        padding: 1.8rem;
    }
    
    .map-header-box h1{
       font-size: 1.3rem;
    }
}

@media (min-width:800px) and (max-width:1024px)  and (max-height:1466px) and (min-height:800px) {
    /* .opening-box-inner{
        height: 43vh;
        border-radius: 40px;
    } */
    .start-btn{
        scale: 0.7;
        
    }
}

@media (max-height:350px){

   .body-box{
       background-image: none !important;
       height: max-content !important;
    }
    .opening-box-inner .header-box,.map-header-box-img{
        display: none !important;
    }
    .body-box-outer{
        height: 100%;
        display: grid;
        place-content: center;
    }
    .body-box h1{
        text-shadow: 1px 4px 4px rgba(0, 0, 0, 0.6);
    }
    /* .start-btn-div{
        width: 70%;
        scale: 1 !important;
    } */
    .opening-box-inner{
        overflow: visible;
    }

    .map-governer-box{
        display: none !important;
    }

}


@media (min-width:900px) and (max-width:1500px) and (orientation: landscape) {
    .offcanvas-body .left,.offcanvas-body .right{
        height: 100%;
    }
}

@media (min-width:900px) and (max-width:1300px) and (orientation: landscape){
    .body-box-android{
        margin-bottom: 30px;
    }
}


.map-governer-box{
    transform: translateX(100%);
}



.move-left{
    transform: translateX(-100%);
    transition: all 1s;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.move-right{
    transform: translateX(100%);
    transition: all 1s;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.move-center{
    transform: translateX(0%);
    transition: all 1s;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.move-top{
    transform: translateY(-100%);
    transition: all 0.5s;
    transition-timing-function: linear;
}

html,
body {
 position: fixed;
 width: 100vw;
 overflow: hidden;
}


.normal-message {


    z-index: 5;
    color: white;
    text-align: center;

    width: 100%;
}


@media (min-width:600px) {
    .body-box h1 {
        color: white;
        font-size: 3.5rem;
        text-align: center;
        font-weight: 600;
        padding-top: 25px;
    }
    
    .button-svg {
        background-image: url('./images/Group\ 38.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .start-btn-div {
        width: 50%;
        text-align: center;
        padding: 2%;
        margin-bottom: 2%;
    }
    
    .start-btn {
        font-size: 48px;
        background-color: transparent;
        color: white;
        font-weight: 600;
        width: 100%;
    }
}


/* html,
body {
 position: fixed;
 width: 100vw;
 overflow: hidden;
} */


.curtain{
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}




.confetti {
    position: fixed;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    pointer-events: none;
    animation: fall 2s linear infinite;
    z-index: 100;
}

@keyframes fall {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }
    100% {
        transform: translateY(100vh) rotate(720deg);
        opacity: 0;
    }
}
canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }


  .video-play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 101;
    /* background: rgb(204,32,38);
background: linear-gradient(180deg, rgba(204,32,38,1) 0%, rgba(225,30,38,1) 49%, rgba(170,29,33,1) 78%, rgba(148,25,28,1) 100%); */
    /* border: 10px solid #ffb449; */
    /* color: #ffb449; */
    /* font-size: 2.2rem; */
    /* font-weight: 700; */
    background-image: url('./images/startButton.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 620px;
    height: 414px;
    filter: contrast(1);
    /* border-radius: 50%; */
    box-shadow: 1px -2px 24px 1px rgba(0,0,0,0.75);
-webkit-box-shadow: 1px -2px 24px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 1px -2px 24px 1px rgba(0,0,0,0.75);
/* filter: brightness(); */
  }
  /* .video-play:hover,.video-play:focus{

    border: 10px solid #ffb449 !important;
    outline: none;
  } */


  .buttono-hide{
    opacity: 0;
    transition: all 0.5s linear;

  }

  .normal-message {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom:0;
    z-index: 5 !important;
    color: white;
    text-align: center;

    width: 100%;
}

.offcanvas{
    border-radius: 0% !important;
}