/*Author: quickfix
Author Uri: https://www.clagtech.com/
Version: 1.0
started on: 07-11-2023
*/
@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@1&display=swap');
/***
variables
****/
/*********************
global
*********************/
:root {
--logo_title:4.4rem;
--h2_title:7.4rem;
--h3_title:3.8rem;
--veda_title:5.2rem;
--running_text:2.1rem;
--button_text:2.8rem;
--bold_title:2.9rem;
--regular:400;
--menu-text:2rem;
--copyright:2.0rem;

/***color***/
--highlight_color: #B07204;
--title_color:#593900;
--white_color:#fff;
--btn_bg: #B07204;
--btn_search:#593900;
--white-color:#fff;
}



@keyframes arrow{
    0% {
      bottom:100px;
    }
    100%{
      bottom:120px;
    }
  }
@keyframes rotate{
    from{
       transform:rotate(0deg); 
    }
    to{
        transform:rotate(359deg);
    }
}  
  
  @keyframes leftArrow{
    0% {
    }
    100%{
      transform:rotate(225deg);
    }
  }
  
  @keyframes rightArrow{
    0% {
    }
    100%{
      transform:rotate(-45deg);
    }
  }
/*****
fixes
******/
/**, ::after, ::before{box-sizing:border-box !important;}*/
html{box-sizing: border-box;font-size: 62.5%;}
body, body, button, input, select, textarea{font-family: 'Poppins', sans-serif; font-size:var(--running_text); line-height:1.4;}
h1, h2, h3, h4, h5, h6{line-height:1.4;}
.colorWhite{color: var(--white-color) !important;}
    .cb_svg {
  --curve-height: 100;
}
#main{margin: 0px;}
div#smooth-wrapper {overflow-x: hidden;}
.home #main{overflow-x:hidden;}
/*a{transition:none !important;}*/
.cb_svg {margin:0px auto !important; position:relative;color: #593900; width: 100%; max-width: 1000px;}
h2 .cb_svg{margin:auto !important;}
.cb_svg svg {
width: 100%;
height: 200px;
pointer-events: none;
}
svg #path {
fill: none;
stroke: currentColor;
stroke-width: 1;
}
/***********
grid containers
**************/

.grid-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	padding-left: 10px;
	padding-right: 10px;
}

.grid-15, .grid-20, .grid-25, .grid-30, .grid-35, .grid-40, .grid-45, .grid-50, .grid-55, .grid-60, .grid-65, .grid-70, .grid-75, .grid-80, .grid-85, .grid-90, .grid-95, .grid-100, .grid-33, .grid-66, [class*="mobile-grid-"], [class*="tablet-grid-"] {
	
	padding-left: 10px;
	padding-right: 10px;
}

.grid-parent {
	padding-left: 0;
	padding-right: 0;
}
.grid-20 {width: 20%; max-width: 20%;}
.grid-25 {width: 25%; max-width: 25%}
.grid-33 {width: 33.333%; max-width: 33.333%}
.grid-40 {width: 40%; max-width: 40%}
.grid-45 {width: 45%; max-width: 45%}
.grid-50 {width: 50%; max-width: 50%}
.grid-55 {width: 55%; max-width: 55%}
.grid-60 {width: 60%; max-width: 60%}
.grid-66 {width: 66.666%; max-width: 66.666%}
.grid-75 {width: 75%; max-width: 75%;}
.grid-80 {width: 80%; max-width: 80%;}
.grid-100 {	width: 100%; max-width:100%;}
@media (max-width: 767px) {
	.hide-on-mobile {
		display: none !important;
	}
	.mobile-grid-50 {
		width: 50%;
	}
	.mobile-grid-100 {
		clear: both;
		width: 100%;
	}
}

.no_wrap{white-space:nowrap;}
img{display:block;}
img{-webkit-user-select: none;  -ms-user-select: none;  user-select: none; }
.section{padding:60px 0px 80px;}  
.separate-containers .page-header, .separate-containers .site-main>*, .separate-containers .widget{margin-bottom:0px;}
.d-flex{display:flex;}
.flex-wrap{flex-wrap:wrap;}
.align-center{align-items:center;}
.p_0{padding:0px;}
.pl_0{padding-left:0px;}
.pr_0{padding-right:0px;}
.site-content #primary{width:100%;}
.h2_title{font-size:var(--h2_title); color:var(--white_color); font-weight:700;}
.h3_title, .h3_title h2{font-size:var(--h3_title); color:var(--white_color); font-weight:700;}
.highlight_color{color:var(--highlight_color);}
/******
header
*******/
#masthead > .inside-header{padding-top:5px; padding-bottom:5px;}
header#masthead {position:fixed;top:0px; left:0px; width:100%;z-index:99;background: rgba(255,255,255,.9); }
body.admin-bar header#masthead{top:32px;}
.site-branding-container{position:relative;}
.site-branding{display:none !important;}
.site-logo{}
.inside-header {padding: calc(var(--running_text) * 0.5) 0px;}
.main-title{font-size:var(--logo_title); color:var(--highlight_color); text-transform:capitalize;font-weight:700;}
.main-title a{color:inherit; text-transform: uppercase;}
/**menu**/
.main-navigation .main-nav ul li a, .main-navigation .menu-toggle, .main-navigation .menu-bar-items{color:#424242;font-size:var(--menu-text);line-height:50px;}
.main-navigation .main-nav ul li[class*="current-menu-"] > a, .main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a, .main-navigation .main-nav ul li:not([class*="current-menu-"]):focus > a, .main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a, .main-navigation .menu-bar-item:hover > a, .main-navigation .menu-bar-item.sfHover > a{color:var(--highlight_color);}
.main-navigation .main-nav ul li[class*="current-menu-"] > a{ color:#593900;}
/*.main-navigation li{transition:.5s all;}*/
/****
main container
*****/
.container.grid-container{max-width:100%;padding:0px;}
.container .site-main{margin-top:0px;}
/*banner*/
.banner_title{font-size:5.2rem; font-weight:700;color:var(--title_color);margin-bottom:5rem;}
.banner_title span{display:block;text-align:left;}
.home_banner{position:relative;padding:calc(var(--running_text) * 5) 0px; min-height:100vh; margin-bottom:0px; background-repeat:no-repeat; background-size:cover; display:flex; align-items:center; justify-content:center;}
.home_banner .grid-container{display:flex; flex-wrap:wrap; align-items:center;}
.banner_left{max-width:68%; width:68%; z-index: 1;position:relative;}
.banner_right {max-width: 32%; width:32%;position:relative;}
.banner_right img{max-width: calc(100% + 80px); margin-left: -80px; margin-bottom:-10%;}
.banner_input_group .banner_input{background: #fff url(../images/search.png) no-repeat center left +30px; width:100%; height:90px; border-radius:60px; padding-left:70px;}
.banner_submit.button{height:70px;}
button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.wp-block-button__link:not(.has-background){transition:.5s all;color:#fff;width:220px; height:60px; border-radius:50px; padding:0px; display:flex; align-items:center; justify-content:center; font-size:var(--button_text);background:var(--btn_bg); font-family: 'Poppins', sans-serif;font-weight:400;}
button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, a.button:hover, a.wp-block-button__link:not(.has-background):hover{background:#765416;}
.banner_submit.button{background:var(--btn_search); position:absolute; right:10px; top:10px; border-radius:60px;}
.banner_input_group{position:relative; width:calc(100% + 80px);}
.raylight img {max-width: 100%; max-height: 100%;}
.raylight{width: 100%;height: 100%;position: absolute;top: -10%;left: -10%;z-index: 0;}
.light_chakra{position: absolute;top: -10%;left: 50%;z-index: 0;width: 100%;height: 100%;background-image: url(../images/raylights.png); background-position: center center;transform: translateX(-50%); background-repeat: no-repeat;}    
/*****
veda section
*******/
.vedas_section{background:url(../images/ved_bg.jpg) no-repeat; background-size:100% 100%;}
.vedas_section{display:flex; align-items:center; min-height:100vh;}
.veda_left{width:45%; max-width:45%;position:relative; padding-right:5rem;}
.veda_right{width:55%; max-width:55%; overflow:hidden; padding-left:3rem; position:relative;}
.veda_right .swiper {width: 60vw;}
/*.veda_right:before{content:""; position:absolute; left:0px; top:0px; width:100px; height:100%; background:url(../images/roll.png) no-repeat left top;}*/
.veda_swiper {display: flex;flex-wrap: nowrap;position:relative;}
.veda_right .swiper-slide{max-width:55%;}
.veda_left .h2_title{position: absolute;left: 50%;top: 50%; transform:translate(-50%, -50%);}
.veda_right .swiper-slide{position:relative; padding:10px 10px 0px 10px;border-radius:40px;}
.veda_right .swiper-slide.swiper-slide-active{border:3px solid #F3C282;}
.veda_right .swiper-slide span{position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); font-size:var(--veda_title); color:var(--title_color);font-weight:700;}
.veda_right .swiper-slide img{width:100%;}
.veda_left img{width:100%;}
/************
puraans
************/
.puraans_wrapper{overflow:hidden;}
.puraans_section{background:url(../images/purans_bg.jpg) no-repeat; background-size:cover; display: flex; align-items: center;justify-content:center;width: 100%; overflow: hidden;}
.puraan_swiper .swiper-slide img, .item img{border-radius:35px; max-width: 100%;}
.puraans_section img{width:19vw !important;}
.puraans_section .active.center {transform: scale(1.2);}
.puraans_inner .owl-carousel .owl-stage-outer {padding: 5rem 0px;}
.puraans_section .active.center img{padding: 5px; border: 2px solid #32230D;}
.puraans_section .owl-dots{display:none;}
.puraans_section .owl-stage{display:flex; align-items:center;}
.title_color{color:var(--title_color);}
.text-center{ text-align:center;}
.puraans_section .owl-nav{display:flex; align-items:center; justify-content:flex-end;}
#puraans_section.puraans_section [type="button"]{font-size:2rem;padding:2px 3px !important; width:auto; height:auto; background:#fff; border-radius:5px; margin-left:1vw;}
#puraans_section.puraans_section .owl-nav button{display:flex; align-items:center; justify-content:center;}
#puraans_section.puraans_section .owl-nav span:before{content:""; width:15px; height:15px; border:1px solid #000; border-width:1px 1px 0px 0px; display:block;}
#puraans_section.puraans_section .owl-nav span{width:40px; height:35px; display:flex; align-items:center; justify-content:center;}
#puraans_section .material-symbols-outlined{font-size:4rem;}
.puraans_inner{max-width:100%;}
span.left_owl {transform: rotate(-140deg); margin-right: -10px;}
span.right_owl {transform: rotate(45deg); margin-left: -10px;}
/***********
upnishads
*********/
.upanishads_section{background:url(../images/upnishad.jpg) no-repeat center center; background-size:cover; }
.upnishad_left{display:flex; justify-content:flex-end;}
.upnishad_left img{max-width:80%;}
/*.upnishad_box {display: flex;align-items: center;}*/
.upnishad_box > div{padding:35px 50px;}
.head_box p{color:var(--white_color);}
/******
dham
********/
.dhaam_section{background:url(../images/dham_bg.jpg) no-repeat; background-size:cover;min-height:100vh;display:flex; align-items:center; justify-content:center;flex-direction:column;}
.dham_col{width:25%; padding:0px 1.5vw;}
/*.dham_col:hover{transform:scale(1.1);}*/
.dham_box{display:flex; flex-wrap:wrap; margin:0px auto; max-width:85%;}
.dham_box img{ border-radius:30px;box-shadow: 0px 9px 6px 0px #0000006E;}
.bold_text{display:block; font-size:2.8rem; font-weight:700; text-align:center; margin-top:2vw;}
/*********
jyotirlinga
**********/
.jyotirlinga_section{background:url(../images/jyotirlinga_bg.png) no-repeat bottom center;  background-size:100% 100%; position:relative;}
.jyotirlinga_box{position:absolute; left:0px; top:0px; bottom:0px;right:0px;}
/*.jyotirlinga_image {padding-bottom: 16rem;}*/
/*********
katha 
********/
section.katha_section {padding: 60px 0px;}
.katha_right_images img{margin-top:1vw;border-radius:15px;}
p.line_2 {line-height: 1.8;}
.katha_section .button_wrapper{margin-top:5rem;}
.katha_wrap img{width:100%;}
.katha_wrap{padding-top:60px;}
.tilter__caption .tilter__title, .tilter__caption .tilter__description{color:#fff;}
.katha_images {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
/*********
footer
**********/
.footer_section{ padding:5rem 0px; position:relative;   background:rgba(176,114,4,1);}
.footer_section .inside-site-info{padding:0px;}
.footer_section h2{text-align:center;font-weight:700; color:#fff; font-size:3rem; text-transform:uppercase;}
.copyright{font-size:1.4rem; color:#fff; font-weight:400;}
#menu-footer-menu{list-style:none; margin:0px 0px 3rem 0px; display:flex; align-items:center; justify-content:center;}
#menu-footer-menu li{position:relative;}
#menu-footer-menu li:not(:first-child):before{content:""; width:1px; height:12px; background:#fff; position:absolute; left:0px; top:50%; margin-top:-6px;}
#menu-footer-menu li a{color:#fff; font-size:1.8rem; padding:.2rem 3rem; display:block; font-weight:400;}
#menu-footer-menu li:first-child a{border:0px;}
#menu-footer-menu li.current-menu-item a{font-weight:600;color:#3a2500;}
.footer_banner img{width:100%;}
/*.footer_section:after{content:""; background: linear-gradient(to bottom,  rgba(255,255,255,0.97) 0%,rgba(176,114,4,0.97) 14%);*/
/* width:100%; height:100%; position:absolute; left:0px; top:0px; }*/
/*.footer_section:before{content:""; background: url(../images/footer_bottom.webp) no-repeat center center; background-size: cover; position:absolute; left:0px; top:0px; right:0px; bottom:0px;}*/
.footer_section .grid-container{position:relative; z-index:99;}
/********************************************
page inner pages
**********************************************/
.separate-containers .comments-area, .separate-containers .inside-article, .separate-containers .page-header, .separate-containers .paging-navigation{padding-left:0px; padding-right:0px;}
/*#pointer {*/
/*    transition: all cubic-bezier(0.19, 1, 0.22, 1) .4s; display:none;*/
/*    width: 12px;*/
/*    height: 12px;*/
/*   position: fixed;*/
/*    top: 0;*/
/*    left: 0;border-radius:8px;*/
/*    z-index: 250;*/
/*    contain: layout style size;*/
/*    pointer-events: none;*/
/*    background-color: #B07204; border:2px solid #fff;*/
/*}*/
.view_more {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    height: 36px;
    justify-content: center;
    left: -18px;
    line-height: 20px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: -18px;
    transform: scale(0);
    transition: opacity .4s, transform .3s;
    width: 36px;
    font-family: Matter, sans-serif;
}
#pointer {
    transition: all cubic-bezier(0.19, 1, 0.22, 1) .4s;
    width: 0px;
    height: 0px;display:none;
    position: fixed;
    z-index: 99999;
    border-radius: 50%;
    
    contain: layout style size;
    pointer-events: none;
    will-change: transform;
    mix-blend-mode: multiply;
}

#pointer:before {
    content: "";
    position: absolute;
    top: -24px;
    left: -24px;
    display: block;
    width: 48px;
    height: 48px;
    transform: scale(.3);
   background-color: #B07204;
    border-radius: 50%;
    transition: transform .25s ease-in-out, opacity .1s;

}

#pointer.linked_over:before {
    transform: scale(.5);
}

#pointer.bigboo_te:before {
    transform: scale(1.7);
}

#pointer.bigboo_te .view_more {
    opacity: 1;
    transform: scale(1);
}

#pointer.bigboo_te {
    mix-blend-mode: normal;
}
.section_intro{min-height:calc(100vh); padding:130px 0px 80px; display:flex; justify-content:center; align-items:center;flex-direction:column;position:relative;}

.arrow-down{
    width:40px;
    height:40px;
    margin:0 0 0 -20px;
    position:absolute;
    left:50%;
    bottom:100px;cursor:pointer;
    -webkit-animation: arrow 0.5s 1s infinite ease-out alternate;
    
  }
  
  .arrow-down:hover{
     -webkit-animation-play-state: paused;
  }
  
  .left{
    position:absolute;
    height:6px;
    width:40px;
    background:#593900;
    -webkit-transform:rotate(240deg);
    top:6px;
    left:17px;
    -webkit-border-radius:3px;
    -webkit-transform-origin:3px 50%;
    -webkit-animation: leftArrow 0.5s 1s infinite ease-out alternate; margin-top:25px;
  }
  
  .right{
    position:absolute;
    height:6px;
    width:40px;
    background:#593900;
    -webkit-transform:rotate(-60deg);
    top:6px;
    left:17px;
    -webkit-border-radius:3px;
    -webkit-transform-origin:3px 50%;
    -webkit-animation: rightArrow 0.5s 1s infinite ease-out alternate; margin-top:25px;
  }


/*
body:not(.home) .site-branding {z-index: 9;color: #593900;}
body:not(.home) .main-title {color: #fff;}
body:not(.home) .main-navigation .main-nav ul li a, body:not(.home) .main-navigation .menu-toggle, body:not(.home) .main-navigation .menu-bar-items{color:#fff;}

body:not(.home) .main-navigation .main-nav ul li[class*="current-menu-"] > a, body:not(.home) .main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a, 
body:not(.home) .main-navigation .main-nav ul li:not([class*="current-menu-"]):focus > a, body:not(.home) .main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a, 
body:not(.home) .main-navigation .menu-bar-item:hover > a, body:not(.home) .main-navigation .menu-bar-item.sfHover > a{color:#3a2500;}
body:not(.home) .main-navigation .main-nav ul li[class*="current-menu-"] > a {background: #593900; color: #fff; border-radius: 2px;}
.main-navigation .main-nav ul li{}
*/


h2.main_title, div.main_title {text-align: center;color:#B07204;font-weight:700;font-size:6rem;letter-spacing: 5px;text-transform:uppercase;}
h2.main_title span, div.main_title span{display: block;font-weight: 500; font-size: 3rem; letter-spacing: 0px;}
/*h2.main_title span:before{content:""; width:200px; height:1px;  background: #B07204; margin:5px auto 10px; display: block;}*/
/*********
veda page
**********/
.bg_back1{position:absolute; left:0px;top:5%; max-width:25%; z-index:-1;}
.bg_back2{position:absolute; right:0px;top:750px; max-width:25%; z-index:-1;}
.bg_back3{position:absolute; left:0px;top:2000px; max-width:25%; z-index:-1;}
.headbox_text {max-width: 70%;margin: 25px auto 80px;text-align: center;}
.headbox_text p{font-size:2.2rem;color:#593900;margin-bottom:2rem;}
.article_text .h3_title{color:#593900;}
.article_text , .h3_title h2{color:#593900;}
.article_text p{color:#000;}
.image_article {display: flex; flex-wrap:wrap; align-items:center;}
.img_article {width:33.333%; max-width:33.333%;}
.article_right .img_article {padding-right: calc(var(--running_text)*1.5);}
.article_left .img_article {padding-left: calc(var(--running_text)*1.5);}
.article_left .article_text {order:-1;}
.article_text{width:66.666%; max-width:66.666%;}
.image_article{margin-bottom:80px;}
.article_text ul{margin-left:20px; list-style: circle;}
.image_collage{margin-bottom:80px;}
.image_collage_inner{display:flex; flex-wrap:wrap; gap:2.5rem;margin:auto; max-width:80%;}
.image_collage_inner > div{flex:1; margin-bottom:2.5rem;}
.image_collage_inner > div img{width:100%;}
.image_collage_inner span{overflow:hidden;width:100%;border-radius:30px;display: flex; position:relative;}
.image_collage_inner b{writing-mode: vertical-rl; font-size:4rem; color:#fff; background:rgba(176, 114, 4, .7);font-weight: 700;position:absolute; left:0px; top:0px; height:100%; padding: 15px 10px 15px 0px; display: flex; align-items: center; justify-content: center; transform: rotate(180deg);}
.small_collage{max-width:80%;}
.bottom_end_flex{display:flex; align-items:flex-end; justify-content:flex-end;}
.image_collage_inner:first-child .collage_left{display:flex; justify-content:flex-end; align-items:flex-end;}
.image_collage_inner:first-child .collage_right{display:flex; justify-content:flex-start; align-items:flex-end;}
.image_collage_inner em {
    position: absolute;
    background: rgba(176, 114, 4, .7);
    right: 0px;
    z-index: 9;
    height: 24rem;
    width: 24rem;
    bottom: 0px;
    padding: 20px;
    color: #fff;
    border-radius: 50% 50% 0% 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 2rem;
}
.image_collage_inner:first-child > div:last-child em {width:100%; height:auto;border-radius: 0px; padding: 15px;}
.image_collage_inner:last-child > div:first-child em {width:100%; height:auto;border-radius: 0px; padding: 15px;}
span.elem {padding: 10px; display: block;}
.tilter__deco--lines {position:absolute; width:auto; height:auto; left:-10px; top:-10px; right:-10px; bottom:-10px;}
span.elem img{border-radius:50px;}
.image_collage span.elem {padding:0px;}
.image_collage span.elem img{border-radius:30px;}
/*********
about us
**********/
.about_title {display: flex;justify-content: center;align-items: center;z-index:10; 
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 15%,rgba(255,255,255,.5) 19%,rgba(255,255,255,.5) 20%,rgba(255,255,255,.5) 50%,rgba(255,255,255,.5) 80%,rgba(255,255,255,.5) 81%,rgba(255,255,255,0.5) 85%,rgba(255,255,255,0) 100%);
padding:50px 0px 30px; width:100%;
}
.about_title h2.main_title, .about_title div.main_title{letter-spacing:0px;color:#593900;}
.about_title h2.main_title em, .about_title div.main_title em{font-style:normal;min-width:25px;}
.whiteness{ height:100%; width:100%; position:absolute; left:0px; top:0px; background-repeat:no-repeat;background-size:cover;}
.about_texbox {display: flex;justify-content: center; text-align: justify; margin-bottom:0px;}
.about_texbox .article_text{width: 70%; max-width: 70%; padding:30px;  border-left:20px solid #b07204; color:#593900;}
.about_texbox .article_text .h3_title{text-align:center; color:#fff; font-weight:600;margin-bottom:10px;}
.about_texbox .article_text p{color: inherit;line-height: 1.6;text-align: left;font-size: 3.5rem;margin-bottom: 0px;font-weight: 600; font-family: 'Abril Fatface', serif;font-style: italic;}
.article_text p:last-child{margin-bottom:0px;}
.image_article + .cb_svg{margin:50px auto;}
/*.whiteness:after{content:""; background:rgba(255,255,255,.5); position:absolute; left:0px; bottom:0px; top:0px; right:0px;}*/
#title_strong {display:flex; justify-content:center;}
.about_section{position:relative; margin-bottom:80px !important; }
.about_section .flower-1{max-width:400px;position:absolute; left:-200px; top:-70px; filter: drop-shadow(0px 0px 0px #593900); animation: rotate 100s infinite linear;
}
.about_section .flower-2{max-width:400px;position:absolute; right:-200px; top:-70px; filter: drop-shadow(0px 0px 0px #593900);animation: rotate 100s infinite linear;}
.about_section_quote h2{font-size:3.5rem; font-weight:700; text-align:left; font-style: italic;}
.about_section_quote .about_texbox .article_text p:last-child{margin-top:3rem;}
.about_section_quote .about_texbox .article_text p {
  color: inherit;
  line-height: 1.4;
  text-align: left;
  font-size: 2rem;
  margin-bottom: 0px;
  font-weight: 400;
  font-family: inherit;
  font-style: italic;
}
.about_section_quote.about_section .flower-1, .about_section_quote.about_section .flower-2{top:50%; margin-top:-250px;}
#moving-text {
    overflow-x: hidden;
    white-space: nowrap; margin-bottom:100px;
}
.dots {
    height: 4rem;
    width: 4rem;
    border-radius: 50%;
    background-color: #FE320A;
    margin: 0px 4rem;
}
#moving-text h3 { color:#593900;
    font-size: 12rem; font-weight:600;    margin: 0px;
}
.con {
    white-space: nowrap;
    display: inline-flex; align-items:center;
    animation-name: move;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes move {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}
.video_box_h2{position: absolute; left: 30px; top: 25%;text-align:center;font-weight: 700;font-size: 10rem;line-height:1;letter-spacing: 5px;text-transform: uppercase;letter-spacing: 0px;color: #593900;}
.video_box_h2 span{font-size:4rem;}
.video_wrapper{padding:30px; margin-bottom:70px !important;overflow:hidden;position:relative; border-radius:30px; height:100vh;}
.video_wrapper video, .video_wrapper .fullImg{width:100%; border-radius:30px; display:block; height:100% !important; object-fit:cover;}
/*.video_box:after{content:""; position:absolute; left:0px; top:0px; right:0px; bottom:0px; background:rgba(255,255,255,.6);border-radius:50px;}*/
.video_box{position:absolute; left:calc(100% - (50% + 60px)); width: 100%; top: calc(100% - 60px); transform: translateY(-100%); max-width:50%; background:rgba(255,255,255,.8); 
mix-blend-mode: luminosity; border-radius:30px;padding:30px;}
.video_box2{max-width:50%;}
.video_wrapper2 .video_box_h2{font-size:8rem; top:5%;}
.video_wrapper2 .video_box_h2 span{font-size:3rem; display:block;    text-align: right;}
.video_wrapper2 .video_box h3 {font-size: 2.8rem;}
.video_wrapper2 .video_box p {font-size: 1.7rem; line-height:1.3;}
.video_wrapper2 .video_box p:last-child{margin-top:2rem;}
.video_box h3{color:#593900;  margin-bottom:5px;}
.video_box p{color:#593900; margin-bottom:0px;}
.text_section{display:flex; flex-wrap:wrap;}
.heading_text{width:40%; max-width:40%; padding-right:20px;}

.heading_text h2 {
        font-size: 10rem;
    font-weight: 600;
    line-height: 1.2; color:transparent;     background: linear-gradient(to left top,#593900,#B07204);
    background-clip: text;
}
.para_text{width:60%; max-width:60%; padding-left:20px; font-size:2.5rem;}
.text_section{padding:0px;}
.about_section2 .about_texbox .article_text{border-left:0px;border-right:20px solid #b07204;} 
.about_section2 .about_texbox .article_text p{text-align:right;} 
.about_section.about_section2{margin-bottom:50px !important;}
.img_about_left{align-items:flex-start;}
/*.drop {*/
/*    background: linear-gradient(147.53deg, #7EA7F3 19.44%, #3939AA 95.02%);*/
/*    transform: rotate(-93.48deg);*/
/*    border-radius: 100%; position:absolute;*/
/*}*/
/*.drop1{width:68px; height:68px; left:38%; top:15%;}*/
/*.drop2{width:38px; height:38px; left:32%; top:23%;}*/
/*.drop3{width:100px; height:100px; left:28%; top:30%;}*/
/*.drop4{width:66px; height:66px; left:29%; top:50%}*/
/*.drop5{width:100px; height:100px; left:30%; top:65%}*/
/*.drop6{width:36px; height:36px; left:35%; top:78%;}*/
/*.drop7{width:66px; height:66px; right:38%; top:15%;}*/
/*.drop8{width:36px; height:36px; right:32%; top:23%;}*/
/*.drop9{width:100px; height:100px; right:28%; top:30%;}*/
/*.drop10{width:36px; height:36px; right:29%; top:42%;}*/
/*.drop11{width:100px; height:100px; right:30%; top:65%;}*/
/*.drop12{width:36px; height:36px; right:35%; top:78%;}*/
/*.drop13{width:66px; height:66px; left:40%; top:82%;}*/
/*.drop14{width:66px; height:66px; right:40%; top:82%;}*/

/*.rotater{height:100%; width:100%; position:absolute; left:0%; top:0%; transition: .5s all;}*/

.entry-header, .site-content {
    word-wrap: normal;
}
/*****************************************************************************************************************************************************************/
.pin-spacer:has(.puraans_wrapper) {padding: 0px !important;}
.floatArticleRight.section.image_article{display: flow-root;}
.floatArticleRight .img_article{float:left; margin-bottom:20px;min-height:500px;}
.floatArticleRight .head_box.article_text{display:block; width:auto; max-width:initial;}
.floatArticleRight .head_box.article_text .elementor-widget-text-editor, .floatArticleRight .head_box.article_text .elementor-widget-heading{margin-bottom:30px;}
.floatArticleRight .head_box.article_text .elementor-widget-heading:has(h3){margin-bottom:20px;}
.video_wrapper.video_wrapper2{margin-bottom:0px !important;}
.video_wrapper2 img.smImg {transform: scale(0.5);
  opacity: 0;
    width: 400px;
    height: auto;
    position: absolute;
    left: 50%;
    bottom: 50%;
    margin: 0px 0px -200px -200px;
    border-radius: 50%;
    border: 20px solid rgba(255, 255, 255, 0.7);
}
.opec2{position:absolute !important; left:0%; right:0%; top:50%; transform:translateY(-50%) !important; opacity:0;}
.opecWrapper, .vedas_section2, .jyotirlinga_section.jp_0, .vedas_section3, .vedas_section3 * {
  will-change: transform; transition:none !important;
}
.jp_0{padding:0px !important;}

/*********
responsive
*********/
  

@media(min-width:1401px){
    button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.wp-block-button__link:not(.has-background) {width: 260px; height: 60px;}
    .grid-container:not(.inside-navigation):not(.container){max-width:90vw; padding-left:6%; padding-right:6%;}
    .home_banner .grid-container:not(.inside-navigation):not(.container){width:100%; max-width:90vw;}
}
@media(min-width:1500px){
    .image_collage_inner em{font-size:1.7rem;}
}
@media(min-width:1600px){
    html{font-size:8px;}
    button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.wp-block-button__link:not(.has-background) {width: 300px; height: 70px;}
    .headbox_text {max-width: 88%;}
    .image_collage_inner em{font-size:1.8rem;}
}
@media(min-width:1800px){
    html{font-size:8px;}
    .banner_right img{width: calc(100% + 80px);}
    .banner_input_group .banner_input{padding-left:90px;}
    .headbox_text {max-width: 80%;}
}  
@media(min-width:1850px){
    html{font-size:10px;}
}    
@media(max-width:1400px){
    html{font-size:8.5px;}
    .banner_title {padding-right: 5.5rem;}
    .grid-container:not(.inside-navigation):not(.container){max-width:1200px; padding-left:15px; padding-right:15px;}
    .banner_input_group .banner_input{height:70px; background-size: 25px;}
    .banner_submit.button{height:50px; width:200px;}
}
@media (min-width:1300px) and (max-width:1500px){
    :root{font-size:50%;}
}
/******************************
gsap
*******************************/
.banner_title span{position:relative; transition:1s all;}
/*.katha_images{height:100vh; overflow:hidden;}*/
@media(max-width:1199px){
    .vedas_section{min-height:100vh;}
    .banner_right img{margin-bottom:0px;}
    .puraans_section{min-height:100vh;}
    .grid-container:not(.inside-navigation):not(.container) {max-width: 1000px;}
    header#masthead{position:static;}
    .dham_box{max-width:100%;}
    .katha_images{grid-template-columns:repeat(2, 1fr);}
    .katha_images img:last-child{display:none;}
    .section_intro .whiteness{height:100%;} 
    .text_section{display:grid;}
    .text_section > div{max-width:100%; width:100%; padding-left: 15px; padding-right:15px;}
    .text_section .cb_svg[data-width="1000"]{width: 500px !important; max-width: 100% !important;}
}
@media(max-width:1099px){
    .grid-container:not(.inside-navigation):not(.container) {max-width: 920px;}
    .jyotirlinga_box .head_box {width: 50%; max-width: 50%;}
    .main-title {font-size:2.8rem;}
    .main-navigation .main-nav ul li a, .main-navigation .menu-toggle, .main-navigation .menu-bar-items{font-size:2.2rem;}
    
}
@media(max-width:991px){
    .nav-float-right #site-navigation {margin: auto;}
    .main-title {font-size: 3rem;}
    .inside-header{padding-bottom:0px;}
    .grid-container:not(.inside-navigation):not(.container) {max-width: calc(100vw - 50px);}
    .banner_title {font-size: 4rem;}
    .upanishads_section{min-height:100vh; display:flex; align-items:center; justify-content:center; flex-direction:column;}
    .upnishad_box > div {padding: 35px 20px;}
    .h2_title {font-size: 6rem;}
    .jyotirlinga_image img{border-radius:100%;max-width: 50%;margin-left: auto; margin-right: auto;}
    .jyotirlinga_section .mobile-grid-100{width:100%; max-width:100%;  transform:none !important;  text-align: center;} 
    .jyotirlinga_image{flex-wrap:wrap;} 
    .jyotirlinga_section {padding-top: 3rem; padding-bottom:3rem !important;min-height:100vh;background-size: cover;display:flex; align-items:center; justify-content:center; flex-direction:column;}
    .jyotirlinga_box{position:static;margin-top:50px;}
    .jyotirlinga_box  > .grid-container{flex-wrap:wrap;}
    .jyotirlinga_box .button_wrapper .button{margin-left:auto; margin-right:auto;}
    #menu-footer-menu li a{padding:.2rem 2.5rem;}
    .dham_col {width: 50%;padding: 20px 2vw;}
    .dhaam_section{overflow: hidden;}
    .puraans_section img {width: 100% !important; max-width:100%;}
    .puraans_section .active.center{transform:scale(1.2);}
    .puraans_section .active.center img{width:100% !important;}
    .puraans_section .owl-nav {margin-top: 20px;}
    .puraans_inner .owl-carousel .owl-stage-outer {padding: 35px 0px;}
    .banner_left {max-width: 100%; width: 100%;}
    .banner_input_group{max-width:80%;    margin: auto;}
    .banner_right img {max-width: 100%;margin-left: 0px;}
    .banner_right {max-width: 100%; width: 100%;}
    .banner_right img{margin:40px auto 0px;}
    .banner_title{padding:0px;}
    .banner_title span{text-align:center;}
    .vedas_section {flex-direction: column;justify-content: center;}
    .veda_left {width: 100%;max-width: 100%;padding-right: 0px; padding-bottom:50px;}
    .veda_left img {margin: auto; border-radius: 100%;width: 400px; height: 400px; object-fit: cover;}
    .veda_right {width: 100%;max-width: 100%;padding: 0px 5rem;}
    .veda_right .swiper {width: 100%;}
    .katha_images{grid-template-columns:repeat(1, 1fr);}
    .katha_images img:nth-last-child(-n+5){display:none;}
    .img_article {width: 100%; max-width: 100%;}
    .about_section .flower-2, .about_section .flower-1 {max-width: 300px; right: -160px;top:15px;}
    .about_section .flower-1 {left:-160px; right:auto;}
    .video_box_h2{top:15%;}
    .cb_svg{max-width: min(calc(100vw - 80px), 700px);}
    .about_title .cb_svg{max-width:200px;}
    .article_text, .article_left .article_text{margin-top:25px !important; order:0;}
    .article_text, .img_article {width: 100%; max-width: 80%; padding-left:20px; padding-right:20px; margin:auto;}
    .page-template-veda-page .article_text, .page-template-veda-page .img_article{max-width:100%; text-align: center;}
    .page-template-veda-page .article_text ul{text-align:left;}
    .page-template-veda-page a.button{margin:auto;}
    .article_text .h3_title { margin-bottom: 10px;}
    .video_box{max-width:70%;}
}
@media(min-width:800px) and (max-width:991px){
    .site-branding-container {max-width: 130px;}
    
}
@media(max-width:767px){
    #mobile-menu-control-wrapper .menu-toggle {
    height: 30px;
    width: 30px;
    border-radius: 5px;
    background: transparent;
    display: block;
    padding: 0px;
    line-height: initial;
    color: #B07204;
    display: flex;
    align-items: center;
    justify-content: center;
}
    #mobile-menu-control-wrapper .menu-bar-items {display: none;}
    #mobile-menu-control-wrapper .gp-icon svg{top:auto;}
    #masthead .inside-header {flex-direction:row;padding-top: 10px; padding-bottom: 10px}
    .mobile-menu-control-wrapper{display:block;}
    .grid-container:not(.inside-navigation):not(.container) {max-width: calc(100vw - 0px);}
    .inside-header{padding-top:15px; padding-bottom:15px;}
    .nav-float-right #site-navigation{width:calc(100% - 60px);box-shadow:0 0 3px #ccc;transition:.5s cubic-bezier(0,.67,.98,.5) all;display: flex;position: fixed;height: 100vh;background: #fff;align-items: center; left: -100%;top:0px;margin-top:0px !important;}
    .nav-float-right #site-navigation.toggled{left:0px;}
    .main-navigation .main-nav>ul{flex-direction:column;}
    .banner_title {font-size: 2.3rem;}
    .footer_section h2{margin-bottom: 10px; font-size: 2.5rem;}
    #menu-footer-menu {flex-wrap: wrap; margin-bottom: 12px;position:relative;}
    #menu-footer-menu li a {font-size: 1.8rem;padding: 0.3rem 1.5rem;border:0px;}
    .footer_section{padding:2rem 0px;}
    .copyright {font-size: 1.6rem;}
    /*#menu-footer-menu:before{content:""; width:150px; height:1px; background:#fff; margin:auto; position:absolute; left:50%;  top:-10px; margin-left:-75px;}*/
    /*#menu-footer-menu:after{content:""; width:150px; height:1px; background:#fff; margin:auto; position:absolute; left:50%;  bottom:-10px; margin-left:-75px;}*/
    .site-info{border-top:1px solid #fff; padding-top:1.4rem;}
    .main-navigation .main-nav ul li a, .main-navigation .menu-toggle, .main-navigation .menu-bar-items {font-size: 3rem;line-height: 3;text-transform:uppercase;}
    .main-navigation .main-nav ul li[class*="current-menu-"] > a{background:transparent; color:#B07204;font-weight:600;}
    .body_menu header#masthead{
    position: sticky;
    top: 0px;
    z-index: 999999;
    background: #fff;
}
body .main-navigation.toggled .main-nav li{text-align:center;}
.raylight{width:auto; height:auto; top:-5%; left:0px;}
.upnishad_left img{max-width:100%;}
.headbox_text{max-width:95%}
.image_article {margin-bottom: 50px;}
.image_collage_inner{max-width: 90%; margin-bottom: 10px;}
.image_collage_inner > div{flex:0 0 100%;margin: 0px;}
.small_collage {max-width: 100%;}
.image_collage {margin-bottom: 50px;}
}
@media(max-width:575px){
    .katha_wrap .grid-33{max-width:100%; width:100%;padding-top:10px; padding-bottom:10px;}
    section.katha_section {padding: 40px 0px;}
    .h2_title {font-size: 4rem;}
    .h3_title {font-size: 2.5rem;}
    .katha_section .grid-60,
    .katha_section .grid-40, .katha_section .grid-80{width:100%; max-width:100%}
    .katha_section .button_wrapper{margin-bottom:5rem;}
    .bold_text{font-size:2rem;}
    .mobile-grid-100 {max-width: 100%;}
    .upnishad_box{flex-wrap:wrap;}
    .katha_images{gap:20px; margin-bottom:10px;}
    .upnishad_box > div {padding: 20px 20px;}
    .katha_wrap {padding-top: 0px;}
    button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.wp-block-button__link:not(.has-background){width:180px; font-size:2rem; height:48px;}
    .puraans_section .active.center {transform: scale(1);}
    .veda_right{padding: 0px 2rem;}
    .veda_right .swiper-slide span{font-size:2.5rem;}
    .veda_right .swiper-slide {max-width: 58%;}
    .veda_left img{width:280px; height:280px;}
    .banner_input_group {max-width: 100%;}
    .banner_submit.button {width: 100px;font-size: 1.8rem;}
    .head_box .h2_title{text-align:center;}
    body{padding-top:70px;}
    header#masthead{height:70px; position:fixed;}
    .site-header .header-image {max-height: 50px; width: auto;}
    .about_title h2.main_title, .about_title div.main_title{font-size:4.5rem;}
    .about_title h2.main_title em, .about_title div.main_title em { min-width: 20px;}
    .about_section .flower-2, .about_section .flower-1 {
        max-width: 200px;
        right: -125px;
       top: 10px;
    }
    .about_section .flower-1{left:-125px;}
    .about_texbox .article_text {padding: 0px 0px 0px 15px;  border-left: 10px solid #b07204;}
    .about_section2 .about_texbox .article_text{padding:0px 15px 0px 0px;  border-right-width: 10px;}
    .cb_svg svg {height: 50px;}
    .cb_svg { --curve-height: 50;}

    .page-template-innerPageTemplate .about_section .flower-2, .page-template-innerPageTemplate .about_section .flower-1 {max-width: 160px;  right: -130px;}
    .page-template-innerPageTemplate .about_section .flower-1{left:-130px;}
    .page-template-innerPageTemplate .about_texbox .article_text {width: 100%; max-width: 85%;}
    .page-template-innerPageTemplate .video_wrapper{padding:0px;}
    .page-template-innerPageTemplate .video_wrapper2 .video_box_h2 {top: 0%; left: 10px;}
    .page-template-innerPageTemplate .video_box {max-width: 80%;}
    .video_wrapper2 img.smImg{max-width:280px; border-width:10px 10px 10px 10px !important;margin: 0px 0px -140px -140px !important;}
    .page-template-innerPageTemplate .image_article {display: grid;  grid-template-columns: 1fr;}
    .page-template-innerPageTemplate .image_article > div{width:100%; max-width:100%;}
    .page-template-innerPageTemplate .jyotirlinga_box{margin-bottom:80px;}
    .article_right .img_article{padding-right:0px !important;}
    .article_left .img_article{padding-left:0px !important;}
    h2 {font-size: 20px !important;}
    body.admin-bar header#masthead {top: 0px;}
    .opec2{position: static !important; left: 0%; right: 0%;margin-top: 30px !important; transform: none !important; opacity: 1;padding: 0px !important;}
    .opec1, .opec2{gap:0px !important;}
    .opecWrapper{padding-top:50px; padding-bottom:50px;}
    
    :root{font-size:35%;}
}


