
:root {
    --popinsFamily:'Poppins', sans-serif;
    --bebos:'Bebas Neue', sans-serif;
    --bodoni:'Bodoni Moda', serif;
    --bgColor:#ff8d00;
    --headerColor:#461834;
    --subHeadingColor:#fe7d03;
}

html , body{
    scroll-behavior: smooth;
}
*{box-sizing: border-box;}
body {
    font-family: 'Noto Sans', sans-serif;
    line-height: 1;
    color: #fff;
    margin: 0;
    padding: 0;
}
img{max-width: 100%;}
ul{
    margin: 0;
    padding: 0
}
h1,h2,h3,p{margin: 0;}
li{list-style: none;}
svg{width: 100%;height: 100%;}

@keyframes slide {
    0% {background-position: 0 0;}100% {background-position: 100% 0;}
}

.h-100{height: calc(var(--vh,1vh) * 100);}
.share_click {
    position: fixed;
    right: 20px;
    top: 20px;
    max-width: 50px;
    cursor: pointer;
    z-index: 99;
}
.temple-toue-screen canvas {
    opacity: 0;
    z-index: -1;
    height: 100%;
}

.social-wrapper ul li img {
    max-width: 45px;
}
.social-wrapper {
    display: none;
    position: fixed;
    z-index: 9;
    right: 12px;
    top: 60px;
}
.social-wrapper.active{display: block;}
.social-wrapper ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.social-wrapper ul li:nth-of-type(2) img{max-width: 55px;}
.social-wrapper ul li:nth-of-type(3) img{max-width: 40px}

.header-screen {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    color: var(--headerColor);
    z-index: 2;
}
.screen.temple-toue-screen {
    position: relative;
}
.main-header-heading {
    font-family: var(--bodoni);
    font-size: 13vw;
    font-weight: 700;
}
.header-sub-heading {
    font-size: 2.5vw;
    margin: 20px 0px 0px 0px;
    line-height: 3vw;
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translate(-50%, 0)}
    40% {-webkit-transform: translate(-50%, -30px)}
    60% {-webkit-transform: translate(-50%, -15px)}
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translate(-50%, 0)}
    40% {-moz-transform: translate(-50%, -30px)}
    60% {-moz-transform: translate(-50%, -15px)}
}

@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-o-transform: translate(-50%, 0)}
    40% {-o-transform: translate(-50%, -30px)}
    60% {-o-transform: translate(-50%, -15px)}
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translate(-50%, 0)}
    40% {transform: translate(-50%, -30px)}
    60% {transform: translate(-50%, -20px)}
    100% {transform: translate(-50%, 0px)}
}

.share-click {
    position: fixed;
    top: 10px;
    max-width: 50px;
    z-index: 9;
    right: 10px;
    cursor: pointer;
}
.share-click svg {
    width: 100%;
    height: 100%;
}
.share-click svg rect {
    fill: transparent;
}



.scroll-move {
    max-width: 50px;
    bottom: 15%;
    position: absolute;
    transform: translate(-50%,0px);
    left: 50%;
    animation: 4s infinite bounce;
    -webkit-animation: 4s infinite bounce;
    -moz-animation: 4s infinite bounce;
    -o-animation: 4s infinite bounce;
}
.screen.screen-temple-header {
    position: relative;
}
.screen.screen-temple-header canvas {
    z-index: 1;
    height: 100%;
    opacity: 0;
}
.row-header {
    text-align: center;
}
.logo-container {
    max-width: 100px;
    position: fixed;
    z-index: 16;
    left: 20px;
    top: 20px;
}
.fixed-image-top {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 0;
    background-position: top center;
    background-repeat: no-repeat;
    top: 0px;
}

.slide-text-between{
    max-width: 1024px;
    background-color: #fff;
    margin: 0 auto;
    color: #000;
    padding: 40px;
    width: calc(100% - 40px);
}

#temple_bottom_image5 .slide-text-between p{
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    line-height: 38px;
}
#temple_bottom_image5 .slide-text-between p span{
    display: block;
    font-size: 28px;
    font-weight: 500;
    margin: 15px 0px 0px 0px;
}
.slide-map-view {
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    transform: translate(0px,100%);
    z-index: 1;
    height: 100vh;
}
.container {
    max-width: 1270px;
    margin: 0 auto;
    width: calc(100% - 40px);
}
.category-heading {
    color: var(--subHeadingColor);
    text-align: center;
    font-size: 72px;
    font-weight: 700;
    font-family: var(--bodoni);
    padding: 60px 0px 20px 0px;
   
}
.category-sub-heading {
    color: #000;
    font-size: 27px;
    padding: 0px 0px 60px 0px;
    text-align: center;
    line-height: 41px;
}

.map-panel-mover {
    height: calc(100% - 300px);
    overflow: hidden;
}
.image_move {
    position: relative;
    width: 3000px;
    transform: translate(0%,0%) scale(1);
}
.move-circle-item .circle img {
    transform: scale(2.1);
}
.move-circle-item .circle {
    width: 70px;
    height: 70px;
    border: 3px solid #fff;
    border-radius: 100%;
    overflow: hidden;
}
.move-circle-item {
    position: absolute;
    display: flex;
    align-items: center;
    max-width: 200px;
}
.move-circle-item.item-1 {
    top: 3.5%;
    right: 45.5%;
}
.move-circle-item .circle-text {
    padding: 0px 0px 0px 10px;
    font-size: 17px;
    width: calc(100% - 70px);
    font-weight: 600;
    line-height: 22px;
}
.move-circle-item.item-2 {
    left: 43.5%;
    top: 23.5%;
}
.move-circle-item.item-3 {
    top: 32%;
    left: 48%;
}
.move-circle-item.item-4 {
    top: 75.5%;
    left: 19.5%;
}
.slider-temple-warrper {
    background-color: #fff;
    padding: 0px 0px 0px 0px;
    position: fixed;
    top: 0;
    width: 100%;
    transform: translate(0%,100%);
    z-index: 1;
    height: 100%;
}
.slider-temple-warrper .category-sub-heading {
    padding: 0px 0px 40px 0px;
}
.swiper-button.disabled {
    background-color: #ddd;
    cursor: default;
}
.temple-swiper{height: 100%;}
.slider-container {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    height: calc(100% - 350px);
}
.slide-image-area {
    width: 60%;
    max-height: 50vh;
    overflow: hidden;
}
.slide-text-area {
    width: 40%;
    padding: 0px 0px 0px 5%;
}
.swiper-slide {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.swiper-sub-headline {
    color: var(--subHeadingColor);
    font-size: 72px;
    font-family: var(--bodoni);
    font-weight: 600;
    line-height: 64px;
}
.swiper-headline {
    color: rgb(99, 99, 99);
    font-size: 42px;
    padding: 0px 0px 10px;
    font-weight: 300;
    display: none;
}
.swiper-button {
    background-color: #cccccc;
    width: 80px;
    height: 80px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    outline: 0;
}
.swiper-button-group {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 0px 0px 10% 0px;
}
.swiper-nav-bottom {
    background-image: url('data:image/svg+xml,<svg viewBox="0 -4.5 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>arrow_down [%23338]</title><desc>Created with Sketch.</desc><defs></defs><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="Dribbble-Light-Preview" transform="translate(-220.000000, -6684.000000)" fill="%23000000"><g id="icons" transform="translate(56.000000, 160.000000)"><path d="M164.292308,6524.36583 L164.292308,6524.36583 C163.902564,6524.77071 163.902564,6525.42619 164.292308,6525.83004 L172.555873,6534.39267 C173.33636,6535.20244 174.602528,6535.20244 175.383014,6534.39267 L183.70754,6525.76791 C184.093286,6525.36716 184.098283,6524.71997 183.717533,6524.31405 C183.328789,6523.89985 182.68821,6523.89467 182.29347,6524.30266 L174.676479,6532.19636 C174.285736,6532.60124 173.653152,6532.60124 173.262409,6532.19636 L165.705379,6524.36583 C165.315635,6523.96094 164.683051,6523.96094 164.292308,6524.36583" id="arrow_down-[%23338]"></path></g></g></g></svg>');
}
.swiper-nav-up {
    background-image: url('data:image/svg+xml,<svg fill="%23000000" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 330 330" xml:space="preserve"><path id="XMLID_224_" d="M325.606,229.393l-150.004-150C172.79,76.58,168.974,75,164.996,75c-3.979,0-7.794,1.581-10.607,4.394l-149.996,150c-5.858,5.858-5.858,15.355,0,21.213c5.857,5.857,15.355,5.858,21.213,0l139.39-139.393l139.397,139.393C307.322,253.536,311.161,255,315,255c3.839,0,7.678-1.464,10.607-4.394C331.464,244.748,331.464,235.251,325.606,229.393z"/></svg>');
}

.swiper-desc-text {
    color: #000;
    padding: 30px 0px;
    margin: 0 auto;
    max-width: 90%;
    font-size: 21px;
    line-height: 33px;
    text-align: center;
}

.closet-lines {
    padding: 30px;
    background-color: #fff;
   
}

.close-line {
    border-top: 2px dashed #000;
    max-width: 920px;
    margin: 0 auto;
}


.chapters-area {
    background-color: #fff;
    max-width: 100%;
    overflow: hidden;
}

.chapter-headline {
    color: var(--subHeadingColor);
    font-family: var(--bodoni);
    font-size: 72px;
    text-align: center;
    padding: 3% 0px 0px 0px;
}
.chapter-sub-headline {
    color: #000;
    font-size: 26px;
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
    padding: 16px 0px 30px 0px;
    line-height: 39px;
}
.bg-white{background-color: #fff;}
.reach-slide {
    padding: 0px 0px 0px 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: #fff;
    height: 100%;
    transform: translate(0%,100%);
    z-index: 1;
    background-size: 1270px;
    background-position: center top;
    background-repeat: no-repeat;
}
.empty-map-view {
    height: 12000px;
}
.move-circle-item .circle-text span {
    font-size: 7px;
    line-height: 11px;
    display: block;
    font-weight: 500;
    margin-top: 2px;
    background-color: rgb(0,0,0,0.6);
    padding: 7px;
    text-align: left;
}

.slider-temple-warrper::before , .reach-slide::before{
    content: '';
    position: absolute;
    width: 100%;
   /*  height: var(--hideHeight,0px);
    top: var(--topHideValue,0px); */
    background-color: #fff;
    z-index: -1;
}

.reach-slide .closet-lines {
    padding: 0px 0px 0px 0px;
    background-color: transparent;
   
}
.reach-slide-mover, .stay-ayodhya-panel , .visited-places-container , .history-page-container{
    position: relative;
    z-index: 1;
}
.bus-image {
    position: absolute;
    bottom: 0px;
    right: 100%;
    width: 600px;
}

.tran-image {
    position: absolute;
    bottom: 0px;
    left: 100%;
    width: 1200px;
}
.stay-ayodhya-panel {
    max-width: 100%;
    padding: 0px 0px 100px 0px;
    position: fixed;
    top: 0;
    z-index: 2;
    transform: translate(0%,100%);
    height: 100vh;
    background-color: #fff;
}

.stay-ayodhya-panel .swiper-slide img {
    max-height: calc(100% - 50px);
    width: 100%;
}
.stay-ayodhya-panel .swiper-slide{display: block;position: relative;}
.stay-swiper-container {
    height: calc(100% - 250px);
}
.swiper-navigation-area .container {
    position: relative;
    
}
.swiper-text {
    background-color: var(--bgColor);
    color: #000;
    width: calc(1270px - 200px);
    padding: 20px 40px;
    position: relative;
    transform: translate(-50%,-50%);
    left: 50%;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    bottom: 0px;
    z-index: 0;
}
.swiper-button-next, .swiper-button-prev {
    background-color: #fff;
    width: 60px;
    height: 60px;
    border: 1px solid #000;
    border-radius: 100%;
    transform: translate(0%,-50%);
    top: calc(50% - 25px);
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 24px;
    color: #000;
    font-weight: 600;
}

.visited-map {
    max-width: 1024px;
    margin: 0px auto 30px auto;
    position: relative;
    height: 450px;
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
}

.row-map {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1024px;
    margin: 0 auto;
}
.map-side-item .map-side-image {
    width: 250px;
    border: 2px solid #ff921f;
    border-radius: 4px;
   display: flex;
}
.text-map-data {
    font-family: var(--bodoni);
    color: var(--bgColor);
    font-size: 38px;
    font-weight: 600;
    margin: 15px 15px 0px 0px;
    display: flex;
    flex-wrap: wrap;
}
.text-map-data span {
    display: block;
}
.map-side-item.first {
    margin: -8% 0px 0px 0px;
}
.map-side-item.first .text-map-data {
    width: 100%;
    margin: 0px 0px 10px 0px;
}
.map-side-item {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.history-headline {
    color: var(--subHeadingColor);
    font-family: var(--bodoni);
    text-transform: uppercase;
    font-size: 4vw;
    font-weight: 600;
    text-align: center;
    margin: 0px 0px;
    padding: 60px 0px 30px 0px;
}
.visited-places-container {
    padding: 0px 0px 100px 0px;
    position: fixed;
    z-index: 1;
    top: 0;
    transform: translate(0%,100%);
    width: 100%;
    height: 100vh;
    display: none;
}
.history-paragraph-text {
    color: #000;
    padding: 0px 0px 60px 0px;
    font-size: 24px;
    line-height: 37px;
}
.timeline-heading {
    font-family: var(--bodoni);
    color: var(--subHeadingColor);
    font-size: 34px;
    text-align: center;
}

.timeline-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 0px 30px 0px;
}
.t-text-headline {
    font-family: var(--bodoni);
    color: var(--subHeadingColor);
    font-size: 34px;
}
.t-text-headline  span{display: block;}
.t-text {
    color: #000;
    font-size: 22px;
    line-height: 34px;
}
.timeline {
    max-width: 1024px;
    margin: 36px auto 0px auto;
    position: relative;
    padding: 30px 0px;
}
.timeline-center {
    width: 300px;
    z-index: 1;
}
.timeline-left, .timeline-right {
    width: calc(100% - 150px);
}
.timeline-circle {
    background-color: var(--subHeadingColor);
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 100%;
    display: flex;
    font-size: 18px;
    border: 4px solid #fff;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
.timeline::after{
    content: '';
    position: absolute;
    width: 8px;
    height: 100%;
    background-color: var(--subHeadingColor);
    top: 0px;
    left: calc(50% - 4px);
    border-radius: 4px;
    z-index: 0;
}
.timeline-left {
    text-align: right;
}
.reloading {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 12;
    background-color: rgb(0,0,0,0.7);
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    display: none;
}
.reloading.active{display: flex;}
.reloading-container {
    background-color: #fff;
    color: #000;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 22px;
}

.loader-wrapper {
    position: fixed;
    top: 0px;
    z-index: 16;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    background-color: #211d2e;
}

.loader-wrapper img {
    max-width: 800px;
}

.loading-message {
    position: absolute;
    bottom: 10%;
    font-size: 22px;
    transform: translate(-50%,0%);
    left: 50%;
}

.leader-item {
    position: absolute;
}

.leader-item-1.leader-item {
    top: 34%;
    left: 35%;
    max-width: 36px;
}
.leader-line {
    z-index: 0;
}

.leader-item-2.leader-item {
    top: 25%;
    right: 27%;
    display: flex;
    align-items: center;
}

.leader-item-2.leader-item .circle{
    background-color: #c00105;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 2px solid #fff;
}
.leader-item-2.leader-item .text{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 22px;
    color: #000;
    padding: 0px 0px 0px 5px
}
.text-map-data .map-icon {
    max-width: 50px;
}
.reach-space {
    height: 8000px;
    z-index: 2;
    position: relative;
    background-color: transparent;
}

.visited-place-space {
    height: 8000px;
    display: none;
}

.leader-line.leader-line-2 {
    top: 29%;
    right: -6%;
    height: 83%;
}

.leader-line.leader-line-1 {
    left: -29.4%;
    height: 48%;
    top: 40%;
}
.history-page-container {
    background-color: #fff;
    padding: 0px 0px 60px 0px;
    z-index: 3;
}
.plan-image {
    position: absolute;
    right: 0;
    top: 50%;
    max-width: 480px;
    transform: translate(100%,0%);
}
.reach-space .container {
    background-color: var(--bgColor);
    max-width: 900px;
}
.reach-space .chapter-headline {
    color: #fff;
}

.history-main-inage-container img {
    width: 100%;
}
.rotation-msg {
    display: none;
    background-color: #339;
    position: fixed;
    z-index: 9999999999;
    width: 100%;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.rm-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 470px
}

.rotation-img {
    text-align: center;
    margin-bottom: 10px;
    display: flex;
    justify-content: center
}

.rotation-img img {
    width: 150px
}

.rm-txt {
    text-align: center
}

.rm-txt h5 {
    font: bold 24px/28px 'Open Sans', sans-serif;
    color: #fff;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-family: comic-panel;
    font-weight: 400
}

.rm-txt p {
    font: 400 15px/20px 'Open Sans', lato-regular;
    color: #fff
}
.reach-space .closet-lines {
    background-color: transparent;
}

.screen-play-area {
    z-index: 1;
    position: relative;
}
.content-slide {
    max-width: 1024px;
    margin: 0 auto;
    min-height: 400px;
    height: auto;
    width: calc(100% - 40px);
}
.table:last-child{
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.content {
    background-color: #ff8d00fa;
    padding: 40px;
}
.content-heading {
    font-size: 4vw;
    color: #000;
    text-align: center;
    font-family: var(--bodoni);
    font-weight: 600;
    padding: 0px 0px 20px 0px;
}
.content p {
    margin: 0px;
    font-size: 1.4vw;
    line-height: 2.2vw;
    text-align: center;
}
.table {
    display: flex;
}
.content-sub-heading {
    font-size: 1.7vw;
    font-weight: 600;
    color: #000;
    margin: 0px 0px 20px 0px;
}
.table-heading {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 1px solid #000;
    padding: 10px 10px;
    
}
.table {
    display: flex;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 30px 0px;
    max-width: 100%;
    overflow: auto;
}
.table:not(:last-child){
    border-bottom: 2px dashed #000;
}
.table-content {
    font-size: 17px;
    padding: 10px 10px;
    line-height: 22px;
    color: #000;
}
.disclaimer-slide {
    background-color: #fff;
    z-index: 9;
    position: relative;
    color: #000;
}
.creadit-panel {
    background-color: #fff;
    z-index: 9;
    position: relative;
    color: #000;
    padding: 0px 0px 60px 0px;

}
.disclaimer-slide p {
    padding: 0px 0px 10px 0px;
    font-size: 18px;
    line-height: 28px;
}
.disclaimer-slide p span {
    font-weight: 600;
}
.crd-heading {
    font-size: 37px;
    font-family: var(--bodoni);
    font-weight: 600;
    padding: 20px 0px 20px 0px;
    color: var(--bgColor);
}
.creadit-panel p {
    font-size: 18px;
    line-height: 31px;
    text-align: left;
}
.creadit-panel p span {
    display: block;
    font-weight: 600;
}
.slide-text-between p {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    line-height: 27px;
}
.close-line.orange-color {
    border-color: var(--bgColor);
    max-width: 100%;
}
.disclaimer-slide .container {
    border: 1px solid #d7d7d7;
    padding: 40px;
    border-radius: 4px;
    box-shadow: inset -1px -2px 17px 2px #d3d3d3;
}



@media screen and (max-width: 1024px) and (orientation:landscape) {
    .rotation-msg {
        display: block
    }

    body,
    html {
        overflow: hidden !important;
        background-color: #339
    }
}

@media screen and (max-width:1400px) and (min-width:1025px){
    .logo-container {
        max-width: 80px;
    }
    .share-click {
        max-width: 45px;
    }
    .main-header-heading {
        font-size: 11vw;
    }
    .header-sub-heading {
        font-size: 2.2vw;
        line-height: 2.8vw;
    }
    .scroll-move {
        max-width: 40px;
        bottom: 30px;
    }
    .slide-text-between {
        max-width: 820px;
        padding: 20px;
    }
    #temple_bottom_image5 .slide-text-between p {
        font-size: 36px;
    }
    #temple_bottom_image5 .slide-text-between p span {
        font-size: 24px;
        line-height: 30px;
    }
    .category-heading {
        font-size: 62px;
        padding: 30px 0px 15px 0px;
    }
    .category-sub-heading {
        font-size: 23px;
        padding: 0px 0px 30px 0px;
        line-height: 36px;
    }
    .map-panel-mover {
        height: calc(100vh - 180px);
    }
    .move-circle-item .circle-text {
        font-size: 15px;
        line-height: 19px;
    }
    .category-heading {
        font-size: 54px;
    }
    .slider-temple-warrper .category-sub-heading {
        padding: 0px 0px 30px 0px;
        max-width: 900px;
        margin: 0 auto;
        font-size: 19px;
        line-height: 27px;
    }
    .swiper-button {
        width: 60px;
        height: 60px;
        background-size: 25px;
    }
    .swiper-sub-headline {
        font-size: 60px;
        line-height: 56px;
    }
    .slider-container {
        height: calc(100% - 220px);
    }
    .swiper-desc-text {
        padding: 20px 0px;
        font-size: 17px;
        line-height: 26px;
    }
    .reach-slide {
        background-size: 900px;
    }
    .chapter-headline {
        font-size: 62px;
    }
    .chapter-sub-headline {
        font-size: 21px;
        padding: 10px 0px 30px 0px;
        line-height: 30px;
    }
    .stay-swiper-container {
        height: calc(100% - 150px);
    }
    .swiper-text {
        width: calc(100% - 280px);
        font-size: 16px;
        line-height: 25px;
        padding: 20px;
    }
    .swiper-button-next, .swiper-button-prev {
        width: 50px;
        height: 50px;
    }
    .history-paragraph-text {
        padding: 0px 0px 60px;
        font-size: 19px;
        line-height: 33px;
        max-width: 900px;
        margin: 0 auto;
    }
    .t-text-headline {
        font-size: 28px;
    }
    .t-text {
        font-size: 17px;
        line-height: 26px;
    }
    .timeline-circle {
        width: 70px;
        height: 70px;
    }
    .social-wrapper {
        right: 4px;
    }
}

@media screen and (max-width:1024px){
    .temple-swiper {
        height: auto;
    }
    .swiper-nav-up , .swiper-nav-bottom{
        transform: rotate(-90deg);
    }
}

@media screen and (max-width:1024px) and (min-width:768px){
    .main-header-heading {
        font-size: 16vw;
    }
    .header-sub-heading {
        font-size: 3.1vw;
    }
    .scroll-move {
        bottom: 50px;
        max-width: 40px;
    }
    .social-wrapper {
        right: 8px;
    }
    #temple_bottom_image5 .slide-text-between p {
        font-size: 42px;
        margin: 0;
        line-height: 44px;
    }
    #temple_bottom_image5 .slide-text-between p span {
        font-size: 27px;
        margin: 15px 0px 0px 0px;
        line-height: 38px;
    }
    .image_move {
        width: 2000px;
    }
    .move-circle-item .circle {
        width: 50px;
        height: 50px;
        border: 4px solid #fff;
    }
    .move-circle-item .circle-text {
        font-size: 14px;
        width: calc(100% - 50px);
    }
    .slide-image-area {
        width: 50%;
    }
    .slide-text-area {
        width: 50%;
    }
    .swiper-slide {
        align-items: flex-start;
    }
    .swiper-sub-headline {
        font-size: 62px;
        line-height: 60px;
    }
    .reach-slide {
        background-size: 920px;
        background-position: center center;
    }
    .swiper-text {
        width: calc(100% - 200px);
        padding: 20px;
    }
    .stay-ayodhya-panel .swiper-slide img {
        height: 100%;
    }
    .history-headline {
        font-size: 60px;
    }
    .history-paragraph-text {
        font-size: 2.6vw;
    }
    .content-slide {
        max-width: 550px;
    }
    .content-heading {
        font-size: 5vw;
    }
    .content p {
        font-size: 2.8vw;
        line-height: 3.8vw;
    }
    .timeline {
        padding: 30px 20px;
    }

}

@media screen and (max-width:920px) and (min-width:767px) {
    .slide-text-between {
        max-width: 500px;
    }
    .category-heading , .category-sub-heading{
        max-width: 550px;
        margin: 0 auto;
    }
    .slider-container {
        height: auto;
    }
    .reach-slide {
        background-size: 800px;
    }
    .chapter-sub-headline {
        max-width: 550px;
    }
    .history-paragraph-text {
        max-width: 500px;
        margin: 0 auto;
    }
    
}



@media screen and (max-width:767px){
    .nav-responsive {
        background-color: rgb(0,0,0,0.8);
        position: fixed;
        top: 0px;
        width: 100%;
        z-index: 10;
        display: flex;
        justify-content: space-between;
        padding: 10px 10px 5px 10px;
    }
    .logo-container {
        position: relative;
        max-width: 75px;
        left: unset;
        top: unset;
        z-index: 0;
    }
    .share-click svg g {
        fill: #fff;
    }
    .share-click {
        position: relative;
        top: unset;
        max-width: 40px;
        right: unset;
    }
    .scroll-move {
        bottom: 30px;
        max-width: 30px;
    }
    .main-header-heading {
        font-size: 20vw;
    }
    .header-sub-heading {
        font-size: 5vw;
        line-height: 6.5vw;
    }
    .social-wrapper ul li img {
        max-width: 40px;
    }
    .header-screen {
        align-items: center;
        justify-content: flex-start;
        padding: 25% 0px 0px 0px;
    }
    .social-wrapper ul li:nth-of-type(2) img {
        max-width: 50px;
    }
    .social-wrapper ul li:nth-of-type(3) img {
        max-width: 35px;
    }
    .social-wrapper {
        right: 6px;
    }
    .slide-text-between {
        padding: 20px;
        text-align: center;
    }
    .slide-text-between p {
        font-size: 16px;
        line-height: 24px;
    }
    #temple_bottom_image5 .slide-text-between p {
        font-size: 7vw;
        line-height: 7vw;
    }
    #temple_bottom_image5 .slide-text-between p span {
        font-size: 5vw;
    }
    .category-heading {
        font-size: 13vw;
    }
    .category-sub-heading {
        font-size: 5vw;
        line-height: 7.5vw;
        padding: 0px 0px 20px 0px;
    }
    .image_move {
        width: 1500px;
    }
    .move-circle-item .circle {
        width: 40px;
        height: 40px;
        border: 3px solid #fff;
    }
    .move-circle-item {
        flex-direction: row-reverse;
        max-width: 120px
    }
    .move-circle-item .circle-text {
        padding: 0px 5px 0px 0px;
        font-size: 10px;
        width: calc(100% - 40px);
        text-align: right;
        line-height: 12px;
    }
    .move-circle-item.item-2 {
        left: 38.5%;
        top: 23.5%;
    }
    .map-panel-mover {
        height: calc(100vh - 280px);
        width: calc(100% + 40px);
        margin: 0px 0px 0px -20px;
    }
    .move-circle-item.item-4 {
        top: 75%;
        left: 13.5%;
    }
    .move-circle-item.item-3 {
        top: 32%;
        left: 42%;
    }
    .move-circle-item.item-1 {
        top: 3.5%;
        right: 48.2%;
    }
    .slider-temple-warrper .category-heading {
        padding: 0px 0px 20px 0px;
        font-size: 11vw;
    }
    .slider-temple-warrper .category-sub-heading {
        font-size: 4vw;
        padding: 0px 0px 20px 0px;
        line-height: 6.5vw;
    }
    .slide-image-area {
        width: 100%;
    }
    .swiper-button {
        width: 40px;
        height: 40px;
        background-size: 20px;
    }
    .swiper-button-group {
        gap: 10px;
        margin: 0px 0px 5px 0px;
        right: 10px;
        top: -70px;
        position: absolute;
    }
    .slider-container {
        height: calc(100% - 150px);
    }
    .slide-text-area {
        width: 100%;
        padding: 0px 0px 0px 5%;
        position: relative;
    }
    .swiper-sub-headline {
        font-size: 10vw;
        line-height: 12vw;
        margin: 10px 0px 10px 0px;
    }
    .swiper-desc-text {
        width: calc(100% - 40px);
        max-width: 100%;
        padding: 0px 0px;
        font-size: 4.5vw;
        text-align: left;
        line-height: 7vw;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 10;
    }
    .slider-container .swiper-slide {
        display: block;
    }
    .reach-slide {
        background-size: 560px;
        background-repeat: no-repeat;
        background-position: center;
    }
    .chapter-headline {
        font-size: 11vw;
        padding: 80px 0px 0px 0px;
    }
    .chapter-sub-headline {
        font-size: 4.8vw;
        padding: 16px 20px 20px 20px;
        line-height: 7.5vw;
    }
    .reach-space .container {
        width: calc(100% - 40px);
    }
    .bus-image {
        width: 400px;
    }
    .stay-swiper-container {
        height: calc(100vh - 100px);
        width: 100%;
        position: relative;
        background-color: var(--bgColor);
    }
    .swiper-button-next, .swiper-button-prev {
        top: 0px;
        width: 40px;
        height: 40px;
    }
    .swiper-navigation-area .container {
        position: relative;
        height: auto;
    }
    .swiper-text {
        position: relative;
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    bottom: unset;
    padding: 20px;
    transform: translate(0px , 0px);
    left: 0px;
    }
    /*
.swiper-text span{
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    };
    */
    .swiper-navigation-area {
       
    }
    .stay-ayodhya-panel {
        padding: 0px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    }
    .stay-ayodhya-panel .swiper-slide {
        display: flex;
        position: relative;
        align-items: flex-start;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .swiper-navigation-area {
        position: absolute;
        width: 100%;
        top: 25%;
    }
    .reach-space {
        height: 6000px;
    }
    .history-headline {
        font-size: 13vw;
        padding: 30px 0px;
    }
    .history-paragraph-text {
        font-size: 4.4vw;
        line-height: 7.5vw;
        padding: 0px 0px 30px 0px;
    }
    .timeline-heading {
        font-size: 9vw;
    }
    .timeline-circle {
        width: 50px;
        height: 50px;
        font-size: 13px;
        border: 3px solid #fff;
    }
    .timeline-center {
        width: 120px;
    }
    .timeline-left, .timeline-right {
        width: calc(100% - 70px);
    }
    .t-text {
        font-size: 16px;
        line-height: 28px;
    }
    .t-text-headline {
        font-size: 26px;
        line-height: 30px;
    }
    .timeline::after {
        width: 4px;
        left: calc(50% - 2px);
    }
    .timeline-item {
        padding: 0px 20px;
        margin: 0px 0px 20px 0px;
    }
    .content {
        padding: 20px;
    }
    .content-heading {
        font-size: 24px;
    }
    .content p {
        font-size: 16px;
        line-height: 24px;
    }
    .content-sub-heading {
        font-size: 16px;
    }
    .table-heading {
        font-size: 15px;
    }
    .table-content {
        font-size: 15px;
        line-height: 20px;
    }
    .screen.screen-temple-header canvas , .temple-toue-screen canvas{
        height: 100vh;
    }
    .empty-map-view {
        height: 8000px;
    }
    .airplan-content {
        
    }
    .slide-map-view {
        height: 100%;
    }
    .reach-space .chapter-headline {
        padding: 30px 20px 10px 20px;
    }
    .move-circle-item .circle-text span {
        font-size: 6px;
        line-height: 9px;
        padding: 3px;
    }

}