@font-face {
    font-family: "Kavivanar-Regular";
    src: url("../assets/fonts/Kavivanar-Regular.ttf");
}
@font-face {
    font-family: "Manrope-Regular";
    src: url("../assets/fonts/Manrope-Regular.ttf");
}
@font-face {
    font-family: "MuktaMalar-Regular";
    src: url("../assets/fonts/MuktaMalar-Regular.ttf");
}

*{
    margin: 0;
    padding: 0;
    font-family: "Manrope-Regular";
    box-sizing: border-box;
}
html,body{
    width:100vw;
    height:100vh;
    font-family:"Kavivanar-Regular" ;
    position: relative;
    overflow: hidden;
}
img{
    width:100%;
    height:100%;
}
.bg-image{
    width:100%;
    height:100vh;
    background-image: url("https://goodux.in/demos/Vangeshwaran/assets/images/burnpaper_bg.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}   
.wheel-bg{
    width:60%;
    position: absolute;
    top: -220px;
    left: -205px;
}
.thirumoolar-wheel-bg{
    width:700px;
    position: absolute;
    top: -220px;
    left: -205px;
}
.bg-wheel{
    animation: rotation 50s infinite linear;
    
}

@keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
}

/* bhagavadgita styles start*/
.middle-bg .head .main-txt{
    line-height: 0;
}

.middle-bg .head h5{
    padding-bottom: 20px;
}
.h-line {
    border-bottom: 5px dotted #FD9038;
    width: 100%;
    padding: 15px;
}
.poet-txt{
    padding-top: 15px;
}
.middle-bg .head .bhagavad-txt{
    text-align: center;
}
.head .verse-txt{
    padding-top: 30px;
}
.middle-bg .poet-head p{
    user-select: none;
}

/* bhagavadgita style end */

/* poetry style start */

.adam-block{
    display: flex;
    justify-content: center;
    align-items: center;
}
.adam-block .adam-img{
    width: 85%;
}
.middle-bg .poet-head p{
    text-align: left !important;
    /* line-height: 34px; */

}

/* poetry style end */

/* Upanishads style start */
.uh-line {
    border-bottom: 5px dotted #FD9038;
    width: 100%;
    padding: 6px;
}
/* Upanishads style end */

.image-blk{
    display: flex;
    justify-content: center;
    align-items: center;
}
.image-mani{
    width: 50%;
}

/*Header Section*/
.main-content{
    width:100%;
    height:100vh;
    position: absolute;
    top: 0;
}
.Gita-content{
    width:100%;
    height:100vh;
    position: absolute;
    top: 0;
}
header{
    width: 100%;
    height: 15vh;
    display: flex;
    justify-content: center;
    position: relative;
}
.header-leftside{
    width: 35%;
}
.header-rightside{
    width: 65%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
header a{
    outline-style: none;
}
.bg-logo{
    width: 360px;
    padding-top: 10px; 
    outline: none;
}
.menu-icon{
    width:40px;
    height:40px;
}
.menu-icon span{
    width:10px;
    height:2px;
    background-color: white;

}

/* navbar */
.navbar{
    width: 80%;
    margin: 0 auto;
}
.nav-container{
    background-color: rgba(105,45,11,0.6);
    border: 1px solid rgba(105,45,11,0.6);
    border-radius: 100px 0px 0px 100px;
    position: absolute; 
    right: 0;
    overflow: hidden;
    position: fixed;
}
.right-side{
    list-style-type: none;
}
.right-side li{
    display: inline-block;
}
.right-side li a{
    text-decoration:none;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 20px;
    color: #FF9132;
    padding: 8px 25px;
    font-weight: bold;
}
.right-side li a:hover{
    background-color: #FF9132;
    border-radius: 100px;
    color: #4F0A00;
}
  
/*Home-page*/
    #container {
        width:100%;
        height:85vh;
        display: flex;
        flex-direction: row;
        position: relative;
        transition: all 2s;
    }
    .downbtn{
        display: none;
    }
    /* .Gita-content header{
        height: 20vh;
    } */
    #Comesoon-block{
        width: 100%;
        height: 70vh;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .content{
        width: 50%;
        position:relative;
        background-color: rgba(66,14,6,0.45);
        border-radius: 12px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    .Gita-Soonlogo{
        width: 100%;
    }
    .Gita-soonlogo img{
        border-radius: 12px 12px 0 0 ;
    }
    .content h2{
        padding-top: 2rem;
        padding-bottom: 2rem;
        color: #fff;
        font-size: calc(1vw + 1vh + 1vmin);
        text-align: center;
        font-weight: bold;
    }
    .mobile-view{
        display: none;
    }
    .Desktop-view{
        display: block;
    }
    .overviewdiv{
        display:flex;
        justify-content: start;
        flex-direction: row-reverse;
        padding-left: 10px;
    }
    /* .span-img{
        width: 35%;
        display: flex;
        justify-content: center;
    } */
    .span-img{
        width: 20px;
        height: 20px;
    }
        /* .overviewli:active{
        width:80%;
        background-color: #FD9038;
        border-radius:50px;
    } */
    .overviewbutton{
        text-align: left;
        padding-left:15px;
        border: none;
        background: transparent;
        color: #fff;
        font-size: calc(0.7vw + 0.7vh + 0.7vmin);
    }
    .overviewbutton:focus{
        outline: none;
    }
    .Overview-btn .Next-button .right{
        width: 100%;
    }
    /* Tree Component*/
    #tree {
        width: 20vw;
        height: 100%;
        flex-direction: column;
        padding-left: 2em;
        padding-top: 3em;
        overflow-y:auto;
    }
    .right-side{
        width: 80vw;
        overflow-y:scroll;
        display: flex;
        align-items: center;
        margin: 0 auto;
        flex-direction: column;
    }
    #data {
        /* background-image: url("https://goodux.in/demos/Vangeshwaran/assets/TopbBg.png");
        background-size: 100%; */
        width: 95%;
        display: flex;
        flex-direction:column;
        position:relative;
        border-radius: 12px;
    }
    ::-webkit-scrollbar {
        width: 6px;
        background-color: transparent;
      }
      
      /* Hide scrollbar handle */
      ::-webkit-scrollbar-thumb {
        background-color: rgba(0,0,0,0.4);
      }
      
      /* Show scrollbar handle on hover */
      ::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0,0,0,0.3);
      }
      
      /* Show scrollbar track on hover */
      ::-webkit-scrollbar:hover {
        background-color: rgba(0,0,0,0.1);
      }
      
      /* Show scrollbar track on active */
      ::-webkit-scrollbar:active {
        background-color: rgba(0,0,0,0.1);
    }
    .bg-background{
        background-color: rgba(66,14,6,0.45);
        padding-bottom: 30px;
        border-radius: 12px;
        padding-top: 30px;
    }
    .top-bg{
        display:flex;
        justify-content:center;
        align-items:center;
    }
    .topbg-logo{
        width:65%;
    }
    /* .story-logo , .poetry-logo{
        width: 70%;
    } */
    .topbg-logo img{
        border-radius: 12px 12px 0px 0px;
    }
    .middle-bg{
        padding:2rem 4rem .5rem 4rem;
    }
    .bottom-bg{
        position: relative;
    }
    .bottom-bglogo{
        display: none !important;
        width: 100%;
    }
    .Next-button{
        width:100%;
        height:10vh;
        display: flex;
        justify-content: space-between;
        align-items: center;
            /* position: absolute;
            top: 0; */
    }
    .Next-button .left{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width:50%;
        height: 100%;
        margin-left: 30px;
    }
    .Next-button .right{
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width:50%;
        height: 100%;
        margin-right: 30px;
    }
    .button{
        padding: 10px 25px;
        background-color: #FD9038;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #420E06;
        font-weight: bold;
        border: none;
        cursor: pointer;
        text-decoration: none;
        position: relative;
    }
    .button-nxt{
        width: 90%;
        background-color: #FD9038;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #420E06;
        font-weight: bold;
        border: none;
        cursor: pointer;
        text-decoration: none;
        position: relative;
    }
    .button:hover{
        color: #fff;
    }
    .topic-btn{
        padding-left: 20px;
        background-color: transparent;
        border: none;
    }
    .preface-txt{
        font-size: calc(1.2vw + 1.2vh + 1.2vmin);
        text-align: left;
    }
    .dropdwn-btn{
        display: none;
    }
    #close{
        display: none;
    }
    #tree ul{ 
        width: 100%;
        color: white;
        padding: 10px 0px 0px 0px;
        list-style-type: none;
    }
    #tree ul li span {
        display: inline-flex;
        margin-right: 15px;
        width: 20px;
        height: 20px;
    }
    #tree li.open::after {
        display:inline-block;
    }
    #tree ul li{
        text-align: left;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom:5px;
        cursor: pointer;
    }
    .highlight {
        text-overflow: ellipsis;
        overflow: hidden;
        width:80%;
        white-space: nowrap;
        background-color: #FD9038;
        border-radius:50px;
      }

      .last-li{
        padding-left: 35px !important;
      }
    #tree-view-item {
        cursor: pointer;
        list-style: none;
    }

    /*Hamburger-Section*/
            
    .hamburger{
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 30px;
        position: relative;
        z-index: 999;
        cursor: pointer;
    }
    .hamburger-icon .bar{
        display: block;
        width:25px;
        height:2.5px;
        margin: 5px auto;
        border-radius: 5px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #fff;
    }
    .hamburger.active{
        border: 1px solid #fff;
        border-radius: 50%;
    }
    .hamburger.active .bar:nth-child(2){
        opacity: 0;
    }
    .hamburger.active .bar:nth-child(1){
        transform: translateY(7px) rotate(45deg);
    }
    .hamburger.active .bar:nth-child(3){
        transform: translateY(-8px) rotate(-45deg);
    }
    
    .nav-menu{
        position: fixed;
        left:-100%;
        top:0;
        flex-direction: column;
        background-image: url(https://goodux.in/demos/Vangeshwaran/assets/images/menu-templebg.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100vh;
        text-align: center;
        transition: all 0.3s ease-out;
        z-index: 998;
    }
    .nav-wrapper{
        position: relative;
        height: 100%;
    }
    .nav-menu.active{
        left:0;
    }
    nav {
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        height: 100%;
        padding-left: 8vw;
        overflow: hidden;
    }
    nav a {
        position: relative;
        text-decoration: none;
        color: white;
        font-size: 1.5rem;
        display: inline-block;
        text-align: left;
        margin-top: 1em;
        transition: color 0.2s ease-in-out;
        letter-spacing: 1px;
        cursor: pointer;
        width: 40%;
    }
    nav a:before {
        content: '';
        height: 0;
        position: absolute;
        width: 0.15em;
        background-color: #FD9038;
        left: -1.2em;
        transition: all 0.2s ease-in-out;
    }
    nav a:hover {
        color: #FD9038;
    }
    nav a:hover:before {
        height: 100%;
    }

    /*Main Section*/
    main{
        width:100vw;
        height: 70vh;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .main-logo{
        width:100vw;
        height: 70vh;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
    }
    .gita-block{
        width:100vw;
        height:100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .gita-block .gita-logo{
        /* height:250px; */
        position: absolute;
        right: -700px;
        z-index: 0;   
        transition: all 2s ease-in-out;
        transform: rotate(4deg);
    } 
    .gita-block .gita-logo img{
        transition: all 2s ease-in-out;
    }
    .gita-block .gita-logo img:hover{
        transform: translate(-50px, 0);
    }
    .gita-block .molor-logo{
        /* height:250px; */
        position: absolute;
        right: -620px;
        z-index: 100;
        transition: all 2s ease-in-out;
        transform: rotate(0deg);
    }
    .gita-block .molor-logo img{
        transition: all 2s ease-in-out;
    }
    .gita-block .molor-logo img:hover {
        transform: translate(-50px, 0);
    }
    .gita-block .shads-logo{
        /* height:250px; */
        position: absolute;
        right: -700px;
        z-index: 0;
        transition: all 2s ease-in-out;
        transform: rotate(-4deg);
    }
    .gita-block .shads-logo img{
        transition: all 2s ease-in-out;
    }
    .gita-block .shads-logo img:hover{
        transform: translate(-50px, 0);}

    /*Footer Section*/
    footer{
        display: flex;
        align-items: center;
        width: 100vw;
        height: 10vh;
    }
    .myClass{
        width: 100%;
        display: flex;
    }
    .thirumoolar-footer{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-top: 10px;
    }
    .Copyright-btn p{
        text-align: right;
        color: #fff;
        font-size: 12px;
        margin-bottom: 0;
    }
    .present-logo{
        display: flex;
        align-items: center;
        padding-left:30px;
    }
    .chakram{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .chakram .ambalam-img{
        width:60%;
    }
    table{
        display: flex;
        justify-content: center;
    }
    th, td{
        padding: 10px;
        border-collapse: collapse;
        border: 1px solid #581A05;
    }
    /*About-page*/
    .About-Block{
        width: 100%;
        height: 85vh;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
        overflow-y: hidden;
    }
    .About-subblock{
        width:90%;
        height: 100%;
        overflow-y: scroll;
    }
    .About-level{
        width:100%;
        display: flex;
        flex-direction: column;
        background-image: url("../assets/images/vaikom_temple_bg.png");
        background-repeat: no-repeat;
        background-size:contain;
        border-radius: 12px;
        position: relative;
    }
    .About-section{
        width: 100%;
        display: flex;
        flex-direction: row;
        background-color: rgba(66,14,6,0.45);
        border-radius: 12px;
    }
    .About-left{
        width: 65%;
        color: #fff;
    }
    .About-left p{
        text-align: justify;
        margin-bottom: 0;
    }
    .About-right{
        width: 35%;
        height: 100%;
        padding: 30px;
    }
    .About-rightlevel{
        display: flex;
        justify-content: center;
    }
    .About-logo{
        width: 85%;
    }
    .About-logo img{
        border-radius: 12px;
    }
    .About-level .thirumoolar-footer{
        padding-left: 2rem;
        padding-right: 2rem;
    }


@media screen and (max-width:4000px) {
    header{
        height: 12vh;
    }
    .hamburger{
        width: 50px;
        height: 50px;
    }
    #container{
        height: 88vh;
    }
    .wheel-bg{
        width: 1500px;
        top: -650px;
        left: -650px;
    }
    /* .main-content header{
        width:2000px;
    }
    .main-content footer{
        width:2000px;
    } */
    .Gita-content{
        width: 2000px;
    }
    .thirumoolar-wheel-bg{
        width: 1500px;
        left: unset;
        top: -650px;
        right: -650px;
    }       
    #tree{
        width:30vw;
        padding-left:2rem;
        display: block;
        position: relative;
    }
    #tree ul li{
        padding-top: 15px;
        padding-bottom:15px;
    }
    .right-side{
        width:78vw;
    }
    .bg-logo{
        width:440px;
        padding-top: 58px;
        padding-left: 48px;   
    }
    #tree ul li{
        font-size:calc(0.45vw + 0.45vh + 0.45vmin);
    }
    .gita-block .gita-logo{
        height:300px;
        left:55vw;
        bottom: -7vh;
    }
    .gita-block .molor-logo{
        height:300px;
        left:48vw;
    }
    .gita-block .shads-logo{
        height:300px;
        left:55vw;
        bottom: 16.5vh;
    }
    .middle-bg{
        color: #FFF;
    }
    .middle-bglevel{
        padding: 3rem 3rem 3rem 4rem;
    }
    .middle-bg .head h1{
        line-height: 85px;
        padding: 25px 0px 25px 0px;
        font-size: calc(1vw + 1vh + 1vmin);
        margin-bottom: 0;
    }
    .middle-bg .head h2{
        font-size: calc(0.7vw + 0.7vh + 0.7vmin);
        line-height: 80px;
        margin-bottom: 30px;
    }
    .middle-bg .head h1, h4{
        font-family: "Manrope-Regular";
    }
    .middle-bg .head h3{
        font-family: "Kavivanar-Regular";
        line-height: 80px;
        padding-bottom: 10px;
        text-shadow: 1px -1px 1px rgba(0,0,0,0.15);
        margin-bottom: 40px;
        font-size: calc(0.65vw + 0.65vh + 0.65vmin);
    }
    .middle-bg .st-head p{
        font-family: "MuktaMalar-Regular";
    }
    /* .st-head ul li{
         font-family: "MuktaMalar-Regular";
    } */
    .middle-bg .head h4{
        margin-bottom: 40px;
        padding-bottom: 10px;
        text-shadow: 1px -1px 1px rgba(0,0,0,0.15);
        font-size: calc(0.65vw + 0.65vh + 0.65vmin);
    }
    .middle-bg .head i{
        line-height: 80px;
        font-size: calc(0.65vw + 0.65vh + 0.65vmin);
    }
    .middle-bg .head .verse-txt{
        font-size: calc(0.8vw + 0.8vh + 0.8vmin);
        padding: 28px 0px;
    }
    #tree ul li{
        font-size:calc(0.5vw + 0.5vh + 0.5vmin);
    }
    .middle-bg .head p{
        text-align: justify;
        font-size:calc(0.5vw + 0.5vh + 0.5vmin);
        margin-top: 10px;
        font-family: "Manrope-Regular";
    }
    .preface-txt{
        font-size: calc(0.8vw + 0.8vh + 0.8vmin);
        text-align: left;
        margin-bottom: 1rem;
    }
    .present-logo{
        width:300px;
    }
    .About-header{
        height: 18vh;
    }
    .About-Block{
        height: 82vh;
    }
    .About-right{
        padding: 5rem 3rem 3rem 0;
    }
    .menu{
        width: 300px;
        right: -300px;
    }
    
    .content h2 {
        font-size: calc(0.8vw + 0.8vh + 0.8vmin);
        padding-top: 2em;
        padding-bottom: 2em;
    }

    .content{
        width:75%;
    }
    .middle-bg .head .bhagavad-txt{
        font-size: calc(0.6vw + 0.6vh + 0.6vmin);
    }

}
@media screen and (max-width:3000px){
    .thirumoolar-wheel-bg{
        top: -760px;
        right: -760px;
    }
    .middle-bg .head h3{
        line-height: 75px;
    }
    .middle-bg .head i{
        line-height: 75px;
    }
    .middle-bg .head h1{
        line-height: 75px;
    }
    .middle-bg .head h2{
        line-height: 75px;
    }
    .middle-bg .head p{
        text-align: justify;
        font-size:calc(0.53vw + 0.53vh + 0.53vmin);
        margin-top: 20px;
        font-family: "Manrope-Regular";
    }
    .middle-bg .st-head p{
        font-family: "MuktaMalar-Regular";
    }
    #tree ul li{
        font-size:calc(0.53vw + 0.53vh + 0.53vmin);
    } 
    .middle-bg .head .bhagavad-txt{
        font-size: calc(0.65vw + 0.65vh + 0.65vmin);
    }
}
@media screen and (max-width:2560px) {
    header{
        height: 12vh;
    }
    main{
        height: 75vh;
    }
    nav a{
        font-size: 2.5em;
        margin-top: 1.2em;
    }
    #container{
        height: 88vh;
    }
    .wheel-bg{
        top: -695px;
        left: -695px;
    }       
    .thirumoolar-wheel-bg{
        top: -695px;
        right: -695px;
    }
    .bg-logo{
        width: 290px;
        padding-top: 26px;
        padding-left: 15px;   
    }
    .Gita-content .bg-logo{
        width: 400px;
        padding-top: 55px;
    }
    #tree{
        width:30%;
    }
    .right-side{
        width:70%;
    }
    .gita-block .gita-logo{
        height:220px;
        left:50vw;
        bottom: -7.5vh;
    }
    .gita-block .molor-logo{
        height:220px;
        left:45vw;
    }
    .gita-block .shads-logo{
        height:220px;
        left:50vw;
        bottom: 15.5vh;
    }
    .middle-bg{
        padding: 3rem 5rem .5rem 5rem;
    }
    .middle-bglevel{
        padding: 3rem 3rem 2rem 3rem;
    }
    .middle-bg .head h1{
        line-height: 65px;
        font-size: calc(1.25vw + 1.25vh + 1.25vmin);
    }
    .middle-bg .head h2{
        line-height: 65px;
    }
    .middle-bg .head h3{
        line-height: 65px;
    }
    .middle-bg .head i{
        line-height: 65px;
    }
    .middle-bg .head h3{
        text-shadow: 1px -1px 1px rgba(0,0,0,0.15);
        font-size: calc(0.70vw + 0.70vh + 0.70vmin);
    }
    .middle-bg .head h4{
        text-shadow: 1px -1px 1px rgba(0,0,0,0.15);
        font-size: calc(0.70vw + 0.70vh + 0.70vmin);
    }
    .middle-bg .head i{
        font-size: calc(0.70vw + 0.70vh + 0.70vmin);
    }
    .middle-bg .head .verse-txt{
        font-size: calc(0.85vw + 0.85vh + 0.85vmin);
        padding: 25px 0px;
    }
    .middle-bg .head p{
        font-size: calc(0.6vw + 0.6vh + 0.6vmin);
    }
    #tree ul li{
        font-size:calc(0.6vw + 0.6vh + 0.6vmin);
    }
    .present-logo{
        width:230px;
    }    
    .Gita-content{
        width:1400px;
    }
    .content{
        width: 70%;
    }
    .Copyright-btn p{
        font-size: 14px;
    }
    .middle-bg .head .bhagavad-txt{
        font-size: calc(0.7vw + 0.7vh + 0.7vmin);
    }
}
@media screen and (max-width:2000px) {
    header{
        height: 12vh;
    }
    nav a{
        font-size: 2em;
    }
    #container{
        height:88vh;
    }
    .wheel-bg{
        width: 900px;
        top: -375px;
        left: -375px;
    }
    .thirumoolar-wheel-bg{
        width: 900px;
        top: -375px;
        right: -375px;
    }
    .bg-logo{
        width: 290px;
        padding-top: 26px;
        padding-left: 15px;   
    }
    .Gita-content .bg-logo{
        width: 320px;
        padding-top: 40px;
        padding-left: 15px;   
    }
    .gita-block .gita-logo{
        height:220px;
        left:50vw;
        bottom: -5.5vh;
    }
    .gita-block .molor-logo{
        height:220px;
        left:45vw;
    }
    .gita-block .shads-logo{
        height:220px;
        left:50vw;
        bottom: 10.5vh;
    }
    .middle-bg .head h1{
        line-height: 45px;
    }
    .middle-bg .head h2{
        line-height: 45px;
    }
    .middle-bg .head h3{
        line-height: 45px;
    }
    .middle-bg .head h4{
        line-height: 45px;
    }
    .middle-bg .head i{
        line-height: 45px;
    }
    .middle-bg .head p{
        font-size: calc(0.65vw + 0.65vh + 0.65vmin);
    }
    #tree ul li{
        font-size:calc(0.65vw + 0.65vh + 0.65vmin);
        padding-top:10px ;
        padding-bottom:10px ;
    }
    .present-logo{
        width:210px;
    }
    .Next-button .button{
        font-size: calc(0.6vw + 0.6vh + 0.6vmin);
    }
    .content{
        width: 60%;
    }
    .middle-bg .head .bhagavad-txt{
        font-size: calc(0.75vw + 0.75vh + 0.75vmin);
    }
}
@media screen and (max-width:1800px){
    header{
        height: 14vh;
    }
    .wheel-bg{
        width: 900px;
        top: -375px;
        left: -375px;
    }
    .thirumoolar-wheel-bg{
        width: 900px;
        top: -375px;
        right: -375px;
    }
    .Gita-content .bg-logo{
        width: 290px;
        padding-top: 35px;
        padding-left: 15px;   
    }
    #container{
        height: 86vh;
    }
    .gita-block .gita-logo{
        height:180px;
        left:50vw;
        bottom: -6.5vh;
    }
    .gita-block .molor-logo{
        height:180px;
        left:45vw;
    }
    .gita-block .shads-logo{
        height:180px;
        left:50vw;
        bottom: 12vh;
    }   
    #tree ul li{
        font-size: calc(0.6vw + 0.6vh + 0.6vmin);
    }
    .middle-bg {
        padding: 3rem 5rem 2.5rem 5rem;
    }
    .middle-bglevel{
        padding: 3rem 3rem 2rem 3rem;
    }
    .middle-bg .head h1{
        line-height: 40px;
    }
    .middle-bg .head h2{
        line-height: 40px;
    }
    .middle-bg .head p{
        font-size: calc(.6vw + .6vh + .6vmin);
    }
    .preface-txt{
        font-size: calc(1vw + 1vh + 1vmin);
        text-align: left;
    }
}
@media screen and (max-width:1768px){
    nav a{
        font-size: 1.8em;
    }
    .Gita-content .bg-logo{
        width: 290px;
        padding-top: 35px;
        padding-left: 15px;   
    }
    .gita-block .gita-logo{
        height:180px;
        left:50vw;
        bottom: -6vh;
    }
    .gita-block .molor-logo{
        height:180px;
        left:45vw;
    }
    .gita-block .shads-logo{
        height:180px;
        left:50vw;
        bottom: 11vh;
    }   
    .content{
        width: 55%;
    }
    .content h2{
        font-size: calc(1vw + 1vh + 1vmin);
        padding-top: 1.5em;
        padding-bottom: 1.5em;
    }
}
@media screen and (max-width:1660px){
    .wheel-bg{
        width: 900px;
        top: -375px;
        left: -375px;
    }       
    .thirumoolar-wheel-bg{
        width: 900px;
        top: -375px;
        left: -315px;
    }
    .bg-logo{
        width: 290px;
        padding-top: 26px;
        padding-left: 14px;   
    }
    .Gita-content .bg-logo{
        padding-top: 30px;
        padding-left: 20px;   
    }
    .gita-block .gita-logo{
        height:160px;
        left:50vw;
        bottom: -6.5vh;
    }
    .gita-block .molor-logo{
        height:160px;
        left:45vw;
    }
    .gita-block .shads-logo{
        height:160px;
        left:50vw;
        bottom: 13vh;
    }
    #tree ul li {
        padding-top:5px ;
        padding-bottom:5px ;
    }
    .content{
        width: 50%;
    }
    .About-right{
        padding: 3rem 2rem 3rem 0;
    }
}
@media screen and (max-width:1600px) {       
    header{
        height: 15vh;
    }
    #container{
        height:84vh;
    }
    .thirumoolar-wheel-bg{
        top: -375px;
        right: -375px;
    }
    .gita-block .gita-logo{
        height:140px;
        left:50vw;
        bottom: -7.5vh;
    }
    .gita-block .molor-logo{
        height:140px;
        left:45vw;
    }
    .gita-block .shads-logo{
        height:140px;
        left:50vw;
        bottom: 15vh;
    }
    .middle-bg .head h1{
        font-size: calc(1vw + 1vh + 1vmin);
    }
    .middle-bg .head h2{
        font-size: calc(0.85vw + 0.85vh + 0.85vmin);
    }
    .middle-bg .head h3{
        line-height: 40px;
    }
    .middle-bg .head h4{
        line-height: 40px;
    }
    .middle-bg .head i{
        line-height: 40px;
    } 
    .About-header{
        height: 20vh;
    }
    .About-Block{
        height: 80vh;
    }
}
@media screen and (max-width:1440px){
    header{
        height: 18vh;
    }
    main{
        height: 70vh;
    }
    .hamburger{
        width: 40px;
        height: 40px;
    }
    nav a{
        font-size: 1.5em;
    }
    #container{
        height:82vh;
    }
    #tree{
        padding-top: 1rem;
        padding-left: 1rem;
    }
    .wheel-bg{
        width: 700px;
        top: -280px;
        left: -280px;
    }
    .thirumoolar-wheel-bg{
        top:-370px;
        left: -370px;
    }
    .bg-logo{
        width:290px;
        padding-top: 25px;
        padding-left: 14px;   
    }
    .gita-block .gita-logo{
        height:140px;
        left:50vw;
        bottom: -7vh;
    }
    .gita-block .molor-logo{
        height:140px;
        left:45vw;
    }
    .gita-block .shads-logo{
        height:140px;
        left:50vw;
        bottom: 13vh;
    }
    .Gita-content{
        width:100%;
    }
    .content{
        width:38%;
    }
    .middle-bg .head .verse-txt{
        padding: 20px 0px;
    }
}
@media screen and (max-width:1366px) {
    header{
        height: 15vh;
    }
    main{
        height: 70vh;
    }
    nav a{
        width: 25%;
        font-size: 1.5rem;
    }
    #container{
        height:85vh;
    }
    #tree {
        width: 30vw;
        padding-top: 1rem;
        padding-left: .5rem;
    }
    .wheel-bg{
        top: -290px;
        left: -290px;
    }
    .thirumoolar-wheel-bg{
        width: 800px;
        top: -335px;
        left: -335px;
    }
    .right-side{
        width:70vw;
    }
    .bg-logo {
        width: 280px;
        padding-top: 15px;
        padding-left:4px;
    }
    .Gita-content .bg-logo{
        padding-top: 15px;
        padding-left: 5px;   
    }
    .gita-block .gita-logo{
        height:140px;
        left:50vw;
        bottom: -7.5vh;
    }
    .gita-block .molor-logo{
        height:140px;
        left:45vw;
    }
    .gita-block .shads-logo{
        height:140px;
        left:50vw;
        bottom: 12.5vh;
    }
    .middle-bg .head h1{
        font-size: calc(1.5vw + 1.5vh + 1.5vmin);
        line-height: 35px;
    }
    .middle-bg .head h2{
        font-size: calc(1vw + 1vh + 1vmin);
        line-height: 35px;
    }
    .middle-bg .head h3{
        text-shadow: 1px -1px 1px rgba(0,0,0,0.15);
        font-size: calc(0.8vw + 0.8vh + 0.8vmin);
        line-height: 35px;
    }
    .middle-bg .head h4{
        text-shadow: 1px -1px 1px rgba(0,0,0,0.15);
        font-size: calc(0.8vw + 0.8vh + 0.8vmin);
        line-height: 35px;
    }
    .middle-bg .head .verse-txt{
        font-size: calc(0.9vw + 0.9vh + 0.9vmin);
        padding: 15px 0px;
    }
    .middle-bg .head i{
        font-size: calc(0.8vw + 0.8vh + 0.8vmin);
    }
    .middle-bg .head i{
        line-height: 35px;
    }
    #tree ul li{
        font-size: calc(0.7vw + 0.7vh + 0.7vmin);
    }
    .About-header{
        height: 18vh;
    }
    .About-Block{
        height: 82vh;
    }
}
@media screen and (max-width:1321px){
    header{
        height: 15vh;
    }
    #container{
        height: 85vh;
    }
    .wheel-bg{
        top: -290px;
        left: -290px;
    }
    .gita-block .gita-logo{
        height: 140px;
        left:50vw;
        bottom: -7vh;
    }
    .gita-block .molor-logo{
        height:140px;
        left:45vw;
    }
    .gita-block .shads-logo{
        height:140px;
        left:50vw;
        bottom: 11vh;
    }
}
@media screen and (max-width:1299px) {
    /* main{
        height: 72vh;
    } */
    nav a{
        width: 25%;
        font-size: 1.4rem;
    }
    .wheel-bg{
        top: -340px;
        left: -340px;
    }
    .present-logo{
        width: 150px;
        padding-left: 10px;
    }
    .gita-block .gita-logo{
        height: 120px;
        left:50vw;
        bottom: -7.5vh;
    }
    .gita-block .molor-logo{
        height:120px;
        left:42vw;
    }
    .gita-block .shads-logo{
        height:120px;
        left:50vw;
        bottom: 12vh;
    }
    .content{
        width: 35%;
    }
    
}
@media screen and (max-width:1024px) {
    nav{
        padding-left: 10vw;
    }
    nav a{
        width: 100%;
        font-size: 1.2rem;
    }
    .wheel-bg{
        top: -270px;
        left: -270px;
    }
    .thirumoolar-wheel-bg{
        top:-340px;
        left: -340px;
    }
    .gita-block .gita-logo{
        height: 140px;
        left:45vw;
        bottom: -7vh;
    }
    .gita-block .molor-logo{
        height:140px;
        left:35vw;
    }
    .gita-block .shads-logo{
        height:140px;
        left:45vw;
        bottom: 11vh;
    }
    .middle-bg .head h1{
        line-height: 30px;
    }
    .middle-bg .head h2{
        line-height: 30px;
    }
    .middle-bg .head h3{
        margin-bottom: 30px;
    }
    .middle-bg .head h4{
        margin-bottom: 30px;
    }
    .middle-bg .head h3{
        font-size: calc(0.85vw + 0.85vh + 0.85vmin);
    }
    .middle-bg .head h4{
        font-size: calc(0.85vw + 0.85vh + 0.85vmin);
    }
    .middle-bg .head i{
        font-size: calc(0.85vw + 0.85vh + 0.85vmin);
    }
    .middle-bg .head .verse-txt{
        font-size: calc(0.95vw + 0.95vh + 0.95vmin);
        padding: 10px 0px;
    }
    .middle-bg .head p {
        font-size: calc(0.70vw + 0.70vh + 0.70vmin);
    }
    #tree ul li {
        font-size: calc(0.73vw + 0.73vh + 0.73vmin);
    }  
    .middle-bg .head .bhagavad-txt{
        font-size: calc(0.80vw + 0.80vh + 0.80vmin);
    }     
}
@media screen and (max-width:900px) {
    .wheel-bg{
        width: 500px;
        top: -195px;
        left: -195px;
    }
    .thirumoolar-wheel-bg{
        width: 500px;
        top: -205px;
        left: -205px;
    }
    header{
        height: 15vh;
    }
    .About-header{
        height: 15vh;
    }
    .About-Block{
        height: 85vh;
    }
    .Gita-content .bg-logo{
        width: 190px;
        padding-top: 18px;
        padding-left:7px;
    }
    #tree ul li{
        font-size: calc(1.05vw + 1.05vh + 1.05vmin);
    }
    .dropdwn-btn{
        width: 30px;
        display: block;
    }
    .Gita-content{
        overflow-y:auto;
        overflow-x:hidden;
    }
    #container{
        flex-direction: column;
    }
    .right-side{
        width: 100vw;
    }
    .downbtn{
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
    #dropdown-btn{
        text-align: left;
        margin-top: 10px;
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;
        width: 90%;
        position: relative;
        font-weight:bold;
    }
    .show{
        display: none;
    }
    .dropdown-btn{
        width: 30px;
    }
    .dropdown-logo{
       position: absolute;
       top: 20px;
       right: 20px; 
    }
    #dropdown-btn:focus{
        outline: none;
    }
    #tree{
        display: none;
        width:100vw;
        height:100vh;
        font-size:14px;
        padding-top:2em;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-image: url(https://goodux.in/demos/Vangeshwaran/assets/images/burnpaper_bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 1000;
        padding-left: 1rem;
    }
    #close{
        display: block;
        position:fixed;
        top:35px;
        right:45px;
        width: 30px;
    }
    .middle-bg{
        padding:1.5rem;
    }
    .middle-bglevel{
        padding: 2rem;
    }
    .right-side{
        width:100vw;
    }
    .gita-block .gita-logo{
        height: 140px;
        left:45vw4;
        bottom: -6vh;
    }
    .gita-block .molor-logo{
        height:140px;
        left:35vw;
    }
    .gita-block .shads-logo{
        height:140px;
        left:45vw;
        bottom: 10vh;
    }
    .preface-txt{
        font-size: calc(1.2vw + 1.2vh + 1.2vmin);
        text-align: left;
    }
    .About-section{
        flex-direction: column-reverse;
    }
    .About-left, .About-right{
        width: 100%;
    }
    .About-right .About-logo{
        width:40%;
    }
    .content{
        width:50%;
    }
    .About-level .thirumoolar-footer{
        padding-left: 1rem;
        padding-right: 1rem;
        margin-top: 0;
    }
    .present-logo{
        padding-left: 0px;
    }
    .middle-bg .head .verse-txt{
        font-size: calc(1vw + 1vh + 1vmin);
        padding: 5px 0px;
    }
.templebg-n{
        /* position: fixed; */
        left:-100%;
        top:0;
        flex-direction: column;
        background-image: url(https://goodux.in/demos/Vangeshwaran/assets/images/mainmenu_bg2.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100vh;
        /* text-align: center;
        transition: all 0.3s ease-out; */
        z-index: 998;
    }
}
@media screen and (max-width:768px) {
    .Next-button .left{
        margin-left: 15px;
    }   
    .Next-button .left button{
        padding:10px ;
        font-size:12px;
    }
    .Next-button .right{
        margin-right: 15px;
    }
    .Next-button .right button{
        padding:10px;
        font-size:12px;
    }
    .gita-block .gita-logo{
        height: 120px;
        left:30vw;
        bottom: -7vh;
    }
    .gita-block .molor-logo{
        height:120px;
        left:20vw;
    }
    .gita-block .shads-logo{
        height:120px;
        left:30vw;
        bottom: 14vh;
    }
    .middle-bg .head h1{
        font-size: calc(1.8vw + 1.8vh + 1.8vmin);
    }
    .middle-bg .head h2{
        font-size: calc(1.3vw + 1.3vh + 1.3vmin);
        line-height: 45px;
    }
    .middle-bg .head h3{
        font-size: calc(1vw + 1vh + 1vmin);
        line-height: 30px;
    }
    .middle-bg .head h4{
        font-size: calc(1vw + 1vh + 1vmin);
        line-height: 30px;
    }
    .middle-bg .head i{
        font-size: calc(1vw + 1vh + 1vmin);
    }
    .middle-bg .head .verse-txt{
        font-size: calc(1.05vw + 1.05vh + 1.05vmin);
    }
    .middle-bg .head p {
        font-size: calc(0.85vw + 0.85vh + 0.85vmin);
    }
    #tree ul li {
        font-size: calc(0.75vw + 0.75vh + 0.75vmin);
    }
    .About-right .About-logo{
        width:45%;
    }
    .content{
        width:70%;
    }
    .middle-bg .head .bhagavad-txt{
        font-size: calc(0.9vw + 0.9vh + 0.9vmin);
    }
}
@media screen and (max-width:600px){  
    #container{
        display:flex;
        flex-direction:column;
    }
    header{
        height: 15vh;
    }
    .hamburger{
        margin-right: 10px;
    }
    .hamburger{
        width: 35px;
        height: 35px;
    }
    .hamburger-icon .bar{
        width: 20px;
        height: 2px;
    }
    nav{
        justify-content: flex-start;
        margin-top: 10vh;
    }
    #close{
        top:20px;
        right:20px;
    }
    #container{
        height: 85vh;
    }
    /* Hamburger Menu */
    nav a{
        width: 100%;
        font-size: 1.2rem;
    }
      #tree ul {
        margin: 0;
        transition: all 0.5s ease-out;
      }
      #tree li {
        padding: 5px;
        margin: 0;
      }
    .right-side{
        width:100vw;
    }
    .mobile-tree{
        display: block;
    }
    .highlight{
        width:100%;
    }
    .gita-block .gita-logo{
        width: 850px;
        height: 120px;
        left:30vw;
        bottom: -7vh;
    }
    .gita-block .molor-logo{
        width: 850px;
        height:120px;
        left:20vw;
    }
    .gita-block .shads-logo{
        width: 850px;
        height:120px;
        left:30vw;
        bottom: 14vh;
    }
    .middle-bglevel{
        padding: 1.5rem;
    }
    .middle-bg .head p{
        font-size: calc(1.05vw + 1.05vh + 1.05vmin);
    }
    #tree ul li {
        font-size: calc(0.8vw + 0.8vh + 0.8vmin);
    }
    .middle-bg .head h3{
        line-height: 30px;
    }
    .middle-bg .head h4{
        line-height: 30px;
    }
    .middle-bg .head i{
        line-height: 30px;
    }
    .Copyright-btn p{
        font-size:12px;
    }
    .middle-bg .head .bhagavad-txt{
        font-size: calc(1.10vw + 1.10vh + 1.10vmin);
    }
    .adam-block .adam-img{
    width: 90%;
}
}

@media screen and (max-width:520px) {
    .gita-block .gita-logo{
        height: 120px;
        left:20vw;
        bottom: -7vh;
    }
    .gita-block .molor-logo{
        height:120px;
        left:12vw;
    }
    .gita-block .shads-logo{
        height:120px;
        left:20vw;
        bottom: 14vh;
    }
    .middle-bg .head h1 {
        line-height: 25px;
    }
    .preface-txt{
        font-size: calc(1.5vw + 1.5vh + 1.5vmin);
        text-align: left;
    }
    #tree ul li {
        font-size: calc(0.9vw + 0.9vh + 0.9vmin);
    }
    .About-right .About-logo{
        width:60%;
    }
    .Copyright-btn p{
        font-size: 10px;
    }
    .topbg-logo{
        width: 70%;
    }
}
@media screen and (max-width:480px) {
    #tree-view, #details {
        width:100%;
    }
    .gita-block .gita-logo{
        height: 100px;  
        left:20vw;
        bottom: -8.5vh;
    }
    .gita-block .molor-logo{
        height:100px;
        left:12vw;
    }
    .gita-block .shads-logo{
        height:100px;
        left:25vw;
        bottom: 18vh;
    }
    .Copyright-btn p{
        font-size: 9px;
    }
    .topbg-logo{
        width: 75%;
    }
}
@media screen and (max-width:450px) {
    .About-header{
        height: 14vh;
    }
    .About-Block{
        height: 86vh;
    }
    .hamburger{
        margin-right: 0;    
    }
    .hamburger-icon .bar{
        width: 20px;
        height: 2px;
    }
    .hamburger.active .bar:nth-child(3){
        transform: translateY(-7px) rotate(-45deg);
    }
    .wheel-bg{
        top: -200px;
        left: -200px;
    }
    .thirumoolar-wheel-bg{
        width:400px;
        top: -160px;
        left: -160px;
    }
    .Gita-content .bg-logo{
        width: 180px;
        padding-top:15px;
        padding-left: 3px;
    }
    .bg-logo {
        width: 180px;
        padding-top:20px;
        padding-left: 10px;
    }
    
    .gita-block .gita-logo{
        width: 800px;
        height: 100px;
        left:18vw;
        bottom: -8.5vh;
    }
    .gita-block .molor-logo{
        height:100px;
        left:10vw;
    }
    .gita-block .shads-logo{   
        height:100px;
        left:20vw;
        bottom: 18vh;
    }
    nav{
        width: 100%;
        padding-left: 50px;
    }
    nav a{
        font-size: calc(1.2vw + 1.2vh + 1.2vmin);
    }
    .middle-bg .head h1{
        line-height: 30px;
        padding: 10px;
        margin-bottom: 0;
    }
    .middle-bg .head h2{
        line-height: 30px;
        padding: 15px;
        margin-bottom: 0;
    }
    .middle-bg .head h3{
        font-size: calc(1.05vw + 1.05vh + 1.05vmin);
        line-height: 25px;
        margin-bottom: 20px;
    }
    .middle-bg .head h4{
        font-size: calc(1.05vw + 1.05vh + 1.05vmin);
        line-height:25px;
    }
    .middle-bg .head h4 i{
        font-size: calc(1.05vw + 1.05vh + 1.05vmin);
        line-height: 25px;
    }
    #tree ul li{
        font-size: calc(1.15vw + 1.15vh + 1.15vmin);
    }
    .About-subblock{
        width: 95%;
    }
    .About-right{
        padding: 25px;
    }   
    .About-level .thirumoolar-footer .present-logo{
        width: 120px;
    }
    .About-right .About-logo{
        width:70%;
    }
    .present-logo{
        width: 100px;
    }
    .Copyright-btn p{
        font-size:8px;
    }
    .topbg-logo{
        width: 77%;
    }
}
@media screen and (max-width:420px){
    .topbg-logo{
        width: 79%;
    }
    .middle-bg .head .bhagavad-txt{
        margin: 10px 0px;
    }
}
@media screen and (max-width:370px){
    .gita-block .gita-logo{
        width: 650px;
        height: 80px;
        left:20vw;
        bottom: -9vh;
    }
    .gita-block .molor-logo{
        width: 700px;
        height: 80px;
        left:12vw;
    }
    .gita-block .shads-logo{
        width: 700px;
        height: 80px;
        left:20vw;
        bottom: 22vh;
    }
    .menu{
        width: 370px;
        right: -370px;
    }
    .middle-bg .head h1 {
        font-size: calc(1.55vw + 1.55vh + 1.55vmin);
        line-height: 25px;
    }
    .middle-bg .head h2 {
        line-height:30px;
    }
    .middle-bg .head h3 {
        font-size: calc(0.8vw + 0.8vh + 0.8vmin);
        margin-bottom: 15px;
    }
    .middle-bg .head h4 {
        font-size: calc(0.8vw + 0.8vh + 0.8vmin);
        margin-bottom: 15px;
    }
    .middle-bg .head i {
        font-size: calc(0.9vw + 0.9vh + 0.9vmin);
        margin-bottom: 15px;
    }
    .About-subblock{
        width: 95%;
    }
    .About-right .About-logo{
        width:80%;
    }
    .present-logo{
        width: 100px;
        padding-left: 0;
    }
    .Copyright-btn p{
        font-size:7px;
    }
    .middle-bg .head .verse-txt{
        padding: 0px 0px;
    }
    .topbg-logo{
        width: 80%;
    }
    .middle-bg .head .bhagavad-txt {
        margin: 5px 0px;
    }
    .adam-block .adam-img{
    width: 95%;
    }
}
@media screen and (max-width:350px){
    .adam-block .adam-img{
    width: 100%;
    }
}
@media screen and (max-width:320px){
    /* Hamburger Menu*/    
    nav a{
        width: 100%;
        font-size: 1em;
    }
    .gita-block .gita-logo img:hover{
        transform: translate(-50px, 0);
    }
    .gita-block .shads-logo img:hover{
        transform: translate(-50px, 0);
    }
    .menu{
        width: 320px;
        right: -320px;
    }
}
