@import url('https://fonts.googleapis.com/css2?family=Tektur:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Jost&family=Playfair+Display+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Jost&family=Noto+Sans+Tamil&family=Playfair+Display+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital@0;1&display=swap');
 body{
    font-family: 'Tektur', cursive !important;
 }
.video-background-holder {
    position: relative;
    background-color: black;
    height: calc(100vh - 72px);
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
  }
  .kumar{
    background-image: linear-gradient(to right,rgb(77, 73, 73),red);
    color:  floralwhite;
  }
  .rounded{
    border-radius: 20px !important;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  }
  .video-background-holder video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  
  .video-background-content {
    position: relative;
    z-index: 2;
  }
  
  .video-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
  }
  
  /*
  *
  * ==========================================
  * FOR DEMO PURPOSES
  * ==========================================
  *
  */
 
  code {
    padding: 0 0.15rem;
    background: #f5f5f5;
    border-radius: 0.2rem;
  }
  .navbar{
    background-color:#f5f5f5 !important;
    /* max-height: 72px !important;
    height:72px ; */
  }
  .nav-link{
    color: black !important;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.1cap;
    
  }
  .img{
    height: 56px;
  }
  .about-p{
    text-align: justify;
  text-justify: inter-word;
  font-family: 'Poppins', sans-serif;
 
  }
  .all-img{
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    width: 100%;

  }
 .long-img{
  width: 100%;
  
 }

  
  @media only screen and (max-width: 768px) {
    .long-img{
      width: 100%;
    }
  }