/* Style the banner container */

@font-face {
    font-family: 'bits_indian_calligraregular';
    src: url('bitsindiancalligra-italic-webfont.woff2') format('woff2'),
      url('bitsindiancalligra-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  
  }
  
  
  @font-face {
    font-family: 'avenirlight';
    src: url('avenir_light-webfont.woff2') format('woff2'),
         url('avenir_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  
  }
  
  .banner {
    position: relative;
    height: 116vh;
  }
  
  .video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    z-index: -2;
  }
  
  /* Style the video to cover the container */
  .video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* Style for the navigation bar */
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    color: #fff;
  }
  
  /* Style for the menu icon */
  .menu-icon i{
    color: #ffffffea;
    cursor: pointer;
    padding-left: 50px;
    font-size: 40px;

  }
  
  /* Style for the logo */
  .cn-logo {
    display: flex;
    align-items: center;
    padding-left: 100px;
  }
  
  .cn-logo .logo img {
    height: 100px;
    /* Adjust the height as needed */
  }
  
  
  /* Style for the mail, call, and message icons */
  .share-icon {
    display: flex;
    align-items: center;
    column-gap: 20px;
    padding-right: 50px;
  }
  
  .share-icon svg {
    margin-right: 10px;
    color: #fff;
    cursor: pointer;
  }

  .share-icon .phoe, .mail, .cont-1{
    border: 1px solid white;
    border-radius: 100%;
    height: 38px;
    width: 40px;
  }

 
  /* ------------------------------------------------------ */
  
  .share-icon-1 {
    display: flex;
    align-items: center;
    column-gap: 19px;
    cursor: pointer;
    float: right;
    margin-top: -4.5%;
    align-items: center;
    justify-content: center;
  }
  
  .share-icon-1 svg {
    margin-right: 10px;
    color: #fff;
    cursor: pointer;
  }
  

  .share-icon-1 .phoe-2, .mail-2, .cont-2{
    border: 1px solid white;
    border-radius: 100%;
    height: 38px;
    width: 40px;
  }
  
  .icon-container {
    display: inline-block;
    transition: transform 0.3s; /* Adds a smooth transition effect */
  }
  
  .icon-container:hover {
    transform: scale(1.2); /* Increase the scale to zoom in (1.2 represents 120% of the original size) */
  }
  
  
  /* Style for the menu popup */
  .menu-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
   
  
  }
  
  .menu-popup .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }
  
  .container {
    color: rgba(64, 25, 14, 0.9);
    font-size: 15px;
   
   
  }
  
  .language{
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid rgba(64, 25, 14, 0.9);
    padding-bottom: 1%;
    cursor: pointer;
    height: 50px;
    font-size: 15px;
  }
  
  .p-1{
    margin-top: -1%;
    color:  rgba(64, 25, 14, 0.9);
    font-family: 'bits_indian_calligraregular';
    font-size: 40px;
    letter-spacing: 2px;
  }
  
  .p-1:hover {
    
    transition: width 0.3s ease;
  
  }

  #scroll{
    height: 100px;
  }

  .menu-item a{
    color:white ;
  }
  
  .menu-item a:hover{
    color:rgba(64, 25, 14, 0.9) ;
  }
  
  .menu-item1 {
   
  
    position: relative;
  }
  
  .menu-item1::before {
    content: '';
    display:block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid transprant;
    transform-origin: center;
    transition: transform .3s ease-in-out; /* Adjust the duration here */
    z-index: -1;
  }
  
  .menu-item1:hover::before {
  content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid white;
        border-radius: 20px;
  
    transform: rotateX(.5turn);
  }
  
  .menu-item1 {
  
    padding: 10px;
    position: relative;
  }
  
  .menu-column {
    display: flex;
    flex-direction: column;
  }
  
  .menu-item {
    margin: 15px 0;
    cursor: pointer;
    font-family: 'avenirlight';
    text-align: center;
    padding: 3px;
  }
  
  .menu-item1 a{
    color: white;
  }

  .menu-item1 a:hover{
    color: rgba(64, 25, 14, 0.9);
  }

  .menu-item1 {
    margin: 10px 0;
    cursor: pointer;
    font-family: 'avenirlight';
   
    padding-left: 50px;
  }

  .menu-item1 i{
    color: white;
  }
  
  .popup-close {
    position: absolute;
    top: 30px;
    left: 60px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    padding-top: 9px;
    padding-left: 11px;
  }
  
  
  @keyframes slideIn {
    0% {
      transform: translateY(-100%);
      opacity: 0;
    }
  
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  
  @keyframes slideOut {
    0% {
      transform: translateY(0);
      opacity: 1;
    }
  
    100% {
      transform: translateY(-100%);
      opacity: 0;
    }
  }
  
  .container::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: -1;
    border-radius: 20px;
  }
  
   h4 {
    color: white;
    font-family: 'bits_indian_calligraregular';
  }
  
  .menu-item:hover {
    text-decoration: underline;
    transition: width 0.3s ease;
  }
  
  /* .menu-item1:hover {
    text-decoration: underline;
    transition: width 0.3s ease;
  } */


  

  .ex-btn {
    position: absolute;
    padding-top: 70%;
    left: 50%;
    transform: translateX(-50%);
 
  }
  
  .ex-btn .btn {
    border-color: black;
    border-radius: 15px;
    height: 55px;
  }
  
  .ex-btn .btn a {
    padding: 10px ;
    font-size: 18px;
    color: #fff;
    font-family: 'halantlight';
    letter-spacing: 2px;
    cursor: pointer;
    text-decoration: none;
  }
  
  
  
  .ex-btn .btn:hover {
    background-color: rgba(64,25,14, 0.9);
    color: #fff;
  }
  
  #scroll{
  height: 78vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  
  #scroll::-webkit-scrollbar {
    width: 0.0em;
  }
  
  #scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  #scroll::-webkit-scrollbar-thumb {
    background: #888;
  }
  
  #scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  .col-md-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .pop-hed{
    width: 100px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 2px;
    margin-top: 3%;
  }

  .pop-hed img{
    width: 100%;
    height: 80px;
  }

  .head-side{
    margin-top:1%;
    font-size: 40px;
    letter-spacing: 2px;
    border-bottom: 1px solid rgba(64, 25, 14, 0.9);
  }

  .side-head{
    margin-top: 5%;
    font-size: 40px;
    letter-spacing: 2px;
    border-bottom: 1px solid rgba(64, 25, 14, 0.9);
  }

 .text-top{
  position: relative;
  height: 10vh;
 }

  #pooja-menu{
    margin-top: 25%;
  }
 

.audio-control{
  position: relative;
  display: flex;
color: white;
  float: right;
  top: 60%;
  padding: 5px;
  margin-right: 2%;
 font-size: 30px;
background-color: rgba(64, 25, 14, 0.8) ;
 border: 1px solid white;border-radius: 100%;
}