@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color:#e9be76;
    font-family: 'poppins';
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: .5rem;
    font-weight: 700;
    line-height: 1.25em;
    color: inherit;
}
body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
   
  body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
    border-radius: 10px;
  }
.indro{
    background-color: #000;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}  
.indro-center-wrapper{
    /* background-color: aqua; */
    width: 990px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.ldoor{
    width:50%;
    height: 100%;
    /* background-color: red; */
    /*background-image: url(../images/doorl.png);*/
    position: absolute;
    left: 0;
    animation: ldoor  5s;
    z-index: 2;
    background-size: cover;
   
}
.rdoor{
    width:50%;
    height: 100%;
    /* background-color: rgb(76, 0, 255); */
    /*background-image: url(../images/doorr.png);*/
    background-size: cover;
    position: absolute;
    right: 0;
    animation: rdoor  5s;
    z-index: 2;
}
@keyframes ldoor{
    form{left:0;}
    to{left:-50%;}
}
@keyframes rdoor{
    form{right:0;}
    to{right:-50%;}
}
.krishna-image{
    /*background-image: url(../images/krishna.png);*/
    background-size: cover;
    width: 955px;
    height: 600px;
}
.thookkuvilakku-frame{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 850px;
    height: 460px;
}
.thookkuvilakku-image-right{
    background-image: url(../images/thooku-vilakku.png);
    background-size: cover;
    width: 294px;
    height: 458px;
    /* margin-right: 50px; */
}
.thookkuvilakku-image-left{
    background-image: url(../images/thooku-vilakku-left.png);
    background-size: cover;
    width: 294px;
    height: 458px;
    margin-left: 100px;
}
.bell-frame{
    position: absolute;
    width:100%;
    height: 300px;
    display: flex;
    justify-content: space-between;
    top: 0;
}
.bell-frame-left{
    width:300px;
    height: auto;
}
.bell-frame-left img{
    width:200px;
    height: auto;
    margin-left: 90px;
    opacity: 0.5;
}
.bell-frame-right{
    width:300px;
    height: auto;
}
.bell-frame-right img{
    width:200px;
    height: auto;
    opacity: 0.5;
}
audio{
    position: absolute;
    right: 0;
    bottom: 0;
}
.main-container{
    width:960px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .header-baner {
        background-size: contain;
        width: 100%;
        height: 270px;
        /*background-image: url(../images/header.png);*/
        /* background-repeat: initial; */
        /* background-position: right; */
        background-repeat: no-repeat;
        background-size: cover;
    }
    .header-baner .logo-area{
        display: flex;
        align-items: center;
        height: 270px;
    }

.navbar{
    background-color: #b45600;
    
}
.navbar .main-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
ul.navbar-nav{
    list-style-type: none;
    display: flex;
    margin: 0 50px 0 0;
    padding: 0;
}
ul.navbar-nav li{
    display: flex;
}
ul.navbar-nav li a{
    padding:10px 10px;
    font-size: 16px;
    color: #ffffff !important;
    line-height: 26px;
    text-decoration: none;
}
 ul.navbar-nav a:hover{
   opacity: 0.7;
} 
 ul.navbar-nav a.active{
   font-weight: bold;
 }

 ul.language{
    margin: 0;
    float: right;
    list-style-type: none;
 }
 ul.language li a{
    padding:10px 10px;
    font-size: 16px;
    color: #ffffff !important;
    line-height: 26px;
    text-decoration: none;
}
 ul.language li a:hover{
    opacity: 0.7;
 }

    .manthra {
        display: flex;
        align-items: center;
        color: #333;
        margin-bottom: 20px;
        /* border: 1px solid #000; */
        border-left: none;
        background-color: #ffea7c;
        border-radius: 0.357rem;
        padding: 10px 15px;
    }

.content-area{
    /*background-image:url(../images/painting.jpg);*/
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
}
.content-area h2 {
    color: #b45600;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}
.content-area .card {
    background-color: #ffea7c;
}
.content-area p {
    color: #333;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 23px;
    text-align: justify;
}
.content-area p a{
    color: #b45600;
    padding-top: 8px;
    display: flex;
    justify-content: end;
}
.poojatime-and-news .card{
    border:none;
    margin-bottom: 20px;
    background-color:#ffea7c; 
}

.poojatime-and-news .card-header{
    background-color: #ffea7c;
    border: none;
    border-bottom: 1px solid #e9be76;
    font-weight: 600;
    font-size: 16px;
    color: #b45600;
    display: flex;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
    height: 37px;
    align-items: center;
}
.poojatime-and-news .card-header .deepam{
    width: 33px;
    height: 37px;
}
.poojatime-and-news .card-header .deepam img{
    width:100%;
}
.holder { 
    width:100%;
    height:auto;
    overflow:hidden;
    font-family:Helvetica;
  }
  .holder .mask {
    position: relative;
    left: 0px;
    top: 10px;
    width:100%;
    height:220px;
    overflow: hidden;
  }
  .holder ul {
    list-style:none;
    margin:0;
    padding:0;
    position: relative;
  }
  .holder ul li {
    padding:10px 0px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    border-bottom: 1px solid rgb(180 86 0 / 14%);
    color:#333;
  }
  .holder ul li span {
    text-decoration:none;
    font-size: 14px;
    color: #b45600;
    font-family: 600;
  }
  .joinSocial {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #e9be76;
    padding: 40px 0;
    text-align: center;
}
.joinSocial h2 {
    color: #b45600;
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 24px;
}
.joinSocial p {
    color: #b45600;
    line-height: 22px;
    margin-bottom: 25px;
    font-size: 14px;
}
  /* SOCIAL ICONS */
.fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    width: 70px;
    border-radius: 10px;
  }
  
  .fa:hover {
      opacity: 0.7;
  }
  
  .fa-facebook {
    background: #3B5998;
    color: white;
  }
  
  .fa-twitter {
    background: #55ACEE;
    color: white;
  }
 
  
  .fa-youtube {
    background: #bb0000;
    color: white;
  }
  
  .fa-instagram {
    background: #125688;
    color: white;
  }
  footer {
    width: 100%;
    padding: 40px 0;
    background: #b45600;
  }

footer ul{ margin-bottom: 15px; text-align: center;}
footer ul li{ display: inline-block;}
footer ul li a{ display: block; padding: 8px 12px; font-size: 16px; color: #fff; text-decoration: none;}
footer ul li a:hover{color: #fff; opacity: 0.7;}
footer p{ text-align: center; font-size: 13px; color: #fff;}

@media (max-width: 991px){
    .main-container {
        width:100%;
       
    }
    .logo img{
        width:100%;
    }
    .navbar .main-container {
        align-items: baseline;
        display: initial;
    }
    ul.language {
        position: absolute;
        top: 10px;
        right: 0;
      }
}