*{ padding: 0; margin: 0; box-sizing: border-box; }

body { font-family: 'Poppins', sans-serif; font-size: 18px; color: #000; line-height: 1.6; background-color: #eae8e4!important; }
img { display: block; max-width: 100%; height: auto; }
a { outline: none; text-decoration: none; color: #000; text-decoration: none; transition: all 0.3s ease-in-out; }
a:hover { color: #ee0c3d; }
ul,ol { padding: 0; margin: 0; list-style: none; }
h1, h2, h3, h4, h5, h6 { font-weight: 700; line-height: 1.4; font-family: 'Teko', sans-serif; }
h1 { font-size: 80px; }
h2 { font-size: 45px; line-height: 1.3; }
h3 { font-size: 26px; }
h2 span { color: #ee0c3d; font-family: 'Teko', sans-serif; }
main{padding-top: 0 !important;}
.hero {
    background: url('../nayebharat/mandir.png') bottom center no-repeat;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.headercol{
    display: flex;
    justify-content: space-between;
    padding:20px;
    /* background-color: hsla(0,0%,100%,.1);
    backdrop-filter: blur(10px); */
    position: absolute;
    z-index: 3;
    top: 0;
    width: 100%;

}
.headercol .logo{
    width: 180px;
}
.headercol .logo svg{
    width: 100%;
}
.headercol .backtohome .back {
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    background-image: none;
}
.headercol .backtohome .back:before {
    position: absolute;
    left: -12px;
    top: 5px;
    content: '';
    width: 0;
    height: 0;
    border-width: 5px 6px 5px 0;
    border-color: transparent #e81616 transparent transparent;
    border-style: solid;
}
.map{
    width: 450px;
    height: 450px;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -225px;
}
.map .circle{
    position: absolute;
    left: 0;
    top: 0;
    width: 90%;
    height: 90%;
    z-index: 0;
    -webkit-animation: rotating 30s linear infinite;
    -moz-animation: rotating 30s linear infinite;
    -ms-animation: rotating 30s linear infinite;
    -o-animation: rotating 30s linear infinite;
    animation: rotating 30s linear infinite;
}
.map .up{
    position: relative;
    z-index: 1;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes rotating {
    from {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
.hero .rammandir {
    margin: 0 auto;
    width: 500px;
    position: relative;
    z-index: 1;
}

.hero .rammandir img {
    position: relative;
    margin-top: -100px;
}

#top{
    position: relative;
    width: 100%;
    height: 800px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* #top::before{
    content:'';
    position: absolute;
    bottom: 0;
    left: 0;
    height:200px;
    width: 100%;
    background:linear-gradient(to top,#fff,transparent);
    z-index: 1000;
} */
#man{
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    pointer-events: none;
}
#bg{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    z-index: 0;
}
#mountain_left{
    left: 0;
    width:650px;
    top:250px;
    object-fit: cover;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}
#mountain_right{
    right: 0;
    width:650px;
    top:250px;
    object-fit: cover;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}
#sec{
    padding:100px;
    padding-bottom:20px;
}


@media only screen and (max-width: 600px) {
    .hero{
        height: 650px;
    }
    .headercol{
        padding:30px 10px;
    }
    .headercol .logo{
        width: 150px;
    }
    .headercol .backtohome .back{
        font-size: 13px;
    }
    .hero{
        background-image: url('../nayebharat/mandirbg.png');
        background-repeat: repeat;
        background-position: 0 0;
    }
    #top{
        height:700px;
    }
    #man{
        width: 1000px;
        max-width: 1000px;
    }
    #mountain_left{
        left: 0;
        width:200px;
        top:430px;
        object-fit: cover;
        pointer-events: none;
        position: absolute;
        z-index: 1;
    }
    #mountain_right{
        right: 0;
        width:200px;
        top:430px;
        object-fit: cover;
        pointer-events: none;
        position: absolute;
        z-index: 1;
    }
    .map{
        width:350px;
        height:350px;
        margin-left:-160px;
        top:100px;
    }
    .hero .rammandir{
        width: 360px;
    }
}
.info {
    max-width: 1260px;
    margin:100px auto;
    display: flex;
    position: relative;
}

.info h1 {
    font-size: 60px;
    width: 400px;
}

.info h1,
.info h1 span {
    font-family: 'Teko', sans-serif;
    line-height: 1;
}

.info h1 span {
    color: #ee0c3d;
    display: block;
}
.info p{
    width: calc(100% - 400px);
    font-size: 24px;
    /* font-family: 'Khand', sans-serif; */
}
.info .arrow{
    position: absolute;
    bottom:-50px;
    left: -150px;
    width: 300px;
    stroke-width:5;
}
.strokeanimation{
    stroke:#000000;
    stroke-width:2;
    stroke-miterlimit:2;}
.strokeanimation.active{
    animation: animate-svg-stroke-1 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
}

@keyframes animate-svg-stroke-1 {
    0% {
        stroke-dasharray: 2230px;
        stroke-dashoffset: 2230px;
    }

    1% {
        stroke-dashoffset: 2230px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 2230px;
    }
}
@media only screen and (max-width: 600px) {
    .info {
        flex-wrap: wrap;
        margin:  50px auto;
        padding: 0 30px 30px;
        overflow: hidden;
    }
    .info h1,.info p{
        width: 100%;
    }
    .info h1{
        font-size: 40px;
        margin-bottom: 20px;
    }
    .info p{
        font-size: 18px;
    }
    .info .arrow{
        width: 200px;
        bottom: -23px;
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
        left: inherit;
        right: -120px;
    }
    .strokeanimation{
        stroke-width:3;
        stroke-miterlimit:3;
    }
}
.hr,.video,.short,.latestnews,.videoList,.photo{
    max-width: 1260px;
    margin:100px auto;
}
.videowrap{
    max-width: 700px;
    margin:0 auto;
}
.videoBox{display: flex; justify-content: space-between;}
.videoBox .videoBanner{width: 48%;}
.videoBox .videoIframe{width: 49%;}

.videocol{
    position: relative;
    padding-bottom:51.6%;
    padding-top: 22px;
    height: 0;
    line-height: 0;
    margin-bottom: 20px;
    clear: both;
    width: 100%;
    border-radius: 0;
    overflow: hidden;
    background-color: #f3f3f3;
    border: 10px solid #000000bf;
}
.videocol iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.video figure{
    margin: 0 auto;
    width: 700px;
    cursor: pointer;
}
.short h2,.latestnews h2,.videoList h2,.photo h2{
    font-size: 50px;
    font-family: 'Teko', sans-serif;
    line-height: 1;
    margin-bottom: 30px;
}
.videoList h2 span,.latestnews h2 span,.short h2 span{
    font-family: 'Teko', sans-serif;
    color: black;
}
.short ul{
    display: flex;
    flex-wrap: wrap;
}
.short ul li{
    width: calc(20% - 24px);
    margin-right: 30px;
}
.short ul li:last-child{
    margin-right: 0;
}
.short ul li figure{
    position: relative;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
}
.short ul li figure i{
    position: absolute;
    width: 50px;
    height: 35px;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    background-color: #fff;
    display: flex;
    align-items: center;
    border-radius: 15px;
}
.short ul li figure i svg{
    width: 50px;
    height: 50px;
    fill: #ee0c3d;
}
.latestnews ul{
    display: flex;
    flex-wrap: wrap;
}
.latestnews ul li{
    width:33.33%;
    padding-right: 30px;
    margin-bottom: 20px;
    display: flex;
}
.latestnews ul li figure{
    width: 150px;
}
.latestnews ul li aside{
    width: calc(100% - 150px);
    padding-left: 20px;
}
.latestnews ul li aside span{
    text-transform: uppercase;
    color: #ee0c3d;
}
.latestnews ul li aside p{
    font-size: 14px;
}
.videoList ul{
    display: flex;
    flex-wrap: wrap;
}
.videoList ul li{
    width: calc(25% - 23px);
    margin-right: 30px;
    background-color: white;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}
.videoList ul li:last-child{
    margin-right: 0;
}
.videoList ul li figure{
    position: relative;
}
.videoList ul li figure i{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    width: 40px;
    height: 30px;
    background-color: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.videoList ul li figure i svg{
    width: 40px;
    height: 40px;
    fill:#e81616;
}
.videoList ul li p{
    padding: 15px;
}
.videoList ul li p a{
    font-size: 14px;
    /* line-height: 1.5; */
    /* font-family: 'Khand', sans-serif; */
}
.photo{
    margin-bottom: 0;
}
.photogallery{
    margin-bottom: 100px;
}
.photogallery .swiper-button-next,
.photogallery .swiper-button-prev { top:50%; margin: 0; width: 50px; height: 50px; margin-top:-25px; }
.photogallery .swiper-button-next:after,
.photogallery .swiper-button-prev:after { color: white; font-size: 18px;}
.photogallery .swiper-button-prev { left: 20px; right: 70px; background-color: #e81616; }
.photogallery .swiper-button-next { right: 20px; background-color: #e81616;}

@media only screen and (max-width: 600px) {
    .hr,.video,.short,.latestnews,.videoList,.photo{
        margin:  50px auto;
        padding: 0 30px;
    }
    .short h2,.latestnews h2,.videoList h2,.photo h2{
        font-size: 32px;
    }
    .short ul{
        margin-left: -30px;
        margin-right: -30px;
        padding-left: 30px;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        display: inherit;
    }
    .short ul li{
        width: 200px;
        white-space: normal;
        display: inline-block;
    }
    .videocol{
        padding-bottom:45.6%;
    }
    .video figure{
        width: 100%;
    }
    .scrollbar{
        overflow-x: scroll;
        overflow-y: hidden;
        justify-content: flex-start;
        display: flex;
        flex-wrap: wrap;
        margin-left: -30px;
        margin-right: -30px;
        padding-left: 30px;
    }
    .latestnews ul,.videoList ul{
        flex-wrap:nowrap;
        padding-bottom: 20px;
    }
    .latestnews ul li,.videoList ul li{
        width: 240px;
        white-space: normal;
        display: inline-block;
        margin-bottom: 0;
    }
    .latestnews ul li figure,.videoList ul li figure{
        width: 100%;
        margin-bottom: 10px;
    }
    .latestnews ul li aside,.videoList ul li aside{
        width: 100%;
        padding-left: 0;
    }
    .photogallery{
        margin-bottom: 50px;
    }
    .photogallery .swiper-button-next, .photogallery .swiper-button-prev{
        width: 40px;
        height: 40px;
    }
    .photogallery .swiper-button-next{
        right: 10px;
    }
    .photogallery .swiper-button-prev{
        left: 10px;
    }
    .photogallery .swiper-button-next:after, .photogallery .swiper-button-prev:after{
        font-size: 14px;
    }
    .videoBox{flex-wrap: wrap;}
    .videoBox .videoBanner{margin-bottom: 20px;}
    .videoBox .videoBanner, .videoBox .videoIframe{width: 100%;}
    .videoBox .videoBanner img{width: 100%;}
}
.footercol p{
    background-color: #640932;
    text-align: center;
    /* font-family: 'Khand', sans-serif; */
    font-size: 14px;
    color: white;
    padding: 10px 0;
}
body.overflow-hidden{
    overflow: hidden;
}
.videomodal{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.70);
    backdrop-filter: blur(20px);
    top: 0;
    left: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px;
}
.closevideomodel{
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: #e81616;
    width: 50px;
    height: 50px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.closevideomodel svg{
    width: 18px;
    height: 18px;
    fill: white;
}
.videomodal iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
@media only screen and (max-width: 600px) {
    .videomodal{
        padding: 0;
    }
    .closevideomodel{
        right: 0;
        top: 0;
    }
}